@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-Bold.woff2') format('woff2'),
        url('fonts/figtree/Figtree-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-ExtraBold.woff2') format('woff2'),
        url('fonts/figtree/Figtree-ExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-SemiBold.woff2') format('woff2'),
        url('fonts/figtree/Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-Medium.woff2') format('woff2'),
        url('fonts/figtree/Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-Light.woff2') format('woff2'),
        url('fonts/figtree/Figtree-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-Black.woff2') format('woff2'),
        url('fonts/figtree/Figtree-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-Regular.woff2') format('woff2'),
        url('fonts/figtree/Figtree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('fonts/poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('fonts/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('fonts/poppins/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Figtree';
    font-weight: 600;
}

a {
    text-decoration: none;
}

ul li,
ol li,
p {
    font-family: 'Poppins';
}

:root {
    --primary-color: #2F5D8C;
    --secondary-color: #d55e2d;
}

.main-header {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 0;
}

.main-header p {
    margin: 0;
    padding: 0 15px;
}

.main-header p a {
    color: #fff;
}

.social-media .svg-inline--fa {
    background: #fff;
    color: var(--secondary-color);
    width: 16px;
    height: 16px;
    padding: 4px;
    margin: 0 5px;
    border-radius: 24px;
}

.social-media .svg-inline--fa:hover {
    color: #fff;
    background: var(--secondary-color);
}

img {
    width: auto;
    height: max-content;
    margin: auto 0;
}

.sec-head {
    padding: 10px 0;
}

.consultation-content h5 {
    font-size: 19px;
    margin-bottom: 2px;
    color: var(--primary-color);
}

.consultation-content h3 {
    font-size: 22px;
    margin: 0;
}

.consultation-content {
    margin-left: 11px;
}

.logo img {
    width: 167px;
}

li.nav-item a {
    font-size: 18px;
    font-family: "Poppins";
    color: #555;
    line-height: 2.158;
    text-align: left;
    padding: 0 9px;
}

.navbar-expand-lg {
    display: flex;
}

section.slider {
    /* HEIGHT: 600PX; */
    OVERFLOW: HIDDEN;
}

.slick-slide img {
    width: -WEBKIT-FILL-AVAILABLE;
    object-fit: cover;
}

.container-fluid {
    background: linear-gradient(#2F5D8Cbd, #2F5D8Cbd), url(../images/banner-background.jpg);
    background-position: center;
    background-size: cover;
}

.slider-test {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-right: 46%;
}

.slider {
    position: relative;
}

.slider-test h5.headline {
    color: #fff;
    position: relative;
    display: inline;
    FONT-WEIGHT: 400;
}

.slider-test h5.headline:after {
    position: absolute;
    width: 100px;
    background: var(--secondary-color);
    height: 2px;
    content: "";
    left: 110%;
    top: 12px;
    z-index: 999;
}

h1.headline span {
    color: var(--secondary-color);
}

.slider-test h1.headline {
    font-size: 58px;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 12px;
}

.slider-test p {
    color: #fff;
    line-height: 2;
    margin-bottom: 26px;
}

.btn-benner {
    background: var(--secondary-color);
    color: #fff;
    padding: 15px 36px;
    border-radius: 0;
    display: inline-block;
    border: navajowhite;
    FONT-WEIGHT: 600;
    width: auto;
}

.btn-benner a {
    color: #fff;
    text-decoration: none;
}

.counter-box {
    text-align: center;
}

.counter-box .counter {
    font-size: 48px;
    font-weight: 600;
    color: var(--primary-color);
}

.counter-box .counter-text {
    margin-top: auto;
    font-size: 17px;
    color: #ffffff;
}

section.counter-section .current-year {
    color: var(--secondary-color);
    FONT-WEIGHT: 600;
    font-size: 65px;
}

h5.headline {
    color: #747474;
    font-size: 14px;
    FONT-WEIGHT: 600;
}

.company-info h3 {
    color: var(--primary-color);
    margin: auto;
    line-height: initial;
    FONT-WEIGHT: 600;
}

h5.headline {
    position: relative;
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
}

h5.headline::after {
    position: absolute;
    width: 100px;
    background: var(--secondary-color);
    height: 2px;
    content: "";
    left: 110%;
    top: 12px;
    z-index: 9;
    top: 7px;
    left: 105%;
    width: 59px;
    height: 1px;
}

.company-info {
    padding-left: 21px;
}

.counter-box {
    padding: 29px 50px;
    background: var(--secondary-color);
    text-align: left;
    margin-left: 25px;
    margin-top: -4%;
    z-index: 9;
    position: relative;
    width: 519px;
}

.double-image {
    position: relative;
}

.double-image .mini-image img {
    position: absolute;
    top: 50%;
    left: 73%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    z-index: 9;
    width: 55%;
}

.double-image:after {
    position: absolute;
    top: 8%;
    height: 84%;
    width: 10%;
    content: "";
    left: 76%;
    background-color: var(--secondary-color);
}

.double-image img {
    width: 76%;
}

h1.headline, h2.headline, h3.headline, h4.headline {
    color: var(--primary-color);
    margin: auto;
    line-height: initial;
    FONT-WEIGHT: 600;
    margin-top: 17px;
    font-size: 36px;
    margin-bottom: 14px;
    margin-top: 9px;
}

.headline span {
    color: var(--secondary-color);
}

.about-text-area ul {
    padding: 0;
}

.about-text-area ul li {
    position: relative;
    list-style: none;
    padding-left: 24px;
    width: 47%;
    display: inline-block;
}

.about-text-area ul li:before {
    position: absolute;
    width: 20px;
    height: 18px;
    content: "";
    top: 5px;
    left: 0;
    background-image: url(../images/about-icon.png);
}

.img-icon img {
    width: 69px;
    background: var(--secondary-color);
    padding: 14px;
    margin-right: 16px;
}

.MV-content h4 {
    font-size: 20px;
    margin: 0;
    color: var(--primary-color);
}

section.perfect {
    background: linear-gradient(#2F5D8Cbd, #2F5D8Cbd), url(../images/bg-we-are.jpg);
    background-position: center;
}

.MV-content p {
    margin: 0;
}

.text-align-center {
    text-align: center;
    color: #fff;
}

.text-align-center .headline {
    color: #fff;
    margin-top: 11px;
}

.skill-box {
    max-width: 600px;
    margin-bottom: 30px;
}

.skill-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 16px;
}

.progress-container {
    background-color: white;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}
.team-expart {
    padding: 0 52px;
    text-align: center;
}
.team-expart .single-counter {
    padding: 23px;
    border: 0px solid #ffffff;
}
.team-expart .single-counter img {
    width: 59px;
}
.progress-bar {
    height: 100%;
    width: 0%;
    background-color: var(--secondary-color);
    /* Orange */
    transition: width 1.5s ease-in-out;
}
.team-expart .single-counter .counter {
    font-size: 45px;
    FONT-WEIGHT: 600;
    color: #ffffff;
    line-height: 1.3;
}
.team-expart .single-counter:first-child {
    border-right: 1px solid #ffffff63;
    border-bottom: 1px solid #ffffff63;
}
.team-expart .single-counter:last-child {
    border-left: 1px solid #ffffff63;
    border-top: 1px solid #ffffff63;
}
.team-expart .single-counter .counter-text {
    font-size: 19px;
}
.service-card {
    background: #fff;
    padding: 50px 40px;
    /* border-radius: 10px; */
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 100%;
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }

  .service-card:hover {
    background: var(--primary-color);
    color: #fff;
  }

  .service-card:hover .text-orange {
    color: var(--secondary-color);
  }

.service-icon img {
    width: 53px;
    margin-bottom: 14px;
}

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

  .btn-orange {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 10px 25px;
  }

  .btn-orange:hover {
    background: #e87e00;
  }

  .read-more {
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
  }

  .read-more svg {
    transition: margin-left 0.2s ease;
  }

  .read-more:hover svg {
    margin-left: 8px;
  }
  .read-more svg {
    margin-left: 4px;
}
.service-card h5 {
    color: var(--primary-color);
}

.service-card:hover h5 {
    color: #fff;
}

.appointment-header {
    padding: 80px 0;
    color: white;
    text-align: center;
    background: linear-gradient(#2F5D8Cbd, #2F5D8Cbd),  url(../images/form.jpg);
    height: 500px;
  }

  .appointment-form-section {
    margin-top: -17%;
    padding-bottom: 60px;
  }

  .form-card {
    background: #f3f3fb;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    padding: 50px;
    BORDER-RADIUS: 0;
  }

  .form-card .left-box {
    background: #000 url('https://via.placeholder.com/400x500') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 39px 34px;
    position: relative;
    height: max-content;
  }

  .form-card .left-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/small-bg.jpg);
    BACKGROUND-SIZE: COVER;
    BACKGROUND-POSITION: CENTER;
  }

  .form-card .left-box *, .form-card .left-box a {
    position: relative;
    z-index: 2;
    color: #fff;
  }

  .form-card .left-box h5 {
    font-weight: 600;
    line-height: inherit;
  }

  .info-item {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }

  .info-item svg {
    font-size: 24px;
    color: white;
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
    width: 24px;
    height: 24px;
  }

  .info-item .text-small {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
  }

  .form-card .form-box {
    /* background: white; */
    padding-left: 51px;
  }

  .form-card .form-control {
    margin-bottom: 11px;
    border: none;
    border-radius: 0;
  }

  .btn-orange {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
  }

  .btn-orange:hover {
    background: #e67a0d;
  }
  .left-box p {
    font-size: 16px;
}
label {
    color: var(--primary-color);
    FONT-WEIGHT: 600;
    margin-bottom: 4px;
}
.testimonial-design {
    position: relative;
}
.testimonial-design p {FONT-WEIGHT: 500;
    line-height: 1.8;font-style: italic;}

.testimonial-design img {
    width: 71px;
    border-radius: 56px;
    margin-right: 15px;
}

.client-info h4 {
    color: var(--primary-color);
    font-size: 20px;
    margin: 0;
}

.client-info p {
    font-style: normal;
    margin-bottom: 0;
}
.testimonial-slider:after {
    position: absolute;
    background-image: url(../images/qoute.png);
    bottom: 0;
    right: 0;
    content: "";
    width: 69px;
    height: 58px;
    background-repeat: no-repeat;
}
 .video-section {
    background: linear-gradient(#2F5D8Cbd, #2F5D8Cbd), url(../images/video-play.jpg) center center / cover no-repeat;
    color: white;
    text-align: center;
    padding: 60px 30px;
    position: relative;
  }
  .video-button {
    background-color: white;
    color: var(--secondary-color);
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
    display: none;
  }
  .video-button:hover {
    transform: scale(1.1);
  }
  .video-section p {
    max-width: 700px;
    margin: 20px auto;
    font-size: 1rem;
    color: #ddd;
  }
  .modal-video {
    max-width: 800px;
  }
  .modal-content {
    background: transparent;
    border: none;
  }

  .modal-body {
    padding: 0;
    position: relative;
  }

  .modal-body iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 10px;
  }
  .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
    background: white;
    padding: 5px;
    border-radius: 50%;
  }
  .blog-slider .card {
  padding: 15px;
  border: none;
  background: #0000;
  text-align: left;
  position: relative;
}
.blog-slider .card img {
  max-width: 100%;
  height: 260px;
  margin-bottom: 13px;
}
.blog-slider .badge {
  background: var(--secondary-color);
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 15px;
  position: absolute;
  top: 51%;
  left: 27px;
  border-radius: 0;
  FONT-WEIGHT: 400;
}
.blog-slider .card h3 a {
  color: #2f327d;
  font-size: 18px;
  text-decoration: none;
}
.blog-slider .card a:last-child {
  color: var(--secondary-color);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}
