@media (min-width: 426px) {
  .visible-xs {
    display: none;
  }

  .container {
    max-width: unset;
  }

  .section-crm h2 {
    max-width: 436px;
    line-height: 1.1;
  }

  .section-tour-solution .m-auto {
    /* max-width: 1065px; */
    /* max-width: 1090px; */
    text-align: center;
  }

  .section-tour-solution .text-lg {
    padding: 0 43px;
  }

  footer .col-6 {
    width: unset;
  }
}

@media (min-width: 768px) {
  .visible-767{
    display: none;
  }
  .section-customers {
    background: linear-gradient(to left, rgba(40, 153, 244, 0.3) 56%, #001439 50%);
  }

  .rtl .section-customers {
    background: linear-gradient(to right, rgba(40, 153, 244, 0.3) 56%, #001439 50%);
  }

  .section-team {
    background: linear-gradient(90deg, #013661 0%, #0c151f 100%);
  }

  .rtl .section-team {
    background: linear-gradient(90deg, #0c151f 0%, #013661 100%);
  }

  .section-contact .list-unstyled {
    margin-bottom: 75px;
    margin-top: auto;
  }

  .section-crm h2 {
    padding-top: 43px;
  }

  .container {
    max-width: unset;
  }

  .visible-sm {
    display: none;
  }

  .navbar-expand-md .navbar-nav {
    align-items: center;
  }

  #menu-item-9999999999 {
    position: relative;
  }

  .menu_item_wpglobus_menu_switch .sub-menu {
    position: absolute;
    background-color: #001439;
  }

  .inner-section-about {
    padding: 40px 15px 0 25px;
  }

  .section-contact .container {
    transform: translate(0px, 63px);
  }
}

@media (min-width: 992px) {
  .section-customers {
    background: linear-gradient(to left, rgba(40, 153, 244, 0.3) 50%, #001439 50%);
  }

  .rtl .section-customers {
    background: linear-gradient(to right, rgba(40, 153, 244, 0.3) 50%, #001439 50%);
  }

  .testimonials-slider {
    max-width: 640px;
  }

  .container-fluid {
    padding: 0 50px;
  }

  .container {
    max-width: unset;
  }

  .scrolled .navbar-nav>li:last-child {
    /* display: none; */
  }

  .visible-md,
  .hidden-lg {
    display: none;
  }

  .section-crm h2 {
    padding-top: 70px;
    max-width: 590px;
  }

  .section-hero h1 {
    font-size: 50px;
  }

  .tour-card .d-flex>div:last-child {
    max-width: 400px;
  }

  .tour-card .d-flex {
    justify-content: space-between;
    bottom: 15px;
    align-items: center;
  }

  .section-invent .col-md-5 {
    width: 51%;
  }

  .section-invent .col-md-7 {
    width: 41.8%;
  }

  .section-best-things p {
    max-width: 502px;
  }

  .section-contact .container {
    transform: translate(0px, 98px);
  }

  .section-invent a {
    width: 400px;
  }

  footer .container {
    padding: 0 144px 0 102px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 58px);
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-right-img .col-md-5 {
    /* width: 54.5%; */
  }

  .section-right-img .col-md-7 {
    /* width: 45.5%; */
  }

  .section-best-things .col-lg-5 {
    width: 47%;
  }

  .section-best-things .col-lg-7 {
    width: 53%;
  }

  .section-about .col-lg-3 {
    width: 27.5%;
  }

  .section-about .col-lg-4 {
    width: 38.5%;
  }

  .section-about .col-lg-5 {
    width: 34%;
  }

  .section-crm .col-md-5 {
    width: 44.5%;
  }

  .section-crm .col-md-7 {
    /* width: 62.5%; */
    width: 55%;
  }

  .section-invent h2 {
    /* font-size: 64px; */
    max-width: 500px;
  }

  .section-invent p {
    max-width: 500px;
  }

  .tour-card .d-flex {
    bottom: 25px;
  }

  .tour-card.d-block .position-absolute {
    width: calc(100% - 80px);
  }

  .section-team .col-lg-5 {
    width: 43%;
  }

  .section-team .col-lg-7 {
    width: 57%;
  }

  .section-hero .px-0 {
    flex: 1 0 0%;
  }

  .section-victory .col-lg-5,
  .section-victory .col-12:first-child>* {
    width: 45%;
  }

  .section-victory .col-12:first-child,
  .section-victory .col-lg-5 {

    padding-left: 112px;
  }

  .section-victory .col-lg-7 {
    width: 47%;
    margin-top: -11%;
  }

  .section-victory-solution .col-lg-7 {
    width: 50%;
    margin-top: -2%;
  }

  .section-victory-solution .col-12:first-child>* {
    width: 53%;
  }

  .section-victory-solution .col-lg-5 {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1670px;
  }

  .section-left-img .container-fluid {
    max-width: unset;
  }

  .container {
    max-width: 1364px;
  }

  .section-customers .container,
  .section-team .container,
  .section-left-img .container {
    max-width: 1440px;
  }

  .mw-1342 {
    max-width: 1342px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-right-img .col-md-5 {
    width: 683px;
  }

  .section-best-things .col-lg-5 {
    width: 41%;
  }

  .section-best-things .col-lg-7 {
    width: 59%;
  }

  .section-about .col-lg-3 {
    width: 24.5%;
  }

  .section-about .col-lg-4 {
    width: 34.5%;
  }

  .section-about .col-lg-5 {
    width: 41%;
  }

  .custom-slider a:first-of-type {
    left: -3%;
  }

  .section-victory .col-lg-5,
  .section-victory .col-12:first-child {
    padding-left: 65px;
  }

  .section-victory .col-lg-7 {
    width: 55%;
  }

  .section-victory-solution .col-lg-7 {
    width: 47%;
    margin-top: -11%;
  }

  .section-victory-solution .col-12:first-child>* {
    width: 45%;
  }

  .section-victory-solution .col-lg-5 {
    width: 50%;
  }
}

@media (min-width: 1441px) {

  .section-customers .container,
  .section-rnd .container {
    max-width: 1340px;
  }
}

@media (min-width: 1681px) {
  /* .section-invent .col-md-5 {
    width: 58.3%;
}
  .section-invent .col-md-7 {
    width: 41.7%;
  } */
}

@media (min-width: 1921px) {
  .container-fluid {
    margin: auto;
    max-width: 1364px;
  }
}

@media (max-width: 1440px) {
  .section-crm img {
    /* max-height: 740px; */
  }

  .section-team .container {
    /* padding: 85px 70px 8px; */
  }
}

@media (max-width: 1399px) and (min-width: 768px) {
  .section-hero h1 {
    line-height: 1.2;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .section-crm .col-md-7 {
    padding-bottom: 10px;
  }
}

@media (max-width: 1399px) {
  /* .navbar:not(.scrolled) {
    padding: 20px 0;
  } */

  h1 {
    font-size: 64px;
  }

  h2 {
    line-height: 1.25;
  }

  .section-hero .col-md-5 {
    padding-top: 145px;
  }

  .custom-slider a {
    width: 39px;
    height: 39px;
    top: 174px;
  }

  .custom-slider img.active {
    max-width: 343px;
    margin: 155px auto 0;
  }

  img.active3 {
    width: 274px;
    top: 40px;
  }

  img.active2 {
    max-width: 358px;
    top: -38px;
  }

  .custom-slider a:last-child {
    right: 10px;
  }

  .section-about {
    padding-top: 95px;
  }

  .section-tour-solution {
    padding-top: 80px;
  }

  h6 {
    font-size: 30px;
  }

  .section-rnd .container {
    /* margin-top: 60px; */
    padding: 75px 40px;
  }

  .section-customers {
    /* margin-top: 60px; */
  }

  .section-team .container {
    padding: 85px 40px 75px;
  }

}

@media (max-width: 1199px) and (min-width: 768px) {

  .container-fluid,
  .container {
    padding: 0 40px;
  }

  .section-crm h2 {
    padding-top: 45px;
  }
}

@media (max-width: 1199px) {
  .tour-text {
    font-size: 16px;
  }

  .news-card .position-absolute,
  .tour-card .position-absolute {
    bottom: 20px;
    width: calc(100% - 40px);
  }

  .tour-content {
    font-size: 24px;
    line-height: 1;
  }

  .news-card .custom-btn,
  .tour-card .custom-btn {
    height: 46px;
    max-width: 153px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-best-things {
    padding-bottom: 90px;
  }

  .testimonials-slider {
    max-width: 640px;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
  }

  .section-hero .col-md-5 {
    width: 44%;
    padding: 136px 12px 43px;
  }

  .section-hero .col-md-7 {
    width: 56%;
  }

  .section-about .position-relative {
    width: 55.5%;
    transform: translate(0, -99px);
  }

  .section-about .col-md-7 .row {
    position: absolute;
    width: 100%;
    bottom: 68px;
  }

  .inner-section-about {
    padding: 5px 0 0 0;
    margin-top: auto;
  }

  .section-about .col-lg-5 .col-md-7 {
    display: flex;
  }

  .section-about .col-md-5 {
    width: 44.5%;
  }

  .section-about .col-lg-5 .col-md-7 {
    width: 55.5%;
  }

  .section-about .blue-bg {
    margin: auto;
    width: calc(100% - 24px);
  }

  .section-crm .col-lg-4 img {
    height: 96px;
  }

  .tour-card:not(.d-block) img {
    height: 242px;
  }

  .tour-card.d-block img {
    height: 168px;
  }

  .section-team .col-lg-5 {
    width: 49%;
  }

  .section-team .col-lg-7 {
    width: 51%;
  }

  .section-invent .col-md-5 {
    width: 45.5%;
  }

  .section-invent .col-md-7 {
    width: 54.5%;
  }

  footer {
    margin-top: -20px;
  }

  footer .list-unstyled li {
    font-size: 12px;
  }


  .section-victory-home .col-lg-5 {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .section-contact .row>* {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-contact .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-customers .col-md-5 {
    display: flex;
    align-items: center;
  }

  .hidden-md {
    display: none;
  }

  body,
  .text-lg,
  .tour-content,
  h6,
  footer h6 {
    font-size: 16px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
    display: inline-block;
  }

  .nav-link:focus::after,
  .current-menu-item .nav-link:after {
    width: calc(100% - 26px);
  }

  .navbar-nav>li:last-child,
  .btn-anchor {
    display: none;
  }

  h1,
  .section-best-things h2 {
    line-height: 1.2;
  }

  h1,
  .home h2 {
    font-size: 40px;
  }

  .text-md {
    font-size: 18px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .section-hero h1 {
    margin-bottom: 20px;
  }

  .section-tour-solution .text-lg {
    margin-bottom: 39px;
  }

  .grid-item {
    margin-bottom: 10px;
  }

  .section-hero p {
    line-height: 1.7;
  }

  .custom-btn {
    width: 100%;
    height: 46px;
    max-width: 153px;
  }

  .custom-btn:not(.btn-anchor) span {
    font-size: 12px;
    margin-left: 5px;
  }

  .section-hero a:first-of-type {
    bottom: 34px;
    max-width: 210px;
    height: 56px;
  }

  .section-hero .custom-btn:not(.btn-anchor) span {
    margin-left: 15px;
  }

  .section-best-things h2 {
    margin-bottom: 15px;
  }

  .section-about {
    padding-top: 60px;
  }

  .section-hero,
  .nav-link {
    font-size: 18px;
  }

  .section-crm .custom-btn {
    margin: 30px 0 40px;
  }

  p {
    line-height: 1.5;
  }

  .section-about img,
  .section-best-things img {
    object-fit: cover;
    width: 100%;
  }

  .section-best-things p.mb-25 {
    margin-bottom: 20px;
  }

  img.active2 {
    right: 234px;
    width: 302px;
    height: 335px;
  }

  img.active3 {
    left: 327px;
    width: 316px;
    height: 403px;
    top: -70px;
    z-index: -1;
  }

  .custom-slider a:first-of-type {
    left: 0;
  }

  .custom-slider a:last-child {
    right: 0;
  }

  ul {
    padding-left: 43px;
  }

  .section-best-things li {
    margin-bottom: 11px;
    line-height: 1.55;
  }

  .custom-slider img.active {
    width: 241px;
    height: 258px;
  }

  .section-about .col-lg-5,
  .section-about .blue-bg {
    order: -1;
  }

  .section-about .blue-bg {
    padding: 30px 31px 45px;
  }

  h2,
  h3,
  h4 {
    font-size: 32px;
  }

  .section-about h3 {
    /* margin-bottom: 20px; */
  }

  .section-about h3 {
    font-size: 36px;
  }

  .section-about .blue-bg p {
    margin-bottom: 20px;
  }

  .section-about .blue-bg p:last-of-type {
    padding-bottom: 18px;
  }

  .section-about .custom-btn {
    margin-top: 0;
  }

  .pt-85 {
    padding-top: 5px;
  }

  .section-about .col-md-7 .col-md-6:first-child {
    width: 47%;
  }

  .section-about .col-md-7 .col-md-6:last-child {
    width: 53%;
  }

  .section-about img {
    height: 323px;
  }

  .section-about .position-relative img {
    height: 227px;
  }

  .section-tour-solution {
    padding-top: 60px;
  }

  /* .tour-col, */
  h4 {
    margin-bottom: 10px;
  }

  .tour-text {
    font-size: 12px;
  }

  .inner-section-about h3 {
    font-size: 28px;
  }

  .inner-section-about p {
    margin-bottom: 0;
  }

  .section-crm .text-lg {
    margin-bottom: 28px;
  }

  footer h6 {
    margin-bottom: 22px;
  }

  .section-tour-solution h2 {
    margin-bottom: 17px;
  }

  .news-card .position-absolute,
  .tour-card .position-absolute {
    bottom: 20px;
    width: calc(100% - 30px);
  }

  .tour-text p {
    font-size: 12px;
  }

  .section-team a,
  .section-rnd a {
    margin-top: 30px;
  }

  .section-team h2,
  .section-rnd h2 {
    margin-bottom: 15px;
  }

  .section-rnd p {
    max-width: 378px;
    line-height: 1.6;
  }

  .section-team .container {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .section-team .col-lg-5 {
    /* padding: 46px 0 0 7px; */
  }

  .section-team .col-lg-7 {
    /* padding: 0; */
  }

  .section-news {
    padding-top: 60px;
  }

  .section-news .mb-20 {
    margin-bottom: 15px;
  }

  .h-430 img,
  .h-380 img,
  .h-480 img {
    height: 243px;
  }

  .news-card h6 {
    margin-bottom: 20px;
  }

  .grid-item .news-card img {
    min-height: 176px;
  }

  .section-customers {
    /* margin-top: 40px; */
  }

  .section-customers h2 {
    line-height: 1.1;
    margin-bottom: 20px !important;
  }

  .icon-quote {
    float: right;
    font-size: 40px;
    text-align: right;
  }

  .testimonials-slider {
    padding: 13px;
  }

  .section-customers .d-flex {
    align-items: center;
    margin-bottom: 43px;
  }

  .user-title {
    margin-bottom: 0;
  }

  .testimonials-carousel .owl-nav {
    margin: 0;
  }

  .section-invent .col-md-7 {
    padding: 63px 20px 48px 27px;
  }

  .section-invent h2 {
    line-height: 1;
  }

  .section-invent p {
    margin-bottom: 30px;
  }

  .section-invent a {
    max-width: 400px;
  }

  .section-contact .container {
    max-width: 694px;
    padding: 46px 20px;
  }

  .section-contact h5 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .form-control {
    height: 64px;
    font-size: 18px;
    padding: 20px;
  }

  footer {
    padding: 107px 0 10px;
  }

  footer .col-lg-3 {
    margin-bottom: 35px;
  }

  footer .col-lg-9 {
    padding: 0 61px;
  }

  footer .list-unstyled {
    margin-bottom: 25px;
  }

  .list-inline {
    padding-bottom: 12px;
  }

  .section-contact .list-unstyled {
    font-size: 14px;
  }

  .section-victory h2 {
    font-size: 28px;
  }

  .section-victory-home .col-12:first-child * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-victory h2 span {
    display: unset;
  }

  .section-victory h2 {
    max-width: 530px;
  }

  .section-victory p {
    max-width: 440px;

  }

  .section-victory {
    padding: 60px 0;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-tour-solution .m-auto .custom-btn {
    margin: 0 0 20px;
  }

  .section-rnd.mt-100 {
    margin-top: 40px;
  }

  .section-team {
    background: linear-gradient(180deg, #013661 0%, #0c151f 100%);
  }

  .tour-card h6 span {
    color: #2899f4;
  }

  .tour-col:nth-child(3) {
    order: 1;
  }

  .tour-col:nth-child(5) {
    order: 2;
  }

  .tour-col:nth-child(4) {
    order: 3;
  }

  .tour-col:nth-child(2) {
    order: 4;
  }

  .tour-col:nth-child(6) {
    order: 5;
  }

  .tour-col:nth-child(5) .tour-text {
    display: none;
  }

  .section-news .mb-45 {
    margin-bottom: 20px;
  }

  .section-team .container {
    padding: 0 20px 30px;
  }

  .section-rnd .container {
    padding: 25px 20px;
  }

  .section-crm,
  .section-customers {
    padding-top: 0;
  }

  .section-about {
    padding-top: 20px;
  }

  .text-xl {
    font-weight: 700;
  }

  footer h6 {
    margin-bottom: 10px;
  }

  .section-best-things .col-12::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
        rgba(0, 20, 57, 0) 21.24%,
        #001439 90.57%);
    position: absolute;
  }

  #menu-item-9999999999>a::after {
    /* display: none; */
  }

  header {
    height: 130px;
  }

  body,
  .text-md {
    font-size: 14px;
  }

  .section-hero .text-md {
    font-size: 16px;
  }

  .navbar,
  header {
    background-color: #001439;
  }

  .hidden-sm {
    display: none;
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    background-color: #001439;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
  }

  .menu_item_wpglobus_menu_switch .sub-menu {
    /* display: block !important; */
  }

  h1,
  .home h2 {
    font-size: 32px;
  }

  .section-hero .col-md-5 {
    padding: 0 49px 0;
  }

  .section-hero img {
    height: 381px;
  }

  .section-best-things .custom-btn {
    bottom: 15px;
    left: 30px;
    max-width: calc(100% - 62px);
    max-width: 250px;
  }

  .rtl .section-best-things .custom-btn {
    max-width: 175px;
  }

  .section-best-things h2,
  .section-best-things .custom-btn {
    position: absolute;
  }

  .section-best-things h2 {
    top: -106px;
    color: #fff;
  }

  .h-590 {
    height: 590px;
  }

  .h-327 {
    height: 327px;
  }

  .h-227 {
    height: 227px;
  }

  .section-best-things p:first-of-type {
    margin-top: 20px;
  }

  .section-best-things li {
    margin-bottom: 14px;
  }

  .section-best-things ul {
    margin: 25px 0 20px;
  }

  .section-best-things li span {
    font-size: 20px;
  }

  .section-best-things li:not(:last-child)::before {
    height: calc(100% - 5px);
    left: 9px;
    top: 25px;
  }

  .section-hero a:first-of-type {
    bottom: 25px;
  }

  .section-hero p {
    position: absolute;
    bottom: 9px;
  }

  .section-hero .row {
    padding-bottom: 130px;
  }

  .tour-card .custom-btn,
  .custom-btn,
  .news-card .custom-btn {
    max-width: 124px;
    width: 124px;
    height: 39px;
  }

  .section-about br.visible-sm {
    content: "";
    margin: 20px;
    display: block;
    font-size: 24%;
  }

  .section-about .position-relative img {
    height: 190px;
  }

  .section-about .col-lg-5 {
    background: linear-gradient(180deg,
        rgba(40, 153, 244, 0.15) 50.31%,
        rgba(40, 153, 244, 0) 100%);
  }

  .section-about .col-lg-12.col-md-7 {
    margin: 38px 0 10px;
  }

  h4 {
    margin-bottom: 8px;
  }

  .section-about .col-lg-5,
  .section-best-things {
    padding-top: 0;
  }

  .news-card .position-absolute>*,
  .tour-card .position-absolute>* {
    width: 100%;
  }

  .section-tour-solution .m-auto {
    padding: 0 20px;
  }

  .section-about h2 {
    margin: 37px 0 8px;
  }

  .section-about .visible-sm {
    margin-bottom: 20px;
  }

  .section-about .blue-bg p:last-of-type {
    padding-bottom: 8px;
  }

  .section-about .blue-bg {
    padding: 32px 12px 30px;
  }

  .section-about .col-lg-3 {
    padding: 0 12px;
  }

  .common-carousel img {
    /* height: 168px; */
  }

  .section-crm .col-12:not(:last-child) {
    /* padding-left: 0; */
    width: 50%;
  }

  .section-crm .col-lg-4 img {
    height: 271px;
  }

  .section-crm .col-12:not(:last-child) img {
    height: 115px;
  }

  .common-carousel {
    /* margin: 0; */
  }

  .common-carousel .owl-stage {
    padding-left: 0px !important;
  }

  .section-crm .col-md-7 {
    padding: 17px 12px 55px;
  }

  .section-crm .px-0 img {
    max-height: 437px;
  }

  .section-crm .px-0 {
    padding-top: 150px;
  }

  .section-invent .px-0 {
    order: 1;
  }

  .section-crm h2,
  .section-crm .custom-btn,
  .section-crm .mb-lg-0 {
    position: absolute;
  }

  .section-crm .custom-btn {
    bottom: 20px;
    margin-bottom: 0;
  }

  .section-crm h2 {
    top: 30px;
  }

  .mb-lg-0 {
    top: 100px;
  }

  .tour-card {
    border-radius: 10px;
    overflow: hidden;
  }

  .tour-col:first-child img,
  .tour-col:nth-child(5) img {
    height: 385px;
  }

  .tour-card:before {
    background: linear-gradient(180deg,
        rgba(0, 20, 57, 0) 45.42%,
        #001439 65.51%);
  }

  .tour-title,
  .tour-card.d-block h6 {
    font-size: 24px;
  }

  .tour-text {
    font-size: 14px;
  }

  /* .tour-col:nth-child(2) .tour-text, */
  .tour-col:nth-child(3) .tour-text,
  .tour-col:nth-child(4) .tour-text,
  .tour-col:nth-child(6) .tour-content {
    display: none;
  }

  .tour-col:nth-child(5),
  .tour-col:nth-child(3) {
    width: 50%;
  }

  .tour-col:nth-child(5) img,
  .tour-col:nth-child(3) img {
    height: 309px;
  }

  .tour-col:nth-child(4) img,
  .tour-col:nth-child(6) img {
    height: 215px;
  }

  .tour-col:nth-child(2) img {
    height: 385px;
  }

  .section-invent a {
    width: 100%;
  }

  .tour-card,
  .news-card {
    display: block;
  }

  .tour-content {
    margin-bottom: 15px;
  }

  .section-tour-solution {
    padding-top: 35px;
  }

  .section-rnd p {
    /* max-width: 256px; */
  }

  .section-team {
    padding: 0 0 50px;
  }

  .section-team .col-lg-5 {
    padding: 38px 12px 40px;
  }

  .section-team img {}

  .section-news {
    padding-top: 30px;
  }

  h5 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .h-430 img,
  .h-380 img,
  .h-480 img {
    height: 228px;
  }

  .section-customers .col-md-5 {
    background: #001439;
  }

  .section-customers .col-md-5>div {
    padding: 30px 0 0;
  }

  .section-customers .col-md-7 {
    padding: 0 12px 20px !important;
    background: rgba(40, 153, 244, 0.3);
  }

  .section-invent .col-md-7 {
    padding: 35px 20px 30px;
  }

  .section-invent img {
    max-height: 361px;
  }

  .section-contact .text-xl {
    margin-top: 15px;
    text-align: center;
  }

  .section-contact .text-center p {
    padding: 0 15px;
    margin-bottom: 13px;
  }

  .section-contact h5 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .section-contact .col-md-6:first-child {
    order: 1;
  }

  label {
    margin: 3px 0 10px;
  }

  label,
  .form-control {
    font-size: 14px;
  }

  .form-control {
    height: 34px;
    padding: 0;
  }

  textarea.form-control {
    height: 75px;
  }

  .section-contact .text-xl {
    font-size: 24px;
  }

  footer {
    padding: 30px 0 1px;
  }

  .tour-card .position-absolute {
    flex-wrap: wrap;
  }

  .section-victory .col-lg-5 {
    order: 1;
  }
}

@media (max-width: 575px) {
  footer .col-6:nth-child(3) {
    order: 1;
  }
}

@media (max-width: 425px) {
  .navbar:not(.scrolled) {
    padding: 50px 0;
  }

  .container {
    /* padding: 0 20px; */
  }

  .section-hero .col-md-5 {
    padding: 0 12px 5px;
  }

  h1 {
    line-height: 1.4;
  }

  .section-best-things h2 {
    line-height: 1.3;
  }

  .section-hero p {
    max-width: 350px;
    line-height: 1.5;
  }

  .section-about {
    padding-top: 30px;
  }

  .custom-slider img.active {
    margin: 119px auto 55px;
  }

  img.active2 {
    right: 15px;
  }

  img.active3 {
    left: 15px;
  }

  ul li::marker {
    font-size: 22px;
  }

  .section-rnd:before {
    background-size: cover;
    background-position: left;
  }

  .section-rnd {
    padding-top: 25px;
  }

  .section-rnd .row {
    align-items: flex-end;
  }

  .section-rnd .col-8 {
    /* width: 64%; */
    /* padding-right: 0; */
  }

  .section-rnd .col-4 {
    padding-left: 0;
    width: 36%;
  }

  .section-rnd h2 {
    /* margin-bottom: 37px; */
  }

  .section-rnd p {
    line-height: 1.4;
    /* margin: 0; */
  }

  .custom-btn:not(.btn-anchor) span {
    font-size: 8px;
  }

  .section-left-img .container {
    padding: 0 12px;
  }

  .section-crm h2 {
    margin-bottom: 20px;
  }

  .section-crm .custom-btn {
    /* margin-bottom: 30px; */
  }

  .section-tour-solution .container {
    /* padding: 0 0 0 20px; */
  }

  .section-tour-solution h2 {
    margin-bottom: 12px;
    line-height: 1.2;
  }

  .section-tour-solution .m-auto {
    padding-left: 0;
  }

  .rtl .section-tour-solution .m-auto {
    padding: 0;
  }

  .tour-card .d-flex .tour-text {
    display: none;
  }

  .section-team {
    padding: 0 0 22px;
  }

  .section-customers .container {
    padding: 0 12px;
  }

  .section-customers .row>* {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-customers .col-md-5 p {
    margin-bottom: 25px;
  }

  .section-customers .col-md-7 {
    padding-bottom: 20px;
  }

  .testimonials-carousel {
    padding: 29px 20px 15px;
  }

  .section-contact .container {
    padding: 29px 20px;
  }

  footer .custom-logo {
    max-width: 172px;
  }

  footer .col-lg-9 {
    padding: 0 45px;
  }

  footer h6 {
    font-size: 20px;
  }

  .section-victory h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section-victory a{
    font-size: 14px;
  }
  .section-victory {
    padding: 40px 0!important;
       
  }

  .section-victory-home img {
    max-width: 85%;
  }

  .section-victory img {

    margin: 0 auto 20px;
    display: block;
  }
   
    .section-victory-solution .col-12{
      text-align: center;
    }
}

@media (max-width: 375px) {
  .section-best-things h2 {
    top: -135px;
  }

  h2,
  h3,
  h4 {
    font-size: 30px;
  }
}