* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
}
@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.otf');  
}
@font-face {
    font-family: 'AlegreSans-Regular';
    src: url('../fonts/AlegreSans-Regular.ttf');  
}

header.top_header .container-fluid {
    padding: 0px 60px;
}

h1, h2, h3, h4, h5, h6{

font-family: 'AlegreSans-Regular';
color: #000;
letter-spacing: 2px;
}

p, li{
	    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    color: #000;
/*     text-transform: capitalize; */
    font-weight: 400;
}

.top_logo {
    padding: 10px 20px;
}
.nav-item ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.nav-item ul li {
    list-style: none;
display: inline-block;
}

.nav-item ul li a {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding-top: 30px !important;
    font-weight: 400 !important;
    padding: 45px 10px 7px 10px !important;
    display: inline-block;
}


.nav-item ul li a:hover {
    color: #fff;
    background-color: #0f5f9e;
}
.banner_img img {
    width: 100%;
    height: auto;
}
header.top_header {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
}
.banner_contant h3 {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
}
.banner_contant {
    position: absolute;
    top: 37%;
    left: 125px;
    width: 31.5%;
}
.banner_contant p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 0px 30px;
    border-bottom: 1px solid;
}
/*.banner_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 62%)70%;
    z-index: 0;
    top: 0%;
    left: 50%;
    transform: translatex(-50%);
    opacity: 1 !important;
}*/
.banner_contant a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 9px 33px;
    border-radius: 0 !important;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px !important;
    transition: all .4s ease-in-out;
    margin: 30px 0px;
    background: #0F5F9E;
    border: 1px solid transparent;
    display: inline-block;
}

.banner_contant a:hover{
    background-color: #0f5f9e;
    color: #fff;
    border: 1px solid #0f5f9e;
}
.about_contant h3 {
    font-size: 40px;
    line-height: 40px;
    font-family: 'AlegreSans-Regular';
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.about_contant h4 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.about_contant p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    color: #000;
/*     text-transform: capitalize; */
    font-weight: 400;
}

.about_contant a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 8px 0px;
    border-radius: 0 !important;
    letter-spacing: 1px;
    width: 30%;
    height: 50px;
    text-align: center;
    line-height: 30px !important;
    display: block;
    transition: all .4s ease-in-out;
    margin: 40px 0px 0;
    background-color: #0f5f9e;
    color: #fff;
    border: 1px solid #0f5f9e;
}


.about_contant a:hover{
    background-color: #0f5f9e;
    color: #fff;
    border: 1px solid #0f5f9e;
}
.about_img {
    background: #0f5f9e;
    width: 100%;
    position: relative;
}

.about_img::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 15px solid #E5E5E5;
    border-radius: 50%;
    bottom: -55px;
    left: -65px;
    z-index: -1;
}

.col-md-7.about_sec_img {
    padding: 0px 0px 0px 30px;
}
section.about .container-fluid {
    margin: 100px 0px;
}
.col-md-5.about_sec_contant {
    padding: 0px 0px 0px 80px;
}
.slider_area h3 {
    font-size: 40px;
    line-height: 40px;
    font-family: 'AlegreSans-Regular';
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 0px 0px 40px;
}
.slider_area span::after{
    content: "";
    width: 40%;
    height: 100px;
    color: #000;

}
.slider_area h3::after {
    width: 59px;
    height: 2px;
    content: "";
    background: #0f5f9e;
    position: absolute;
    right: -70px;
    top: 25%;
    transform: translateY(-50%);
} 
.slider_area h3::before {
    width: 59px;
    height: 2px;
    content: "";
    background: #0f5f9e;
    position: absolute;
    left: -70px;
    top: 25%;
    transform: translateY(-50%);
}

.slider_area .owl-nav button span {
    position: relative;
    top: -8px;
    font-size: 55px;
}

