

/***

====================================================================
            Fonts
====================================================================

 ***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('bootstrap-slider.min.css');

@font-face {
    font-family: 'Airbnb Cereal App Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Bold'), url('../fonts/airbnb_cereal_app/AirbnbCerealBold.woff') format('woff');
}
@font-face {
    font-family: 'Airbnb Cereal App Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Airbnb Cereal App Medium'), url('../fonts/airbnb_cereal_app/AirbnbCerealMedium.woff') format('woff');
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: local('Gilroy-ExtraBold'), url('../fonts/gilroy_extra_bold/font.woff2') format('woff2'), url('../fonts/gilroy_extra_bold/font.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-bold';
    src: local('Gilroy-bold'), url('../fonts/gilroy_extra_bold/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-light';
    src: local('Gilroy-light'), url('../fonts/gilroy_extra_bold/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'myriadpro-regular';
    src: local('myriadpro-regular'), url('../fonts/myriadpro-regular.woff') format('woff');
}
@font-face {
    font-family: 'Avenir';
    src: local('avenir'), url('../fonts/avenir/avenir_roman_12.woff') format('woff');
}


/***

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    box-sizing: border-box;
}


html{
    scroll-behavior: smooth;
}

/***

====================================================================
    Global Settings
====================================================================

 ***/

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

body {
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Avenir', sans-serif;
    background: rgb(255, 255, 255);
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.texto {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px 0px 0px;
}
h3.texto{
    font-size: 1.3rem;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: relative;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a273d;
}

.owl-nav,
.owl-dots {
    display: none;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mb-30 {
    margin-bottom: 30px !important;
}


/***

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0455a3;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #ffffff;
    padding: 15.5px 45px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #0455a3;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-one span {
    position: relative;
    z-index: 2;
}

/* Btn Style Two */
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #0455a3;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
}

.btn-style-two:hover {
    color: #fff;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-two span {
    position: relative;
    z-index: 2;
}

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

/* Header Upper */

.main-header .header-upper {
    position: relative;
}

/*.main-header .header-upper .auto-container {
    max-width: 100%;
    padding: 0 100px;
}*/

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 20px 0px;
    max-width: 150px;
}

.main-header .nav-outer {
    position: static;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .nav-outer .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 20px;
    color: #0455a3;;
    margin-left: 30px;
}


/* Sticky Header */

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    padding: 0px;
    background: rgb(255, 255, 255);
    -webkit-transition: top 300ms ease 0s;
    -o-transition: top 300ms ease 0s;
    transition: top 300ms ease 0s;
}

.sticky-header .main-menu .navigation {
    margin-top: 0;
}

.main-header .nav-outer .main-menu {
    position: static;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    position: static;
    padding: 20px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current>a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.sticky-header .main-menu .navigation>li.current>a:before {
    bottom: 0 !important;
    top: auto !important;
    height: 4px;
}


.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    /*padding: 10px 0px;*/
    border-top: 2px solid;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.about-us-section-two .nocolor.content-block h3 {
    color: #222;
    border-color: #222;

}
.about-us-section-two .nocolor.content-block p {
    color: #222;
    /*font-family: Avenir, sans-serif;*/
}
.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    /*padding: 0 40px;*/
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #41394f;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    border-top: 2px solid;
    background-color: #272727;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #41394f;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}


.main-menu .navigation > li.normal > ul > li > a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #f0f0f0a8;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #121313;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
}

.main-menu .navigation > li.normal > ul {
    position: absolute;
    left: 0;
    top: 104%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
    border-top: 1px solid #f2f3f4;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 0px 0px rgba(113, 94, 94, 0.05);
}
/***

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 17px 0px;
    max-width: 150px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 50px !important;
    padding: 0 !important;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 27px 0px !important;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Header Top */
.header-top {
    position: relative;
    border-bottom: 1px solid #404049;
}

.header-top .text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 15px 0;
}

.header-top .right-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .social-links {
    position: relative;
    padding: 12px 40px;
    border-right: 1px solid #404049;
}

.header-top .social-links ul li {
    display: inline-block;
}

.header-top .social-links ul li + li {
    margin-left: 16px;
}

.header-top .social-links ul li a {
    color: #aaa;
    transition: .5s;
}

.header-top .social-links ul li a:hover {
    color: #fff;
}


/* Header Style Two */

.main-header.header-style-two {
    position: relative;
    background: #2d2d34;
}

.main-header.header-style-two .header-upper .auto-container {
    max-width: 1170px;
    padding: 0 15px;
}

.main-header.header-style-two .sidemenu-nav-toggler {
    cursor: pointer;
    margin-left: 25px;
}

.main-header.header-style-two .main-menu .navigation>li.current>a:before {
    bottom: auto;
    top: -36px;
    height: 4px;
}

/* Header Style Three */
.main-header.header-style-three {
    position: relative;
    background: #0e2246;
}

.main-header .header-upper .auto-container {
    padding: 0 50px;
}

.main-header.header-style-three .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 20px;
    color: #fff;
    margin-left: 30px;
    padding: 40px 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}



.main-header.header-style-three .main-menu .navigation>li.current>a:before {
    bottom: auto;
    top: -36px;
    height: 4px;
}

/* Header Style Four */

.main-header.header-style-four {
    top: 35px;
}
.main-header.header-style-four .header-upper .auto-container {
    padding: 0 15px;
    max-width: 1170px;
}

.main-header.header-style-four .header-upper .inner-container {
    background: #fff;
    padding: 0 40px;
}

.main-header.header-style-four .header-upper .inner-container:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: -20px;
    height: 20px;
    background-color: #fff;
    opacity: .15;
}

.main-header.header-style-four .header-upper .inner-container:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: -10px;
    height: 10px;
    background-color: #fff;
    opacity: .15;
}

.main-header.header-style-four .main-menu .navigation>li>a {
    color: #222;
}

.main-header.header-style-four .nav-outer .search-toggler {
    color: #222;
}

.main-header.header-style-four .main-menu .navigation>li.current>a:before {
    bottom: auto;
    top: -36px;
    height: 4px;
}

/* Header Style Five */

.header-top .quote-text {
    position: relative;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0px 25px;
}

.header-top .quote-text a {
    color: #fff;
    font-weight: 600;
}

.header-top .quote-text a i {
    margin-right: 10px;
}

.main-header .header-upper .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 35px;
}

.main-header .header-upper .icon-box .icon {
    position: relative;
    margin-right: 15px;
    font-size: 40px;
    line-height: 40px;
}

.main-header .header-upper .icon-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-header .header-upper .icon-box .text {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.main-header .header-upper .icon-box .text a {
    color: #333;
}

.main-header.header-style-five .header-upper .search-toggler {
    background: transparent;
    font-size: 24px;
    border-left: 1px solid #eee;
    padding: 8px 0px;
    padding-left: 35px;
}

.main-header.header-style-five .main-menu .navigation>li>a {
    color: #222;
}

.main-header.header-style-five .main-menu .navigation>li.current>a:before {
    bottom: -23px;
    height: 4px;
}

.main-header.header-style-five .main-menu .navigation>li {
    padding: 23px 0;
}

.main-header.header-style-five .main-menu .navigation {
    margin-left: 0;
}

.main-header.header-style-five .main-header .nav-outer {
    justify-content: center;
}

.main-header.header-style-five .nav-outer {
    justify-content: center;
}

/* Header Style Six */

.main-header.header-style-six .auto-container {
    max-width: 1170px;
    padding: 0 15px;
}








/***

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #083d6f;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 0px;
    text-transform: capitalize;
    background: #0455a380;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .about-widget-two {
    position: relative;
}

.hidden-sidebar .about-widget-two h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hidden-sidebar .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0px;
}

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .news-widget .category {
    font-size: 13px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}

.hidden-sidebar .news-widget h4 a {
    color: #282828;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn {
    color: #fff;
}

.hidden-sidebar .newsletter-widget .theme-btn:before {
    background-color: #222;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/***

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0000002e;
    opacity: 0.6;
    content: "";
}*/

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 270px 0 150px;
}

.banner-section .content-box .inner {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transition-delay: 0s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 14px;
}


.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    color: #fff;
    text-shadow: 2px 2px #00000036;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

.banner-section .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
}

.banner-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    padding-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section h4:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}

.banner-section h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: var(--theme-color);
}

.banner-section h4.style-two {
    padding-bottom: 0px;
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
    display: none;
}

.banner-section .text {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    color: #fff;
    text-shadow: 2px 2px #00000052;
    text-transform: uppercase;
}

.banner-section .link-box {
    padding-top: 40px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .btn-style-one.light {
    background-color: #fff;
    color: #222;
}

.banner-section .btn-style-one.light:hover {
    color: #fff;
}

.banner-section .btn-style-two.light {
    color: #fff;
}


.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-right: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-left: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}


/* Banner Style Two */

.banner-section.style-two .swiper-slide:before {
    opacity: .3;
}

.banner-section .content-box-two {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 145px 0 145px;
    text-align: left;
}

.banner-section .content-box-two .inner {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    max-width: 720px;
    background-color: #fff;
    padding: 70px 65px 55px;
}

.banner-section .content-box-two .inner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 15px solid #fff;
    border-left-color: #222;
    border-bottom-color: #222;
}

.banner-section .swiper-slide-active .content-box-two .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box-two h1 {
    position: relative;
    font-size: 54px;
    line-height: 70px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    padding-top: 30px;
    letter-spacing: -3px;
}

.banner-section .swiper-slide-active .content-box-two h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box-two h1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 80px;
}

.banner-section.style-two .text {
    color: #222;
}


/* Style Three */
.banner-section.style-three .content-box-two .inner {
    background: rgba(19, 51, 108, 0.95);
}

.banner-section.style-three .swiper-slide:before {
    opacity: 0;
}

.banner-section.style-three .content-box-two .inner:before {
    display: none;
}

.banner-section.style-three .content-box-two h1 {
    color: #fff;
}

/* Banner Style Four */
.banner-section.style-four .content-box .shape-one {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 210px;
    bottom: 40px;
}

.banner-section.style-four .content-box .shape-one:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #fff;
}

.banner-section.style-four .content-box .shape-one:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
}

.banner-section.style-four .content-box .shape-two {
    position: absolute;
    width: 110px;
    height: 110px;
    right: 210px;
    bottom: 40px;
}

.banner-section.style-four .content-box .shape-two:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #fff;
}

.banner-section.style-four .content-box .shape-two:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
}

/* Style Five */
.banner-section.style-five .content-box .inner {
    text-align: left;
}

.banner-section.style-five .content-box h1:before {
    display: none;
}

/* Style Six */

.banner-section .content-box-three {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 325px 0 240px;
    text-align: left;
}

.banner-section .content-box-three .inner {
    position: relative;
    width: fit-content;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    background-color: #fff;
    padding: 60px 70px 60px;
    margin: 10px;
}

.banner-section .content-box-three .inner:after {
    position: absolute;
    content: '';
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 3px solid #fff;
    z-index: -1;
}

.banner-section .swiper-slide-active .content-box-three .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box-three .inner:before {
    position: absolute;
    content: '';
    left: 25px;
    right: 25px;
    top: 20px;
    bottom: 10px;
    background-image: url(../images/shape/shape-3.png);
}

.banner-section .content-box-three h1 {
    position: relative;
    font-size: 66px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 40px;
    letter-spacing: -3px;
    z-index: 9;
}

.banner-section .swiper-slide-active .content-box-three h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section.style-six .link-box {
    padding-top: 0;
    margin-left: 20px;
    z-index: 9;
}

.banner-section.style-six .link-box:before {
    position: absolute;
    content: '';
    left: -97px;
    top: 27px;
    width: 80px;
    height: 3px;
    background-color: #fff;
    transition: .5s;
    transition-delay: 1s;
    opacity: 0;
}

.banner-section.style-six .swiper-slide-active .link-box:before {
    opacity: 1;
}

.banner-section.style-six .btn-style-one {
    position: relative;
    background-color: #3b3b44;
}

/* Main Footer */

.main-footer {
    position: relative;
    background-color: #f6f6f6;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 30px;
}


.main-footer .column {
    position: relative;
}

.footer-widget {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #040404;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.main-footer .widget-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
}

/* About Widget */
.about-widget .text {
    color: #aaa;
    margin-bottom: 30px;
}

.about-widget .social-links ul li {
    display: inline-block;
    margin-right: 5px;
}

.about-widget .social-links ul li a {
    position: relative;
    height: 33px;
    width: 33px;
    line-height: 34px;
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    transition: .5s;
    display: inline-block;
    text-align: center;
    font-size: 22px;
}

.about-widget .social-links ul li a:hover {
    color: #0455a3;
}

/* Link Widget */

.links-widget .widget-content {
    position: relative;
}

.links-widget ul li {
    position: relative;
    margin-bottom: 5px;
}

.links-widget ul li a {
    position: relative;
    color: #aaa;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.links-widget ul li a:hover {
    color: #0455a3;
}

/* Contact Widget */

.contact-widget .widget-content {
    position: relative;
}

.contact-widget ul li {
    position: relative;
    margin-bottom: 10px;
    color: #aaa;
    font-weight: 400;
    font-size: 16px;
}

.contact-widget ul li a {
    position: relative;
    color: #aaa;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-widget ul li a:hover {
    color: #0455a3;
}

/* Instagram Widget */

.instagram-widget .wrapper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -4.5px;
}

.instagram-widget .wrapper-box .image {
    position: relative;
    overflow: hidden;
    margin: 0px 4.5px 11px;
}

.instagram-widget .wrapper-box .image .overlay-link {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(38, 38, 44, 0.5);
}

.instagram-widget .wrapper-box .image:hover .overlay-link {
    opacity: 1;
}

.footer-bottom {
    position: relative;
    text-align: center;
    /*padding-bottom: 75px;*/
}

.footer-bottom .copyright {
    color: #aaa;
}

.footer-bottom .copyright a {
    color: #777;
}
footer .border-top{
    border-top: 1px solid #cecece;
}

/* About Us Section */

.about-us-section {
    position: relative;
    padding: 120px 0 190px;
}

