/*

Style   : Main CSS
Version : 1.0
Author  : Obeth Dewa Wardhana

Copyright © All rights Reserved


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 url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:400,700);
@import url(../fonts/Bebas-Neue/style.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;600&display=swap');

body {
    color: #8d8d8d;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    padding: 0;
}

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

a {
    color: #407FB2;
    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: #ffda43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans';
    color: #2a2a2a;
}

p {
    font-size: 16px;
    color: #000000;
    line-height: 1.688;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}

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

blockquote {
    padding: 30px 35px;
    background: #ffda44;
    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 Mono", monospace;
    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: #407FB2;
    color: #fff !important;
    border-radius: unset;
    box-shadow: #407fb273 0 1rem 3.5rem;
    -webkit-box-shadow: #407fb273 0 1rem 3.5rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #295174 !important;
    border: none !important;
    outline: none !important;
}

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

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

section {
    padding: 80px 0;
}

section:last-child {
    padding: 80px 0 0;
}


.sidebar {
    padding: 80px 15px;
}

.main {
    padding-bottom: 75px;
}

.d-none {
    display: none;
}

.mr-4 {
    margin-right: 4px;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --------------- 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;
    }

    section.home-slider {
        margin-top: 80px;
    }

    .slider-content {
        margin-top: 0 !important;
    }
}

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

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


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

.header-area {
    position: fixed;
    z-index: 2000;
    width: 100%;
    -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;
}

.logo-top-info {
    /*padding: 10px 0;*/
}

.logo-top-info .logo img {
    display: none
}

.top-info {
    width: auto;
    display: flex;
}

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

.top-info h3 {
    font-size: 15px;
    color: #407FB2;
    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;*/
    padding-top: 20px;
}

.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 {
    background: #407FB2;
    color: #fff;
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 21px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #182A42;
    border-radius: 12px;
    margin-right: 10px;
    -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;
}

