body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
h3,h4,h5,h6{
  font-weight: 800;
}

/* header css  */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid #ffffff96;
}
.header.header--active {
  background: #1f2732;
  border-color: #1f2732;
}
.logo-image {
  max-width: 150px;
}
.navbar-brand {
  padding-block: 10px;
}
.navbar-collapse {
  flex-grow: initial;
}
.nav-link,
.dropdown-toggle.show {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff !important;
  opacity: 0.8;
  letter-spacing: 0.6px;
}
.nav-link:hover,
.header .dropdown:hover .dropdown-toggle {
  color: #fff !important;
  opacity: 1;
}
.dropdown-item:hover {
  color: #2a7ee3;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}
.header .dropdown:hover .dropdown-menu {
  border-radius: 4px;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dropdown-item {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  padding-block: 8px;
}
.nav-item {
  padding-block: 10px;
}
.dropdown-item:hover {
  background-color: #ffffff;
}
.navbar-toggler {
  background: #3ca0e7;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
}
.navbar-toggler .navbar-toggler-icon {
  background: none;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon svg line {
  stroke: #ffffff;
}

/* footer  */
.footer {
  padding-block: 50px 0;
  background: #1f2732;
}
.footer-logo {
  display: block;
  max-width: 150px;
}

.footer a {
  color: #fff;
}

.footer .footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-list {
  display: flex;
  gap: 6px;
}
.social-list-link {
  display: flex;
  align-items: center;
  background: #395476;
  padding: 10px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.social-list-link:hover {
  background: #2a7ee3;
}

.social-list svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: #fff;
}

.footer-list-link {
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  opacity: 0.8;
}
.footer-list-link:hover {
  color: #fff;
  opacity: 1;
}
.list-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.footer-copyright {
  background: #3b5274;
  padding-block: 15px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-copyright p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.footer-copyright p a {
  color: #2a7ee3;
}

/* custom banner */
.custom-banner {
  height: 100vh;
  margin-top: 0;
}
.custom-banner .swiper-container {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.custom-banner .swiper-slide {
  position: relative;
}

.custom-banner .slide-captions {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 999;
  transform: translate(-50%, -50%);
  text-align: center;
}
.custom-banner .slide-captions .current-title {
  margin: 0;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
}
.custom-banner .slide-captions .current-subtitle {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  letter-spacing: .6px;
}

.custom-banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.btn__primary {
  font-size: 18px;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  transition: color .3s ease-in-out;
  margin-top: 10px;
}
.btn__primary:hover{
  background-color: #3ca0e7;
  border-color: #3ca0e7;
}
.custom-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.custom-banner .swiper-button-prev,
.custom-banner .swiper-button-next {
  color: #fff;
}
.custom-banner .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
}
.custom-banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.pblock-120 {
  padding-block: 120px;
}

/* multicard-wrapper */
.multicard-wrapper {
  background-color: #e4dede8a;
}
.section-subtitle {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #3ca0e7;
  z-index: 9;
}
.section-subtitle::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #dedede;
}
.section-subtitle::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #3ca0e7;
  right: 0px;
  left: auto;
  bottom: -3px;
  animation: pulsex 5s ease infinite alternate;
}
@keyframes pulsex {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.section-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.card {
  padding: 28px 40px 40px 40px;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #3ca0e7;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 100%;
}
.card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  filter: brightness(0.5);
}
.card-body {
  z-index: 2;
  padding: 0;
}
.card:hover .card-image img {
  opacity: 1;
}
.card-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  transition: color 0.3s ease;
}
.card-text {
  font-size: 16px;
  line-height: 2.4;
  font-weight: 500;
}
.card-link {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.card-link:hover {
  color: #3ca0e7 !important;
}
.card:hover .card-link,
.card:hover .card-text,
.card:hover .card-title {
  color: #ffffff;
}
.card:hover .card-icon svg path {
  fill: #ffffff;
}
.card:hover .card-title:hover {
  color: #3ca0e7;
}
.img-container img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.image-moving-hover {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.img-container {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.image-moving-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(0);
}
.image-moving-hover:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.section-text {
  font-size: 18px;
  line-height: 2;
}


/* our-progress-wrapper css */
.our-progress-wrapper {
  background: #1f2732;
  position: relative;
}
.our-progress-wrapper::after {
  content: "";
  display: block;
  background: url(../images/about3.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  max-width: 700px;
  z-index: 0;
  max-height: 270px;
}
.our-progress-wrapper .progress-img {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.our-progress-wrapper .progress-img img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  transition: all 0.35s ease-in-out;
  transform: scale(1);
}
.our-progress-wrapper .progress-number {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #3ca0e7;
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 19px;
  transition: all 0.35s ease-in-out;
  bottom: 20px;
  right: -5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.our-progress-wrapper .progress-box:hover .progress-img img,
.our-progress-wrapper .progress-box.centered-box .progress-img img {
  transform: scale(1.4);
  margin-bottom: 60px;
}
.our-progress-wrapper .progress-box:hover .progress-number {
  transform: scale(1.2);
  background: #ffffff;
  color: #1f2732;
  right: -45px;
  -webkit-text-stroke-color: #1f2732;
}
.our-progress-wrapper .progress-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 16px;
}
.our-progress-wrapper .progress-content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  max-width: 34ch;
  margin: 0 auto;
}
.our-progress-wrapper .progress-box.centered-box .progress-number {
  transform: scale(1.2);
  right: -45px;
  top: 0;
}
.our-progress-wrapper .progress-box {
  text-align: center;
  border: 1px dashed #ffffff;
  padding: 50px 30px;
  border-radius: 10px;
}
.our-progress-wrapper .section-title {
  color: #ffffff;
}

/* scrolling-animation-wrapper */
.scrolling-animation-wrapper {
  background: #3ca0e7;
  padding-block: 24px;
}
.marquee-firstbox {
  animation: campoutscrollingmarquee 6s linear infinite;
  animation-duration: 20s;
  display: flex;
}
.marquee-firstbox h3 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
}
.marquee-wrapper {
  overflow: hidden;
  margin-bottom: 0;
}
@keyframes campoutscrollingmarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* our-testimonials css start   */
.our-testimonials {
  padding: 120px 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.our-testimonials .testimonial-box img {
  border-radius: 10px;
  max-width: 100px;
  height: 140px;
  object-fit: cover;
}

.our-testimonials .testimonial-box .auther-wrapper {
  gap: 24px;
}

.our-testimonials .testimonial-box h4 {
  color: #1f2732;
  letter-spacing: -0.02em;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
}

.our-testimonials .testimonial-box .auther-wrapper p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.our-testimonials .content-wrapper {
  position: relative;
  padding: 32px 30px 15px 35px;
  margin-left: 22px;
  margin-top: -22px;
  background-color: #fff;
  border-bottom: 3px solid #3ca0e7;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
  transition: all 0.5s linear 0s;
}

.our-testimonials .content-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -27px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.our-testimonials .content-wrapper .double-quotes img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.our-testimonials .content-wrapper .double-quotes {
  position: absolute;
  right: 25px;
  top: -23px;
}
.our-testimonials .content-wrapper .text {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #42545e;
  font-weight: 500;
  line-height: 1.7;
}
.testimonial-box {
  padding-inline: 10px;
}

/* our-testimonials css end   */

/* apart-us css start   */
.apart-us {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  margin-top: -200px;
}
.apart-us .section-title .sm-title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #000;
  z-index: 9;
}
.apart-us .accordion {
  padding: 35px;
  background-color: #f8f8f8;
  border-radius: 20px;
}
.apart-us .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: unset !important;
}
.apart-us .accordion-button:focus {
  box-shadow: unset;
}
.apart-us .accordion-button::after,
.apart-us .accordion-button::before {
  display: none;
}
.apart-us .acc-icon svg {
  width: 16px;
  height: 16px;
  fill: #212121;
}
.apart-us .acc-icon .acc-close {
  fill: #3ca0e7 !important;
}
.apart-us .accordion-button.collapsed .acc-icon .acc-open,
.apart-us .accordion-button .acc-icon .acc-close {
  display: block;
}
.apart-us .accordion-button.collapsed .acc-icon .acc-close,
.apart-us .accordion-button .acc-icon .acc-open {
  display: none;
}
.apart-us .accordion-button {
  width: 100%;
  padding: 20px 18px 20px 18px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apart-us .accordion-button.collapsed h4 {
  color: #42545e;
  transition: all 0.3s ease-in-out;
}
.apart-us .accordion-button h4 {
  color: #3ca0e7;
  font-weight: 700;
  font-size: 17px;
}
.apart-us .accordion-body .text {
  font-size: 15px;
}
.apart-us .accordion-button:hover h4 {
  color: #3ca0e7;
}
.apart-exrta-section {
  padding-block: 150px 250px;
}

.apart-exrta-section .apart-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.apart-us .img-container img {
    box-shadow: 0 8px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    max-height: 540px;
    height: 100%;
    object-fit: cover;
}
.apart-exrta-section .apart-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.apart-exrta-section .section-title {
    max-width: 30ch;
    margin: 0 auto;
}
.apart-exrta-section .row {
  z-index: 22;
}

/* apart-us css end   */

/* our-blog css start */
.our-blog {
  padding: 120px 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.our-blog .box-container {
  transition: all 300ms ease;
  position: relative;
}

.our-blog .content-wrapper {
  position: relative;
  margin-top: -65px;
  margin-left: 30px;
  padding: 30px 40px 35px;
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  transition: all .3s ease;
  border-bottom: 3px solid transparent;
}

.our-blog .box-container .admin-top svg {
  width: 15px;
  height: 15px;
  fill: #3ca0e7;
}

.our-blog .box-container .bg-btn svg {
  width: 16px;
  height: 16px;
  fill: #3ca0e7;
  margin-right: 10px;
  transition: all .2s linear;
}

.our-blog .box-container .admin-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.our-blog .box-container .blog-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

.our-blog .box-container .date {
  position: absolute;
  display: inline-flex;
  background-color: #3ca0e7;
  font-size: 12px;
  color: #fff;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 6px;
  z-index: 1;
  top: 14px;
  left: 20px;
}

.our-blog .box-container .blog-img-bg {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 0;
}

.our-blog .box-container .blog-img-bg a::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all .4s linear;
}

.our-blog .box-container:hover .blog-img-bg a::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .4s linear;
}

.our-blog .box-container:hover .content-wrapper {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #3ca0e7;
}

.our-blog .box-containe .bg-btn {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  color: #0f0f0f;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all .2s linear;
}

.our-blog .box-container .bg-btn:hover svg {
  opacity: 0;
  transform: translateX(15px) !important;
}

.our-blog .box-container .admin-top .admin,
.our-blog .box-container .admin-top .admin-comment {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
}

.our-blog .box-container .bg-btn {
  font-size: 12px;
  line-height: 25px;
  color: #0f0f0f;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: all .2s linear;
}

.our-blog .box-container .bg-btn:hover {
  transform: translateX(-25px);
  color: #3ca0e7;
}

.our-blog .blog-img-bg img {
  transition: all 0.4s ease;
  width: 100%;
  display: block;
}

.our-blog .box-container:hover .blog-img-bg img {
  transform: scale(1.1);
}

.our-blog .box-container .blog-title a {
  transition: all 0.4s ease;
}

.our-blog .box-container .blog-title a:hover {
  color: #3ca0e7;
}

/* our-blog css end */

/* scrolltop css start  */
.scrolltop-btn svg {
  width: 18px;
  height: 20px;
  fill: #fff;
}
.scrolltop-btn .scrolltop {
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A7EE3;
  width: 40px;
  height: 40px;
  z-index: 9999;
  transition: all .3s ease;
  display: none;
}
.scrolltop-btn .scrolltop:hover{
  background: #1F2732;
}
/* scrolltop css end  */

/* contact-us page */
.bg-img-banner-wrapper {
    min-height: 80vh;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    padding-block: 120px;
}
.page-title {
  font-size: 80px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
}
.breadcrumb-item {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .8px;
}
.breadcrumb-item.active {
  color: rgb(255 255 255 / 64%);
  display: flex;
  align-items: center;
}
.breadcrumb-item.active::before {
  content: "";
  font-weight: 700;
  vertical-align: middle;
  background-color: #2A7EE3;
  width: 10px;
  padding: 0 5px 0 10px;
  height: 2px;
  display: inline-block;
  margin-right: 10px;
}
.page-subtitle {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  max-width: 46ch;
  margin: 0 auto 32px;
  font-weight: 300;
}
.contact-section-text {
  font-size: 25px;
  max-width: 45ch;
  margin: 0 auto;
  line-height: 1.6;
}
.contact-us-form {
  padding: 60px;
  background-color: #e4dede8a;
}
.form-label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}
.form-label span {
  color: #2a7ee3;
  font-size: 14px;
}
.form-control , .form-select {
  border-radius: 0;
  padding-block: 8px;
}
.form-control::placeholder {
  color: #00000057;
  font-weight: 400;
}
.form-control:focus , .form-select:focus {
  border-color: #2A7EE3;
  box-shadow: none;
}
.btn-accent {
  background: #2a7ee3;
  color: #ffffff;
  padding: 15px 42px;
  border: 1px solid #2a7ee3;
  transition: all .3s ease-in-out;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-accent:hover{
  border-color: #1f2732;
  background-color: #1f2732;
}
.contact-wrapper .contact-details {
  padding: 30px 50px 40px;
  border-radius: 5px;
  margin-left: 20px;
  background-color: #1f2732;
}
.contact-wrapper .contact-info {
  border-bottom: 1px solid rgba(255,255,255,0.1215686275);
  padding: 0 0 25px;
  margin-bottom: 22px;
  display: flex;
}
.contact-wrapper .contacts-icon {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: rgba(255,255,255,0.5196078431);
  text-align: center;
  display: inline-block;
  transition: .5s;
  flex: 0 0 auto;
}
.contact-wrapper .contact-info:hover .contacts-icon {
  transform: rotateY(180deg);
  background: #2a7ee3;
}
.contact-wrapper .contacts-icon svg {
  stroke: #ffffff;
}
.contact-wrapper .contacts-title p , .contact-wrapper .contacts-title a , .contacts-title h6{
  font-size: 14px;
  line-height: 23px;
  opacity: .702;
  margin-top: 5px;
  color: #ffffff;
}
.contact-wrapper .contact-info.upper2 {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.contact-wrapper .follow-company-icon2 a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  margin-right: 7px;
  transition: .5s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.contact-wrapper .follow-company-icon2 a:hover {
  background-color: #2a7ee3;
}
.contact-wrapper .contacts-title h5 {
  font-weight: 600;
  font-size: 18px;
}
.map iframe {
  width: 100%;
  display: block;
  height: 45vh;
}
.contact-details-form-heading {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 18px;
}
.form-bottom-text {
  font-size: 12px;
  line-height: 1.6;
  max-width: 76ch;
  margin-bottom: 0;
}
.form-bottom-text a {
  color: #3b5274;
}


/* portfolio-top css start  */


.portfolio-top {
  padding-block: 120px 380px;
}

.portfolio-top .portfolio-top-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.portfolio-top .portfolio-top-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background: #1f2732;
}

.portfolio-top .portfolio-top-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.portfolio-top .portfolio-top-wrapper {
  padding-bottom: 72px;
  border-bottom: 1px solid #ffffff1a;
  z-index: 9;
  position: relative;
}

.portfolio-top .protfolio-counter {
  border-right: 1px solid #ffffff1a;
  text-align: end;
  padding-right: 115px;
}

.portfolio-top .protfolio-counter h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.portfolio-top .protfolio-counter .counter-wrapper {
  line-height: 1;
  font-size: 100px;
  font-weight: 800;
  color: #2a7ee3;
  letter-spacing: 0.5px;
}

.portfolio-top .portfolio-top-wrapper .text {
  opacity: .7;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 48px;
}


/* portfolio-top css end  */


/* portfolio css start  */


.portfolio {
  margin-top: -290px;
  overflow: hidden !important;
  z-index: 9;
  background: transparent;
}

.portfolio .portfolio-subtitle {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  padding-left: 15px;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  color: #fff;
}

.portfolio .portfolio-subtitle::after {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #2a7ee3;
  right: 0px;
  left: 0;
  top: 5px;
}

.portfolio .box-container {
  position: relative;
  border-radius: 7px;
}

.portfolio .box-container .portfolio-img {
  border-radius: 7px;
  overflow: hidden;
}

.portfolio .box-container .portfolio-img img {
  border-radius: 7px;
  width: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 9 / 12;
  object-fit: cover;
}

.portfolio .box-container .portfolio-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  border-radius: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  transform: translateY(-20px) scale(1);
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  cursor: pointer;
}

