@charset "utf-8";
/* CSS Document */

/*****--------------------| HEADER |--------------------*****/


header {
    position: absolute;
    background: transparent;
    width: 100%;
    z-index: 99;
    /*    border-bottom: 1px solid rgb(112 112 112 / 15%) !important;*/
}

header .container {
    max-width: 1630px;
    position: static;
}

.hd_btn {
    display: flex;
    align-items: center;
}

.top_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #ecf0f0;
}

.botm_text {}

.serv_text_top {
    font-size: 16px;
    color: #123054;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.serv_text_top img {
    margin-right: 10px;
}

.hd_btn {
    color: #123054;
    font-weight: bold;
    font-size: 16px;
}

.hd_btn:hover {
    color: #ee6c4d;
}

.hd_btn i {
    color: #ee6c4d;
    font-size: 12px !important;
    margin: 4px 6px 0 4px !important;
}

.hd_btn .select_service i {
    color: #fff;
}

.left_logo {
    width: 223px;
}

.right_menu {
    width: calc(100% - 223px);
    padding-left: 100px;
}

.hd_btn .btn_org {
    min-width: 240px;
    padding: 10px 15px;
    margin-left: 20px;
}

.right_hd_text a {
    margin: 0 5px;
}

.right_hd_text .btn_white {
    font-size: 18px;
}

[class*="btn_"].btn_white img {
    margin-right: 10px;
    margin-left: 0;
}

.top_hd_content {
    padding: 10px 0;
}

.select_service ul li a:hover {
    background: #ee6c4d;
    color: #fff;
}

/*.select_service i { transform: rotate(180deg);}*/

.hd_no.btn_blue {
    overflow: inherit;
    cursor: pointer;
    min-width: 189px;
    padding: 10px 22px;
}

.hd_no.btn_blue:before {
    content: none;
}

.menu_left {
    width: 800px;
    padding-right: 47px;
    border-right: 1px solid rgb(93 93 93 / 10%);
}

.menu_right {
    width: calc(100% - 800px);
    float: left;
    text-align: center;
    padding-left: 47px;
}

.menu_title {
    font-size: 26px;
    color: #123054;
    font-weight: normal;
    line-height: 30px;
    margin: 30px 0;
}

/*menu*/
.togglebtn {
    display: none;
}

.menu_link nav>ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menu_link nav>ul>li {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

/*.menu_link nav>ul > li:first-child > a, .menu_link nav>ul > li:nth-child(2) > a{padding-left: 0 !important;}*/
.menu_link nav>ul>li:first-child {
    padding-left: 0 !important;
}

.menu_link nav>ul>li:first-child span {
    display: none;
}

.menu_link nav>ul>li.blankli {
    width: 10%;
    height: 35px;
}

li.has-sub.Products {
    position: static;
}

.menu_link nav>ul>li {
    padding: 32px 12px;
}

.menu_link nav>ul>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    position: relative;
    line-height: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    letter-spacing: 0.4px;
    padding-bottom: 0px;
}

.menu_link nav>ul>li:first-child a img {
    filter: invert(100%) sepia(70%) saturate(0%) hue-rotate(321deg) brightness(141%) contrast(184%);
}

.menu_link nav>ul>li.active:first-child a img,
.menu_link nav>ul>li.hover:first-child a img {
    filter: none;
}

.menudrop {
    font-size: 16px;
    z-index: 1;
    display: inline-block;
    border-radius: 50%;
    height: 6px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: 1px;
    line-height: 3px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.menu_link ul>li.hidden,
.togglebtn,
.menulogo {
    display: none
}

.headlink {
    position: relative;
    background: #fff;
}

.logo-left {
    position: absolute;
    z-index: 99;
    top: 9px;
    width: 170px;
    margin: auto;
    left: 58px;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.menu_link .submenu {
    left: 0;
    padding: 30px;
    position: absolute;
    top: 91%;
    text-align: left;
    border-radius: 0;
    z-index: 10;
    background: #fff;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    max-width: 900px;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0;
}

.menu_link li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.submenu .sublink li a {
    position: relative;
    display: inline-block;
}

.submenu .sublink li:last-child a {
    border-bottom: 0;
}

.menu_link .submenu ul.sublink li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0 17px;
}

.menu_link .submenu ul.sublink {
    margin: 0 -17px;
}

.menu_link .submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}