.big-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 250px;
    font-weight: 800;
    color: #f7f7f7;
    text-transform: uppercase;
    line-height: 220px;
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation:linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation:linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    text-align: center;
}

.about-us-section .shape-one {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 430px;
    height: 510px;
    background-image: url(../images/shape/shape-3.png);
}

.about-us-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

.about-us-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-us-section .text {
    margin-bottom: 45px;
}

.about-us-section .link-btn {
    margin-bottom: 30px;
}

.about-us-section .image-block {
    position: relative;
}

.about-us-section .image-block .image {
    position: relative;
    display: inline-block;
    z-index: 9;
    overflow: hidden;
    padding: 10px;
    margin: -10px;
}
.about-us-section.new-bg-bleu .image-block .image {
    position: relative;
    display: inline-block;
    z-index: 9;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.about-us-section.new-bg-bleu h1,
.about-us-section.new-bg-bleu p{
    color: #fff;
}
.about-us-section.new-bg-bleu .theme-title h1::before,
.about-us-section.new-bg-bleu .theme-title h1::after{
    background-color: #fff;
}
.about-us-section.smaller_pd{
    position: relative;
    padding: 70px 0 70px;
}
.about-us-section.smaller_pd p{
    font-size: 16px;
}
.about-us-section-two .content-block h3.bleu {
    position: relative;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0;
    color: #0e5599;
    font-weight: bold;
    font-family: 'Gilroy-Bold', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #0e5599;
    border-bottom-color: #0e5599;
}
.bleu{
    color: #0e5599 !important;
}
.page-title.howweare {
    padding: 75px 0 75px !important;
}

hr.headered{
    border-top: 2px solid #fff;
    max-width: 60%;
    margin: 15px auto;
}

.about-us-section .image-block .image:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.about-us-section .image-block .image img {
    position: relative;
}

.about-us-section .image-block .logo {
    position: relative;
    background-color: #3b3b44;
    padding: 160px 60px 30px;
    margin-top: -120px;
    margin-left: -60px;
    display: inline-block;
    margin-bottom: 30px;
}

/* Funfacts Section */
.funfacts-section {
    position: relative;
    padding: 130px 0 120px;
}

.funfacts-section .auto-container {
    max-width: 1590px;
}

.funfacts-section .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.funfacts-section .image {
    margin-right: 60px;
}

.funfacts-section .text-right .image {
    margin-left: 60px;
    margin-right: 0;
}

.funfacts-section .count-text {
    position: relative;
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.funfacts-section .count-text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.funfacts-section .text-right .count-text:before {
    left: auto;
    right: 0;
}

.funfacts-section .text {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.funfacts-section .image {
    margin-bottom: 30px;
}

/* Projects Section */
.projects-section {
    position: relative;
}

.projects-section .auto-container {
    max-width: 100%;
}

.projects-section .wrapper-box {
    padding: 0 5px;
}

.project-block-one .inner-box {
    position: relative;
    margin-bottom: 20px;
}

.project-block-one .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: .8;
}

.project-block-one .image img {
    width: 100%;
}

.project-block-one .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 30px;
    text-align: center;
}

.project-block-one .top-content {
    position: relative;
    transition: .5s;
}

.project-block-one .inner-box:hover .top-content {
    transform: translateY(-90px);
}

.project-block-one h5 {
    position: relative;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.project-block-one h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.project-block-one h3:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 80px;
    transform: translate(-50%, 97px);
    transition: .5s;
}

.project-block-one .inner-box:hover h3:before {
    height: 40px;
    transform: translate(-50%, 65px);
}

.project-block-one .text {
    color: #fff;
    position: relative;
    transition: .5s;
    opacity: 0;
    transform: translateY(10px);
}

.project-block-one .inner-box:hover .text {
    opacity: 1;
    transform: translateY(0);
}

/* Client Logo Section */
.clients-logo-section {
    position: relative;
    padding: 0;
}

.clients-logo-section .image img {
    width: auto;
}


/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 70px;
}

.sec-title h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.sec-title.style-two h2 {
    font-weight: 700;
    letter-spacing: -2px;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title.small {
    margin-bottom: 30px;
}

.sec-title.small h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -2px;
}

.sec-title .sec-title-dec {
    position: absolute;
    top: 0;
    left: 27px;
    height: 100px;
    width: 2px;
    transform: translate(0, -145px);
}

.sec-title.text-center .sec-title-dec {
    left: 50%;
    transform: translate(-50%, -145px);
}

.sec-title .sec-title-dec:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.sec-title .sec-title-dec:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.sec-title .sec-title-dec-two {
    position: absolute;
    top: 20px;
    left: -75px;
    height: 2px;
    width: 52px;
}

.sec-title .shape-one {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 100%;
    height: 100px;
    background-image: url(../images/shape/shape-3.png);
}

/* Services Section */
.services-section {
    position: relative;
    padding: 145px 0 210px;
}

.services-section .big-title {
    bottom: 100px;
}

.border-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.border-shape:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 220px;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}

.border-shape.style-two:before {
    display: none;
}

.service-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-one .image {
    overflow: hidden;
}

.service-block-one .image img {
    width: 100%;
    transition: .5s;
}

.service-block-one .inner-box:hover .image img {
    transform: scale(1.1);
}

.service-block-one .content {
    position: relative;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    padding: 40px 45px 30px;
    background-color: #fff;
}

.service-block-one .content:before {
    position: absolute;
    content: '';
    left: 0;top: 0;
    right: 0;
    height: 0%;
    background-color: #3b3b44;
    transition: .5s;
}

.service-block-one .inner-box:hover .content:before {
    height: 100%;
}

.service-block-one h4 {
    font-size: 24px;
    font-weight: 500;
    transition: .5s;
}

.service-block-one .inner-box:hover h4 {
    transform: translateY(-18px);
    color: #fff;
}

.service-block-one h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 2px;
}

.service-block-one .link-btn {
    position: relative;
    opacity: 0;
    transition: .5s;
    transform: translateY(-10px);
}

.service-block-one .inner-box:hover .link-btn {
    opacity: 1;
    transform: translateY(8px);
}

.service-block-one .link-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* Working Process Section */
.working-process-section {
    position: relative;
    padding: 100px 0 110px;
    background-size: cover;
    background-attachment: fixed;
}

.working-process-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #66ab52;
    opacity: .7;
}

.working-process-section .text {
    position: relative;
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

.process-block .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.process-block .icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 15px;
}

.process-block .count {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
}

.process-block h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

/* Testimonial Section */


.testimonial-section{
    position: relative;
    padding: 105px 0px;
}

.testimonial-block-one{
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    padding: 46px 30px 49px 50px;
    transition: all 500ms ease;
}

.testimonial-block-one:hover{
    border-color: #2d5883;
}

.testimonial-block-one .inner-box{
    position: relative;
    padding-left: 170px;
}

.testimonial-block-one .inner-box .author-inner{
    position: absolute;
    left: 0px;
    top: 11px;
    text-align: center;
}

.testimonial-block-one .inner-box .author-inner .image-box{
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 7px;
}

.testimonial-block-one .inner-box .author-inner .image-box img{
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-inner h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-inner .designation{
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin: 0px;
}

.testimonial-block-one .inner-box .content-inner .rating-box{
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.testimonial-block-one .inner-box .content-inner .rating-box h6{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #2d5883;
    margin-right: 12px;
}

.testimonial-block-one .inner-box .content-inner .rating-box .rating{
    position: relative;
    display: inline-block;
}

.testimonial-block-one .inner-box .content-inner .rating-box .rating li{
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 26px;
    color: #ffce4a;
}

.testimonial-section .owl-dots{
    display: block;
    text-align: center;
    margin-top: 58px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover {
    width: 18px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 8px;
    background: #cccccc;
    border-radius: 5px;
    margin: 0px 6px;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-section .sec-title{
    margin-bottom: 70px;
}





/* Team Section */

.team-section {
    position: relative;
    padding: 145px 0 210px;
}

.team-block-one {
    position: relative;
}

.team-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.team-block-one .image img {
    width: 100%;
}

.team-block-one .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    padding: 20px;
    background-color: rgba(59, 59, 68, 0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.team-block-one .inner-box:hover .overlay {
    opacity: 1;
}

.team-block-one h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.team-block-one h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.team-block-one .social-links {
    position: relative;
}

.team-block-one .social-links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-block-one .social-links ul li {
    margin: 0 8px;
}

.team-block-one .social-links ul li a {
    font-size: 16px;
    color: #fff;
}

.team-block-one .border-one {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-top: 1px solid;
    border-bottom: 1px solid;
    transform: scaleX(0);
}

.team-block-one .inner-box:hover .border-one {
    transform: scaleX(1);
}

.team-block-one .border-two {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-left: 1px solid;
    border-right: 1px solid;
    transform: scaleY(0);
}

.team-block-one .inner-box:hover .border-two {
    transform: scaleY(1);
}

.team-section .big-title {
    bottom: 100px;
}

/* Features Section */
.features-section {
    position: relative;
    padding-top: 180px;
    padding-bottom: 120px;
}

.features-section .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 160px;
    background-size: cover;
}

.feature-block {
    position: relative;
    padding: 100px 75px;
    max-width: 640px;
    margin: 0 auto;
    background-size: cover;
}

.feature-block h3 {
    position: relative;
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.feature-block h3:before {
    position: absolute;
    content: '';
    left: -75px;
    top: 25px;
    height: 2px;
    width: 40px;
}

.feature-block .text {
    position: relative;
    color: #fff;
    margin-bottom: 40px;
}

.feature-block .theme-btn {
    color: #fff;
}

/* Blog Section */

.blog-section {
    position: relative;
    padding: 145px 0 90px;
}
.image-texted.blog-section {
    position: relative;
    padding: 60px 0 93px;
}
.theme-title h1::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: red;
}

.news-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-one .image {
    position: relative;
    margin-right: 15px;
    overflow: hidden;
}

.news-block-one .image img {
    width: 100%;
}

.news-block-one .date {
    position: absolute;
    top: 58px;
    right: 0;
    color: #fff;
    padding: 7px 22px;
    z-index: 9;
}

.news-block-one .content {
    position: relative;
    padding: 50px 40px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    margin-left: -15px;
    background-color: #fff;
}

.news-block-one h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.news-block-one h3 a {
    color: #222;
}

.news-block-one .post-meta {
    position: relative;
}

.news-block-one .post-meta li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.news-block-one .category {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.news-block-one .text {
    position: relative;
    padding-top: 40px;
    margin-bottom: 35px;
}

.news-block-one .text:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    width: 150px;
    height: 2px;
}

/* News Block Two */

.news-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .image {
    position: relative;
}

.news-block-two .image img {
    width: 100%;
}

.news-block-two .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px 10px;
    text-align: center;
    background-color: rgba(59, 59, 68, 0.90);
}

.news-block-two .date {
    position: relative;
    color: #fff;
    padding: 7px 22px;
    display: inline-block;
    margin-bottom: 20px;
}

.news-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-block-two h4 a {
    color: #fff;
}

.news-block-two .post-meta {
    position: relative;
}

.news-block-two .post-meta li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}

.news-block-two .category {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.news-block-two.style-two .content {
    background: rgba(19, 51, 108, 0);
    top: auto;
    padding: 0 30px 30px;
}


/* Newsletter Section */

.newsletter-section {
    position: relative;
    background-size: cover;
    padding: 80px 0 50px;
}

.newsletter-section .left-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.newsletter-section .logo {
    margin-bottom: 30px;
}

.newsletter-section h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.newsletter-section input {
    height: 55px;
    padding: 0 20px;
    background-color: #fff;
    width: calc(100% - 180px);
    margin-bottom: 30px;
}

.newsletter-section .theme-btn {
    color: #fff;
    margin-bottom: 30px;
    padding: 14.5px 40px;
}

/* Style Two */

.newsletter-section.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
}

.newsletter-section.style-two .theme-btn {
    background-color: #3b3b44;
    padding: 15.5px 40px;
}

/* Abut us section two */

.about-us-section-two {
    position: relative;
    padding: 20px 0 0
}

.about-us-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
    /* background-color: #fcf9f2;*/
    z-index: 2;
}

.about-us-section-two .auto-container {
    max-width: 1530px;
}

.about-us-section-two .content-block {
    position: relative;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
    z-index: 2;
}

.about-us-section-two .content-block h3 {
    position: relative;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-family: 'Gilroy-Bold', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}


.about-us-section-two .content-block h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-us-section-two .content-block .text {
    margin-bottom: 40px;
    color: #fff;
}

.about-us-section-two .content-block .sign {
    margin-bottom: 10px;
}

.about-us-section-two .content-block .designation {
    position: relative;
    font-size: 14px;
}

.about-us-section-two .wrapper-box {
    position: relative;
    margin-bottom: -30px;
    margin-left: 70px;
    margin-right: -30px;
}

.about-us-section-two .wrapper-box:before {
    position: absolute;
    content: '';
    left: -120px;
    bottom: -120px;
    right: 150px;
    top: 150px;
    background-image: url(../images/shape/shape-3.png);
    z-index: 1;
}

.feature-block-two .inner-box{
    position: relative;
    margin-bottom: 30px;
    padding: 50px 40px 50px;
    background-color: #fff;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.feature-block-two .inner-box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}

.feature-block-two .inner-box:hover:before {
    opacity: .8;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.feature-block-two .icon {
    position: relative;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 25px;
    transition: .5s;
}

.feature-block-two .inner-box:hover .icon {
    color: #fff;
}

.feature-block-two h4 {
    font-size: 24px;
    font-weight: 500;
    padding-top: 15px;
    transition: .5s;
}

.feature-block-two .inner-box:hover h4 {
    color: #fff;
}

.feature-block-two h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.feature-block-two .inner-box:hover h4:before {
    background-color: #fff;
}

/* Features Section Three */

.featues-section-three {
    position: relative;
    padding: 180px 0 90px;
}

.featues-section-three .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top left;
    background-repeat: no-repeat;
}

.feature-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.feature-block-three .image {
    position: relative;
    margin-bottom: 40px;
}

.feature-block-three h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.feature-block-three .text {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 0;
}

.feature-block-three .text:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #ccc;
    transition: .5s;
    transform: translateX(-50%);
}

.feature-block-three .inner-box:hover .text:before {
    width: 100%;
}


.feature-block-three .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    padding: 20px;
    background-color: rgba(59, 59, 68, 0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feature-block-three .inner-box:hover .overlay {
    opacity: 1;
}

.feature-block-three .border-one {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-top: 2px solid;
    border-bottom: 2px solid;
    transform: scaleX(0);
}

.feature-block-three .inner-box:hover .border-one {
    transform: scaleX(1);
}

.feature-block-three .border-two {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-left: 2px solid;
    border-right: 2px solid;
    transform: scaleY(0);
}

.feature-block-three .inner-box:hover .border-two {
    transform: scaleY(1);
}

/* Services Section Two */

.services-section-two {
    position: relative;
    padding: 145px 0 90px;
}

.service-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .image img {
    width: 100%;
}

.service-block-two .content {
    position: relative;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    padding: 38px 45px 45px;
    background-color: #fff;
}

.service-block-two h4 {
    font-size: 24px;
    font-weight: 500;
    transition: .5s;
    padding-bottom: 20px;
}

.service-block-two h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.service-block-two .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 45px;
    background-size: cover;
}

.service-block-two .inner-box:hover .overlay {
    opacity: 1;
}

.service-block-two .inner-box .overlay:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    background-color: #3b3b44;
}

