{
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.wrapper {
    max-width: 1900px;
    position: relative;
    margin: 0 auto;
}

.container {
    max-width: 1140px;
    width: 100%;
}

/*Selection Color*/

::-moz-selection {
    background: #db0607;
    color: #fff;
}

::selection {
    background: #db0607;
    color: #fff;
}

:focus,
:hover,
:active,
:visited {
    outline: none !important;
}

/* default placeholder color */

.form-control::-webkit-input-placeholder {
    color: #6d6d6d;
    opacity: 0.5;
}

.form-control:-moz-placeholder {
    color: #6d6d6d;
    opacity: 0.5;
}

.form-control::-webkit-placeholder {
    color: #6d6d6d;
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    color: #6d6d6d;
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    color: #6d6d6d;
    opacity: 0.5;
}


/* Reset Tap Hightlight Color */

* {
    -webkit-tap-highlight-color: transparent;
}

/* Chrome Autofill Hightlight Fix */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:active:focus {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

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

.btn {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000000;
}

p {
    margin: 0;
}

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

img {
    max-width: 100%;
}

/* ==== Header Section Style Here ==== */

/* Sub Header */

.subHeader {
    background-color: #db0607;
    color: #ffffff;
    font-size: 13px;
    padding: 7px 0 6px;
}

.subHeaderText .timeZoneText {
    padding-left: 28px;
    position: relative;
}

.subHeaderText .timeZoneText:first-child {
    padding-right: 72px;
}

.timeZoneText p {
    margin: 0;
    display: inline-block;
}

.timeZoneText:before {
    content: '';
    background-image: url(../images/clock-icon.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: -2px;
}

.subHeaderText span img {
    margin: -3px 12px 0 0;
}

.navbarHeader {
    padding: 13px 0 8px;
}

.navbarHeader .navbar.navbar-default {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    min-height: auto;
    width: 100%;
}

.navbarHeader .navbar-collapse {
    padding: 0;
}

.navbarHeader .navbar-brand {
    float: left;
    font-size: 0;
    height: initial;
    line-height: 0;
    padding: 0;
}

.navbarHeader .navbar-nav {
    float: right;
    margin: 25px 0 0;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.navbarHeader .navbar-nav>li {
    float: none;
    display: inline-block;
    padding: 0 0 0 28px;
}

.navbarHeader .navbar-nav>li>a {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.current_page_item>a,
.navbar-default .navbar-nav>li.current_page_parent>a {
    color: #db0607;
    background-color: transparent;
}

/* Sub-menu Style */

/* Mega Menu Style */

.sub-menu > li {
    margin: 0 10px;
}

.sub-menu > li:last-child {
    border: 0;
}

.sub-menu > li > a {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    color: #000000;
    font-size: 13px;
}

.sub-menu > li.active a,
.sub-menu > li.current-menu-item a,
.sub-menu > li a:hover,
.sub-menu > li a:focus {
    color: #db0607;
    text-decoration: none;
}

.sub-menu:after {
    content: '';
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    height: 26px;
}

.navbarHeader>ul>li>ul::before,
.navbarHeader>ul>li>ul::after {
    content: "";
    display: table;
}

.navbarHeader>ul>li>ul:after {
    content: '';
    width: 100%;
    height: 24px;
    position: absolute;
    top: -22px;
}

/* Search Button Style */

.searchBtn {
    margin: 10px 0 0 25px;
    padding: 0;
    position: relative;
    width: 40px;
    height: 48px;
}

.searchBtn input[type="submit"].searchButton {
    height: 48px;
    width: 40px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0;
    background-image: url(../images/search-icon01.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    text-indent: -10000px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer; 
    transition: opacity .4s ease;
}

.searchBtn input[type="submit"].searchButton:hover {
    opacity: 1;
}

.searchBarBlock .custom-control {
    border: none;
    box-shadow: none;
    padding-left: 24px;
    outline: none;
}

.searchBarBlock {
    position: relative;
    margin: 0 auto;
    max-width: 595px;
}

.searchBar {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    padding: 0;
    background: #ffffff;
    position: absolute;
    z-index: 9;
    top: 126px;
    width: 100%;
}

.searchBarBlock span {
    top: 3px;
    position: absolute;
}

input[type=search].searchTerm {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 6px 26px;
}

/* Buttons Styling */

.btn {
    border: 1px solid transparent;
    border-radius: 3px;
    min-width: 125px;
    height: 30px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    background-color: transparent;
    border-color: #d20809;
    color: #d20809;
    box-shadow: none;
}

/* Home Banner Section Style */

.bannerSlider .item {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.bannerContent {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.mainHead {
     font-size: 30px;
    color:  #FF0000;
    text-transform: uppercase;

    
}

.bannerContent span {
    display: block;
    padding: 18px 0 18px;
}

.owl-carousel .owl-item span img {
    width: auto;
    margin: 0 auto;
}

.bannerContent p {
    font-size: 16px;
color: #ffffff;
font-weight: 400;
max-width: 550px;
margin: 20px;
text-align: left;

}

.owl-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    padding: 0 4px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background-color: #d9dee0;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    width: 30px;
    border-radius: 10px;
    background-color: #db0607;
}

/* Home About Section Style */

.homeAboutSection {
    padding: 76px 0 62px;
}

.subHeading {
    font-size: 32px;
    font-weight: 300;
    padding: 0 0 18px;
}

.innerContent {
    padding: 0 0 16px;
}

.innerContent p {
    padding: 0px 0 6px;
}

.innerContent li {
    position: relative;
    margin: 0 0 6px;
    display: block;
    padding: 0 0 0 20px;
}

.innerContent li:before {
    content: "";
    background-color: #db0607;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}

/* Home Mission Section Style */

.homeMissionSection {
    background-image: url(../images/mission-img01.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 110% 0%;
    min-height: 460px;
    padding: 94px 0 0;
}

.showOnMobile{
    display: none;
}

/* Home Overview Section Style */


.homeOverviewSection {
background-color: #ffffff;
padding: 76px 0 80px;
}


.homeOverviewSection .subHeading {
    padding: 0 0 24px;
}
.homeOverviewSection .row {
margin: 0;
box-shadow: 0 0px 20px 9px #f1eeee;
}

.homeOverviewSection [class*=col-] {
    padding: 0;
}

.overviewImageBox {
    min-height: 333px;
}

.overviewImageBox img {
    height: 100%;
}

.overviewBox {
    background-color: #ffffff;
    min-height: 342px;
    display: table;
    width: 100%;
    position: relative;
}

.rightArrow:after {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -14px;
}

.leftArrow:after {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 14px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -14px;
}

.verticalMiddle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overviewBox .innerContent {
    padding: 0;
}

.overviewBox .innerContent p {
    padding: 0;
    max-width: 360px;
    margin: 0 auto;
}

.overviewBox .innerContent span {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0 20px;
    display: block;
    margin: 0 0 20px;
    position: relative;
}

.overviewBox .innerContent span:after {
    content: '';
    background-color: #db0607;
    height: 3px;
    max-width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

/* Home Business Section Style */

.homeBusinessSection {
    background-image: url(../images/business-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 76px 0 74px;
}

.homeBusinessSection .innerContent {
padding: 0px;
}

.homeBusinessSection .innerContent p {
    padding: 0 0 16px;
}

.homeBusinessSection .innerContent p:last-child {
    padding: 0;
}

/* Home Team Section Style */

.homeTeamSection .subHeading {
    padding: 0 0 24px;
}

.homeTeamSection .row {
    margin: 0 -10px;
}

.homeTeamSection [class*=col-] {
    padding: 0 10px;
}

.teamBox {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 5px 0px rgba(225, 225, 225, 0.6);
    margin: 0 0 20px;
}

.teamImage span img {
    border-radius: 4px 4px 0 0;
}

.teamText {
    text-align: center;
    padding: 28px 0 24px;
}

.teamText h4 {
    font-size: 16px;
    padding: 0 0 6px;
}

.teamText span {
    color: #9d9d9d;
}

/* ==== Our Team Page Style ==== */

.boxShadow {
    -webkit-box-shadow: inset 0px 8px 18px -6px rgba(67, 67, 67, 0.5);
    -moz-box-shadow: inset 0px 8px 18px -6px rgba(67, 67, 67, 0.5);
    box-shadow: inset 0px 8px 18px -6px rgba(67, 67, 67, 0.5);
}

.teamText {
    text-align: left;
    padding: 28px 0 24px 88px;
    position: relative;
}

.teamText .teamName {
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    font-size: 20px;
    color: #de0000;
    font-weight: 500;
    position: absolute;
    left: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 47px;
}

.teamText ul li {
    position: relative;
    padding: 0 0 0 20px;
    color: #000000;
}

.teamText li:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    height: 13px;
    width: 13px;
    position: absolute;
    left: 0;
    top: 4px;
}

.teamText .callIcon:before {
    background-image: url(../images/call-icon03.png);
}

.mailIcon:before {
    background-image: url(../images/mail-icon.png);
}

.teamText ul li a {
    color: #000000;
}

/* Team Modal Style */

.modal-dialog {
    width: 94%;
    max-width: 760px;
    margin: 100px auto 20px;
}

.modal-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.modal-backdrop.in {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-body {
    padding: 0;
}

.teamPopupContent .customeScroll {
    max-height: 360px;
    padding: 34px 0 24px;
}

.teamPopupContent .teamText {
    text-align: left;
    padding: 10px 40px 0 156px;
}

.teamPopupContent .teamText .teamName {
    font-size: 38px;
    left: 38px;
    top: 0;
    height: 88px;
    width: 88px;
    line-height: 82px;
}

.teamPopupContent .teamText h4 {
    font-size: 20px;
}

.teamPopupContent .teamText span {
    font-size: 16px;
}

.teamPopupContent .blackText {
    color: #000000;
    display: block;
}

.teamPopupContent .teamText p {
    padding: 20px 0 0;
}

.close {
    float: none;
    position: absolute;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    right: 16px;
    top: 12px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mCSB_scrollTools {
    width: 6px;
    opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #db0607;
    border-radius: 0;
}

/* ==== Our Business Page Style ==== */

.missionGallery {
    padding: 50px 0 0;
}

.missionGallery ul {
    margin: 0 -10px;
}

.missionGallery li {
    float: left;
    padding: 0 10px;
    width: 25%;
    margin: 0 0 14px;
}

.missionGallery li span {
    box-shadow: 0px 5px 10px 0px rgba(233, 233, 233, 0.6);
    display: block;
}

/* ==== Contact Page Style ==== */

.contactBanner:after {
    content: '';
    display: table;
    clear: both;
}

.contactBannerBox {
    float: left;
    width: 50%;
    position: relative;
}

.contactBannerImg img {
    width: 100%;
}

.contactBannerBox:hover .contactBannerImg:after {
    content: '';
    background-color: rgba(219, 6, 7, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contactBannerBox .officeAddress {
    position: absolute;
    bottom: 45px;
    left: 65px;
}

.contactBannerBox:first-child .officeAddress {
    left: 120px;
}

.contactBannerBox .officeAddress h3 {
    color: #ffffff;
    font-size: 28px;
    padding: 0 0 20px;
}

.contactFormSection {
    padding: 80px 0;
    background-color: #fdfdfd;
}

.contactFormBox {
    box-shadow: 0px 5px 10px 0px rgba(233, 233, 233, 0.5);
    background-color: #ffffff;
}

.mapSection {
    max-height: 410px;
}

.mapSectionNorway {
    margin: 0 0 20px;
}

.formSection {
    padding: 45px 50px 40px 35px;
}

.formSection h3 {
    font-size: 32px;
    font-weight: 300;
    padding: 0 0 24px;
}

.formSection .form-control {
    height: 44px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eaeaea;
    padding: 0 16px;
}

.formSection textarea.form-control {
    height: 160px;
    padding: 16px;
}

.formButton input[type="submit"],
.redBorderBtn,
a.redBorderBtn:visited {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 2px solid #d20809;
    color: #d20809;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 13px 0;
    line-height: 12px;
    font-weight: 700;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.redBorderBtn:hover,
a.redBorderBtn:hover,
.formButton button:hover, 
.formButton input[type="button"]:hover, 
.formButton input[type="reset"]:hover, 
.formButton input[type="submit"]:hover {
    border-color: #d20809;
    background-color: #d20809;
    color: #ffffff;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.formButton div.wpcf7 .ajax-loader {
    position: absolute;
}

/* ==== Mission Page Style ==== */

.innerBannerSection {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.innerBannerSection:after {
    content: '';
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    width: 100%;
    height: 300px;
    opacity: 0;
}

.innerBannerContent {
    position: absolute;
    bottom: 34px;
    z-index: 9;
}

.innerContentSection {
    min-height: 570px;
    padding: 76px 0 66px;
}

.innerBannerContent h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 10px;
}

.innerBannerContent span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

/* ==== Vessel Page Style ==== */

.innerContentSection.homeOverviewSection {
    background-color: #ffffff;
    padding: 80px 0;
}

.vesselContentBox {
    border-bottom: 1px solid #bbbbbb;
    padding: 0 0 34px;
    margin: 0 0 40px;
}

/*.vesselContentBox:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}*/

.container:last-child .vesselContentBox {
border-bottom: 0;
padding: 0;
margin: 0;
}

.vesselContentBox .overviewBox .innerContent {
    padding: 0 40px;
    margin-top:90px;
}

.vesselContentBox .overviewBox .innerContent span:after {
    margin: 0;
}

.vesselContentBox .overviewBox .innerContent p {
    margin: 0;
    max-width: 100%;
}

/* ==== QSHE Page Style ==== */

.innerContentSection.qualitySection,
.innerContentSection.qhseSection {
    background-color: #fdfdfd;
}

.qhseContentBox p {
    padding: 22px 0 0;
}

.qhseContentBox {
    position: relative;
    padding: 0 140px 70px;
}

.qhseContentBox:last-child {
    padding-bottom: 0px;
}

.qsheText {
    font-size: 148px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 110px;
    color: #f0f0f0;
}

/* ==== Career Page Style ==== */

.innerContentSection.careerSection {
    padding: 76px 0 80px;
}

.greyBoxContent .innerContent p {
    padding: 0px 0 16px;
    font-size: 18px;
    font-weight: 300;
}

.greyBoxContent .innerContent,
.greyBoxContent .innerContent p:last-child {
    padding: 0;
}

.careergreyContent {
    background-color: #444344;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 36px 0 12px;
}

.careerSection .homeMissionContent .innerContent p {
    font-size: 24px;
    font-weight: 300;
}

.careerContactSec {
    padding: 45px 0 0;
}

.careerContactSec li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 33%;
    padding: 0 25px;
}

.careerContactImg span {
    display: block;
}

.careerContactText {
    padding: 24px 0 0;
}

.careerContactText span {
    color: #999999;
}

.careerContactText h3 {
    padding: 4px 0 14px;
    line-height: 25px;
    font-weight: 400;
}

.careerContactText p {
    color: #333333;
    line-height: 22px;
    padding: 0 0 34px;
}

.careerContactText .redBorderBtn {
    min-width: 180px;
}

.careerExploreList ul {
    margin: 0 -3px;
}

.homeOverviewSection.careerExploreSec .subHeading {
    padding: 0 0 34px;
}

.careerExploreList ul:after {
    content: '';
    display: table;
    clear: both;
}

.careerExploreList li {
    float: left;
    width: 25%;
    padding: 3px;
}

/* ==== M/v Guard Celena Page Style ==== */

.mv-guard-section {
    padding: 40px 0 66px;
}

.greyBoxContent {
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 3%, #f8f9f9 28%, #f0f1f0 57%, #ececec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 3%,#f8f9f9 28%,#f0f1f0 57%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 3%,#f8f9f9 28%,#f0f1f0 57%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 5px 10px 0px rgba(233, 233, 233, 0.4);
    padding: 26px 30px;
    border-radius: 4px;
    margin: 0 0 70px;
}

.greyBoxContent .redBorderBtn {
    border: 1px solid #d20809;
    padding: 7px 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.greyBoxContent .redBorderBtn img {
    margin: 0 14px 0 0;
}

.greyBoxContent .listing-item {
    padding: 6px 0 0;
}

.greyBoxHead h3 {
    display: inline-block;
}

.listing-item h2 {
    font-size: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.listing-item {
    padding-left:  0;
    padding-right: 50px;
}

.listing-item ul li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.listing-item ul li:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #db0607;
    top: 8px;
    left: 0;
}

.listing-item .engine-subtext {
    padding-left: 14px;
}

.masonary-wrapper .grid .grid-list {
    width: 33.3%;
    padding-bottom: 60px;
}

.listing-item:after {
    content:  '';
    position:  absolute;
    width: 315px;
    height:  1px;
    background-color: #ebebeb;
    bottom: 34px;
}

/* ==== History Page Style ==== */

.innerContentSection.historySection {
    padding: 76px 0 50px;
}

.historyBox {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 50px;
}

.historyBox:last-child {
    padding-bottom: 0;
}

.historyBox:before {
    content: '';
    background-color: #dedede;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.historyBox:last-child:before {
    display: none;
}

.historyBox:after {
    content: '';
    display: table;
    clear: both;
}

.historyBox > div {
    float: left;
    width: 50%;
}

.historyBoxDate {
    position: relative;
    text-align: right;
    padding: 0 30px;
}

.historyBoxDate span {
    font-weight: 500;
    position: absolute;
    font-size: 60px;
    display: block;
    right: 30px;
    top: 0;
    color: #f4f4f4;
    z-index: -1;
}

.historyBoxContent {
    padding: 0 30px;
    position: relative;
}

.circleBox {
    border: 1px solid #6d6d6d;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.circleBox:after {
    content: '';
    background-color: #db0607;
    position: absolute;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.historyBoxContent .innerContent h4 {
    font-size: 16px;
    color: #db0607;
    padding: 0 0 14px;
}

.historyBoxContent .innerContent h5 {
    padding: 0 0 6px;
}

.historyImages li {
    display: inline-block;
    width: 33%;
    padding: 0 0 0 20px;
    margin: 20px 0 0;
}

.historyImages li span {
    position: static;
    border: 2px solid #f4f4f4;
}

.historyBoxReverse .historyBoxContent {
    text-align: right;
}

.historyBoxReverse .innerContent li {
    padding: 0 20px 0 0;
}

.historyBoxReverse .innerContent li:before {
    left: auto;
    right: 0;
}

.historyBoxReverse .historyBoxDate {
    text-align: left;
}

.historyBoxReverse .historyBoxDate span {
    left: 30px;
    right: auto;
}

.historyBoxReverse .historyImages li {
    padding: 0 20px 0 0;
}


.historyBox:last-child .historyBoxContent, 
.historyBox.historyBoxReverse:last-child .historyBoxContent {
    padding-bottom: 0;
}


/* ==== Quality Policy Page Style ==== */

.innerContent h5 {
    padding: 14px 0 10px;
}

.qualitySection .innerContent p {
    padding: 20px 0 6px;
}

.contentFooter {
    padding: 28px 0 0;
}

.contentFooter h4 {
    font-size: 16px;
    color: #333333;
}

.contentFooter span {
    color: #9d9d9d;
    padding: 4px 0 0;
    display: block;
}

.qualityTabBox {
    padding: 70px 0 0;
}

.qualityTabBox .nav-tabs {
    border-bottom: 0;
    margin: 26px 0 36px;
}

.qualityTabBox .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}

.qualityTabBox .nav-tabs>li>a {
    margin: 0 6px 0px 0;
    line-height: 12px;
    border-radius: 0;
    padding: 8px 0 13px;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    transition: all .3s ease-in-out;
}

.qualityTabBox .nav-tabs>li>a:hover,
.qualityTabBox .nav-tabs>li.active>a, 
.qualityTabBox .nav-tabs>li.active>a:focus, 
.qualityTabBox .nav-tabs>li.active>a:hover {
    color: #db0607;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #db0607;
}

.tabBox i {
    font-size: 16px;
    font-weight: 500;
}

/* ==== Footer Section Style ==== */

.footerSection {
    background-color: #444344;
}

.upperFooter {
    padding: 58px 0 50px;
    border-bottom: 1px solid #5f5f5f;
}

.footerContentList h4 {
    font-size: 14px;
    color: #ffffff;
    padding: 0 0 12px;
}

.footerLinks li a {
    color: #cfcfcf;
    padding: 0 0 4px;
    display: block;
}

.footerLinks li a:hover {
    color: #ffffff;
}

.officeAddress li {
    color: #ffffff;
    position: relative;
    padding: 0 0 8px 30px;
}

.officeAddress li:before {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    height: 20px;
    width: 17px;
}

.addressIcon:before {
    background-image: url(../images/address-icon.png);
}

.callIcon:before {
    background-image: url(../images/call-icon02.png);
}

.copyrightFooter {
    padding: 24px 0;
    color: #999999;
    font-size: 13px;

}

/* ==== Register With Us Page Style ==== */

.registrationSection .contactFormBox {
    padding: 45px 60px 20px;
}

.registrationSection .formSection {
    padding: 0 0 30px;
}

.registrationSection .formSection .row {
    margin-right: -9px;
    margin-left: -9px;
}

.registrationSection .formSection [class*=col-] {
    padding: 0 9px;
}

.registrationSection label {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000000;
}

.uploadImageBtn span input {
    display: none;
}

.uploadImageBtn .browseBtn {
    background-image: url(../images/plus-icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 135px;
    width: 135px;
    font-weight: 100;
    border: 1px solid #eaeaea;
    text-align: center;
    cursor: pointer;
}

.registrationSection .formButton input[type="submit"] {
    display: inline-block;
    max-width: 200px;
    line-height: 20px;
    height: 47px;
}

.registrationSection .formButton {
    margin: 30px 0 0;
}

.calanderIcon,
.customDropdown {
    display: block;
    position: relative;
}

.customDropdown:after {
    content: '';
    background-image: url(../images/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
    height: 42px;
    pointer-events: none;
    cursor: pointer;
}

.calanderIcon:after {
    content: '';
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 52px;
    height: 42px;
    pointer-events: none;
    cursor: pointer;
}

.calanderIcon input[type=date] {
    text-transform: uppercase;
}

/* ==== 404 Page Style ==== */

.page-header {
    padding-bottom: 9px;
    margin: 0px;
    border-bottom: 0;
    text-align: center;
    font-weight: 100;
}

.notFoundImg {
    padding: 0 0 56px;
}

.page-header .page-title {
    font-size: 24px;
    padding: 0 0 12px;
}

.redBorderBtn {
    display: inline-block;
    width: auto;
    padding: 13px 23px;
    line-height: 12px;
    height: 40px;
}

.page-header .innerContent p {
    padding: 0px 0 32px;
}

/* ==== Register Page Style ==== */

.registrationPage {
background-color: #f6f6f6;
background-image: url(../images/register-bg.png);
background-repeat: no-repeat;
padding: 96px 0 120px;
background-size: cover;
background-position: 66% 50%;
}

.registrationPage .careerContactBox {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.page-header .page-title {
    font-size: 34px;
    padding: 0 0 16px;
    font-weight: 300;
    color: #000000;
}

.innerContentSection .entry-header h2 a,
.innerContentSection .entry-header h2 a:visited {
    font-size: 26px;
    font-weight: 300;
    color: #000000;
    display: block;
    padding: 0 0 12px;
}

.innerContentSection .post-thumbnail {
    display: block;
    margin: 0 0 6px;
}

.innerContentSection .page-content, 
.innerContentSection .entry-content, 
.innerContentSection .entry-summary {
    margin: 0;
}

.qualityPolicyTab .nav-tabs {
   float: left;
   width: 32%;
   padding-right: 20px;
   margin-top: 6px;
}

.qualityPolicyTab .tab-content {
   float: left;
   width: 68%;
   padding-left: 20px;
}

.qualityTabBox .nav-tabs>li {
   display: block;
   margin-bottom: 5px;
}

.innerContent > ul {
    margin-left: 30px;
}

.Business-image {
height: 410px;
text-align: right;
}
.Business-image img {
height: 100%;
}

.footerLinks img {
margin: 0px 10px 10px;
max-width: 100px !important;
}

.overviewImageBox img {
height: 344px;
}
.banner-title {
text-align: left;
padding: 8px 20px;
background: #ffff;
opacity: 0.5;
border: 4px solid lightgray;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: auto;
}
.contactBannerBox .contactBannerImg img {
min-height: 469px;
height: 100%;
}
.contactBanner {
   display: flex;
   flex-wrap: wrap;
}
.contactBannerImg {
   height: 100%;
}

@media only screen and (min-width: 1580px){
.bannerSlider .item {
   min-height: 650px;
}
.innerBannerSection{
min-height: 340px
}
}
.vessel {
   display: flex;
   flex-wrap: wrap;
}
.gaurd-vessel, .guard-vessel {
   margin: 0px 10px 10px;
   text-align: center;
}
.gaurd-vessel a img, .guard-vessel a img {
max-height: 180px;
max-width: 250px;
}

.gaurd-vessel a, .guard-vessel a {
   display: block;
   width: 100%;
   height: 100%;
}

.gaurd-vessel a img, .guard-vessel a img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
 .more
 {
    margin:0px 0px 25px 10px;
 }