@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1400px) {
    .container,
    .container-xl,
    .container-xxl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1375px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
        width: auto;
        max-width: fit-content;
        background: transparent;
        border: unset;
        border-radius: 6px;
        padding-top: 40px;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        display: block;
        transition: all 0.4s;
        top: 38px;
        margin: 0;
        min-width: 220px;
    }
}
@media only screen and (max-width: 1799px) {
}
@media only screen and (max-width: 1648px) {
}
@media only screen and (max-width: 1599px) {
    /* .services_right_part {
        margin: 0 calc(2% - 5px);
    } */
    /* .inner_services_details .ps_inner_30 {
        padding-left: 8px;
    } */
    /* .inner_services_details{
        width: calc(100% - 432px);
    } */
     .welcome_about_part:before, .welcome_about_part:after {
        left: 12px;
    }
}
@media only screen and (max-width: 1450px) {
    /* .slider_part_home {
    padding: 0 calc(2% + -16px);
} */
}
@media only screen and (min-width: 1400px) {
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown:hover button.dropdown-toggle:before {
        transform: translateY(-50%) rotate(-50deg);
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown:hover button.dropdown-toggle:after {
        transform: translateY(-50%) rotate(50deg);
    }
}
@media only screen and (max-width: 1399px) {
    header#header button.btn_close {
        background: transparent;
        padding: 0;
        height: 25px;
        width: 50px;
        border-radius: 5px;
        outline: unset;
        position: absolute;
        right: 220px;
        box-shadow: unset;
    }
    header#header button.btn_close:before,
    header#header button.btn_close span:before,
    header#header button.btn_close span:after {
        content: "";
        position: absolute;
        height: 2px;
        background: #081f55;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        width: 100%;
        border-radius: 10px;
    }
    header#header button.btn_close span {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    header#header button.btn_close span:before {
        top: 0px;
        transform: translateY(0%);
        width: calc(100% - 10px);
    }
    header#header button.btn_close span:after {
        top: auto;
        transform: translateY(0%);
        bottom: 0;
        width: calc(100% - 10px);
        left: auto;
        right: 0;
    }
    header#header .top_header .navbar .navbar-collapse {
        height: 100%;
        width: calc(100% + 2px);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block;
        transform: unset;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: all 0.4s;
        border-radius: 0;
        background: #ffffff;
        padding: 30px;
        backdrop-filter: blur(2px);
        z-index: 2;
    }
    header#header .top_header .navbar .navbar-collapse.show {
        clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%);
    }
    header#header .top_header .navbar .navbar-collapse .header_content_menu {
        margin-top: 65px;
    }
    header#header .top_header .navbar .navbar-collapse button.btn_close:before {
        display: none;
    }

    header#header .top_header .navbar .navbar-collapse button.btn_close span:before,
    header#header .top_header .navbar .navbar-collapse button.btn_close span:after {
        width: calc(100% - 0px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: all 0.4s;
    }

    header#header .top_header .navbar .navbar-collapse button.btn_close span:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    header#header .top_header .navbar .navbar-collapse button.btn_close {
        position: absolute;
        right: 30px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item a {
        font-size: 32px;
        max-width: fit-content;
    }
    header#header .top_header nav.navbar .header_content_menu ul {
        gap: 8px 22px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
        padding: 0px;
        border: none;
        margin: 0;
        box-shadow: none;
        inset: auto;
        display: inline-block;
        max-height: 0;
        overflow: hidden;
        position: static !important;
        -moz-transition: all ease 0.5s;
        top: 10px !important;
        transition: 0.5s ease;
        width: 100%;
        background: transparent;
        transform: none !important;
        display: block !important;
        left: 100% !important;
        max-width: 100%;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu.show {
        max-height: 450px;
        transition: 0.5s ease;
        padding-top: 10px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item button.dropdown-toggle {
        width: 14px;
        right: -7px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu:before {
        display: none;
    }

    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li {
        border-bottom: unset;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a:before {
        left: 0;
        opacity: 1;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown button.dropdown-toggle.show:before {
        transform: translateY(-50%) rotate(-50deg);
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown button.dropdown-toggle.show:after {
        transform: translateY(-50%) rotate(50deg);
    }
    .slider_part_home .carousel-item img {
        min-height: 650px;
    }
    .home_slider_text .slider_inner_content h2 {
        font-size: 65px;
    }

    .icon_list_dec li {
        padding-right: 30px;
    }
    .my_100 {
        margin: 80px 0;
    }
    .my_70 {
        margin: 60px 0;
    }
    .py_100 {
        padding: 80px 0;
    }
    .footer_contact_info .address_part {
        padding-left: 28px;
    }
    /* .footer_contact_info .subscribe_view {
        padding-right: 28px;
    } */
    .footer_contact_info.footer_menu,
    .footer_contact_info .quick_info {
        padding-left: 25px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item button.dropdown-toggle:after {
        left: 4px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item button.dropdown-toggle:before {
        left: -3px;
    }
    .inner_banner_part .inner_banner_views h2 {
        font-size: 54px;
    }
    .ps_inner_30 {
        padding-left: 25px;
    }
    .main_title_part.inner_title_part h2 {
        padding-bottom: 26px;
    }
    .about_inner_right_view {
        width: calc(100% - 80px);
    }
    ul.ind_view li .ind_view_list ul {
        bottom: 20px;
    }
    .services_right_part ul.dropdown-menu li a {
        font-size: 15px;
    }
    .services_list_view .main_title_part.inner_title_part h4 {
        margin: 22px 0 15px 0;
        font-size: 28px;
    }
    ul.inner_service_list_point li {
        padding: 5px 0 10px 32px;
    }
    ul.inner_service_list_point {
        margin: 18px 0 25px;
    } 
    .main_title_part h2{
        font-size: 46px;
    }
    .welcome_about_part:after {
    height: calc(37% - 5px);
    top: -240px;
    }
}
@media only screen and (max-width: 1199px) {
    .home_slider_text .slider_inner_content h2 {
        font-size: 58px;
    }
    .slider_part_home .carousel-item img {
        min-height: 550px;
    }
    .home_slider_text .slider_inner_content p {
        font-size: 21px;
    }
    .slider_part_home .carousel-indicators button {
        height: 10px;
        width: 10px;
    }
    .slider_part_home .carousel-indicators {
        gap: 12px;
    }
    .main_title_part h2 {
        font-size: 44px;
        padding-bottom: 34px;
    }
    .ps_40 {
        padding-left: 40px;
    }
    .our_expertise_part {
        margin-left: 0;
    }
    .icon_list_dec h4 {
        font-size: 26px;
    }
    .icon_list_dec li {
        padding: 22px 30px 22px 100px;
    }
    /* .icon_list_dec img.fade_text_animate {
        left: 18px;
    } */
    .icon_list_dec img {
        max-width: 55px;
        max-height: 55px;
    }
    ul.services_list_part li .services_list_info h3 {
        font-size: 44px;
    }
    ul.services_list_part li .services_list_info {
        padding: 35px 25px 35px 45px;
    }
    ul.services_list_part li .services_list_info ul li a {
        font-size: 20px;
    }
    ul.services_list_part li:hover .services_list_info ul {
        max-height: 210px;
    }
    .our_services .main_title_part h2 {
        white-space: normal;
    }
    .industries_we_serve_part ul.industries_list li {
        width: calc(25% - 10px);
    }
    .list_quick_link a {
        transform: scale(0.8);
    }
    .why_choose_us_part .counter_box h4 {
        font-size: 80px;
    }
    .why_choose_us_part .counter_box.plus h4:after,
    .why_choose_us_part .counter_box.percentage h4:after {
        font-size: 40px;
        margin: -12px 0 10px 2px;
    }
    .why_choose_us_part .counter_box .counter > span {
        width: 38px;
    }
    .why_choose_us_part .counter_box p {
        font-size: 14px;
    }
    .counter_slider {
        margin-top: 20px;
    }
    .why_choose_us_part .counter_box .counter {
        height: 90px;
    }
    .testimonials_part {
        padding: 65px 0;
    }
    .home_get_in_touch_view h3 {
        font-size: 44px;
    }
    .home_get_in_touch_view {
        padding: 45px 20px 50px 20px;
        margin: 0 auto -115px;
    }
    /* .footer_contact_info .subscribe_view {
        padding-left: 28px;
        margin-top: 15px;
    } */
    /* .footer_contact_info .connect_with_us{
          padding-left: 28px;
                  margin-bottom: 25px;
                    margin-top: 15px;
    } */
    footer .copyright_scssn {
        padding: 25px 10px 25px 10px;
        margin-top: 40px;
    }
    .inner_banner_part .inner_banner_views h2 {
        font-size: 52px;
    }
    ul.contact_list_info li p,
    ul.contact_list_info li a {
        font-size: 16px;
    }
    .main_title_part.inner_title_part h2 {
        padding-bottom: 20px;
    }
    .contact_form_view form.form_view {
        padding-right: 0;
    }
    ul.contact_list_info {
        margin-top: 20px;
    }
    ul.contact_list_info li {
        border-bottom: unset;
        width: calc(33.33% - 0px);
    }
    ul.contact_list_info li:first-child {
        width: calc(100% - 0px);
        border-bottom: 1px solid #d9d9d9;
    }
    ul.contact_list_info li p,
    ul.contact_list_info li a {
        white-space: normal;
    }
    ul.contact_list_info li p strong {
        display: block;
    }
    ul.contact_list_info li:first-child p {
        max-width: 85%;
    }
    .contact_us_location .google_location {
        margin: -20px auto auto auto;
        padding: 20px 20px 0 20px;
    }
    ul.contact_list_info li {
        padding: 22px 12px 22px 64px;
    }
    .count_year {
        max-width: 200px;
    }
    .about_inner_right_view {
        width: calc(100% - 45px);
    }
    /* .about_inner_right_view .calculate_year .number {
        font-size: 54px;
    } */
    .calculate_year_text p {
        font-size: 44px;
    }
    .inner_services_details .inner_services_img {
        /* margin-top: 32px; */
        max-height: 380px;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
    }
    .inner_services_details .inner_services_img img {
        height: 100%;
    }
    .services_list_view {
        margin-bottom: 30px;
        padding-top: 30px;
        margin-top: -30px;
        padding-bottom: 60px;
    }
    .inner_services_details {
        width: calc(66% - 10px);
    }
    .services_list_view .main_title_part.inner_title_part h2 {
        font-size: 44px;
        padding-bottom: 18px;
    }
    ul.inner_service_list_point {
        margin: 18px 0 18px;
    }
    .team_btn.text_animation_view {
        margin-top: 15px;
    }
    .services_right_part {
        width: calc(30% - 3px);
    }
    .services_list_view .main_title_part.inner_title_part h4 {
        margin: 20px 0 12px 0;
        font-size: 26px;
    }
    .welcome_about_part:before, .welcome_about_part:after {
    left: 5px;
}
.welcome_about_part:after {
    height: calc(27% - 0px);
    top: -214px;
}

    .footer_contact_info.mail_part {
        padding-left: 28px;
                padding-right: 28px;
        gap: 25px 35px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 10px;
    }
.footer_contact_info.mail_part ul.subscribe_view {
    width: auto;
}
}
@media only screen and (min-width: 992px) and (max-width: 1260px) {
     .inquiry_form .main_title_part p {
        max-width: 470px;
    }
}
@media only screen and (min-width: 992px) {
    .services_right_part ul.dropdown-menu {
        position: relative;
        display: block;
        background-color: transparent;
        border: unset;
        padding: 0;
    }
    .services_right_part a.dropdown-toggle {
        color: #081f55;
        font-size: 30px;
        font-family: "Darker Grotesque", sans-serif;
        font-weight: 600;
        line-height: 1;
        transition: all 0.4s;
        margin-bottom: 14px;
        padding-bottom: 2px;
        padding-left: 10px;
        display: inline-block;
        pointer-events: none;
    }
    .services_name_round.count_year {
        display: none;
    }
} 
@media only screen and (max-width: 991px) {
    .home_slider_text .slider_inner_content h2 {
        font-size: 45px;
        padding-bottom: 10px;
    }
    .home_slider_text .slider_inner_content p {
        font-size: 18px;
    }
    .slider_part_home .carousel-item .home_slider_text .slider_inner_content ul {
        margin-top: 20px;
    }
        .home_slider_text .slider_inner_content ul li a {
        font-size: 15px;
        padding: 10px 47px 10px 27px;
    }
    .home_slider_text .slider_inner_content ul li a:before {
    right: 22px;
    background-size: 15px;
}
    .slider_part_home .carousel-item img {
        min-height: 480px;
    }
    header#header .top_header a.top_main_logo img {
        max-width: 330px;
    }
    header#header {
        padding: 20px calc(2% + 0px);
    }
    .welcome_about_part:before, .welcome_about_part:after {
        display: none;
    }
    .my_100 {
        margin: 60px 0;
    }
    .my_70 {
        margin: 50px 0;
    }
    .py_100 {
        padding: 60px 0;
    }
    .ps_40 {
        padding-left: 20px;
    }
    .icon_list_dec li:first-child {
        margin-top: 0;
    }
    .our_expertise_part {
        margin-top: 45px;
    }
    .vertical_title_view {
        top: 10px;
        left: 10px;
    }
    ul.services_list_part li .services_list_info h3 {
        font-size: 38px;
    }
    ul.services_list_part li .services_list_info {
        padding: 25px 15px 35px 25px;
    }
    ul.services_list_part li .services_list_info ul li a {
        font-size: 18px;
    }
    .industries_we_serve_part ul.industries_list li img {
        max-height: 54px;
    }
    .industries_we_serve_part ul.industries_list li h5 {
        font-size: 17px;
    }
    .industries_we_serve_part ul.industries_list li {
        min-height: 180px;
    }
    .industries_we_serve_part ul.industries_list {
        margin-top: 0;
    }
    .testimonials_slide {
        margin-top: 20px;
        margin-left: 32px;
        width: calc(91% - 0px);
    }
    footer {
        padding: 170px 0 00px;
    }
    .inner_banner_part .inner_banner_views h2 {
        font-size: 46px;
    }
    .contact_us_location .google_location iframe {
        height: 270px;
    }
    .contact_us_location {
        margin-bottom: -110px;
    }
    .contact_us_location .google_location:before {
        height: calc(100% - 110px);
    }
    .about_inner_right_view {
        width: calc(100% - 15px);
        top: 40px;
        max-width: 217px;
        padding-top: 22px;
    }
    .calculate_year_text p {
        font-size: 40px;
    }
    .count_year {
        max-width: 175px;
    }
    .about_inner_right_view .calculate_year .number {
        font-size: 78px;
    }
    /* .about_inner_right_view .calculate_year .number sup.sup-plus {
        font-size: 25px;
        top: -24px;
    } */
    ul.ind_view > li {
        width: calc(50% - 22px);
    }
    .ind_view_list button.btn_ind_view {
        width: 40px;
        height: 40px;
    }
    .ind_view_list button.btn_ind_view:after,
    .ind_view_list button.btn_ind_view:before {
        width: calc(100% - 28px);
    }
    ul.ind_view > li:first-child {
        width: calc(100% - 13px);
    }
    .inner_services_details {
        width: calc(100% - 0px);
    }
    .services_right_part {
        width: 100%;
        background: transparent;
        height: 100%;
        z-index: 3;
        top: unset;
        margin: 0;
        padding: 0;
        border-radius: 100%;
        position: fixed;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        align-content: flex-end;
        max-height: fit-content;
        max-width: fit-content;
        left: 18px;
        bottom: 18px;
    }
    .services_right_part a.dropdown-toggle span.services_name {
        display: none;
    }
    .services_right_part .services_name_round.count_year text textPath {
        font-size: 18px;
        word-spacing: 10px;
        letter-spacing: 1.5px;
    }
    .services_right_part .services_name_round.count_year {
        position: relative;
        margin: 0;
        bottom: unset;
        left: unset;
        height: 70px;
        width: 70px;
        top: unset;
        z-index: 2;
        background: #004e98;
        padding: 6px;
        border: unset;
        border-radius: 100%;
        transform: unset;
    }
    /* .services_right_part .inner_service_list {
        position: fixed;
       
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        align-content: flex-end;
        max-height: fit-content;
        max-width: fit-content;
                left: 18px;
        bottom: 18px;
    } */
    /* .services_right_part .inner_service_list a#services_inner_menu {
    left: 18px;
    bottom: 18px;
} */
    .services_right_part .inner_service_list ul.dropdown-menu {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        transition: all 0.4s;
        max-width: fit-content;
        display: block;
        min-width: 320px;
        transform: translate(-7px, -80px) !important;
        inset: auto auto 0px 0px;
        background: #eeeff3;
        border-radius: 12px;
        padding: 12px;
        position: absolute;
    }
    .services_right_part .inner_service_list ul.dropdown-menu.show {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }
    .services_right_part ul.dropdown-menu li a {
        padding: 10px 30px 10px 10px;
    }
       .inquiry_modal_form {
        padding: 40px 55px 40px 55px;
    }
    .icon_list_dec li {
        width: 100%;
    }
       /* .profile_view {
        padding: 0;
        background: transparent;
        writing-mode: vertical-lr;
        transform: translateY(calc(-50% + 60px));
        top: 50%;
        left: auto;
        bottom: auto;
    }
      .profile_view a {
        padding: 14px 12px 48px 12px;
        transform: rotate(180deg);
        background: #0065b3;
                box-shadow: -1px -1px 0px #ffffff;
    }
   .profile_view a img {
    right: auto;
    top: auto;
    transform: translate(-50%, 0) rotate(180deg);
    left: calc(50% - 1px);
    bottom: 9px;
}
.profile_view a:before {
    right: auto;
    top: auto;
    transform: translate(-50%, 0) rotate(180deg);
    left: calc(50% + -1px);
    bottom: 5px;
} */
 .profile_view {
    transform: translateY(calc(-50% + 60px));
    }
    .footer_contact_info.mail_part ul.subscribe_view {
    width: 300px;
}

    .footer_contact_info.mail_part .footer_catalouge{
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
.list_quick_link a {
    width: 100px;
    height: 100px;
    background: #0065b3;
    border-radius: 100%;
    padding: 30px;
}
.list_quick_link a:before,
.list_quick_link a:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #ffffff;
    width: 100%;
    max-width: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    transition: all 0.4s;
    z-index: 1;
}
.list_quick_link a:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.list_quick_link a:hover:after {
    transform: translate(calc(-50% - -10px), calc(-50% - 6px)) rotate(40deg);
    max-width: 22px;
}
.list_quick_link a:hover:before {
    transform: translate(calc(-50% - -10px), calc(-50% + 6px)) rotate(-40deg);
    max-width: 22px;
}
.list_quick_link a strong {
    display: none;
}
.list_quick_link a span {
    width: 0px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    border-radius: 12px;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    z-index: 0;
    transition: all 0.4s;
    opacity: 0;
}
.list_quick_link a:hover span {
    opacity: 1;
    width: 28px;
} }
@media only screen and (max-width: 767px) {
    .home_slider_text .slider_inner_content h2 {
        font-size: 38px;
    }
    .home_slider_text .slider_inner_content p {
        font-size: 18px;
        line-height: 1.3;
    }

    .slider_part_home .carousel-indicators {
        right: 14px;
    }
    header#header .top_header .request_a_quote_header a {
        padding: 12px 14px;
    }
    header#header .top_header .request_a_quote_header a span {
        display: none;
    }
    .my_100 {
        margin: 50px 0;
    }
    .my_70 {
        margin: 40px 0;
    }
    .py_100 {
        padding: 50px 0;
    }
    .main_title_part h2 {
        font-size: 36px;
        padding-bottom: 25px;
        margin-top: 0;
    }
    p {
        font-size: 16px;
    }
    .team_btn {
        font-size: 13px;
        margin-top: 25px;
    }
    .main_title_part .sub_title:before {
        background-size: 15px;
    }
    ul.icon_list_dec {
        padding-left: 44px;
    }
    .icon_list_dec li {
        padding: 18px 18px 18px 80px;
    }

    /* .icon_list_dec img.fade_text_animate {
        left: 7px;
    } */
    .our_expertise_part {
        margin-top: 32px;
    }
    /* ul.services_list_part > li {
        width: calc(100% - 0px);
    } */
 
     ul.services_list_part li .services_list_info ul li a {
        font-size: 16px;
    }
    ul.services_list_part li .services_list_info {
        padding: 22px 10px 28px 15px;
    }
    .industries_we_serve_part ul.industries_list li {
        width: calc(33.33% - 10px);
    }
        ul.services_list_part li .services_list_info h3 {
        font-size: 32px;
    }
    ul.services_list_part li .services_img img {
    min-height: 350px;
    }
      ul.services_list_part li:hover .services_list_info ul {
        margin: 10px 0 0px 0;
         max-height: 175px;
    }
.industries_we_serve_part ul.industries_list li.list_quick_link {
        min-height: 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: flex-start;
        padding-right: 0;
        padding-left: 20px;
    }
    .industries_we_serve_part ul.industries_list li.list_quick_link a {
        transform: scale(1);
    }

    .why_choose_us_part .counter_box h4 {
        font-size: 50px;
    }
    .why_choose_us_part .counter_box.plus h4:after,
    .why_choose_us_part .counter_box.percentage h4:after {
        font-size: 32px;
        margin: -12px 0 0px 2px;
    }
    .why_choose_us_part .counter_box .counter > span {
        width: 28px;
    }
    .why_choose_us_part .counter_box p {
        font-size: 14px;
    }
    .counter_slider {
        margin-top: 15px;
    }
    .why_choose_us_part .counter_box .counter {
        height: 50px;
    }
    .testimonials_part {
        padding: 45px 0;
    }
    .testimonials_bg_img {
        width: calc(36% + 10px);
        padding-left: 7px;
        border-left: 7px solid rgba(8, 31, 85, 0);
    }
    .testimonials_bg_img:before {
        width: 7px;
        left: -7px;
    }
    .testimonials_slide {
        margin-left: 18px;
        width: calc(94% - 2px);
    }
    .home_get_in_touch_view h3 {
        font-size: 36px;
    }
    .home_get_in_touch_view .team_btn {
        margin-top: 16px;
    }
    .home_get_in_touch_view {
        padding: 34px 10px 38px 10px;
        margin: 0 auto -90px;
    }
    .footer_contact_info ul li p,
    .footer_contact_info ul li a {
        white-space: normal;
    }
        .footer_contact_info.footer_menu {
        margin-top: 7px;
    }
        /* .footer_contact_info .connect_with_us {
        margin-top: 5px;
    } */
    footer {
        padding: 140px 0 00px;
    }
    .inner_banner_part .inner_banner_views h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .inner_banner_part .inner_banner_views {
        padding: 22px 0 22px 22px;
    }
    .inner_banner_part .inner_banner_views ul.bredcrumbs.animation_view_fill li,
    .inner_banner_part .inner_banner_views ul.bredcrumbs.animation_view_fill li a {
        font-size: 14px;
    }
    .ps_inner_30 {
        padding-left: 10px;
    }
    .main_title_part.inner_title_part h2 {
        padding-bottom: 18px;
    }
    .contact_form_view form.form_view {
        margin-top: 35px;
    }
    ul.contact_list_info li {
        width: calc(50% - 0px);
        border-bottom: 1px solid #d9d9d9;
    }
    .contact_us_location .google_location {
        margin: -20px auto auto auto;
        padding: 16px 16px 0 16px;
    }

    .contact_us_location {
        margin-bottom: -90px;
    }
    .contact_us_location .google_location:before {
        height: calc(100% - 90px);
    }
    .contact_us_location .google_location iframe {
        padding: 6px;
    }

    .about_inner_part img {
        width: calc(100% - 210px);
    }
    .about_inner_right_view {
        top: -255px;
        position: absolute;
        width: 170px;
        right: 20px;
        border-radius: 80px 80px 0 0;
        padding-top: 20px;
    }
   .count_year {
        max-width: 132px;
        padding: 0px;
    }
    .calculate_year_text p {
        font-size: 30px;
    }
    .calculate_year_text {
        padding-top: 10px;
    }
    .about_inner_right_view .calculate_year .number {
        font-size: 64px;
    }
      .about_inner_right_view .calculate_year .number sup.sup-plus {
        font-size: 17px;
        top: 22px;
        right: -5px;
    }
    header#header button.btn_close {
        right: 80px;
    }
    ul.ind_view > li .ind_view_info {
        padding: 22px;
    }
    ul.ind_view li .ind_view_info h5 {
        font-size: 16px;
    }
    ul.ind_view > li .ind_view_info img {
        max-height: 50px;
        max-width: 60px;
    }
    ul.ind_view > li .ind_view_img {
        min-height: 280px;
    }
    ul.ind_view > li:first-child .ind_view_img {
        min-height: 340px;
    }
    .services_list_view .main_title_part.inner_title_part h2 {
        font-size: 36px;
    }
    .services_list_view .main_title_part.inner_title_part h4 {
        font-size: 24px;
    }
    ul.inner_service_list_point li:before {
        top: 3px;
        height: 25px;
        width: 25px;
        background-size: 7px;
    }
    .inner_services_details {
        margin: 0;
    }
      .inquiry_form .main_title_part p {
        max-width: 470px;
    }
    .icon_list_dec img{
        left: 10px;
    }
    .footer_contact_info.footer_menu, .footer_contact_info .address_part {
        padding-left: 32px;
    }
     .footer_contact_info.mail_part {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 15px 35px;
        padding-right: 0;
    }
      .footer_contact_info.mail_part ul.subscribe_view {
        max-width: 350px;
        width: 100%;
    }
    footer .copyright_scssn {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 660px) {
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a,
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a:focus {
        font-size: 17px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a:before {
        background-size: 15px;
    }
    header#header .top_header nav.navbar .header_content_menu ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu.show {
        padding-top: 5px;
    }
    ul.inner_service_list_point li {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .home_slider_text .slider_inner_content h2 {
        font-size: 32px;
        padding-bottom: 5px;
    }
    .home_slider_text .slider_inner_content p {
        font-size: 16px;
    }
    .home_slider_text .slider_inner_content {
        max-width: calc(100% - 10px);
        padding-left: 5px;
    }
    .home_slider_text .slider_inner_content ul li a {
        padding: 10px 47px 10px 27px;
    }
      .home_slider_text .slider_inner_content ul li a {
        font-size: 13px;
        padding: 8px 35px 8px 17px;
    }
     .home_slider_text .slider_inner_content ul li a:before {
        right: 15px;
        background-size: 12px;
    }
    .slider_part_home .carousel-indicators {
        right: 4px;
        gap: 8px;
    }
    .slider_part_home .carousel-indicators button {
        height: 8px;
        width: 8px;
    }
    .slider_part_home .carousel-item img {
        min-height: 400px;
    }
    header#header .top_header .request_a_quote_header a {
        padding: 10px 10px;
    }
    header#header .top_header .request_a_quote_header a img {
        max-width: 26px;
    }
    header#header button.btn_close {
        height: 20px;
        width: 40px;
        right: 55px;
    }
    header#header .top_header a.top_main_logo img {
        max-width: 232px;
    }
    header#header {
        padding: 18px calc(2% + 0px);
    }
    header#header .top_header .navbar .navbar-collapse {
        padding: 30px 20px;
    }
    header#header .top_header .navbar .navbar-collapse button.btn_close {
        right: 20px;
    }
    header#header .top_header .navbar .navbar-collapse .header_content_menu {
        margin-top: 45px;
    }
    .my_100 {
        margin: 40px 0;
    }
    .my_70 {
        margin: 32px 0;
    }
    .py_100 {
        padding: 40px 0;
    }
    .ps_40 {
        padding-left: 0;
    }
    .main_title_part .sub_title {
        font-size: 15px;
        padding-left: 22px;
        margin-bottom: 4px;
    }
    .main_title_part .sub_title:before {
        background-size: 14px;
    }
    .main_title_part h2 {
        font-size: 32px;
        padding-bottom: 18px;
    }
    p,
    .icon_list_dec p {
        font-size: 15px;
    }
    .team_btn {
        font-size: 12px;
        margin-top: 15px;
        padding: 12px 56px 12px 18px;
        min-height: 40px;
    }
    .team_btn:hover {
    padding: 12px 48px 12px 18px;
}
    .team_btn:after {
    height: 40px;
    width: 40px;
    }
    .team_btn:before {
    width: calc(100% - 40px);
    }
    .vertical_title_view {
        left: -7px;
        top: 18px;
    }
    .vertical_title_view h3 {
        font-size: 15px;
        padding: 0 0 0 12px;
        top: 38px;
        left: calc(50% - 48px);
    }
    ul.icon_list_dec {
        padding-left: 28px;
    }
    .icon_list_dec li {
        padding: 14px 8px 14px 65px;
    }
       .icon_list_dec h4 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .icon_list_dec img {
        max-width: 50px;
        max-height: 50px;
    }
    ul.services_list_part li .services_list_info h3 {
        font-size: 30px;
    }
   
    ul.services_list_part li .services_list_info {
        padding: 20px 15px 25px 15px;
    }
 
    .industries_we_serve_part ul.industries_list li h5 {
        font-size: 16px;
        white-space: normal;
    }
    .industries_we_serve_part ul.industries_list li{
        width: calc(50% - 10px);
        min-height: 150px;
        align-items: center;
        padding: 15px 10px;
    }
    .industries_we_serve_part ul.industries_list li.list_quick_link{
        padding-left: 0;
    }
    .industries_we_serve_part ul.industries_list li img {
        max-height: 48px;
        max-width: 55px;
    }
    .why_choose_us_part .counter_box p {
        font-size: 13px;
        letter-spacing: 2px;
        margin: 8px 0 3px 0;
        line-height: 1.4;
    }
    .testimonials_bg_img {
        display: none;
    }
    .testimonials_part {
        padding: 0px;
    }
    .testimonials_slide .items p {
        font-size: 15px;
    }
    .testimonials_slide {
        margin-top: 15px;
        margin-left: 7px;
        width: calc(97% - 4px);
    }
    .testimonials_slide .items {
        padding: 60px 28px 25px 28px;
    }
    .testimonials_slide .items:before {
        background-size: 40px;
        top: 10px;
    }
    .testimonials_slide .items h6 {
        font-size: 21px;
        margin-bottom: 14px;
    }
    .testimonials_slide .items h5 {
        font-size: 15px;
    }
    .home_get_in_touch_view h3 {
        font-size: 32px;
    }
    .home_get_in_touch_view {
        padding: 18px 10px 28px 10px;
        margin: 0 auto -77px;
    }
    footer {
        padding: 110px 0 00px;
    }
    .footer_contact_info .address_part,
    .footer_contact_info.footer_menu,
    .footer_contact_info .quick_info {
        padding-left: 0;
        padding-right: 0;
    }
    .footer_contact_info.footer_menu {
        margin-top: 10px;
    }
    /* .footer_contact_info .subscribe_view {
        margin-top: 20px;
    } */
    .footer_contact_info .quick_info {
        margin-top: 12px;
    }
    footer .copyright_scssn {
        padding: 20px 10px 20px 10px;
            margin-top: 40px;
    }
    footer .copyright_scssn .webplus {
        display: block;
    }
    .footer_contact_info h3 img {
        margin-right: 8px;
    }
    .progress-wrap {
        bottom: 25px;
        right: 25px;
        height: 42px;
        width: 42px;
    }
    .progress-wrap::after {
        height: 42px;
        width: 42px;
    }
    .inner_banner_part .inner_banner_views h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .inner_banner_part .inner_banner_views {
        padding: 20px 0 20px 12px;
    }
    .ps_inner_30 {
        padding-left: 00px;
    }
    .main_title_part.inner_title_part h2 {
        padding-bottom: 16px;
    }
    .inner_title_part .sub_title:before {
        background-size: 14px;
        top: calc(50% - 1px);
    }
    .contact_form_view form.form_view {
        margin-top: 25px;
    }
    .form-group.ms_15 {
        margin-left: 0;
    }
    .contact_form_view form .team_btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .contact_us_location .google_location {
        padding: 12px 12px 0 12px;
    }
    .contact_us_location .google_location iframe {
        padding: 4px;
    }
    .contact_us_location {
        margin-bottom: -70px;
    }
    .contact_us_location .google_location:before {
        height: calc(100% - 70px);
    }
    ul.contact_list_info li,
    ul.contact_list_info li:first-child p {
        width: 100%;
        max-width: 100%;
    }
    ul.contact_list_info li p,
    ul.contact_list_info li a {
        font-size: 15px;
    }
    ul.contact_list_info li p,
    ul.contact_list_info li a {
        font-size: 15px;
    }
    ul.contact_list_info li h4 {
        margin-bottom: 6px;
    }
    ul.contact_list_info li img {
        max-width: 30px;
        left: 10px;
        top: 22px;
        max-height: 40px;
    }
    ul.contact_list_info li {
        padding: 20px 10px 20px 58px;
    }
    .count_year {
        max-width: 112px;
        /* padding: 6px; */
    }
    .calculate_year_text p {
        font-size: 26px;
    }

    .about_inner_part img {
        width: calc(100% - 145px);
        min-height: 220px;
    }
    .about_inner_right_view {
        width: 130px;
        right: 12px;
        border-radius: 90px 90px 0 0;
        padding-top: 10px;
        top: -225px;
    }
     .about_inner_right_view .calculate_year .number {
        font-size: 56px;
    }
    .about_inner_right_view .calculate_year .number sup.sup-plus {
        right: -7px;
    }
    .number sup.sup-plus {
        font-size: 16px;
        top: -18px;
    }
    ul.ind_view > li {
        width: 100%;
    }
    ul.ind_view > li:first-child {
        width: calc(100% - 0px);
    }
    ul.ind_view li .ind_view_list ul {
        width: calc(100% - 65px);
        padding: 18px 12px;
        right: 15px;
        max-height: 270px;
        overflow: auto;
    }
    .ind_view_list button.btn_ind_view {
        right: 15px;
        bottom: 15px;
    }
    .ind_view_list ul li {
        font-size: 17px;
        padding: 3px 0 4px 4px;
        line-height: 1.3;
    }
    ul.ind_view > li:first-child .ind_view_img {
        min-height: 320px;
    }
    .services_list_view .main_title_part.inner_title_part h2 {
        font-size: 32px;
        padding-bottom: 10px;
    }
    ul.inner_service_list_point li {
        font-size: 15px;
        padding: 4px 0 10px 33px;
    }
    ul.inner_service_list_point.d_50 li {
        width: 100%;
    }
    .services_list_view .main_title_part.inner_title_part h4 {
        font-size: 22px;
        margin: 18px 0 10px 0;
    }
    .inner_services_details .inner_services_img {
        max-height: 250px;
        min-height: auto;
        height: 250px;
            margin-top: 0px;
    }
    .services_right_part .services_name_round.count_year {
        height: 55px;
        width: 55px;
        padding: 5px;
    }
    .services_right_part .services_name_round.count_year:before {
        background-size: 19px;
    }
    .services_right_part {
        left: 12px;
        bottom: 22px;
    }
        .services_list_view {
        padding-bottom: 45px;
    }
    .inquiry_form button.btn-close {
        right: 12px;
        top: 12px;
        height: 35px;
        width: 35px;
    }
    .inquiry_form button.btn-close:before, .inquiry_form button.btn-close:after {
        height: calc(100% - 24px);
    }
        .inquiry_modal_form {
        padding: 30px 20px 40px 20px;
    }
    .inquiry_form .modal-dialog .modal-content .modal-body form.form_view {
    margin-top: 28px;
}
    .slider_part_home .carousel-item .home_slider_text .slider_inner_content ul {
        gap: 5px 7px;
    }
    .icon_list_dec img {
        left: 4px;
    }
    ul.services_list_part > li{
        width: 100%;
    }
        ul.services_list_part li .services_img img {
        min-height: 335px;
    }
    .thanks_error_inner_part img {
    max-width: 60px;
    max-height: 60px; 
}
form.form_view .form-group.text_area {
        height: 175px;
}
.footer_contact_info.mail_part {
    padding-left: 0px;
    margin-top: 20px;
}
.footer_contact_info.mail_part{
    gap: 15px 35px;
}
 .footer_contact_info.mail_part .footer_catalouge {
    padding: 16px 80px 24px 18px;
}
}
@media only screen and (max-width: 400px) {
    .services_right_part .inner_service_list ul.dropdown-menu {
        min-width: 280px;
    }
}
