:root {
  --primary-color: #eb681b;
  --secondary-color: #f26d00;
  --white: #ffffff;
}

/*  --primary-color: ;*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"),
    url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: hidden !important;
}

body {
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden !important;
  color: #fff;
  background-image: url(../images/banner/body-r.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
  object-fit: contain;
  position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.black_friday {
    width: 270px;
    height: 100px;
    /* background: url("../images/black-friday-bg.webp"); */
    background-color: #000;
    color: #fff;
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 1px 2px #f57915, 0 0 1px 2px #f57915 inset;
    filter: drop-shadow(0px 0px 5px #f57915);
    z-index: 9;
    cursor: pointer;
    animation: 1s linear infinite bf-animate;

}

@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #f57915);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #003870);
        box-shadow: 0 0 1px 2px #003870, 0 0 1px 2px #003870 inset;
        border-color: #000;
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #003870);
        box-shadow: 0 0 1px 2px #003870, 0 0 1px 2px #003870 inset;
        border-color: #000
    }
}

.black_friday h2 {
    font-size: 25px !important;
    -webkit-text-stroke: 1.5px #f57915;
    text-shadow: 1px 2px 15px #f57915;
    filter: drop-shadow(0px 0px 25px #f57915);
    font-weight: 500;
    margin: 10px 0 0;
    color: #fff;
    font-family: Yantramanav, sans-serif
}

.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 1px 2px 15px #fff;
    filter: drop-shadow(0px 0px 25px #003870);
    color: #fff;
    font-family: Yantramanav, sans-serif
}

.black_friday .black_friday_top {
    width: 80px;
    height: 34px;
    background: 0 0;
    color: #fff;
    border: 2px solid #fcffeb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px #f57915, 0 0 1px 2px #f57915 inset;
    filter: drop-shadow(0px 0px 5px #003870);
    margin-bottom: 5px;
    animation: 1s linear infinite bf-animate-2
}

@keyframes bf-animate-2 {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #f57915)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #003870);
        box-shadow: 0 0 1px 2px #003870, 0 0 1px 2px #003870 inset;
        border-color: #000;
        transform: translateX(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #003870);
        box-shadow: 0 0 1px 2px #003870, 0 0 1px 2px #003870 inset;
        border-color: #000
    }
}

.black_friday .black_friday_top p {
    font-size: 20px !important;
    margin-bottom: 0;
    color: #fff;
    font-family: Yantramanav, sans-serif;
    padding: 0;
    margin-top: 0px;
}

.black_friday #veteran-countdown {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin-top: 6px;
    padding: 5px 0;
    border: 2px solid #fff;
    border-right: 0;
    border-left: 0;
    border-radius: 6px
}

.black_friday #veteran-countdown .veteran-counter,
.cta-sec-2 .hd-txt,
.get-in-touch,
.industry-sec .hd-txt h2,
.modaL_order2 #countdown .labels {
    text-align: center
}

.black_friday #veteran-countdown .veteran-counter span.ping {
    font-size: 18px !important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-family: Yantramanav, sans-serif
}

@keyframes ping {
    0% {
        filter: drop-shadow(1px 1px 10px #003870)
    }

    50% {
        filter: unset
    }

    100% {
        filter: drop-shadow(1px 1px 10px #fff)
    }
}

.black_friday #veteran-countdown .veteran-counter span::before {
    content: attr(b);
    display: block;
    text-shadow: 0 0 12px rgb(238 238 238 / 50%), 0 0 32px rgb(238 238 238 / 30%), 0 24px 48px rgb(238 238 238 / 10%), 0 -24px 48px rgb(238 238 238 / 10%)
}

.black_friday #veteran-countdown .veteran-counter b {
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1024px) {
    .black_friday {
        width: 200px;
        height: 129px
    }

    .black_friday .black_friday_top {
        width: 72px;
        height: 30px
    }

    .black_friday .black_friday_top p {
        font-size: 18px !important
    }

    .black_friday h2 {
        font-size: 22px !important
    }
}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}

li {
  list-style-type: none;
}

/*slik css*/

.slick-slide {
  margin: 0 13px;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 30px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  height: 20px;
  cursor: pointer;
}

ul.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: var(--white);
  opacity: 1;
  font-size: 0px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
}

