@media only screen and (max-width: 1199px) {
  header .wrapper {
    padding: 10px;
    /*    background: #fff;*/
  }
  header .wrapper .logo-section a img {
    height: 30px;
  }
  header .wrapper .nav-section .menu-icon {
    display: flex;
    align-items: end;
    justify-content: end;
    z-index: 10;
  }
  header .wrapper .nav-section {
  }
  header .wrapper .nav-section .menu-icon .hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  header .wrapper .nav-section .menu-icon.open .hamburger {
    position: relative;
    top: -3px;
  }
  header .wrapper .nav-section nav {
    visibility: hidden;
    /*    opacity: 0;*/
    pointer-events: none;
    position: fixed;
    right: 0;
    background: #fff;
    top: 0px;
    transform: translateY(-500px);
    transition: all 1.5s ease;
    width: 100%;
    padding: 60px 48px;
    backdrop-filter: blur(10px);
    height: 0;
    overflow: hidden;
    /*	  z-index: -1;*/
  }
  header .wrapper .nav-section nav.open {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: block;
    position: fixed;
    height: 100%;
    /*    padding: 40px 20px;*/
    transition: all 1.1s ease;
  }
  header .wrapper .nav-section nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 20px;
    gap: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  header .wrapper .nav-section nav ul li {
    /*    transform: translateY(-10px);*/
    width: 100%;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #efefef;
  }
  header .wrapper .nav-section nav.open ul {
    opacity: 1;
    height: 100%;
    overflow: visible;
  }
  header .wrapper .nav-section nav.open ul li {
    transform: translateY(0px);
    opacity: 1;
  }
  header .wrapper .nav-section nav ul li a {
    display: block;
    padding: 5px 0;
  }
  header .wrapper .nav-section nav ul li a.active {
    background: transparent;
  }
  header.scrolled .wrapper {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  p {
    line-height: 1.3;
  }
  .hero {
    background-size: cover !important;
    min-height: auto;
  }
  .hero .wrapper {
    display: block;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 130px;
  }
  .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dual-section .wrapper {
    /*    gap: 30px;*/
    /*    padding-bottom: 50px;*/
    grid-template-columns: repeat(1, 1fr);
  }
  .dual-section .wrapper .right-col p {
    font-size: 1.1em;
    width: 100%;
  }
  .slider .slick-list .slick-track .slick-slide.slick-current {
    /*		transform: scale(0.9);*/
  }
  .slider .slick-arrow {
    transform: translateX(-50%);
  }
  .slider .slick-arrow.arrow-left {
    left: 45%;
  }
  .slider .slick-arrow.arrow-right {
    left: 55%;
  }
  .dual-section .wrapper .left-col {
    gap: 20px;
  }
  .dual-section.tabs-section .wrapper {
    flex-direction: column;
    display: flex;
    align-items: normal;
    padding-top: 10px;
  }
  .tab-container .tab-content .tabs-slider .slick-arrow.arrow-right {
    left: 55%;
  }
  .tab-container .tab-content .tabs-slider .slick-arrow.arrow-left {
    left: 45%;
  }
  .highlight {
    background-attachment: scroll;
    /*    background: #000000 !important;*/
  }
  .highlight .bg-element-scroll {
    /*    height: 100vh;*/
    display: none;
  }
  .highlight::before {
    opacity: 0.8;
  }
  .highlight .wrapper {
    width: 80%;
  }
  .highlight .scroll-wrapper {
    width: 80%;
    padding-bottom: 80px;
  }
  .highlight .scroll-wrapper .highlight-item {
    opacity: 1;
  }
  .highlight .scroll-wrapper .highlight-item h3 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .highlight .scroll-wrapper .highlight-item .sub-head {
    font-size: 1rem;
  }
  .quote h3 {
    width: 100%;
  }
  .quote h3::before,
  .quote h3::after {
    font-size: 10rem;
  }
  .quote h3::after {
    /*    left: auto;
    bottom: -20px;
    /*    right: 0;*/
  }
  .quote h3::before {
    /*    left: 0;*/
    /*    top: 100px;*/
  }
  .dual-section .wrapper .right-col .img-box {
    padding-top: 50px;
  }
  .dual-section.about .wrapper .right-col {
    gap: 20px;
    flex-direction: column;
  }
  .dual-section.about .wrapper {
    padding-bottom: 50px;
  }
  .mission-vision-box {
    flex-direction: column;
  }
  .backtotop {
    right: 30px;
    bottom: 40px;
  }
  footer .wrapper {
    flex-direction: column;
  }
  footer .wrapper .footer-left img {
    height: 30px;
  }
  footer .wrapper .footer-mid {
    gap: 10px;
    flex-direction: column;
  }
  footer .wrapper .footer-right {
    gap: 30px;
    flex-direction: column;
  }
  header.scrolled .wrapper {
    padding: 10px;
  }
  .dual-section.mission-vision-box .wrapper .right-col .mission-vision {
    padding-top: 30px;
    flex-direction: column;
  }
  .m-d-n {
    display: none !important;
  }
  .client-box {
    justify-content: space-between;
  }
  .black-icon-boxes .wrapper {
    flex-wrap: wrap;
  }
  .black-icon-boxes .wrapper.four-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .black-icon-boxes .wrapper.three-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .client-box img {
    width: 100px;
  }
  .contact-box .wrapper .right-col .map-box iframe,
  .career-form-box .wrapper .right-col .map-box iframe {
    height: 200px;
  }
  .contact-box .wrapper .right-col .get-in-touch .form-box form .form-row,
  .career-form-box .wrapper .right-col .get-in-touch .form-box form .form-row {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .contact-box .wrapper .right-col .get-in-touch .form-box,
  .career-form-box .wrapper .right-col .get-in-touch .form-box {
    margin-top: 40px;
  }
  .contact-box .wrapper .right-col .get-in-touch .form-box form .form-row .form-group.upload-btn,
  .career-form-box .wrapper .right-col .get-in-touch .form-box form .form-row .form-group.upload-btn {
    flex-direction: column;
    gap: 10px;
  }
  .contact-box .wrapper .right-col .get-in-touch .form-box form .form-row .form-group .upload-btn-wrapper,
  .career-form-box .wrapper .right-col .get-in-touch .form-box form .form-row .form-group .upload-btn-wrapper {
    width: 100%;
  }
  .contact-box .wrapper .right-col .get-in-touch .form-box form .form-row .form-group.btn-container,
  .career-form-box .wrapper .right-col .get-in-touch .form-box form .form-row .form-group.btn-container {
    margin-top: 20px;
  }
  .slider-section .wrapper {
    padding-bottom: 100px;
  }
  .dual-section.approach-box .wrapper .right-col .approach {
    grid-template-columns: repeat(1, 1fr);
  }
  .slider .slick-list .slick-track {
    margin-left: 0px;
  }
  .hero.video-hero .video-container iframe {
    width: 400%;
    height: 100%;
  }
  .hero-small .wrapper p {
    font-size: 1rem;
  }
  .privacy-terms .wrapper {
    width: 80%;
  }
  .dual-section .wrapper .left-col .logo-icon img {
    height: 40px;
  }
  .hero.video-hero {
    height: auto;
  }
  .mfp-content {
    width: 80% !important;
  }
  .user-popup-box .wrapper {
    width: 100%;
    padding: 20px;
  }
  .footer-nav .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-nav .wrapper .left-col a {
    justify-content: center;
  }
  .footer-nav .wrapper .right-col a {
    justify-content: center;
  }
  footer .wrapper .footer-left {
    text-align: center;
  }
  footer .wrapper .footer-mid .col ul {
    text-align: center;
  }
  .hero .wrapper .hero-left p {
    width: 100%;
  }
  .financial-info-wrapper {
    flex-direction: column;
  }
  .investor-thankyou .wrapper h4 {
    width: 100%;
    font-size: 1.3rem;
  }
  .investor-thankyou .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .slider-section.leader-slider-sec .wrapper {
    display: block;
  }
  .slider-section .wrapper .right-col .user-slider .slick-arrow.arrow-left {
    left: 45%;
  }
  .slider-section .wrapper .right-col .user-slider .slick-arrow.arrow-right {
    left: 55%;
  }
  .media-body .wrapper .right-col h2 {
    font-size: 2rem;
  }
  .download-popup-box .wrapper {
    padding: 20px;
  }
  .form-box form .form-row {
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .form-box form .form-row-group {
    margin: 30px 0;
  }
  .form-box form .form-row-group .form-row-group-container {
    flex-direction: column;
  }
  .form-box form .form-row-group .form-row-group-container .form-row.radio-group {
    align-items: flex-start;
  }
  .form-box form .form-row-group .form-row-group-container .form-row.check-group .form-group {
    align-items: self-start;
  }
  .download-popup-box .wrapper .popup-container .popup-alt {
    margin: 30px 0;
  }
  .dual-section .wrapper .left-col.tabs-container {
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 576px) {
  .highlight .scroll-wrapper .highlight-item.active {
    transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .highlight .scroll-wrapper .highlight-item.active h3 {
    /*    font-size: 3rem;*/
    /*    margin-bottom: 5px;*/
  }
  .highlight .scroll-wrapper .highlight-item.active .sub-head {
    font-size: 1rem;
  }
  .icon-boxes {
    flex-direction: column;
    padding-top: 20px;
    gap: 20px;
  }
  .icon-boxes .left-side,
  .icon-boxes .right-side {
    gap: 20px;
  }
  .icon-boxes .icon-item .icon img {
    width: 50px;
  }
  .black-icon-boxes .wrapper.four-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .black-icon-boxes .wrapper.three-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .mfp-arrow-left {
    left: 5px;
  }
  .mfp-arrow-right {
    right: 5px;
  }
  .user-popup-box .wrapper .popup-container .user-details .user-detail img:hover {
    transform: scale(1.1);
  }
  footer .wrapper .footer-mid .col ul {
    flex-direction: column;
    gap: 10px;
  }
  .who-we-are-numbers .wrapper .highlight-box {
    flex-direction: column;
    gap: 0;
    padding-top: 20px;
  }
  .media-body .wrapper .right-col h2 {
    font-size: 1.5rem;
  }
  .dual-section .wrapper .right-col .img-box .single-img {
    border-radius: 10px;
  }
  .download-container .downloads-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  .wrapper {
    width: 90%;
    padding-top: 50px;
  }
  .hero {
    min-height: auto;
  }
  .hero .wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: initial;
    grid-template-columns: 90% 10%;
  }
  .dual-section .wrapper .right-col p {
    width: 100%;
  }
  .slider-section .wrapper {
    width: 90%;
  }
  .slider .slick-arrow.arrow-right {
    left: 53%;
  }
  .slider .slick-arrow.arrow-left {
    left: 47%;
  }
  .dual-section .wrapper {
    grid-template-columns: 20% 70%;
  }
  .quote h3 {
    width: 100%;
  }
  .quote::before,
  .quote::after {
    font-size: 10rem;
  }
  .quote::after {
    left: auto;
    bottom: -20px;
    right: 0;
  }
  .quote::before {
    left: 0;
    top: 100px;
  }
  .dual-section.about .wrapper {
    padding-bottom: 50px;
  }
  .dual-section.mission-vision-box .wrapper {
    padding-bottom: 50px;
  }
  .backtotop {
    right: 30px;
    bottom: 100px;
  }
  .dual-section.mission-vision-box .wrapper .right-col .mission-vision {
    padding-top: 30px;
  }
  .icon-boxes {
    flex-direction: column;
  }
  .dual-section.approach-box .wrapper .right-col .approach {
    grid-template-columns: repeat(1, 1fr);
  }
  .hero.video-hero .video-container iframe {
    width: 170%;
    height: 150%;
  }
  .privacy-terms .wrapper {
    width: 80%;
  }
  .slider .slick-list .slick-track {
    margin-left: 0;
  }
  .financial-info-wrapper {
    flex-direction: column;
  }
  .investor-thankyou .wrapper h4 {
    width: 100%;
    font-size: 1.3rem;
  }
  .investor-thankyou .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero .wrapper .hero-left p {
    width: 100%;
  }
  .mfp-content {
    width: 80% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1325px) {
  footer .wrapper .footer-mid {
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
  }
  footer .wrapper .footer-right {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero.video-hero .video-container iframe {
    width: 170%;
    height: 150%;
  }
  .hero .wrapper .hero-left p {
    width: 100%;
  }
  h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 577px) and (max-width: 900px) {
  .hero .wrapper {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .dual-section .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .dual-section.tabs-section .wrapper {
    flex-direction: column;
    display: flex;
    align-items: normal;
  }
  .tab-container .tab-content .tabs-slider .slick-arrow.arrow-left {
    left: 47%;
  }
  .tab-container .tab-content .tabs-slider .slick-arrow.arrow-right {
    left: 53%;
  }
  .highlight .wrapper {
    width: 90%;
  }
  .highlight .scroll-wrapper {
    width: 90%;
  }
  .icon-boxes {
    flex-direction: row;
  }
  .dual-section .wrapper .left-col.tabs-container {
    position: relative;
    top: auto;
  }
}
