@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  background: var(--primary);
  color: white;
}

::selection {
  background: var(--primary);
  color: white;
}


.banner-section .top-content{
    margin-top:25px;
}

.icon-div{
    margin: 60px 0 0 -77px;
    position:absolute;
}
.content-div{
    padding: 3rem !important;
    margin-left: 3rem !important;
    margin-top: 1rem !important;
}
.content-div .points{ 
        font-size: 17px;    padding-left: 20px !important;
      }
      
.banner-section h1 {

  font-size: 43px;
  line-height: 1.5;
}

.container-gallery {
  width: 500%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.social-media-section{
  text-align: end;
}

.social-media-section .items{
  display: flex;
  justify-content: end;
}

.content-section h1{
  line-height: 1.4;
}









.gallery-img {
  width: 100%;
  position: relative;
}

.panel {
  font-weight: 300;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  display: inline-block;

}

.shadow-custome {
  position: absolute;
  width: 100%;
  padding: 0px 0px 200px 0;
  margin-top: -200px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #000000 99%);
}
.shadow-custome-2{
  position: absolute;
  width: 100%;
  padding: 0px 0px 200px 0;
  margin-top: -200px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #000000 99%);
}

.slider-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px;
  text-align: center;
}

.slider-overlay-text h2 {
  font-size: 43px;
  text-shadow: 5px 5px 9px #000000;
}

.slider-overlay-text p {
  margin-top: 20px;
  font-size: 22px;
  text-shadow: 5px 5px 9px #000000;
}

.partner-logo {
  height: 200px;
  display: flex;
  align-items: center;
  /* Center items vertically */
  justify-content: center;
  /* Center items horizontally */
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.partner-logo img {
  max-height: 100%;
  max-width: 100%;
  transition: transform 0.3s;
  cursor: pointer;
    z-index: 99999999;
}

.partner-logo:hover img {
  z-index: 99999999;
}

/*.partner-logo::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
  /* Initially position at the bottom */
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #284295;*/
/*  transform: translateY(100%);*/
/*  transition: transform 0.3s;*/
/*}*/



.partner-logo:hover {
  bottom: 0;
  /* Initially position at the bottom */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #284295;
  transform: translateY(100%);
  transition: transform 0.3s;
  transform: translateY(0);
  /* Translate background up on hover */
}

.small {
  font-size: 16px !important;
}

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

.counter-section {
  margin-top: -26px;
}

:root {
  --primary: #284295;
  --secondary: #E16F39;
  --tertiary: #ffffff;
  --black: #000;
  --white: rgb(255, 255, 255)000;
}


body {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  line-height: 25px;
  overflow-x: hidden;
}


p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #000;
}

.divider {
  display: block;
  width: 65px;
  height: 4px;
  background-color: #164d92;
  margin: 20px auto;
}

.section-title {
  position: relative;
  font-size: 54px;
  margin-bottom: 20px;
}

.section-title h2::after,
.section-title h6::after,
.section-title2 h2 {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--secondary);
}

.breadcrumb-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.482), rgba(0, 0, 0, 0.553)),
    url(../images/inner-banner.avif) center/cover no-repeat;
}

.counting-div {
  margin-bottom: -70px;
}

.bg-theme {
  background-color: var(--primary);
  color: var(--tertiary);
}

.btn-theme {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-family: "Open Sans", Sans-serif;
  font-weight: 500;
  background-color: var(--primary);
  color: var(--tertiary) !important;
  border-radius: 39px 39px 39px 39px;
    padding: 15px 25px 13px 25px;
}

.btn-theme:hover {
  background-color: var(--primary);
  color: var(--tertiary) !important;
  border-radius: 39px 39px 39px 39px;
}


.btn-theme2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-family: "Open Sans", Sans-serif;
  font-weight: 500;
  background-color: var(--secondary);
  color: var(--tertiary) !important;
  border-radius: 39px 39px 39px 39px;
      padding: 15px 25px 13px 25px;
}

.btn-theme2:hover {
  background-color: var(--secondary);
  color: var(--tertiary) !important;
}