.top-info-social {
    margin-top: 5px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

.header-area.header-scroll {
    z-index: 2500;
    position: fixed;
    background-color: #182A42;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}

.header-area.header-scroll.scrolled {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.nav-language {
    display: flex;
    align-items: center;
}

.nav-language li a {
    color: #fff;
    font-weight: bold;
    font-family: "Roboto Mono", monospace;
    font-size: 15px;
    line-height: 1.467;
    text-transform: uppercase;
    display: block;
    padding: 10px 8px;
}

.nav-language li a:hover {
    color: #407FB2;
}

.nav-language span {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    margin: 0;
}

.nav-language .default {
    color: #407FB2;
}

.logo a {
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 60px;
}

.brand-logo a {
    height: 80px;
    margin: 20px 0;
    display: block;
    position: absolute;
    top: 0;
    width: 80px;
}

.brand-name {
    font-family: 'Roboto mono', monospace;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 110px;
    width: 230px;
    height: 100%;
    margin-top: 35px;
    line-height: 1;
    font-size:15px;
    display:block;
}

.brand-name p {
    color: #ffffff;
    font-size: 14.5px;
    margin-bottom: 0;
}

.brand-name span {
    font-size: 22px;
}

.header-scroll .brand-name{
    display:none;
}

.header-scroll.scrolled .brand-name{
    display:block;
}

.collapse.main-menu .brand-name {
    display: none;
}

@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: 1024px) {
    .brand-name p {
        font-size: 12px;
    }
    
    .brand-name span {
        font-size: 18px;
    }
}

@media all and (max-width: 991px) {

    /* .logo-top-info {
            padding: 25px 0 0;
        } */
    .logo-top-info .logo img {
        display: inline-block;
        height: 60px;
        margin-top: 10px;
    }

    .logo {
        text-align: left;
        margin-bottom: 20px;
    }

    .logo img {
        max-width: 360px;
    }

    .top-info-social {
        display: none;
    }

    .header-area {
        background-color: #182A42;
    }

    .header-area.header-main {
        display: block !important;
        height: 80px;
    }

    .header-area.header-scroll,
    .header-area.header-scroll.scrolled {
        display: none;
    }

    .brand-name {
        margin-left: 80px;
        margin-top: 17px;
        font-size: 12px;
        height: 100%;
        align-items: center;
        display: block;
        width: 180px;
        line-height: 1.3;
    }
    
    .brand-name p {
        font-size: 12px;
    }
    
    .brand-name span {
        font-size: 18px;
    }

}

@media all and (max-width: 768px) {
    .brand-name p {
        font-size: 11.4px;
    }
    
    .brand-name span {
        font-size: 17px;
    }
}

@media all and (max-width: 479px) {
    .logo-top-info .logo img {
        height: 45px;
    }

    .logo img {
        width: auto;
    }

    .brand-name {
        margin-left: 60px;
        margin-top: 15px;
        font-size: 12px;
        height: 100%;
        align-items: center;
        display: block;
        width: 180px;
        line-height: 0.7;
    }

}


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

.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    height: 120px;
    text-align: right;
}

ul.main-menu li a {
    font-size: 15px;
    font-family: "Roboto Mono", monospace;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.467;
    text-transform: uppercase;
    padding: 10px 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 .fa {
    font-size:25px;
    -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 a:hover,
ul.main-menu li.active>a {
    color: #407FB2;
}

ul.main-menu li.dropdown:hover ul a:hover {
    color: #aaa;
}

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

ul.main-menu>li.dropdown {
    margin-right: 25px;
    background: #407fb2;
}

ul.main-menu>li.dropdown ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 10px);
    background: #407FB2;
    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-align: left;
    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: #407FB2;
    -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: calc(100% + 10px);
}

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

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

ul.main-menu>li.dropdown:hover li:hover {
    background: #ffffff;
    -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.dropdown:hover li {
    -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:before {
    content: ' ';
    display: block;
    position: absolute;
    width: calc(100% - 25px);
    height: 100%;
    background: white;
    opacity: .2;
    animation: ripple 2s ease 0s infinite both;
    pointer-events: none;
    bottom: 0;
}

ul.main-menu>li.dropdown:before {
    width: 100%;
}

ul.main-menu>li.active:before {
    background: #adadad;
}

.brand-logo {
    display: block;
    float: left;
    padding: 0 20px;
}

.brand-logo img {
    height: 80px;
}

.search-form {
    display: flex;
    align-items: center;
    margin-right: -25px;
}

.search-form .form-control {
    padding: 0;
    line-height: 10px;
    background: transparent;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #ffffff;
    padding: 0 45px 0 15px;
    height: 35px;
    line-height: 35px;
}

.search-form .form-control:focus {
    border: 2px solid #ddd !important;
    box-shadow: unset;
}

.search-form .form-control:focus+.btn-search-form,
.search-form .form-control:focus+.btn-search-form:focus {
    border: 2px solid #ddd !important;
    box-shadow: unset;
    outline: none !important;
    color: #ddd;
}

.search-form .btn-search-form {
    color: #fff;
    padding: 0 8px;
    height: 35px;
    line-height: 30px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid #fff;
    transform: translateX(-35px);
}

.search-form .btn-search-form:focus {
    color: #ddd;
    border-color: #ddd;
    outline: none !important;
}

span.icon-bar {
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
}

.main-menu .top-info {
    display: none;
}

.main-menu .social {
    display: none;
}

/* ul.main-menu li:before {
    content: ' ';
    display: block;
    position: absolute;
    width:0;
    height: 1px;
    bottom: 0;
    background: #407FB2;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

ul.main-menu li:hover:before {
    width: calc(100% - 30px);
    transform: translateX(-50%);
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
} */

ul.main-menu li a {
    margin-right: 25px;
    padding: 10px 20px;
    border-radius:10px;
    overflow: hidden;    
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%, hsl(0deg 0% 28% / 30%) 50%, hsla(0, 0%, 100%, 0.2) );
    text-shadow: 0 0 15px hsla(0, 0%, 100%, 1), /* bloom */ 0 2px 4px hsla(0, 0%, 0%, 0.7);
    background-color: #2083cd;
}

ul.main-menu>li.dropdown ul li a{
    background-image:unset;
    text-shadow:none;
    background-color:#407fb2;
}

ul.main-menu li.active>a {
    /* background: #b9af20; */
    color: #ffffff;
}

ul.main-menu li.active>a:hover {
    /* background: #8b8428!important; */
    background-image: unset;
}

ul.main-menu>li.dropdown:hover a {
    background: transparent!important;
    background-image:unset!important;
}

ul.main-menu li a:hover {
    background-color: #407fb2 !important;
    background-image:unset;
    color: #ffffff;
    -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.dropdown {
    border-radius: 10px;
}

ul.main-menu>li.dropdown:hover {
    background-color: #407fb2 !important;
    background-image: unset;
    color: #ffffff;
    -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.dropdown {
    -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;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%, hsl(0deg 0% 28% / 30%) 50%, hsla(0, 0%, 100%, 0.2) );
    text-shadow: 0 0 15px hsla(0, 0%, 100%, 1), /* bloom */ 0 2px 4px hsla(0, 0%, 0%, 0.7);
    background-color: #2083cd;
    -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.dropdown:after {
    width: calc(100% - 6px);
}

ul.main-menu>li.dropdown a {
    background: transparent!important;
    background-image: unset!important;
}

ul.main-menu>li.dropdown:hover a {
    color:#fff!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;
}

ul.main-menu>li.dropdown:hover a {
    -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.dropdown:hover ul li:hover a {
    /* background: #ffffff !important; */
    color:#407fb2!important;
}

ul.main-menu>li:after {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    right: 0;
    top: 3px;
    height: 20px;
    background: linear-gradient( hsl(0deg 0% 100% / 48%), hsla(0, 0%, 100%, 0) );
    width: calc(100% - 32px);
    border-radius: 8px;
    pointer-events: none;
}

ul.main-menu>li:first-child a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.main-menu>li:first-child:after {
    border-radius: 50%;
    width: calc(100% - 45px);
    left: 10px;
    height: 25px;
}

ul.main-menu>li:first-child:before {
    border-radius: 50%;
    border: 2px solid #407fb2;
}

@media all and (max-width: 991px) {
    nav.navbar-collapse {
        position: absolute;
        right: 0px;
        top: 80px;
        width: 250px;
        display: block !important;
        /*opacity: 0;*/
        z-index: 1000;
        height: 100vh !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;
        border-top: none;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
    }

    .navbar-collapse.collapse {
        transform: translateX(100%);
        padding: 0;
        overflow: inherit;
        height: 100vh !important
    }

    .navbar-collapse.collapsing {
        padding: 0;
        height: 100vh !important
    }

    .navbar-collapse.collapse.in {
        transform: translateX(0);
        opacity: 1;
        background: #182A42;
        right: 0px;
    }

    .main-menu {
        background: #182A42;
        text-align: left;
    }

    .navbar-collapse.collapse.in .main-menu {
        background: #182A42;
    }

    .navbar-toggle {
        display: block;
        right: 0;
        position: absolute;
        background: none;
        top: 20px;
        border: none;
        padding: 0 10px;
        margin: 10px 15px;
    }

    .navbar-toggle span.icon-bar {
        background: #fff;
        height: 3px;
    }

    .main-menu {
        display: block;
    }

    ul.main-menu>li {
        display: block;
        margin-top:15px;
    }

    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;
    }

    .brand-logo {
        display: none;
    }

    .main-menu .top-info {
        display: block;
        float: unset;
    }

    .main-menu .social {
        display: block;
        float: unset;
    }

    .main-menu .social .social-icons {
        padding-left: 0;
        text-align: center;
    }

    .main-menu .search-form {
        margin-right: -35px;
    }

    .main-menu .nav-language {
        justify-content: flex-end;
        margin-top: 15px;
    }

    ul.main-menu>li:first-child:after,
    ul.main-menu>li:first-child:before {
        width: 30px;
        height: 20px;
        left: 7px;
    }

}

@media all and (max-width: 480px) {
    nav.navbar-collapse {
        top: 60px;
    }

}


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

.page-title {
    display: block;
    position: relative;
    z-index: 1500;
    height: 400px;
}

.page-title-bg {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 400px;
}

.page-title-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-title-bg.has-overlay:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.44);
}

.page-title-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.page-title h2.title {
    font-family: 'Roboto mono', monospace;
    letter-spacing: 1.5px;
    margin: 0;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 1.26;
    text-transform: uppercase;
}

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

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

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

.breadcrumbs a:hover {
    color: #407FB2;
}

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

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

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

.breadcrumb-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple-breadcrumb {
    background: transparent;
}

.simple-breadcrumb .fa {
    font-size: 6px;
}

.simple-breadcrumb a {
    color: #8d8d8d;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: 'Roboto mono', monospace;
    font-size: 16px;
}

.simple-breadcrumb .active-breadcrumb a {
    color: #fff;
    text-align: center;
    display: block;
}

.simple-breadcrumb a:hover {
    color: #fff;
}

@media all and (max-width: 991px) {
    .page-title {
        height: 300px;
        margin-top: 80px
    }

    .page-title-bg {
        height: 300px;
    }

    .page-title-content {
        top: calc(50% - 40px);
    }
}

@media all and (max-width: 767px) {
    .page-title {
        height: 250px;
    }

    .page-title-bg {
        height: 250px;
    }
}

@media all and (max-width: 480px) {
    .page-title {
        margin-top: 65px;
    }

    .page-title h2.title {
        font-size: 30px;
        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;
    z-index: 1200;
}

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

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #407FB2;
}

section.home-slider {
    padding: 0;
}

section.home-slider {
    min-height: 100vh;
    background: #ffffff;
}

.flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
}

.flexslider li.has-overlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background: rgb(24,42,66,70%)
}

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

.flexslider .slides>li {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

.slider-content h2 {
    font-size: 40px;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 50%;
    font-family: 'Roboto Slab', sans-serif;
}

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

.slider-content .primary-btn {
    border-radius: 3px;
    background: #FFDA44;
    font-size: 20px;
    font-family: "Roboto";
    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: #ECC124;
}

@media all and (max-width: 991px) {

    .slider-content h2,
    .slider-content p {
        width: auto;
    }

    .slider-content h2 {
        font-size: 35px;
        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;
    }

    section.home-slider {
        min-height: unset !important;
    }

    .slider-content {
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }
}

@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: 25px;
    font-weight: bold;
    color: #182a42;
    text-transform: uppercase;
    background: #dbe7f1;
    padding: 10px 40px;
    line-height: 28px;
    font-family: 'Roboto Mono', monospace;
    text-align: left;
    margin: 0 auto;
}

h2.normal-title {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #182a42;
    text-transform: uppercase;
    padding: 10px 40px;
    line-height: 28px;
    font-family: 'Roboto Mono', monospace;
    margin: 0 auto;
}

