/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lumanosimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Borel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody: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&display=swap');
@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&display=swap');

/*****----------------------------------------
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #fff;
    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Lumanosimo', cursive;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    /*background: url(../images/body.jpg);*/
    background-position: center;
    background-size: 100% 100%;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background: #0e90ad;
    max-width: 215px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 57px;
    line-height: 57px;
    text-align: center;
    text-transform: uppercase;
}

.read_more:hover {
    background: #ede0e0;
    color: #1a1d22;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header {
    width: 100%;
    background: #0e90ad;
    height: 84px;
    padding: 22px 0;
}

.navigation.navbar {
    padding: 0;
    text-align: center;
}

.navigation.navbar-expand-md .navbar-collapse {
    justify-content: center;
}

.navigation .navbar-nav.mr-auto {
    margin: 0 auto;
}

.navigation .navbar-nav.mr-auto li {
    display: flex;
    align-items: center;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 30px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #111111;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
    color: #111111;
}

.di_no {
    display: none;
}

ul.email {
    text-align: center;
}

ul.email li {
    padding: 0px 9px;
    display: inline-block;
}

ul.email li:last-child {
    padding-right: 0;
}

ul.email li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
}

ul.email li a img {
    padding-left: 5px;
}


/** end header **/


/** banner section **/

.slider_main {
    padding-top: 13%;
}

.relative {
    left: 0;
    right: 0;
    text-align: left;
    position: inherit;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.board h1 {
    font-size: 88px;
    line-height: 90px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.board p {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 40px;
    display: block;
}

.board .read_more {
    display: inline-block;
    margin-right: 20px;
}

.every_img figure {
    margin: 0;
}

.slider_main .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #0e90ad;
    color: #fff;
    font-size: 25px;
    opacity: 1;
    border-radius: 10px;
    top: 52%;
    box-shadow: 0 0 65px rgba(30, 30, 30, 0.24);
    z-index: 999;
}

#banner1 .carousel-control-prev {
    left: inherit;
    right: -6%;
    top: 35%;
}

#banner1 .carousel-control-next {
    right: -6%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    background-color: #030406;
    color: #fff;
}

.banner_img {
    padding-right: 50px;
}

.banner_img figure {
    margin: 0;
}


/** end banner section **/


/** about section **/

.about {
    padding-top: 85px;
}

.about .titlepage {
    padding-bottom: 0px;
}

.about .titlepage h2 {
    padding-bottom: 10px;
}

.about .titlepage p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 40px;
}

.about_img {
    margin-left: 50px;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    max-width: 100%;
    border-left: #00839d solid 10px;
}

/*.about_img::before {
    position: absolute;
    content: "";
    left: 0;
    border-top: 20px;
    height: 10px;
    background: #00839d;
    width: 25%;
    top: -10px;
}

.about_img::after {
    position: absolute;
    content: "";
    left: 0;
    border-top: 20px;
    height: 10px;
    background: #00839d;
    width: 25%;
}*/


/** end about section **/


/** our_fishs **/

.our_fishs {
    padding-top: 95px;
}

.our_fishs .titlepage {
    padding-bottom: 40px;
}

.our_fishs .titlepage p {
    line-height: 30px;
    color: #fff;
    padding-top: 15px;
}

.ser_img figure {
    margin: 0;
}

.ser_img figure img {
    max-width: 100%;
}

.our_fishs_box h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding-top: 50px;
    text-transform: uppercase;
}

.our_fishs_box strong {
    padding-top: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    display: block;
    line-height: 30px;
    padding-bottom: 25px;
}

.our_fishs_box strong span {
    color: #0e90ad;
}

.our_fishs_box .read_more {
    max-width: 168px;
    font-weight: bold;
}

.owl-item.active.center .ser_img {
    background: #db3620;
}

.owl-carousel .owl-nav.disabled {
    display: inherit !important;
    position: absolute;
    left: -97px !important;
    top: 28%;
}

.owl-nav.disabled .owl-prev {
    left: 0 !important;
    position: absolute !important;
    top: 108% !important;
}

