/* ----------------------
 01. Google fonts
 02. Basics style
 03. Selection style 
 04. Owl-Theme custom style
 05. Section style
 06. Navbar style
 07. Header style
 08. Slider style
 09. Slider Left Panel style
 10. Page Banner Header style
 11. Content Lines style
 12. About style 
 13. Team style
 14. Services style
 15. Projects style
 16. Clients style
 17. Gallery style
 18. Promo Video and Testimonials style
 19. Blog style
 20. Post style
 21. Contact style
 22. Buttons style
 23. Footer style
 24. Corner style
 25. Preloader style
 26. toTop Button style
 27. Accordion Box (for Faqs) style
 28. Pricing plan style
 29. Error Page - 404 style
 30. Responsive (Media Query)
------------------------ */


/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@300;400;500;600;700&display=swap');


/* ======= Basic style ======= */
html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    word-spacing: 1.5px;
}
* {
    margin: 0;
    padding: 0 ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    /*word-wrap: break-word;*/
}
body {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #3E3935;
    overflow-x: hidden !important;
    background: #fff;
    overflow-x: hidden;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #666;
    margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /*line-height: 1.25em;*/
    margin: 0 0 20px 0;
    word-spacing: 0;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
a{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
span,
a,
a:hover {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
p span{display: inline;}
b {
    font-weight: 400;
    color: #b19777;
}
a i{
    font-size: 12px;
}
/* text field */
button,
input,
optgroup,
select,
textarea {}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 8px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    /*font-family: 'Didact Gothic', sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    /*color: #777;*/
    background-image: none;
    border-bottom: 1px solid #ddd;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #aea848;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 1px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    /*background-color: #f4f4f4;*/
    /*color: #777;*/
    border: 1px solid transparent;
}
select{
    width: 100%;
    padding: 8px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
table,
th,
tr,
td {
    border: 1px solid #ececec;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* Placeholder */
::-webkit-input-placeholder {
    color: #777;
    font-size: 12px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #777;
}
select[selected]{
    color: red;
}

.light-color{color: #fff!important;}

/*fsd*/
.container-fluid{
    padding: 0 3rem!important;
}

.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.position-ab {
    position: absolute;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}

.outline-txt{
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 800!important;
    text-transform: uppercase;
    color: transparent!important;
    text-stroke: 1px rgba(8, 9, 9, 0.1);
    -webkit-text-stroke: 1px rgba(8, 9, 9, 0.1);
    letter-spacing: -1px;
}

.count {}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 26%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}


/* ======= Selection style ======= */
::-webkit-selection {
    /*color: #777;*/
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    /*color: #777;*/
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    /*color: #777;*/
    background: rgba(0, 0, 0, 0.1);
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #999;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #999;
}


/*-- popover --*/
.popover{
    /*max-width:250px;*/
    font-family: "Red Hat Text", sans-serif;
    border:1px solid rgba(0,0,0,.2);
    padding: 0.3rem 0.6rem 0.4rem;
    z-index: 20;
}
.popover .popover-header{
    font-family: "Montserrat", sans-serif;
    color: #3cb878;
    font-size: 1.4rem;
    font-weight: 600;
    /*text-transform: uppercase;*/
    background-color: transparent;
    border-bottom: 1px solid #eee;
}
.popover .popover-body{
    color: #3E3935;
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before{
    border-right-color:rgba(0,0,0,.25)
}


/*-------- list-style --------*/
.list-style{}
.list-style li{
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    /*border-bottom: 1px solid #f4f4f4;*/
}
.list-style li:last-child{
    margin-bottom: 0;
}
.list-style.with_icon li{
    padding: 0 0 10px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list-style.with_icon li::before{
    content: "\e693";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: -1px;
    /*color: #C7D300;*/
    color: #5793db;
}
.list-style.with_icon li:hover{
    font-size: 1.22rem;
    padding-left: 28px;
}
.list-style li a{}

/*-- simple-list-style --*/
.simple-list-style li{
    color: #666;
    font-size: 15px;
    line-height: 1.3em;
    padding: 5px 0 8px 21px;
    margin-bottom: 8px;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.simple-list-style li:last-child{
    border-bottom: 0;
}
.simple-list-style li::before{
    content: "\e65d";
    font-family: 'themify';
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 5px;
}



/*---------- ports_wrapper -----------*/
.ports_wrapper{}
.ports_wrapper .list-style{
    position: relative;
    min-width: 360px;
    display: inline-block;
    background-color: rgba(240, 220, 196, 0.6);
    background-color: #16508c;
    background-color: #5ba9fb;
    background: -webkit-linear-gradient(left, #16508c 0%, #3a8be1 100%);
    background: linear-gradient(left, #16508c 0%, #3a8be1 100%);
    padding: 25px 20px;
    border-radius: 14px 0 14px 14px;
}
.ports_wrapper .list-style::after{
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    border-top: 32px solid #3a8be1;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: -1;
}
.ports_wrapper .list-style{
    color: #fff;
    text-align: left!important;
}
.ports_wrapper .list-style.with_icon li::before{
    color: #fff;
}
.ports_wrapper .ports_img{
    /*padding: 20px!important;
    border: 1px solid #f4f4f4;*/
}






/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-padding2 {
    padding: 0 0 90px 0;
}
.section-padding h6 {
    color: #aea848;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-title {
    font-weight: 400;
    font-size: 32px;
    /*color: #12569d;*/
    /*color: #5ba9fb;*/
    color: #6dbd0c;
    /*color: #fd8923;*/
    text-transform: uppercase;
    position: relative;
    text-align: center;
    /*word-spacing: 5px;*/
    margin-bottom: 30px;
}
.section-title span {
    font-size: 50px;
    font-weight: 800;
    background: -webkit-linear-gradient(left, #01266f 0%, #74b8ff 60%);
    background: -o-linear-gradient(left, #01266f 0%, #74b8ff 60%);
    background: linear-gradient(left, #01266f 0%, #74b8ff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title2 {
    font-size: 37px;
    font-weight: 500;
    color: #569d00;
    text-align: center;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 110;
    padding: 40px 0 40px;
    height: 68px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}
.navbar .container-fluid{
    padding: 0 1.6rem;
}
.navbar .icon-bar {
    color: #3E3935;
}
.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    /*color: #fff;*/
    margin: 0px 5px;
    padding: .5rem .24rem;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar .navbar-nav .nav-link i[class="ti-home"]{
    font-size: 14px;
}
.navbar .navbar-nav .nav-link.active{
    /*color: #3cb878;*/
    font-weight: 700;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #272727;
}
/*.navbar .navbar-nav .nav-link:hover {
    color: #3cb878;
}*/
/*.navbar .navbar-nav .active{color: #fbff5b !important;}*/
.nav-scroll {
    background: rgba(255, 255, 255, 0.97);
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 60px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.nav-scroll .icon-bar {
    /*color: #b19777;*/
}
.nav-scroll .navbar-nav .nav-link {
    color: #272727;
}
.nav-scroll .navbar-nav .active {
    color: #3cb878 !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #777;
}
.nav-scroll .logo {
    width: 240px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #b19777;
    line-height: 1.25em;
    display: none;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    display: block;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 5px;
    display: none !important;
}
.nav-scroll .logo-wrapper {
    padding: 15px 70px 15px 150px;
    background: #272727;
}
.logo-wrapper {
    float: left;
    background: #272727;
    padding: 30px 50px;
}
.logo-wrapper .logo h2 {
    font-size: 45px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #b19777;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #777;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-size: 12px;
    color: #777;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.logo {
    padding: 0;
    max-width: 275px;
    text-align: center;
}
.logo-img {
    width: 75px;
    margin-bottom: 5px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown .nav-link {
    cursor: pointer;
}
.dropdown .nav-link i {
    padding-left: 5px;
    font-size: 9px;
}
.dropdown-item {
    position: relative;
}
.dropdown-item.dropdown .sub-menu{
    display: none;
    /*opacity: 0;
    visibility: hidden;*/
}
.dropdown-item.dropdown:hover .sub-menu {
    display: block;
    /*opacity: 1;
    visibility: visible;*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown-item span {
    display: block;
    cursor: pointer;
}
.dropdown-menu, .sub-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 282px;
    padding: 4px 7px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 4px 8px -4px rgba(4,4,4,0.3);
    border-radius: 2px;
}
.dropdown-menu.sub-menu.vertical_scroll{
    overflow-x: hidden;
    max-height: 400px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 10px 10px;
    font-size: 14px;
    /*font-weight: 500;*/
    color: inherit;
    line-height: 1.2rem;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #f4f4f4;
    background-color: transparent;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active{
    color: #3cb878;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 15px;
    color: #3cb878;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
    white-space: normal;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 6px 0 0 5px;
    font-size: 8px;
    float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #272727;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown-menu.last {
    left: -75%;
}
.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mega-menu .dropdown-title {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-nav.languages .dropdown-menu.last {
    left: -50%;
    width: initial;
}
.navbar-nav.languages .nav-link{
    font-size: 11px;
    color: #fff;
    padding: .03rem .5rem .1rem;
    background: #383536;
    /*background: linear-gradient(90deg, #3cb878 0%, #79cc00 100%);*/
    margin-right: 0;
}
.navbar-nav.languages ul li a img{
    width: 20px;
    margin-top: -5px;
}
/*-- google translate --*/
.google_translater{
    width: 8.8%;
}
.google_translater .goog-te-gadget{
    height: 28px;
    overflow: hidden;
}
.google_translater .goog-te-gadget .goog-te-combo{
    font-size: 11px;
    color: #fff;
    padding: 5px 6px;
    background: #383536;
    border-bottom: 0;
    margin: 0;
    /*font-family: 'Red Hat Text', sans-serif;*/
    /*font-weight: 400;*/
    /*letter-spacing: 0.4px;*/
}
.google_translater span{
    display: none;
}


.navbar-toggler{
    font-size: 1.4rem;
    border: 0;
    background-color: transparent;
}
.navbar-toggler:hover{
    border: 0;
}


@media screen and (max-width: 767px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
}


/* ======= Header style ======= */
.header {
    height: 105vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption h4 {
    font-size: 20px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 15px;
    font-size: 58px;
    /*font-family: 'Lobster', sans-serif;*/
    /*text-align: center;*/
    text-transform: uppercase;
    line-height: 1em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #121212;
    font-weight: 800;
    text-shadow: 1px 1px 20px rgb(255, 255, 255,0.2);
}
.header .caption p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #121212;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 25px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 40px rgb(255, 255, 255, 1);
}
.header .caption hr{
    position: relative;
    width: 40%;
    border-top: 1px solid rgba(35, 43, 62, 0.8);
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
/*.header .caption hr::after{
    content: '';
    position: absolute;
    right: -40px;
    top: -1px;
    width: 20px;
    border-top: 1px solid #fff;
}*/

.header .caption p span {
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #272727;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}

hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}
hr.color-border{
    border-top: 1px solid rgba(98, 56, 56, 0.3);
}

/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    height: 110vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

.slider-fade video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -8%);
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-nav{
    /*width: 80%;*/
    bottom: 15%;
    left: 3%;
    right: auto;
    margin-top: 0;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]{
    color: rgba(3, 3, 3, 0.7);
    border-color: rgba(225, 225, 225, 0.7);
    border: 0;
    font-size: 40px;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]:hover{
    color: rgb(3, 3, 3);
    border-color: rgb(255, 255, 255);
    border: 0;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]{
    width: 55px;
}
.slider-fade .owl-theme .owl-nav .owl-prev{
    margin-right: 15px;
}
.slider-fade .owl-theme .owl-nav .owl-next{
    margin-left: 15px;
}
/*.slider-fade [data-overlay-dark]:before{background: #348cae;}
.slider-fade [data-overlay-dark]:after{background: #002648;}*/

.slider-fade [data-overlay-dark]:before,
.slider-fade [data-overlay-darkgray]:before,
.slider-fade [data-overlay-light]:before {
  width: 42%;
  height: 100%;
  transform: skewX(20deg);
  display: none;
}
.slider-fade [data-overlay-dark]:after,
.slider-fade [data-overlay-darkgray]:after,
.slider-fade [data-overlay-light]:after {
  content: '';
  position: absolute;
  width: 38%;
  height: 100%;
  top: 0;
  left: -6%;
  z-index: 1;
  transform: skewX(20deg);
  display: none;
}


/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #12569d;
    color: #12569d;
}
@media screen and (max-width: 768px) {
    /*.owl-nav {
        display: none;
    }*/
}
.owl-theme .owl-nav [class*="owl-"]{
    color: rgba(138, 138, 138, 0.7);
    border-color: rgba(138, 138, 138, 0.7);
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    color: rgb(138, 138, 138);
    border-color: rgb(138, 138, 138);
}


/* ======= Page Banner Header style ======= */
.banner-header {
    position: relative;
    height: 65vh;
    /*z-index: -2;*/
}
.banner-header.bg-img{
    background-position: center top;
}
.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #fff;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #b19777;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner-header h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #444;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2em;
    z-index: 1;
}
.banner-header p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #777;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #b19777;
}

/*-- breadcrumbs --*/
.banner-header .breadcrumbs{
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 0 44px 8px;
    z-index: 4;
}
.banner-header .breadcrumbs li{
    color: #282828;
    font-size: 15px;
    font-weight: 500;
    margin-right: 22px;
    position: relative;
}
.banner-header .breadcrumbs li::after{
    content: "-";
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    top: 0;
    right: -16px;
}
.banner-header .breadcrumbs li:last-child::after{
    display: none;
}
.banner-header .breadcrumbs li a{
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    .banner-header {
        height: 30vh;
        margin-top: 70px;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #b19777;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {}
    .banner-header h1 {}
    .banner-header p {
        font-size: 20px;
        color: #777;
    }
}
.banner-img:before {
    content: "";
    position: absolute;
    height: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .7) 1%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 1%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    object-fit: cover;
    z-index: 2;
}


/*-------- verticle-list ---------*/
.verticle-list{
    display: inline-block;
    column-width: 20%;
    column-gap: 42px;
}
.verticle-list.column_2{
    column-count: 2;
}
.verticle-list.column_3{
    column-count: 3;
}
.verticle-list .item{
    margin-bottom: 40px!important;
}
.verticle-list.column_3 .item .con h5{
    font-size: 14px;
}

/*--- sticky ---*/
.sticky-top{
    top: 110px;
    margin-bottom: 100px;
    z-index: 8;
}



/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
}
.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

/*------- page-content -------*/
.page-content p{
    font-size: 17px;
    line-height: 1.95em;
}
.page-content .page-heading{
    text-align: left;
    position: relative;
}
.page-content .page-heading .outline-txt{
    font-size: 5.6rem;
    line-height: 70px;
    margin-bottom: 0;
    position: absolute;
    top: -20px;
    left: 13px;
}
.page-content .page-heading .section-title2{
    font-size: 56px;
    color: inherit;
    text-align: left;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
}
.page-content .page-heading.center .outline-txt{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-content .page-heading.center .section-title2{
    text-align: center;
}






/* ======= About style ======= */
.about {
    /*padding-bottom: 90px;*/
}
/*.about .about-img img:hover {
    transform: scale(0.95);
}*/
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0px 15px 30px 15px;
    position: relative;
}
/*.about .about-img .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 2px solid #ececec;
}
.about .about-img::after{
    content: 'Supersonic';
    position: absolute;
    left: 28px;
    bottom: 40px;
    font-size: 65px;
    z-index: 2;
    color: transparent;
    text-transform: uppercase;
    font-weight: 800;
    text-stroke: 2px rgba(255, 255, 255, 0.8);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);
}*/
.about .about-img .img img {
    position: relative;
    z-index: 2;
    /*background: #272727;*/
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #272727;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #f4f4f4;
}

/*-- about-page --*/
.about-page .about-box h5{
    font-size: 27px;
    line-height: 1.7em;
    /*color: #28213E;*/
}
.about-page .about-box p{}

.about-page .page-content{
    margin-bottom: 150px;
}
.about-page .page-content:last-child{
    margin-bottom: 0;
}
.about-page .page-heading{
    /*padding-bottom: 140px;*/
}
.about-page .page-heading .sticky-top .outline-txt{
    left: 0;
}
.history-box{
    background-color: rgba(238, 238, 255, 0.5);
}

/*col_box*/
@media only screen and (min-width: 1024px){
    /*.about-page .box_wrapper{
        display: inline-block;
        column-count: 2;
        column-gap: 60px;
    }*/
}

.about-page .box_wrapper .col_box{
    break-inside: avoid;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    margin-bottom: 80px;
}
.about-page .box_wrapper .col_box:last-child{
    margin-bottom: 0;
}
.about-page .col_box figure{
    /*border: 2px solid #aaa;*/
    /*background-color: #fff9c5;*/
    /*background-color: rgba(240, 220, 196, 0.6);*/
    /*border-top-left-radius: 60px;*/
    position: relative;
    margin-right: 20px;
    width: 50%;
}
.about-page .col_box figure span{
    /*content: "";*/
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    /*border: 2px solid #aaa;*/
    background-color: rgba(240, 220, 196, 0.6);
    border-radius: 20% 0 0 0;
    z-index: -1;
}
.about-page .col_box figcaption{
    width: 50%;
}
.about-page .col_box figcaption h4{
    font-size: 2.3rem;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: normal;
}
.about-page .col_box figcaption h6{
    color: #aea848;
    margin-bottom: 15px;
}
.about-page .col_box figcaption hr{
    width: 30%;
    margin-top: 0;
}
.about-page .col_box p{
    font-size: 15px;
}





/* ======= Team style ======= */
.team .item {
    margin-bottom: 10px;
}
.team .item .img:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 20;
    border-color: rgba(255, 255, 255, 0.2);
}
.team .item:hover .info .social {
    top: 0;
}
.team .info {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}
.team .info h6 {
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 300;
    
    color: #272727;
}
.team .info p {
    margin-bottom: 5px;
    color: #777;
}
.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team .info .social a {
    font-size: 15px;
    color: #aea848;
    margin: 0 5px;
}
.team .info .social a:hover {
    color: #272727;
}

.team .owl-nav{
    position: relative;
    left: 0;
}





/*-- list_style --*/
.list_style{
    width: 100%;
    position: relative;
    padding: 20px 20px 20px;
    margin-top: 9px;
    border: 1px solid #dae17e;
    border-radius: 5px;
}
.list_style h6{
    color: #39414a;
    font-weight: 500;
    position: absolute;
    top: -14px;
    left: 16px;
    padding: 0 16px;
    text-transform: uppercase;
    background-color: #fff;
}
.list_style ul{
    margin-bottom: 0;
}
.list_style ul li{
    position: relative;
    line-height: 1.3;
    padding: 4px 10px 10px 16px;
    /*margin: 0 0 8px;*/
}
.list_style ul li::before{
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 7px;
    border-bottom: 1px solid #9aa238;
}
.list_style ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}


/* ======= Services style ======= */
.services {}
.services .item {
    padding: 80px 30px 60px;
    margin-bottom: 30px;
    position: relative;
}
.services .item i{
    position: absolute;
    font-size: 83px;
    top: 25px;
    color: rgba(9, 9, 9, 0.1);
    transition: all 0.2s ease-in-out;
}
.services .item:hover{
    background: #f4f4f4;
}
.services .item:hover .numb{
    color: transparent;
    -webkit-text-stroke: 1px rgba(177, 151, 119, 0.5);
}
.services .item:hover i{
    font-size: 40px;
    top: 30px;
    color: rgb(120, 204, 1);
}
.services .item h5 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #3cb878;
    text-transform: uppercase;
    
}
.services .item p {
    margin-bottom: 0;
}
.services .item img {
    width: 60px;
    margin-bottom: 20px;
}
.services .item .numb {
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: 1em;
    display: none;
}
/* line animation */
.services .item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.services .item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: #ececec;
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.services .item:hover .line:after {
    width: 100%;
    background-color: rgb(120, 204, 1);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* services sidebar */
.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #f4f4f4;
    border-radius: 0px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.1em;
    color: #272727;
    font-weight: 300;
    text-transform: uppercase;
    
    margin-bottom: 0px;
}
.sidebar .services ul {
    position: relative;
}
.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    color: #777;
    font-weight: 300;
    margin-bottom: 5px;
}
.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #b19777;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
    margin-bottom: 0;
}
.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}
.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "themify";
    content: "\e649";
    opacity: 1;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}


/* ======= Projects style ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #f7f7f7;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects .item:hover .con {
    padding-bottom: 15px;
    bottom: 0;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.projects .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .9) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .9) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .9) 90%);
}
.projects .item .con h6,
.projects .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
    
    text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 6px;
    
    text-transform: uppercase;
}
.projects .item .con p {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i:hover {
    color: rgba(109, 189, 12, 1);
}
.projects .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #777;
    padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
    border-color: #b19777;
}
/* line animation */
.projects .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}
.projects .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* prev/next project */
.projects-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #f4f4f4;
}
@media (max-width: 576px) {
  .projects-prev-next {
    text-align: center;
  }
    
  .projects-prev-next-left {
        margin-bottom: 10px;
    }
}

.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #777;
    line-height: 1em;
}
.projects-prev-next a i {
  font-size: 20px;
}

.projects-prev-next a:hover {
    color: #b19777;
}
.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
 font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}

/*-- product_details --*/
.product_details .product_slider{
    /*padding: 20px;*/
}
.product_details .product_slider .owl-carousel{
}
.product_details .product_slider .owl-carousel .gallery-img{
    border-radius: 20px;
    max-height: 400px;
}
.product_details .product_slider .owl-carousel .gallery-box{
    border-radius: 20px;
    overflow: hidden;
}
.product_details .product_slider .owl-carousel .gallery-box .title{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 15px 5px 15px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    width: 100%;
}


/*-- tab panel --*/
.tab-panel .list-group{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 60px 0 30px;
}
.tab-panel .list-group li{
    margin: 0px 14px 0px;
}
.tab-panel .list-group li a{
    position: relative;
    font-size: 24px;
    margin-bottom: 0;
    color: #444;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.tab-panel .list-group li a.active{
    font-size: 29px;
    font-weight: 500;
}
.tab-panel .list-group li a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -27px;
    width: 12px;
    border-bottom: 1px solid #569d00;
}
.tab-panel .list-group li:first-child{
    margin-left: 0;
}
.tab-panel .list-group li:last-child{
    margin-right: 0;
}
.tab-panel .list-group li:last-child a::after{
    display: none;
}
/* vertical */
.tab-panel.sticky-top{
    top: 90px;
}
.tab-panel .list-group.vertical{
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    margin: 0;
}
.tab-panel .list-group.vertical li{
    margin: 0px 0px 15px;
    transition: all .3s;
}
.tab-panel .list-group.vertical li a{
    font-size: 18px;
    display: block;
    background-color: #fbfbfb;
    padding: 7px 30px 7px 15px;
}
.tab-panel .list-group.vertical li:hover a{
    background-color: #f2f2f2;
}
.tab-panel .list-group.vertical li a::after{
    display: none;
}
.tab-panel .list-group.vertical li a.active{
    color: #fbfbfb;
    background-color: rgba(109, 189, 12, 1);
}
.tab-panel .list-group.vertical li:hover a.active{
    color: #fbfbfb;
    background-color: #569d00;
}
.tab-panel .list-group.vertical li a.active::after{
    content: '\e649';
    font-family: 'themify';
    font-weight: 200;
    font-size: 12px;
    display: block;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 9px;
    width: 12px;
    border: 0;
}






