@import "fonts.css";
@import "common-class.css";
body {
    padding: 0px;
    margin: 0px;
    color: #050B1C;
    font-family: 'Sculpin-Regular';
    font-size: 1.6rem;
    background: #F7F7F7;
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.header-area{
    padding: 29px 0 ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F7F7F7;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0C1520;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .inner_header:after,
.header-active::after{
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.inner_header .common-btn:hover,
.header-active .common-btn:hover{
    /* border-color: #fff; */
}
.header-active{
   box-shadow: -1px 12px 25px -7px rgba(153,175,188,1);
}
.hamburger {
    width: 32px;
    height: 22px;
    position: relative;
    cursor: pointer;
}
.hamburger span {
    display: block;
    height: 3px;
    background: rgba(30, 30, 30, 1);
    margin: 5px 0;
    border-radius: 2px;
    transition: background 0.3s;
    position: relative;
    z-index: 1;
}
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(30, 30, 30, 0.50);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 999;
}
.overlay.overlay_active {
    opacity: 1;
    pointer-events: all;
}
.footer_txt_coll { color: #F7F7F7;}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 386px;
    height: 100%;
    background: #304A61;
    color: #fff;
    padding: 120px 10px 80px 70px;
    transform: translateX(100%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y:scroll;
    overflow-x:clip;
}
.mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mobile-menu nav a {
    color: #F7F7F7;
    font-family: 'Sculpin-Medium';
    font-size: 2.4rem;
    line-height: normal;
    width: fit-content;
}
/* .mobile-menu nav a::after {
    content: '';
    position: absolute;
    top:-20px;   
    left: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
} */
/* .mobile-menu nav a:hover::after {
    width: 100%;
} */
.mobile-menu nav a:hover {
    /* color: #050B1C; */
    font-weight: 700;
    text-decoration: underline;
}
.contact-icons {
    display: flex;
    gap: 16px;
    font-size: 1.4rem;
    margin-top: 27px;
}
.contact-icons a {
    color: #fff;
    text-decoration: none;
}
.contact_btns img{
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    object-fit: cover;
    object-position: top;
}
.contact_btns .common-btn{
    padding-left:8px;
    column-gap: 24px;
}
.contact-icons a img{
    opacity: .5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    width: 20px;
}
.contact-icons a img:hover {
    opacity: 1;
}
.header-logo img{
    width: 256px;
}
.menu_items ul{
    display: flex;
    align-items: center;
    column-gap: 40px;
    max-width: 644px;
    margin-left: 11%;
}
.menu_items a{
    color: #050B1C;
    font-family: 'Sculpin-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu_items a:hover{
/*    font-family: 'Sculpin-Bold';*/
    font-weight: 700;
}
.menu_right{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 15px;
}
.mobile_menu strong{
    color: #1E1E1E;
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: -6px;    
}
.mobile_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #F7F7F7;
    column-gap: 10px;
    cursor: pointer;
}
.close_menu{
    position: absolute;
    top: 47px;
    right: 47px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.close_menu span{
    background-color: #fff;
}
.close_menu .hamburger span:first-child{
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 4px) rotate(45deg);
}
.close_menu .hamburger span:last-child{
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 50%;
    transform: translate(0px, -3px) rotate(-45deg);
}   
.header-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header-top-right ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
} 
.header-top-right ul li {
    font-family: 'WorkSans-SemiBold';
    color: #FFF;
    line-height: 28px;
}
.header-top-right ul li a {
    color: #FFF;
    font-family: 'WorkSans-Regular';
    margin-left: 12px;
}
.header-top-right ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-top{
    background: #00304B;
    padding: 7px 0;
}
.header_top_hidden {
    top: 0;
}
/* ====== banner ============ */
main{
    margin-top: 123px;
}
.banner-content{
    position: absolute;
    left: 50%;
    bottom: 258px;
    z-index: 1;
    width: 100%;
    text-align: center;
    max-width: 768px;
    transform: translateX(-50%);
}
.banner-content h1{
    margin: 18px 0 60px;
}

.banner-content ul{
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: center;
}
.banner-content p{
    color: #FFF;
    line-height: normal;
    font-family: 'Sculpin-Bold';
    text-transform: uppercase;
}
.banner-content .common-btn {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #050B1C;
}
.banner-content .common-btn:after {
    filter: invert(1);
}
.banner-content .common-btn:hover {
    background-color: #050B1C;
    border-color: #050B1C;
    color: #fff;
}
.banner-content .common-btn:hover::after {
    filter: invert(0);
}
.each_home_banner, .video_banner {
    height: 832px;
}
.each_home_banner img{
    height: 100%;
    object-fit: cover;
}
.video_banner video{
    height: 100%;
    object-fit: cover;
}
.banner-sec .banner_background_video{
    height: 95vh !important;
    overflow: hidden;
}
.banner-sec .banner_background_video .video-js {
    width: 100% !important;
    height: 100% !important;
}
.banner-sec .banner_background_video .video-js .vjs-tech{
    object-fit: cover;
}
/***********brand-marquee**************/
.brand-marquee-sec {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
    background: #050B1C;
}
.brand-marquee-sec ul li::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/brand-marquee-wrap-before.svg);
    background-position: center;
    position: relative;
    top: 0;
}
.brand-marquee-sec  ul li{
    color: #F7F7F7;
    font-size: 16px;
    font-family: 'Sculpin-Regular';
    line-height: normal;
    letter-spacing: 0.48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.brand-marquee-wrap {
    display: flex;
    width: max-content;
    gap: 90px;
    align-items: center;
    position: relative;
}
.brand-marquee-sec .container {
    position: relative;
}
.brand-marquee-wrap ul {
    display: flex;
    gap:90px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}
/* ======== home-couner ========= */
.home_counter{
    position: relative;
}
.home_counter::before,
.home_counter::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
   background: #99AFBC;
    content: "";
    z-index: -1;
}
.home_counter::before{    
    background: #050B1C;
    left: auto;
    right: 0;
}
.counter-wrap{
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding: 26px 0;
    justify-content: center;
}
.home_counter .row .col-lg-6 .counter-wrap{
    justify-content: center;
}
.home_counter .row .col-lg-3{
    width: 28.5%;
}
.home_counter .row .col-lg-3:first-child .counter-wrap{
    justify-content: start;
}
.home_counter .row .col-lg-6{
    background: rgba(48, 74, 97, 1);
    width: 43%;
}
.counter-wrap img{
    width:45px ;
    flex-basis: 45px;
    flex-shrink: 0;
}
.counter-wrap p{
    color: #fff;
}

