body{

}
/*header*/
.global_header{
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
    transition: 0.5s;
}
#navigation #navbarNav ul li a{
	color: #fff;
}
#navigation #navbarNav ul li i:before{
    content: "\f0d9";	
}
#navigation #navbarNav ul li i{
	color:#7a9585;
}
.blog_top, .archive_top, .fc_container {
    margin-top: 0px;
}
#navigation #navbarNav ul li{
	column-gap: 10px;
}
body:not(.home) .global_header{
    position: relative;
}
body:not(.home) #navigation #navbarNav ul li a{
    color: #000;
}
body:not(.home) .marine_btn.button a{
    color: #fff;
}
body:not(.home) #navigation #navbarNav ul li.button a{
    color: #fff;   
}
.home .home-Nt-logo{
    display: none;
}
.home-Nt-logo{
    display: block;
}
body:not(.home) img.logo{
    display: none;
}
.home .global_header:hover{
    background:#fff;
    transition: 0.5s;
}
.home .global_header:hover #navigation #navbarNav ul li a{
    color: #000;
}
.home .global_header:hover #navigation #navbarNav ul li.button a{
    color: #fff;   
}
.home .global_header:hover .home-Nt-logo{
    display: block;
}
.home .global_header:hover img.logo{
    display: none;
}
.home section.home_hero {
    min-height: 100vh;
}
#navigation #navbarNav ul ul.sub-menu {
    padding: 5px 15px;
}
#navigation #navbarNav ul ul.sub-menu{
    width: max-content;
}
#navigation #navbarNav ul li{
    padding: 8px;
}

/*hero section*/
.home_hero .hh_center_block {
    background: transparent;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 700px;
}
.home_hero h1 {
    font-size: 80px;
}
.home_steps{
	background: url('../images/steps_banner_img.png');
	background-size: cover;
	width: 100%;
	background-position: center center;
	margin: 100px 0px;
	padding: 170px 24px;
    border-radius: 10px;
}
.home_steps .step_heading{
	background: #fdffff;
	padding: 30px 30px;
    border-radius: 10px;
}

/*service program*/
.service-program{
    padding: 0px 0px 80px 0px;
}
.service-program-heading{
    padding: 0px 0px 30px 0px;
}
.service-program-heading h3{
    color: 4a4f67;
}
.service-program-heading p{
    color: #000000;
}

/*steps css*/
.home_steps .step_heading p{
	padding: 10px 0px;
}

