/* =Import Required styles
========================================================================================*/

@import url(vendor/normalize.css);
@import url(icons.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&display=swap');
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook-webfont.eot');
    src: url('../fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothambook-webfont.woff2') format('woff2'), url('../fonts/gothambook-webfont.woff') format('woff'), url('../fonts/gothambook-webfont.ttf') format('truetype'), url('../fonts/gothambook-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-light-webfont.woff2') format('woff2'), url('../fonts/gotham-light-webfont.woff') format('woff'), url('../fonts/gotham-light-webfont.ttf') format('truetype'), url('../fonts/gotham-light-webfont.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Box Sizing 
========================================================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
input[type="button"],
input[type="submit"],
button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* =Deafult Tag & General Classes
========================================================================================*/

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

body {
    font: 14px/1.42 'Montserrat', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #00192A;
    letter-spacing: 0.010em;
    font-weight: 400;
}

img {
    vertical-align: top;
    border: 0;
}

a,
input[type="button"],
input[type="submit"],
button,
table th,
table td {
    -webkit-transition: background-color 550ms cubic-bezier(0.77, 0, 0.175, 1), color 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 550ms cubic-bezier(0.77, 0, 0.175, 1), color 550ms cubic-bezier(0.77, 0, 0.175, 1);
}

.allanim,
#mainmenu li a:after {
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}

a {
    color: #FE370E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    a:active {
        background-color: transparent;
    }
}

strong {
    font-weight: bold;
}

small,
.small {
    font-size: 85%;
}

sub,
sup {
    font-size: 80%
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 700;
    color: #fff;
}

h1,
h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul li {
    line-height: 24px;
}

.cf:after,
.wrap:after {
    content: "";
    display: table;
    clear: both;
}

.nodisplay {
    display: none;
}

.nodisplay_strict {
    display: none !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

:focus {
    outline: none;
}

.text_cont p {
    padding: 0 0 10px 0;
}

.nopad p,
p.nopad {
    padding: 0;
}

.cols {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cols .col {
    padding-left: 20px;
    padding-right: 20px;
}

.cols1 .col {
    width: 100%
}

.cols2 .col {
    width: 50%
}

.cols3 .col {
    width: 33.333333333333%;
}

.cols4 .col {
    width: 25%;
}

.cols5 .col {
    width: 20%;
}

.cols6 .col {
    width: 16.66666666666667%;
}


/* =Blockquote & highlight
========================================================================================*/

blockquote {
    border-left: solid 6px #e1e1e1;
    margin-left: 0;
    padding-left: 15px;
}

blockquote small {
    font-size: 85%;
    display: block;
    color: #999;
    padding: 5px 0 0 0;
    font-style: italic;
}

.highlight,
mark {
    background: #fffd64;
}


/* =Text Size, color & Custom list style
========================================================================================*/

.text-bigger {
    font-size: 22px;
}

.text-big {
    font-size: 20px;
}

.text-small {
    font-size: 12px;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #FE370E;
}

.text-secondary {
    color: #7979a9;
}

.bg-muted {
    background: #777;
}

.bg-primary {
    background: #FE370E;
}

.bg-secondary {
    background: #7979a9;
}

.text-lc {
    text-transform: lowercase;
}

.text-uc {
    text-transform: uppercase;
}

.has-show {
    display: block !important;
}

.has-hide {
    display: none !important;
}

.has-error {
    padding: 8px 12px 0;
    display: block;
    color: #f34834;
}

input.has-error {
    border: solid 1px #f34834 !important;
}

.tall-space {
    margin: 45px 0;
}

.medium-space {
    margin: 20px 0;
}

.custom-arrow-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-arrow-list li {
    position: relative;
    padding-left: 20px;
}

.custom-arrow-list li:before {
    content: '';
    border: solid 2px #bbb;
    border-left: 0;
    border-top: 0;
    position: absolute;
    left: 1px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
}


/* =Divider Width
========================================================================================*/

hr {
    border: 0;
    border-bottom: solid 1px #e1e1e1;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

hr:before {
    background: #888;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
    width: 40px;
}

.dashed-border {
    border-bottom-style: dashed
}

.dotted-border {
    border-bottom-style: dotted;
}

.double-border {
    border-bottom-style: double;
    border-bottom-width: 3px;
}

.double-border:before {
    height: 3px;
}


/* =Drop Caps
========================================================================================*/

p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #FE370E;
    color: #fff;
    padding: 6px;
    margin-right: 11px;
    border-radius: 4px;
}


/* =Image Caps
========================================================================================*/

.image-block {
    padding: 25px 0;
}

.image-block:after {
    display: table;
    clear: both;
    content: '';
}

.image-block figure {
    width: 33.33333%;
    float: left;
    position: relative;
    border: solid 1px #e5e5e5;
    padding: 5px;
    background: #fff;
    margin: 0 20px 10px 0;
}

.image-block figure img {
    width: 100%;
    height: auto;
}

.image-block.right-align figure {
    float: right;
    margin: 0 0 10px 20px;
}

.image-block figcaption {
    display: block;
    font-weight: 700;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.40);
    padding: 13px 10px;
    color: #fff;
    text-align: center;
    line-height: 1.25;
}

.image-block h3 {
    margin-bottom: 20px;
}


/* =Section Caps
========================================================================================*/

.section-block {
    padding: 25px 0;
    background: #fff;
}


/* =Layout Width
========================================================================================*/

#wrapper {}

.wrap {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

#main {
    padding: 0;
}

#primary {
    float: left;
    width: 700px;
}

#content {}

#sidebar {
    float: right;
    width: 200px;
}

.one-column {
    width: auto !important;
    float: none !important;
}


/* =Common-Page (common classes for all pages)
========================================================================================*/

#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
}

.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.header-contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-family: 'gothamlight';
}

.header-contact ul li {
    padding-right: 22px;
    margin-right: 20px;
    position: relative;
}

.header-contact ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-contact ul li a {
    color: #fff;
    display: block;
    position: relative;
    padding-left: 26px;
    padding-top: 8px;
    padding-bottom: 6px;
}

.header-contact ul li a i {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 16px;
}

.header-contact ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-contact ul li:last-child:before {
    display: none;
}

.header-social {
    margin-left: auto;
}

.header-social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social ul li {
    margin-right: 14px;
    font-size: 16px;
}

.header-social ul li:last-child {
    margin-right: 0;
}

.header-social ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    color: #fff;
    text-decoration: none;
}

.header-social ul li a:hover {
    color: #FE370E;
}

.header-social ul li .icon-youtube {
    margin-top: 2px;
}

.header-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #00192A;
    padding: 20px;
    position: relative;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header-bottom:before,
.header-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
    background: #00192A;
    z-index: -1;
}