/* ======= Clients style ======= */
.clients {
    /*background-color: #f7f4f2;*/
    padding-top: 40px;
    padding-bottom: 30px;
}
/*.clients .owl-carousel {margin: 0px 0 20px;}*/
.clients .section-title{
    margin-bottom: -18px;
    position: relative;
}

.clients .clients_list_wrapper{
    border: 1px solid #ddd;
    padding: 30px 30px 26px;
    border-radius: 10px;
    position: relative;
    margin-top:1rem;
    /*z-index: -1;*/
}
.clients .clients_list_wrapper::after{
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 50%;
    border-bottom: 1px solid #fff;
    transform: translateX(-50%);
}

.clients .clients-logo {
    opacity: 1;
    line-height: 0;
    padding: 6px 9px;
    /*margin: 0px 0 30px;*/
    /*background-color: #fff;*/
    /*border: 1px solid #f4f4f4;*/
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    position: relative;
    border-radius: 8px;
    /*-webkit-box-shadow: 0px 5px 16px -9px rgba(9,9,9,0.4);*/
    /*box-shadow: 0px 5px 16px -9px rgba(9,9,9,0.4);*/
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    /*padding-top: 20px;*/
}
/*.gallery-item .item,*/
.gallery-item .gallery-box{
    border: 1px solid rgba(4, 4, 4, 0.06);
}
/*.gallery-item .item:hover,*/
.gallery-item .gallery-box:hover{
    border-color: rgba(4, 4, 4, 0.3);
    box-shadow: 0 10px 20px -10px rgba(4, 4, 4, 0.3);
}
.gallery-item .caption{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4rem;
    margin: 20px 0 10px;
}
.gallery-item .gallery-box{
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
.gallery-box .gallery-detail i {
    color: #272727;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #272727;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.4);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
.gallery-box .search-img{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -18%;
    left: 50%;
    -webkit-transform: translate(-50%, -18%);
    -moz-transform: translate(-50%, -18%);
    transform: translate(-50%, -18%);
    z-index: 1;
    color: #fff;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.gallery-box .search-img i{
    font-size: 20px;
}
.gallery-box:hover .search-img{
    opacity: 1;
    bottom: 42%;
    -webkit-transform: translate(-50%, -42%);
    -moz-transform: translate(-50%, -42%);
    transform: translate(-50%, -42%);
}


/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    
    margin-bottom: 30px;
    text-transform: uppercase;
}
.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(197, 164, 126, 0.5);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
    padding-left: 5px;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #b19777;
}
.play-button.color .circle-fill circle {
    fill: #b19777;
}