h4.subtitle {
    font-size: 20px;
    color: #447499;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
}

.feature-title {
    display: block;
    font-family: 'Roboto mono', monospace;
    text-align: left;
    padding-bottom: 20px;
    font-size: 25px;
    margin-top: 0;
    padding-top: 20px;
}

/*Company Section*/

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

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

.company-image .img-left {
    display: none;
    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%;
    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;
}

.company-image.company-image-reverse .img-left {
    width: 85%;
    transform: translateY(0);
    top: 0;
    z-index: 10;
}

.company-image.company-image-reverse .img-right {
    width: 55%;
    transform: translateY(-50%);
    top: 50%;
    z-index: 5;
}

@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;
        overflow: hidden;
        min-height: unset;
    }

    .company-image>div.hover-effect,
    .company-image.company-image-reverse>div.hover-effect {
        width: auto;
    }
}

@media all and (max-width: 787px) {
    .company>div {
        margin-bottom: 40px;
    }

    .company-image>div.hover-effect,
    .company-image.company-image-reverse>div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }

    .company-image .img-left,
    .company-image.company-image-reverse .img-right {
        margin-bottom: 30px;
    }
}

/*Export Section*/

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

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

.export-image .hover-effect {
    display: block;
}

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

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

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

.export {
    display: block;
    text-align: center;
}

.export-image.export-image-reverse .img-left {
    width: 85%;
    transform: translateY(0);
    top: 0;
    z-index: 10;
}

.export-image.export-image-reverse .img-right {
    width: 55%;
    transform: translateY(-50%);
    top: 50%;
    z-index: 5;
}

.export-details {
    text-align: right;
}

.export-info .export>div {
    margin-bottom: 0;
}

@media all and (max-width: 991px) {
    .export {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .export>div.order-md-1 {
        margin: 0 auto 30px;
        float: none;
    }

    .export>div.order-md-2 {
        margin-bottom: 0;
    }

    .export-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        min-height: unset;
    }

    .export-image>div.hover-effect,
    .export-image.export-image-reverse>div.hover-effect {
        width: 100%;
        right: 0;
    }

    .export-details {
        text-align: center;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-1 {
        order: 1
    }
}

@media all and (max-width: 787px) {
    .export>div {
        margin-bottom: 40px;
    }

    .export-image>div.hover-effect,
    .export-image.export-image-reverse>div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }

    .export-image .img-left,
    .export-image.export-image-reverse .img-right {
        margin-bottom: 30px;
    }
}

/*Career Section*/

.career-image {
    position: relative;
    min-height: 370px;
    overflow: hidden;
}

.career-image>div {
    display: block;
    position: absolute;
}

.career-image img {
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

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

    .career>div {
        margin: 0 auto 30px;
        float: none;
    }

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

    .career-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        min-height: 0;
    }

    .career-image>div.hover-effect {
        width: 100%;
    }

}

@media all and (max-width: 787px) {
    .career>div {
        margin-bottom: 40px;
    }

    .career-image>div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }
}

/*Ceo Section*/

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

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

.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;
}

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

a.link:hover {
    color: #194ABA;
}

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


/*Home Links Section*/

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

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

.links h4.subtitle {
    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: #72777b;
    font-weight: bold;
    padding: 0 34px;
}

.links .btn-primary:hover {
    background: #295174;
    color: #fff;
}

@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%;
    }

    section.home-slider {
        margin-top: 65px;
    }

    .navbar-toggle {
        margin: 0 15px;
    }

    .header-area.header-main {
        height: 65px;
    }
}


/*Process Section*/

h2.title-2 {
    font-size: 50px;
    font-family: "Bebas Neue Bold", sans-serif;
    letter-spacing: 1.5px;
    color: #093eb6;
    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: #f4f5f8;
    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: #407FB2;
    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 #FFDA44;
}

.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: #f4f5f8;
}

.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(255, 218, 68, 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: #407FB2;
    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;
    }
}

/* Info Section */

section.home-info {
    background: #f4f5f8;
}

.info-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 200px;
}

.blog-list .info-img-box {
    height: 300px;
}

.blog-list .info-content {
    padding: 25px 20px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
}

.info-img-box .hover-effect:hover img {
    opacity: 1;
}

.info-img-box img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 auto;
    object-position: top center;
}

.info-content {
    padding: 25px 20px;
    background: #ffffff;
}

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

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

.info-content h3 a:hover {
    color: #407FB2;
}

.info-content p,
.info-content span,
.info-content li {
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0;
    font-weight:normal;
}

.info-content a {
    color: #407FB2;
}

.info-content a:hover {
    color: #002D92;
}

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

.info-content .btn-primary {
    margin-top: 10px;
    background-color: transparent !important;
    color: #295174 !important;
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.info-slides .owl-prev,
.info-single-slides .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 35px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
}

.info-slides .owl-next,
.info-single-slides .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 35px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
}

.info-slides .owl-prev:hover,
.info-single-slides .owl-prev:hover,
.info-slides .owl-next:hover,
.info-single-slides .owl-next:hover {
    opacity: .8;
}

.info-single-slides .owl-item .info-content {
    /*display: none;*/
    opacity: 0;
}

.info-single-slides .owl-item.center.active .info-content {
    /*display: block;*/
    opacity: 1;
}

.info-single-slides .info-content {
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    left: 50%;
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
}

.info-single-slides .owl-prev,
.info-single-slides .owl-next {
    top: 0;
    height: 300px;
    display: flex;
    align-items: center;
}

.info-single-slides .owl-item.center.active img {
    transform: scale(1.5);
}

.info-single-slides .info-img-box {
    margin-top: 50px;
    margin-bottom: 40px;
}

.info-detail-subtitle {
    font-weight: bold;
}

.row.infos {
    margin: 0 auto;
    background: #dbe7f1;
    padding: 20px;
    position: relative;
    min-height:300px;
    box-shadow:rgb(219 231 241 / 79%) 0 1rem 3.5rem;
    -webkit-box-shadow:rgb(219 231 241 / 79%) 0 1rem 3.5rem;
}

.row.infos:after {
    content: ' ';
    display: block;
    position: absolute;
    width: calc(100% + 100px);
    height: calc(100% + 2px);
    top: -1px;
    left: -30px;
    background: transparent;
    border-bottom: 1px solid #182a42;
    border-top: 1px solid #182a42;
    animation: inset2 6s cubic-bezier(0.76, 0, 0.24, 1) 6s infinite alternate-reverse backwards;
}

.info-slides:after {
    content: ' ';
    display: block;
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    top: -40px;
    right: -20px;
    border-right: 1px solid #182a42;
    border-left: 1px solid #182a42;
    pointer-events: none;
    z-index: -1;
    animation: inset5 6s cubic-bezier(0.76, 0, 0.24, 1) 6s infinite alternate-reverse backwards;
}

.section-info {
    position: relative;
}

.section-info:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 90%;
    height: calc(100% + 200px);
    bottom: calc(-100% - 199px);
    border-top: 1px solid #182a42;
    right: -25px;
    border-right: 1px solid #182a42;
    animation: inset5 4s cubic-bezier(0.76, 0, 0.24, 1) 4s infinite alternate-reverse forwards;
}

.section-info:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 216px;
    height: 100%;
    left: 0;
    top: 0;
    border-top: 1px solid #182a42;
    border-left: 1px solid #182a42;
    border-right: 1px solid #182a42;
    border-bottom: 1px solid #182a42;
    animation: inset3 4s cubic-bezier(0.76, 0, 0.24, 1) 6s infinite alternate-reverse forwards;
}