.header-bottom:before {
    left: 50%;
}

.header-bottom:after {
    right: 50%;
}

#logo {
    display: block;
    width: 220px;
    position: relative;
}

#logo img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.header-right {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

#mainmenu {
    font-size: 12px;
    margin: 0 20px 0 0;
    font-weight: 500;
}

#mainmenu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#mainmenu li {
    line-height: 30px;
}

#mainmenu>ul>li {
    margin: 0 0 0 14px;
    font-weight: 500;
    position: relative;
}

#mainmenu>ul>li>a {
    text-decoration: none;
    padding: 0 5px;
    display: block;
    color: #fff;
    position: relative;
}

#mainmenu>ul>li>a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #FE370E;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#mainmenu>ul>li.hasnav>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}

#mainmenu>ul>li:hover>a:after,
#mainmenu>ul>li.active>a:after {
    width: 100%;
}

#mainmenu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#mainmenu>ul>li.hasnav:hover>a:before {
    opacity: 1;
    visibility: visible;
}


/* Submenu */

#mainmenu>ul>li>ul {
    position: absolute;
    left: 0;
    top: calc(100% + 20px);
    width: 230px;
    background: #012842;
    margin: 0;
    padding: 15px 10px;
    list-style: none;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
}

#mainmenu>ul ul li {
    line-height: 1.4;
}

#mainmenu>ul ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}

#mainmenu>ul ul li a:hover,
#mainmenu>ul ul li.active a {
    background: #00192a;
    text-decoration: none;
}

#mainmenu>ul>li .navtrigger {
    position: absolute;
    right: 0;
    height: 46px;
    width: 46px;
    background-color: #fff;
    display: none;
    z-index: 1;
    cursor: pointer;
}

#mainmenu>ul>li .navtrigger:before {
    content: "+";
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #012842;
    margin: auto;
    text-align: center;
}

.header-right .button i {
    display: none;
}

#header.sticky {
    top: -38px;
    position: fixed;
}

#header.sticky .header-bottom:before,
#header.sticky .header-bottom:after {
    width: 50vw;
}

#header.sticky .header-bottom {
    padding-left: 0;
    padding-right: 0;
}

#footer {
    padding: 0;
    font-size: 12px;
    border-top: 1px solid #062E49;
    color: #D7E1E6;
    overflow: hidden;
}

.footer-top {
    position: relative;
    padding: 44px 0 38px;
    z-index: 1;
}

.footer-top:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 751px;
    height: 388px;
    background-image: url(../images/footer-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin: auto;
    z-index: -1;
}

.footer-top-row {}

.footer-top-row .cols .col:first-child {
    width: 31%;
}

.footer-top-row .cols .col:nth-child(2) {
    width: 18%;
}

.footer-top-row .cols .col:nth-child(3) {
    width: 28%;
}

.footer-top-row .cols .col:last-child {
    width: 23%;
}

.footer-disc {
    max-width: 240px;
}

.footer-logo {
    display: block;
    max-width: 184px;
    margin-bottom: 25px;
}

.footer-logo img {
    display: block;
    width: 100%;
}

.footer-social {
    margin: 22px 0 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-social li {
    margin-right: 18px;
    font-size: 16px;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li a {
    color: #fff;
    text-decoration: none;
}

.footer-social li a:hover {
    color: #FE370E;
}

.footer-box h6 {
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

.fmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fmenu li {
    margin-bottom: 5px;
}

.fmenu li:last-child {
    margin-bottom: 0;
}

.fmenu li a {
    color: #D7E1E6;
    text-decoration: none;
}

.fmenu li a:hover,
.fmenu li.active a {
    text-decoration: none;
    color: #FE370E;
}

.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 195px;
}

.footer-contact li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 34px;
}

.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact li i {
    height: 21px;
    width: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #FE370E;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

.footer-contact li address {
    font-style: normal;
}

.footer-contact li a {
    color: #D7E1E6;
}


/* .footer-contact li a:hover { color: #FE370E; } */

.newsletter-box {}

.newsletter-row {
    position: relative;
}

.newsletter-row .form-group {
    padding: 0;
}

.newsletter-row ::placeholder {
    color: rgba(215, 225, 230, 0.5);
}

.newsletter-row input[type="text"],
.newsletter-row input[type="email"] {
    border-color: #D7E1E6;
    border-radius: 0;
    background: #00192A;
    padding-right: 54px;
}

.newsletter-row input[type="text"]:focus,
.newsletter-row input[type="email"]:focus {
    border-color: #fff;
}

.newsletter-row .subscribe-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 42px;
}

.newsletter-row .subscribe-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    pointer-events: none;
    font-size: 19px;
}

.newsletter-row .subscribe-btn input[type="submit"] {
    position: absolute;
    padding: 0;
    font-size: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.mc4wp-response {
    margin-top: 10px;
}

.mc4wp-response p {
    margin: 0;
}

.footer-bottom {
    background: #00192A;
    border-top: 1px solid #062E49;
    padding: 25px 0;
    font-size: 14px;
    font-family: 'gothambook';
    position: relative;
    z-index: 1;
}

.footer-bottom-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.copyright {
    margin: 0;
}

.privacy-links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.privacy-links li {
    position: relative;
    padding-right: 13px;
    margin-right: 11px;
}

.privacy-links li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    height: 4px;
    width: 4px;
    border-radius: 50px;
    background: #FE370E;
}

.privacy-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.privacy-links li:last-child:before {
    display: none;
}

.privacy-links li a {
    color: #D7E1E6;
    display: block;
}


/* Default Banner */

.banner-section {
    padding: 230px 0 70px;
    position: relative;
    background-color: #00192A;
    z-index: 1;
}

.banner-section .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.2;
    z-index: -1;
    background-color: #042D48;
}

.banner-row {
    text-align: center;
}

.banner-row h1,
.banner-row h2 {
    margin-bottom: 26px;
}


/* =Home-Page (only homepage used classes)
========================================================================================*/

.sprites {
    background-image: url(../images/bgi/sprites.svg);
}