/*program card*/
.programs-cad {
    text-align: center;
    background: #96adbb;
    padding: 50px 20px;
    border-radius: 10px;
}
.programs-cad img{
    width: 210px;
    height: 210px;
    object-fit: cover;
    border-radius: 100px;
    margin-bottom: 45px;
}
.programs-cad h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding: 0 25px;
    font-family: 'commuters-sans';    
    min-height: 60px;
}
.programs-cad p{
    color: #000000;
}
.service_detailpage{
    padding: 100px 0px;
}
/*locations css*/
section.locations{
    background: #96adbb;
    padding: 100px 0px;
}
.loc_heading_wrap{
    padding: 0px 0px 30px 0px;
}
.loc_heading_wrap h3{
    color: #000;
}
.loc_heading_wrap p{
    color: #000;
}
.location-cad{
    position: relative;
}
.location-cad img{
    width: 100%;
}
.location-caption{
    background: #fff;
    padding: 20px 20px;
    border:1px solid #7a9585;
    border-radius: 5px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.location-caption h3{
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-family: 'commuters-sans';
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 1rem;
    height: 1rem;
}
.carousel-control-prev-icon{
    background-image: url('../images/left-icon.png');
}
.carousel-control-next {
    right: 23px;
}
.carousel-control-prev{
    left: 23px;
}
.carousel-control-next-icon{
    background-image: url('../images/right-icon.png');
}
.carousel-control-prev, .carousel-control-next{
    background: #7a9585;
    opacity: 1;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
    width: 40px;
    border-radius: 10px;
}
/*partnership logos */
.logos_v2{
    padding: 100px 0px;
}
.logos_v2 h4{
    text-transform: uppercase;
}
.logos_v2 .logo_box .logo_wrap{
    background: #96adbb;
    min-height: 200px;
    height: 200px;
}
.partnerships.logos_v2 .logo_box .logo_wrap{
    background: #96adbb !important;
}
.partnerships.logos_v2 .logo_box:nth-child(odd) .logo_wrap{
    background: #96adbb !important;
}
.partnerships.logos_v2 .logo_box:nth-child(even) .logo_wrap{
    background: #96adbb !important;
}
/*blog post*/
.module_posts .blog_content_inner .title{
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.module_posts .blog_content_inner .btm_align {
    padding: 0;
    flex-wrap: inherit;
    left: 0;
    right: 0;
    margin: auto;
}
.module_posts .blog_content_inner .link {
    position: relative;
    text-align: right;
    flex-shrink: inherit;
}
.module_posts .blog_content_inner .cats {
    flex-shrink: inherit;
    padding: 0 0px;
    min-width: fit-content;
    font-size: 16px;
}
.module_posts .blog_content_inner .btm_align{
    align-items: center;
}
.module_posts .blog_content_inner .btm_align{
    min-height: 50px;
}
.module_posts .blog_content_inner{
    height: auto !important; 
}
.module_posts .blog_content_inner .btm_align{
    position: inherit;
}
/*footer*/
.location_links a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 33px;
}
.ftr_social{
    position: relative;
}
.social_icons_wrap {
    position: absolute;
    bottom: 24px;
    top: inherit;
    right: 0;
}
.social_icons_wrap a{
    text-decoration: none;
}

/*single service page*/
.hero_inner .hero_content .hero_con_inner {
    max-width: 710px;
}
.hero_inner .hero_content .hero_con_inner {
    padding: 0 108px 85px 57px;
}
.inner_hero_img img{
    width: 100%;
    object-fit: cover;
}
.hero_inner .hero_content .hero_con_inner p {
    margin: 24px 0 30px;
}
.service-top-section{
    padding: 100px 0px;
}
.service-top_heading h3{
    color: 4a4f67;
    font-size: 44px;
}
.service-top_heading p{
    max-width: 700px;
    color: #000;
    font-size: 20px;
}
.service-top_heading {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0px 0px 20px 0px;
}
.top_crds_content{
    background: #4a4f67;
    padding: 20px 30px;
    min-height: 244px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
	color:#fdffff 
}
.top_crds_content h3{
    text-align: center;
    color: #000;
    font-size: 44px;
}
.top_crds_content p{
    text-align: center;
    color: #000;
    font-size: 24px;
    font-family: 'commuters-sans';
    text-transform: uppercase;
}
/*team section */
.service-team{
    padding: 100px 0px;
}
.service-team img{
    width: 100%;
}
.team-card-caption{
    padding: 24px 24px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #7a9585;
    border-radius: 0px 0px 10px 10px;
}
.team-card-caption h3{
    font-size: 16px;
    font-weight: 600;
    font-family: "rubiksemibold", sans-serif;
    line-height: 24px;
    letter-spacing: 0px;
}
.team-card-caption .text-right{
    text-align: right;  
}
/*videos*/
.service_videos_sec{
    padding: 100px 0px;
}
.service_videos_card h3{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "rubiksemibold", sans-serif;
    line-height: 24px;
    padding: 18px 20px;
    margin: 0;
    letter-spacing: 0;
}
.service_videos_card iframe{
    width: 100%;
    height: 400px;
}
.new-service-sec{
    background: #fdffff;   
}
/*locations detail page*/
.image-carousel{
    padding: 100px 0px;
}
.loc-left-cotnent h3{
    font-size: 44px;
    color: 4a4f67;
    font-weight: 300;
    font-family: 'ivymode';
}
.loc-left-cotnent p{
    font-size: 20px;
    font-weight: 100;
    font-family:'rubiklight';
    color: #000;    
}
.locimage-content-section{
    padding: 80px 0px;
}
.locimage-content-section .row{
    align-items: end;
}
.loc-image img{
    width: 100%;
}
.loc-left-cotnent {
    padding: 0 130px 0 0;
}
.location-map{
    padding: 80px 0px;
}
.location-map iframe{
    width: 100%;
    height: 800px;
}
/*packages*/
.service_overview .serv_cat{
    max-width: 1250px;
}
.serv_cat:nth-last-child(1) .col-sm-6.modal_btn {
    display: none;
}
.pre_footer .pf_loc .location .addr:before{
    display: none;
}
.location_address_d {
    display: flex;
    column-gap: 13px;
}
.pre_footer .pf_loc .location .addr {
    padding-left: 0px;
    position: relative;
}
.postid-2112 .inner_hero_img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.review_slider .review_slides .review .review_inner .review_name{
    display: none;
}
.staff .staff_repeater .staff_block img{
    height: 334px;
    object-fit: cover;
    object-position: top;
}
.hero_inner .hero_content {
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.inner_hero_img {
    padding-left: 0;
}

.hero_img{
    padding-left: 0 !important;
}
.image-carousel img {
    border-radius: 10px;
}
.btn_right .marine_btn:empty {
    display: none;
}
ul.post-categories {
    margin: 0;
    padding: 0;
}
ul.post-categories li::marker {
    content: '';
    display: none;
}
ul.post-categories li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "rubiksemibold", sans-serif;
}
.partnerships#partners .logo_box:nth-child(odd) .logo_wrap{
	background: linear-gradient(180deg, #ED9244 0%, 4a4f67 100%) !important;
}
.partnerships#partners .logo_box:nth-child(even) .logo_wrap {
    background: linear-gradient(180deg, 4a4f67 0%, #ED9244 100%) !important;
}
section#partners .row {
    justify-content: center;
}
section#partners .col-md-3 {
    flex: 0 0 auto;
    width: 33%;
}
section#partners .col-md-3 .logo_wrap{
    height: 250px;
}

