/*

Style   : Main CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly


TABLE OF CONTENTS 
---------------------------------------------------

    • Global Styles
    • Spacer
    • Header
    • Navigation
    • BreadCrumb
    • Flex Slider
    • Homepage Content
    • About Page
    • Call to action
    • stats section
    • Leaders (Team)
    • Vision
    • Sidebar
    • Career Page 
    • Job stats
    • service page 
    • back to top 
    • Image Hover Effects
    • Skillbar
    • 404 page
    • Shortcodes
    • Preloader

    */


/* --------------- Global Styles --------------- */

@import "../external/fonts.googleapis.com/css_family_Roboto_300_400_500_700_Roboto_Condensed_400_700.css";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&family=Playfair+Display:wght@400;500&display=swap");
body {
    color: #8d8d8d;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 0;
}

body.boxed {
    max-width: 1170px;
    background: #f7f5ee;
}

a {
    color: #082850;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 100% !important;
    width: 1170px !important;
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
}

header {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #8d8d8d;
    line-height: 1.8;
}

ol.list-unstyled {
    margin-left: 0;
}

.list-unstyled li i {
    padding-right: 15px;
    color: #C4A464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed";
    color: #2a2a2a;
}

p {
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
}

p + p:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 30px 35px;
    background: #C4A464;
    font-size: 20px;
    color: #675F3F;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.light {
    font-weight: 100;
}