.service-block-two .inner-box:hover .overlay:before {
    opacity: .9;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.service-block-two .logo {
    position: relative;
    margin-bottom: 20px;
}

.service-block-two .text {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}

/* Gallery Section */

.gallery-section {
    position: relative;
}

.gallery-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.gallery-block .inner-box {
    position: relative;
}

.gallery-block .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gallery-block .inner-box:hover .overlay {
    opacity: .95;
}

.gallery-block .zoom-btn {
    position: relative;
    font-size: 60px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    line-height: 60px;
}

.gallery-block .border-one {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: scaleX(0);
}

.gallery-block .inner-box:hover .border-one {
    transform: scaleX(1);
}

.gallery-block .border-two {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: scaleY(0);
}

.gallery-block .inner-box:hover .border-two {
    transform: scaleY(1);
}

/* Experience Section */

.experience-section {
    position: relative;
    padding: 270px 0 90px;
}

.experience-section .shape-one {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 50%;
    height: 170px;
    background-image: url(../images/shape/shape-3.png);
}

/*=======progress bar========*/

.progress-levels {
    position: relative;
}

.progress-levels h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.default-section .progress-levels {
    padding-top: 7px;
}

.progress-levels .progress-box {
    position: relative;
    padding-bottom: 35px;
    padding-top: 10px;
    overflow: hidden;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 3px;
    background: #eee;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 0px;
    height: 3px;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box .percent {
    position: absolute;
    right: 0;
    top: -30px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    opacity: 0;
    -webkit-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
    transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

/* Pricing Section */

.pricing-section {
    position: relative;
    padding: 145px 0 90px;
}

.pricing-section .row {
    margin: 0 -25px;
}

.pricing-block {
    padding: 0 25px;
}

.pricing-block .inner-box {
    position: relative;
    padding: 60px 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.pricing-block.active-block .inner-box {
    box-shadow: none;
    border: 5px solid #222;
    padding: 56px 26px;
}

.pricing-block .wrapper-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.pricing-block .icon {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.pricing-block .category {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-block .price-box {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.pricing-block .price {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pricing-block .price strong {
    font-weight: 700;
}

.pricing-block .text {
    margin-bottom: 0;
    font-size: 14px;
}

.pricing-block ul {
    position: relative;
    padding-bottom: 15px;
}

.pricing-block ul li {
    font-size: 12px;
    color: #666;
    opacity: .4;
    margin-bottom: 20px;
}

.pricing-block ul li.active {
    opacity: 1;
}

.pricing-block ul li strong {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    opacity: .4;
}

.pricing-block ul li.active strong {
    opacity: 1;
}

/* Contact Form */

.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-form .bootstrap-select>.dropdown-toggle .contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group input[type="date"],
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    font-weight: 300;
    background-color: #046ae61a;
    padding: 11.5px 25px;
    border-radius: 0;
    border: 1px solid #fcf9f2;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.contact-form .form-group textarea {
    height: 130px;
}

.contact-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/* Contact Section */

.contact-section {
    position: relative;
    padding: 200px 0 100px;
    border-bottom: 1px solid #eee;
}

.contact-section .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
    background-size: cover;
}

.contact-section .wrapper-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.contact-section .contact-form-area {
    position: relative;
    padding: 70px 70px;
}

.contact-section .form-group-two {
    margin-top: 25px;
}

.contact-section .theme-btn {
    background-color: #3b3b44;
}

.contact-section .bottom-content {
    position: relative;
    text-align: center;
    margin-top: 90px;
}

.contact-section .bottom-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-section .bottom-content .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-section .bottom-content .contact-info li {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 10px;
}

.contact-section .bottom-content .contact-info li a {
    color: #222;
}

.contact-section .bottom-content .contact-info li:last-child {
    margin-right: 0;
}

.contact-section .bottom-content .contact-info li span {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.contact-section .bottom-content .contact-info li i {
    font-size: 24px;
}

.contact-section .bottom-content .contact-info li:first-child {
    padding-left: 120px;
}

.contact-section .bottom-content .contact-info li:first-child i {
    margin-right: 15px;
}

.contact-section .bottom-content .contact-info li:first-child:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    height: 2px;
    width: 100px;
}

.contact-section .bottom-content .contact-info li:last-child {
    padding-right: 120px;
}

.contact-section .bottom-content .contact-info li:last-child i {
    margin-left: 15px;
}

.contact-section .bottom-content .contact-info li:last-child:before {
    position: absolute;
    content: '';
    right: 0;
    top: 10px;
    height: 2px;
    width: 100px;
}

/* About Us Section Three */

.about-us-section-three {
    position: relative;
    padding: 190px 0 250px;
}

.about-us-section-three .shape-one {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 50%;
    height: 560px;
    background-image: url(../images/shape/shape-3.png);
}


.about-us-section-three .content h2 {
    position: relative;
    font-size: 48px;
    letter-spacing: -3px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-us-section-three .content h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}


.about-us-section-three .text {
    position: relative;
    margin-bottom: 35px;
}

.about-us-section-three .experience-years {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-us-section-three .years {
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
    padding: 3px 0 8px;
    margin-right: 20px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #13336c;
}

.about-us-section-three .experience-years .text {
    text-transform: uppercase;
    max-width: 265px;
    margin: 0;
}

/* Services Section Three */
.services-section-three {
    position: relative;
    padding: 120px 0 490px;
}

.services-section-three .sec-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    background-size: cover;
}

.service-block-three {
    position: relative;
}

.service-block-three .inner-box{
    position: relative;
    margin-bottom: 30px;
    padding: 50px 40px 50px;
    background-color: #fff;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.service-block-three .inner-box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    bottom: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    background-color: #13336c;
}

.service-block-three .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.service-block-three .icon {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
    transition: .5s;
}

.service-block-three .inner-box:hover .icon {
    color: #fff;
}

.service-block-three h4 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: .5s;
}

.service-block-three .inner-box:hover h4 {
    color: #fff;
}

.service-block-three h4:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.service-block-three .inner-box:hover h4:before {
    background-color: #fff;
}

.service-block-three .text {
    position: relative;
    margin-bottom: 0;
    transition: .5s;
}

.service-block-three .inner-box:hover .text {
    color: #fff;
}

/* Funfacts Section Two */

.funfacts-section-two {
    position: relative;
    padding: 10px 0 60px;
}

.funfacts-section-two .counter-column .inner {
    width: max-content;
    margin: 0 auto;
}

.funfacts-section-two .counter-column:nth-child(odd) .inner {
    text-align: right;
}

.funfacts-section-two .image {
    margin-bottom: 30px;
    margin-left: -122px;
    transform: translateY(-70px);
}

.funfacts-section-two .count-text {
    position: relative;
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.funfacts-section-two .count-text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.funfacts-section-two .counter-column:nth-child(odd) .count-text:before {
    left: auto;
    right: 0;
}

.funfacts-section-two .text {
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Projects Section Three */
.projects-section-three {
    position: relative;
    padding: 100px 0 130px;
}

.projects-section-three .border-shape:before {
    left: 0;
    width: 25%;
    transform: translateX(0);
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    margin-bottom: 160px;
    width: fit-content;
}

.project-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
}

.project-block-three .inner-box .image img {
    transition: 1s;
}

.project-block-three .inner-box:hover .image img {
    transform: scale(1.2);
}

.project-block-three:nth-child(odd) .inner-box {
    top: -40px;
}

.project-block-three:nth-child(even) .inner-box {
    margin: 0 auto;
    margin-right: 0;
}

.project-block-three .content {
    position: absolute;
    left: 0;
    bottom: -80px;
    background-color: #fff;
    padding: 60px;
    max-width: 375px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}


.project-block-three .content h4 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 20px;
    transition: .5s;
}

.project-block-three .content h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.project-block-three .content .text {
    position: relative;
    margin-bottom: 35px;
    transition: .5s;
}

.project-block-three .content .link {
    position: relative;
}

.project-block-three .content .link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    border-right-color: #13336c;
    border-top-color: #13336c;
    transition: .9s;
}

.project-block-three .inner-box:hover .content .link:before {
    transform: rotate(180deg);
}

.project-block-three .content .link i {
    position: relative;
    margin-left: 25px;
    font-size: 20px;
    display: inline-block;
}

.project-block-three.style-two .inner-box {
    margin: 0 auto 120px;
    margin-right: 0;
    top: 0;
}

.project-block-three.style-two .content {
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.project-block-three h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ece9e9;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: 0 0;
    text-transform: uppercase;
}


/* Contact Section Two */

.contact-section-two {
    position: relative;
    padding: 100px 0 0;
}

.contact-section-two .border-shape:before {
    right: 0;
    left: auto;
    width: 25%;
    transform: translateX(0);
}

.contact-section-two .sec-title .sec-title-dec {
    left: auto;
    right: 0;
}

.contact-section-two .contact-form-area {
    background-color: #13336c;
    padding: 45px 60px 60px;
    margin-left: -15px;
}

.contact-section-two .contact-form .bootstrap-select>.dropdown-toggle,
.contact-section-two .contact-form .form-group input[type="text"],
.contact-section-two .contact-form .form-group input[type="email"],
.contact-section-two .contact-form .form-group textarea,
.contact-section-two .contact-form .form-group select {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
}

.contact-section-two .contact-form .form-group {
    margin-bottom: 25px;
}

.contact-section-two .contact-form .form-group-two {
    margin-top: 12px;
}

.contact-section-two .contact-form {
    margin-bottom: 45px;
}

.contact-section-two .contact-info li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.contact-section-two .contact-info li + li {
    margin-top: 11px;
}

.contact-section-two .contact-info li a {
    color: #fff;
}

.contact-section-two .contact-info li i {
    margin-right: 8px;
}

/* Newsletter Section Two */

.newsletter-section-two {
    position: relative;
    background-size: cover;
    padding: 75px 0 50px;
}

.newsletter-section-two .sec-bg-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}

.newsletter-section-two .sec-bg-two {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}

.newsletter-section-two .sec-bg-two:before {
    position: absolute;
    content: '';
    background-color: #f4a046;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .87;
}

.newsletter-section-two .auto-container {
    max-width: 100%;
    padding: 0;
}

.newsletter-section-two .wrapper-box {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-section-two h4 {
    position: relative;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.newsletter-section-two input {
    height: 55px;
    padding: 0 20px;
    background-color: #fff;
    width: calc(100% - 180px);
    margin-bottom: 30px;
}

.newsletter-section-two .theme-btn {
    color: #fff;
    margin-bottom: 30px;
    padding: 15.5px 40px;
}

.newsletter-section-two .btn-style-one {
    background-color: #13336c;
}


/* About Section Four */

.about-us-section-four {
    position: relative;
    padding: 120px 0 90px;
}

.about-us-section-four .content {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-four .content h4 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.about-us-section-four .content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
}

.about-us-section-four .content h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: -3px;
}

.about-us-section-four .content h2 strong {
    font-weight: 700;
}

.about-us-section-four .content .text {
    margin-bottom: 40px;
}

.about-us-section-four .image {
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
}

.about-us-section-four .image:before {
    position: absolute;
    content: '';
    left: 80px;
    top: 0;
    right: 80px;
    bottom: 0;
    border: 10px solid #222;
}

.about-us-section-four .image img {
    position: relative;
}

.line-shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.line-shape .line-four,
.line-shape .line-three,
.line-shape .line-two,
.line-shape .line-one {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
}

.line-shape .line-two {
    left: 33.333%;
}

.line-shape .line-three {
    left: 66.333%;
}

.line-shape .line-four {
    left: auto;
    right: 0;
}

.about-us-section-four .shape-one {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 310px;
    height: 430px;
    background-image: url(../images/shape/shape-3.png);
    transform: translateY(-50%);
}

/* CTA Section */

.cta-section {
    position: relative;
    text-align: center;
}

.cta-section .auto-container {
    max-width: 1330px;
}

.cta-section .outer-box {
    position: relative;
    padding: 60px 0;
}

.cta-section .outer-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .95;
}

.cta-section .outer-box .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cta-section .outer-box .shape-one:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: -20px;
    height: 20px;
    opacity: .15;
}

.cta-section .outer-box .shape-one:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: -10px;
    height: 10px;
    opacity: .15;
}

.cta-section .logo {
    position: relative;
    margin-bottom: 20px;
}

.cta-section h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -3px;
}

/* Services Section Style Two */

.services-section.style-two {
    position: relative;
    padding: 305px 0 210px;
}

.services-section.style-two .shape-one {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 310px;
    height: 70px;
    background-image: url(../images/shape/shape-3.png);
    transform: translateX(-50%);
}

.services-section.style-two .outer-container {
    position: relative;
    padding: 0 30px;
}

.services-section.style-two .service-block-one .inner-box {
    margin-bottom: 0;
}

/* Working Process Section */

