@charset "UTF-8";
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #888888;
    font-family: "Montserrat", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}
.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}
.ul-li-block ul li {
    display: block;
    list-style: none;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pera-content p {
    margin-bottom: 0;
}

.headline h2,
.headline h3 {
    margin: 0;
    font-weight: normal;
}

.container {
    max-width: 1200px;
}

.ft-section-title-3 span {
    color: #ff7c45;
    font-size: 18px;
    font-weight: 700;
}
.ft-section-title-3 h2 {
    color: #141415;
    font-size: 48px;
    font-weight: 700;
    padding-top: 12px;
    margin-bottom: 24px;
}

.ft-section-title-3 p {
    color: #000;
    font-weight: 500;
    font-size: 1.2rem;
}

.scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #ff7c45;
}
.scrollup i {
    color: #fff;
}

.text-bg {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    display: block;
    background-color: #ff7c45;
    width: fit-content;
    padding: 8px 12px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.ft-header-section.header-style-three .ft-brand-logo {
    width: 240px;
    padding: 15px 0;
}

.ft-header-section.header-style-three .ft-brand-logo .logo-dbg {
    display: none;
}

.ft-header-section.header-style-three.sticky-on .ft-brand-logo .logo-dbg {
    display: block;
}

.ft-header-section.header-style-three.sticky-on .ft-brand-logo .logo-wbg {
    display: none;
}

.ft-header-section.sticky-on.header-style-three .mobile_menu_button {
    color: #fff;
}

.ft-header-section.sticky-on.header-style-three {
    top: 0;
    position: fixed;
    background-color: #08343f;
}

.ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a:hover {
    background-color: #0e596c;
}
.ft-header-section.sticky-on.header-style-three .ft-header-cta-btn a:hover:before {
    border-top: 51px solid #0e596c;
}

.ft-header-section.sticky-on.header-style-three .ft-main-navigation li a {
    color: #fff;
}

.ft-header-section.sticky-on.header-style-three .mobile_menu_button {
    /* top: -60px; */
}

@-webkit-keyframes btn_shine {
    100% {
        left: 200%;
    }
}
@keyframes btn_shine {
    100% {
        left: 200%;
    }
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.ft-header-section .navbar-nav {
    display: inherit;
    padding-right: 20px;
}
.ft-header-section .dropdown {
    position: relative;
}
.ft-header-section .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.ft-header-section .dropdown:after {
    top: 0px;
    right: -18px;
    content: "+";
    font-size: 22px;
    line-height: 21px;
    font-weight: 700;
    color: #ff7c45;
    position: absolute;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.ft-header-section .dropdown li:after {
    top: 8px;
    right: 15px;
}
.ft-header-section .dropdown-menu {
    left: 0;
    top: 52px;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    min-width: 250px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #fff;
    background-clip: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.ft-header-section .dropdown-menu li {
    display: block;
    margin: 0 !important;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.ft-header-section .dropdown-menu li:last-child {
    border-bottom: none;
}
.ft-header-section .dropdown-menu a {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 20px 10px !important;
    color: #1a2428 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 18px;
}
.ft-header-section .dropdown-menu a:before {
    top: calc(50% - 2px);
    left: 0px;
    width: 0px;
    height: 2px;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #ea1e00;
}
.ft-header-section .dropdown-menu a:after {
    display: none;
}
.ft-header-section .dropdown-menu a:hover {
    margin-left: 10px;
}
.ft-header-section .dropdown-menu a:hover:before {
    width: 10px;
}
.ft-header-section.header-style-three {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    position: absolute;
    background-color: #fcfcfc;
}
.ft-header-section.header-style-three .ft-main-navigation li {
    margin-left: 60px;
}
.ft-header-section.header-style-three .ft-main-navigation li a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.ft-header-section.header-style-three .dropdown:after {
    color: #ff7c45;
}
.ft-header-section.header-style-three .dropdown-menu a:before {
    background-color: #ff7c45;
}
.ft-header-section.header-style-three .ft-header-cta-btn {
    margin-left: 55px;
}
.ft-header-section.header-style-three .ft-header-cta-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 34px 14px 28px;
    position: relative;

    background-color: #ff7c45;
}
.ft-header-section.header-style-three .ft-header-cta-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -40px;
    position: absolute;
    border-top: 51px solid #ff7c45;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-left: 40px solid transparent;
}
.ft-header-section.header-style-three .ft-header-cta-btn a:hover {
    background-color: #08343f;
}

.ft-header-section.header-style-three .ft-header-cta-btn a:hover:before {
    border-top: 51px solid #08343f;
}

/* myCSS */

.main-slider {
    margin-top: 80px;
}
.main-slider .carousel-fade .carousel-item .sld {
    min-height: 680px;
    padding: 240px 0;
    background-color: #f6f7f9;
    background-size: cover;
    background-position: center;
}

.carousel-indicators [data-bs-target] {
    background-color: #ff7c45;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.main-slider .carousel-fade .carousel-item .sld h2 br {
    display: none;
}

.main-slider .carousel-fade .carousel-item .sld._1 {
    background-image: url("../images/slider1.png");
}
.main-slider .carousel-fade .carousel-item .sld._2 {
    background-image: url("../images/slider2.png");
}
.main-slider .carousel-fade .carousel-item .sld._3 {
    background-image: url("../images/slider3.png");
}
.main-slider .carousel-fade .carousel-item .sld._4 {
    background-image: url("../images/slider4.png");
}

.main-slider .carousel-fade .carousel-item .sld h5 {
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
    display: block;
    background-color: #ff7c45;
    width: fit-content;
    padding: 8px 12px;
    margin-bottom: 24px;
}

.main-slider .carousel-fade .carousel-item .sld h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.main-slider .carousel-fade .carousel-item .sld h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.main-slider .carousel-fade .carousel-item .sld h6 span {
    font-style: italic;
    font-weight: 700;
}

.mobile_menu_content {
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #08343f;
    padding: 20px 35px 35px 35px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
    width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
    width: 100%;
}
.mobile_menu_content .dropdown:after {
    display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
    padding: 0;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a.btn {
    color: #fff;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background-color: #ff7c45;
    border: none;
    margin-top: 16px;
    width: 100%;
    line-height: 30px;
}

.mobile_menu_content .m-brand-logo {
    margin: 50px auto;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_button {
    right: 0px;
    top: -62px;
    z-index: 5;
    color: #fff;
    display: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
    display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 10px;
    line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
    background-color: transparent;
}

.mobile_menu .dropdown {
    position: relative;
}
.mobile_menu .mobile_menu_close {
    color: #fff;
    cursor: pointer;
    top: 25px;
    right: 25px;
    font-size: 20px;
    position: absolute;
}

/*Search popup Page*/
/*-------------------*/

.mobile_menu_content {
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    padding: 20px 35px 35px 35px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
    width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
    width: 100%;
}
.mobile_menu_content .dropdown:after {
    display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_button {
    right: 0px;
    top: -62px;
    z-index: 5;
    color: #fff;
    display: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
    display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 10px;
    line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
    background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
    color: #fff !important;
}
.mobile_menu .dropdown {
    position: relative;
}

section.sec-page {
    padding-top: 85px;
}

section.sec-page h2 {
    color: #fff;
    font-size: 56px;
}
section.sec-page-main {
    padding: 64px 0 48px;
}
section.sec-page-main h3 {
    font-size: 28px;
    margin-bottom: 16px;
}
section.sec-page-main h4 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}

section.sec-page-main p,
section.sec-page-main ul {
    color: #000;
    font-size: 18px;
}

section.sec-page-main ul li {
    margin-bottom: 5px;
}

section.sec-page ul li b {
    display: block;
}

#rutier,
#maritim,
#manipulare,
#vama,
#marfuri {
    padding-top: 90px;
    margin-top: -90px;
}

.ft-service-section-3 {
    padding-top: 40px;
    padding-bottom: 64px;
    background-color: #f6f7f9;
}

.ft-service-content-3 {
    padding-top: 40px;
}

.ft-service-content-items-3 {
    overflow: hidden;
    margin-bottom: -10px;
    padding-bottom: 10px;
}

.ft-service-content-items-3 .row {
    row-gap: 56px;
}

.ft-service-innerbox-3 .ft-service-img {
    overflow: hidden;
}
.ft-service-innerbox-3 .ft-service-img:before {
    left: -15px;
    width: 110%;
    content: "";
    height: 100px;
    bottom: -57px;
    position: absolute;
    background-color: #f2f3f5;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.ft-service-innerbox-3 .ft-service-icon {
    right: 30px;
    top: -100px;
    z-index: 1;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #08343f;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.ft-service-innerbox-3 .ft-service-icon i {
    color: #141415;
    font-size: 40px;
    line-height: 0.75;
}
.ft-service-innerbox-3 .ft-service-text-icon {
    top: -24px;
    max-width: 90%;
    margin: 0 auto;
    padding: 16px 30px 75px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: white;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}
.ft-service-innerbox-3 .ft-service-text-icon:before {
    left: 0;
    top: -70px;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 70px solid #fff;
    border-left: 339px solid rgba(255, 255, 255, 0);
}
.ft-service-innerbox-3 .ft-service-text-icon:after {
    top: -36px;
    left: -4px;
    width: 103%;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #08343f;
    -webkit-transform: rotate(-12deg) skew(-15deg);
    transform: rotate(-12deg) skew(-15deg);
}
.ft-service-innerbox-3 .ft-service-text h3 {
    color: #121213;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
.ft-service-innerbox-3 .ft-service-text p {
    color: #121213;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.ft-service-innerbox-3 .more-btn {
    right: 19px;
    bottom: 40px;
}
.ft-service-innerbox-3 .more-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 14px 26px;
    background-color: #08343f;
}
.ft-service-innerbox-3 .more-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -16px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 49px solid #08343f;
    border-left: 16px solid transparent;
}
.ft-service-innerbox-3 .more-btn a i {
    margin-left: 8px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.ft-service-innerbox-3 .more-btn a:hover {
    background-color: #ff7c45;
}
.ft-service-innerbox-3 .more-btn a:hover:before {
    border-bottom: 49px solid #ff7c45;
}
.ft-service-innerbox-3 .more-btn a:hover i {
    margin-left: 12px;
}
.ft-service-innerbox-3:hover .ft-service-icon {
    border: 10px solid #ff7c45;
}
.ft-service-innerbox-3:hover .ft-service-text-icon {
    background-color: #0e596c;
}
.ft-service-innerbox-3:hover .ft-service-text-icon:before {
    border-bottom: 70px solid #0e596c;
}
.ft-service-innerbox-3:hover .ft-service-text h3,
.ft-service-innerbox-3:hover .ft-service-text p {
    color: #fff;
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/

.ft-why-choose-section-2 {
    padding: 115px 0px;
    background-image: url("../images/bg-test.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.bgg {
    background-image: url("../images/bg-test.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.ft-why-choose-section-2 .why-choose-img-2 {
    right: 25px;
    bottom: 125px;
}

.ft-why-choose-list-wrapper {
    width: fit-content;
    max-width: 100%;
    margin-top: 42px;
}
.ft-why-choose-list-wrapper li {
    color: #0b0b0b;
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
}
.ft-why-choose-list-wrapper li:last-child {
    margin-bottom: 0;
}
.ft-why-choose-list-wrapper li:before {
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #08343f;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.ft-why-choose-form-wrapper {
    position: relative;
}

.ft-why-choose-form {
    max-width: 455px;
    padding: 34px 30px;
    background-color: #0e596c;
    border-radius: 12px;
}
.ft-why-choose-form .form-control {
    padding: 10px 16px;
}
.ft-why-choose-form .form-group {
    margin-bottom: 10px;
}
.ft-why-choose-form button {
    color: #fff;
    height: 48px;
    border: none;
    width: 185px;
    margin-top: 5px;
    font-weight: 700;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #ff7c45;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.ft-why-choose-form button:hover {
    background-color: #ff7c45;
}

-------------------------------------------------*/ .ft-why-choose-content-2 {
    position: relative;
    padding-left: 5px;
}

.mobile_menu_content {
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    padding: 20px 35px 35px 35px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
    width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
    width: 100%;
}
.mobile_menu_content .dropdown:after {
    display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.mobile_menu_content .m-brand-logo {
    margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
    left: 0px;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    overflow-y: hidden;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_menu_button {
    right: 0px;
    top: -62px;
    z-index: 5;
    color: #fff;
    display: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
    display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 10px;
    line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
    background-color: transparent;
}
.mobile_menu .dropdown {
    position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
    color: #9397a7;
    position: absolute;
    top: 3px;
    right: 0;
    height: 30px;
    padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
-------------------------------------------------*/ .ft-footer-widget .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
}

.ft-footer-section-3 .ft-newslatter-section-3 {
    padding: 40px 0px;
    background-color: #0e596c;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text {
    color: #fff;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
    color: #fff;
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background-color: #ff7c45;
}
.ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a:hover {
    background-color: #08343f;
}

.ft-footer-copyright {
    padding: 25px 0px;
    color: #000;
    font-weight: 500;
}
.ft-footer-copyright span {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    font-style: italic;
}

.ft-footer-content-wrap-3 {
    padding-top: 48px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
    width: 240px;
    padding-bottom: 8px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    color: #0e596c;
}

.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget h5 {
    /* padding-left: 20px; */
    font-style: italic;
    margin-bottom: 16px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
    padding-top: 15px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget i {
    float: left;
    font-size: 14px;
    margin-top: 5px;
    color: #08343f;
    margin-right: 10px;
}
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget a,
.ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget p {
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    color: #000;
}
.ft-footer-content-wrap-3 .ft-footer-copyright {
    margin-top: 20px;
    border-top: 1px solid #88888867;
}

/*---------------------------------------------------- */
/*New Home area*/
/*----------------------------------------------------*/
/* New Demo Style */

h2 {
    position: relative;
    font-size: 42px;
    color: #090909;
    margin: 0px;
    font-weight: 700;
    line-height: 1.2em;
    /* font-family: "Poppins", sans-serif; */
}

h3 {
    position: relative;
    font-size: 36px;
    color: #090909;
    margin: 0px;
    font-weight: 700;
    line-height: 1.2em;
    /* font-family: "Poppins", sans-serif; */
}

h5 {
    position: relative;
    color: #0f0f0f;
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    /* font-family: "Poppins", sans-serif; */
}

h6 {
    position: relative;
    color: #0f0f0f;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    /* font-family: "Poppins", sans-serif; */
}

ul li {
    list-style: none;
}

/* Btn Style One */
.btn-style-one {
    position: relative;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 7px;
    display: inline-block;
    background-color: #ec0000;
    padding: 12px 20px 12px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    /* font-family: "Poppins", sans-serif; */
}

.btn-style-one:hover {
    color: #ffffff;
    background-color: #002a34;
    background-size: cover;
}

.ser-bg {
    padding: 140px 0 100px;
    background-image: url("../images/slider1.png");
    background-size: cover;
    background-position: center;
}

.part-logo {
    width: 120px;
}

@media screen and (max-width: 1280px) {
    .ft-service-innerbox-3 .ft-service-text-icon:before {
        display: none;
    }

    .ft-service-innerbox-3 .ft-service-text-icon:after {
        display: none;
    }

    .ft-service-innerbox-3 .ft-service-icon {
        top: -50px;
    }

    .ft-service-innerbox-3 .ft-service-text-icon {
        padding: 59px 30px 75px;
    }

    .ft-service-innerbox-3 .ft-service-img:before {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .ft-header-section.header-style-three .ft-main-navigation li {
        margin-left: 40px;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn a:before {
        left: -39px;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn a:before {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .ft-header-section.header-style-three .ft-main-navigation li {
        margin-left: 30px;
    }

    .ft-section-title-3 h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .ft-why-choose-section-2 .why-choose-img-2 {
        display: none;
    }
    .main-slider .carousel-fade .carousel-item .sld {
        padding: 140px 0;
        min-height: auto;
        background-position: top;
    }
    .main-slider .carousel-fade .carousel-item .sld h6 {
        width: 60%;
        padding: 6px 16px;
        background-color: #08343fa4;
        font-size: 20px;
        line-height: 1.2;
    }
    .ft-why-choose-list-wrapper {
        margin-left: 16px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    .main-slider .carousel-fade .carousel-item .sld h6 br {
        display: none;
    }
    .ft-main-navigation {
        display: none;
    }

    .ft-footer-widget {
        margin-bottom: 30px;
    }

    .mobile_menu_button {
        top: -55px;
        display: block;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn a {
        padding: 15px 20px;
    }

    .ft-header-section.header-style-three {
        top: 0px;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn {
        margin-left: 0;
        margin-right: 40px;
    }

    .ft-header-section.header-style-three .mobile_menu_button {
        top: -60px;
        color: #000;
    }

    .ft-service-innerbox-3 {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 30px;
    }

    .ft-why-choose-section-2 .ft-why-choose-text-2 {
        margin: 0 auto;
        max-width: 570px;
    }

    .ft-why-choose-form {
        margin: 0 auto;
        margin-top: 40px;
    }

    .ft-footer-content-wrap-3 .ft-footer-widget .widget-title {
        margin-bottom: 0;
    }

    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget ul {
        padding-top: 0;
    }

    .ft-footer-content-wrap-3 .ft-footer-copyright {
        margin-top: 30px;
    }
}
@media screen and (max-width: 820px) {
    .ft-why-choose-section-2 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 680px) {
    section.sec-page h2 {
        font-size: 44px;
    }
    .ser-bg {
        padding: 100px 0 80px;
        background-position: bottom center;
    }
    .ft-newslatter-content-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ft-newslatter-btn {
        margin-top: 15px;
    }

    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget {
        padding-left: 0;
    }

    .main-slider .carousel-fade .carousel-item .sld {
        padding: 90px 0 76px;
    }
    .ft-header-section.header-style-three .ft-header-cta-btn {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    section.sec-page {
        padding-top: 0;
    }
    section.sec-page-main {
        padding-top: 76px;
        margin-top: -60px;
    }
    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .ft-footer-logo {
        width: 200px;
    }
    .ser-bg {
        padding: 60px 0 80px;
    }
    .ft-header-section.header-style-three {
        position: static;
        padding: 10px 0px;
    }
    .main-slider {
        margin-top: 0;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn a {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 15px;
    }

    .ft-header-section.header-style-three .mobile_menu_button {
        top: -42px;
    }

    .ft-header-section.header-style-three .ft-header-cta-btn {
        display: none;
    }

    .ft-header-section.header-style-three .ft-brand-logo {
        width: 190px;
        padding: 4px;
    }

    .ft-service-section-3 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .ft-section-title-3 h2 {
        font-size: 26px;
        padding-top: 5px;
    }

    .ft-service-content-3 {
        padding-top: 30px;
    }

    .ft-section-title-3 span {
        font-size: 16px;
    }

    .ft-service-innerbox-3 .ft-service-text h3 {
        font-size: 18px;
    }

    .ft-service-innerbox-3 .ft-service-text-icon {
        padding: 50px 20px 80px;
    }

    .ft-why-choose-section-2 {
        padding-top: 60px;
    }

    .ft-why-choose-section-2 .ft-why-choose-text-2 {
        padding-top: 0px;
    }

    .ft-why-choose-form-wrapper {
        padding-left: 0;
    }

    .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-btn a {
        width: 150px;
    }

    .ft-footer-section-3 .ft-newslatter-section-3 .ft-newslatter-text h3 {
        font-size: 24px;
    }
    .main-slider .carousel-fade .carousel-item .sld {
        padding: 34px 0 44px;
        /* height: 500px; */
    }
    .main-slider .carousel-fade .carousel-item .sld h5 {
        margin-bottom: 16px;
        font-size: 17px;
    }
    .main-slider .carousel-fade .carousel-item .sld h2 {
        font-size: 38px;
        line-height: 40px;
    }
    .main-slider .carousel-fade .carousel-item .sld h2 br {
        display: block;
    }
    .main-slider .carousel-fade .carousel-item .sld h6 {
        width: 100%;
        margin-bottom: 36px;
    }
    .main-slider .carousel-fade .carousel-item .sld {
        background-position: bottom;
        position: relative;
    }
    .main-slider .carousel-fade .carousel-item .sld::before {
        content: "";
        position: absolute;
        background-image: url("../images/sld-mob-before.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        height: 100px;
        top: 138px;
        right: 6px;
    }
    .main-slider .carousel-fade .carousel-item .sld._1 {
        background-image: url("../images/slidemob.png");
    }
    .main-slider .carousel-fade .carousel-item .sld._2 {
        background-image: url("../images/slide2mob.png");
    }
    .main-slider .carousel-fade .carousel-item .sld._3 {
        background-image: url("../images/slide3mob.png");
    }
    .main-slider .carousel-fade .carousel-item .sld._4 {
        background-image: url("../images/slide4mob.png");
    }
    .ft-service-content-items-3 .row {
        row-gap: 34px;
    }
    .ft-service-innerbox-3 {
        margin-bottom: 0;
    }
    .ft-footer-widget {
        margin-bottom: 16px;
    }
    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
        margin-bottom: 16px;
    }
    .ft-footer-logo-widget {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget h5 {
        text-align: center;
        padding-left: 0;
    }
    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget div {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    section.sec-page-main h3 {
        margin-bottom: 0;
    }

    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget a,
    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget p {
        margin-bottom: 6px;
    }
    .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget p {
        text-align: center;
    }
    .part-logo {
        display: block;
        margin: 0 auto;
    }
}
/*---------------------------------------------------- */