.sp-after:after {
    background-image: url(../images/bgi/sprites.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
}

.sp-before:before {
    background-image: url(../images/bgi/sprites.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
}


/* =Form Style
========================================================================================*/

button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select,
input[type="submit"],
input[type="button"] {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

button,
input {
    line-height: normal;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    background: #062E49;
    padding: 4px 22px;
    height: 50px;
    line-height: 1.55;
    border: solid 1px #062E49;
    color: #fff;
    width: 100%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    -moz-transition: border-color 200ms ease-in;
    -webkit-transition: border-color 200ms ease-in;
    transition: border-color 200ms ease-in;
    border-radius: 4px;
}

select option {
    color: #00192A;
    font-weight: 500;
}

input[type="text"].input-lg,
input[type="password"].input-lg,
input[type="email"].input-lg,
input[type="tel"].input-lg,
input[type="search"].input-lg,
input[type="url"].input-lg {
    height: 58px;
}

input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="email"].input-sm,
input[type="tel"].input-sm,
input[type="search"].input-sm,
input[type="url"].input-sm {
    height: 38px;
}

textarea {
    width: 100%;
    height: 160px;
    overflow: auto;
    resize: vertical;
    padding: 10px 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

select {
    padding: 12px 42px 12px 12px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background: none;
    line-height: 1.25;
}

select::-ms-expand {
    display: none;
}

.custom-select {
    display: block;
    margin: 0;
    position: relative;
    background: #062E49;
    border-radius: 4px;
    overflow: hidden;
}

.custom-select:before {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    background: #062E49;
    content: '';
    height: 48px;
}

.custom-select:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -6px;
    border-right: solid 2px rgba(246, 246, 246, 0.25);
    border-bottom: solid 2px rgba(246, 246, 246, 0.25);
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border: solid 1px #086db1;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
button {
    background: #F21D1D;
    color: #fff;
    border: 0;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 18px 68px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-radius: 50px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background: #ce0d0d;
    color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 8px 0;
    vertical-align: top;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(215, 225, 230, 0.27);
}

::-moz-placeholder {
    opacity: 1;
    color: rgba(215, 225, 230, 0.27);
}

:-ms-input-placeholder {
    opacity: 1;
    color: rgba(215, 225, 230, 0.27);
}

:-moz-placeholder {
    opacity: 1;
    color: rgba(215, 225, 230, 0.27);
}

.checkbox,
.radio {
    position: relative;
    float: left;
    margin-right: 20px;
}

.form-block .form-group .checkbox label,
.form-block .form-group .radio label {
    padding: 0;
    padding-left: 26px;
    display: block;
    line-height: 1.1;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.checkbox input:checked+.input-helper:before,
.radio input:checked+.input-helper:before {
    border-color: #FE370E;
}

.checkbox input:disabled+.input-helper:before,
.radio input:disabled+.input-helper:before {
    opacity: 0.35;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #7a7a7a;
}

.checkbox input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.checkbox input:checked+.input-helper:before {
    background-color: #FE370E;
}

.checkbox input:checked+.input-helper:before {
    background-color: #FE370E;
}

.checkbox input:checked+.input-helper:after {
    transform: scale(1);
    opacity: 1;
}

.checkbox .input-helper:before {
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    color: #fff;
}

.checkbox .input-helper:after {
    content: '\2713';
    font-size: 13px;
    left: 2px;
    top: 1px;
    font-weight: 600;
    color: #fff;
    transform: scale(0);
    opacity: 0;
}

.radio input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.radio input:checked+.input-helper:after {
    transform: scale(1);
}

.radio .input-helper:before {
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.radio .input-helper:after {
    width: 8px;
    height: 8px;
    background: #FE370E;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    transform: scale(0);
}


/* =BreadCrumbs
========================================================================================*/

.breadcrumbs {
    font-size: 18px;
    color: #D7E1E6;
}

.breadcrumbs ul {
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 0;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0 14px 0 0;
    position: relative;
    padding-right: 21px;
    font-size: 18px;
}

.breadcrumbs li:before {
    content: '';
    height: 10px;
    width: 10px;
    border-right: solid 2px #FE370E;
    border-bottom: solid 2px #FE370E;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    transform: rotate(-45deg);
}

.breadcrumbs li:last-child:before {
    display: none;
}

.breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs li a {
    color: #D7E1E6;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    color: #FE370E;
}


/* =Form list
========================================================================================*/

.form-block {
    margin: 10px 0;
}

.form-group {
    padding: 10px 0
}

.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.formlist .form-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forgot-link {
    float: right;
}

.form-block .form-group label {
    display: inline-block;
    padding: 0 0 5px;
}

.form-inline .form-group label {
    float: left;
    width: 30%;
    padding: 10px 10px 10px 0;
    line-height: 1.5
}

.form-inline .form-group .field-box {
    width: 70%;
    float: left;
}


/* =Common button CSS
========================================================================================*/

.button {
    background-color: #FE370E;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 18px 26px;
    vertical-align: bottom;
    font-weight: 500;
    letter-spacing: 0.010em;
    border-radius: 2px;
}

.button:hover {
    background-color: #E92C05;
    text-decoration: none;
    color: #fff;
}

.button.btn-lg,
input[type="submit"].btn-lg,
input[type="button"].btn-lg,
button.btn-lg {
    padding: 16px 35px;
    font-size: 18px;
}

.button.btn-sm,
input[type="submit"].btn-sm,
input[type="button"].btn-sm,
button.btn-sm {
    padding: 10px 25px;
    font-size: 14px;
}

.button.btn-xs,
input[type="submit"].btn-xs,
input[type="button"].btn-xs,
button.btn-xs {
    padding: 8px 20px;
    font-size: 12px;
}

.button.btn-lightgray,
input[type="submit"].btn-lightgray,
input[type="button"].btn-lightgray,
button.btn-lightgray {
    background: #fff;
    color: #00192A;
}

.button.btn-lightgray:hover,
input[type="submit"].btn-lightgray:hover,
input[type="button"].btn-lightgray:hover,
button.btn-lightgray:hover {
    background: #FE370E;
    color: #fff;
}

.button.btn-secondary,
input[type="submit"].btn-secondary,
input[type="button"].btn-secondary,
button.btn-secondary {
    background: #555;
    color: #fff;
}

.button.btn-secondary:hover,
input[type="submit"].btn-secondary:hover,
input[type="button"].btn-secondary:hover,
button.btn-secondary:hover {
    background: #333;
}

.button.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline,
button.btn-outline {
    background: transparent;
    border: solid 2px #FE370E;
    color: #FE370E;
}

.button.btn-outline:hover,
input[type="submit"].btn-outline:hover,
input[type="button"].btn-outline:hover,
button.btn-outline:hover {
    background: #FE370E;
    color: #fff;
}

.button.btn-lg.btn-outline,
input[type="submit"].btn-lg.btn-outline,
input[type="button"].btn-lg.btn-outline {
    padding: 14px 35px;
}

.button.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline {
    padding: 11px 30px;
}

.button.btn-sm.btn-outline,
input[type="submit"].btn-sm.btn-outline,
input[type="button"].btn-sm.btn-outline {
    padding: 8px 25px;
}

.button.btn-xs.btn-outline,
input[type="submit"].btn-xs.btn-outline,
input[type="button"].btn-xs.btn-outline {
    padding: 6px 20px;
}

.button.btn-block {
    display: block;
}

.buttonset .button {
    margin: 10px 7px;
    text-align: center;
    width: 160px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/* =Table CSS
========================================================================================*/

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table th,
table td {
    padding: 14px 15px;
    line-height: 1.32;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table th {
    background: #fff;
    font-weight: 700;
    padding: 17px 15px;
    font-size: 16px;
    color: #00192A;
}

table tr:hover td {
    background: rgba(255, 255, 255, 0.1);
}

table tr.selected td {
    background: #fbfbfb;
}

table thead th {
    vertical-align: middle;
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}


/* =tabnav CSS
========================================================================================*/

.tabnav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: solid 1px #e9edee;
}

.tabnav li {
    float: left;
    position: relative;
    margin: 0;
    width: 25%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.tabnav li:first-child {
    margin: 0;
}

.tabnav li h2 {
    margin: 0;
    font-size: 15px;
}

.tabnav li a {
    display: block;
    padding: 16px 5px;
    text-decoration: none;
    color: #505061;
    line-height: 1.25;
    background: #e9edee;
    margin-bottom: -1px;
    border-left: solid 1px #dde1e2;
}

.tabnav li:first-child a {
    border-left: 0;
}

.tabnav li.active a,
.tabnav li a:hover {
    background-color: #fff;
    color: #FE370E;
}

.tabnav li.active a:after {
    display: block;
}

.tab-container {
    padding: 20px;
    border: solid 1px #e9edee;
    border-top: 0;
}

.tabcontent .quicklist li,
.tabcontent .quicklist {
    margin: 0;
}

.tabcontent {
    display: none;
}

.tabcontent p {
    color: #666;
    margin: 20px 0 0;
}

.tabcontent p:first-child {
    margin-top: 0;
}

.tabcontent p a,
.accordion-data p a {
    color: #7f97ae;
    text-decoration: underline;
}

.tabcontent p a:hover,
.accordion-data p a:hover {
    color: #00305d
}

.tabcontent h4 {
    margin: 0 0 15px;
}


/* =Accordian CSS
========================================================================================*/

.accordion-databox .accordion-row {}

.accordion-databox .accordion-row:first-child {
    border-top: 0;
}

.accordion-databox .accordion-row h5 {
    cursor: pointer;
    margin: 0;
    background: #f3f3f3;
    color: #555;
    position: relative;
    padding: 16px 54px 16px 16px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.accordion-databox .accordion-row h5:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 54px;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.08);
}

.accordion-databox .accordion-row h5:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -4px;
    border-top: solid 8px #818181;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 2
}

.accordion-databox .accordion-row h5.open {
    color: #272c2f;
}

.accordion-databox .accordion-row h5.open:after {
    border-top: 0;
    border-bottom: solid 8px #272c2f;
}

.accordion-data {
    display: none;
    padding: 15px 0;
}

.accordion-data p {
    padding: 0 6px;
    margin: 20px 0 0;
}

.accordion-data p:first-child {
    margin-top: 0;
}


/* =Alertbox CSS
========================================================================================*/

.alert {
    padding: 16px 16px 16px 55px;
    margin: 20px 0;
    color: #454545;
    position: relative;
}

.alert:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../images/bgi/sprites.svg) no-repeat 0 0;
}

.alert-notification {
    background-color: #fff0f4;
    border: solid 1px #db524c;
    color: #db524c;
}

.alert-notification:before {
    background-position: 0 0;
}

.alert-info {
    background-color: #e8f6ff;
    border: solid 1px #0082d5;
    color: #0082d5;
}

.alert-info:before {
    background-position: -26px 0;
}

.alert-warning {
    background-color: #fef4ec;
    border: solid 1px #ff9948;
    color: #ff9948;
}

.alert-warning:before {
    background-position: -52px 0;
}

.alert-success {
    background-color: #edfff6;
    border: solid 1px #04be5b;
    color: #04be5b;
}

.alert-success:before {
    background-position: -79px 0;
}

.alert-normal {
    background-color: #efefef;
    border: solid 1px #999;
    padding-left: 16px;
    color: #555;
}

.alert-normal:before {
    display: none;
}


/* =Default page CSS
========================================================================================*/

.heading-listblock {
    padding: 20px 0;
}

.heading-listblock p,
.heading-listblock blockquote {
    margin: 0 0 35px;
}

.heading-listblock p:last-child {
    margin-bottom: 0;
}

.heading-listblock .paragraph-block p {
    margin: 0 0 20px;
}

.list-block ul,
.list-block ol {
    padding-left: 22px;
    margin-left: -5px;
}

.list-block ul li,
.list-block ol li {
    margin: 5px 0;
}

.list-block ul.custom-arrow-list {
    margin: 0;
    padding: 0;
}


/* Common CSS */

.section-row {
    padding: 50px 0;
}

.title-row {
    position: relative;
    padding-left: 24px;
    margin-bottom: 33px;
}

.title-row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FE370E;
    width: 4px;
}

.title-row span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 6px;
}

.title-row h2 {
    margin: 0;
}

.title-row.center {
    text-align: center;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

.title-row.center:before {
    display: none;
}

.highlited-title {
    font-size: 38px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 23px;
    font-weight: 700;
}

.highlited-title span {
    color: #FE370E;
    font-style: italic;
}

.disc-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.disc-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
}

.disc-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 6px;
    width: 6px;
    border-radius: 50px;
    background: #FE370E;
}