.working-process-section-two {
    position: relative;
    padding: 145px 0 110px;
}

.working-process-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 800px;
    background-size: cover;
    z-index: 1;
}

.working-process-section-two .auto-container {
    max-width: 1270px;
}

.working-process-section-two .sec-title {
    z-index: 2;
}

.process-block-two .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    z-index: 2;
}

.process-block-two .icon {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border: 11px solid #2b2b31;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #3b3b44;
    transition: 2s;
}

.process-block-two .icon span {
    display: inline-block;
    transition: 2s;
}

.process-block-two .inner-box:hover .icon span {
    transform: rotate(360deg);
}

.process-block-two .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #606065;
    border-radius: 50%;
}

.process-block-two .count {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}

.process-block-two h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.process-block-two .text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.working-process-section-two .bottom-content {
    position: relative;
    margin-top: 80px;
}

.working-process-section-two .single-image-carousel {
    position: relative;
    margin-bottom: 50px;
}

.working-process-section-two .single-image-carousel .slider-nav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.working-process-section-two .single-image-carousel .slider-button-next {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ccad6e;
    color: #ffffff;
    margin-right: 1px;
    cursor: pointer;
}

.working-process-section-two .single-image-carousel .slider-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ccad6e;
    color: #ffffff;
    margin-left: 1px;
    cursor: pointer;
}

.working-process-section-two .single-image-carousel .slider-nav:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 2px;
    bottom: 0;
    background: #fff;
    transform: translateX(-50%);
}

/* Projects-section-four */
.projects-section-four {
    position: relative;
    padding: 150px 0 120px;
}

.projects-section-four .big-title {
    bottom: -72px;
}

.project-block-four .inner-box {
    position: relative;
    margin-bottom: 140px;
    width: fit-content;
}

.project-block-four:nth-child(even) .inner-box {
    margin: 0 auto 140px;
    margin-right: 0;
    top: -310px;
}

.project-block-four .image {
    position: relative;
    overflow: hidden;
}

.project-block-four .image img {
    width: 100%;
    transition: 1s;
}

.project-block-four .inner-box:hover .image img {
    transform: scale(1.2);
}

.project-block-four .content {
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: -60px;
    padding: 60px;
    background: #fff;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.project-block-four .content h4 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.project-block-four .content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.project-block-four .content .btn-style-two:before {
    background-color: #222;
}

.project-block-four .content .theme-btn:hover {
    border-color: #222;
}

.project-block-four .image:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    background-color: #000;
    z-index: 1;
}

.project-block-four .inner-box:hover .image:before {
    opacity: .75;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.project-block-four .inner-box .zoom-btn {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -25px;
    color: #fff;
    font-size: 50px;
    transition: .5s;
    opacity: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 2;
}

.project-block-four .inner-box:hover .zoom-btn {
    opacity: 1;
}

.projects-section-four .outer-container {
    position: relative;
}

.projects-section-four .link-btn-two {
    position: absolute;
    right: 180px;
    bottom: 205px;
}

/* Testimonials Section Style Two */
.testimonial-section.style-two {
    padding-top: 120px;
    padding-bottom: 30px;
}

.testimonial-section.style-two .sec-bg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(49, 49, 56, 0.80);
}

.testimonial-section.style-two .sec-bg {
    height: 100%;
}

.testimonial-section.style-two .testimonial-thumbs {
    margin-bottom: 45px;
    transform: translateY(0);
}

.testimonial-section.style-two .testimonial-carousel {
    background: transparent;
}

.testimonial-section.style-two .testimonial-block .text {
    color: #fff;
}

.testimonial-section.style-two .testimonial-block .author-title {
    color: #fff;
}

.testimonial-section.style-two .testimonial-block {
    margin-bottom: 80px;
}

/* Funfacts Four */

.funfacts-four {
    position: relative;
    padding: 100px 0 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.funfacts-four .counter-column .inner {
    text-align: center;
}

.funfacts-four .image {
    margin-bottom: 30px;
    margin-left: -122px;
    transform: translateY(-70px);
}

.funfacts-four .count-text {
    position: relative;
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
}

.funfacts-four .count-text:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
}

.funfacts-four .text {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

/* Blog Section Two */

.blog-section-two {
    position: relative;
    padding: 50px 0 90px;
}

.blog-section-two .shape-one {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 310px;
    height: 70px;
    background-image: url(../images/shape/shape-3.png);
    transform: translateX(-50%);
}

.news-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .image {
    position: relative;
    z-index: 9;
}

.news-block-three .image img {
    width: 100%;
}

.news-block-three .date {
    position: absolute;
    bottom: -21px;
    left: 40px;
    color: #fff;
    padding: 7px 22px;
}

.news-block-three .content {
    position: relative;
    background-color: #fff;
    padding: 50px 40px 45px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.news-block-three h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -1px;
    padding-bottom: 20px;
}

.news-block-three h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.news-block-three h3 a {
    color: #222;
}

.news-block-three .post-meta {
    position: relative;
}

.news-block-three .post-meta li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.news-block-three .category {
    position: relative;
    font-size: 14px;
    transition: .5s;
}

.news-block-three .content .wrapper-box {
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.news-block-three .inner-box:hover .wrapper-box {
    opacity: 0;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
}

.news-block-three .link-btn {
    position: absolute;
    left: 40px;
    bottom: 45px;
    opacity: 0;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
}

.news-block-three .inner-box:hover .link-btn {
    opacity: 1;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.news-block-three .btn-style-one {
    padding: 8px 30px;
    font-size: 14px;
    background: #3b3b44;
}

/* About Section Five */

.about-us-section-five {
    position: relative;
}

.about-us-section-five .auto-container {
    position: relative;
    z-index: 9;
}

.about-us-section-five .image {
    position: relative;
    margin-top: -17px;
    margin-bottom: 30px;
}


.about-us-section-five .content {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-five .content h4 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.about-us-section-five .content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
}

.about-us-section-five .content h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: -3px;
}

.about-us-section-five .content h2 strong {
    font-weight: 700;
}

.about-us-section-five .content .text {
    margin-bottom: 40px;
}

.about-us-section-five blockquote {
    position: relative;
    text-align: center;
    background: #2d2d34;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    padding: 45px 0;
    line-height: 40px;
    max-width: 760px;
    margin: 0 auto;
    margin-top: -49px;
    letter-spacing: -2px;
    border-bottom: 6px solid;
}

.about-us-section-five blockquote span {
    position: absolute;
    top: 37px;
    left: 50px;
    font-size: 48px;
    font-weight: 500;
}

.about-us-section-five blockquote span.right {
    left: auto;
    right: 50px;
}


/* Funfacts Section Three */

.funfacts-section-three {
    position: relative;
    padding: 115px 0 85px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.funfacts-section-three .counter-column .inner {
    text-align: center;
}

.funfacts-section-three .icon {
    position: relative;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}

.funfacts-section-three .count-text {
    position: relative;
    font-size: 120px;
    font-weight: 300;
    line-height: 120px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    color: #222;
}

.funfacts-section-three .count-text:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
}

.funfacts-section-three .text {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #222;
}

/* Services Section Five */
.services-section-five {
    position: relative;
    padding-bottom: 115px;
}

.services-section-five .auto-container {
    max-width: 1490px;
}


.services-section-five .owl-theme .owl-nav {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    width: 26px;
    transform: translateX(-50%);
}

.services-section-five .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 26px;
    top: 0;
    height: 26px;
    width: 26px;
    font-size: 0;
}

.services-section-five .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f116";
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    left: 0;
    color: #222;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-five .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 26px;
    font-size: 0;
}

.services-section-five .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f116";
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 27px;
    right: 0;
    color: #222;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/* Projects Section Five */
.projects-section-five {
    position: relative;
    padding: 125px 0 120px;
}

.project-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.project-block-five .inner-box .image-box img {
    width: 100%;
}

.project-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 0%;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0;
    transition: .5s;
}

.project-block-five .inner-box:hover:before {
    height: 100%;
    opacity: 1;
}

.project-block-five .image img {
    width: 100%;
}

.project-block-five .content {
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 0;
    padding: 30px 30px;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

.project-block-five .inner-box:hover .content {
    opacity: 1;
}

.project-block-five h5 {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.project-block-five h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.project-block-five h3:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 40px;
    transform: translate(-50%, 60px);
    transition: .5s;
}

.project-block-five .inner-box:hover h3:before {
    height: 40px;
    transform: translate(-50%, 65px);
}


/* Contact Section Three */

.contact-section-three {
    position: relative;
    padding-top: 80px;
}

.contact-section-three .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 120px;
    background-size: cover;
}

.contact-section-three .contact-form-area {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    padding: 80px;
    padding-left: 160px;
}

.contact-section-three h3 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.contact-section-three h3:before {
    position: absolute;
    content: '';
    left: -80px;
    top: 15px;
    height: 2px;
    width: 55px;
}

.contact-section-three .form-group-two {
    margin-top: 26px;
}

.contact-section-three .map-outer {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.contact-section-three #contact-google-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.gm-style .gm-style-iw-c {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    text-align: center;
    left: 0;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-color: white;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 220px;
    min-height: 85px;
    padding: 30px 0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.gm-style-iw-d h4 {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #c72a30;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 22px;
}

.gm-style-iw-d p {
    color: #858585;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.map-data {
    padding-left: 30px;
}

.map-data h6 {
    font-size: 20px;
    margin-bottom: 19px;
    border-bottom: 2px solid #c72a30;
    display: inline-block;
    color: #302c51;
}

.gmnoprint {
    display: none;
}


.contact-section-three .contact-info {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 80px;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #ccad6e;
    padding: 50px 0 40px;
}

.contact-section-three .contact-info li {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 10px;
}

.contact-section-three .contact-info li a {
    color: #fff;
}

.contact-section-three .contact-info li:last-child {
    margin-right: 0;
}

.contact-section-three .contact-info li span {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.contact-section-three .contact-info li i {
    font-size: 24px;
}

.contact-section-three .contact-info li:first-child i {
    margin-right: 15px;
}


.contact-section-three .contact-info li:last-child i {
    margin-left: 15px;
}

/* Video Section */

.video-section {
    position: relative;
    padding: 145px 0 110px;
    background-size: cover;
    text-align: center;
}

.video-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .65;
}

.video-section .video-btn {
    position: relative;
    margin-bottom: 30px;
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.video-section .text {
    position: relative;
    color: #fff;
}

/* Client Logo Section Two */

.clients-logo-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.clients-logo-section-two .auto-container {
    max-width: 1490px;
}

.clients-logo-section-two .image {
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    min-height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: .5s;
    background-color: #fff;
}

.clients-logo-section-two .image:hover  {
    border-color: #f8f5ef;
}

.clients-logo-section-two .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    transition: .5s;
    background-color: #f8f5ef;
    opacity: 0;
}

.clients-logo-section-two .image:hover:before {
    height: 100%;
}

.clients-logo-section-two .image img {
    position: relative;
}

/* Features Section Four */

.featues-section-four {
    position: relative;
    padding: 120px 0 90px;
}

/* About Section Six */
.addition-info {
    position: relative;
    padding: 60px 0 20px;
    margin: 0 20px;
    background-size: cover;
}

.addition-info:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .85;
}

.addition-info .single-image-carousel {
    position: relative;
    margin-right: -80px;
    margin-bottom: 30px;
}

.addition-info .tab-btn-style-one {
    margin-bottom: 30px;
    border-bottom: 0;
    display: table;
    width: 100%;
}

.addition-info .tab-btn-style-one a.nav-link {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #0455a3;
    background-color: transparent;
    border: 1px solid #0455a3;
    padding: 10px 0px;
    transition: .5s;
    bottom: -1px;
    text-align: center;
    border-radius: .25rem;
    margin: 0 13px;
    min-width: 300px;
}

.addition-info .tab-btn-style-one a.nav-link:hover {
    border-color: #0455a3;
    background: #0455a3;
    color: #fffefe;
}

.addition-info .tab-btn-style-one a.nav-link.active {
    color: #fff;
    background-color: #0455a3;
    border-color: #0455a3;
}

.addition-info .tab-content {
    position: relative;
    margin-bottom: 30px;
}
.addition-info .nav-tabs .nav-item{
    margin: 0 auto;
    display: table-cell;
    text-align: center;
}

.addition-info .tab-content .text {
    position: relative;
    color: #495057;
    margin-bottom: 30px;
}

.addition-info .tab-content ul li {
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 5px;
}

.addition-info .tab-content ul li i {
    font-size: 12px;
    margin-right: 10px;
}

/* Contact Section Four */
.contact-section-four {
    position: relative;
    padding: 120px 0 90px;
    background-position: top left;
    background-repeat: no-repeat;
}

.contact-section-four .contact-form-area {
    background: #fff;
    position: relative;
    padding: 59px 80px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    margin-right: -30px;
}

.contact-section-four .form-group-two {
    margin-top: 25px;
}

/* Projects Section Two */

.projects-section-two {
    position: relative;
    padding: 145px 0 250px;
}

.projects-section-two .big-title {
    bottom: 130px;
}

.projects-section-two .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 640px;
    background-size: cover;
}

.project-block-two .inner-box {
    position: relative;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    margin: 0 20px 20px;
}

.projects-section-two .theme_carousel {
    max-width: 1005px;
    margin: 0 auto;
}

.project-block-two .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 45%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.project-block-two .content h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.project-block-two .content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.project-block-two .content .text {
    margin-bottom: 40px;
}


/*Project Tab*/

.projects-section-two .project-tab {
    position: relative;
    max-width: 1045px;
    margin: 0 auto;
}

.projects-section-two .project-tab .tabs-header{
    position:relative;
    text-align: center;
    margin: 0 15px;
}

.projects-section-two .project-tab .project-tab-btns{
    position:relative;
    margin-bottom: 50px;
}


