@font-face {
  font-family: DroidSans;
  src: url(../fonts/DroidSans.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

p{
  color: #8F8F8F;
  line-height: 30px;	
}

/*******************************************************
Home Page
********************************************************/


body{
  font-family: DroidSans;
}

#mega-menu-wrap-main-menu{
    margin-left: auto !important;
}
#main-menu ul li a {
  color: #2c2c2c;
  padding: 10px 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#main-menu ul li a:hover{
  color: #8C143B;
}
#h-menu{
  margin-left: auto;
}
#main-menu .navbar-brand{
    padding: 0;
}
#main-menu .navbar-brand .logo{
    padding: 10px 0 10px 0;
}
#main-menu #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-menu-item .mega-sub-menu{
    width: 300px;
}
.home-banner{
  padding: 0;
}
.home-banner-box h1{
  font-family: Montserrat-Bold;
  text-shadow: 1px 2px 3px #000;
  color: #fff;
  font-size: 45px;
}
.home-banner-box h3{
  color: #fff;
  margin-bottom: 3px;
  text-shadow: 1px 2px 3px #000;
}
.home-banner-box p{
  color: #fff;
  margin-bottom: 0;
  text-shadow: 1px 2px 3px #000;
}
.m-title{
  color: #0b578b;
  font-family: Montserrat-Regular;
  font-size: 50px;
  margin-bottom: 30px;
}
.m-title:after {
  content: url(../img/divider-red.png);
  display: block;
  margin-top: -28px;
  display: none;	
}
.h-section1{
  text-align: center;
}
.intro-text{
  font-size: 18px;
}
.c-pad{
  padding-top: 70px;
  padding-bottom: 70px;
}

.view-more-btn{
  background: #0b578b;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 25px;
}
.view-more-btn:hover{
  background: #074a78;
  color: #fff;
}
.video-wrapper{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/video-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 12%;
  padding-bottom: 12%;
  color: #fff;
  text-align: center;
}
.service-box{
  position: relative;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.service-box .card{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
  min-height: 500px;
  transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
}
.service-box .card:hover{
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,.22);
}
.sb1 .card{
  background: url(../img/sb1.jpg);
}
.sb2 .card{
  background: url(../img/sb2.jpg);
}
.sb3 .card{
  background: url(../img/sb3.jpg);
}
.sb4 .card{
  background: url(../img/sb4.jpg);
}
.sb5 .card{
  background: url(../img/sb5.jpg);
}
.sb6 .card{
  background: url(../img/sb6.jpg);
}
.service-box p{
  font-size: 35px;
  color: #fff;
  padding: 0px 20px;
  position: absolute;
  bottom: 10px;
  text-align: left;
}
.service-box a{
  display: block;
  /*z-index: 99;*/
}

.sb-inner{
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(11,87,139,.8) 0%, rgba(0,0,0,.1) 25%);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  transition: 1s;
  border-radius: 5px;
}
.service-box:hover .sb-inner{
  background-position: 100% 100%;
}
.cta-wrapper{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/boom-transport.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0;
}
.cta-wrapper h1{
  color: #fff;
  font-family: Montserrat-Bold;
}
.footer{
  background: #0b578b;
  text-align: center;
  color: #fff;
  padding: 70px 0 25px 0;
}
.footer img{
  width: 60px;
}
.footer p{
  color: #fff;
}
.footer h3{
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.copyright p{
  margin-bottom: 0;
}
.footer-social{
  padding: 20px 0;
}
.footer a{
  color: #fff;
  text-decoration: none;
}
.footer-box3 ul li{
  list-style: none;
  line-height: 30px;
}
.footer-social a{
  font-size: 30px;
  margin-right: 10px;
}
.video-wrapper h1{
  font-family: Montserrat-Bold;
  font-size: 45px;
}
.services-wrapper, .client-wrapper{
  text-align: center;
}
.testimonial-wrapper{
  padding-top: 0;
  text-align: center;
}
.carousel-caption{
    text-align: left;
    top: 25%;
    left: 13%;
}
#homeModal .modal-header{
    border-bottom: 0;
}
#homeModal .modal-header .btn-close{
    background-size: cover;
}
.video-wrapper .play img{
    cursor: pointer;
}
#testimonial-slider-39 .owl-nav {
    display: none;
}
#testimonial-slider-39 {
    padding-top: 15px !important;
}
#testimonial-slider-39 .owl-dots .owl-dot {
    border-radius: 50px !important;
}
#testimonial-slider-39 .owl-dots .owl-dot.active{
    background: #0b578b !important;
}
#client-wrapper .wpls-logo-showcase .slick-dots li button, .class-societies-slider .wpls-logo-showcase .slick-dots li button{
    border: 2px solid #0b578b !important;
}
#client-wrapper .wpls-logo-showcase .slick-dots li.slick-active button, .class-societies-slider .wpls-logo-showcase .slick-dots li.slick-active button{
	background: #0b578b !important;
}
#client-wrapper .wpls-logo-showcase .slick-dots li, .class-societies-slider .wpls-logo-showcase .slick-dots li{
    margin: 0 1px !important;
}
#client-wrapper .slick-list, .class-societies-slider .slick-list{
    margin-bottom: 25px !important;
}
.class-societies-slider{
	margin-top: 30px;
}
/*******************************************************
About Page
********************************************************/
.inner-banner{
  background: #0b578b;
  /**background-image: linear-gradient(to right top, #8c143b, #7b3774, #4a5794, #006c94, #247982);
  background: linear-gradient(270deg, #8c143b, #cd3462);
  background: linear-gradient(270deg, #8c143b, #f9c534, #0b5b52);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;**/
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center !important;
  background-size: cover !important;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.inner-banner p{
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
  text-align: center !important;	
}
.inner-banner h1{
  font-size: 60px;
  margin-bottom: 15px;
  color: #fff;
}

.flip-box {
  background-color: transparent;
  height: 300px;
  perspective: 1000px;
  margin-bottom: 130px;
  cursor: pointer;
}

.flip-box-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
}
.flip-box-front h2{
  color: #676767;
  margin-top: 20px;
  font-size: 21px;
}

