/*==================================================
GENERAL
==================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    font-size:15px;
    color:#333;
    background:#f7f8fb;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    transition:.3s;
}

img{
    max-width:100%;
}

.container{
    max-width:1280px;
}

/*==================================================
TOP HEADER
==================================================*/

.top-header{
    background:#002B5C;
    padding:10px 0;
    font-size:14px;
}

.top-left a,
.top-right a{
    color:#fff;
    margin-right:25px;
}

.top-left a:last-child{
    margin-right:0;
}

.top-left i,
.top-right i{
    color:#D4AF37;
    margin-right:8px;
}

.top-right a{
    font-weight:600;
}

.top-right a:hover,
.top-left a:hover{
    color:#D4AF37;
}

/*==================================================
HEADER
==================================================*/

.site-header{
    background:#fff;
    border-bottom:1px solid #e5e5e5;
}

.navbar{
    padding:18px 0;
}

.navbar-brand{
    display:flex;
    align-items:center;
}

.navbar-brand img{
    width:75px;
    height:75px;
    object-fit:contain;
    margin-right:15px;
}

.brand h2{
    margin:0;
    color:#002B5C;
    font-size:28px;
    font-weight:700;
}

.brand p{
    margin:4px 0 0;
    color:#D4AF37;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
}

/*==================================================
NAVIGATION
==================================================*/

.navbar-nav .nav-item{
    margin-left:10px;
}

.navbar-nav .nav-link{
    color:#002B5C;
    font-size:15px;
    font-weight:700;
    padding:12px 15px;
    text-transform:uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:#D4AF37;
}

.dropdown-menu{
    border:none;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    padding:8px 0;
}

.dropdown-item{
    padding:10px 18px;
    font-size:14px;
}

.dropdown-item:hover{
    background:#002B5C;
    color:#fff;
}

.navbar-toggler{
    border:none;
}

.navbar-toggler:focus{
    box-shadow:none;
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.top-header{
    text-align:center;
}

.top-left{
    margin-bottom:10px;
}

.top-right{
    text-align:center!important;
}

.navbar-brand img{
    width:60px;
    height:60px;
}

.brand h2{
    font-size:22px;
}

.brand p{
    font-size:12px;
}

.navbar-nav{
    margin-top:15px;
}

.navbar-nav .nav-link{
    padding:12px 0;
    border-bottom:1px solid #eee;
}

}

@media(max-width:576px){

.top-left a{
    display:block;
    margin:6px 0;
}

.brand h2{
    font-size:18px;
}

.brand p{
    font-size:11px;
}

.navbar-brand img{
    width:50px;
    height:50px;
}

}

/*=========================================
HERO SECTION
=========================================*/

.hero{
    background:linear-gradient(rgba(0,43,92,.75),rgba(0,43,92,.75)),
    url("../images/banner/banner.jpg") center/cover no-repeat;
    padding:120px 0;
    color:#fff;
}

.hero-tag{
    display:inline-block;
    background:#D4AF37;
    color:#002B5C;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
}

.hero h1{
    font-size:58px;
    font-weight:800;
    margin-bottom:20px;
}

.hero p{
    font-size:18px;
    color:#e7e7e7;
    margin-bottom:35px;
    line-height:1.9;
}

.hero-btn .btn{
    padding:14px 32px;
    margin-right:15px;
    border-radius:5px;
    font-weight:600;
}

.btn-warning{
    background:#D4AF37;
    color:#002B5C;
    border:none;
}

.btn-warning:hover{
    background:#b88d15;
    color:#fff;
}

.btn-outline-light{
    border:2px solid #fff;
}

/*=========================================
HERO CARD
=========================================*/

.hero-card{
    background:#fff;
    color:#333;
    padding:35px;
    border-radius:10px;
    box-shadow:0 20px 50px rgba(0,0,0,.2);
}