.blog-slider .card p {
    margin: 0;
}
.blog-slider .card:hover h3 a{
    color: var(--primary-color);
}
.site-footer {
  background: var(--primary-color);
  color: #fff;
  padding: 60px 31px 0 31px;
  font-family: 'Poppins', sans-serif;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}
.footer-list h4 {
  font-size: 28px;
  margin-bottom: 15px;
  position: relative;
}
.footer-list h4::after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background: var(--secondary-color);
  margin-top: 11px;
}
.footer-list ul {
  list-style: none;
  padding: 0;
}
.footer-list ul li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}
.footer-list ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.footer-list p {
  font-size: 14px;
  line-height: 1.6;
}
.footer-list form {
/*   display: flex; */
  margin-top: 10px;
}
.footer-list input {
  padding: 10px;
  border: none;
  width: 100%;
}
.footer-list button {
  background: var(--secondary-color);
  color: white;
  border: none;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}
.social-icons a {
  color: white;
  font-size: 16px;
  margin-right: 10px;
  background: var(--secondary-color);
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-box {
  background: white;
  color: var(--primary-color);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  flex: 1;
  min-width: 250px;
  border-radius: 0;
}
.contact-box svg {
  font-size: 22px;
  background: var(--secondary-color);
  color: white;
  border-radius: 50%;
  padding: 16px;
  margin-right: 15px;
  width: 25px;
  height: 25px;
}
.contact-box p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.contact-box small {
  display: block;
  font-size: 13px;
  color: #242424;
}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 15px;
  font-size: 14px;
}
.footer-bottom p {
    margin: 0;
}
.pr-5 {
    padding-right: 35px;
}
.site-footer {
    BACKGROUND: linear-gradient(#2F5D8Cbd, #2F5D8Cbd), URL(../images/footer-imag.jpg) center center/cover no-repeat;
}
.footer-list ul li:before {
    clip-path: polygon(0 0, 100% 49%, 0 100%, 14% 48%);
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    background: var(--secondary-color);
    width: 12px;
    height: 12px;
}
.contact-box:hover svg {
    background: var(--primary-color);
}

.contact-box:hover {
    background: var(--secondary-color);
}

.btn-benner:hover {
    background: var(--primary-color);
    color: #fff;
    FONT-WEIGHT: 600;
}

.slider-test .btn-benner:hover {
    color: var(--primary-color);
    background: #fff;
}

.video-section .btn-benner:hover {
    color: var(--primary-color);
    background: #fff;
}
body {
    overflow-x: hidden;
    background: #b9b9b91f;
}
section.inner-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

section.inner-banner {
    position: relative;
}

.overlay .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 80%;
}
.overlay .content ul {
    display: ruby;
    list-style: none;
    padding: 0;
}
.overlay .content ul li, .overlay .content ul li a {
    color: #fff;
}
.overlay .content h4 {
    font-size: xxx-large;
}
.overlay .content ul li:first-child {
    position: relative;
    padding-right: 28px;
}
.overlay .content ul li:first-child:after {
    position: absolute;
    right: 4px;
    top: 5px;
    content: "";
    background: var(--secondary-color);
    width: 14px;
    height: 14px;
    clip-path: polygon(0 1%, 100% 50%, 0 100%, 35% 50%);
}
.choose {
    position: relative;
}
.choose:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: url(../images/choose.png)  center center/cover no-repeat;
}
.overlay-bg {
    position: absolute;
    z-index: 1;
    width: 292px;
    background: var(--primary-color);
    padding: 24px;
    bottom: 50px;
    right: 50px;
}
h3 {
    margin: 0;
}
.bg-black {
    background-color: var(--primary-color) !important;
}
.overlay-bg h5 {FONT-WEIGHT: 400;}