.owl-nav.disabled .owl-prev,
.owl-nav.disabled .owl-next {
    width: 89px;
    height: 89px;
    background-color: #000000 !important;
    color: #fff !important;
    font-size: 60px !important;
    line-height: 30px !important;
    opacity: 1;
}

.our_fishs .read_more {
    margin: 0 auto;
    display: block;
}


/** end our_fishs **/


/** blog section **/

.blog {
    padding-top: 85px;
}

.blog .titlepage h2 {
    padding-bottom: 10px;
}

.blog .titlepage p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.blog_img figure {
    margin: 0;
}

.blog_img figure img {
    width: 100%;
    box-shadow: 0 0 19px rgba(30, 30, 30, 0.10);
}

.fer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -60px;
}

.fer span {
    background: #ff0000;
    display: block;
    text-align: left;
    padding: 25px 15px;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.blog_box h3 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin-top: 45px;
}

.blog_box p {
    font-size: 17px;
    line-height: 35px;
    padding: 30px 0 15px 0;
}

.blog_box strong {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
    display: block;
}

.blog_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: relative;
    flex-wrap: wrap;
}

.blog_box ul li {
    display: inline-block;
    color: #fff;
}

.blog_box ul li a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
}

.blog_box ul li a:hover {
    color: #0e90ad;
}

.blog_box ul li a img {
    padding-left: 14px;
}

.fist_sec {
    padding: 60px 40px;
    background: #000000;
    margin-bottom: 30px;
}

.blog .read_more {
    margin: 0 auto;
    margin-top: 35px;
}


/** end blog section **/


/** customers **/

.customers {
    padding-top: 85px;
    padding-bottom: 85px;
}

.customers_banner {
    z-index: 9999;
}

.customers_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}

.por_pic {
    position: relative;
    padding-left: 54px;
}

.por_pic::before {
    position: absolute;
    content: "";
    left: 0px;
    border-top: 20px;
    height: 10px;
    background: #00839d;
    width: 12%;
    bottom: 12px;
}

.por_pic::after {
    position: absolute;
    content: "";
    left: 0px;
    border-top: 20px;
    height: 10px;
    background: #00839d;
    width: 11%;
    top: 15px;
}

.por_pic i {
    position: relative;
}

.por_pic i::before {
    position: absolute;
    content: "";
    left: -54px;
    border-top: 20px;
    height: 188px !important;
    background: #111;
    width: 33%;
    bottom: -87px;
    display: inline-block;
}

.por_pic i::after {
    position: absolute;
    content: "";
    left: -54px;
    border-top: 20px;
    height: 188px !important;
    background: #00839d;
    width: 7%;
    bottom: -87px;
    display: inline-block;
}

.test_box h4 {
    font-size: 29px;
    line-height: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test_box p {
    font-size: 17px;
    line-height: 30px;
    padding-top: 25px;
}

#myCarousel .carousel-indicators {
    bottom: -83px;
    right: inherit;
    margin-left: 1%;
    cursor: pointer;
}

#myCarousel .carousel-indicators .active {
    background: #0e90ad;
}

#myCarousel .carousel-indicators li {
    background: #fefeff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
    display: none;
}


/** end customers **/


/** contact **/

.contact {
    padding-top: 85px;
}

.main_form .contactus {
    padding: 0px 15px;
    margin-bottom: 25px;
    width: 100%;
    height: 60px;
    background: transparent;
    font-size: 17px;
    font-weight: normal;
    border: #adafb0 solid 1px;
    color: #adafb0;
    line-height: 20px;
}

.main_form .textarea {
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    color: #adafb0;
    font-size: 17px;
    font-weight: normal;
    padding: 12px 15px 10px 15px;
    border: #adafb0 solid 1px;
    height: 155px;
}

.main_form .send_btn {
    font-size: 18px;
    transition: ease-in all 0.5s;
    background-color: #0e90ad;
    text-transform: uppercase;
    color: #fff;
    max-width: 209px;
    width: 100%;
    display: block;
    margin-top: 40px !important;
    font-weight: bold;
    height: 71px;
    line-height: 71px;
}