button.owl-prev {
    position: absolute;
    left: 1%;
    top: 40%;
}
button.owl-next {
    position: absolute;
    right: 1%;
    top: 40%;
}
.owl-nav button {
    width: 45px;
    height: 45px;
    background: #000 !important;
    color: #2080bf !important;
    font-size: 44px !important;
    border-radius: 50% !important;
    line-height: 45px !important;
    position: absolute;
    right: 1%;
}

section.slider_area {
    text-align: center;
    padding-top: 20px;
}

.map_area img {
    width: 100%;
    height: auto;
}

section.contact .form {
    background-color: #f6f6f6;
    width: 100%;
    padding: 30px 40px 10px 50px;
    height: auto;
}

input.form-control {
    border:1px solid #fff;
    padding: 28px 14px;
    margin: 15px 0px 0px 0px;
}
textarea.form-control {
    height: auto;
    border: 1px solid #fff;
    margin: 15px 0px;
}
button.btn.btn-primary {
    width: 27%;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 45px;
    background-color: #2d8d9d;
    text-transform: uppercase;
    border: 1px solid #2d8d9d;
}
.form h3{
    font-size: 40px;
    line-height: 40px;
    font-family: 'AlegreSans-Regular';
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 23px 0px;
}
section.contact .col-md-6 {
    padding: 0;
}

section.contact {
    margin-top: 85px;
    padding-bottom: 10px;
}

.mein_footer {
    background-color: #000;
    width: 100%;
    padding-top: 60px;
}


.footer-img img{
width: 205px;
height: 96px;
}
.mein-footer h3{
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    font-size: 22px;
    line-height: 37px;
    color: #0f5f9e;
}
.mein-footer ul {
    list-style: none;
}
.mein-footer a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
}
.mein-footer li{
    color: #fff;                                                                                                                                                                                
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
}
.mein-footer .icon{
    display: inline-block;
}
.copy p {
    color: #ffff;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.copy {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer.mein_footer .container-fluid {
    padding: 50px 0px 0px 80px;
}

ul.scl-are li {
    list-style: none;
    display: inline-block;
}
.mein-footer ul li i {
    width: 20px;
    font-size: 16px;
    padding: 0px 26px 0px 0px;
}
.mein-footer {
    padding: 0px 0px 0px 50px;
}
/* body {
    overflow-x: hidden;
} */

section.top_banner_header [class*="col-"] {
    padding: 0;
}

ul#menu-main-menu {
    padding: 0;
}

.nav-item ul li {
    margin: 0 8px;
}

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

.nav-item ul li:first-child {
    margin-left: 0;
}

.caption-wrap {
    width: 100% !important;
    height: 100%;
    background: rgb(0 0 0 / 50%) !important;
    opacity: 1 !important;
}


button:focus {
    outline: 0 !important;
    outline: 0 !important;
}

form.wpcf7-form input, form.wpcf7-form textarea {
    width: 100%;
    border: 0;
    height: 55px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

form.wpcf7-form textarea {
    height: 100px;
    padding-top: 15px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    background: #2D8D9D;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 15.5px 52px;
    transition: all .4s ease-in-out;
}


input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0f5f9e;
}

section.contact .row {
    display: flex;
    flex-wrap: wrap;
}

.map_area {
    width: 100%;
}

section.contact [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

section.contact iframe {
    height: 100%;
}

section.about-banner {
    height: 694px;
    background-position: center;
    background-size: cover;
	position: relative;
}
section.about-banner:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.entry-content img.xyz {
    width: 100%;
    max-width: 100%;
    box-shadow: -4px 6px 12px 5px rgb(0 0 0 / 62%);
    outline: 5px solid #fff;
    outline-offset: -15px;
}


.breadcrumbs {
    background: #2D8D9D;
    padding: 15px 0;
}


.about-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 0;
    letter-spacing: 10px;
}


.about-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-right {
    position: relative;
    top: 3px;
}