@media all and (max-width: 1024px) {
    .info-slides .owl-prev {
        left: 20px;
        top: 35%;
        width: 25px;
        opacity: .8
    }

    .info-slides .owl-next {
        right: 20px;
        top: 35%;
        width: 25px;
        opacity: .7;
    }

    .info-single-slides .owl-prev {
        left: 20px;
        opacity: .5;
        width: 25px;
    }

    .info-single-slides .owl-next {
        right: 20px;
        opacity: .5;
        width: 25px;
    }

    .info-slides .owl-prev:hover,
    .info-slides .owl-next:hover,
    .info-single-slides .owl-prev:hover,
    .info-single-slides .owl-next:hover {
        opacity: .2;
    }
}

@media all and (max-width: 991px) {
    .blog-list .info-img-box{
        height:200px;
    }
}

@-moz-keyframes borderanim {
    from {
        transform: scale(0.5);
        transform-origin: top right;
    }

    to {
        transform: scale(1);
        transform-origin: top right;
    }
}

@keyframes borderanim {
    from {
        transform: scale(0.5);
        transform-origin: top right;
    }

    to {
        transform: scale(1);
        transform-origin: top right;
    }
}

@-moz-keyframes borderanim2 {
    from {
        transform: scale(0.5);
        transform-origin: bottom left;
    }

    to {
        transform: scale(1);
        transform-origin: bottom left;
    }
}

@keyframes borderanim2 {
    from {
        transform: scale(0.5);
        transform-origin: bottom left;
    }

    to {
        transform: scale(1);
        transform-origin: bottom left;
    }
}

@keyframes inset {
    0% {
        /* clip-path: circle(0.0% at 100% 1%); */
        clip-path: polygon(0 0, 0 0, 0 13%, 0 13%, 0 13%, 0 13%);
    }

    50% {
        /* clip-path: circle(0.0% at 100% 1%); */
        clip-path: polygon(0 0, 100% 0, 100% 14%, 0 14%, 0 14%, 0 14%);
    }

    100% {
        /* clip-path: circle(137.9% at 98% 3%); */
        clip-path: polygon(0 0, 100% 0, 100% 100%, 87% 100%, 88% 10%, 0 11%);
    }
}

@keyframes inset2 {
    0% {
        /* clip-path: circle(6.3% at 1% 99%); */
        clip-path: circle(0.3% at 0 100%);
    }

    50% {
        /* clip-path: circle(6.3% at 1% 99%); */
        clip-path: circle(0.3% at 0 100%);
    }

    100% {
        /* clip-path: circle(141.2% at 0 100%); */
        clip-path: circle(141.4% at 0 100%);
    }
}

@keyframes inset3 {
    0% {
        clip-path: circle(20% at 0 0);
    }

    100% {
        clip-path: circle(140.2% at 1% 0);
    }
}

@keyframes inset4 {
    0% {
        clip-path: circle(6.8% at 0 48%);
    }

    100% {
        clip-path: circle(114.5% at 100% 55%);
    }
}

@keyframes inset5 {
    0% {
        clip-path: circle(0.3% at 100% 0);
    }

    100% {
        clip-path: circle(141.2% at 100% 0);
    }
}


@keyframes ripple {
    0% {
        clip-path: circle(0.5% at 49% 100%);
    }

    100% {
        clip-path: circle(111.8% at 50% 100%);
        opacity: 0;
    }
}


/*.blog-item:after {*/
/*    content: ' ';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 70%;*/
/*    height: 56px;*/
/*    background: transparent;*/
/*    bottom: 0;*/
/*    border-top: 1px solid #ffffff;*/
/*    z-index: 5;*/
/*    border-right: 1px solid #ffffff;*/
/*    left: 30px;*/
/*    animation: inset 4s cubic-bezier(0.76, 0, 0.24, 1) 4s infinite alternate-reverse forwards;*/
/*}*/

/*.blog-img-box:after {*/
/*    content: ' ';*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: transparent;*/
/*    bottom: 55px;*/
/*    border-left: 1px solid #ffffff;*/
/*    z-index: 5;*/
/*    border-bottom: 1px solid #ffffff;*/
/*    right: calc(30% - 55px);*/
/*    animation: inset2 4s cubic-bezier(0.76, 0, 0.24, 1) 4s infinite alternate-reverse backwards;*/
/*}*/

@media all and (max-width: 991px) {
    .row.infos {
        width: 80%;
        margin: 0 auto;
    }

    .section-info {
        width: 80%;
        margin: 0 auto;
    }
}

/* Publikasi Section */

section.home-publikasi {
    padding-bottom: 20px;
}

.publikasi-item-box {
    height: 350px;
}

.publikasi-img-box {
    position: absolute;
    display: block;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    border-radius:18px;
}

.publikasi-img-box:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(6deg, #182a42, #64758bba);
    z-index: 2;
}

.blog-list .publikasi-img-box {
    height: 300px;
}

.blog-list .publikasi-content {
    padding: 25px 20px;
    background: #ffffff;
}

.publikasi-img-box .hover-effect:hover img {
    opacity: 1;
}

.publikasi-img-box img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 auto;
    object-position: top center;
}

.publikasi-content {
    padding: 25px 20px;
    height: auto;
    position: absolute;
    bottom: 0;
    left:0;
}

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

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

.publikasi-content h3 a:hover {
    color: #407FB2;
}

.publikasi-content p,
.publikasi-content span,
.publikasi-content li {
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0;
    font-weight:normal;
}

.publikasi-content a {
    color: #407FB2;
}

.publikasi-content a:hover {
    color: #002D92;
}

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

.publikasi-content .btn-primary {
    margin-top: 10px;
    background-color: transparent !important;
    color: #295174 !important;
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.publikasi-slides .owl-prev,
.publikasi-single-slides .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 35px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
}

.publikasi-slides .owl-next,
.publikasi-single-slides .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 35px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
}

.publikasi-slides .owl-prev:hover,
.publikasi-single-slides .owl-prev:hover,
.publikasi-slides .owl-next:hover,
.publikasi-single-slides .owl-next:hover {
    opacity: .8;
}

.publikasi-single-slides .owl-item .publikasi-content {
    /*display: none;*/
    opacity: 0;
}

.publikasi-single-slides .owl-item.center.active .publikasi-content {
    /*display: block;*/
    opacity: 1;
}

.publikasi-single-slides .publikasi-content {
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    left: 50%;
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
}

.publikasi-single-slides .owl-prev,
.publikasi-single-slides .owl-next {
    top: 0;
    height: 300px;
    display: flex;
    align-items: center;
}

.publikasi-single-slides .owl-item.center.active img {
    transform: scale(1.5);
}

.publikasi-single-slides .publikasi-img-box {
    margin-top: 50px;
    margin-bottom: 40px;
}

.publikasi-detail-subtitle {
    font-weight: bold;
}

.row.publikasis {
    margin: 0 auto;
    background: #dbe7f1;
    padding: 20px;
    position: relative;
    min-height:300px;
    box-shadow:rgb(100 117 139 / 39%) 0 1rem 3.5rem;
    -webkit-box-shadow:rgb(100 117 139 / 39%) 0 1rem 3.5rem;
    border:1px solid #2a3d56;
}