.main_form .send_btn:hover {
    background-color: #fff;
    transition: ease-in all 0.5s;
    color: #111111;
}

#request *::placeholder {
    color: #adafb0;
    opacity: 1;
}

.map_img figure {
    margin: 0;
}

.map_img figure img {
    max-width: 100%;
}


/** end contact **/


/*newsletter*/

.newsletter {
    padding-top: 85px;
}

.form_newsl {
    background: #111111;
    padding: 55px 40px 30px 40px;
}

.form_newsl p {
    padding-bottom: 37px;
}

.newsl {
    margin-bottom: 30px;
    width: 100%;
    height: 64px;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 15px;
    border: #fff solid 1px;
}

.subsci_btn {
    font-size: 22px;
    transition: ease-in all 0.5s;
    background-color: #ff0000;
    text-transform: uppercase;
    color: #fff;
    max-width: 353px;
    width: 100%;
    display: block;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
}

.subsci_btn:hover {
    background-color: #fff;
    transition: ease-in all 0.5s;
    color: #111111;
}


/* end newsletter*/


/** footer **/


.logo_footer {
    margin-top: 70px;
    display: block;
}

.headimg_fooh3 {
    padding-top: 30px;
}

.headimg_fooh3 h3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    line-height: 24px;
    padding-bottom: 30px;
}

ul.opening li {
    display: flex;
    justify-content: space-between;
    padding-right: 24px;
    font-size: 17px;
    padding-bottom: 2px;
}

ul.conta li {
    color: #ffffff;
    text-align: left;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

ul.conta li:last-child {
    padding-right: 0;
}

ul.conta li i {
    margin-right: 15px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.conta li a {
    color: #fff;
}

ul.social_icon {
    padding-top: 20px;
}

ul.social_icon li {
    display: inline-block;
    margin-right: 15px;
}

ul.social_icon li:last-child {
    margin-right: 0;
}

ul.social_icon li a i {
    font-size: 35px;
    color: #ffffff;
    transition: ease-in all 0.5s;
}

ul.social_icon li a i:hover {
    color: #ff0000;
    transition: ease-in all 0.5s;
}

.copyright {
    
    padding: 30px 0;
    background: #000000;
}

.copyright p {
    color: #989898;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    font-weight: normal;
}

.copyright a {
    color: #989898;
}

.copyright a:hover {
    color: #ff0000;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
    position: inherit;
    margin-bottom: 80px;
}

.bg_inner_all .titlepage {
    padding: 40px 0;
}

.bg_inner_all {
    background-color: #ffbc00;
}

.inner_page .about {
    padding-bottom: 0;
}

.cristal-bg {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.4px);
    -webkit-backdrop-filter: blur(2.4px);
}

.dark-cristal-bg{
    /* From https://css.glass */
    background: rgba(95, 95, 95, 0.48);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.4px);
    -webkit-backdrop-filter: blur(2.4px);
}

.fnt-anybody{
    font-family: 'Anybody', cursive !important;
}

.fnt-borel{
    font-family: 'Borel', cursive !important;    
}

.fnt-caprasimo{
    font-family: 'Caprasimo', cursive !important;
}

.fnt-poppins{
    font-family: 'Poppins', sans-serif !important;
}

.fnt-dancing{
    font-family: 'Dancing Script', cursive !important;
    font-weight:400 !important;
}

.fnt-lunanosimo{
    font-family: 'Lumanosimo', cursive;
}

.dropdown-menu-nav{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.ratio-square {
    position: relative;
    width: 100%;
    padding-bottom: 100% !important;
}

.galleryContainer {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* 1:1 Aspect Ratio */
}
/*hover*/

.hover-zoom {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.hover-zoom:hover {
    transform: scale(1.15);
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);*/
}

.hover-zoomout {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.hover-zoomout:hover {
    transform: scale(0.95);
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);*/
}