@media only screen and (max-width:767px){
.home_hero{
    min-height: 100vh;
}
.home_hero h1 {
    font-size: 30px;
}
.home_steps{
    margin: 0 0 50px 0;
    padding: 80px 24px;
}
.home_steps_main .container {
    padding: 0;
}
/*programs*/
.programs-cad{
    margin-bottom: 20px;
    border-radius: 20px;
}
/*location*/
section.locations {
    background: #96adbb;
    padding: 50px 0px;
}
.location-cad{
    margin-bottom: 30px;
}
.location-caption{
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
/*blogs*/
.module_posts .blog_content_inner .btm_align{
    position: relative;
}
.module_posts .blog_content_inner .cats {
    padding: 0 0px;
    font-size: 12px;
}
/*inner pages*/
.inner_hero_img img {
    height: 480px;
    object-fit: cover;
}
.hero_inner .hero_img {
    max-height: 480px;
}
body:not(.home) .global_header{
    padding-top: 0;
}
.hero_inner .hero_content .hero_con_inner {
    padding: 0 20px 20px 0px;
}
.top_crds_content{
    margin-bottom: 20px;
}
.team-card{
    margin-bottom: 20px;
}
.service_videos_card{
    margin-bottom: 20px;
}
.loc-left-cotnent {
    padding: 0 30px 0px 0;
}
.loc-left-cotnent h3{
    font-size: 27px;
}
.loc-left-cotnent p{
    font-size: 16px;
}
.locimage-content-section .row {
    flex-direction: column-reverse;
}
.loc-image img{
    margin-bottom: 30px;
}
.hero_con_inner h1 {
    font-size: 33px !important;
}
.programs-cad h3{
    min-height: inherit;
}
.hero_inner .hero_content {
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.inner_hero_img {
    padding-left: 0;
}
section#partners .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
}

}
@media (min-width: 768px) {
    .blog_top, .archive_top, .fc_container {
        margin-top: 0px;
    }
    .partnerships.logos_v2 .logo_box:nth-child(odd) .logo_wrap{
        background: #96adbb;
    }

}