.text-theme {
  color: var(--primary);
}

.text-theme2 {
  color: var(--secondary);
}


.social-media-btn {

  height: 50px;
  width: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--primary);
  background: transparent !important;
}

.nav-pills .nav-link {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding: 1.49vw 0 0.3vw;
}

.nav-pills .nav-item {
  z-index: 999;
}

.nav-link {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}


.home-hero__s-border {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-hero__s-border svg {
  height: 100%;
  width: 50%;
}

.home-hero__s-svg {
  position: relative;
  top: -0.5px;
  z-index: 100;
}

/* Contact section */

.contatc-form-section {
  background-color: #1F419B;
  background-image: url(/assets/images/contact-form-bg.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 170px; */
}

.contatc-form-section:before {
  background-color: blue;
  position: absolute;
}

/* Project Section */

.feature-products{
  padding-bottom: 10rem;

}



.feature-products .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.feature-products .slider-wrapper div {
  position: relative;
}


.feature-products .slide-image {
  height: 24vw;
}

.feature-products .slide-image img {
  width: 24vw;
  cursor: pointer;
}

.feature-products .slide-content {
  width: 50vw;
  color: #000000;
  padding: 3vw 4vw 3vw 4vw;
}

.feature-products .slide-date {
  color: #0a8acb;
  font-size: 1.1vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  padding-bottom: 1.4vw;
}

.feature-products .slide-title {
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
  line-height: 1.55vw;
  padding-bottom: 1.8vw;
}

.feature-products .slide-text {
  font-size: 0.8vw;
  line-height: 1.2vw;
  opacity: 0.8;
  padding-bottom: 4vw;
}

.feature-products .slide-more {
  font-weight: 400;
  letter-spacing: 0.1vw;
  float: left;
  font-size: 0.9vw;
}

.feature-products .slide-bullet {
  width: 0.5vw;
  height: 0.5vw;
  background-color: #0b8bcc;
  border-radius: 200%;
  position: relative;
  margin-left: 1.2vw;
}

.feature-products .slide-nav {
  margin-left: 64vw;
  margin-top: -5.5vw;
}

.feature-products div.overlay-blue {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s ease all;
}

.feature-products div.overlay-blue:hover {
  background-color: rgba(13, 27, 43, 0.5);
}

.feature-products .arrows {
  width: 3.5vw;
  margin-top: -5.8vw;
  margin-left: 60vw;
  position: relative;
}

.feature-products .arrow {
  display: inline-block;
  position: absolute;
  width: 1.2vw;
  height: 1.2vw;
  background: transparent;
  text-indent: -9999px;
  border-top: 0.15vw solid #000000;
  border-left: 0.15vw solid #000000;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: transparent;
}

.feature-products .arrow:hover {
  border-color: #0a8acb;
  border-width: 0.25vw;
}

.feature-products .arrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}

.feature-products .arrow.prev {
  transform: rotate(-45deg);
  left: 0;
}

.feature-products .arrow.next {
  transform: rotate(135deg);
  right: 0;
}

.ha-icon-box-icon {
  padding: 22px;
  margin-bottom: 11px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF94;
  border-radius: 50px 50px 50px 50px;
  background-color: #1F419B;
}

.ha-icon-box-icon {
  display: inline-block;
  margin-bottom: 20px;
  color: #151515;
  text-align: center;
  font-size: 48px;
  -webkit-transition: border .3s, background .3s, color .3s, -webkit-transform .3s;
  transition: transform .3s, border .3s, background .3s, color .3s;
  transition: transform .3s, border .3s, background .3s, color .3s, -webkit-transform .3s;
}



.section-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}



/* /////////////////////////////////////////////////// */

.pdct-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .pdct-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .pdct-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .pdct-slider {
    height: 350px;
  }
}
.pdct-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pdct-slider__item {
    flex-direction: column;
  }
}


.pdct-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.pdct-slider__img.right-position {
  transform: translateX(80px) !important;
}


