/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
  }
  section.inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 230px 0 0 0;
  }
  .menuSection .container-fluid {
    padding: 12px 5%;
    height: 100%;
  }
  .services-inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
  }
  .services-inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 230px 0 0 0;
  }
  .services-banner-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
  .top-header-maruque .marquee {
    font-size: 17px;
    color: #fff;
    height: 40px !important;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-header-maruque .marquee span {
    float: left;
    width: 20%;
    font-size: 13px;
  }
  .services-banner-right {
    display: flex;
    align-items: flex-end;
    height: 100%;
    gap: 5vw;
    padding: 0 0 9vh 0;
    justify-content: center;
  }
  .menuSec ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 6%;
  }
  .menuSec ul > li > a {
    text-transform: uppercase;
    font-weight: 550;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    font-size: 11px;
  }
  .customer-review-item {
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 1px 19px 1px #0000005e;
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    width: 24vw;
    /* height: 263px; */
    border-radius: 10px;
    max-height: 300px;
  }

  h2 {
    font-family: "blender_pro_medium";
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0;
  }

  .inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
  }
  section.inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 181px 0 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
  .top-header-maruque .marquee {
    font-size: 17px;
    color: #fff;
    height: 40px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-header-maruque .marquee span {
    float: left;
    width: 20%;
    font-size: 12px;
  }
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(89 155 213);
    }
    100% {
      box-shadow: 0 0 0 7px rgb(89 155 213);
    }
  }
  .menuSec ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 3%;
  }
  .menuSec ul > li > a {
    text-transform: uppercase;
    font-weight: 550;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    font-size: 11px;
  }
  .header-right .web-btn {
    font-size: 6px;
  }
  .hero-banner {
    height: auto;
    width: 100%;
    background: url(../images/hero-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  section.hero-banner .container-fluid .row {
    height: 100%;
    flex-wrap: wrap;
    padding: 200px 0 0 0;
  }
  .services-banner-right {
    display: flex;
    align-items: flex-end;
    height: 100%;
    gap: 5vw;
    padding: 0 0 10vh 0;
    justify-content: center;
  }
  .hero-left h3 {
    display: inline-flex;
    background-color: #599bd5;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 6px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 10px 0 0;
  }
  .after-comp-img::after {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/top-arrow.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    top: 0;
    left: -15vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .before-comp-img::before {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/bottom-arrow.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    bottom: 0;
    right: -16vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .hero-left h1 {
    text-transform: uppercase;
    line-height: 60px;
    padding-bottom: 10px;
    background: linear-gradient(90deg, #599bd5 0%, #e2e2e3 54%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 7s linear infinite;
    display: inline-block;
    animation-delay: 1s;
    text-align: center;
  }
  .testi-slider .slick-prev {
    left: inherit;
    right: 12%;
  }
  .choose-us-box {
    width: 100%;
    background-color: white;
    padding: 40px;
    border-radius: 10px 10px 0 0;
  }
  .customer-review-item {
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 1px 19px 1px #0000005e;
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    width: 100%;
    /* height: 263px; */
    border-radius: 10px;
    max-height: 250px;
  }
  .customer-review-slider .slick-slide.slick-current .customer-review-item {
    box-shadow: 0 10px 0px 0 #fff;
    background-color: #3b3c7f;
    width: 100%;
    /* height: 253px; */
  }
  .consult-left-heading h2 {
    text-transform: uppercase;
    font-size: 40px;
  }
  .contanct-info-footer > p {
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
  }
  .inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
  }
  section.inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 200px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(89 155 213);
    }
    100% {
      box-shadow: 0 0 0 7px rgb(89 155 213);
    }
  }
  ul.social-icon a i {
    font-size: 15px;
  }
  .hero-banner {
    height: auto;
    width: 100%;
    background: url(../images/hero-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  section.hero-banner .container-fluid .row {
    height: 100%;
    flex-wrap: wrap;
    margin: 200px 0 0 0;
  }
  .home-banner-right img {
    height: auto;
  }
  .services-banner-right {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 5vw;
    padding: 0 0 3vh 0;
    justify-content: center;
  }
  .top-header-maruque .marquee {
    font-size: 10px;
    color: #fff;
    height: 52px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menuSec ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 5%;
  }
  .menuSec ul > li > a {
    text-transform: uppercase;
    font-weight: 550;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    font-size: 7px;
  }
  .menuSection .container-fluid {
    height: 100%;
    padding: 0 3%;
  }
  .web-btn span {
    height: 40px;
    width: 40px;
    background-color: #f5f0e1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    transition: background-color 0.4s ease, transform 0.4s ease;
  }
  .header-right .web-btn {
    font-size: 5px;
    height: 50px;
  }
  .hero-left h1 {
    text-transform: uppercase;
    line-height: 60px;
    padding-bottom: 10px;
    background: linear-gradient(90deg, #599bd5 0%, #e2e2e3 54%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 7s linear infinite;
    display: inline-block;
    animation-delay: 1s;
    text-align: center;
  }
  .hero-left h3 {
    display: inline-flex;
    background-color: #599bd5;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 6px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    width: fit-content;
    margin: 0 10px 0 0;
  }
  .after-comp-img::after {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/top-arrow.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    top: -49px;
    left: -12vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .before-comp-img::before {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/bottom-arrow.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    bottom: -50px;
    right: -12vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .social-sec {
    margin-left: -16%;
  }
  .hero-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    width: 100vw;
    background-color: #599bd5;
    padding: 0;
  }
  .about-right h2 {
    text-transform: uppercase;
    font-size: 40px;
  }
  .abt-our-mision {
    background-color: #599bd5;
    margin-left: -4%;
    padding: 30px;
    margin-bottom: 4%;
    margin-top: 1%;
    border-radius: 0 10px 10px 0;
  }
  .about-left > img {
    height: 785px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .testi-slider .slick-prev {
    left: inherit;
    right: 11%;
  }
  section.covered-sec {
    padding: 70px 0;
    contain-intrinsic-block-size: AUTO 100px;
  }
  .choose-us-box {
    width: auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px 10px 0 0;
  }
  .customer-review-slider .slick-slide.slick-current .customer-review-item {
    box-shadow: 0 10px 0px 0 #fff;
    background-color: #3b3c7f;
    width: 100%;
    /* height: 253px; */
  }
  .consult-left-heading h2 {
    text-transform: uppercase;
    font-size: 30px;
  }
  .consultation-right img {
    height: 660px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .quick-links > p {
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
  }
  .footer-services > p {
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 10px;
    font-weight: 500;
  }
  .contanct-info-footer > p {
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 10px;
    font-weight: 500;
  }
  .news-letter > p {
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 10px;
    font-weight: 500;
  }
  ul.contanct-info-footer-list a {
    padding: 20px 0;
    display: flex;
    align-items: center;
    color: #e9e5e5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
    font-size: 10px;
  }
  .inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
  }
  section.inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 240px 0 0 0;
  }
  .inner-banner-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }
  section.service-page-sec .row {
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.service-page-sec .row .col-md-4 {
    width: 50%;
  }
  section.service-page-sec {
    padding: 50px 0 0 0;
  }
  .after-comp-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border: 6px solid #599bd5;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px rgba(89, 155, 213, 0.7);
  }
  .before-comp-img img {
    height: auto;
    width: 400%;
    object-fit: cover;
    object-position: 0 -1;
    border: 6px solid #599bd5;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px rgba(89, 155, 213, 0.7);
  }
  .services-inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
  }
  .services-inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 220px 0 0 0;
  }
  .services-banner-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .services-d-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(89 155 213);
    }
    100% {
      box-shadow: 0 0 0 10px rgb(89 155 213);
    }
  }
  .hero-banner {
    height: auto;
    width: 100%;
    background: url(../images/hero-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  ul.social-icon a i {
    font-size: 15px;
  }
  section.hero-banner .container-fluid .row {
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 170px 0 0 0;
  }

  .first-col {
    order: 2;
  }
  .second-col {
    order: 1;
  }
  .hero-right {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding-top: 15vh;
  }
  .social-sec {
    margin-left: 0;
  }
  .about-left > img {
    height: auto;
    width: 100% 441px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .top-header-maruque .marquee {
    font-size: 17px;
    color: #fff;
    height: 36px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-logo img {
    height: 40px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .header-right .web-btn {
    font-size: 11px;
    height: 50px;
  }
  .web-btn span {
    height: 40px;
    width: 40px;
    background-color: #f5f0e1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    transition: background-color 0.4s ease, transform 0.4s ease;
  }
  .menuSection .container-fluid {
    height: 100%;
    padding: 10px 5%;
  }
  .after-comp-img::after {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/top-arrow.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    top: 0;
    left: -22vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .before-comp-img::before {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/bottom-arrow.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    bottom: 0;
    right: -24vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .hero-left h5 {
    text-transform: capitalize;
    padding-top: 15px;
    color: #3b3c7f;
    background-color: white;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    animation: pulse-animation 2s infinite;
    align-items: center;
    margin: 0 auto;
  }
  .hero-left h1 {
    text-transform: uppercase;
    line-height: 40px;
    padding-bottom: 10px;
    background: linear-gradient(90deg, #599bd5 0%, #e2e2e3 54%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 7s linear infinite;
    display: inline-block;
    animation-delay: 1s;
    text-align: center;
    margin: 30px 0 20px 0;
    font-size: 50px;
  }
  .hero-left div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero-social {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row !important;
  }
  section.about-us {
    padding: 80px 0;
  }
  .abt-our-mision h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 36px;
  }
  .hero-left h3 {
    display: inline-flex;
    background-color: #599bd5;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 6px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    width: fit-content;
    font-size: 16px;
  }
  .testi-slider .slick-prev {
    left: inherit;
    right: 15%;
  }
  .liceneced-para {
    text-transform: capitalize;
    padding-top: 15px;
    color: #3b3c7f;
    background-color: white;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    animation: pulse-animation 2s infinite;
    font-size: 7px;
  }
  .service-item--detail h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 30px;
  }
  section.covered-sec {
    padding: 70px 0;
    contain-intrinsic-block-size: AUTO 100px;
  }
  .choose-us-box {
    width: auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px 10px 0 0;
  }
  .choose-us .web-btn {
    background: linear-gradient(45deg, #3b3c7f, #5a5b9f, #3b3c7f, #5a5b9f);
    font-size: 12px;
  }
  .customer-review-item {
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 1px 19px 1px #0000005e;
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    width: 24vw;
    /*height: 263px;*/
    border-radius: 10px;
    max-height: 600px;
    width: 100%;
  }

  .customer-review-slider .slick-slide.slick-current .customer-review-item {
    box-shadow: 0 10px 0px 0 #fff;
    background-color: #3b3c7f;
    width: auto;
    /*height: 253px;*/
  }
  section.consultation {
    padding: 0;
  }
  .consult-left-heading h2 {
    text-transform: uppercase;
    font-size: 50px;
  }
  .consultation-right img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .consultation-right {
    padding: 40px 0;
  }
  .footer-logo-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-logo > p {
    color: #e9e5e5;
    padding: 30px 0 30px 0;
    text-align: center;
  }
  .footer-logo > h5 {
    color: white;
    text-transform: uppercase;
    padding-bottom: 30px;
    text-align: center;
  }
  .footer-social-icon {
    display: flex;
    gap: 35px;
    justify-content: center;
  }
  .mt-3.revbb {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 24px 0;
  }
  .quick-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  ul.footer-services-list li {
    padding: 14px 0;
  }
  ul.quick-links-list div li {
    padding: 7px 0;
  }
  .contanct-info-footer {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  ul.contanct-info-footer-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .news-letter {
    margin: 20px 0 0 0;
  }
  .news-letter > p {
    color: white;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .news-letter button {
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
  }
  .news-letter a {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 20px;
  }
  .inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
  }
  section.inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 70px 0 0 0;
  }
  section.service-page-sec .row .col-md-4 {
    margin: 0 0 60px 0;
  }
  section.service-page-sec {
    padding: 70px 0 0;
  }
  .services-inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
  }
  .services-d-txt h2 {
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(89 155 213);
    }
    100% {
      box-shadow: 0 0 0 10px rgb(89 155 213);
    }
  }
  .liceneced-para {
    text-transform: capitalize;
    padding-top: 15px;
    color: #3b3c7f;
    background-color: white;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    animation: pulse-animation 2s infinite;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  div#Header {
    /* height: 135px; */
    width: 100%;
    position: absolute;
    /* top: 5%; */
    left: 0;
    border-bottom: 1px solid #8f8e8e63;
    z-index: 2;
    padding: 0 0 15px 0;
    position: static;
    background: #64659a;
    padding-bottom: 40px;
  }
  .hero-banner {
    padding-top: 0;
}

.services-banner-right {
    padding-top: 50px;
}

  .y-counter-img img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(61%) saturate(1735%)
      hue-rotate(181deg) brightness(90%) contrast(83%);
    height: 30px;
    width: auto;
    object-fit: cover;
  }
  h2.counter-year {
    color: white;
    font-size: 40px;
  }
  .header-logo img {
    height: 50px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .menuSection .container-fluid .row {
    height: 100%;
    gap: 43px;
  }
  .top-header-maruque {
    height: 40px;
    overflow: hidden;
  }
  .top-header-maruque .marquee {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    display: block;
  }
  .header-right .web-btn {
    font-size: inherit;
  }
  .top-header-maruque .marquee div {
    width: 100%;
    animation: marquee 15s linear infinite;
    white-space: nowrap;
  }
  .top-header-maruque .marquee span {
    float: none;
    display: inline-block;
    width: auto;
    padding-right: 20px;
    font-weight: 600;
    font-size: 11px;
  }
  .header-right .web-btn {
    width: fit-content;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero-banner {
    height: 100%;
    width: 100%;
    background: url(../images/hero-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding: 0;
  }
  .header-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5vh 0 0 0;
  }
  .header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 15px;
    flex-direction: column;
  }
  .home-banner-right img {
    height: auto;
  }
  .hero-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-top: 4vh;
    padding-bottom: 11vh;
  }
  .hero-left h1 {
    font-size: 9vw;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 35px 0 19px 15px;
  }
  .hero-left a {
    font-size: 3.5vw;
    margin: 0 auto;
  }
  .hero-left h3 {
    display: inline-flex;
    background-color: #599bd5;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 6px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    width: fit-content;
    font-size: 3.5vw;
    margin: 0 auto;
    text-align: center;
  }
  .hero-right .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-right::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 48.8vh;
    width: 100%;
    background-color: #009167;
    z-index: -1;
    border-radius: 50% 50% 0 0;
  }
  .hero-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #599bd5;
    padding: 0;
    margin: 0;
    width: 100vw;
    margin-left: -2%;
  }
  .before-comp-img::before {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/bottom-arrow.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
    bottom: -22px;
    right: -41vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  ul.social-icon {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }
  .after-comp-img::after {
    content: "";
    position: absolute;
    height: 90px;
    background: url(../images/top-arrow.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
    top: -26px;
    left: -39vw;
    width: 140px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .hero-social p {
    padding-right: 16px;
    font-size: 2.7vw;
  }
  ul.social-icon::before {
    content: "";
    width: 90px;
    height: 1px;
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  ul.social-icon a {
    width: 30px;
    height: 30px;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  ul.social-icon a i {
    font-size: 15px;
  }
  section.hero-banner .container-fluid .row {
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .first-col {
    order: 2;
  }
  .second-col {
    order: 1;
  }
  .hero-right {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding-top: 15vh;
  }
  .social-sec {
    margin-left: 0;
  }
  .about-left > img {
    height: auto;
    width: 100% 441px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .counter-wrapper {
    background-color: #599bd5;
    position: absolute;
    bottom: 20%;
    left: -1%;
    display: flex;
    padding: 7px;
    padding-left: 30px;
    border-radius: 10px;
    animation: scaleAnimation 2s ease-in-out infinite alternate;
  }
  .abt-our-mision h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 4vw;
  }
  p.abt-para1 {
    color: #64a2d8;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 11px;
  }
  .services-heading h2 {
    text-transform: uppercase;
    color: white;
    font-size: 7vw;
  }
  .testi-slider .slick-prev {
    left: inherit;
    right: 20%;
  }

  .testi-slider .slick-prev,
  .testi-slider .slick-next {
    top: -8%;
  }
  section.about-us {
    padding: 100px 0 50px 0;
  }
  .service-item--detail h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 4vw;
  }
  section.covered-sec {
    padding: 40px 0;
  }
  .covered-heading h2 {
    text-transform: uppercase;
    font-size: 7vw;
  }
  .covered-heading p {
    width: 100%;
  }
  .choose-us-box {
    width: auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px 10px 0 0;
  }
  .choose-us-box h2 {
    text-transform: uppercase;
    font-size: 9vw;
  }
  .customer-say-heading h2 {
    text-transform: uppercase;
    font-size: 7vw;
  }
  .choose-us {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background: url(../images/choose-us-bg.jpg.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0 0px 0;
    margin-bottom: 20px;
  }
  .customer-review-slider .slick-slide.slick-current .customer-review-item {
    box-shadow: 0 10px 0px 0 #fff;
    background-color: #5a5b9f;
    width: 100%;
    height: auto;
  }
  section.consultation {
    padding: 0;
  }
  .consult-left-heading h2 {
    text-transform: uppercase;
    font-size: 7vw;
  }
  .consultation-right {
    padding-left: 0;
    padding-top: 10%;
    padding-bottom: 8%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .quick-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contanct-info-footer {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  ul.contanct-info-footer-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0;
    overflow: hidden;
  }
  .inner-banner-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 74px;
  }
  .inner-banner-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .inner-banner-left h1 {
    font-size: 11vw;
  }
  .inner-banner-right {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner-banner-right-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #009167;
    z-index: 0;
    border-radius: 50% 50% 0 0;
  }
  .about-page-wrapper .abt-our-mision {
    background-color: #599bd5;
    margin-left: -4%;
    margin-top: -2%;
    border-radius: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8%;
    margin-top: 21px;
  }
  .verify-ul li {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .contact-page-wrapper .consultation {
    padding: 50px 0 50px 0;
  }
  section.service-page-sec {
    padding: 50px 0;
  }
  section.service-page-sec .service-item {
    margin: 20px 15px 0 15px;
  }
  section.service-page-sec .row {
    margin-bottom: 0;
  }
  section.servicespage-sec {
    padding: 50px 0;
  }
  .hero-left h5 {
    text-transform: capitalize;
    padding-top: 15px;
    color: #3b3c7f;
    background-color: white;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 800;
    margin-bottom: 10px;
    animation: pulse-animation 2s infinite;
    text-align: center;
    margin: 0 auto;
    font-size: 19px;
  }
  .hero-left p {
    padding: 22px 10px 22px 0;
    color: white;
    text-align: center;
    font-size: 14px;
  }
  .why-choose-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
    gap: 20px;
    text-align: center;
  }

  section.inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    margin: 120px 00 0;
  }
  .before-comp-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: 0 -1;
    border: 6px solid #599bd5;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px rgba(89, 155, 213, 0.7);
  }
  .after-comp-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border: 6px solid #599bd5;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px rgba(89, 155, 213, 0.7);
  }
  .services-inner-banner .container-fluid > .row {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .services-banner-left h1 {
    font-size: 50px;
    text-align: center;
    margin: auto;
  }
  .services-d-txt h2 {
    text-align: center;
    font-size: 30px;
  }
  .services-d-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .consultation-right img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .buzzing-universe-overview-sec .accordion-button:not(.collapsed) {
    color: #000;
    border: none;
    background-color: transparent;
    font-size: 13px;
}
.buzzing-universe-overview-sec .accordion-body p {
    margin: 0;
    color: #6f787e;
    font-size: 12px;
}

.buzzing-universe-overview-sec .accordion-button {
    font-size: 13px;
    color: black;
    border: none;
}
span.faq-num {
    display: inline-flex
;
    background-color: #3b3c7f;
    min-width: 30px;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    margin: 0 15px 0 0;
}
.services-inner-banner {
    height: auto;
    background: url(../images/hero-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position: 0 -69px;
}
.services-banner-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 150px 0 70px 0;
}
.services-banner-right

 {
    display: flex
;
    align-items: flex-end;
    height: 100%;
    gap: 5vw;
    padding: 120px 0 3vh 0px;
    justify-content: center;
}
}
/*Media Query End*/