.overlay-bg h3 {FONT-WEIGHT: 400;font-size: x-large;margin-left: 15px;}
.choose svg {
    font-size: 31px;
    margin-bottom: 8px;
    color: var(--secondary-color);
}
.service-side-menu, .blog-side-menu {
    background: var(--secondary-color);
    padding: 40px;
}

.service-side-menu ul, .blog-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-side-menu h4, .blog-side-menu h4 {
    color: #000000;
    font-size: 17px;
}
.blog-side-menu ul li .d-flex {
    align-items: center;
}

.blog-side-menu ul li .d-flex svg {margin-right: 7px;}
a {
    color: var(--primary-color);
}

.service-side-menu ul li, .service-side-menu ul li a, .blog-side-menu ul li, .blog-side-menu ul li a {
    color: #fff;
    margin-top: 5px;
}


.service-side-form {
    background: var(--secondary-color);
    margin-top: 28px;
    padding: 37px;
}

.service-side-form h4 {
    color: var(--primary-color);
}

.service-side-form input, .service-side-form textarea {
    WIDTH: 100%;
    PADDING: 2px 8px;
    BORDER: NONE;
    MARGIN-BOTTOM: 12px;
    BORDER-RADIUS: 2px;
}

.service-side-form input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    padding: 12px;
    FONT-WEIGHT: 600;
}

