@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-bold";
    src: url(../fonts/Montserrat-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Icomoon";
    src: url(../fonts/icomoon.ttf);
    font-display: swap;
}

body {
    font-family: "Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
a {
    text-decoration: none;
}
.nav-links-container {
    margin-top: 22px;
}
.navBar-container {
    max-width: 1170px;
}
#language-selector {
    border: none;
}
.navbar-logo {
    width: 50%;
    height: 50%;
}
.carousel-inner img {
    height: 470px;
}

.caption-container {
    font-family: "Montserrat-bold";
}
.custom-container {
    max-width: 1170px;
}
.qualities-main-container {
    margin-top: 30px;
}
.qualities-container {
    background-color: #00c5ce;
    height:300px;
    color: black;
    padding: 30px;
    border-radius: 8px;
}
.qualite-title {
    text-align: center;
    font-size: 23px;
    padding-top:70px;
}
.qualite-comment {
    text-align: center;
    font-size: 14px;
}
.qualite-icon {
    font-size: 70px;
    text-align: center;
    color: #000000;
}
.little-intoduction-container {
    padding-top: 40px;
    padding-bottom: 40px;   
}
.intoduction-text-container {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    color: white;
}
.company-name {
    padding-bottom: 40px;
    text-align: center;
}
.company-name h1 {
    font-size: 28px;
}
.introduction-image {
    padding: 0;
    padding-top: 40px;
}
.introduction-image img {
    width: 100%;
    height: 330px;
}
.first-statement {
    text-align: center;
    font-size: 45px;
    background-color: #00c5ce;
    color: black;
    padding: 120px;
}
.advantages-icon {
    font-size: 150px;
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 105px;
}
.cta-section {
    margin-bottom: -80px;
    color: #6F8BA4;
}
.counter-stat {
    text-align: center;
    padding: 55px 0px 40px 0px;
    position: relative;
}
.counter-stat i {
    display: block;
    color: rgba(255, 255, 255, 0.06);
    font-size: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}
.counter-stat span {
    font-size: 70px;
    color: #fff;
}
.counter-stat p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}
.cta:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(34, 58, 102, 0.95);
}
.cta {
    background-size: cover;
    position: relative;
}

.process-block {
    text-align: center;
}
.process-block img {
    border-radius: 5px;
    margin-bottom: 30px;
}
.img-fluid {
    max-width: 100%;
    width: 100%;
    height: 138px;
}
.process-block h3 {
    margin-bottom: 15px;
}
.process-container {
    background-color: #f5f5f5;
    padding-top: 120px;
    padding-bottom: 60px;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.footer-socials li a {
    width: 45px;
    height: 45px;
    background: #6F8BA4;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 12px;
}
.gray-bg {
    background: #f4f9fc;
}
.widget h4 {
    color: #223a66;
    font-family: "Montserrat-bold",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:19px;
}
.widget .divider {
    height: 3px;
}
.divider {
    width: 40px;
    background: #00c5ce;
}
.widget .footer-menu a {
    color: #6F8BA4;
}
.footer-menu li {
    padding-bottom: 0.5rem;
}
.footer-logo {
    width: 70%;
    height: 70%;
}
.footer-contact-block span {
    font-weight: 400;
    color: #6F8BA4;
}
.footer-contact-block a {
    color: #222;
    font-family: "Montserrat-bold",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.subscribe {
    position: relative;
}
.subscribe .form-control {
    border-radius: 50px;
    height: 50px;
    padding-left: 25px;
    border-color: #eee;
}
.subscribe .btn {
    position: absolute;
    right: 6px;
    top: 6px;
}
.btn-round-full {
    border-radius: 50px;
}
.btn-main-2 {
    background: #00c5ce;
    color: #000;
    border-color: #00c5ce;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*  --------- Contact Page ---------- */
.page-title {
    padding: 120px 0px 70px 0px;
    position: relative;
}
.bg-1 {
    background: url(../images/ocean.jpeg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
.page-title .block h1 {
    color: #fff;
}
.text-lg {
    font-size: 50px;
    font-family: "Montserrat-bold",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.text-white {
    color: #fff!important;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #223a66;
}
.contact-form-wrap .form-group{
    margin-bottom: 20px;
    height:60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
    background: #f4f9fc;
}
.contact-form-wrap .form-group .form-control{
    height:60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
    background: #f4f9fc;
}
.contact-form-wrap .form-group-2{
    margin-bottom: 13px;
    height:auto;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    background: #f4f9fc;
    width: 100%;
}

.contact-form-wrap .form-group-2 textarea{
    height:auto;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    background: #f4f9fc;
    width: 100%;
}
.social-icons li {
    margin:0 6px;
}
.social-icons a{
    margin-right: 10px;
    font-size: 18px;
}
.mt-90{
    margin-top: 90px;
}
.contact-block{
    text-align: center;
    border:5px solid #EEF2F6;
    padding:50px 25px;
}
.contact-block i{
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #00c5ce;
}
.contact-form-wrap.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.btn-main {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}
.btn-main:hover {
    background: #e12454;
    border-color: #e12454;
    color: #fff;
}
.relattt {
    position: relative;
}
.section {
    padding: 60px 0;
}


/* blog page */
.sidebar-widget h5 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-family: "Montserrat-bold",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.sidebar-widget a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
    font-family: "Montserrat-Medium",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.sidebar-widget h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 3px;
    background: #00c5ce;
}
.img-fluid-blog {
    max-width: 100%;
    height: auto;
}
.text-muted {
    color: #6c757d!important;
}
.blog-item-content h2 a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
    font-family: "Montserrat-Medium",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.d-inline-block {
    display: inline-block!important;
}
.nav-links .page-numbers.current {
    background: #223a66;
    color: #fff;
}
.nav-links .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #eee;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
    margin-right: 10px;
}
.pagination a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

/* About us page */
.img-fluid-memeber {
    max-width: 100%;
    width: 100%;
    height: 200px;
}
.section-sm {
    padding-top: 20px;
    padding-bottom: 50px;
}
.section-sm-s {
    padding-bottom: 10px;
}
.about-shot-info {
    padding-top: 30px;
}
.about-shot-info img {
    height: 330px;;
}
.company-mission img{
    width: 100%;
    height: 330px;
}
.company-mission h3, .about-shot-info h2 {
    font-family: "Montserrat-Medium",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.img-fluid-product {
    max-width: 100%;
    width: 100%;
    height: 300px;
}
.cta-page {
    background: url(../images/seafoodbg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.cta-page .divider {
    width: 40px;
    height: 5px;
    background: #00c5ce;
}
.service-block {
    padding: 20px;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 38px rgb(21 40 82 / 7%);
}
.service-block img {
    width: 100%;
    margin-top: -60px;
    border: 5px solid #fff;
}
.cta-content h4, .workWithUs {
    font-family: "Montserrat-Medium",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    padding: 10px;
    font-size: 20px;
}
.team-block a {
    font-family: "Montserrat-Medium",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #000000;
}

.invisible {
    display:none
}








@media (min-width: 1000px) {
    .language-mobile {
        display: none;
    }
}
@media (max-width: 1000px) {
    #language-selector {
        display: none;
    }
    .first-statement {
        padding: 10px;
    }
    .navbar-logo {
        width: 163px;
        height: 34.5px;
    }
    .qualities-container {
        padding: 40px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .qualite-title {
        padding-top:60px;
    }
    .process-block {
        margin-bottom: 30px;
    }
    .section {
        padding-top: 50px;
    }
    .service-2 {
        padding-bottom: 0px;
    }
    .advantages-icon {
        padding-top: 30px;
    }


}