.publikasis:before {
    content: 'PUBLIKASI';
    display: block;
    position: absolute;
    width: 32%;
    height: 100%;
    background: #2a3d56;
    top: 0;
    left: 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Roboto mono', monospace;
}

.section-publikasi {
    position: relative;
}

.publikasi-content h4, .publikasi-content p, .publikasi-content .btn-primary {
    color: #ffffff!important;
}

.info-content .btn-primary:hover i,
.publikasi-content .btn-primary:hover i {
    transform: translateX(10px);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
}

.info-content .btn-primary i,
.publikasi-content .btn-primary i {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
}

.publikasi-nav i {
    font-size: 15px;
    color: #2a3d56;
    background: #2a3d561f;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1024px) {
    .publikasi-slides .owl-prev {
        left: -35px;
        top: 35%;
        width: 25px;
        opacity: .8
    }

    .publikasi-slides .owl-next {
        right: -30px;
        top: 35%;
        width: 25px;
        opacity: .7;
    }

    .publikasi-single-slides .owl-prev {
        left: 20px;
        opacity: .5;
        width: 25px;
    }

    .publikasi-single-slides .owl-next {
        right: 20px;
        opacity: .5;
        width: 25px;
    }

    .publikasi-slides .owl-prev:hover,
    .publikasi-slides .owl-next:hover,
    .publikasi-single-slides .owl-prev:hover,
    .publikasi-single-slides .owl-next:hover {
        opacity: .2;
    }
    
}

@media all and (max-width: 1199px) {
    .publikasis:before {
        height: 40px;
        width: 100%;
        font-size: 20px;
    }
    
    .section-publikasi {
        height: 40px;
    }
}

@media all and (max-width: 991px) {
    .row.publikasis {
        width: 100%;
        margin: 0 auto;
    }

    .section-publikasi {
        width: 80%;
        margin: 0 auto;
    }
}

/* Blog Section */

.home-news .blog-img-box {
    height: 550px;
}

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

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

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

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

.home-news .blog-img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

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 Mono", monospace;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.blog-content {
    padding: 25px 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 4;
    width: 80%;
    height: 100%;
    pointer-events: none;
}

.blog-content h3 {
    font-size: 25px;
    font-family: 'Roboto Slab', sans-serif;
    letter-spacing: -.5px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
    text-transform: capitalize;
}

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

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

.blog-content p {
    display: block;
    position: absolute;
    bottom: -19px;
    color: #ffffff;
    margin-bottom: 0;
    font-family: "Roboto mono", monospace;
    font-size: 40px;
    font-weight: 400;
    pointer-events: none;
    /*letter-spacing: -4px;*/
    text-transform:uppercase;
}

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

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

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

.blog-list .news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-list .blog-img-box {
    height: 400px;
}

.blog-list .hover-effect {
    width: 100%;
    height: 100%;
    margin: 0;
}

.blog-list .hover-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.blog-list .blog-item {
    margin-bottom: 40px;
}

.blog-nav {
    text-align: center;
    display: block;
    position: relative;
}

.pagination.simple-pagination>li>a,
.pagination.simple-pagination>li>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    color: #AEB3B7 !important;
    font-size: 16px;
}

.pagination.simple-pagination>li.active>a,
.pagination.simple-pagination>li.active>span {
    color: #407FB2 !important;
    background-color: transparent;
}

.pagination.simple-pagination>li>a:focus,
.pagination.simple-pagination>li>a:hover,
.pagination.simple-pagination>li>span:focus,
.pagination.simple-pagination>li>span:hover {
    color: #407FB2 !important;
    background-color: transparent !important;
}

.blog-img-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(24, 42, 66, 70%);
    pointer-events: none;
    border-top: 6px solid #407fb2;
}

.blog-img-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.flexslider .slides img {
    height: 100vh;
    object-fit: cover;
}

@media all and (max-width: 1120px) {
    .row.news {
        padding: 0 20px;
    }

    .home-news .blog-img-box {
        height: 400px;
    }

    section.home-slider {
        min-height: 660px;
    }

    .flexslider .slides img {
        height: 660px;
        -moz-user-select: none;
        width: 100%;
        object-fit: cover;
    }
}

@media all and (max-width: 1024px) {
    .blog-content p {
        font-size: 35px;
        bottom: -16px;
    }
}

@media all and (max-width: 991px) {
    .row.news {
        width: 80%;
        margin: 0 auto;
    }

    .row.news>div {
        margin: 0 auto 40px;
    }

    .row.news>div:last-child {
        margin-bottom: 0 !important;
    }

    .blog-list .row.news>div {
        width: 50%;
    }

    .blog-list .row.news>div.clearfix {
        display: none;
    }

    .blog-list .blog-img-box {
        height: 300px;
    }

    .blog-content h3 {
        font-size: 18px;
    }

    .blog-content p {
        bottom: -15px;
        font-size: 30px;
    }

    .home-news .blog-img-box {
        height: 300px;
    }

    .blog-item:after {
        height: 30px;
    }

    .blog-img-box:after {
        bottom: 29px;
    }

}

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

    .blog-list .blog-img-box {
        height: auto;
    }
}


@media all and (max-width: 576px) {
    .row.news {
        width: 100%;
        margin: 0 auto;
    }

    .blog-content p {
        bottom: -11px;
        font-size: 24px;
    }
}

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

    .home-news .blog-img-box {
        height: 290px;
    }

    .blog-content p {
        bottom: -12px;
        font-size: 24px;
    }
}