.solution-content img {
    width: 100%;
    margin-bottom: 18px;
    height: 400px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.solution-content ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.solution-content ul li {
    display: inline-block;
    /* width: 49%; */
    padding-left: 18px;
    /* margin-top: 6px; */
    position: relative;
}

.solution-content ul li:after {
    clip-path: polygon(0 0, 100% 49%, 0 100%, 14% 48%);
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    background: var(--secondary-color);
    width: 12px;
    height: 12px;
}
.accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 22px;
    FONT-WEIGHT: 600;
}

button.accordion-button.collapsed {
    background: var(--secondary-color);
    border-color: #fff;
    padding: 14px 22px;
    FONT-WEIGHT: 600;
}

.accordion-item {
    border-color: #ffff;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}
.location-area {
    padding: 21px;
    background: var(--primary-color);
    color: #fff;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    MARGIN-BOTTOM: 22px;
    flex: 1;
    min-width: 250px;
    border-radius: 0;
    FONT-SIZE: 19px;
    FONT-WEIGHT: 600;
    box-shadow: rgba(0, 0, 0, 0.15) -0.05px 0.95px 2.6px;
}
.footer-list img {
    margin-bottom: 21px;
}
.location-area P {
    MARGIN: 0;
}
section.inner-banner:after {
    position: absolute;
    background: #00000073;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.location-area SVG {
    font-size: 22px;
    background: var(--secondary-color);
    color: white;
    border-radius: 50%;
    padding: 16px;
    margin-right: 15px;
    width: 25px;
    height: 25px;
}

.location-area:hover {
    color: var(--primary-color);
    background: var(--secondary-color);
}

.location-area:hover svg {background: var(--primary-color);}
.contact-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

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

.contact-contact .contact-box small {
    color: #fff;
}

.contact-contact .contact-box:hover {
    background: var(--secondary-color);
}
.contact input, .contact textarea {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 13px;
    border: 0;
}

.contact form {
    padding: 35px;
    background: #eee;
}

input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    padding: 14px;
    margin: 0;
    border: 0;
}
.blog-side-menu h3 {
    color: var(--primary-color);
    margin-bottom: 16px;
}
.blog-side {
    background: linear-gradient(#2F5D8Cbd, #2F5D8Cbd), url("../images/footer-imag.jpg") center center / cover no-repeat;
    color: #fff;
    padding: 36px;
    margin-top: 25px;
}
.blog-side svg {
    padding-right: 14px;
}

@media only screen and (max-width: 1199px) {
	li.nav-item a {
    font-size: 16px;
    padding: 0 7px;
}
.about .d-flex.align-items-center {
    display: block !important;
}
.about .img-icon {
    padding-bottom: 18px;
}
	
.footer-list.col-lg-4.logo-col.pr-5 img {
    width: 50%;
    margin-bottom: 19px;
}
	.contact-box p {
		font-size:14px;
	}
.footer-list h4 {
    font-size: 20px;
}
.footer-list input {
    width: 85%;
}
}
@media only screen and (max-width: 1140px) {
.slider-test {
    width: 85%;
}

.counter-box {
    width: 100%;
    top: -52px;
}
}
@media only screen and (max-width: 991px) {
	.navbar-toggler {
    color: #fff;
    background: var(--primary-color);
    margin: auto;
    padding: 9px;
    border-radius: 5px;
}
	section.slider {
    height: 400px;
}

.container-fluid {
    height: 400px;
}

.my-slider img {
    height: 400px;
}
div#navbarNav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999999999;
    background: var(--primary-color);
    color: #fff;
}

.sec-head {
    position: relative;
}

div#navbarNav ul li a {
    color: #fff;
}