.hero-card h3{
    color:#002B5C;
    margin-bottom:25px;
    font-size:28px;
}

.hero-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.hero-card li{
    padding:12px 0;
    border-bottom:1px solid #eee;
    font-size:16px;
}

.hero-card li:last-child{
    border:none;
}

.hero-card i{
    color:#28a745;
    margin-right:10px;
}

/*=========================================
SECTION
=========================================*/

.section{
    padding:90px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#D4AF37;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    color:#002B5C;
    margin-top:12px;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
}

/*=========================================
WELCOME
=========================================*/

.sub-title{
    color:#D4AF37;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section h2{
    color:#002B5C;
    font-size:42px;
    margin:15px 0 20px;
}

.section p{
    color:#666;
    line-height:1.9;
}

.mini-card{
    background:#fff;
    padding:25px;
    border-radius:8px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    margin-top:20px;
}

.mini-card h3{
    color:#002B5C;
    font-size:32px;
    font-weight:700;
}

.mini-card p{
    margin:0;
}

/*=========================================
SERVICES
=========================================*/

.service-box{
    background:#fff;
    padding:35px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-10px);
}

.service-box i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:34px;
    margin-bottom:20px;
}

.service-box h4{
    color:#002B5C;
    margin-bottom:15px;
}

.service-box p{
    color:#666;
    margin-bottom:20px;
}

.service-box a{
    color:#D4AF37;
    font-weight:700;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.hero{
    text-align:center;
}

.hero h1{
    font-size:42px;
}

.hero-card{
    margin-top:40px;
}

.section{
    padding:70px 0;
}

}

@media(max-width:576px){

.hero h1{
    font-size:32px;
}

.hero p{
    font-size:16px;
}

.hero-btn .btn{
    width:100%;
    margin:10px 0;
}

.section h2,
.section-title h2{
    font-size:30px;
}

}
/*=========================================
WHY CHOOSE US
=========================================*/

.feature-box{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-box i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:34px;
    margin-bottom:20px;
}

.feature-box h4{
    color:#002B5C;
    font-size:22px;
    margin-bottom:15px;
    font-weight:700;
}

.feature-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/*=========================================
STATISTICS
=========================================*/

.statistics{
    background:#002B5C;
    padding:90px 0;
}

.counter-box{
    text-align:center;
    color:#fff;
}

.counter-box i{
    font-size:48px;
    color:#D4AF37;
    margin-bottom:18px;
}

.counter-box h2{
    font-size:46px;
    font-weight:800;
    margin-bottom:10px;
}

.counter-box p{
    color:#d7d7d7;
    font-size:16px;
    margin:0;
}

/*=========================================
REGISTRATION PROCESS
=========================================*/

