:root{
    --primary-color: #0476D0;
    --secondary-color: #252525;
    --white-color: #fff;
    
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; 
  }


  #preloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--white-color);
    z-index: 9999;
  }
  #preloader .loading {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
  }
  #preloader .loading div {
    position: absolute;
    border: 4px solid var(--primary-color);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: preloader 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: preloader 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  #preloader .loading div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }
  
  @-webkit-keyframes preloader {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  @keyframes preloader {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }









.brand-logo img{
    /* width: 105px; */
    width: 105px;
}
.site-header--sticky:not(.mobile-sticky-enable).reveal-header .brand-logo img{
    width: 80px;
}
.grey-bg{
  background-color: #F7F8FD;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #8A90A2;
  margin-bottom: 15px;
  line-height: 30px;
}
.hero-area-l1 span.badge{
  border: 1px solid var(--primary-color) !important;
  color: var(--secondary-color) !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  padding: 10px 14px;
  line-height: inherit;
  white-space: break-spaces;
  margin-top: 0 !important;
}
.l-11-hero-btn{
  background: var(--primary-color);
  transition: 0.5s all ease-in-out;
}

.hero-area-l1 .content h2{
  color: var(--secondary-color) !important;
}

.l-11-hero-btn:hover{
  background: var(--secondary-color);
}

#scroll_to_top {
    display: inline-block;
    background: linear-gradient(45deg, #0476D0 0%,#0476D0 100%);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: var(--white-color);
    padding: 7px;
    font-size: 16px;
    line-height: normal;
  }
  
  #scroll_to_top:hover {
    cursor: pointer;
    background: linear-gradient(45deg, #0476D0 0%,#0476D0 100%);
  }
  #scroll_to_top:active {
    background: linear-gradient(45deg, #0476D0 0%,#0476D0 100%);
  }
  #scroll_to_top.show {
    opacity: 1;
    visibility: visible;
  }





  .tp-chose-bg {
    position: absolute;
    z-index: -1;
    left: 0;
  }
  .aboutusbox {
    background-color: var(--white-color);
    border-radius: 20px;
    box-shadow: 0px 10px 5px rgb(203 206 225 / 24%);
    padding: 50px 40px;
}

.aboutusbox__icon a {
  color: #FD346E;
  height: 60px;
  width: 60px;
  background-color: rgba(253, 52, 110, 0.15);
  display: inline-block;
  text-align: center;
  line-height: 64px;
  font-size: 26px;
  border-radius: 50%;
}

/* .aboutusbox:hover .aboutusbox__icon {
  transform: rotateY(-180deg);
  text-align: left;
} */
.fea-color-5 a {
  background-color: rgba(252, 220, 2, 0.15);
  color: #FFDC60;
}
.fea-color-4 a {
  background-color: rgba(30, 226, 207, 0.15);
  color: #1EE2CF;
}

.aboutusbox__content h4 a{
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 25px;
  background-image: linear-gradient(#0476D0, #0476D0), linear-gradient(#0476D0, #0476D0);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.aboutusbox:hover h4 a {
  background-size: 0% 2px, 100% 2px;
}

.tp-section-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.tp-section-highlight svg {
  position: absolute;
  bottom: 5px;
  left: 2px;
  z-index: -1;
  width: 100%;
  -moz-animation: section-highlight 1s ease-in-out 0.3s forwards;
  -webkit-animation: section-highlight 1s ease-in-out 0.3s forwards;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}

.tp-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #8A90A2;
  margin-bottom: 20px;
}

