
/* Rofalco HTML Template  */

/*** 

====================================================================
            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');

@font-face {
  font-family: cerebri-light;
  src: url(../fonts/CerebriSans-Light.ttf);
}

@font-face {
  font-family: cerebri-regular;
  src: url(../fonts/cerebrisans-regular.ttf);
}

@font-face {font-family: 'Microsoft YaHei', sans-serif;
  src: url(../fonts/cerebrisans-medium.ttf);
}

@font-face {
  font-family: cerebri-semi-bold;
  src: url(../fonts/cerebrisans-semibold.ttf);
}

@font-face {
  font-family: 'Microsoft YaHei', sans-serif;
  src: url(../fonts/cerebrisans-bold.ttf);
}

@font-face {
  font-family: cerebri-extra-bold;
  src: url(../fonts/cerebrisans-extrabold.ttf);
}

/*** 

====================================================================
    Reset
====================================================================

***/


/*** 

====================================================================
    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-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: cerebri-regular;
}

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;
}

::-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;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1270px;
    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;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

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(../fonts/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-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
	margin-top:15px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !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: #25283a;
    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;
    padding: 16px 26px;
    padding-left: 65px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: -5px;
    height: 66px;
    width: 48px;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: .1;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

.btn-style-one:hover:before {
    width: 100%;
    border-radius: 0;
}

.btn-style-one span {
    position: relative;
}

.btn-style-one:after {
    font-family: Flaticon;
    content: "\f115";
    position: absolute;
    left: 16px;
    top: 14px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
}

/* Style Three */
.btn-style-one.style-three {
    background-color: white;
}

.btn-style-one.style-three:hover {
    color: #fff;
}

.btn-style-one.style-three:before {
    opacity: 1;
}


/* Style four */
.banner-section .link-box a.style-four {
    border: 2px solid #fff;
    padding: 14px 24px;
    padding-left: 50px;
    background: transparent;
}

.btn-style-one.style-four:before {
    opacity: 0;
}

.btn-style-one.style-four:hover:before {
    opacity: 1;
}


.btn-style-one.style-four:after {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    left: 25px;
}

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}



/* Services Section Two */

.services-section-two {
    position: relative;
    padding: 20px 0 0;
}

.services-section-two .text {
    position: relative;
}

.service-block-two {
    position: relative;
}

.service-block-two .inner-box {
    position: relative;
    margin-bottom: 50px;
}

.service-block-two .image {
    position: relative;
    overflow: hidden;
}

.service-block-two .image img {
    position: relative;
    transition: .7s;
    width: 100%;
}

.service-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}

.service-block-two .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    padding: 45px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.service-block-two .inner-box:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.service-block-two .overlay .link-btn a {
    font-size: 45px;
    color: #fff;
    position: relative;
    transition: 1s;
    transition-delay: .3s;
    display: inline-block;
}

.service-block-two .inner-box:hover .overlay .link-btn a {
    transform: rotate(360deg);
}

.service-block-two .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    transition: .5s;
}

.service-block-two h4 {
    position: relative;
    font-size: 15px;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-bottom: 12px;
}

.service-block-two .text {
    position: relative;
    font-family: cerebri-light;
    margin-bottom: 0;
}

.service-block-two .lower-content {
    position: relative;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.12);
    transition: .5s;
    background-color: #fff;
}

.service-block-two .inner-box:hover .lower-content {
    padding-bottom: 100px;
    margin-bottom: -55px;
}

.service-block-two .lower-content .read-more-btn {
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 0;
    border-top: 1px solid #eee;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    transition: .5s;
    transform: scale(1,0);
    transform-origin: top;
}

.service-block-two .inner-box:hover .lower-content .read-more-btn {
    opacity: 1;
    transform: scale(1);
}

.service-block-two .lower-content .read-more-btn a {
    padding: 19px 0;
    display: inline-block;
    font-family: cerebri-semi-bold;
}

.services-section-two .owl-dots {
    display: block;
    text-align: center;
    margin-top: -16px;
}

.services-section-two .owl-dots .owl-dot{
    position:relative;
    margin:0px 5px;
    width: 10px;
    height:8px;
    border-radius:2.5px;
    display:inline-block;
    border-radius: 4px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-section-two .owl-dots .owl-dot:hover,
.services-section-two .owl-dots .owl-dot.active{
    width: 18px;
}

.services-section-two .owl-dots .owl-dot{
    background:#cccccc;
}

.services-section-two.style-two {
    padding-bottom: 0px;
}

.services-section-two.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 700px;
    background-image: url(../images/shape-2.jpg);
}