.read-more {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-right: 34px;
    text-decoration: none !important;
    transition: 350ms all;
    line-height: 1.42;
    font-weight: 400;
}

.read-more:before {
    content: "\e901";
    position: absolute;
    right: 0;
    top: -2px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 23px;
    color: #FE370E;
    transition: 350ms all;
}

.read-more:hover {
    color: #FE370E;
}

.read-more:hover:before {
    transform: translateX(4px);
}

.arrow-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arrow-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}

.arrow-list li:last-child {
    margin-bottom: 0;
}

.arrow-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #FE370E;
}

.arrow-list li a {
    color: #fff;
}


/* Lightcase */

a[class*="lightcase-icon-"] {
    text-decoration: none !important;
}

#lightcase-overlay {
    background: #00192A;
}


/* Homepage */

.banner-section.home-banner {
    padding: 210px 0 165px;
}

.banner-section.home-banner .banner-img {
    opacity: 0.11;
}

.banner-section:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    background: linear-gradient(0deg, rgba(0, 25, 42, 1) 0%, rgba(0, 25, 42, 1) 18%, rgba(0, 25, 42, 0) 100%);
    /* w3c */
}

.banner-info .swiper-slide {
    width: 478px;
    height: 319px;
}

.banner-data {
    width: 100%;
    height: 100%;
}

.banner-data a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
}

.banner-title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transition: 350ms all;
}

