html {
    scroll-behavior: smooth;
  }
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
section[id], div[id] {
  scroll-margin-top: 80px !important; 
  scroll-behavior: smooth;  
}
  body {
    font-size: 1rem !important;
    color: #333 !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
  }
  
  a,
  a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
  }
  
  ul {
    padding-left: 0px !important;
    list-style-type: none;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .posrel{
    position: relative;
  }
  p{
    margin-bottom: 0.5rem !important;
  }
  .para{
    line-height: 26px;
    font-weight: 400;
  }
  @media (min-width: 1366px) {
    .cmpad{
      max-width: 1920px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 80px !important;
      padding-right: 80px !important;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 60px !important;
      padding-right: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .cmpad {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  @media (max-width: 575px) {
    html {
      font-size: 90% !important;
    }
  }
  
  @media (min-width: 768px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
      background-color: #00377f;
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: #000;
    }
  
    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  
    .custscrollA::-webkit-scrollbar {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  }

  input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder, textarea::placeholder {
  font-size: 0.8rem; 
  color: #333;
  opacity: .5;
}

/* For Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.8rem;
}

/* For Internet Explorer */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}

/* For Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}

  .mainhead {
    font-size: 1.875rem;
    color: #333;
    line-height: 39px;
    font-weight: 600;
  }


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  background-color: white;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.262745098);
}

header.active {
  background-color: #fff;
  box-shadow: 0px 0px 20px #00000043;
  transition: 0.3s;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
}

header .headmain {
  display: flex;
  padding: 10px 0;
  transition: 0.3s;
}

header.active .headmain {
  padding: 5px 0;
  transition: 0.3s;
}
header .headmain .logocol {
  width: 260px;
  transition: 0.3s;
}
header .headmain .logocol img {
  width: 100%;
  transition: 0.3s;
  height: 100%;
  object-fit: contain;
}
header .headmain .menucol {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
header .menucen {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  position: relative;
}

.bttn {
  position: relative;
  z-index: 3;
  transition: 0.4s;
  background: #001836;
  color: white;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  transition: 0.4s;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 8px;
  border: 1px solid #001836;
}

.bttn::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.bttn span {
  background-color: #fff;  
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bttn span img {
  width: 13px;
  transition: 0.3s;
}
.whitebtn span img{
    filter: brightness(0)invert(1);
}
.whitebtn .bttn span{
    background-color: #001836;
}
.bttn:hover {
  color: #001836;
}
.bttn:hover img {
  transform: rotate(45deg);
}

.bttn:hover::before {
  transform: scale3d(10, 9, 1);
  transform-origin: 100% 55%;
}

.menuend {
  display: flex;
  gap: 10px;
  display: none;
}
.menuend button {
  background: #f3f7f6;
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.menuend button:hover {
  background-color: #001836;
}
.menuend button:hover img {
  filter: brightness(0) invert(1);
}
.menuend button img {
  width: 20px;
  filter: brightness(0);
}
header a.mainli {
  color: #333;
  display: flex;
  /* height: 100%; */
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  height: 40px;
  position: relative;
  transition: 0.3s;
  letter-spacing: 0.05rem;
}

header a.mainli:hover {
  color: #001836;
}

ul.social {
  display: flex;
  margin-bottom: 0;
  gap: 10px;
}

ul.social li {
  display: block;
}

ul.social li:last-child {
  margin-right: 0;
}

ul.social li a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 0.875rem;
}

ul.social li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  /* border-radius: 0.3rem; */
  font-size: 0.95rem;
  color: rgb(255 255 255 / 80%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
  color: #fff;
}

header.active .logocol{
        width: 220px;
}

/*---------------------------------------*/
/*::::::::::::::::SLIDER:::::::::::::::::*/
/*---------------------------------------*/

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
.slider-con {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
  padding-top: 5rem;
  width: 100%;
  left: 0;
  right: 0;
}
.slider .mainslider,
.slider .mainslider .swiper-slide,
.slider .mainslider .slideimg {
  height: 100%;
}

.slider .mainslider .slideimg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes zoom-a {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.sliderbtn .bttn {
    background: #001836 !important;
    color: #fff;
    width: max-content;
}
.whitebtn .bttn{
    background: #fff !important;
    color: #000 !important;
}
.whitebtn .bttn:hover{
    color: #fff !important;
}
.whitebtn .bttn::before {
    background: #001836 !important;
    color: #fff !important;
}
.sliderbtn .bttn::before {
  background: #001836;
  color: #fff;
}
.sliderbtn .bttn:hover {
  color: #fff !important;
}

.slider .mainslider .slideimg:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 30%);
  inset: 0;
  width: 100%;
  height: 100%;
}