.slick-dots li button {
  line-height: 0;
  display: block;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

span.arrows {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #dde2e6;
  color: #222;
}

span.arrows.next {
  right: 1%;
}

.slick-prev {
  left: -30px;
  z-index: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 35px;
  border: 0px solid transparent;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 1;
  opacity: 1;
  color: var(--primary-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
}

.slick-arrow:hover:before {
  color: black;
}

.slick-prev:before {
  content: "\f177";
}

.slick-next {
  right: -30px;
}

.slick-next:before {
  content: "\f178";
}

a:hover {
  color: var(--primary-color);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0d0d0d;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}

.banner-content {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.mian-hd {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.mian-hd .text-capitalize {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-content-hd {
  font-size: 2rem;
  font-weight: 600;
}

.contact-heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.title-hd {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
}

.banner-hd {
  font-size: 2.3rem;
}

.content-color {
  color: var(--primary-color);
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/*main class */

.sec-pd {
  padding: 5rem 0 5rem 0;
}

.banner-sec {
  padding: 10rem 0 0 0;
}

.banner-sec h1 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 5.6rem;
}

.services-indutry-content {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
}

/*main class */

/*Step Styling end*/

ul.inline-block li {
  display: inline-block;
  color: #333333;
  padding-left: 25px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

ul li .active a {
  color: #f26d00;
}

ul.inline-block.top-bar li {
  margin-left: 25px;
}

.caller {
  display: inline-grid;
}

.caller small {
  margin-left: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.caller a {
  position: relative;
}

.caller a::before {
  content: "\f2a0";
  font-family: "FontAwesome";
  position: absolute;
  top: -30px;
  left: -46px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2;
  text-align: center;
  margin: 0px auto;
  color: #fff;
}

.textter {
  display: inline-grid;
}

.textter small {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.textter a {
  position: relative;
}

.textter a::before {
  content: "\f27a";
  font-family: "FontAwesome";
  position: absolute;
  top: -30px;
  left: -46px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2;
  text-align: center;
  margin: 0px auto;
  color: #fff;
}

.email-iocns {
  display: inline-grid;
}

.email-iocns small {
  margin-left: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.email-iocns a {
  position: relative;
}

.email-iocns a::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  top: -30px;
  left: -46px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2;
  text-align: center;
  margin: 0px auto;
  color: #fff;
}

/* .cta-content ul.inline-block li {
  display: inline-block;
  color: #333333;
  padding-left: 37px;
  padding-right: 38px;
} */

.cta-content ul.inline-block li {
  display: inline-block;
  color: #333333;
  padding-left: 0;
  padding-right: 80px;
}


.cta-content-2 ul.inline-block li {
  display: inline-block;
  color: #333333;
  padding-left: 37px;
  padding-right: 38px;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7), 0 0 0 0 rgba(255, 109, 74, 0.7);
  }

  40% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 109, 74, 0.7);
  }

  80% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 25px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 25px rgba(255, 109, 74, 0);
  }
}

/* Header */

.mian-header {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 1;
  position: absolute;
}

.logo {
  justify-content: start;
  align-items: center;
  display: flex;
  margin: 0px auto;
}

.main__navigation .inline-block li a {
  color: #fff;
  font-size: 17px;
}

.main__navigation .inline-block li a:hover {
  color: var(--primary-color);
}

.main__navigation ul.inline-block {
  justify-content: center;
  align-items: center;
}

/*all bannner begin*/

.bg__detail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.inner-banner {
  background-image: url(../images/banner/inner-banner.webp);
}

.sevices-bg {
  background-image: url(../images/banner/banner-2.webp);
}

.process-bg {
  background-image: url(../images/banner/banner-3.webp);
}

.portfolio-bg-1 {
  background-image: url(../images/banner/banner-5.webp);
}

.contact-bg {
  background-image: url(../images/banner/contact-bg.webp);
}

.bg-light-color {
  background-color: #e8edf8;
}

.hd-banner-content {
  text-align: center;
}

/*green btn css*/

.green-btn {
  background-color: var(--secondary-color);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 13px 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #fff;
}

.green-btn {
  position: relative;
  z-index: 1;
}

.green-btn:hover {
  color: #000;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  to {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 40%;
    width: 20px;
    height: 20px;
  }

  to {
    right: 40%;
    width: 375px;
    height: 375px;
  }
}

.green-btn i {
  border: 1px solid #000;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 10px;
}

.banner-btn.green-btn {
  position: relative;
  z-index: 1;
  color: white;
}

.green-btn:after,
.green-btn:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.green-btn:before {
  left: -20px;
  transform: translate(-39%, -50%);
  z-index: -1;
}

.green-btn:after {
  right: -30px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.green-btn:hover:before,
.pack-box:hover .green-btn:before,
.menu-serv-content h6:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.green-btn:hover:after,
.pack-box:hover .green-btn:hover {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/*green btn css*/

/*footer-sec beign*/

.footer-sec {
  color: #fff;
}

.ft-list li {
  padding: 3px;
}

.ft-list li a {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins";
}

.ft-list a:hover {
  color: var(--primary-color);
}

.second-rb {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.footer-menu {
  text-align: end;
}

.footer-menu .inline-block li {
  padding-left: 24px;
}

.footer-menu .inline-block li a {
  font-size: 14px;
  font-family: "Poppins";
  color: #fff;
}

.footer-menu .inline-block li a:hover {
  color: var(--primary-color);
}

.contact-form input {
  font-size: 14px;
  font-family: "Poppins";
  color: #fff;
  background-color: #301600;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-form .inline-block li {
  display: inline-block;
  color: #333333;
  padding: 0px 33px;
}

.contact-form textarea {
  width: 100%;
  font-size: 14px;
  font-family: "Poppins";
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #301600;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 13px;
}

.footer-bottom {
  /* background-color: #000; */
  color: #fff;
}

.last-footer {
  text-align: right;
  margin-top: 12px;
}

.form-control:focus {
  color: #fff;
  background-color: #301600;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
}

.form-control:focus {
  color: #fff;
  background-color: #301600;
  border-color: #f26d00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
}

textarea:active,
textarea:hover,
textarea:focus {
  color: #fff;
  background-color: #301600;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
}

.select2 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border-radius: 5px;
  cursor: text;
  min-height: 50px;
  background-color: #2f1602;
  width: 100%;
  border: 1px solid #e8e8e8;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  color: #fff;
  background-color: #301600;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 23%);
  border-radius: 5px;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-y: scroll;
  height: 106px;
  overflow-x: hidden;
  min-height: 80px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: transparent !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  padding: 3px 14px;

  font-size: 13px;
  font-family: "Poppins";
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #483c3c;
  color: #000;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
  color: white;
  font-size: 14px;
  font-family: "Poppins";
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  font-size: 14px;
  font-family: "Poppins";
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
  font-size: 14px;
  font-family: "Poppins";
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  color: #fff;
}

.select2-dropdown {
  background-color: #2f1602;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 11px;
  padding: 0px;
  padding-left: 8px;
  font-size: 14px;
  font-family: "Poppins";
}

.ft-last-list li {
  margin: 8px 0px;
}

.ft-last-list ul.inline-block li {
  display: inline-block;
  color: #333333;
  padding-left: 0px;
  padding-right: 25px;
}

.ft-last-list li span {
  color: var(--primary-color);
}

.ft-last-list li i {
  color: var(--primary-color);
  margin-right: 10px;
}

.ft-last-list li a {
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
}

.footer-bottom a {
  color: #fff;
  font-size: 13px;
}

section.footer-bottom p {
  font-size: 13px;
}

/*footer-sec beign*/

/*why-us*/

.why-pic {
  position: relative;
}
.why-04 {
  position: absolute;
  left: -10px;
  z-index: 1;
  bottom: 0px;
}

.why-03 {
  position: absolute;
  left: 0px;
  z-index: 1;
  top: -35px;
}

.why-02 {
  position: absolute;
  right: 132px;
  z-index: 1;
  top: -34px;
}

.why-pic h3 {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 16px;
  border-radius: 5px;
  /* min-width: 24%; */
  /* max-width: 43%; */
  text-align: center;
  float: right;
  /* margin: -70px 0px; */
  z-index: 99;
  position: absolute;
  right: 63px;
  bottom: 10px;
}

/*why-us*/
/*Privacy Policies*/
.policies .policy-list {
  margin-bottom: 30px;
}

.policies .policy-list h5 {
  font-size: 16px;
  font-weight: 700;
  /* color: #333333; */
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.policies .policy-list p,
.policies .policy-list ul li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  /* color: #333333; */
}
/*Privacy Policies*/

/* mobile nav */
#mobile_nav {
  background: #0f0f0f;
  width: 100%;
  display: none;
  z-index: 99;
  position: fixed;
  top: 0px;
  padding: 13px;
}

#mobile_nav .logo-head {
  color: white;
  text-align: start;
  margin-left: 20px;
}

#mobile_nav .logo-head img {
  width: 50%;
  margin: 13px auto;
}

#mobile_nav ul {
  float: right;
  margin-right: 20px;
}