.pdct-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .pdct-slider__img,.pdct-slider__img.right-position {
    transform: translateY(-50%) !important;
    width: 90% !important;
  }

}
@media screen and (max-width: 576px) {
  .pdct-slider__img,.pdct-slider__img.right-position {
    width: 95%;
  }
}

.pdct-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .pdct-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .pdct-slider__content {
    padding: 0;
  }
}

.pdct-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.pdct-slider__title {
  font-size: 24px;
  font-weight: 500;
  color: #0d0925;
  margin-bottom: 20px;
}
.pdct-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 16px;
}
.pdct-slider__button {
  display: inline-flex;
  padding: 5px 3px;
  border-radius: 50px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  justify-content: right;
  text-align: right;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .pdct-slider__button {
    width: 100%;
  }
}
.pdct-slider .swiper-container-horizontal > .swiper-pagination-bullets, .pdct-slider .swiper-pagination-custom, .pdct-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.pdct-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pdct-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pdct-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .pdct-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.pdct-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.pdct-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .pdct-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}






/* ///////////////////////////////////////////////////// */

/* 
.section-title:after,
.section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
} */

/* .section-title:after {
  height: 2px;
  background-color: rgba(252, 92, 15, 0.46);
  left: 25%;
  right: 25%;
} */
/* 
.section-title:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background-color: #fc5c0f;
  left: 50%;
  transform: translatex(-50%);
  bottom: -6px;
  z-index: 9;
  border-radius: 50%;
} */

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}

.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }

  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }

  .customer-feedback .owl-prev {
    left: 0;
  }

  .customer-feedback .owl-next {
    right: 0;
  }
}

.fed-img {
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto;
}

/* 

.ha-slick-content {
  padding: 0px 0px 50px 160px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #000000 99%);
}
.ha-slick-content {
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.3)));
  background: -webkit-linear-gradient(transparent,rgba(0,0,0,.3));
  background: linear-gradient(transparent,rgba(0,0,0,.3));
}

.ha-slick-title {
  margin-bottom: 6px;
  font-family: "Poppins", Sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.ha-slick-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 20px;
}
.ha-slick-subtitle {
  margin-bottom: 30px;
  font-family: "Poppins", Sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
} */

/* ----------------------------------------------------------------------------------------- */









.info-box {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 43%, #E9E9E9 100%);
  padding: 60px 40px 60px 40px;
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f5f5f5;
  border-radius: 5px 5px 5px 5px;

}
























/* ---------------------------------------------------------------------------------------------- */

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffffa9;
  z-index: 99999;
}

#preloader svg {
  height: 100px;
}

#preloader path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: 0;
  animation: lakat 4s infinite linear;
  stroke: #1e386e;
  stroke-width: 1px;
  fill: none;
}

@keyframes lakat {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1050;
  }
}

/* <!---------venture lisitng---------> */


.ventures .card {
  position: relative;
  background: radial-gradient(#111 50%, #000 100%);
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}

.ventures img {
  max-width: 100%;

  display: block;
}

.ventures .card img {
  transform: scale(1.3);
  transition: 0.3s ease-out;
}

.ventures .card:hover img {
  transform: scale(1.1) translateY(-20px);
  opacity: 0.3;
}

.ventures .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.ventures h3 {
  text-align: center;
  margin-top: 15px;
  text-transform: capitalize;
  font-size: 20px;
}

.ventures .text-p {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out 0.2s;
  font-size: 16px;
}

.ventures .link-a {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out 0.4s;
}

.ventures .overlay .link-a:hover {
  background: var(--secondary)
}

.ventures .card:hover .overlay .text-h1 {
  opacity: 1;
  transform: translateY(0);
}

.ventures .card:hover .overlay .text-p {
  opacity: 1;
  transform: translateY(0);
}

.ventures .card:hover .overlay .link-a {
  opacity: 1;
  transform: translateY(0);
}


/* <!-------------------------Blog----------------------------> */

.blog .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ECE9E6;
  background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}

.blog img {
  aspect-ratio: 3/2;
  object-fit: fill;
  width: 100%;
}

.blog .card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}


.pdct .card__header {
  position: relative;
}

