/*
Theme Name: Apollo Marine
Version: 1.0
Tags: blue, gray, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL
*/

:root{
	--primary-color: #02315F;
	--primary-lt-color: #014283;
	--secondary-color: #C7976C;
	--grey-color: #F7F7F7;
	--default-font: 'Inter', sans-serif;
	--secondary-font: 'Lato', sans-serif;
	--defualt-color: #41464C;
	--default-radius: 6px;
}
html{scroll-behavior: smooth; scroll-padding-top: 100px;}
body{font: normal 17px/1.5 var(--default-font); background-color: var(--primary-color); color: #fff; font-weight: 300; overflow-x: hidden; position: relative;} 
img{max-width: 100%; height: auto;}
a{text-decoration: none; color: var(--secondary-color);}
a:hover,a:focus{text-decoration: none;}
a,.btn{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.ul-none,.site-footer ul,.fnav ul,.cinfo ul{list-style: none; margin: 0; padding: 0;}

/*Format*/
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{margin-bottom: 20px; font-weight: 400; font-family: var(--secondary-font);}
h1,.h1{font-size: 50px;}
h2,.h2{font-size: 40px;}
h3,.h3{font-size: 33px;}
h4,.h4{font-size: 24px;}
h5,.h5{font-size: 18px;}
p{margin-bottom: 25px;}
strong{font-weight: 700;}
.bg-cover{background: center center no-repeat; background-size: cover;}
.social-media a{display: inline-flex; align-items: center; justify-content: center; background-color: #fff; vertical-align: top; width: 38px; height: 38px; border-radius: 50px; margin: 0 5px 10px 0; opacity: 1 !important;}
.social-media a svg{fill: #393B3D;}
.social-media a:hover{background-color: var(--secondary-color);}
.social-media a:hover svg{fill: #fff;}
.social-media a:last-child{margin-right: 0;}
.has-separator{position: relative; padding-bottom: 20px;}
.has-separator::after{content: ''; position: absolute; height: 3px; width: 25px; background-color: #3ABD9E; left: 0; bottom: 0;}

/*Buttons*/
.btn{padding: 15px 35px; border: 0; font-size: 17px; font-weight: 500; border-radius: 8px; position: relative; overflow: hidden;}
.btn.btn-primary{color: #fff; border: 1px solid var(--primary-lt-color); box-shadow: inset 0 0 0 50px var(--primary-lt-color);}
.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active{background-color: transparent; color: #fff; box-shadow: inset 0 0 0 0 #fff; border-color: #fff;}
.btn.btn-secondary{color: #fff; border: 1px solid var(--secondary-color); box-shadow: inset 0 0 0 50px var(--secondary-color);}
.btn.btn-secondary:hover,.btn.btn-primary:focus,.btn.btn-primary:active{background-color: transparent; color: #fff; box-shadow: inset 0 0 0 0 #fff; border-color: #fff;}
.btn.btn-outline{color: #fff; border: 1px solid #ffff; box-shadow: inset 0 0 0 0px #fff;}
.btn.btn-outline:hover,.btn.btn-outline:focus,.btn.btn-outline:active{background-color: transparent; color: #000; box-shadow: inset 0 0 0 50px #fff;}

/*Section*/
.section{padding-top: 120px !important; padding-bottom: 120px !important;}
.md-section{padding-top: 90px !important; padding-bottom: 90px !important;}
.sm-section{padding-top: 70px !important; padding-bottom: 70px !important;}

/*Header*/
.site-header{position: fixed; top: 0; width: 100%; padding-top: 10px; padding-bottom: 10px; transition: .3s ease; z-index: 999; background-color: transparent;}
.site-header .navbar-brand img{max-width: 150px;}
.site-header .navbar-expand-lg .navbar-nav{margin-right: 20px;}
.site-header .navbar-expand-lg .navbar-nav .nav-link{padding: 6px 16px; font-weight: 600; text-align: center; color: #fff; font-size: 18px; }
.site-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.site-header .navbar-expand-lg .navbar-nav li.current-menu-item .nav-link{}
.site-header .head-btns .btn{padding: 10px 30px;}

/*DropDown*/
@media only screen and (min-width : 990px) {
	.navbar-nav > li > .dropdown-menu{display: block; padding: 0; transition: ease-out 0.30s; margin-top: 10px; opacity: 0; visibility: hidden; background-color: #fff;  right: 0; width: 220px; border: 0;}
	.dropdown:hover .dropdown-menu{margin-top: 0; opacity: 1; visibility: visible;}
}
.navbar-nav .dropdown-menu{box-shadow: 0px 0px 40px 0px #0B111814; padding: 0;}
.navbar-nav .dropdown-menu li:not(:last-child){border-bottom: 1px solid #EAEAEA;}
.navbar-nav .dropdown-menu .dropdown-item{padding: 10px 15px; border-radius: 0; white-space: normal; font-size: 16px; font-weight: 300;}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .current-menu-item > a{background-color: transparent; color: #D4A255;}

/*smaller*/
.site-header.smaller{background-color: var(--primary-color);}

/*Mobile Menu*/
.navbar-toggler.navBtn{border: 0; box-shadow: none; filter: brightness(0) invert(1);}
.sidenav-wrap{width: 0; transition: .3s ease; position: absolute; left: 0; top: 0; height: 100%; z-index: 44444; opacity: 0; color: #000;}
.sidenav-wrap .menu-backdrop{position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.5);}
.sidenav{height: 100%; width: 350px; position: fixed; z-index: 9999; top: 0; right: -370px; opacity: 0; background-color: var(--secondary-color); overflow-x: hidden; transition: 0.5s; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.sidenav .closebtn{position: absolute; z-index: 44; width: 30px; text-align: center; top: 0; right: 18px; font-size: 36px; line-height: normal; color: #000;}
.the_menu{padding: 30px; font-size: 17px;}
.the_menu h4.hd{font-size: 18px; margin-bottom: 30px; letter-spacing: 3px;}
.the_menu .navbar-nav li{margin-bottom: 15px; border-bottom: 1px solid #A8A8A861;}
.the_menu .navbar-nav li > a{padding: 0 0 12px; display: block; width: 100%; color: #000 !important; font-weight: 300; font-size: 20px;}
.the_menu .navbar-nav li > a:hover,
.the_menu .navbar-nav li.current-menu-item > a.nav-link{color: #CE2929 !important;}
.sidenav-cinfo{background-color: var(--primary-lt-color); padding: 20px; border-radius: 10px;}
.sidenav-cinfo, .sidenav-cinfo a{color: #fff;}
.sidenav-cinfo ul li{margin-bottom: 8px;}
.sidenav-cinfo .social-media a img{max-width: 80%;}
.sidenav-cinfo .top-ph img{filter: brightness(0) invert(1);}
/*Show*/
.sidenav-wrap.show{width: 100%; opacity: 1;}
.sidenav-wrap.show .sidenav{right: 0; opacity: 1;}

/*Footer*/
.footer{font-size: 15px; font-weight: 300;}
footer,
footer a{color: #fff;}
footer a:not(.btn):hover{opacity: .7;}
.site-footer h5{font-size: 20px; color: #fff; position: relative;}
.site-footer ul{margin-bottom: 35px;}
.site-footer ul li{margin-bottom: 12px;}
.site-footer .btn{padding: 10px 25px;}
.cinfo li a{display: flex; gap: 5px; align-items: start;}
.cinfo i{background-color: var(--secondary-color); flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50px;}
.cinfo svg{fill: #fff;}

.mfooter{font-size: 14px;}

/*Page*/
section.vc_section.home-hero-section{
  background-position: center bottom !important;
  padding-top: 200px; padding-bottom: 200px;
}
section.vc_section.home-hero-section::before{
  content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  background: linear-gradient(0deg, rgba(7, 16, 23, 0) 18.71%, #071017 100%);
}

.icon-left{
  padding: 15px 25px; font-size: 25px; font-weight: 400;
}
.icon-left .wpb_wrapper{
  display: flex; align-items: center;
  gap: 15px;
}
.icon-left .wpb_wrapper p{
  margin-bottom: 0;
}
.icon-left .wpb_wrapper img{
  max-width: 50px; height: 50px; object-fit: contain;
}

/*Responsive*/
@media(max-width: 991px){
  .section{padding-top: 90px !important; padding-bottom: 90px !important;}
  .md-section{padding-top: 60px !important; padding-bottom: 60px !important;} 
  .sm-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  
  h1,.h1{font-size: 40px;}
  h2,.h2{font-size: 35px;}
  h3,.h3{font-size: 28px;}
  h4,.h4{font-size: 22px;}
  h5,.h5{font-size: 18px;}

  .site-header{padding-top: 8px; padding-bottom: 8px;}
  .site-header .navbar-brand img{max-width: 230px;}

  .top-mobile-ph{display: block;}

}
@media(max-width: 768px){
  .section{padding-top: 60px !important; padding-bottom: 60px !important;}
  .md-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  .sm-section{padding-top: 30px !important; padding-bottom: 30px !important;}
  
  h1,.h1{font-size: 35px;}
  h2,.h2{font-size: 28px;}
  h3,.h3{font-size: 24px;}
  h4,.h4{font-size: 21px;}
  h5,.h5{font-size: 18px;}

  .site-header .navbar-brand img{max-width: 120px;}

  .footer-text img{max-width: 180px;}
  .site-footer h5{font-size: 16px;}
  .site-footer .mobile-toggle h5{border-bottom: 1px solid #fff; margin-bottom: 10px; padding-bottom: 10px; padding-right: 30px;}
	.site-footer .mobile-toggle h5::after{content: ''; transition: transform .3s ease; width: 16px; height: 16px; transform: rotate(90deg); position: absolute; right: 0; background: url('data:image/svg+xml,<svg fill="%23ffffff" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 492.004 492.004" xml:space="preserve"><g><g><path d="M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z"/></g></g></svg>') 4px center no-repeat;}
	.site-footer .mobile-toggle h5.active::after{transform: rotate(270deg);}
	.site-footer .mobile-toggle ul,
	.site-footer h5::before{display: none;}
	.site-footer ul li{margin-bottom: 10px; margin-top: 2px;}

}
@media(max-width: 580px){
	body.wpb-js-composer main.main{overflow-x: hidden;}
}

/*Admin bar*/
body.admin-bar .site-header{top: 32px;}
@media(max-width: 782px){
	body.admin-bar .site-header{top: 46px;}
}
@media screen and (max-width: 600px) {
  #wpadminbar{top: -46px;}
	body.admin-bar .site-header.smaller{top: 0;}
}