.banner-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 73px;
    background: linear-gradient(0deg, rgba(6, 46, 73, 1) 0%, rgba(6, 46, 73, 0) 100%);
    z-index: -1;
}

.banner-title h2 {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
}

.banner-heading {
    margin-top: 60px;
    text-align: center;
}

.banner-heading h2 {
    color: #fff;
    font-size: 50px;
    margin: 0;
}

.banner-heading h2 span {
    font-weight: 300;
    font-style: italic;
    display: inline-block;
    position: relative;
}

.banner-heading h2 span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 4px;
    background: #FE370E;
}

.banner-info .swiper-slide.swiper-slide-active .banner-title {
    opacity: 1;
    visibility: visible;
}

.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    background: rgba(254, 55, 14, 0.48);
    width: 50px;
    height: 50px;
    padding: 5px;
}

.banner-slider .swiper-button-next:hover,
.banner-slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.48);
}

.banner-slider .swiper-button-next:hover:before,
.banner-slider .swiper-button-prev:hover:before {
    color: #fff;
}

.banner-slider .swiper-button-next:before,
.banner-slider .swiper-button-prev:before {
    font-size: 30px;
}


/* About */

.about-section {
    padding-bottom: 50px;
}

.about-row .cols .col {
    width: 42%;
}

.about-row .cols .col:last-child {
    width: 58%;
}

.about-box {
    color: #CCD1D4;
    max-width: 554px;
}

.about-box p {
    margin-bottom: 25px;
}

.about-box p:last-child {
    margin-bottom: 0;
}

.about-list-box {
    background-color: #FE370E;
    padding: 40px 48px 0;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.about-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.1;
}

.about-list-box:before {
    content: "";
}

.about-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    font-size: 12px;
}

.about-list li {
    width: 50%;
    margin-bottom: 25px;
    padding: 0 15px;
    line-height: 1.66;
}

.about-list li i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.about-list li figure {
    margin: 0 0 10px;
    max-width: 112px;
}

.about-list li figure img {
    width: 100%;
    display: block;
}

.about-list li h6 {
    font-size: 18px;
    font-weight: 500;
}

.about-list li p:last-child {
    margin-bottom: 0;
}

.about-list li p a {
    color: #fff;
    text-decoration: underline;
}


/* News section */

.news-section {
    padding: 50px 0;
}

.news-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.news-img {}

.news-img figure {
    margin: 0;
    max-width: 400px;
    overflow: hidden;
}

.news-img figure a {
    display: block;
}

.news-img figure img {
    width: 100%;
    display: block;
    transition: 350ms all;
}

.news-img figure a:hover img {
    transform: scale(1.04);
}

.news-info {
    max-width: calc(100% - 400px);
    padding-left: 50px;
    font-size: 12px;
}

.news-info .read-more {
    margin-top: 13px;
}


/* Product Section */

.product-section {
    padding: 50px 0;
}

.product-section .title-row {
    margin-bottom: 40px;
}

.product-row .cols {
    margin: 0 -3px;
}

.product-row .cols .col {
    padding: 0 3px;
    margin-bottom: 6px;
}