/* ============= home-mid=========== */
.home-mid-sec{
    position: relative;
    padding: 124px 0;
    overflow: hidden;
    background-color: #F0F1F3;
}
 .home-mid-sec .bg-mark{
    width: 522.352px;
    height: 355.704px;
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
} 
.home-mid-sec .container {
    position: relative;
    z-index: 1;
}  
 .bg-mark_btm{
    width: 602px;
    height: 409.942px;
    position: absolute;
    left: 0;
    bottom: -120px;
    pointer-events: none;
}   
.home-mid-sec-heading{
    text-align: center;
    padding-bottom: 108px;
}
.home-mid-sec-left{
    max-width: 590px;
    height: 100%;
}
.home-mid-sec-left p{
    margin: 32px 0 48px;
}
.home-mid-sec-left li{
    letter-spacing:0.32px;
    color: #050B1C;
}
.home-mid-sec-img{
    max-width: 502px;
    position: relative;
}

 .home-mid-sec-img::after,
.flex-row-reverse .home-mid-sec-img::after{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/inge_overlay_odd.svg);
    background-size: cover;
    background-position: center;
    content: "";
}
 .home-mid-sec-img::after{
    background-image: url(../images/inge_overlay_even.svg);
 }
.flex-row-reverse .home-mid-sec-img{
    margin-left: auto;
    margin-right: 0;
}
.home-mid-sec-left li:not(:last-child){
   margin-bottom: 24px;
}
.home-mid-sec-wrap{
    max-width: 1310px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}