.projects-section-two .project-tab .project-tab-btns .p-tab-btn{
    position:relative;
    cursor:pointer;
    color:rgba(255, 255, 255, 0.5);
    font-weight:400;
    font-size: 16px;
    display:inline-block;
    margin-bottom:10px;
    margin: 0px 15px;
    text-transform: uppercase;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.projects-section-two .project-tab .project-tab-btns .p-tab-btn:hover,
.projects-section-two .project-tab .project-tab-btns .p-tab-btn.active-btn{
    color:#fff;
}

.projects-section-two .project-tab .p-tabs-content{
    position:relative;
    display:block;
}

.projects-section-two .project-tab .p-tab{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    visibility:hidden;
}

.projects-section-two .project-tab .p-tab.active-tab{
    position:relative;
    visibility:visible;
    z-index:5;
}

.projects-section-two .p-tab.active-tab .project-block-two{
    -webkit-transform:scaleX(1);
    -ms-transform:scaleX(1);
    -o-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform:scaleX(1);
}

.projects-section-two .p-tab .project-block-two{
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    -moz-transform:scaleX(0);
    transform:scaleX(0);
}


.projects-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -50px;
    display: block;
    right: -50px;
    height: 30px;
    margin-top: -15px;
}

.projects-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
    font-size: 0;
}

.projects-section-two .owl-theme .owl-nav .owl-prev:before {
    font-family: "Flaticon";
    content: "\f116";
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    left: 0;
    color: #fff;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 26px;
    font-size: 0;
}

.projects-section-two .owl-theme .owl-nav .owl-next:before {
    font-family: "Flaticon";
    content: "\f116";
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 27px;
    right: 0;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/** page-title **/

.page-title {
    position: relative;
    padding: 35px 0 35px;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
}


.page-title .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title .content-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 65px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    /*padding-top: 20px;*/
    color: #fff;
    text-shadow: 2px 2px #00000036;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

/*.page-title .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    margin-left: -40px;
    width: 80px;
    height: 2px;
}*/

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-right: 20px;
    margin-right: 5px;
    font-family: var(--fira-sans);
    text-transform: uppercase;
}

.page-title .content-box .bread-crumb li a {
    color: #fff;
}

.page-title .content-box .bread-crumb li.home a {
    border: 1px solid;
    padding: 5px;
    margin-right: 10px;
}

.page-title .content-box .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0px;
    margin: 0px;
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "//";
    top: 0px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}


/* Working Process Section Style Two */

.working-process-section.style-two .process-block .icon {
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 40px;
    line-height: 96px;
}

/* Room Dimention */
.image-texted {
    position: relative;
}

.image-texted .auto-container {
    max-width: 100%;
    padding: 0;
}

.image-texted .image {
    position: relative;
    margin-right: -80px;
}

.image-texted .content {
    position: relative;
    padding: 50px 130px;
    margin-left: -50px;
}

.image-texted .text {
    color: #fff;
}

.image-texted ul li {
    color: #fff;
    margin-bottom: 5px;
}

.image-texted ul li i {
    margin-right: 10px;
    margin-top: 0;
    font-size: 12px;
}

.image-texted .sec-title h2 {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Gilroy-bold', sans-serif;;
}
.blog-section  .content {
    /*min-height: 380px;*/
    min-height: 450px;
}

.blog-section  .content::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    opacity: 0.9;
    content: "";
}
.blog-section .blog1::before{
    background-color: #0455a3;
}
.blog-section .blog2::before{
    background-color: #7e5b47;
}
.blog-section .blog3::before{
    background-color: #2f437b;
}

.blog-section  .btn-style-two{
    border-color: #fff;
}
.blog-section .btn-style-two {
    color:#fff
}

.blog-section .btn-style-two::before{
    background: #fff;
}
.blog-section .btn-style-two:hover {
    color: #0455a3 !important;
}
.blogitem .pagination{
    position: absolute;
    padding: 30px;
    left: 0;
    right: 0;
}

.blogitem  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    padding: 25px;
    position: relative;
    margin: 8px;
    background: transparent;
    border: 1px solid #007aff;
}
.blogitem .swiper-pagination-clickable .swiper-pagination-bullet .number{
    position: absolute;
    top: 12px;
    left: 21px;
    color: #464646;
    font-size: 16px;
    font-family: 'Gilroy-bold', sans-serif;;
}

/* Projects Section Style Two*/

.projects-section.style-two {
    padding: 130px 0;
}

/* About Us Section Five */
.about-us-section-five.style-two .image {
    margin-top: 0;
}

.about-us-section-five.style-two {
    padding: 84px 0;
}

.about-us-section-five.style-two blockquote {
    margin-top: 50px;
}

/* Pricing Section Two */

.pricing-section.style-two {
    padding-top: 270px;
}

/* Error Page */

.error-page {
    position: relative;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 350px;
}

.error-page .logo {
    margin-bottom: 170px;
}

.error-page h1 {
    position: relative;
    font-size: 150px;
    font-weight: 500;
    color: #fff;
    line-height: 150px;
}

.error-page h2 {
    position: relative;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    margin-bottom: 30px;
}

.error-page .text {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}

.error-page .link-btn .theme-btn {
    color: #fff;
}

/* Contact Section */
.contact-section.style-two {
    position: relative;
    padding: 120px 0 90px;
}

.contact-section .contact-info-two {
    position: relative;
    margin-top: 110px;
}

.contact-section .contact-info-two .content {
    margin-left: 70px;
    padding-left: 65px;
}

.contact-section .contact-info-two .content h2 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-section .contact-info-two .content .text {
    margin-bottom: 25px;
}

.contact-section .contact-info-two .content h2:before {
    position: absolute;
    content: '';
    left: -65px;
    top: 20px;
    width: 50px;
    height: 2px;
    background: #ddd;
}

.contact-section .contact-info-two .content ul.list {
    margin-bottom: 30px;
}

.contact-section .contact-info-two .content li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.contact-section .contact-info-two .content li i {
    margin-right: 10px;
}

/* Google Map Section */
.google-map-section {
    position: relative;
}

.google-map-section #contact-google-map {
    position: relative;
    height: 500px;
}

/* Contact Info Three */

.contact-section .contact-info-three {
    position: relative;
    margin-bottom: 50px;
}

.contact-section .contact-info-three .content {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    padding: 60px 20px;
}

.contact-section .contact-info-three .content .icon {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.contact-section .contact-info-three .content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-section .contact-info-three .content .text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.contact-section .contact-info-three .content .text a {
    color: #666;
}

/* Timeline Section */

.timeline-section {
    position: relative;
    padding: 120px 0 120px;
}

.timeline-section .wrapper-box {
    position: relative;
    overflow: hidden;
}

.timeline-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 200px;
    min-width: 360px;
}

.timeline-block:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 45px;
    width: 1px;
    background-color: #eee;
    transform: translateX(-50%);
}

.timeline-block li {
    width: 50%;
    position: relative;
    margin-bottom: 62px;
}

.timeline-block li .center-box {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}

.timeline-block li .content {
    position: relative;
    padding: 40px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.timeline-block li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 252px;
    width: 150px;
    height: 1px;
    background-color: #eee;
}

.timeline-block li:nth-child(even):before {
    right: auto;
    left: 0;
}

.timeline-block li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 240px;
    width: 24px;
    height: 24px;
    background-color: #d4d7de;
    border: 5px solid #f0e6d3;
    border-radius: 50%;
    transform: translateX(50%);
}