#mobile_nav ul li {
  display: block;
  line-height: 80px;
  margin: 0 5px;
}

#mobile_nav ul li a {
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}

#mobile_nav .checkbtn {
  float: right;
  margin-right: 19px;
  cursor: pointer;
  margin-top: 5px;
}

#check {
  display: none;
}

#mobile_nav ul li a:hover {
  color: var(--primary-color);
}

#mobile_nav ul.active {
  color: var(--primary-color);
}

/* hamburger*/
.hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #eb681b;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 3px #f7f7f7b5;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* hamburger*/

.main__navigation .dropdown-nav:hover i {
  transition: 0.2s;
  transform: rotate(0deg) !important;
}

.main__navigation .dropdown-nav:hover i {
  color: #f26d00;
  transform: rotate(92deg) !important;
  transition: 0.5s;
}

.main__navigation .dropdown-nav {
  position: relative;
}

.main__navigation ul.dropdown {
  position: absolute;
  width: 1013px;
  top: 10px;
  left: -300px;
  margin: 0;
  border-radius: 10px;
  z-index: 1;
  display: none;
  right: 62px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 118px !important;
  padding-top: 25px;
}

.main__navigation ul.dropdown li {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  width: 23%;
  margin: 8px 0px;
}

.main__navigation ul.dropdown li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background-color: #262626;
  padding: 10px 0px 11px 18px;
  width: 100%;
  border: 1px solid #ee6b1c !important;
  border-radius: 10px;
}
.main__navigation ul.dropdown li a:hover {
  background-color: #ee6b1c !important;
  color: black;
  font-weight: 600;
}
.main__navigation ul.dropdown li a:hover {
  border: 1px solid #ccc !important;
}

.main__navigation ul.dropdown li a:hover i {
  color: black !important;
  transform: rotate(215deg) !important;
  transition: 1.2s !important;
  margin-left: 10px;
}

.main__navigation ul.dropdown li i:hover {
  color: #eb681b;

  /* border: 1px solid #000; */
}

.new-link-btn li a {
  margin: 15px 4px 0px 20px;
  border-radius: 100px;
  width: 100%;
  padding: 6px 16px 6px 22px;
  transition: all 0.6s ease-in-out;
  border: 1px solid #ee6b1c !important;
}

.new-link-btn li a i {
  color: #fff !important;
  transform: rotate(144deg) !important;
}

.main__navigation ul.dropdown li::before {
  display: none;
  transition: all 0.6s ease-in-out;
}

.main__navigation ul.dropdown li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  transition: all 0.6s ease-in-out;
}

.main__navigation ul.dropdown li:last-child a {
  border-bottom: none;
  transition: all 0.6s ease-in-out;
}

.main__navigation ul.dropdown li {
  position: relative;
}

/* mobile nav */

/*home banner css */

/* .main-banner {
  background-image: url(../images/banner/home-banner.webp);
  background-repeat: no-repeat;
  background-position: center;
  height:100vh;
  display: flex;
  align-items: center;
}  */

.main-banner {
  padding: 13rem 0px 6rem 0px;
}


.home-hd h1 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.6rem;
  text-shadow: 2px 7px 5px rgb(0 0 0 / 30%),
    0px -4px 10px rgba(255, 255, 255, 0.3);
}

.start-up-form input {
  color: #ffff;
  padding: 11px 17px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0px auto;
  font-size: 13px;
  background-color: #00000096;
  width: 100%;
}

.start-up-form {
  margin-top: 50px;
}

.start-up-form .deal-btn {
  background-color: #000;
  font-size: 13px;
  color: #fff;
  padding: 11px 8px;
  text-align: center;
  margin: 0px auto;
  border-radius: 5px;
  border: 1px solid #eb6819;
  width: 100%;
}

.start-up-form .deal-btn:hover {
  background-color: var(--primary-color);
}

.start-up-form ::placeholder {
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.start-up-form ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #ccc;
}

.start-up-form .inline-block {
  margin-top: 60px;
}