.tm-box-post-date {
  height: 62px;
  width: 69px;
  background-color: var(--primary);
  position: absolute;
  right: 0;
  top: 78%;
  font-weight: 500;
  font-size: 31px;
  line-height: 18px;
  padding-top: 13px;
  padding-bottom: 7px;
  z-index: 1;
  color: #fff;
  text-align: center;
}


.entry-year {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
}

.entry-year {
  padding-left: 3px;
}


.section-subtitle{
  margin-top:10px
}


/* ----------------------------------------------------------- */
.main-menu {

  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
}


.menu-item {
  text-align: center;
}



.header .menu-item a {
  color: #000000;
}


.header .bi-filter-right {
  color: #000000;
}


.menu-item.active a {
  background-color: var(--primary);
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff !important;

}

.offcanvas-body ul li.active a.menu-txt {
  color: var(--primary) !important;
}





.top-header {
  background-color: var(--primary);
  color: var(--tertiary);
  padding: 10px;
  margin: 0;
}

.top-header a {
  color: var(--tertiary) !important;
}

.top-header span {
  color: var(--tertiary) !important;
  font-size: 14px;
}


.header {
  width: 100%;
  top: 0;
  z-index: 9999;
  position: sticky;
  background: white;

}

.main-header {
  padding: 1rem;
}

.header .logo {
  width: 70%;
}

.main-menu>li {
  margin: 0 20px;
}

.main-menu>li>a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 16px;
  outline: none;
  text-transform: uppercase;
}

.main-dropdown {
  position: absolute;
  width: 300px;
  left: 0;
  top: 85px;
  z-index: 9;
  background-color: #000;
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .main-dropdown {
  background-color: #fff;
}

.header .main-dropdown li a {
  color: #000;
}

.main-dropdown li a {
  color: var(--white);
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
}


.menu-item:hover {

  color: var(--primary) !important;
  text-decoration: underline;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: var(--primary);
  color: #fff !important;
  border-radius: 0 0 9px 9px;
  z-index: 1;
  padding-left: 0 !important;
  padding-right: 25px !important;
  margin-top: 5px !important;
  margin-left: -10px !important;

}

.dropdown li a {
  font-size: 15px;
}

.footer-menu li a {
  color: #fff !important;
}

ul.dropdown {
  list-style: none;
}

.dropdown li {
  padding: 5px 0 10px 10px;
  text-align: left;
}

.dropdown li a {

  color: #fff !important;
}



.carousel-item img {
  object-fit: cover;
  opacity: 0.9;
}


.carousel-caption h1 {
  z-index: 6;
  white-space: nowrap;
  font-size: 2em;
  line-height: 80px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Saira;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  font-weight: 500;
  color: #fff;
}

.carousel-caption p {

  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.carousel-inner {
  background: linear-gradient(rgb(0 0 0 / 24%), rgba(0, 0, 0, 0.553)), center/cover no-repeat;
}



/* ------------------------------------------ */

.pg-footer {
  font-family: 'Roboto', sans-serif;
}


.footer {
  background-color: var(--primary);
  color: #fff;
}

.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  position: relative;
  top: -1px;
  width: 100%;
}

.footer-wave-path {
  fill: #fff;
}


.footer-copyright {
  background-color: var(--secondary);
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) {

  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    min-height: 20px;
    position: relative;
  }
}