div#navbarNav ul {
    padding: 19px;
}

div#navbarNav ul li {
    padding: 6px;
    border-bottom: 1px solid #aaa;
}

div#navbarNav ul li:last-child {
    border: 0;
}
	.main-header .col-lg-6.col-md-12 {
    display: none !important;
}

.main-header .col-lg-6.col-md-12.d-flex {
    display: flex!important;
    justify-content: center;
}
	.slider-test h1.headline {
    font-size: 38px;
    padding: 0;
    margin: 0;
    margin-top: 9px;
}

section.counter-section .current-year {
    font-size: 47px;
}

.company-info h3 {
    font-size: 18px;
}

h5.headline {
    font-size: 12px;
}

h5.headline::after {
    width: 25px;
}

.counter-box .counter {
    font-size: 33px;
}

.counter-box {
    padding: 8px;
    top: -31px;
}
	.col-lg-3.col-md-5 {
    display: none;
}

.col-lg-3.col-md-5.col-sm-6 {
    display: block;
}

.navbar-toggler {margin-left: auto;margin-right: 0;}

	.team-expart .single-counter .counter {
    font-size: 30px;
}

.text-align-center.wow.fadeInUp.pb-5 {
    padding-bottom: 1rem!important;
}
	.col-xs-6 {
    width: 50%;
}
	.counter-box {
    top: -45px;
    margin: 0;
}
h1.headline, h2.headline, h3.headline, h4.headline {
    font-size: 24px;
}
	.footer-contact {
    margin-top: 0;
}
	section.appointment-form-section {
    margin-top: -29%;
}
	.site-footer .row {row-gap: 33px;}
	.footer-list.col-lg-4.logo-col.pr-5 img {
    width: 244px;
}
	.form-card .form-box {
    padding: 44px 0 0 0;
}
.double-image {
    margin-bottom: 30px;
}
	.about .d-flex.align-items-center {
    display: flex !important;
}
	