/*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 {
    padding: 0 30px;
}

.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: #f4f5f8;
    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: #f4f5f8;
}

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;
    }
}

.single-post-title h3 {
    font-size: 20px;
    font-family: "Roboto";
    color: #41454f;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
}

.single-post-title p {
    color: #AEB3B7;
    margin-bottom: 0;
}

.single-post-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 400px;
    margin-bottom: 30px;
}

.blog-single .news .blog-date {
    position: absolute;
    display: block;
    padding: 10px;
    background: #407FB2;
    top: 0;
    left: 12px;
    right: unset;
    z-index: 100;
}

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

.single-post-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media all and (max-width: 991px) {
    .single-post-img-box {
        height: auto;
    }
}



@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: #ffda44;
}

.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 #f4f5f8;
    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: #ffda43;
    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: #f4f5f8;
}

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

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

@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: #407FB2;
    display: block;
    position: relative;
}

.panel-default>.panel-heading a:hover {
    color: #002D92;
}

.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: #407FB2;
    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: #407FB2;
    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: #407FB2;
    line-height: 1;
    padding: 15px 5px;
    border-bottom: 1px solid #f4f5f8;
    font-weight: 100;
    position: relative;
}

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

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: #407FB2;
}

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

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

.detail-contact-info {
    display: flex;
}

.detail-contact-info .dci-title {
    min-width: 100px;
}

.detail-contact-info p {
    margin-bottom: 0;
}

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

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

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

.contact-details p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    letter-spacing: -.5px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
}

footer .footer {
    padding: 0;
    background: #182A42;
}

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

footer .copyright {
    padding: 35px 0;
    background: #182A42;
    margin-top: -1px;
}

.about-txt img {
    margin-bottom: 30px;
    margin-top: 20px;
}

.about-txt p {
    color: #182a42;
}

.widgets-social a {
    background: #ffda44;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
}

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

.widgets-social a:hover {
    transform: rotate(360deg);
    background: #EABA0E;
}

h2.widget-title {
    font-size: 20px;
    color: #182a42;
    font-weight: bold;
    line-height: 1.3;
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-family: 'Roboto Mono', monospace;
}

.quick-links ul li a,
.our-services ul li a {
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-family: "Roboto mono", monospace;
    text-transform: uppercase;
}

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

.social.social-footer {
    float: unset;
}

.social.social-footer ul.social-icons li a {
    display: flex;
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 15px;
    background: transparent;
    align-items: center;
}

.social.social-footer ul.social-icons li a:hover {
    background: transparent;
    color: #ffffff;
}

.social.social-footer ul.social-icons li a .fa {
    color: #fff;
    font-size: 21px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #182A42;
    border-radius: 12px;
    margin-right: 15px;
    -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.social-footer ul.social-icons li a:hover .fa {
    background: #407FB2;
    color: #fff;
}

.social.social-footer ul.social-icons {
    padding: 0;
}

.social.social-footer ul.social-icons li:last-child a {
    margin-right: 15px;
}

.social.social-footer ul.social-icons li {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.newsletter p {
    color: #ffffff;
}

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

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

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

.newsletter button,
.newsletter a {
    font-size: 18px;
    font-family: "Roboto Mono", monospace;
    color: #ffffff;
    font-weight: bold;
    line-height: 48px;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #407FB2;
}

.newsletter button:hover,
.newsletter a:hover {
    background: #295174;
    color: #ffffff;
    outline: none;
}

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

.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;
}

.quick-links ul {
    display: flex;
    width: 100%;
}

.quick-links {
    width: 100%;
}

.quick-links ul li {
    padding: 0 20px;
}

.footer-logo img {
    height: 80px;
}

.footer-logo {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.quick-links ul li:nth-child(3) {
    flex-grow: 1;
}

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

@media all and (max-width: 991px) {
    .widget {
        width: 100%;
    }

    h2.widget-title {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .copyright-bar>div {
        text-align: center;
        padding-top: 15px;
    }

    .copyright-bar>div:first-child {
        padding-top: 0;
    }

    .row.pre-footer {
        padding: 0 15px;
    }

    .pre-footer>div {
        width: 100%;
    }

    .about-txt img {
        margin-top: 0;
    }

    .quick-links ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 50%;
        margin: 0 auto;
    }

    .footer-logo {
        display: block;
        position: relative;
        text-align: center;
    }

    .quick-links ul li {
        padding: 0 20px;
        width: calc(100%/2);
    }
}

@media all and (max-width: 767px) {
    .widget {
        width: 96%;
        max-width: 500px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

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

    .widgets-social {
        padding-bottom: 18px;
    }

    .quick-links ul {
        width: 100%;
    }
}

@media all and (max-width: 576px) {
    .quick-links ul li {
        padding: 0 20px;
        width: 100%;
    }
}

@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: #f4f5f8;
    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: #ffda44;
    border-color: transparent;
}

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

.contact-map .map {
    width: 100%;
    height: 550px;
}

.leaflet-popup-content-wrapper {
    background: #407FB2;
    border-radius: 0;
}

.leaflet-popup-tip {
    background: #407FB2;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    padding: 0;
}

.map-content-text .contact-box {
    padding: 10px;
    text-align: center;
}

.map-content-text .contact-details {
    padding: 0;
}

.map-content-text .contact-box i.fa {
    float: none !important;
}

.map-content-box {
    display: block;
    position: relative;
}

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

.contact-form .form-captcha input {
    height: 55px;
    margin: 0 20px;
    width: auto;
}

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

.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: #407FB2;
    -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: #002D92;
}

.simple-form .form-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.simple-form input,
.simple-form textarea,
.simple-form select {
    width: 80%;
}

.simple-form label {
    width: 20%;
    font-weight: 500;
    margin-top: 16px;
}

.simple-form .form-control {
    background: #ddd;
    box-shadow: none;
    border: 1px solid transparent;
}

.simple-form .form-control:focus {
    border: 1px solid #a2a2a2;
}

.simple-form .no-input {
    font-weight: 500;
    background: transparent;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    pointer-events: none;
}

.simple-form .form-group small {
    text-align: left;
    width: 100%;
    margin-left: 20%;
}

.contact-form .contact-box:nth-of-type(1) {
    padding-bottom: 0px;
}

.contact-form .contact-details {
    padding: 0;
    text-align: center;
}

.contact-form .fa {
    float: none !important;
}

.contact-form .detail-contact-info {
    text-align: left;
    justify-content: center;
}

@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;
    }

    .contact-details {
        min-height: 0;
    }
}

@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;
    }

    .leaflet-popup-content {
        max-width: 200px;
    }
}

/* About Page */

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

.about-content {
    float: right;
}

.about-details ul {
    list-style-type: disc;
}

.about-details ul li {
    margin-left: 15px;
    font-size: 16px;
    color: #000000;
    line-height: 1.688;
    font-weight: 500;
    letter-spacing: -.5px;
}


/* Call to action */

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

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

.cta h2 {
    font-size: 33px;
    color: rgb(103, 95, 63);
    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: #407FB2;
    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: #f4f5f8;
}

.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(255, 218, 68, 0.7);
    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 #f4f5f8;
    padding-left: 30px;
    border-bottom: 2px solid #f4f5f8;
    position: relative;
}

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

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

.vision ul li i.fa {
    color: #ffda43;
    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: #f4f5f8;
}

.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: #407FB2;
    margin: 0;
    padding: 0 15px;
}

.sidebar-download .download-file:hover {
    background: #002D92;
}

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

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

.sidebar-download .download-file span {
    color: #ffffff;
}

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

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

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

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

.sidebar-tags a {
    background: #f4f5f8;
    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 #f4f5f8;
}

.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;
    }
}

/*Export Page */
.export-image-description {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}

.export-image-description>div {
    width: 100%;
    height: 100%;
}

.export-image-description img {
    height: 100%;
    object-position: center center;
}

.export-category-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box-export-category-img {
    width: 50%;
}

.box-export-category-description {
    width: 50%;
}

.export-category-item>div {
    padding: 20px 20px 20px 0;
}

.export-category-item>div.box-export-category-img {
    padding: 0;
}

.box-export-category-img .export-image {
    height: auto;
    overflow: hidden;
    min-height: 300px;
}

.box-export-category-img .export-image .hover-effect {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box-export-category-img .export-image .hover-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.export-detail-subtitle {
    font-weight: bold;
    text-transform: uppercase;
}

@media all and (min-width: 991px) {
    .text-lg-left {
        text-align: left !important;
    }
}

@media all and (max-width: 991px) {
    .export-image-description {
        height: auto;
        min-height: unset;
        margin-bottom: 0;
    }

    .box-export-category-img .export-image {
        height: 100%;
        min-height: unset;
    }
}

@media all and (max-width: 767px) {
    .export-category-item {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;
    }

    .box-export-category-img,
    .box-export-category-description {
        width: 100%;
        margin: 0 auto;
    }

    .box-export-category-img .export-image {
        height: auto;
    }
}

/*About Page*/

.about-image {
    position: relative;
    height: auto;
    overflow: hidden;
}

.about-full img{
    height:550px!important;
}

.about-image iframe {
    width: 100%;
    height: 300px;
}

.about-image>div {
    display: block;
    position: relative;
}

.about-image img {
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.about-subtitle.subtitle {
    margin-top: 0;
}

.about-value span {
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
}

.about-value {
    list-style-type: disc;
    margin-bottom: 40px;
    text-align: left;
}

.about-value li {
    margin-left: 15px;
}

.about-value p {
    margin-bottom: 5px;
}

.about-values .about-image {
    position: relative;
    min-height: 370px;
    height: 370px;
    overflow: hidden;
}

.about-values .about-image>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-full img {
    object-fit: contain!important;
}

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

    .about>div {
        margin: 0 auto 30px;
        float: none;
    }

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

    .about-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        min-height: 0;
        height:auto;
    }

    .about-image>div.hover-effect {
        width: 100%;
    }

    .about-values .about-image {
        position: relative;
        min-height: 370px;
        height: auto;
        overflow: hidden;
    }
    .about-full img{
        height:auto!important;
    }

}

