
/* 1. Appionment area/*--------------------------------*/
.header-right-link .slice-btn {
    color: #444;
    position: relative;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    right: -11px;
    display: inline-block;
    padding: 37px 0px;
}

.header-right-link {
    float: right;
    width: 60px;
}

.header-area .header-right-link .slice-btn {
    color: #444;
}

.header-area-2 .header-right-link .slice-btn {
    color: #fff;
}

.header-area.stick .header-right-link .slice-btn {
    padding: 25px 0px;
}

.appointment-wrapper {
    position: fixed;
    right: -420px;
    top: 0px;
    width: 400px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.visible-appointment .appointment-wrapper {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #f5f8fb;
    padding: 50px 30px;
}

.appointment-wrapper .appoint-box .cross-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #444;
    font-size: 20px;
}

.appointment-wrapper .appoint-box h2 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: #444;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.layer-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10,24,40,0.80);
    visibility: hidden;
    z-index: 999999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.visible-appointment .layer-drop {
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .single-contact span {
    color: #444;
    font-size: 17px;
}

.appointment-wrapper .single-contact h5 {
    color: #444;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.quote-icons {
    margin-top: 30px;
}

.quote-icons h5 {
    color: #444;
    margin-bottom: 20px;
}

.quote-icons ul li {
    display: inline-block;
}

.quote-icons ul li a {
    color: #444;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    border-radius: 50%;
}

.quote-icons ul li a:hover {
    background: #F3B007;
    border: 1px solid #F3B007;
    color: #ddd;
}

.appointment-wrapper .single-contact {
    width: 100%;
    float: none;
}

.appointment-wrapper .quote-btn {
    background: #F3B007;
    border: 1px solid #F3B007;
    color: #fff;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: 0.4s;
    border-radius: 3px;
}

.appointment-wrapper .quote-btn:hover {
    background: #0F2A48;
    border: 1px solid #fff;
}

.appointment-wrapper .contact-icon {
    padding: 30px 0px;
    background: transparent;
}

.appointment-wrapper .help-block {
    margin-top: 15px;
    margin-bottom: 0px;
}

.appointment-wrapper .contact-form input[type="text"], .appointment-wrapper .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    background: transparent;
}

.appointment-wrapper .contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 120px;
    padding: 20px;
    width: 100%;
    background: transparent;
}

.header-area-3 .header-right-link .slice-btn {
    padding: 37px 0px;
    color: #fff;
}

.header-area-3.stick .header-right-link .slice-btn {
    padding: 26px 0px;
}

/*----------------------------------------*/
/*  1.  Theme default CSS/*----------------------------------------*/
html, body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #777;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0 none;
}

a:hover, a:focus {
    color: #F3B007;
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 24px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}

#scrollUp:hover {
    background: #F3B007;
    opacity: 1;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

.navbar-collapse {
    /*padding-left: 0px;*/
}

::-moz-selection {
    background: #F3B007;
    text-shadow: none;
}

::selection {
    background: #F3B007;
    text-shadow: none;
}

.color {
    color: #F3B007;
    font-weight: 700;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 100px 0px;
}

.mar-row {
    margin-top: 50px;
}

.load-more-btn {
    text-transform: uppercase;
    background: #F3B007;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #F3B007;
}

.load-more-btn:hover {
    background: #fff;
    border: 2px solid #F3B007;
    color: #F3B007;
    transition: 0.4s;
}

.bg-color {
    background: #f9f9f9;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.parallax-bg {
    position: relative;
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0F2A48;
    opacity: .8;
    content: "";
}

.left-headline {
    padding-bottom: 15px;
}

.left-headline h3 {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    margin-bottom: 40px;
    color: #001033;
}

.left-headline h3::after {
    border: 1px solid #F3B007;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 70px;
    right: auto;
}

.center-headline h3 {
    max-width: 820px;
    font-size: 30px;
    line-height: 42px;
    margin: 0px auto 40px;
    text-align: center;
    color: #001033;
}

.services-headline {
    margin-bottom: 30px;
    overflow: hidden;
}

.services-headline h3 {
    font-size: 26px;
    width: 50%;
    line-height: 32px;
    font-weight: 700;
    text-transform: inherit;
    float: left;
    padding-right: 30px;
    color: #001033;
    text-align: right;
}

.services-headline>p {
    width: 50%;
    float: left;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.50px;
}

.services-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #F3B007!important;
    content: "";
    width: 3px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}

.sub-headline {
    margin-bottom: 30px;
}

/*--------------------------------*/
/*  2. Header top Area/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #0F2A48;
}

.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    padding: 11px 0;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.60px;
}

.topbar-left ul li a i {
    color: #F3B007;
    font-size: 16px;
    padding-right: 7px;
}

.topbar-left ul li:last-child a {
    margin-right: 0px;
}

.top-social {
    float: right;
    padding: 10px 0px;
}

.top-social ul li {
    display: inline-block;
}

.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    opacity: 0.8;
    border-radius: 50%;
    background: #314A66;
}

.top-social ul li a:hover {
    color: #fff;
    opacity: 1;
}

/*----------------------------------------*/
/*  2.1 Header Bottom Area /*----------------------------------------*/
.header-area {
    background: #fff;
}