@media (min-width:480px) and (max-width:599px) {

  /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media (min-width:600px) and (max-width: 800px) {

  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media (min-width: 760px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer-wave-svg {
    height: 50px;
  }

  .footer-content-column {
    width: 24.99%;
  }
}



/* ===== Career ===== */

.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.career-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.career-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.career-form .custom-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



.filter-result .job-box {
  background: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

ul {
  list-style: none;
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
}

.career-title {
  background-color: #4e63d7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .job-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

.job-overview .job-detail ul {
  margin-bottom: 28px;
}

.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

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


/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}

.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: var(--secondary);
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}

.feature-box-1 .icon i {
  line-height: 70px;
}

.feature-box-1 h5 {
  color: #20247b;
  font-weight: 600;
}

.feature-box-1 p {
  margin: 0;
}

.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #d3d3d3;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1:hover {
  top: -5px;
}

.feature-box-1:hover h5 {
  color: #ffffff;
}

.feature-box-1:hover p {
  color: rgba(0, 0, 0, 0.8);
}

.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

.feature {
  padding: 100px 0;
  position: relative;
}

.section-title {
  padding-bottom: 15px;
}

.section-title h2 {
  font-weight: 700;
  /* color: #20247b; */
  font-size: 45px;
  border-left: 5px solid var(--secondary);
  padding-left: 15px;
}


.section-subtitle {
  font-size: 28px;
  font-weight: 500;
  color: #8F8F8F;
}


.form-group label {
  margin-bottom: 10px;
}




/* ////Locations */


.location .card::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: calc(100% - 40px);
  height: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
  box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
  content: '';
  z-index: -1;
}

.location a.card {
  text-decoration: none;
}

.location .card {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}

.location .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.location .box-shadow {
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09) !important;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09) !important;
}

.location img,
.location figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.location .card-text {
  padding-top: 12px;
  color: #8c8c8c;
}

.location .text-sm {
  font-size: 12px !important;
}


.location .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.head-icon-div {
  width: 90px;
  height: 90px;
  margin-top: -45px;
  border: 1px solid;
  display: flex;
  justify-content: center;
}


.head-icon {
  margin-top: 18px;
  color: var(--primary)
}


/* ////////////////////////gallery//////////////////// */


/* Start Gallery CSS */
.thumb {
  margin-bottom: 15px;
}

.thumb:last-child {
  margin-bottom: 0;
}

/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


.img-fluid.img-thumbnail {
  aspect-ratio: 3/2;
}




.card.level-category{
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  
  box-shadow: 29px 29px 60px 0px rgba(0,0,0,0.2);
  padding: 60px 60px 60px 60px;
}



/*<!------------------------->*/
#nta-wa-gdpr{
  vertical-align: text-top !important;
  padding: 0 !important;
  margin: 0 !important;
}

.nta-wa-gdpr{
  font-size: 11px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 4px;
}

.nta-wa-gdpr a{
  text-decoration: underline;
  color: inherit;
}

.pointer-disable{
  pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
  content: '';
  display: block;
  clear: both;
}

.wa__button{
  border-bottom: none !important;
}

.wa__btn_w_img:hover{
text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
  position: relative;
  width: 300px;
  min-height: 64px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
  padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
  padding-top: 25px;
  padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
  font-weight: 600;
  padding-left: 2px;
  font-size: 14px;
}

.wa__cs_info{
  margin-bottom: 2px
}

.wa__btn_status{
  color: #F5A623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
  display: inline-block;
}

.wa__cs_info .wa__cs_name{
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
  color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
  color: #76787d;
}

.wa__cs_info .wa__cs_status{
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255,255,255,0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
  background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
  background: #b9bbbe;
}