/* Style Two */

.funfacts-section.style-two {
    background: #fff;
    padding: 100px 0;
}

.funfacts-section.style-two:before {
    opacity: 0;
}

.funfacts-section.style-two .count-box {
    color: #222;
}

.funfacts-section.style-two .text {
    color: #222;
}

.funfacts-section.style-two .inner:before {
    opacity: 1;
}

/* Working Process Section */

.working-process {
    position: relative;
    padding: 205px 0 80px;
    background-color: #ebf7f7;
    margin-top: -102px;
}

.working-process .shape-one {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.working-process .top-content .text {
    position: relative;
}

.working-process:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shape-2.jpg);
}

.process-block {
    position: relative;
}

.process-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block .icon {
    position: relative;
    width: 220px;
    height: 190px;
    margin: 0 auto 45px;
    text-align: center;
    line-height: 185px;
}

.process-block .icon img {
    position: relative;
    z-index: 9;
}

.process-block .icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: 1s;
    opacity: 0;
    transform: scale3d(.7, .7, .7);
}

.process-block .inner-box:hover .icon:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.process-block .icon:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.process-block .icon .count {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-family: cerebri-semi-bold;
    z-index: 9;
}

.process-block .text {
    font-size: 18px;
    margin-bottom: 0;
    font-family: cerebri-semi-bold;
}

/* Style two */

.working-process.style-two {
    position: relative;
    padding: 110px 0 80px;
    margin-top: 0;
    background-color: #fff;
}

.working-process.style-two:before {
    display: none;
}