.portfolio .box-container .portfolio-icon svg {
  width: 16px;
  height: 16px;
  fill: #1F2732;
  transition: all .3s ease;
}

.portfolio .box-container .portfolio-icon:hover svg {
  fill: #2a7ee3;
}

.portfolio .box-container .port-title {
  padding: 5px 5px !important;
  background-color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #1F2732;
}

.portfolio .box-container .port-subtitle {
  padding: 5px 5px !important;
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #2a7ee3;
}

.portfolio .box-container .portfolio-content {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  bottom: 30px;
  left: 25px;
}

.portfolio .box-container:hover .portfolio-content {
  opacity: 1;
  transform: translateY(0);
}

.portfolio .box-container:hover .portfolio-icon {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.portfolio .box-container:hover .portfolio-img img {
  transform: scale(1.1);
}

.portfolio .box-container .port-title a {
  transition: all .3s ease;
}

.portfolio .box-container .port-title a:hover {
  color: #2a7ee3;
}

/* portfolio css end  */

/*  our-services start */


.our-services {
  padding: 120px 0;
  overflow: hidden;
  background: #F8F9FA;
  position: relative;
}

.our-services .service-title {
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #2a7ee3;
  line-height: 1.6;
}

.our-services .title-small {
  font-weight: 400;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-transform: lowercase;
}

.our-services .title-small::before {
  content: '';
  background: #2a7ee3;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 8px;
  z-index: -1;
}

.our-services .box-card .service-btn svg {
  width: 14px;
  height: 14px;
  fill: #2a7ee3;
}

.our-services .box-card img {
  border-radius: 10px;
}

.our-services .box-card .card-content {
  padding: 30px;
  position: relative;
  margin: -40px 20px 0 20px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 147px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-services .box-card .card-content h3 {
  color: #1F2732;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.32px;
  line-height: 1.2;
  text-align: center;
}

.our-services .box-card .service-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  color: #2a7ee3;
  letter-spacing: 0.5px;
}

.our-services .box-card:hover .card-content {
  transform: translateY(-60px);
}

.our-services .box-card:hover .card-content a {
  transition: all 0.5s ease-in-out;
}

.our-services .box-card:hover .card-content a:hover , .policy-contact a:hover{
  color: #2a7ee3;
}

/*  our-services end */
.mx-width-72 {
  max-width: 72ch;
}
.team-member-aboutbox {
  transition: all 400ms ease;
}
.team-member-aboutbox:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.team-member-aboutbox:hover .employee-image img {
  transform: scale(1.1);
}
.employee-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.employee-image img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
  transform: scale(1);
}
.team-member-aboutcontent {
  background: #f8f9fa;
  padding: 0 30px 24px;
}
.employee-image a::after{
  background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}