.timeline-block li:nth-child(even):after {
    right: auto;
    left: 0;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(even) {
    transform: translateY(127px);
}

.timeline-block .date {
    font-size: 90px;
    line-height: 90px;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
    color: #f7f7f7;
}

.timeline-block h4 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.timeline-block h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.timeline-block .text {
    font-size: 16px;
    margin-bottom: 0px;
}


/* Portfolio Section */

.portfolio-section {
    position: relative;
    padding: 270px 0 90px;
}

.portfolio-section .gallery-block .inner-box {
    margin-bottom: 30px;
}

.filter-tabs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.filter-tabs li {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 18px 10px;
    transition: .5s;
}

.filter-tabs li.active {
    text-decoration: underline;
}


/* Portfolio Section Two */

.portfolio-section-two {
    position: relative;
    padding: 270px 0 90px;
}

.portfolio-section-two .auto-container {
    max-width: 100%;
    padding: 0;
}

/* Blog Page */
.sidebar-page-container {
    position: relative;
    padding: 120px 0 90px;
}

.news-block-four .inner-box {
    position: relative;
    margin-bottom: 80px;
}

.news-block-four .image {
    position: relative;
}

.news-block-four .image img {
    width: 100%;
}

.news-block-four .date {
    position: absolute;
    bottom: -21px;
    left: 40px;
    color: #fff;
    padding: 7px 22px;
}

.news-block-four .content {
    position: relative;
    padding: 50px 50px 45px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.news-block-four h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.news-block-four h3 a {
    color: #222;
}

.news-block-four .text {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.news-block-four .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.news-block-four .post-meta {
    position: relative;
}

.news-block-four .post-meta li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.news-block-four .category {
    position: relative;
    font-size: 14px;
    transition: .5s;
}

.news-block-four .content .wrapper-box {
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-block-four .inner-box:hover .wrapper-box {
    opacity: 0;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
}

.news-block-four .link-btn {
    position: absolute;
    left: 50px;
    bottom: 35px;
    opacity: 0;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
}

.news-block-four .inner-box:hover .link-btn {
    opacity: 1;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.news-block-four .btn-style-one {
    padding: 8px 30px;
    font-size: 14px;
    background: #3b3b44;
}

/* News Block Five */

.news-block-five .inner-box {
    position: relative;
    margin-bottom: 80px;
}

.news-block-five .date {
    position: absolute;
    top: -21px;
    left: 40px;
    color: #fff;
    padding: 7px 22px;
}

.news-block-five .content {
    position: relative;
    padding: 50px 50px 45px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.news-block-five h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.news-block-five h3 a {
    color: #222;
}

.news-block-five .text {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.news-block-five .text:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.news-block-five .post-meta {
    position: relative;
}

.news-block-five .post-meta li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.news-block-five .category {
    position: relative;
    font-size: 14px;
    transition: .5s;
}

.news-block-five .content .wrapper-box {
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-block-five .content .quote {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 30px;
}

/* Pagination */
.pagination {
    align-items: center;
    justify-content: center;
}

.pagination li {
    position: relative;
    margin: 0 5px 5px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-align: center;
    color: #3b3b44;
    display: inline-block;
    transition: .5s;
}

.pagination li a:hover {
    color: #fff;
    background-color: #3b3b44;
    border-color: #3b3b44;
}

.pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #3b3b44;
    display: inline-block;
}

.pagination li a.next {
    border-color: transparent;
    font-size: 18px;
}

/* Widget Style */

.widget {
    margin-bottom: 40px;
}

.widget-title {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.widget-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

/* Widget Search */

.widget_search {
    position: relative;
}

.widget_search input[type="search"] {
    width: 100%;
    height: 55px;
    background: #fcf9f2;
    padding: 0 30px;
    padding-right: 65px;
}

.widget_search .form-group {
    position: relative;
}

.widget_search button {
    position: absolute;
    top: 15px;
    right: 30px;
    background: transparent;
}

/* Category Widget */

.categories-list {
    position: relative;
}

.categories-list li {
    position: relative;
    margin-bottom: 10px;
}

.categories-list li a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
}

.categories-list li a:hover {
    padding-left: 25px;
}

.categories-list li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    color: #222;
}

.categories-list li a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f178";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    transition: .5s;
    opacity: 0;
}

.categories-list li a:hover:before {
    opacity: 1;
}

/* Popular Post */

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.widget_popular_post .content {
    position: relative;
    margin-bottom: 20px;
    max-width: 200px;
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

.widget_popular_post .content h5 a {
    color: #222;
    transition: .5s;
}

.widget_popular_post .content .date {
    font-size: 14px;
}

/* Widget Newsletter */

.widget_newsletter {
    position: relative;
    text-align: center;
    padding: 50px 30px;
}

/* Tag Cloud */

.widget_tag_cloud ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.widget_tag_cloud li {
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 12px;
}

.widget_tag_cloud li a {
    color: #222;
    transition: .5s;
}

/* Newsletter */
.widget_newsletter .widget-title {
    color: #fff;
}

.widget_newsletter .widget-title:before {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.widget_newsletter .form-group {
    position: relative;
    margin-bottom: 0;
}

.widget_newsletter i {
    position: absolute;
    right: 25px;
    top: 13px;
}

.widget_newsletter input[type="email"] {
    width: 100%;
    height: 55px;
    padding: 0 20px;
}

/* Blog Single Post */

.blog-single-post .inner-box {
    position: relative;
    margin-bottom: 80px;
}

.blog-single-post .image {
    position: relative;
}

.blog-single-post .image img {
    width: 100%;
}

.blog-single-post .date {
    position: absolute;
    bottom: -21px;
    left: 40px;
    color: #fff;
    padding: 7px 22px;
}

.blog-single-post .content {
    position: relative;
    padding: 50px 50px 45px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.blog-single-post h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.blog-single-post h3 a {
    color: #222;
}

.blog-single-post h4 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -1px;
}


.blog-single-post .text {
    position: relative;
    margin-bottom: 20px;
}

.blog-single-post .post-meta {
    position: relative;
}

.blog-single-post .post-meta li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.blog-single-post .category {
    position: relative;
    font-size: 14px;
    transition: .5s;
}

.blog-single-post .content .wrapper-box {
    position: relative;
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog-single-post .content .wrapper-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.blog-single-post .list {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}

.blog-single-post .list li {
    position: relative;
    font-weight: 500;
    padding-left: 32px;
    margin-bottom: 5px;
}

.blog-single-post .list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    width: 15px;
    height: 3px;
}

.blog-single-post blockquote {
    position: relative;
    border-left: 4px solid;
    font-size: 24px;
    font-weight: 600;
    padding-left: 26px;
    margin: 30px 0;
    margin-left: 35px;
}

.blog-single-post blockquote p {
    font-size: 14px;
    margin-top: 15px;
}

.blog-single-post .post-tags {
    margin-bottom: 20px;
}

.blog-single-post .post-tags span {
    font-weight: 600;
}

.blog-single-post .post-tags a {
    position: relative;
    margin-right: 10px;
    color: #222;
    transition: .5s;
}

.blog-single-post .post-tags a:before {
    position: absolute;
    content: ',';
    right: -6px;
    bottom: -2px;
}

.blog-single-post .social-links {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.blog-single-post .social-links li {
    margin: 0 1.5px;
}

.blog-single-post .social-links a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 6.5px 26px;
}

.blog-single-post .social-links a.facebook {
    background-color: #3b5998;
}

.blog-single-post .social-links a.twitter {
    background-color: #55acee;
}

.blog-single-post .social-links a.linkedin {
    background-color: #dc4e41;
}

.blog-single-post .social-links a.pinterest {
    background-color: #bd081c;
}

.sidebar-page-container .inner-title {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.sidebar-page-container .inner-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.sidebar-page-container .related-post {
    margin-bottom: 50px;
}

/* Comments Area */

.comments-area {
    position: relative;
    margin-bottom: 70px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box.comment-reply {
    margin-left: 130px;
}

.comments-area .comment-box:last-child .comment {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.comments-area .comment-box:hover {
    border-color: #eb5310;
}

.comments-area .comment-box.reply-comment {
    margin-left: 50px;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.comments-area .comment .comment-inner {
    position: relative;
    width: calc(100% - 130px);
}

.comments-area .comment .comment-inner .text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 30px;
}

.comments-area .comment-box .author-thumb img {
    width: 100px;
    display: block;
    border-radius: 50%;
}

.comments-area .comment-info {
    position: relative;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.comments-area .comment-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.comments-area .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area .date {
    font-size: 12px;
    color: #222;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.comments-area .comment-box .reply-btn span {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 5px;
}

.comments-area .comment-box .reply-btn:hover span {
    opacity: 1;
}


/* Comment Form */

.comment-form {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 20px;
    height: 58px;
    color: #222;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
    background: #fcf9f2;
    border: 1px solid #fcf9f2;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f13729;
}

.comment-form .form-group textarea {
    height: 140px;
}

.comment-form button {
    position: relative;
    display: block;
    margin-top: 10px;
}

.comment-form .note {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form .note input {
    margin-right: 7px;
}

/* Projects Section Style Two */

.projects-section-two.style-two .project-block-two .inner-box {
    margin-top: 20px;
}

.projects-section-two.style-two .project-tab .project-tab-btns .p-tab-btn {
    color: rgba(34, 34, 34, 0.3);
}

.projects-section-two.style-two .project-tab .project-tab-btns .p-tab-btn:hover,
.projects-section-two.style-two .project-tab .project-tab-btns .p-tab-btn.active-btn {
    color: #222;
}

.projects-section-two.style-two .owl-theme .owl-nav .owl-prev:before {
    color: #222;
}

.projects-section-two.style-two .owl-theme .owl-nav .owl-next:before {
    color: #222;
}

/* Services Details */
.services-details {
    position: relative;
    padding: 120px 0;
}

.services-details .image {
    position: relative;
    margin-bottom: 30px;
}

.services-details .content-side h3 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
}

.services-details .content-side h5 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
}

.services-details .content-side .text {
    margin-bottom: 30px;
}

.services-details .feature-block-two .inner-box:before {
    background-color: #3b3b44;
}

.services-details .feature-block-two .inner-box:hover:before {
    opacity: 1;
}

.widget_categories_two {
    position: relative;
}

.widget_categories_two .widget-content {
    position: relative;
    padding: 50px;
}

.widget_categories_two .widget-content li {
    position: relative;
    margin-bottom: 25px;
}

.widget_categories_two .widget-content li:last-child {
    margin-bottom: 0;
}

.widget_categories_two .widget-content li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 500;
    transition: .5s;
}

.widget_categories_two .widget-content li:hover a,
.widget_categories_two .widget-content li.current a {
    color: #fff;
}

.widget_categories_two .widget-content li a:before {
    position: absolute;
    content: '';
    left: -50px;
    top: 10px;
    height: 2px;
    width: 30px;
    background-color: #fff;
    opacity: 0;
    transition: .5s;
}

.widget_categories_two .widget-content li.current a:before {
    opacity: 1;
}

/* Brochure Widget */

.widget_brochure {
    position: relative;
}

.widget_brochure .single-brochure {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 19px 28px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.widget_brochure .single-brochure .icon {
    margin-right: 10px;
}

.widget_brochure .single-brochure a {
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.widget-title-two {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Client Review */
.widget_client_review {
    position: relative;
}

.widget_client_review .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_client_review .author-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.widget_client_review .author-thumb {
    margin-right: 20px;
}

.widget_client_review .quote {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.widget_client_review h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.widget_client_review .designation {
    font-size: 14px;
}

/* Contact Form Widget */

.widget_contact_form {
    position: relative;
}

.widget_contact_form textarea,
.widget_contact_form input[type="email"],
.widget_contact_form input[type="text"] {
    position: relative;
    border: 1px solid #eee;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 10px;
}

.widget_contact_form textarea {
    height: 130px;
    padding: 20px;
}

/* Animation */

.about-us-section-four .image:after,
.news-block-one .image:after,
.about-us-section .image-block .image:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
}

.about-us-section-four .image:hover:after,
.news-block-one .inner-box:hover .image:after,
.about-us-section .image-block:hover .image:after {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
    opacity: 1;
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}


/* top header */

.page-top-header {
    color: #fff;
    font-size: 12px;
    background: #0455a3;
}
.page-top-header ul {
    margin: 0;
    padding: 0;
}

.page-top-header ul li {
    display: inline-block;
}

.page-top-header ul li span {
    font-size: 14px;
}
.page-top-header ul li span.icon-styled {
    font-size: 10px;
}

.page-top-header ul li:not(:first-child):not(:last-child):after {
    content: "|";
    margin-left: 6px;
    margin-right: 6px;
}

.page-top-header  .fa-circle {
    color: #0455a3;
}
.page-top-header  .fa-inverse {
    color: #fff;
}

.banner-section .content-box h1::before{
    display: none;
    background-color: #fff;
}

/* aquabo menu */

.aquabo-menu{
    width: 100% !important;
    top: 58px;
    border-top: 1px solid #dee2e6 !important;
    border-radius: 0 !important;
    z-index: 999;
}


.ul-icons li{
    position: relative;
    font-family: 'Gilroy-bold', sans-serif;;
    color: #0455a3;
    padding: 5px 30px !important;
    font-size: 18px;
    margin: 20px 0;
}

.ul-icons li  a{
    font-family: 'Avenir', sans-serif;
    color: #24559c !important;
    font-size: 21px;
    font-weight: 400;

}


/*.ul-icons li:before{
    content: ' ';
     width: 45px;
    height: 37px;
    position: absolute;
    left: -15px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
}*/
/*.ul-icons li:after{
  content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 18px;;
    background-image: url('../images/icons/menu/scret.png');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 12px;
}*/

.ul-icons img{
    /*border-radius: 2.25rem !important;*/
    max-width: 55px;
    margin-right: 10px;
}

/* menu left icons*/
.ul-icons.filters-left li:nth-child(1):before{
    background-image: url('../images/icons/menu/robinet.png');
}
.ul-icons.filters-left li:nth-child(2):before{
    background-image: url('../images/icons/menu/piece.png');
    width: 38px;
    height: 34px;
    left: -24px;
    top: 3px;
}
.ul-icons.filters-left li:nth-child(3):before{
    background-image: url('../images/icons/menu/rechange.png');
    left: -21px;
    width: 30px;
    top: 5px;
}

/* Menu right icons*/

.ul-icons.filters-right li:nth-child(1):before{
    background-image: url('../images/icons/menu/robinet-right.png');
}
.ul-icons.filters-right li:nth-child(2):before{
    background-image: url('../images/icons/menu/douche.png');
    width: 38px;
    height: 34px;
    left: -17px;
    top: 3px;
}
.ul-icons.filters-right li:nth-child(3):before{
    background-image: url('../images/icons/menu/accessoires.png');
    width: 30px;
    top: 5px;
}
.ul-icons.filters-first li:nth-child(1):before{
    background-image: url('../images/icons/menu/osmos.png');
    left: -26px;
}

ul.filters-first li:not(:first-child) {
    padding: 0 !important;
    font-family: 'Gilroy-light', sans-serif;;
    left: 28px;
    display: table-row;
    top: -14px;
    color: #0455a3;
    font-size: 15px;
}

ul.filters-first li:not(:first-child):after {
    background: none !important;
}

ul.filters-first li:not(:first-child) a {
    font-family: 'Gilroy-light', sans-serif;;
    color: #0455a3;
    font-size: 15px;
}

.ul-icons li {
    position: relative;
    font-family: 'Gilroy-bold', sans-serif;;
    color: #0455a3;
    padding: 5px 30px !important;
    font-size: 16px;
    margin: 20px 0;
    margin-right: 0px;
    margin-bottom: 20px;

}

.menu-bg-bleu{
    background: linear-gradient(56deg, #fff 32%, #0455a3 0%);}
.bg-blue
{
    background: #245596;
}

.new-bg-bleu{
    background: #24559c;
}
.new-bg-gray{
    background: #f7f9fa;
}
.new-bg-gray-light{
    background: #f5f6f7;
}
.new-bg-gray-light-zero{
    background: #f2f2f2;
}
.f-conf{
    font-family: 'Gilroy-bold', sans-serif;;
    color: white;
    font-size: 1.9rem;
}


.funfacts-section-three .auto-container
{
    max-width: 100%;
}


.firstdiv{
    background-image: url(../images/maison.jpg);
    height: 550px;
}
.seconddiv{
    background-image: url(../images/bureau.jpg);
    height: 550px;
}
.treediv{
    background-image: url(../images/douche.jpg);
    height: 550px;
}
.paralax-div{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    min-height: 100%;
}
.left-bordred{
    border-top-left-radius: 35% 50%;
    border-bottom-left-radius: 35% 50%;
}
.right-bordred{
    border-top-right-radius: 35% 50%;
    border-bottom-right-radius: 35% 50%;
}


/* home */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container:after {
    content: "";
    display: table;
    clear: both;
}

.cd-img-replace {
    /* replace text with background images */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* --------------------------------

Main components

-------------------------------- */


.cd-product {
    text-align: center;
}

.cd-product-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    /*max-width: 450px;*/
}
/*.cd-product-wrapper > img {
  display: block;
}*/

.cd-single-point {
    position: absolute;
    border-radius: 50%;
}
.cd-single-point > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: #feb43e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-single-point > a::after, .cd-single-point > a:before {
    /* rotating plus icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.cd-single-point > a::after {
    height: 2px;
    width: 12px;
}
.cd-single-point > a::before {
    height: 12px;
    width: 2px;
}
.cd-single-point::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
}
.cd-single-point:nth-of-type(1) {
    bottom: 58%;
    right: 58%;
}
.cd-single-point:nth-of-type(2) {
    bottom: 17%;
    right: 52%;
}
.cd-single-point:nth-of-type(3) {
    bottom: 20%;
    left: 61%;
}
.cd-single-point:nth-of-type(4) {
    top: 47%;
    right: 35%;
}

.cd-single-point.is-open > a {
    background-color: #475f74;
}
.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after {
    /* remove pulse effect */
    display: none;
}
.cd-single-point.is-open .cd-more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited > a {
    background-color: #475f74;
}
.cd-single-point.visited::after {
    /* pulse effect no more active on visited elements */
    display: none;
}
@media only screen and (min-width: 600px) {
    .cd-single-point.is-open .cd-more-info.cd-left {
        right: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-right {
        left: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-top {
        bottom: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-bottom {
        top: 140%;
    }
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(254, 180, 62, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(254, 180, 62, 0.8);
    }
    100% {
        -webkit-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(254, 180, 62, 0);
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(254, 180, 62, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(254, 180, 62, 0.8);
    }
    100% {
        -moz-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(254, 180, 62, 0);
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px  rgba(254, 180, 62, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px  rgba(254, 180, 62, 0.8);
    }
    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(254, 180, 62, 0);
    }
}
.cd-single-point .cd-more-info {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2em 1em 1em;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info::before {
    /* triangle next to the interest point description - hidden on mobile */
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent;
}
.cd-single-point .cd-more-info h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: .6em;
    font-family: 'Gilroy-bold', sans-serif;
}
.cd-single-point .cd-more-info ul li {
    color: #758eb1;
    font-family: 'Gilroy-bold' , sans-serif;
    font-size: 13px;
}
@media only screen and (min-width: 600px) {
    .cd-single-point .cd-more-info {
        position: absolute;
        width: 350px;
        height: 240px;
        padding: 1em;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: 0.25em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        height: auto;
    }
    .cd-single-point .cd-more-info::before {
        display: block;
    }
    .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-single-point .cd-more-info.cd-left {
        right: 160%;
        left: auto;
    }
    .cd-single-point .cd-more-info.cd-left::before {
        border-left-color: rgba(255, 255, 255, 0.95);
        left: 100%;
    }
    .cd-single-point .cd-more-info.cd-right {
        left: 160%;
    }
    .cd-single-point .cd-more-info.cd-right::before {
        border-right-color: rgba(255, 255, 255, 0.95);
        right: 100%;
    }
    .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cd-single-point .cd-more-info.cd-top {
        bottom: 160%;
        top: auto;
    }
    .cd-single-point .cd-more-info.cd-top::before {
        border-top-color: rgba(255, 255, 255, 0.95);
        top: 100%;
    }
    .cd-single-point .cd-more-info.cd-bottom {
        top: 160%;
    }
    .cd-single-point .cd-more-info.cd-bottom::before {
        border-bottom-color: rgba(255, 255, 255, 0.95);
        bottom: 100%;
    }
    .cd-single-point .cd-more-info h2 {
        font-size: 20px;
        font-size: 1.6rem;
        margin-bottom: 0;
        text-align: center;
        color: #0455a3;
        font-weight: bold;
        text-transform: uppercase;
    }
    .cd-single-point .cd-more-info p {
        font-size: 14px;
        font-size: 0.875rem;
    }


}

/* close the interest point description - only on mobile */
.cd-close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
}
.cd-close-info::after, .cd-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #475f74;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.cd-close-info::after {
    height: 2px;
    width: 16px;
}
.cd-close-info::before {
    height: 16px;
    width: 2px;
}
@media only screen and (min-width: 600px) {

    .cd-close-info {
        display: none;
    }
}
.cd-more-info .link-btn{
    text-align: center;
    margin-top: 20px;
}

.cd-more-info  .btn-style-two {
    font-size: 14px;
    line-height: 23px;
    padding: 7.5px 33px;
}

/* SECTION PLANET*/

.planet  .content h2 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: -3px;
}
.planet img{
    max-width: 45px;
}
.planet span{
    font-family: 'Gilroy-bold' , sans-serif;;
    position: absolute;
    bottom: -5px;
    left: 50px;
    font-size: 19px;
    color: #66ab52;
}

.platnettextright{
    font-family: 'Gilroy-light' , sans-serif;;
    margin: 10px 0;
    font-size: 16px;
}

.planettextleft p{
    font-size: 2.1rem;
    text-align: center;
    color: #231f20;
    font-family: 'Gilroy-light' , sans-serif;;
}

.planettextleft strong{
    font-family: 'Gilroy-bold', sans-serif;
}
.protegelaterr h1 {
    font-family: 'Gilroy-bold', sans-serif;
    color: #fff;
    font-size: 1.8rem;
}

.protegelaterr h3{
    font-family: 'Gilroy-light', sans-serif;
    font-size: 3.5rem;
    color: #fff;
}

.protegelaterr small{
    font-family: 'Gilroy-bold', sans-serif;
    font-size: 1.2rem;
    color: #fff;
}
.je-calcule{
    background: #66ab52;
    display: inline-block;
    padding: 15px 45px;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.img-boxed {
    box-shadow: 3px 0px 2px 3px #0000000d;
}
.theme-title h1{
    font-family: 'Gilroy-bold', sans-serif;;
    line-height: 1.75em;
}


.theme-title h1::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50%;
    background: #b4b5b7;
    margin: 0 auto;
    right: 0;
}
.theme-title h1::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 20%;
    background: #0455a3;
    margin: 0 auto;
    right: 0;
}

.newslettre-section {
    padding: 120px 0;
    height: 700px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0455a3;
    outline: 0;

}
.newsletter-section .flaticon-headphones {
    font-size: 4.5rem;
    color: #fff;
}
.newsletter-section{
    background: #0455a3;
}
.contactez-text{
    font-family: 'Gilroy-bold', sans-serif;;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.font-18{
    font-size: 18px;
}
.ourvalue{
    background: #d3dbf0;
}
.mx-100 {
    max-width: 100px;
}
.bleu-color {
    color: #0356a3;
    text-shadow: none;
}
.bleu-color-forced {
    color: #0356a3 !important;
    text-shadow:none !important
}
.breadcrumb {
    background-color: #e9ecef00;
    text-transform: uppercase;
}
.breadcrumb-item.active {
    color: #0455a3;
}


.font-12{
    font-size: 12px;
}

.undershop-block .icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 40px;
    line-height: 96px;
    margin: 0 auto;
}

.page-title .content-box h2{
    position: relative;
    display: block;
    color: #fff;
    text-shadow: 2px 2px #00000036;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

.supportpage.page-title .content-box h1{
    color: #0455a3;
}



/***

====================================================================
	FAQs Section
====================================================================

***/

.faqs-section{
    position:relative;
    /*padding: 120px 0px 110px;*/
}

.accordion-box{
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block .acc-btn{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer;
    padding: 14px 30px;
    padding-right: 30px;
    padding-right: 0px;
    color: #fff;
    background-color: #0455a3;
    border: 0px solid #e2eef2;
    border-top-color: rgb(226, 238, 242);
    border-right-color: rgb(226, 238, 242);
    border-bottom-color: rgb(226, 238, 242);
    border-left-color: rgb(226, 238, 242);
    border-top-color: rgb(226, 238, 242);
    border-right-color: rgb(226, 238, 242);
    border-bottom-color: rgb(226, 238, 242);
    border-left-color: rgb(226, 238, 242);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 25px;
    text-transform: uppercase;
}

.accordion-box .block .icon{
    position:absolute;
    right: 25px;
    top: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    height: 30px;
    line-height: 30px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffffff;
}

.accordion-box .block .acc-btn.active{
    background-color: #ececec;
    border-color: #94c954;
    color: #000;
    border-radius: 25px;
}

.accordion-box .block.active-block{

}

.accordion-box .block .acc-content{
    position:relative;
    display:none;
    /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);*/
}

.accordion-box .block .content{
    position: relative;
    padding: 10px 25px;
    background: #ffffff;
    text-align: justify;
}

.accordion-box .block.current .acc-content{
    display: block;
}

.accordion-box .block.active-block .acc-content{
    border-top-color:#005bbb;
}

.accordion-box .block .content .text{
    position: relative;
    display: block;
}

.faqs-section .load-more{
    position: relative;
    display: block;
    padding: 50px 0px 0px;
    text-align: center;
}

.qs {
    background: #d3dbf0;
}
.gray-bg {
    background: #f1f2f27d;
}
.qs-btn{
    background: white;
    border-radius: 40px;
    padding: 16px 35px;
    position: absolute;
    right: -5px;
    top: 0;
    color: #0455a3;
    font-size: 16px;
    z-index: 2;
}
.qs .truc{
    content: " ";
    width: 60px;
    height: 58px;
    background: #d3dbf0;
    right: 97px;
    position: absolute;
    top: 0px;
    border-radius: 60px;
    z-index: 1;
}
.qs  .content {
    background: transparent !important;
}
.qs .accordion-box .block .acc-btn.active {
    background-color: #fff;
    border-color: #fff;
    color: #0455a3;
    border-radius: 25px;
}

.qs .accordion-box .block .acc-btn.active  .qs-btn {
    background: #0455a3;
    border-radius: 40px;
    padding: 13px 35px;
    position: absolute;
    right: -5px;
    top: 0;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.image-texted .right-centent.content {
    position: relative;
    padding: 50px 130px;
    margin-right: -50px;
    z-index: 3;
}
.image-texted .right-image.image {
    position: relative;
    margin-left: -80px;
}

.products-list h3 a{
    font-size: 18px;
    color: #0455a3;
    text-transform: uppercase;
}

.products-list .btn-style-one {
    padding: 7px 0;
    border-radius: 28px;
    font-size: 13px;
    text-align: center;
}
.price-btn{
    background: #eaeaea;
    padding: 6px 0;
    color: #131313;
    font-size: 15px;
    border-radius: 35px;
    border: 0 solid #464343;
    text-align: center;
    font-weight: bold;
}
.price-btn.bg-danger{
    color:#fff;
    font-size: 13px;
}

.products-list .image{
    border: 1px solid #d2d1d1;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
@media screen and (max-width: 996px) {

    .about-us-section-five.style-two {
        padding: 30px 0;
    }
    .preview {
        margin-bottom: 20px; } }

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; }
.preview-thumbnail.nav-tabs li {
    width: 12%;
    margin-right: 2.5%;
    border: 1px solid #e8e3e3;
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block; }
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0; }
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0; }

.tab-content {
    overflow: hidden; }
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.preview-pic.tab-content img {
    width: 100%;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s; }




@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }


.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px; }

.product-title {
    margin-top: 0; }



.not-available {
    text-align: center;
    line-height: 2em; }
.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }



@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }


.prd-detail-button{
    border-radius: 30px;
    padding: 12px 33px;
}

.light-border{
    border: 1px solid #efefef;
}

.border-raduis-cercle{
    border-radius: 35px;
}
.mh-100{
    min-height: 100px;
}

.category-title h1::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30%;
    background: #fff !important;
    margin: 0 auto;
    right: 0;
}

.product-page-title .content-box h1 {
    font-size: 23px;
    line-height: 35px;
}

.product-page-title {
    padding: 50px 0 45px;
}

.blog-section .image img{
    box-shadow: 1px 2px 6px 1px #0000000a;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background:  #005bbb;
}


.main-menu .navigation>li:not(:last-child):hover > a:before {
    width: 100%!important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sticky-header .main-menu .navigation>li>a:before {
    bottom: 0 !important;
    top: auto !important;
    height: 4px;
}

.font-10{
    font-size: 10px;
}

.boxed-image-shadow{
    box-shadow: 1px 6px 6px 1px #0000000f;
}
.extra-bold{
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

.opaciti03{
    opacity: 0.3;
}

.img-desktop{
    display: block;
}
.img-mobile{
    display: none;
}
.desktop-menu .products-menu-mobile{
    display: none !important;
}
.mobile-menu .products-menu-desktop{
    display: none !important;
}
.footer-bar{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    padding: 0 12px;
    background-color: #FFF;
    z-index: 999;
    box-shadow: 0 1px 3px 0;
    box-sizing: border-box;
    border-bottom: 5px solid #0455a3;
}
#footer-bar * {
    box-sizing: border-box;
}

.footer-item {
    flex: 1;
    padding: 5px;
    overflow: hidden;
}
.footer-item>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #3a3e4a;
}

.robinet.page-title {
    padding: 375px 0px 0px;
}

.category-title .bleu-color-forced::before {
    background: #0356a3 !important;
}


.border-bottom{
    border-bottom: 1px solid #eaeaea;
}

.count-plus-one{
    background: #ffc107;
    border-radius: 40px;
    padding: 1px 4px;
}





/* CSS Multiple Whatsapp Chat */

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 101;
    animation-name: showchat;
    animation-duration: .5s;
    transform: scale(1);
}

a.blantershow-chat {
    /*   background: #009688; */
    font-family: 'Work Sans', sans-serif;
    background: #fff;
    color: #404040;
    position: fixed;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    width: 100%;
    height: 43px;
    outline: none;
    resize: none;
    padding: 7px 13px;
    font-size: 14px;
}

a#send-it {
    width: 45px;
    font-weight: 700;
    padding: 7px 14px 0;
    background: #eee;
}
a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}
.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }
    15% {
        background-color: #111111;
    }
    25% {
        background-color: #b6b5ba;
    }
}
@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }
    25% {
        background-color: #111111;
    }
    35% {
        background-color: #b6b5ba;
    }
}
@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }
    35% {
        background-color: #111111;
    }
    45% {
        background-color: #b6b5ba;
    }
}
@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}
@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}
.hidewhatsapp {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.showwhatsapp {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    /*margin-left: -54px;*/
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}
.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("../images/whatsapp.webp");
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: white;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}
.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.font-11{
    font-size: 11px;
}