.tp-subtitle::before {
  height: 12px;
  width: 12px;
  background-color: var(--primary-color);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.tp-title-sm {
  font-size: 50px;
  letter-spacing: 0;
  color: var(--secondary-color);
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 40px;
}




@media only screen and (min-width: 768px) and (max-width: 991px){
  .tp-title-sm {
    font-size: 38px;
}
.tp-chose-bg {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
}

@media (max-width: 767px){
  .aboutusbox-main {
    margin-bottom: 70px;
  }
  .tp-title-sm {
    font-size: 35px;
  }
  .tp-chose-bg {
    top: 25%;
  }
}

@media(max-width: 600px){
  .tp-chose-bg img{
    display: none !important;
  }
}



.tp-sv-border-effect {
  position: relative;
  height: 100%;
}

.tp-service-item-four {
  background-color: var(--white-color);
  box-shadow: 0px 10px 4px rgb(100 109 152 / 6%);
  padding: 0px 55px;
  padding-top: 65px;
  padding-bottom: 55px;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  height: 100%;
}

.tp-sv-border-effect::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: #1EE2CF;
  border-radius: 20px;
  transition: 0.4s;
}

.tp-service-item-four__img {
  height: 80px;
  width: 80px;
  background-color: rgba(30, 226, 207, 0.15);
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sv-color-2 .tp-service-item-four__img {
  background-color: rgba(139, 64, 229, 0.15);
}

.sv-color-3 .tp-service-item-four__img {
  background-color: rgba(255, 136, 90, 0.15);
}

.tp-sv-sm-title a{
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 32px;
}

.tp-service-item-four p{
  font-size: 16px;
  margin-bottom: 0;
}


  .tp-sv-border-effect:hover::after {
  bottom: -3px;
  transform: rotateY(180deg);
}

.tp-sv-border-effect:hover .tp-service-item-four__img {
  transform: rotateY(180deg);
}
.sv-border-effect-1::after {
  background-color: #8B40E5;
}

.sv-border-effect-2::after {
  background-color: #FF885A;
}

.sv-border-effect-3::after {
  background-color: #0476D0;
}
.sv-color-4 .tp-service-item-four__img {
  background-color: rgba(4, 121, 210, 0.15);
}


.service-l4-card{
  background: #F7F8FD;
  border-radius: 20px;
  padding: 0px !important;
  overflow: hidden;
  min-height: 630px;
  position: relative;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(max-width:991px){
  .service-l4-card{
    min-height: 650px;
  }
}

@media(max-width:767px){
  .service-l4-card{
    min-height: 600px;
  }
}

@media(max-width:500px){
  .service-l4-card{
    min-height: 650px;
  }
}

@media(max-width:375px){
  .service-l4-card{
    min-height: 675px;
  }
}

.service-l4-card .service-img img {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  object-fit: cover;
}

.service-l4-card button{
  position: absolute;
  bottom: 0;
  right: 0;
}


.service-l4-card .content {
  padding: 0px 20px !important;
  margin-bottom: 20px !important;
}

.service-l4-card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--secondary-color);
  padding: 10px 0px 0px 0px !important;
}

.service-l4-card:hover {
  background: var(--white-color);
  box-shadow: -3px 20px 16px 0px rgb(4 120 208 / 25%);
}

.service-l4-card .content h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-color);
}
.industries-slider:hover{
  transition: 0.5s all ease-in-out;
}

.industries-slider .swiper-slide {
  padding: 60px 0px 80px;
}


/* .industries-slider .swiper-button-next, .industries-slider .swiper-button-prev{
  display: none !important;
  transition: 0.5s all ease-in-out;
}

.industries-slider:hover .swiper-button-next, .industries-slider:hover .swiper-button-prev{
  display: inline-block !important;
} */

.industries-slider{
  padding: 0 10px;
}

.industries-slider-section .swiper-button-prev:after{
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  content: '';
  width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.industries-slider-section .swiper-button-next:after{
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.industries-slider-section .swiper-button-next{
  width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    right: -35px;
}

.industries-slider-section .swiper-button-prev{
  width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    left: -35px;
}

.industries-slider-section .swiper-button-prev, .industries-slider-section .swiper-button-next{
	opacity: 0;
	transition: 0.5s all ease-in-out;
  }

  .industries-slider-section:hover .swiper-button-prev, .industries-slider-section:hover .swiper-button-next{
	opacity: 1;
  }


@media(max-width:600px){
  .industries-slider-section .swiper-button-prev, .industries-slider-section .swiper-button-next{
    display: none !important;
  }
}


.process-box .icon-box {
  margin-bottom: 42px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  height: 48px;
  overflow: hidden;
}

.process-box .icon-box img {
  z-index: 1;
  margin-right: 42px;
}

.process-box .icon-box:after {
  content: "";
  border: 1px dashed var(--primary-color);
  width: 60%;
  transform: translateY(-50%);
}

.process-box h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.process-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--secondary-color);
}

.process-block:last-child .process-box .icon-box:after { display: none; } 

@media(max-width:991.98px){
  .process-block:nth-child(2) .process-box .icon-box:after {
     display: none;
  } 
}

@media(max-width:767.98px){
  .process-block .process-box .icon-box:after {
     display: none;
  } 
}













/* footer{
  padding: 80px 0px 25px;
  background: #000;
  background-image: url("../image/footer-2.png");
  background-repeat: no-repeat;
  background-size: cover;
} */


.copyright-social a {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #383841;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  margin-left: 20px;
  transition: 0.5s all ease-in-out;
}

.copyright-social a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