.about-right ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 5px 25px 25px 5px;
    overflow: hidden;
}
.about-right ul li{
    float: left;
    margin-right: 3px;
    position: relative;
    z-index: 1;
}
.about-right ul li:before{ display: none; }
.about-right ul li:after{
    content: "";
    width: 40px;
    height: 100%;
    background: #428dff;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: -1;
}
.about-right ul li:nth-last-child(2):after,
.about-right ul li:last-child:after{ display: none; }
.about-right ul li a,
.about-right ul li a, .about-right ul li:last-child {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 25px 25px 0;
    box-shadow: 5px 0 5px -5px #333;
}
.about-right ul li a {
    background: #0F5F9E;
}
.about-right ul li:last-child {
    background: #ebf3fe;
    color: #000;
    margin-right: 0;
    margin-left: -15px;
    z-index: 0;
    padding-left: 25px;
    padding-right: 20px;
}

.about-right ul li i {
    display: none;
}


.about-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.service-img-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}



.service-text-area {
    padding: 15px 15px;
    border: 4px solid #2d8d9d;
    width: 90%;
    margin: 0 auto;
    border-top: 0;
}

.col-md-4.abt_left {
    margin-bottom: 35px;
}

.service-img-area {
    width: 100%;
    position: relative;
}

.service-img-area::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 93%;
    border: 4px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 0;
	display:none;
}

.page-template-vessels-php .all-spacing {
    padding: 70px 0px 40px;
}

.adress_box_1 {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}


.adress_box_1 p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.adress_box_1 p span {
    width: 100%;
}

.adress_box_1 p span {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin: 10px 0px 0;
    font-family: 'AlegreSans-Regular';
    letter-spacing: 2px;
}


.adress_box_1 p {
    margin-bottom: 0;
}

.adress_box_1 p, .adress_box_1 p a {
    color: #000;
    font-size: 16px;
}

.adress_box_1 p i {
    display: block;
    width: 60px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: #2d8d9d;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
	    margin: 0 auto;
}


.inner_form form.wpcf7-form {
    width: 100%;
    float: left;
    padding: 20px;
    padding-bottom: 0;
    background: #f2f2f2;
}

.inner_form span.wpcf7-form-control-wrap.Name {
    width: 49%;
    float: left;
    margin-right: 1%;
}


.inner_form span.wpcf7-form-control-wrap.Phone {
    width: 49%;
    float: left;
    margin-left: 1%;
}

.inner_form form.wpcf7-form br {
    display: none;
}

.inner_form form.wpcf7-form input {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
}

.inner_form form.wpcf7-form textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
}

.inner_form input.wpcf7-form-control.wpcf7-submit {
    height: auto !important;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 12px;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}


.inner_form iframe {
    width: 100%;
    margin-top: 0;
    height: 484px;
}


.adress_box_1 p {
    text-align: center;
	display: block;
}

section#text-2 [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

.inner_form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    background: #2D8D9D;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 10px 42px !important;
    border: 0;
    letter-spacing: 2px;
}

.inner_form {
    margin-top: 40px;
}

.all-spacing {
    padding: 60px 0px;
}

section.top_banner_header {
    overflow-x: hidden;
}

header.top_header li.current_page_item a {
    background: #0F5F9E;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #fff  !important;
    background-color: #2d8d9d !important;
    border-color: #2d8d9d !important;
    border: none !important;
}

.banner_contant a:hover {
    background: #2d8d9d;
    border: 1px solid transparent;
}

.about_contant a:hover {
    background: #2d8d9d;
    border: 1px solid transparent;
}

.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
    width: 100%;
}

.service-img-area {
    width: 100%;
    position: relative;
    outline: 4px solid #fff;
    outline-offset: -15px;
}

.entry-content img.attachment-full.size-full.wp-post-image {
    width: 100%;
    max-width: 40%;
    float: right;
    box-shadow: -4px 6px 12px 5px rgb(0 0 0 / 62%);
    outline: 5px solid #fff;
    outline-offset: -15px;
    margin-left: 20px;
    margin-bottom: 20px;
    height: auto;
    object-fit: cover;
}

section.slider_area .item img {
    height: 410px;
    object-fit: cover;
    object-position: center;
}
.logged-in header.top_header {
    top: 32px;
}
.all-spacing {
    padding: 60px 0px;
    display: flow-root;
    clear: both;
}