@media all and (max-width: 787px) {
    .about>div {
        margin-bottom: 40px;
    }

    .about-image>div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }
    .about-image iframe {
        width: 100%;
        height: 375px;
    }
}

@media all and (max-width: 480px) {
    .about-values .about-image {
        min-height: unset;
    }
    .about-image iframe {
        width: 100%;
        height: 195px;
    }
}


/*Career Page */

.careers section {
    padding-bottom: 0;
}

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

.box-job-item {
    display: flex;
    position: relative;
    width: 100%;
    background: #f4f5f8;
    padding: 10px 25px;
    align-items: center;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    margin: 8px 0;
}

.box-job-item div p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.box-job-item .job-position {
    width: 50%;
    font-weight: bold;
}

.box-job-item .job-location {
    width: 30%;
}

.box-job-item .job-action {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.box-job-item:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    background: #407FB2;
    height: 100%;
    top: 0;
    left: 0;
}

.recruitment-img-box {
    display: block;
    padding: 25px 0;
    height: 150px;
    text-align: center;
}

.recruitment-img-box img {
    height: 100%;
    width: auto;
}

@media all and (max-width: 991px) {
    .box-job-item {
        flex-direction: column;
        flex-wrap: wrap;
        height: 100px;
    }

    .box-job-item div {
        width: 50% !important;
        flex: 1 1 50%;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .box-job-item .job-action {
        width: 50%;
        flex: 2 0 100%;
    }

    .recruitment-img-box {
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }
}

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

    .culture h4.culture-subtitle {
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    .box-job-item {
        height: auto;
        justify-content: center;
    }

    .box-job-item div {
        width: 100% !important;
        text-align: center;
        flex: auto;
        justify-content: center;
    }

    .box-job-item .job-action {
        flex: auto;
        padding: 10px 0;
        width: 100%;
        justify-content: center;
    }
}

/*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 #f4f5f8;
    position: relative;
}

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

.designation span {
    font-size: 12px;
    font-family: "Roboto";
    color: #677078;
    background: #f4f5f8;
    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: #ffda44;
    color: #544d33;
}

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

.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: #f4f5f8;
}

.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;
    z-index: 2000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #407FB2 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: #295174;
}

.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%;
    height: 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;
}

.blog-img-link+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;
}

.blog-img-link:hover+img {
    transform: scale(1.1);
}

.hover-effect,
.img-hover-effect {
    background: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 100%;
}

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


/* Skillbar */

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #f4f5f8;
    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: #ffda44;
    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: #ffda44;
    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: #407FB2;
}


/* 404 page */

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

.error-page h1 {
    margin: 0;
    font-size: 150px;
    font-family: Roboto;
    font-weight: bold;
    color: #407FB2;
    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 #f4f5f8;
}

.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: #407FB2;
    color: #fff;
}

.drop-caps p:first-child::first-letter {
    background: #ffda44;
    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: #407FB2;
    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: #407FB2;
    border-radius: 0;
    border: none;
    margin: 0;
}

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

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #f9f9f9;
    color: #002D92;
    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: #407FB2;
    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: rgb(49, 49, 49, .9);
    /* 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;
    pointer-events: none;
}

.staticpage ul,
.about-details ol {
    list-style-type: auto;
}

.staticpage ul li,
.about-details ol li {
    margin-left: 15px;
    font-size: 16px;
    color: #000000;
    line-height: 1.688;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -.5px;
    text-align:justify;
}

.single-post-title a {
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
}

.about-values .about-image {
    padding-top: 20px;
}

.export-image.export-image-reverse .img-right {
    display: none;
}

.company-image .img-left,
.export-image.export-image-reverse .img-right {
    height: 185px;
}

@media (max-width: 991px) {

    .company-image .img-left,
    .export-image.export-image-reverse .img-right {
        height: auto;
    }

}

@media (max-width: 480px) {
    h4.info-subtitle.subtitle {
        text-align: center;
    }
}

/*.quick-links ul li {*/
/*    width: calc(100%/2 - 20px)!important;*/
/*    padding-right: 20px;*/
/*}*/

/*.quick-links ul {*/
/*    margin: 0;*/
/*    list-style: none;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*}*/

@media (min-width: 991px) {
    .justify-lg-center {
        display: flex;
        justify-content: center;
    }
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    display: flex;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
    display: flex;
}

@media (max-width: 991px) {
    .align-content-end {
        display: block;
    }
}


/*info Export Slider*/

.export-info {
    padding: 20px 20px 20px 0;
}

.infoexport-slider {
    /*height:600px;*/
    background: #9a9a9a;
}

.infoexport-slider .flexslider .slides>li {
    /*height:600px!important;*/
}

.infoexport-slider .flexslider .slides img {
    height: 100%;
    object-fit: cover
}

.infoexport-slider .slider-content h2 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.infoexport-slider .slider-content p,
.infoexport-slider .slider-content h2 {
    width: auto;
}

.infoexport-slider .flexslider li.has-overlay:after {
    background: linear-gradient(0deg, #000000c7, #000000a3, #00000040, transparent);
}

.infoexport-slider .slider-content {
    bottom: 20px;
    transform: translateY(-20px);
    top: unset;
    margin-bottom: 20px;
}

.infoexport-slider .flex-control-paging li a {
    opacity: .5;
}

.infoexport-slider .flex-control-paging li a:hover,
.infoexport-slider .flex-control-paging li a.flex-active {
    background: #ffffff;
    opacity: 1;
}

/*-- Modal Career --*/

.modal {
    z-index: 10000;
    padding: 20px !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: auto;
    margin: 0 auto;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 8px 10px;
}

.modal-header .close span {
    font-size: 25px;
}

h5.modal-title {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    letter-spacing: -.5px;
    text-transform: capitalize;
    color: #000000;
}

.modal-header p {
    margin: 0;
    color: #818181;
    font-size: 14px;
}

.mr-2 {
    margin-right: 8px;
}

/* Section Child */

.child-item-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.child-content-item {
    width: calc(100%/4);
    height: auto;
    display: block;
    position: relative;
}

.child-content-item img {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    object-position: center;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
}

.child-content-item:hover img {
    filter: grayscale(1);
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
}

.child-content-item p {
    text-align: center;
    font-size: 12px;
    color: #686868;
    font-family: 'Roboto Mono', monospace;
    width: 80%;
    margin: 10px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.child-item-box {
    display: block;
    position: relative;
    padding: 40px 0 40px;
    width: 50%;
    margin: 0 auto;
}

.section-child p {
    padding: 10px 40px;
}

@media (max-width: 576px) {
    .child-content-item {
        width: calc(100%/2);
        margin-bottom: 20px;
    }
}

.orgchart {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#chartDiv {
    /*transform: translate(0,-100px);*/
    position: relative;
    background:#ffffff;
    overflow:hidden;
}

@media all and (max-width:991px) { 
    #chartDiv {
        /* transform: translate(0,-145px); */
        width: 80%!important;
        overflow: scroll;
        border: 2px solid #dddddd;
        border-radius: 20px;
    }
}

.bg-org {
    background: #dbecfa;
    max-width: 268px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
}

.bg-org h4 {
    margin-bottom: 0px;
    padding: 5px 10px;
}

g#brandingLogo {
    display: none;
}

