/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

:root {
  --wa-start: #2fd66a; /* lighter green */
  --wa-end: #1fae4f; /* darker green */
  --wa-shadow: 0 6px 20px rgba(31, 174, 79, 0.25);
  --btn-height: 62px;
  --btn-padding: 14px;
  --radius: 999px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.header .topbar {
  /*background-color: #ee710f;*/
background-color: #ffdc01;
  height: 46px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i,
.header .topbar .contact-info a {
  font-style: normal;
  /*color: #ffffff;*/
}

.header .topbar .contact-info a {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
text-decoration: none;
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i {
  margin-right: 10px;
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  color: #ffffff;
  font-weight: 400;
}

.header .topbar .social-links a {
  /*color: color-mix(in srgb, #ffffff, transparent 0%);*/
  color: #000;
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 900;
}

.header .branding {
  min-height: 100px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
}

.header .logo {
  max-width: 150px;
  transition: 0.3s all;
}

.header .logo img {
  width: 100%;
}

.scrolled .header .logo {
  width: 235px;
  transition: 0.3s all;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.inner_header {
  background-color: #000;
}

/* Megamenu container */

.main-nav .nav > li.has-mega-menu {
  position: inherit;
}

.main-nav .nav > li .mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  top: 130px;
  z-index: 10;
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.main-nav .nav > li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 35px 15px 15px;
  z-index: 99;
}

.main-nav .nav > li.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.main-nav .nav > li .mega-menu h3 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.main-nav .nav > li .mega-menu h3::after {
  content: "";
  background-color: #ffdd00;
  width: 130px;
  height: 1px;
  position: absolute;
  right: -140px;
  top: 10px;
}

/* Service Item Box */
.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.service-icon {
  background: #ffc107;
  color: #fff;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.service-text {
  float: left;
  padding-left: 15px;
}

.service-item,
.service-item:before,
.service-item:after {
  content: "";
  display: block;
  clear: both;
}

.service-text h6 {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #121212;
}

.service-text p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

.main-nav .nav > li .mega-menu .col-lg-8 .col-lg-6 {
  position: relative;
}

.main-nav .nav > li .mega-menu .col-lg-8 .col-lg-6:after {
  content: "";
  background-image: url("../images/line2.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 243px;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.main-nav .nav > li .mega-menu .col-lg-8 .col-lg-6:last-child:after {
  content: "";
  display: none;
}

/* Responsive image section */
.megamenu-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Optional hover underline */
.nav-link:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .navmenu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu > ul > li {
    white-space: nowrap;
    padding: 15px 19px;
  }

  .navmenu > ul > li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    font-size: 16px;
    color: #fff;
    padding: 0 2px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

.header_right {
  padding-left: 67px;
  display: flex;
  align-items: center;
}

.search_icon {
  padding: 10px 8px;
  /*background: #ee710f;*/
  background: #ffdc01;
  line-height: 15px;
  /*color: #fff;*/
  color: #000;
  border-radius: 4px;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_icon .dropdown-menu {
  min-width: 200px !important;
  padding: 10px !important;
  margin-right: 150px !important;
  margin-top: 125px !important;
}

.search_icon a i {
  background-color: transparent;
  color: #000;
}

.search_icon .dropdown-menu input {
  min-width: 100%;
}

.search_icon .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
  background-color: #ee710f !important;
  border-color: #ee710f !important;
}

.search_icon a.search.dropdown-toggle:after {
  display: none;
}

.search_icon ul.dropdown-menu {
  left: -60px;
  margin-top: 10px;
  padding: 10px;
}

.header_btn {
  padding: 5px 20px !important;
  /*background: #ee710f;*/
  /*color: #fff;*/
  background: #ffdc01;
  color: #000 !important;
  height: 36px;
  text-align: center;
  border: 0;
  margin-left: 20px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
}

.header_btn i {
  margin-left: 5px;
}

.scrolled .header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px;
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.banner_section {
  background-image: url("../images/hero_bg.jpg");
  background: linear-gradient(90deg, rgba(2, 19, 48, 0.9) 33%, rgba(255, 220, 1, 1) 260%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 270px 0 140px;
  position: relative;
  /*background: #021330;*/
  
}

.banner_section::after {
  content: "";
  background-image: url("../images/hero_shape.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 81px;
  position: absolute;
  left: 0;
  bottom: -13px;
  z-index: -1;
}

.banner_left h1 {
  font-family: "Figtree", sans-serif;
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}

.banner_left p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 25px;
}

.common_btn {
  padding: 12px 30px;
  width: 100%;
  display: block;
  max-width: max-content;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  /*background-color: #ee710f;*/
  /*color: #fff;*/
    background-color: #ffdc01;
    color: #000;
  border-radius: 100px;
}

.common_btn i {
  margin-left: 20px;
}

.banner_right {
  /*position: absolute;*/
  /*bottom: -22%;*/
  /*transform: translateY(-50%);*/
  /*right: 0;*/
  padding-left: 120px;
  position: relative;
}

/*.banner_right img {*/
/*  width: 85%;*/
/*  display: block;*/
/*  margin: auto;*/
/*}*/


/* Banner Image with Animation */

        .banner_right .wrapper {
            position: relative;
            width: 420px;
            height: 420px;
            margin-left: auto;
        }

        /* Outer rotating dotted border with yellow glow */
        .circle-border {
            position: absolute;
            inset: 0;
            /* border: 3px dotted #f7b500; */
            background: radial-gradient(circle, #ffec3d 40%, #ffcc00 100%);
            border-radius: 50%;
            box-shadow: 0 0 30px 5px rgba(255, 215, 0, 0.4);
            /* animation: rotate 15s linear infinite; */
                overflow: hidden;
        }

        .circle-border:before {
            content: '';
            background-image: url('https://kolkatadigital.in/assets/images/banner_img.png');
            width: 110%;
            height: 110%;
            position: absolute;
            bottom: -22px;
            left: -25px;
            z-index: 9;
            background-size: 100%;
            background-repeat: no-repeat;
        }

        .circle-border2 {
            position: absolute;
            width: 110%;
            height: 110%;
            border: 3px dotted #fff;
            border-radius: 50%;
            animation: rotate 15s linear infinite;
            left: -25px;
            top: -25px;
        }

        .circle-border3 {
            position: absolute;
            width: 125%;
            height: 125%;
            border: 3px dotted #fff;
            border-radius: 50%;
            animation: rotate2 15s linear infinite;
            left: -55px;
            top: -55px;
        }


        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        @keyframes rotate2 {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(-180deg);
            }
        }


        /* Inner image container */
        .main-img {
            position: absolute;
            inset: 40px;
            border-radius: 50%;
            /* background: radial-gradient(circle, #ffec3d 40%, #ffcc00 100%); */
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(255, 223, 0, 0.6);
            animation: fadeIn 1.5s ease-out;
        }

        .main-img img {
            width: 108%;
            height: auto;
            animation: pop 1.2s ease-out;
            position: absolute;
            bottom: -3px;
            z-index: 0;
            overflow: visible;
            object-fit: cover;
        }

        /* Floating badges */
        .badge {
            position: absolute;
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 500;
            animation: float 4s ease-in-out infinite;
            border: 1px solid #eee;
        }

        .badge img {
            width: 24px;
            height: 24px;
        }

        .badge.top-right {
            top: 35px;
            right: -80px;
            animation-delay: 0s;
            background: #fff8e1;
            border: 1px solid #ffd54f;
            box-shadow: 0 0 10px rgba(255, 221, 0, 0.4);
            padding: 15px;
        }

        .badge.bottom-left {
            bottom: 40px;
            left: -80px;
            animation-delay: 2s;
            background: #f9f9ff;
            border: 1px solid #bcbcff;
            box-shadow: 0 0 10px rgba(80, 80, 255, 0.3);
            padding: 15px;
        }

        .badge span {
            font-weight: 600;
            color: #000;
        }

        /* Text styling inside badges */
        .badge span strong {
            color: #000;
            font-size: 26px;
            margin-bottom: 4px;
            display: block;
        }

        /* Keyframes */
        @keyframes fadeIn {
            0% {
                opacity: 0;
                transform: scale(0.8);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes pop {
            0% {
                transform: scale(0.8);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }
        }


.about_section .main_row {
  padding: 100px 0 54px;
  border-bottom: 1px dashed #a3adbb;
}

.common_subtitle {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ee710f;
  display: inline-block;
  padding: 6px 15px;
  background-color: #fef4ec;
  border-radius: 8px;
  margin-bottom: 12px;
}

.about_right h2 {
  font-family: "Figtree", sans-serif;
  font-size: 54px;
  font-weight: 800;
  color: #232d21;
  line-height: 64px;
  position: relative;
  padding-bottom: 30px;
}

.about_right h2:after {
  content: "";
  background-image: url("../images/text-shape.png");
  width: 372px;
  height: 18px;
  position: absolute;
  bottom: 12px;
  right: 0;
}

.about_right h4 {
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ee710f;
}

.about_right .inner_row {
  padding-top: 10px;
}

.about_right .common_btn {
  margin-top: 15px;
}

.our_service {
  padding: 45px 0;
}

.common_title {
  font-family: "Figtree", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  padding-bottom: 25px;
}

.our_service h2 {
  font-weight: 600;
}

.our_service .service_row {
  padding-top: 45px;
}

.our_service .service_grid {
  padding: 35px 0;
}

.our_service .service_grid img {
  max-width: 80px;
  margin-right: 30px;
}

.our_service .service_grid .img_grid {
  padding-bottom: 30px;
}

.our_service .service_grid h3 {
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.our_service .service_grid p {
  font-size: 18px;
  color: #777b93;
  line-height: 30px;
}

.why_choose_us {
  padding: 90px 0;
  background-color: #12004c;
}

.why_choose_us h6 {
  color: #ffdd00;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.why_choose_us h3 {
  font-family: "Figtree", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
}

.why_choose_us p {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 19px;
}

.why_choose_us .right_col .common_btn {
  margin-left: auto;
}

.why_choose_us .single_col {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 25px;
}

.why_choosing_row {
  padding-top: 120px;
}

.why_choose_us .single_col .top_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px dashed #d7d7d7;
}

.why_choose_us .single_col .top_info h4 {
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}

.why_choose_us .single_col p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}

.why_choose_us .single_col .number {
  width: 40px;
  height: 40px;
  background-color: #ffdd00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  position: absolute;
  top: -15px;
  left: -10px;
  border-radius: 6px;
}



.how_it_works {
  padding: 50px 0;
  background-image: url("../images/how_it_works_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.how_it_works:before {
  content: "";
  background-image: url("../images/car_left.png");
  background-repeat: no-repeat;
  width: 313px;
  height: 287px;
  position: absolute;
  background-size: 95%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.how_it_works:after {
  content: "";
  background-image: url("../images/car_right.png");
  background-repeat: no-repeat;
  width: 353px;
  height: 299px;
  position: absolute;
  background-size: 95%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.how_it_works h2 {
  padding-bottom: 0;
  font-weight: 700;
}

.hex-card {
  position: relative;
  padding: 30px 20px;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  margin: 40px auto 0;
  width: 100%;
  transition: transform 0.3s ease;
  max-width: 300px;
}

.hex-card:hover {
  transform: translateY(-10px);
}

.step-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.step-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.hexagon-wrapper {
  position: relative;
  width: 300px;
  height: 320px;
  margin-left: 35px;
}

.hexagon-bg {
  position: absolute;
  top: 20px;
  left: 1px;
  width: 96%;
  height: 100%;
  background: #ff0066;
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  z-index: 1;
}

.how_it_works .color2 .hexagon-bg {
  background-color: #ee710f;
}

.how_it_works .color3 .hexagon-bg {
  background-color: #ad0aff;
}

.how_it_works .color4 .hexagon-bg {
  background-color: #ff0066;
}

.how_it_works .color5 .hexagon-bg {
  background-color: #ffdd00;
}

.hexagon-svg {
  position: absolute;
  width: 100%;
  top: 10px;
  left: -11px;
  z-index: 1;
}

.hexagon-border {
  position: relative;
  z-index: 10;
  width: 280px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

.hexagon-border i {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}

.hex-card .card-title,
.hexagon-border .card-title {
  font-size: 20px;
  font-weight: 800;
  color: #ff0a54;
  margin-bottom: 12px;
}

.how_it_works .color2 .hexagon-border .card-title {
  color: #ee710f;
}

.how_it_works .color3 .hexagon-border .card-title {
  color: #ad0aff;
}

.how_it_works .color4 .hexagon-border .card-title {
  color: #ff0066;
}

.how_it_works .color5 .hexagon-border .card-title {
  color: #000000;
}

.step-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-weight: 800;
  font-size: 30px;
}

.step-icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.step-icon img {
  width: 70px;
}

.hex-shadow-red {
  box-shadow: 8px 8px 0 #e61d6f;
}

.hex-shadow-orange {
  box-shadow: 8px 8px 0 #f7941d;
}

.hex-shadow-purple {
  box-shadow: 8px 8px 0 #8338ec;
}

.hex-shadow-green {
  box-shadow: 8px 8px 0 #00c49a;
}

.hex-shadow-yellow {
  box-shadow: 8px 8px 0 #f6c90e;
}

.bottom-cta {
  text-align: center;
  margin-top: 40px;
}

.bottom-cta p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 15px;
}

.section-title {
  text-align: center;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.how-it-works-label {
  text-align: center;
  font-size: 14px;
  color: #ff823c;
  background-color: #fff1e6;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 10px;
}

.card-title {
  font-weight: 700;
  font-size: 18px;
}

.card-text {
  font-size: 14px;
  color: #444;
}

.card-text h5 {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  color: #000000;
}

.card-text p {
  font-size: 14px;
  line-height: 18px;
  line-height: 20px;
  padding: 0 20px;
}

.our_benifits {
  padding: 50px 0;
}

.our_benifits .content p {
  position: relative;
  padding-left: 20px;
}

.our_benifits .content p:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #ee710f;
  position: absolute;
  left: 0px;
}

.our_benifits .content h4,
.main_content h4
{
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ee710f;
  margin-top: 35px;
}

.main_content h4{
    margin-top: 0;
}

.our_benifits .content ul {
  padding: 0;
  margin-bottom: 30px;
}

.our_benifits .content ul li,
.main_content ul li
{
  padding-bottom: 15px;
  padding-left: 13px;
  position: relative;
  list-style: disc;
  list-style-position: inside;
}

.our_benifits .content ul li:before,
.main_content ul li:before
{
  content: "";
  background-image: url("../images/check1.png");
  width: 21px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: -1;
}

.our_work {
  padding: 70px 0 45px;
  background-color: #12004c;
}

.our_work .work_title:hover {
  background-color: #fff;
}

.our_work .work_title {
  padding: 25px 15px 15px;
  border: 1px solid #fff;
  border-radius: 16px;
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
}

.our_work_left .col-lg-4 {
  padding: 0 8px;
}

.our_work .work_title .icon_box {
  width: 112px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto 12px;
}

.work_title .icon_box img{
    max-width: 64px;
    border-radius: 100px;
}

.our_work .work_title h4 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our_work .work_title:hover h4 {
  color: #000000;
}

.our_work .work_title .icon_box.color1 {
  background-color: #c5ffea;
}

.our_work .work_title .icon_box.color2 {
  background-color: #ffe3e6;
}

.our_work .work_title .icon_box.color3 {
  background-color: #fdbfff;
}

.our_work .work_title .icon_box.color4 {
  background-color: #e2ddff;
}

.our_work .work_title .icon_box.color5 {
  background-color: #c5ffea;
}

.our_work .work_title .icon_box.color6 {
  background-color: #dcf5ff;
}

.our_work .work_title .icon_box.color7 {
  background-color: #d2d2d2;
}

.our_work .work_title .icon_box.color8 {
  background-color: #c3ffc3;
}

.our_work .work_title .icon_box.color9 {
  background-color: #ffffff;
}

.our_work .work_title:hover .icon_box.color1,
.our_work .work_title:hover .icon_box.color2,
.our_work .work_title:hover .icon_box.color3,
.our_work .work_title:hover .icon_box.color4,
.our_work .work_title:hover .icon_box.color5,
.our_work .work_title:hover .icon_box.color6,
.our_work .work_title:hover .icon_box.color7,
.our_work .work_title:hover .icon_box.color8,
.our_work .work_title:hover .icon_box.color9 {
  background-color: transparent;
}

.our_work_right {
  padding-left: 40px;
}

.our_work_right h2 {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.our_work_right h2:after {
  content: "";
  background-image: url("../images/adversting.png");
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: -50px;
}

.our_work_right h2 span {
  -webkit-text-stroke: transparent;
  color: #ffdd00;
}

.our_work_right p {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}

.our_work_right .img_row .col-lg-6:first-child img {
  padding-top: 30px;
}

.our_work_right .plus_icon {
  margin-bottom: 30px;
}

.our_success {
  padding: 20px 0 60px;
  background-image: url("../images//blue_gradient_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.our_success .left_content h3 {
  font-family: "Figtree", sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffba00;
}

.our_success .left_content p {
  color: #fff;
}

.our_success .right_content {
  padding-top: 45px;
}

.our_success .right_content .col-md-4 {
  padding: 0 8px;
}

.our_success .right_content .counter_block {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 20px;
}

.our_success .right_content .counter_block img {
  margin-bottom: 15px;
}

.our_success .right_content .counter_block h4 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #ee710f;
  margin-bottom: 3px;
}

.our_success .right_content .counter_block p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial {
  padding: 65px 0 110px;
  background-color: #f6f4f1;
}

.testimonial h2,
.blog_listing h2 {
  font-family: "Figtree", sans-serif;
  font-size: 54px;
  font-weight: 300;
  color: #090b0e;
}

.testimonial h2 span,
.blog_listing h2 span {
  font-weight: 700;
  color: #ee710f;
  position: relative;
}

.testimonial h2 span:after,
.blog_listing h2 span:after {
  content: "";
  background-image: url("../images/line.png");
  width: 235px;
  height: 14px;
  position: absolute;
  bottom: -15px;
  right: 0;
}

.testimonial h2 small {
  color: #ee710f;
  font-size: 54px;
}

.testimonial-carousel {
  padding-top: 55px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
}

.testimonial-carousel .owl-prev {
  background-color: #fff !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4 !important;
  border-radius: 50px;
  color: #ffba00;
  font-size: 16px;
  position: absolute;
  left: -60px;
  top: 0px;
}

.testimonial-carousel .owl-next {
  background-color: #fff !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4 !important;
  border-radius: 50px;
  color: #ffba00;
  font-size: 16px;
  position: absolute;
  right: -60px;
  top: 0px;
}

.testimonial-item {
  background-color: #fff;
  padding: 30px 20px;
  text-align: left;
}

.testimonial-item p {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.testimonial-item h4 {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #090b0e;
}

.testimonial-item img {
  width: auto !important;
  margin-bottom: 30px;
}

.testimonial-item .info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.testimonial-item .info ul {
  padding: 0;
  margin: 0;
}

.testimonial-item .info ul li {
  display: inline-block;
  margin-right: 4px;
  color: #ffba00;
}

.testimonial-item .info ul li:last-child {
  margin-right: 0;
}

.testimonial-item .info img {
  margin-bottom: 0;
}

.our_partner {
  padding: 40px 0;
  border-top: 1px dashed #c8c8c8;
  border-bottom: 1px dashed #c8c8c8;
  margin: 40px 0;
}

.our_partner h3 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #090b0e;
}

.our_partner h3 span {
  font-weight: 900;
  color: #ee710f;
}

.client-logo-swiper {
  padding-top: 35px;
}

.client-logo-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.client-logo-swiper .swiper-slide {
  width: 16.66%;
}

.client-logo {
  text-align: center;
}
.client-logo img {
  width: auto !important;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 8px;
}

.client-logo-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.cta_section {
  margin-bottom: -80px;
  position: relative;
  z-index: 10;
}

.cta_img,
.cta_img img {
  height: 100%;
  border-radius: 16px;
}

.cta_img img {
  object-fit: cover;
}

.cta_content {
  padding: 35px 30px;
  background-color: #12004c;
  border-radius: 16px;
}

.cta_content h3 {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  color: #ffdd00;
}

.cta_content h4 {
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
}

.cta_content p {
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
}

.cta_content a {
  padding: 15px;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  background-color: #fff;
  color: #000000;
  border-radius: 30px;
}

.cta_content:after {
  content: "";
  background-image: url("../images/cta-bg.png");
  background-repeat: no-repeat;
  background-size: 90%;
  width: 310px;
  height: 306px;
  position: absolute;
  bottom: -31px;
  right: -31px;
}

.footer_section {
  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.footer_top {
  padding: 130px 0 40px;
  background-color: rgba(0, 0, 0, 0.3);
}

.footer_top p {
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
}

.footer_top .contat_info {
  margin-bottom: 24px;
  display: flex;
}

.footer_top .contat_info:last-child {
  margin-bottom: 0;
}

.footer_top .contat_info img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.footer_top .contat_info,
.footer_top .contat_info a {
  color: #fff;
  text-decoration: none;
}

.footer_logo {
  margin-bottom: 25px;
}

.footer_social {
  margin: 0;
  padding: 0;
  display: flex;
}

.footer_social li {
  display: inline-block;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 37px;
  padding: 0 !important;
}

.footer_social li:last-child {
  margin-right: 0;
}

.footer_top h5 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 18px;
}

.footer_top ul {
  padding-left: 0;
}

.footer_top ul li {
  padding-bottom: 16px;
}

.footer_top ul li a {
  color: #fff;
  text-decoration: none;
}

.footer_top ul li:last-child {
  padding-bottom: 0;
}

.footer_top .subscribe_box {
  position: relative;
}

.footer_top .subscribe_box .form-control {
  padding: 13px 20px;
  border-radius: 50px;
  font-size: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.footer_top .subscribe_box .form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.footer_top .subscribe_box button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: #d8d5d2;
  padding: 8px;
  border-radius: 50px;
}

.footer_bottom {
  background-color: #000000;
  color: #fff;
  padding: 30px 0 20px;
}

.footer_bottom p {
  margin-bottom: 0;
}

.footer_bottom p span {
  font-weight: 600;
  color: #ffdd00;
}

.footer_bottom ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer_bottom ul li {
  display: inline-block;
  margin-right: 30px;
  font-weight: 500;
}

.footer_bottom ul li a {
  color: #fff;
}

.footer_bottom ul li:last-child {
  margin-right: 0;
}

.footer_bottom p .company_logo {
    max-width: 50px;
}

/* About CSS Start */

.inner_banner {
  background-image: url("../images/inner_banner_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 355px;
  position: relative;
  margin-top: 100px;
}

.inner_banner .page_title {
  background: rgba(1, 28, 42, 0.8);
  padding: 20px 80px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  font-family: "Figtree", sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
}

.about {
  padding: 55px 0;
}

.about .content h1,
.main_content h1
{
  font-family: "Figtree", sans-serif;
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #253d32;
}

.about .content h1 span,
.main_content h1 span
{
  color: #ee710f;
}

.main_content h1 span{
    position: relative;
}

.main_content h1 span:after{
    content: "";
    background-image: url(../images/line.png);
    width: 235px;
    height: 14px;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.main_content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.main_content ul {
    padding-left: 0;
}

.about .content h5 {
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}

.about .content p {
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  color: #78847d;
  margin-bottom: 25px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content p strong {
  font-weight: 800;
}

.what_we_do,
.single_service_info {
  padding: 90px 0;
  background-image: url("../images/hero-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.what_we_do .top_info h2,
.client_review .top_info h2,
.single_service_info h2,
.why_hire_us .top_info h2,
.hiring_process .top_info h2,
.our_strategy .top_info h2,
.faq-section .top_info h2 {
  font-family: "Figtree", sans-serif;
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000000;
}

.what_we_do .top_info p,
.client_review .top_info p,
.single_service_info p,
.why_hire_us .top_info p,
.hiring_process .top_info p,
.our_strategy .top_info p,
.faq-section .top_info p {
  font-family: "Figtree", sans-serif;
  color: #78847d;
  line-height: 24px;
}

.single_service_info p {
  margin-bottom: 0;
}

.our-work-carousel {
  padding-top: 30px;
}

.our-work-carousel .item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
}

.our-work-carousel .item:hover,
.our-work-carousel .owl-item.active.center .item {
  background-color: #12004c;
}

.our-work-carousel .top_title h4 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #484848;
  margin-bottom: 0;
}

.our-work-carousel .item:hover .top_title h4,
.our-work-carousel .item:hover p,
.our-work-carousel .owl-item.active.center h4,
.our-work-carousel .owl-item.active.center p {
  color: #fff;
}

.our-work-carousel .top_title {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 0;
}

.our-work-carousel .top_title .image {
  margin-right: 14px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(46%) saturate(5289%)
    hue-rotate(252deg) brightness(72%) contrast(120%);
}

.our-work-carousel .top_title .image img {
  width: auto !important;
}

.our-work-carousel .item:hover .top_title .image,
.our-work-carousel .owl-item.active.center .top_title .image {
  filter: brightness(0) saturate(100%) invert(100%) sepia(50%) saturate(2%)
    hue-rotate(115deg) brightness(107%) contrast(101%);
}

.our-work-carousel p {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #666666;
  margin-bottom: 22px;
}

.our-work-carousel a {
  padding: 10px 15px;
  background-color: #12004c;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}

.our-work-carousel a i {
  margin-left: 15px;
  font-size: 14px;
}

.our-work-carousel .item:hover a,
.our-work-carousel .owl-item.active.center a {
  background-color: #fff;
  color: #12004c;
}

.our-work-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-work-carousel .owl-dots {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-work-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: #b5b5b5 !important;
  border-radius: 15px;
  transition: 0.5s;
}

.our-work-carousel .owl-dot.active {
  width: 64px;
  background: #ffdd00 !important;
}

.reach_out {
  padding: 80px 0;
  background: rgba(241, 238, 254, 0.4);
}

.reach_out .content h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 60px;
  color: #1a1a1a;
}

.reach_out .content h3 span {
  color: #ee710f;
}

.reach_out .content p {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #666666;
  letter-spacing: 2px;
  line-height: 28px;
}

.reach_out ul {
  margin: 0;
  padding: 0;
  padding-top: 35px;
}

.reach_out ul li {
  padding-bottom: 15px;
  display: flex;
}

.reach_out ul li:last-child {
  padding-bottom: 0;
}

.reach_out ul li .icon {
  width: 110px;
  padding-right: 15px;
}

.reach_out .right_content h5 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}

.reach_out .right_content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.client_review {
  padding: 90px 0 75px;
  background: #f4f6f6;
}

.client_review .top_info p {
  font-size: 15px;
  line-height: 30px;
}

.client-review-carousel img {
  width: auto !important;
}

.client-review-carousel .item h4 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3px;
  color: #244d4d;
  margin-bottom: 25px;
}

.client-review-carousel .item p {
  font-family: "Figtree", sans-serif;
  line-height: 24px;
  margin-bottom: 45px;
  color: #5e7388;
}

.client-review-carousel .item h5 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #152137;
  margin-bottom: 2px;
}

.client-review-carousel .item span {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}

.client-review-carousel .owl-nav {
  width: 142px;
  margin: 60px auto 0;
}

.client-review-carousel .owl-nav .owl-prev,
.client-review-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background-color: #fff !important;
  border-radius: 100%;
  margin-right: 16px;
}

.client-review-carousel .owl-nav .owl-next {
  margin-right: 0;
}

.client-review-carousel {
  padding-top: 70px;
}

.connect_us {
  background: #201e1e;
  padding: 90px 0;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}

.connect_us h2 {
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.connect_us p {
  font-family: "Figtree", sans-serif;
  margin-bottom: 15px;
}

.connect_us:after {
  content: "";
  background-image: url("../images/person.png");
  width: 300px;
  height: 470px;
  position: absolute;
  top: -138px;
  right: 5%;
}

/* About CSS End */

/* Contact CSS Start */

.top_title {
  padding: 100px 0 40px;
}

.top_title h2 {
  font-family: "Figtree", sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}

.top_title h2 span {
  color: #ee710f;
}

.top_title p {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #000;
}

.contact_us .inner_block {
  padding: 8px;
  border: 1px solid #afafaf;
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact_us .contact_us_left {
  background-color: #12004c;
  border-radius: 10px;
  padding: 40px 35px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact_us .contact_us_left h3 {
  font-family: "Figtree", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffdd00;
}

.contact_us .contact_us_left p {
  font-family: "Figtree", sans-serif;
  color: #fff;
  line-height: 18px;
}

.contact_us .contact_us_left ul {
  padding: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}

.contact_us .contact_us_left ul li {
  padding-bottom: 30px;
  color: #fff;
  display: flex;
  line-height: 18px;
}

.contact_us .contact_us_left ul li a {
  color: #fff;
}

.contact_us .contact_us_left ul li i {
  margin-right: 20px;
}

.contact_us .contact_us_left ul li:last-child {
  padding-bottom: 0;
}

.contact_us .contact_us_left ul.social_links li {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 0;
}

.contact_us .contact_us_left ul.social_links li:last-child {
  padding-right: 0;
}

.contact_us .contact_us_left ul.social_links {
  margin-bottom: 0;
}

.contact_us .contact_us_left ul.social_links li img {
  width: 50px;
}

.contact_us .contact_us_left .circle1 {
  width: 106px;
  height: 106px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 100%;
  position: absolute;
  bottom: 45px;
  right: 102px;
}

.contact_us .contact_us_left .circle2 {
  width: 207px;
  height: 207px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 100%;
  position: absolute;
  bottom: -70px;
  right: -20px;
}

.contact_us .contact_us_form .form-group {
  margin-bottom: 40px;
}

.contact_us_form {
  padding: 50px 25px 70px 10px;
}

.contact_us .contact_us_form label {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.contact_us .contact_us_form .form-control {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #8d8d8d;
}

.contact_us .contact_us_form textarea {
  height: 100px;
  resize: none;
}

.contact_us .contact_us_form .common_btn {
  border: 0;
  margin-left: auto;
}

.find_us .inner_block {
  max-width: 790px;
  margin: auto;
  background-color: #12004c;
  padding: 30px 0;
  border-radius: 100px;
  margin-bottom: 75px;
  text-align: center;
}

.find_us .inner_block h3 {
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffdd00;
  margin-bottom: 20px;
}

.find_us .inner_block ul {
  padding: 0;
  margin: 0;
}

.find_us .inner_block ul li {
  padding-right: 110px;
  display: inline-block;
}

.find_us .inner_block ul li:last-child {
  padding-right: 0;
}

.map_section {
  margin-bottom: -8px;
}

/* Contact CSS End */

/* Blog Listing Page CSS Start */

.blog_listing {
  padding: 60px 0 80px;
}

.blog_list_row {
  padding: 55px 0 20px;
}

.blog_list_col .img {
  position: relative;
}

.blog_list_col .img img {
  border-radius: 8px 8px 0 0;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
}

.blog_list_col .blog_date {
  font-size: 15px;
  font-weight: 500;
  color: #090b0e;
  padding: 7px 20px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  top: 18px;
  left: 20px;
}

.blog_list_col .content {
  padding: 25px 20px;
}

.blog_list_col ul {
  padding: 0;
  margin-bottom: 15px;
}

.blog_list_col ul li {
  padding-right: 20px;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3d4c5e;
}

.blog_list_col ul li img {
  margin-right: 6px;
}

.blog_list_col ul li:last-child {
  padding-right: 0;
}

.blog_list_col h3 {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #090b0e;
  margin-bottom: 15px;
}

.blog_list_col h3 a {
    text-decoration: none;
}

.blog_list_col p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #3d4c5e;
  margin-bottom: 15px;
}

.blog_list_col .read_more_btn {
  padding: 7px 15px;
  background-color: #ffdd00;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #191919;
  display: inline-block;
  border-radius: 30px;
}

.blog_list_col .read_more_btn img {
  margin-left: 5px;
}

.blog_list_col {
  margin-bottom: 40px;
}

.blog_listing .common_btn {
  display: inline-block;
}

.blog_details {
  padding: 60px 0;
}

.blog_details h2 {
  font-family: "Figtree", sans-serif;
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
}

.blog_details_img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog_details p, .blog_details li {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 25px;
}

.blog_details ol li {
    list-style: decimal;
}

.blog_details ul li {
    list-style: disc;
}

.blog_details li {
    margin-bottom: 6px;
}

.blog_details .wp-block-list {
    padding: 12px 30px;
}

.special_quote {
  padding: 60px 0;
}

.special_quote h3 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #666666;
  padding-left: 25px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 0;
}

.special_quote h3::before {
  content: "";
  width: 5px;
  height: 104px;
  background-color: #7c4ee4;
  position: absolute;
  left: 0;
  top: 0;
}

.special_quote span {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  padding-left: 25px;
}

/* Blog Listing Page CSS End */

.whatsapp-chatbox {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 9999;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: white;
  padding: var(--btn-padding);
  height: var(--btn-height);
  background: linear-gradient(90deg, var(--wa-start), var(--wa-end));
  border-radius: var(--radius);
  box-shadow: var(--wa-shadow);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  will-change: transform;
  border: none;
}

.whatsapp-btn svg {
  flex: 0 0 auto;
  display: block;
  margin-left: 2px;
}

.whatsapp-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1px;
  white-space: nowrap;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.02);
  box-shadow: 0 10px 30px rgba(31, 174, 79, 0.28);
}

/* Single Service Start */

.our_services {
  padding: 50px 0 10px;
  background: #12004c;
}

.our_services h2,
.our_services p {
  color: #fff;
}

.single_service_row {
  padding-top: 60px;
}

.single_service_row .col-lg-4 {
  margin-bottom: 60px;
}

.our_services .service-item {
  background-color: var(--surface-color);
  text-align: center;
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 0;
  background-color: #fff;
  height: 100%;
  border-radius: 12px;
}

.our_services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 21px;
  line-height: 30px;
  color: #ee710f;
}

.our_services .service-item p {
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}

.our_services .service-item .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #ee710f;
  padding: 10px;
  margin: 0 auto 30px;
  position: relative;
  transition: ease-in all 0.3s;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.our_services .service-item .icon::before {
  content: "";
  position: absolute;
  height: 95px;
  width: 95px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 1px solid #ffa000;
  border-radius: 50px;
  transition: ease-in all 0.3s;
}

.our_services .service-item .icon span img {
  filter: invert(1);
  width: 45px;
}

.why_hire_us {
  padding: 60px 0 0;
  background: rgba(241, 238, 254, 0.4);
}

.why_hire_us .top_info h2 {
  line-height: 46px;
}

.why_hire_us .feature-text {
  text-align: center;
  position: relative;
}

.why_hire_row {
  padding-top: 80px;
}

.why_hire_row .col-lg-4 {
  margin-bottom: 80px;
}

.why_hire_us .feature-text.box-shadow {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.09);
  padding: 40px 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.why_hire_us .feature-text .number {
  display: flex;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 46%;
  transform: translateX(-50%);
}

.why_hire_us .feature-text .number:before {
  content: "";
  background: #ee710f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
}

.why_hire_us .feature-info h4 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 20px;
}

.why_hire_us .feature-info p {
  line-height: 1.5;
  margin-bottom: 0;
  color: #626262;
}

.hiring_process {
  padding: 80px 0;
}

.hiring_process .top_info h2 {
  line-height: 46px;
}

.hiring_process .nav-tabs {
  border: 0;
}

.hiring_process .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #444444;
  border-radius: 0;
  border-right: 2px solid color-mix(in srgb, #444444, transparent 90%);
  font-weight: 600;
  font-size: 15px;
}

.hiring_process .nav-link:hover {
  text-decoration: none;
}

.hiring_process .nav-link.active {
  color: #ee710f;
  border-color: #ee710f;
  background-color: #fff;
}

.hiring_process .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ee710f;
}

.hiring_process_row {
  padding-top: 40px;
}

.our_strategy {
  padding: 80px 0;
  background: rgba(241, 238, 254, 0.4);
}

.our_strategy .top_info h2 {
  line-height: 46px;
}

.our_strategy .row {
  padding-top: 30px;
}

.our_strategy .service-item {
  background-color: #fff;
  padding: 20px 30px;
  border-top: 1px solid color-mix(in srgb, #212529, transparent 90%);
  border-left: 1px solid color-mix(in srgb, #212529, transparent 90%);
  position: relative;
  margin-bottom: 0;
  height: 100%;
}

.our_strategy .service-item h3 {
  color: #ee710f;
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: 50px;
}

.faq-section {
  padding: 60px 0;
  background: rgba(241, 238, 254, 0.4);
}

.faq-section .top_info h2 {
  line-height: 46px;
}

.faq-section .accordion {
  position: relative;
  z-index: 99;
  padding-top: 30px;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #ee710f;
  color: #fff;
  border-radius: 30px 30px 0 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.faq-section
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 30px;
}

.faq-section .accordion-collapse.collapse.show {
  background-color: #ee710f;
  border-radius: 0 0 30px 30px;
  color: #fff;
}

.faq-section .accordion-header button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-section .accordion-header button {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 30px;
  color: #000;
}

.faq-section .accordion-item {
  margin-bottom: 17px;
  border: 0;
  border-radius: 30px;
}

.faq-section .accordion-body {
  font-size: 18px;
  line-height: 30px;
}

.faq-section .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  font-weight: 900;
}

.faq-section .accordion-button:not(.collapsed)::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  font-weight: 900;
}

.faq-section
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.consultation_form {
  padding: 20px 0 60px;
  background-image: url(../images//blue_gradient_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.consultation_form h3 {
  font-family: "Figtree", sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffba00;
}

.consultation_form .form_section {
  background-color: #fff;
  max-width: 1000px;
  margin: auto;
  padding: 40px 30px;
  border-radius: 30px;
}

.consultation_form .form_section .form-group {
  margin-bottom: 20px;
}

.consultation_form .form_section label {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.consultation_form .form_section .form-control,.consultation_form .form_section .form-select{
  padding: 12px 15px;
}

.consultation_form .form_section textarea{
  height: 120px;
  resize: none;
}

.consultation_form .form_section  .common_btn{
  border: 0;
  margin: 20px auto 0;
}

/* Single Service End */

.main_content {
    margin-top: 100px;
    padding: 50px 0;
}

.main_content h3{
    font-weight: 700;
    color: #000;
}

/* small screens: show only icon */
@media (max-width: 520px) {
  .whatsapp-btn {
    padding: 10px;
    height: 52px;
    width: 52px;
    justify-content: center;
  }
  .whatsapp-label {
    display: none;
  }
  .whatsapp-btn svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1440px){
    .banner_right img{
        width: 80%;
    }
}

@media (max-width: 1399px) {
  .banner_left h1 {
    font-size: 49px;
  }

  .banner_left p {
    font-size: 17px;
  }
  .about_right h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .our_service .service_grid h3 {
    font-size: 24px;
  }
  .why_choose_us .single_col {
    padding: 20px 15px;
  }
  .why_choosing_row {
    padding-top: 100px;
  }
  .why_choose_us h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .why_choose_us .single_col .top_info h4 {
    font-size: 21px;
  }
  .our_work .work_title .icon_box {
    width: 90px;
    height: 90px;
  }
  .work_title .icon_box img {
    max-width: 54px;
  }
  .our_work .work_title h4 {
    font-size: 22px;
  }
  .our_work_right h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .our_success .left_content h3,
  .consultation_form h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .our_success .right_content .counter_block p {
    font-size: 15px;
  }
  .cta_img,
  .cta_img img {
    height: 100%;
  }
  .cta_content {
    padding: 35px 20px;
    position: relative;
  }
  .cta_content h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .cta_content h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .cta_content p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer_top h5 {
    font-size: 22px;
    line-height: 22px;
  }
  .our-work-carousel .top_title h4 {
    font-size: 21px;
  }
  .reach_out .content h3 {
    font-size: 36px;
    line-height: 52px;
  }

  .client-review-carousel .item h4 {
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .client-review-carousel .item p {
    margin-bottom: 30px;
  }

  .connect_us h2 {
    letter-spacing: 0;
  }

  .top_title p br {
    display: none;
  }

  .card-text p {
    font-size: 13px;
  }

  .our_services .service-item h3 {
    font-size: 18px;
  }
  
  .blog_list_col .img img {
    min-height: 250px;
}
  
}

@media (max-width: 1199px) {
  .header .logo img {
    max-width: 130px;
  }
  .navmenu > ul > li {
    padding: 15px;
  }

  .header_right {
    padding-left: 40px;
  }
  .banner_left h1 {
    font-size: 40px;
  }
  .banner_right {
    width: 50%;
  }
  .banner_right img {
    width: 90%;
  }
    .banner_right .wrapper {
    width: 380px;
    height: 380px;
    }
    .badge.top-right {
        top: 45px;
        right: -50px;
    }
  .banner_section {
    padding: 170px 0 140px;
  }
  .about_right h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .about_right h4 {
    font-size: 20px;
  }
  .why_choose_us .single_col .top_info h4 {
    font-size: 17px;
  }
  .our_work .work_title h4 {
    font-size: 18px;
  }
  .our_success .left_content h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .our_success .right_content .counter_block {
    padding: 25px 8px;
  }
  .cta_content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .footer_bottom ul li {
    margin-right: 22px;
  }
  .our_work_right h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .testimonial-carousel .owl-prev {
    left: -30px;
  }
  .testimonial-carousel .owl-next {
    right: -30px;
  }
  .our_success .right_content .counter_block p {
    font-size: 14px;
  }
  .about .content h1 br {
    display: none;
  }
  .connect_us:after {
    top: -90px;
  }
  .reach_out .content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .what_we_do {
    padding: 50px 0;
  }
  .reach_out {
    padding: 40px 0;
  }

  .client_review {
    padding: 20px 0 40px;
  }

  .blog_list_col h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1100px) {
  .hexagon-border {
    width: 250px;
  }
  .banner_right{
    bottom: -10%;
  }
  .banner_right .wrapper {
        width: 340px;
        height: 340px;
    }
    
   .circle-border2 {
    width: 110%;
    height: 110%;
    left: -18px;
    top: -18px;
    }
    
   .circle-border3 {
    width: 120%;
    height: 120%;
    left: -37px;
    top: -37px;
    }
    .badge.top-right {
        right: -13px;
        z-index: 9;
    }
}

/* Mobile Navigation */

@media (max-width: 1023px) {
  .header .branding {
    min-height: 85px;
  }

  .search_icon:hover ul.dropdown-menu {
    display: block;
  }

  .search_icon {
    max-width: 36px;
  }
  .search_icon a {
    color: #fff !important;
  }

  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    margin-top: 0;
    cursor: pointer;
    transition: color 0.3s;
    display: block !important;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: auto;
    padding: 10px 0;
    top: 40px;
    width: 94%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #444444, transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #2c4964;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #1977cc, transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #ee710f;
    color: #fff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ee710f;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #ee710f;
    color: #fff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul,
  .mobile-nav-active .mobile_header_right {
    display: block !important;
  }

  .cta_left {
    padding-right: 40px;
  }

  .header_right {
    display: none;
  }
}

@media (max-width: 991px) {
  .client-logo-swiper .swiper-slide {
    width: 20%;
  }
  .banner_section {
    padding: 140px 0 80px;
  }
  .banner_left h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .banner_right {
    bottom: -10%;
  }
  .banner_section::after {
    height: 90px;
    bottom: -58px;
  }
  .about_section .main_row {
    padding: 54px 0;
  }
  .about_right h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about_right h2:after {
    width: 290px;
  }
  .our_service .service_grid h3 {
    font-size: 21px;
  }
  .why_choose_us h3 br {
    display: none;
  }
  .why_choose_us h3 {
    font-size: 28px;
    line-height: 33px;
  }
  .why_choosing_row {
    padding-top: 50px;
  }
  .why_choose_us {
    padding: 50px 0 25px;
  }
  .hex-card {
    padding: 0 20px;
    clip-path: border-box;
  }

  .how_it_works:after,
  .how_it_works:before {
    width: 183px;
    height: 134px;
    bottom: 100px;
  }
  .our_service .service_grid .img_grid {
    padding-bottom: 10px;
  }
  .common_title {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  .our_benifits .content ul li {
    display: flex;
    padding-left: 30px;
  }
  .our_benifits .content ul {
    margin-bottom: 0;
  }
  .our_work .work_title h4 br,
  .our_work_right h2 br,
  .footer_top .contat_info br {
    display: none;
  }
  .our_work_right {
    padding-left: 0;
    padding-top: 21px;
  }
  .our_work_right h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .our_work_right h2:after {
    background-size: 100%;
    width: 70px;
    height: 70px;
    top: -20px;
    right: 0;
  }
  .testimonial {
    padding: 50px 0;
  }

  .cta_content {
    padding: 20px 15px;
  }

  .cta_content h3 {
    font-size: 19px;
    line-height: 27px;
  }

  .cta_content:after {
    background-size: 100%;
    width: 180px;
    height: 178px;
    bottom: 0;
    right: 0;
  }

  .cta_content a {
    padding: 10px 15px;
    z-index: 100;
    position: relative;
  }

  .cta_content h4 {
    font-size: 20px;
    line-height: 27px;
  }

  .footer_bottom p,
  .footer_bottom ul {
    text-align: center;
  }

  .main-nav .nav > li.has-mega-menu {
    position: static;
  }

  .main-nav .nav > li .mega-menu {
    transform: translateX(0);
    display: none;
    position: static;
    padding: 15px 0px;
  }

  .main-nav .nav > li .mega-menu .col-lg-8 .col-lg-6:after {
    content: "";
    display: none;
  }

  .navmenu > ul > li {
    padding: 0;
  }

  .main-nav .nav > li .mega-menu.dropdown-active {
    display: block;
  }

  .about .content h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .reach_out .content h3 br,
  .client_review .top_info p br {
    display: none;
  }

  .client-review-carousel .item {
    text-align: center;
  }
  .footer_top {
    padding: 90px 0 40px;
  }
  .top_title {
    padding: 40px 0 40px;
  }
  .contact_us .contact_us_form .form-group {
    margin-bottom: 20px;
  }
  .contact_us .contact_us_form textarea {
    height: 60px;
  }
  .blog_list_row {
    padding: 55px 0 0px;
  }
  .blog_list_col {
    margin-bottom: 25px;
  }
  .blog_details h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .special_quote {
    padding: 40px 0;
  }
  .blog_details .blog_listing {
    padding: 30px 0 0px;
  }
}
@media (max-width: 767px) {
  .client-logo-swiper .swiper-slide {
    width: 25%;
  }
  .header .branding {
    min-height: 70px;
    padding: 5px 0;
  }
  .header .logo img {
    max-width: 100px;
  }
  .service-text {
    padding-left: 8px;
  }
  .banner_right {
    width: 100%;
    position: static;
    transform: translateY(0%);
    padding-top: 40px;
  }
  .banner_section {
    padding: 100px 0 80px;
    overflow: hidden;
  }
  .banner_section::after {
    display: none;
  }
  .banner_left h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .about_section .main_row {
    padding: 54px 0;
  }
  .banner_right{
     padding-left: 0;
    padding-top: 80px;
  }
  .about_right h2 {
    font-size: 30px;
    line-height: 38px;
  }
  
    .banner_right .wrapper {
        width: 300px;
        height: 300px;
        margin: auto;
    }
    
    .circle-border2 {
        width: 108%;
        height: 108%;
        left: -12px;
        top: -12px;
    }
    
    .circle-border3 {
        width: 116%;
        height: 116%;
        left: -25px;
        top: -25px;
    }
    
    .main-img{
        inset: 20px;
    }
    
    .badge.top-right {
        right: 0;
        z-index: 9;
        top: -50px;
    }
  
  .badge.bottom-left{
        bottom: 0px;
        left: 0;
        z-index: 9;
  }
  
  .common_title {
    font-size: 28px;
    line-height: 36px;
  }
  .common_title br {
    display: none;
  }
  .our_service {
    padding: 45px 0 10px;
  }
  .our_service .service_row {
    padding-top: 0;
  }
  .our_service .service_grid p {
    text-align: center;
  }
  .why_choose_us {
    padding: 50px 0;
  }
  .why_choose_us h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .why_choose_us .right_col .common_btn {
    margin-right: auto;
    margin-top: 30px;
  }
  .why_choosing_row {
    padding-top: 50px;
  }
  .hexagon-border {
    width: 280px;
  }
  .why_choose_us .single_col .number {
    left: -5px;
  }
  .hexagon-wrapper {
    margin-bottom: 30px;
  }
  .our_work_right {
    padding-left: 0;
  }
  .our_work_right h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .our_work_right h2:after {
    right: 0;
    width: 80px;
    height: 80px;
  }
  .our_work_right .img_row .col-lg-6:first-child img {
    width: 100%;
  }

  .our_work_right .img_row img {
    width: 100%;
  }
  .our_work_right .plus_icon {
    margin-top: 30px;
    width: auto !important;
  }
  .our_success .left_content h3 {
    font-size: 29px;
    line-height: 37px;
  }
  .our_success .right_content .counter_block {
    margin-bottom: 30px;
  }
  .our_success {
    padding: 20px 0 30px;
  }

  .testimonial h2,
  .blog_listing h2 {
    font-size: 30px;
  }
  .testimonial h2 span:after,
  .blog_listing h2 span:after {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 175px;
  }
  .testimonial-carousel .owl-nav {
    bottom: -20px;
  }
  .testimonial-carousel .owl-prev {
    left: 40%;
    transform: translateX(-50%);
  }
  .testimonial-carousel .owl-next {
    right: 25%;
    transform: translateX(-50%);
  }
  .cta_content {
    margin-top: 30px;
    overflow: hidden;
  }
  .step-label {
    left: 20px;
  }
  .cta_content:after {
    width: 180px;
    height: 178px;
    right: 0;
    bottom: 0;
  }

  .about_right h2:after {
    width: 290px;
  }
  .our_service .service_grid {
    padding: 35px 0 0;
  }
  .how_it_works:before,
  .how_it_works:after {
    display: none;
  }
  .hex-shadow-red {
    box-shadow: none;
  }
  .hex-card {
    margin: 0 auto 0;
    padding: 15px 20px;
    box-shadow: none !important;
  }

  .how_it_works {
    padding: 50px 0 0;
  }

  .how_it_works .single_step {
    margin-top: 0;
  }

  .how_it_works .single_step:first-child .hex-card {
    margin-top: 40px;
  }

  .how_it_works a.common_btn {
    margin: 20px auto 0;
  }

  .bottom-cta p {
    text-align: center;
    margin-right: 0;
  }

  .our_benifits .content ul li {
    display: flex;
    padding-left: 30px;
  }
  .our_benifits .content ul {
    margin-bottom: 0;
  }

  .slide_footer {
    padding-top: 30px;
  }

  .slide_footer img {
    height: 120px;
    object-fit: cover;
  }

  .footer_bottom p {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer_bottom ul {
    text-align: center;
  }
  .footer_top h5 {
    margin-top: 30px;
  }
  .footer_top .contat_info br {
    display: none;
  }
  .about .content h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .about .image {
    padding-top: 30px;
  }

  .about .content h5 {
    line-height: 30px;
  }
  .what_we_do .top_info p br {
    display: none;
  }
  .reach_out .content h3 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 20px;
  }
  .client-review-carousel .item h4 {
    margin-top: 20px;
  }
  .connect_us {
    padding: 40px 0 0;
  }
  .connect_us:after {
    position: static;
  }
  .connect_us h2 {
    font-size: 32px;
  }
  .what_we_do .top_info h2,
  .client_review .top_info h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .top_title h2 {
    font-size: 40px;
  }
  .contact_us .contact_us_form .common_btn {
    margin-right: auto;
  }
  .find_us .inner_block {
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 40px;
    text-align: center;
  }
  .find_us .inner_block ul li {
    padding-right: 10px;
  }
  .find_us .inner_block ul li a img {
    width: 70%;
  }
  .find_us .inner_block h3 {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .inner_banner .page_title {
    padding: 10px 40px;
    font-size: 26px;
    line-height: 27px;
  }

  .contact_us .contact_us_left ul {
    padding-top: 5px;
  }
  .contact_us .contact_us_form .form-control {
    padding: 0;
  }

  .contact_us .contact_us_left ul li {
    padding-bottom: 15px;
  }

  .contact_us .contact_us_left h3 {
    font-size: 24px;
  }

  .blog_list_row {
    padding: 40px 0 0px;
  }
  .blog_details {
    padding: 40px 0 10px;
  }
  .blog_details h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .special_quote h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .special_quote h3::before {
    height: 100%;
  }
  .inner_banner{
      margin-top: 70px;
      height: 300px;
  }
}