.services .col-lg-4 {
    margin-bottom: 0;
}

.services .col-lg-8 {
    margin-top: 30px;
}
	.form-card {
    padding: 19px;
}
	section.appointment-form-section {
    margin-top: -36%;
}
	.overlay-bg {
    position: relative;
    top: -5%;
    left: 0;
    width: 100%;
    margin-top: 116px;
}

.choose:after {
    width: 100%;
    top: 67%;
    height: 250px;
    z-index: 0;
}
		form br {
    display: none;
}

span.wpcf7-spinner {
    display: none;
}
}
@media only screen and (max-width: 840px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
	.choose:after {
    top: 71%;
    height: 29%;
}
	
.slider-test {
    z-index: 9;
    width: 80%;
    padding: 5%;
    background: #2f5d8cd1;
}
	.counter-box {
    top: 0;
}
	.overlay .content h4 {
    font-size: 28px;
}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 568px) {

.slider-test p {
    display: none;
}

.slider-test h1.headline {
    margin-bottom: 13px;
    font-size: 30px;
}

.slider-test h5.headline:after {display: none;}
.about-text-area ul li {width: 100%;}
a.btn-benner {
    padding: 8px 19px;
}
.main-header p a {
    font-size: 12px;
}
.site-footer {
    padding: 30px 10px;
}

.footer-list.col-lg-4.logo-col.pr-5 img {
    width: 162px;
}
.main-header p {
    padding: 0 7px;
}
.counter-box {
    padding: 14px;
}
	section.appointment-form-section {
    margin-top: -50%;
}
	.choose .btn-benner {
    margin-left: 10px;
}

}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 384px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
span.wpcf7-spinner {
    display: none;
}

form.wpcf7-form.init p {
    margin: 0;
}
.pagination ul {
    padding: 0;
    margin: 15px 0;
}

.pagination {
    justify-content: center;
}

.pagination ul a.page-numbers {
    background: var(--primary-color);
    padding: 5px 11px;
    color: #fff;
}

.pagination ul span.page-numbers.current {
    background: #000;
    padding: 5px 12px;
    color: #fff;
}
.blog-slider .card a:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec-head {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 99;
}

.sec-head.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff; /* ya apne header ka color */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.contact .contact-box p a {
    color: #fff;
}

ul.sub-menu {
    position: absolute;
    background: #2f5d8c;
}
ul.sub-menu li a {
    color: white;
}
ul.sub-menu li {
    list-style: none;
}
ul.sub-menu {
    display: none;
}
ul#menu-primary-menu li:hover ul.sub-menu {
display: block;
}
.hover-div :hover.MV-content h4 {
    color: var(--secondary-color);
}

.hover-div:hover .img-icon img {
    background: var(--primary-color);
}
.consultation-content h3 a {
    color: #333;
}
.choose .btn-benner:hover {
    background: #000;
}
form br {
    display: none;
}
.video-section h2 {
    max-width: 754px;
    margin: auto;
}
.blog-side h3 {
    margin-bottom: 16px;
}
.blog-slider .card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}