.flip-box-back {
  background-color: #8C143B;
  color: white;
  transform: rotateY(180deg);
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 15px;
}

.flip-box-back h2 {
  font-size: 25px;
}
.no-wawe:after{
  content: none;
}
.about-sec1 .left{
  background: url(../img/about-bg1.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.about-sec3 .left{
  background: url(../img/about-bg2.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.k-wrap .kc2{
  padding: 100px 5% 60px 100px;
}
.ulist li{
    color: #8F8F8F;
    line-height: 30px;
    list-style: none;
    position: relative;
	text-align: justify;
}
.ulist li:before {
  content: '\f058';
  position: absolute;
  left: -27px;
  font-family: "Font Awesome 5 Pro";
  color: green;
   
	
}

/*******************************************************
Service Inner Page
********************************************************/
.service-inner-banner{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-hull-cleaning.JPG);
  background-position: 0% 0% !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-inner-banner h1 {
  font-size: 60px;
  margin-bottom: 15px;
  color: #fff;
}
.service-inner-banner p {
  font-size: 25px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;	
}
.service-inner-content{
  padding-top: 80px;
}
/*******************************************************
Contact Us Page
********************************************************/
.contact-info-box h3{
  color: #0b578b;
  margin-top: 40px;
}
.contact-info-box .contact-icon{
  background-color: #0b578b;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.contact-info-box p{
  display: flex;
}
.contact-info-box a{
  color: #8F8F8F;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.contact-info-box a:hover{
  color: #8C143B;
}
.contact-sec1 .left{
  background: url(../img/hull-cleaning4.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.contact-sec2 .map-box{
  padding: 0;
}
.contact-form-box .wpcf7-form-control {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #0b578b;
    width: 100%;
    padding-bottom: 10px;
    color: #8F8F8F;
}
.wpcf7-submit {
    text-decoration: none;
    background: #0b578b;
    color: #fff !important;
    padding: 10px 25px !important;
    font-size: 17px;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: auto !important;
    border-bottom: none !important;
    padding: 10px 25px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #fff !important;
    color: red;
    padding: 0;
    margin-left: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: green;
}
.wpcf7-textarea {
    height: 160px;
}

/*******************************************************
Service Inner Page
********************************************************/

.services-post-wrapper .widget-title{
    color: #8C143B;
    font-family: Montserrat-Regular;
    font-size: 50px;
    margin-bottom: 30px;
}
.services-post-wrapper{
    padding-top: 80px;
}
.services-post-wrapper h4{
    color: #8C143B;
    margin-top: 30px;
    margin-bottom: 20px;
}
#service-slider .next-arrow {
    background: url(../img/next.png);
    display: block;
    width: 34px;
    height: 64px;
    position: absolute;
    top: -90px;
    right: 0;
    cursor: pointer;
}
#service-slider .priv-arrow {
    background: url(../img/previous.png);
    display: block;
    width: 34px;
    height: 64px;
    position: absolute;
    top: -90px;
    right: 40px;
    cursor: pointer;
}
.inner-service-wrapper{
    margin-top: 60px;
}
.inner-page-content{
    padding: 80px 0;
}

/*******************************************************
Default Page
********************************************************/

.inner-page-content .widget-title{
    color: #0b578b;
    font-family: Montserrat-Regular;
    font-size: 50px;
    margin-bottom: 30px;
}
.inner-page-content h4{
    color: #0b578b;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*******************************************************
Careers Page
********************************************************/

.vacancy-section .vacancy-title{
	color: #0b578b;
    font-family: Montserrat-Regular;
    font-size: 35px;
    margin-bottom: 30px;
}
.vacancy-wrapper .accordion-header .accordion-button {
    color: #000;
    font-size: 22px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(10,5,74,.15);
    box-shadow: 0 1px 4px 0 rgba(10,5,74,.15);
    padding: 15px 40px;
    background: #fff;
}
.vacancy-wrapper .accordion-header .date {
    color: #8F8F8F;
    margin-bottom: -20px;
    margin-right: 45px;
    font-size: 16px;
}
.vacancy-wrapper .v-img {
    width: 100%;
    max-width: 750px;
}
.vacancy-wrapper .apply_button .btn {
    text-decoration: none;
    background: #0b578b;
    color: #fff !important;
    padding: 10px 25px !important;
    font-size: 20px;
    display: inline-block;
    border: 1px solid;
    margin-top: 20px;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.vacancy-wrapper .apply_button .btn:hover {
    background: #700e2e;
}
.vacancy-wrapper .accordion-body {
    text-align: center;
    padding: 60px 40px;
}
.vacancy-section{
	padding-bottom: 70px;
}

.apply-now-page .i-title {
    font-size: 30px;
    margin-bottom: 50px;
    color: #000;
}
.apply-now-page #wpcf7-f316-o1 {
    background: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 60px 60px 60px 60px;
    border: 5px solid #0b578b;
}
#v-apply-form label {
    width: 90%;
}
#v-apply-form .required {
    color: red;
}
#v-apply-form input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}
.max-length-box {
    font-size: 14px;
    color: #a1a1a1;
    margin-top: -6px;
    display: block;
    margin-bottom: -10px;
}
.codedropz-upload-inner h3 {
    font-size: 25px !important;
}
.vname-box {
    display: none;
}
#v-apply-form .wpcf7-submit {
    margin-top: 30px;
}

/*******************************************************
News Inner Page
********************************************************/

.post-inner-banner{
    min-height: 250px;
}
.post-inner-banner .breadcrumbs-wrapper{
	font-size: 18px;
}
.post-inner-banner .breadcrumbs-wrapper a{
	color: #fff;
	text-decoration: none;
}
.post-inner-banner .breadcrumb_last{
	color: #fff;
}
.single-post-wrapper .sp-title{
	color: #0b578b;
    font-family: Montserrat-Regular;
    font-size: 50px;
    margin-bottom: 30px;
}
.single-post-wrapper .sp-date {
    color: #8F8F8F;
    margin-top: 45px;
    margin-bottom: 5px;
    font-size: 22px;
}
.single-post-txt h3{
    color: #0b578b;
    margin-top: 40px;
    margin-bottom: 20px;
}
.news-box .card{
	border: none;
}
.news-box{
	margin-bottom: 70px;
}
.news-box .n-thumb{
	width: 70%;
	margin-bottom: 30px;
}
.news-box h3{
	color: #0b578b;
	font-size: 50px;
}
.news-box .news-date{
	color: #8F8F8F;
    margin-bottom: 0;
    font-size: 22px;
}
.news-box a{
	background: #0b578b;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    width: 135px;
    padding: 15px 20px;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.news-box a:hover{
	background: #700e2e;
}

.pagination-info .current{
    background: #8C143B;
    color: #fff;
    padding: 5px 10px;
    
}
.page-numbers{
	color: #8C143B;
	margin-right: 5px;
	text-decoration: none;
}
.pagination-info a:hover{
	color: #700e2e;
}
.pagination-info{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-sec1 .right p{
	text-align: justify;
}
.services-post-wrapper p, .page-id-228 .inner-page-content p, .page-id-246 .inner-page-content p, .news-main-page .news-box p, .single-post-wrapper .single-post-txt p, .page-id-302 .inner-page-content p, .page-id-273 .inner-page-content p, .page-id-333 .inner-page-content p, .page-id-57 .contact-sec1 p, .page-id-57 .contact-sec2 p{
	text-align: justify;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}
#backtotop {
    display: inline-block;
    background-color: #0b578b;
	cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}
#backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
}