.product-box a {
    display: block;
    padding-top: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.product-box .product-info {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    background: rgba(0, 25, 42, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.product-info h4 {
    margin: 0;
    border-bottom: 2px solid #FE370E;
}

.product-box a:hover .product-info {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


/* Product Page */

.highlight-section {
    padding: 80px 0;
}

.highlight-row .cols {
    align-items: center;
    -webkit-align-items: center;
}

.highlight-info {
    max-width: 612px;
}

.highlight-info>h2 {
    margin-bottom: 33px;
}

.highlight-info .arrow-list {
    margin-top: 30px;
}

.video-btn-box {
    display: table;
    margin-top: 30px;
}

.video-btn {
    color: #D7E1E6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-decoration: none !important;
}

.video-btn i {
    font-size: 41px;
    color: #FE370E;
    margin-right: 10px;
}

.video-btn:hover {
    color: #FE370E;
}

.highlight-img {
    max-width: 601px;
    padding-left: 58px;
    position: relative;
    margin-left: auto;
}

.highlight-img figure {
    position: relative;
    max-width: 543px;
    margin: 0;
    padding: 13px;
    padding-left: 0;
    z-index: 1;
}

.highlight-img figure:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #FE370E;
    z-index: -1;
}

.highlight-img figure img {
    width: 100%;
    display: block;
}

.exp-tag {
    position: absolute;
    left: 0;
    bottom: 90px;
    max-width: 222px;
    width: 100%;
    padding: 14px 20px;
    background: #FE370E;
    z-index: 1;
    font-size: 18px;
}

.exp-tag span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}


/* Services Section */

.services-section {
    padding: 80px 0;
    overflow: hidden;
}

.services-section .cols {
    margin: 0;
}

.services-section .cols .col {
    padding: 0;
}

.service-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #002137;
}

.service-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.service-img a {
    display: block;
    min-height: 350px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.service-img a:hover {
    transform: scale(1.04);
}

.service-info {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 30px;
}

.service-data {
    color: #D7E1E6;
    line-height: 1.71;
    font-weight: 300;
}

.service-data i {
    font-size: 50px;
    color: #FE370E;
    display: block;
    margin-bottom: 18px;
}

.service-data h4 {
    margin-bottom: 14px;
}

.services-section .cols .col:nth-child(4n+3) .service-box,
.services-section .cols .col:nth-child(4n+4) .service-box {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


/* Timeline section */

.timeline-section {
    background-color: #002137;
    padding: 109px 0 230px;
    background-image: url(../images/timeline-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.timeline-section .title-row {
    margin-bottom: 90px;
}

.timeline-row {}

.timeline-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 162px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 30px;
}

.timeline-block:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    bottom: 0;
    width: 2px;
    background: #255067;
}

.timeline-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

.timeline-data.align-top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.timeline-year,
.timeline-info {
    width: 50%;
}

.timeline-year {
    padding-right: 50px;
    position: relative;
    text-align: right;
    min-height: 69px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.timeline-year h4 {
    margin: 0;
    font-weight: 500;
}

.timeline-year .timeline-icon-box {
    height: 69px;
    width: 69px;
    border-radius: 50%;
    background: #062E49;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    right: 0;
    font-size: 34px;
    color: #FE370E;
    line-height: 69px;
    text-align: center;
    z-index: 1;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.timeline-year .timeline-icon-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #FE370E;
    z-index: -1;
    transform: scale(0);
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.timeline-info {
    padding-left: 50px;
    line-height: 1.42;
}

.timeline-info p {
    margin: 0;
}

.timeline-block:hover .timeline-icon-box {
    color: #fff;
}

.timeline-block:hover .timeline-icon-box:before {
    transform: scale(1);
}

.timeline-block:nth-child(2n) .timeline-data {
    flex-direction: row-reverse;
}

.timeline-block:nth-child(2n) .timeline-year {
    padding-left: 50px;
    padding-right: inherit;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.timeline-block:nth-child(2n) .timeline-info {
    padding-left: inherit;
    padding-right: 50px;
    text-align: right;
}

.timeline-block:nth-child(2n) .timeline-year .timeline-icon-box {
    right: inherit;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}

.timeline-block:last-child {
    min-height: auto;
    padding-bottom: 0;
}

.timeline-block:last-child:before {
    display: none;
}


/* Company section */

.company-section {
    margin-top: -120px;
    padding-bottom: 50px;
}

.company-row {
    background: #062E49;
    box-shadow: 0 10px 50px rgba(6, 46, 73, 0.16);
    padding: 27px;
}

.company-row .cols .col {
    border-right: 1px solid #00192A;
}

.company-row .cols .col:last-child {
    border: 0;
}

.company-box {
    text-align: center;
    padding: 22px 0;
}

.company-box i {
    font-size: 75px;
    color: #FE370E;
    display: block;
    margin-bottom: 20px;
}

.company-box h2 {
    font-size: 50px;
    line-height: 1;
}

.company-box p {
    margin: 0;
}


/* Partner Section */

.partner-section {
    padding: 50px 0;
}

.partner-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -20px;
}

.partner-row figure {
    margin: 0;
    opacity: 0.3;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
    padding: 0 20px;
}

.partner-row figure img {
    display: block;
    max-width: 100%;
}

.partner-row figure:hover {
    opacity: 1;
}


/* Team Section */

.team-section {
    padding: 50px 0 60px;
}

.team-section .title-row {
    margin-bottom: 55px;
}

.team-row .cols {
    margin: 0 -15px;
}

.team-row .cols .col {
    padding: 0 15px;
}

.team-box {
    position: relative;
    padding-top: 60.8%;
    overflow: hidden;
    z-index: 1;
    background-color: #013457;
}

.team-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 168px;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 1;
    background: -moz-linear-gradient(0deg, rgba(0, 25, 42, 1) 0%, rgba(0, 33, 55, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 25, 42, 1) 0%, rgba(0, 33, 55, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 25, 42, 1) 0%, rgba(0, 33, 55, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 25, 42, 1) 0%, rgba(0, 33, 55, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 25, 42, 1) 0%, rgba(0, 33, 55, 0) 100%);
}

.team-box .team-img1,
.team-box .team-img2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 450ms all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.team-box .team-img1 {
    transform: scale(1);
}

.team-box .team-img2 {
    opacity: 0;
    visibility: hidden;
}

.team-box:hover .team-img1 {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2);
}

.team-box:hover .team-img2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
}

.team-box .team-name {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 1;
}

.team-box .team-name h4 {
    font-weight: 500;
    margin: 0;
}


/* Product Detail Page*/

.product-detail-page .banner-section {
    padding-bottom: 310px;
}

.product-page {
    margin-top: -270px;
}

.productpage-box {
    position: relative;
}

.productpage-img {
    width: 100%;
    padding-top: 42.26%;
    min-height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.productpage-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    z-index: 1;
}

.productpage-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background: linear-gradient(0deg, rgba(0, 25, 42, 1) 0%, rgba(6, 46, 73, 0) 100%);
    z-index: -1;
}

.productpage-title h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.swiper-pagination {
    position: relative;
    bottom: inherit !important;
    top: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    border-radius: 50px;
    background: #D7E1E6;
    margin: 0 5px !important;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FE370E;
}

.swiper-button-next,
.swiper-button-prev {
    height: auto;
    width: auto;
    color: #D7E1E6;
    transition: 350ms all;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
}

.swiper-button-next:before {
    content: "\e901";
}

.swiper-button-prev:before {
    content: "\e900";
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #FE370E;
}

.product-slider {
    margin-bottom: 65px;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
    top: auto;
    bottom: 45px;
}

.product-slider .swiper-button-next {
    right: 26px;
}

.product-slider .swiper-button-prev {
    left: auto;
    right: 94px;
}


/* .product-block { padding: 65px 0 36px; } */

.product-block {
    padding: 25px 0;
}

.product-block:first-child {
    padding-top: 0;
}

.product-block-title {
    margin-bottom: 20px;
}

.product-block-title h3 {
    font-size: 30px;
    color: #FE370E;
    margin-bottom: 14px;
    margin-top: 20px;
}

.product-block-title p:last-child {
    margin-bottom: 0;
}

.product-block .arrow-list {
    margin-bottom: 20px;
}

.product-block .arrow-list li {
    margin-bottom: 7px;
}

.product-block .arrow-list li.sublist {
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
}

.product-block .arrow-list li.sublist:before {
    display: none;
}

.product-block .arrow-list li.sublist .arrow-list {
    margin-top: 10px;
    padding-left: 22px;
}

.product-block .arrow-list li.sublist .arrow-list li {
    font-weight: 400;
    font-size: 14px;
}

.product-block .product-features {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -1px 0;
}

.product-features li {
    width: 16.66666666666667%;
    padding: 0 1px;
    margin-bottom: 2px;
}

.product-features li .feature-text {
    padding: 5px;
    min-height: 72px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    background: #002137;
}

.motor-section {
    padding: 35px 0 100px;
}

.motor-features-row {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.motor-features-list {
    width: 68%;
}

.download-row {
    width: 32%;
}

.download-box {
    background: #002137;
    padding: 25px 30px;
}

.download-box h4 {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 16px;
}

.download-box h4:before,
.download-box h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    border-radius: 5px;
    background-color: #FE370E;
}

.download-box h4:before {
    width: 46px;
}

.download-box h4:after {
    width: 12px;
    left: 55px;
}

.download-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.download-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    padding-left: 64px;
    margin-bottom: 30px;
}

.download-list li:last-child {
    margin-bottom: 0;
}

.download-list li>i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: #fff;
}

.download-info {
    padding-right: 20px;
}

.download-info h6 {
    font-size: 14px;
    font-weight: 500;
}

.download-info span {
    font-size: 10px;
    display: block;
    line-height: 1;
}

.download-list li .button {
    margin-left: auto;
    padding: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}


/* News Popup */

.close-dialogbox {
    position: absolute;
    right: 20px;
    top: 30px;
    border-radius: 0;
    background: #fff;
    color: #00192A;
    line-height: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
}

.close-dialogbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 350ms all;
}

.close-dialogbox:hover {
    background: #fff;
    text-decoration: none
}

.close-dialogbox:hover:before {
    transform: rotate(180deg);
}

body.overflowhidden {
    overflow: hidden;
    padding-right: 17px;
}