.team-member-aboutbox:hover .employee-image a::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.our-team-wrapper .member-name {
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  color: #1f2732;
}
.our-team-wrapper .member-position {
  color: #2a7ee3;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.our-team-wrapper .social-icon {
  background: #2a7ee3;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 4px;
  position: relative;
  top: -20px;
}
.policy-heading {
  font-size: 26px;
  line-height: 1.4;
  color: #000000;
  font-weight: 800;
  margin-bottom: 20px;
}
.policy-content {
  max-width: 120ch;
  line-height: 1.7;
  margin-bottom: 0;
}
.policy-wrapper .policy-list li::before {
  content: '';
  width: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%232a7ee3" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 4px;
  flex:0 0 auto
}
.policy-wrapper .policy-list li {
  display: flex;
  gap: 10px;
  line-height: 1.7;
  max-width: 120ch;
}
.policy-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.policy-list.terms-list li::before {
  background: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #2a7ee3;
}
.policy-list.terms-list {
  padding-left: 12px;
}
.policy-list.terms-list li {
  align-items: baseline;
}

/* services page */
.bg-img-banner-wrapper.services-banner {
  height: 90vh;
  background-attachment: fixed !important;
}
.service-cardbox-wrapper {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -60px;
  background-color: #fff;
  z-index: 9;
  position: relative;
  padding: 40px;
}
.service-cardbox-wrapper .card {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 0;
  box-shadow: none;
  transition: none;
  position: inherit;
  height: auto;
}
.service-cardbox-wrapper .box {
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: #081e3830;
  transition: all 500ms ease;
}
.service-cardbox-wrapper .card-body svg {
  position: relative;
  display: inline-block;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  max-width: 44px;
}
.service-cardbox-wrapper .card-body svg path {
 fill: #2a7ee3;
}
.service-cardbox-wrapper .card:hover svg {
  transform: scale(0.9);
}
.service-cardbox-wrapper .card:hover .box {
  background-color: #1f2732;
}
.service-cardbox-wrapper h4 {
  font-weight: 800;
}