.process-box{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:10px;
    position:relative;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.process-box:hover{
    transform:translateY(-10px);
}

.step-number{
    width:55px;
    height:55px;
    background:#D4AF37;
    color:#002B5C;
    border-radius:50%;
    line-height:55px;
    font-size:22px;
    font-weight:700;
    margin:0 auto 20px;
}

.process-box i{
    font-size:42px;
    color:#002B5C;
    margin-bottom:20px;
}

.process-box h4{
    color:#002B5C;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.process-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/*=========================================
SECTION BACKGROUND
=========================================*/

.bg-light{
    background:#f7f9fc !important;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.counter-box{
    margin-bottom:40px;
}

.process-box{
    margin-bottom:25px;
}

}

@media(max-width:576px){

.counter-box h2{
    font-size:34px;
}

.feature-box,
.process-box{
    padding:30px 20px;
}

.feature-box h4,
.process-box h4{
    font-size:20px;
}

}
/*=========================================
REGISTRY BENEFITS
=========================================*/

.benefit-box{
    background:#fff;
    padding:35px 30px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.benefit-box:hover{
    transform:translateY(-10px);
}

.benefit-box i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:34px;
    margin-bottom:20px;
}

.benefit-box h4{
    color:#002B5C;
    font-size:22px;
    margin-bottom:15px;
    font-weight:700;
}

.benefit-box p{
    color:#666;
    line-height:1.8;
}

/*=========================================
MARINE NOTICES
=========================================*/

.notice-card{
    background:#fff;
    padding:30px;
    border-left:5px solid #D4AF37;
    border-radius:8px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.notice-card:hover{
    transform:translateY(-8px);
}

.notice-card h5{
    color:#002B5C;
    font-size:20px;
    margin-bottom:15px;
    font-weight:700;
}

.notice-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.notice-card a{
    color:#D4AF37;
    font-weight:700;
}

/*=========================================
DOWNLOAD BOX
=========================================*/

.download-box{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.download-box:hover{
    transform:translateY(-10px);
}

.download-box i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
}

.download-box h4{
    color:#002B5C;
    margin-bottom:18px;
    font-size:21px;
}

.download-box a{
    color:#D4AF37;
    font-weight:700;
}

/*=========================================
VERIFY SECTION
=========================================*/

.verify-section{
    background:#002B5C;
    padding:90px 0;
    color:#fff;
}

.verify-section h2{
    color:#fff;
    font-size:42px;
    margin:15px 0;
}

.verify-section p{
    color:#ddd;
    line-height:1.9;
    margin-bottom:30px;
}

.verify-icon{
    font-size:180px;
    color:#D4AF37;
}

/*=========================================
BUTTON
=========================================*/

.verify-section .btn-warning{
    padding:14px 35px;
    font-size:16px;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.verify-section{
    text-align:center;
}

.verify-icon{
    font-size:120px;
    margin-top:35px;
}

.notice-card,
.download-box,
.benefit-box{
    margin-bottom:20px;
}

}

@media(max-width:576px){

.verify-section h2{
    font-size:30px;
}

.verify-icon{
    font-size:90px;
}

}
/*=========================================
LATEST NEWS
=========================================*/

.news-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.news-card:hover{
    transform:translateY(-10px);
}

.news-card img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.news-content{
    padding:25px;
}

.news-content span{
    display:inline-block;
    color:#D4AF37;
    font-size:14px;
    font-weight:700;
    margin-bottom:12px;
}

.news-content h4{
    color:#002B5C;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.news-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.news-content a{
    color:#002B5C;
    font-weight:700;
}

.news-content a:hover{
    color:#D4AF37;
}

/*=========================================
INTERNATIONAL STANDARDS
=========================================*/

.partner-card{
    background:#fff;
    padding:35px 20px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.partner-card:hover{
    transform:translateY(-8px);
}

.partner-card i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:30px;
    margin-bottom:20px;
}

.partner-card h5{
    color:#002B5C;
    font-size:18px;
    font-weight:700;
    margin:0;
}

/*=========================================
PHOTO GALLERY
=========================================*/

.gallery-img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:10px;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gallery-img:hover{
    transform:scale(1.05);
}

/*=========================================
CALL TO ACTION
=========================================*/

.cta-section{
    background:#002B5C;
    padding:80px 0;
    color:#fff;
}

.cta-section h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-section p{
    color:#d9d9d9;
    line-height:1.8;
    margin:0;
}

.cta-section .btn-warning{
    padding:15px 35px;
    font-size:16px;
    font-weight:700;
}

/*=========================================
COMMON HOVER
=========================================*/

.service-box,
.feature-box,
.process-box,
.benefit-box,
.download-box,
.notice-card,
.partner-card,
.news-card{
    transition:.35s;
}

.service-box:hover,
.feature-box:hover,
.process-box:hover,
.benefit-box:hover,
.download-box:hover,
.notice-card:hover,
.partner-card:hover,
.news-card:hover{
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.partner-card,
.news-card,
.gallery-img{
    margin-bottom:25px;
}

.cta-section{
    text-align:center;
}

.cta-section .text-lg-end{
    text-align:center!important;
    margin-top:25px;
}

}

@media(max-width:576px){

.news-card img{
    height:200px;
}

.gallery-img{
    height:200px;
}

.cta-section h2{
    font-size:30px;
}

.partner-card{
    padding:25px 15px;
}

.partner-card i{
    width:60px;
    height:60px;
    line-height:60px;
    font-size:24px;
}

}
/*=========================================
PAGE BANNER
=========================================*/

.page-banner{
    background:linear-gradient(rgba(0,43,92,.75),rgba(0,43,92,.75)),
    url("../images/banner/about-banner.jpg") center/cover no-repeat;
    padding:100px 0;
    text-align:center;
    color:#fff;
}

.page-banner h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

.page-banner p{
    font-size:18px;
    margin:0;
}

.page-banner span{
    color:#D4AF37;
}

/*=========================================
MISSION & VISION
=========================================*/

.mission-box{
    background:#fff;
    padding:40px 30px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.mission-box:hover{
    transform:translateY(-8px);
}

.mission-box i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:34px;
    margin-bottom:20px;
}

.mission-box h3{
    color:#002B5C;
    margin-bottom:15px;
    font-size:28px;
}

.mission-box p{
    color:#666;
    line-height:1.9;
}

/*=========================================
VALUES
=========================================*/

.value-box{
    background:#fff;
    padding:35px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.value-box:hover{
    transform:translateY(-8px);
}

.value-box i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:30px;
    margin-bottom:20px;
}

.value-box h4{
    color:#002B5C;
    margin-bottom:15px;
}

.value-box p{
    color:#666;
    line-height:1.8;
}

/*=========================================
ABOUT LIST
=========================================*/

.about-list{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.about-list li{
    margin-bottom:18px;
    color:#555;
    font-size:16px;
}

.about-list i{
    color:#D4AF37;
    margin-right:10px;
}

/*=========================================
ABOUT IMAGE
=========================================*/

.about-image img{
    border-radius:10px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

/*=========================================
ABOUT RESPONSIVE
=========================================*/

@media(max-width:991px){

.page-banner{
    padding:80px 0;
}

.page-banner h1{
    font-size:38px;
}

.mission-box,
.value-box{
    margin-bottom:25px;
}

.about-list{
    margin-top:20px;
}

}

@media(max-width:576px){

.page-banner h1{
    font-size:30px;
}

.page-banner p{
    font-size:15px;
}

.mission-box,
.value-box{
    padding:25px 20px;
}

.mission-box h3{
    font-size:24px;
}

}
/*=========================================
SHIP REGISTRATION
=========================================*/

.requirement-box{
    background:#fff;
    padding:35px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.requirement-box:hover{
    transform:translateY(-8px);
}

.requirement-box h4{
    color:#002B5C;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}

.requirement-box h4 i{
    color:#D4AF37;
    margin-right:10px;
}

/*=========================================
REQUIREMENT LIST
=========================================*/

.requirement-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.requirement-box ul li{
    padding:12px 0;
    border-bottom:1px solid #ececec;
    color:#555;
    font-size:15px;
}

.requirement-box ul li:last-child{
    border-bottom:none;
}

.requirement-box ul li i{
    color:#28a745;
    margin-right:10px;
}

/*=========================================
PROCESS
=========================================*/

.process-box{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
    position:relative;
}

.process-box:hover{
    transform:translateY(-8px);
}

.step-number{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#D4AF37;
    color:#002B5C;
    font-size:22px;
    font-weight:700;
    line-height:60px;
    margin:0 auto 20px;
}

.process-box i{
    font-size:42px;
    color:#002B5C;
    margin-bottom:18px;
}

.process-box h4{
    color:#002B5C;
    font-size:22px;
    margin-bottom:15px;
}

.process-box p{
    color:#666;
    margin:0;
    line-height:1.8;
}

/*=========================================
FAQ
=========================================*/

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:8px!important;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.accordion-button{
    background:#fff;
    color:#002B5C;
    font-weight:700;
    padding:18px 22px;
}

.accordion-button:not(.collapsed){
    background:#002B5C;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    color:#666;
    line-height:1.8;
}

/*=========================================
DOWNLOAD BOX
=========================================*/

.download-box{
    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.download-box:hover{
    transform:translateY(-8px);
}

.download-box i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:34px;
    margin-bottom:20px;
}

.download-box h4{
    color:#002B5C;
    margin-bottom:15px;
    font-size:22px;
}

.download-box p{
    color:#666;
    margin-bottom:25px;
}

/*=========================================
CTA
=========================================*/

.cta-section{
    background:#002B5C;
    padding:90px 0;
    color:#fff;
}

.cta-section h2{
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin:15px 0;
}

.cta-section p{
    color:#ddd;
    line-height:1.9;
}

.cta-section .btn-warning{
    padding:15px 35px;
    font-weight:700;
}

/*=========================================
HOVER EFFECT
=========================================*/

.requirement-box,
.process-box,
.download-box{
    transition:.35s;
}

.requirement-box:hover,
.process-box:hover,
.download-box:hover{
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.process-box,
.requirement-box,
.download-box{
    margin-bottom:25px;
}

.cta-section{
    text-align:center;
}

.cta-section .text-lg-end{
    text-align:center!important;
    margin-top:25px;
}

}

@media(max-width:576px){

.page-banner h1{
    font-size:32px;
}

.process-box,
.requirement-box,
.download-box{
    padding:25px 20px;
}

.cta-section h2{
    font-size:30px;
}

}
/*=========================================
CONTACT PAGE
=========================================*/

.contact-form{
    background:#fff;
    padding:35px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.contact-form:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.contact-form h3{
    color:#002B5C;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    border-bottom:2px solid #D4AF37;
    padding-bottom:12px;
}

/*=========================================
FORM
=========================================*/

.contact-form .form-control{
    height:50px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    font-size:15px;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:140px;
    resize:none;
    padding-top:12px;
}

.contact-form .form-control:focus{
    border-color:#D4AF37;
    box-shadow:0 0 0 .15rem rgba(212,175,55,.20);
}

.contact-form .btn{
    width:100%;
    height:50px;
    border:none;
    font-weight:700;
    border-radius:6px;
}

/*=========================================
CONTACT INFO
=========================================*/

.feature-box{
    background:#fff;
    padding:30px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.feature-box:hover{
    transform:translateY(-6px);
}

.feature-box i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#002B5C;
    color:#fff;
    font-size:28px;
    margin-bottom:18px;
}

.feature-box h4{
    color:#002B5C;
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

.feature-box p{
    margin:0;
    color:#666;
    line-height:1.8;
}

/*=========================================
MAP
=========================================*/

.ratio iframe{
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/*=========================================
CONTACT RESPONSIVE
=========================================*/

@media(max-width:991px){

.contact-form{
    margin-bottom:30px;
}

.feature-box{
    margin-bottom:20px;
}

}

@media(max-width:576px){

.contact-form{
    padding:25px;
}

.contact-form h3{
    font-size:20px;
}

.feature-box{
    padding:25px 20px;
}

.feature-box h4{
    font-size:20px;
}

.feature-box i{
    width:65px;
    height:65px;
    line-height:65px;
    font-size:24px;
}

}
/*=========================================
PREMIUM FOOTER
=========================================*/

.footer{
    background:#001C3D;
    color:#d7e2ef;
    margin-top:80px;
}

.footer-top{
    padding:70px 0 50px;
}

.footer-brand img{
    width:85px;
    margin-bottom:20px;
}

.footer-brand h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}

.footer-brand span{
    display:inline-block;
    color:#D4AF37;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:25px;
}

.footer-text{
    line-height:1.9;
    color:#c7d2df;
    margin-bottom:30px;
}

/*=========================================
BADGES
=========================================*/

.footer-badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.footer-badges span{
    background:#0b315b;
    color:#D4AF37;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.footer-badges span:hover{
    background:#D4AF37;
    color:#001C3D;
}

/*=========================================
FOOTER TITLES
=========================================*/

.footer h4{
    color:#fff;
    font-size:22px;
    margin-bottom:28px;
    position:relative;
    padding-bottom:12px;
}

.footer h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:45px;
    height:3px;
    background:#D4AF37;
}

/*=========================================
MENU
=========================================*/

.footer-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-menu li{
    margin-bottom:14px;
}

.footer-menu a{
    color:#d7e2ef;
    text-decoration:none;
    transition:.3s;
}

.footer-menu a:hover{
    color:#D4AF37;
    padding-left:8px;
}

.footer-menu i{
    color:#D4AF37;
    margin-right:10px;
}

/*=========================================
CONTACT
=========================================*/

.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-contact li{
    display:flex;
    gap:15px;
    margin-bottom:22px;
}

.footer-contact i{
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50%;
    background:#0b315b;
    color:#D4AF37;
    text-align:center;
    font-size:18px;
}

.footer-contact strong{
    display:block;
    color:#fff;
    margin-bottom:4px;
}

.footer-contact p{
    margin:0;
    color:#c7d2df;
    font-size:15px;
}
/*=========================================
MARITIME COMPLIANCE STRIP
=========================================*/

.footer-middle{
    background:#002B5C;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:25px 0;
}

.compliance-item{
    text-align:center;
    transition:.3s;
}

.compliance-item i{
    width:65px;
    height:65px;
    line-height:65px;
    border-radius:50%;
    background:#0b3c73;
    color:#D4AF37;
    font-size:24px;
    margin-bottom:12px;
    transition:.3s;
}

.compliance-item span{
    display:block;
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.compliance-item:hover i{
    background:#D4AF37;
    color:#002B5C;
    transform:translateY(-5px);
}

/*=========================================
FOOTER BOTTOM
=========================================*/

.footer-bottom{
    padding:25px 0;
    background:#00152e;
}

.footer-bottom p{
    color:#b9c8d7;
    margin:0;
    font-size:15px;
}

.footer-bottom strong{
    color:#fff;
}

.footer-bottom a{
    color:#cbd6e2;
    text-decoration:none;
    margin:0 8px;
    transition:.3s;
    font-size:15px;
}

.footer-bottom a:hover{
    color:#D4AF37;
}

.footer-bottom span{
    color:#667a91;
}

/*=========================================
BACK TO TOP
=========================================*/

.back-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:50px;
    height:50px;
    background:#D4AF37;
    color:#002B5C;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.back-top.show{
    opacity:1;
    visibility:visible;
}

.back-top:hover{
    background:#fff;
    color:#002B5C;
    transform:translateY(-5px);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.footer-top{
    padding:60px 0 40px;
}

.footer-brand{
    text-align:center;
    margin-bottom:30px;
}

.footer-brand img{
    display:block;
    margin:auto auto 20px;
}

.footer-badges{
    justify-content:center;
}

.footer h4{
    margin-top:20px;
}

.footer-middle .col{
    flex:0 0 33.33%;
    margin-bottom:20px;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom .text-lg-end{
    text-align:center!important;
    margin-top:15px;
}

}

@media(max-width:576px){

.footer-brand h3{
    font-size:22px;
}

.footer h4{
    font-size:20px;
}

.footer-contact li{
    align-items:flex-start;
}

.footer-middle .col{
    flex:0 0 50%;
}

.compliance-item i{
    width:55px;
    height:55px;
    line-height:55px;
    font-size:20px;
}

.footer-bottom a{
    display:inline-block;
    margin:6px;
}

.back-top{
    width:45px;
    height:45px;
}

}