.working-process.style-two .process-block .icon:before {
    background-color: #edf7f7;
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.working-process.style-two .process-block .inner-box:hover .icon:before {
    background-color: #034ea2;
}

/* Services Details */

.services-details {
    position: relative;
    padding: 110px 0 80px;
}

@media only screen and (min-width: 992px) {
    .sidebar {
        padding-right: 55px;
    }
}

.widget_categories_two {
    position: relative;
}

.widget_categories_two .widget-content {
    position: relative;
}

.widget_categories_two .widget-content li {
    position: relative;
    /* margin-bottom: 2px; */
}

.widget_categories_two .widget-content li:last-child {
    margin-bottom: 0;
}

.widget_categories_two .widget-content li a {
    color: #222;
    font-size: 18px;
    font-family: 'Microsoft YaHei', sans-serif;
    transition: .5s;
    display: block;
    padding: 24px 40px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.widget_categories_two .widget-content li:hover a,
.widget_categories_two .widget-content li.current a {
    color: #fff;
}

/* 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;
}

.widget_contact-form .bootstrap-select .dropdown-menu {
    padding: 0;
}

.widget_contact-form .dropdown-item.active, 
.widget_contact-form .dropdown-item:active {
    color: #fff;
}

.widget_contact-form .bootstrap-select .dropdown-menu li a.active span.text {
    color: #fff;
}

.widget_contact-form .dropdown-item {
    color: #222;
}

.widget_contact-form .bootstrap-select .dropdown-menu li a span.text {
    color: #222;
    font-size: 16px;
}

.widget_contact-form .dropup .dropdown-toggle::after {
    display: none;
}

.widget_contact-form .title {
    position: relative;
    font-size: 30px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.widget_contact-form .sub-title {
    position: relative;
    font-size: 16px;
    font-family: cerebri-light;
    margin-bottom: 30px;
}

.widget_contact-form .form-group {
    margin-bottom: 10px;
}

.widget_contact-form .form-group input {
    width: 100%;
    background-color: #f9f9f9;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #eee;
}

.widget_contact-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 14px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.widget_contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.widget_contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 10px;
}

.contact-widget.style-two .widget-content {
    position: relative;
    padding: 40px;
    padding-bottom: 20px;
}

.contact-widget.style-two .widget-content .widget-title {
    color: #fff;
}

.services-details .content-side {
    position: relative;
    margin-bottom: 30px;
}

.services-details .content-side h2 {
    font-size: 48px;
    font-family: cerebri-semi-bold;
    margin-bottom: 20px;
}

.services-details .content-side .text {
    margin-bottom: 0px;
    font-family: cerebri-light;
}

.services-details .content-side .text p {
    margin-bottom: 30px;
}

.services-details .content-side .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.services-details .content-side .icon-box .icon {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #f9f4e4;
    font-size: 14px;
    margin-right: 17px;
    transition: .5s;
}

.services-details .content-side .icon-box:hover .icon {
    color: #fff;
}

.services-details .content-side .icon-box h4 {
    font-size: 22px;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-bottom: 10px;
}

.services-details .content-side .icon-box .text {
    position: relative;
    margin-bottom: 0;
}


.services-details .owl-dots {
    display: block;
    text-align: center;
    margin-top: -16px;
}

.services-details .owl-dots .owl-dot{
    position:relative;
    margin:0px 5px;
    width: 10px;
    height:8px;
    border-radius:2.5px;
    display:inline-block;
    border-radius: 4px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-details .owl-dots .owl-dot:hover,
.services-details .owl-dots .owl-dot.active{
    width: 18px;
}

.services-details h3 {
    font-size: 36px;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-bottom: 40px;
}

.services-details .testimonial-block .inner-box {
    background-image: url(../images/shape-2.jpg);
}

/* News Block Two */
.news-block-two {
    position: relative;
}

.news-block-two .image {
    position: relative;
    overflow: hidden;
}

.news-block-two .image img {
    position: relative;
    width: 100%;
    transition: .5s;
}

.news-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}

.news-block-two .date {
    position: absolute;
    font-size: 14px;font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    left: 0;
    bottom: 0;
    padding-top: 5px;
}

.news-block-two .date strong {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 36px;
    position: relative;
    bottom: -10px;
}

.news-block-two .content-box {
    margin-bottom: 30px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.news-block-two .top-content {
    position: relative;
    padding: 35px;
}

.news-block-two .bottom-content {
    position: relative;
    padding: 18px 35px;
    border-top: 1px solid #e5e5e5;
}

.news-block-two .post-meta {
    position: relative;
    margin-bottom: 12px;
}

.news-block-two .post-meta li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.news-block-two .post-meta li:before {
    position: absolute;
    content: '';
    top: 5px;
    right: -7px;
    width: 1px;
    height: 16px;
}

.news-block-two .post-meta li:last-child:before {
    display: none;
}

.news-block-two h4 {
    font-size: 22px;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-bottom: 18px;
    color: #222;
    transition: .5s;
}


.news-block-two .text {
    position: relative;
    margin-bottom: 0;
    font-family: cerebri-light;
}

.news-block-two .read-more-btn a {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
}

/* News Block Three */
.news-block-three {
    position: relative;
}

.news-block-three .image {
    position: relative;
    overflow: hidden;
}

.news-block-three .image img {
    position: relative;
    width: 100%;
    transition: .5s;
}

.news-block-three .inner-box:hover .image img {
    transform: scale(1.1);
}

.news-block-three .inner-box:hover .image .owl-carousel img {
    transform: scale(1);
}

.news-block-three .date {
    position: absolute;
    font-size: 14px;font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    padding-top: 5px;
}

.news-block-three .date strong {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 36px;
    position: relative;
    bottom: -10px;
}

.news-block-three .content-box {
    margin-bottom: 30px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    padding: 40px 50px;
}

.news-block-three .top-content {
    position: relative;
    padding: 35px;
}

.news-block-three .bottom-content {
    position: relative;
    padding-left: 95px;
}

.news-block-three .post-meta {
    position: relative;
    margin-bottom: 20px;
}

.news-block-three .post-meta li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.news-block-three .post-meta li:before {
    position: absolute;
    content: '';
    top: 5px;
    right: -7px;
    width: 1px;
    height: 16px;
}

.news-block-three .post-meta li:last-child:before {
    display: none;
}

.news-block-three h2 {
    font-size: 36px;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-bottom: 18px;
    color: #222;
    transition: .5s;
}

.news-block-three .text {
    position: relative;
    font-family: cerebri-light;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.news-block-three .read-more-btn a {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
}

.news-block-three.quote-block .text {
    position: relative;
    padding-left: 60px;
}

.news-block-three.quote-block .text .quote {
    position: absolute;
    left: 0;
    top: 5px;
}

.news-block-three .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            z-index: 99;
}

.news-block-three .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: auto;
    top: 0;
    height: 50px;
    width: 50px;
    border: none;
    text-align: center;
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .owl-theme .owl-nav .owl-prev:before {
    font-family: 'Flaticon';
    content: "\f115";
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 45px;
    border-radius: 50%;
    transform: rotate(180deg);
    background: #fff;
    font-size: 19px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff;
}

.news-block-three .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .owl-theme .owl-nav .owl-next:before {
    font-family: 'Flaticon';
    content: "\f115";
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 50px;
    background: #fff;
    border-radius: 50%;
    font-size: 19px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .owl-theme .owl-nav .owl-next:hover:before {
    color: #fff;
}

.news-block-three .video-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    background-color: #fff;
    color: #222;
    width: 80px;
    text-align: center;
    height: 80px;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform: translate(-50%, -50%);
}

.news-block-three .video-box .video-btn span {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    line-height: 80px;
    transition: .5s;
}

.news-block-three .video-box .video-btn:hover span {
    color: #fff;
}

.news-block-three .video-box .video-btn:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: .35;
    border-radius: 50%;
}

.news-block-three .video-box .video-btn:before {
    -webkit-animation: scaleup 3s infinite linear;
            animation: scaleup 3s infinite linear;
}

.news-block-three .inner-box:hover .video-box img {
    transform: scale(1);
}

@-webkit-keyframes scaleup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Sidebar Page Container */

.sidebar-page-container {
    position: relative;
    padding: 110px 0 80px;
}


/* Widget Search */

.widget_search {
    position: relative;
}

.widget_search input[type="search"] {
    width: 100%;
    height: 65px;
    color: #fff;
    padding: 0 30px;
    padding-right: 65px;
}

.widget_search .form-group {
    position: relative;
}

.widget_search button {
    position: absolute;
    top: 18px;
    right: 20px;
    background: transparent;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.2196078431372549);
    padding-left: 20px;
}

