.approach-carso .swiper-slide {
  border-radius: 0px;
  border: none;
}

.approach-carso .swiper-slide:not(:first-child) {
  border-left: 1px solid #cccccc;
}

.c-slider {
  max-height: 150px;
}

.c-h-menu li:hover a {
  color: white;
}

#lqd-gdpr {
  border-radius: 100px;
}

#lqd-gdpr {
  padding: 10px 10px 10px 20px;
  border-radius: 50px;
  position: fixed;
  bottom: 3.5rem;
  left: 50%;
  z-index: 10152;
  background-color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.86);
  box-shadow: 0 20px 60px rgba(92, 107, 149, 0.15);

  transform: translate(-50%, 0);
}

.lqd-gdpr-left {
  margin: 0;
}

.lqd-gdpr-accept {
  padding: 8px 23px;
  border: none;
  border-radius: 50em;
  background: #eff3f5;
  font-size: 14px;
  line-height: 1em;
  color: #184341;
  transition: background 0.3s, color 0.3s;
}

.text-14 {
  font-size: 14px;
}

.lqd-gdpr-left {
  padding-inline-end: 16px;
}

.testim-crv2 .curve {
  position: absolute;
  bottom: -2px;
  left: -50%;
  width: 200%;
  /* height: 100%; */
  z-index: 1 !important;
  pointer-events: none;
  z-index: 99;
}

.thecontainer {
  margin-top: -200px;
}

.c-bottom-container .curve {
  position: absolute;
  top: -2px;
  left: -50%;
  width: 200%;
  height: 2000%;
  z-index: 100 !important;
  pointer-events: none;
  z-index: 99;
}

.c-bottom-container {
  position: relative;
}

.c-bottom-container .curve svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testim-crv2 .container {
  position: relative;
  z-index: 2 !important;
}