.aquabovs .bg-image{
    background-image: url('../images/aquabovsother.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 !important;
    min-height:auto !important;
}
.aquabovs .bg-image {
    position: relative;
    margin-left: -80px;
}
.aquabovs .content{
    margin-left: -50px ;
    position: relative ;
    padding: 120px 184px ;
    text-transform: uppercase;
}
.aquabovs .content h3, .aquabovs .content small{
    color: #ffffff;
}
.aquabovs .content ul li, .aquabovs .content small{
    font-size: 20px;
}
.aquabovs .content h3{
    font-size: 45px;
}

.ousmousos .content{
    background-color: #3c7e78;
    padding: 36px 140px ;
    color: #fff;
}
.ousmousos ul li{
    font-size: 21px;
    text-transform: uppercase;
    margin: 16px 0;
}
.ousmousos .image{
    position: relative;
    margin-right: -80px;
    z-index: 1;
}
ul.switcher{
    max-height: 40px;
}

ul.switcher li {
    padding: 7px 14px;
    border: 0;
}
ul.switcher li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

ul.switcher li.black-button span{
    background: #000000;
}
ul.switcher li.blue-button span{
    background: #18498b;
}
ul.switcher li.green-button span{
    background: #19585f;
}
ul.switcher li.red-button span{
    background: #a91525;
}

.prd-color-bg-none{
    background: transparent !important;
    font-size: 19px;
    color: #939393;
}

.blog-list-text{
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    margin: 0px 0px 15px;
    text-align: justify;
}

.border-image{
    border: 1px solid #f4f4f4;
}


.blog.page-title {
    position: relative;
    padding: 100px 0px 100px;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
}

.bg-bleu{
    background: #24559c;
}

.bleu-color{
    color: #0455a3;
}

.revender .theme-title h1::after {
    background: #57beed;
    height: 5px;
}
.bolded{
    font-family: 'Gilroy-bold', sans-serif;
}

.howitwork .lead {
    font-size: 0.85rem;
    font-weight: 500;
}

.howitwork .btn-style-one {
    font-size: 13px;
    padding: 9.5px 22px;
    text-transform: uppercase;
}

.howitwork .text-case {
    min-height: 264px;
}

.howitwork h4 {
    min-height: 86px;
}

.font-10{
    font-size: 10px;
}

.devis-Demande {
    background-color: #278e53 !important;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
}

.pagination li.active{
    background: #0455a3;
    color: #fff !important;
}

.pagination li.active a{
    color: #fff ;
}

.pagination li a:hover {
    color: #fff;
    background-color: #0455a3;
    border-color: #0455a3;
}
.pagination-shop nav{
    margin: 0 auto;
}

.blog p{
    text-align: justify;
}

.blog a{
    color: #0455a3;
}

/* Section video background */
.aquabo-video-bg {
    background: url("../images/main-slider/tiger.jpg");
    background-size: auto;
    background-size: cover;

}
.popup-video .btn-video-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn-video-popup {
    background: #0455a3;
    padding: 6px;
    border-radius: 70px;
}

.blog-header{
    background-position: 0 35% !important;
}
.btn-style{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: transparent;
    padding: 8.5px 40px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 34px;
}
.btn-style.revers{
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    background-color: #0455a3;
    padding: 8.5px 40px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 34px;
}
.swiper-slide{
    border: 1px solid #f4f6f8;

}
.btn-style:hover{
    color: #0455a3;
}

.text-bleu{
    color: #0455a3;
}

.btn-style span {
    position: relative;
    z-index: 2;
}

.btn-style::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    background: #fff;
}
.btn-style:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.number{
    font-size: 30px;
    padding: 25px;
}

.bg-map{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/bg-map.png);
}

.map-text{
    font-size: 25px;
}

.text-carafe{
    color: #403f3f !important;
    text-transform: capitalize !important;
    font-size: 36px !important;
    line-height: 50px !important;
    text-shadow: none !important;
}
.text-carafe:before{
    display: none;
}