/* footer .l-11-hero-btn:hover{
  background-color: var(--white-color);
  color: var(--primary-color) !important;
}


.footer-title {
  font-size: 28px;
  color: var(--white-color);
  font-weight: 500;
}

.footer-border-top{
  border-top: 1px solid #383841;
} */

/* .copyright-logo img{
  height: 120px;
}

@media(max-width:767.98px){
  .copyright-social, .copyright-logo{
    text-align: center !important;
  }
}
 */





.ars-floating-btn {
  display: flex;
  position: fixed;
  bottom: 250px;
  right: 20px;
  background: #25D366;
  border-radius: 50%;
  color: #fff;
  z-index: 999;
  box-shadow: 0 0 24px 8px rgb(37 211 102 / 55%);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  font-size: 24px;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  justify-content: center;
}

.call-ars-support{
  background: var(--primary-color);
  bottom: 180px;
  box-shadow: 0 0 24px 8px rgba(4, 120, 208, 0.233);
  font-size: 18px;
}


.call-ars-support::after {
  border: 6px solid var(--primary-color) !important;
}


.email-ars-support{
  background: var(--secondary-color);
  bottom: 110px;
  box-shadow: 0 0 24px 8px rgba(37, 37, 37, 0.473);
  font-size: 18px;
}


.email-ars-support::after {
  border: 6px solid var(--secondary-color) !important;
}

.ars-floating-btn:hover, .ars-floating-btn:focus {
  color: #ffffff !important;
}

.ars-floating-btn:hover::before, .ars-floating-btn:focus::before {
  opacity: 1;
}



.ars-floating-btn::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #25D366;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.ars-floating-btn:hover::after, .ars-floating-btn:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}


.whychoose-content h5{
  font-size: 16px;
}

.whychoose-content h2{
  font-size: 48px;
  font-weight: 800;
  line-height: 1.5;
  margin: 30px 0px;
}

