.bgColorBlue {background-color: #000000;}
.font14  {font-size: 14px;font-weight: normal;}

::selection {
    background-color: #a100ff;
    color: #ffffff;
}

/*Top Header Area Starts*/
.side-navigation {
  position: absolute !important;
  top: 75%;
  transform: translate(0,-50%);
}
#header-wrap { width: 100%; z-index: 99; top: 0; transition: top 0.3s;}
.site-header {position: relative;z-index: 99;}
.mainHeaderPadding {padding: 12px 0;}
.maiVContent {margin-top: 130px;}
.headertopSocial ul {margin:0; padding:0;}
.headertopSocial ul li {float:left; margin-left:-1px; list-style:none;}
.headertopSocial ul li a{display:block; border-width:0px 1px; border-color:#eeeeee; border-style:solid; color:#333333; width:36px; height: 36px;text-align: center;line-height: 36px; font-size:14px;}
.headertopSocial ul li a:hover {color:#fff;}
.headertopSocial ul li:nth-child(1) a:hover {background-color:#5d82d1;}
.headertopSocial ul li:nth-child(2) a:hover {background-color:#40bff5;}
.headertopSocial ul li:nth-child(3) a:hover {background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.headertopSocial ul li:nth-child(4) a:hover {background-color:#0b86ca;}
.headertopSocial ul li:nth-child(5) a:hover {background-color:#FF0000;}
.dropdownTopHeader {padding:.55rem .85rem; color: #757a82;}
.dropdownTopHeader:focus, .dropdownTopHeader:hover {color: #757a82;text-decoration: none;background-color: #ecebeb;}
.groupWebsite {height: 36px; line-height: 36px;}
.groupWebsite::after {margin-left: 3.2em;}
.groupWebsite:hover, .groupWebsite:active{background-color: #a100ff !important;}
.groupWebsite:focus {box-shadow: none !important;}
.dropdown:hover .groupWebsite {background-color: #a100ff !important;}
.btn.groupWebsite:not(.btn__link):before {background-color: #a100ff;}
.icons-effect li:hover i {
    -webkit-animation: topToBottomEffect 0.3s forwards;
    -moz-animation: topToBottomEffect 0.3s forwards;
    animation: topToBottomEffect 0.3s forwards;
}

.inner-box:hover .middle-align{
    -webkit-animation: topToBottomEffect 0.3s forwards;
    -moz-animation: topToBottomEffect 0.3s forwards;
    animation: topToBottomEffect 0.3s forwards;
}

@-webkit-keyframes topToBottomEffect {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes topToBottomEffect {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes topToBottomEffect {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.scrolldown-animation {
    animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
    bottom: -40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 45px;
    z-index: 20;
}
@keyframes scrolldown-keyframes {
    0%,
    100% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
}
@keyframes scrolldown-keyframes {
    0%,
    100% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
}
.topGroupDropdown {min-width: 11.9rem; border:0;}
 ul.topUldropdown {margin: 0; padding: 0;}
 ul.topUldropdown li {position:relative; list-style: none;}
 ul.topUldropdown li a:hover{color: #a100ff;}
 ul.topUldropdown li:after {content:""; width:100%; height:1px; background:url(../../assets/img/globle/topDropdown.jpg) repeat; position:absolute; bottom:0;}
 ul.topUldropdown li a {background-color: #e4e4e4;}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#accordion .innerNavHeader .card-header {
  padding: .35rem 1.25rem;
}

#accordion .innerNavHeader h2{
  font-size: 30px;
}

#accordion .innerNavHeader a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

#accordion .innerNavHeader a:hover,
#accordion .innerNavHeader .collapse .card-body ul li a:hover{
    color: #a100ff;
}

#accordion .innerNavHeader .collapse .card-body {
  padding: 20px 20px;
}

#accordion .innerNavHeader .collapse .card-body ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}

.navbar .navbar-brand {
  position: relative;
  z-index: 10000;
}

@media (min-width:320px) and (max-width:767px) {
    .groupWebsite {height: 36px !important; line-height: 38px !important;}
}


/*Top Header Area End*/



/*Website button code start*/
.red-btn, .red-btn:hover {
  background: #a100ff;
  color: #fff;
  font-size: 18px;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-family: poppins,sans-serif;
  position: relative;
}

.red-btn {
  border-radius:0px;
  margin: 40px auto 0;
  transition: all .3s
}

.red-btn > .circle-btn {background-color: transparent; margin: 0;padding: 4px 16px 8px 45px;
font-size: 20px;}
.red-btn:hover .circle-btn {margin: 0;padding: 4px 16px 8px 48px;
font-size: 20px;}


.circle-btn, .circle-btn:hover {
  margin: 20px auto 0;
  display: inline-block;
  background: #023575;
  color: #fff;
  padding: 9px 16px 9px 45px;
  font-size: 14px;
  transition: all .2s;
  position:relative;
  text-transform:uppercase;
  font-family: "Titillium-Bold", sans-serif;
}

.circle-btn:hover {
  background: #a100ff
}

.circleBtnRed:focus {
outline: none;
}

.circleBtnRed {background: #a100ff;}
.circleBtnRed:hover {background: #023575;}

.circle-btn::after {
  box-shadow: inset 0 0 0 5px #fff;
  top: 12px
}

.circle-btn:hover::after {
  box-shadow: inset 0 0 0 5px #fff
}

.circle-btn:before {
  -webkit-box-shadow: 0 0 0 0 #fff;
  top: 12px
}

.circle-btn:hover:before {
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff
}

.circle-btn:after, .circle-dot:after {
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  top: 9px;
  left: 9px;
  z-index: 2;
  pointer-events: none;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 5px #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff
}

.circle-btn:hover:after{
  -webkit-box-shadow: inset 0 0 0 5px #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff;
  -webkit-transition: all 0s ease-in-out .2s;
  -o-transition: all 0s ease-in-out .2s;
  transition: all 0s ease-in-out .2s
}

.circle-btn:before{
  position: absolute;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  top: 9px;
  left: 9px;
  z-index: 2;
  pointer-events: none;
  background-color: none;
  -webkit-box-shadow: 0 0 0 0 #ffffff
}

.circle-btn:hover:before{
  -webkit-transition: all .5s ease-in-out .2s;
  -o-transition: all .5s ease-in-out .2s;
  transition: all .5s ease-in-out .2s;
  -webkit-box-shadow: 0 0 0 30px transparent;
  box-shadow: 0 0 0 30px transparent;
  -webkit-box-shadow: inset 0 0 0 5px #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff
}

.circle-btn:hover:before{
  -webkit-box-shadow: 0 0 0 30px transparent;
  box-shadow: 0 0 0 30px transparent
}

/*Website button code End*/




/* burger navbar css start*/

#toggle {
  position: absolute;
  left: 0;
  margin-left: 250px !important;
}

#overlay .fa.fa-times{
  color: #a100ff;
  position: absolute;
  right: 120px;
  top: 80px;
  cursor: pointer;
  font-size: 15px;
  padding: 2px 5px;
  z-index: 999;
}

#overlay .fa.fa-times:hover {
  color: #a100ff;
}

.overlay {
    position: fixed;
    background: #022a5e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index:9999;
  }
  .overlay.open {
    opacity:1;
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .overlay.open li:nth-of-type(5) {
    animation-delay: 0.55s;
  }
  .overlay.open li:nth-of-type(6) {
    animation-delay: 0.60s;
  }
  .overlay nav {
    position: relative;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 20px;
    position: relative;
    opacity: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
  }
  
  .overlay ul li a:hover {color: #a100ff;}
  
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }

.office-sec .col {
    padding: 25px 2%;
    border: 1px solid #244973;
    margin-left: -1px;
    border-top: 0;
} 

.office-sec .col h4{
    color: #fff;
    font-size: 1.5rem;
}

  
.office-sec {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    border-top: 1px solid #244973;
}

.office-sec .col {
    padding: 25px 2%;
    border: 1px solid #244973;
    margin-left: -1px;
    border-top: 0;
}

.office-sec .col:nth-child(1) {
    border-left: 0;
    text-align: center;
    padding: 40px 3.5%;
}

.office-sec .title {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.social-icons-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 112px;
}

.social-icons-header a {
    display: inline-block;
    width: 50px;
    height: auto;
    margin: 0 0 0 15px;
    opacity: 1;
    border: 0 solid #fff;
    border-radius: 50%;
    color: #fff;
}

.social-icons-header > a > i {
    font-size: 30px;
}

.office-sec .col {
    padding: 25px 2%;
    border: 1px solid #244973;
    margin-left: -1px;
    border-top: 0;
}

.menuTextTop {
  margin-top: 168px;
}

.bannerFont h2 {
  font-family: BebasNeue-Bold;
  font-size: 13.5vh;
  line-height: 0.8;
}
  
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }

  .card-header {
    background-color: rgba(0,0,0,0);
  } 
  
/* end */

@media (max-width: 768px) {
.office-sec {
    display: none;
}

.banner-layout5 .justify-content-between{
  margin-top: -70px;
}

.banner-layout5 .justify-content-between .heading__title.mb-30{
      margin-bottom: 90px !important;
}

}



/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #0d0d0f !important;
}

.bg-primary {
  background-color: #a100ff !important;
}

.bg-secondary {
  background-color: #0e2b3d !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(3, 13, 19, 0.15);
}

.bg-overlay-2:before {
  background-color: rgba(3, 13, 19, 0.35);
}

.bg-overlay-3:before {
  background-color: rgba(3, 13, 19, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 13, 19, 0.52)), to(rgba(27, 26, 26, 0.18)));
  background-image: linear-gradient(to bottom, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
}

.bg-overlay-primary:before {
  background-color: rgba(161, 0, 255);
}

.bg-overlay-primary-2:before {
  background-color: rgba(71, 161, 69, 0.8);
}

.banner-layout5 .divider {
    width: 270px;
}

.divider-white {
    background-color: #ffffff;
}

.divider {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #e7ebef;
}

.heading-light .heading__title, .heading-light .heading__desc {
    color: #ffffff;
}

.heading__title {
    font-size: 37px;
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.banner-layout5 .contact__icon {
    color: #ffffff;
    margin-bottom: 23px;
}

.banner-layout5 .contact__list li {
    font-weight: 700;
    color: #ffffff;
}

.pt-130 {
    padding-top: 130px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.banner-layout5 .sticky-top {
    top: 125px;
}

@media (min-width: 1200px) {
.banner-layout5 .container-fluid {
    padding-right: 0;
    padding-left: 60px;
}

}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Titillium-Regular", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  line-height: 1.7;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #a100ff;
  margin-bottom: 12px;
}


.heading__title .underlined-text {
  border-bottom: 4px solid #a100ff;
}

.heading__desc {
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
}

.heading-layout3 .heading__title {
  font-size: 50px;
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}

.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}

.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text__block-title {
  font-size: 25px;
  margin-bottom: 17px;
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a {
  color: #0e2b3d;
}

.text__link a:hover {
  color: #a100ff;
}

@media (max-width: 992px) {
  .heading__title {
    font-size: 30px;
  }

  .pt-130 {
    padding-top: 70px !important;
}
}


@media (max-width: 768px) {
#overlay .fa.fa-times {
    color: #a100ff;
    position: absolute;
    right: 20px;
    top: 65px;
    cursor: pointer;
    font-size: 15px;
    padding: 2px 5px;
    z-index: 999;
}

.banner-layout5 .banner__content {
    padding: 40px 20px 10px;
}

.semi-banner .semi-banner__content {
    padding: 20px !important;
}

.banner-layout5 .awards, .banner-layout5 .cta-banner, .banner-layout5 .semi-banner .semi-banner__content {
    padding: 20px !important;
    max-width: 100%;
}
}

.card-header h2 a {
    font-family: "Titillium-Bold", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}



#accordion .innerNavHeader .card-header {
    padding: .35rem 0;
}

@media (max-width: 576px){
.menuTextTop {
    position: absolute !important;
    bottom: 20px;
}

#accordion .innerNavHeader h2 {
    font-size: 1px;
}

.bannerFont h2 {
    font-size: 40px;
    line-height: 40px;
}

.side-navigation {
    margin-top: 130px;
    transform: translate(0, 0%);
}
.innerNavHeader .card-header {
    padding: 0;
}
.innerNavHeader .card-header h2 a {
    font-size: 20px;
    font-weight: 500;
}

.banner-layout5 .justify-content-between{
  margin-top: -190px;
}

.banner-layout5 .justify-content-between .heading__title.mb-30{
      margin-bottom: 170px !important;
}


}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .heading__subtitle,
  .text__link {
    font-size: 13px;
  }

  .heading__desc {
    font-size: 13px;
    line-height: 23px;
  }

  .heading-layout2 .heading__title {
    font-size: 24px;
  }

  .heading-layout3 .heading__title {
    font-size: 26px;
  }

  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.banner-layout5 .contact__list li a {
    color: #ffffff;
}

.banner-layout5 .banner__content .heading__title {
    font-size: 33px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

@media (min-width: 1500px){
.banner-layout5 .banner__content {
    padding: 130px 75px 110px;
}

.banner-layout5 .container-fluid {
    padding-left: 100px;
}
}

@media (min-width: 1200px){
.semi-banner .cta-banner {
    padding: 90px 50px;
    max-width: 100%;
}
}

.counter-item .counter{
  font-family: "Titillium-Regular", sans-serif;
}

@media (min-width: 992px) and (max-width: 1500px){
.banner-layout5 .banner__content {
    padding: 130px 45px 110px;
}

.banner-layout5 .counter-item .counter__desc {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

}

.counters-light .counter-item .counter, .counters-light .counter-item .counter__desc {
    color: #ffffff;
}
.counter-item .counter {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
}


.banner-layout5 .counter-item .counter__desc {
    padding-right: 0;
    font-weight: 700;
}
.counters-light .counter-item .counter, .counters-light .counter-item .counter__desc {
    color: #ffffff;
}

.semi-banner .semi-banner__content {
    padding: 40px;
}

.banner-layout5 .semi-banner .cta-banner {
    border-radius: 0;
}

.semi-banner .heading__title {
    font-size: 22px;
}

.semi-banner .heading_desc {
    font-size: 14px;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn__link.btn__white {
    color: #ffffff;
}

.btn__link.btn__white:hover {
    color: #0e2b3d;
}
.btn__link.btn__icon {
    height: auto;
    line-height: 1;
    padding: 0;
}



.semi-banner .banner__subheading {
    color: #a100ff;
    font-size: 17px;
    margin-bottom: 15px;
}

.cta-banner .cta__icon {
    color: #a100ff;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 25px;
}

.color-white {
    color: #ffffff !important;
}

.cta-banner .cta__title {
    font-size: 24px;
}

.banner-layout5 .awards {
    padding-left: 50px;
    padding-right: 50px;
}

.bg-secondary {
    background-color: #303030 !important;
}

.heading-light .heading__title, .heading-light .heading__desc {
    color: #ffffff;
    font-family: "Titillium-Regular", sans-serif;
}

.heading__desc {
    font-family: "Titillium-Light", sans-serif;
    font-size: 15px;
}

.awards .fancybox-item {
    border-radius: 5px;
    text-align: center;
    padding: 48px 35px 37px;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 5%);
    box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 5%);
}

.slick-initialized .slick-slide {
    display: block;
}
.fancybox-item {
    position: relative;
    margin-bottom: 40px;
}
.slick-slide {
    margin: 0 10px;
}

.awards .fancybox-item .fancybox__icon-img {
    height: 70px;
    line-height: 70px;
    margin-bottom: 26px;
}

.awards .fancybox-item .fancybox__icon-img img {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.slick-slide img {
    display: block;
}

@media (min-width: 1200px){
.awards-carousel-wrapper {
    margin-right: -250px;
}

}

.awards .fancybox-item .fancybox__title {
    font-size: 19px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.awards .fancybox-item:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 12%);
    box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 12%);
}

.awards .fancybox-item:hover .fancybox__title {
    color: #a100ff;
}

.awards .fancybox-item:hover:before {
    opacity: 1;
    left: 30px;
    right: 30px;
}
.awards .fancybox-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 110px;
    left: 110px;
    opacity: 0;
    height: 3px;
    border-radius: 2px;
    background-color: #a100ff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.banner-layout5 .awards-carousel-wrapper .slick-dots li:not(.slick-active) {
    border-color: #ffffff;
    background-color: #ffffff;
}
.slick-dots li {
    display: inline-block;
    margin: 5px;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #0e2b3d;
    background-color: #0e2b3d;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.slick-dots li.slick-active {
    height: 9px;
    width: 9px;
    border-color: #a100ff;
    background-color: #ffffff;
}

.fancybox-item {
    position: relative;
    margin-bottom: 40px;
}

.banner-layout5 .scroll__icon {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.banner-layout5 .quote__icon, .banner-layout5 .scroll__icon {
    position: absolute;
    top: -31px;
    left: 50%;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.width190 {
    width: 190px;
    padding: 7.5px 0;
}

.logoZindex {
    z-index: 999;
}

.ovrfl-hd{
  overflow: hidden;
}

.mr-30 {
    margin-right: 30px !important;
}

.divider-primary {
    background-color: #a100ff !important;
}
.divider {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #e7ebef;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.portfolio-carousel .slick-arrow {
    top: 44%;
    border: 0;
    color: #a100ff;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0e2b3d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 0;
    z-index: 3;
    border: 1px solid #0e2b3d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.slick-list {
    margin: 0 -10px;
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-carousel .portfolio-item .portfolio__img {
    border-radius: 4px;
    transition: all 0.4s linear;
}
.portfolio-item .portfolio__img {
    position: relative;
    overflow: hidden;
}


.portfolio-item .portfolio__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-item .portfolio__icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    color: #0e2b3d;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 25%);
    box-shadow: 0 0 0 10px rgb(255 255 255 / 25%);
}

.portfolio-carousel .portfolio-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.portfolio-item:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 12%);
    box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 12%);
}

.portfolio-item:hover .portfolio__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.4s linear;
}

.portfolio-item:hover .portfolio__hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.portfolio-item .portfolio__cat a:hover {
    color: #0e2b3d;
}

.portfolio-item .portfolio__cat a {
    position: relative;
    font-size: 14px;
    color: #a100ff;
    padding-right: 7px;
}

.portfolio-item .portfolio__cat a:after {
    content: ",";
    position: absolute;
    top: -2px;
    right: 2px;
    color: #a100ff;
}

.portfolio-item .portfolio__cat {
    margin-bottom: 6px;
}

.portfolio-carousel .portfolio-item .portfolio__content {
    padding: 37px 0 0 0;
}

.portfolio-item .portfolio__content {
    padding: 37px 40px 40px 40px;
    background-color: #ffffff;
}

.portfolio-item .portfolio__title a {
    color: #0e2b3d;
}

.portfolio-item .portfolio__title {
    font-size: 21px;
    margin-bottom: 16px;
}

.portfolio-item .portfolio__title a:hover {
    color: #a100ff;
}

section#contact{
      padding-bottom: 0px;
}

section.portfolio-carousel, section.banner-layout5{
  overflow-x: hidden;
}

ul.CallbackForm__list{
margin: 0;
padding: 0;
}

ul.CallbackForm__list li{
  list-style: none;
}

.CallbackForm__list__item {
    position: relative;
    font-size: 14px;
    color: grey;
    padding-left: 35px;
    padding-bottom: 8px;
}

.CallbackForm__list__item:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: 8px;
    display: inline-block;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
    height: 1em;
    width: .5em;
    border-bottom: .2em solid #22af73;
    border-right: .2em solid #22af73;
}

p.CallbackForm__helperText {
    color: #000000;
    font-size: 13px;
}

.nice-select{
  width: 200px;
  height: 50px !important;
    border: 2px solid #e7ebef !important;
    background-color: transparent !important;
    padding: 0 20px !important;
    border-radius: 2px !important;
    margin-bottom: 0px;
}

.dp-flx{
  display: flex;
  margin-bottom: 20px !important;
}

.dp-flx input{
  margin-left: -2px;
  z-index: 1;
}

@media screen and (min-width: 1200px){
.portfolio-carousel .portfolio-carousel-wrapper {
    width: calc(100% + 350px);
    width: -webkit-calc(100% + 350px);
}

.portfolio-carousel .slick-arrow.slick-prev {
    left: -50px;
}

}

.footer .social-icons li a{
  border: none;
}

.slider .slide-item__title{
  font-weight: 500;
}

.social-icons-header a:hover i {
    color: #a100ff;
}

.slider .slick-dots li, .awards-carousel-wrapper .slick-dots li {
    display: inline-block;
    margin: 5px;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 16px;
    height: 4px;
    cursor: pointer;
    border-radius: 3px;
    background-color: rgba(81, 102, 138, 0.5);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.services-carousel .slick-dots li, .awards .slick-dots li, .testimonials .slick-dots li {
    display: inline-block;
    margin: 5px;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 16px;
    height: 4px;
    cursor: pointer;
    border-radius: 3px;
    background-color: rgba(81, 102, 138, 0.5);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-width: 0 !important;
}


.slider .carousel-dots-light .slick-dots li, .awards-carousel-wrapper .carousel-dots-light .slick-dots li  {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
}

.services-carousel .carousel-dots-light .slick-dots li, .awards-carousel-wrapper .carousel-dots-light .slick-dots li  {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
}

.slider .carousel-dots-light .slick-dots li.slick-active, .awards-carousel-wrapper .carousel-dots-light .slick-dots li.slick-active {
    background-color: #ffffff;
    border: none;
    width: 26px;
}

.services-carousel .slick-carousel .slick-dots li.slick-active,
.awards .slick-carousel .slick-dots li.slick-active,
.testimonials .slick-carousel .slick-dots li.slick-active {
    background-color: #a100ff;
    border: none;
    width: 26px;
    height: 4px;
}

.pagetitle__heading{
  font-weight: 500;
}


#login-popup input#phone{
border: 1px solid #cccccc;
width: 100%;
padding: 5px 50px;
}

.features-layout1 .icon-outlined{
  color: #ffffff;
    border-color: #ffffff;
}

.features-layout1 .icon-outlined:hover{
  color: #ffffff;
    border-color: #a100ff;
    background-color: #a100ff;
}

@media (min-width: 576px){
.features-layout1 .feature-item:nth-of-type(odd) {
    border-right: 1px solid #444444;
}

.features-layout1 .feature-item:nth-of-type(1), .features-layout1 .feature-item:nth-of-type(2), .features-layout1 .feature-item:nth-of-type(5), .features-layout1 .feature-item:nth-of-type(6) {
    border-bottom: 1px solid #444444;
}

}

.footer .footer-widget-nav li a {
    color: #6a6a6a;
}

.color-grey{
  color: #6a6a6a;
}

/* Top to bottom toll tip start */
.scrollTop {
  position: fixed;
  right: 60px;
  bottom: 55px;
  z-index: 9;
  padding: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {font-size: 12px;color: #757a82;}
.scrollTop a:hover {color:#ef323a}
.object {
  animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 50px;
  }
  50% {
    bottom: 60px;
  }
}
/* Top to bottom toll tip End */


.contactFormPopup--breadcrums {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 26vh;
    color: #ffffff;
}

.contactFormPopup--title div p {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 36px;
    color: #47d7ac;
}

.contactFormPopup--description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #c4c9d2;
}

.contactFormPopup--cta {
    display: none;
}


.contactFormPopup--ginger {
    position: absolute;
    bottom: 9vh;
}

@media (min-width: 1024px){
.contactFormPopup--ginger {
    flex: 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 9vh;
    margin-top: 36px;
    position: static;
}
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

@media (min-width: 1280px){

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
}

.row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
}

.row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
}

}


.contactFormPopup--screen {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 24px 24px 0px 0px;
    height: calc(100vh - 13vh);
    position: relative;
    width: 100%;
    margin-top: 13vh !important;
}

.contactFormPopup--screenHeading {
    margin: 48px 48px 0 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E3E8;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.contactFormPopup--screenSteps {
    color: #3AAB94;
}

.contactFormPopup--screenSteps, .contactFormPopup--screenAction {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.contactFormPopup--screenActionSkip {
    display: none;
}

.contactFormPopup--screenAction {
    color: #C4C9D2;
    cursor: pointer;
}

.stepsIndicator--step {
    display: none;
}

.stepsIndicator--step.stepsIndicator--stepActive {
    display: block;
}

.contactFormPopup--screenContent {
    flex: 1;
    overflow: hidden;
    padding: 0 19px;
}

.contactFormPopup--screenContentScroll.scroll-wrapper {
    -ms-overflow-style: none;
}
.contactFormPopup--screenContentScroll {
    overflow: hidden;
    /* display: flex; */
    height: 100%;
    overflow-y: auto;
    padding: 0 27px !important;
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.contactFormPopup--screenContent:after {
    content: "";
    box-shadow: 0px 65px 44px 0px #fff inset;
    position: absolute;
    /*top: 88px;*/
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.contactFormPopup--screenContentScroll.scrollbar-inner.scroll-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 50px !important;
    width: 100% !important;
}

.contactFormPopup--screenContentScroll .scrollbar-inner {
    padding: 0 !important;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.contactFormPopup--screenContentScroll .contactSlides {
    position: relative;
}

.contactSlides--step.contactSlides--stepVisible {
    max-height: 500px;
    opacity: 1;
    position: static;
}
.contactSlides--step.contactSlides--stepVisibleImmediately {
    transition: opacity 0s, max-height 0s;
    max-height: 500px;
    opacity: 1;
    overflow: visible;
}
.contactSlides--step {
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s, max-height 1s;
    position: relative;
}

.contactSlides--title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
    color: #13294b;
}

.contactSlides--description {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
    color: #6c7689;
}

.formItem {
    margin-bottom: 48px;
}

.formItem--title {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.page-txt {
    border: 1px solid #c4c9d2;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 18px 24px;
    color: #13294b;
    transition: border .3s;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.formItem--error {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #F8485E;
    margin-top: 6px;
    margin-left: 24px;
}

.formItem--contentReason {
    height: 62px;
}

.contactSlides--step3 .dropdown {
    border: 1px solid #c4c9d2;
    box-sizing: border-box;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    padding: 18px 24px 0 24px;
    cursor: pointer;
    position: absolute !important;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.contactSlides--step3 .dropdown .dropdown--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.contactSlides--step3 .dropdown .dropdown--header .dropdown--title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #6C7689;
}

.contactSlides--step3 .dropdown .dropdown--header:after {
    content: ' ';
    width: 8px;
    height: 8px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2148167/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/dropdown-arrow-inactive.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform .3s;
}

.contactFormPopup--formCol .dropdown--header:after {
    background-image: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/dropdown-arrow.png);
}

.contactSlides--step3 .dropdown .dropdown--content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}

.contactSlides--step3 .dropdown .dropdown--content .dropdown--item:first-child {
    margin-top: 0;
}
.contactSlides--step3 .dropdown .dropdown--content .dropdown--item {
    margin-top: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #6C7689;
}

.contactSlides--agreement {
    margin-top: 24px;
}

.contactFormPopup--screenContentScroll .scroll-element.scroll-x {
    display: none !important;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}


.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}


.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.contactFormPopup--screenContentScroll.scrollbar-inner > .scroll-element.scroll-y {
    top: 10px;
    width: 2px;
}



.contactFormPopup--screenContentSuccess {
    padding: 0 48px;
}


.contactFormPopup--screenFooter {
    padding: 24px 48px 0 48px;
}

.stepsIndicator--stepHidden {
    visibility: hidden;
}
.stepsIndicator--step.stepsIndicator--stepActive {
    display: block;
}

.contactFormPopup--screenFooter .page-btn {
    border: none;
    width: 100%;
}

.page-btn03 {
    background: #13294b;
    color: #fff;
    transition: all ease 300ms;
}

.page-btn {
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 12px 24px;
    font-style: normal;
    -webkit-appearance: none;
    text-align: center;
    display: inline-block;
}

.contactFormPopup--screenFooter .page-btn.page-btn-disabled {
    background: #EFF1F4;
    color: #fff;
    cursor: default;
}

.page-btn01 {
    background: #47d7ac;
    color: #13294b;
    transition: all ease 300ms;
}

.footer .footer-secondary span {
    color: #6a6a6a;
}

.footer .contact-list li a {
    color: #6a6a6a;
}

.footer .contact-list li {
    color: #6a6a6a;
}

.footer .footer-widget__title{
  color: #6a6a6a;
}


.footer .footer-form .form-control {    
    background-color: #303030;
    color: #6a6a6a;
}

.footer .footer-form input.form-control::placeholder {
    color: #6a6a6a;
}

.footer .footer-form .form-control:focus {
    border-color: #6a6a6a;
}
.contact_wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    align-items: center;
    height: 100vh;
    max-height: calc(100vh);
    overflow: hidden;
    padding-top: 50px;
    box-sizing: border-box;
}

.contact_wrap .content_side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding-left: 100px;
}

.contact_wrap .content_side h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
    margin-bottom: 20px;
}

.contact_wrap .content_side p {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #47d7ac;
    margin: 0px;
    margin-bottom: 40px;
}

.contact_wrap .content_side .desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #c4c9d2;
    margin-bottom: 40px;
}

.contact_wrap .content_side img {}

.contact_wrap .form_side {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.contact_wrap .form_side .form_side_inner {
    border-radius: 24px 24px 0px 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 48px;
    height: 100%;
}

.contact_wrap .form_side .form_side_inner .step {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E3E8;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.contact_wrap .form_side .form_side_inner .step p {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    color: #3AAB94;
}

.contact_wrap .form_side .form_side_inner .form_wrap {
    height: 100%;
    max-height: calc(100% - 130px);
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 50px 0px;
    scroll-behavior: smooth;
}

.contact_wrap .form_side .form_side_inner .form_wrap::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.contact_wrap .form_side .form_side_inner .form_wrap::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}

.contact_wrap .form_side .form_side_inner .form_wrap::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}

.contact_wrap .form_side .form_side_inner .form_wrap .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
    color: #13294b;
}