.menu_link .submenu ul.sublink li span.title {
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #000000;
    width: 100%;
    padding: 21px 10px;
    background: #F2F2F2;
    text-transform: uppercase;
}

.menu_link li.has-sub.services .offer_box {
    width: 507px;
    float: left;
    margin-top: 0px;
}

.menu_link li.has-sub:hover:after {
    opacity: 1;
}

.menu_link nav>ul>li:hover>a,
.menu_link nav>ul>li.active>a {
    color: #47a01a;
}

.menu_link nav ul .sublink li:hover a span.title,
.menu_link nav ul .sublink li.active a span.title {
    color: #47a01a;
}

.submenu .sublink li:hover a:before,
.submenu .sublink li.active a:before {
    background: #000;
}

.menu_link .submenu .fa-angle-down.menudrop {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #00a34f;
    border-radius: 100%;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 1px 0 0;
    line-height: 17px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.google_left a {
    max-width: 139px;
    display: block;
}

.fixed-header .mainheader {
    position: fixed;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 11;
}

.menu_link nav>ul>li.area_list .submenu ul.sublink>li {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding: 0 20px;
}

.menu_link nav>ul>li.area_list .submenu ul.sublink {
    margin: 0;
}

.menu_link .area_list li:after {
    top: 2px;
}

.menu_link nav>ul>li.area_list .submenu {
    padding: 30px;
    width: 300px;
}

.menu_link nav>ul>li.area_list .submenu>li {
    width: 100%;
}

.menu_link nav>ul>li.area_list .submenu li .submenu {
    left: 112%;
    top: 0;
    width: 370px;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.menu_link nav>ul>li.area_list .submenu li:hover .submenu {

    opacity: 1;
    visibility: visible;
}

.menu_link nav>ul>li.area_list .submenu li .submenu li {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 14px;
}

.menu_link .submenu .fa-angle-down.menudrop {
    right: 0;
}

.submenu .sublink li a {
    width: 100%;
}

.menu_link nav>ul>li.area_list .submenu ul.sublink>li.active>a,
.area_list li a:hover,
.menu_level_2.submenu li.active a,
.menu_level_2.submenu li a:hover {
    color: #47A01A;
    text-decoration: underline;
}


@-webkit-keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* CSS FOR DROPDOWN MEnu */
.menu_link li.has-sub {
    position: static;
}

.menu_link li.has-sub>a:after {
    position: absolute;
    content: "";
    border: 0 solid transparent;
    border-right-width: 17px;
    border-left-width: 17px;
    border-bottom: 15px solid white;
    bottom: -34px;
    left: -17px;
    right: 0;
    margin: 0 auto;
    width: 20px;
    opacity: 0;
}

.menu_link li.has-sub:hover a:after {
    opacity: 1;
}

.other-service .submenu {
    width: auto;
    max-width: 1150px;
}

.menu_link .other-service .submenu ul.sublink li {
    width: 25%;
    padding: 14px 14px 0;
}

@media (hover:hover) and (pointer:fine) {

    .menu_link .submenu li:hover>a .menudrop {
        opacity: 1;
        transform: rotate(-90deg);
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 0;
        margin: auto;
    }

    .menu_links li:hover .submenu {
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible;
    }
}

.menuoverlay {
    position: relative;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.menuoverlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.70);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.btn_dark img.hidden,
.top_mb_view {
    display: none;
}

.scrollbar {
    overflow-y: scroll;

}

.popup_btn body {
    overflow: hidden;
}

a.btn_border.hidden {
    display: none;
}




/*-----BREADCRUMBS-----*/
.inpage {
    width: 100%;
    padding: 100px 0;
}

.breadcrumb_wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #ededed;
    padding: 13px 0;
}

.breadcrumb {
    position: relative;
    text-align: left;
}

.breadcrumb_wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(45deg, #e7ebef 30%, transparent 70%);
}

ul.woo_breadcums {
    width: 100%;
    padding: 0px;
}

ul.woo_breadcums li {
    list-style: none;
    color: #fff;
    ;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

ul.woo_breadcums li span {
    padding: 0;
}

ul.woo_breadcums li a {
    position: relative;
    z-index: 0;
    line-height: 100%;
    margin: 0 28px 0 0;
    display: inline-block;
    color: #fff;
}

ul.woo_breadcums li a:after {
    position: absolute;
    z-index: 0;
    content: '\f105';
    font-size: 14px;
    top: 0;
    right: -19px;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-family: 'FontAwesome';
}

ul.woo_breadcums li a:hover {
    color: #47a01a;
}

.bnr_trust li {
    color: #fff;
    font-weight: 500;
    font-style: italic;
    display: flex;
    align-items: center;
}

.bnr_trust li span {
    background: #fff;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 65px;
    display: flex;
    justify-content: center;
    /*    margin: 0 auto 10px;   */
}

.bnr_trust li label {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.banner_text {
    align-items: center;
}

.bnr_trust li:not(:last-child) {
    margin-bottom: 30px;
}

.bnr_right {
    margin-right: 97px;
    position: relative;
    z-index: 2;
}

.bnr_trust li:nth-child(2) {
    padding-left: 30px;
}

.bnr_trust li:nth-child(3) {
    padding-left: 60px;
}

/* inner banner */
.banner_text {
    text-align: center;
}

.inner_banner {
    position: relative;
    padding: 162px 0 108px;
    background: linear-gradient(180deg, rgb(0 0 0), transparent);
}

.banner_title.title_xlg {
    color: #ffffff;
    font-size: 50px;
    font-family: 'Teko';
    font-weight: bold;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
}

img.bnr_boat_img {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -54px;
    margin: 0 auto;
}

.prod_breadcrumb .breadcrumb {
    text-align: center;
}

.breadcrumb_wrapper.prod_breadcrumb {
    margin-top: 50px;
}

img.only_bnr_img {
    width: 100%;
}

.banner_title.title_xlg span:after {
    bottom: 10px;
}

.inner_banner:after {
    position: absolute;
    content: "";
    width: 32%;
    height: 100%;
    background: rgb(71 160 26 / 30%);
    right: 0;
    top: 0;
    clip-path: polygon(49% 0%, 100% 0, 10 0% 43%, 100% 100%, 0% 101%, 24% 100%, 0 0);
    -webkit-clip-path: polygon(49% 0%, 100% 0, 100% 43%, 100% 100%, 0% 101%, 24% 100%, 0 0);
}

.bnr_trust li {
    position: relative;
}

.bnr_trust li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 3px;
    height: 120%;
    background: #fff;
    top: 33px;
    left: 45px;
    z-index: -1;
    transform: rotate(-17deg);
    bottom: 0;
}

.bnr_trust li:nth-child(2):after {
    transform: rotate(-17deg);
    left: 72px;
}




/* service banner */
.inner_banner.service_banner {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 208px 0 80px;
}

.bnr_left_text {
    width: calc(100% - 400px);
    float: left;
}

.bnr_right_form {
    width: 400px;
    float: left;
}

img.atlas_badge {
    position: absolute;
    top: -78px;
    right: -85px;
}

.serv_trust li {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
}

.inner_banner.service_banner .banner_text {
    text-align: left;
    display: flex;
    align-items: center;
}

.bnr_right_form {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
}

ul.serv_trust {
    display: inline-block;
    max-width: 600px;
}

.serv_form .form-group {
    margin-bottom: 12px;
}

.quote_form {}

.quote_form textarea {
    min-height: 121px;
}

.quote_form .form-control {
    border: 1px solid #B4B4B4;
}

.quote_form .sub_btn .submitbtn {
    min-width: 100%;
}

.bnr_form .title_40 {
    margin-bottom: 20px;
    font-weight: bold;
}

.service_banner.inner_banner:after {
    content: none;
}

.bnr_form {
    background: #fff;
    padding: 28px 35px;
    border: 1px solid #6B6B6B;
    border-radius: 5px;
}

.service_banner .bnr_right {
    width: 415px;
    float: left;
    margin: 0;
}

.service_banner .bnr_left {
    width: calc(100% - 415px);
    float: left;
}

.service_banner .bnr_left .trust_fect_list {
    max-width: 500px;
    margin: 40px 0 0;
}

.service_banner .bnr_left .trust_fect_list li span img {
    filter: invert(100);
}

.service_banner .bnr_left .trust_fect_list li span:after {
    content: none;
}

.service_banner .bnr_left .trust_fect_list li label {
    color: #fff;
}

.service_banner .bnr_left .trust_fect_list li span {
    text-align: left;
}

.fixed-header header {
    position: fixed;
    background: #000;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 23%);
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    top: 0;
    z-index: 999;
}


/*STICKY HEADER*/
.fixed-header #section_header {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    -moz-animation-name: headfadeIn;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes headfadeIn {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@keyframes headfadeIn {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

.menu_information.hidden,
.btn_gred img {
    display: none;
}

.fixed-header .left_logo {
    width: 160px;
}

/* .fixed-header .menu_link nav > ul > li {
    padding: 20px 23px;
} */

.service_banner .bnr_left .trust_fect_list.gutter_features li span img {
    filter: none;
}

.trust_fect_list.gutter_features li span {
    width: 40px;
}

.trust_fect_list.gutter_features li label {
    width: calc(100% - 40px);
}

.trust_fect_list.gutter_features li label br,
.trust_fect_list.gutter_features li:nth-child(even) label br {
    display: none
}

.service_banner .bnr_left .trust_fect_list.gutter_features {
    max-width: 700px;
    border-top: 1px solid #fff;
    padding: 40px 0 0 0;
}

.menu_link nav > ul > li.area_list .submenu li .submenu {
    left: 112%;
    width: 700px;
    column-count: 2;
    column-gap: 20px;
}



/*responsive styles*/

@media (max-width: 1600px) {

    .menu_link nav>ul>li {
        padding: 32px 8px;
    }

    .right_hd_text .btn_white {
        font-size: 18px;
        padding: 10px 12px;
        min-width: 175px;
    }

    .menu_link nav>ul>li>a {
        font-size: 16px;
    }

    .right_menu {
        padding-left: 40px;
    }
    .menu_link nav > ul > li.area_list .submenu li .submenu {
        width: 600px;
    }
    

}

@media (max-width: 1500px) {



    img.atlas_badge {
        right: -65px;
        max-width: 130px;
    }

}

/* Super Large devices (large desktops, less than 1600px) */
@media (max-width: 1439px) {


    .right_menu {
        padding-left: 75px;
    }

    .bnr_right {
        margin-right: 0;
    }

    .inner_banner.service_banner .banner_text {
        padding-right: 50px;
    }

    .right_menu {
        width: calc(100% - 160px);
    }

    .left_logo {
        width: 160px;
    }

    .menu_link nav>ul>li>a {
        font-size: 16px;
    }

    .right_menu .botm_text {
        justify-content: flex-end;
    }
    .menu_link nav > ul > li.area_list .submenu li .submenu {
        width: 550px;
        max-height: 500px;
        display: flex;
        flex-wrap: wrap;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .menu_link nav>ul>li.area_list .submenu li .submenu li {
        width: 46%;
    }
}

@media (max-width: 1366px) {

    .menu_link nav>ul>li,
    .fixed-header .menu_link nav>ul>li {
        padding: 32px 8px;
    }

    .right_menu {
        padding-left: 40px;
    }

    .menu_link nav>ul>li>a {
        font-size: 16px;
    }

    .inner_banner.service_banner {
        padding: 180px 0 50px;
    }

    .bnr_right {
        margin-right: 55px;
    }

    .menu_link nav>ul>li>a {
        font-size: 14px;
    }
    .menu_link nav > ul > li.area_list .submenu li .submenu {
        width: 450px;
    }
    .menu_link nav>ul>li.area_list .submenu li .submenu li {
        width: 45%;
    }
}

@media (max-width: 1280px) {
    .right_menu {
        padding-left: 25px;
    }

    .right_hd_text .btn_white {

        min-width: 156px;
    }

    .right_menu {
        padding-left: 16px;
    }
    .menu_link nav>ul>li,
    .fixed-header .menu_link nav>ul>li {
        padding: 32px 6px;
    }
    .menu_link nav > ul > li.area_list .submenu li .submenu {
        width: 400px;
        padding: 20px 15px;
    }
    .menu_link nav>ul>li.area_list .submenu li .submenu li {
        width: 47%;
        margin: 0;
    }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 1199px) {

    .inpage {
        padding: 50px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgb(0 0 0 / 80%);
        cursor: pointer;
    }

    html.menuhidden {
        position: fixed;
        overflow-y: hidden
    }

    /*MENU LEVEL DROPDOWN*/
    .menu_link .submenu.megamenu {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .menu_link li .menu-level1 {
        width: 100%;
        padding: 15px 0;
        min-height: auto;
    }

    .menu_link .submenu.megamenu {
        background: #fff;
    }

    .sub_menulink li a {
        color: #000;
    }

    .menu_link .menu-level1>li>a {
        font-size: 18px;
        font-weight: 600;
        padding: 0 20px;
    }

    .menu_link .menu-level1>li:not(:last-child) {
        border-bottom: 0px solid rgb(99 150 221 / 20%);
    }

    .menu_link .menu-level1>li:hover>a,
    .menu_link .menu-level1>li.active>a {
        background: transparent;
        color: #f68b24;
    }

    /*	header{position: sticky;top: 0;width: 100%;z-index: 11;}*/
    .menu_btns ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .menu_btns ul li:last-child,
    .hdtop .logo-left {
        display: block;
    }

    .mainheader>.container>.logo-left {
        display: none;
    }

    .logo-left:before {
        content: none;
    }

    .hdtop {
        padding: 0;
        border-bottom: 0;
    }

    /*HEADER*/
    html.menuhidden {
        position: fixed;
        overflow-y: hidden
    }

    .mainheader {
        position: relative;
        z-index: initial;
        top: 0;
        width: 100%;
        height: auto;
    }

    .overlay {
        position: fixed;
        top: 100px;
        right: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }

    .togglebtn span {
        position: relative;
        display: inline-block;
        margin-top: 4px;
        vertical-align: top
    }

    .togglebtn span::before {
        top: -8px;
    }

    .togglebtn span::after {
        top: 8px
    }

    .togglebtn span::before,
    .togglebtn span::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .togglebtn span,
    .togglebtn span::before,
    .togglebtn span::after {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        background-color: #fff;
        -ms-transition: all 0.3s ease-in-out;
        width: 15px;
        height: 3px;
        border-radius: 50px;
    }

    .togglebtn span::after {
        height: 3px;
    }

    .togglebtn span {
        height: 3px;
        width: 30px;
        border-radius: 50px;
    }

    .togglebtn {
        position: fixed;
        right: 15px;
        top: 20px;
        display: block;
        text-align: center;
        width: 38px;
        height: 38px;
        border: 0;
        cursor: pointer;
        z-index: 1001;
        padding: 14px 5px;
        background: transparent;
        border-radius: 50%;
        border: 0px solid #000;
    }

    .togglebtn.active span::before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        top: 0;
        height: 3px;
        width: 18px;
    }

    .togglebtn.active span::after {
        -webkit-transition-delay: 0.09s;
        top: 0;
        -moz-transition-delay: 0.09s;
        -o-transition-delay: 0.09s;
        -ms-transition-delay: 0.09s;
        transition-delay: 0.09s;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        width: 18px;
    }

    .togglebtn.active span {
        background-color: transparent;
    }

    .togglebtn.active:before {
        content: none
    }

    .menu_link nav>ul>li>a,
    .menu_link nav>ul>li:first-child a {
        font-size: 16px;
        height: auto;
        font-weight: normal;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        font-weight: 500;
    }

    .menu_link.active {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    .menu_link {
        float: none;
        padding: 0;
        position: fixed;
        top: 100px;
        height: calc(100% - 100px);
        width: 450px;
        margin: 0;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        overflow-y: auto;
        left: 0;
        z-index: 1001;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        background: #000;
        display: block;
    }

    .menu_link .submenu {
        -webkit-transform: none;
        transform: none;
        display: none;
        visibility: unset;
        opacity: unset;
        width: 100%;
        position: relative;
        padding-bottom: 0;
        left: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px 0px 0;
        min-width: inherit;
        border: 0;
        background: transparent;
    }

    .menu_link nav>ul>li {
        display: block;
        text-align: left;
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgb(112 112 112 / 30%);
    }

    .menu_link nav>ul>li:last-child {
        border-bottom: 0;
    }

    .menu_link li.has-sub:after {
        content: none;
    }

    .menulogo {
        display: block;
        background: #fff;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 30px;
        width: 100%;
        max-height: 104px;
    }

    .menu_link nav>ul {
        width: 100%;
        padding: 30px 20px;
    }

    .menu_link .fa-angle-down.menudrop,
    .menu_link .submenu .menudrop {
        display: block;
        top: 0;
        font-size: 16px;
        height: 44px;
        width: 50px;
        border-radius: 0;
        line-height: 46px;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        background: transparent;
    }

    .menu_link .submenu .fa-angle-down.menudrop {
        display: block;
    }

    .menu_link nav>ul>li>a,
    .menu_link ul>li.hidden {
        display: block;
        padding-bottom: 0;
    }

    .right_hd_text .hd_btn {
        padding: 10px 0 0;
    }

    .top_text .hd_btn {
        padding-right: 55px;
    }

    .top_text {
        padding: 0px 0 10px;
    }

    img.bnr_boat_img {
        max-width: 500px;
    }

    .top_hd_content {
        padding: 10px 0
    }

    .submenu .sublink li a img {
        display: none;
    }

    .menu_link .submenu>ul.sublink>li {
        width: 100%;
    }

    .menu_link .submenu>ul.sublink li span.title {
        font-size: 14px;
        margin: 0;
        text-align: left;
        background: none;
        color: rgb(255 255 255 / 50%);
        padding: 0;
    }

    .menu_link nav>ul>li:hover>a:after {
        content: none;
    }

    .menu_link .submenu>ul.sublink {
        margin: 15px auto 0;
    }

    .menu_link .submenu>ul.sublink>li {
        width: 100%;
        padding: 4px 0px;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
    }

    .menu_link nav>ul>li {
        padding: 17px 30px;
        position: relative;
    }

    .menu_link .submenu>ul.sublink>li {
        position: relative;
    }

    /* .submenu .sublink li:after {
            position: absolute;
            content: "-";
            left:0px;
            top: 6px;
            font-family:'FontAwesome';
            font-size: 11px;
            color: #fff;
            width: 10px; height: 1px;
            opacity: 0;
        } */
    /* .submenu .sublink li:hover:after, .submenu .sublink li.active:after{ opacity: 1;} */
    .menu_link .submenu>ul.sublink>li:hover,
    .submenu .sublink li.active:after {
        padding-left: 12px;
    }

    .menu_link li:hover .submenu {
        display: none;
    }

    .menu_link li .submenu.active {
        display: block;
    }

    .mob_button.hidden,
    .mob_button.hidden .hd_social {
        display: block;
        text-align: center;
        background: #000;
        margin: 0;
        padding: 7px 0;
        bottom: 0;
    }

    .mob_button.hidden .hd_social a {
        color: #fff;
        font-size: 18px;
    }

    .menu_link nav>ul>li img.hm_icon {
        display: none;
    }

    span.hidden {
        display: block;
    }

    i.fa.fa-angle-down.menudrop.openedmenu {
        transform: rotate(180deg);
    }

    .botm_text {
        padding-right: 44px;
    }

    .fixed-header .togglebtn {
        top: 20px;
    }

    .menu_link li.has-sub a:after {
        content: none;
    }

    .submenu .sublink li a {
        width: 100%;
        color: rgb(255 255 255 / 50%);
    }

    .menu_link nav>ul>li:first-child a img {
        display: none;
    }

    .menu_link nav>ul>li:first-child span {
        display: block;
    }

    .menu_link nav>ul>li:first-child {
        padding-left: 30px !important;
    }

    .mb_cta.hidden {
        display: block;
    }

    .mb_cta.hidden a {
        min-width: 168px;
        border-radius: 0;
    }

    .mb_cta.hidden .cta_btn {
        justify-content: center;
    }

    .menu_link .other-service .submenu ul.sublink li {
        width: 100%;
        padding: 8px 0px 0;
    }

    .service_banner .bnr_left .trust_fect_list li span {
        width: 67px;
    }

    .banner_title.title_xlg {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    /* .submenu .sublink li.active:after {display: none} */
    .menu_link nav>ul>li.area_list .submenu {
        padding: 20px 0 0;
        display: none;
        width: 100%;
        background: transparent;
    }

    .menu_link nav>ul>li.area_list .submenu ul.sublink li {
        width: 100%;
        ;
    }

    .menu_link nav>ul>li.area_list .submenu.active {
        display: block;
    }

    .menu_link nav>ul>li.area_list .submenu li .submenu li {
        padding-bottom: 10px;
        font-size: 14px;
        width: 100%;
        right: 0;
        padding-right: 0;
    }

    .menu_link nav>ul>li.area_list .submenu li .submenu {
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .menu_link nav>ul>li.area_list .submenu ul.sublink>li {
        padding: 0 0 0 20px;
    }
    .menu_link nav > ul > li.area_list .submenu li .submenu {
        width: 600px;
    }
    .menu_link nav > ul > li.area_list .submenu li .submenu {
        width: 100%;
        padding: 20px 0 0;
        max-height: unset;
        display: inline-block;
        column-count: inherit;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 992px) {
    .inner_banner:after {
        content: none;
    }

    .bnr_trust li:nth-child(2) {
        padding-left: 0;
    }

    .bnr_trust li:nth-child(3) {
        padding-left: 0px;
    }

    .bnr_trust li:not(:last-child):after {
        transform: rotate(0)
    }

    .bnr_trust li:not(:last-child):after {
        transform: rotate(0);
        left: 30px;
        right: 0;
    }

    .inner_banner {
        position: relative;
        padding: 120px 0 50px;
    }
}

@media (max-width: 991px) {

    .service_banner .bnr_left .trust_fect_list {
        display: none;
    }

    .inner_banner.service_banner .banner_text {
        padding-right: 0;
    }

    img.atlas_badge {
        display: none;
    }

    .inner_banner.service_banner {
        padding: 120px 0 30px;
    }

    .area_map {
        padding-left: 0;
        margin: 30px 0 0;
    }



}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

    .right_hd_text a.btn_green img {
        display: none;
    }

    .right_hd_text a {
        min-width: 153px;
    }

    .right_menu,
    .fixed-header .right_menu {
        width: calc(100% - 135px);
    }

    .left_logo,
    .fixed-header .left_logo {
        width: 135px;
    }

    .togglebtn {
        top: 17px;
    }

    .right_hd_text a {
        margin: 0 3px;
    }

    .menu_link {
        top: 70px;
        height: calc(100% - 70px);
    }

    .overlay {
        top: 70px;
    }

    .bnr_right {
        display: none;
    }

    .inner_banner {
        padding: 160px 0 50px;
    }

    .inner_banner.service_banner .bnr_right {
        display: block;
        width: 100%;
    }

    .service_banner .bnr_left {
        width: 100%;
        margin: 15px 0;
    }

    .banner_title.title_xlg {
        margin-bottom: 8px;
    }

}



@media (max-width: 700px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 580px) {

    .right_hd_text {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
    }

    .right_hd_text a {
        margin: 0 0px;
        width: 50%;
        border-radius: 0;
        height: 40px;
        float: left;
    }

    .top_hd_content {
        padding: 10px 0;
        margin-top: 40px;
    }

    .togglebtn {
        top: 55px;
    }

    .fixed-header .left_logo img {
        max-width: 90px;
    }

    .fixed-header .togglebtn {
        top: 44px;
    }

    .menu_link {
        width: 100%;
    }

    .menu_link {
        top: 105px;
        height: calc(100% - 105px);
    }

    .overlay {
        top: 105px;
    }

    .bnr_form {
        padding: 22px 25px;
    }

    .fixed-header .togglebtn {
        top: 47px;
    }
}

@media (max-width: 480px) {

    .left_logo,
    .fixed-header .left_logo {
        width: 112px;
    }

    .right_menu,
    .fixed-header .right_menu {
        width: calc(100% - 112px);
    }

    .right_hd_text .btn_white,
    .right_hd_text a {
        font-size: 14px;
    }

    [class*="btn_"].btn_white img {
        max-width: 14px;
    }

    .togglebtn {
        top: 52px;
    }

    .banner_title.title_xlg {
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    .mb_cta.hidden a {
        min-width: 145px;
    }
}