.testimonial-section h3{
  font-weight: 700;
  font-size: 55px;
  line-height: 1.19;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media(max-width:1200px){
  .testimonial-section h3{
    font-size: 44px;
  }
}

@media (max-width: 767px){
  .testimonial-section h3 {
    font-size: 36px;
  }
}

@media (max-width: 550px){
  .testimonial-section h3 {
    font-size: 30px;
  }
}

.testimonial__client-feedback{
  font-size: 12px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding-bottom: 13px;
  color: #FFA439;
  padding: 0;
}


.testimonial__client-company{
  color: var(--primary-color);
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.testimonial__client-reivew {
  font-size: 18px;
  font-weight: 400;
  color: #68666E;
  line-height: 1.7;
}



.testimonial__btn-wrapper .prev-btn {
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial__btn-wrapper .prev-btn:hover {
  color: var(--secondary-color);
}
.testimonial__btn-wrapper .prev-btn:hover i {
  margin-right: 15px;
}
.testimonial__btn-wrapper .prev-btn i {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial__btn-wrapper .next-btn {
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial__btn-wrapper .next-btn:hover {
  color: var(--primary-color);
}
.testimonial__btn-wrapper .next-btn:hover i {
  margin-left: 15px;
}
.testimonial__btn-wrapper .next-btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonial__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: var(--secondary-color);
}

.breadcrumb-area{
     padding-top: 135px;
    padding-bottom: 75px;
}


.breadcrumb-bg {
  background-image: url(../image/breadcrumb-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumb-area .title {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-weight: 700;
  font-size: 45px;
  line-height: 35px;
}





.breadcrumb-area .bread-tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 30px;
  background: #fff;
  border-radius: 31px;
  box-shadow: 0px 9px 18px rgb(24 16 16 / 5%);
  max-width: max-content;
  margin-left: auto;
}


.breadcrumb-area .bread-tag a {
  margin-right: 5px;
  font-weight: 600;
  color: var(--secondary-color) !important;
  opacity: 0.6;
}

.breadcrumb-area .bread-tag a.active{
  color: var(--primary-color) !important;
  opacity: 1;
}

@media only screen and (max-width: 767px){
  .breadcrumb-area {
    padding-bottom: 80px;
    padding-top: 140px;
  }
  .breadcrumb-area .title {
    font-size: 30px;
    text-align: center;
  }
  .breadcrumb-area .bread-tag {
    margin: auto;
    margin-top: 20px;
  }
}



.ac-chose-bg {
  background-color: #F7F8FD;
  border-radius: 20px;
  padding: 80px 80px 50px 80px;
}

@media(max-width:767px){
  .ac-chose-bg {
    background-color: #F7F8FD;
    border-radius: 20px;
    padding: 50px 30px 50px 30px;
  }
}

@media(max-width:500px){
  .ac-chose-bg {
    background-color: #F7F8FD;
    border-radius: 20px;
    padding: 40px 20px 40px 20px;
  }
}




.thankyou-section .wrapper-2{
  padding :30px;
  text-align:center;
}



.thankyou-section .wrapper-2 h1{
  font-family: 'Kaushan Script', cursive;
  font-size:4em;
  letter-spacing:3px;
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
  font-weight: 700;
}






.thankyou-section .footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.thankyou-section .footer-like p{
  margin:0;
  padding:4px;
  color:#252525;
  letter-spacing:1px;
}
.thankyou-section .footer-like p a{
  text-decoration:none;
  color:var(--primary-color);
  font-weight:600;
}

@media (min-width:360px){
  .thankyou-section h1{
    font-size:4.5em;
  }
  .thankyou-section .go-home{
    margin-bottom:20px;
  }
}


@media(max-width:500px){
  .thankyou-section .wrapper-2 {
    padding: 30px 10px;
    text-align: center;
}
  .thankyou-section .wrapper-2 h1{
    font-size: 48px;
  }
}

@media (min-width:320px){
  .thankyou-section{
    height: initial;
    margin:0 auto;
    margin-top:150px;
    margin-bottom: 80px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  }
  
}


.contact-top h2{
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 0;
  line-height: 0.9;
  color: var(--primary-color);
  line-height: 1.2;
}

@media(min-width:767px){
  .contact-top h2{
    font-size: 60px;
  }
  .contact-top p{
    padding-left: 0;
    font-size: 18px;
    line-height: 1.8;
  }
}

@media(min-width:1200px){
  .contact-top h2{
    font-size: 87px;
  }
  .contact-top p{
    padding-left: 190px;
    font-size: 25px;
    line-height: 1.8;
  }
}




.contact-box {
  background-color: var(--primary-color);
  padding: 70px 60px;
  padding-bottom: 100px;
  border-radius: 20px 0px 20px 0px;
  transform: translateX(100px);
  position: relative;
}

.contact-box-circle {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: 2;
}

.contact-box-circle::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: var(--primary-color);
  display: inline-block;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  z-index: -1;
}


.contact-box-circle span {
  color: var(--secondary-color);
  font-weight: 600;
}

.contact-box-circle span:last-child {
  color: var(--white-color);
}


.contact-box__title {
  font-weight: 600;
    font-size: 48px;
    line-height: 1.5;
    color: var(--white-color);
    margin-bottom: 80px;
}


.contact-box__info-list {
  margin-bottom: 80px;
}

.contact-box__info-list ul{
  padding: 0;
  margin: 0;
}

.contact-box__info-list ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.contact-box__info-list ul li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.contact-box__info-list ul li a i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  color: #fff;
}
.contact-box__social ul{
  padding: 0;
  margin: 0;
}
.contact-box__social ul li {
  display: inline-block;
  margin-right: 30px;
}

.contact-box__social ul li a {
  color: var(--white-color);
  font-size: 22px;
}

.contact-wrapper {
  padding: 110px;
  padding-left: 200px;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 0px 40px rgb(99 99 99 / 6%);
}

.postbox__comment-form-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  color: var(--secondary-color);
}

.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}


.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--secondary-color);
  background-color: #F0F0F4;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


/* 
.postbox__comment-input select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E);
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
} */



.postbox__comment-input textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}



.submit_btn {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 0 !important;
    border-radius: 10px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    transition: 0.3s;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: rotate(-0.48deg);
    box-shadow: 0px 9px 14px rgb(89 86 233 / 19%);
}

.submit_btn:hover{
  background-color: var(--secondary-color);
  color: var(--white-color);
  transform: translateY(-4px);

}





select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--primary-color);
  background-color: #F0F0F4;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #737588;
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #737588;
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #737588;
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #737588;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #737588;
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #737588;
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #737588;
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: #737588;
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  border: 1px solid transparent;
  padding-left: 52px;
  background-image: none;
}
select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
  color: var(--primary-color);
  font-weight: 400;
  left: 25px;
  max-width: 16px;
}
select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background-color: var(--white-color);
  border: none;
}



