
/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@font-face {
	font-family:'Oswald';
	src: url(../fonts/OSWALD-MEDIUM.TTF);
}
@font-face {
	font-family:'Scst';
	src: url(../fonts/SourceHanSerifCN-Heavy-4.otf);
}

/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
    border: none;
}
body { 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    overflow-x: hidden !important;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
}
img {
    

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #0065ad;
}
/* text field */
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #ececec;
}
th,
tr,
td {
    padding: 10px;
}

.clear{clear: both;}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Oswald', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.js .animate-box {
    opacity: 0;
}
.icon {
       width: 1em; height: 1em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
    }

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


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #0065ad;
}


/* ======= Section style ======= */
.section-padding {
    padding: 90px 0;
}
.section-padding2 {
    padding: 0 0 90px 0;
}
.projects-title-des {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.section-title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    position: relative;
}
.section-title span {
    color: #0065ad;
}
.section-title2 {
    font-size: 35px;
    font-weight: 300;
    color: #0065ad;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 10%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navbar .icon-bar {
    color: #0065ad;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .navbar-nav .nav-link.black-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    
}
.navbar .navbar-nav .active {
    
}
.logo-wrapper .logo-img2{display: none;}
.nav-scroll {
    background: rgba(255,255,255,0.9);
    padding: 0 10% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
}
.nav-scroll .logo-img1{display: none;}
.nav-scroll .logo-img2{display: block;}
.nav-scroll .navbar-tel{color: #333;}
.nav-scroll .icon-bar {
    color: #0065ad;
}
.nav-scroll .navbar-nav .nav-link {
    color: #333;
}
.nav-scroll .navbar-nav .active {
    color: #0065ad !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #999;
}
.nav-scroll .logo {
    width: 200px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #0065ad;
    line-height: 1.25em;
    letter-spacing: 5px;
    display: none;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 5px;
    display: none !important;
}
.nav-scroll .logo-wrapper {
    padding: 8px 70px 0px 150px;
}
.nav-scroll .navbar-collapse .navbar-nav li{
	margin: 0 30px 0 0;
}
.logo-wrapper {
    float: left;
    padding: 0 50px 0 100px;
}
.logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #0065ad;
    letter-spacing: 9px;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #999;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.logo {
    padding: 0;
    width: 200px;
    text-align: center;
}
.navbar-tel .icon{font-size: 26px;color: #ff6411;}
.navbar-tel{font-size: 24px;font-weight: 600; font-family: 'Oswald';color: #fff;margin-left: 3%;}
.nav-item{position: relative; margin: 0 50px 0 0;line-height: 79px;}
#active:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #ff6411;}
.nav-item:before{content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: 0;width: 0;height: 2px;background: #ff6411;
transition: all 0.3s;}
.nav-item:hover:before{width: 100%;} 
.navbar-collapse .nav-item .navba-nav2{position: absolute;margin-bottom: 0;left: 50%; transform: translateX(-50%);width: 150px;
overflow: hidden;opacity: 0;transition: all 0.5s;}
.navbar-collapse .nav-item .navba-nav2 dd{margin-bottom: 0;background: rgba(33,33,33,0.7);line-height: 0px; text-align: center;transition: all 0.5s;}
.navbar-collapse .nav-item .navba-nav2 dd a{display: block;border-bottom: 1px solid rgba(255,255,255,0.5);color: rgba(255,255,255,0.5);}
.navbar-collapse .nav-item .navba-nav2 a:hover{color: rgba(255,255,255,1);}
.nav-item:hover .navba-nav2{opacity: 1;}
.nav-item:hover .navba-nav2 dd{line-height: 50px;}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
.dropdown .nav-link {cursor: pointer;}
.dropdown .nav-link i {padding-left: 1px;font-size: 9px;}
.dropdown-item {position: relative;}
.dropdown-item:hover .sub-menu {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
.dropdown-item span {display: block;cursor: pointer;}
.dropdown-menu,.sub-menu {display: block;opacity: 0;visibility: hidden;-webkit-transform: translateY(20px);transform: translateY(20px);width: 200px;
padding: 15px 10px;border-radius: 0;border: 0;background-color: #272727;-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);-webkit-transition: all .3s;transition: all .3s;}
.dropdown-menu .dropdown-item,.sub-menu .dropdown-item {padding: 7px 14px;font-family: 'Oswald', sans-serif;font-size: 14px;font-weight: 300;color: #fff;
text-transform: uppercase;letter-spacing: 5px;position: relative;-webkit-transition: all .4s;transition: all .4s;border-bottom: 1px solid rgba(255, 255, 255, 0.03);}
.dropdown-menu .dropdown-item:last-child,.sub-menu .dropdown-item:last-child {border-bottom: none;}
.dropdown-menu .dropdown-item:hover,.sub-menu .dropdown-item:hover {background: transparent;padding-left: 20px;color: #0065ad;}
.dropdown-menu .dropdown-item a,.sub-menu .dropdown-item a {display: block;}
.dropdown-menu .dropdown-item i,.sub-menu .dropdown-item i {padding: 5px 0 0 5px;font-size: 11px;float: right;}
.dropdown-menu .dropdown-item em,.sub-menu .dropdown-item em {font-size: 8px;background-color: #272727;padding: 2px 4px;color: #fff;border-radius: 2px;position: absolute;
right: 10px;top: 5px;}
.dropdown-menu.last {
    left: -100%;
}
.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mega-menu .dropdown-title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.03);;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 1400px){
	.nav-item{margin: 0 30px 0 0;}
	.navbar-tel{margin-left: 2%;}
}
@media screen and (max-width: 1300px){
	.nav-item{margin: 0 18px 0 0;}
	.navbar-tel{margin-left: 1%;}
	.nav-scroll .logo-wrapper{padding: 0 50px 0 100px;}	
	.nav-scroll .navbar-collapse .navbar-nav li{margin: 0 18px 0 0;}
}
@media screen and (max-width: 1200px){
	.nav-item{margin: 0 18px 0 0;}
	.navbar-tel{margin-left: 1%;}
	.nav-scroll .navbar-collapse .navbar-nav li{margin: 0 18px 0 0;}
}
@media screen and (max-width: 1100px){
	.navbar-tel{display: none;}
	.logo-wrapper{padding: 8px 50px 0px 30px;}
	.nav-scroll .logo-wrapper{padding: 8px 50px 0px 30px;}
}
@media screen and (max-width: 992px){
	.navbar{padding: 10px 0;}
	.navbar .logo img{width: auto; height: 50px;}
	.navba-nav2{display: none;}
	.nav-item{margin: 0;text-align: center;}
	#active:after{width: 10%;left: 50%;transform: translateX(-50%);}
	.nav-item:hover:before{width: 10%;}
}
@media screen and (max-width: 767px) {
    .navbar {
        padding-right: 0px;
        padding-right: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {padding: 0px 50px 0px 30px;}
    .nav-scroll .logo-wrapper{padding: 0px 50px 0px 30px;}
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.slider-text-container{
	width: 90%;
	margin: 0 auto;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h3{
	-webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header .caption .o-hidden .slider1-text1{
	font-size: 30px;
	-webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-bottom: 8px;
}
.header .caption .o-hidden .slider1-text2{
    position: relative;
    margin-bottom: 20px;
    font-family: 'Scst';
    font-weight: bold;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    color: #fff; 
    letter-spacing: 0.5px;
}
.header .caption .o-hidden .slider1-text2-1{
	font-size: 22px;
	letter-spacing: 2px;
	-webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-bottom: 16px;
}
.header .caption .o-hidden .slider1-text2 span{
	color: #0095ff;
}
.header .caption .o-hidden .slider1-text3{
	font-size: 16px;
	-webkit-animation-delay: .7s;
    animation-delay: .7s;
    margin-bottom: 16px;
}
.header .caption .o-hidden .slider1-text4{
	font-size: 13px;
	letter-spacing: 0.5px;
	color: rgba(255,255,255,0.5);
	-webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption .o-hidden .slider1-textimg{
	width: 90%;
	-webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .caption .o-hidden .slider2-textimg{
	width: 80%;
	-webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #272727;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {height: 100vh;position: relative;}
.slider .item,
.slider-fade .item {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-size: cover;background-position: center;}
.slider .item .caption,
.slider-fade .item .caption {z-index: 9;}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {position: absolute;bottom: 5vh;width: 100%;}

@media screen and (max-width: 992px) {
	.header .caption .o-hidden .slider1-text1{font-size: 26px;}
	.header .caption .o-hidden .slider1-text2{font-size: 40px;}
}

/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 6%;
    left: 85%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #0065ad;
    color: #0065ad;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}


/* ======= Slider left panel style ======= */
.left-panel {
    background: #272727;
    position: absolute;
    width: 143px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}


.social-left {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    background: #272727;
    z-index: 10;
}

.social-left:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 70px;
    top: -70px;
    background: #424242;
}

.social-left li {
    display: block;
    margin: 0;
    padding: 3px 0;
}
.social-left li:first-child {}
.social-left li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #424242;
    color: #999;
    border-radius: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-left li a:hover {
    color: #0065ad;
    border: 1px solid #0065ad;
}
@media (max-width: 1259.98px) {
    .left-panel {
        width: 100px;
    }
}
@media (max-width: 991.98px) {
    .left-panel {
        width: 50px;
    }
}
@media (max-width: 767.98px) {
    .left-panel {
        display: none;
    }
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 50vh;
    z-index: -2;
}
.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #fff;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #0065ad;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner-header h1 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #0065ad;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.banner-header p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #999;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #0065ad;
}
@media screen and (max-width: 767px) {
    .banner-header {
        height: 30vh;
        margin-top: 70px;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #0065ad;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {}
    .banner-header h1 {}
    .banner-header p {
        font-size: 20px;
        color: #999;
    }
}
.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, .8) 100%, rgba(39, 39, 39, 0.5) 100%);
    background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.8) 100%, rgba(39, 39, 39, 0.5) 100%);
    object-fit: cover;
}


/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
}
.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;

}
.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
}


/* ======= About style ======= */
.index-about {padding: 90px 0;}
.index-about-img-wp{float: left;width: 46%; }
.about .about-img img:hover {transform: scale(0.95);}
.about .about-img {position: relative;}
.about .about-img .img {padding: 0;position: relative;}
.index-about-img img{width:100%;}
.index-about-text{float: left;width: 34%; padding-top: 50px;margin-left: 4%;}
.about-line{width: 100px;height: 4px;background: #0065ad;position: relative;margin: 30px 0;}
.about-line:after{content: '';position: absolute;width: 300px;height: 1px;background: #dadada;left: 100px;bottom: 0;}
.about-content p{line-height: 40px;}
.numCount{margin-top: 16px;}
.numCount ul{display: flex;display: -webkit-flex;justify-content: space-between;}
.numCount ul li{width: 33.3333%;position: relative;}
.indc{font-size: 16px;color: #999;margin-bottom: 16px;}
.numCX{font-family: 'Oswald';font-size: 50px;font-weight: 600;color: #0065ad;}
.about-more a{display: block;width: 150px;height: 50px;line-height: 50px;text-align: center;color: #fff;background: #ff6411;
border-radius: 6px;margin-top: 40px;}
.about-more a span{transition: all 0.5s;}
.about-more a .icon{color: #fff;}
.about-more a:hover span{transform: translateX(10px);}
.animate-box{padding-left: 0;}
@media screen and (max-width: 1400px) {
	.index-about-text{padding-top: 20px;}
	.about-line{margin: 16px 0;}
	.about-content p{font-size: 14px; line-height: 32px;}
}
@media screen and (max-width: 1200px) {	
	.section-title{font-size: 26px;}
	.about-line{margin: 16px 0;}
	.about-content p{font-size: 14px; line-height: 24px;}
	.numCX{font-size: 40px;}
	.about-more a{width: 120px;height: 40px;line-height:40px;}
}
@media screen and (max-width: 992px) {	
	.index-about{padding: 24px 0;}
	.index-about-img-wp{width: 100%;float: none;}	
	.index-about-text{float:none; width: 90%;max-width: 720px; padding-left: 15px;padding-right: 15px;margin: 0 auto;}
	.about-content p{line-height: 32px;}
}
@media screen and (max-width: 768px) {		
	.section-title{font-size: 20px;}
	.index-about-text{width: 100%;padding-left: 15px;padding-right: 15px;}
	.numCX{font-size: 30px;}
	.section-padding{padding: 40px 0;}
	.section-padding .container  .row .col-md-12{padding-right: 0;}
	.about-line:after{width:200px;}
}
/* ======= Team style ======= */
.team .item {
    margin-bottom: 30px;
}
.team .item .img:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 20;
    border-color: rgba(255, 255, 255, 0.2);
}
.team .item:hover .info .social {
    top: 0;
}
.team .info {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}
.team .info h6 {
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
}
.team .info p {
    margin-bottom: 5px;
    color: #999;
}
.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323232;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team .info .social a {
    font-size: 15px;
    color: #0065ad;
    margin: 0 5px;
}
.team .info .social a:hover {
    color: #fff;
}


/* ======= Services style ======= */
.services{padding: 100px 0; background: url(../img/adv-bg_02.jpg) no-repeat center top;background-size: auto 100%; }
.services-title{width: 140px;height: 40px;line-height: 38px;border: 1px solid #0065ad;text-align: center;font-size: 20px;color: #0065ad;
margin-bottom: 16px;}
.services .item h2{font-size: 40px;font-weight: 600;color: #0079d0;margin-bottom: 16px;}
.services .item h6{font-size: 18px;text-transform: uppercase;color: rgba(0,101,173,0.5);margin-bottom: 24px;}
.services-list{display: flex;display: -webkit-flex;margin-bottom: 32px;}
.services-icon{min-width: 80px;max-width: 80px;min-height: 80px;max-height: 80px;background: #ff6411;border-radius: 50%;display: flex;display: -webkit-flex;justify-content: center;
align-items: center;}
.services-icon .icon{font-size: 60px;color: #fff;}
.services-icon .icon{font-size: 50px;color: #fff;}
.services-text{margin-left: 16px;}
.services-text .services-text-title{font-size: 20px;font-weight: 600;color: #fff;}
.services-text-des{font-size: 14px;color: #fff;}
@media screen and (max-width: 768px) {
	.services .item h2{font-size: 24px;}
	.services-text .services-text-title{font-size: 16px;}
	.services-text-des{font-size: 12px;}
	.services{padding: 40px 0;}
}

/* services sidebar */
.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #323232;
    border-radius: 0px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #373737;
    padding-bottom: 15px;
}
.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.sidebar .services ul {
    position: relative;
}
.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    margin-bottom: 5px;
}
.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #0065ad;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
    margin-bottom: 0;
}
.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}
.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "themify";
    content: "\e649";
    opacity: 1;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}


/* ======= Projects style ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects-title{
	text-align: center;
}
.section-title-line{width: 80px;height: 4px;background: #0065ad;margin: 24px auto;}

.projects .item:hover .con {
    bottom: 0;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.projects .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.projects .item .con h6,
.projects .item .con h6 a {
    position: relative;
    color: #0065ad;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con p {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i:hover {
    color: #0065ad;
}
.projects .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #999;
    padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
    border-color: #0065ad;
}
.section-nav{padding-left: 0;padding-right: 0;margin-top: 32px;}
.swiper1 {
	width: 100%;
}
.swiper-wrapper{
	justify-content: space-between;
}
.swiper1 .swiper-slide {
	text-align: center;
	font-size: 16px;
	width: 13%!important;
	cursor: pointer;
	margin-right: 0!important;
	padding: 10px ;
	background: #f0f0f0;	

}
.swiper1 .swiper-slide p{
	margin-bottom: 0;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper1 .swiper-slide h6{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
}
.swiper1 .swiper-slide:hover {
	border-bottom: 2px solid #0065ad;
}
.swiper1 .swiper-slide:hover p{
	color: #0065ad;
}
.swiper1 .selected {
	border-bottom: 2px solid #0065ad;
}
.swiper1 .selected p{
	font-weight: 600;
	color: #0065ad;
}
.swiper2 {
	width: 100%;
	margin: 32px auto 0 auto!important;
}
.swiper2 .swiper-slide {
	height: calc(100vh - 50px);
	color: #fff;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}
.projects-content{width: 24%;float: left;margin-right: 1.3%;margin-bottom: 24px;position: relative;overflow: hidden;}
.projects-content:nth-child(4n){margin-right: 0;}
.projects-img{box-shadow: inset 0px 0px 80px 5px #e5e5e5;z-index: 2;}
.projects-img img{width:100%; position: relative; z-index: -1;}
.projects-t{border-left: 1px solid #dedede;border-right: 1px solid #dedede;border-bottom: 1px solid #dedede;}
.projects-space{display: flex;display: -webkit-flex;justify-content: space-between;color: #333;border-bottom: 1px dotted #dedede;
padding: 0 10px;height: 40px;align-items: center;}
.projects-space .icon{color: #b2b2b2;}
.projects-space h5{font-size: 16px;}
.projects-t h6{padding: 0 10px;color: #999;font-size: 14px;line-height: 40px;}
.projects-link{position: absolute;width: 100%;height: 0%;left: 0;top: -50px;background: rgba(0,101,173,0.9);display: -webkit-flex;
flex-direction: column; transition: all 0.4s ease-in-out;text-align: center;}
.projects-link h4{font-size: 20px;font-weight: 600;margin-top: -50%;letter-spacing: 0.5px;transition:  all .5s ease-in-out;}
.projexts-link-icon{margin-top: -20%; transition:  all .6s ease-in-out;}
.projexts-link-icon .icon{font-size: 20px;color: #fff;}
.projects-content:hover .projects-link{height: 100%;top: 0;}
.projects-content:hover .projects-link h4{margin-top: 45%;}
.projects-content:hover .projexts-link-icon{margin-top: 16px;}

@media screen and (max-width: 768px) {
	.section-nav{margin-top: 8px;}
	.swiper1 .swiper-slide{width: 19%!important;font-size: 12px;}
	.swiper2{margin: 8px auto 0 auto!important;}
	.projects-content{width: 48%;margin-left: 1%; margin-right: 1%;}
	.section-title-line{margin: 8px auto;}
}

/* ======= case style ======= */
.case-img img{max-width: 100%;}


/* ======= honor style ======= */
.honor{padding: 170px 0;background: url(../img/honor_02.jpg) no-repeat center top;}
.honor .honor-text h2{font-size: 60px;font-weight: 600;color: #fff;letter-spacing: 3px;margin-bottom: 8px;}
.honor .honor-text h2 span{font-family: 'Oswald';}
.honor .honor-text h6{font-size: 36px;color: #fff;letter-spacing: 2px;}
@media screen and (max-width: 1200px) {
	.honor .honor-text h2{font-size: 50px;}
	.honor .honor-text h6{font-size: 26px;}
}
@media screen and (max-width: 992px) {
	.honor .honor-text h2{font-size: 50px;text-shadow: 2px 0 2px #666;}
	.honor .honor-text h6{font-size: 26px;text-shadow: 2px 0 2px #666;}
}
@media screen and (max-width: 768px) {
	.honor {height: 442px; padding: 0; background: url(../img/honor_02.jpg) no-repeat -1040px top;}
	.honor .honor-text{margin-top: 20px;}
	.honor .honor-text h2{font-size: 40px;text-shadow: 3px 3px 2px #333;text-align: center;}
	.honor .honor-text h6{font-size: 20px;text-shadow: 3px 3px 2px #333;text-align: center;}
}
@media screen and (max-width: 640px) {
	.honor {height: 442px; padding: 0; background: url(../img/honor_02.jpg) no-repeat -1060px top;}
}
/* ======= news style ======= */
.news-content{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap; margin-top: 26px;}
.news-recommend{width: 32.3333%;}
.news-recommend-img{overflow: hidden;}
.news-recommend-img img{width:100%; transition: all 0.5s;}
.news-recommend:hover .news-recommend-img img{transform: scale(1.2);}
.news-recommend-date{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;margin: 16px 0;}
.news-recommend-date h4{font-size: 18px; font-weight: 600; color: #333;}
.news-recommend-date span{font-family: 'Oswald';}
.news-recommend-description{font-size: 14px;color: #999;}
.news-tabs{width: 64.66666%;}
.news-tabs .content{width: 100%;height: 320px; margin-top: 32px;position: relative;overflow: hidden;}
.news .container .nav{float: right; width: 80%; }
.news .container .nav span{display: block; width:32.3333%;margin-left: 1%;background: #e9e9e9; text-align:center; line-height:40px; 
color:#666; float:left; cursor:pointer;transition: all 0.4s;}
.news .container .nav span.active{background:#ff6411; color:#fff;}
.news .container .nav span:hover{background:#ff6411; color:#fff;}
.content{width: 100%; height: auto; margin-top:32px;position:relative; overflow:hidden;}
.content .box{width: 100%;position:absolute;}
.content ul{width: 33.33333333%;float:left;display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.content ul li{width:48%; height:100px;padding-bottom: 10px;margin-bottom: 10px; position: relative;overflow: hidden;}
.content ul li a{display: flex;display: -webkit-flex;justify-content: space-between;}
.content img{max-width:100%;}
.news-list-date{font-family: 'Oswald';text-align: center;}
.news-list-d{font-size: 60px;font-weight: 600;color: #333;line-height: 60px;}
.news-list-ym{font-size: 16px;color: #999;}
.news-list-line{width: 1px;height: 80px;background: #ddd;}
.news-list-text{width: 76%;}
.news-list-text h3{font-size: 18px;font-weight: 600; color: #333;margin-bottom: 8px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-list-text p{font-size: 14px;color: #999;}
.content ul li:before{content: '';position: absolute; width: 0%;height: 1px;left: 0;bottom: 0;background: #ff6411;transition: all 0.5s;z-index: 2;}
.content ul li:after{content: '';position: absolute; width: 100%;height: 1px;left: 0;bottom: 0;background: #ddd;z-index: 1;}
.content ul li:hover:before{width: 100%;} 
@media screen and (max-width: 768px) {
	.news-content{margin-top: 8px;}
	.news-recommend{width: 100%;margin-bottom: 24px;}
	.news-tabs{width: 100%;}
	.content ul li{width: 100%;}
	.news-list-d{font-size: 30px;line-height: 30px;}
	.news-list-text h3{font-size: 16px;}
}

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


/* ======= Contact style ======= */
#bauen-contactMap {
    width: 100%;
    height: 550px;
}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #0065ad;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #323232;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #fff;
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #272727;
}


/* ======= Footer style ======= */
.main-footer {padding: 100px 0 0 0;background: url(../img/foot-bg_02.jpg) no-repeat center center;background-size: cover;}
.main-footer .container .row{justify-content: space-between;}
.main-footer .container .row .col-md-5{overflow: hidden;}
.main-footer-name{font-size: 30px;font-weight: 600;color: #fff;margin-bottom: 24px;}
.main-footer-contact{font-size: 14px; color: #fff;line-height: 32px;}
.main-footer-map{display: flex;display: -webkit-flex; justify-content: space-between;align-items: center; width: 100%;height: 200px;
border-radius: 10px;overflow: hidden;margin-top: 24px;margin-bottom:24px;}
.main-footer-message{padding: 30px 40px;background: rgba(0,101,173,0.5);border-radius: 10px;}
.main-footer-message h4{text-align: center;font-size: 24px;color: #fff;font-weight: 600;margin-bottom: 24px;}
.main-footer .container .row .col-md-6 .main-footer-message form{display: -webkit-flex;display: flex;justify-content: space-between;
flex-wrap: wrap;}
.message-input{width: 48%;margin-bottom: 24px;line-height: 50px;padding: 0 10px;border-radius: 6px;background: rgba(255,255,255,0.8);}
.message-content{width: 100%;height: 150px;border-radius: 6px; margin-bottom: 24px;padding: 10px;background: rgba(255,255,255,0.8);}
.message-submit{width: 100%;line-height: 50px;text-align: center;border-radius: 6px;background: rgba(255,255,255,0.8);cursor: pointer;
color: #666;}
.message-submit:hover{background: rgba(255,100,17,0.8);color: #fff;}
.sub-footer{border-top: 1px solid rgba(255,255,255,0.5);margin-top: 40px;}
.sub-footer p{margin-bottom: 0;font-size: 14px;line-height: 60px;}
.sub-footer .right{text-align: right;}
.sub-footer .right a:hover{color: #fff;}
.m-footer-transparent{height: 70px;display: none;}
.m-footer{width: 100%;background: #f1f1f1;height: 70px; padding: 10px 0; position: fixed;left: 0;bottom: 0;display: none;z-index:9999999;}
.m-footer a{display:block;float: left; width: 33.33333%;text-align: center;}
.m-footer a .icon{font-size: 30px;color: #0065ad;}
.m-footer a h6{font-size: 16px;}
@media screen and (max-width: 992px) {
	.main-footer-name{font-size: 24px;}
}
@media screen and (max-width: 768px) {
	.main-footer{padding: 40px 0 20px 0;}
	.main-footer-message{padding: 30px 10px;}
	.sub-footer{padding-top: 16px;}
	.sub-footer p{line-height: normal;}
	.m-footer-transparent{display: block;}
	.m-footer{display: block;}
}
/* ======= Corner Style ======= */
.hero-corner {
    top: 50px;
    right: 50px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
}
.hero-corner2 {
    top: 50px;
    left: 50px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.hero-corner3 {
    bottom: 50px;
    right: 50px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.hero-corner4 {
    bottom: 50px;
    left: 50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-color: rgba(255, 255, 255, 0.2);
}


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


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


/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {
        width: 150px;
    }
    .logo-img {
        margin-bottom: 0px;
    }
    .navbar button {
        margin-right: 30px;
        outline: none !important;
        background: #f1f1f1;
    }
    .navbar button:hover {
        background: #f1f1f1;
    }
    .navbar .container {
        max-width: 100%;
    }
    .navbar .navbar-collapse {
        max-height: 360px;
        overflow: auto;
        background: rgba(39,39,39,0.9);
        text-align: left;
        padding: 15px 30px 30px 15px
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #999;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #999 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #999 !important;
    }
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }
    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }
    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #999;
    }
    .dropdown-menu .dropdown-item,
    .sub-menu .dropdown-item {
        color: #999;
        border-bottom: 1px solid #999;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }
    .header .caption h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .logo-wrapper .logo h2 {
        display: none;
    }
    .hero .intro h3 {
        font-size: 28px;
    }
    .hero .intro h4 {
        font-size: 20px;
    }
    .header .caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.35em;
    }
    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
    }
    .header .caption .butn-light {
        margin-right: 10px;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .bauen-blog .item .con h5,
    .bauen-blog .item .con h5 a {
        font-size: 20px;
    }
    .bauen-comment-section h3 span {
        margin-left: 0px;
    }
    .main-footer .sub-footer p.right {
        text-align: left;
    }
    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}
@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }
    .footer {
        padding: 60px 0;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}