@media (max-width: 1919px) {
  .what_wedo_thumb h3 {
    min-height: inherit;
    /* min-height: 56px; */
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .header .item-center {
    order: 3;
    flex: none;
    padding-right: 0;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 40px;
    width: 40px;
    margin-right: 25px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 1px;
    background-color: #5076b5;
    width: 40px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5076b5;
  }
  .header .mobile-menu-trigger span:before {
    top: -11px;
  }
  .header .mobile-menu-trigger span:after {
    top: 11px;
    width: 20px;
  }
  .header .mobile-menu-trigger.menu_opened span:after {
    -webkit-transform: rotate(45deg) translate(-4px, -9px);
    -moz-transform: rotate(45deg) translate(-4px, -9px);
    -ms-transform: rotate(45deg) translate(-4px, -9px);
    transform: rotate(45deg) translate(-4px, -9px);
    width: 85%;
    top: 7px;
  }
  .header .mobile-menu-trigger.menu_opened span:before {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    -moz-transform: rotate(-45deg) translate(-9px, 6px);
    -ms-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    width: 85%;
    top: -13px;
    left: 5px;
  }
  .header .mobile-menu-trigger.menu_opened span {
    background: transparent;
  }
  .header.is-fixed .mobile-menu-trigger span {
    background-color: #002856;
  }
  .header.is-fixed .mobile-menu-trigger.menu_opened span {
    background: transparent;
  }
  header.is-fixed .mobile-menu-trigger span:before,
  header.is-fixed .mobile-menu-trigger span:after {
    background-color: #002856;
  }
  .header .item-right {
    align-items: center;
  }
  .header .menu {
    position: fixed;
    width: 280px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block; /*border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    color: #000;
    text-align: center;
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
  }
  .header .menu > ul > li.social_media_h {
    text-align: center;
    padding: 2rem 0;
  }
  .header .menu > ul > li.social_media_h:before {
    content: "";
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    opacity: 0.5;
    background: #000000;
    margin: 0 auto 2rem;
    opacity: 0.1;
  }
  .header .menu > ul > li.social_media_h a {
    border: 0;
    display: inline-block;
    padding: 0;
    width: 50px;
    margin-left: 0;
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 100px;
    padding-top: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 0;
    width: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 78%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 30px;
  }
  .headBlock .menu-main {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 0;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .headBlock {
    display: block;
  }
  .header-item.item-left {
    display: flex;
    align-items: center !important;
  }
  .logo img {
    height: 70px;
    opacity: 1;
  }
  body.active .logo img {
    opacity: 0;
  }
  /* .container{padding-left: 30px; padding-right: 30px;} */
  body,
  header {
    transition: all 0.5s ease;
  }
  body.active header {
    margin-left: 280px;
  }
  body.active {
    overflow: hidden;
    height: 100vh;
    width: 100%;
  }
  .opacity-0 {
    opacity: 0;
  }
  .logo_menu-opened {
    position: unset;
    left: 50%;
    margin-left: 0px;
    height: 100%;
  }
  .logo_menu-opened img {
    height: 100%;
  }
  .hero_carousel .carousel-caption h2,
  .inner_banner h2 {
    font-size: 30px;
  }
  .main_title,
  .real_impact_section h2 {
    font-size: 30px;
  }
  .whoServeThumb .caption_thumb h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .header .menu > ul > li.menu-item-has-children > a::after,
  .header .menu > ul > li.menu-item-has-children > a::after,
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M11 1L6 6L1 1" stroke="%23171717" stroke-width="2"/></svg>') !important;
  }
  .header .menu > ul > li .sub-menu {
    background-color: #ffffff;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    color: #000;
  }
  .breadcrumb a,
  .breadcrumb-item,
  #breadcrumbs > span a,
  #breadcrumbs > span .breadcrumb_last {
    font-size: 14px;
  }
  .enterpreneurs_flex .flex-shrink-0 svg {
    width: 60px;
    height: 60px;
  }
  .consultation_thumb h3 {
    font-size: 16px;
  }
  .service_title h3 {
    font-size: 20px;
  }
  .consultation_thumb {
    padding: 30px !important;
  }
  .career_time_place span {
    display: block;
  }
  .career_time_place span.place_career {
    margin-left: 0;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block;
    background: transparent !important;
  }
  .mega-menu-toggle {
    display: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: block;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link:focus,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    color: #000;
    text-align: left;
  }
  .header .menu > ul > li .sub-menu,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    background: transparent;
    box-shadow: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    text-align: center;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #4171b8;
    text-align: left;
  }
  .header .menu > ul > li .sub-menu,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary.mega-no-js
    li.mega-menu-item:hover
    > ul.mega-sub-menu,
  #mega-menu-wrap-primary
    #mega-menu-primary.mega-no-js
    li.mega-menu-item:focus
    > ul.mega-sub-menu,
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu {
    position: unset;
    opacity: 1;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    float: none !important;
  }
  h2 {
    font-size: 28px;
  }
  .inner_banner .inner_overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumb li,
  #breadcrumbs > span span {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .filter-btn {
    font-size: 18px;
    padding: 6px 8px;
  }
  .header .logo img {
    max-height: 40px;
  }
  .carousel-item img {
    height: 500px;
    object-fit: cover;
  }
  .numbers svg,
  .numbers img {
    max-height: 40px;
    height: auto;
    max-width: 40px;
  }
  .numbers h4 {
    font-size: 24px;
  }
  .numbers h4 span {
    line-height: 1.4;
  }
  .circle,
  .circle::before {
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
  .circle svg {
    max-width: 60%;
  }
  .circle {
    margin: 0 auto 10px;
  }
  .play_box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1px;
  }
  .btn_white {
    padding: 12px 25px;
  }
  .hero_carousel .carousel-caption {
    left: 8%;
    right: 8%;
  }
  .numbers.text-center {
    width: 50%;
  }
  .enterpreneurs_flex h5 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .choose_shape1,
  .choose_shape2 {
    max-width: 80px;
  }
  .choose_shape3 {
    max-width: 33px;
  }
  footer h6 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .f_quicklinks ul li {
    padding-bottom: 0;
  }
  .f_quicklinks ul li a {
    display: block;
  }

  .address-left-block {
    padding-left: 0.875rem;
  }
  .contactuspage-top-block {
    margin-top: 0;
    padding: 20px;
  }
  .contcatus-head-title p {
    font-size: 18px;
  }
  .contact_address address,
  .contact_address address p,
  .contact_address address,
  .contact_address p {
    font-size: 17px;
  }
  .contact-right-block .redbox,
  .contact-address-middle-block {
    padding: 20px;
  }
  .contact-address-middle {
    margin: 10px 0 10px 0;
  }
  .contact-address-middle .contact_address.mt-4.col-md-4 {
    margin-bottom: 0px;
  }
  .contact-right-block .main_title2,
  .contact_address address.regional strong {
    font-size: 22px;
  }
  .contact-address-bottom {
    margin-top: 20px;
  }
  .contactus-page {
    padding-bottom: 30px !important;
  }
  .contact_address address.regional li {
    margin-bottom: 15px;
  }
  .address-left-block .socialMedia p {
    font-size: 18px;
  }
  .redbox p {
    font-size: 17px;
  }
  .hero_carousel .carousel-caption p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 567px) {
  .work_process .work_process_list li .flex-shrink-0 span {
    display: inline-block;
  }
  .testimonial_box h5 {
    text-align: left;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
  footer .footer-bottom .powered {
    text-align: left;
    margin-top: 10px;
  }
  .whoWeAre_carousel .owl-nav {
    z-index: 5;
    top: -60px;
  }
  .enterpreneurs_flex .flex-shrink-0 svg {
    width: 60px;
    height: 60px;
  }
  .choose_image {
    padding: 27px;
  }
  .takeTour .rounded_corner1 img {
    height: 170px;
    object-fit: cover;
  }
  .testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .testimonial-carousel .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
  }
  .consultation_thumb .caption {
    padding: 20px;
  }
  .partner_logo {
    min-height: 90px;
  }
}
@media (max-width: 479px) {
  .work_process .work_process_list li .flex-shrink-0 span {
    display: inline-block;
  }
  .testimonial_box h5 {
    text-align: left;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
  footer .footer-bottom .powered {
    text-align: left;
    margin-top: 10px;
  }
  .hero_carousel .carousel-caption p {
    display: none;
  }
  .whoWeAre_carousel {
    margin-top: 60px;
  }
  .blog_scroll {
    padding: 0 30px;
  }
  .search:focus {
    width: 250px;
  }
  .inner_banner {
    height: 290px;
  }
}
@media (min-width: 1400px) {
  .header .logo img {
    /* max-height: 90px; */
    max-height: 110px;
    height: auto;
  }
  .header.is-fixed .logo img {
    max-height: 85px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 20px;
    padding: 10px 30px;
  }
  .contract_v_list .col-xl-4.col-md-4.col-sm-6 {
    width: 20%;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
  .border_btn_white,
  .border_btn_white:hover,
  .btn-banner_white,
  .btn-banner_white:hover,
  .btn-primary,
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus {
    font-size: 18px;
  }
  .enterpreneurs_flex p,
  p {
    font-size: 16px;
    line-height: 1.6;
  }
  a,
  a:focus,
  a:hover,
  button {
    font-size: 18px;
  }
  .numbers h4 span {
    font-size: 18px;
  }
  p {
    line-height: 1.6;
    font-size: 16px;
  }
  .redbox .form-floating .form-control {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1700px;
  }
}
@media (min-width: 2000px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 {
    width: 500px;
    margin-left: -220px;
  }
}
@media (min-width: 768px) {
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    > ul.mega-sub-menu
    > li.mega-menu-columns-3-of-12 {
    width: 50% !important;
  }
}
@media (min-width: 1600px) {
}
@media (min-width: 320px) and (max-width: 479px) {
  h3 {
    font-size: 28px;
  }
  .hero_carousel .carousel-caption h2,
  .inner_banner h2 {
    font-size: 22px;
  }
  .main_title,
  .real_impact_section h2 {
    font-size: 22px;
  }
  .whoServeThumb .caption_thumb h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .quote_sec h4 {
    font-size: 24px;
  }
  .blog_thumb h3 {
    font-size: 16px;
  }
  .blog_scroll .owl-nav button {
    width: 36px;
    height: 36px;
  }
  .blog_scroll .owl-next {
    right: 0px;
  }
  .blog_scroll .owl-prev {
    left: 0px;
  }
  .client_carousel.common_space {
    padding-bottom: 30px;
  }
  .takeTour h4 {
    font-size: 18px;
    margin: 0;
  }
  .takeTour .owl-carousel .owl-item img {
    width: 50px;
  }
  .common_space,
  .scroll_infinity,
  .footer_top,
  .footer_top,
  .inner_common_space {
    padding: 50px 0;
  }
  .choose_section {
    padding-top: 220px;
  }
  .hr_line {
    margin: 20px 0 40px;
  }
  .main_title span {
    font-size: 14px;
  }
  .f_quicklinks ul li,
  .f_quicklinks ul li:nth-child(odd) {
    width: 100%;
  }
  .border_btn_white,
  .border_btn_white:hover {
    padding: 10px 22px;
  }
  .btn-banner_white::after {
    height: 30px;
    width: 30px;
    line-height: 31px;
  }
  .btn-banner_white::before {
    height: 30px;
    width: 30px;
  }
  .btn-banner_white,
  .btn-banner_white:hover {
    padding: 6px 40px 6px 19px;
    height: 42px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .carousel-control-next svg,
  .carousel-control-prev svg {
    width: 18px;
  }
  .whoWeAre_carousel .owl-next,
  .whoWeAre_carousel .owl-prev {
    margin-left: 8px;
    height: 32px;
    width: 32px;
  }
  .view_all_weDo {
    padding-top: 30px;
  }
  .contact_address address.regional li {
    width: 100%;
  }
  .logo {
    max-width: 180px;
  }
  .logo img {
    max-width: 100%;
    height: auto !important;
  }
  .header .mobile-menu-trigger {
    margin-right: 15px;
  }

  .contact_sec_inner .contactuspage-top-block {
    padding: 15px;
  }
  .address-left-block h3 {
    font-size: 22px;
  }
  .powered_section {
    flex-direction: column;
  }
  footer .footer-bottom p {
    text-align: center;
  }
  .contact-address-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  address.location ul li {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .hero_carousel .carousel-caption h2,
  .inner_banner h2 {
    font-size: 24px;
  }
  .main_title,
  .real_impact_section h2 {
    font-size: 24px;
  }
  .whoServeThumb .caption_thumb h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .quote_sec h4 {
    font-size: 24px;
  }
  .blog_thumb h3 {
    font-size: 16px;
  }
  .blog_scroll .owl-nav button {
    width: 36px;
    height: 36px;
  }
  .blog_scroll .owl-next {
    right: -30px;
  }
  .blog_scroll .owl-prev {
    left: -30px;
  }
  .client_carousel.common_space {
    padding-bottom: 30px;
  }
  .takeTour h4 {
    font-size: 18px;
    margin: 0;
  }
  .takeTour .owl-carousel .owl-item img {
    width: 50px;
  }
  .common_space,
  .scroll_infinity,
  .footer_top,
  .footer_top,
  .inner_common_space {
    padding: 50px 0;
  }
  .choose_section {
    padding-top: 220px;
  }
  .hr_line {
    margin: 20px 0 40px;
  }
  .main_title span {
    font-size: 14px;
  }
  .f_quicklinks ul li,
  .f_quicklinks ul li:nth-child(odd) {
    width: 100%;
  }
  .border_btn_white,
  .border_btn_white:hover {
    padding: 10px 22px;
  }
  .btn-banner_white::after {
    height: 30px;
    width: 30px;
    line-height: 31px;
  }
  .btn-banner_white::before {
    height: 30px;
    width: 30px;
  }
  .btn-banner_white,
  .btn-banner_white:hover {
    padding: 6px 40px 6px 19px;
    height: 42px;
    line-height: 29px;
  }
  .carousel-control-next svg,
  .carousel-control-prev svg {
    width: 18px;
  }
  .whoWeAre_carousel .owl-next,
  .whoWeAre_carousel .owl-prev {
    margin-left: 8px;
    height: 32px;
    width: 32px;
  }
  .view_all_weDo {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .contact_address address.regional li {
    width: 50%;
  }
  footer .footer-bottom p {
    text-align: center;
  }
  .powered_section {
    flex-direction: column;
  }
  .address-left-block h3 {
    font-size: 24px;
  }
  .contact-address-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  address.location ul li {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero_carousel .carousel-caption h2,
  .inner_banner h2 {
    font-size: 24px;
  }
  .main_title,
  .real_impact_section h2 {
    font-size: 24px;
  }
  .whoServeThumb .caption_thumb h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .quote_sec h4 {
    font-size: 24px;
  }
  .blog_thumb h3 {
    font-size: 16px;
  }
  .blog_scroll .owl-nav button {
    width: 36px;
    height: 36px;
  }
  .blog_scroll .owl-next {
    right: -30px;
  }
  .blog_scroll .owl-prev {
    left: -30px;
  }
  .client_carousel.common_space {
    padding-bottom: 30px;
  }
  .takeTour h4 {
    font-size: 18px;
    margin: 0;
  }
  .takeTour .owl-carousel .owl-item img {
    width: 50px;
  }
  .common_space,
  .scroll_infinity,
  .footer_top,
  .footer_top,
  .inner_common_space {
    padding: 50px 0;
  }
  .choose_section {
    padding-top: 220px;
  }
  .hr_line {
    margin: 20px 0 40px;
  }
  .main_title span {
    font-size: 14px;
  }
  .f_quicklinks ul li,
  .f_quicklinks ul li:nth-child(odd) {
    width: 100%;
  }
  .border_btn_white,
  .border_btn_white:hover {
    padding: 10px 22px;
  }
  .btn-banner_white::after {
    height: 30px;
    width: 30px;
    line-height: 31px;
  }
  .btn-banner_white::before {
    height: 30px;
    width: 30px;
  }
  .btn-banner_white,
  .btn-banner_white:hover {
    padding: 6px 40px 6px 19px;
    height: 42px;
    line-height: 29px;
  }
  .carousel-control-next svg,
  .carousel-control-prev svg {
    width: 18px;
  }
  .whoWeAre_carousel .owl-next,
  .whoWeAre_carousel .owl-prev {
    margin-left: 8px;
    height: 32px;
    width: 32px;
  }
  .view_all_weDo {
    padding: 30px 0 0;
  }
  .contact_address address.regional li {
    width: 33.33%;
  }

  .address-left-block h3 {
    font-size: 26px;
  }
  address.location ul li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_carousel .carousel-caption h2,
  .inner_banner h2 {
    font-size: 30px;
  }
  .main_title,
  .real_impact_section h2 {
    font-size: 30px;
  }
  .whoServeThumb .caption_thumb h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .quote_sec h4 {
    font-size: 24px;
  }
  .blog_thumb h3 {
    font-size: 16px;
  }
  .blog_scroll .owl-nav button {
    width: 36px;
    height: 36px;
  }
  .blog_scroll .owl-next {
    right: -30px;
  }
  .blog_scroll .owl-prev {
    left: -30px;
  }
  .client_carousel.common_space {
    padding-bottom: 30px;
  }
  .takeTour h4 {
    font-size: 18px;
    margin: 0;
  }
  .takeTour .owl-carousel .owl-item img {
    width: 50px;
  }
  .common_space,
  .scroll_infinity,
  .footer_top,
  .footer_top,
  .inner_common_space {
    padding: 50px 0;
  }
  .choose_section {
    padding-top: 220px;
  }
  .hr_line {
    margin: 20px 0 40px;
  }
  .main_title span {
    font-size: 14px;
  }
  .f_quicklinks ul li,
  .f_quicklinks ul li:nth-child(odd) {
    width: 100%;
  }
  .contact_address address.regional li {
    width: 25%;
  }
  /* 
  .address-left-block {
    padding-left: 0;
    padding-right: 1rem !important;
  } */
  .address-left-block h3 {
    font-size: 26px;
  }
  .contact_address address,
  .contact_address address p,
  .contact_address address,
  .contact_address p {
    font-size: 17px;
  }
  .address-left-block .socialMedia p {
    font-size: 18px;
  }
  .contact-right-block .redbox {
    padding: 20px;
  }
  .contact-right-block .main_title2 {
    font-size: 22px;
  }
  .redbox p {
    font-size: 17px;
  }
  .contact-right-block .contact_form .col-md-6.mb-4 {
    width: 100%;
  }
  .contact-address-middle-block {
    padding: 15px;
  }
  .contact-address-middle .location p {
    padding: 7px 0 7px 40px;
  }
  .contact-address-middle {
    margin: 20px 0 5px 0;
  }
  .contactus-page {
    padding-bottom: 30px;
  }
  .contact-address-middle-whole {
    padding: 0;
  }
  address.location ul li {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_carousel .carousel-caption h2,
  .inner_banner h2 {
    font-size: 30px;
  }
  .main_title {
    font-size: 30px;
  }
  .whoServeThumb .caption_thumb h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .quote_sec h4 {
    font-size: 24px;
  }
  .blog_thumb h3 {
    font-size: 16px;
  }
  .blog_scroll .owl-nav button {
    width: 42px;
    height: 42px;
  }
  .blog_scroll .owl-next {
    right: -60px;
  }
  .blog_scroll .owl-prev {
    left: -60px;
  }
  .client_carousel.common_space {
    padding-bottom: 30px;
  }
  .takeTour h4 {
    font-size: 20px;
  }
  .takeTour .owl-carousel .owl-item img {
    width: 50px;
  }
  .common_space,
  .scroll_infinity,
  .footer_top,
  .footer_top,
  .inner_common_space {
    padding: 50px 0;
  }
  .choose_section {
    padding-top: 220px;
  }
  .hr_line {
    margin: 20px 0 40px;
  }
  .main_title span {
    font-size: 14px;
  }
  .f_quicklinks ul li,
  .f_quicklinks ul li:nth-child(odd) {
    width: 100%;
  }
  .contact_address address.regional li {
    width: 25%;
  }

  .contactus-map {
    width: 100%;
  }
  .contactuspage-address-form .col-lg-11.col-xl-12 {
    width: 100%;
  }
  /*
  .address-left-block {
    padding-left: 0;
    padding-right: 1rem !important;
  } */
  .address-left-block h3 {
    font-size: 26px;
  }
  .contact_address address,
  .contact_address address p,
  .contact_address address,
  .contact_address p {
    font-size: 17px;
  }
  .address-left-block .socialMedia p {
    font-size: 18px;
  }
  .contact-right-block .redbox {
    padding: 20px;
  }
  .contact-right-block .main_title2 {
    font-size: 22px;
  }
  .redbox p {
    font-size: 17px;
  }
  .contact-right-block .contact_form .col-md-6.mb-4 {
    width: 100%;
  }
  .contact-address-middle-block {
    padding: 15px;
  }
  .contact-address-middle .location p {
    padding: 7px 0 7px 40px;
  }
  .contact-address-middle {
    margin: 20px 0 5px 0;
  }
  .contactus-page {
    padding-bottom: 30px;
  }
  .contactuspage-top-block {
    margin-top: 0;
  }
  .contact-address-middle-whole {
    padding: 0;
  }
  .header .logo img {
    max-height: 45px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 10px 12px;
  }
  address.location ul li {
    width: 33.333%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero_carousel .carousel-caption h2,
  .inner_banner h2 {
    font-size: 40px;
  }
  .main_title,
  .real_impact_section h2 {
    font-size: 36px;
  }
  .whoServeThumb .caption_thumb h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .quote_sec h4 {
    font-size: 28px;
  }
  .blog_thumb h3 {
    font-size: 16px;
  }
  .blog_scroll .owl-nav button {
    width: 42px;
    height: 42px;
  }
  .blog_scroll .owl-next {
    right: -60px;
  }
  .blog_scroll .owl-prev {
    left: -60px;
  }
  .f_quicklinks ul li a {
    font-size: 14px;
  }
  .contract_v_list .col-xl-4.col-md-4.col-sm-6 {
    width: 25%;
  }
  /* 
  .address-left-block {
    padding-left: 0.5rem;
  } */
  .address-left-block h3 {
    font-size: 32px;
  }
  .contact-right-block .redbox {
    padding: 35px 40px;
  }
  .contact-right-block .main_title2 {
    font-size: 26px;
  }
  .contact-address-middle {
    margin: 30px 0 10px 0;
  }
  .header .logo img {
    max-height: 65px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .address-left-block h3 {
    font-size: 30px;
  }
  .contact-right-block .redbox {
    padding: 40px 50px;
  }
  .contact-right-block .main_title2 {
    font-size: 32px;
  }
  .contactuspage-top-block {
    margin-top: 15px;
  }
  .contact-address-middle {
    margin: 40px 0 20px 0;
  }
  .header .logo img {
    max-height: 75px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 18px;
    padding: 10px 24px;
  }
}
/* 
@media (min-width: 1601px) and (max-width: 1899px) {
  .address-left-block h3 {
    font-size: 36px;
  }
} */