.popouterbox .popup-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    max-width: 1320px;
    width: 100%;
    padding: 30px 20px;
}

.popouterbox .popup-block.taller {
    top: 0;
}

.popouterbox {
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
}

.modal-backdrop {
    display: none;
    background: #00192A;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pop-contentbox {
    background: #002137;
    box-shadow: 0 3px 20px #00192A;
}

body.overflowhidden #header {
    padding-right: 17px;
}

.news-popup-img {
    padding-top: 23.45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news-popup-info {
    padding: 24px;
}

.news-pop-title {
    margin-bottom: 25px;
}

.news-pop-title h4 {
    margin-bottom: 10px;
}

.news-pop-title span {
    display: block;
    color: rgba(215, 225, 230, 0.63);
}

.news-popup-info p:last-child {
    margin-bottom: 0;
}


/* Contact Page */

.contact-section {
    padding-top: 60px;
}

.contact-box {
    display: flex;
    margin: 0 -33px;
}

.contact-col {
    width: 70%;
    padding-left: 33px;
    padding-right: 33px;
}

.contact-form {
    background-color: #002137;
    padding: 50px;
}

.contact-form h2 {
    margin-bottom: 50px;
}

.contact-form .form {
    margin-bottom: 50px;
}

.contact-form .form h4 {
    margin-bottom: 26px;
}

.form-section .cols {
    margin: 0 -15px;
}

.form-section .cols .col {
    padding: 0 15px;
    margin-bottom: 30px;
}

.form-section .cols:last-child .col {
    margin-bottom: 0;
}

.form-section .form-group {
    padding: 0;
}

.contact-info {
    width: 30%;
    padding-left: 33px;
    padding-right: 33px;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-box {
    max-width: 270px;
    margin-bottom: 72px;
}

.contact-info-box h6 {
    margin-bottom: 5px;
}

.contact-info-box address {
    font-style: normal;
    line-height: 24px;
}

.contact-info-box em {
    display: block;
    font-weight: 600;
    font-style: normal;
}

.contact-info-box span {
    display: block;
    -marginbottom: 3px;
}

.contact-info-box a {
    color: #fff;
}

.contact-info-box a:hover {
    text-decoration: none;
    color: #FE370E;
}

.map-title {
    margin: 0 auto;
    max-width: 1023px;
    margin: 0 auto;
    text-align: center;
}

.map-title p {
    padding: 0 20px;
    margin-top: 20px;
}

.section-title h2 {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    width: 119px;
    height: 4px;
    top: 100%;
    left: 50%;
    background-color: #fe370e;
    transform: translateX(-50%);
}

.map-section {
    padding-top: 100px;
}

.map-info figure {
    margin: 0;
    position: relative;
}

.map-info figure::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(0, 25, 42);
    background: linear-gradient(180deg, rgba(0, 25, 42, 1) 0%, rgba(0, 25, 42, 0) 100%);
    height: 50%;
}

.map-info figure::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 33, 50, 0.5);
}

.map-info figure img {
    width: 100%;
}


/* News Page */

.news-page-section {
    padding-top: 100px;
    padding-bottom: 57px;
}

.news-page-section .cols {
    margin: 0 -24px;
}

.news-page-section .cols .col {
    padding: 0 24px;
    margin-bottom: 50px;
}

.news-box {
    background-color: #002137;
    height: 100%;
}

.news-box figure {
    margin: 0;
    overflow: hidden;
}

.news-box figure img {
    width: 100%;
    transition: 250ms all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.news-box figure a {
    display: block;
}

.news-box figure a:hover img {
    transform: scale(1.04);
}

.news-box span {
    color: rgba(215, 225, 230, 0.63);
    text-transform: uppercase;
}

.news-box p {
    line-height: 24px;
    margin-top: 20px;
}

.news-data {
    padding: 20px;
}

.news-data h4 a {
    display: block;
    color: #fff;
}

.news-data h4 a:hover {
    text-decoration: none;
}

.news-data h4 a:hover {
    color: #fe370e;
}

.pageination-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0 0;
}

.contact-info-box i {
    color: #FE370E;
    font-size: 42px;
    margin-bottom: 15px;
    display: block;
}

.pageination-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: flex;
}


/* .pageination-section ul li { margin: 0 15px; } */


/* .pageination-section ul li:first-child { margin-left: 0; } */


/* .pageination-section ul li:last-child { margin-right: 0; } */

.pageination-section ul li a,
.pageination-section ul li span {
    color: #fff;
    font-size: 16px;
    border: 1px solid #D7E1E6;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 300ms ease-in;
    margin: 0 15px;
}

.pageination-section ul li a.prev,
.pageination-section ul li a.next {
    border: none;
    margin: 0;
}

.pageination-section ul li:hover a,
.pageination-section ul li.active a,
.pageination-section ul li span.current {
    color: #fe370e;
    border-color: #fe370e;
    text-decoration: none;
}

.pageination-section ul li.prev,
.pageination-section ul li.next {
    margin: 0;
}

.pageination-section ul li.prev a,
.pageination-section ul li.next a,
.pageination-section ul li a.prev,
.pageination-section ul li a.next {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 0;
}

.pageination-section ul li.prev a:hover:before,
.pageination-section ul li.next a:hover:before,
.pageination-section ul li a.prev:hover:before,
.pageination-section ul li a.next:hover:before {
    border-color: #fe370e;
}

.pageination-section ul li.prev a::before,
.pageination-section ul li a.prev:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-136deg);
    z-index: 1;
    transition: all 300ms ease-in;
}

.pageination-section ul li.next a:before,
.pageination-section ul li a.next:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
    transition: all 300ms ease-in;
}

.product-block-main {
    padding-bottom: 50px;
}

.product-disc-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 40px;
}

.product-company-logo {
    width: 150px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
    align-content: center;
    justify-content: center;
    background: #062E49;
    padding: 10px;
}

.product-company-logo figure {
    max-width: 129px;
    margin: 0 auto;
}

.product-company-logo figure img {
    width: 100%;
    display: block;
}

.product-company-info {
    width: calc(100% - 150px);
    padding: 10px;
}

.product-company-info p:last-child {
    margin-bottom: 0;
}

.special-relationships .product-disc-row:last-child {
    margin-bottom: 0;
}

.special-relationships .product-block-title {
    margin-bottom: 25px;
}

.reliability .product-block-title {
    margin-bottom: 0;
}

.success-stories .product-block-title {
    margin-bottom: 25px;
    margin-top: 0px;
}

.success-stories>.product-block-logos {
    padding-top: 0;
}


/* .product-block-column .cols { margin-bottom: -50px; } */

.product-block-column .cols .col {
    margin-bottom: 50px;
}

.product-block-column .product-disc-row {
    margin-bottom: 0;
}