.logo-bg {
    background: #0F2A48;
    z-index: 10;
    margin-left: 15px;
    margin-right: -15px;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 5px 0;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav >li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding: 40px 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 15px;
}

.main-menu ul.navbar-nav li a:hover {
    color: #F3B007;
}

.main-menu ul.navbar-nav >li >a::before {
    background: #F3B007;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
    left: 0px;
}

.main-menu ul.navbar-nav >li:hover >a:before, .main-menu ul.navbar-nav >li.active >a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #F3B007;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav >.active >a, .navbar-default .navbar-nav >.active >a:hover, .navbar-default .navbar-nav >.active >a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-nav >li >a:hover, .navbar-default .navbar-nav >li >a:focus {
    background-color: transparent;
    color: inherit;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 1px solid #f5f5f5;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    border-radius: 5px;
    padding: 20px 10px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #F3B007;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i,.stick .header-search input {
    color: #666
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.header-right-link {
    float: right;
    width: 60px;
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border: 1px solid #f5f5f5;
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}

.search-option button.button {
    background: #F3B007;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}

.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 30px 0px 31px 10px;
}

.header-right-link a.main-search:hover {
    color: #F3B007;
}

/*--------------------------------*/
/* 2.2. Sticky Header Area/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 2px #ccc, -2px -2px 2px #ccc;
    background: #fff;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 1px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 27px 0px;
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}

.header-area.stick .header-right-link a.main-search {
    padding: 18px 0px 18px 10px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #F3B007;
}

.header-area.stick .navbar-brand>img {
    display: block;
    width: 200px;
    height: auto;
}

.header-area.stick .logo-bg:after,.header-area.stick .logo-bg:before {
    border-top: 76px solid transparent;
}

/*----------------------------------------*/
/*  2.3. Mobile Menu Area/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 110%;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

.mobile-menu-area .header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 0px 0px 0px 10px;
}

.mobile-menu-area .slice-btn {
    float: right;
    padding: 0px;
    right: 5px;
}

.mobile-menu-area .header-right-link {
    float: right;
    width: 60px;
    position: absolute;
    top: 12px;
    right: 0px;
}

.mean-container a.meanmenu-reveal {
    color: #252525;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 6px 10px 11px;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 30px;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 4px 0 0;
    position: relative;
    width: 85%;
    z-index: 999999;
}

.mobile-menu-area .header-right-link .slice-btn span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
}

.mobile-menu-area .search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -60px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}

/*----------------------------------------*/
/*  3. Slider Area/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

.intro-content::after {
    background: rgba(255,255,255,0.20) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}

.layer-1 h1 {
    color: #001033;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 0px 40px;
    max-width: 720px;
    font-weight: 900;
}

.ready-btn {
    border: 2px solid #F3B007;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #F3B007;
    width: 180px;
    border-radius: 3px;
}

.ready-btn:hover {
    color: #fff;
    background: #0F2A48;
    border: 2px solid #0F2A48;
    text-decoration: none;
}

.layer-1 .color {
    color: #F3B007;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #333;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    /*line-height: 42px;*/
    opacity: 0;
    border: 2px solid #333;
    width: 44px;
    height: 44px;
	padding-top: 10px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #F3B007;
    border: 2px solid #F3B007;
}

.intro-carousel .owl-item .layer-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1,.intro-carousel .owl-item.active .layer-2,.intro-carousel .owl-item.active .layer-3 {
    transform: translateY(0);
    opacity: 1;
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1);
    transition: 10s;
}

/*----------------------------------------*/
/*  4. Wellcome Services Area/*----------------------------------------*/
.well-inner {
    margin-top: -30px;
}

span.number {
    color: #444;
    font-weight: 700;
    /* font-size: 40px; */
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
}


.services-column {
    margin-top: 30px;
}

.well-content h4 {
    /* font-size: 22px; */
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    text-transform: capitalize;
}

.well-content h4 a {
    color: #444;
}

.well-services p {
    margin-bottom: 0px;
}

.well-content h4 a:hover {
    color: #F3B007;
}

.well-icon {
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
    display: block;
}

.well-icon a {
    font-size: 70px;
    line-height: 70px;
    color: #444;
}

/*----------------------------------------*/
/*  5. About area/*----------------------------------------*/
.about-content {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.about-content h3 {
    line-height: 34px;
    text-transform: unset;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    color: #001033;
}

.about-content p {
    font-size: 15px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.about-list li {
    color: #777;
    padding-left: 25px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.about-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #F3B007;
    width: 5px;
    height: 5px;
}

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

.about-image::after {
    position: absolute;
    right: -232px;
    top: 270px;
    width: 500px;
    height: 100%;
    content: "";
    background: rgba(6,34,65,0.80) none repeat scroll 0 0;
    transform: rotate(45deg);
}

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 30%;
    text-align: center;
    z-index: 999;
}

.video-play.vid-zone {
    background: #F3B007;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
}

.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}