table.inn-tbl tr {
    background: #fcfcfc;
}
table.inn-tbl tr:nth-child(odd) {
    background: #ededed;
}
table.inn-tbl {
    width: 100%;
    max-width: 600px;
}

table.inn-tbl th {
    width: 31%;
    padding: 12px 15px;
}

table.inn-tbl td {
    width: 70%;
    padding: 12px 15px;
}

.sld-are {
    position: relative;
}

.watermark-logo img {
    height: auto!important;
    max-width: 40%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate( 
-52deg
 );
    opacity: 0.5;
    border: 0!important;
}

.row.inn {
    width: 100%;
    padding-top: 50px;
}

.wtrmrk img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 1px solid #c2c2c2;
    padding: 8px;
}
.ftchr-img {
    float: right;
    max-width: 40%;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.srvc-inn-img {
    position: relative;
    outline: 4px solid #fff;
    outline-offset: -13px;
}

ul.srvc {
    column-count: 4;
    padding-left: 18px;
}

.about_img img {
    width: 100%;
    max-width: 85%;
}

@media screen and (max-width:1199px){
	.about_img img {
    max-width: 100%;
}
section.about-banner {
    height: 500px;
}
	
}

@media screen and (max-width:1099px){
	.about_img img {
    max-width: 100%;
}
	.nav-item ul li {
    margin: 0 0px;
}
	.nav-item ul li a {
    font-weight: 400 !important;
    padding: 45px 7px 7px 7px;
}
	.top_logo img {
		max-width: 238px;
	}
}

@media screen and (max-width:991px){
	.top_header  .col-md-2, .top_header  .col-md-10{
		flex:0 0 100%;
		max-width:100%;
		text-align:center;
	}
	.top_header .nav-item ul li a {
    padding: 5px 10px !important;
}
	.top_header .nav-item ul {
    justify-content: center;
    margin-top: 12px;
}
	.footer-img img {
    width: 165px;
    height: auto;
}
	.mein-footer {
    padding: 0px 0px 0px 16px;
}
	.col-md-5.about_sec_contant {
    padding: 0px 0px 0px 15px;
}
	.about_contant a{
		    width: 134px;
	}
}

@media screen and (max-width:767px){
	section.about .container-fluid {
    margin: 50px 0px;
	}
	.col-md-7.about_sec_img {
    padding: 39px 15px 0px 15px;
}
	section.slider_area .item img {
    height: 289px;
}
	.top_header  .nav-item {
		display:none;
	}
	.mein_footer{
		text-align:center;
	}
	.footer-img {
    margin-bottom: 25px;
}
	.mein-footer {
    padding: 0px 0px 20px 0;
}
	.copy {
    margin-top: 0;
	}
	.top_logo img {
    max-width: 238px;   
		margin-top: 16px;
}
	.col-md-5.about_sec_contant {
    padding: 0px 15px 0px 15px;
}
	header.top_header .container-fluid {
    padding: 0px 0;
}
	.top_logo img {
    max-width: 170px;
	}
	.about_contant h4 {
    font-size: 27px;
	}
	section.contact .form {
    background-color: #f6f6f6;
    width: 100%;
    padding: 30px 15px 10px 15px;
	}
	
	.entry-content .ftchr-img{
		max-width:100%;
	}
section.about-banner {
    height: 420px;
	}
	section#text-2 [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
	.inner_form form.wpcf7-form {
    width: 100%;
    float: left;
    padding: 20px;
    padding-bottom: 21px;
   background: #f2f2f2;
    margin-bottom: 22px;
}
	.logged-in header.top_header {
    top: 0px;
}
}

@media screen and (max-width:480px){
	.about-left h1 {
    font-size: 37px;
    letter-spacing: 0;
		margin-bottom:20px;
}
	section.about-banner {
    height: 320px;
	}
	
	.about-left {
    flex-direction: column;
}
}