.c-text {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.c-text:hover {
  color: #d6a75b;
}

footer {
  overflow: hidden;
}

html,
body {
  overflow-x: hidden !important;
}

.site-footer__shape-1 {
  position: absolute;
  bottom: -20px;
  left: 55%;
  transform: translateX(-55%);
  opacity: 0.5;
  z-index: 0;
}

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

.approach-carso .swiper-slide h6 {
  line-height: 1.4;
}

.gradient-blue {
  height: 100%;
  background: linear-gradient(90deg, #fff 50%, #006991 50%);
}

.c-bg-darkblue {
  background-color: #006991;
}

footer p,
footer a,
footer .subscribe input,
footer h6 {
  color: white;
}

footer .subscribe input::-webkit-input-placeholder {
  color: white;
}

footer .subscribe input:-moz-placeholder {
  color: white;
  opacity: 1;
}

footer .subscribe input::-moz-placeholder {
  color: white;
  opacity: 1;
}

footer .subscribe input:-ms-input-placeholder {
  color: white;
}

footer .subscribe input::-ms-input-placeholder {
  color: white;
}

footer .subscribe input::placeholder {
  color: white;
}

.nav-scroll .dropdown-menu {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background: #f1f3f5;
}

.nav-scroll .dropdown-item,
.nav-scroll .dropdown-menu .dropdown-item:after {
  color: #1d1d1d !important;
}

.nav-scroll .dropdown-menu .dropdown-item:after {
  background: #1d1d1d !important;
}

.c-active .letter {
  text-decoration: underline;
}

/* Brands
-----------------------------------------------------------------*/
.brands .swiper-container {
  overflow: visible;
}

.brands .item {
  width: 300px;
  height: 300px;
  text-align: center;
  position: relative;
}

.brands .item:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}

.brands .item:hover:after {
  border-color: #fff;
}

.brands .item .img {
  width: 100px;
  margin: auto;
}

.brand-sec {
  padding-top: 120px;
}

.brand-sec .brand-marq {
  padding: 180px 0 300px;
}

.brand-sec .brand-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-sec .brand-marq .box .item {
  margin: 0 -50px;
}

.brand-sec .brand-marq .box .item .img {
  width: 280px;
  height: 280px;
  line-height: 280px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.brand-sec .brand-marq .box .item .img img {
  width: 120px;
}

.brand-sec .brand-marq .box .item .img:hover {
  border-color: rgba(0, 0, 0, 0.7);
}

.brand-sec .brand-marq .box .item:nth-of-type(even) {
  margin-top: -180px;
}

.brand-sec .brand-marq .box .item:nth-of-type(odd) {
  margin-bottom: -180px;
}

.brands-carsouel {
  overflow: hidden;
}

.brands-carsouel .bord-right {
  position: relative;
}

.brands-carsouel .bord-right:after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.brands-carsouel .item {
  text-align: center;
}

.brands-carsouel .item .img {
  width: 100px;
  margin: auto;
}

.newsletter__shape-2 {
  position: absolute;
  bottom: -15%;
  right: -15%;
  opacity: 0.8;
  z-index: 2;
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.c-stroke {
  color: #d6a75b;
  -webkit-text-stroke: 1px #d6a75b;
}

.c-social .abtw-soc a {
  color: #006991;
  background: #f3f7fe;
  text-align: center;
  height: 35px;
  line-height: 35px;
  width: 35px;
  display: flex;

  align-items: center;
  justify-content: center;
}

.abtw-soc a {
  border: 0px;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  width: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-social .abtw-soc a:hover {
  color: #fff;
  background: #d6a75b;
}

.feature-one__shape-1 {
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 80%;
}

.float-bob-y-2 {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y-2 {
  0% {
    transform: translateY(-20px) translateX(-50%) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-20px) translateX(-50%) rotate(0deg);
  }
}

@keyframes float-bob-y-2 {
  0% {
    transform: translateY(-20px) translateX(-50%) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-20px) translateX(-50%) rotate(0deg);
  }
}

.svg-loader {
  top: 10vh !important;
  left: 42%;
  /* top: 50%; */
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */

  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.loader__plane {
  fill: #d6a75b7a;
}

.loader__path {
  stroke: #d6a75b7a;
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.zoom-fade-3 {
  animation-name: zoom-fade-3;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade-3;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade-3;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade-3;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade-3;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade-3 {
  0% {
    transform: scale(0.9) translateX(-50%) translateY(0);
  }

  50% {
    transform: scale(1) translateX(-50%) translateY(0);
  }

  100% {
    transform: scale(0.9) translateX(-50%) translateY(0);
  }
}

.aviao {
  position: absolute;
  bottom: 3.3vh;
  -webkit-animation-name: moveImage;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  left: -150px;
  opacity: 0;
}

@keyframes moveImage {
  28%,
  100% {
    opacity: 1;
    transform: translateX(118px);
  }
}

/* Header  */
#m-header-logo {
  width: 245px;
  padding: 20px 0;
  background: #fff;
}

/* .topnav.nav-scroll .menu-icon,
.topnav.nav-scroll .c-header-social a {
  border: 2px solid #1d1d1d !important;
  background-color: white;
} */

/* .topnav.navlit .menu-icon {
  border: 2px solid transparent !important;
} */

.menu-icon {
  /* margin-top: 15px; */
  /* border: 2px solid #000; */
  height: fit-content;
  padding: 10px 20px;
  height: 40px;
  color: #000 !important;
  background-color: white;
}
.topnav .menu-icon .icon i {
  background: #000 !important;
}
.menu-icon.open {
  color: #000 !important;
}

.topnav .menu-icon.open .icon i {
  background: #000 !important;
}

.hamenu .menu-links .main-menu > li .link {
  font-size: 28px;
  padding: 10px 30px;
}

.sub-menu.sub-open {
  padding: 5px 0px 20px 0px !important;
}

.hamenu .menu-links .main-menu .sub-menu li a {
  font-size: 20px !important;
  padding: 10px 10px !important;
}

.topnav .menu-icon .text {
  line-height: 1.2;
  padding-left: 8px;
  font-size: 18px;
}

.topnav .menu-icon .text:after {
  padding-left: 8px;
}

/* Slider */

.c-slider-helicopter {
  animation: MoveUpDown 3s linear infinite;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes MoveUpDown {
  0%,
  100% {
    top: 0;
  }

  50% {
    top: 10px;
  }
}

.c-slider-drone {
  animation: MoveUpDown 5s linear infinite;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes MoveUpDown {
  0%,
  100% {
    top: 0;
  }

  50% {
    top: 10px;
  }
}

.c-slider-circle-text {
  color: #fff;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-slider-circle-text .circle-button .rotate-circle svg {
  fill: #fff;
}

.services {
  padding-bottom: 210px;
}

.c-white h4 {
  color: #fff !important;
}

.btn {
  background-color: white;
  border-radius: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 12px;
  /* border: 2px solid #000; */
}
.btn:hover {
  background-color: rgba(255, 255, 255, 0.726);
}
.c-slider-text {
  text-shadow: 5px 5px 2px #000000 !important ;
  margin-bottom: 20px;
}

.c-slider-img {
  height: 600px;
  object-fit: cover;
}
.topnav .menu-icon .icon i {
  height: 2px;
  margin: 2px 0 0;
  top: 3px;
  position: relative;
}
.c-header-social {
  text-align: end;
  margin-left: auto;
  right: 133px;
  /* top: 15px; */
  position: absolute;
}
.c-header-social a {
  /* border: 2px solid #000; */
  background-color: #fff;
  border-radius: 0;
  color: #000;
}

.c-header-social-2 a {
  background-color: #fff;
  border-radius: 0;
  color: #000;
}
.lg-backdrop,
.lg-outer {
  z-index: 99999 !important;
}
#c-modal {
  z-index: 99999999999999999;
}
.modal-backdrop.show {
  opacity: 0.5 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.modal-open {
  overflow: hidden;
}
.c-header {
  background-color: white !important;
  position: static;
  position: fixed;
  width: 100%;
  z-index: 100000;
}
#carouselExampleIndicators {
  padding-top: 70px;
}

.topnav .menu-icon {
  display: flex;
  align-items: center;
}
.topnav .menu-icon .icon {
  top: -4px;
}
.topnav .menu-icon.open .icon {
  top: 0px !important;
}
.services .item-bord2 h6 {
  line-height: 20px;
}
.bg-img {
  margin-top: 70px;
}
.portfolio .masonry .info-overlay .item-img a,
.portfolio .grid .info-overlay .item-img a {
  text-shadow: 2px 2px 2px #000000 !important ;
}

.c-contact a {
  border: 0px;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  width: 40px !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .hamenu .menu-links {
    margin-top: 30px;
    height: 80vh;
    overflow: auto;
  }
}

@media screen and (max-width: 992px) {
  header .full-height {
    min-height: 80vh;
    padding: 143px 0 0px;
  }
  .c-slider-circle-text {
    bottom: -10px;
    left: 50vw;
  }
  .c-slider-helicopter,
  .c-slider-drone {
    display: none;
  }
  .c-slider-img {
    height: 450px !important;
  }
  .c-header-social-2 a {
    height: 50px;
    line-height: 50px;
    width: 40px;
    font-size: 25px;
  }
  .section-padding, .section-ptb {
    padding: 40px 0;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }

  #m-header-logo {
    width: 180px;
  }
  .blog-list-half.crev, .services, .c-testim{
    padding: 90px 0 !important;
  }
}
