/*
Theme Name: Master Boat Theme
Version: 1.0
Text Domain: mb
*/

@font-face {
    font-family: 'Rogbold';
    src: url('./assets/fonts/Rogbold.woff2') format('woff2'),
        url('./assets/fonts/Rogbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rogbold';
    src: url('./assets/fonts/Rogbold.woff2') format('woff2'),
        url('./assets/fonts/Rogbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/



/*----------intial declartaion of css----------*/
*{margin:0;padding:0;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,select,input,option{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
html {-webkit-text-size-adjust: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none; height:0;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
small{font-size:80%}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none;}
button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline;}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:none; cursor:pointer; }
button:focus{outline:none !important}
/* remember to define focus styles! */
:focus {outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table { border:0 none; border-collapse:collapse; border-spacing:0;}
td { vertical-align:top; }
img { border:0 none; max-width:100%; }
a{ outline:none; cursor:pointer;-webkit-transition: 0.5s all ease-in-out;-moz-transition: 0.5s all ease-in-out;transition: 0.5s all ease-in-out;text-decoration: none;color:#000;}
a:hover{text-decoration: none;color:#315569;}
a:focus{-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important}
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}  
img{ max-width:100%;}
ol, ul{margin-left: 15px;margin-bottom:20px;}
ol li, ul li{color:#000;}


/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
.cf{*zoom:1;clear: both}
/* For IE 6/7 (trigger hasLayout) */
.wrapper{overflow: hidden;}
strong{font-weight: 700;}
p{ font-size:16px;padding-bottom:25px;font-family: "Source Sans 3", sans-serif;font-weight: 400;color:#000;line-height: 1.6}
h1{font-size:84px;font-family: 'Rogbold' !important;font-weight:normal;margin-bottom:20px;line-height:0.9;text-transform: uppercase;line-height: 1.01}
h2{font-size:55px;font-family: 'Rogbold' !important;font-weight:normal;margin-bottom: 25px;color:#01467F;text-transform: uppercase;line-height: 1.01}
h3{font-size:40px;margin-bottom: 20px;font-weight: 300;color:#28364E;line-height:1.22}
h4{font-size:30px;margin-bottom: 20px;font-weight: 400;}
h5{font-size:24px;margin-bottom: 20px;font-weight: 400;}
h6{font-size:20px;margin-bottom: 20px;font-weight: 400;}
body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #28364E;
    overflow-x: hidden;
}
.btn {
    padding: 15px 50px 15px 51px;
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    display: inline-block;
    outline: none;
    letter-spacing: 0.021em;
    border: 2px solid #8E3A37;
    text-transform: uppercase;
}
.btn-primary {
    border: 2px solid #8E3A37;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    text-transform: uppercase;
    /*background: transparent;
    color: #8E3A37;*/
    color: #fff;
    background-color: #8E3A37;
}
.btn-primary:hover {
    color: #8E3A37;
    background-color: transparent;
    /*background-color: #8E3A37;
    color: #fff;*/
}

a.btn.btn-secondary {
    background-color: #01467F;
    color: #fff;
    border-color: #01467F;
}

a.btn.btn-secondary:hover {
    color: #01467F;
    border-color: #01467F;
    background:transparent;
}

p a {
    font-weight: bold;
}


input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="password"]{width:100%;font-size:15px;font-family: "Source Sans 3", sans-serif;font-weight:100;color:#fff;background:transparent;padding:0 0 21px;border-bottom:1px solid #fff;-webkit-appearance: none; -moz-appearance:none; appearance:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
textarea{width: 100%;font-size: 15px;color:#fff;font-family: "Source Sans 3", sans-serif;font-weight: 100;border-bottom:1px solid #fff;resize:none;padding:15px;height: 140px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
/*textarea:focus{border-bottom:1px solid #427ce7;}*/
input[type="search"]{-webkit-appearance: none !important;-moz-appearance: none !important;appearance: none !important;outline: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline:none;border-radius: 0;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{display: none;}
.form-control{margin-bottom: 60px;position: relative;}
.form-control:after{position: absolute;content: "";background-color: red;width: 20px;height: 1px;left: 0;opacity: 0;visibility: hidden;}
.form-control:focus:after{opacity:1;visibility: hidden;}
.form-control span.line{position:absolute;content:"";background: #407DE4;width: 0;height: 2px;bottom:-1px;left: 0;transition: 0.5s all ease-in-out;}

input[type="text"]:focus ~ span.line,
input[type="email"]:focus ~ span.line,
input[type="phone"]:focus ~ span.line,
input[type="tel"]:focus ~ span.line,
input[type="number"]:focus ~ span.line,
input[type="password"]:focus{width:100%}


ul li{font-family: "Source Sans 3", sans-serif;font-weight:400;font-size: 16px;} 
ol li{font-family: "Source Sans 3", sans-serif;font-weight:400;font-size: 16px;} 

::-webkit-input-placeholder {color:#fff;opacity:1;font-family: "Source Sans 3", sans-serif;font-size:15px;font-weight:100;}
:-moz-placeholder {color:#fff;opacity:1;font-family: "Source Sans 3", sans-serif;font-size:15px;font-weight:100;}
::-moz-placeholder {color:#fff;opacity:1;font-family: "Source Sans 3", sans-serif;font-size:15px;font-weight:100;}
:-ms-input-placeholder {color:#fff;opacity:1;font-family: "Source Sans 3", sans-serif;font-size:15px;font-weight:100;}
label{font-family: "Source Sans 3", sans-serif;font-size:16px;color:#28364E;display: block;}
.wrapper{position: relative;overflow: hidden;}
.container {
    max-width: 1428px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

.title-with-left-line {
    border-bottom: 3px solid #EAE1DE;
    border-left: 3px solid #EAE1DE;
    padding: 32px 0 0 47px;
    margin-bottom: 23px;
    position: relative;
}

.about-block .title-with-left-line {
    border-left: 0px solid #EAE1DE;
}
.about-block .title-with-left-line:before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 46px);
    background-color: #EAE1DE;
    left: 0px;
    top: 47px;
}
.title-with-left-line h2, .title-with-left-line h3 {
    font-size: 55px;
    color: #01467F;
    text-transform: uppercase;
    max-width: 420px;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    font-family: 'Rogbold' !important;
    font-weight: normal;
    line-height: 1.01;
}
.title-with-left-line:after { position: absolute; content: ""; background: #EAE1DE; width: 100%; height: 3px; right: -100%;z-index: 0;}
.title-with-right-line{border-bottom: 3px solid #EAE1DE; border-right: 3px solid #EAE1DE; padding: 0 40px 0 0px; margin-bottom: 30px;position: relative;}
.title-with-right-line h2 { font-size: 55px; color: #01467F; text-transform: uppercase;max-width: 420px;letter-spacing: 1px;margin-bottom: 15px;}
.title-with-right-line:after { position: absolute; content: ""; background: #EAE1DE; width: 100%; height: 3px; left: -100%;z-index: 0;}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5
.white-text h6{color:#fff;}
.white-text .title-with-left-line h2, .white-text .title-with-left-line h3{color:#fff !important}
.white-text .title-with-right-line h2, .white-text .title-with-right-line h3{color:#fff !important}
.white-text .title-with-right-line{border-color: #003662;}
.white-text .title-with-right-line::after{background: #003662;}
.white-text .title-with-left-line{border-color: #003662;}
.white-text .title-with-left-line::after{background: #003662;}

/* Color Option Start */

.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .black-text p, .black-text ul li {
  color: #000000;
}
.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .dark-blue-text p, .dark-red-text ul li {
  color: #01467F;
}
.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .dark-red-text p, .dark-red-text ul li {
  color: #8E3A37;
}
.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .white-text p, .white-text ul li {
  color: #ffffff;
}

/* Color Option End */

div#page {
    overflow: hidden;
}


.white-text .title-with-left-line span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    letter-spacing: 0.03em;
}
.white-text .small-title .sub-title{color: #fff;}
.small-title .sub-title{letter-spacing: 0.48px;font-size: 16px;text-transform: uppercase;margin-bottom: 21px;}
.white-text p{color: #fff;}

ul.slick-dots{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;margin:38px 0 0;}
ul.slick-dots li{list-style:none;margin: 0 5px;}
ul.slick-dots button{font-size: 0;border:none;border-radius: 50%;background: rgba(255, 255, 255, 0.21);;width:18px;height: 18px;}
ul.slick-dots li.slick-active button{background: #fff;}

.custom-navigation { text-align: center; border: 3px solid #EAE1DE; max-width: 92px; width: 100%; margin: 31px auto 0; border-radius: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 9px 18px; position: relative;padding: 0; background:#F4F5F0;}
.custom-navigation button { border: 0; font-size: 0; line-height: normal; height: auto; background: transparent;padding: 10px 13px;}

.horizonal-slider-inner .custom-navigation,
.horizonal-slider-inner .custom-navigation button{
    background: #F4F5F0;
    
}

/* Header section style start here*/
header.site-header {
    background-color: transparent;
    position: fixed;
    z-index: 111;
    top: 0;
    width: 100%;
    padding-top: 42px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.site-header .main-header.container {
    max-width: 1413px;
}
header.site-header.srolled {
    background-color: rgb(0 50 91 / 85%);
    box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
}
header.site-header .header-logo a img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header.site-header.srolled .header-logo a img {
    width: 150px;
}
.header-wrap{display:flex;width:100%}
.header-main.fixed{background:#172236;-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30)}
.logo{width:19%;padding-left: 20px;}
.logo a{display: inline-block;vertical-align: middle;font-size:0}

.logo img{
    height:115px; 
}
.header-wrap .header-logo {
    width: 20.5%;
}
.header-wrap .nav-wrap {
    width: 80%;
    text-align: right;
    margin-top: -2px;
    transition: all 0.5s ease-in-out;
}
.srolled .header-wrap .nav-wrap {
    margin-top: 18px;
}

/* Header section style ends here*/

/* Hero banner section style starts here*/
.sec-hero-banner{min-height: 837px;display: flex;align-items: center;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.sec-hero-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 74.68%);
    background-blend-mode: multiply;
    z-index: 2;
}
.sec-hero-banner:before {
    position: absolute;
    content: "";
    width: 150%;
    height: 100%;
    z-index: 1;
        background-image: url(./assets/images/hero-overlay.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}
.sec-hero-banner .banner-content {
    max-width: 600px;
    width: 100%;
    padding: 175px 0 50px 106px;
    position: relative;
    z-index: 3;
}
.sec-hero-banner .banner-content h1{color: #fff;font-size: 84px;text-transform: uppercase;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);margin-bottom: 10px;    line-height: 1;    letter-spacing: 0.01em;}
.sec-hero-banner .banner-content h1 span {
    font-size: 135px;
    display: block;
    position: relative;
    top: -6px;
}
.sec-hero-banner .banner-content .btn-primary:hover,
.sec-hero-banner .banner-content .btn-primary:focus{color: #F4F4F0;background:#8E3A37;border-color:#8E3A37;}
.main-link { position: absolute; top: 38px; right: 45px;z-index: 111;} 
.main-link a { color: #ffff;position: relative;padding-right: 15px;font-size: 16px;font-style: italic;font-weight: 400;}
.main-link a:after{position: absolute;content: '';background: url('../images/white-angle-right.svg') right center no-repeat;width: 7px;height: 10px;right: 0;top: 50%;transition: 0.5s all ease-in-out;transform: translateY(-50%);}
.main-link a:hover:after{right: -5px;}

/* Hero banner section style ends here*/

/* Inner Banner Section Start */

.inner-banner {
    display: inline-block;
    width: 100%;
    padding-top: 373px;
    padding-bottom: 36px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(./assets/images/banner-overlay.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.inner-banner h1 {    
    width: 100%;
    color: #fff;    
    letter-spacing: 0.009em;
    line-height: 0.91;
}
.inner-banner .inner-banner-block {    
    max-width: 800px;
    padding-left: 108px;
    position: relative;
    z-index: 1;    
}

/* Inner Banner Section End */


/* About section style ends here*/
.about-block{padding: 52px 0 67px;background: #F4F5F0;}
.about-wrap{display: flex;flex-wrap: wrap;align-items: center;}
.about-wrap .about-left {
    width: 32.9%;
}
.about-wrap .about-left .title-with-left-line{max-width: 355px;}
.about-wrap .about-left-wrap{width: 100%;}
.about-wrap .about-left-wrap .about-para {
    padding-left: 49px;
    max-width: 380px;
    width: 100%;
}
.about-wrap .about-left-wrap .about-para .btn { margin-top: 25px; }
.about-wrap .about-right {
    width: 67.1%;
    padding-left: 20px;
}

.video-wrapper{padding-bottom: 50.25%; position: relative}
.video-wrapper iframe{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.about-block.right-content .about-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.about-block.right-content .about-wrap .about-left .title-with-left-line {
    border-bottom: 3px solid #EAE1DE;
    border-right: 3px solid #EAE1DE;
    border-left: 0;
    max-width: 100%;
    padding: 0 20px 0 65px;
        margin-bottom: 27px;
}

.about-block.right-content .about-wrap .about-left .title-with-left-line::after {
    right: 0;
    left: -100%;
}
.about-right .video-wrapper {
    padding-bottom: 53.25%;
}
.about-block.right-content {
    padding: 10px 0 20px;
}
.video-wrapper.iframe-set {
    padding-bottom: 70%;
}
.right-content .about-wrap .about-right {
    width: 66.5%;
    padding: 0;
}

.about-block.right-content .about-wrap .about-left .title-with-left-line h2 {
    font-size: 40px;
    line-height: 1.15;
}

.about-block.right-content .about-wrap .about-left .title-with-left-line .sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    padding-left: 4px;
    font-weight: 400;
}
.right-content .about-wrap .about-left-wrap .about-para {
    padding-left: 65px;
    max-width: 435px;
    width: 100%;
}
.right-content .about-wrap .about-left-wrap .about-para p {
    letter-spacing: 0.012em;
}
.about-block.right-content {
    padding: 66px 0 66px;
}
.about-block.right-content .title-with-left-line:before{
    display: none;
}

.career-iframe-wrapper{
  align-items:start;
}
.career-iframe-wrapper .video-wrapper iframe{
  position: relative !important;
}

.career-iframe-wrapper .about-right .video-wrapper{
  padding-bottom:0 !important;
}

.iframe-career{
  min-height:1200px;
}

/* About section style ends here*/

/* Horizonal section style start here*/
.horizonal-slider-block{background:#F4F5F0;padding: 0 0 31px 0;}
.horizonal-slider-inner{position: relative; padding-left: calc((100% - 1326px) / 2);}
.horizonal-slider-inner .horizonal-slider{width: 100%; position: static !important; margin: 0 0 0 auto;}
.horizonal-slider-inner .horizonal-slider .item-wrap { position: relative; margin-right: 40px; }
.horizonal-slider-inner .horizonal-slider .item-wrap figure{height: 675px;position: relative;z-index: 1;}
.horizonal-slider-inner .horizonal-slider .item-wrap figure img{width:100%;height: 100%;object-fit: cover;}
.horizonal-slider-inner .horizonal-slider .item-wrap .item-para{padding: 0px 90px 0 42px;}

.horizonal-slider .two-column-items { width: 910px; }
.horizonal-slider-inner .item-desc{padding: 0 0 0 60px}
.horizonal-slider-inner .item-desc .title-with-left-line{padding: 38px 0 0 40px;    margin-bottom: 29px;}
.horizonal-slider-inner .item-desc .title-with-left-line::after{display: none;}
.horizonal-slider-inner .item-desc .title-with-left-line span {
    text-transform: uppercase;
    color: #01467F;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
}
.horizonal-slider-inner .custom-navigation {
    position: absolute;
    bottom: calc(100% - 800px);
    right: 39.1%;
    margin-bottom: -5px;
}
/* Horizonal section style ends here*/

/* Images slider section start here */
.images-slider .images-wrap figure{height: 480px;}
.images-slider .images-wrap figure img{height: 100%;width:100%;object-fit: cover;}
.images-slider-block-inner{position: relative;}
.images-slider-block-inner .custom-navigation{background: rgba(255,255,255,0.88);position: absolute;bottom: 0;right: 0;z-index: 1;max-width: 95px;}
.images-slider-block-inner .custom-navigation button{padding: 13px 13px }
/* Images slider section end here */


/* Employee Quote section start here */
.employee-quote-block{padding: 85px 0 46px;background-position:center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.employee-quote-block .bg-image{position: absolute;width: 100%;height: 100%;background-position:center center;background-repeat: no-repeat;background-size: cover;top:0}
/*.employee-quote-block:after{position: absolute;content: '';width:100%;height: 100%;left:0;right:0;top:0;margin: 0 auto;background-image:  linear-gradient(270deg, #8E3A37 0%, rgba(142, 58, 55, 0.77) 100%);}*/
.employee-quote-inner{position: relative;z-index: 1;text-align: center;}
.employee-quote-inner h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.employee-quote-slider {
    max-width: 808px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 10px;
}
.employee-quote-slider .employee-quote-cont > p{color: #fff;font-weight: 700;font-size: 20px;line-height: 1.61;}
.employee-quote-slider .employee-quote-cont .author-wrap{padding-top: 28px;}
.employee-quote-slider .employee-quote-cont .author-wrap span,
.employee-quote-slider .employee-quote-cont .author-wrap p{color:#fff;display: block;font-size: 16px;font-weight: 500;line-height: 1.63}
.employee-quote-slider .employee-quote-cont .author-wrap p{color:#fff;}
.employee-quote-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #01467F 0%, rgba(1, 70, 127, 0.65) 100%);
    z-index: 1;
}

/* Employee Quote section end here */


/* Work US block section start here */
.work-with-us-block {
    background: #F4F5F0;
    padding-top: 65px;
    padding-bottom: 50px;
}
.work-with-us-block .container {
    max-width: 1403px;
}
.work-us-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.left-content .work-us-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.work-thumb {width: 55.4%;position: relative;z-index: 1;}
.work-thumb figure img{width: 100%;height: 100%;object-fit: cover;}
.work-thumb figure{font-size: 0;height: 100%;}
.work-content {
    width: 44.4%;
    padding: 37px 0 0px 103px;
    display: table;
}
.work-content .work-content-inner{display: table-cell;height: 100%;vertical-align: middle;}
.work-content .work-content-inner .sub-title{text-transform: uppercase; color: #01467F; display: block; margin-bottom: 25px;letter-spacing: 0.48px;font-size: 16px;font-weight: 400;}
.work-content .work-content-inner .btn{margin-top: 15px;}
.work-content .title-with-left-line{border-left: 0;border-right:1px solid }
.work-content .title-with-left-line::after{right: inherit;left: -100%;}
.work-content .title-with-right-line h2 {
    max-width: 100%;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 2px;
}
.team-details-section .work-content .title-with-right-line h3 {
    font-size: 35px;
    color: #01467F;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
.work-with-us-block .title-with-right-line {    
    margin-bottom: 25px;
    border-right: 0;
}
.work-with-us-block.team-details-section .title-with-right-line{
    max-width: 330px;
}
.work-with-us-block .title-with-right-line:before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 16px);
    background-color: #EAE1DE;
    right: 0px;
    top: 17px;
}

.right-content .work-thumb {
    width: 52.5%;
}

.right-content .work-content {
    width: 47.5%;
    padding: 1px 0 0px 72px;
    padding-bottom: 24px;
}

.right-content .work-content h2 {    
    line-height: 1.14;
    margin-bottom: 22px;
}

.right-content .work-content .title-with-right-line {
    margin-bottom: 28px;
    display: inline-block;
}
section.work-with-us-block.right-content {
    padding-bottom: 9px;
}

section.work-with-us-block.right-content .container {
    max-width: 1415px;
}

.right-content .work-content p {
    padding-right: 30px;
    line-height: 1.63;
    margin-bottom: 2px;
}

.left-content .work-us-wrap .title-with-right-line {
    max-width: 420px;
    padding-right: 20px;
    padding-left: 30px;
}

.left-content .work-us-wrap .title-with-right-line::before {
    right: initial;
    left: 0;
}

.left-content .work-us-wrap .title-with-right-line::after {
    left: initial;
    right: -100%;
}

.left-content .work-us-wrap  h6 {
    padding-left: 30px;
}

.left-content .work-us-wrap p {padding-left: 30px;padding-right: 30px;}

.left-content .work-content {
    padding-left: 23px;
}
.left-content .work-content .work-content-inner .btn {
    margin-left: 30px;
}
/* Work US block section end here */

/* Video block section start here */
.video-block {padding: 107px 0 0;background: #005194;}
.video-block .top-heading h2 {
    font-size: 70px;
    letter-spacing: 0.01em;
}
.video-block .title-with-left-line,
.video-block.white-text .title-with-left-line{border-color: #003662;max-width: 380px; padding: 0 0 0 49px;
    margin-bottom: 26px;}
.video-block .title-with-left-line h2,
.video-block.white-text .title-with-left-line h2, .video-block.white-text .title-with-left-line h3{font-size: 36px;line-height: 1.2;}
.video-block .title-with-left-line::after,
.video-block.white-text .title-with-left-line::after{background:#003662;}
.video-wrap{display: flex;flex-wrap: wrap;align-items: flex-start;padding:37px 0 0}
.video-wrap .video-left{width:34%}
.video-wrap .video-left-wrap{width: 100%;}
.video-wrap .video-left-wrap .video-para{padding-left: 45px;max-width:400px;width: 100%;}
.video-wrap .video-left-wrap .video-para p{color:#fff;    letter-spacing: 0.008em;
    line-height: 1.62;}
.video-wrap .video-right{width:66%;padding-left: 20px;}
.video-wrap .video-left-wrap .small-title{padding-left: 50px;}
.video-block .container {
    max-width: 1438px;
}
.bottom-videos-block .container {
    max-width: 1433px;
}
/* Video block section end here */

/*  block section start here */

.bottom-videos-block {
    padding: 69px 0 6px 0;
    background-color: #005194;
    overflow: hidden;
}

ul.three-videos-listing{display: flex;flex-wrap: wrap;margin: 0 -15px;}
ul.three-videos-listing li{width:calc(33.33% - 30px);margin: 0 15px 15px;list-style: none;position: relative;}
ul.three-videos-listing li .title-with-left-line h2, ul.three-videos-listing li .title-with-left-line h4 {
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    font-family: 'Rogbold' !important;
    font-weight: normal;
    line-height: 1.01;
    text-transform: uppercase;
    max-width: 420px;
}
ul.three-videos-listing li .title-with-left-line::after{display: none;}
ul.three-videos-listing li .title-with-left-line {
    padding: 29px 63px 21px 33px;
    display: inline-block;
    margin-left: 40px;
}
.three-videos-listing .slick-arrow.slick-prev, 
.three-videos-listing .slick-arrow.slick-next { position: absolute;font-size: 0; border: none; cursor: pointer; left: 50px;bottom: 0}
.three-videos-listing .slick-arrow.slick-prev:before { position: absolute; content: "";background:transparent url('./assets/images/slick-left-arrow.svg') center center no-repeat; left: 0; z-index: 11; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; transition: 0.5s all ease;width: 10px;height: 16px;}
.three-videos-listing .slick-arrow.slick-next:before { position: absolute; content: "";background:transparent url('./assets/images/slick-left-arrow.svg') center center no-repeat;left: 25px; z-index: 11; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; transition: 0.5s all ease;width: 10px;height: 16px;transform: rotate(180deg)}
/*  block section end here */

/* Our Team Section Start */

.our-team-list {
    padding-top: 109px;
    padding-bottom: 98px;
    background-color: #F4F5F0;
}

.our-team-list h2 {
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 55px;
}
.our-team-list .container {
    max-width: 1378px;
}

.our-team-block {
    gap: 38px;
    row-gap: .;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    row-gap: 44px;
}

.our-team-block a.team-list {
    width: 100%;
    background-color: #01467F;
}

.our-team-block a.team-list .team-img {
    width: 100%;
    overflow: hidden;
}

.our-team-block a.team-list .team-img img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
    display: block;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.our-team-block a.team-list .team-details {
    text-align: center;
    padding: 9px 10px 7px;
    border: none;
    margin-top: -1px;
    position: relative;
    min-height: 106px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.our-team-block a.team-list .team-details h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-family: 'Rogbold' !important;
    letter-spacing: 0.01em;
    line-height: 1;
    width: 100%;
}

.our-team-block a.team-list .team-details p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0;
    letter-spacing: 0.019em;
    line-height: 1.1;
}
.our-team-block a.team-list:hover .team-img img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}

/* Our Team Section End */

/* Team Details Section Start */

.work-with-us-block.team-details-section {
    padding-top: 67px;
    padding-bottom: 47px;
}
.work-with-us-block.team-details-section .work-us-wrap .work-thumb {
    width: 32.5%;
}
.work-with-us-block.team-details-section .work-us-wrap .work-thumb figure {
    height: auto;
}
.work-with-us-block.team-details-section .work-us-wrap .work-content {
    width: 58.5%;
    padding-left: 94px;
    padding-bottom: 0;
}
.work-with-us-block.team-details-section .work-us-wrap .work-content p {
    line-height: 1.61;
    margin-bottom: 28px;
    padding-bottom: 0;
}

/* Team Details Section End */

/* Featured main Section Start */

.featured-article-section {
    padding-top: 72px;
    padding-bottom: 0;
    background-color: #F4F5F0;
}
.featured-article-section .featured-main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0px 4px 30.1px 0px #0000001A;
    background-color: #fff;
    overflow: hidden;
}
.featured-article-section .featured-main-block .featured-image {
    width: 51.9%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.featured-article-section .featured-main-block .featured-content {
    width: 48.1%;
    padding: 0 48px 0 44px;
    border-top: 0;
    border-left: 0;
    margin: 104px 0;
}
.featured-article-section .featured-main-block .featured-content .sub-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #01467F;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    margin-bottom: 17px;
    letter-spacing: 0.03em;
}
.featured-main-block .featured-content .featured-btn-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.featured-article-section .featured-main-block .featured-content h2 {
    font-size: 30px;
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.33;
}
.featured-article-section .featured-main-block .featured-content h2 a {
    color: #01467F;
}
.featured-article-section .featured-main-block .featured-content h2 a:hover {
    color: #8E3A37;
}
.featured-main-block .featured-content .featured-btn-date .date {
    font-weight: 400;
    color: #8E3A37;
    text-transform: uppercase;
}

a.link-btn {
    color: #8E3A37;
    text-transform: uppercase;
    padding-right: 12px;
    letter-spacing: 0.03em;
    position: relative;
    display: inline-block;
}

a.link-btn i {
    position: absolute;
    right: 0;
    font-size: 19px;
    top: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.link-btn:hover i {
    right: -5px;
}

ul.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

ul.page-numbers li {
    padding: 0 8.5px;
}

ul.page-numbers li a, ul.page-numbers li span {
    font-size: 15px;
    font-weight: 500;
    color: #8E3A37;
    font-family: "Source Sans 3", sans-serif;
    padding-bottom: 0;
}

ul.page-numbers li span.current {
    border-bottom: 1px solid #8E3A37;
}
.single .featured-main-block {
    background-color: inherit;
    box-shadow: none;
}

.single .featured-article-section .featured-main-block .featured-content {border: 3px solid #EAE1DE;border-left: 0;border-top: 0;}

.single .featured-article-section .featured-main-block .featured-content .sub-title {
    color: #8E3A37;
}

/* Featured main Section End */

/* Featured List Section Start */

.featured-list {
    padding-top: 40px;
    padding-bottom: 69px;
    background-color: #f4f5f0;
}

.featured-list .featured-list-block {
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 17px;
    margin-bottom: 33px;
    border: 3px solid #EAE1DE;
    border-right: 0;
    border-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 23px;
}

.featured-list .featured-list-block .feature-list-img {
    width: 28.5%;
}

.featured-list .featured-list-block  .feature-list-content {
    width: 62%;
    padding-top: 12px;
}

.featured-list .featured-list-block .feature-list-img img {
    display: block;
    width: 100%;
}

.featured-list .featured-list-block .feature-list-content span {
    display: block;
    font-size: 16px;
    color: #8E3A37;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}

.featured-list .featured-list-block .feature-list-content h3 {
    font-size: 30px;
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 700;
    color: #01467F;
    line-height: 1.3;
    margin-bottom: 18px;
}
.featured-list .featured-list-block .feature-list-content h3 a {
    color: #01467F;
}
.featured-list .featured-list-block .feature-list-content h3 a:hover {
    color: #8E3A37;
}
.featured-list .featured-list-block .feature-list-content a.link-btn {
    color: #01467F;
}

.featured-list .container, .featured-article-section .container {
    max-width: 1306px;
}
.featured-pagination {
    display: inline-block;
    margin: 10px auto 0;
    width: 100%;
}
/* Featured List Section End */

/* Contact Map Section Start */

.contact-us-section {
    padding-top: 65px;
    padding-bottom: 38px;
    background-color: #F4F4F0;
}

.contact-us-section .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.contact-us-section .contact-wrap .contactmap {
    width: 70.7%;
    position: relative;
    z-index: 1;
}

.contact-us-section .contact-wrap .contact-details {
    width: 29.3%;
    padding: 101px 0 117px 101px;
}

.contact-us-section .contact-wrap .contactmap img {
    display: block;
    width: 100%;
}

.contact-details h2 {
    border: 3px solid #EAE1DE;
    border-left: 0;
    border-top: 0;
    padding-bottom: 16px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 27px;
    letter-spacing: 0.011em;
}

.contact-details h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #EAE1DE;
    bottom: -3px;
    left: -100%;
}

.contact-us-section .container {
    max-width: 1352px;
}

.contact-list h4 {
    font-size: 16px;
    color: #8E3A37;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}

.contact-list a {
    color: #01467F;
    font-weight: 700;
    letter-spacing: 0.03em;
    display: inline-block;
    max-width: 156px;
    width: 100%;
    text-transform: uppercase;
}

.contact-list p {
    color: #01467F;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    display: inline-block;
    max-width: 221px;
    width: 100%;
    text-transform: uppercase;
    line-height: 1.4;
    padding-bottom: 0;   
}
.contact-list p:last-child {
    margin-bottom: 0;
}

.contact-list a:hover {
    color: #8E3A37;
}
.contact-us-section .contact-wrap .contactmap p {height: 100%;}

.contact-us-section .contact-wrap .contactmap p iframe {
    height: 100%;
    width: 100%;
}


/* Contact Map Section End */

/* Video List Section Start */

.video-popup-section {
    padding-top: 73px;
    padding-bottom: 55px;
    background-color: #005193;
}

.video-popup-section .video-popup-wrap {
    gap: 37px;
    row-gap: .;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    row-gap: 50px;
}

.video-popup-section .video-popup-wrap .video-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 237px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-left: 9px;
    padding-bottom: 12px;
}

.video-popup-section .video-popup-wrap .video-item {
    width: 100%;
}

.video-popup-section .video-popup-wrap .video-item h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    margin-left: 13px;
    padding: 33px 0 24px 25px;
    border: 3px solid #003662;
    border-top: 0;
    border-right: 0;
    font-family: 'Rogbold';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.video-popup-section .container {
    max-width: 1433px;
}

.video-item .video-popup-block {
    width: 86px;
    height: 50px;
    background-color: rgb(45 44 44 / 70%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
}

.video-item .video-popup-block:hover {
    background-color: #000;
}

/* Video List Section End */

/* Tab Section Start */

.tab-section {
    padding-top: 72px;
    padding-bottom: 65px;
    background-color: #F4F5F0;
}
.tab-section h2 {
    text-align: center;
    margin-bottom: 32px;
}
.tab-nav-wrapper {
    margin-bottom: 53px;
    overflow: hidden;
}

.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tab-btn {
    background: none;
    border: none;
    color: #01467F;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0px 24px 12px 24px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
    border-bottom: 3px solid #EAE1DE;
    letter-spacing: 0.03em;
    font-family: "Source Sans 3", sans-serif;
    position: relative;
}
.tab-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #01467F;
    bottom: -3px;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right: 0;
    margin: 0 auto;
}
.tab-btn:hover:before, .tab-btn.active:before {
    width: 100%;
}

.tab-nav-controls {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.tab-nav-btn {
    background: rgba(255, 255, 255, 0.8);
    color: #01467f;
    border: none;
    width: 32px;
    height: 37px;
    cursor: pointer;
    font-size: 29px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vessel-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    row-gap: 44px;
}

.vessel-card {
    overflow: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;    
    background: #01467F;
}

.vessel-card.show {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
}

.vessel-card.hide {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.95);
        -ms-transform: translateY(20px) scale(0.95);
            transform: translateY(20px) scale(0.95);
    pointer-events: none;
}
.vessel-grid h3 {
    color: #fff;
    padding: 19px 15px 14px 15px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Rogbold';
    letter-spacing: 0.01em;
    line-height: 1;
    min-height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.vessel-card img.vessel-image {
    display: block;
    width: 100%;
}
.tab-section .container {
    max-width: 1409px;
}

/* Tab Section End */

/* News Details Section Start */

.post-content {
    max-width: 917px;
    width: 100%;
    padding-top: 51px;
    margin: 0 auto;
}

.post-content p {
    padding-bottom: 27px;
}
.featured-article-section .featured-main-block .addtoany_shortcode {
    position: absolute;
    right: 20px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}
.featured-article-section .featured-main-block .aos-animate + .addtoany_shortcode {
    opacity: 1;
}

.featured-article-section .featured-main-block .addtoany_shortcode a {
    font-size: 15px;
    font-weight: 600;
    color: #8E3A37;
    padding-right: 41px;
    letter-spacing: 0.032em;
}

.featured-article-section .featured-main-block .addtoany_shortcode a:before {
    content: "\f064";
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.featured-article-section .featured-main-block .addtoany_shortcode a:hover:before {
    color: #01467f;
}
.single-post .featured-article-section {
    padding-bottom: 51px;
}

/* News Details Section End */

/* 404 page Stayle Start */

.error404 .page-content-section {
    padding-top: 200px;
    padding-bottom: 120px;
    background-color: #005093;
    text-align: center;
}

.error404 .page-content-section h1 {
    color: #fff;
    font-size: 120px;
}

.error404 .page-content-section h3 {
    color: #fff;
    margin-bottom: 40px;
}

.error404 .page-content-section  a.cta-button {
    padding: 10px 50px 12px 51px;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    display: inline-block;
    outline: none;
    letter-spacing: 0.021em;
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-transition: 0.5s all 
ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all 
ease-in-out;
    text-transform: uppercase;
    color: #ffffff;
}

.error404 .page-content-section a.cta-button:hover {
    background-color: #ffffff;
    color: #005092;
}
.page-content-default {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #F4F5F0;
}
/* 404 page Stayle End */


footer {
    background: linear-gradient(0.01deg, #003968 0.01%, #005194 99.99%);
}
.footer-wrap h2 {
    max-width: 500px;
    margin: 0 auto 10px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    width: 100%;
}
.footer-main{background-position:center bottom;background-repeat: no-repeat;background-size: cover;padding:80px 0 57px;text-align: center;}
.footer-wrap .btn-wrap{padding: 10px 0 43px}
.footer-wrap .btn-wrap .btn-primary {
    background: #fff;
    color: #01467F;
    border-color: #fff;
    font-weight: 700;
    padding: 11px 44px 11px 44px;
}
.footer-wrap .btn-wrap .btn-primary:hover,
.footer-wrap .btn-wrap .btn-primary:focus{background:transparent;color:#fff;border-color: #fff;}
.footer-wrap .footer-logo{padding: 20px 0 22px;}
.footer-wrap .footer-logo figure{max-width: 285px;width: 100%;margin:0 auto;}
.footer-wrap .footer-logo figure img{width:100%;height: 100%;}
.footer-wrap .copyright-txt p, 
.footer-wrap .copyright-txt a{color:#fff;text-transform: uppercase;letter-spacing: 0.48px;font-weight: 700}
.footer-phone{
   color:#fff;
}

.custom-background .bg-image {
    background-color:#01467F;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    z-index: -1;
}

.sec-hero-banner .bg-image {
    background-color:#fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.breadcrumbs {
    padding-bottom: 36px;
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-right: 8px;
    color: #01467F;
    font-weight: 400;
}

.breadcrumbs span.current {
    font-weight: 700;
    margin-left: 7px;
}
.breadcrumbs a:hover {
    color: #8E3A37;
}
@media (min-width: 1441px){
    .sec-hero-banner .bg-image {
        background-position: 100% 0%;
    }
}

@media all and (-ms-high-contrast:none){
    
}
@media (min-width: 1200px){
    .employee-quote-slider .employee-quote-cont p{padding-left:25px; padding-right:25px;}
}
@media (max-width:2700px){
   
}
@media (max-width:1920px){
   
}
@media (max-width:1600px){
    
}
@media (max-width:1400px){
    h1{font-size:68px}
    .arrow-wrap{bottom:-65px;}
    .banner-cont{padding-bottom: 30px;}
    .horizonal-slider-inner .custom-navigation{right: calc(100% - 870px)}
    /*.bottom-videos-block{background: linear-gradient(to top, #005290, #01528f, #014e89, #014a84, #01467f)}*/
    .inner-banner h1 {
        line-height: 1;
    }
    .inner-banner .inner-banner-block{        
        max-width: 600px;
        padding-left: 30px;
    }
    .inner-banner .inner-banner-block {
        max-width: 600px;
        padding-left: 30px;
    }
    .work-with-us-block.team-details-section .work-us-wrap .work-content {
        width: 67%;
        padding-left: 70px;
        padding-bottom: 0;
    }
    .contact-us-section .contact-wrap .contact-details {
        padding: 80px 0 80px 80px;
    }
    .header-wrap .nav-wrap {
        margin-top: 0;
    }
}
@media(max-width:1200px){
    h2{font-size:34px;}
    h3{font-size:28px;}
    h4{font-size:24px;}
    
    .horizonal-slider .two-column-items { width: 700px; }
    .horizonal-slider-inner .horizonal-slider .item-wrap figure { height: 500px; }
    .horizonal-slider-inner{padding-left: 0;}
    .horizonal-slider-inner .custom-navigation{bottom: calc(100% - 625px)}
    .title-with-left-line h2, .title-with-left-line h3{font-size: 40px;letter-spacing: 0.5px}
    .video-block .top-heading h2{font-size: 50px}
    .sec-hero-banner .banner-content{padding:90px 0 50px 100px }
    .sec-hero-banner .banner-content h1{font-size: 66px}
    .sec-hero-banner .banner-content h1 span{font-size: 100px}
    .video-block{padding: 65px 0 50px}
    .video-block .title-with-left-line, .video-block.white-text .title-with-left-line{padding: 0 0 0 49px}
    .video-wrap .video-left-wrap .video-para { padding-left: 30px;}    
    .video-wrap .video-left-wrap .small-title .sub-title{margin-bottom: 0;padding-bottom: 10px}
    .horizonal-slider-inner .custom-navigation{right:calc(100% - 650px)}
    .employee-quote-slider .employee-quote-cont p{font-size: 18px}
    .video-wrapper {
        padding-bottom: 48.25%;
    }
    .about-right .video-wrapper {
        padding-bottom: 53.25%;
    }
    ul.three-videos-listing li .title-with-left-line {
        padding: 29px 25px 21px 33px;
    }
    .work-content {
        padding: 30px 0 0px 60px;
    }
    .work-with-us-block {
        padding-top: 50px;
    }
    .our-team-block {
        gap: 30px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 30px;
    }
    .video-popup-section .video-popup-wrap .video-item h3 {
        font-size: 28px;
        padding: 26px 0 20px 20px;
        line-height: 1;
    }
    .video-popup-section .video-popup-wrap {
        gap: 40px;
        row-gap: 40px;
    }
    .featured-article-section .featured-main-block .featured-content {
        padding: 0 30px 30px 30px;
        margin: 50px 0;
    }
    .featured-list .featured-list-block .feature-list-img {
        width: 36.5%;
    }    
    .contact-us-section .contact-wrap .contact-details {
        padding: 50px 0 50px 50px;
    }
    .our-team-list {
        padding-top: 80px;
        padding-bottom: 80px;     
    }
    .single .featured-article-section .featured-main-block .addtoany_shortcode {
        bottom: 0;
    }sss
}


@media(max-width:1024px){
    h1 {font-size: 64px;}
    .vessel-grid h3 {
        padding: 15px;
        font-size: 30px;
    }
    .vessel-grid {        
        gap: 30px;
        row-gap: 30px;
    }
    header.site-header {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .header-wrap .header-logo {
        width: 200px;
    }
    .inner-banner {
        padding-top: 280px;
        padding-bottom: 30px;
    }
    .single-post .featured-article-section {
        padding-bottom: 20px;
    }
    .contact-us-section .contact-wrap .contactmap {
        width: 62.7%;
    }
    .contact-us-section .contact-wrap .contact-details {
        width: 37.3%;
        padding: 50px 0 50px 40px;
    }
}
@media(max-width:991px){
    .container{padding: 0 25px;}
    .work-thumb {width: 100%;}
    .work-content {
        width: 100%;
        padding: 0;
        display: table;
    }
    .our-team-list h2 {
        margin-bottom: 40px;
    }
    .about-wrap .about-left{width:100%;order:2;}
    .about-wrap .about-right{width: 100%;order: 1;padding-left:0}
    .about-wrap .about-left-wrap { width: 100%; padding-right: 25px; }
    .work-with-us-block .title-with-right-line {
        max-width: 100%;
        width: 100%;
    }
    .right-content .work-content h2 br {
        display: none;
    }
    .work-with-us-block .title-with-right-line::after {
        display: none;
    }
    .work-with-us-block .title-with-right-line:before {
        height: 200%;
        top: -100%;
    }
    .work-content .work-content-inner {
        padding-top: 20px;
    }
    .work-content .work-content-inner .sub-title {
        margin-bottom: 18px;
    }
    
    .about-wrap .about-left .title-with-left-line {
        max-width: 100%;
        padding: 27px 36px 0 13px;
        border-right: 2px solid #EAE1DE;
        border-left: none;
        margin-bottom: 17px;
    }
    .about-wrap .about-left .title-with-left-line:after{display: none}
    .about-wrap .about-left-wrap .about-para{max-width: 100%;padding-left: 21px;}
    .about-block{padding: 15px 0 30px}
    .about-wrap .about-left-wrap .about-para .btn{margin-top: 0}
    .horizonal-slider-block{padding: 25px 0 13px 0;}
    .horizonal-slider-inner .item-desc{padding: 0 0 0 30px}
    .video-wrap .video-left{width: 40%;}
    .video-wrap .video-right{width: 60%;}
    .about-block .title-with-left-line:before{
        display: none;
    }
    .our-team-block a.team-list .team-details h3 {
        font-size: 30px;
    }
    .work-with-us-block.team-details-section .work-us-wrap .work-content {
        width: 64%;
        padding-left: 50px;
    }
    .work-with-us-block.team-details-section .work-us-wrap .work-thumb {
        width: 36%;
    }
    .work-with-us-block.team-details-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .work-with-us-block.team-details-section .title-with-right-line:before {
        height: 100%;
        top: 0;
    }
    .work-with-us-block.team-details-section .title-with-right-line:after {
        display: block;
    }
    .team-details-section .work-content .work-content-inner {
        padding-top: 0;
    }
    .team-details-section .work-content .title-with-right-line {
        padding-top: 30px;
    }
    .team-details-section .work-content .title-with-right-line h3 {
        font-size: 28px;
    }
    .breadcrumbs {
        padding-bottom: 20px;
    }
    .right-content .about-wrap .about-right {
        width: 100%;
        padding: 0;
    }
    .about-block.right-content .about-wrap .about-left .title-with-left-line {
        max-width: 100%;
        padding: 30px 15px 0 0;
        margin-bottom: 27px;margin-left: 0;
    }
    .right-content .about-wrap .about-left-wrap .about-para {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }
    .about-block.right-content {
        padding: 50px 0 50px;
    }
    .video-popup-section .video-popup-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .video-popup-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .right-content .work-thumb {
        width: 100%;
    }
    .right-content .work-content {
        width: 100%;
        padding: 0 0 0px 0;
        padding-bottom: 24px;
    }
    .work-content .work-content-inner .btn {
        margin-top: 0;
    }
    .tab-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .vessel-grid h3 {
        font-size: 28px;
        padding: 14px 15px 10px 15px;
        min-height: 82px;
    }
    .tab-nav-wrapper {
        margin-bottom: 40px;
    }
    .tab-btn {
        padding: 0px 13px 10px 13px;
    }
    .featured-list .featured-list-block .feature-list-content h3 {
        font-size: 28px;
    }
    .featured-list .featured-list-block .feature-list-content {
        width: 59%;
        padding-top: 0;
    }
    
    .post-content {
        padding-top: 60px;
    }
    .error404 .page-content-section h1 {
        font-size: 100px;
    }
    .error404 .page-content-section {
        padding-top: 130px;
        padding-bottom: 90px;
    }
    .our-team-list {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .left-content .work-us-wrap .title-with-right-line {
        max-width: 100%;
        padding-right: 0;
    }
    .work-with-us-block.team-details-section .title-with-right-line{
        max-width: 100%;
    }
}


@media(min-width:768px){
    .show-mobile{display:none;}
}
@media (max-width: 767px) {
    .show-desktop{display:none;}
    h1 {font-size: 54px;}
    h2{font-size:30px;}
    h3{font-size:24px;}
    h4{font-size:22px;}
    h5{font-size: 20px}
    h6{font-size:18px;}
    .about-block .container {
        padding: 0 12px;
    }   
    ul.slick-dots{margin: 34px 0 0}
    ul.slick-dots button{width:15px;height: 15px}
    .small-title .sub-title{margin-bottom: 15px}
    .btn {
        padding: 8px 38px 8px 38px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
    .title-with-right-line{margin-bottom: 20px}
    .title-with-right-line h2{font-size: 40px}
    .title-with-left-line { max-width: 100%; padding: 25px 0px 0 10px; border-right: 3px solid #EAE1DE; border-left: none; margin-left: 10px;margin-bottom: 15px}
    .title-with-left-line:after{display: none;}
    .main-link { top: inherit; bottom: 15px; right: 15px; }
    .main-link a{color:#000;font-size: 12px;}
    .main-link a:after{background: url('../images/black-angle-right.svg') right center no-repeat}
    .logo { width:100%; padding-left: 15px; }
    .header-main{padding: 15px 0}
    .horizonal-slider-inner .item-desc{margin-right: 35px;}    
    .work-thumb {width: 100%;}
    .work-content {
        width: 100%;
        padding: 0 0 30px;
    }
    .work-with-us-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .our-team-list {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .work-content .work-content-inner .sub-title{border-right: 2px solid #EAE1DE; margin-bottom: 0; padding-bottom: 15px;}
    .work-content .work-content-inner .btn{margin-top: 0}
    .video-block .title-with-left-line h2, .video-block.white-text .title-with-left-line h2 {
        line-height: 1.05;
        font-size: 34px;
        letter-spacing: -0.01em;
        margin-bottom: 12px;
        padding-right: 20px;
    }
    .bottom-videos-block{padding: 0 0 17px}
    .bottom-videos-block .container{padding-right: 0;}
    ul.three-videos-listing{padding-left: 26px;}
    ul.three-videos-listing li{width:250px}
    ul.three-videos-listing li .title-with-left-line {
        border-left: 2px solid #003662;
        border-right: none;
        padding: 17px 0px 21px 17px;
        margin-left: 15px;
    }
    .about-wrap .about-right{padding-left: 0;}
    .sec-hero-banner .banner-content {
        padding: 200px 10px 11px;
    }
    .sec-hero-banner:after {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 74.68%);
    }
    .sec-hero-banner {
        min-height: 570px;
    }
    .sec-hero-banner .banner-content h1{font-size:49px;margin-bottom: 5px;letter-spacing: 0.012em;}
    .sec-hero-banner .banner-content h1 span{font-size: 80px;}
    .horizonal-slider-inner .horizonal-slider .item-wrap figure{height: auto; /*300px*/}
    .horizonal-slider-inner .item-desc {
        padding: 0 0 0 25px;
        margin-top: -7px;
        margin-bottom: 14px;
    }
    .horizonal-slider-inner .item-desc .title-with-left-line {
        padding: 22px 0 0 9px;
        margin-right: 0;
        margin-left: 0;
    }
    .horizonal-slider .two-column-items { width: auto; }
    .horizonal-slider-inner .horizonal-slider .item-wrap{margin-right: 0}
    .horizonal-slider-inner .horizonal-slider .item-wrap .item-para {
        padding: 0px 0px 0 9px;
    }
    .item-para p {
        line-height: 1.62;
    }
    .horizonal-slider-inner .item-desc .title-with-left-line span{margin-bottom: 13px}
    .horizonal-slider-inner .custom-navigation{display: none;}
    .images-slider .images-wrap figure { height: 390px; }
   /* .bottom-videos-block { background: linear-gradient(to top, #014f8a, #01528f, #014e89, #014a84, #01467f)}*/
    .video-block{padding: 48px 0 10px}
    .video-wrap .video-left-wrap{padding: 0px 20px 0px 5px}
    .video-block .container{padding: 0 11px}
    .video-wrap .video-left { width: 100%;order: 2}
    .video-wrap .video-right{width: 100%;padding-right: 0;margin-bottom: 0;order: 1;padding-left: 0;}
    .video-block .title-with-left-line, .video-block.white-text .title-with-left-line{max-width: 100%;padding:0 0 0 10px;margin-bottom: 20px;}
    .video-wrap .video-left-wrap .video-para{max-width: 100%;padding-left: 20px}
    .video-block .top-heading{padding-left: 20px}
    .video-block .top-heading h2{font-size: 40px;margin-bottom: 15px;}
    .video-block .top-heading.text-center{text-align: left;}
    .video-wrap .video-right .video-wrapper iframe{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}
    .title-with-right-line:after{left:-10px}
    .employee-quote-inner{text-align: left;padding:0 0}
    .employee-quote-inner h2{font-size: 44px;}
    .video-wrap{padding: 15px 0 0 0}
    .video-wrap .video-left-wrap .small-title{padding:23px 0 0 20px;border-right: 3px solid #003662;}
    .images-slider-block-inner .custom-navigation{border-color:transparent;}
    .images-slider ul.slick-dots{position: absolute; bottom: 20px; left: 0; right: 0;}    
    .images-slider ul.slick-dots li button{background: #fff;border:1px solid #8E3A37}
    .images-slider ul.slick-dots li.slick-active button { background: #8E3A37; }
    .employee-quote-block { padding: 75px 0 25px;}
    .employee-quote-slider{padding: 10px 0 10px}
    .employee-quote-slider .employee-quote-cont .author-wrap span{margin-bottom: 5px}
    .employee-quote-slider .employee-quote-cont .author-wrap{padding-top: 15px}
    .footer-main{padding: 50px 0 30px;}
    .footer-wrap h2 {
        font-size: 40px;
        letter-spacing: 0.4px;
        line-height: 1.16;
        margin-bottom: 12px;
    }
    .footer-wrap .btn-wrap{padding: 5px 0 26px}
    .footer-wrap .footer-logo figure{max-width: 240px}
    .sec-hero-banner .banner-content .btn-primary{
        margin-top:25px;
    }
    .footer-wrap .footer-logo {
        padding: 20px 0 36px;
    }

    .tab-nav-wrapper {
        position: relative;
        overflow: inherit;
        padding: 0 0 0 11px;
    }

    .tab-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tab-nav::-webkit-scrollbar {
        display: none;
    }

    .tab-nav-controls {
        display: flex;
    }

    .tab-btn {
        flex-shrink: 0;
    }
    .vessel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vessel-grid h3 {
        font-size: 26px;
    }
    .tab-section {
        padding-top: 60px;
        padding-bottom: 50px;     
    }        
    .site-header .main-header.container {     
        padding: 0 35px;
    }
    .header-wrap .header-logo {
        width: 344px;
    }
    header.site-header {
        padding-top: 25px;     
    }    
    .about-para p {
        line-height: 1.62;
        padding-bottom: 19px;
    }
    .horizonal-slider-inner .item-desc .title-with-left-line {
        margin-bottom: 16px;
    }
    .video-wrapper {
        padding-bottom: 46%;
    }
    .about-right .video-wrapper {
        padding-bottom: 53%;
    }
    .video-block .video-wrap .video-wrapper {
        padding-bottom: 53%;
    }
    .inner-banner .inner-banner-block {
        max-width: 480px;
        padding-left: 20px;
    }
    .inner-banner {
        padding-top: 230px;
        padding-bottom: 20px;
    }
    .our-team-block {
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
    }
    .work-with-us-block.team-details-section .work-us-wrap .work-thumb {
        width: 100%;
    }
    .work-with-us-block.team-details-section .work-us-wrap .work-content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }
    .work-with-us-block.team-details-section {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .about-block.right-content .about-wrap .about-left .title-with-left-line h2 {
        font-size: 34px;
    }
    .about-block.right-content {
        padding: 30px 0 30px;
    }
    .video-popup-section .video-popup-wrap .video-item h3 {
        font-size: 24px;
        margin-left: 10px;
        padding: 23px 0 16px 15px;
    }
    .video-popup-section .video-popup-wrap {
        gap: 30px;
        row-gap: 40px;
    }
    .tab-nav-controls button#tabPrevBtn {
        position: absolute;
        left: -25px;
        top: 0;
    }

    .tab-nav-controls button#tabNextBtn {
        position: absolute;
        right: -25px;
        left: initial;
        top: 0;
    }
    .vessel-grid {
        gap: 20px;
        row-gap: 20px;
    }
    .work-us-wrap {
        overflow: hidden;
    }    
    .right-content .work-content .title-with-right-line {
        padding: 0 25px 0 0px;
    }
    .right-content .work-content p {
        padding-right: 0;
     }
    .featured-article-section .featured-main-block .featured-image {
        width: 100%;
        height: 350px;
    }
    .featured-article-section .featured-main-block .featured-content {
        width: 100%;
        padding: 30px 30px 20px 30px;
        border-top: 0;
        border-left: 0;
        margin: 0 0;
        background-color: #fff;
        border: none;
    }
    .featured-article-section .featured-main-block .featured-content h2 {
        font-size: 30px;
    }
    .featured-article-section {
        padding-top: 50px;
    }
    .featured-list .featured-list-block .feature-list-content {
        width: 100%;
        padding-top: 30px;
        order: 2;
    }
    .featured-list .featured-list-block .feature-list-img {
        width: 100%;
    }
    .featured-list .featured-list-block {
        padding-left: 25px;
        padding-bottom: 25px;
        padding-top: 0;
    }
    .featured-list .featured-list-block .feature-list-content h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .featured-pagination {
        margin: 0 auto 0;
    }
    .featured-list {
        padding-bottom: 50px;
    }
    .contact-us-section .contact-wrap .contactmap {
        width: 100%;
    }
    .contact-us-section .contact-wrap .contact-details {
        width: 100%;
        padding: 0 0 0 0;
    }
    .contact-us-section .contact-wrap .contactmap p {
        padding-bottom: 0;
    }
    .contact-details h2 {
        padding-bottom: 15px;
        margin-bottom: 25px;
        padding-top: 40px;
    }
    .contact-us-section .contact-wrap .contactmap p iframe {
        height: 400px;
    }
    .contact-us-section {
        padding-top: 50px;
        padding-bottom: 38px;
    }
    .left-content .work-us-wrap h6 {
        border: none;
    }
    .left-content .work-us-wrap .title-with-right-line::before {
        height: 300%;
        top: -200%;
    }
    .team-details-section .work-content .title-with-right-line h3 {
        font-size: 22px;
    }
    .featured-article-section .featured-main-block .addtoany_shortcode {
        bottom: 0;
    }
    .video-block.white-text .title-with-left-line h3{line-height: 1.05;
        font-size: 34px;
        letter-spacing: -0.01em;
        margin-bottom: 12px;
        padding-right: 20px;}
    .featured-list .container, .featured-article-section .container {     
        padding: 0 15px;
    }
    .single .featured-article-section .featured-main-block .addtoany_shortcode {
        bottom: 18px;
    }
    .single .featured-article-section .featured-main-block .featured-content {
        background-color: transparent;
        padding-bottom: 40px;
    }
    
}

@media(max-width:481px){
    h1 {font-size: 44px;}
    .vessel-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .vessel-grid h3 {     
        min-height: auto;
        padding: 17px 15px 12px 15px;
    }
    /*.video-wrapper iframe.iframe-career {
        position: relative;
        height: 350px;
        margin-bottom: -60%;
    }*/
    
    .iframe-career{
      min-height: 1300px;
    }
    .about-right .video-wrapper.iframe-set {
        padding-bottom: 0 !important;
    }

    .about-right .video-wrapper.iframe-set p {
        padding-bottom: 0;
    }
    .about-right .video-wrapper {
        padding-bottom: 51%;
    }
    .work-with-us-block {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .our-team-block a.team-list .team-details h3 {
        font-size: 34px;
    }
    .our-team-block a.team-list .team-details p {
        font-size: 18px;
    }
    .our-team-block {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .video-popup-section .video-popup-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .tab-btn {
        font-size: 14px;
        padding: 0px 13px 5px 13px;
    }
    .tab-nav {
        padding-top: 8px;
    }
    .tab-nav-wrapper {
        margin-bottom: 20px;
    }
    .tab-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tab-section h2 {
        margin-bottom: 20px;
    }
    .inner-banner .inner-banner-block {
        padding-left: 0;
    }
    
    .featured-article-section .featured-main-block .featured-image {
        height: 260px;
    }
    .contact-us-section .contact-wrap .contactmap p iframe {
        height: 300px;
    }
    .our-team-list h2 {
        margin-bottom: 30px;
    }
    .video-block .video-wrap .video-wrapper {
        padding-bottom: 51%;
    }
    .featured-article-section .featured-main-block .featured-content {
        padding: 25px 20px 20px 20px;
    }
    .featured-article-section .featured-main-block .featured-content .sub-title {
        font-size: 16px;
    }
    .our-team-block a.team-list .team-details{
            min-height: auto;
    }
    .inner-banner + .about-block .about-left.aos-init {
        opacity: 1 !important;
        transform: translate3d(0px, 0, 0);
    }
    .inner-banner + .about-block .about-right.aos-init {
        opacity: 1;
        transform: translateZ(0);
    }
}

@media(max-width:389px){
    
    .tab-nav-controls button#tabPrevBtn, .tab-nav-controls button#tabNextBtn {
        top: -8px;
    }
    
    .tab-nav-wrapper {
        padding: 0 0;
    }
    .tab-nav {
        padding-top: 0px;
    }
    .featured-article-section .featured-main-block .featured-content h2 {
        font-size: 26px;
    }
    .sec-hero-banner {
        min-height: 530px;
    }
}