@media (max-width: 1919px){
  h1, .h1{
    font-size: 80px;
  }
  .banner-slide{
    min-height: 800px;
  }
  footer,
  .ourStats,
  .clients_blk,
  .aboutUsBlk {
    padding: 70px 0;
  }
  .ourCients{
    margin-top: 70px;
  }
  .supports_blk{
    padding: 100px 0;
  }
}
@media (max-width: 1599px){
  .container{
    max-width: 1310px;
    padding: 0 15px;
  }
  .hero-content{
    max-width: 50%;
  }
  .hero-content p br{
    display: none;
  }
  .banner-slide {
    min-height: 720px;
  }
  h1, .h1 {
    font-size: 50px;
  }
  h2{
    font-size: 40px
  }
  h3{
    font-size: 26px;
  }
  h4{
    font-size: 20px;
  }
  footer, .ourStats, .clients_blk, .aboutUsBlk {
    padding: 50px 0;
  }
  .services_list{
    padding: 50px 10px 0 10px;
  }
  .sc_Card {
    height: 560px;
  }
  .strategies_card1,
  .strategies_card2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    max-width: 36%;
  }
  .ourCients{
    margin-top: 50px;
  }
  .cta_blk{
    min-height: 600px;
  }
  .ourStats_item{
    gap: 15px;
  }
  .ourStats_item img{
    max-width: 50px;
  }
  .ourStats_item h2{
    font-size: 30px;
  }
  .cta_in{
    max-width: 50%;
  }
  .banner2 .banner-slide {
    min-height: 450px;
  }
  .aboutUsBlk2 .aub_rht {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 800px;
            flex: 0 0 800px;
    max-width: 800px;
  }
  .supports_row ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
  .supports_row ul li a{
    padding: 30px;
  }
  .contact_us{
    padding-top: 70px;
  }
  .comapny_location iframe{
    height: 550px;
    margin-top: 50px;
  }
  .appportfolio{
    padding: 60px 0;
  }
  .portfolio_wrapper{
    padding: 60px 30px;
  }
  .pai_head h3 {
    font-size: 30px;
  }
}
@media (max-width: 1349px){
  .container{
    max-width: 1170px;
  }
  h1, .h1 {
    font-size: 40px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  .banner-slide {
    min-height: 600px;
  }
  .aub_rht ul li{
    padding: 20px;
    gap: 10px;
  }
  .services_blk{
    padding-top: 0;
  }
  .strategies_card1, .strategies_card2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%;
  }
  .cta_blk {
    min-height: 500px;
  }
  .ourStats_item {
    gap: 10px;
  }
  footer br{
    display: none;
  }
  .supports_img img{
    max-width: 320px;
  }
  .testmonials_foot{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .open .accordin_toggle {
    font-size: 20px;
  }
  .css_rht {
    max-width: 50%;
  }
  .wcu_lft h4,
  .ourApproach h4,
  .ow_lft h4,
  .ow_lft h4{
    font-size: 20px;
  }
}
@media (max-width: 1199px){
  .container{
    max-width: 970px;
  }
  .header_rht{
    display: block;
  }
  .menu_toggle{
    display: block;
  }
  header nav{
    display: none;
  }
  header{
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-animation: none !important;
            animation: none !important;
    padding: 10px 0;
  }
  header .logo img{
    -webkit-filter: none;
            filter: none;
  }
  header .header_rht .btn {
    background: #7758cf;
    border-color: #7758cf;
    color: #fff;
  }
  header .header_rht .btn:after {
    content: url(../images/arrow_4.png);
  }
  header nav{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFF;
  }
  header .container{
    max-width: 100%;
    width: 100%;
  }
  header nav ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }
  header nav ul li a {
    color: #000;
    font-weight: 600;
  }
  header .dropdown_menu {
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 10px 10px 0;
    border:none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .sub_menu{
    padding: 0;
  }
  header .dropdown_btn:after{
    background: url(../images/chervron2.png) no-repeat center / contain;
  }
  header .dropdown_btn.active:after{
    background: url(../images/chervron2Up.png) no-repeat center / contain;
  }
  .dropdown_btn:hover:after{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  header nav ul li a {
    line-height: 26px;
  }
  header nav{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  nav ul li{
    display: block;
  }
  .dropdown_menu .container{
    max-width: 100%;
    padding: 0;
  }
  .sub_menu ul{
    padding: 0;
    display: block;
  }
  .sub_menu ul li{
    max-width: 100%;
  }
  .sub_menu ul li a{
    padding: 0;
  }
  .sub_menu ul li a img{
    display: none;
  }
  .sub_menu ul li a span{
    display: none;
  }
  .dropdown_btm{
    display: none;
  }
  .sub_menu ul li a:hover{
    background: transparent;
  }
  .banner-slide {
    min-height: 500px;
  }
  .aub_in{
    display: block;
  }
  .aub_rht{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .services_head br{
    display: none;
  }
  .strategies_list{
    margin-top: 30px;
  }
  .strategies_card3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
  }
  .strategies_txt p{
    font-size: 14px;
  }
  .sc_Card {
    height: 500px;
  }
  .ourStats{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .ourStats h2 small{
    font-size: 13px;
  }
  .footer_rht, .footer_lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .footer_lft {
    max-width: 370px;
  }
  .aboutUsBlk2 .aub_rht {
    max-width: 100%;
  }
  .supports_blk{
    padding: 60px 0;
  }
  .supports_row ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .supports_img img {
    max-width: 270px;
  }
  .supports_blk h2{
    margin-bottom: 50px;
  }
  .cu_in{
    display: block;
  }
  .cu_lft, .cu_rht{
    max-width: 100%;
  }
  .cu_rht{
    margin-top: 30px;
  }
  .comapny_location iframe {
    height: 400px;
  }
  .contact_us {
    padding-top: 50px;
  }
  .appportfolioCard {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .testmonials_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 !important;
    min-height: auto;
  }
  .wcu_in {
    display: block;
  }
  .wcuw2 .wcu_rht {
    display: block;
  }
  .wcu_card {
    padding: 30px;
  }
  .wcuw2 .wcu_rht .wcu_card + .wcu_card {
    margin-top: 20px !important;
  }
  .css_lft {
     padding: 0 40px 0 0; 
  }
  h3 {
    font-size: 20px;
  }
  h4{
    font-size: 18px;
  }
  .ow_in{
    display: block;
  }
  .ow_rht,
  .ow_lft{
    max-width: 100%;
  }
  .ow_2 .ow_rht {
    padding: 0;
    margin-top: 30px !important;
  }
  .wcu_lft, .wcu_rht{
    max-width: 100%;
    margin: 0;
    padding-top: 20px;
  }
  .ourProjects,
  .faqs_blk,
  .our_process{
    padding: 60px 0;
  }
  .faq_img{
    height: 250px;
  }
  .opl_list2 {
    display: block;
  }
  .opl_card2 {
    margin-top: 30px;
  }

}
@media (max-width: 991px){
  .container{
    width: 750px;
    max-width: 750px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h2{
    font-size: 26px;
  }
  h4{
    font-size: 16px;
  }
  h5{
    font-size: 15px;
  }
  .banner-slide {
    min-height: 450px;
  }
  .aub_lft{
    gap: 10px;
  }
  .aub_rht ul li {
    padding: 15px;
  }
  .services_head {
    max-width: 100%;
  }
  .services_list {
    padding: 30px 10px 0;
  }
  .strategies_list{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc_Card.strategies_card3 .sc_Card2,
  .strategies_card1, .strategies_card2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.8%;
            flex: 0 0 47.8%;
    max-width: 47.8%;
  }
  .sc_Card.strategies_card3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    min-height: 200px;
  }
  .oc_head{
    display: block;
  }
  .oc_lft{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .ourCients{
    margin-top: 30px;
  }
  footer, .ourStats, .clients_blk, .aboutUsBlk {
    padding: 30px 0;
  }
  .cta_in {
    max-width: 70%;
  }
  .cta_blk {
    min-height: 400px;
  }
  .ourStats{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ourStats_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .footer_rht,
  .footer_in{
    display: block;
  }
  .footer_lft{
    max-width: 100%;
  }
  footer br{
    display: block;
  }
  .services_txt strong{
    font-size: 16px;
  }
  .supports_row ul:last-child li:nth-child(2n),
  .supports_row ul li:nth-child(2n) {
    -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit;
  }
  .supports_row ul li {
    max-width: 100%;
  }
  .supports_row ul li a {
    padding: 20px;
  }
  .supports_img{
    display: none;
  }
  .supports_row ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .supports_blk h2{
    margin-bottom: 30px;
  }
  .pa_in {
    max-width: 100%;
  }
  .portfolio_wrapper h4 {
    text-align: center;
  }
  .portfolio_img {
    height: 200px;
  }
  .css_lft {
    padding: 0 40px 0 0;
  }
  .css_in {
    display: block;
  }
  .css_rht {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .css_support_blk {
    padding: 50px 0;
  }
  .portfolio_wrapper {
    padding: 40px 0;
  }
  .offerings_wrapper {
    padding: 40px 0;
  }
  .wcu_wrapper {
    padding: 40px 0;
  }
  .wcu_lft {
    padding: 30px;
  }
  .pai_head h3{
    font-size: 24px;
  }
  .pai_head h4{
    font-size: 20px;
  }
  .ourProjects, .faqs_blk, .our_process {
    padding: 40px 0;
  }
  .op_card {
    -ms-flex: 0 0 calc(100% / 2 - 20px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
  }
  .fas_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .faqs_list {
    margin-top: 15px;
  }
  .faq_rht, .faq_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .opl_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  .oplc_cnt h4 {
    font-size: 28px;
  }
  .page_ai{
    padding: 40px 0;
  }
}
@media (max-width: 767px){
  .container{
    max-width: 100%;
  }
  .hero-content{
    max-width: 100%;
    text-align: center;
  }
  .aub_lft{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .aub_rht ul{
    display: block;
  }
  .aub_rht ul li{
    max-width: 100%;
    padding: 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aub_rht ul li + li{
    border-top: 1px solid #ccc;
  }
  .services_head{
    text-align: center;
  }
  .services_list{
    display: block;
    padding: 0 15px;
    margin-top: 30px;
    text-align: center;
  }
  .services_card a .services_img{
    padding: 0;
    height: auto;
    height: 340px;
  }
  .services_card a .services_img img{
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .services_card + .services_card{
    margin-top: 20px;
  }
  .strategies_card1 .strategies_img{
    position: static;
  }
  .sc_Card {
    text-align: center;
    height: auto;
  }
  .sc_Card.strategies_card3 .sc_Card2, .strategies_card1, .strategies_card2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .sc_Card.strategies_card3{
    min-height: auto;
  }
  .oc_rht,
  .oc_lft{
    text-align: center;
  }
  .oc_rht img{
    display: inline-block;
  }
  .ourStats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .ourStats_item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer{
    text-align: center;
  }
  .footer_rht{
    max-width: 100%;
  }
  .contactDetails ul li{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc_Card.strategies_card3{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .strategies_list{
    display: block;
  }
  .cta_in {
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .logo img{
    max-width: 220px;
  }
  .banner-slide {
    min-height: 300px;
  }
  body{
    font-size: 15px;
    line-height: 22px;
  }
  h2{
    font-size: 24px;
  }
  .strategies_card2{
    margin-top: 30px;
  }
  .strategies_txt{
    padding: 30px 20px;
  }
  .aub_rht{
    text-align: center;
  }
  .aubr_imgs{
    margin-top: 30px;
  }
  .aub_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .banner2 .banner-slide {
    min-height: 300px;
    text-align: center;
  }
  .hero-content {
    max-width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutUsBlk2 .aub_rht{
    margin-top: 0;
  }
  .supports_row{
    display: block;
  }
  .supports_row ul{
    max-width: 100%;
  }
  .supports_row ul:last-child{
    margin-top: 20px;
  }
  .supports_blk{
    background: #fff;
  }
  .supports_row ul li a{
    text-align: center;
  }
  .comapny_location iframe{
    height: 250px;
  }
  .cu_rht{
    padding: 20px;
  }
  .w_50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form_btn{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_us{
    padding-top: 30px;
    text-align: center;
  }
  .cu_lft > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .cul_title{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cu_txt ul li span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
  .cu_txt ul li{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .testmonials_card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
  margin: 0 !important;
  min-height: auto;
  }
  .testmonials_foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .wcuw2 .wcu_rht .wcu_card:nth-child(2) {
    background: #f5f5f5;
  }
  .portfolio_wrapper .slick-dots {
    bottom: -15px;
    left: 0;
    right: 0;
  }
  .slick-arrow {
    display: none !important;
  }
  .css_lft {
    padding: 0;
    text-align: center;
  }
  .open .accordin_toggle {
    font-size: 16px;
  }
  .accordin_toggle {
    padding: 20px 50px 20px 20px;
  }
  .accordin_cnt{
    padding: 0 50px 0 20px;
  }
  .appportfolioCard {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .appportfolio{
    text-align: center;
  }
  .wcu_wrapper {
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
  }
  .banner2 .banner-slide {
    height: 300px;
  }
  .page_about {
    padding: 40px 0;
    text-align: center;
  }
  .offerings_wrapper{
    text-align: center;
  }
  .wcu_lft h4, .ourApproach h4, .ow_lft h4, .ow_lft h4 {
    font-size: 18px;
  }
  .wcu_lft ul li {
    margin-bottom: 20px;
  }
  .ourApproach h4{
    padding: 0;
  }
  .oa_icon {
    margin: 0 auto 20px;
  }
  .ourApproach ul li {
    display: block;
    text-align: center;
  }
  .portfolio_list{
    margin: 0;
  }
  .os_cnt strong{
    font-size: 16px;
    max-height: 52px;
    overflow: hidden;
  }
  .opl_card2 h4,
  .ourProjects_head h4,
  .faqs_blk h4,
  .faq_rht h4,
  .op_head h4,
  .pai_head h3 {
    font-size: 20px;
  }
  .opl_card2 h5{
    font-size: 16PX;
  }
  .pai_head h4 {
    font-size: 18px;
  }
  .opl_card,
  .op_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 20px;
  }
  .opl_card{
    text-align: left;
    display: block;
  }
  .faq_img_cnt{
    padding: 20px;
  }
  .ourProjects_head{
    margin-bottom: 20px;
  }
  .faq_img_cnt,
  .op_head{
    text-align: center;
  }
  .opl_list2 .ourProjects_list .opl_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 15px;
  }
}

@media (max-width: 599px){

}