/* Category Widget */

.widget_categories {
    position: relative;
    padding: 40px;
    padding-bottom: 27px;
    background: url(../images/shape-2.jpg);
}

.categories-list {
    position: relative;
}

.categories-list li {
    position: relative;
    margin-bottom: 13px;
}

.categories-list li a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    padding-left: 30px;
}

.categories-list li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    color: #222;
}

.categories-list li a:before {
    font-family: Flaticon;
    content: "\f115";
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-weight: 900;
    transition: .5s;
}

.categories-list li a:hover:before {
    opacity: 1;
}

/* Popular Post */

.widget_popular_post {
    position: relative;
    padding: 40px;
    padding-bottom: 27px;
    background: url(../images/shape-2.jpg);
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #b8cfd0;
    padding-bottom: 10px;
}

.widget_popular_post .post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.widget_popular_post .content {
    position: relative;
    margin-bottom: 20px;
    max-width: 200px;
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}

.widget_popular_post .content h5 a {
    color: #222;
    transition: .5s;
}

.widget_popular_post .content .post-info {
    font-size: 14px;
}

/* Tag Cloud */

.widget_tag_cloud {
    position: relative;
    padding: 40px;
    padding-bottom: 27px;
    background: url(../images/shape-2.jpg);
}

.widget_tag_cloud ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.widget_tag_cloud li {
    font-size: 16px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.widget_tag_cloud li a {
    color: #222;
    background-color: #d2e0e0;
    transition: .5s;
    padding: 5.5px 16px;
    display: inline-block;
}

.widget_tag_cloud li a:hover {
    color: #fff;
}

.widget_cta .image {
    position: relative;
}

.widget_cta .content {
    position: relative;
    text-align: center;
    padding: 45px 15px;
}

.widget_cta .content .text {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-family: 'Microsoft YaHei', sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 32px;
}

.widget_cta .content .text:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #fff;
    transform: translateX(-50%);
}

/* Contact Section */

.contact-form .bootstrap-select .dropdown-menu {
    padding: 0;
}

.contact-form .dropdown-item.active, 
.contact-form .dropdown-item:active {
    color: #fff;
}

.contact-form .bootstrap-select .dropdown-menu li a.active span.text {
    color: #fff;
}

.contact-form .dropdown-item {
    color: #222;
}

.contact-form .bootstrap-select .dropdown-menu li a span.text {
    color: #222;
    font-size: 16px;
}

