:root {
    --main: #9C2330;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    font-size: 16px;
    color: #808488;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Josefin Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    color: #22272b;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.centered {
    text-align: center;
}

.page-center {
    display: grid;
    align-items: center;
}

.m-1 {
    margin-top: 10px
}

.m-2 {
    margin-top: 20px
}

.m-3 {
    margin-top: 30px
}

.m-4 {
    margin-top: 40px
}

.m-t-5 {
    margin-top: 50px
}


/****/


/*** 
====================================================================
Hedaer Settings
====================================================================
***/

.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner-cont {
    position: relative;
}

.banner-cont .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-cont .centered h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner-section button.owl-prev span,
.banner-section button.owl-next span {
    font-size: 80px;
    color: #fff;
}

.banner-section .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #2a2a2c99;
    padding: 20px;
    display: grid;
    align-items: center;
}

.banner-section .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.banner-section .owl-dots,
.gallery-section .owl-nav,
.gallery-section .owl-dots,
.testi-section .owl-dots {
    display: none;
}

.banner-cont .centered p {
    color: #fff;
    font-size: 18px;
}

.about-section {
    position: relative;
    padding: 70px 0 70px;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

.about-icon {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/about-icon-bg.jpg);
    padding: 30px 30px 30px 30px;
    width: 50%;
    position: absolute;
    top: 36%;
    right: -40px;
}

.about-img {
    margin: 0px 50px 0px 0px;
    padding: 0px 15px 0px 15px;
    position: relative;
}

.about-content p {
    margin-bottom: 0;
}

.about-content h2 {
    font-size: 38px;
    max-width: 400px;
    margin-bottom: 15px;
    font-weight: 500;
}

.about-content span {
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: flex;
}

.gallery-img {
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery-img img {
    transition: transform .2s;
}

.gallery-img img:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.footer-logo img {
    width: 150px;
}

.banner-cont .centered img {
    width: 200px;
    margin: 0 auto 15px;
}

.gallery-img img:hover {
    opacity: .7;
    cursor: pointer;
}

.gallery-section {
    position: relative;
    padding: 70px 0 0px
}

.footer-section {
    position: relative;
    padding: 70px 0 70px;
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
}

.footer-area h4 {
    color: #FFFFFF;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-area,
.footer-logo {
    text-align: center;
}

.footer-area h5,
.footer-logo p {
    color: #FFFFFF;
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
}

.footer-logo p {
    margin-top: 30px;
}

.footer-logo a {
    color: #fff;
}

.footer-logo li {
    display: inline-block;
    margin-right: 30px;
}

.copy-right p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.copy-right {
    background-color: #62859C;
    padding: 15px 0 15px;
}

.our-prodts {
    position: relative;
    padding: 60px 0 60px;
    background-image: url(../images/fish_left.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #62859C;
}

.head h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 600;
}

.product-box h3 {
    color: #333;
    margin-top: 15px;
    font-size: 20px;
}

.product-box {
    text-align: center;
    background-color: white;
    padding: 10px 10px 20px;
    position: relative;
}

.up-cmng {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #62859c;
    padding: 2px 15px;
    color: #fff;
}

.product-box img:hover {
    opacity: .8;
    cursor: pointer;
}

.testi-section {
    position: relative;
    padding: 60px 0 60px;
}

.head-test h2 {
    font-size: 40px;
    font-weight: 600;
}

.head-test h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.head-test {
    text-align: center;
    margin-bottom: 40px;
}

.text-testi p {
    text-align: center;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

.icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.namt-ext {
    margin-left: 20px;
}

.namt-ext h6 {
    font-size: 13px;
}

.namt-ext h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.namt-ext {
    margin-left: 20px;
}

.testi-section .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    z-index: 2;
    height: 45px;
    width: 45px;
    line-height: 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #283a5e;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(9 17 74 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9, 17, 74, 0.1);
    box-shadow: 0px 0px 30px 0px rgb(9 17 74 / 10%);
}

.testi-section .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    z-index: 2;
    height: 45px;
    width: 45px;
    line-height: 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #283a5e;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(9 17 74 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(9, 17, 74, 0.1);
    box-shadow: 0px 0px 30px 0px rgb(9 17 74 / 10%);
}

.testi-section .owl-prev span,
.testi-section .owl-next span {
    font-size: 40px;
    line-height: 37px;
}

.car {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0;
    animation: run 10s infinite linear;
}

.car-body img {
    width: 300px;
}

@keyframes run {
    100% {
        transform: translateX(-1200px);
    }
}