/* about-us start */
.about-us {
  padding: 120px 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.about-us .col-wrapper .video_btn svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.about-us .col-wrapper .video_btn {
  position: relative;
  width: 55px;
  height: 55px;
  background: #2a7ee3;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.about-us .col-wrapper .video_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 65px;
  width: 65px;
  border: 2px solid #2a7ee3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite;
}

.about-us .col-wrapper .video_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  border: 2px solid #2a7ee3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

.about-us .col-wrapper .about-img {
  width: 70px;
  height: 410px;
  border-radius: 10px;
  margin-right: 30px;
}

.about-us .col-wrapper .story-video {
  margin-bottom: 48px;
}



.about-us .col-wrapper .col-rt {
  border-radius: 10px;
  overflow: hidden !important;
  position: relative;
  display: block;
}

.about-us .col-wrapper .col-rt::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(0);
}

.about-us .col-wrapper .col-rt:hover::before {
  animation: shine 1s;
}

@keyframes shine {
  100% {
      left: 125%;
  }
}

.about-us .text {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #42545e;
  font-weight: 500;
  line-height: 1.7;
}

.about-us .about-content img {
  width: 55px;
  height: 50px;
  object-fit: contain;
}

.about-us .about-content {
  margin-top: 30px;
}

.about-us h4 {
  color: #1F2732;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.32px;
  line-height: 1.2;
}