.form-bg {
  background-image: url(../images/banner/form-banner-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
  padding: 1rem;
  margin-top: 5rem;
}

.form-bg::after {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  left: 32%;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  margin: 0px auto;
  top: -336px;
  z-index: -1;
  transition: 1.5s;
}

img.blub {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  z-index: -1;
  top: 190px;
  max-width: 430px;
  transition: all 1s ease;
  overflow-x: hidden !important;
}

img.blub-1 {
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  z-index: -1;
  top: 190px;
  max-width: 430px;
  transition: all 1s ease;
  overflow-x: hidden !important;
}

.form-sec:hover::after {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  left: 26.5rem;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  margin: 0px auto;
  top: -345px;
  z-index: -1;
  transition: 1.5s;
  opacity: 0.6;
  filter: brightness(1);
}

a.form-btn-1 i {
  color: #000;
  background-color: #fcc;
  padding: 10px;
  border-radius: 27px;
  transform: rotate(317deg);
  font-size: 18px;
  margin-left: 13px;
  transition: 0.2s;
}

a.form-btn-2 i {
  color: #000;
  background-color: #fcc;
  padding: 10px;
  border-radius: 27px;
  transform: rotate(317deg);
  font-size: 18px;
  margin-left: 13px;
  transition: 0.2s;
}

.form-btn-2,
.form-btn-1 {
  background-color: #fff;
  color: var(--primary-color);
  padding: 6px 9px 6px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
}

.form-btn-1:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.form-btn-1:hover i {
  background-color: #fff;
  transform: rotate(360deg) scale(1.1);
  transition: 0.2s;
}

.form-btn-2:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.form-btn-2:hover i {
  background-color: #fff;
  transform: rotate(360deg) scale(1.1);
  transition: 0.2s;
}

.service-tabs-nav {
  justify-content: end;
  display: flex;
  margin: 0px auto;
  text-align: end;
}

.service-tabs-nav .nav-tabs {
  display: inline-block;
  border: 0px;
}

.service-tabs-nav .nav-tabs button {
  color: #fff;
  background-color: #262626  !important;
  border-color: #fff;
  padding: 11px 24px;
  margin: 10px;
  border-radius: 23px;
  font-size: 14px;
  display: inline-block;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #eb681b;
  color: black;
  font-weight: 600;
  border: 1px solid #eb681b;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #262626  !important;
  background-color: #eb681b  !important;
  border: 1px solid #fff;
  font-weight: 600;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active i {
  /* color: #fff; */
  transform: rotate(215deg);
  transition: 1.2s;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover i {
  color: black;
  transform: rotate(215deg);
  transition: 1.2s;
}

.faq-sec .accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  font-family: "Poppins";
  font-size: 1.5rem;
  margin: 16px 0px 0px 0px;
  font-weight: 600;
  border-top: 0px;
  border-bottom: 1px solid #fff;
}

.faq-sec .accordion:after {
  content: "\f061";
  font-family: "FontAwesome";
  color: #ffff;
  float: right;
  background-color: transparent;
  margin: 0px auto;
  text-align: center;
  line-height: normal;
  font-size: 30px;
  background-color: transparent;
  border-radius: 5px;
  line-height: 0.5;
}



.faq-sec .active:after {
  content: "\f063";
  font-family: "FontAwesome";
  height: 38PX;
  width: 40PX;
  background-color: var(--primary-color);
  font-size: 26px;
  line-height: 1.6;
  transform: rotate(360deg);
  border-radius: 5px;
}

.faq-sec .active {
  border-bottom: 0px;

}


.service-sec .panelfaq{
  text-align: left;
}
.faq-sec .panelfaq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 10px;
  margin-bottom: 10px;
}

.panelfaq img {
  border-radius: 10px;
}

.progressbar-warp {
  padding: 6px 0px;
}

/*why us sec*/

.skills {
  background-color: #ccc;
  width: 100%;
  height: 10px;
  position: relative;
  margin: 50px 0px;
  border-radius: 10px;
}

.title-bar {
  position: absolute;
  top: -35px;
  padding-left: 5px;
  font-size: 18px;
}

.skills span {
  float: right;
  margin-top: -28px;
  margin-right: 5px;
}

.skillbar {
  background-color: var(--primary-color);
  width: 0px;
  height: 10px;
  border-radius: 10px;
}

.skills .title-bar h5 {
  color: #fff;
  font-size: 1.2rem;
}

/*why us sec*/

/*  cta css*/

.cta-sec-1 {
  background-image: url(../images/banner/cta-banner-1.webp);
  background-size: cover;
  padding: 1% 0px 1% 0px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.cta-2 {
  text-align: right;
}

.cta-hd {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  font-size: 5rem;
  z-index: -1 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 7.2px;
}

.cta-image{
  width: auto;
  height: auto;
  max-width: 380px;
  max-height: 300px;
}

.watch-pic {
  text-align: right;
}

.cta-content .Share_us {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.cta-content-2 .Share_us {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.cta-2 ul.inline-block {
  text-align: left;
  padding-left: 115px;
}

.cta-content {
  margin: 92px 0px;
}
.cta-content-2 {
  margin: 92px 0px;
}

.watch-pic img {
  margin: -20px 0px 0px;
}

/*cta*/

/*Portfolio-sec*/
/* .protfolio-gallry-1 {
  margin: -51px 0px;
}

.protfolio-gallry-1 a {
  width: 100%;
}

.protfolio-gallry-1 img {
  margin-top: 20px;
  width: 100%;
  filter: grayscale(1);
  transition: 1.5s;
  margin-bottom: 50px;
}

.protfolio-gallry-1 img:hover {
  filter: none;
}

.protfolio-gallry-1 ul {
  margin: 45px 0px;
} */

.protfolio-gallry-1 {
  margin: -51px 0px;
}

.protfolio-gallry-1 a {
  width: 100%;
}
.protfolio-gallry-1 img {
  margin-top: 20px;
  width: 100%;
  transition: 1.5s;
}

.protfolio-gallry-1 ul {
  margin: 27px 0px;
}

.protfolio-gallry-1 img:hover {
  filter: none;
}

.protfolio-gallry-2 a {
  width: 100%;
}

.protfolio-gallry-2 {
  margin-top: 15px;
}

.protfolio-gallry-2 img {
  transition: 1.5s;
  margin: 8px 0px;
  width: 100%;
}
.protfolio-gallry-2 img:hover {
  filter: none;
}

/*Portfolio-sec*/

.pricing-box .details ul {
  height: 197px;
  overflow-y: scroll;
  margin-bottom: 31px;
  text-align: left;
  margin-top: 32px;
  overflow-x: hidden;
  margin-bottom: 42px;
}
.pricing-box ::-webkit-scrollbar {
  width: 3px;
}
.pricing-box .details ul li {
  font-size: 13px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 26px;
  font-family: "Poppins";
  padding-right: 1px;
}

.pricing-box .details ul li:not(.line):before {
  content: "";
  background-image: url(../images/mix/circule.webp);
  vertical-align: middle;
  position: absolute;
  left: 1px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9px;
}

.pricing-box:hover .details ul li:before {
  background-image: url(../images/mix/circule2.webp);
}

.pricing-title {
  background-color: #5a5a5a;
  min-width: 90%;
  max-width: 90%;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  min-height: 77px;
  max-height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  margin: -56px auto;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  margin: 0px 0p 0px 0px;
  position: relative;
}

.price::after {
  position: absolute;
  content: "Exc. of Taxes";
  font-size: 12px;
  left: 0;
  right: 0px;
  bottom: -7px;
  font-weight: 500;
}

.pricing-box p {
  margin: 99px 0px 10px 21px;
  font-size: 19px;
  line-height: 0;
  font-weight: 600;
}

.pricing-box {
  border: 2px solid #262626;
  padding: 30px 15px 30px 15px;
  border-radius: 5px;
  background-color: #262626;
  justify-content: center;
  text-align: center;
  margin: 51px 15px auto;
  margin-bottom: 30px;
}

.pricing-box del {
  color: #5a5a5a;
}

.price-call {
  margin-top: 20px;
  font-size: 12px;
}

.pricing-title:hover {
  background-color: var(--primary-color);
}

.pricing-box:hover {
  border: 2px solid #fff;
}

.pricing-box:hover {
  background: linear-gradient(
    356deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
}

.pricing-box:hover .green-btn {
  background-color: #fff;
  color: #000;
}

.pricing-box:hover .price-call a {
  color: #fff;
}

/*plans-pricing-sec*/

/*brand-logo */
.brand-logo img {
  margin-left: 46px;
  margin-right: 15px;
  margin-top: 12px;
  margin-bottom: 8px;
}

/*brand-logo */

/*process-sec*/

.proces-text ul li {
  color: var(--primary-color);
  padding-left: 14px;
  padding: 10px 0px;
  font-size: 19px;
}
.proces-text a {
  color: #fff;
}

.proces-text samp {
  margin-left: 10px;
  margin-right: 14px;
  font-size: 24px;
  font-weight: 600;
}

.main-container {
  min-height: 50vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 560px;
  overflow: visible;
}

.main {
  margin: 0px auto;
  width: 600px;
  height: 600px;
  position: relative;
  overflow: visible;
}

.big-circle {
  height: 80%;
  width: 80%;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  /* align-items: center; */
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
  background-color: linear-gradient(
    356deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
  box-shadow: 0px 0px 11px 3px #8d573c inset;
}

.icon-block {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-background-image: linear-gradient(
    356deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
  background: linear-gradient(
    356deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
  padding: 3%;
  border: 2px solid #fff;
}

.icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(5) {
  top: 15%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(6) {
  top: 86%;
  left: 15%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(7) {
  top: 14%;
  left: 85%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(8) {
  top: 85%;
  left: 86%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 78%;
  height: 78%;
  border-radius: 50%;
}

.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

.center-logo img {
  max-width: 288px;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }

  to {
    -webkit-transform: rotate(-405deg);
  }
}

/*process-sec*/

/*testimonals sec*/

.clint-slider {
  margin-top: 3rem;
}

.clint-slider ul.inline-block li {
  display: inline-block;
  color: #dfb72d;
  padding-left: 0px;
  font-size: 10px;
}

.clint-slider h3 {
  font-weight: 600;
}

.testimonial-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 105%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0px !important;
  border: 0px solid transparent;
  background-color: var(--primary-color);
}

.testimonial-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 105%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0px !important;
  border: 0px solid transparent;
  background-color: var(--primary-color);
}

.testimonial-slider .slick-prev {
  left: 14px;
  z-index: 1;
}

.testimonial-slider .slick-next {
  left: 68px;
}

.testimonial-slider .slick-next:before {
  content: "\f061";
}

.testimonial-slider .slick-prev:before {
  content: "\f060";
}

.testimonial-slider .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
}

.testimonial-slider .slick-arrow:hover:before {
  color: #000;
  background-color: var(--primary-color);
}

.green-btn-2 {
  transform: scale(1.3);
}

.line-1 {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 24px 0px -26px 0px;
  position: relative;
}

.line-1::after {
  content: "\f111";
  font-family: "FontAwesome";
  left: 0;
  color: #ccc;
  font-size: 12px;
  position: absolute;
  left: -7px;
  top: -8px;
}

.line-1::before {
  content: "\f111";
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: -8px;
}

.line-main {
  margin-top: 20px;
}

.btn-1 {
  text-align: end;
}

.btn-2 {
  text-align: center;
}

.btn-3 {
  text-align: start;
}

/*testimonals sec*/
/*about us */

.discount-1 h3 {
  background-color: #fff;
  color: #000;
  padding: 1% 0px 1% 0;
  align-items: center;
  margin: 0px auto;
  font-weight: 700;
  border-radius: 5px;
}

.discount-1 h3 span {
  color: var(--primary-color);
}

.counter-content {
  text-align: center;
}

.count {
  font-size: 4.3rem;
  font-weight: 700;
}

.count {
  position: relative;
}

.count::after {
  content: "\2b";
  font-size: 4.3rem;
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: 45px;
}

.counter-content p {
  line-height: 0px;
  font-size: 1.3rem;
  margin-left: 41px;
}

.cta-sec-3 {
  padding: 5% 0 5% 0;
}

/*about us */

.vision-pic-left {
  align-items: center;
  justify-content: start;
  display: flex;
  margin: 28px auto;
}

.vision-pic img {
  width: 30%;
}

.vision-pic-right {
  align-items: center;
  justify-content: end;
  display: flex;
  margin: 28px auto;
}

.vissions-box {
  border: 1px solid #eb681b;
  padding: 39px 15px 23px 15px;
  margin: 40px 0px 0px 0px;
  border-radius: 5px;
  transition: 1.5s;
  height:85%;
}

.vissions-box:hover {
  border: 1px solid #eb681b;
  background-color: #eb681b;
  color: #fff;
  border-radius: 5px;
  transition: 1.5s;
}

.card-1 ul.inline-block li {
  display: inline-block;
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
}

.card-1 ul.inline-block li i {
  margin-top: 10px;
  color: #fff;
  background-color: var(--primary-color);
  padding: 8px;
  border-radius: 100px;
  font-size: 16px;
}

.card-1 p {
  margin: 0px;
}

.card-1 span {
  margin-top: 29px;
}

.card-1 img {
  margin: 0px auto;
  width: 59%;
}

.card-1 {
  display: grid;
  text-align: center;
  background-color: #272729;
  padding: 3% 0px 3% 0px;
  border-radius: 11px;
  margin: 10px 8px 0 10px;
}

.seric-provider .main-content-hd {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.4;
}

.seric-provider p {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}

.seric-provider {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 27px 30px 0% 30px;
  margin-top: 30px;

}

.scroll-box {
  height: 450px;
  min-height: 450px;
  overflow: hidden;
}


.seric-provider:hover {
  background: linear-gradient(
    356deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
  border: 1px solid #272729;
}

.banner-btn.green-btn:hover {
  color: black;
}

.reviews-box {
  padding: 3% 35px 2% 33px;
  /* background-color: var(--primary-color); */
  background-color: #272729;
  border-radius: 5px;
  margin: 15px 0px 15px 0px;
}

.reviews-box:hover {
  background: linear-gradient(
    356deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );

  cursor: pointer;
}

.reviews-pic {
  align-items: center;
  justify-content: center;
  display: flex;
}

.reviews-content ul.inline-block li {
  display: inline-block;
  color: #dfb72d;
  padding-left: 3px;
  font-size: 12px;
}

.reviews-box p {
  font-size: 0.9rem;
  margin: 0px 0px 15px;
}

.reviews-content h5 {
  text-decoration: underline;
  margin-bottom: 0px;
  font-size: 16px;
}

/*plans-pricing-sec*/

.plans-pricing-sec .service-tabs-nav {
  justify-content: center;
}

.ad-detiles {
  margin-top: 48px;
}

.contact-pic {
  position: relative;
}

.contact-pic h3 {
  color: #fff;
  background-color: var(--primary-color);
  padding: 14px;
  text-align: center;
  width: 73%;
  margin: 0px auto;
  border-radius: 5px;
  min-width: 73%;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  animation: animate-pulse 5s linear infinite;
}

.sign-up-sec .contact-form input {
  border-bottom: 1px solid #ee6b1c;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
}

.sign-up-sec .select2-container--default .select2-selection--multiple {
  border-top: 0px;
  border-radius: 0;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ee6b1c;
}

.sign-up-sec .contact-form input {
  background-color: transparent;
  border-radius: 0px;
  padding: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sign-up-sec .select2-container--default .select2-selection--multiple {
  background-color: transparent;
}

.sign-up-sec
  .contact-form
  .select2-container--default
  .select2-results
  > .select2-results__options {
  height: 138px;
  min-height: 138px;
}

.sign-up-sec
  .sign-up-from
  .contact-form
  .select3-container--default
  .select2-results
  > .select2-results__options {
  overflow-y: scroll;
  height: 150px !important;
  overflow-x: hidden;
  min-height: 150px !important;
}

.sign-up-sec .contact-form textarea {
  width: 100%;
  font-size: 14px;
  font-family: "Poppins";
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  padding: 13px;
  background-color: transparent;
  border-bottom: 1px solid #ee6b1c;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.sechead {
  margin-left: 3.5rem;
  margin-top: 5rem;
}

/* Entrance animation */

.hidden {
  opacity: 0;
  transition: all ease 1s 0.5s;
}

.animate-left {
  transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
}

.animate-left-rotate-x {
  transform: translateX(-100px) rotate(45deg);
  -moz-transform: translateX(-100px) rotate(45deg);
  -o-transform: translateX(-100px) rotate(45deg);
  -ms-transform: translateX(-100px) rotate(45deg);
}

.animate-left-rotate-y {
  transform: translateX(-100px) rotate(-45deg);
  -moz-transform: translateX(-100px) rotate(-45deg);
  -o-transform: translateX(-100px) rotate(-45deg);
  -ms-transform: translateX(-100px) rotate(-45deg);
}

.animate-right {
  transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
}

.animate-right-rotate-x {
  transform: translateX(100px) rotate(45deg);
  -moz-transform: translateX(100px) rotate(45deg);
  -o-transform: translateX(100px) rotate(45deg);
  -ms-transform: translateX(100px) rotate(45deg);
}

.animate-right-rotate-y {
  transform: translateX(100px) rotate(-45deg);
  -moz-transform: translateX(100px) rotate(-45deg);
  -o-transform: translateX(100px) rotate(-45deg);
  -ms-transform: translateX(100px) rotate(-45deg);
}

.animate-up {
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
}

.animate-up-rotate-x {
  transform: translateY(100px) rotate(45deg);
  -moz-transform: translateY(100px) rotate(45deg);
  -o-transform: translateY(100px) rotate(45deg);
  -ms-transform: translateY(100px) rotate(45deg);
}

.animate-up-rotate-y {
  transform: translateY(100px) rotate(-45deg);
  -moz-transform: translateY(100px) rotate(-45deg);
  -o-transform: translateY(100px) rotate(-45deg);
  -ms-transform: translateY(100px) rotate(-45deg);
}

.animate-down {
  transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
}

.animate-down-rotate-x {
  transform: translateY(-100px) rotate(45deg);
  -moz-transform: translateY(-100px) rotate(45deg);
  -o-transform: translateY(-100px) rotate(45deg);
  -ms-transform: translateY(-100px) rotate(45deg);
}

.animate-down-rotate-y {
  transform: translateY(-100px) rotate(-45deg);
  -moz-transform: translateY(-100px) rotate(-45deg);
  -o-transform: translateY(-100px) rotate(-45deg);
  -ms-transform: translateY(-100px) rotate(-45deg);
}

.animate-zoom-up {
  transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
}

.animate-zoom-out {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

.animate-zoom-down {
  transform: scale(0.6) translate(0px, -150px);
  -moz-transform: scale(0.6) translate(0px, -150px);
  -o-transform: scale(0.6) translate(0px, -150px);
  -ms-transform: scale(0.6) translate(0px, -150px);
}

.animate-zoom-left {
  transform: scale(0.6) translate(150px, 150px);
  -moz-transform: scale(0.6) translate(150px, 150px);
  -o-transform: scale(0.6) translate(150px, 150px);
  -ms-transform: scale(0.6) translate(150px, 150px);
}

.animate-zoom-right {
  transform: scale(0.6) translate(-100px, -100px);
  -moz-transform: scale(0.6) translate(-100px, -100px);
  -o-transform: scale(0.6) translate(-100px, -100px);
  -ms-transform: scale(0.6) translate(-100px, -100px);
}

.animate-05s {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.animate-1_5s {
  transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
}
.animate-1s {
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
}

.animate-2s {
  transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -ms-transition-duration: 2s;
}
.animate-2_5s {
  transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  -ms-transition-duration: 2.5s;
}

.animate-3s {
  transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  -ms-transition-duration: 3s;
}

.animate-05d {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}

.animate-1d {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

.animate-15d {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
}

.animate-2d {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
}

.animate-3d {
  transition-delay: 3s;
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
}

.show {
  opacity: 1;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}

/* Entrance animation */

/* animations */

.animate-float-1 {
  animation: float1 5s 3s ease-in-out infinite alternate-reverse;
  -moz-animation: float1 5s 3s ease-in-out infinite alternate-reverse;
  -o-animation: float1 5s 3s ease-in-out infinite alternate-reverse;
  -ms-animation: float1 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-2 {
  animation: float2 5s 3s ease-in-out infinite alternate-reverse;
  -moz-animation: float2 5s 3s ease-in-out infinite alternate-reverse;
  -o-animation: float2 5s 3s ease-in-out infinite alternate-reverse;
  -ms-animation: float2 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-3 {
  animation: float3 5s 3s ease-in-out infinite alternate-reverse;
  -moz-animation: float3 5s 3s ease-in-out infinite alternate-reverse;
  -o-animation: float3 5s 3s ease-in-out infinite alternate-reverse;
  -ms-animation: float3 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-4 {
  animation: float4 5s 3s ease-in-out infinite alternate-reverse;
  -moz-animation: float4 5s 3s ease-in-out infinite alternate-reverse;
  -o-animation: float4 5s 3s ease-in-out infinite alternate-reverse;
  -ms-animation: float4 5s 3s ease-in-out infinite alternate-reverse;
}

.animate-float-5 {
  animation: float5 5s 3s ease-in-out infinite alternate-reverse;
  -moz-animation: float5 5s 3s ease-in-out infinite alternate-reverse;
  -o-animation: float5 5s 3s ease-in-out infinite alternate-reverse;
  -ms-animation: float5 5s 3s ease-in-out infinite alternate-reverse;
}
.animate-float-6 {
  animation: float6 4s 1s infinite ease-in-out;
  -moz-animation: float6 4s 1s infinite ease-in-out;
  -o-animation: float6 4s 1s infinite ease-in-out;
  -ms-animation: float6 4s 1s infinite ease-in-out;
}

@keyframes float1 {
  0% {
    transform: translate3d(8px, 5px, 0px) rotate(1deg);
    -moz-transform: translate3d(8px, 5px, 0px) rotate(1deg);
    -o-transform: translate3d(8px, 5px, 0px) rotate(1deg);
    -ms-transform: translate3d(8px, 5px, 0px) rotate(1deg);
  }

  60% {
    transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
    -moz-transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
    -o-transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
    -ms-transform: translate3d(-4px, -5px, 0px) rotate(-3deg);
  }

  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes float2 {
  0% {
    transform: translate3d(-5px, -12px, 0px) scale(0.95);
    -moz-transform: translate3d(-5px, -12px, 0px) scale(0.95);
    -o-transform: translate3d(-5px, -12px, 0px) scale(0.95);
    -ms-transform: translate3d(-5px, -12px, 0px) scale(0.95);
  }

  60% {
    transform: translate3d(0px, 5px, 0px) scale(1);
    -moz-transform: translate3d(0px, 5px, 0px) scale(1);
    -o-transform: translate3d(0px, 5px, 0px) scale(1);
    -ms-transform: translate3d(0px, 5px, 0px) scale(1);
  }

  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes float3 {
  0% {
    transform: translate3d(8px, 5px, 0px);
    -moz-transform: translate3d(8px, 5px, 0px);
    -o-transform: translate3d(8px, 5px, 0px);
    -ms-transform: translate3d(8px, 5px, 0px);
  }

  60% {
    transform: translate3d(-0px, -5px, 0px);
    -moz-transform: translate3d(-0px, -5px, 0px);
    -o-transform: translate3d(-0px, -5px, 0px);
    -ms-transform: translate3d(-0px, -5px, 0px);
  }

  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes float4 {
  0% {
    transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
  }

  60% {
    transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
  }

  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes float5 {
  0% {
    transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
  }

  60% {
    transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
  }

  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes float6 {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(20deg);
  }
  3% {
    -webkit-transform: rotateZ(-18deg);
  }
  5% {
    -webkit-transform: rotateZ(24deg);
  }
  7% {
    -webkit-transform: rotateZ(-22deg);
  }
  9% {
    -webkit-transform: rotateZ(20deg);
  }
  11% {
    -webkit-transform: rotateZ(-18deg);
  }
  13% {
    -webkit-transform: rotateZ(16deg);
  }
  15% {
    -webkit-transform: rotateZ(-14deg);
  }
  17% {
    -webkit-transform: rotateZ(12deg);
  }
  19% {
    -webkit-transform: rotateZ(-10deg);
  }
  21% {
    -webkit-transform: rotateZ(8deg);
  }
  23% {
    -webkit-transform: rotateZ(-6deg);
  }
  25% {
    -webkit-transform: rotateZ(4deg);
  }
  27% {
    -webkit-transform: rotateZ(-2deg);
  }
  29% {
    -webkit-transform: rotateZ(0deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }

  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

/* animations */
/* Entrance animation */
/* .type-text {
  position: relative;
}

.type-text::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ff014f;
  animation: type 0.1s infinite;
  -webkit-animation: type 1s infinite;
}

@-webkit-keyframes type {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes type {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
} */

/*modal css begin*/

.sign-up-from-modal {
  background: linear-gradient(
    187deg,
    rgba(235, 104, 27, 1) 0%,
    rgb(14 12 11) 100%
  );
  border: 2px solid #ccc;
  border-radius: 10px;
}
.modal-body {
  /* border: 1px solid; */
  padding-left: 5%;
  padding-right: 5%;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px;
  position: relative;
}

.modal-header h5 {
  margin: 33px 90px 0px;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
}

.modal-footer {
  border-top: 0px;
}

.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
  background-color: #ccc;
}
.modal-setps {
  background-color: #262626;
}

.modal-setps .card h5 {
  font-size: 25px;
  font-weight: 600;
  margin: 8px 0px 0px 0px;
}

.modal-setps .btn-close {
  position: absolute;
  right: 15px;
  top: -6px;
  background-color: #ccc;
  font-size: 12px;
  padding: 10px;
}
.modal-setps {
  background-color: #262626;
}

.modal-setps .card h5 {
  font-size: 25px;
  font-weight: 600;
}

.modal-setps .btn-close {
  position: absolute;
  right: 15px;
  top: -6px;
  background-color: #ccc;
  font-size: 12px;
  padding: 10px;
}
#msform {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
  /* padding-top: 31px; */
  padding-left: 32px;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  padding: 11px 25px 14px 25px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: -2px;
  box-sizing: border-box;
  font-family: "Poppins";
  color: #2c3e50;
  background-color: #262626;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
  margin: 12px 0px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #ee6b1c;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  font-size: 14px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: var(--secondary-color);
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
  font-size: 14px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
  background-color: #262626;
}

.form-card .check-form {
  margin: 12px 0px 0px;
}

.form-card .check-form label {
  font-size: 15px;
}

.fs-title {
  font-size: 19px;
  margin-bottom: 29px;
  font-weight: normal;
  text-align: left;
  font-weight: 400;
}
.purple-text {
  color: #ee6b1c;
  font-weight: normal;
}
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 82.6px;
  float: left;
  position: relative;
  font-weight: 400;
  overflow: hidden;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 32px;
  height: 31px;
  line-height: 22px;
  display: block;
  font-size: 18px;
  color: #262626;
  background: #262626;
  /* border-radius: 50%; */
  margin: 0 auto 10px auto;
  padding: 3px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 31px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background-color: var(--secondary-color);
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: var(--secondary-color);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

#msform .check-fome {
  align-items: center;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

/*combo sec */

.combo-one h3 {
  font-size: 2rem;

  font-weight: 700;
}

.combo-one h5 {
  font-size: 22px;

  margin-bottom: 10px;

  font-weight: 600;
}

.combo-one ul {
  height: 365px;

  overflow-y: scroll;

  margin-bottom: 31px;

  text-align: left;

  margin-top: 0px;

  overflow-x: hidden;
}

.combo-one ul li {
  font-size: 13px;

  margin-bottom: 6px;

  position: relative;

  padding-left: 26px;

  font-family: "Poppins";

  padding-right: 1px;
}

.combo-one ul li:not(.line):before {
  content: "";

  background-image: url(../images/mix/circule2.webp);

  vertical-align: middle;

  position: absolute;

  left: 1px;

  background-position: center;

  background-repeat: no-repeat;

  padding: 9px;
}

.combo-price span {
  font-size: 3.2rem;

  font-family: "Poppins";

  color: #fff;

  font-weight: 600;
}

.combo-price del {
  font-size: 20px;

  line-height: 0;

  /* text-align: -webkit-center; */

  text-align: end;

  display: block;
}

.combo-one {
  padding: 6%;
}

.live-chat {
  margin-top: 25px;
}

.live-chat h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

.live-chat span {
  font-size: 37px;
}

.combo-live-section {
  display: grid;
  margin: 0px auto;
  text-align: center;
  margin-top: 27px;
}


.combo-live-section .caller{}
  
.pricing-box p {
        font-size: 20px;
        width: 100%;
    }

.combo-live-section .textter {
  margin-top: 23px;
}

.combo-live-section .caller a::before, 
.combo-live-section .textter a::before {
  top: -30px;
  left: -3px;
}

.combo-price {
  text-align: center;
  padding-top: 0%;
}


.combo-live-section small {
  font-size: 1.5rem;
}


main.slider-main {
  display: flex;

  width: 75vw;

  overflow: hidden;
}

.panel {
  background-image: url(../images/mix/combo-bg.png);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  height: 500px;
  min-height: 560px;
  border-radius: 72px;

  color: #fff;

  cursor: pointer;

  flex: 0.1;

  margin: 10px;

  position: relative;

  transition: flex 0.5s linear;

  border: 3px solid #fff;

  width: 8vw;
}

.panel .combo-one {
  opacity: 0;

  position: relative;
}



.panel .s-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 44%;

  right: -102px;

  font-size: 2.5rem;
}

.panel .p-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 47%;

  right: -137px;

  font-size: 2.5rem;
}

.panel .e-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 44%;

  right: -65px;

  font-size: 2.5rem;
}

.panel .c-combo {
  opacity: 1;

  position: absolute;

  transform: rotate(270deg);

  text-wrap: nowrap;

  color: #fff;

  transition: opacity 0.3s ease-in 0.4s;

  font-weight: 600;

  top: 45%;

  right: -118px;

  font-size: 2.5rem;
}

.panel.active .s-combo {
  opacity: 0;

  position: absolute;
}

.panel.active .p-combo {
  opacity: 0;

  position: absolute;
}

.panel.active .e-combo {
  opacity: 0;

  position: absolute;
}

.panel.active .c-combo {
  opacity: 0;

  position: absolute;
}

.panel.active {
  flex: 3;

  background-image: url(../images/mix/combo-bg-2.png);

  border: 3px solid #eb681b;
}

.panel.active .combo-one {
  opacity: 1;

  transition: opacity 0.3s ease-in 0.4s;
}

/* width */

.combo-one ::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.combo-one ::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */

.combo-one ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */

.combo-one ::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/*combo sec */

/*  policy */
/* modal css custom button */

#button {
  display: inline-block;
  background-color: #e36431;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 0px;
  left:30px;
  float: left;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 11px;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 45px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {

  .content {
    width: 43%;
  }
  #button {
    margin: 30px 0;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.pricing-slider .slick-prev:before, .pricing-slider .slick-next:before {
  font-size: 26px;
  color: var(--primary-color);
}

.pricing-slider .slick-arrow:hover:before {
  color: #fcfcfc;
}

.hd-call a{
  position: relative;
}
.hd-call a::before {
  content: "\f2a0";
  font-family: "FontAwesome";
  position: absolute;
  top: -13px;
  left: 21px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: animate-pulse 5s linear infinite;
  cursor: pointer;
  line-height: 2;
  text-align: center;
  margin: 0px auto;
  color: #fff;
}




/* landing page csss */

.footer-logo{
  margin-top: 20px;
}

.soical-links img {
  width: 64%;
  margin: 0px;
}
.soical-links a {
  margin-right: 0;
  margin-left: 0px;
  transition: 1.0s;
}
.soical-links a:hover{
  transform: scale(1.2);
  transition: 1.2s;
}



.plan-pack-sec .slick-dots{
 position: relative;
}


.slick-dots {
    margin: 30px 0px;

}

section.about-the-services.sec-pd {
  margin-top: 6rem;
}

.work-together .green-btn {
  width: 43%;
}


#cookies-policy .cookiesBtn__link {
    color: rgb(255 255 255) !important;

}