.wa__stt_online{
  background: #2DB742;
  cursor: pointer;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__stt_online .wa__btn_txt{
  position: relative;
  z-index: 4;
}
.wa__r_button.wa__stt_online:before{
  border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
  border-radius: 5px;
}
.wa__stt_online:before{
  content: '';
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
  box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
  transform: translate(0,-3px);
  -webkit-transform: translate(0,-3px);
  -moz-transform: translate(0,-3px);
  -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
  opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
  background: #EBEDF0;
  color: #595B60;
  box-shadow: none;
  cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
  padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
  width: 41px;
  height: 69px;
}

.wa__btn_w_img{
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
  max-width: 100%;
  height: auto;
  transition: 0.2s ease transform;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
  content: '';
  background: #ffffff url('../images/WhatsApp-Logo.wine.svg') center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
  content: '';
  background: #ffffff url('../images/whatsapp_logo_gray.svg') center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
  padding:14px 20px 12px 103px;
}

.wa__r_button{
  border-radius: 50vh;
}

.wa__sq_button{
  border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
  width: 270px;
  margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
  left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
  left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
  padding: 10px 20px 10px 70px;
  display: table-cell;
vertical-align: middle;
height: 66px;
}

.wa__btn_txt .wa__btn_title{
  font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
  padding: 8px 20px 8px 100px;
display: table-cell;
vertical-align: middle;
height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
  margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
  font-family: Arial,Helvetica,sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  bottom: 102px;
  right: 25px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0,50px);
  transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform,visibility,opacity;
  max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
  box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #d9ebc6;
  background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
  padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
  content: '';
  background: url('../images/WhatsApp-Logo.wine.svg') center top no-repeat;
  background-size: 80px;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
  top: 19px;
  left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
  padding-top: 2px;
  padding-bottom: 3;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
  padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
  text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
  background: #ffffff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
  text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 12px;
  top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 2px 4px 2px 4px;
  -webkit-border-radius: 2px 4px 2px 4px;
  -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
  content: '';
  background: url('../images/WhatsApp-Logo.wine.svg') 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
  background-image: url('../images/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
  background: #ffffff;
  box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
  margin: 14px 0 0;
  transform: translate(0,20px);
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  will-change: opacity,transform;
  opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
  transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
  color: #F5A623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
  border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
  font-size: 0;
  margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
  display: inline-block;
  position: relative;
  width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff;
  left: -7px;
}
.wa__popup_call_btn{
  background: #2db742;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  margin: 25px 0 15px;
  box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url('../images/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0px;
  margin-right: -19px;
  left: -31px;
  transition: 0.2s ease background-image;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
  background-image: url('../images/WhatsApp-Logo.wine.svg')
}

.wa__popup_chat_box_gray{
  border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
  color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
  content: ''; 
  background: url('../images/WhatsApp-Logo.wine.svg') center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
  color: #595b60;
}

.wa__popup_chat_box_ct{
  width: 384px;
  text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
  text-align: center;
  padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: '';
  background: url('../images/WhatsApp-Logo.wine.svg') center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
  padding-left: 22px;
  padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
  margin-top: -5px;
  line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
  content: '';
  clear: both;
  display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
  background: #ffffff;
  padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
  padding-top: 18px;
  padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
  width: 33%;
  float: left;
  font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
  text-decoration: none;
  color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
  padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
  color: #363c47;
  font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
  color: #989b9f;
  padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url('../images/WhatsApp-Logo.wine.svg') 0 3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
  border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('../images/WhatsApp-Logo.wine.svg') center center no-repeat;
  background-size: 80px auto;
  -webkit-background-size: 80px auto;
  -moz-background-size: 80px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('../images/x_icon.png') center center no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  /*top: 15px;*/
  top: 7px;
  /* top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%); */
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
  -ms-transform: translate(0,15px);
  transform: translate(0,15px);
  -webkit-transform: translate(0,15px);
  -moz-transform: translate(0,15px);
  opacity: 0;
  visibility: hidden;
}
/* ^^^--popup button--^^^ */

/* ////////////////////////////////////////////////////////////////////////////////// */



.content {
  /* padding: 50px; */
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
      z-index: 99999;
}

.sidebar-contact.active {
  right: 0;
}



.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.toggle {
  position: absolute;
  height: auto;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #284295;
  color: #fff;
  font-size: 18px;
  top: 50%;
  left: -90px;
  padding: 0px 10px;
  /* transform: translateY(-50%); */
  transform: rotate(270deg);
  line-height: 30px;
}

.toggle:before {
  content: "";
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}

.toggle.active:before {
  content: "";
}

@media (max-width: 768px) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    right: -100%;
  }

  .toggle {
    right: -48px;
    left: auto;
  }

  .content {
    padding: 50px 0;
  }
}
.why-choose-gadgeon .card.info-box{
    border-radius:15px !important;
}
.why-choose-gadgeon .card.info-box{
    cursor:pointer;
}
.why-choose-gadgeon .card.info-box:hover{
    background:#20419A;
    color:#fff;
}