.about-us .about-icon-box {
  background: #fcfaf7;
  padding: 20px 10px 20px 10px;
  border-bottom: 4px solid #2a7ee3;
}

.about-us .about-icon-box .about-icon {
  font-size: 40px;
  height: 70px;
  width: 70px;
  background: #1F2732;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  transition: 0.4s;
  margin: 0 auto 15px auto;
}

.about-us .about-icon-box .about-icon img {
  width: 40px;
  height: 40px;
}


.about-us .btn-about {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  background: #2a7ee3;
  padding: 15px 40px !important;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
}

.about-us .btn-about:hover {
  background: #1F2732;
}


/* pop up start */

.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
}

.popup .popup-content {
  width: 100%;
  position: relative;
  border: 0;
  max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup .close {
  position: absolute;
  top: -28px;
  right: -15px;
  cursor: pointer;
  background: black;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.popup .close svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.popup video {
  width: 100%;
  height: auto;
}

/* pop up end */

/* about-us end */

.bgimg-with-multicol .why-us-block {
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.bgimg-with-multicol .inner-block {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
}
.bgimg-with-multicol .content {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 40px 15px 38px 15px;
  min-height: 200px;
}
.bgimg-with-multicol {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bgimg-with-multicol .inner-block.color2 .content {
  background: rgba(0, 0, 0, 0.1);
}
.bgimg-with-multicol .block-svg-image svg path {
  fill: #ffffff;
}
.bgimg-with-multicol .content h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
.ai-img-with-text .img-container img {
  min-height: 332px;
}
.service-text-wrapper {
  border-bottom: 1px solid #3b5274;
  margin-bottom: 20px;
}
.service-text-wrapper:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
/* our-culture css start */
.our-culture {
  padding: 120px 0;
  overflow: hidden;
  background: #1F2732;
  position: relative;
}

.our-culture .our-culture-subtitle {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  padding-left: 15px;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  color: #fff;
}

.our-culture .our-culture-subtitle::after {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #2a7ee3;
  right: 0px;
  left: 0;
  top: 5px;
}

.our-culture .box-container {
  position: relative;
  background-color: #ffffff;
  padding: 45px 25px 40px 40px;
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.our-culture .box-container .read-more span {
  margin-right: 20px;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .1s linear;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.our-culture .box-container .read-more span svg {
  width: 16px;
  height: 16px;
  fill: #1F2732;
  transition: all .3s ease;
}

.our-culture .box-container .read-more {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #42545e;
  transition: all .1s linear;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
}

.our-culture .box-container .icon-box {
  position: absolute;
  right: -65px;
  bottom: -65px;
  height: 210px;
  width: 210px;
  background: #f3f3f3;
  transition: all .3s ease;
  padding: 40px 50px;
  border-radius: 50%;
}

.our-culture .box-container .icon-box img {
  width: 70px;
}

.our-culture .box-container .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.2;
  color: #1F2732;
}

.our-culture .box-container .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #42545e;
  position: relative;
  margin-bottom: 60px;
}

.our-culture .box-container:hover {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  transform: translateY(-15px);
}

.our-culture .box-container:hover .read-more span {
  background: #2a7ee3;
}

.our-culture .box-container:hover .read-more span svg {
  fill: #fff;
}

/* our-culture css end */

/* mission-vision css start */
.mission-vision {
  overflow: hidden;
  background: #fff;
  position: relative;
}

.mission-vision .col-rt-wrapper img {
  max-width: 70px;
}

.mission-vision .text {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #42545e;
  font-weight: 500;
  line-height: 1.7;
}

.mission-vision .check-box {
  width: 45px;
  height: 45px;
  background: #2a7ee3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-vision .check-box svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.mission-vision .mission-img img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  border-radius: 7px 7px 7px 7px;
}

.mission-vision .mission-box {
  position: absolute;
  top: 33%;
  left: 0;
  height: 275px;
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  right: 0;
  margin: 0 auto;
}

.mission-vision .mission-text-center {
  font-size: 64px;
  font-weight: 800;
  color: #2a7ee3;
  line-height: 1;
}

.mission-vision .mission-box .text {
  font-weight: 800;
}

.mission-vision .text.border-bottom {
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.mission-vision .col-rt-wrapper h4 {
  color: #1F2732;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.32px;
  line-height: 1.2;
}


/* mission-vision css end */


/* open role css start */
.open-role {
  overflow: hidden;
  background: #fff;
  position: relative;
}

.open-role .card-inner {
  position: relative;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  border: none;
  border-bottom: 3px solid transparent;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: all .4s ease;
  height: 100%;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.open-role .card-inner:hover {
  box-shadow: 0 10px 60px rgb(0 0 0 / 24%);
  border-bottom: 3px solid #2a7ee3;
}

.open-role .card-inner ul {
  list-style: initial;
  padding-left: 20px;
  margin-bottom: 30px !important;
}
.open-role .card-inner a {
  margin-top: auto;
}
.open-role .card-inner .btn-accent:hover {
  color: #fff !important;
}

.open-role .card-inner ul li::marker {
  color: #2a7ee3;
  font-size: 18px;
}

.open-role .card-inner ul li {
  font-size: 16px;
  font-weight: 500;
}

.open-role .card-inner h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a7ee3;
}

.open-role .card-inner h5 {
  font-size: 20px;
  font-weight: 600;
}
.benifit-box h6 {
  background: #1f2732;
  color: #ffffff;
  padding: 10px;
  width: fit-content;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
  left: -24px;
  margin-bottom: 12px;
}
.benifit-box {
  box-shadow: 0 2px 10px #00000021;
  border-radius: 6px;
  padding: 14px 24px;
} 
.custom-benifit-wrapper .img-container img {
  min-height: 645px;
}
/* news wrapper */
.news-wrapper {
  padding: 120px 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.news-card {
  position: relative;
  margin-bottom: 60px;
}

.news-card .news-card-inner {
  position: relative;
  transition: all 300ms ease;
}

.news-card .img-wrapper {
  position: relative;
}

.news-card .img-wrapper .image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 0;
}

.news-card .img-wrapper .image img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}

.news-card .img-wrapper .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}

.news-card .img-wrapper .date {
  position: absolute;
  display: inline-flex;
  background-color: #2A7EE3;
  font-size: 12px;
  color: #fff;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 6px;
  z-index: 1;
  top: 14px;
  left: 20px;
}

.news-card .news-card-body {
  position: relative;
  margin-top: -65px;
  margin-left: 30px;
  padding: 30px 40px 35px;
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  transition: all 300ms ease;
  border-bottom: 3px solid transparent;
}

.news-card .news-card-title {
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
  color: #1f2732;
  letter-spacing: -0.02em;
  font-size: 28px;
}

.news-card .news-card-text {
  font-weight: 500;
  color: rgb(66, 84, 94);
  line-height: 1.8;
}

.news-card .news-card-btn {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  color: #0f0f0f;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 200ms linear;
}

.news-card .news-card-btn i {
  margin-right: 10px;
  font-size: 16px;
  transition: all 200ms linear;
}

.news-card .news-card-btn:hover {
  color: #2A7EE3;
  transform: translateX(-25px);
}

.news-card .news-card-btn:hover i {
  opacity: 0;
  transform: translateX(15px);
}

.news-card .news-card-inner:hover .img-wrapper img {
  transform: scale(1.1);
}

.news-card .news-card-inner:hover .img-wrapper .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.news-card .news-card-inner:hover .news-card-body {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #2A7EE3;
}

.news-wrapper .widget-content {
  padding: 30px 25px;
  border-radius: 10px;
  position: relative;
  display: block;
  background: #1F2732;
  margin-top: 30px;
}
.news-wrapper .widget-content:first-child {
  margin-top: 0px;
}

.news-wrapper .widget-content h5 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.news-wrapper .widget-content .form-control {
  min-height: 46px;
  border-radius: 0;
  border: 0;
}

.news-wrapper .widget-content .form-control::placeholder {
  color: #d0d4d9;
  opacity: 1;
}

.news-wrapper .widget-content .form-control:focus {
  box-shadow: unset;
}

.news-wrapper .widget-content .btn-style1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  background: #2A7EE3;
  padding: 15px 40px !important;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
}
.news-wrapper .widget-content .btn-style1 span{
  opacity: 1;
}
.news-wrapper .widget-content .btn-style1:hover {
  background: #fff;
}

.news-wrapper .widget-content .btn-style1 span {
  position: relative;
  z-index: 9;
  color: #ffffff;
  transition: all 0.4s ease-in-out 0s;
}

.news-wrapper .widget-content .btn-style1:hover span {
  color: #1f2732;
}

.news-wrapper .blog-sidebar h6 {
  letter-spacing: -0.02em;
  font-weight: 800;
  transition: all 0.4s ease-in-out;
}

.news-wrapper .blog-sidebar h6 a {
  transition: all 0.4s ease-in-out;
}

.news-wrapper .blog-sidebar h6:hover a {
  color: #2A7EE3 !important;
}

.news-wrapper .blog-sidebar .widget-content span {
  opacity: .8;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

.blog-sidebar .widget-content .category-list li {
  margin-bottom: 0.5rem;
}

.blog-sidebar .widget-content .category-list li a {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px 15px 30px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}

.blog-sidebar .widget-content .category-list li a:hover {
  background: #fff;
  color: #1f2732;
}

.blog-sidebar .widget-content .category-list li a span {
  z-index: 9;
  position: relative;
  opacity: 1;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.7;
}

.blog-sidebar .blog-tags a {
  background-color: #2A7EE3;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #2A7EE3;
  transition: all 0.4s ease-in-out 0s;
}

.blog-sidebar .blog-tags a:hover {
  background-color: #fff;
  color: #1f2732;
}

.blog-sidebar .social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}

.blog-sidebar .social-icon-style2 li {
  vertical-align: middle;
  display: inline-block;
}

.blog-sidebar .social-icon-style2 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #2A7EE3;
  height: 41px;
  line-height: 42px;
  width: 41px;
  transition: all 0.4s ease-in-out 0s;
}

.blog-sidebar .social-icon-style2 li a:hover {
  background: #fff;
  color: #2A7EE3;
}
.accent-text,
.accent-text:hover {
  color: #2A7EE3 !important;
  font-size: 0.9rem;
}
@media screen and (min-width: 992px) {
  .dropdown-toggle:hover svg path,
  .dropdown-toggle.show svg path {
    fill: #fff4dfe8;
  }
  .header .dropdown:hover .dropdown-toggle svg path {
    fill: #fff;
  }
  .header .dropdown {
    cursor: pointer;
  }
  .header .dropdown-menu {
    opacity: 0;
    left: -9999px;
    transform: translateY(20px);
    transition: transform 0.3s ease-in-out;
    transform-origin: bottom;
    display: block !important;
    border-radius: 0;
    border: 0;
    min-width: 270px;
    box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15);
    margin-left: 10px;
  }
  .header .dropdown:hover .dropdown-menu {
    left: 0;
    opacity: 1;
    transform: translateY(0);
  }
  .dropdown-menu.show {
    top: auto;
  }
  .header .dropdown-toggle {
    pointer-events: none;
  }
  .header.header--active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    animation: 0.95s ease 0s normal forwards 1 running headerAnimate;
    transition: all 0.2s ease 0s;
    z-index: 999;
  }
  @keyframes headerAnimate {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
}
@media screen and (max-width: 1200px) {
     /* our-blog css start  */
     .our-blog .content-wrapper {
      margin-top: -61px;
      margin-left: 22px;
      padding: 19px 23px 19px;
  }

  /* our-blog css start  */
  .contact-details {
    padding: 30px 31px 30px;
    margin-left: 7px;
}
.contact-us-form {
  padding: 36px;
}
.portfolio-top {
  padding-block: 90px 380px;
}
  /* our-services start */
  .our-services .box-card .card-content {
    padding: 22px;
}

.our-services .box-card .card-content h3 {
    font-size: 22px;
}
.about-us .section-title {
  font-size: 36px;
}
.news-card .news-card-body {
  margin-top: -61px;
  margin-left: 22px;
  padding: 19px 23px 19px;
}

}
@media screen and (max-width: 1024px) {
  .marquee-firstbox {
    animation-duration: 10s;
  }
}
@media screen and (max-width: 991px) {
  .header {
    border-bottom: 0;
    background: #1f2732;
    border-color: #1f2732;
  }
  .container-fluid {
    padding-inline: 12px;
  }
  .header .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: #f5f5f5;
    padding-block: 0;
  }
  .navbar-collapse {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background: transparent;
  }
  .nav-link {
    color: #000000e8 !important;
    padding: 14px 20px;
  }
  .dropdown-toggle.show {
    color: #3ca0e7 !important;
  }
  .nav-item {
    padding-block: 0;
    border-top: 1px solid #e6e6e6;
    background: #fff;
  }
  .nav-link,
  .dropdown-toggle.show {
    opacity: 1;
  }
  .nav-link:hover,
  .header .dropdown:hover .dropdown-toggle {
    color: #000 !important;
    opacity: 1;
  }
  .dropdown-item {
    font-weight: 400;
  }
  .dropdown-toggle::after {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
    width: 16px;
    height: 16px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .dropdown-toggle.show::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  }
  .dropdown-icon {
    display: none;
  }
  .dropdown-toggle {
    justify-content: space-between;
  }
  .dropdown-item {
    padding: 10px 35px 10px 30px;
  }
  .dropdown-menu li {
    border-top: 1px solid #e6e6e6;
  }
  .custom-banner .slide-captions .current-title , .page-title {
    font-size: 60px;
    text-align: center;
  }

  .custom-banner .slide-captions {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  .pblock-120 , .bg-img-banner-wrapper {
    padding-block: 80px;
  }
  .contact-details {
    margin-left: 0;
}
    .portfolio-top {
      padding-block: 70px 330px;
  }

  .portfolio-top .portfolio-top-wrapper {
      padding-bottom: 46px;
  }

  .portfolio-top .protfolio-counter {
      padding-right: 44px;
  }

  .portfolio-top .portfolio-top-wrapper .text {
      padding-left: 16px;
  }

  .portfolio-top .protfolio-counter .counter-wrapper {
      font-size: 64px;
  }

  .portfolio .section-title {
      font-size: 36px;
  }
  .portfolio .box-container .portfolio-content {
    opacity: 1;
}

  .page-subtitle {
    font-size: 18px;
}
.contact-wrapper .contact-details {
  margin-left: 0;
}
.mission-vision .section-title {
  font-size: 36px;
}
.custom-benifit-wrapper .img-container img {
  min-height: 100%;
}
}
@media screen and (max-width: 768px) {
  .marquee-firstbox {
    animation-duration: 8s;
  }
  .marquee-firstbox h3 {
    font-size: 32px;
  }
  .custom-banner {
    height: 90vh;
}
/* apart-us css start  */
.apart-exrta-section .section-title {
  font-size: 32px;
}
/* apart-us css end  */
.portfolio-top .protfolio-counter {
  padding-right: 0px;
  border: 0;
}
.portfolio .section-title {
  font-size: 32px;
}
.portfolio-top .protfolio-counter .counter-wrapper {
  font-size: 52px;
}
.our-services .section-title {
  font-size: 28px;
}
.bg-img-banner-wrapper.services-banner {
  height: 80vh;
}
.mission-vision .section-title {
  font-size: 32px;
}
}
@media screen and (max-width: 576px) {
  .footer-copyright p {
    max-width: 32ch;
    margin-inline: auto;
    display: block;
  }
  .custom-banner .slide-captions .current-title , .page-title {
    font-size: 40px;
    padding: 0 15px;
    max-width: 100%;
  }
  .services {
    padding: 50px 0;
  }
  .marquee-firstbox h3 {
    font-size: 26px;
  }
  .marquee-firstbox {
    animation-duration: 4s;
  }
  .section-title {
    font-size: 30px;
}
/* apart-us css start  */
.apart-us .accordion {
  padding: 25px;
}
.contact-us-form {
  padding: 30px 19px 31px 19px;
}
.contact-details {
  padding: 19px 19px 19px;
}
/* apart-us css end  */
.contact-section-text {
  font-size: 16px;
}
@keyframes pulsex {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80px);
  }
}
.portfolio .section-title {
  font-size: 28px;
}
.services {
  padding: 50px 0;
}
.about-us .btn-about{
  flex: 0 0 auto;
}
.about-us h4 {
  font-size: 18px;
  margin-bottom: 0 !IMPORTANT;
}
.bgimg-with-multicol .content h4 {
  font-size: 18px;
}
.ai-img-with-text .img-container img {
  min-height: 170px;
}
.contact-wrapper .contact-details {
  padding: 30px 24px 40px;
}
.open-role .card-inner {
  border-bottom: 3px solid #2a7ee3;
}

.open-role .section-title {
  font-size: 28px;
}
.mission-vision .section-title {
  font-size: 28px;
}

.mission-vision .col-rt-wrapper h4 {
  font-size: 22px;
}

.mission-vision .text {
  font-size: 15px;
}
.news-card .news-card-title {
  font-size: 22px;
}
.news-card .news-card-text {
  font-size: 15px;
}
}
