* {
    margin: 0;
    padding: 0;
    font-family: Calibri;
}


/* header */

/* first strip */



.online-certificate-verification {
    background-color: #12688b;
    display: flex;
    justify-content: center;
    padding: 10px;

}


.online-certificate-verification-content {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.online-certificate-verification-content h2 {
    font-size: 1.25rem;
    font-family: sans-serif;
    color: #ffff;
    font-weight: 600;
    margin: 0;
}

.online-certificate-verification-content button {
    border: 2px solid #000;
    color: #000;
    padding: 2px;
    border-radius: 6px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .online-certificate-verification-content {
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
        column-gap: 10px;
    }
}


/* logo container */

.logo-container {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: #ffffff;

}

.logo-container-content {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.logo-container-content img {
    width: 16%;
    height: auto;
    object-fit: cover;
}

.email-phone-buttons {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.email-phone-buttons button {
    border: 1px solid #dad2d2;
    color: #fff;
    padding: 10px;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 600;
    background-color: #ec691e;
    cursor: pointer;
}

.menu-button{
    display: none !important;
    border: 1px solid #12688b !important;
    
}
.menu-button i{
    color: #12688b;
    font-size: 24px;
}

.menu-item{
    list-style: none !important;
    margin-bottom: 10px;
}
.nav-item a{
    font-size: 15px!important;
}

.menu-item a{
    color: #12688b;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 1136px) {
    .logo-container-content img {
        width: 16%;
        height: auto;
        object-fit: cover;
    }
 .navbar {
    width: 84% !important;
}

}
@media (max-width: 996px) {
    .logo-container-content{
        padding: 0 10px;
    }

    .navbar {
        display: none !important;
    }
    .menu-button{
        display: block !important;
    }

    .logo-container-content img {
        width: 200px;
        height: auto;
        object-fit: cover;
    }
}


@media (max-width: 768px) {

    
}

@media (max-width: 596px) {

    .email-phone-buttons {
        display: none;
    }
   

}

/* menu-container */

.menu-container {
    background-color: #0260b7;
    padding: 0px;
    display: flex;
    justify-content: center;
    z-index: 10;
    width: 100%;
}

.container-fluid{
    justify-content: end !important;
}

.navbar {
    width: 82%;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav-item a {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
}

/* about us */

.aboutus-container {
    display: flex;
    justify-content: center;
    padding: 90px 10px;
}

.aboutus-content {
    width: 1300px;
    height: auto;

}

.top-text-with-redline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.top-text-with-redline h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #474646;
    margin: 0;
}

.redline {
    width: 120px;
    height: 1px;
    background-color: #e6636a;
    margin-left: 10px;
}

.aboutus-content h1 {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;
    margin-top: 20px;
}
.aboutus-content-text-and-image {
    width: 100%;
    padding-top: 20px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-us-image {
    width: 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-us-image img {
    width: 100%;
    transition: .5s ease-in-out;
}



.aboutus-text {
    width: 100%;
}

.aboutus-text h1 {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 44px;
}

.Welcome-text {
    font-size: 1.25rem;
    font-weight: 500;
        text-align: center;
}

.welcome-pra {
    font-size: 16px;
    text-align: center;
}

.about-us-text-image{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about-us-text{
    width: 50%;
    align-content: center;
}


.opreate-heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 30px;
}

.opreate-list {
    padding-left: 1rem;
    font-size: 16px;
    width: 85%;
}

.viewmore {
    background-color: #ec691e;
    padding: 15px 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width:1024px) {
    .aboutus-content-text-and-image {
        flex-wrap: wrap;
        row-gap: 20px;
    }


    .aboutus-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .aboutus-text h1 {
        width: 100%;
    }
    .about-us-image{
        height: auto;
        padding-top: 20px
    }
}


@media (max-width:696px) {
    .about-us-text{
        width: 100%;
        
    }
    .about-us-image{
        width: 100%;
        height: auto;
        padding-top: 20px
    }
}


/* Service  */

.service {
    padding: 10px;
    width: 100%;
}

.service h1 {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    width: 100%;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;
}

.service-boxs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 10px;
    flex-wrap: wrap;
    row-gap: 20px;
}



.service-box {
    display: flex !important;
    flex-direction: column;
    padding-bottom:  20px;
    border: 1px solid #e9e9e9;
    row-gap: 15px;
    border-radius: 8px;
    /* background-color: #f3f2f2; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    height: 380px !important;
}

/* .service-box:hover {
    border: 1px solid #ec691e;
} */
.service-image{
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.service-box img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
  
}
/* .service-box img:hover{
    width: 100%;
    height: 180px;
    border-radius: 0;
    margin-top: 0;
    object-fit: cover;
} */



.service-box h2 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 8px;
    text-align: center;
    margin-top: 20px;
}

.service-box button {
    background-color: #ec691e;
    border: 1px solid #ec691e;
    color: #fff;
    font-size: 16px;
    padding: 10px 16px;
    margin: 20px 8px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    width: 95%;

    /* border-radius: 6px; */
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #ffffff;
    color: #ec691e !important;
    padding:  20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    
   
}

.service-box button:hover {
    background: transparent;
    color: #ec691e;
}

.service-box button a {
    background-color: #ec691e;
    color: #fff;
    font-size: 16px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    width: 95%;
    /* border-radius: 6px; */
}

    .service-box button a:hover {
        background: transparent;
        color: #ec691e;
    }

.ship-management-box{
    height: 350px !important;
}

/* @media (max-width:1024px) {
    .service-box {
        width: 48%;
        row-gap: 20px;
    }

}

@media (max-width:668px) {
    .service-box {
        width: 100%;

    }
} */


/*  Get a Quote */

.get-a-quote-container {
    width: 100%;
    height: 500px;
    background-image: url(./image/bg12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    display: flex;
    justify-content: center;
}

.form-container {
    width: 1300px;
    padding: 50px 10px;

}

.form-container h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.form-container h4 {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 16px;
}

.form-container .d-flex input {
    width: 25%;
    height: 50px;
    border-radius: 8px;
    border: none;
    padding: 5px;
}

#messageBox {
    width: 51.5%;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
    padding: 5px;


}

.form-container form button {
    background-color: #ec691e;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

@media (max-width:796px) {
    .form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-container .d-flex input {
        width: 50%;
    }

    #messageBox {
        width: 100%;
    }

    .form-container h4 {
        text-align: center;
    }
}

/* footer */

footer {
    background-color: #005293;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-container {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.footer-aboutus {
    width: 23%;
}

.footer-aboutus h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;

}

.footer-aboutus p {
    color: #fff;
    font-size: 14px;
}

.social-icons a i {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    border: 1px solid #000;
    padding: 8px;
    border-radius: 6px;
}

.user-link {
    width: 23%;
}

.user-link h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.user-link ul {
    padding: 0;
}

.user-link ul li {
    color: #fff;
    font-size: 14px;
    list-style: none;
    border-bottom: 1px solid #000;
    padding: 8px 0;
    font-weight: 500;

}

@media (max-width:1024px) {
    .footer-aboutus {
        width: 46%;
    }

    .user-link {
        width: 46%;
    }
}

@media (max-width:598px) {
    .footer-aboutus {
        width: 100%;
    }

    .user-link {
        width: 100%;
    }

    footer {
        padding: 30px 10px;
    }
}


/* gallery page */

/* banner */

.gallery-banner {
    background-color: #012970;
    padding: 20px 50px;
}

.gallery-banner p {
    color: #fff;
}

.gallery-banner p a {
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
}

.gallery-banner h1 {
    color: #fff;
    margin: 0;
}

/* gallery aff */

.images {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
}

.images h1 {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    width: 100%;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;
}

.images h4 {
    color: #000;
    font-size: 700;
    font-size: 24px;
}

.gallery-content {
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    row-gap: 20px;
}

.image {
    width: 32%;
    border: 1px solid #12688b;
}

.image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media (max-width:1296px) {
    .gallery-content {
        width: 100%;
    }
}

@media (max-width:696px) {
    .image {
        width: 100%;
    }
}


/* contact page */

/* contact banner */
.contact-banner {
    background-image: url(./image/contact.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.get-in-touch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 15px;
    align-items: center;
}

.get-in-touch h1 {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    width: 100%;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;
}

.address {
    width: 1300px;
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    
}

.address ul {
    list-style: none;
    padding: 0;
}

.address ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333232;
}

.address-1 {
    width: 48%;
}


.address h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}


.address-2 {
    width: 48%;
}



@media (max-width:1296px) {
    .address {
        width: 100%;
     
    }
}

@media (max-width:796px) {
    .address-1 {
        width: 100%;
    }

    .address h4 {
        font-size: 18px;

    }

    .address ul li {
        font-size: 16px;
        margin-bottom: 10px;
        color: #333232;
    }
}


.contact-form {
    width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}

.contact-form h2 {
    font-weight: 600;
    font-size: 28px;
}

.contact-form p {
    font-size: 16px;
    font-weight: 600;
    color: #757373;
}

.contact-form form {
    width: 100%;
}

.contact-form form input {
    width: 49%;
    border: 1px solid #ddd7d7;
    height: 45px;
    padding: 10px;
    border-radius: 8px;
}


.contact-form form textarea {
    border: 1px solid #ddd7d7;
    padding: 10px;
    width: 100%;
    border-radius: 8px;

}

.contactus-buttons button {
    background-color: #ec691e;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

@media (max-width:1296px) {
    .contact-form {
        width: 100%;
    padding: 20px;
    }
}

@media (max-width:596px) {
    .contact-form form input {
        width: 100%;

    }

    .contactus-input {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .contact-form form textarea {
        width: 100%;
    }
}


/* loaction */

.laocation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.laocation h1 {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    width: 100%;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;

}



/* PANAMA COC RENEWAL page */

/* content-container */

.content-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content {
    width: 1300px;
    display: flex;
    padding: 50px 30px;
    flex-wrap: wrap;
}

.tab-button {
    display: flex;
    flex-direction: column;
    width: 25%;
    row-gap: 20px;
    align-items: center;
}

.tab-button h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.tab-button:first-child{
    padding: 0 35px;
}
.tab-button button {
    padding: 10px;
    background: transparent;
    border: 1px solid #12688b;
    border-radius: 6px;
    width: 280px;

}

.tab-content {
    width: 75%;
    padding-left: 40px;
    padding-top: 10px;
}

.tab-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #01276b;
    border-bottom: 1px solid #0467d9;
    padding-bottom: 10px;
}

.text-and-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.text-and-image p {
    width: 60%;
    font-size: 16px;
    color: #5a5858;
}

.text-and-image img {
    border: 1px solid #12688b;

}

@media (max-width:968px) {
    .tab-button {
        width: 100%;
    }

    .tab-content {
        width: 100%;
        padding-top: 30px;
        padding-left: 10px;
    }

    .text-and-image p {
        width: 100%;

    }
}

/* Panama Approved Training Courses*/
.training-course {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.Course-content{
    width: 1300px;
    padding-top: 80px;
}

.training-text{
    font-size: 16px;
    font-weight: 500;
}

.list-of-course{
    padding-top: 60px;
}

.list-of-course h1{
    font-size: 24px;
    font-weight: 600;
}

.accordion-button:focus{
    color: #504f4f !important;
    font-weight: 600;
}


.accordion-body li{
    list-style: none;
}