@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 1.6;
}
.logo {
    max-width: 272px;
    height: 100%;
    transition: 0.6s;
}
header.shrink .logo {
    max-width: 202px;
    height: 100%;
    transition: 0.6s;
}
:root{
    --primary-color: #00396f;
    --secondary-color: #333;
}
header{
    /* background-color: #333; */
    color: white;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
header.shrink{
    position: fixed !important;
    background-color:white ;
    top: 0;
    left: 0;
    transition: 0.8s;
    box-shadow: 0 0 10px #00000085;
    border-bottom: 1px solid var(--primary-color);
}

header .logo .logo2,
header.shrink .logo .logo1{
    display: none;
}
header.shrink .logo .logo2{
    display: block ;
}
.menu-links ul li a{
    color: white;
    text-decoration: none; 
} 
.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 30px;
}
.banner-move{
    /* background: url(../img/banner.jpg) no-repeat center center/cover; */
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* position: relative; */
    /* transition: .6s all; */
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}
.baner-video{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
      transition: .6s all;
}
.baner-video video{
    width: 100%;
    object-fit: cover;
}
.mainBanner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#1a1f2e4d;
}
.other{
    height: 100vh;
}
.mainBanner .container{
    z-index: 1;
}
.banner-btn{
    padding: 16px 24px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 5px;
    background:#61d1bf;
    border: none;
    color: white;
    transition: 0.6s all;
}
.banner-btn:hover{
    background: #37d6bc;
}
.stripes {
    height: 24px;
    width: 100%;
    background: url(../img/stripes.svg) no-repeat center center/cover;
}
.homepage-content{
    padding: 0;
    background: #00203d;
    color: #fff;
}
.homepage-secondary-links-section{
    background: #001426;
    padding-top: 40px;
    padding-bottom: 54px;
}
.homepage-secondary-links-section ul{
    letter-spacing: .2px;
    gap: 30px;
}
.homepage-secondary-links-section ul li a{
    color: #fff;
    text-decoration: none;
}
.homepage-secondary-links-section ul li a {
    font-weight: 400;
    color: #77cbea;
    border-bottom: 2px solid #77cbea;
    transition: .3s ease-in-out;
}
section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.h3{
    font-weight: 300;
}
b,
strong{
    font-weight: 600;
    line-height: inherit;
}
section .p-lead {
    margin-bottom: 30px;
}
.p-lead {
    font-size: 27px;
    line-height: 38px;
    letter-spacing: .3px;
}
.interested-list{
    gap: 1rem;
}
.interested-list-btn{
    font-size: 17.5px;
    background: 0 0;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    padding: 14px 24px;
    letter-spacing: .2px;
    text-decoration: none;
    border-color: #77cbea;
    color: #77cbea;
    transition: 0.6s ease-in-out;
}
.interested-list-btn:hover {
    background: #fff;
    color: #00203d;
    border-color: #fff;
    text-decoration: none;
}