@media only screen and (min-width: 992px) and (max-width: 1199px){
  .contact-wrapper {
    padding: 40px;
    padding-left: 150px;
  }
  .contact-box {
    padding: 50px 30px;
  }
  .contact-box__title {
      margin-bottom: 60px;
  }
  .contact-box__info-list ul li a {
    font-size: 18px;
  }
  .contact-box__info-list {
    margin-bottom: 60px;
  }
  .contact-box__social ul li {
    margin-right: 25px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
  .contact-box {
      transform: translateX(40px);
      padding: 40px 25px;
  }
  .contact-box__title {
    margin-bottom: 35px;
  }
  .contact-box__info-list {
    margin-bottom: 40px;
  }
  .contact-box__info-list ul li {
    margin-bottom: 15px;
  }
  .contact-box__info-list ul li a {
    font-size: 18px;
  }
  .contact-wrapper {
    padding: 40px;
    padding-left: 80px;
  }
  .contact-box__social ul li {
    margin-right: 18px;
}
}



@media (max-width: 767px){
  .contact-box {
    transform: translateX(0px);
    padding: 40px 25px;
  }
  .contact-box-circle {
    display: none;
  }
  .contact-box__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact-box__info-list {
    margin-bottom: 35px;
  }
  .contact-box__info-list ul li {
    margin-bottom: 15px;
  }
  .contact-box__info-list ul li a {
    font-size: 17px;
  }
  .contact-box__info-list ul li a i {
    top: 2px;
    font-size: 19px;
  }
  .contact-wrapper {
    padding: 20px;
    padding-left: 20px;
  }
  .contact-box__social ul li a {
    font-size: 17px;
}
}


@media (max-width: 767px){
  .contact-wrapper {
    padding: 20px 10px;
}
}



.footer-area, .footer-two-area {
  overflow: hidden;
  position: relative;
}
.footer__wrp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 575px) {
  .footer__wrp {
    flex-direction: column;
    justify-content: left;
    align-items: unset;
  }
}
.footer__shape-solid-left {
  position: absolute;
  top: 0;
  left: 0;
}
.footer__shape-regular-left {
  position: absolute;
  top: 30px;
  left: 0;
}
@media (max-width: 767px) {
  .footer__shape-regular-left {
    display: none;
  }
}
.footer__shape-solid-right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .footer__shape-solid-right {
    display: none;
  }
}
.footer__shape-regular-right {
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 767px) {
  .footer__shape-regular-right {
    display: none;
  }
}
.footer__shadow-shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  animation: footer__shadow 10s linear infinite alternate;
}
.footer__item .logo {
  margin-top: -30px;
}
@media (max-width: 575px) {
  .footer__item .logo {
    margin-top: 0;
  }
}
.footer__item .footer-title {
  margin-bottom: 30px;
  color: var(--white-color);
}
.footer__item ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer__item ul li a {
  color: var(--white-color);
  opacity: 0.8;
}
.footer__item ul li a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}
.footer__item .footer-contact li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white-color);
}
.footer__item .footer-contact li i {
  font-size: 24px;
}
.footer__item .footer-contact li h5 {
  color: var(--white-color);
}
.footer__item p {
  color: var(--white-color);
  opacity: 0.8;
}
.footer__item.item-big {
  max-width: 340px;
  width: 100%;
}
.footer__item.item-sm {
  max-width: 170px;
  width: 100%;
}
.footer__item .social-icon {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer__item .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border-radius: 0;
  border: 1px solid rgba(227, 227, 227, 0.2);
  color: var(--white-color);
}
.footer__item .social-icon a:hover {
  background-color: var(--primary-color);
}
.footer__item .social-icon a.active {
  background-color: var(--primary-color);
}
.footer__copyright {
  position: relative;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 225, 0.2);
}
.footer__copyright p {
  color: var(--white-color);
  opacity: 0.8;
}
.footer__copyright a {
  color: var(--white-color);
  opacity: 0.8;
}
.footer__copyright a:hover {
  color: var(--primary-color);
}
.footer-two-area {
  padding-top: 120px;
}

@keyframes sway {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sway__animation {
  animation: sway 3s linear infinite alternate;
}

@keyframes swayX {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sway__animationX {
  animation: swayX 3s linear infinite alternate;
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }
  100% {
    margin-right: -200px;
  }
}
@keyframes sway_Y {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.sway_Y__animation {
  animation: sway_Y 3s linear infinite alternate;
}

@keyframes sway_YY {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.sway_Y__animationY {
  animation: sway_YY 3s linear infinite alternate;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation__rotate {
  animation: rotate 40s linear infinite;
}

@keyframes rotateY {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.animation__rotateY {
  animation: rotateY 40s linear infinite;
}

@keyframes bobble {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-20px) scale(1.1);
  }
}
.bobble__animation {
  animation: bobble 3s ease-in-out infinite alternate;
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.secondary-bg {
  background-color: #0f0d1d;
}

.nav-item .active{
  color:#0476D0  !important;
}
.nav-link-item:hover{
  color:#0476D0  !important;
}