.contact_wrap .form_side .form_side_inner .form_wrap .description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
    color: #6c7689;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20px;
    margin-bottom: 48px;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle label {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
    color: #333;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .input_controle {
    border: 1px solid #c4c9d2;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 18px 24px;
    color: #13294b;
    transition: border .3s;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .error {
    font-size: 12px;
    line-height: 22px;
    color: #F8485E;
    margin-top: 6px;
    margin-left: 24px;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .dropdown {
    border: 1px solid #c4c9d2;
    box-sizing: border-box;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    padding: 18px 24px 0 24px;
    cursor: pointer;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .dropdown .dropdown--header {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .dropdown .dropdown--header::after {
    content: ' ';
    width: 8px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform .3s;
    background-image: url(../images/form/dropdown-arrow-inactive.webp);
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .dropdown .dropdown--content {
    max-height: 150px;
    border-top: 1px solid #C4C9D2;
    padding-top: 18px;
    padding-bottom: 18px;
    display: none;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .dropdown .dropdown--content.show_option {
    display: block;
}

.contact_wrap .form_side .form_side_inner .form_wrap .form_controle .dropdown .dropdown--content .dropdown--item {
    font-size: 16px;
    line-height: 150%;
    color: #6C7689;
    margin-top: 12px;
}

.contact_wrap .form_side .form_side_inner .form_wrap .agreement {}

.contact_wrap .form_side .form_side_inner .form_wrap .agreement label {
    font-size: 14px;
    line-height: 120%;
    color: #6c7689;
    padding-left: 37px;
    position: relative;
}

.contact_wrap .form_side .form_side_inner .form_wrap .agreement label::before {
    content: ' ';
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background-image: url(../images/form/checkbox-unchecked.png);
}

.contact_wrap .form_side .form_side_inner .form_wrap .agreement label::after {
    content: ' ';
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background-image: url(../images/form/checkbox-unchecked.png);
}

.contact_wrap .form_side .form_side_inner .form_footer {
    width: 100%;
}

.contact_wrap .form_side .form_side_inner .form_footer button {
    border: none;
    width: 100%;
    background: #13294b;
    color: #fff;
    transition: all ease 300ms;
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 12px 24px;
    font-style: normal;
    -webkit-appearance: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.contact_wrap .form_side .form_side_inner .form_footer button.submit-btn {
    background: #47d7ac;
    color: #13294b;
}

.contact_wrap .form_side .form_side_inner .form_footer button.disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #bad7ce;
}

.page-checkbox:checked+label:after {
    background-image: url(../images/form/checkbox-checked.svg) !important;
    z-index: 2;
}

.input-error {
    border-color: #F8485E !important;
}

.input-valid {
    border-color: #47d7ac !important;
}

.hide {
    display: none !important;
}

.show {
    display: flex !important;
}