/* 
#gridBoxSlider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #gridBoxSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
.slideOverlay{
    overflow: hidden;
}
.services-overlay{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%);
    transition: all .3s ease-in-out;
}
.services-subtitle{
    margin-bottom: 10px;
    color: #77cbea;
    font-size: 16px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    line-height: 26px;
    letter-spacing: .2px;
    text-rendering: optimizeLegibility;
}
.services-title{
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 0;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    letter-spacing: .2px;
}
.services-description{
    font-size: 1.1em;
    height: 0 ;
    opacity: 0;
    overflow: hidden;
    color: #77cbea;
    transition: opacity .1s .2s ease-out, height .2s ease-out;
    position: static;
}
.service-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-content p{
    font-weight: 300;
}
.slideOverlay:hover .services-description{
    height: auto;
    opacity: 1;
}
.slideOverlay:hover .services-subtitle{
    color: #fff;
}
.slideOverlay:hover .services-overlay{
    top:-100%;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 57, 111, 0);
    opacity: .4;
    transition: all .3s ease-in-out;
}

.careersBox:hover .overlay{
    background: rgba(0, 57, 111, .5);
}  
.careersBoxBtn{
    font-size: 19px;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 5px;
    background: #fff;
    transition: 0.6s all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #000;
}
.careersBoxBtn:hover{
    color: var(--primary-color);
    background: #77cbea;
}

.careersBox:hover .careersBoxBtn{
    transform: translate(-50%, -50%) scale(110%);
}
.articles-info-wrapper{
    background: #fff;
    width: calc(100% - 30px);
    float: right;
    transition: width .2s ease-out, padding .2s ease-out;
    position: relative;
    margin-top: -70px;
    height: 100%;
    min-height: 250px;
    background: #00203d;
    color: #fff;
}
.articles-title-wrapper{
    display: flex;
    flex-flow: row wrap;
}
.w-11{
    width: 91.66667%;
}
.articles-title{
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.blog-date{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.w-1-2{
    background: #299dd8;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 95px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    transition: all .2s ease-out;
}
.blogbox:hover .w-1-2{
    width: 60px;
    position: absolute;
    top: 0;
    right: -30px;
}
.blogbox:hover .articles-info-wrapper{
    width: 100%;
    padding-right: 30px;
}
.blogbox:hover .overlay{
    background:rgba(0, 32, 61, .5);
    opacity: 6;
}

.read-more{
    font-size: 19px;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 5px;
    background: #77cbea;
    color: var(--primary-color);
    border: none;
    transition: 0.6s;
}
.read-more:hover{
    background: #fff;
    color: #000;
}
.Subscribe-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.subscribe-section{
    background: #0087cc;
}

.subscribe-h4{
    word-break: break-word;
    font-size: 1.95rem;
    line-height: 1.59091;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}
.subscribe-p{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: .2px;
    font-weight: 200;
}

.subscribe-button button{
    background: #fff;
    color: #0087cc;
    border-radius: 1px;
    font-size: 18px;
    padding: 10px 35px;
    vertical-align: unset;
    border: 2px solid transparent;
    transition: 0.6s;
    white-space: nowrap;
}
.subscribe-button button:hover{
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.subscribe-fild{
    border: none;
    background: 0 0;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #e5e5ec;
    box-shadow: none;
    color: #fff;
    padding: .95rem;
}
.subscribe-fild::placeholder{
    color:#fff;
}
footer{
    background: url(../img/marins/our-value11.jpg) no-repeat center bottom/cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}
footer::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00203d69;
}
.footer-main{
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-last,
.footer-social-link{
    background-color: #00203dc4;
    color: #fff;
    text-align: center;
}
.footer-social-link .gap{
    gap: 9px;
}

.footer-social-link .fa-brands{
    width: 34px;
    height: 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    font-size: 16px;
    border-radius: 50%;
    padding: 0;
    transition: all .3s ease-in-out;
    font-weight: 400;
    color: #fff;
}
.footer-social-link .fa-brands:hover{
    color: #77cbea;
    border-color: #77cbea;
}
.footer-logo .logo-img{
    max-height: 175px;
    width: 150px;
}
.footer-groupname{
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 2px;
}
.footer-head{
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
.footer-list{
    list-style: none;
    padding: 0;
}
.footer-list li{
    margin-bottom: 5px;
}
.footer-list li a{
    position: relative;
    padding: 1px 10px;
    text-decoration: none;
    color: #fff;
}
.footer-list li a::after{
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s;
}
.footer-list li a:hover::after{
    width: 100%;
}
.about-text{
    font-size: 14px;
}
.footer-last-links li:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer-last-links li a{
    padding:2px 5px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
 
.about-text b{
    font-size: 16px;
}

.our-mission{
    background: url(../img/marins/our-mission2.jpg) no-repeat center right/cover;
}
.our-vision{
    background: url(../img/marins/our-vision.jpg) no-repeat center left/cover;

}
.our-Values{
    background: url(../img/marins/footer.jpg) no-repeat center left/cover;
}
.common-bg{
    height: 100vh;
    position: relative;
    overflow: hidden;
    transition: .6s all;
    background-attachment: fixed;
}

.our-Values::after,
.our-vision::after,
.our-mission::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001f3da4;
}
.z-100{

    z-index: 1;
}

.about-content ul li {
    font-weight: 300;
    margin-bottom: 10px;
}
.careersBox img{
    object-fit: cover;
}

.social-contact{
    background: #00203d;
    padding: 5px 0;
}

.social-head-icon{
    width: 20px;
}

.social-head-link{
    text-decoration: none;
    color: #fff;
}
.social-head-link:hover{
    color: #fff;
}

.footer-contact-info-links a{
    color: #fff;
    text-decoration: none;

}
.footer-contact-info-links a:hover{
    color: #fff;
    text-decoration: none;

}