.btn {
    border-radius: 3px;
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    line-height: 48px;
    padding: 0 22px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-primary {
    background: #082850;
    color: #fff;
}

.btn-primary:hover {
    background: #041a36;
}

.btn-default {
    background: #C4A464;
    color: #4c443a;
}

.btn-default:hover {
    background: #d6aa4a;
}

section {
    padding: 80px 0;
}

.sidebar {
    padding: 80px 15px;
}

main.main {
    padding-bottom: 75px;
}


/* --------------- 1.1 Spacer --------------- */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

@media all and (max-width: 767px) {
    br {
        display: none;
    }
}

@media all and (max-width: 480px) {
    section {
        padding: 45px 0;
    }
}


/* --------------- Header Styles --------------- */

.logo-top-info {
    padding: 25px 0;
}

.top-info {
    width: auto;
}

.top-info,
.social {
    float: left;
}

.top-info h3 {
    font-size: 15px;
    color: #082850;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #76797f;
    line-height: 1.4;
}

.top-info > div {
    padding: 0 20px;
    float: left;
    border-right: 1px solid #e9ecf2;
}

.top-info > div:last-child {
    border: none;
}

.top-info:after {
    content: "";
    display: block;
    clear: both;
}

span.forex {
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(118, 121, 127, 0.6);
    line-height: 1.571;
    position: relative;
    padding-left: 8px;
}

span.forex i {
    font-size: 17px;
    color: #35db24;
    padding-right: 3px;
    line-height: 1;
}

.social ul.social-icons {
    padding-left: 15px;
}

.social ul.social-icons li {
    display: inline-block;
}

.social ul.social-icons li:last-child a {
    margin: 0;
}

.social ul.social-icons li a:hover {
    border-color:#C4A464;
    background:#C4A464;
    color:#082850;
}

.social ul.social-icons li a {
    color:#082850;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    line-height:1;
    text-align: center;
    background:#fff;
    border:1px solid rgba(196,164,100,.55);
    border-radius: 50%;
    margin-right: 8px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.social ul.social-icons li a i,
.widgets-social a i {
    display:block;
    width:16px;
    height:16px;
    font-size:0;
    line-height:1;
}

.social ul.social-icons li a i:before,
.widgets-social a i:before {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:currentColor;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-size:contain;
    mask-size:contain;
}

.social ul.social-icons .fa-facebook:before,
.widgets-social .fa-facebook:before {
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06H297V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06H297V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
}

.social ul.social-icons .fa-twitter:before,
.widgets-social .fa-twitter:before {
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48h145.6l100.5 132.9L389.2 48zM364.4 421.8h39.1L151.1 88h-42l255.3 333.8z'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48h145.6l100.5 132.9L389.2 48zM364.4 421.8h39.1L151.1 88h-42l255.3 333.8z'/%3E%3C/svg%3E");
}

.social ul.social-icons .fa-linkedin:before,
.widgets-social .fa-linkedin:before {
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M100.28 448H7.4V148.9h92.88V448zM53.84 107.3C24.2 107.3 0 82.9 0 53.5 0 24 24.2 0 53.84 0s53.85 24 53.85 53.5c0 29.4-24.2 53.8-53.85 53.8zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M100.28 448H7.4V148.9h92.88V448zM53.84 107.3C24.2 107.3 0 82.9 0 53.5 0 24 24.2 0 53.84 0s53.85 24 53.85 53.5c0 29.4-24.2 53.8-53.85 53.8zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");
}

.social ul.social-icons .fa-instagram:before,
.widgets-social .fa-instagram:before {
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1S1.2 127.5-.5 163.4c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1S1.2 127.5-.5 163.4c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}

.top-info-social {
    margin-top: 5px;
}

.top-info-social:after {
    content: "";
    display: block;
    clear: both;
}

.top-info-social > .pull-right > .social {
    display:none !important;
}

@media all and (min-width: 992px) {
    .logo-top-info .logo {
        width:620px;
    }

    .logo-top-info .top-info-social {
        width:calc(100% - 620px);
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .logo-top-info .logo {
        width:540px;
    }

    .logo-top-info .top-info-social {
        width:calc(100% - 540px);
    }
}

@media all and (max-width: 1199px) {
    .top-info > div {
        padding: 0 16px;
    }
    .social ul.social-icons li a {
        margin-right: 10px;
    }
}

@media all and (max-width: 991px) {
    .logo-top-info {
        padding: 25px 0 0;
    }
    .logo {
        text-align: left;
        margin-bottom: 20px;
    }
    .top-info-social {
        display: none;
    }
}

@media all and (max-width: 479px) {
    .logo img {
        width: 180px;
    }
}


/* --------------- Navigation --------------- */

.main-menu {
    padding: 0;
    background: #f7f5ee;
}

ul.main-menu li a {
    font-size: 15px;
    font-family: "Roboto Condensed";
    color: #61656F;
    font-weight: bold;
    line-height: 1.467;
    text-transform: uppercase;
    padding: 20px 25px;
    display: block;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

ul.main-menu li:last-child a {
    padding-right: 0;
}

ul.main-menu li a:hover,
ul.main-menu li.active > a {
    color: #082850;
}

ul.main-menu > li {
    display: inline-block;
    padding: 0;
    position: relative;
}

ul.main-menu > li.dropdown ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 1000;
}

ul.main-menu > li.dropdown ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

ul.main-menu > li.dropdown ul:before {
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px !important;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

ul.main-menu > li.dropdown:hover ul,
ul.main-menu > li.dropdown:hover ul:before {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

i.fa.dropdown-toggle {
    display: none;
}

li.dropdown i.fa.dropdown-toggle {
    display: block;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
}

@media all and (max-width: 991px) {
    nav.navbar-collapse {
        position: absolute;
        right: 0px;
        top: 75px;
        width: 250px;
        opacity: 0;
        z-index: 1000;
        height: auto !important;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -ms-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }
    .navbar-collapse.collapse {
        display: none !important;
        padding: 0;
        overflow: inherit;
    }
    .navbar-collapse.collapsing {
        padding: 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        opacity: 1;
        right: 20px;
    }
    .navbar-toggle {
        display: block;
        right: 0;
        position: absolute;
        background: none;
        top: 0px;
        border: none;
        padding: 0 10px;
        margin: 21px 15px;
    }
    .navbar-toggle span.icon-bar {
        background: #61656f;
        height: 3px;
    }
    ul.main-menu > li {
        display: block;
    }
    ul.main-menu {
        padding: 10px 0;
    }
    ul.main-menu > li > a {
        padding: 15px 10px;
    }
    ul.main-menu > li.dropdown ul {
        left: -30px;
    }
    ul.main-menu > li.dropdown:hover ul,
    ul.main-menu > li.dropdown:hover ul:before {
        visibility: hidden;
        opacity: 0;
        top: 100%;
    }
    ul.main-menu > li.dropdown.open ul,
    ul.main-menu > li.dropdown.open ul:before {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    ul.main-menu > li.dropdown.open ul {
        left: 0;
    }
}


/* --------------- BreadCrumb --------------- */

.page-title {
    background: url('../images/page_title_bg.png') no-repeat left center;
    background-size: cover;
    padding: 70px 0;
}

.page-title h2.title {
    margin: 0 0 25px;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    line-height: 1.26;
}

.page-title p.description {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}

.breadcrumbs {
    background: #f7f5ee;
    padding: 25px 0;
}

.breadcrumbs span,
.breadcrumbs a {
    font-size: 15px;
    color: #61656f;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    color: #082850;
}

.breadcrumbs i {
    padding-right: 15px;
    color: #bebebe;
}

.breadcrumbs span.parent i {
    padding-right: 5px;
}

.breadcrumbs span {
    padding-right: 15px;
}

@media all and (max-width: 767px) {
    .page-title {
        padding: 70px 15px;
    }
}

@media all and (max-width: 480px) {
    .page-title h2.title {
        font-size: 42px;
        line-height: 1;
    }
    .page-title p.description {
        font-size: 16px;
    }
    .breadcrumbs {
        padding: 25px 0 0;
    }
    .breadcrumbs span {
        margin-bottom: 25px;
        display: inline-block;
    }
}


/* --------------- Flex Slider --------------- */

.flex-direction-nav a {
    width: 54px;
    height: 100px;
}

.flex-direction-nav a:before {
    content: " ";
    display: block;
    background: url('../images/arrow-left.png') no-repeat;
    width: 54px;
    height: 100px;
}

.flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../images/arrow-right.png') no-repeat;
}

.flex-control-nav {
    bottom: 40px;
}

.flex-control-paging li a {
    background: #aaa;
}

.flex-control-paging li a.flex-active {
    background: #C4A464;
}

section.home-slider {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #0b1b39;
}

.flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

.hero-slide-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.home-slider .slides > li > img {
    opacity: 1;
}

.flexslider li.has-overlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.44);
    z-index: 2;
}

.slider-content {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    width: 100%;
}

.flexslider .slides > li {
    position: relative;
}

/* Desktop: slides need an explicit height when we remove the <img> fallbacks */
@media all and (min-width: 992px) {
    .home-slider .flexslider .slides > li {
        height: 640px;
    }
}

.slider-content h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 30px;
}

.slider-content p {
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    font-weight: 100;
    margin: 0 0 40px;
}

.slider-content .primary-btn {
    border-radius: 3px;
    background: #C4A464;
    font-size: 20px;
    font-family: "Roboto Condensed";
    color: #4c443a;
    font-weight: bold;
    padding: 0 40px;
    line-height: 60px;
}

.slider-content .primary-btn i {
    padding-left: 10px;
}

.slider-content .primary-btn:hover {
    background: #d6aa4a;
}

@media all and (max-width: 991px) {
    .slider-content h2 {
        font-size: 44px;
        margin-bottom: 25px;
    }
    .slider-content p {
        font-size: 18px;
        margin-bottom: 36px;
    }
    .slider-content .primary-btn {
        font-size: 18px;
        line-height: 54px;
        border: none;
    }
    .flexslider .slides > li {
        height: 500px;
    }
    .flexslider .slides > li img {
        height: 100%;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        object-fit: cover;
    }
}

@media all and (max-width: 767px) {
    .slider-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .slider-content p {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .slider-content .primary-btn {
        font-size: 16px;
        line-height: 48px;
        padding: 0 30px;
        border: none;
    }
    .flex-direction-nav {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .slider-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .slider-content p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6;
    }
    .flexslider .slides > li {
        height: 420px;
    }
}

@media all and (max-width: 480px) {
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .slider-content p {
        font-size: 14px;
    }
    .flexslider .slides > li {
        height: 450px;
    }
}

@media all and (max-width: 400px) {
    .slider-content h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}


/* --------------- Homepage Content --------------- */

h2.color-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #C4A464;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
}

h4.subtitle {
    font-size: 20px;
    font-family: "Roboto";
    color: #082850;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
}


/*Company Section*/

.company-image {
    position: relative;
    min-height: 370px;
}

.company-image > div {
    position: absolute;
}

.company-image .img-left {
    width: 55%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.company-image .img-right {
    width: 85%;
    right: 0;
}

.company-image .img-left img,
.company-image .img-right img {
    height: 100%;
    min-width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

.company {
    display: flex;
    align-items: center;
}

@media all and (max-width: 991px) {
    .company {
        display: block;
        text-align: center;
    }
    .company > div {
        margin: 0 auto 30px;
        float: none;
    }
    .company > div:last-child {
        margin-bottom: 0;
    }
    .company-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
    }
    .company-image > div.hover-effect {
        width: auto;
    }
}

@media all and (max-width: 787px) {
    .company > div {
        margin-bottom: 40px;
    }
    .company-image > div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }
    .company-image .img-left {
        margin-bottom: 30px;
    }
}


/*Ceo Section*/

section.home-ceo {
    background: #f7f5ee;
    padding: 0;
}

.row.ceo {
    display: flex;
    align-items: center;
}

.row.ceo > div {
    display: block;
}

.ceo-details {
    padding: 45px 0;
}

.ceo-details h4.subtitle {
    font-size: 27px;
}

.ceo-details p {
    margin-bottom: 32px;
}

.ceo-details p.ceo-name {
    margin-bottom: 0;
    color: #303539;
}

.chairman-signature {
    color: #0b1b39;
    font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive !important;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    margin: 28px 0 0;
}

a.link {
    font-size: 16px;
    font-family: "Roboto";
    color: #C4A464;
    font-weight: bold;
    text-transform: uppercase;
}

a.link:hover {
    color: #10213a;
}

@media all and (max-width: 991px) {
    .row.ceo {
        display: block;
        text-align: center;
    }
}


/*Home Links Section*/

section.home-links {
    background: #082850;
    padding: 30px 0;
}

.row.links > div + div {
    width: auto;
}

.links h4.subtitle {
    color: #fff;
    margin: 0;
    line-height: 48px;
}

.links .btn-primary {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    font-family: "Roboto";
    color: #082850;
    font-weight: bold;
    padding: 0 34px;
}

.links .btn-primary:hover {
    background: #C4A464;
    color: #041a36;
}

@media all and (max-width: 1199px) {
    section.home-links {
        padding: 50px 0;
    }
    .row.links {
        text-align: center;
    }
    .row.links > div:first-child {
        display: block;
        float: none;
        width: auto;
    }
    .links h4.subtitle {
        line-height: 1;
    }
    .row.links > div + div {
        display: inline-block;
        float: none;
        margin-top: 30px;
    }
}

@media all and (max-width: 480px) {
    .row.links > div + div {
        display: block;
        float: none;
        margin-top: 30px;
    }
    .links .btn-primary {
        width: 100%;
    }
}


/*Process Section*/

h2.title-2 {
    font-size: 40px;
    font-family: "Roboto";
    color: #082850;
    font-weight: bold;
    margin: 0;
}

h4.subtitle-2 {
    font-size: 20px;
    font-family: "Roboto";
    color: #4C4F54;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 20px;
}

@media all and (max-width: 767px) {
    h2.title-2 {
        font-size: 30px;
    }
    h4.subtitle-2 {
        font-size: 16px;
    }
    .row.process > div {
        margin-bottom: 40px;
    }
    .row.process > div:last-child {
        margin-bottom: 0;
    }
}


/*Stats Section*/

section.home-stats {
    background: #f7f5ee;
    padding: 30px 0;
}

.row.stats > div {
    padding: 20px 15px;
    border-left: 1px solid #dee0e5;
}

.row.stats > div:first-child {
    border-left: none;
}

.row.stats > div:after {
    display: block;
    content: "";
    clear: both;
}

.stats img {
    float: left;
    padding-right: 12px;
}

.stats-info h4.counter {
    font-size: 36px;
    font-family: "Roboto";
    color: #082850;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.stats-info {
    float: left;
}

.stats-info p {
    margin-bottom: 0;
}

@media all and (max-width: 1099px) {
    .stats img {
        float: none;
        display: inline-block;
        padding: 0;
    }
    .row.stats {
        text-align: center;
    }
    .stats-info {
        float: none;
        display: block;
        margin-top: 20px;
    }
}

@media all and (max-width: 991px) {
    section.home-stats {
        padding: 0;
    }
    .row.stats > div {
        padding: 30px 20px;
        border-bottom: 1px solid #dee0e5;
        border-left: 1px solid #dee0e5;
    }
    .row.stats > div:nth-child(3),
    .row.stats > div:nth-child(4) {
        border-bottom: 0;
    }
}

@media all and (max-width: 480px) {
    .row.stats > div {
        float: none;
        display: block;
        width: 100%;
    }
    .row.stats > div:nth-child(3) {
        border-bottom: 1px solid #dee0e5;
    }
}


/*Services Section*/

.services-other .img-box {
    float: left;
    margin-right: 22px;
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 74px;
    text-align: center;
    border: 2px solid #C4A464;
}

.services-other .services-info {
    width: 100%;
    padding-left: 100px;
}

.services-other .services-info h4 {
    margin: 0 0 10px;
    line-height: 1;
}

.services-other .services-info p {
    margin-bottom: 0;
}

.row.service-list {
    margin: 0;
}

@media all and (max-width: 1099px) {
    .row.services-other {
        text-align: center;
    }
    .services-other .img-box {
        float: none;
        margin: 0;
    }
    .services-other .services-info {
        padding: 30px 0 0;
    }
}

@media all and (max-width: 991px) {
    .row.services {
        text-align: center;
    }
    .row.services > div {
        width: 500px;
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .row.services > div:last-child {
        margin-bottom: 0;
    }
    .row.services-other > div {
        margin-bottom: 45px;
    }
    .row.services-other .clearfix {
        display: none;
    }
    .row.services-other > div:last-child {
        margin-bottom: 0;
    }
    .about-services .row.services {
        text-align: left;
    }
    .about-services .row.services > div {
        width: 50%;
    }
    .about-services .row.services a {
        display: block;
    }
}

@media all and (max-width: 767px) {
    .about-services .row.services {
        text-align: center;
    }
    .about-services .row.services > div {
        width: 500px;
    }
}


/*Testimonials Section*/

section.home-testimonials {
    background: #f7f5ee;
}

.section-title h2.title-2 {
    margin: 20px 0;
}

.home-testimonials blockquote {
    background: #ffffff;
    font-size: 19px;
    font-family: "Georgia";
    color: #677078;
    line-height: 1.684;
    text-align: left;
    border: none;
    margin: 0 0 50px;
    padding: 40px 33px;
    position: relative;
}

.home-testimonials blockquote:hover {
    box-shadow: 16px 27px 49px 0px rgba( 0, 0, 0, 0.1);
}

.home-testimonials blockquote:before {
    content: open-quote;
    display: block;
    font-size: 121px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: rgba(196, 164, 100, 0.3);
    position: absolute;
    line-height: 60px;
    left: 20px;
}

.home-testimonials blockquote:after {
    content: close-quote;
    font-size: 0;
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

h4.client-name {
    font-size: 20px;
    font-family: "Roboto";
    color: #082850;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    text-align: center;
}

p.designation {
    text-align: center;
    margin: 0;
    float: none;
    width: 100%;
}

@media all and (max-width: 991px) {
    .home-testimonials .row > div {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 50px;
    }
    .home-testimonials .row > div:last-child {
        margin-bottom: 0;
    }
    section.home-testimonials .spacer-50 {
        height: 20px;
    }
}


/* Blog Section */

section.home-news {
    background: #f7f5ee;
}

.news .blog-date {
    position: absolute;
    display: block;
    padding: 10px;
    background: #082850;
    top: 12px;
    right: 12px;
    z-index: 100;
}

.blog-img-box {
    position: relative;
    display: block;
}

.blog-img-box a.hover-effect {
    z-index: 0;
    width: 100%;
}

.blog-img-box img {
    width: 100%;
}

span.month {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
}

span.date {
    font-size: 28px;
    font-family: "Roboto Condensed";
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.blog-content {
    background: #fff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 20px;
}

.blog-content h3 {
    font-size: 20px;
    font-family: "Roboto";
    color: #41454f;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
}

.blog-content h3 a {
    color: #41454f;
}

.blog-content h3 a:hover {
    color: #082850;
}

.blog-content p {
    color: #AEB3B7;
    margin-bottom: 0;
}

.blog-content a {
    color: #082850;
}

.blog-content a:hover {
    color: #041a36;
}

.blog-btn {
    margin-top: 40px;
}

@media all and (max-width: 991px) {
    .row.news {
        text-align: center;
    }
    .row.news > div {
        width: 500px;
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .row.news > div:last-child {
        margin-bottom: 0 !important;
    }
    .blog-services .row.news > div {
        width: 50%;
    }
    .blog-services .row.news > div.clearfix {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .blog-services .row.news > div {
        width: 400px;
        margin: 0 auto 40px;
    }
}

@media all and (max-width: 400px) {
    .blog-content h3 {
        font-size: 18px;
    }
}


/*blog single styles*/

.blog-slide {
    position: relative;
    margin-bottom: 50px;
}

.blog-slide .flex-direction-nav a {
    width: 32px;
    height: 49px;
}

.blog-slide .flex-direction-nav a:before {
    background: url('../images/blog-arrow-left.png') no-repeat;
    width: 32px;
    height: 49px;
}

.blog-slide .flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../images/blog-arrow-right.png') no-repeat;
}

.blog-slide:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.blog-slide:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.blog-slide:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.blog-slide:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

p.description a {
    text-decoration: underline;
    color: #e2ebff;
    display: inline-block;
}

p.description a:hover {
    color: #aaa;
}

.blog-single .cta {
    margin: 60px 0;
}

.blog-single h2.title-2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.social-share {
    padding: 50px 0;
}

.social-share a {
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #506abf;
    padding: 0 25px;
    line-height: 50px;
    display: inline-block;
    margin: 0 15px;
    border-radius: 4px;
}

.social-share a:hover {
    background: #2E49A0;
}

.social-share a i {
    padding-right: 15px;
    font-size: 18px;
}

.social-share a.tweet-share {
    background: #00baff;
}

.social-share a.tweet-share:hover {
    background: #118EBD;
}

.author-box {
    background: #f7f5ee;
    padding: 30px;
    margin-bottom: 60px;
}

.author-box img {
    float: left;
    margin-right: 15px;
}

.author-details {
    padding-left: 135px;
}

.author-details h4.subtitle {
    margin: 0 0 5px;
    font-size: 24px;
}

.author-share a {
    color: #c5c6c9;
    padding-right: 15px;
    font-size: 15px;
}

.author-share a:hover {
    color: #888;
}

.blog-single .comments h2.title-2 {
    margin: 10px 0 35px;
}

.comments {
    padding-left: 39px;
}

.comments-single {
    padding: 30px 30px 20px 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbd4e6;
    border-radius: 3px;
    margin-bottom: 35px;
    position: relative;
}

.comments-single.reply {
    margin-left: 40px;
}

.comments-single img {
    position: absolute;
    left: -39px;
    border: 1px solid #bbd4e6;
    padding: 4px;
    border-radius: 50%;
    background: #FFF;
}

.comments-single h3 {
    font-size: 20px;
    color: #333845;
    font-weight: bold;
    margin: 0 0 15px;
}

.comments-single h3 span {
    font-size: 16px;
    color: #677078;
    font-weight: normal;
    padding-left: 15px;
}

.comments-single a.reply-link {
    font-size: 16px;
}

.comment-box {
    margin-top: 60px;
}

form.commentform {
    padding: 35px 40px;
    margin: 10px 0 0;
    background: #f7f5ee;
}

form.commentform .form-control {
    margin-bottom: 20px;
}

@media all and (max-width: 600px) {
    .social-share a {
        margin-bottom: 20px;
    }
    .social-share a:last-child {
        margin-bottom: 0;
    }
    .author-box img {
        float: none;
        display: inline-block;
        margin: 0 0 25px;
    }
    .author-box {
        text-align: center;
    }
    .author-details {
        padding-left: 0;
    }
    .comments-single {
        padding: 50px 25px 25px;
        margin: 80px 0px;
    }
    .comments-single img {
        left: 50%;
        top: -39px;
        transform: translateX(-50%);
    }
    .comments .comments-single:last-child {
        margin-bottom: 0;
    }
    .comments {
        padding: 0;
    }
    .comments-single p {
        font-size: 15px;
    }
}

@media all and (max-width: 400px) {
    .comments-single p {
        font-size: 14px;
    }
    form.commentform {
        padding: 25px 20px;
    }
}


/*Career Single Styles*/

.row.career-info {
    margin: 0;
}

.row.career-info > div {
    padding: 0;
}

.career-box {
    padding: 30px 35px;
    background: #C4A464;
}

.career-box i {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}

.career-box h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
    padding-left: 35px;
}

.career-box p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding-left: 35px;
}

.job-info h2.title-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1;
}

.career-single-job p {
    margin-bottom: 30px;
}

.response {
    margin-bottom: 50px;
}

.response ul li {
    font-size: 16px;
    color: #1D1D1F;
    padding: 15px 0;
    border-bottom: 2px solid #f7f5ee;
    position: relative;
    padding-left: 30px;
}

.response ul li:first-child {
    padding-top: 0;
}

.response ul li:last-child {
    border-bottom: 0;
}

.response ul li i.fa {
    color: #C4A464;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    top: 20px;
    left: 0;
}

.response ul li:first-child i.fa {
    top: 7px;
}

.response-btn {
    padding: 30px 15px;
    background: #f7f5ee;
}

.response-btn a.btn {
    padding: 0 60px;
    background: #C4A464;
    color: #544d33;
}

.response-btn a.btn:hover {
    background: #d6aa4a;
}

@media all and (max-width: 991px) {
    section.career-single-job {
        padding-bottom: 30px;
    }
}


/* Partners Section */

section.home-partners h2.title-2 {
    margin-top: 0;
}

.row.partners {
    margin: 0;
}

.partner-images {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 100px;
    margin: 10px 0;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}


/* Publications Section */

.panel-group,
.plubication-downloads {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.panel-group .panel-default {
    background: #fff;
    border: none;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 2px;
}

.panel-default>.panel-heading {
    background: #ffffff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.panel-default>.panel-heading:hover {
    background: #f9f9f9;
}

h4.panel-title {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1;
    padding: 22px;
}

.panel-default>.panel-heading a {
    color: #082850;
    display: block;
    position: relative;
}

.panel-default>.panel-heading a:hover {
    color: #041a36;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 20px 22px;
}

.panel-default .panel-body p {
    margin-bottom: 0;
}

.panel-default > .panel-heading a:after {
    content: "-";
    position: absolute;
    font-size: 29px;
    font-family: "Roboto";
    color: #dadcdd;
    line-height: 20px;
    right: 0px;
    top: 0px;
    font-weight: 400;
}

.panel-default > .panel-heading a.collapsed:after {
    content: "+";
}

.plubication-downloads h2 {
    border: 1px solid #f4f4f4;
    background: #082850;
    font-size: 20px;
    font-family: "Roboto";
    color: #FFFFFF;
    font-weight: bold;
    padding: 22px;
    margin: 0;
}

.download-file {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    margin: 20px 30px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.download-file i {
    color: #fb1212;
    font-size: 22px;
    line-height: 50px;
}

.download-file:hover {
    background: #4C4F54;
}

.download-file:hover i,
.download-file:hover a,
.download-file:hover span {
    color: #fff;
}

.download-file a {
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 50px;
    color: #082850;
    display: block;
}

.download-file span {
    float: right;
    font-size: 14px;
    color: #677078;
    line-height: 50px;
    display: inline-block;
}

.plubication-downloads ul {
    padding: 0 30px 20px;
}

ul.download-list li {
    font-size: 17px;
    color: #082850;
    line-height: 1;
    padding: 15px 5px;
    border-bottom: 1px solid #f7f5ee;
    font-weight: 100;
    position: relative;
}

ul.download-list li a:hover {
    color: #C4A464;
}

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

.plubication-downloads p.download-title {
    font-size: 14px;
    color: #9EA6AE;
    line-height: 1;
    padding: 0 30px;
}

ul.download-list li span {
    position: absolute;
    right: 5px;
}

@media all and (max-width: 767px) {
    .publications .panel-group {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 400px) {
    h4.panel-title {
        font-size: 18px;
        padding: 18px;
    }
    .download-file {
        padding: 0 15px;
        margin: 15px 20px 25px;
    }
    .download-file a {
        font-size: 18px;
    }
    .download-file i {
        font-size: 19px;
    }
    .download-file span {
        display: none;
    }
    ul.download-list li span {
        position: relative;
        display: block;
        margin-top: 10px;
        left: 0;
    }
    .plubication-downloads ul {
        padding: 0 20px 20px;
    }
}


/*Footer Styles*/

.pre-footer > div {
    padding: 0;
}

.contact-box {
    padding: 30px 40px;
    background: #C4A464;
}

.pre-footer > div:nth-child(2n) .contact-box {
    background: #bd8d27;
}

.pre-footer > div:nth-child(3n) .contact-box {
    background: #ac7e22;
}

.contact-box i.fa {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}

.contact-details {
    padding-left: 35px;
}

h4.pre-footer-title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
}

.contact-details p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    margin-bottom: 0;
}

footer .footer {
    padding: 0;
    background: #041a36;
}

footer .footer .widgets {
    padding: 0 0 70px;
}

footer .copyright {
    padding: 35px 0;
    background: #020f20;
}

.about-txt img {
    width:150px;
    max-width:150px;
    max-height:120px;
    object-fit:contain;
    margin-bottom:24px;
}

.about-txt p {
    color: rgba(255, 255, 255, 0.5);
}

footer .footer,
footer .footer p,
footer .footer li,
footer .footer a,
footer .footer h2,
footer .footer h3,
footer .footer h4,
footer .footer .btn,
footer .copyright,
footer .copyright p {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
}

.widgets-social a {
    background:transparent;
    width:34px;
    height:34px;
    color:#C4A464;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    text-align: center;
    margin-right: 8px;
    border:1px solid rgba(196,164,100,.46);
    border-radius: 50%;
    font-size:14px;
}

.widgets-social a:last-child {
    margin: 0;
}

.widgets-social a:hover {
    transform:none;
    background:#C4A464;
    color:#082850;
    border-color:#C4A464;
}

h2.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}

.quick-links ul li a,
.our-services ul li a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}

.quick-links ul li a:hover,
.our-services ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter p {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter .form-group {
    margin-bottom: 15px;
}

.newsletter .has-error .help-block {
    color: #C4A464;
}

.newsletter input {
    padding: 0 15px;
    line-height: 48px;
    border: none;
    font-size: 16px;
    width: 100%;
}

.newsletter button {
    font-size: 18px;
    font-family: "Roboto Condensed";
    color: rgb( 0, 0, 0);
    font-weight: bold;
    line-height: 48px;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #bd8d27;
}

.newsletter button:hover {
    background: #d6aa4a;
    color: #000;
    outline: none;
}

.copyright-bar p {
    font-size: 14px;
    color: rgba( 255, 255, 255, 0.33);
    line-height: 1.857;
    margin-bottom: 0;
}

.copyright-bar a {
    color: rgba( 255, 255, 255, 0.5);
    padding-right: 15px;
}

.copyright-bar a:hover {
    color: rgba( 255, 255, 255, 0.7);
}

.copyright-bar span {
    padding-right: 15px;
}

.row.pre-footer {
    position: relative;
    top: -73px;
}

.row.pre-footer.cta-pre-footer {
    margin-left:0;
    margin-right:0;
    padding:0;
    background:#C4A464;
}

.cta-pre-footer .pre-footer-cta {
    width:100%;
    padding:52px 62px 56px;
}

.cta-pre-footer h2 {
    margin:0;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:38px;
    font-weight:700;
    line-height:1.35;
}

.cta-pre-footer .cta-supporting {
    max-width:860px;
    margin:14px 0 0;
    color:rgba(255,255,255,.86);
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:17px;
    line-height:1.65;
}

.cta-pre-footer .cta-actions {
    display:flex;
    flex-wrap:wrap;
    gap:16px 18px;
    margin-top:24px;
}

.cta-pre-footer .btn {
    min-width:190px;
    margin:0;
    padding:0 28px;
    border-radius:3px;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:15px;
    font-weight:800;
    line-height:52px;
    text-transform:uppercase;
}

.cta-pre-footer .btn-primary {
    background:#082850;
    border-color:#082850;
    color:#fff;
}

.cta-pre-footer .btn-whatsapp {
    background:#fff;
    border-color:#fff;
    color:#082850;
}

.cta-pre-footer .btn-primary:hover,
.cta-pre-footer .btn-primary:focus,
.cta-pre-footer .btn-whatsapp:hover,
.cta-pre-footer .btn-whatsapp:focus {
    background:#0b1b39;
    border-color:#0b1b39;
    color:#fff;
}

@media all and (max-width: 1120px) {
    .contact-box {
        padding: 30px 18px;
    }
}

@media all and (max-width: 991px) {
    .widget {
        width: 84%;
    }
    h2.widget-title {
        margin-top: 0;
    }
    .copyright-bar > div {
        text-align: center;
        padding-top: 15px;
    }
    .copyright-bar > div:first-child {
        padding-top: 0;
    }
    .row.pre-footer {
        padding: 0 15px;
    }
    .row.pre-footer.cta-pre-footer {
        padding:0;
    }
    .cta-pre-footer .pre-footer-cta {
        padding:38px 28px 42px;
    }
    .cta-pre-footer h2 {
        font-size:29px;
    }
    .pre-footer > div {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .widget {
        width: 96%;
        max-width: 500px;
        margin-bottom: 40px;
    }
    .widgets > div:last-child .widget {
        margin-bottom: 0;
    }
    .widgets-social {
        padding-bottom: 18px;
    }
}

@media all and (max-width: 480px) {
    .copyright-bar span {
        display: block;
        visibility: hidden;
        height: 5px;
    }
}


/*Contact Page Styles*/

.contact-area-box {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
}

.contact-area-box h4.subtitle {
    margin: 0 0 25px;
}

.contact-area-box i {
    font-size: 18px;
    color: #e5e5e5;
    float: left;
    width: 20px;
    margin-right: 20px;
    margin-top: 7px;
}

.contact-area-box p {
    display: block;
    padding-left: 40px;
}

.row.form h2.title-2 {
    font-size: 30px;
    margin-bottom: 35px;
}

.contact-map {
    position: relative;
}

.contact-map ul.nav-pills {
    position: absolute;
    left: 0;
    margin: 20px 30px;
    z-index: 5;
}

.google-map {
    height: 550px;
}

.contact-map ul.nav-pills li a {
    font-size: 17px;
    color: #677078;
    padding: 0 35px;
    line-height: 40px;
    background: #f7f5ee;
    border-right: 1px solid #e8e8e8;
    border-radius: 0px;
}

.contact-map ul.nav-pills li:first-child a {
    border-radius: 3px 0px 0px 3px;
}

.contact-map .nav-pills>li+li {
    margin: 0;
}

.contact-map .nav-pills>li:last-child a {
    border: 0;
}

.contact-map ul.nav-pills li a:hover,
.contact-map ul.nav-pills li a:focus,
.contact-map ul.nav-pills li.active a,
.contact-map ul.nav-pills li.active a:hover,
.contact-map ul.nav-pills li.active a:focus,
.contact-map ul.nav-pills li a:hover {
    color: #544d33;
    background: #C4A464;
    border-color: transparent;
}

.contact-map iframe {
    width: 100%;
    border: none;
}

section.contact-form {
    padding: 0 0 80px;
}

.well-form {
    padding: 30px;
    background: #f7f5ee;
}

.help-block {
    margin-top: 15px;
    font-size: 14px;
}

.alert {
    border-radius: 0;
}

.error-msg {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px;
}

.form-control:focus {
    border: 1px solid rgba(244, 244, 244, 0.8);
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.2);
}

textarea.form-control {
    min-height: 160px;
}

button.btn.btn-warning {
    padding: 0;
    line-height: 60px;
    border-radius: 0;
    border: none;
    font-size: 19px;
    font-weight: bold;
    background: #082850;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #D66260;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn.btn-warning:hover {
    background: #041a36;
}

@media (max-width: 1199px) and (min-width:991px) {
    .contact-map ul.nav-pills li a {
        font-size: 16px;
        padding: 0 24px;
    }
}

@media all and (max-width: 991px) {
    .row.contact-centers > div {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 40px;
    }
    .row.contact-centers > div:last-child {
        margin-bottom: 0;
    }
    .row.form {
        text-align: center;
    }
    .row.form > div {
        width: 600px;
        max-width: 100%;
        margin: 0 auto 50px;
    }
    .row.form > div:last-child {
        margin-bottom: 0;
    }
    .contact-map iframe {
        max-width: 100%;
        min-height: 500px;
        height: auto;
    }
}

@media all and (max-width: 600px) {
    .contact-map ul.nav-pills li {
        float: none;
        margin-bottom: 5px;
    }
    .contact-map ul.nav-pills li a {
        border-radius: 3px !important;
        border: none;
    }
    .contact-map iframe {
        min-height: 400px;
    }
}

@media all and (max-width: 480px) {
    .contact-area-box {
        padding: 15px 20px;
    }
    .contact-area-box i {
        margin-right: 0;
        font-size: 16px;
        margin-top: 5px;
    }
    .contact-area-box p {
        padding-left: 25px;
        font-size: 14px;
    }
    .well-form {
        padding: 30px 25px;
    }
}


/* About Page */

section.about-company {
    padding-bottom: 0;
}

.about-content {
    float: right;
}


/* Call to action */

section.about-cta {
    padding: 50px 0 0;
}

.cta {
    padding: 40px 45px;
    background: #C4A464;
}

.cta h2 {
    font-size: 33px;
    color: #fff;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    font-family: "Georgia";
}

@media all and (max-width: 991px) {
    .about-content {
        float: none;
    }
}

@media all and (max-width: 480px) {
    .cta {
        padding: 20px 25px;
    }
    .cta h2 {
        font-size: 26px;
    }
}


/* Culture */

.culture h2.culture-title {
    font-size: 28px;
    font-family: "Roboto";
    color: #082850;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}

.culture h4.culture-subtitle {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb( 76, 79, 84);
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px;
}

.culture-video {
    text-align: right;
}

.culture-video img {
    border: 10px solid #f9f9f9;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

@media all and (max-width: 767px) {
    .culture-video {
        text-align: left;
    }
}


/*stats section*/

section.about-stats {
    padding-top: 0;
}

.row.stats.stats-2 {
    background: #f7f5ee;
}

.row.stats.stats-2 > div {
    padding: 30px 20px 40px 50px;
    border: 1px solid #e9ebef;
}

.row.stats.stats-2 > div:first-child {
    border-top: 0;
    border-left: 0;
}

.row.stats.stats-2 > div:nth-child(2) {
    border-top: 0;
    border-right: 0;
}

.row.stats.stats-2 > div:nth-child(3) {
    border-left: 0;
    border-bottom: 0;
}

.row.stats.stats-2 > div:nth-child(4) {
    border-right: 0;
    border-bottom: 0;
}

@media (max-width: 1099px) {
    .row.stats.stats-2 > div {
        padding: 30px 20px;
    }
}


/* Accordion */

section.about-accordion {
    padding: 0;
}

@media (max-width: 991px) {
    section.about-accordion {
        padding: 0 15px;
    }
}

section.about-innovations {
    padding: 0 0 40px;
}


/*Tools Section*/

section.about-tools {
    padding: 5px 0 20px;
}

.row.tools {
    margin: 0;
}

.row.tools > div {
    padding: 40px 30px;
    background: transparent;
    border: 1px solid #f9f9f9;
}

.icon-container {
    height: 50px;
}

.row.tools > div p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .row.tools > div {
        width: 400px;
        margin: 0 auto;
        max-width: 100%;
    }
}


/*Employees Section*/

section.about-employees {
    padding-bottom: 0;
}

.row.employees {
    display: flex;
    align-items: center;
}

.row.employees.top-sec {
    display: block;
    position: relative;
}

.row.employees.top-sec .text-right {
    float: right;
}

.row.employees.top-sec > div:last-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.employees h4.subtitle {
    font-size: 28px;
    margin-top: 0;
}

.row.employees img {
    border: 10px solid #f9f9f9;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

.row.employees p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .row.employees {
        display: block;
    }
    .row.employees .text-right {
        text-align: left;
        margin-bottom: 30px;
        float: none !important;
    }
    .row.employees.top-sec > div:last-child {
        position: relative;
        transform: inherit;
        top: 0;
    }
    section.services-employees .spacer-80 {
        height: 50px;
    }
    .row.employees .text-left {
        margin-bottom: 30px;
    }
}


/*leaders*/

.row.leaders h4.subtitle {
    margin-bottom: 5px;
}

.img-hover-effect:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(196, 164, 100, 0.72);
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.img-hover-effect:hover:after {
    height: 100%;
}

.social-links {
    position: absolute;
    top: 75%;
    width: 100%;
    z-index: 5;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.img-hover-effect:hover .social-links {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.social-links a {
    font-size: 22px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-right: 8px;
    background: rgba(0, 0, 0, 0.66);
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}

.social-links a:last-child {
    margin: 0;
}

.social-links a:hover {
    background: #000;
}

@media all and (max-width: 991px) {
    .row.leaders .img-hover-effect {
        display: block;
    }
}

@media all and (max-width: 767px) {
    .row.leaders > div {
        width: 360px;
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .row.leaders > div.clearfix {
        display: none;
    }
    .row.leaders > div:last-child {
        margin-bottom: 0;
    }
}


/* Vision */

.vision h2.title-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1;
}

.vision ul li {
    font-size: 16px;
    color: #1D1D1F;
    padding: 15px 0;
    border-bottom: 2px solid #f7f5ee;
    padding-left: 30px;
    border-bottom: 2px solid #f7f5ee;
    position: relative;
}

.vision ul li:first-child {
    padding-top: 0;
}

.vision ul li:last-child {
    border-bottom: 0;
}

.vision ul li i.fa {
    color: #C4A464;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    line-height: 30px;
    left: 0;
}

@media all and (max-width: 767px) {
    .row.vision > div {
        margin-bottom: 30px;
    }
    .row.vision > div:last-child {
        margin-bottom: 0;
    }
}


/*Sidebar*/

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form .btn.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    padding: 0 20px;
    background: none;
    font-size: 18px;
    outline: none;
}

h3.sidebar-title {
    font-size: 17px;
    font-weight: normal;
    font-family: "Roboto";
    color: #C0C4C7;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.sidebar-blog-categories ul {
    background: #f7f5ee;
}

.sidebar-blog-categories ul li a {
    font-size: 17px;
    color: #61656F;
    padding: 24px 30px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #fcfcfd;
}

.sidebar-blog-categories ul li a:hover {
    background: #e9e9e9;
}

.sidebar > div {
    margin-bottom: 45px;
}

.sidebar > div:last-child {
    margin-bottom: 0;
}

.sidebar-download .download-file {
    background: #082850;
    margin: 0;
    padding: 0 15px;
}

.sidebar-download .download-file:hover {
    background: #041a36;
}

.sidebar-download .download-file i {
    color: #fff;
}

.sidebar-download .download-file a {
    color: #fff;
}

.sidebar-download .download-file span {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-fact {
    padding: 20px 25px 25px;
    background: #f7f5ee;
}

.sidebar-fact h3 {
    font-size: 20px;
    font-family: "Roboto";
    color: #082850;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
}

.sidebar-fact a.btn {
    background: #C4A464;
    color: #544d33;
}

.sidebar-fact a.btn:hover {
    background: #d6aa4a;
}

.sidebar-tags a {
    background: #f7f5ee;
    color: #adadad;
    display: inline-block;
    padding: 12px 12px;
    margin: 0 10px 12px 0;
}

.sidebar-tags a:hover {
    background: #ddd;
    color: #999;
}

.sidebar-single-links li {
    padding: 30px 0;
    border-bottom: 1px solid #f7f5ee;
}

.sidebar-single-links li:first-child {
    padding-top: 0;
}

.sidebar-single-links li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-single-links h4.subtitle {
    margin: 0 0 15px;
    line-height: 1;
}

p.location-2 {
    margin-bottom: 0;
    line-height: 1;
}

p.location-2 span {
    color: #abafb3;
}

@media all and (max-width: 991px) {
    .sidebar {
        padding-top: 0;
        max-width: 400px;
        margin: 0 auto;
    }
    .response-btn {
        text-align: left;
    }
}


/*Career Page */

.careers section {
    padding-bottom: 0;
}

.careers section:last-child {
    padding-bottom: 80px;
}

@media all and (max-width: 767px) {
    .culture h2.culture-title {
        font-size: 24px;
    }
    .culture h4.culture-subtitle {
        font-size: 16px;
    }
}


/*Job stats*/

.stats-box {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 10px 15px;
}

.stats-box h4,
.stats-box p {
    line-height: 1;
}

@media all and (max-width: 767px) {
    .row.job-stats > div {
        width: 400px;
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }
    .row.job-stats > div:last-child .stats-box {
        margin-bottom: 0;
    }
    .stats-box h4 {
        line-height: 1.2;
    }
}


/*culture styles*/

.company-images > div {
    padding: 0;
}

.row.company-images {
    margin: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

.company-image-one.hover-effect {
    width: 100%;
    display: block;
}

.company-image-one img {
    width: 100%;
    height: 230px;
}

@media all and (max-width: 991px) {
    .careers-culture .col-md-5 {
        margin-bottom: 50px;
    }
    .life-box {
        margin-bottom: 40px;
    }
    .careers section:last-child {
        padding: 30px 0 60px;
    }
}

@media all and (max-width: 600px) {
    .company-images > div {
        width: 100%;
    }
    .company-image-one img {
        height: auto;
    }
}


/*Life Section styles*/

.life-box h4.subtitle {
    margin: 30px 0 15px;
}

.life-box .icon-container {
    min-height: 50px;
}


/*Open Postitioms styles*/

.open-positions ul li {
    padding: 25px 0px;
    padding-right: 190px;
    border-bottom: 1px solid #f7f5ee;
    position: relative;
}

.open-positions ul li:first-child {
    padding-top: 0;
}

.designation span {
    font-size: 12px;
    font-family: "Roboto";
    color: #677078;
    background: #f7f5ee;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
}

.designation h4.subtitle {
    margin: 0 0 5px;
}

.designation {
    float: left;
    width: 82%;
}

.open-positions ul li:after {
    content: "";
    display: block;
    clear: both;
}

.open-positions ul li a.btn {
    position: absolute;
    right: 0;
    padding: 0 25px;
    background: #C4A464;
    color: #544d33;
}

.open-positions ul li a.btn:hover {
    background: #d6aa4a;
}

.location {
    float: right;
    text-align: right;
}

.location p.state {
    font-weight: 500;
    margin-bottom: 0;
}

.location p.country {
    color: #abafb3;
}

@media all and (max-width: 767px) {
    .designation {
        width: 80%;
    }
    .open-positions ul li {
        padding-right: 0;
    }
    .open-positions ul li a.btn {
        position: relative;
        margin-top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media all and (max-width: 480px) {
    .designation {
        float: none;
        width: 100%;
    }
    .location {
        float: left;
        text-align: left;
        margin-top: 15px;
        display: inline-block;
    }
    .open-positions ul li a.btn {
        float: right;
        font-size: 15px;
        line-height: 44px;
        padding: 0 20px;
        transform: inherit;
        left: 0;
    }
}


/*service page */

.services-content {
    float: right;
}

section.services-checmicals {
    padding: 0;
}

.services-vision img {
    border: 10px solid #fff;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

section.services-highlights {
    background: #f7f5ee;
}

.feature-box {
    text-align: center;
    background: #ffffff;
    box-shadow: 16px 27px 49px 0px rgba( 0, 0, 0, 0.1);
    padding: 40px 20px;
}

.feature-box p {
    margin-bottom: 0;
}

.service-slider,
.service-slider ul.slides li {
    position: relative;
}

.service-slider li img {
    width: 100%;
    min-height: 280px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.66);
    text-align: center;
    padding: 0 15px;
}

.slider-caption p {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 14px 0;
}

.service-slider .flex-direction-nav a {
    width: 32px;
    height: 49px;
}

.service-slider .flex-direction-nav a:before {
    background: url('../images/service-arrow-left.png') no-repeat;
    width: 32px;
    height: 49px;
}

.service-slider .flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../images/service-arrow-right.png') no-repeat;
}

.service-slider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.service-slider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.service-slider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.service-slider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .services-company a.hover-effect {
        display: block;
    }
    .service-slider {
        margin-bottom: 40px;
    }
    .services-content {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .services-company a.hover-effect {
        display: block;
    }
    .services-company .row > div {
        width: 400px;
        max-width: 100%;
        margin: 0 0 40px;
    }
    .services-company .row > div.clearfix {
        display: none;
    }
    .services-company .row > div:last-child {
        margin-bottom: 0;
    }
    .row.vision .text-right {
        text-align: left;
    }
    section.services-vision {
        padding-top: 30px;
    }
    .services-highlights .row > div {
        width: 360px;
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .services-highlights .row > div:last-child {
        margin-bottom: 0;
    }
}


/* back to top */

.cd-top {
    display: inline-block;
    height: 36px;
    width: 36px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #00A3EF url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top:hover {
    background-color: #0087C5;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}


/*Image Hover Effects*/

.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-effect,
.img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}

.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}


/* Skillbar */

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #f7f5ee;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

div.process-bar > .skillbar:last-child {
    margin-bottom: 0;
}

.skillbar-title {
    position: relative;
    font-size: 15px;
    color: #677078;
    margin-bottom: 10px;
}

.skillbar-bar {
    height: 10px;
    width: 0px;
    background: #C4A464;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: inherit !important;
}

.skillbar-bar:after {
    content: "";
    position: relative;
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    right: -8px;
    top: -8px;
    background: #C4A464;
    border-radius: 50%;
    border: 3px solid #fff;
}

.skill-bar-percent {
    position: absolute;
    right: 0px;
    top: -25px;
    line-height: 1;
    font-size: 15px;
    font-family: "Roboto";
    color: #082850;
}


/* 404 page */

section.page-not-found {
    padding: 120px 0;
}

.error-page h1 {
    margin: 0;
    font-size: 150px;
    font-family: Roboto;
    font-weight: bold;
    color: #082850;
    line-height: 1;
}

.error-page h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.error-page h4 {
    margin-bottom: 30px;
    font-size: 21px;
}


/* Shortcodes */

.styled-list ol,
.styled-list ul {
    margin: 0px;
    list-style-position: inside;
}

.styled-list ol li,
.styled-list ul li {
    padding: 15px 0;
    border-bottom: 2px solid #f7f5ee;
}

.styled-list ol li:first-child,
.styled-list ul li:first-child {
    padding-top: 0;
}

.styled-list ul {
    list-style-type: disc;
}

.styled-list ul ul {
    margin: 15px 0px 0px 20px;
    list-style-type: circle;
}

.styled-list ol ol {
    margin: 15px 0px 0px 20px;
}

.styled-list ul ul li,
.styled-list ol ol li {
    border-bottom: none;
    padding: 8px 0;
}

.styled-list .list-unstyled {
    margin-left: 0;
}

.styled-list .list-unstyled ol {
    list-style-type: none;
}

.btn-block+.btn-block {
    margin-top: 10px;
}

.btn-row a.btn {
    line-height: 60px;
    padding: 0 36px;
}

.btn-col a.btn {
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
}

.btn-col a.btn:nth-child(odd) {
    margin-left: 0;
    clear: both;
}

a.btn.btn-block:nth-child(odd) {
    margin-bottom: 15px;
    margin-top: 30px;
}

a.btn.btn-block:first-child {
    margin-top: 0;
}

.btn-row a.btn.btn-normal {
    line-height: 48px;
    font-size: 14px;
    padding: 0 30px;
}

a.btn.btn-sm {
    line-height: 36px;
    font-size: 12px;
    padding: 0 24px;
}

.quote-post blockquote {
    background: #082850;
    color: #fff;
}

.drop-caps p:first-child::first-letter {
    background: #C4A464;
    color: #675F3F;
    display: block;
    float: left;
    font-size: 36px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 20px;
    border-radius: 4px;
}

.drop-caps.blue p:first-child::first-letter {
    background: #082850;
    color: #fff;
}

.tab-widget {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.nav-tabs>li {
    padding: 0;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid #eee;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

ul.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs>li>a {
    font-weight: bold;
    line-height: 1;
    padding: 20px 15px;
    background: #ffffff;
    color: #082850;
    border-radius: 0;
    border: none;
    margin: 0;
}

.nav-tabs>li>a:hover {
    background: #f9f9f9;
    color: #041a36;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #f9f9f9;
    color: #041a36;
    border: none;
}

.tab-content>.tab-pane {
    padding: 22px;
}

@media (max-width: 991px) {
    .tab-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .btn-col {
        margin-bottom: 30px;
    }
    form.form-horizontal {
        margin-top: 50px;
    }
    .headings {
        margin-bottom: 50px;
    }
    table.table-striped {
        margin-bottom: 50px;
    }
    .row.styled-list h3 {
        margin-top: 0;
    }
    .row.styled-list > div {
        margin-bottom: 50px;
    }
    .row.styled-list > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .nav-tabs>li {
        display: block;
        float: none;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .btn-col a.btn {
        display: inline-block;
        margin: 0 0 20px;
        clear: both;
    }
}


/* Preloader */

.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #C4A464;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Loader and Animation styles
   ========================================================================== */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /* change if the mask should have another color then white */
    opacity: 1;
    z-index: 11111;
    /* makes sure it stays on top */
    height: 100%;
    overflow: hidden;
}

/* ===== Jarrah additions ===== */
.services-company .hover-effect{display:block;overflow:hidden;border-radius:3px;}
.services-company .hover-effect img{width:100%;height:240px;object-fit:cover;}
.main-menu .dropdown-submenu{position:relative;}
.main-menu .dropdown-submenu > ul{display:none;position:absolute;left:100%;top:0;min-width:230px;background:#fff;box-shadow:0 10px 30px rgba(7,29,62,.12);}
.main-menu .dropdown-submenu:hover > ul{display:block;}
.main-menu .dropdown-submenu > a:after{content:"\203A";float:right;margin-left:10px;font-weight:700;}

/* clients carousel edge fade */
.home-partners .partners{position:relative;}
.home-partners .partners:before,.home-partners .partners:after{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:5;pointer-events:none;}
.home-partners .partners:before{left:0;background:linear-gradient(to right,#f6f8fb,rgba(246,248,251,0));}
.home-partners .partners:after{right:0;background:linear-gradient(to left,#f6f8fb,rgba(246,248,251,0));}

/* submenu caret points left (flyout comes from the left) */
.main-menu .dropdown-submenu > ul:before{top:18px !important;left:-18px !important;border-bottom-color:transparent !important;border-right-color:#fff !important;}
.contact-map-embed iframe{display:block;width:100%;height:360px;border:0;}

/* uniform images in about-page 2-card sections */
.about-services > .company-title.color-title{margin-bottom:30px !important;}
.about-services .hover-effect{display:block;overflow:hidden;border-radius:3px;}
.about-services .hover-effect img,
.about-services .hover-effect video.service-card-video{width:100%;height:240px;object-fit:cover;display:block;}

/* about page "ABOUT JARRAH" grid: keep rows aligned (no masonry jump) */
.about-services .row.services{
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
}
.about-services .row.services > div{
    float:none !important;
    display:flex;
    flex-direction:column;
    gap:0;
    margin-bottom:42px;
}
.about-services .row.services > div h4{margin:16px 0 6px !important;}
.about-services .row.services > div p{margin:0 0 12px !important;line-height:1.5;}
.about-services .row.services > div .btn{margin-top:0;align-self:flex-start;}
.about-services .row.services > div a.link{margin-top:0;display:inline-block;}
@media all and (min-width: 992px){
    .about-services .row.services > div{width:33.3333% !important;}
}
@media all and (min-width: 768px) and (max-width: 991px){
    .about-services .row.services > div{width:50% !important;}
}
@media all and (max-width: 767px){
    .about-services .row.services > div{width:100% !important;}
}

/* company documents list: name left, actions right, no overlap */
.plubication-downloads .download-list li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;}
.plubication-downloads .download-list li > a:first-child{flex:1 1 auto;}
.plubication-downloads .download-list li span{white-space:nowrap;flex:0 0 auto;}

/* fix: company-documents rows wrap instead of overlapping */
.plubication-downloads .download-list li{display:flex !important;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 16px;line-height:1.4;}
.plubication-downloads .download-list li > a:first-child{flex:1 1 60%;}
.plubication-downloads .download-list li span{position:static !important;right:auto !important;white-space:nowrap;}

/* org chart refinements */
.jarrah-org .org-box{border:1px solid #e6eaf0 !important;border-top:1px solid #e6eaf0 !important;border-radius:8px;}
.jarrah-org .org-box img{width:96px;height:96px;border-radius:50%;object-fit:cover;margin:0 auto 12px;display:block;border:4px solid #f1f4f8;}
.jarrah-org .org-advisor{background:#f6f8fb !important;border:1px dashed #cfd9e6 !important;}
.jarrah-org .org-divisions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:900px;margin:16px auto 0;}
.jarrah-org .org-div{display:inline-block;background:#fff;border:1px solid #e6eaf0;border-radius:22px;padding:8px 16px;font-size:13px;color:#1f3c6e;text-decoration:none;}
.jarrah-org .org-div:hover{background:#f1f4f8;color:#071d3e;}

/* clean submenu flyout (no caret, aligned) */
.main-menu .dropdown-submenu > ul:before{display:none !important;}
.main-menu .dropdown-submenu > ul{top:0 !important;margin:0 !important;border-radius:0 6px 6px 0;padding:6px 0;}

/* careers page tidy-up */
.careers-culture .company-images .company-image-one{overflow:hidden;border-radius:3px;margin-bottom:24px;}
.careers-culture .company-images .company-image-one img,
.careers-culture .company-images .company-image-one video{width:100%;height:165px;object-fit:cover;display:block;}
.statistics .stats-box{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.careers-life .life-box{min-height:240px;}
.careers-life .life-box .icon-container{margin-bottom:14px;}

/* submenu: gap + left arrow pointing back to its category */
.main-menu .dropdown-submenu > ul{left:calc(100% + 12px) !important;}
.main-menu .dropdown-submenu > ul:after{content:"";position:absolute;left:-12px;top:0;bottom:0;width:12px;}
.main-menu .dropdown-submenu > ul:before{display:block !important;content:"" !important;position:absolute !important;left:-9px !important;top:16px !important;right:auto !important;width:0 !important;height:0 !important;border:9px solid transparent !important;border-right-color:#fff !important;border-bottom-color:transparent !important;opacity:1 !important;visibility:visible !important;}

/* homepage featured-3 services: uniform images + aligned titles/buttons */
.home-services .row.services > [class*="col-"]{display:flex;flex-direction:column;}
.home-services .hover-effect{display:block;overflow:hidden;border-radius:3px;}
.home-services .hover-effect img{width:100%;height:230px;object-fit:cover;}
.home-services .services-title-one{min-height:0;margin:22px 0 14px;}
.home-services .row.services > [class*="col-"] > p{min-height:0;margin-bottom:18px;}
.home-services .row.services > [class*="col-"] > .btn{margin-top:0;align-self:flex-start;}
.home-services .five-service-grid > [class*="col-"]{margin-bottom:44px;}

/* static 'Established 2014' stat: match the big blue counters */
.stats-info h4.stat-num{font-size:36px;font-family:"Roboto";color:#082850;font-weight:bold;margin:0;}
.stats-2 .stats-info h4.stat-num{font-size:30px;}

/* submenu: drop the caret (kept misaligning); clean gapped flyout aligned to its category */
.main-menu .dropdown-submenu > ul:before{display:none !important;}
.main-menu .dropdown-submenu > ul{top:-6px !important;}

/* nested services under each category in the sidebar */
.sidebar-blog-categories ul ul{margin:8px 0 10px 6px;padding-left:12px;border-left:2px solid #e6eaf0;list-style:none;}
.sidebar-blog-categories ul ul li{padding:0;border:0;}
.sidebar-blog-categories ul ul li a{font-size:13px;color:#5a6b80;padding:5px 0;display:block;}
.sidebar-blog-categories ul ul li a:hover{color:#082850;}

/* featured-3 cards equal height so READ MORE aligns */
.home-services .row.services{display:flex;flex-wrap:wrap;}
/* live active highlight (nav + sidebar) */
.main-menu > li.active > a,.main-menu > li.dropdown.active > a{color:#082850 !important;}
.sidebar-blog-categories li.active > a{color:#082850 !important;font-weight:700;}

/* Jarrah display fonts */
@font-face{
    font-family:"Jarrah Display";
    src:url("../fonts/jarrah/source-serif-4-variable.ttf") format("truetype");
    font-weight:400 900;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Jarrah Descriptor";
    src:url("../fonts/jarrah/montserrat-variable.ttf") format("truetype");
    font-weight:100 900;
    font-style:normal;
    font-display:swap;
}
body,p,ul li,ol li,input,textarea,select,.slider-content p,.ceo-details p,.case-study p,.about-company p,.services p,.contact-details p,.blog-content p,.footer-widget p{
    font-family:"Helvetica Neue",Helvetica,sans-serif;
}
h1,h2,h3,h4,h2.title-2,h4.subtitle,h4.subtitle-2,.page-title h2.title,.slider-content h2,.section-title h2,.section-title h2.title-2,.services-title-one h4,.project-title h4,.news-info h4,.blog-content h3,h4.client-name,.stats-info h4.counter{
    font-family:"Jarrah Display",Georgia,"Times New Roman",serif;
}
h5,h6,.btn,button,.primary-btn,.secondary-btn,.links .btn-primary,.newsletter button,h2.widget-title,h4.pre-footer-title,.top-info h3,.top-info p,a.link,.stats-info h4.stat-num{
    font-family:"Helvetica Neue",Helvetica,sans-serif;
}
ul.main-menu li a{
    font-family:"Helvetica Neue",Helvetica,sans-serif;
}

/* Text-rendered logo lockup: mark image plus live fonts */
.jarrah-logo-lockup {
    display:flex;
    align-items:center;
    gap:14px;
    width:max-content;
    max-width:none;
    text-decoration:none;
}

.jarrah-logo-lockup img {
    width:88px;
    height:96px;
    object-fit:contain;
    flex:0 0 auto;
}

.jarrah-logo-wordmark {
    display:flex;
    flex-direction:column;
    justify-content:center;
    flex:0 0 auto;
    min-width:max-content;
    line-height:1;
}

.jarrah-logo-title {
    font-family:"Playfair Display","Jarrah Display",Georgia,"Times New Roman",serif;
    font-size:66px;
    font-weight:500;
    line-height:1;
    color:#0b1b39;
    letter-spacing:.105em;
    text-transform:uppercase;
}

.jarrah-logo-subtitle {
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:17px;
    font-weight:700;
    line-height:1.08;
    color:#61656f;
    letter-spacing:.045em;
    margin-top:14px;
    white-space:nowrap;
}

.jarrah-logo-lockup:hover,
.jarrah-logo-lockup:focus {
    text-decoration:none;
}

@media all and (max-width: 479px) {
    .jarrah-logo-lockup img {
        width:58px;
        height:64px;
    }

    .jarrah-logo-title {
        font-size:36px;
    }

    .jarrah-logo-subtitle {
        font-size:12px;
    }
}

/* Jarrah final polish: service sidebar, contact strip, and careers spacing */
.top-info h3,
.top-info p,
h4.pre-footer-title,
.contact-details p {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    letter-spacing:0;
}

.top-info h3,
h4.pre-footer-title {
    font-weight:600;
}

.top-info p,
.contact-details p {
    font-weight:400;
}

.page-title .description,
.description.light,
.company-subtitle,
.chemicals-subtitle,
.subtitle-services-other,
.process-subtitle,
.culture-subtitle,
h4.subtitle-2 {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight:400 !important;
    letter-spacing:0;
}

.sidebar-blog-categories .service-sidebar-menu {
    margin:0;
    padding:0;
    background:#f7f5ee;
}

.sidebar-blog-categories .service-sidebar-menu > li {
    border-bottom:1px solid #fff;
}

.sidebar-blog-categories .service-sidebar-menu > li > a {
    padding:15px 22px;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:15px;
    font-weight:600;
    line-height:1.25;
    color:#0b1b39;
}

.sidebar-blog-categories .service-sidebar-menu > li > a:hover,
.sidebar-blog-categories .service-sidebar-menu > li.active > a {
    background:#ece8df;
    color:#0b1b39 !important;
}

.sidebar-blog-categories .sidebar-service-section > a {
    background:#f0ede6;
}

.sidebar-blog-categories .service-sidebar-menu ul {
    margin:0;
    padding:8px 0 12px;
    border-left:0;
    background:#f7f5ee;
}

.sidebar-blog-categories .service-sidebar-menu ul li {
    padding:0;
    border:0;
}

.sidebar-blog-categories .service-sidebar-menu ul li a {
    padding:7px 22px 7px 34px;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:1.25;
    color:#61656f;
    border-bottom:0;
}

.sidebar-blog-categories .service-sidebar-menu ul li a:hover,
.sidebar-blog-categories .service-sidebar-menu ul li.active > a {
    background:transparent;
    color:#0b1b39 !important;
    font-weight:600;
}

.open-positions ul li {
    display:grid;
    grid-template-columns:minmax(0,1fr) 150px 210px;
    align-items:center;
    gap:24px;
    padding:28px 0 !important;
}

.designation,
.location {
    float:none;
    width:auto;
}

.location {
    text-align:left;
}

.open-positions ul li a.btn {
    position:static;
    justify-self:end;
    min-width:190px;
    text-align:center;
    line-height:52px;
    padding:0 22px;
}

@media all and (max-width: 991px) {
    .open-positions ul li {
        grid-template-columns:minmax(0,1fr) 130px;
    }

    .open-positions ul li a.btn {
        grid-column:1 / -1;
        justify-self:start;
    }
}

@media all and (max-width: 600px) {
    .open-positions ul li {
        grid-template-columns:1fr;
        gap:12px;
    }

    .location {
        text-align:left;
    }

    .open-positions ul li a.btn {
        justify-self:start;
        min-width:0;
        width:100%;
        left:auto;
        transform:none;
    }
}

/* Consistent Jarrah heading style: old-site feel, no heavy template bolding */
h1,
h2,
h3,
h4,
h5,
h6,
.page-title h2.title,
.slider-content h2,
h2.color-title,
h2.title-2,
.section-title h2,
.section-title h2.title-2,
h4.subtitle,
h4.subtitle-2,
.company-title,
.chemicals-title,
.services-title-one,
.services-title-one.subtitle,
.project-title h4,
.news-info h4,
.blog-content h3,
.positions-title,
.culture-title,
.life-title-one,
.contact-title,
.panel-title a,
.stats-info h4.counter {
    font-family:"Jarrah Display",Georgia,"Times New Roman",serif !important;
    font-weight:400 !important;
    letter-spacing:0;
}

/* Service sidebar final: match the clean reference layout */
.sidebar-blog-categories .service-sidebar-menu,
.sidebar-blog-categories .service-sidebar-menu ul,
.sidebar-blog-categories .service-sidebar-menu li {
    list-style:none !important;
}

.sidebar-blog-categories .service-sidebar-menu {
    margin:0 !important;
    padding:0 !important;
    background:#f7f5ee !important;
}

.sidebar-blog-categories .service-sidebar-menu > li {
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-bottom:1px solid #fff !important;
}

.sidebar-blog-categories .service-sidebar-menu > li > a {
    display:block !important;
    padding:24px 32px !important;
    border:0 !important;
    background:#f1eee7 !important;
    color:#0b1b39 !important;
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-size:18px !important;
    font-weight:600 !important;
    line-height:1.2 !important;
    text-decoration:none !important;
}

.sidebar-blog-categories .service-sidebar-menu > li:first-child > a {
    background:#f7f5ee !important;
}

.sidebar-blog-categories .service-sidebar-menu ul {
    margin:0 !important;
    padding:22px 32px 26px 54px !important;
    border:0 !important;
    background:#f7f5ee !important;
}

.sidebar-blog-categories .service-sidebar-menu ul li {
    margin:0 0 18px !important;
    padding:0 !important;
    border:0 !important;
}

.sidebar-blog-categories .service-sidebar-menu ul li:last-child {
    margin-bottom:0 !important;
}

.sidebar-blog-categories .service-sidebar-menu ul li a {
    display:block !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#61656f !important;
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-size:17px !important;
    font-weight:400 !important;
    line-height:1.35 !important;
    text-decoration:none !important;
}

.sidebar-blog-categories .service-sidebar-menu > li > a:hover,
.sidebar-blog-categories .service-sidebar-menu ul li a:hover {
    color:#0b1b39 !important;
    background:transparent !important;
}

.sidebar-blog-categories .service-sidebar-menu > li.active > a,
.sidebar-blog-categories .service-sidebar-menu ul li.active > a {
    color:#0b1b39 !important;
    font-weight:600 !important;
}

/* Button polish: remove the heavy template look */
.btn,
.primary-btn,
.secondary-btn,
.slider-content .primary-btn,
.links .btn-primary,
.sidebar-fact a.btn,
.open-positions ul li a.btn,
button.btn.btn-warning {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight:600 !important;
    letter-spacing:0 !important;
    border-radius:3px !important;
    text-transform:uppercase;
}

.slider-content .primary-btn {
    background:#C4A464 !important;
    color:#0b1b39 !important;
    font-size:16px !important;
    line-height:52px !important;
    padding:0 32px !important;
    min-width:190px;
    text-align:center;
}

.slider-content .primary-btn i {
    padding-left:12px !important;
    font-size:17px;
    font-weight:400;
}

.slider-content .primary-btn:hover,
.btn-primary:hover {
    background:#C4A464 !important;
    color:#0b1b39 !important;
}

/* Final Jarrah brand pass */
:root {
    --jarrah-blue:#0b1b39;
    --jarrah-gold:#C4A464;
    --jarrah-ink:#61656f;
    --jarrah-paper:#f7f5ee;
    --jarrah-line:#eee8dc;
}

.jarrah-logo-subtitle {
    color:var(--jarrah-gold) !important;
    white-space:nowrap;
}

.top-info p,
.top-info p a {
    color:var(--jarrah-blue) !important;
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight:400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title h2.title,
.slider-content h2,
h2.color-title,
h2.title-2,
.section-title h2,
.section-title h2.title-2,
h4.subtitle,
h4.subtitle-2,
.chemicals-title,
.services-title-one,
.services-title-one.subtitle,
.project-title h4,
.news-info h4,
.blog-content h3,
.positions-title,
.culture-title,
.life-title-one,
.contact-title,
.panel-title a {
    font-family:"Playfair Display",serif !important;
    font-weight:400 !important;
    letter-spacing:0 !important;
}

.company-title.color-title,
.ceo-title.color-title,
.title-services-other.color-title,
.service-includes-heading h2.color-title,
.service-vision-heading h2.color-title {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight:400 !important;
    letter-spacing:0 !important;
    background:var(--jarrah-gold) !important;
    color:#fff !important;
}

.company-title.color-title {
    font-size:18px !important;
    line-height:36px !important;
    padding:0 22px !important;
    text-transform:uppercase;
}

.home-company .company-subtitle,
.about-company .company-subtitle {
    font-family:"Playfair Display",serif !important;
    font-weight:400 !important;
    color:var(--jarrah-blue) !important;
}

.hero-slide-video,
.page-title-video {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.home-slider .slides > li.has-video > img {
    opacity:0;
}

.home-slider .slides > li.has-video .hero-slide-video {
    z-index:1;
}

.home-slider {
    position:relative;
    min-height:620px;
    overflow:hidden;
    background:#0b1b39;
}

.home-slider .flexslider,
.home-slider .slides,
.home-slider .slides > li {
    min-height:620px;
}

.home-slider .slides > li:first-child,
.home-slider .slides > li.flex-active-slide {
    display:block;
}

.home-slider .slider-content {
    top:0;
    bottom:0;
}

.page-title {
    position:relative;
    overflow:hidden;
    background:#0b1b39;
}

.page-title:after {
    content:"";
    position:absolute;
    inset:0;
    background:rgba(11, 27, 57, 0.54);
    z-index:1;
}

.page-title-video {
    z-index:0;
}

.page-title > *:not(.page-title-video) {
    position:relative;
    z-index:2;
}

section.home-ceo {
    padding:70px 0 !important;
}

.row.ceo {
    align-items:center !important;
}

.ceo-photo {
    overflow:hidden;
}

.ceo-photo img {
    width:100%;
    max-height:520px;
    object-fit:cover;
    object-position:center center;
}

.ceo-details {
    padding:0 0 0 18px !important;
}

.ceo-details p {
    margin-bottom:22px !important;
    line-height:1.65 !important;
}

.chairman-signature {
    margin-top:20px !important;
}

.homepage section.home-ceo {
    padding:96px 0 104px !important;
}

.homepage .row.ceo {
    display:grid !important;
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
    align-items:center !important;
    column-gap:86px;
    margin:0 !important;
}

.homepage .row.ceo > div {
    float:none !important;
    width:auto !important;
    padding:0 !important;
}

.homepage .ceo-photo img {
    max-height:560px;
}

.homepage .ceo-details {
    max-width:760px;
    padding:0 !important;
}

.homepage .ceo-details p {
    margin-bottom:28px !important;
    line-height:1.75 !important;
}

.homepage .chairman-signature {
    margin-top:34px !important;
}

.row.leaders .img-hover-effect {
    height:300px;
    overflow:hidden;
    background:#f1f4f8;
}

.row.leaders .img-hover-effect img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 18%;
}

.row.leaders .img-hover-effect img[src*="leader-abu-zafar"],
.row.leaders .img-hover-effect img[src*="leader-ram"] {
    object-position:center top;
}

.row.leaders > div {
    position:relative;
}

.leader-profile-link {
    position:absolute;
    inset:0 15px;
    z-index:8;
}

.row.leaders h4,
.row.leaders p {
    position:relative;
    z-index:1;
}

.jarrah-org .org-box img[src*="leader-abu-zafar"],
.jarrah-org .org-box img[src*="leader-ram"] {
    object-position:center top;
}

.leader-profile-hero {
    padding:70px 0 !important;
}

.leader-profile-photo img {
    max-height:620px;
    object-fit:cover;
    object-position:center top;
}

.leader-profile-details {
    padding-left:30px !important;
}

.leader-profile-details .btn {
    margin-top:22px;
}

.leader-profile-meta {
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin:26px 0 0;
}

.leader-profile-meta > div {
    background:#f7f5ee;
    border:1px solid #eee8dc;
    padding:18px 20px;
}

.leader-profile-meta span {
    display:block;
    margin-bottom:8px;
    color:#0b1b39;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}

.leader-profile-meta p {
    margin:0 !important;
}

.leader-profile-message {
    padding:0 0 70px;
}

.leader-message-copy {
    max-width:980px;
}

.leader-message-copy p {
    color:#61656f;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:18px;
    line-height:1.75;
    margin:0 0 24px;
}

.service-includes-heading,
.service-vision-heading {
    text-align:left !important;
    margin:0 0 26px !important;
}

.service-includes-heading h2.color-title,
.service-vision-heading h2.color-title {
    display:inline-block !important;
    margin:0 !important;
    padding:0 24px !important;
    line-height:36px !important;
    font-size:18px !important;
    text-transform:uppercase;
}

section.services-vision {
    padding:0 0 48px !important;
}

section.services-vision .row.vision {
    margin:0 !important;
}

section.services-vision .col-sm-12 {
    padding:0 !important;
}

section.services-vision ul {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

section.services-vision ul li {
    display:flex !important;
    align-items:flex-start;
    gap:14px;
    min-height:72px;
    margin:0 !important;
    padding:22px 24px !important;
    background:var(--jarrah-paper);
    border:1px solid var(--jarrah-line) !important;
    color:#1d2733 !important;
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-size:17px !important;
    line-height:1.4 !important;
}

section.services-vision ul li i {
    flex:0 0 auto;
    margin-top:2px;
    color:var(--jarrah-gold) !important;
    font-size:18px !important;
}

@media all and (max-width:991px) {
    .ceo-details {
        padding:28px 0 0 !important;
    }

    .homepage .row.ceo {
        display:block !important;
    }

    .homepage .ceo-details {
        max-width:none;
        padding:34px 0 0 !important;
    }

    .row.leaders .img-hover-effect {
        height:280px;
    }
}

@media all and (max-width:767px) {
    section.services-vision ul {
        grid-template-columns:1fr;
    }
}

/* leadership/profile final polish */
.leader-more-btn {
    margin-top:10px;
}

.jarrah-org .org-box {
    box-shadow:none !important;
    border:1px solid #e6eaf0 !important;
    border-top:1px solid #e6eaf0 !important;
    border-radius:6px !important;
}

.jarrah-org .org-advisor {
    background:#f7f5ee !important;
    border:1px solid #e6eaf0 !important;
}

.jarrah-org .org-advisor .leader-more-btn {
    margin-top:16px;
}

.leader-profile-meta a,
.leader-profile-components a {
    color:#0b1b39;
    text-decoration:none;
}

.leader-profile-meta a:hover,
.leader-profile-components a:hover {
    color:#C4A464;
}

.leader-profile-components {
    padding:0 0 72px !important;
}

.leader-profile-card-grid > div:not(.clearfix) {
    min-height:138px;
}

.leader-profile-card-grid .services-info p {
    line-height:1.55;
}

.leader-profile-page .cd-top,
.cd-top {
    background:#0b1b39 url(../images/cd-top-arrow.svg) no-repeat center 50% !important;
    border:1px solid #C4A464;
    box-shadow:none !important;
    border-radius:2px;
}

.cd-top:hover {
    background-color:#C4A464 !important;
}

/* Final visible corrections requested after browser review */
.material-symbols-outlined {
    font-family:"Material Symbols Outlined";
    font-weight:normal;
    font-style:normal;
    font-size:1em;
    line-height:1;
    letter-spacing:normal;
    text-transform:none;
    display:inline-block;
    white-space:nowrap;
    word-wrap:normal;
    direction:ltr;
    -webkit-font-feature-settings:"liga";
    -webkit-font-smoothing:antialiased;
    font-feature-settings:"liga";
}

.jarrah-logo-title {
    font-family:"Playfair Display","Jarrah Display",Georgia,"Times New Roman",serif !important;
    font-weight:500 !important;
    text-transform:uppercase;
}

.company-title.color-title {
    font-size:17px !important;
    line-height:38px !important;
    padding:0 24px !important;
    width:auto !important;
    max-width:100%;
}

.company-video-pair .img-left video,
.company-video-pair .img-right video {
    width:100%;
    height:100%;
    min-height:100%;
    object-fit:cover;
    display:block;
}

.company-video-pair .img-left,
.company-video-pair .img-right {
    background:#0b1b39;
}

.homepage section.home-ceo {
    padding:84px 0 !important;
}

.homepage .row.ceo {
    display:flex !important;
    align-items:center !important;
    gap:64px;
    margin:0 !important;
}

.homepage .row.ceo:before,
.homepage .row.ceo:after {
    content:none !important;
}

.homepage .row.ceo > div {
    float:none !important;
    width:50% !important;
    padding:0 !important;
    flex:1 1 0;
}

.homepage .ceo-photo {
    width:100%;
}

.homepage .ceo-photo img {
    width:100%;
    max-height:560px;
    object-fit:cover;
    object-position:center center;
    display:block;
}

.homepage .ceo-details {
    max-width:none !important;
    padding:0 !important;
}

.homepage .ceo-details p {
    font-size:17px;
    line-height:1.7 !important;
}

.stat-icon {
    float:left;
    width:80px;
    margin-right:20px;
    color:#cfd4dc;
    font-size:72px !important;
}

.about-stats .stat-icon {
    width:80px;
    margin-right:18px;
}

.services-other .img-box .service-symbol {
    color:#000;
    font-size:64px !important;
    line-height:74px;
}

.home-testimonials .principle-icon {
    color:#000;
    font-size:64px !important;
}

.panel-default > .panel-heading a:after {
    content:"remove";
    font-family:"Material Symbols Outlined";
    font-size:30px;
    font-weight:400;
    color:#d0d0d0;
    position:absolute;
    right:35px;
    top:50%;
    transform:translateY(-50%);
}

.panel-default > .panel-heading a.collapsed:after {
    content:"add";
}

.row.pre-footer .contact-box {
    background:#C4A464 !important;
}

.newsletter.widget p {
    color:rgba(255,255,255,.72) !important;
    font-size:16px;
    line-height:1.65;
}

.newsletter.widget p a {
    color:#fff !important;
}

.newsletter.widget .fa {
    color:#C4A464;
    margin-right:8px;
}

.newsletter.widget .btn {
    display:inline-block;
    width:auto;
    min-width:170px;
    background:#C4A464 !important;
    border:1px solid #C4A464 !important;
    color:#0b1b39 !important;
    line-height:44px !important;
    padding:0 22px !important;
    margin-top:12px;
}

.newsletter.widget .btn:hover {
    background:#fff !important;
    color:#0b1b39 !important;
}

.services-sidebar .sidebar-blog-categories > ul,
.sidebar-blog-categories .service-sidebar-menu {
    margin:0 !important;
    padding:0 !important;
    background:#f7f5ee !important;
}

.services-sidebar .sidebar-blog-categories > ul > li,
.sidebar-blog-categories .service-sidebar-menu > li {
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-bottom:1px solid #fff !important;
}

.services-sidebar .sidebar-blog-categories > ul > li > a,
.sidebar-blog-categories .service-sidebar-menu > li > a {
    display:block !important;
    min-height:76px;
    padding:23px 30px !important;
    background:#f1eee7 !important;
    color:#0b1b39 !important;
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-size:16px !important;
    font-weight:600 !important;
    line-height:1.2 !important;
}

.services-sidebar .sidebar-blog-categories > ul > li:first-child > a,
.sidebar-blog-categories .service-sidebar-menu > li:first-child > a {
    background:#f7f5ee !important;
}

.services-sidebar .sidebar-blog-categories > ul > li > ul,
.sidebar-blog-categories .service-sidebar-menu ul {
    margin:0 !important;
    padding:22px 30px 26px 50px !important;
    border:0 !important;
    background:#f7f5ee !important;
}

.services-sidebar .sidebar-blog-categories > ul > li > ul li,
.sidebar-blog-categories .service-sidebar-menu ul li {
    margin:0 0 16px !important;
    padding:0 !important;
    border:0 !important;
}

.services-sidebar .sidebar-blog-categories > ul > li > ul li a,
.sidebar-blog-categories .service-sidebar-menu ul li a {
    display:block !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#61656f !important;
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-size:14px !important;
    font-weight:400 !important;
    line-height:1.35 !important;
}

.services-sidebar .sidebar-blog-categories > ul > li > a:hover,
.services-sidebar .sidebar-blog-categories > ul > li > ul li a:hover,
.sidebar-blog-categories .service-sidebar-menu > li > a:hover,
.sidebar-blog-categories .service-sidebar-menu ul li a:hover {
    color:#0b1b39 !important;
}

.leader-profile-contact {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:28px 0 6px;
}

.leader-contact-link {
    display:inline-flex;
    align-items:center;
    gap:9px;
    border:1px solid #eee8dc;
    background:#f7f5ee;
    color:#0b1b39;
    padding:12px 16px;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-weight:600;
    text-decoration:none;
}

.leader-contact-link .material-symbols-outlined {
    color:#C4A464;
    font-size:22px;
}

.leader-contact-link.is-pending {
    cursor:default;
    opacity:.75;
}

.certifications-intro {
    max-width:980px;
    margin:14px 0 28px !important;
}

.loader-wrapper {
    display:none !important;
}

.about-sidebar .sidebar-blog-categories ul {
    margin:0;
    padding:0;
}

.about-sidebar .sidebar-blog-categories ul li {
    margin:0;
    padding:0;
}

.about-sidebar .sidebar-blog-categories ul li a {
    font-size:17px !important;
    line-height:1.2 !important;
    padding:24px 30px !important;
}

.about-sidebar .sidebar-blog-categories {
    margin-bottom:0 !important;
}

.about-sidebar > .sidebar.left {
    display:none !important;
}

.about-sidebar > .about-content {
    float:none !important;
    width:100% !important;
}

.leadership-page-body {
    background:#fff;
}

.leadership-card {
    padding:0 0 42px;
    margin:0 0 42px;
    border-bottom:1px solid #eef1f5;
}

.leadership-card:last-of-type {
    margin-bottom:30px;
}

.leadership-card-photo {
    display:block;
    width:100%;
    max-width:420px;
    height:auto;
    object-fit:cover;
}

.leadership-card .ceo-details,
.leadership-card p {
    max-width:100%;
}

.leadership-org-compact {
    padding-top:10px;
}

.leadership-division-map {
    position:relative;
    margin-top:42px;
    padding-top:0;
    text-align:center;
}

.leadership-division-map .division-stem {
    display:none;
}

.leadership-division-map:before {
    content:none;
}

.leadership-service-title {
    position:relative;
    display:block;
    margin:0 0 18px;
    padding:0;
    color:#082850;
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-size:18px;
    font-weight:800;
    letter-spacing:0 !important;
    text-transform:uppercase;
    text-align:center;
}

.leadership-division-grid {
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
    margin:0 0 24px;
}

.leadership-division-grid a {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:88px;
    padding:18px 14px;
    background:#fff;
    border:1px solid #e5ebf2;
    color:#082850;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:14px;
    font-weight:800;
    line-height:1.35;
    text-decoration:none;
    box-shadow:none;
}

.leadership-division-grid a:before {
    content:none;
}

.leadership-division-grid a:hover,
.leadership-division-grid a:focus {
    border-color:#C4A464;
    color:#082850;
    text-decoration:none;
}

.brand-vmv-intro {
    margin-bottom:34px;
}

.brand-section-label,
.brand-mini-label {
    display:inline-block;
    background:#C4A464;
    color:#fff;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:13px;
    font-weight:800;
    letter-spacing:0;
    line-height:1;
    text-transform:uppercase;
    padding:9px 14px;
    margin:0 0 18px;
}

.brand-vmv .company-title {
    margin-top:0;
}

.brand-vmv-title {
    color:#082850;
    font-size:34px;
    line-height:1.25;
    margin:0 0 20px;
}

.brand-vmv p {
    color:#61656f;
    font-size:16px;
    line-height:1.75;
}

.brand-vmv-photo-row {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    margin:30px 0 34px;
}

.brand-vmv-photo-row img {
    display:block;
    width:100%;
    height:245px;
    object-fit:cover;
}

.brand-vmv-photo-values {
    margin:0 0 34px;
}

.brand-statement-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:32px 42px;
    margin:34px 0 46px;
}

.brand-statement {
    display:flex;
    gap:20px;
    padding:0;
    background:#fff;
    border:0;
    box-shadow:none;
}

.brand-statement-icon,
.brand-value-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 64px;
    width:64px;
    height:64px;
    background:#fff;
    color:#000;
    border:2px solid #C4A464;
    border-radius:0;
    font-size:28px;
}

.brand-statement-icon img,
.brand-value-icon img {
    display:block;
    width:38px;
    height:38px;
    object-fit:contain;
    filter:brightness(0);
}

.brand-statement h3 {
    color:#082850;
    font-size:22px;
    line-height:1.35;
    margin:0 0 12px;
}

.brand-values-section {
    margin:0 0 44px;
}

.brand-value-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 34px;
    border-top:0;
}

.brand-value {
    display:flex;
    gap:18px;
    padding:0;
    border-bottom:0;
}

.brand-value h4 {
    color:#082850;
    font-size:20px;
    line-height:1.3;
    margin:0 0 8px;
}

.brand-value p {
    margin:0;
}

.brand-vmv-closing {
    background:#fff;
    border:1px solid #e8edf2;
    padding:30px 34px;
}

.brand-vmv-closing h3 {
    color:#082850;
    font-size:26px;
    line-height:1.35;
    margin:0 0 10px;
}

.brand-vmv-closing p {
    margin:0;
}

@media all and (max-width:991px) {
    .about-sidebar > .sidebar.left,
    .about-sidebar > .about-content {
        max-width:100%;
        width:100%;
    }

    .about-sidebar > .sidebar.left {
        margin-bottom:35px;
    }

    .brand-statement-grid,
    .brand-vmv-photo-row,
    .brand-value-grid {
        grid-template-columns:1fr;
    }

    .brand-vmv-photo-row img {
        height:220px;
    }
}

.cert-doc-link {
    display:flex !important;
    align-items:center;
    gap:18px;
    color:#0b1b39;
    min-width:0;
}

.cert-doc-link > span:not(.cert-logo) {
    min-width:0;
    position:static !important;
    right:auto !important;
    white-space:normal !important;
    overflow-wrap:anywhere;
}

.cert-doc-label,
.cert-doc-label span {
    position:static !important;
    right:auto !important;
}

.cert-doc-label {
    display:block !important;
}

.cert-doc-source,
.cert-doc-name {
    display:block !important;
    white-space:normal !important;
}

.cert-doc-source {
    color:#9EA6AE;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:12px;
    font-weight:800;
    line-height:1.25;
    text-transform:uppercase;
    margin-bottom:6px;
}

.cert-doc-name {
    color:#0b1b39;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1.35;
}

.cert-logo {
    position:static !important;
    flex:0 0 64px !important;
    width:64px;
    height:64px;
    border:1px solid #eee8dc;
    background:#fff;
    display:flex !important;
    align-items:center;
    justify-content:center;
}

.cert-logo img {
    max-width:50px;
    max-height:50px;
    object-fit:contain;
}

.iso-logos {
    gap:4px;
}

.iso-logos img {
    max-width:28px;
    max-height:42px;
}

.plubication-downloads .download-list li {
    align-items:center !important;
    padding:16px 5px !important;
}

.plubication-downloads .download-list .doc-actions {
    display:inline-flex !important;
    align-items:center;
    gap:8px;
    color:#0b1b39;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:14px;
    font-weight:600;
    flex:0 0 auto !important;
    margin-left:auto;
    white-space:nowrap !important;
}

.plubication-downloads .download-list .doc-actions a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#0b1b39;
}

.plubication-downloads .download-list .doc-download-icon {
    font-size:22px;
    line-height:1;
}

.plubication-downloads .download-list .doc-actions em {
    color:#c4a464;
    font-style:normal;
}

.home-publications .cert-logo {
    flex-basis:44px !important;
    width:44px;
    height:44px;
}

.home-publications .cert-logo img {
    max-width:34px;
    max-height:34px;
}

.home-publications .cert-doc-link {
    gap:12px;
    flex:1 1 100% !important;
}

.home-publications .cert-doc-link > span:not(.cert-logo) {
    white-space:normal !important;
    overflow-wrap:anywhere;
}

.home-publications .plubication-downloads .download-list li {
    align-items:flex-start !important;
    gap:10px 14px !important;
    padding:18px 5px !important;
}

.home-publications .plubication-downloads .download-list .doc-actions {
    width:100%;
    justify-content:flex-start;
    margin-left:56px;
}

.contact-rotate {
    min-width:230px;
    text-align:center;
}

.contact-rotate .material-symbols-outlined {
    font-size:30px;
    vertical-align:middle;
}

.partner-images {
    min-height:118px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.partner-images img {
    max-width:160px;
    max-height:82px;
    width:auto;
    height:auto;
    object-fit:contain;
}

/* service cards: allow video thumbnails */
.five-service-grid .hover-effect{display:block;overflow:hidden;border-radius:3px;}
.five-service-grid .hover-effect img,
.five-service-grid .hover-effect video.service-card-video{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

/* keep video surfaces visible even if autoplay or slider JavaScript is delayed */
.home-slider .hero-slide-video{opacity:1;transition:opacity .25s ease;background:#0b1b39;}
.five-service-grid .service-card-video{opacity:1;transition:opacity .25s ease;background:#0b1b39;}
.page-title .page-title-video{opacity:1;transition:opacity .25s ease;background:#0b1b39;}

section.home-partners {
    background:#fff !important;
    padding:82px 0 96px !important;
}

section.home-partners .section-title {
    margin-bottom:0;
}

section.home-partners .section-title .spacer-20 {
    height:10px;
}

section.home-partners .text-center p {
    max-width:920px;
    margin:0 auto;
    color:#61656f;
    font-size:16px;
    line-height:1.7;
}

section.home-partners .partners {
    margin-top:14px;
    overflow:hidden;
}

section.home-partners .partners:before,
section.home-partners .partners:after {
    top:-16px;
    bottom:-16px;
    width:150px;
    opacity:.85;
    /* mostly smooth fade (very subtle texture so it doesn't look "cut") */
    background:
        radial-gradient(circle at center, rgba(255,255,255,.18) 0 1.4px, transparent 2.6px) 12px 10px / 68px 58px repeat,
        radial-gradient(circle at center, rgba(255,255,255,.12) 0 1.2px, transparent 2.4px) 28px 36px / 96px 74px repeat,
        linear-gradient(
            to right,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.96) 22%,
            rgba(255,255,255,.84) 46%,
            rgba(255,255,255,.55) 68%,
            rgba(255,255,255,.22) 84%,
            rgba(255,255,255,0) 100%
        ) !important;
}

section.home-partners .partners:after{transform:scaleX(-1);}

section.home-partners .partners:after {
    transform:scaleX(-1);
}

section.home-partners .partner-images {
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}

section.home-partners .logo-marquee {
    display:flex;
    align-items:center;
    gap:0;
    width:max-content;
    min-width:100%;
    will-change:transform;
    transform:translate3d(0,0,0);
}

section.home-partners .logo-marquee.marquee-ready {
    animation:jarrahLogoMarquee 52s linear infinite;
}

section.home-partners .logo-marquee .item {
    flex:0 0 292px;
    display:flex;
    align-items:center;
    justify-content:center;
}

section.home-partners .logo-marquee .partner-images {
    width:210px;
    min-height:112px;
    padding:12px 18px;
}

section.home-partners .logo-marquee .partner-images img {
    max-width:178px;
    max-height:78px;
}

@keyframes jarrahLogoMarquee {
    from {
        transform:translate3d(0,0,0);
    }
    to {
        transform:translate3d(-50%,0,0);
    }
}

@media (prefers-reduced-motion:reduce) {
    section.home-partners .logo-marquee {
        animation:none;
        flex-wrap:wrap;
        justify-content:center;
    }
}

@media all and (max-width:767px) {
    section.home-partners .logo-marquee .item {
        flex-basis:220px;
    }
}

.pre-footer .contact-box,
.pre-footer .contact-box i,
.pre-footer .contact-details,
.pre-footer .contact-details h4,
.pre-footer .contact-details p,
.pre-footer .contact-details a {
    color:#fff !important;
}

.pre-footer .contact-box {
    border-color:rgba(255,255,255,.18) !important;
}

.quote-request .contact-form {
    padding-top:70px;
}

.quote-label {
    display:block;
    margin-bottom:8px;
    color:#0b2a50;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.quote-mini-fields .form-group {
    margin-bottom:20px;
}

.quote-manpower-field textarea,
.quote-equipment-field textarea {
    min-height:96px;
}

.quote-support-panel {
    border:1px solid #eee8dc;
    background:#f7f5ee;
    padding:34px 34px 30px;
    margin-bottom:24px;
}

.quote-support-panel h3 {
    margin-top:0;
    color:#0b2a50;
}

.quote-contact-list {
    padding:0;
    margin:22px 0 0;
    list-style:none;
}

.quote-contact-list li {
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
    color:#0b2a50;
    font-size:17px;
}

.quote-contact-list i {
    color:#c4a464;
    width:20px;
}

.quote-contact-list a,
.quote-types a {
    color:#0b2a50;
}

.quote-types a {
    display:block;
    padding:13px 0;
    border-bottom:1px solid #e8dfcf;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:16px;
}

.quote-types a:last-child {
    border-bottom:0;
}

@media all and (max-width:991px) {
    .homepage .row.ceo {
        display:block !important;
    }

    .homepage .row.ceo > div {
        width:100% !important;
    }

    .homepage .ceo-details {
        padding:34px 0 0 !important;
    }

    .stat-icon {
        font-size:58px !important;
        width:64px;
    }
}




/* Vision / Mission / Values page cleanup */
.vmv-section-title {
    text-align:left !important;
    margin:0 0 26px;
}

.vmv-section-title h2.color-title {
    display:inline-block !important;
    margin:0 !important;
}

.vmv-grid {
    display:grid;
    margin:0 !important;
}

.vmv-grid--2 {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 30px;
}

.vmv-grid--3 {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px 24px;
}

.vmv-card {
    padding:26px 24px;
    border:1px solid var(--jarrah-line);
    background:#fff;
    border-radius:6px;
    box-shadow:0 4px 12px rgba(7,29,62,.04);
    min-height:210px;
    display:flex;
    align-items:flex-start;
}

.vmv-card .img-box {
    float:none;
    margin:0 18px 0 0;
    flex:0 0 auto;
    width:76px;
    height:76px;
    line-height:72px;
}

.vmv-card .services-info {
    padding-left:0;
    width:auto;
}

.vmv-card .services-info h4 {
    margin-top:0;
}

@media all and (max-width:991px) {
    .vmv-grid--2,
    .vmv-grid--3 {
        grid-template-columns:1fr;
    }

    .vmv-card {
        min-height:0;
    }
}
/* Jarrah page polish for the content-led sections requested */
.section-title.section-title-icon-left h2,
.section-title.title-with-icon h2 {
    display:inline-flex;
    align-items:center;
    gap:12px;
}

.section-title.section-title-icon-left h2 img,
.section-title.title-with-icon h2 img {
    width:28px;
    height:28px;
    object-fit:contain;
    flex:0 0 auto;
}

.quality-feature-grid {
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}

.quality-feature-grid > div {
    margin-bottom:30px;
}

.quality-feature-card {
    height:100%;
    padding:26px 24px 24px;
    border:1px solid var(--jarrah-line);
    background:#fff;
    border-radius:6px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    box-shadow:0 4px 12px rgba(7,29,62,.04);
}

.quality-feature-card .img-box {
    float:none;
    margin:0;
    flex:0 0 auto;
}

.quality-feature-card .services-info {
    padding:0;
}

.quality-feature-card .services-title-one {
    margin-top:0;
    margin-bottom:10px;
}

.iso-certifications {
    padding-top:10px;
}

.iso-cert-grid {
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}

.iso-cert-grid > div {
    margin-bottom:20px;
}

.iso-cert-card {
    min-height:132px;
    padding:24px 22px;
    border:1px solid var(--jarrah-line);
    background:#f7f5ee;
    border-radius:6px;
    display:flex;
    align-items:center;
    gap:18px;
    color:#0b1b39;
    text-decoration:none;
    box-shadow:0 4px 12px rgba(7,29,62,.03);
}

.iso-cert-card:hover,
.iso-cert-card:focus {
    text-decoration:none;
    color:#0b1b39;
    box-shadow:0 10px 22px rgba(7,29,62,.08);
}

.iso-cert-badge {
    width:92px;
    height:92px;
    border:1px solid var(--jarrah-line);
    background:#fff;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}

.iso-cert-badge img {
    width:52px;
    height:52px;
    object-fit:contain;
}

.iso-cert-copy h4 {
    margin:0 0 6px;
    font-size:20px;
    line-height:1.2;
}

.iso-cert-copy p {
    margin:0 0 6px;
    color:#61656f;
    font-size:15px;
    line-height:1.4;
}

.iso-cert-copy span {
    color:#C4A464;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
}

.iso-modal .modal-content {
    border-radius:8px;
    border:0;
    overflow:hidden;
}

.iso-modal .modal-header {
    background:#0b1b39;
    color:#fff;
    border-bottom:0;
    padding:18px 22px;
}

.iso-modal .modal-header .close {
    color:#fff;
    opacity:.9;
    text-shadow:none;
}

.iso-modal .modal-body {
    padding:28px 26px 30px;
}

.iso-modal-icon {
    width:90px;
    height:90px;
    margin-bottom:16px;
    border:1px solid var(--jarrah-line);
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}

.iso-modal-icon img {
    width:56px;
    height:56px;
}

.iso-modal-subtitle {
    margin:0 0 12px;
    color:#0b1b39;
    font-size:24px;
}

.iso-modal-body {
    margin:0;
    color:#61656f;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:17px;
    line-height:1.7;
}

.sidebar-contact-links {
    margin-top:18px;
    display:grid;
    gap:12px;
}

.sidebar-contact-link {
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
    border:1px solid var(--jarrah-line);
    border-radius:4px;
    background:#fff;
    color:#0b1b39;
    text-decoration:none;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-weight:600;
}

.sidebar-contact-link i {
    color:#C4A464;
    font-size:22px;
    width:22px;
    text-align:center;
}

.sidebar-contact-link:hover,
.sidebar-contact-link:focus {
    text-decoration:none;
    color:#0b1b39;
    border-color:#d9d0be;
    box-shadow:0 4px 14px rgba(7,29,62,.05);
}

.jarrah-org .org-row.middle {
    position:relative;
    padding-top:28px;
}

.jarrah-org .org-row.middle::before {
    content:none !important;
}

.jarrah-org .org-row.middle .org-box {
    position:relative;
}

.jarrah-org .org-row.middle .org-box::before {
    content:none !important;
}

.jarrah-org .org-row.middle .org-box:first-child::before,
.jarrah-org .org-row.middle .org-box:last-child::before {
    content:none !important;
}

@media all and (max-width: 991px) {
    .quality-feature-card,
    .iso-cert-card {
        height:auto;
    }
    .leadership-division-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .jarrah-org .org-row.middle::before,
    .jarrah-org .org-row.middle .org-box::before {
        display:none;
    }
}

@media all and (max-width: 767px) {
    .quality-feature-card,
    .iso-cert-card,
    .sidebar-contact-link {
        padding:20px 18px;
    }
    .leadership-division-grid {
        grid-template-columns:1fr;
    }
    .iso-cert-card {
        align-items:flex-start;
    }
    .iso-cert-badge {
        width:74px;
        height:74px;
    }
}


/* Vision / Mission / Values rework */
.vmv-section {
    padding-top: 10px;
}

.vmv-section-title {
    margin-bottom: 18px;
}

.vmv-split-grid {
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}

.vmv-split-grid > div,
.vmv-values-grid > div {
    margin-bottom:30px;
}

.vmv-card,
.vmv-value-card {
    height:100%;
}

.vmv-card {
    padding:28px 24px;
    border:1px solid var(--jarrah-line);
    border-radius:6px;
    background:#fff;
    box-shadow:0 8px 24px rgba(7,29,62,.05);
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.vmv-card-icon {
    width:78px;
    height:78px;
    border:1px solid var(--jarrah-line);
    border-radius:6px;
    background:#f7f5ee;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}

.vmv-card-icon img {
    width:40px;
    height:40px;
    object-fit:contain;
}

.vmv-card .services-info {
    padding-top:0;
}

.vmv-card .services-title-one {
    margin-top:0;
    margin-bottom:10px;
}

.vmv-quote .cta {
    max-width: 100%;
}

.vmv-values .section-title {
    margin-bottom: 20px;
}

.vmv-values-grid .quality-feature-card {
    background:#fbfaf6;
}

@media all and (max-width: 991px) {
    .vmv-card {
        padding:24px 20px;
    }
}

@media all and (max-width: 767px) {
    .vmv-card {
        gap:14px;
    }
    .vmv-card-icon {
        width:64px;
        height:64px;
    }
    .vmv-card-icon img {
        width:32px;
        height:32px;
    }
}

/* Five-service cleanup pass */
.five-service-grid {
    display:flex;
    flex-wrap:wrap;
}

.five-service-grid > [class*="col-"] {
    display:flex;
    flex-direction:column;
    margin-bottom:38px;
}

.five-service-grid .hover-effect {
    display:block;
    overflow:hidden;
    border-radius:3px;
}

.five-service-grid .hover-effect img {
    width:100%;
    height:232px;
    object-fit:cover;
}

.five-service-grid .services-title-one {
    min-height:0;
}

.five-service-grid > [class*="col-"] > p {
    min-height:0;
}

.five-service-grid .btn,
.five-service-grid .link {
    margin-top:6px;
    align-self:flex-start;
}

.hero-title-line {
    display:inline;
}

.five-service-catalog {
    padding-top:74px;
    padding-bottom:36px;
}

.five-service-catalog .section-title p {
    max-width:880px;
    margin:0 auto;
    color:#61656f;
    font-size:17px;
    line-height:1.7;
}

.service-catalog-cta {
    padding-bottom:70px;
}

.service-catalog-cta .cta-actions {
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:18px;
}

.service-catalog-cta .cta-actions .btn {
    margin-top:0;
}

.service-catalog-cta .btn-whatsapp {
    background:#fff;
    color:#082850;
}

.service-catalog-cta .btn-whatsapp:hover,
.service-catalog-cta .btn-whatsapp:focus {
    background:#f7f5ee;
    color:#082850;
}

.five-service-catalog .five-service-grid {
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:52px 38px;
    align-items:stretch;
    margin-left:0;
    margin-right:0;
}

.five-service-catalog .five-service-grid:before,
.five-service-catalog .five-service-grid:after {
    content:none;
}

.five-service-catalog .five-service-grid > [class*="col-"] {
    grid-column:span 2;
    width:auto;
    float:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    min-width:0;
}

.five-service-catalog .five-service-grid > [class*="col-"]:nth-child(4) {
    grid-column:2 / span 2;
}

.five-service-catalog .five-service-grid > [class*="col-"]:nth-child(5) {
    grid-column:4 / span 2;
}

.five-service-catalog .five-service-grid .hover-effect img,
.five-service-catalog .five-service-grid .hover-effect video.service-card-video {
    height:252px;
}

.five-service-catalog .five-service-grid .services-title-one {
    min-height:0;
    margin:22px 0 14px;
}

.five-service-catalog .five-service-grid > [class*="col-"] > p {
    min-height:0;
    margin-bottom:20px;
    align-self:start;
}

.five-service-catalog .five-service-grid .btn {
    margin-top:auto;
    align-self:flex-start;
    min-width:154px;
    text-align:center;
}

.skillbar.done .skillbar-bar:after {
    color:#fff !important;
}

.service-detail-intro .chemicals p {
    color:#61656f;
    font-size:17px;
    line-height:1.75;
}

.service-detail-grid {
    display:flex;
    flex-wrap:wrap;
}

.service-detail-card {
    margin-bottom:34px;
}

.service-detail-list ul li {
    margin-bottom:13px;
    color:#61656f;
    font-size:16px;
    line-height:1.65;
}

.service-detail-note {
    padding:38px 34px;
    margin-top:30px;
    border:1px solid var(--jarrah-line);
    background:#f7f5ee;
    border-radius:4px;
}

.service-detail-note h2 {
    margin-top:0;
}

.service-detail-note p {
    color:#61656f;
    font-size:16px;
    line-height:1.7;
}

/* Shared five main service page system */
.service-page-modern .jarrah-service-shell {
    padding:70px 0 82px;
    background:#fff;
}

.jarrah-service-layout {
    display:block;
}

.jarrah-service-sidebar {
    display:none;
}

.jarrah-service-sidebar ul {
    list-style:none;
    margin:0;
    padding:0;
    background:#f7f5ee;
    border:1px solid #e8edf2;
}

.jarrah-service-sidebar li {
    margin:0;
    border-bottom:1px solid #fff;
}

.jarrah-service-sidebar li:last-child {
    border-bottom:0;
}

.jarrah-service-sidebar a {
    display:block;
    min-height:66px;
    padding:20px 24px;
    color:#61656f;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:15px;
    font-weight:600;
    line-height:1.3;
    text-decoration:none;
}

.jarrah-service-sidebar li.active a,
.jarrah-service-sidebar a:hover {
    color:#082850;
    background:#fff;
}

.jarrah-service-sidebar li.active a {
    font-weight:800;
}

.jarrah-service-content {
    min-width:0;
    width:100%;
}

.jarrah-service-hero-block {
    display:grid;
    grid-template-columns:minmax(280px,410px) minmax(0,1fr);
    gap:34px;
    align-items:flex-start;
    padding-bottom:42px;
    border-bottom:0;
}

.jarrah-service-copy {
    padding-top:34px;
}

.jarrah-service-hero-block img,
.jarrah-service-hero-video {
    width:100%;
    height:310px;
    object-fit:cover;
    display:block;
}

.jarrah-service-copy h1 {
    color:#082850;
    font-size:38px;
    line-height:1.18;
    margin:0 0 18px;
}

.jarrah-service-copy p,
.jarrah-section-intro,
.jarrah-service-note p,
.jarrah-capability-row p {
    color:#61656f;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:16px;
    line-height:1.72;
}

.jarrah-service-copy p:last-child,
.jarrah-service-note p:last-of-type,
.jarrah-capability-row p:last-child {
    margin-bottom:0;
}

.jarrah-service-label {
    display:inline-flex;
    align-items:center;
    width:auto;
    margin:0 0 16px;
    padding:8px 13px;
    background:#C4A464;
    color:#fff;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:12px;
    font-weight:800;
    letter-spacing:0;
    line-height:1;
    text-transform:uppercase;
    text-align:left;
}

.jarrah-service-section {
    padding:42px 0;
    border-bottom:0;
    background:#fff;
}

.service-page-modern .jarrah-service-content > .jarrah-service-section:last-of-type {
    border-bottom:0;
}

.jarrah-service-section > h2 {
    color:#082850;
    font-size:30px;
    line-height:1.25;
    margin:0 0 20px;
}

.jarrah-service-section > .jarrah-section-intro {
    max-width:760px;
    margin:0 0 24px;
}

.jarrah-capability-list {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 44px;
    border-top:0;
}

.jarrah-section-photo + .jarrah-capability-list {
    border-top:0;
}

.jarrah-service-section > h2 + .jarrah-capability-list {
    border-top:0;
    margin-top:10px;
}

.service-page-modern .about-accordion.jarrah-service-section {
    padding-top:64px;
}

.service-page-modern .about-accordion.jarrah-service-section > h2 {
    margin-bottom:34px;
}

.jarrah-capability-row {
    display:flex;
    align-items:flex-start;
    gap:18px;
    min-height:0;
    padding:0;
    border:0;
    background:transparent;
}

.service-page-modern .jarrah-service-section .jarrah-capability-row:nth-last-child(-n+2) {
    border-bottom:0;
}

.jarrah-capability-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 64px;
    width:64px;
    height:64px;
    margin-top:0;
    background:#fff;
    color:#000;
    border:2px solid #C4A464;
    border-radius:0;
    font-size:28px;
}

.jarrah-capability-icon i {
    color:#000;
}

.jarrah-capability-icon img {
    display:block;
    width:38px;
    height:38px;
    object-fit:contain;
    filter:brightness(0);
}

.jarrah-capability-row h3 {
    color:#082850;
    font-size:20px;
    line-height:1.3;
    margin:0 0 8px;
}

.jarrah-service-note {
    position:relative;
    max-width:1040px;
    margin:44px 0 0;
    padding:28px 0 0 74px;
    background:#fff;
    border:0;
    border-top:1px solid #e8edf2;
    box-shadow:none;
}

.jarrah-service-note:before {
    content:"health_and_safety";
    font-family:"Material Symbols Outlined";
    font-weight:400;
    font-style:normal;
    font-size:28px;
    line-height:1;
    letter-spacing:normal;
    text-transform:none;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga";
    position:absolute;
    left:0;
    top:28px;
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#082850;
    color:#C4A464;
    border-radius:3px;
}

.jarrah-service-note .jarrah-service-label {
    margin-bottom:16px;
}

.jarrah-service-note .btn {
    margin-top:18px;
}


.jarrah-fleet-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px;
    margin-top:34px;
}

.jarrah-fleet-item {
    display:flex;
    flex-direction:column;
    min-height:0;
    background:#fff;
    border:1px solid #e8edf2;
}

.jarrah-fleet-item img {
    width:100%;
    height:280px;
    min-height:280px;
    object-fit:cover;
    display:block;
}

.jarrah-fleet-body {
    padding:26px 28px 30px;
}

.jarrah-fleet-body h3 {
    color:#082850;
    font-size:23px;
    line-height:1.25;
    margin:0 0 12px;
}

.jarrah-fleet-body p,
.jarrah-fleet-body li {
    color:#61656f;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:15px;
    line-height:1.65;
}

.jarrah-fleet-body ul {
    margin:18px 0 0;
    padding:16px 0 0;
    border-top:1px solid #e8edf2;
    list-style:none;
}

.jarrah-fleet-body li {
    position:relative;
    margin-bottom:8px;
    padding-left:16px;
}

.jarrah-fleet-body li:before {
    content:"";
    position:absolute;
    left:0;
    top:.72em;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#C4A464;
}

.fleet-page .about-content > p {
    max-width:900px;
    margin-bottom:0;
    color:#61656f;
    font-size:16px;
    line-height:1.7;
}

.fleet-catalog-clean {
    margin-top:26px;
    padding:0 !important;
}

.fleet-catalog-clean .row {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:32px 28px;
}

.fleet-catalog-clean .row:before,
.fleet-catalog-clean .row:after {
    content:none;
}

.fleet-catalog-clean .row > div {
    width:auto;
    float:none;
    padding:0;
}

.fleet-catalog-clean .row > div.clearfix {
    display:none;
}

.fleet-catalog-clean .hover-effect img {
    height:210px;
}

.fleet-catalog-clean .services-title-one {
    margin-top:16px;
    min-height:0;
}

.fleet-catalog-clean p {
    color:#61656f;
    font-size:15px;
    line-height:1.6;
}

.brand-statement {
    border-left:0;
    box-shadow:none;
}

.brand-vmv-closing {
    background:#fff;
    border:0;
    border-left:0;
    box-shadow:none;
}

.vmv-card,
.quality-feature-card,
.iso-cert-card {
    box-shadow:none;
}

.company-profile-table {
    margin-top:28px;
    border:1px solid var(--jarrah-line);
    background:#fff;
}

.company-profile-table th {
    width:210px;
    color:#0b1b39;
    background:#f7f5ee;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-weight:700;
}

.company-profile-table th,
.company-profile-table td {
    padding:15px 18px !important;
    border-color:var(--jarrah-line) !important;
    vertical-align:top !important;
    line-height:1.6;
}

.company-profile-link {
    color:#082850;
    font-weight:700;
    text-decoration:underline;
    text-decoration-color:#C4A464;
    text-underline-offset:4px;
}

.company-profile-link:hover,
.company-profile-link:focus {
    color:#C4A464;
}

body.careers .title-2,
body.careers h1,
body.careers h2,
body.careers h3,
body.careers h4,
body.careers .subtitle,
body.careers .culture-title,
body.careers .culture-subtitle,
body.careers .job-title,
body.careers .positions-title,
body.careers .life-title-one,
body.careers .designation h4,
body.careers .designation h4 a,
body.careers .sidebar-single-links h4,
body.careers .sidebar-single-links h4 a,
body.careers .job-info h2.title-2,
body.careers .career-response h2.title-2,
body.careers .sidebar-fact h3,
body.careers .stats-box h4 {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    letter-spacing:0 !important;
}

body.careers .careers-culture > .section-title h2.title-services-other,
body.careers .careers-life .section-title h2.title-services-other,
body.careers .careers-open-positions h2.positions-title {
    color:#082850 !important;
    font-family:"Playfair Display",serif !important;
    font-size:32px;
    font-weight:400 !important;
    line-height:1.25;
    text-transform:none;
}

body.careers .job-info h2.title-2,
body.careers .career-response h2.title-2,
body.careers .positions-title,
body.careers .culture-title {
    font-weight:800;
}

body.careers .designation h4,
body.careers .sidebar-single-links h4 {
    font-size:22px;
    line-height:1.3;
}

.jarrah-section-photo {
    margin:0 0 30px;
    background:#f7f5ee;
}

.jarrah-section-photo img,
.jarrah-section-photo video.jarrah-section-video {
    display:block;
    width:100%;
    height:320px;
    object-fit:cover;
}

body.contact section.contact {
    padding:28px 0 14px;
}

body.contact .contact-centers {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    width:76%;
    max-width:900px;
    margin:0 auto;
    background:#C4A464;
}

body.contact .contact-centers:before,
body.contact .contact-centers:after {
    content:none;
}

body.contact .contact-centers > div {
    width:auto;
    float:none;
    padding:0;
    margin:0 !important;
}

body.contact .contact-area-box {
    display:grid;
    grid-template-columns:20px minmax(0,1fr);
    column-gap:12px;
    align-items:start;
    min-height:0;
    height:100%;
    padding:12px 18px 11px;
    background:transparent;
    border:0;
    box-shadow:none;
}

body.contact .contact-centers > div:last-child .contact-area-box {
    border-right:0;
}

body.contact .contact-area-box h4.subtitle,
body.contact .contact-form h2.title-2 {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight:800 !important;
    letter-spacing:0 !important;
}

body.contact .contact-area-box h4.subtitle {
    grid-column:2;
    margin:0 0 5px;
    color:#fff;
    font-size:13px;
    line-height:1.25;
    text-transform:uppercase;
}

body.contact .contact-area-box .address,
body.contact .contact-area-box .phone,
body.contact .contact-area-box .email {
    display:contents;
}

body.contact .contact-area-box i {
    position:static;
    grid-column:1;
    grid-row:1 / span 2;
    margin-top:0;
    color:#fff;
    opacity:1;
    font-size:14px;
    line-height:1.25;
}

body.contact .contact-area-box p {
    grid-column:2;
    margin:0;
    color:#fff;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    font-size:12px;
    font-weight:700;
    line-height:1.38;
}

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

body.contact footer .pre-footer {
    display:none;
}

body.contact section.contact-form {
    padding:46px 0 82px;
}

body.contact .row.form {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:38px;
    align-items:start;
    margin:0;
}

body.contact .row.form:before,
body.contact .row.form:after {
    content:none;
}

body.contact .row.form > div {
    width:auto;
    float:none;
    padding:0;
}

body.contact .contact-form h2.title-2 {
    margin:0 0 20px;
    color:#082850;
    font-size:28px;
    line-height:1.25;
}

body.contact .well-form {
    padding:30px;
    background:#f7f5ee;
    box-shadow:none;
}

body.contact .well-form .form-control {
    height:54px;
    border:1px solid #e8edf2;
    box-shadow:none;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
}

body.contact .well-form textarea.form-control {
    height:172px;
    resize:vertical;
}

body.contact .contact-map-embed iframe {
    height:456px;
}

body.contact .pre-footer {
    margin-top:0;
}

@media all and (max-width:991px) {
    .five-service-grid > [class*="col-"] > p,
    .five-service-grid .services-title-one {
        min-height:0;
    }

    .jarrah-service-layout {
        grid-template-columns:1fr;
        gap:30px;
    }

    .jarrah-service-sidebar {
        position:static;
    }

    .jarrah-service-hero-block {
        grid-template-columns:1fr;
    }

    .jarrah-service-copy {
        padding-top:0;
    }

    .jarrah-capability-list,
    .jarrah-fleet-grid,
    .fleet-catalog-clean .row {
        grid-template-columns:1fr;
    }

    .five-service-catalog .five-service-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:42px 30px;
    }

    .five-service-catalog .five-service-grid > [class*="col-"],
    .five-service-catalog .five-service-grid > [class*="col-"]:nth-child(4),
    .five-service-catalog .five-service-grid > [class*="col-"]:nth-child(5) {
        grid-column:auto;
    }

    body.contact .contact-centers,
    body.contact .row.form {
        grid-template-columns:1fr;
    }

    body.contact .contact-centers {
        width:100%;
        max-width:100%;
    }

    body.contact .contact-area-box {
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.24);
    }

    body.contact .contact-centers > div:last-child .contact-area-box {
        border-bottom:0;
    }
}

@media all and (max-width:767px) {
    html,
    body,
    .wrapper {
        max-width:100%;
        overflow-x:hidden;
    }

    .homepage .slider-content {
        width:100%;
    }

    .homepage .slider-content .container {
        width:100%;
        padding-left:16px;
        padding-right:16px;
    }

    .homepage .slider-content h2 {
        max-width:calc(100vw - 32px);
        font-size:24px !important;
        line-height:1.18 !important;
        overflow-wrap:anywhere;
        word-break:normal;
        white-space:normal !important;
    }

    .homepage .hero-title-line {
        display:block;
    }

    .homepage .slider-content p {
        max-width:calc(100vw - 32px);
        font-size:15px !important;
        line-height:1.55 !important;
        overflow-wrap:anywhere;
        white-space:normal !important;
    }

    .homepage .section-title,
    .homepage .section-title h2,
    .homepage .section-title h4,
    .homepage .section-title p {
        max-width:calc(100vw - 32px) !important;
        margin-left:auto;
        margin-right:auto;
        white-space:normal !important;
        overflow-wrap:anywhere;
    }

    .subtitle-services-other,
    .title-services-other,
    .services-title-one,
    .five-service-grid p {
        max-width:100%;
        overflow-wrap:anywhere;
    }

    .five-service-grid .hover-effect img {
        height:220px;
    }

    .service-page-modern .jarrah-service-shell {
        padding:42px 0 56px;
    }

    .jarrah-service-sidebar a {
        min-height:0;
        padding:15px 18px;
    }

    .jarrah-service-copy h1 {
        font-size:30px;
    }

    .jarrah-service-section {
        padding:32px 0;
    }

    .jarrah-service-section > h2 {
        font-size:25px;
    }

    .jarrah-capability-list {
        grid-template-columns:1fr;
        gap:28px;
    }

    .jarrah-capability-row {
        min-height:0;
    }

    .service-page-modern .jarrah-service-section .jarrah-capability-row:nth-last-child(-n+2) {
        border-bottom:0;
    }

    .service-page-modern .jarrah-service-section .jarrah-capability-row:last-child {
        border-bottom:0;
    }

    .jarrah-service-note {
        padding:28px 0 0;
    }

    .jarrah-service-note:before {
        position:static;
        margin:0 0 16px;
    }


    .jarrah-fleet-item {
        grid-template-columns:1fr;
    }

    .jarrah-fleet-item img {
        height:220px;
        min-height:220px;
    }

    .five-service-catalog .five-service-grid {
        grid-template-columns:1fr;
        gap:38px;
    }

    .five-service-catalog .five-service-grid > [class*="col-"],
    .five-service-catalog .five-service-grid > [class*="col-"]:nth-child(4),
    .five-service-catalog .five-service-grid > [class*="col-"]:nth-child(5) {
        grid-column:auto;
    }

    .jarrah-section-photo img {
        height:220px;
    }

    body.contact section.contact {
        padding:42px 0 12px;
    }

    body.contact .contact-area-box,
    body.contact .well-form {
        padding:24px 22px;
    }

    body.contact .contact-map-embed iframe {
        height:320px;
    }

    .service-detail-note {
        padding:28px 22px;
    }

    .company-profile-table th,
    .company-profile-table td {
        display:block;
        width:100%;
    }
}

@media all and (max-width:767px) {
    .page-title {
        overflow:hidden;
        padding-left:16px !important;
        padding-right:16px !important;
    }

    .page-title h2.title {
        max-width:calc(100vw - 32px);
        margin-left:auto;
        margin-right:auto;
        font-size:34px !important;
        line-height:1.15 !important;
        white-space:normal !important;
        overflow-wrap:normal;
        word-break:normal;
    }

    .page-title p.description {
        max-width:calc(100vw - 32px);
        margin-left:auto;
        margin-right:auto;
        font-size:16px !important;
        line-height:1.5 !important;
        white-space:normal !important;
        overflow-wrap:normal;
        word-break:normal;
    }
}

@media all and (max-width:480px) {
    .page-title h2.title {
        width:calc(100vw - 32px);
        max-width:300px;
        font-size:27px !important;
        line-height:1.2 !important;
    }
}

.mobile-title-break {
    display:none;
}

@media all and (max-width:480px) {
    .mobile-title-break {
        display:block;
    }
}

/* Final Jarrah page rhythm and soft logo edge treatment */
.strengths-page .about-company {
    margin-bottom:44px;
}

.strengths-page .about-company .company-title {
    margin-bottom:30px !important;
}

.strengths-page .about-company .company-subtitle {
    margin:0 0 24px !important;
}

.strengths-page .about-company p {
    margin:0 0 24px;
}

.strengths-page .about-company p:last-child {
    margin-bottom:0;
}

.strengths-page .about-stats {
    margin-top:0;
    margin-bottom:12px;
}

.strengths-page .about-stats + .spacer-50 {
    height:10px;
}

.strengths-page .about-innovations {
    padding-top:0;
}

.home-services .subtitle-services-other.subtitle-2 {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-size:18px !important;
    font-weight:400 !important;
    line-height:1.75 !important;
    color:#61656f !important;
    max-width:850px;
    margin:10px auto 20px !important;
}

section.home-partners .partners:before,
section.home-partners .partners:after {
    width:190px !important;
    top:-30px !important;
    bottom:-30px !important;
    opacity:1 !important;
    filter:blur(.2px);
    background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,.92) 0 2px, transparent 3.8px) 0 0 / 34px 30px repeat,
        radial-gradient(circle at 48% 64%, rgba(255,255,255,.72) 0 1.8px, transparent 3.6px) 12px 8px / 48px 42px repeat,
        radial-gradient(circle at 70% 34%, rgba(255,255,255,.48) 0 1.4px, transparent 3.2px) 8px 14px / 70px 58px repeat,
        linear-gradient(to right, #fff 0%, rgba(255,255,255,.98) 24%, rgba(255,255,255,.88) 46%, rgba(255,255,255,.56) 66%, rgba(255,255,255,.22) 84%, rgba(255,255,255,0) 100%) !important;
}

/* Final typography and alignment corrections */
.homepage .slider-content p {
    font-weight:500 !important;
}

.page-title p.description,
.page-title .description.light,
.page-title p.description strong {
    font-weight:400 !important;
}

.service-page-modern .page-title p.description {
    max-width:1160px;
    margin-left:auto;
    margin-right:auto;
}

.home-process .process-subtitle {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight:400 !important;
}

.home-process .process-title,
.home-partners .subtitle-testimonials,
.company-title.color-title {
    text-transform:none !important;
}

.cta-pre-footer h2 {
    font-family:"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight:700 !important;
}

body.contact .contact-centers {
    width:76% !important;
    max-width:900px !important;
}

body.contact .contact-area-box {
    grid-template-columns:18px minmax(0,1fr) !important;
    column-gap:12px !important;
    padding:12px 18px 11px !important;
}

body.contact .contact-area-box p {
    padding-left:0 !important;
}

.about-txt p {
    max-width:340px;
    color:rgba(255,255,255,.68) !important;
    font-size:15px;
    font-weight:400;
    line-height:1.65;
}

body.careers .careers-culture > .section-title h2.title-services-other,
body.careers .careers-life .section-title h2.title-services-other,
body.careers .careers-open-positions h2.positions-title,
body.careers .culture-title {
    color:#082850 !important;
    font-family:"Playfair Display",serif !important;
    font-weight:400 !important;
    text-transform:none !important;
}

.home-services {
    background:#f7f5ee;
    padding:82px 0 58px;
}

.home-services .five-service-grid {
    display:grid !important;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:52px 38px;
    align-items:stretch;
    margin-left:0;
    margin-right:0;
}

.home-services .five-service-grid:before,
.home-services .five-service-grid:after {
    content:none;
}

.home-services .five-service-grid > [class*="col-"] {
    grid-column:span 2;
    width:auto;
    float:none;
    padding:0;
    margin:0 !important;
    display:flex !important;
    flex-direction:column;
    min-width:0;
}

.home-services .five-service-grid > [class*="col-"]:nth-child(4) {
    grid-column:2 / span 2;
}

.home-services .five-service-grid > [class*="col-"]:nth-child(5) {
    grid-column:4 / span 2;
}

.home-services .five-service-grid .hover-effect video.service-card-video,
.home-services .five-service-grid .hover-effect img {
    width:100%;
    height:252px;
    object-fit:cover;
}

.home-services .five-service-grid > [class*="col-"] > p {
    margin-bottom:20px;
}

.home-services .five-service-grid .btn {
    margin-top:auto !important;
    align-self:flex-start;
    min-width:154px;
    text-align:center;
}

@media all and (max-width:991px) {
    .home-services .five-service-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:42px 30px;
    }

    .home-services .five-service-grid > [class*="col-"],
    .home-services .five-service-grid > [class*="col-"]:nth-child(4),
    .home-services .five-service-grid > [class*="col-"]:nth-child(5) {
        grid-column:auto;
    }
}

@media all and (max-width:767px) {
    .home-services .five-service-grid {
        grid-template-columns:1fr;
    }
}