.home-mid-sec-left .text_before{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.home-mid-sec-left .text_before .common-btn {
    max-width: fit-content;
    margin-top: 30px;
    background-color: transparent;
}
.home-mid-sec-left .text_before .common-btn:hover {
    background-color: #050B1C;
}
.home-mid-sec-wrap .each-home-mid:not(:last-child){
    margin-bottom: 82px;
}
/* ==================== home-overons =========== */
.home-overons{
    overflow: hidden;
    position: relative;
    background: #304A61 ;
}

.home-overons-right{
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    max-width: 860px;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
}
.home-overons-right img{
    height: 100%;
}
.home-overons-bg{
    width: 268px;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: -0;
    pointer-events: none;
}
.home-overons-left{
    padding: 40px 0;
}
.home-overons-left h6{
    color: #F7F7F7;
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Sculpin-Bold';
}
.home-overons-left h2{
    color: #F7F7F7;
    margin: 18px 0 32px;
}
.home-overons-left p{
    color: #F7F7F7;
    letter-spacing: 0.32px;
    max-width: 633px;
    padding-right: 20px;
}
.home-overons-left_btm_sec{
    margin-top: 45px;
    max-width: 595px;
    margin-bottom: 40px;
}
.home-overons-left_btm_sec .common-btn{
    background-color: #99AFBC;
    border-color: #99AFBC;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-overons-left_btm_sec .common-btn:hover{
    background-color: #050B1C;
    border-color: #050B1C ;
}
.rob-img ul{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.rob-img ul > *{
    flex-shrink: 0;
}
.rob-img ul li:first-child{
    width: 91px;
    height: 91px;
    border-radius: 50%;
    overflow: hidden;
}
.rob-img ul li{
    color: #FFF;
    font-family: 'IndieFlower-Regular';
    color: #FFF;
    font-size: 3rem;
    line-height: 42px;
    letter-spacing: 0.6px;
}

.rob-img ul li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.google-review{
    padding: 120px 0;
}
/* ========== btm-marque ========== */
.btm_marque{
    background-color: #99AFBC;
    padding-top: 116px;
    clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
}
.btm_marque h2{
    color: #fff;
    text-align: center;
}
.btm_marque .brand-marquee-wrap{
    padding: 31px 0 15px;
}
.brand{
    position: relative;
}
.brand::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 204px;
    content: "";
    background-image: linear-gradient(to left , rgba(153, 175, 188, 0),rgba(153, 175, 188, 1));
}
.brand::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 204px;
    content: "";
    background-image: linear-gradient(to right , rgba(153, 175, 188, 0),rgba(153, 175, 188, 1));
    z-index: 2;
}
.brand li::before{
    display: none;
}
/* ============= footer =========== */
.footer-area{
    background-color: #304A61;
    padding: 65px 0 45px;
}
.footer-logo img{
    width:327px;
}
.footer-content-area-wrap {
    display: flex;
    justify-content: end;
    column-gap: 45px;
    margin-left: auto;
    margin-right: 0;
}
.each-footer-info {
    flex-shrink: 0;
    flex-basis: 202px;
}
.each-footer-info h6{
    color: #F7F7F7;
    font-size: 1.6rem;
    font-family: 'Sculpin-Bold';
    line-height: normal;
    margin-bottom: 16px;
}
.each-footer-info td,
.each-footer-info a{
   color: #F7F7F7;
   line-height: normal;
}
.each-footer-info a:hover{
    color: #99AFBC;
}
.each-footer-info td:first-child{
    padding-right: 8px;
}
.each-footer-info li:not(:last-child){
    margin-bottom: 16px;
}
.footer-btm{
    border-top: 1px solid #F7F7F7;
    margin-top: 40px;
}
.ftr-btm-left ul{
    display: flex;
    gap: 20px;
}
.ftr-btm-left a{
    color: #F7F7F7;
}
.ftr-btm-left a:hover{
    color: #99AFBC;
}
.ftr-btm-left-right ul{
    display: flex;
    column-gap: 20px;
    justify-content: end;
}
.ftr-btm-left-right ul a{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F7F7F7;
    border-radius: 50%;
}
.ftr-btm-left-right ul a:hover{
    background-color: #99AFBC;
}
.footer-btm .row {
    padding-top: 32px;
}
/************************lease-list**********************/
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 11, 28, 0.00) 0%, rgba(5, 11, 28, 0.26) 65.3%, rgba(5, 11, 28, 0.00) 100%);
}
.inner-banner-content {
    position: absolute;
    top: 63%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
/****lease-list-sec****/
.lease-list-sec {
    padding: 80px 0 120px;
    position: relative;
}
.bg-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.lease-list-sec .bg-mark {
    top: -32px;
}
.each-lease-list {
    margin-bottom: 80px;
}
.lease-list-img {
    position: relative;
}
.lease-list-img::after, 
.flex-row-reverse .lease-list-img::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/lease_overlay_odd.svg);
    background-size: cover;
    background-position: center;
    content: "";
}
.lease-list-img::after {
    background-image: url(../images/lease_overlay_even.svg);
}
.lease-list-info {
    padding-left: 136px;
    width: 100%;
    max-width: 726px;
}
.lease-list-info p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 27px 0 58px;
}
.each-lease-list:hover .trans_btn {
    background: #050B1C;
    border: 2px solid #050B1C;
    color: #fff;
}
.each-lease-list:hover .trans_btn::after {
    filter: invert(0);
}
.each-lease-list:nth-child(even) .lease-list-info {
    padding-left: 150px;
}
.each-lease-list:last-child {
    margin-bottom: 0;
}
/****accor-sec****/
.accor-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 135px;
}
.accor-sec .bg-mark {
    top: auto;
    bottom: -9%;
    right: auto;
    left: 0;
}
.accor-title h4 {
    color: #050B1C;
    margin: 19px 0 47px;
}
.accor-wrap {
    width: 100%;
    max-width: 1145px;
    margin: 0 auto;
}
.accor-area ul {
    padding-left: 0;
    margin-bottom: 0;
}
.accor-area li {
    list-style-type: none;
    background-color: #304A61;
    margin-bottom: 24px;
    padding: 36px 35px;
    padding-right: 95px;
    position: relative;
}
.accor-area li:last-child {
    margin-bottom: 0;
}
.accor-area li>*:not(:first-child) {
    display: none;
}
.accor-area li h4 { 
    
}
.accor-area li::after {
    position: absolute;
    height: 38px;
    width: 38px;
    background-image: url(../images/accor-arw.svg);
    background-size: 38px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 39px;
    transition: all 0.5s;
}
.accor-area li h4::after {
    position: absolute;
    height: 38px;
    width: 38px;
    background-color: transparent;
    background-size: 38px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 39px;
    transition: all 0.5s;
    z-index: 9;
}
.show_accordian::after {
    transform: translateY(-50%) rotate(180deg) !important;
}
.accor-area p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    /* padding-right: 50px; */
}
.accor-area li.show_accordian {
    padding-top: 32px;
    padding-bottom: 52px;
}
.accor-area li.show_accordian h4 {
    margin-bottom: 15px;
} 
/************************Lease-dtl**********************/
/****back-btn****/
.back-btn {
    padding-top: 82px;
    padding-bottom: 32px;
}
.back-btn .trans_btn {
    padding-left: 52px;
}
.back-btn .common-btn::after {
    position: absolute;
    top: 40%;
    transform: rotate(180deg);
    left: 14%;
}
/****dtl-top-sec****/
.dtl-top-sec {
    padding-bottom: 120px;
    position: relative;
}
.dtl-top-area {
    position: relative;
    z-index: 4;
}
.dtl-top-area .col-lg-5 {
    width: 46%;
}
.dtl-top-area .col-lg-7 {
    width: 54%;
}
.dtl-top-img {
    position: relative;
}
.dtl-top-img::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/dtl-top-img-overlay.svg);
    background-size: cover;
    background-position: center;
    content: "";
}
.dtl-top-info {
    margin-top: 20px;
    width: 100%;
    max-width: 603px;
    padding-right: 20px;
}
.dtl-top-info h3 {
    margin-bottom: 23px;
}
.dtl-top-info h4 {
    margin-bottom: 16px;
    color: #050B1C;
    position: relative;
    display: flex;
}
.dtl-top-info h4::before {
    position: relative;
    top: 0;
    content: "";
    background-image: url(../images/text_before.svg);
    height: 30px;
    width: 24px;
    left: 0;
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.dtl-top-info p { 
    margin-bottom: 23px;
}
.dtl-top-info p:last-child { 
    margin-bottom: 0;
}
.dtl-top-info p a {
    text-decoration: underline;
    font-family: 'Sculpin-Bold';
    color: #050B1C;
}
.dtl-top-info p a:hover {
    color: #99AFBC;
}
/****dtl-mid-sec****/
.dtl-mid-sec {
    position: relative;
}
.dtl-mid-sec .bg-mark {
    z-index: 3;
    top: auto;
    bottom: 76%;
    right: auto;
    transform: rotate(-2deg);
} 
.dtl-mid-area {
    position: relative;
    overflow: hidden;
}
.dtl-mid-area::after {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% - 83%);
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    content: "";
    background-color: #F7F7F7;
    z-index: 2;
}
.dtl-mid-area table {
    width: 100%;
    display: block;
}
.dtl-mid-area tbody {
    display: block;
}
.dtl-mid-area tr {
    display: flex;
    flex-wrap: wrap;
}
.dtl-mid-area td {
    width: 31%;
    padding: 118px 100px 70px;
    background-color: transparent;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    vertical-align: top;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: #99AFBC;
}
.dtl-mid-area td:nth-child(even) {
    width: 38%;
}
.dtl-mid-area td:first-child {
    padding-left: 0;
}
.dtl-mid-area td:last-child {
    padding-right: 0;
}
.dtl-mid-area td:first-child::before,
.dtl-mid-area td:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: calc(100% + 50%);
    height: 100%;
    background-color: #99AFBC;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-mid-area td:last-child::before {
    left: auto;
    right: -50%;
}
.dtl-mid-area td:hover,
.dtl-mid-area td:hover::before {
    background-color: #304A61;
}
.dtl-mid-area td p {
    color: #fff;
}
.dtl-mid-area td h4 {
    position: relative;
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}
.dtl-mid-area td h4::before{
    position: relative;
    top: 0;
    content: "";
    background-image: url(../images/white_text_before.svg);
    height: 38px;
    width: 24px;
    left: 0;
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.dtl-mid-area td li {
    letter-spacing: 0.32px;
    color: #fff;
}
/****dtl-form-sec****/
.dtl-form-sec {
    background-color: #304A61;
    padding-top: 81px;
    padding-bottom: 120px;
    position: relative;
}
.dtl-form-sec::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 55%);
    content: "";
    background-color: #F7F7F7;
}
.dtl-form-wrap {
    position: relative;
    z-index: 1;
}
.dtl-form-title {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.dtl-form-title h3,
.dtl-form-title p {
    color: #fff;
}
.dtl-form-title p {
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 52px;
}
.dtl-form-area {
    background-color: #FFFFFF;
    padding: 16px;
    max-width: 1244px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 28px 0px rgba(47, 47, 47, 0.25);
}
.dtl-form-area .col-lg-4 { 
    width: 36%;
}
.dtl-form-area .col-lg-8 { 
    width: 64%;
}
.dtl-form-left {
    background-color: #304A61;
    padding: 40px;
    height: 100%;
    position: relative;
}
.dtl-form-left .bg-mark {
    top: auto;
    bottom: -11px;
    left: 0;
    right: auto;
    z-index: 0;
}
.each-dtl-form-contact {
    margin-bottom: 30px;
}
.each-dtl-form-contact:last-child {
    margin-bottom: 0;
}
.each-dtl-form-contact td {
    line-height: normal;
    color: #F7F7F7;
}
.each-dtl-form-contact td:first-child {
    padding-right: 8px;
}
.each-dtl-form-contact h5 {
    font-size: 1.6rem;
    font-family: 'Sculpin-Bold';
    line-height: normal;
    color: #F7F7F7;
    margin-bottom: 16px;
}
.each-dtl-form-contact p {
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 7px;
}
.each-dtl-form-contact a {
    color: #F7F7F7;
}
.each-dtl-form-contact a:hover {
    color: #99AFBC;
}
.dtl-form-social a {
    border: 1px solid #F7F7F7;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dtl-form-social img {
    width: 16px;
    height: 16px;
}
.dtl-form-social ul {
    margin-bottom: 0;
    padding-left: 0;
}
.dtl-form-social li {
    list-style-type: none;
    margin-bottom: 12px;
}
.dtl-form-social {
    display: flex;
    justify-content: end;
}
.dtl-form-social .col-lg-4 {
    width: 30%;
}
.dtl-form-social .col-lg-8 {
    width: 70%;
}
.dtl-form-social a:hover {
    background-color: #99AFBC;
    border-color: #99AFBC;
}
.dtl-form-sec .form-main-area {
    padding: 58px 54px 55px;
}
.dtl-form-sec .form-main-area .row {
    margin: 0 -24px;
}
.dtl-form-sec .form-main-area .col-6,
.dtl-form-sec .form-main-area .col-12 {
    padding: 0 24px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: #050B1C; 
}
.dtl-form-sec .form-group {
    margin-bottom: 47px;
    position: relative;
}
.dtl-form-sec .form-styl {
    font-size: 1.6rem;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    line-height: normal;
    resize: none;
    border: 0;
    border-bottom: 1px solid rgba(5, 11, 28, 0.70);
    outline: none;
    padding: 16px 0 7px;
    font-family: 'Sculpin-Regular';
    color: #050B1C;
}
.dtl-form-sec .form-styl:focus{
    color: #050B1C;
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #050B1C;
}
.dtl-form-sec .form-label {
    color: rgba(5, 11, 28, 0.70);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    line-height: normal;
    pointer-events: none;
}
.dtl-form-sec .form-styl.photo_upload,
.dtl-form-sec .form-styl.foto_upload { 
    color: rgba(5, 11, 28, 0.70);
}
.dtl-form-sec .focus-input .form-label{
    top: 2px;
    color: #050B1C;
    font-size: 1.2rem;
}
.dtl-form-sec textarea.form-styl {
    height: 93px;
}
.dtl-form-sec .form-btn {
    margin-top: 13px;
}
.dtl-form-sec .Bericht .form-label {
    top: 0;
}
.dtl-form-sec .Bericht.focus-input .form-label {
    top: -4px;
}
/****dtl-btm-sec****/
.dtl-btm-sec {
    padding-bottom: 120px;
}
.dtl-btm-title {
    margin-bottom: 79px;
}
.dtl-btm-title h3 {
    justify-content: center;
}
.each-service-slider {
    height: 307px;
    position: relative;
}
.each-service-slider::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(5, 11, 28, 0.30) 0%, rgba(5, 11, 28, 0.30) 100%);
}
.each-service-img {
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-info h4 {
    color: #F7F7F7;
}
.each-service-info p {
    color: #fff;
    margin-top: 32px;
    margin-bottom: 0;
    width: 100%;
    max-width: 366px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-info {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -204px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-slider:hover .each-service-info {
    bottom: 0;
    justify-content: end;
}
.each-service-slider:hover .each-service-info p {
    margin-top: 18px; 
}
.each-service-slider:hover::after {
    background: linear-gradient(180deg, rgba(5, 11, 28, 0.00) 0%, #050B1C 100%);
}
.dtl-service-slider .swiper-button-next {
    right: -19px;
}
.dtl-service-slider .swiper-button-prev {
    left: -19px;
}
/************************contact**********************/
/****contact-form-sec****/
.contact-form-sec {
    padding-bottom: 130px;
}
.form-block-wrap {
    padding: 108px 50px 0;
}
.contact-form-title {
    position: relative;
    padding-bottom: 26px;
    width: 100%;
    max-width: 529px;
}
/* .contact-form-title::after {
    position: absolute;
    left: -62px;
    bottom: 0;
    width: calc(100% + 40%);
    height: 1px;
    content: "";
    background-color: rgba(5, 11, 28, 0.34);
} */
.contact-form-left {
    position: relative;
    padding: 123px 62px 0;
    overflow: hidden;
}
/* .contact-form-left::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(5, 11, 28, 1) , rgba(5, 11, 28, 0));
} */
.contact-form-wrap {
    position: relative;
}
/* .contact-form-wrap::after,
.contact-form-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(5, 11, 28, 1) , rgba(5, 11, 28, 0));
} */
.contact-form-wrap::before {
    left: auto;
    right: 0;
}
.contact-form-title h3,
.contact-form-title p {
    margin-bottom: 25px;
}
.contact-form-title p:last-child {
    margin-bottom: 0;
}
.contact-form-area .col-lg-4 {
    width: 45%
}
.contact-form-area .col-lg-8 {
    width: 55%
}
.form-contact-dtls .col-lg-7,
.form-contact-dtls .col-lg-5 {
    width: 100%;
}
.contact-pg .dtl-form-contact-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px;
}
.contact-pg .each-dtl-form-contact {
    width: 50%;
    margin-bottom: 18px;
}
.contact-pg .dtl-form-social {
    justify-content: start;
    margin-top: 26px;
}
.contact-pg .dtl-form-social ul {
    display: flex;
    column-gap: 20px;
}
.contact-pg .each-dtl-form-contact h5,
.contact-pg .each-dtl-form-contact a,
.contact-pg .each-dtl-form-contact td {
    color: #050B1C;
}
.contact-pg .each-dtl-form-contact a:hover {
    color: #99AFBC;
}
.contact-pg .dtl-form-social a {
    border-color: #050B1C;
}
.contact-pg .dtl-form-social img {
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-pg .dtl-form-social a:hover {
    border-color: #99AFBC;
}
.contact-pg .dtl-form-social a:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-pg .dtl-form-social li {
    margin-bottom: 0;
}
.form-block .form-group {
    margin-bottom: 25px;
}
.form-block label {
    color: #050B1C;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
}
.form-block .row {
    margin: 0 -7px;
}
.form-block .col-6,
.form-block .col-12 {
    padding: 0 7px;
}
.form-block .form-style {
    resize: none;
    border: 0;
    border-radius: 0;
    font-family: 'Sculpin-Regular';
    background-color: rgba(5, 11, 28, 0.60);
    font-size: 1.6rem;
    line-height: 24px;
    padding: 18px 25px;
    letter-spacing: 0.32px;
    color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style:placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style::placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-block .form-style:focus {
    box-shadow: none;
    color: #FFF;
    background: #050B1C;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
	color: #050B1C;
}
.form-block textarea.form-style {
    height: 121px;
}
.form-block .form-btn {
    margin-top: 35px;
}
/****map****/
.map {
    height: 600px;
}
/************************vacature-dtl**********************/
.vacature-dtl-pg .dtl-mid-area td {
    width: 50%;
}
.vacature-dtl-pg .dtl-mid-area td li {
    margin-bottom: 5px;
}
/************************Bedankt**********************/
.Bedankt-pg .trans_btn {
    padding-left: 52px;
}
.Bedankt-pg .common-btn::after {
    position: absolute;
    top: 40%;
    transform: rotate(180deg);
    left: 14%;
}
/************************popup**********************/
.modal-area .modal-dialog {
    max-width: 69%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(5, 11, 28, 0.60);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content .col-lg-5 {
    width: 46.66%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53.34%;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #99AFBC;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 66px 64px;
    padding-right: 96px;
    background-color: #99AFBC;
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content p {
    color: #fff;
    margin-bottom: 0;
}
.modal-area .popup-content h2 {
    color: #fff;
}
.modal-area .popup-content ul {
    margin: 25px 0;
    list-style-type: none;
    padding-left: 0;
}
.modal-area .popup-content li {
    letter-spacing: 0.32px;
    color: #fff;
    margin-bottom: 18px;
    position: relative;
    padding-left: 15px;
}
.modal-area .popup-content li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #304A61;
    border-radius: 50px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 1;
}
.close-img:hover {
	color: #fff;
}
.close-img img {
	width: 15px;
}
/************************overons**********************/
.overons-pg .dtl-top-info {
    margin-top: 0;
}
.overons-pg .btm_marque{
    padding-top: 0;
    clip-path: none;
    background-color: transparent;
}
.overons-pg .brand::before {
    background: linear-gradient(90deg, rgba(247, 247, 247, 0.00) 0%, #F7F7F7 71.63%);
}
.overons-pg .brand::after {
    background: linear-gradient(-90deg, rgba(247, 247, 247, 0.00) 0%, #F7F7F7 71.63%);
}
.overons-pg .dtl-top-sec{
    margin-top: 43px;
}
.overons_btm{
    background-color: #304A61;
}
.overons_btm_left{
    max-width: 876px;
}
.overons_btm_right{
    padding-left: 36px;
}
.overons_btm_right h4{
    color: #FFF;
    position: relative;
    display: flex;
    column-gap: 10px;
}
.overons_btm_right h4::before{
    filter: invert(1);
    position: relative;
    top: 0;
    content: "";
    background-image: url(../images/text_before.svg);
    height: 33px;
    width: 9px;
    left: 0;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.overons_btm_right {
    height: 100%;
    max-width: 578px;
    padding: 30px 0;
    margin-left: 35px;
}
.overons_btm_right ul{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content:space-evenly;
    row-gap: 30px;
    width: 100%;
    position: relative;
}
.overons_btm_right h5{
    color: rgba(255, 255, 255, 0.20);
    font-family: 'Sculpin-Bold';
    font-size: 5.6rem;
    line-height: normal;
}
.overons_btm_right p{
    margin-top: 28px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.70);
}
.overons_btm_right li:last-child p{
    margin-bottom: 0;
}
.overons_btm_right li{
    position: relative;
}
.overons_btm_right li:not(:last-child)::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 50%;
    transform: translateY(calc(-50% + 15px));
    left:0;
    border-bottom: 1px solid #fff;
    pointer-events: none;
}
.overons_btm_left {
    height: 100%;
}
.overons_btm_left img{
    height: 100%;
    object-fit: cover;
}
.overons-pg .accor-sec {
    padding: 120px 0;
}
.overons-pg .accor-sec .bg-mark {
    display: none;
}

/************************************style for developer******************************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 31px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 35px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
                linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
                linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
      background-size: 10px 400%;
      background-repeat: no-repeat;
      animation: matrix 1s infinite linear;
    }
    @keyframes matrix {
      0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
      }
    
      100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
      }
    }
    .load_aanbod{
      justify-content: center;
      display: flex;
      column-gap: 30px;
      align-items: center;
      color: #fff;
    }

body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.privacy_section {
    padding: 50px 0;
}
.Bedankt-page .banner-content .common-btn {
    flex-direction: row-reverse;
}
.Bedankt-page .banner-content .common-btn:after {
    transform: rotate(60deg);
}


.menu_items.default_ul li {
    position: relative;
}
.menu_items.default_ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #050B1C;
    width: 100%;
    opacity: 0;
}
.menu_items.default_ul li.active {
    font-weight: 700;
}
.menu_items.default_ul li.active::after {
    opacity: 1;
}
.menu_items.default_ul li:hover::after {
    opacity: 1;
}
.ftr-social {
    margin-top: 20px;
    display: none;
}
.ftr-social ul {
    list-style-type: none;
    align-items: center;
    justify-content: left;
    padding-left: 0;
}
.ftr-social li {
    color: #F7F7F7;
}
.ftr-social li a img,
.ftr-social-desk li a img {
    width: 19px;
    height: 19px;
}
.each-brand-marquee h6 {
    position: relative;
    color: #F7F7F7;
    font-family: 'Sculpin-Regular';
    font-size: 1.6rem;
    line-height: normal;
    padding-left: 25px;
    display: inline-block;
}
.each-brand-marquee h6::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/brand-marquee-wrap-before.svg);
    background-position: center;
    position: absolute;
    top: 0;
    background-size: 20px;
    left: 0;

}
.brand-marquee-mobile-slider {
    padding: 12px 0;
    background: #050B1C;
}
.brand-marquee-mobile-slider {
    display: none;
}
.brand-marquee-mobile-slider .swiper {
    height: 20px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.brand-marquee-wrap li img {
    width: 110px;
    height: 90px;
}
  .fix-wp {
      position: fixed;
      height: 48px;
      width: 48px;
      background-color: #25D366;
      border-radius: 100%;
      z-index: 98;
      bottom: 20px;
      right: 30px;
  }
  .fix-wp img {
      width: 22px;
  }
  .fix-wp a {
      display: block;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .fix-wp a img {
      width: 26px;
  }
  .dfQxaY {
      opacity: 0 !important;
  }
  .fixed-whatsapp-icon {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 999;
  }
  
  .fixed-whatsapp-icon img {
      width: 50px;
  }
  
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }


/*=============header-dropdown=============*/
.menu_items .dropdown-menu{
    min-width: 208px;
}
.menu_items .dropdown-menu ul{
    position: relative;
    margin: 0;
    max-width: 100%;
    display: block;
}
.menu_items.default_ul li.dropdown:hover > a{
    font-weight: 700;
}
.menu_items.default_ul .dropdown-menu li::after{
    display: none;
}
.menu_items .dropdown-menu ul:before{
    position: absolute;
    top: -10px;
    left: 24px;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../images/Polygon.svg) no-repeat center /cover;
}
.menu_items .dropdown-menu a{
    background: #304A61;
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-family: 'Sculpin-Regular';
    font-weight: normal !important;
    font-size: 1.4rem;
    line-height: normal;
}
.menu_items li:hover .dropdown-menu{
    display: block !important;
}
.menu_items .dropdown-menu a:hover{
    background: #99AFBC;
}
.mobile-menu .dropdown-menu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mobile-menu .dropdown-menu{
    transform: translate(0) !important;
}
.mobile-menu .dropdown-menu li:not(:last-child){
    margin-bottom: 10px;
}
.button-group .common-btn{
    width: calc(50% - 10px);
}