.blank-button {
    background: white !important;
    color: #0455a3;
    border: 1px solid #0455a3;
}

.bordered-3px{
    border: 10px solid #fff;
}

.font18{
    font-size: 18px;
}

.enveronnement{
    color: #1b77b7;
}
.enveronnement:before,.enveronnement:after{
    display: none;
}

.bg-blue-light {
    background: #1b77b7;
}

.carafe-noir, .carafe-vert, .cuatro{
    padding: 112px 0 45px;
}

.why-carafe h5{
    padding: 25px 0;
    background: #1b77b7;
    font-size: 16px;
    color: #fff;
}

.buvez-leau-carafe{
    text-align: center;
    background: #1b77b7;
    color: #fff;
}
.buvez-leau-carafe{
    position: relative;
}
.buvez-leau-carafe:before {
    position: absolute;
    content: '';
    background-image: url('../images/bpa.png');
    width: 80px;
    height: 95px;
    left: 25%;
    top: -11px;
}
.buvez-leau-carafe img{
    position: absolute;
    max-height: 241px;
    right: 0;
    top: 0;
}
.font4rem{
    font-size: 4.5rem;
}
.stop-watch{
    position:relative;
    padding: 6rem 0 0 0;
}
.stop-watch img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.text-buvez{
    z-index: 1;
    position: relative;
}

.equality .first h1{
    text-align: right;
}
.equality .second h1{
    text-align: center;
}
.equality .third h1{
    text-align: left;
}

.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.form-style2{
    background-color: #ffffff1a !important;
    border: 1px solid #dfdfdf !important;
}
.error{
    color: #dc3545 !important;
}

.header-promo{
    display: block;
    background: #16a085;
    color: #fff;
}

del.promo {
    color: rgba(128, 128, 128, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    top: -31px;
}
del.promo::before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(193, 57, 57, 0.8);
    /*border-bottom: 1px solid rgba(193, 57, 57, 0.8);*/
    height: 4px;
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: rotate(-11deg);
}
.details del.promo{
    top: 51px;
    left: 173px;
}

.rating {
    position: relative;
    display: block;
    margin-bottom: 19px;
}
.rating li {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    color: #ffce4a;
    margin-right: 2px;
}



/*tabs*/
#menu.nav-container-tiger {
    z-index: 199 !important;
}

.nav-container-tiger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E7EB;
    top: 80px;
}

.nav-container-tiger .nav-tiger {
    height: 72px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-container-tiger .nav-tiger ul {
    display: flex;
    align-items: center;
    width: 100%;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #0455a3;
    --font-size: 12px;
    base-font-size: var(--font-size);
}

[dir="rtl"] .nav-container-tiger .nav-tiger ul {
    font-size: calc(var(--base-font-size) + 4px);
}

.nav-container-tiger .nav-tiger ul li {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-self: baseline;
    margin-right: 20px;
    margin-left: 20px;
}

.nav-container-tiger .nav-tiger ul li.active {
    color: #2B1B35;
}

.nav-container-tiger .nav-tiger ul li span,
.nav-container-tiger .nav-tiger ul li a {
    align-self: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.nav-container-tiger .nav-tiger ul li.disable span,
.nav-container-tiger .nav-tiger ul li.disable a {
    cursor: default;
}

.nav-container-tiger .nav-tiger ul li span:hover,
.nav-container-tiger .nav-tiger ul li a:hover {
    opacity: 0.5;
}

.nav-container-tiger .nav-tiger ul li.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #0455a3;
    align-self: flex-end;
    margin-bottom: 17px;
}

.nav-container-tiger .nav-tiger ul li.active span,
.nav-container-tiger .nav-tiger ul li.active a {
    align-self: flex-end;
}

.addition-info ul.text-list li:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "•";
    font-size: 18px;
    margin: 0px 6px 0 0px;
    color: #0455a3;
}
.addition-info ul.text-list li{
    margin-bottom: 10px;
}
.addition-info img.maximed{
    max-width: 250px;
}


.colored-change{
    background: #fff !important;
    border-bottom: 0;
    border-bottom: 1px solid #E4E7EB;
}
.colored-change ul li a{
    color: #ffffff;
}

.font-27{
    font-size: 27px;
}

.hover-underline-animation span {
    display: inline-block;
    position: relative;
}

.hover-underline-animation span::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #24559c;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover  span::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.hover-underline-animation::before {
    content: ' ';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 16px;
    background-image: url('../images/icons/menu/scret.png');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 20px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hover-underline-animation .row{
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hover-underline-animation:hover .row {
    margin-left: 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hover-underline-animation:hover::before{
    margin-left: 25px;
    display: block;

}

.owl-carousel {
    border: 1px solid #f4f6f8;
}







.one-column-carousel-tiger.owl-carousel {
    border: 0 solid #f4f6f8;
}


.tiger-slider-block{
    position: relative;
    display: block;
    border: 1px solid #f5f6f7;
    /*padding: 46px 30px 49px 50px;*/
    transition: all 500ms ease;
}

.tiger-slider-block:hover{
    border-color: #f4f6f8;
}

.tiger-slider-block .inner-box{
    position: relative;
    padding-left: 170px;
}

.tiger-slider-block .inner-box .author-inner{
    position: absolute;
    left: 0px;
    top: 11px;
    text-align: center;
}

.tiger-slider-block .inner-box .author-inner .image-box{
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 7px;
}

.tiger-slider-block .inner-box .author-inner .image-box img{
    width: 100%;
    border-radius: 50%;
}

.tiger-slider-block .inner-box .author-inner h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.tiger-slider-block .inner-box .author-inner .designation{
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin: 0px;
}

.tiger-slider-block .inner-box .content-inner .rating-box{
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.tiger-slider-block .inner-box .content-inner .rating-box h6{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #2d5883;
    margin-right: 12px;
}

.tiger-slider-block .inner-box .content-inner .rating-box .rating{
    position: relative;
    display: inline-block;
}

.tiger-slider-block .inner-box .content-inner .rating-box .rating li{
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 26px;
    color: #ffce4a;
}
.utilisation-card h5{
    position: absolute;
    bottom: 0;
    left: 20%;
    font-family: 'Gilroy-bold', sans-serif;
    line-height: 1.75em;
    color: #fff;
    text-shadow: 2px 2px #00000078;
    min-width: 59%;

}
.utilisation-card h5::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #0455a3;
}
.utilisation-card:hover h5::before{
    width: 100% !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bg-better-water{
    background-image: url(../images/home/bg-better-water2.webp);
    position: relative;
    height: 385px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    text-align: center;
    padding: 50px;
}
.bg-better-water:before{
    content: '';
    position: absolute;
    background: #0455a317;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 10;

}
.bg-better-water h1{
    font-size: 60px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    z-index: 100;
    position: relative;
    text-shadow: 2px 2px #0000001c;
}


.bg-better-water p{
    font-family: 'Gilroy-light', sans-serif;
    z-index: 100;
    position: relative;
    font-size: 25px;
    text-shadow: 2px 2px #0000001c;
    font-weight: bold;
}


.second-better-water {
    margin-top: -140px;
}
.second-better-water .card{
    border: none;
}
.second-better-water .card-body{
    text-align: center;
    background: #24559c;
    color: #fff;
    padding: 45px 15px;
}

.second-better-water .card-title{
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 30px;
}
.p-45{
    padding:45px;
}
.p-52{
    padding: 52px
}

.map-card{
    border: 0;
    background: #fff;
    box-shadow: 0px 2px 37px -16px rgba(10,10,10,0.75);
    -webkit-box-shadow: 0px 2px 37px -16px rgba(10,10,10,0.75);
    -moz-box-shadow: 0px 2px 37px -16px rgba(10,10,10,0.75);
}

.opencase-page-title
{
    padding: 100px 0 45px;
}
.circle{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 1px;
    background: #fff0;
    border: 1px solid #0455a3;
    color: #0455a3;
    text-align: center;
    font: 18px Arial, sans-serif;
    display: inline-block;
    margin-right: 15px;
}

.addition-info ul.no-dote li::before {
    display: none !important;

}

.addition-info ul.no-dote li {
    border-bottom: 1px solid #024280;
    padding-bottom: 10px;
    padding-top: 5px;

}
.strong-title{
    font-family: 'Gilroy-bold', sans-serif;
    line-height: 1.75em;
    color: #0455a3;
}
.font-13{
    font-size: 13px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-12{
    font-size: 12px !important;
}

.open-case-forest .map-card .card-body img{
    max-width: 90px;
}


.open-case-forest .second-better-water
{
    margin-top: -152px;
}

.h-44{
    max-height: 152px;
}

.open-case-forest .bg-better-water{
    background-image: url(../images/open-case/open-case-bg-better-water.webp);
}


/*.first-block .bg-50-bleu:before {
 content: ' ';
  position: absolute;
  top: 0;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #24559c;
  border-bottom-right-radius: 148px;
}


.under-opencase.first-block img{
position: absolute;
    top: -92px;
  right: 140px;
  z-index: 10;
    -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.under-opencase.first-block .bg-50-bleu:before {
 content: ' ';
  position: absolute;
  top: 0;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #24559c;
  border-bottom-right-radius: 160px;
}


.second-block .bg-50-bleu:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #24559c;
}

.under-opencase.second-block img{
position: absolute;
  top: -76px;
  left: 133px;
  z-index: 10;
}


.third-block .bg-50-bleu:before {
    content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #24559c;
}


.under-opencase.third-block img{
position: absolute;
  top: -85px;
  right: 140px;
  z-index: 10;
}

 */

.nav-tiger .nav-link-tiger
{
    color: #0455a3;
    font-size: 14px;
    font-weight: bold;
}

.nav-tiger ul
{
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    width: 100%;
}
.nav-tiger li
{
    width: auto;
}
.nav-tiger li a
{
    padding: 20px 12px;
}

.colored-change .nav-tiger .nav-link-tiger
{
    color: #0455a3;
    font-size: 14px;
    font-weight: bold;
}
.font-22{
    font-size: 22px;
}

.protection-block img{
    max-width: 80px;
}


/*.under-tiger.first-block img{
position: absolute;
  top: -103px;
  right: 76px;
  z-index: 10;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.under-tiger.second-block img{
position: absolute;
  top: -112px;
  left: 5px;
  z-index: 10;
}

.under-tiger.third-block img{
position: absolute;
  top: -159px;
  right: 157px;
  z-index: 10;
}

.under-tiger.third-block .bg-50-bleu:after {
    content: "\A";
      border-style: solid;
      border-width: 171px 130px 3px 40px;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      right: 302px;
      transform: rotate(1deg);
      top: 13px;
}*/


@media only screen and (max-width: 600px) {
    .skewed-left,
    .skewed-right {
        clip-path: none !important;
    }
    .bg-better-water {
        height: 836px;
        padding: 30px 15px;
    }
    .open-case-forest .bg-better-water{
        height: 200px;
    }
    .addition-info .tab-btn-style-one a.nav-link{
        margin: 0;
    }

    .about-us-section-two .content-block h3 {
        margin-bottom: 15px;
    }

    .testimonial-block-one .inner-box {
        position: relative;
        padding-left: 0;
        margin-top: 0;
    }
    .testimonial-block-one .inner-box .author-inner {
        position: relative;
        left: 0px;
        top: 0;
        text-align: center;
        width: 100%;
    }

    .testimonial-block-one .inner-box  .content-inner {
        position: relative;
    }
    .testimonial-block-one .inner-box  .content-inner p{
        text-align: justify;
    }

    /*  .first-block .bg-50-bleu::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #24559c;
        border-bottom-right-radius: 0;
      }
      .under-tiger.first-block img {
        position: absolute;
        top: -104px;
        right: 76px;
        z-index: 10;
        -webkit-transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
        -o-transform: rotate(-4deg);
        transform: rotate(-4deg);
      }*/
}

.widget.widget-nav-menu ul li {
    margin: 0 0 4px;
    padding: 0;
    border: 1px solid #f6f4f4;
    position: relative;
    display: block;
    background-color: #fff;
    transition: all .4s;
}
.widget.widget-nav-menu ul li a {
    display: block;
    padding: 18px 20px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 15px;
}

.widget.widget-nav-menu ul li a.active{
    background: #24559c;
    color: #ffffff;
}


.filter-style::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    background: #24559c;
}

.filter-style {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #60626d;
    background-color: transparent;
    padding: 8.5px 40px;
    font-weight: 600;
    overflow: hidden;
    /* text-transform: uppercase;*/
}

.filter-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.filter-style:hover span{
    color: #ffffff;
}
.filter-style span {
    position: relative;
    z-index: 2;
}

.filter-style:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.skewed-left{
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}
.skewed-right{
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
.skewed-bg{
    padding: 225px;
    background-repeat: no-repeat;
    background-size: cover;
}
.piece-last{
    padding: 131px 0 145px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.piece-last h4{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.bg-brown{
    background: #4e2e1d;
    color: #fff;
}

.bordered-top-white{
    border-top: 1px solid #ffffff61;
    padding-top: 15px;
}
.bordered-top{
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.smaller h3{
    font-size: 1.2rem;
}
.smaller .text{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.bg-brown-bold{
    background: #362d24;
    color: #fff;
}

.big-icon-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.big-icon {
    cursor: pointer;
    padding: 30px 82px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 13px;
    font-size: 5rem;
    color: #245596;
}
.big-icon-2 {
    cursor: pointer;
    padding: 30px 82px;
    text-align: center;
    border-radius: 13px;
    font-size: 5rem;
    color: #245596;
}
.big-icon.active{
    background: #245596;
    color: #fff;
}
.big-icon .text{
    font-size: 15px;
}

.hidden{
    display: none;
}

.qs-gray{
    background: #f1f1f1 !important;
    border-radius: 10px;
    margin-top: 10px;

}
.qs-gray-btn {
    background: #f1f1f1 !important;
}
.bg-faq{
    background-image: url('../images/categorys/bg-faq.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


.our-impact .card p{
    font-size: 17px;
}

.our-impact .card{
    min-height: 377px;
}