.video-play.vid-zone:hover {
    background: #fff;
    color: #F3B007;
    transition: 0.4s;
}

.video-play.vid-zone:hover i {
    color: #F3B007;
}

/*----------------------------------------*/
/*  6. Services Area/*----------------------------------------*/
.all-services {
    margin-top: -30px;
    display: block;
}

.single-service {
    position: relative;
    border: 1px solid #ddd;
    /* padding: 30px 10px; */
    margin-top: 30px;
    transition: 0.4s;
	overflow: hidden;
}
.solution_img img{
	/* transform: scale(1); */
}
.single-service:hover{
    border: 1px solid #0F2A48;
    /* background: #0F2A48; */
    transition: 0.4s;
	/* transform: scale(1.1); */
}

.service-content {
    text-align: center;
}

.service-icon {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.service-icon a {
    font-size: 80px;
    color: #444;
    line-height: 80px;
}

.service-text h4 {
    font-weight: 600;
    font-size: 20px;
}

.service-text p {
    margin-bottom: 0px;
}

.single-service h4 {
    font-size: 20px;
    line-height: 28px;
}

.single-service h4 a {
    color: #444;
}

.single-service h4 a:hover {
    color: #F3B007;
}

.single-service:hover .service-text h4 a,.single-service:hover .service-text p,.single-service:hover .service-icon a {
    color: #fff;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    /*line-height: 34px;*/
    opacity: 0;
    border: 1px solid #F3B007;
    width: 40px;
    height: 40px;
	padding-top: 10px;
    background: #F3B007;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #0F2A48;
    border: 1px solid #0F2A48;
}

/*--------------------------------*/
/*  8.Project Area/*--------------------------------*/
.project-grid.project-content {
    margin-top: -15px;
}

.project-single {
    width: 50%;
    float: left;
}

.all-padding {
    padding: 15px;
}

.single-awesome-project {
    overflow: hidden;
}

.awesome-img {
    display: block;
    width: 100%;
	/* height: 340px; */
    height: 100%;
    position: relative;
}

.awesome-img >a {
    display: block;
    position: relative;
}

.awesome-img img {
    width: 50%;
    /* height: auto; */
	height: 340px;
}

.add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 39%;
    top: 15%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.project-dec {
    display: inline-block;
}

.project-dec h5 {
    color: #444;
    font-size: 18px;
    text-decoration: none;
}

.project-dec p {
    color: #444;
    font-size: 15px;
}

.project-dec span {
    margin-bottom: 5px;
    color: #F3B007;
    display: block;
	cursor: pointer;
}

.awesome-menu {
    padding-top: 10px;
}

.single-awesome-project:hover .add-actions {
    top: 12%;
    transition: all 0.5s ease 0s;
}

.know-more-btn {
    color: #444 !important;
    font-size: 16px;
    font-weight: 700;
}

.know-more-btn:hover,.project-dec h5:hover {
    color: #F3B007 !important;
}

/*--------------------------------*/
/* 8.Choose Area/*--------------------------------*/
.choose-area {
    background-image: url(../../images/index/bg1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-wrapper {
    background: #f9f9f9;
    padding: 100px 30px 100px 105px;
}

.choose-all {
    margin-top: -30px;
}

.single-choose {
    box-shadow: none;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #f6f6f6;
    padding: 20px 10px;
}

.choose-images {
    width: 60px;
    float: left;
    height: 60px;
    font-size: 26px;
    color: #fff;
    background: #F3B007;
    margin-right: 15px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #F3B007;
    border-radius: 50%;
}

.choose-all .choose-content {
    padding-left: 75px;
}

.choose-content p {
    margin-bottom: 0px;
}

.single-choose .choose-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.single-choose .choose-content h4 a {
    color: #444;
}

.single-choose .choose-content h4 a:hover {
    color: #F3B007;
}

.single-choose:hover .choose-images {
    margin-top: 30px;
    color: #F3B007;
    background: #fff;
    border: 2px solid #F3B007;
}

/*----------------------------------------*/
/*  9. Client Area/*----------------------------------------*/
.client-area {
    display: block;
    overflow: hidden;
}

.single-brand-item {
    float: left;
    width: 25%;
}

.banner-content {
    margin-top: -30px;
}

.single-brand-item a {
    display: block;
    text-align: center;
    margin-top: 30px;
}

/*----------------------------------------*/
/*  10. Testimonials Area/*----------------------------------------*/
.testimonial-area {
    position: relative;
}

.testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #0F2A48;
}

.testimonial-carousel .testimonial-text {
    position: relative;
    margin-top: -5px;
}

.testimonial-text p {
    color: #001033;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 30px;
    padding: 0px 60px;
}

.testimonial-text h5 {
    color: #444;
    font-size: 20px;
}

.testimonial-img {
    margin-top: 30px;
}

.testimonial-text a {
    color: #444;
}

.client-name {
    margin-top: 15px;
    display: inline-block;
}

.client-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
    color: #444;
}

.client-name span {
    font-size: 13px;
    color: #444;
}

/*----------------------------------------*/
/*  11. Quote  Area/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-default >.panel-heading {
    color: #666;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}

.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0px 45px;
}

.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

.faq-details .panel-heading h4 a::before {
    color: #666;
    content: "\e881 ";
    font-family: konstract;
    font-size: 16px;
    left: 0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active::before {
    color: #F3B007;
    content: "\e882";
    font-family: konstract;
    font-size: 16px;
    left: 0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active {
    color: #F3B007;
}

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.faq-area .faq-content {
    background: #0F2A48;
    padding: 10%;
    border-radius: 5px;
    border: 1px solid #0F2A48;
}

.faq-area .contact-form input[type="text"], .faq-area .contact-form input[type="email"] {
    border: 1px solid #0F2A48;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.faq-content h4 {
    color: #fff;
    padding-bottom: 20px;
}

.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}

.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #F3B007;
    display: inline-block;
    border: 2px solid #F3B007;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

.faq-area .quote-btn:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  12. Blog Area/*----------------------------------------*/
.blog-area {
    position: relative;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.blog-grid {
    margin-top: -30px;
}

.blog-content {
    padding: 20px 0px 2px;
}

.blog-right-column {
    background: #0F2A48;
    padding: 20px;
    margin-top: 30px;
}

.blog-right-column .blog-content {
    padding: 0px;
}

.blog-right-column .blog-content a h4,.blog-right-column .blog-meta span {
    color: #ddd;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

.image-scale::after {
    position: absolute;
    content: "";
    background: rgba(6,34,65,0.15) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin: 10px 0px;
}

.blog-meta span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

.single-blog:hover .image-scale::after {
    background: rgba(6,34,65,0.10) none repeat scroll 0 0;
}

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

.single-blog {
    margin-top: 30px;
    overflow: hidden;
}

.read-more {
    color: #444;
    display: inline-block;
    font-weight: 700;
}

.blog-right-column .single-blog {
    padding: 15px 0px;
    margin-top: 0px;
    border-bottom: 1px solid #444;
}

.blog-right-column .single-blog:last-child {
    border-bottom: none;
}

/*----------------------------------------*/
/*  13. Footer Area/*----------------------------------------*/
.footer-1 {
    background: url(img/background/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}

.footer-1 {
    position: relative;
    z-index: 1;
}

.footer-1::after {
    background: rgba(6,34,65,0.96) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-area {
    padding: 100px 0;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #ddd;
}

.footer-head h4 {
    color: #ddd;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-services-link ul.footer-list {
    width: 50%;
    float: left;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.footer-icons ul li a:hover {
    color: #fff;
    background: #F3B007;
    border: 1px solid #F3B007;
}

.footer-icons {
    margin-top: 20px;
}

.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}

.suscribe-input button {
    background: #F3B007;
    border: 1px solid #F3B007;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.suscribe-input button:hover {
    background: #0F2A48;
    border: 1px solid #0F2A48;
    color: #fff;
    transition: 0.4s;
}

.footer-contacts p span {
    color: #F3B007;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 11px;
    width: 5px;
    height: 5px;
    left: 0;
    background: #ddd;
}

.footer-list li a:hover {
    color: #F3B007;
}

.footer-area-bottom {
    background: #0F2A48;
    padding: 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #F3B007;
}

.copyright-text a {
    color: #ddd;
}

.copyright >p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright a {
    color: #F3B007;
}

/*----------------------------------------*/
/*  14. Home 2 Area/*----------------------------------------*/
.intro-area-2 .intro-content {
    position: relative;
    z-index: 1;
}

.intro-area-2 .intro-content:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6,34,65,0.50) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-2 {
    background: #0F2A48;
}

.header-area-2 {
    background: rgba(6,34,65,0.70) none repeat scroll 0 0;
    box-shadow: none;
}

.header-area-2 .main-menu ul.navbar-nav >li >a,.header-area-2 .header-right-link a.main-search {
    color: #fff;
}

.header-area-2.stick {
    background: #0F2A48;
}

.intro-area-2 .slider-content {
    margin-top: -70px;
}

.intro-area-2 .layer-1 h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
    margin: 0px 0px 40px;
    max-width: 679px;
    font-weight: 700;
    letter-spacing: 1px;
}

.intro-area-2 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .intro-area-2 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    border: 2px solid #fff;
}

.about-area-2 .about-image::after {
    display: none;
}

.about-area-2 .about-image {
    border-radius: 5px;
}

.about-area-2 .about-content {
    background: #fff;
    padding: 30px 30px;
    margin: 0px;
    box-shadow: none;
}

.about-btn {
    display: inline-block;
    color: #fff;
    background: #F3B007;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #F3B007;
}

.about-btn:hover {
    background: #fff;
    color: #F3B007;
    border: 1px solid #F3B007;
}

/*----------------------------------------*/
/* 15.Counter Area/*----------------------------------------*/
.counter-area {
    position: relative;
}

.fun-content {
    margin-top: 60px;
    overflow: hidden;
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.single-fun {
    width: 25%;
    float: left;
}

.fun-icon {
    float: left;
}

.fun-icon i {
    font-size: 60px;
    line-height: 70px;
    color: #001033;
}

.fun_text {
    padding-left: 75px;
}

.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    color: #001033;
    margin: 5px 0px;
}

.fun_text >h5 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.project-2 .project-single {
    width: 100%;
    float: none;
    padding: 0px 15px;
}

.project-2 .add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #f5f5f5;
}

.single-awesome-project:hover .add-actions {
    top: 0%;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.choose-area-2 {
    /* background-image: url(http://v.bootstrapmb.com/2018/11/klgl2814/img/background/bg2.jpg); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-area-2 .choose-wrapper {
    background: transparent;
    padding: 0px;
}

/*----------------------------------------*/
/*  16. team  Area/*----------------------------------------*/
.team-img {
    position: relative;
}

.team-img >a {
    display: block;
}

.team-img >a::after {
    background: rgba(6,34,65,0.70) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
}

.single-team-member:hover .team-img a:after {
    opacity: 1;
}

.single-team-member:hover .team-social-icon {
    top: 45%;
    opacity: 1;
}

.team-social-icon {
    left: 50%;
    margin-left: -71px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: 1.3s;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 39px;
    margin: 0 3px;
    width: 40px;
    text-align: center;
}

.team-social-icon ul li a:hover {
    color: #fff;
    border: 1px solid #F3B007;
    background: #F3B007;
}

.team-content {
    padding: 10px;
    position: relative;
    border: 1px solid #f5f5f5;
    text-align: center;
    border-top: none;
    z-index: 1;
}

.team-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: #0F2A48;
    width: 0%;
    height: 100%;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}

.team-content >h4 {
    color: #444;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.team-content >p {
    color: #666;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

.single-team-member:hover .team-content::before {
    opacity: 1;
    transition: 0.4s;
    width: 100%;
}

.single-team-member:hover .team-content >h4,.single-team-member:hover .team-content >p {
    color: #fff;
}

.team-top {
    margin-top: -30px;
}

.single-team-member {
    margin-top: 30px;
}

.footer-2 {
    background: #0F2A48;
}

.footer-2 .footer-area-bottom {
    background: #0a223c;
}

/*----------------------------------------*/
/*  17. Home Area 3/*----------------------------------------*/
.header-area-3 {
    background: transparent;
}

.header-area-3.stick {
    background: #0F2A48;
}

.header-area-3 .main-menu ul.navbar-nav >li >a,.header-area-3 .header-right-link a.main-search {
    color: #fff;
}

.intro-area-3 .layer-1 h1 {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0px 0px 40px;
    max-width: 800px;
    font-weight: 700;
    letter-spacing: 1px;
}

.intro-area-3 .intro-content {
    position: relative;
    z-index: 1;
}

.intro-area-3 .intro-content:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6,34,65,0.50) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.intro-area-3 .slider-content {
    margin-top: -90px;
}

.services-area-3 .single-service {
    position: relative;
    border: none;
    padding: 0px;
}

.services-area-3 .service-content {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #f5f5f5;
    border-top: none;
}

.footer-3 {
    background: #f9f9f9;
}

.footer-3 .footer-head h4,.footer-3 .footer-list li a,.footer-3 .footer-head p,.footer-3 .footer-icons ul li a {
    color: #444;
}

.footer-3 .footer-list li a::after {
    background: #444;
}

.footer-3 .footer-list li a:hover {
    color: #F3B007;
}

.footer-3 .footer-list li a::after:hover {
    background: #F3B007;
}

/*----------------------------------------*/
/*  18. Breadcumbs Area/*----------------------------------------*/
.page-area {
    position: relative;
}

.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.breadcumb-overlay {
    position: absolute;
    background: rgba(255,255,255,0.90) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    padding: 60px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}

.breadcrumb-bg {
    float: right;
    padding: 14px 0px;
}

.bread-inner {
    padding: 30px 0px;
}

.breadcrumb .section-headline h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    color: #001033;
    margin-bottom: 0px;
}

.breadcrumb .section-headline {
    padding-bottom: 0px;
    display: inline-block;
}

.breadcrumb .section-headline h2::after {
    display: none;
}

.breadcrumb ul li {
    display: inline-block;
    color: #444;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb ul li.home-bread {
    padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}

.breadcrumb .section-headline::after {
    display: none;
}

.testimonial-page-area .testimonial-text p {
    color: #001033;
    font-style: initial;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 30px;
    padding: 0px;
    margin-bottom: 0px;
}

.testimonial-page-area .single-testimonial {
    border: 1px solid #f5f5f5;
    padding: 15px;
    margin-top: 30px;
}

.testimonial-page-area .testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 80px;
    text-align: center;
    margin-right: 20px;
    border: 3px solid #0F2A48;
}