.prodct-disc-main h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-block-logos {
    padding: 40px 0 0;
}

.product-block-logos .cols {
    margin: 0 -2px;
}

.product-block-logos .cols .col {
    padding: 0 1px;
    margin-bottom: 2px;
}

.product-logos-box {
    min-height: 100px;
    background: #002137;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.product-logos-box figure {
    margin: 0 auto;
    width: 100%;
    max-width: 183px;
}

.product-logos-box figure img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 76px;
}


/* WP Form error */

input[type="text"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    border-color: #ff0c0c;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 8px;
    color: #ff0c0c;
}

div.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 10px;
    padding: 16px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

div.wpcf7 form.invalid .wpcf7-response-output,
form.wpcf7 div.unaccepted .wpcf7-response-output {
    border-color: #ff0c0c;
    color: #ff0c0c;
    background: none;
}

div.wpcf7 form.sent .wpcf7-response-output {
    border-color: #3cd549;
    color: #3cd549;
    background: none;
}

.submit-btn {
    position: relative;
}

.wpcf7 .ajax-loader {
    background-color: #fff;
    opacity: 1;
    margin: 0 0 0 20px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.wpcf7 .ajax-loader:before {
    background-color: #002137;
}

.before-after-section figure {
    margin: 0;
}
.before-after-section figure img {
    width: 100%;
}
.before-after-section .caption h4 {
    padding: 20px;
    color: #ffffff;
    text-align: center;
    background: #fe370e;
    text-transform: uppercase;
}

.video-section {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}
.video-section video {
    width: 100% !important;
    height: auto;
}

.video-section .cols { margin: 0 -10px -20px; }
.video-section .cols .col { padding: 0 10px; margin-bottom: 20px; }
.video-box a { display: block; padding-top: 48.78%; position: relative; overflow: hidden; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); }
.video-box a:before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #00192a; z-index: 1; opacity: 0.45; transition: 350ms all; }
.video-box a .video-poster { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; transition: 350ms all; }
.video-box a i { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; font-size: 28px; color: #fff; height: 50px; width: 50px; background: #FE370E; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 350ms all; }
.video-box a:hover:before { opacity: 0.3; }
.video-box a:hover .video-poster { transform: scale(1.1); }


.slider{
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}

.slider .right.image{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;

}

.slider .left.image{
	position: relative;
	z-index: 2;
	border-right: 3px solid white;
	margin-right: -5px;
	overflow: hidden;
}

.slider .instruction{
	position: absolute;
	top:50%;
	z-index:1000;
	width: 95%;
}

.slider .instruction p{
	background: white;
	display: inline;
	padding: 1%;
	font-size: 1em;
	text-transform: uppercase;
}

.before-after-section .slider {
    position: relative;
}
.before-after-section .slider .instruction p {
    display: none;
}
.before-after-section .slider .left span {
    position: absolute;
    top: 50%;
    left: 0px;
    background: #000000a3;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.before-after-section .slider .left.image {
    overflow: hidden;
}
.before-after-section .slider .left.image figure {
    overflow: hidden;
}
.before-after-section .slider .left:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #0000006b;
     opacity: 0;
    visibility: hidden;
        transition: all .5s ease;
}
.before-after-section .slider:hover .left:before {
    opacity: 1;
    visibility: visible;
}
.before-after-section .slider .left.image:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url('../images/hrizontal-scroll.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
    border-radius: 50%;
    cursor: ew-resize;
}
.before-after-section .slider:hover .left span {
    left: 10px;
    opacity: 1;
    visibility: visible;
}
.before-after-section .slider .right span {
    position: absolute;
    top: 50%;
    right: 0px;
    background: #000000a3;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.before-after-section .slider .right:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #0000006b;
    opacity: 0;
    visibility: hidden;
        transition: all .5s ease;

}
.before-after-section .slider:hover .right:before {
    opacity: 1;
    visibility: visible;
}
.before-after-section .slider:hover .right span {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

/* New Before After Css Start */
.before-after-section .card {
    margin-bottom: 30px;
}
.cndkbeforeafter {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    width: 100% !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cndkbeforeafter:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006b;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.cndkbeforeafter:hover:before {
    opacity: 1;
    visibility: visible;   
}
.cndkbeforeafter-item {
    overflow: hidden;
    position: relative;
}
.cndkbeforeafter-drag-transition {
    transition: 0.5s;
}
.cndkbeforeafter-item > div {
    height: 100%;
    position: absolute;
    /* width: 100% !important; */
}
.cndkbeforeafter-item-before {
    z-index: 5;
}
.cndkbeforeafter-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    max-width: inherit;
}
.cndkbeforeafter-theme-light .cndkbeforeafter-seperator {
    background: white !important;
}
.cndkbeforeafter-seperator {
    width: 4px;
    position: absolute;
    height: 100%;
    z-index: 15;
    left: 0;
    top: 0;
    background: black;
    cursor: ew-resize;
}
.cndkbeforeafter-seperator > div > span {
    transition: 0.25s;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: ew-resize;
    border: 3px solid black;
    background: white;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 30px;
}
.cndkbeforeafter-theme-light .cndkbeforeafter-seperator > div > span {
    border-color: white !important;
    background: white !important;
}
.cndkbeforeafter-seperator > div > span::before {
    content: "";
    border: solid #9e9e9e;
    border-width: 7px 0 0 7px;
    display: inline-block;
    padding: 6px;
    transform: rotate(
135deg
);
    -webkit-transform: rotate(
135deg
);
    top: 50%;
    position: absolute;
    margin-top: -10px;
    right: 0;
    margin-right: 10px;
}
.cndkbeforeafter-seperator > div > span::after {
    content: "";
    border: solid #9e9e9e;
    border-width: 0 7px 7px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(
135deg
);
    -webkit-transform: rotate(
135deg
);
    top: 50%;
    position: absolute;
    margin-top: -10px;
    left: 0;
    margin-left: 10px;
}
.cndkbeforeafter-item-before-text, .cndkbeforeafter-item-after-text {
    position: absolute;
    z-index: 14;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
}
.cndkbeforeafter-top-left {
    left: 0;
    top: 0;
}
.cndkbeforeafter-theme-light .cndkbeforeafter-item-before-text, .cndkbeforeafter-theme-light .cndkbeforeafter-item-after-text {
    background: white !important;
    color: black !important;
}
.cndkbeforeafter-bottom-right {
    right: 0;
    bottom: 0;
}
.news-page-section a.button.btn-outline {
    display: block;
    text-align: center;
    max-width: 150px;
    margin: auto;
}
/* New Before After Css End */
.news-popup-info p::after {
    content: '';
    display: table;
    clear: both;
}
.news-popup-info p img {
    padding: 10px;
}