.slider .mainslider .slideimg.mob {
  display: none;
}
.slider h3, .slider h1 {
  color: white;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  font-weight: 700;

  max-width: 730px;
}
.slider h3 span, .slider h1 span {
  color: #22222200;
  font-size: 2.5rem;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 8px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .slider .mainslider .slideimg.mob {
    display: block;
  }
  .slider .mainslider .slideimg.dsk {
    display: none;
  }
}

.slider-bottom {
  background-color: #660836;
}
.slider-bottom h2 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}

.slider-btn {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
  left: unset;
  right: unset;
  bottom: 1rem;
  top: auto;
  transition: 0.3s !important;
}

.slider-btn .swiper-button-next {
  left: 3rem;
  right: 0 !important;
  position: relative;
  /* bottom: 2rem; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.85rem;
  color: white;
  transition: 0.3s;
}
.swiper-button-next,
.swiper-button-prev {
  width: 38px;
  height: 38px;
  border: 1px solid white;
  transition: 0.3s;
  /* border-radius: 0.3rem; */
  color: #333;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #00377f;
  color: white;
  border: 3px solid #00377f;
  transition: 0.3s;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: black;
}

.social-sec {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.slider ul.social {
  display: grid;
}

ul.social li a i {
  background-color: #00377f;
  transition: 0.3s;
  border-radius: 20px;
}

ul.social li a i:hover {
  background-color: rgb(255 255 255 / 90%);
  color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* padding: 8px; */
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  overflow: hidden;
  border-radius: 0.5rem;
  animation-name: zoomIn;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: 0.3s;
}

.dropdown:hover a.mainli {
  color: #000;
}

.dropdown-content a {
  font-size: 0.85rem;
  color: #343434;
  padding: 10px 15px;
  display: flex;
  transition: 0.3s;
  font-weight: 400;
  border-radius: 0.1rem;
}

.dropdown-content a:hover {
  color: black;
  background-color: #00377f;
}
.dropdown.megamenu {
  position: unset;
}
.dropdown.megamenu .dropdown-content {
  width: 100%;
  min-width: 100%;
  padding: 15px;
}
.dropdown.megamenu .dropdown-content ul {
  display: flex;
  margin: -5px;
  flex-flow: wrap;
}
.dropdown.megamenu .dropdown-content ul li {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 5px;
}
.dropdown.megamenu .dropdown-content a {
  border: 1px solid #00000024;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s;
}
.dropdown.megamenu .dropdown-content a:hover {
  border: 1px solid #00377f;
}

.counter {
    background-color: #ffffffeb;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 350px;
    display: flex;
    padding: 15px 25px;
    align-items: center;
    gap: 40px;
    backdrop-filter: blur(3px);
}
.counter .head {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  width: 100px;
  display: flex;
  align-items: center;
}
.counter .con {
  flex: 1 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: #333;
}
.slideimg{
    background-image: url(./images/slider/slide1.webp) !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
}
.slide1{
    background-image: url(./images/slider/slide2.webp) !important;
}
.slide2{
    background-image: url(./images/slider/slide3.webp) !important;
}
/*---------------------------------------*/
/*::::::::::::::::::ABOUT::::::::::::::*/
/*---------------------------------------*/

.subhead {
  font-size: 0.735rem;
  border: 1px solid #00000024;
  border-radius: 15px;
  padding: 3px 10px;
  color: #333;
  width: max-content;
  font-weight: 500;
}
.mainhead {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 10px;
  line-height: 50px;
}
.para {
  color: #333;
}
.bttn{
    width: max-content;
}
.bttn:hover{
    border: 1px solid #001836;
}
.visionbox{
    border: 1px solid #0018363b;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}
.visionbox img{
    width: 50px;
    padding-bottom: 10px;
}
.abtleft{
    height: 100%;
    width: 100%;
}
.abtleft img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.visionbox h5{
    font-weight: 600;
}
/* services */
.service-box img{
    height: 250px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.service-box h5{
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    color: #001836;
}
.service-inner h4{
    font-weight: 600;
    color: #0567ac;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.image-anime{
    position: relative;
    overflow: hidden;
}
.image-anime::after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(75deg);
}
.image-anime:hover::after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.bodr{
    border-bottom: 1px solid rgba(60, 60, 60, 0.24);
}
/*---------------------------------------*/
/*:::::::::::::::::VALUES:::::::::::::*/
/*---------------------------------------*/
.head-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.ser-img {
  position: absolute;
  left: 1rem;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
}
.ser-img img {
  width: 580px;
}
.ser-card {
  border: 1px solid #00000040;
  padding: 40px 30px;
  padding-bottom: 0;
  background-color: #fff;
  position: relative;
  margin-top: 2rem;
  height: 100%;
  border-radius: 20px;
}
.ser-card p {
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.ser-card img{
    width: 60px;
}
.ser-card .ser-img {
  width: 45px;
  margin-bottom: 15px;
}

.ser-card h5, .ser-card h4 {
  font-weight: 600;
  font-size: 1.25rem;
}
.ser-card a{
  color: #000;
}
.ser-card a:hover{
  color: #fff;
}
.ser-card .sersub {
  width: 40px;
  height: 40px;
  background-color: #001836;
  display: flex;
  border: 1px solid #001836;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: -25px;
  transition: 0.3s;
  border-radius: 20px;
}
.ser-card:hover .sersub {
  background-color: #ffffff;
  color:#001836;
  border: 1px solid #001836;
}

/* .ser-card .ser-sec:before,
.ser-card .ser-sec:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #001836;
  display: none;
}
.ser-card .ser-sec:before {
  right: 0;
  top: -1px;
  transition-delay: 0.2s;
  display: none;
} */
/* 
.ser-card .ser-sec:after {
  left: 0;
  bottom: -1px;
  transition-delay: 0.6s;
  display: none;
}

.ser-card:hover .ser-sec:before {
  transition-delay: 0.4s;
}
.ser-card:hover .ser-sec:after {
  transition-delay: 0s;
} */
/* .ser-card:hover .ser-sec:before,
.ser-card:hover .ser-sec:after {
  width: calc(100% + 1px);
} */

/* .ser-card:hover .ser-sec1:before {
  transition-delay: 0.6s;
}
.ser-card:hover .ser-sec1:before,
.ser-card:hover .ser-sec1:after {
  height: calc(100% + 1px);
}
.ser-card .ser-sec1:before {
  transition-delay: 0s;
  left: -1px;
  top: 0;
} */
/* .ser-card .ser-sec1:before,
.ser-card .ser-sec1:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #001836;
}
.ser-card .ser-sec1:after {
  transition-delay: 0.4s;
  right: -1px;
  bottom: 0;
}
.ser-card:hover .ser-sec1:after {
  transition-delay: 0.2s;
} */
.value-section{
    margin-bottom: 3rem;
}
/* why choose us */
.why-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.why-right{
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.why-list {
  display: flex;
  flex-flow: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.why-list li {
  flex: 1 0 50%;
  max-width: 50%;
  color: #333;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  font-weight: 500;
}
.why-list li::before {
  content: "";
  position: absolute;
  background-image: url(./images/icons/list.svg);
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
}
/*---------------------------------------*/
/*::::::::::::::::::CLIENTS::::::::::::::*/
/*---------------------------------------*/
.client-box {
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  padding: 20px;
  transition: 0.3s;
}
.client-box img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}
.client-box:hover {
  border: 1px solid #001836;
}

.client-box:hover img {
  transform: scale(1.1);
}

/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/

footer {
  background-color: #001836;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255 255 255 / 75%);
  font-size: 0.9rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  background-color: #1e1e1e61;
  inset: 0;
  width: 100%;
  height: 100%;
}
footer a {
  color: rgb(255 255 255 / 80%);
  transition: 0.3s;
}
footer a:hover {
  color: #0567ac;
}
footer .foot-logo img{
    filter: brightness(0)invert(1);
}
footer .line {
  width: 100%;
  background-color: rgb(255 255 255 / 10%);
  height: 1px;
  margin: 2.5rem 0;
}
.pow {
  text-align: right;
}
.pos {
  position: relative;
  z-index: 1;
}
.loc,
.phone,
.mail {
  position: relative;
  padding-left: 38px;
}

.loc:after,
.phone:after,
.mail:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffffcc;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0567ac;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.loc:after {
  content: "\f3c5";
}
.phone:after {
  content: "\f095";
}
.mail:after {
  content: "\f0e0";
}
.foot-logo {
  width: 230px;
  margin-bottom: 10px;
}
footer .social:after {
  display: none;
}
footer .social {
  display: flex;
}

.end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer ul.social li a i {
  font-size: 0.85rem;
}

.add-sec {
  display: flex;
  gap: 15px;
  flex-flow: column;
  flex-wrap: wrap;
}

.foot-cen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
}
.foot-list li:not(:last-child) {
  padding-bottom: 10px;
}

.serlist {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.serlist li a {
  display: flex;
  border: 1px solid #ffffff29;
  padding: 5px 10px;
  font-size: 0.85rem;
  border-radius: 15px;
  transition: 0.3s;
}
.serlist li a:hover {
  border: 1px solid #0567ac;
  color: #0567ac;
}

.max-400 {
  max-width: 300px;
}

.link-color {
  color: black;
  transition: 0.3s;
  padding-left: 2px;
  font-weight: 500;
}

.link-color:hover {
  color: #e9c600;
}

.foot-add h5 {
  font-size: 1.1rem;
  color: rgb(255 255 255 / 90%);
  position: relative;
}

.foot-add h3 {
  font-size: 1rem;
  color: rgb(255 255 255 / 95%);
  position: relative;
}

.foot-add h3::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #0567ac;
    bottom: -6px;
}

.foot-add p {
  font-size: 0.85rem;
}
footer .social li a i{
  background-color: #0567ac !important;
  color: #ffffffcc !important;
  border-radius: 20px;
}
/* FLOATING BUTTON */
.floatchat {
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  gap: 10px;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px #0567ac24;
  }
}

.floatchat .icon {
  background-color: #0567ac;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #eee;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@media(max-width:767px){
  .floatchat{
    width: 80px;
    height: 80px;
    right: 10px;
  }
  .floatchat .icon{
    width: 50px;
    height: 50px;
  }
}
/* ///////// MOBILE SIDE MENU ////////// */


.sidebar .sidehead .logo {
  width: 200px;
  display: flex;
}

.sidebar .sidehead .closebtn {
  font-size: 1rem;
  padding: 5px;
  border: none;
  background-color: #0567ac;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .sidehead .closebtn:hover {
  color: #3a3a3a;
}
.sidebar .logo {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.sidebar .para {
  color: #e1e1e1;
}

.sidebar .sidemenu {
  padding: 1.5rem 1.5rem;
  overflow-y: auto;
  height: 100vh;
  display: flex;
  flex-flow: column;
}

.sidebar h5 {
  color: #fffffff2;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.sidebar .sidemenu ul.menulist {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar .sidemenu ul.menulist li a {
  color: #e1e1e1;
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 0.9rem;
}

.sidebar .sidemenu ul.menulist li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 0.875rem;
  color: #e3e3e3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50px;
}
.sidebar .sidemenu ul.menulist li a p {
  margin-bottom: 0;
  flex: 1 0;
}
.sidebar .sidemenu ul.menulist li a .icon img {
  width: 15px;
}

.sidebar .dropdown.show .dropdown-toggle {
  color: #3498db;
  background-color: #eaf3ea;
}

.sidebar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 10px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-top: 0;
}

.news-box {
  display: flex;
  gap: 20px;
  padding: 10px;
  border: 1px solid #00000014;
  border-radius: 10px;
  position: relative;
}
.news-box .img {
  width: 300px;
  border-radius: 8px;
}
.news-box .con {
  width: calc(100% - 300px);
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.news-box .con p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-box .con h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.cen {
  display: flex;
  align-items: center;
}

.sidebar {
  width: 350px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  background-color: #001836;
  backdrop-filter: blur(5px);
  box-shadow: -20px 0 20px rgb(255 255 255 / 8%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transform: translateX(calc(100% + 1rem));
}

.sidebar.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  box-shadow: -15px 5px 20px rgb(0 0 0 / 10%);
}

.sidebar .social li a i{
  color: #fff !important;
}
.sidemenu .logo{
  border-bottom: 1px solid #3b3b3b;
    padding-bottom: 20px;
}
.sidemenu .logo img{
  filter: brightness(0)invert(1);
  width: 200px;
}
/* RESPONSIVE SECTION */
@media (max-width: 991.98px) { 
  header .menucen{
    display: none;
  }
  .menuend{
    display: flex;
  }
  .why-right{
    padding-left: 0;
    padding-top: 20px;
  }
 }
 @media (max-width: 575.98px) { 
  br{
    display: none;
  }
  .why-list li{
    max-width: 100%;
    flex: 1 0 100%;
  }
  .slider h3, .slider h1{
    font-size: 2.5rem;
  }
  .mainhead{
    font-size: 1.9rem;
  }
  header .headmain .logocol{
    width: 200px;
  }
  .serlist li a{
    font-size: 0.7rem;
  }
  .slider{
    height: calc(100vh - 50px);
  }
  .add-sec .mail{
    margin-bottom: 12px;
  }
  footer .line{
    margin: 1.5rem 0;
  }
  }


  /*-------------------------------- INNERPAGES STYLES ----------------------------------*/
.banner {
    background-color: #f9f9f9;
    height: 300px;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./images/about/banner.webp);
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b0;
}
.bancont{
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 10;
}
.breadcrumb{
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    bottom: -36px;
    width: max-content;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.breadcrumb-item.active::before, .breadcrumb-item+.breadcrumb-item::before{
    content: '' !important;
    background-image: url(./images/icons/arrowrt.svg);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-main{
    width: 100%;
    display: flex;
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.breadcrumb-item.active{
    color: #fff !important;
    opacity: .7;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.inheader{
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.inheader .logocol img{
  filter: brightness(0)invert(1);
}
.inheader .menucen a{
  color: #fff;
}
.inheader.active .logocol img{
  filter: none;
}
.inheader.active .menucen a{
  color: #333;
}
.inheader a.mainli:hover{
  color: #0567ac !important;
}
.aboutin .visionbox{
  margin-bottom: 20px;
  height: auto;
}

.mytable {
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 0.3rem;
  overflow: hidden;
  font-size: .9rem;
}

.mytable thead th {
  font-weight: 500;
  color: #fff;
  background-color: #001836;
  overflow: hidden;
}

.mytable td,
.mytable th {
  border: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  transition: .3s;
  color: rgb(50 67 76 / 75%);
}


.mytable tr {
  transition: .3s;
}

.mytable tr:hover {
  background: rgb(0 24 54 / 5%);;
}
.why-listin li{
  flex: 1 0 100%;
  max-width: 100%;
  font-weight: 400;
}
 .servdetail[id]{
  scroll-margin-top: 80px;
}

.contact-container{
    position: relative;
}
.contact-container::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #37b54a42;
    margin: auto;
    left: 70px;
    right: 0;
}
.con-right{
    padding-left: 80px;
}
.conright-cont h5{
    font-weight: 600;
    color: #001836;
}
.conright-cont .para, .contact .para{
    font-size: 0.875rem;
}
.call-icon{
    background: #0567ac1f;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-flex{
    display: flex;
    gap: 10px;
    align-items: center;
}
.call-cont a{
    color: #333;
    transition: all .3s;
    font-size: 0.875rem;
}
.call-cont a:hover{
    color: #001836;
}
.call-icon i, .consocial ul li a i{
    font-size: 20px;
}
.consocial ul li a{
    background-color: #0567ac;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.consocial{
    flex-direction: column;
    gap: 10px;
}
.consocial ul{
    display: flex;
    gap: 10px;
}
.consocial h5, .conform h5{
    font-weight: 600;
}
.consocial ul li a:hover{
   background-color: #001836;
   transition: all .3s;
}
.con-right .social li i{
    filter: brightness(0)invert(1);
}
.pl {
    padding-left: 80px !important;
}
.call-icon i{
    color: #0567ac;
}


/* INNERPAGES RESPONSIVE */
@media(max-width: 767px){
  .contact-container::before{
    display: none;
  }
  .pl{
    padding-left: 0 !important;
  }
}
@media(max-width: 575px){
  .banner{
    height: 220px;
  }
  .con-right{
    margin-top: 10px;
  }
  .call-contmob{
    width: calc(100% - 50px);
  }
  .pl1{
    padding-left: 10px;
  }
  .qnone{
    display: none;
  }
}