.department {
    white-space: normal;
    width: auto;
    min-width:100px;
    margin:10px;
    line-height:1.5;
    color: #182a42;
    font-weight: normal;
    font-family: 'Roboto mono', monospace;
    font-size: 12px;
    text-align:center;
}

.units {
    white-space: normal;
    width: 100px;
    margin-left:-10px;
    height: 200px;
    color: #182a42;
    font-weight: normal;
    text-align: center;
    line-height:1.5;
    font-size: 12px;
    font-family: 'Roboto mono', monospace;
}

.units li {
    list-style-type: none;
    padding: 5px;
    font-size:12px!important;
    margin: 4px 0;
    color: #182a42;
    line-height:1.5;
    border-radius: 5px;
    text-align:center!important;
}

.units ul {
    padding: 0;
}

.units hr {
    border: none;
    background: white;
    width: 40px;
    height: 1px;
}

.tooltipBox{
    border:1px solid #dddddd;
    white-space:normal;
    background-color:#ffffff;
    padding:10px;
    font-family:'Roboto mono',monospace;
    font-size:12px;
    line-height:1.5;
    color:#000000;
    width:200px;
    height:200px;
    overflow-y:scroll;
}

.tooltiphr {
    margin-top: 5px;
    margin-bottom: -10px;
}

.news-other {
    background: #ededed;
    padding-left: 20px;
    padding-bottom: 1px;
    margin-right: 20px;
}

.blog-other {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-right: 30px;
}

.blog-other .blog-content {
    padding: 10px;
}

.blog-other .blog-content p {
    font-size: 20px;
    position: absolute;
    letter-spacing: -1px;
    bottom: 2px;
}

.blog-other .blog-content h3 {
    font-size: 16px;
    width: 80%;
}

.blog-other .blog-img-box:after {
    display: none;
}

.blog-other .blog-img-box {
    height:165px;
}

.blog-other .blog-date {
    display: block;
    position: absolute;
    top: 0;
    right: 11px;
    background: #407fb2;
    z-index: 90;
    padding: 7px;
}

.blog-other .blog-date span.date {
    font-size: 16px;
}

.news-other .blog-btn {
    margin-top: 0;
    padding-bottom: 20px;
}

.news-other .blog-btn .w-100 {
    width: calc(100% - 30px);
}

@media all and (max-width:991px) { 
    .news-other {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right:0;
    }

    .news-other .title-blog {
        flex-basis: 100%;
    }

    .news-other .blog-other {
        flex-basis: 50%;
    }

    .news-other .blog-btn .w-100 {
        width: auto;
    }

    .news-other .blog-btn {
        margin-top: 15px;
        flex-basis:100%;
    }
}

@media all and (max-width:576px) {
    .news-other .title-blog {
        flex-basis: 100%;
    }

    .news-other .blog-other {
        flex-basis: 100%;
    }

    .news-other .blog-btn .w-100 {
        width: calc(100% - 30px);
    }

    .news-other .blog-btn {
        margin-top: 15px;
        width: calc(100% - 30px);
    }

    .blog-other .blog-content p {
        font-size: 20px;
        letter-spacing: -2px;
    }

    .blog-other .blog-content h3 {
        font-size: 16px;
    }

}

.info-img-box video,
.info-img-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-docker {
    display: block;
    position: fixed;
    bottom: calc(50% - 110px);
    left: 0px;
    background: #182a42;
    z-index: 1500;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu-docker .social ul.social-icons li {
    display: block;
    margin-bottom: 10px;
}

.menu-docker ul.social-icons {
    padding: 12px 10px;
}

.menu-docker .social ul.social-icons li a {
    color:#ffffff;
    margin: 0;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%, hsl(0deg 0% 28% / 30%) 50%, hsla(0, 0%, 100%, 0.2) );
    text-shadow: 0 0 15px hsla(0, 0%, 100%, 1), /* bloom */ 0 2px 4px hsla(0, 0%, 0%, 0.7);
    background-color: #2083cd;
}

.menu-docker .social ul.social-icons li a:hover{
    background-image:unset;
} 


.library-box {
    display: block;
    /* position: relative; */
    height: 300px;
}

.library-box:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    background: #98c4e6;
    left: -100%;
    z-index:-1;
    border-left: 2px solid #182a42;
    border-top: 2px solid #182a42;
    border-bottom: 2px solid #182a42;
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    background-image: url('https://cdn.pixabay.com/photo/2017/08/01/00/40/books-2562331_960_720.jpg');
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: .5;
    pointer-events:none;
}

.library-box.second:before {
    background-image: url('https://cdn.pixabay.com/photo/2017/08/01/00/40/books-2562331_960_720.jpg');
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: .5;
    pointer-events:none;
}

section.home-library {
    padding: 0;
}

.library-box.second:before {
    right: -100%;
    left: unset;
}

.library-box a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    height: 100%;
    font-size: 25px;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    color: #182a42;
    text-transform: uppercase;
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.library-box a:hover {
    transform: scale(.9);
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.library-box:hover:before {
    box-shadow: inset -10px -10px 14px rgb(141 186 221), inset 10px 10px 20px rgb(126 172 208);
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.library-icon img {
    width: 100px;
    display: block;
}

.library-icon {
    display: block;
    width: 100px;
    margin-bottom: 30px;
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.library-box:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 200px;
    height: calc(100% + 15px);
    background: #ffffff;
    top: -7px;
    transform: rotate(-10deg) skew(14deg, 10deg);
    opacity: 0.4;
    z-index: -1;
    left: -120%;
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    pointer-events:none;
}

.library-box:hover:after {
    left:0;
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.library-box.second:hover:after {
    left:unset;
    right:0;
    transition: -0.3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.library-box.second:after {
    transform: scalex(-1) rotate(-10deg) skew(14deg, 10deg);
    right: -120%;
    left: unset;
}

@media all and (max-width:991px) {
    .library-box:before {
        border-left: none;
    }
    .library-box.second:before {
        border-top: none;
    }
}

@media all and (max-width:576px) {
    .library-box {
        height: 250px;
    }
    .library-box a {
        font-size: 20px;
    }
    .library-box .library-icon {
        width: 50px;
    }
}

.d-flex-center {
    display: flex;
    justify-content: center;
}

.about-details p {
    text-align: justify;
}

.about-details {
    margin-bottom: 50px;
}

.visitor {
    display: block;
    position: fixed;
    bottom: 110px;
    right:0;
    background: #407fb2;
    z-index:3000;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
}

.visitor-item h5, .visitor-item p {
    font-family: 'Roboto mono', monospace;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 12px;
    margin: 0;
    display: block;
    padding:10px;
    position:relative;
}

.visitor-item p:before {
    display: block;
    content: ' ';
    position: absolute;
    background: #2b5a81;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.visitor-item {
    width: 95px;
}

.visitor-arrow {
    cursor:pointer;
    display: flex;
    position: absolute;
    left: -40px;
    background: #407fb2;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.visitor.slide {
    transform: translateX(100%);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
}