.contact-form .dropup .dropdown-toggle::after {
    display: none;
}

.contact-form .title {
    position: relative;
    font-size: 30px;
    font-family: 'Microsoft YaHei', sans-serif;
}

.contact-form .sub-title {
    position: relative;
    font-size: 16px;
    font-family: cerebri-light;
    margin-bottom: 30px;
}

.contact-form .row {
    margin: 0 -10px;
}

.contact-form .form-group {
    margin-bottom: 20px;
    padding: 0 10px;
}
.contact-form .form-group textarea,
.contact-form .form-group select,
.contact-form .form-group input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #eee;
    border-radius: 0;
    background: transparent;
}

.contact-form .form-group textarea {
    height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 17px 20px;
    background: transparent;
    border: 1px solid #eee;
    border-radius: 0;
}

.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 10px;
}

.contact-section {
    position: relative;
    padding: 110px 0 70px;
}

.contact-section .contact-info {
    position: relative;
}

.contact-section .contact-info li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.contact-section .contact-info li .icon {
    position: relative;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 35px;
    margin-top: 11px;
}

.contact-section .contact-info li .text {
    position: relative;
    color: #222;
}

.contact-section .contact-info li .text a {
    color: #222;
    transition: .5s;
}

.contact-section .social-links {
    position: relative;
    margin-bottom: 20px;
}

.contact-section .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-section .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.contact-section .social-links li a:hover {
    color: #ffffff;
}

.contact-section .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-section .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-section .social-links li a span {
    position: relative;
}

.contact-section .contact-form-area {
    padding: 70px;
    background-color: #fff;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.contact-section .sec-title h2 {
    font-size: 36px;
    line-height: 45px;
}

@media only screen and (min-width: 992px) {
    .contact-section .contact-form-area {
        margin-left: 67px;
    }
}

.contact-section .dropdown.bootstrap-select.form-control {
    height: 60px;
}


/*** 

====================================================================
        Comment Area
====================================================================

 ***/

.comments-title{
    position: relative;
    margin-bottom: 40px;
 }

.comments-title h4{
    font-size: 36px;
    font-family: 'Microsoft YaHei', sans-serif;
    text-transform: capitalize;
    color: #222;
    margin: 0;
    padding-bottom: 10px;
}

.comments-title h4:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 40px;
    bottom: 0;
    left: 0;
}

.comments-area{
    position:relative;
    margin-bottom: 100px;
}

.comments-area .comment-box{
    position:relative;
    margin-bottom: 40px;
}

.comments-area .comment{
    position:relative;
    min-height: 80px;
    padding-left: 98px;
}

.comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width: 98px;
    height: 98px;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
    width: 100%;
}

.comments-area .comment-box .info-wrap {
    position: relative;
    border: 1px solid #e4e4e4;
    padding: 40px 50px;
}

.comments-area .comment-box .info{
    position: relative;
    margin-bottom: 15px;
    line-height:24px;
}

.comments-area .comment-box .info .name{
    position: relative;
    display: block;
    font-size: 18px;
    line-height:30px;
    font-weight:400;
    color: #222;
    text-transform: capitalize;
    font-family: 'Microsoft YaHei', sans-serif;
}

.comments-area .comment-box .info .comment-date{
    position: relative;
    display: inline-block;
    font-size:15px;
    line-height:24px;
    font-weight:400;
    color:#9b9fa6;
}

.blog-single-post .comments-area .comment-box .text{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.comments-area .comment-box .reply-btn{
    position: relative;
    display: block;
}

.comments-area .comment-box .theme-btn .btn-title{
    line-height: 30px;
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif;
}

/*** 

====================================================================
        Leave Comments Form
====================================================================

 ***/

.leave-comments{
    position: relative;
}

.leave-comments .instruction{
    padding-top: 15px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 30px;
}

.leave-comments form .form-group:last-child{
    margin-bottom: 0;
}


/* Blog Single Post */

.blog-single-post .post-share-info {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 30px;
}

.blog-single-post .post-share-info a {
    position: relative;
    padding-right: 5px;
}

.blog-single-post .post-share-info a:before {
    position: absolute;
    content: ',';
    bottom: 0;
    right: 0;
    font-size: 16px;
}

.blog-single-post .post-share-info a:last-child:before {
    display: none;
}

.news-block-three.blog-single-post .text {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.news-block-three.blog-single-post h2:hover {
    color: #222;
}

.news-block-three.blog-single-post .date {
    top: 10px;
}

.blog-single-post .list {
    position: relative;
    margin-bottom: 40px;
}

.blog-single-post .list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 50px;
}

.blog-single-post .list li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #f9f4e4;
    text-align: center;
}