/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 7px 6px 7px 8px;
    line-height: 0;
}

.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #b19777;
}

/* testimonials style */
.testimonials-box {
    position: relative;
    background: #fff;
    padding: 60px 45px;
    margin-bottom: -90px;
}
.testimonials-box .head-box h6 {
    font-weight: 400;
    color: #777;
    font-size: 17px;
    text-transform: uppercase;
    
    margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
    font-size: 20px;
    font-weight: 300;
    color: #272727;
    
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.testimonials-box .head-box h4 span {
    color: #272727;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 15px;
    top: 60px;
    width: 100px;
    margin: 0 auto 30px;
    opacity: .05;
}
.testimonials .item p {
    color: #777;
}
.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
        width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item .info .cont {
    margin-left: 70px;
}
.testimonials .item .info h6 {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 7px;
    font-weight: 400;
    font-family: 'Didact Gothic', sans-serif;
    color: #b19777;
}
.testimonials .item .info span {
    font-size: 16px;
    color: #777;
    margin-right: 5px;
    line-height: 1.25em;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info i {
    color: #b19777;
    font-size: 10px;
}



/* ======= products style ======= */
.products{
    /*background: rgba(229, 229, 229, 0.2);*/
    background: url(../img/bg1.png) no-repeat left bottom fixed, url(../img/bg2.png) no-repeat right top fixed;
}
.products .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #f7f7f7;
}
.products .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.products .item:hover .con {
    bottom: 0;
}
.products .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.products .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .85) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .85) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .85) 90%);
}
.products .item .con h6,
.products .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
    
    text-transform: uppercase;
}
.products .item .con h5,
.products .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 6px;
    
    text-transform: uppercase;
}
.products .item .con p {
    color: #fff;
    font-size: 20px;
}
.products .item .con i {
    color: #fff;
    font-size: 20px;
}
.products .item .con i:hover {
    color: rgba(109, 189, 12, 1);
}
.products .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #777;
    padding: 11px 30px;
}
.products .item .con .butn-light:hover {
    border-color: #b19777;
}
/* line animation */
.products .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px;
}
.products .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/*.bauen-blog .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.bauen-blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bauen-blog .item figure{
    width: 85%;
    display: inline-block;
    bottom: -20px;
    margin-bottom: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 19px -9px rgba(9,9,9,0.2);
    box-shadow: 0px 10px 19px -9px rgba(9,9,9,0.2);
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.bauen-blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 19px -9px rgba(9,9,9,0.2);
    box-shadow: 0px 10px 19px -9px rgba(9,9,9,0.2);
}
.bauen-blog .item .con {
    text-align: center;
    margin: 0px 0px 30px;
    padding: 38px 15px 25px 15px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: 14px;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(9,9,9,0.2);
    box-shadow: 0px 2px 8px -2px rgba(9,9,9,0.2);
}
.bauen-blog .item .con .category {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5em;
}
.bauen-blog .item .con .category a {
    margin-right: 5px;
    position: relative;
}
.bauen-blog .item .con .category a:last-child {
    margin-right: 0;
}
.bauen-blog .item .con .category a:last-child:after {
    display: none;
}
.bauen-blog .item .con h5,
.bauen-blog .item .con h5 a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.4px;
    display: block;
    -webkit-transition: all .2s cubic-bezier(.3, .58, .55, 1);
    transition: all .2s cubic-bezier(.3, .58, .55, 1);
}
.bauen-blog .item .con p {
    color: #fff;
    font-size: 17px;
}
.bauen-blog .item .con i {
    color: #fff;
    font-size: 20px;
}
.bauen-blog .item:hover figure{bottom: -16px;}
.bauen-blog .item:hover .con {
    -webkit-box-shadow: 0px 10px -19px -9px rgba(9,9,9,0.1);
    box-shadow: 0px 10px -19px -9px rgba(9,9,9,0.1);
}
.bauen-blog .item:hover .con h5,
.bauen-blog .item:hover .con h5 a{
    color: #3cb878;
}*/
.products .owl-nav{
    width: 100%;
    text-align: center;
    bottom: -16%;
    right: 0;
}
.owl-theme .owl-nav [class*="owl-"]{
    float: none;
    display: inline-block;
    border: 0;
    font-size: 26px;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    border: 0;
}