.testimonial-page-area .testimonial-img {
    margin-top: 20px;
}

.testimonial-page-area .Reviews-content {
    margin-top: -30px;
}

/*--------------------------------*/
/* 19. Error page/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    background: #F3B007;
    border: 1px solid #F3B007;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}

.error-btn:hover {
    background: #0F2A48;
    border: 1px solid #0F2A48;
    color: #fff;
}

.high-text span {
    width: 200px;
    height: 200px;
}

/*----------------------------------------*/
/*  20.	Contact Us page/*----------------------------------------*/
.map-area-top {
    padding-bottom: 0px;
}

.contact-details {
    display: block;
    overflow: hidden;
}

.contact-icon {
    background: #f5f5f5;
    padding: 30px;
}

.single-contact h5 {
    color: #444;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.single-contact a {
    display: block;
    margin-bottom: 10px;
}

.single-contact a i {
    float: left;
    color: #444;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}

.contact-head {
    background: #f4f4f4;
    padding: 50px 30px;
}

.contact-head h4 {
    font-size: 28px;
}

.contact-head p {
    font-size: 17px;
}

.single-contact span {
    color: #444;
}

.project-share h5 {
    display: inline-block;
    font-size: 18px;
}

.project-social {
    display: inline-block;
}

.project-social li {
    display: inline-block;
    margin: 10px;
}

.project-social li a {
    color: #444;
    font-size: 18px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #F3B007;
    border: 1px solid #F3B007;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    border-radius: 3px;
    width: auto;
    float: left;
    text-transform: uppercase;
}

.contact-page .contact-btn:hover {
    background: #0F2A48 none repeat scroll 0 0;
    border: 1px solid #0F2A48 ;
    color: #fff;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  21. Blog Sidebar Area/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
    background: transparent;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}

.blog-search-option button {
    background: transparent;
    border: none;
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}

.blog-search-option button i:hover {
    color: #F3B007;
}

.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ccc;
}