.blog-single-post h4 {
    font-size: 22px;
    font-family: 'Microsoft YaHei', sans-serif;
    margin-bottom: 20px;
}

.news-block-three.blog-single-post .content-box {
    margin-bottom: 100px;
}

/* Post Pagination */

.post-pagination {
    position: relative;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px 5px;
}

.post-pagination li .current,
.post-pagination li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    color: #222;
}

.post-pagination li .current {
    color: #fff;
}

.post-pagination a.next {
    border-color: transparent;
}

/* Map Section */
.map-section .contact-map {
    position: relative;
    margin-bottom: -90px;
}

.contact-map iframe {
    width: 100%;
}

/* Two Column Section */
.two-column-section {
    position: relative;
    padding: 110px 0 60px;
    background-size: cover;
}

.two-column-section .auto-container {
    max-width: 1370px;
}

.two-column-section .inner-container {
    max-width: 500px;
}

.two-column-section .right-column .inner-container {
    margin: 0 auto;
    margin-right: 0;
}

.two-column-section .divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #fff;
    background-color: #3c5d5c;
    padding: 1px 18px;
    padding-right: 12px;
    font-size: 14px;
    letter-spacing: 5px;
    border-radius: 15.5px;
}

.two-column-section:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #3c5d5c;
}

.two-column-section .testimonial-block .author-box {
    margin-bottom: 15px;
    margin-top: 35px;
}

.two-column-section .estimate-form {
    max-width: 500px;
    margin-bottom: 30px;
}

.two-column-section .estimate-form .title {
    font-size: 36px;
    margin-bottom: 20px;
}

.two-column-section .estimate-form .row {
    margin: 0 -5px;
}

.two-column-section .estimate-form .form-group {
    padding: 0 5px;
}

@media only screen and (max-width:991px) {
    .two-column-section .right-column .inner-container {
        margin-left: 0;
    }
    .two-column-section:before {
        display: none;
    }
    .two-column-section .divider {
        display: none;
    }
}

/* CTA Section Three */

.cta-section-three {
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 73px 0;
}

.cta-section-three h3 {
    font-size: 30px;
    color: #fff;font-family: 'Microsoft YaHei', sans-serif;
}

.cta-section-three h3 i {
    margin-right: 10px;
}



.cta-section-three h3 strong {
    font-family: cerebri-extra-bold;
}


/* Portfolio Section */

.portfolio-section-two {
    position: relative;
    padding: 100px 0 0;
    background-color: #034ea2;
}

.portfolio-section-two .auto-container {
    max-width: 100%;
    padding: 0;
}

.portfolio-section-two .top-content {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .gallery-block-two {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

    

.gallery-block-two {
    position: relative;
}

.gallery-block-two .inner-box {
    position: relative;
}

.gallery-block-two .image {
    position: relative;
    overflow: hidden;
}

.gallery-block-two .image img {
    transition: .5s;
    width: 100%;
}

.gallery-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}

.gallery-block-two .overlay-content {
    position: absolute;
    left: 32px;
    top: 32px;
    right: 32px;
    bottom: 32px;
    background-color: rgba(236, 90, 50, 0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s;
    opacity: 0;
}

.gallery-block-two .inner-box:hover .overlay-content {
    opacity: 1;
}

.gallery-block-two .overlay-content h4 {
    position: relative;
    font-size: 22px;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.gallery-block-two .overlay-content h5 {
    position: relative;
    font-size: 14px;
    font-family: cerebri-semi-bold;
    text-transform: uppercase;
}

.portfolio-section-two .filter-tabs {
    padding: 0;
    border: 0;
}

.portfolio-section-two .filter-tabs li.active {
    color: #fff;
    border-color: #fff;
}

.portfolio-section-two .filter-tabs li {
    border: 2px solid transparent;
    margin: 0;
    padding: 4.5px 24px;
    color: #fff;
    border-radius: 3px;
}

.portfolio-section-two .filter-tabs li.active .count {
    opacity: 0;
}