/* pagination */
.bauen-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.bauen-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.bauen-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #777;
    font-weight: 300;
    border: 1px solid #f4f4f4;
    font-size: 13px;
    border-radius: 100%;
}
.bauen-pagination-wrap li a i {
    font-size: 11px;
}
.bauen-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}
.bauen-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}
@media screen and (max-width: 768px) {
    .bauen-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */
.bauen-post-section {
    padding-top: 120px;
}
.bauen-comment-section {
    padding-top: 60px;
    margin-bottom: 60px;
}
.bauen-comment-section h3 {
    font-size: 16px;
    color: #b19777;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
}
.bauen-comment-section h3 span {
    font-size: 12px;
    color: #777;
    font-weight: 400;
    margin-left: 15px;
}
.bauen-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.bauen-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.bauen-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.bauen-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.bauen-user-content {
    margin-right: 26px;
}
.bauen-repay {
    font-size: 14px;
    color: #b19777;
    margin: 0;
    font-weight: 400;
}


/* ======= Contact style ======= */
.contact{
    position: relative;
}
.contact .contact_info{
    /*position: relative;*/
    background-color: #fff;
    padding: 22px 38px 27px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 25px -15px rgba(0, 0, 0, 0.4);
}
.contact .contact_info:last-child{
    margin-bottom: 0;
}
.contact .contact_info hr{
    margin: 20px auto 25px;
    border-color: rgba(98, 56, 56, 0.15);
}
.contact .contact_info h5{
    color: #00ac9c;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.contact .contact_info .list-style li {
  font-size: 14px;
  line-height: 1.4rem;
  position: relative;
  padding: 0 0 0 25px;
}
.contact .contact_info .list-style li i{
    position: absolute;
    top: 3px;
    left: 0;
}
.contact .contact_info .list-style:last-child{
    margin-bottom: 0;
}
.contact .contact_info .social-icon {
    width: 100%;
    margin: 0 0 20px;
}
.contact .contact_info .social-icon a {
    width: 28px;
    height: 28px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    border: 0;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.contact .contact_info .social-icon a:hover{
    color: #fff;
}
.contact .contact_info .social-icon a.fb{background: #395799;}
.contact .contact_info .social-icon a.tw{background: #19b2f5;}
.contact .contact_info .social-icon a.rss{background: #f7a000;}
.contact .contact_info .social-icon a.in{background: #0073b1;}
.contact .contact_info .social-icon a.insta{
    background: -webkit-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: -moz-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: -o-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: -ms-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
}


#bauen-contactMap{
    background-color: #eee;
    width: 100%;
    height: 550px;
}

/*.butn-pricing {
    position: relative;
    line-height: 1.2em;
}
.butn-pricing a {
    font-weight: 300;
    text-transform: uppercase;
    background: #b19777;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    
}
.butn-pricing a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #272727;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-pricing a span {
    position: relative;
    z-index: 2;
}
.butn-pricing a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-pricing a:hover span {
    color: #fff;
}*/
/* ======= Buttons style ======= */
.btn-rounded{border-radius: 2px;}

/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 600;
    text-transform: uppercase;
    /*background: linear-gradient(90deg, #3cb878 0%, #79cc00 100%);*/
    /*color: #fff;*/
    padding: 13px 9px 13px 1px;
    margin: 0;
    position: relative;
    font-size: 16px;
    
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    /*background: #f4f4f4;
    color: #272727;*/
    background: linear-gradient(90deg, #3cb878 0%, #79cc00 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a i{
    font-size: 15px;
    position: relative;
    top: 1px;
    right: -8px;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #272727;
}
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 300;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    
    border: 1px solid #fff;
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #272727;
}


/*--- modal ---*/
.modal-content{
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 28px -18px rgba(0, 0, 0, 0.8);
}
.modal-header{
    padding: 1rem 1rem;
    justify-content: center;
}
.modal-header .modal-title{
    font-weight: 600;
    color: #00ac9c;
    text-transform: uppercase;
}
.modal-header .close{
    position: absolute;
    top: 12px;
    right: 8px;
    margin: 0;
    padding: 0.5rem;
}
.modal-header .close:hover{
    border: 0;
}
.modal-body{
    padding: 1rem 1.6rem 1.5rem;
}



/*-- applyNow_section --*/
.applyNow_section{
    background-image: url(../img/career_vector.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f8f8f8;
    border-radius: 18px;
}
/*--  --*/
.clip-path-box{
    position: absolute;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%);
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #f7f8f9;
}
.clip-path-box.light{
    background-color: #fff;
}
.clip-path-box.top{
    top: 0;
}
.clip-path-box.bottom{
    bottom: 0;
}
.applyNow_section figure img{
    width: 100%;
}
.applyNow_section h4{
    color: #1160b5;
    font-size: 38px;
    font-weight: 500!important;
    line-height: 3.1rem;
}
/*-- benefits_box --*/
.benefits_box{
    background-color: #ffe26f;
    padding-top: 80px;
    padding-bottom: 50px;
    border-radius: 15px;
}
.benefits_box ul{
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.benefits_box ul li{
    text-align: center;
    padding: 5px 20px;
}
.benefits_box ul li p{
    color: inherit;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
}
.benefits_box ul li figure{
    width: 45px;
    display: inline-block;
    margin-bottom: 10px;
}
.benefits_box ul li figure img{}


/*-- values_box --*/
.values_box .col{
    text-align: center;
}
.values_box .col figure{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 4px 14px -11px rgba(0, 0, 0, 0.8);
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.values_box .col figure img{}
.values_box .col:hover figure{
    top: 5px;
}
.values_box .col h5{
    color: #00a5ee;
    margin-bottom: 10px;
    font-weight: 500;
}
.values_box .col hr{
    border: 0;
    height: 2px;
    background: -webkit-linear-gradient(left, #103f9b 0%, #74b8ff 60%);
    max-width: 40px;
    margin: 2px auto 5px;
}



/* ======= Footer style ======= */
.main-footer {
    padding: 65px 0 0 !important;
    border-top: 1px solid #f4f4f4;
    background: #ebebec;
}
.main-footer.bg-img{
    background-attachment: fixed;
    background-size: cover;
}
/*.main-footer.dark {
    background: #f9f9f9;
    color: #272727;
}*/
.main-footer .abot p {
    color: #9b9b9b;
}
.main-footer .abot .fothead{
    padding-bottom: 12px;
}
.main-footer .abot .social-icon {
    /*text-align: left;*/
    width: 100%;
    margin: 0 0 20px;
}
.main-footer .abot .social-icon a {
    width: 28px;
    height: 28px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    border: 0;
    color: #fff;
    margin-right: 6px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover{
    color: #fff;
}
.main-footer .abot .social-icon a.fb{background: #395799;}
.main-footer .abot .social-icon a.tw{background: #19b2f5;}
.main-footer .abot .social-icon a.rss{background: #f7a000;}
.main-footer .abot .social-icon a.in{background: #0073b1;}
.main-footer .abot .social-icon a.insta{
    background: -webkit-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: -moz-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: -o-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: -ms-linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
    background: linear-gradient(45deg, #ffc600 0%, #fc254e 40%, #c022cf 70%, #3a3dfa 90%);
}

/*.main-footer .abot .social-icon a:hover {
    border: 1px solid rgb(120, 204, 1);
    background: transparent;
    color: rgb(255, 255, 255);
}*/
.main-footer .fothead h6 {
    margin-bottom: 0px;
    /*color: #008dc4;*/
    color: #efefef;
    font-size: 17px;
    text-transform: uppercase;
}
.main-footer .fotcont{
    margin-bottom: 20px;
}
.main-footer .fotcont ul li{
    margin: 5px 0;
}
.main-footer .fotcont ul li a{
    position: relative;
    padding-left: 16px;
}
.main-footer .fotcont ul li a::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    width: 4px;
    border-top: 1px solid #83963b78;
}
.main-footer .fotcont ul li:first-child{
    margin-top: 0;
}
.main-footer .fotcont ul li:last-child{
    margin-bottom: 0;
}
.main-footer .fotcont a,
.main-footer .fotcont ul li a{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.35em;
}
.main-footer .fotcont a:hover,
.main-footer .fotcont ul li a:hover{
    color: #6cdd78;
}
.main-footer .fotcont figure{margin-bottom: 22px;}

.main-footer .fotcont .fothead h6 {
    font-weight: 500;
    position: relative;
    font-size: 18px;
}
.main-footer .fotcont .fothead h6 i{
    margin-right: 3px;
}
.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}
.main-footer .fotcont p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.2em;
}
/* sub footer */
.main-footer .sub-footer {
    position: relative;
    /*z-index: 2;*/
    padding: 10px 0 18px 0;
    margin-top: 0;
    border-top: 1px solid #6b6b6b;
    background-color: rgba(28, 28, 28, 0.4);
}
.main-footer .sub-footer p {
    font-size: 11px;
    color: #9b9b9b;
    line-height: 1.5em;
    margin-top: 7px;
    margin-bottom: 0;
}
.main-footer .sub-footer p a:hover {
    color: #74b8ff;
}
.main-footer .sub-footer p.right {
    text-align: right;
}


/* ======= Corner Style ======= */
.hero-corner {
    top: 50px;
    right: 50px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
}
.hero-corner2 {
    top: 50px;
    left: 50px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.hero-corner3 {
    bottom: 50px;
    right: 50px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.hero-corner4 {
    bottom: 50px;
    left: 50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-color: rgba(255, 255, 255, 0.2);
}

/* ======= Preloader Style ======= */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 4px;
    overflow: hidden;
    background: #f4f4f4;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: none;
}
.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    /*background: #74b8ff;*/
    background: -webkit-linear-gradient(left, #01266f 0%, #74b8ff 60%);
}
.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}
.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}
#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}
#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fff;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
    top: 0;
}
#preloader:after {
    bottom: 0;
}
#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.loading-text {
    font-size: 40px;
    font-weight: 400;
    
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #b19777;
    z-index: 9999;
}
.loading-text.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    display: none;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(148, 148, 148, 0.2);
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(148, 148, 148, 0.2);
    box-shadow: inset 0 0 0 1px rgba(148, 148, 148, 0.2);
}
.progress-wrap::after {
    color: #5ba9fb;
}
.progress-wrap svg.progress-circle path {
    stroke: #5ba9fb;
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  /*background: #f9f9f9;*/
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #f4f4f4;
  border-bottom-width: 3px;
}
.accordion-box .block:hover,
.accordion-box .block.active-block {
  /*background-color: #f4f4f4;*/
  border-color: #e8e8e8;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 36px;
    padding-right: 60px;
    /*color: #777;*/
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn h5{
    color: #3cb878;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px;
}
.accordion-box .block .acc-btn p{
    margin-bottom: 0;
}
.accordion-box .block .acc-btn .count {
  color: #b19777;
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
    right: 35px;
    top: 50%;
    height: 30px;
    font-size: 14px;
    /*font-weight: normal;*/
    color: #3E3935;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
    transform: translateY(-50%);
}
.accordion-box .block .acc-btn.active {
    background-color: #f8f8f8;
    /*color: #3cb878;*/
}
.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e648";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block.active-block .acc-content{

}
.accordion-box .block .content {
  position: relative;
    padding: 18px 40px 30px;
    border-top: 1px solid #eee;
    background-color: #fff;
    /*color: #777;*/
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}
.accordion-box .block .content .text p {
  font-size: 16px;
  line-height: 1.5em;
}
.accordion-box .block .content .text ol{
    margin-bottom: 16px;
}
.accordion-box .block .content .text ol li{
    list-style-type: url;
    list-style-position: inside;
}
.accordion-box .block .content .heading{
    color: inherit;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}


/*-- current_opening_wrapper --*/
.current_opening_wrapper{}
.current_opening_wrapper .filter_wrapper{
}
.current_opening_wrapper .filter_wrapper h4{
    font-size: 24px;
    font-weight: 500;
}
.current_opening_wrapper .filter_wrapper .select-box{
    border-bottom-color: transparent;
    padding: 8px 20px 8px;
    background: rgba(240, 220, 196, 0.6);
    background: #ffe26f;
    border-radius: 4px;
}
.current_opening_wrapper .filter_wrapper select{
    border-bottom: 0;
    margin-bottom: 0;
}
.current_opening_wrapper .accordion-box .block .acc-btn p{
    line-height: 1.2;
}
.current_opening_wrapper .accordion-box .block .acc-btn p i{
    font-size: 14px;
    margin-right: 4px;
}
.current_opening_wrapper .accordion-box .info_list{
    position: relative;
    margin-bottom: 18px;
}
.current_opening_wrapper .accordion-box .info_list li{}
.current_opening_wrapper .accordion-box .info_list li span{
    font-weight: 500;
}
.current_opening_wrapper .accordion-box .info_list li i{
    font-size: 14px;
    margin-right: 6px;
}






/* ======= Pricing plan style ======= */
.pricing-card {
    background-color: #f4f4f4;
    padding: 60px 40px 40px 40px;
    border-radius: 0;
    margin-bottom: 30px;
}
.pricing-card-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing-card-list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.pricing-card-list li {
  position: relative;
    font-size: 16px;
    padding-left: 30px;
}
.pricing-card-list li+li {
  margin-top: 5px;
}
.pricing-card-list li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15px;
    color: #b19777;
}
.pricing-card-list li i.unavailable {
  color: #777;
}
.pricing-card:hover {
  opacity: 1;
}
.pricing-card:hover i {
  color: #b19777;
}
.pricing-card-name {
      line-height: 1;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #b19777;
    margin-bottom: 20px;
    
    font-weight: 300;
}
.pricing-card-amount {
  margin: 0;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px;
    color: #272727;
}
/* butn */
.butn-pricing {
    position: relative;
    line-height: 1.2em;
}
.butn-pricing a {
    font-weight: 300;
    text-transform: uppercase;
    background: #b19777;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    
}
.butn-pricing a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #272727;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-pricing a span {
    position: relative;
    z-index: 2;
}
.butn-pricing a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-pricing a:hover span {
    color: #fff;
}



/* ======= Error Page 404 style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;
 font-family: 'Didact Gothic', sans-serif;
  font-size: 16px;
  background: #f4f4f4;
  color: #777;
  border-radius: 7px;
  border: 1px solid #f4f4f4;
  transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #f4f4f4;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #f4f4f4;
}
.error-form .form-group .theme-btn {
      position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: #777;
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
    outline: none;
}



/*.vision_mission{background: rgba(229, 229, 229, 0.2);}*/

.vision_mission {
    position: relative;
    padding-top: 140px;
    padding-bottom: 80px;
    /*background: #fdfbf6;*/
}
.vision_mission figure{
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}
.vision_mission .item {
    padding: 0 30px 0;
    /*margin-bottom: 30px;*/
    position: relative;
    text-align: center;
}
.vision_mission .item i{
    font-size: 83px;
    color: rgb(120, 204, 1);
    transition: all 0.2s ease-in-out;
}
.vision_mission .item:hover{
    /*background: #f4f4f4;*/
    /*border-color:;*/
}
.vision_mission .item:hover .numb{
    color: transparent;
    -webkit-text-stroke: 1px rgba(177, 151, 119, 0.5);
}
.vision_mission .item:hover i{
    color: rgb(120, 204, 1);
}
.vision_mission .item h4{
    margin-bottom: 0;
}
.vision_mission .item h4.outline-txt{
    font-size: 82px;
    font-weight: 700;
    text-stroke: 4px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 4px rgba(255, 255, 255, 1);
}
.vision_mission .item h5 {
    display: block;
    font-size: 38px;
    font-weight: 600;
    padding: 0 0 0 0;
    margin-bottom: 15px;
    /*color: #3cb878;*/
    color: #fff;
}
.vision_mission .item p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 0;
}
.vision_mission .item img {
    width: 60px;
    margin-bottom: 20px;
}
.vision_mission .item .content_box{
    text-align: left;
    padding: 0 40px;
}
.vision_mission .owl-theme .owl-nav{
    font-size: 45px;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
}
.vision_mission .owl-theme .owl-nav [class*="owl-"]{
    width: 75px;
    height: 75px;
    font-size: 45px;
}
.vision_mission .owl-theme .owl-nav + .owl-dots{
    margin-top: 40px;
    max-width: 50%;
}
/*.vision_mission .item .numb {
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: 1em;
    display: none;
}*/


/*-- --*/
.countries_section{
    /*background: -moz-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .1) 10%, rgba(0, 0, 0, .08) 90%);
    background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .01) 10%, rgba(0, 0, 0, .08) 90%);
    background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .01) 10%, rgba(0, 0, 0, .08) 90%);*/
}
/*.countries_section.bg-img{
    background-position: left bottom;
}*/
.countries_section [data-overlay-dark]:before,
.countries_section [data-overlay-darkgray]:before,
.countries_section [data-overlay-light]:before {
  width: 42%;
  height: 100%;
  transform: skewX(20deg);
}
/*.countries_section .section-title,
.countries_section .section-title span{
    background: -webkit-linear-gradient(left, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.countries_section div[class*="col-md"]{
    position: relative;
}
.countries_section img{
    /*position: absolute;*/
    /*top: -120px;*/
}
/*.countries_section .butn-dark a{color: #fff;}*/
/*.countries_section .butn-dark a:hover span{color: #fff;}*/

/*-- whatsapp_btn --*/
.whatsapp_btn, .enquiry_btn{
    position: fixed;
    right: -4px;
    bottom: 191px;
    color: #fff;
    text-align: center;
    background-color: #24cc63;
    width: 67px;
    height: 64px;
    line-height: 1em;
    padding: 9px 9px;
    z-index: 4;
    text-align: center;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.whatsapp_btn i, .enquiry_btn i{
    font-size: 32px;
}
.whatsapp_btn:hover, .enquiry_btn:hover{
    color: #fff;
    right: 0;
}
.whatsapp_btn span, .enquiry_btn span{
    display: block;
    font-size: 9px;
}
.enquiry_btn{
    bottom: 260px;
    background-color: #06070c;
}

/*-- timeline vertical --*/
.timeline:not(.timeline--horizontal)::before{
    width: 1px;
    margin-left: -4px;
}
.timeline__wrap{
  padding: 0 10px 20px 0;
}
.timeline__item::after{
    width: 18px;
    height: 18px;
    border-color: rgba(109, 189, 12, 0.6);
}
.timeline__item--right::after {
  left: -8px;
}
.timeline__item--right .timeline__content::before{
    border: 0;
}
.timeline__content{
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border: 0;
    -webkit-box-shadow: 0px 10px 18px -10px rgba(4,4,4,0.3);
    box-shadow: 0px 10px 18px -10px rgba(4,4,4,0.3);
}
.timeline__content:hover{
    -webkit-box-shadow: 0px 10px 18px -16px rgba(4,4,4,0.3);
    box-shadow: 0px 10px 18px -16px rgba(4,4,4,0.3);
}
.timeline__content::before{
    border-left-color: rgba(9,9,9,0.01);
    border: 0;
}
.timeline__content h3{
    color: #3cb878;
    font-weight: 500;
    margin-bottom: 8px;
}
.timeline__content p{
    font-size: 15px;
    line-height: 1.7em;
}
.timeline__content p:last-child{
    margin-bottom: 0;
}
.timeline--mobile .timeline__item .timeline__content::before{
    border: 0;
}


/*-- horizontal timeline --*/
.timeline-carousel {
  padding: 40px 6.9444% 60px 6.9444%;
  position: relative;
  overflow: hidden;
}
/*.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #1d1d1e;
  z-index: 3;
  width: 6.9444%;
}*/
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
/*.timeline-carousel .slick-dots {
  bottom: -73px;
}*/
.timeline-carousel h1 {
  color: #3cb878;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
    display: none;
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.slick-track{
    display: flex;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 100px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
  margin-right: 30px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  right: 0;
  content: "";
  border-bottom: 1px solid #ddd;
}
.timeline-carousel__item-inner .year {
  font-size: 46px;
  line-height: 36px;
  color: #3cb878;
  display: table;
  letter-spacing: -1px;
  /*padding-right: 10px;*/
  z-index: 1;
  position: relative;
  margin: -15px 0 20px -6px;
  font-weight: 500;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  /*background-color: #1d1d1e;*/
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 12px;
  text-transform: uppercase;
  color: #aea848;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner p {
  font-size: 15px;
  line-height: 1.7em;
  width: 70%;
  margin-bottom: 10px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #aea848;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: rgba(109, 189, 12, 1);
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: rgba(109, 189, 12, 1);
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
  margin-bottom: 0;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #aea848;
  border-color: #aea848;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(174, 168, 72, 0.6);
  border-color: rgba(174, 168, 72, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #aea848;
  border-color: #aea848;
}







/* ======= Responsive style ======= */
@media only screen and (max-width: 1240px){
    .logo{
        max-width: 200px;
    }
    .navbar .container-fluid{
        padding: 0 1rem;
    }
    .navbar .navbar-nav .nav-link{
        font-size: 13px;
    }
    .dropdown .nav-link i{
        font-size: 8px;
    }
    .navbar-nav.languages .nav-link{
        font-size: 10px;
    }
}

@media only screen and (max-width: 1080px){
    .logo{
        max-width: 200px;
    }
    .navbar-nav.languages{
        display: none;
    }
}

@media only screen and (min-width: 991px){
    .contact .contact_info{
        position: absolute;
        right: 0;
        top: 12%;
        -webkit-transform: translateY(-12%);
        transform: translateY(-12%);
        z-index: 1;
    }
}

@media screen and (max-width: 991px) {
    .section-padding, .vision_mission{
        padding: 80px 0!important;
    }
    .sticky-top{
        margin-bottom: 20px;
    }
    .header {
        height: 100%;
    }
    .slider .owl-item, .slider-fade .owl-item{
        height: 60vh;
    }
    .banner-header {
        height: 32vh;
    }
    .navbar{
        padding: inherit;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar .logo {
        text-align: left;
    }
    .nav-scroll .logo {
        width: 184px;
    }
    .logo-img {
        margin-bottom: 0px;
    }
    .navbar button {
        outline: none !important;
    }
    .navbar .container {
        max-width: 100%;
    }
    .navbar .navbar-collapse {
        position: absolute;
        top: 68px;
        width: 97%;
        /*max-height: 360px;*/
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 15px 30px 30px 15px;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #777;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #777 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #3cb878 !important;
    }
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }
    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }
    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #777;
    }
    .dropdown-menu .dropdown-item,
    .sub-menu .dropdown-item {
        color: #777;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }
    .header .caption h1 {
        font-size: 40px;
    }
    .page-content .page-heading .section-title2{
        font-size: 48px;
    }
    .page-content .page-heading .outline-txt{
        font-size: 3.8rem;
        line-height: 56px;
        top: -8px;
    }
    .page-content .page-heading h3{
        font-size: 30px;
    }

    .about-page .about-box h5{
        font-size: 22px;
    }
    .verticle-list.column_3{
        column-count: 2;
    }
    .verticle-list.column_2{}

    .list-style.with_icon li::before{
        top: 0;
    }
    .list-style.with_icon li:hover {
        font-size: 1.1rem;
    }

    .ports_wrapper .list-style{
        min-width: 100%;
        padding: 16px 16px;
    }
    .ports_wrapper .list-style li{
        font-size: 1rem;
    }
    .ports_wrapper .list-style.with_icon li{
        padding: 0 0 0px 22px;
    }

    .applyNow_section{
        padding: 35px;
    }
    .applyNow_section h4{
        font-size: 30px;
        line-height: 2.5rem;
    }
    .applyNow_section .butn-dark{
        margin-top: 20px!important;
    }

    .main-footer{
        padding: 50px 0 0!important;
    }
}
@media screen and (max-width: 767px) {
    .butn-dark a{
        font-size: 13px;
    }
    .container-fluid{
        padding: 0 1.5rem;
    }
    .logo {
      max-width: 200px;
    }
    .logo-wrapper .logo h2 {
        display: none;
    }
    .hero .intro h3 {
        font-size: 28px;
    }
    .hero .intro h4 {
        font-size: 20px;
    }
    .header .caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.4em;
    }
    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
    }
    .header .caption .butn-light {
        margin-right: 10px;
    }
    .slider-fade .item .caption .container-fluid{
        padding: 0 1.6rem;
    }

    .section-title{
        font-size: 25px;
    }
    .section-title span{
        font-size: 44px;
    }

    .verticle-list.column_3, .verticle-list.column_2{
        column-count: 1;
    }

    .vision_mission .item{
        padding: 0 0;
    }
    .vision_mission .item i{
        font-size: 50px;
    }
    .vision_mission .item h4{
        margin-bottom: 20px;
    }
    .vision_mission .item h4.outline-txt{
        font-size: 55px;
    }
    .vision_mission .item h4.outline-txt{
        font-size: 48px;
        text-stroke: 2px rgba(255, 255, 255, 1);
        -webkit-text-stroke: 2px rgba(255, 255, 255, 1);
    }
    .vision_mission .owl-theme .owl-nav [class*="owl-"] {
        width: 45px;
        height: 45px;
        font-size: 30px;
    }

    .products{}
    .projects .item .con h5, .projects .item .con h5 a{
        font-size: 18px;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .products .item .con h5,
    .products .item .con h5 a {
        font-size: 20px;
    }
    .bauen-comment-section h3 span {
        margin-left: 0px;
    }

    .applyNow_section{
        text-align: right;
        padding-bottom: 20px;
        background-size: 95%;
    }
    .applyNow_section h4{
        font-size: 25px;
        padding-left: 80px;
    }

    .accordion-box .block .acc-btn{
        padding: 10px 20px;
        padding-right: 34px;
    }
    .accordion-box .block .acc-btn::before{
        right: 18px;
    }
    .accordion-box .block .acc-btn h5{
        font-size: 20px;
    }
    .current_opening_wrapper .filter_wrapper .select-box{
        padding: 4px 8px 4px;
        margin-bottom: 20px;
    }

    .main-footer .sub-footer p.right {
        text-align: left;
    }
    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}
@media only screen and (max-width: 576px){
    .banner-header .breadcrumbs li{
        font-size: 12px;
        line-height: normal;
    }
    .banner-header .breadcrumbs li::after{
        top: -6px;
    }

    .about-page .col_box figure{
        margin-right: 10px;
    }
    .about-page .col_box figcaption h4{
        font-size: 1.8rem;
    }
    .about-page .col_box figcaption h6{
        font-size: 16px;
    }

    .tab-panel .list-group li a{
        font-size: 20px;
    }
    .tab-panel .list-group li a.active{
        font-size: 24px;
    }
    .tab-content .tab-pane h5{
        font-size: 19px;
        line-height: 30px;
    }
    .values_box .col figure{
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }
    .values_box .col h5{}
    .values_box .col p{
        font-size: 14px;
        line-height: 1.4em;
    }

    .benefits_box ul li{
        width: 32%;
        padding: 5px 9px;
    }
    .benefits_box ul li figure{
        width: 38px;
    }
}
@media screen and (max-width: 480px) {
    .header .caption h1 {
        font-size: 22px;
        margin-bottom: 11px;
        line-height: 1em;
    }
    .header .caption span{
        display: none;
    }
    .slider-fade .owl-theme .owl-nav [class*="owl-"]{
        width: 43px;
    }
    .slider-fade .owl-theme .owl-nav .owl-prev{
        margin-right: 5px;
    }
    .slider-fade .owl-theme .owl-nav .owl-next{
        margin-left: 5px;
    }
    .section-head h4 {
        font-size: 30px;
    }

    .section-title{
        font-size: 19px;
    }
    .section-title span{
        font-size: 30px;
    }

    .page-content .page-heading .outline-txt {
        font-size: 3rem;
    }
    .page-content .page-heading .section-title2 {
        font-size: 40px;
    }

    .page-content p {
      line-height: 1.75em;
    }
    .about-page .about-box h5{
        font-size: 18px;
    }

    .timeline__content{
        padding: 1rem;
    }
    .timeline__content h3{
        font-size: 30px;
    }
    .timeline__content p{
        font-size: 13px;
        line-height: 1.6em;
    }
    .timeline--mobile .timeline__item {
        padding-left: 32px;
    }

    .about-page .col_box figcaption h4{
        font-size: 1.2rem;
    }
    .about-page .col_box figcaption h6{
        font-size: 12px;
    }

    .tab-panel .list-group li a {
        font-size: 16px;
    }
    .tab-panel .list-group li a.active {
        font-size: 20px;
    }
    .values_box{
        display: block;
        text-align: center;
    }
    .values_box .col{
        display: inline-block;
        vertical-align: top;
        width: 45%;
    }

    .footer {
        padding: 60px 0;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}


.cent{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    text-align: center;
}