.left-head-blog {
    border: 1px solid #f5f5f5;
    padding: 30px 20px;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

.left-blog li {
    display: block;
}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 10px 0px 10px 25px;
    text-transform: capitalize;
    position: relative;
}

.pst-content .date-type {
    font-size: 14px;
}

.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #666;
    width: 5px;
    height: 5px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

.recent-single-post:last-child {
    border-bottom: none;
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.pst-content {
    padding-left: 100px;
}

.pst-content p {
    margin-bottom: 0px;
}

.pst-content p a:hover,.left-blog ul li a:hover {
    color: #F3B007;
}

.blog-page-area .blog-content {
    background: #f9f9f9;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}

.blog-tags {
    padding: 1px 0;
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.left-blog li:last-child {
    border-bottom: 0 ;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #444;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}

.left-tags .left-side-tags ul li a:hover {
    color: #fff;
    background: #F3B007;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 50px 0 0px;
    border-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}

.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #F3B007;
    cursor: default;
    border-radius: 5px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #F3B007;
    border-color: #F3B007;
    border-radius: 2px;
}

.blog-left-content {
    margin-top: -30px;
}

/*----------------------------------------*/
/*  22. Blog Details    URL: http://www.bootstrapmb.com/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.comments-list-img img {
    border-radius: 50%;
    border: 1px solid #444;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
}

blockquote::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
}

.author-description h2 a {
    color: #444;
}

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text],.comment-respond input[type=email] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
    background: transparent;
}

.comments-content-wrap span a {
    color: #F3B007;
}

.comments-content-wrap span a:hover {
    color: #F3B007;
}

.comment-respond .add-btn.contact-btn {
    background: #F3B007;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #F3B007;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-respond .add-btn.contact-btn:hover {
    background: #0F2A48;
    color: #fff;
    border: 2px solid #0F2A48;
}

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 600;
}

/*--------------------------------*/
/* 23.Project page area/*--------------------------------*/
.project-page-area.project-2 .project-single {
    width: 50%;
    float: left;
    padding: 15px;
}

.project-2 .awesome-img img {
    width: 100%;
    height: auto;
}

.project-menu li {
    width: 140px;
    display: inline-block;
    margin: 0px 5px;
}

.project-menu li a {
    color: #444;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    font-weight: 800;
    letter-spacing: 1px;
    background: #f5f5f5;
}

.project-menu li a.active {
    background: #ffb01b;
    color: #fff;
    text-decoration: none;
}

.project-menu {
    margin: 0px auto 30px;
    overflow: hidden;
}

.project-menu li a:hover {
    text-decoration: none;
    background: #ffb01b;
    color: #fff;
}

.project-page-area.project-3 .project-single {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.project-page-area.project-4 .project-single {
    width: 25%;
    float: left;
    padding: 15px;
}

.project-details {
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.project-history {
    border: 1px solid #f5f5f5;
    padding: 50px 30px;
}

.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
}

.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block;
}

.project-icon i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
}

.single-project-inner {
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    padding: 30px 20px 10px;
}

.project-wrapper {
    margin-top: -30px;
}

.project-text h4 {
    font-weight: 500;
}

.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #F3B007;
    width: 5px;
    height: 5px;
}

.project-2.related-project .project-single {
    width: 25%;
    float: left;
    padding: 15px 15px 0px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ; text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #F3B007;
    border: 2px solid #F3B007;
}

/*----------------------------------------*/
/* 24. Services Details/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu {
    border: 1px solid #f5f5f5;
    padding: 20px 20px;
}

.left-menu li {
    display: block;
    margin: 2px 0px
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #F3B007;
    position: relative;
}

.left-menu ul li a:hover {
    color: #F3B007;
}

.left-menu ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.left-menu ul li a:hover::after, .left-menu ul li.active a::after {
    position: absolute;
    left: -21px;
    top: 0px;
    background: #F3B007;
    content: "";
    width: 2px;
    height: 100%;
}

.down-btn i {
    font-size: 24px;
    float: right;
}

.down-btn {
    border: 1px solid #f5f5f5;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #f5f5f5;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

.down-btn.apli {
    margin-bottom: 0px;
}

.down-btn:hover {
    color: #fff;
    background: #F3B007;
    border: 1px solid #F3B007;
}

.single-well {
    margin-bottom: 40px;
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
}

.single-well.last-part p {
    margin-bottom: 0px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #F3B007;
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.single-services-page .marker-list li {
    color: #444;
}

.mar-row {
    margin-top: 50px;
}

.feature-service i {
    font-size: 40px;
    color: #F3B007;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
}

.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px;
}

.service-feature-content {
    margin-top: -30px;
}

.service-feature-inner {
    margin-top: 30px;
}

.clients-support {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
}

.support-text {
    position: relative;
    z-index: 1;
}

.support-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(6,34,65,0.93) none repeat scroll 0 0;
    transition: 0.4s;
}

.support-text h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.support-text a {
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.support-text p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 23px;
    padding-right: 15px;
}

.support-img {
    overflow: hidden;
}

.support-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

/*--------------------------------*/




/* 新零售电商 */
.xlsds_div_tit_p {
    color: black;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
	line-height: 2;
	text-align: center;
}
.wrcp_div_tit_p_hui {
    color: #cccccc;
}
.jzxx{
	text-align: center;
}
.xlsds_div_con {
    margin-top: 20px;
    /*text-align: center;*/
    color: black;
    margin-bottom: 40px;
    line-height: 20px;
    width: 100%;
}
.xlsds_div_ul li{
	position: relative;
	margin-bottom: 60px;
}
.btn_a_small {
    width: 208px;
    height: 52px;
    display: inline-block;
    color: #2e76bf;
    background: url(../../images/w_3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -104px;
    z-index: 10;
    font-size: 18px;
}
.wrcp_ul_li_mark {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 0%;
    height: 0%;
    background: url(../../images/w_2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: white;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: all 0.3s ease-in-out;
}
.wrcp_ul_li_mark_tit {
    font-weight: bold;
    height: 50px;
    line-height: 50px;
	color: #FFFFFF;
}
.fs_20 {
    font-size: 20px;
}
.wrcp_ul_li_mark_con {
	line-height: 2;
	width: 100%;
	height: 80px;
	color: #FFFFFF;
}
.dy_dd3 {
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-line-clamp: 3;
}
.dy_dd4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.mt20{margin-top: 20px;}
.xlsds_div_ul li:hover .wrcp_ul_li_mark {
    width: calc(100% - 30px);
    height: 100%;
    opacity: 1;
    cursor: text;
    color: white;
}
.xlsds_div_ul li img{
	width: 100%;
	height: 100%;
}
.section5 .area-padding {
	padding-top: 100px;
	padding-bottom: 60px;
}

/* 经典案例 */
.section-title >span, .section-title-s2 >span {
    font-weight: bold;
    color: #237cf5;
    display: block;
    text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 100px;
}
.section-title h2, .section-title-s2 h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.recent-project-section {
    padding-bottom: 95px;
}

@media (max-width: 991px) {
    .recent-project-section {
        padding-bottom: 85px;
    }
}

@media (max-width: 767px) {
    .recent-project-section {
        padding-bottom: 75px;
    }
	.section-title h2, .section-title-s2 h2 {
	    font-size: 35px;
	    font-size: 2.1875rem;
	}
}

.recent-project-section .grid {
    cursor: -webkit-grab;
    cursor: grab;
}

.recent-project-section .inner {
    position: relative;
    overflow: hidden;
}

.recent-project-section .inner .details {
    background: rgba(16, 37, 65, 0.9);
    width: 100%;
    height: 100%;
    padding: 50px 35px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .recent-project-section .inner .details {
        padding: 30px 20px;
    }
}

.recent-project-section .inner .info {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.recent-project-section .inner .info a:hover {
    color: #fff;
}

.recent-project-section .inner .info >a {
    color: #fff;
    font-style: italic;
}

.recent-project-section .inner .info >a .fi:before {
    margin: 0;
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 3px;
}

.recent-project-section .inner h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .recent-project-section .inner h3 {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: normal;
    }
}

.recent-project-section .inner h3 a {
    color: #fff;
}

.recent-project-section .inner h3 a:hover {
    color: #237cf5;
}

.recent-project-section .inner .cat {
    background: #feea2b;
    font-size: 14px;
    font-size: 0.875rem;
    color: #0e3c7b;
    margin: 0;
    padding: 2px 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: default;
}

@media (max-width: 767px) {
    .recent-project-section .inner .cat {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.recent-project-section .grid:hover .details {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.recent-project-section .grid:hover .details .info {
    opacity: 1;
    margin-top: 0;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.recent-project-section .owl-theme .owl-controls {
    margin-top: 30px;
}

.recent-project-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    width: 60px;
    /*height: 60px;
    line-height: 60px;*/
	padding-top: 24px!important;
	padding-bottom: 24px!important;
    font-size: 20px;
    font-size: 1.25rem;
    color: #bbbbbb;
    padding: 0;
    border-radius: 60px;
    -webkit-box-shadow: 0px 9px 20.8px 1.2px rgba(16, 37, 65, 0.16);
    box-shadow: 0px 9px 20.8px 1.2px rgba(16, 37, 65, 0.16);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    position: relative;
}

@media (max-width: 767px) {
    .recent-project-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
        /*line-height: 50px;*/
		padding-bottom: 20px!important;
		padding-top: 20px!important;
    }
}

.recent-project-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #237cf5;
    color: #fff;
}


/* 轮播底部按钮 */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
/* 轮播底部按钮 */

/* 解决方案 */
.solution_row_right a {
    text-align: center;
    line-height: 40px;
    float: left;
    width: 150px;
    height: 40px;
    background: url(http://www.fenghuaapp.com/skin/style/img/z_1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
	margin-bottom: 10px;
    color: #5294d6;
}
.solution_img {
    width: 100%;
    height: 152px;
}
.solution_img img {
    width: 100%;
    height: 100%;
}
.solution_t_text {
    border-top: 1px solid #cccccc;
    height: 114px;
    padding-left: 20px;
    padding-right: 20px;
}
.t_textp01 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
	color: #777777!important;
}
.t_textspan01 {
    height: 40px;
    overflow: hidden;
    display: inline-block;
	width: 100%;
	line-height: 20px;
}
.dy_dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dy_dd2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pt100{padding-top: 100px;}
/* 合作模式 */
.pt40{
	padding-top: 40px;
}
.tab_span {
    display: inline-block;
    width: 260px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #5294D6;
    margin-right: 20px;
    background: url(http://www.fenghuaapp.com/templets/default/images/index/m_1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    cursor: pointer;
}
.tab_span_active {
    background: url(http://www.fenghuaapp.com/templets/default/images/index/m_2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: white;
}
.rcpq_btn {
    display: inline-block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(http://www.fenghuaapp.com/templets/default/images/index/m_3.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.jzxr{text-align: right;}
.layer-3 h3{font-size: 20px;color: #666666;}
/* 新增修改样式2020-03-13 */
.ryjythNew .col-lg-4,.ryjythNew .col-md-4,.ryjythNew .col-sm-4{
	padding: 0;
}
.well-services {
    position: relative;
    margin-top: 30px;
}

/*.well-services::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #F3B007;
    content: "";
    transition: 0.5s;
}

.well-services:hover::after {
    width: 100%;
    height: 2px;
    background: #F3B007;
    transition: 0.5s;
}*/
.well-services img{
	width: 100%;
	height: auto;
}
/* 新增修改样式2020-03-13END */
@media (max-width: 1110px){
	.solution_row_right a{
		width: 130px;
	}
}
@media (max-width: 900px){
	.tab_span {
		width: 220px;
	}
}
@media (max-width: 780px){
	.tab_span {
		width: 200px;
	}
}
@media (max-width: 768px){
	.tab_span {
		width: 47%;
		font-size: 12px;
		margin-right: 1%;
	}
	.rcpq_btn{
		width: 100%;
	}
	.area-padding{padding: 30px 0;}
	.pt100{padding-top: 30px;}
	.pt40{padding-top: 10px;}
	.xlsds_div_tit_p{font-size: 20px;}
	.section5 .area-padding{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.solution_row_right a{
		width: 120px;
		font-size: 12px;
	}
	/* 新增修改样式2020-03-13 */
	.ryjythNew .col-lg-4,.ryjythNew .col-md-4,.ryjythNew .col-sm-4{
		padding: 0 15px;
	}
	.ryjythNew .col-xs-12{
		/* border-bottom: 4px solid #015afa; */
	}
	.well-services{
		margin-top: 40px;
	}
	.ryjythNew .col-xs-12:nth-child(1) .well-services{
		margin-top: 0;
	}
	/* 新增修改样式2020-03-13END */
}