/*
* 1. imported styles
*/
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("bootstrap-select.min.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("magnific-popup.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("nouislider.css");
@import url("nouislider.pips.css");
@import url("jquery.bootstrap-touchspin.min.css");
@import url("../plugins/arcton-icon/style.css");

/*
* 2. common styles
*/
body {
	font-family:Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 26px;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.page-wrapper.has-border-wrapper {
    padding: 0 80px;
}

@media (max-width: 1440px) {
    .page-wrapper.has-border-wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .page-wrapper.has-border-wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .page-wrapper.has-border-wrapper {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.bg-repeat-no {
    background-repeat: no-repeat;
}

.bg-coveer-sz {
    background-size: cover;
}

.bg-pos-center-center {
    background-position: center center;
}

.bg-pos-left-center {
    background-position: left center;
}

.bg-pos-right-center {
    background-position: right center;
}

.bg-att-fixed {
    background-attachment: fixed;
}

.thm-gray-bg {
    background-color: #f2f4f7;
}

.large-title {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
}

.normal-text {
    font-size: 14px;
    line-height: 26px;
    color: rgba(34, 34, 34, 0.5);
}

.block-title {
    margin-bottom: 50px;
}

.block-title__tag-line {
    font-size: 16px;
    color: #215096;
    margin: 0;
}

.block-title__tag-line-has-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-title__tag-line-has-line:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #215096;
    margin-right: 10px;
}

.block-title__tag-line-has-line-reversed:before {
    display: none;
}

.block-title__tag-line-has-line-reversed:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #215096;
    margin-left: 10px;
}

.block-title__title {
    color: #215096;
    font-size: 32px;
    line-height: 55px;
    margin: 0;
}
.block-title__title2 {
    color: #215096;
    font-size: 22px !important;
    line-height: 55px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    margin: 0;
}
.block-title__title+.block-title__line {
    margin-top: 5px;
}

.block-title__line {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #215096;
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none; border:#205193 1px solid;
    color: #205193;
    font-size: 16px;
    font-weight: 500; border-radius:40px;
    padding: 10px 33px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.thm-btn:hover {
    color: #fff;
    background-color: #205193;
}
.thm-btn2:hover {
    color: #fff;
    background-color: #205193;
}
.thm-btn2 {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none; border:#fff 1px solid; border-radius:30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 43px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.thm-btn2:hover {
    color: #fff;
}
.google-map__home {
    width: 100%;
    border: none;
    height: 500px;
    display: block;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Cursor Style */
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f1f1), to(white));
    background-image: linear-gradient(90deg, #f0f1f1 0%, white 100%);
}

.preloader span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/resources/preloader.gif);
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #215096;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    position: relative;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scroll-to-top:hover {
    background: #222222;
}

.scroll-to-top:hover i {
    color: #fff;
}

/*
* 3. header styles
*/
.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding:0　20px;
    position: relative;
    background-color: transparent;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    display: block;
}

.header-navigation .container .logo-box {
    float: left;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0;
}

.header-navigation .container .menu-toggler {
    display: none;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.header-navigation .main-navigation {
    float: right;
    text-align: right;
}

@media (min-width: 1311px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-navigation ul.navigation-box a { color:#333;}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 37px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
    margin-left: 30px;
}

.header-navigation ul.navigation-box>li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
    padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
    font-size: 18px;
    color: #666;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.header-navigation ul.navigation-box>li>a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
}

.header-navigation ul.navigation-box>li>a:only-child:after {
    content: '';
    display: none;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
    color: #215096;
}

.header-navigation ul.navigation-box>li>.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 180px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1311px) {
    .header-navigation ul.navigation-box>li>.submenu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>.submenu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box>li>.submenu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.submenu>li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header-navigation ul.navigation-box>li>.submenu>li>a {
    font-size: 15px;
    color: #141414;
    font-weight: 400;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li:hover>a {
    color: #fff;
    background: #215096;
}

.header-navigation ul.navigation-box>li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
    /* no more nested showen */
}

.header-navigation ul.navigation-box>li>ul>li>.submenu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #222222;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1311px) {
    .header-navigation ul.navigation-box>li>ul>li>.submenu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.right-align {
    left: auto;
    right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li:hover>a {
    color: #fff;
    background: #215096;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
    display: none;
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

@media (min-width: 1311px) {
    .header-one .header-navigation .container {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.header-one .main-navigation {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1311px) {
    .header-one .main-navigation {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1760px) {
    .header-one .main-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: end;
    }
}

.header-one .header-navigation .main-navigation {
    text-align: left;
}

@media (max-width: 1760px) {
    .header-one .header-navigation .main-navigation .right-nav {
        margin-left: 40px;
    border-left: 1px solid #e5e5e5;  padding-left: 40px;
    }
}

.header-one .header-navigation .main-navigation .right-nav a {
    letter-spacing: .07em;
}

.header-one .header-navigation .main-navigation .right-nav a { color:#333;}
.header-one .header-navigation .right-side-box .sidemenu-toggler {
    font-size: 18px;
    color: #222222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-one .header-navigation .right-side-box .sidemenu-toggler:hover {
    color: #215096;
}

.header-one .stricked-menu {
    padding: 0 80px;
}

@media (max-width: 1760px) {
    .header-one .stricked-menu {
        padding: 0 1rem;
    }
}

@media (max-width: 1199px) {
    .header-one .stricked-menu {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .header-one .stricked-menu {
        padding: 0 15px;
    }
}

.site-header__home-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-left: 150px;
}

.site-header__home-two .header-navigation .container .navbar-brand {
    padding: 23.5px 0;
}

.site-header__home-two .header-navigation .container .logo-box {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.site-header__home-two .header-navigation .container .right-side-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header__home-two__sidemenu-toggler {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    vertical-align: -7px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 60px;
    margin-left: 70px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.site-header__home-two__sidemenu-toggler:hover {
    color: #215096;
}

.site-header__home-two__search,
.site-header__home-two__cart {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.site-header__home-two__search i,
.site-header__home-two__cart i {
    font-size: 17px;
    color: inherit;
}

.site-header__home-two__search span.count,
.site-header__home-two__cart span.count {
    margin-left: 5px;
    font-family: "Open Sans", sans-serif;
}

.site-header__home-two__search:hover,
.site-header__home-two__cart:hover {
    color: #fff;
    background-color: #215096;
}

.site-header__home-two .stricked-menu {
    background-color: #222222;
    padding-right: 0;
}

.site-header__home-three {
    padding-left: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
}

.site-header__home-three .header-navigation .container .right-side-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header__home-three .header-navigation ul.navigation-box>li {
    padding-top: 36.5px;
    padding-bottom: 36.5px;
}

.site-header__home-three .main-navigation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1760px) {
    .site-header__home-three .main-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.site-header__home-three .stricked-menu {
    padding-right: 0;
}

.site-header__home-three .stricked-menu .site-header__social a {
    color: #222222;
}

.site-header__home-three .stricked-menu .site-header__home-two__cart,
.site-header__home-three .stricked-menu .site-header__home-two__search {
    background-color: #215096;
    color: #fff;
}

.site-header__home-three .stricked-menu .site-header__home-two__cart:hover,
.site-header__home-three .stricked-menu .site-header__home-two__search:hover {
    background-color: #222222;
    color: #fff;
}

.site-header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1760px) {
    .site-header__social {
        display: none;
    }
}

.site-header__social a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.site-header__social a+a {
    margin-left: 20px;
}

.site-header__social a:hover {
    color: #215096;
}

.site-header__inner-page .header-navigation ul.navigation-box>li>a {
    color: #fff;
}

.site-header__inner-page .header-navigation ul.navigation-box>li:hover>a,
.site-header__inner-page .header-navigation ul.navigation-box>li.current>a {
    color: #215096;
}

.site-header__inner-page .stricked-menu {
    background-color: #222222;
}

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
}

.side-menu__block-inner {
    position: relative;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    overflow-y: auto;
    padding: 20px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__block .main-navigation .submenu {
    display: none;
}

.side-menu__block__text {
    text-align: center;
}

.side-menu__block .navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2f4f7;
}

.side-menu__block .navigation-box ul ul {
    background-color: #d2d9e4;
}

.side-menu__block .navigation-box li+li {
    border-top: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222222;
    font-size: 16px;
    position: relative;
    padding: 14px 0;
    padding-left: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.side-menu__block .navigation-box li a:before {
    content: '\f101';
    font-family: FontAwesome;
    margin-right: 15px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #222222;
    color: #fff;
    padding: 1.5px 10px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler:before {
    content: '\f107';
    font-family: FontAwesome;
}

.side-menu__block .navigation-box li a:hover {
    color: #fff;
    background-color: #215096;
}

.side-menu__block__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    margin-bottom: 15px;
}

.side-menu__block-line {
    margin: 40px 0;
    border-color: rgba(34, 34, 34, 0.2);
}

.side-menu__block-about {
    margin-top: 40px;
}

.side-menu__block-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
    color: #222222;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

.side-menu__block-contact__list-item i {
    font-size: 17px;
    color: #215096;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-menu__block-contact__list-item+.side-menu__block-contact__list-item {
    margin-top: 10px;
}

.side-menu__block__text-copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*
* 4. banner styles
*/
.banner-wrapper {
    position: relative;
    width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .banner-wrapper {
        overflow: hidden;
    }
}

.banner-wrapper .owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    text-align: center;
}

.banner-wrapper .owl-dots .owl-dot {
    position: relative;
    z-index: 991;
}

.banner-wrapper .owl-dots .owl-dot span {
    width: 8px;
    height:8px;
    border: 6px solid #fff; border-radius:10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    opacity: 1;
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-wrapper .owl-dots .owl-dot+.owl-dot {
    margin-left: 7px;
}

.banner-wrapper .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: transparent;
    border-color: #215096;
}

.banner-wrapper .owl-carousel .owl-item img {
    width: auto;
}

.banner-wrapper .carousel-control-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 236px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 40px 25px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index: 991;
}

.banner-wrapper .carousel-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #d9d9d9;
    padding-left: 40px;
}

.banner-wrapper .carousel-btn-block span {
    font-size: 30px;
    color: #848484;
    cursor: pointer;
    line-height: .6em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-wrapper .carousel-btn-block span:hover {
    color: #222222;
}

.banner-wrapper .carousel-btn-block span+span {
    margin-top: 7px;
}

.banner-wrapper .carousel-btn-block span i {
    line-height: .5em;
}

.banner-wrapper .carousel-number-count {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 19px;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-wrapper .carousel-number-count .sep,
.banner-wrapper .carousel-number-count .current-number {
    font-size: 31px;
    color: #215096;
    font-weight: 600;
}

.banner-wrapper .carousel-number-count .sep {
    margin-left: 10px;
    margin-right: 10px;
}

.banner-wrapper .carousel-dots-block {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.banner-wrapper .carousel-dots-block [class*=carousel-dots] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-wrapper .carousel-dots-block [class*=carousel-dots] .carousel-dots-list {
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    opacity: .3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-wrapper .carousel-dots-block [class*=carousel-dots] .carousel-dots-list:hover,
.banner-wrapper .carousel-dots-block [class*=carousel-dots] .carousel-dots-list.active {
    background-color: #fff;
    opacity: 1;
}

.banner-wrapper .carousel-dots-block [class*=carousel-dots] .carousel-dots-list+.carousel-dots-list {
    margin-top: 15px;
}

[class*=banner-carousel] .owl-nav {
    display: none;
}

[class*=banner-carousel].no-dots .owl-dots {
    display: none !important;
}

.banner-one .container {
    position: relative;
    padding-top: 280px;
    padding-bottom: 290px;
}

.banner-one__slide {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-one__light-color {
    color: #fff;
}

.banner-one__tag-line+.banner-one__title {
    margin-top: 10px;
}

.banner-one__title {
    font-size: 52px;
    font-weight: 700;
	text-shadow: #290101 4px 4px 2px;
    line-height: 80px;
    margin: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__text {
    margin: 0;
    font-size: 25px;
    font-weight: 600; font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
	text-shadow: #290101 4px 4px 2px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__btn {
    padding: 15px 41px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__person {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-one__person-ver-center {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-one .active .banner-one__tag-line {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.banner-one .active .banner-one__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.banner-one .active .banner-one__text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-one .active .banner-one__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-one.owl-theme .owl-dots {
    bottom: 20px;
}

.banner-one.owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.banner-wrapper .banner-carousel__two .owl-dots {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    width: auto;
    padding: 20px 20px 0;
    margin-top: 0 !important;
}

.banner-wrapper .banner-carousel__two .owl-dots .owl-dot+.owl-dot {
    margin-left: 20px;
}

.banner-two__wrapper {
    position: relative;
    background-color: #F2F5F7;
    padding-left: 80px;
}

.banner-two__side-gutter-text {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(-41%) translateY(-225%);
    transform: rotate(-90deg) translateX(-41%) translateY(-225%);
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #909090;
}

.banner-two__side-gutter-text span {
    color: #215096;
    margin-right: 10px;
}

.banner-two__side-gutter-text a {
    color: #909090;
    transition: all .4s ease;
}

.banner-two__side-gutter-text a:hover {
    color: #215096;
}

.banner-two__side-gutter-social {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.banner-two__side-gutter-social a {
    display: block;
    color: #909090;
    font-size: 17px;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-two__side-gutter-social a:hover {
    color: #215096;
}

.banner-two__side-gutter-social a+a {
    margin-top: 24px;
}

.bannder-three__carousel .banner-one__slide {
    background-size: contain;
    background-position: right top;
}

@media (max-width: 1440px) {
    .bannder-three__carousel .banner-one__slide {
        background-image: none !important;
    }
}

.bannder-three__carousel .owl-dots {
    display: none !important;
}

.banner-three__wrapper {
    background-color: #f2f4f7;
    position: relative;
    z-index: 20;
}

.banner-three__wrapper .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.banner-three__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/resources/banner-pattern-1-1.png);
    opacity: 0.04;
}

.banner-three__wrapper .container {
    position: relative;
    padding-top: 310px;
    padding-bottom: 150px;
}

.banner-three__wrapper .banner-one__tag-line {
    font-size: 20px;
    text-transform: uppercase;
    color: #215096;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.banner-three__wrapper .banner-one__tag-line:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #215096;
    margin-right: 10px;
}

.banner-three__wrapper .banner-one__title,
.banner-three__wrapper .banner-one__text {
    color: #222222;
}

.banner-three__wrapper .carousel-control-block {
    max-width: auto;
    width: auto;
    padding: 27px 40px;
    -webkit-box-shadow: -14.984px 37.087px 55px 0px rgba(9, 24, 33, 0.15);
    box-shadow: -14.984px 37.087px 55px 0px rgba(9, 24, 33, 0.15);
    right: 10%;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-three__wrapper .carousel-btn-block {
    border: none;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-three__wrapper .carousel-btn-block span {
    line-height: 37px;
}

.banner-three__wrapper .carousel-btn-block span+span {
    margin-top: 0;
    border-left: 1px solid #D9D9D9;
    margin-left: 30px;
    padding-left: 30px;
}

.banner-three__moc {
    position: absolute;
    bottom: -100px;
    right: 15px;
    -webkit-box-shadow: -14.984px 37.087px 55px 0px rgba(9, 24, 33, 0.15);
    box-shadow: -14.984px 37.087px 55px 0px rgba(9, 24, 33, 0.15);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.active .banner-three__moc {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.banner-three__side-gutter-text {
    position: absolute;
    top: 35%;
    left: 40px;
    z-index: 99;
    -webkit-transform: rotate(-90deg) translateX(-41%) translateY(-225%);
    transform: rotate(-90deg) translateX(-41%) translateY(-225%);
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
}

@media (max-width: 1440px) {
    .banner-three__side-gutter-text {
        left: 10px;
    }
}

.banner-three__side-gutter-text span {
    color: #215096;
    margin-right: 10px;
}

.banner-three__side-gutter-text a {
    color: #222222;
    transition: all .4s ease;
}

.banner-three__side-gutter-text a:hover {
    color: #215096;
}

/*
* 5. about styles
*/
.about-one {
    padding-top: 90px;
    padding-bottom: 10px;
}

.about-one .block-title {
    margin-bottom: 10px;
}

.about-one__text {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    font-weight: 500;
    margin: 0;
    margin-bottom: 11px;
	text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.about-one__image {
    position: relative;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
    box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-one__image-title {
    margin: 0;
    color: #222222;
    font-size: 40px;
    background-color: #fff;
    mix-blend-mode: screen;
    font-weight: bold;
    line-height: 1em;
    padding-top: 30px;
    opacity: .95;
}

.about-one__image-text {
    margin: 0;
    text-transform: uppercase;
    color: #222222;
    font-size: 14px;
    background-color: #fff;
    mix-blend-mode: screen;
    font-weight: bold;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 40px;
    opacity: .95;
}

.about-one__image-block {
    display: inline-block;
    position: relative;
    margin-right: 50px;
}

.about-one__image-block:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #215096;
    z-index: 0;
}

.about-one__image-block:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 85px;
    width: 100%;
    height: 71%;
    background-color: #fff;
    background-image: url(../images/resources/dot-pattern-1-1-op19.png);
    background-repeat: repeat;
    background-position: -4px 0;
    z-index: 1;
}

.about-one__image-block .inner {
    position: relative;
    z-index: 10;
}

.about-one__image-content {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    max-width: 240px;
    text-align: center;
}

.about-two {
    padding: 150px 0;
}

.about-two__image {
    position: relative;
}

.about-two__image:before {
    content: '';
    width: 346px;
    height: 346px;
    background-color: #fff;
    background-image: url(../images/resources/dot-pattern-1-1-op19.png);
    background-repeat: repeat;
    background-position: -4px 0;
    position: absolute;
    bottom: -80px;
    left: -80px;
}

.about-two__image>img {
    max-width: 100%;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
    box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
    position: relative;
}

@media (max-width: 991px) {
    .about-two__image {
        margin-bottom: 50px;
    }
}

.about-two .block-title {
    margin-bottom: 30px;
}

.about-two__text {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    margin: 0;
}

.about-two__experience {
    background-color: #215096;
    text-align: center;
    width: 100%;
    max-width: 240px;
    padding: 34.5px 0;
    margin-top: 40px;
}

.about-two__experience__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
}

.about-two__experience__text {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

/*
* 6. footer styles
*/
.site-footer__upper {
    background: #215096;
    padding-top: 150px;
    padding-bottom: 150px;
}
.site-footer__upper .col-lg-2 {padding:0;}
.site-footer__upper .col-lg-4 {padding:0; padding-right:30px;}
@media (max-width: 991px) {
    .site-footer__upper {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .site-footer__upper {
        background-position: right bottom;
        padding:40px 20px;
    }
	
	.inner-banner2 {
    background-image: url(../images/probanner.jpg);
    position: relative;
    background-attachment: fixed;
    padding-top: 150px !important;
    padding-bottom: 20px !important;
}
.inner-banner__title {
    margin: 0;
    color: #fff;
    font-size: 30px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
}

.site-footer__bottom {
    background-color: #fff;
    text-align: center;
    padding: 26.5px 0px;
}

.site-footer__copy-text {
    margin: 0;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}

.site-footer__copy-text a {
    color: #215096;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .footer-widget {
        margin-bottom: 40px;
    }
}

.footer-widget__title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px; padding-bottom:15px;
    font-weight: 600;
}

.footer-widget__links {
    margin: 0;
    padding: 0; padding-top:20px;
    list-style: none;
}

.footer-widget__links-item {
    line-height: 1em;
}

.footer-widget__links-item+.footer-widget__links-item {
    margin-top: 28px;
}

.footer-widget__links-link {
    display: inline-block;
    color: #f7f7f7;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.footer-widget__links-link:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #215096;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.footer-widget__links-link:after {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-widget__links-link:hover {
    color: #fff; text-decoration:none;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.footer-widget__links-link:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.footer-widget__links-link:hover:after {
    opacity: 1;
}

.footer-widget__text {
    margin: 0;
    color: #f7f7f7;
    font-size: 16px;
    line-height: 30px;
    margin-top: -10px;
}

.footer-widget__text a {
    color: inherit;
    transition: all .4s ease;
}

.footer-widget__text a:hover {
    color: #215096;
}

@media (max-width: 1199px) {
    .footer-widget__text br {
        display: none;
    }
}

.footer-widget__text+.footer-widget__text {
    margin-top: 13px;
}

@media (min-width: 992px) {
    .footer-widget__logo {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*
* 7. subscribe styles
*/
.subscribe-one .container {
    position: relative;
}

.subscribe-one .inner-container {
    background: #222222 url(../images/background/subscribe-bg-1-1.jpg) right bottom no-repeat;
    background-size: cover;
    padding: 74px 50px;
    margin-bottom: 80px;
}

@media (min-width: 992px) {
    .subscribe-one .inner-container {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .subscribe-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.subscribe-one__title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.subscribe-one__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 1199px) {
    .subscribe-one__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .subscribe-one__form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }
}

.subscribe-one__form input {
    width: 100%;
    max-width: 340px;
    margin-right: 20px;
    border: none;
    outline: none;
    background-color: #fff;
    color: #777777;
    font-size: 14px;
    padding-left: 32px;
    min-height: 60px;
}

@media (max-width: 1199px) {
    .subscribe-one__form input {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .subscribe-one__form input {
        width: 100%;
        max-width: 340px;
    }
}

@media (max-width: 575px) {
    .subscribe-one__form input {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.subscribe-one__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777777;
}

.subscribe-one__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777;
}

.subscribe-one__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #777777;
}

.subscribe-one__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #777777;
}

.subscribe-one__form input:focus~.subscribe-one__btn {
    background-color: #d2d9e4;
    color: #222222;
}

.subscribe-one__form input:focus~.subscribe-one__btn:hover {
    background-color: #fff;
    color: #222222;
}

.subscribe-one__form input.error {
    background-color: red;
    color: #fff;
}

.subscribe-one__form input.error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.subscribe-one__form input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.subscribe-one__form input.error:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.subscribe-one__form input.error:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.subscribe-one__form label.error {
    display: none !important;
}

.subscribe-one__form .mc-success,
.subscribe-one__form .mc-error {
    position: absolute;
    color: red;
    width: 100%;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 11px;
}

.subscribe-one__form .mc-success {
    color: #fff;
}

.subscribe-one__btn:hover {
    background-color: #fff;
    color: #222222;
}

@media (max-width: 480px) {
    .subscribe-one__btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/*
* 8. blog styles
*/
.blog-one {
    padding-top: 50px;
    padding-bottom: 60px;
}

.blog-one__single {
    margin-bottom: 30px;
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.blog-one__image {
    background-color: #222222;
    position: relative;
    overflow: hidden; padding:0;
}
.blog-one__image img {max-width:100%}
.blog-one__image>img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: transform .4s ease, opacity .4s ease;
}

.blog-one__single:hover .blog-one__image>img {
    opacity: .5;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.blog-one__date {
    background-color: #215096;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 1em;
    padding-top: 10px;
    position: absolute;
    bottom: calc(100% - 10px);
    left: 30px;
    z-index: 9;
}

.blog-one__date span {
    display: block;
}

.blog-one__date-line {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-one__content {
    padding: 15px;
    padding-top: 20px;
    position: relative;
}

.blog-one__title {
    margin: 0;
    color: #222222;
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-one__title5 {
    margin: 0;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog-one__title5 a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.blog-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-one__title a:hover {
    color: #215096;
}

.blog-one__author {
    margin: 0;
    font-size: 15px;
    color: #848484;
    margin-bottom: 10px;
}

.blog-one__author a {
    color: #215096;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-one__author a:hover {
    color: #222222;
}

.blog-one__text {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    margin-top: -2px;
    color: #777777;
    margin-bottom: 15px;
	text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3; overflow:hidden;
}
.blog-one__text2 {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    margin-top: -2px;
    color: #777777;
    margin-bottom: 15px;
	text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:6; overflow:hidden;
}
.blog-one__btn {
    padding: 11px 30.5px;
    font-size: 14px;
    color: #215096;
    border: 1px solid #215096;
    background-color: transparent;
}


.blog-one__blog-2col {
    padding-bottom: 80px;
}

.blog-one__blog-2col .blog-one__single {
    margin-bottom: 50px;
}

.blog-one__single:hover .blog-one__image img:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-two {
    padding: 60px 0 60px;
}

.blog-two__single {
    margin-bottom: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.blog-two__image {
    position: relative;
    overflow: hidden;
    background-color: #222222;
}

.blog-two__image>img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform .4s ease, opacity .4s ease;
}

.blog-two__single:hover .blog-two__image>img {
    opacity: .5;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.blog-two__content-block {
    padding: 23px 20px;
}


.blog-two__date,
.blog-two__content {
    display: table-cell;
    vertical-align: middle;
}

.blog-two__date {
    text-align: center;
    padding-right: 20px;
    width: 80px;
}

.blog-two__date-line {
    font-size: 30px; text-align:center;
    font-weight: 600;
    color: #222222;
    display: block;
    line-height: 1em;
}

.blog-two__date-month {
    color: #215096;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    line-height: 1em;
    margin-top: 5px;
}

.blog-two__content {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
}

.blog-two__title {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
	overflow:hidden;
	height:54px;
}
.blog-two__title3 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #215096;
	overflow:hidden;
	height:37px;
text-overflow: ellipsis;
}

.blog-two__title3 a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-two__single:hover .blog-two__title3 a {}
.blog-two__single:hover p {}
.blog-two__single:hover a {}
.blog-two__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.blog-two__author {
    margin: 0;
    color: #848484;
    font-size: 15px;
    margin-top: 7px;
}

.blog-two__author-link {
    color: #215096;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-two__author-link:hover {
    color: #222222;
}

.blog-two__single:hover .blog-two__image:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-two__blog-grid .blog-two__single {
    margin-bottom: 50px;
}

.blog-two__blog-list .blog-two__date-line {
    font-size: 34px;
}

.blog-two__blog-list .blog-two__title {
    font-size: 24px;
}

.blog-two__blog-list .blog-two__single {
    margin-bottom: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-two__blog-list .blog-two__single:hover {
    -webkit-box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.blog-two__blog-list .blog-two__single:hover .blog-two__content-block {
    border: 1px solid transparent;
}

.blog-two__blog-list .blog-two__content-block {
    padding-top: 38px;
    padding-bottom: 38px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #E7E7E7;
    border-top: 0;
}

.blog-post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-post-pagination__link {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(142, 209, 88, 0.5);
    background-color: rgba(255, 255, 255, 0);
    color: #848484;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 23px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-post-pagination__link.active,
.blog-post-pagination__link:hover {
    border-color: #215096;
    color: #fff;
    background-color: #215096;
}

.blog-post-pagination__link+.blog-post-pagination__link {
    margin-left: 10px;
}

.blog-details {
    padding: 150px 0;
}

.blog-details__title {
    margin: 0;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}

.blog-details__title+.blog-details__text {
    margin-top: 25px;
}

.blog-details__sub-title {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #222222;
    margin-bottom: 40px;
}

.blog-details__text {
    margin: 0;
    font-size: 14px;
    color: #777777;
    line-height: 26px;
}

.blog-details__text+.blog-details__text {
    margin-top: 20px;
}

.blog-details__text+.blog-details__title {
    margin-top: 50px;
}

.blog-details__image {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-details blockquote {
    background-color: #F5F7F9;
    border-left: 4px solid #215096;
    color: #222222;
    font-size: 17px;
    line-height: 28px;
    padding: 33px 40px;
    margin: 50px 0;
}

.blog-details__content {
    margin-bottom: 50px;
}

.comment-one {
    margin-bottom: 50px;
}

.comment-one__single {
    position: relative;
}

.comment-one__single+.comment-one__single {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
}

.comment-one__single+.comment-one__single .comment-one__reply {
    top: 30px;
}

.comment-one .product-details__review {
    margin-top: -10px;
    margin-bottom: 10px;
}

.comment-one__image {
    width: 75px;
    display: table-cell;
    vertical-align: top;
}

.comment-one__image>img {
    width: 100%;
}

.comment-one__content {
    padding-left: 25px;
    display: table-cell;
    vertical-align: top;
}

.comment-one__author {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    margin: 0;
}

.comment-one__date {
    margin: 0;
    font-size: 14px;
    color: #777777;
    margin-bottom: 15px;
}

.comment-one__text {
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.comment-one__reply {
    color: #222222;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 19px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__reply:hover {
    color: #fff;
    background-color: #215096;
    border-color: #215096;
}

/*
* 9. funfact styles
*/
.funfact-one {
    padding-top: 100px;
    padding-bottom: 100px;
}

.funfact-one [class*=col-lg] {
    text-align: center;
}

.funfact-one [class*=col-lg]+[class*=col-lg] {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.funfact-one [class*=col-lg]+[class*=col-lg]:before {
    content: '';
    width: 2px;
    height: 170px;
    background-color: #a8a8a8;
    opacity: .2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.funfact-one [class*=col-lg]+[class*=col-lg]:after {
    content: '';
    width: 2px;
    height: 170px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.funfact-one__icon {
    font-size: 40px;
    color: #215096;
}

.funfact-one__title {
    margin: 0;
    font-size: 80px;
    color: #436eaf;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.funfact-one__title span {font-size: 18px;}
.funfact-one__text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.8);
}

/*
* 10. team styles
*/
.team-one {
    padding-bottom: 90px;
    padding-top: 90px;
}

.team-one .block-title__text {
    color: #848484; font-size: 16px; padding-top:20px; line-height:30px;
}

.team-one__single {
    text-align: center;
    margin-bottom: 40px;
}

.team-one__single:hover .team-one__image>img {
    opacity: .7;
}

.team-one__title {
    color: #222222;
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
}

.team-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team-one__title a:hover {
    color: #215096;
}

.team-one__designation {
    margin: 0;
    color: rgba(34, 34, 34, 0.5);
    font-size: 14px;
    margin-top: 5px;
}

.team-one__image {
    position: relative;
    background-color: #222222;
}

.team-one__image>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; box-shadow: 5px 5px 3px #d0d0d0;
}

.team-one__social {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.902);
    -webkit-box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    padding: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.team-one__social-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #55acee;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-one__social-link i {
    font-size: 17px;
    color: #fff;
}

.team-one__social-link:nth-child(1) {
    background-color: #DD4B39;
}

.team-one__social-link:nth-child(2) {
    background-color: #4668B3;
}

.team-one__social-link:nth-child(3) {
    background-color: #EA4C89;
}

.team-one__social-link:nth-child(4) {
    background-color: #55ACEE;
}

.team-one__social-link:nth-child(5) {
    background-color: #FF5D6B;
}

.team-one__single:hover .team-one__social {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*
* 11. testimonials styles
*/
.testimonials-one__carousel {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.testimonials-one__carousel .owl-item img {
    width: auto;
    max-width: 100%;
	box-shadow: 5px 5px 3px #acacac;
}

.testimonials-one__carousel .owl-nav.disabled+.owl-dots {
    margin-top: 90px;
}

.testimonials-one__carousel .owl-dots {
    margin-top:10px;
}

.testimonials-one__carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 15px;
}

.testimonials-one__carousel .owl-dots .owl-dot span {
    background-color: #9eb2cd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonials-one__carousel .owl-dots .owl-dot.active span,
.testimonials-one__carousel .owl-dots .owl-dot:hover span {
    background-color: #25549a;
}

.testimonials-one__single {
    text-align: center;
}

.testimonials-one__text {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 35px;
}

@media (max-width: 1440px) {
    .testimonials-one__text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonials-one__text br {
        display: none;
    }
}

.testimonials-one__title {
    font-size: 17px;
    font-weight: 400;
    color: #215096;
}

.testimonials-one__image-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonials-one__carousel-dots-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
}

.testimonials-one__carousel-dots-block img {
    border-radius: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 60px;
    opacity: .5;
    cursor: pointer;
    border-style: solid;
    border-width: 2.5px;
    border-color: rgba(206, 219, 195, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonials-one__carousel-dots-block .testimonials-one__carousel-dot {
    background-color: #fff;
    border-radius: 50%;
}

.testimonials-one__carousel-dots-block .testimonials-one__carousel-dot+.testimonials-one__carousel-dot {
    margin-left: 5px;
}

.testimonials-one__carousel-dots-block .active img {
    border-color: #cedbc3;
    -webkit-transform: scale(1.65);
    transform: scale(1.65);
    opacity: 1;
    position: relative;
    z-index: 10;
}

.testimonials-one__home-two {
    background: #f2f4f7;
    background-size: cover;
    padding-top: 85px;
	padding-bottom:40px;
}

.testimonials-one__home-two .testimonials-one__qoute {
    margin-left: auto;
    margin-right: auto;
    opacity: .3;
}

.testimonials-one__home-two .testimonials-one__text {
    padding-left: 0;
    padding-right: 0;
    color: #222222;
    opacity: 1;
}

.testimonials-one__home-two .testimonials-one__text br {
    display: inherit;
}

.testimonials-one__home-two .testimonials-one__title {
    color: #222222;
    margin-bottom: 0;
}

.testimonials-one__home-two .testimonials-one__carousel {
    max-width: 100%;
}

.testimonials-one__home-two .testimonials-one__carousel .owl-nav.disabled+.owl-dots {
    display: none;
}

.testimonials-one__home-two .testimonials-one__carousel-dots-block {
    padding-top: 0;
    position: relative;
    top: 25px;
    margin-top: 50px;
}

.testimonials-one__testimonials-page {
    padding-top: 150px;
    margin-top: 0;
}

.testimonials-two {
    padding-top: 150px;
    padding-bottom: 150px;
}

.testimonials-two .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

.testimonials-two .owl-carousel .owl-item img {
    width: auto;
    display: inherit;
}

.testimonials-two__carousel {
    max-width: 970px;
    width: 100%;
}

.testimonials-two__qoute,
.testimonials-two__content {
    display: table-cell;
    vertical-align: top;
}

.testimonials-two__qoute>img {
    opacity: .5;
}

.testimonials-two__content {
    padding-top: 15px;
    padding-left: 45px;
}

.testimonials-two__text {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #222222;
    margin: 0;
}

.testimonials-two__title {
    margin: 0;
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    margin-top: 30px;
}

.testimonials-two__carousel-dots-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 110px;
    margin-top: 50px;
}

.testimonials-two__carousel-dot {
    width: 60px;
    opacity: .5;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.testimonials-two__carousel-dot.active {
    opacity: 1;
}

.testimonials-two__carousel-dot>img {
    width: 100%;
}

.testimonials-two__carousel-dot+.testimonials-two__carousel-dot {
    margin-left: 10px;
}

.testimonials-three .container {
    overflow: hidden;
    padding-top: 85px;
    padding-bottom: 85px;
}

@media (min-width: 1311px) {
    .testimonials-three .container {
        max-width: 1280px;
    }
}

.testimonials-three .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonials-three__carousel .owl-item .morejia {}
.testimonials-three__carousel .owl-item:hover a { color:#ae1d23; display: block;}
.testimonials-three__carousel .owl-item img {
    display: inline;
    width: 100%; opacity:0.7
}
.testimonials-three__carousel .owl-item:hover img { opacity:1}
.testimonials-three__single {
    padding: 0px 0px;
    background-color: #fff;
}

.testimonials-three__qoute {
    
}
.testimonials-three__image {
    border-radius: 50%;
    width: 60px !important;
}

.testimonials-three__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 4px 3px;
}

.testimonials-three__title { margin-top:10px; color: #666; font-size: 15px; padding:0px 50px; text-align:center; line-height:28px; display:block; clear:both;}
.morejia { width:50px; height:50px; text-align:center; line-height:50px; font-size:30px; border-radius:50%; display:block; clear:both; margin:0px auto; border:#fff 1px solid; color:#fff; margin-top:20px;}
.testimonials-three__text {
    margin: 0;
    color: #222222;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0px; text-align:center; font-weight:bold;
}

/*
* 12. video styles
*/
.video-one {
    min-height: 600px;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-one__link {
    color: #fff;
    font-size: 100px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-one__link:hover {
    color: #215096;
}

.video-two {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.video-two:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #14171C;
    opacity: .7;
}

.video-two .container {
    text-align: center;
    position: relative;
}

.video-two__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
}

.video-two__tag-line {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 70px;
}

.video-two__link {
    color: #215096;
    font-size: 100px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-two__link:hover {
    color: #fff;
}

/*
* 13. progress styles
*/
.progress-one {
	background: url(../images/abg.jpg) no-repeat center;
    padding: 180px 0 180px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.progress-one .block-title__tag-line {}
.progress-one .block-title__title {}
.progress-one__parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 500px;
}

.progress-one .block-title {
    margin-bottom: 15px;
}

.progress-one .block-title__text { text-transform:upcase; font-size:16px; margin-top:20px; line-height:32px;
    font-weight: normal;
}

.progress-one__single+.progress-one__single {
    margin-top: 30px;
}

.progress-one__top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.progress-one__count,
.progress-one__title {
    margin: 0;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}

.progress-one__percentage {
    width: 100%;
    height: 7px;
    background-color: #f2f4f7;
    position: relative;
    overflow: hidden;
    border-radius: 3.5px;
}

.progress-one__percentage span {
    height: 100%;
    background-color: #215096;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-one__text {
    font-size: 20px; line-height:38px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.progress-one__block {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .progress-one__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.progress-one__home-two {
    padding: 0px;
}

.progress-one__home-two .inner-container {
    margin-top: -120px;
    background-color: #fff;
    position: relative;
    padding: 60px 44px 10px;
    -webkit-box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
}

.progress-one__service-page {
    padding-bottom: 150px;
}

/*
* 14. services styles
*/
.service-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.service-one .block-title {
    margin-bottom: 0;
}

.service-one .block-title__text,
.service-one .block-title__tag-line {
    color: rgba(255, 255, 255, 0.7);
}

.service-one .block-title__title {
    color: #fff;
}

.service-one__parallax {
    padding: 140px 0 189px;
    position: relative;
}

.service-one__parallax:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: .5;
}

.service-one__parallax .container {
    position: relative;
}

.service-one__single {
    padding: 20px 40px; color:#fff;
    margin-top: -140px;
    position: relative;
    z-index: 10;
}

.service-one__single2 {
    padding: 0px 20px; text-align:center; color:#fff; margin-top:12px;
}
.service-one__single2 p { font-size:32px; font-family:arial; margin-bottom:25px}
.service-one__single2 img {box-shadow: 5px 5px 3px #d0d0d0;}
.service-one__single:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.service-one__icon {
    font-size: 80px;
    color: #222222;
    opacity: .9; position: relative;
}

.service-one__title {
    font-size: 30px;
    margin: 0;
	margin-bottom: 10px;
    position: relative;
}

.service-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.service-one__text {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    margin-top: 20.5px;
    position: relative;
}
.service-one__text2 {
    margin: 0;
    font-size: 28px;
    line-height: 26px; font-weight:bold;
    position: relative;
}
.service-one__btn {
    padding: 11px 30.5px;
    font-size: 14px;
    color: #222222;
    border: 1px solid #215096;
    background-color: transparent;
    position: relative;
}

.service-one__single:hover .service-one__btn,
.service-one__btn:hover {
    background-color: #fff;
    color: #222222;
}


.service-one__home-two {
    padding-top: 150px;
    padding-bottom: 110px;
}

.service-one__home-two .service-one__single {
    margin-top: 0px;
    margin-bottom: 40px;
}

.service-one__home-two .block-title {
    margin-bottom: 50px;
}

.service-one__home-two .block-title__tag-line {
    color: #848484;
}

.service-one__home-two .block-title__title {
    color: #222222;
}

.service-one__home-three {
    padding-bottom: 50px;
}

.service-one__home-three .block-title {
    margin-bottom: 50px;
}

.service-one__home-three .block-title__tag-line {
    color: #222222;font-weight: 600;
font-size: 40px;
line-height: 55px;
}

.service-one__home-three .block-title__title {
    color: #848484; font-size: 18px;font-weight: normal;
}

.service-one__home-three .service-one__single {
    margin-top: 0;
}

.service-one__service-page {
    padding-top: 70px;
    padding-bottom: 70px;
}

.service-one__service-page .service-one__single {
    margin-bottom: 30px;
}

.service-two {
    padding-top: 80px;
    padding-bottom: 30px;
}

.service-two .container-fluid {
    padding: 0px;
}
.testimonials-three {}
@media (min-width: 1441px) {
    .service-two .container-fluid .row {
        margin-left: -37.5px;
        margin-right: -37.5px;
    }
}

@media (min-width: 1441px) {
    .service-two .container-fluid .row>[class*=col-lg-] {
        padding-left: 37.5px;
        padding-right: 37.5px;
    }
}

.service-two__single {
    position: relative;
}

.service-two__image {
    overflow: hidden;
    background-color: #222222; box-shadow: 5px 5px 3px #d2d2d2;
}

.service-two__image>img {
    width: 100%;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    transition: transform .4s ease, opacity .4s ease;
}

.service-two__single:hover .service-two__image>img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 0.5;
}

.service-two__content {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: white;
    -webkit-box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
}

@media (min-width: 1440px) {
    .service-two__content {
        left: 50px;
        right: 50px;
    }
}

.service-two__title {
    margin: 0;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-two__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-two__title a:hover {
    color: #215096;
}

.service-two__text {
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 20px;
}

.service-two__btn {
    padding: 11px 30.5px;
    font-size: 14px;
    color: #222222;
    border: 1px solid #215096;
    background-color: transparent;
}

.service-two__btn:hover {
    background-color: #215096;
    color: #fff;
}

.service-two__project-full-page {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 75px;
}

@media (max-width: 1440px) {
    .service-two__project-full-page {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .service-two__project-full-page {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 480px) {
    .service-two__project-full-page {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.service-two__project-full-page .service-two__single {
    margin-bottom: 195px;
}

.service-three {
    padding: 90px 0 35px;
    position: relative;
    z-index: 9;
}

.service-three__single {
    margin-bottom: 50px;
}


.service-three__single:nth-child(odd) .service-three__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.service-three__single:nth-child(odd) .service-three__content {}


.service-three__single:nth-child(odd) .service-three__image:before {
    left: auto;
    right: -55px;
}

.service-three__image {
    position: relative;
}

.service-three__image>img {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transition: transform .4s ease;
}

.service-three__single:hover .service-three__image>img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.service-three__image:before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -55px;
    width: 405px;
    height: 345px;
    background-repeat: repeat;
    background-position: -4px 0;
}

.service-three__image>img {
    max-width: 100%;
    position: relative;
}

.service-three__title {
    font-size: 32px;
    margin: 0;
    line-height: 42px;
    color: #215096;
    position: relative;
    display: inline-block;
    vertical-align: middle;
width: 100%; padding-bottom:10px;
}


.service-three__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-three__title a:hover {
    color: #215096;
}

.service-three__text {
    margin: 0;
    color: #777777;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.service-three__btn {
    padding: 11px 30.5px;
    font-size: 14px;
    color: #1f5293;
    border: 1px solid #1f5293;
    background-color: transparent;
}


.service-post-filter-one {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
}

.service-post-filter-one__list+.service-post-filter-one__list {
    margin-left: 25px;
}

.service-post-filter-one__link {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #222222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-post-filter-one__link:hover {
    color: #215096;
}

.active .service-post-filter-one__link {
    color: #215096;
}

/*
* 15. faq styles
*/
.faq-one {
    padding-top: 100px;
}

.faq-one__home-three {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .faq-one__content {
        padding-right: 40px;
    }
}

.faq-one .accrodion-grp {
    border: 1px solid #e5e5e5; background: #fff;
}

.faq-one .accrodion-grp .accrodion+.accrodion {
    border-top: 1px solid #e5e5e5;
}

.faq-one .accrodion-title {
    padding: 20px 0;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.faq-one .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #215096;
    position: relative;
    padding-left: 27px;
}

.faq-one .accrodion-title h4:before {
    content: '+';
    width: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-one .accrodion-content {
    padding: 27px 0;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #e5e5e5; background:#215096;
}

.faq-one .accrodion-content p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.faq-one .accrodion.active .accrodion-title h4:before {
    content: '-';
}

.faq-one .block-title {
    margin-bottom: 30px;
}

.faq-one .block-title__text {
    color: #222222; font-size:22px; line-height: 32px;
    font-weight: 600;
    margin-top: 25px;
}
.faq-one__content .block-title__title {margin-bottom:0 !importent; }
.faq-one__text {
    font-size: 16px; line-height:30px;
    font-weight: 500;
    color: #777777;
    margin: 0;
}

.faq-one__content {
    margin-bottom: 30px;
}

.faq-one .thm-btn {
    margin-top: 40px;
}

.faq-two {
    padding-bottom: 90px;
    padding-top: 150px;
}

.faq-two .row.high-gutters {
    margin-left: -25px;
    margin-right: -25px;
}

.faq-two .row.high-gutters>[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.faq-two .accrodion-grp {
    margin-bottom: 60px;
}

.faq-two .accrodion {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.faq-two .accrodion.active {
    border-color: transparent;
    -webkit-box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
}

.faq-two .accrodion.active .accrodion-title h4:before {
    content: '\f106';
    color: #215096;
}

.faq-two .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-two .accrodion-title {
    cursor: pointer;
}

.faq-two .accrodion-title h4 {
    margin: 0;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    padding: 17px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.faq-two .accrodion-title h4 span {
    margin-right: 15px;
}

.faq-two .accrodion-title h4:before {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 20px;
    color: #222222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.faq-two .accrodion-content {
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 25px;
}

.faq-two .accrodion-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #777777;
}

.faq-two__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.faq-two__list-item {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #222222;
}

.faq-two__list-item i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #215096;
}

.faq-two__list-item+.faq-two__list-item {
    margin-top: 15px;
}

/*
* 16. project styles
*/
.project-one {
    padding: 40px 0 0;
}

.project-one .row.high-gutters {
    margin-left: -55px;
    margin-right: -55px;
}

.project-one .row.high-gutters>[class*=col-] {
    padding-left: 55px;
    padding-right: 55px;
}

.project-one .masonary-item {
    margin-top: 110px;
}

.project-one .block-title {
    margin-bottom: 50px;
}

.project-one__single {
    position: relative;
}

.project-one__single-content-left .project-one__content {
    right: auto;
    left: 20px;
}

.project-one__image {
    background-color: #222;
    overflow: hidden;
}

.project-one__image>img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transition: opacity .4s ease, transform .4s ease;
}

.project-one__single:hover .project-one__image>img {
    opacity: .2;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.project-one__content {
    width: 100%;
    max-width: 350px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 40px 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: -15px 0px 39px 0px rgba(9, 24, 33, 0.1);
    box-shadow: -15px 0px 39px 0px rgba(9, 24, 33, 0.1);
}

.project-one__title {
    margin: 0;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.project-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.project-one__title a:hover {
    color: #215096;
}

.project-one__btn {
    padding: 11px 30.5px;
    font-size: 14px;
    color: #222222;
    border: 1px solid #215096;
    background-color: transparent;
}

.project-one__btn:hover {
    background-color: #215096;
    color: #fff;
}

.project-one__project-masonary-page {
    padding-bottom: 150px;
}

.project-two {
    padding-top: 80px;
    padding-bottom: 80px;
}

.project-two__single {
    position: relative;
    margin-bottom: 15px;
}

.project-two__image {
    position: relative;
    overflow: hidden; border:#ccc 1px solid;
}

.project-two__image>img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transition: opacity .4s ease, transform .4s ease;
}

.project-two__single:hover .project-two__image>img {
    opacity: .8;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.project-two__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.project-two__image>img {
    width: 100%;
}

.project-two__content {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    z-index: 3;
}

.project-two__title {
    margin: 0;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

.project-two__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.project-two__title a:hover {
    color: #215096;
}

.project-two__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-two__meta-sep,
.project-two__meta-link {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.project-two__meta-sep {
    margin-left: 5px;
    margin-right: 5px;
}

.project-two__meta-link:hover {
    color: #215096;
}

.project-details {
    padding: 150px 0;
}

.project-details .large-title,
.project-details .normal-text {
    margin: 0;
}

.project-details__image img {
    max-width: 100%;
}

.project-details .row+.row {
    margin-top: 75px;
}

.project-details .row.high-gutters {
    margin-left: -40px;
    margin-right: -40px;
}

.project-details .row.high-gutters>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

.project-details__info {
    padding: 80px 50px 105px;
    background-color: #222222;
}

.project-details__info .large-title {
    margin: 0;
    color: #fff;
    margin-bottom: 15px;
}

.project-details__info .normal-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.project-details__line {
    margin: 0;
    margin-top: 30px;
    border-color: rgba(229, 229, 229, 0.2);
}

.project-details__table {
    margin-top: 20px;
}

.project-details__table tr td {
    padding-top: 10px;
}

.project-details__table tr td:first-child {
    font-size: 17px;
    color: #fff;
}

.project-details__table tr td:last-child {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 30px;
}

/*
* 17. brand styles
*/
.brand-one {
    position: relative;
    padding: 90px 0;
    background-color: #222222;
}

.brand-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/background/brand-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: .25;
}

.brand-one .container {
    position: relative;
}

.brand-one__carousel img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.brand-one__carousel img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*
* 18. inner-banner styles
*/
.inner-banner {
	background: url(../images/banner10.jpg) no-repeat;
    position: relative;
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}

.inner-banner:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}

.inner-banner .container {
    position: relative;
}

.inner-banner1 {
	background: url(../images/aboutbanner.jpg) no-repeat;
    position: relative;
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner1:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner1 .container {
    position: relative;
}

.inner-banner2 {
	background: url(../images/probanner.jpg) no-repeat;
    position: relative;    
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner2:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner2 .container {position: relative;}


.inner-banner3 {
	background: url(../images/keyanbanner.jpg) no-repeat;
    position: relative;    
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner3:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;

}
.inner-banner3 .container {position: relative;}


.inner-banner4 {
	background: url(../images/djbanner.jpg) no-repeat;
    position: relative;    
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner4:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner4 .container {position: relative;}

.inner-banner5 {
	background-image: url(../images/jobbanner.jpg);
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner5:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner5 .container {position: relative;}



.inner-banner10 {
	background-image: url(../images/contact.jpg);
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner10:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner10 .container {
    position: relative;
}

.inner-banner11 {
	background: url(../images/jobbanner.jpg) no-repeat;
    position: relative;
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner11:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner11 .container {
    position: relative;
}

.inner-banner12 {
	background: url(../images/storybanner.jpg) no-repeat;
    position: relative;
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner12:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner12 .container {
    position: relative;
}

.inner-banner13 {
	background: url(../images/activebanner.jpg) no-repeat;
    position: relative;
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner13:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner13 .container {
    position: relative;
}
.inner-banner14 {
	background: url(../images/tecbanner.jpg) no-repeat;
    position: relative;
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner14:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner14 .container {
    position: relative;
}
.inner-banner15 {
	background: url(../images/xgbanner.jpg) no-repeat;
    position: relative;
	background-size:cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.inner-banner15:before {
    content: '';
      position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px 18px 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to top,rgba(10, 50, 109, 0.8),rgba(255, 255, 255, 0)); opacity:0.8;
}
.inner-banner15 .container {
    position: relative;
}
.inner-banner__title {
    margin: 0;
    color: #fff;
    font-size: 40px;text-shadow: #290101 3px 3px 2px;
    font-weight: 600; text-align:center;
    margin-bottom: 10px;
}

.thm-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none; text-align:center;
}

.thm-breadcrumb__item {font-size: 30px;text-shadow: #290101 3px 3px 2px; color:#fff; text-align:center;}

.thm-breadcrumb__item:not(:last-child):after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
}

.thm-breadcrumb__link {
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; text-transform:uppercase; font-size:20px; letter-spacing:2px;
}

.thm-breadcrumb__link:hover {
    color: #215096;
}

.thm-breadcrumb__item.current .thm-breadcrumb__link {
    color: #215096;
}

.inner-banner__blog-date,
.inner-banner__blog-content {
    display: table-cell;
    vertical-align: middle;
}

.inner-banner__blog-date {
    padding-right: 30px;
}

.inner-banner__blog-date span {
    display: block;
}

.inner-banner__blog-date-line {
    color: #fff;
    font-size: 57px;
    font-weight: 600;
    line-height: 1em;
}

.inner-banner__blog-date-month {
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1em;
}

.inner-banner__blog-content {
    padding-left: 30px;
    border-left: 2px solid #9097a0;
}

.inner-banner__blog .inner-banner__title {
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.inner-banner__blog-author {
    color: #FFFFFF;
    font-size: 15px;
    margin: 0;
}

.inner-banner__blog-author a {
    color: #215096;
}

/*
* 19. sidebar styles
*/
.sidebar-page .row.high-gutters {
    margin-left: -35px;
    margin-right: -35px;
}

.sidebar-page .row.high-gutters>[class*=col-] {
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 992px) {
    .sidebar {
        margin-top: 70px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
}

.sidebar__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 35px;
}

.sidebar__about-image {
    border-radius: 50%;
    max-width: 100%;
}

.sidebar__about-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    margin-top: 25px;
    margin-bottom: 15px;
}

.sidebar__about-text {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    margin-bottom: 10px;
}

.sidebar__about-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.sidebar__about-social a {
    color: #222222;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__about-social a+a {
    margin-left: 25px;
}

.sidebar__about-social a:hover {
    color: #215096;
}

.sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -5px;
}

.sidebar__category-list-item+.sidebar__category-list-item {
    margin-top: 15px;
}

.sidebar__category-list-link {
    color: #777777;
    font-size: 17px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__category-list-link:hover {
    color: #215096;
}

.sidebar__post__image {
    width: 100px;
}

.sidebar__post__image>img {
    width: 100%;
}

.sidebar__post__image,
.sidebar__post__content {
    display: table-cell;
    vertical-align: middle;
}

.sidebar__post__content {
    padding-left: 20px;
}

.sidebar__post__date {
    font-size: 15px;
    color: #215096;
}

.sidebar__post__title {
    margin: 0;
    color: #222222;
    font-size: 20px;
    line-height: 26px;
}

.sidebar__post__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__post__title a:hover {
    color: #215096;
}

.sidebar__post__single+.sidebar__post__single {
    margin-top: 20px;
}

.sidebar__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

.sidebar__tags-link {
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    background-color: rgba(181, 181, 181, 0);
    font-size: 14px;
    color: #222222;
    padding: 11px 17px;
    margin-left: 15px;
    margin-top: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__tags-link:hover {
    color: #fff;
    background-color: #215096;
    border-color: #215096;
}

.shop-sidebar__single+.shop-sidebar__single {
    margin-top: 50px;
}

.shop-sidebar__search-form {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    height: 50px;
    width: 100%;
    position: relative;
}

.shop-sidebar__search-form input,
.shop-sidebar__search-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

.shop-sidebar__search-form input {
    width: 100%;
    height: 100%;
    color: #777777;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.shop-sidebar__search-form button[type=submit] {
    font-size: 15px;
    color: #222222;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.shop-sidebar__title {
    margin: 0;
    color: #222222;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}

.shop-sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}

.shop-sidebar__category-list-item+.shop-sidebar__category-list-item {
    margin-top: 10px;
}

.shop-sidebar__category-list-link {
    color: #222222;
    font-size: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-sidebar__category-list-link:hover {
    color: #215096;
}

.shop-sidebar__price-filter .range-slider-price {
    margin-top: 0px;
    margin-bottom: 15px;
}

.shop-sidebar__price-filter .form-group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-sidebar__price-filter button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #215096;
    border: none;
    outline: none;
    text-transform: uppercase;
    width: 73px;
    height: 35px;
    cursor: pointer;
}

.shop-sidebar__price-filter p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
}

.shop-sidebar__price-filter input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    display: inline-block;
}

.shop-sidebar__price-filter .noUi-connect {
    background: #215096 !important;
    border-color: #215096;
}

.shop-sidebar__price-filter .noUi-background {
    background: #EBECEB !important;
}

.shop-sidebar__price-filter .noUi-handle {
    background: #fff !important;
    border-radius: 50% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #215096;
    cursor: pointer;
}

/*
* 20. contact styles
*/
.contact-map {
    position: relative;
    top: 110px;
    margin-top: -110px;
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.contact-one {
    padding-top: 150px;
    padding-bottom: 150px;
}

.contact-one .block-title {
    margin-bottom: 40px;
}

.contact-one__info-single+.contact-one__info-single {
    margin-top: 35px;
}

.contact-one__info-title {
    margin: 0;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
}

.contact-one__info-text {
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-top: 15px;
}

.contact-one__form input,
.contact-one__form textarea {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    color: #848484;
    font-size: 16px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

.contact-one__form input::-webkit-input-placeholder,
.contact-one__form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #848484;
}

.contact-one__form input::-moz-placeholder,
.contact-one__form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #848484;
}

.contact-one__form input:-ms-input-placeholder,
.contact-one__form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #848484;
}

.contact-one__form input:-moz-placeholder,
.contact-one__form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #848484;
}

.contact-one__form input.error,
.contact-one__form textarea.error {
    border-color: red;
    color: red;
}

.contact-one__form input.error::-webkit-input-placeholder,
.contact-one__form textarea.error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red;
}

.contact-one__form input.error::-moz-placeholder,
.contact-one__form textarea.error::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.contact-one__form input.error:-ms-input-placeholder,
.contact-one__form textarea.error:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

.contact-one__form input.error:-moz-placeholder,
.contact-one__form textarea.error:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.contact-one__form textarea {
    height: 80px;
}

.contact-one__form label.error {
    display: none !important;
}

.contact-one__form .thm-btn {
    margin-top: 20px;
}

/*
* 21. pricing styles
*/
.pricing-one {
    padding-top: 150px;
    padding-bottom: 110px;
}

.pricing-one__single {
    margin-bottom: 40px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.pricing-one__top {
    background-color: #222222;
    position: relative;
    padding: 30px 20px 30px;
}

.popular .pricing-one__top {
    background-color: #215096;
}

.pricing-one__name {
    margin: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 500;
}

.pricing-one__plan {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #215096; text-align:center;
}

.pricing-one__amount {
    font-size: 18px; text-align:center;
}

.popular .pricing-one__name,
.popular .pricing-one__plan {
    color: #fff;
}

.pricing-one__btn {
    -webkit-box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 60px;
}

.popular .pricing-one__btn {
    background-color: #fff;
    color: #215096;
}

.pricing-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 60px;
    padding-top: 80px;
}

.pricing-one__list-item {
    position: relative;
    font-size: 14px;
    color: #222222;
    padding-left: 25px;
}

.pricing-one__list-item i {
    font-size: 10px;
    color: #215096;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.pricing-one__list-item.unavailable {
    opacity: .5;
}

.pricing-one__list-item+.pricing-one__list-item {
    margin-top: 15px;
}

/*
* 22. search-popup styles
*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 800px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: #222222;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.search-popup__form button[type=submit] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #215096;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
    background-color: #222222;
    color: #215096;
}

/*
* 23. shop styles
*/
.shop-one {
    padding: 150px 0;
}

.shop-one__single {
    margin-bottom: 50px;
}

.shop-one__single:hover .shop-one__image:before {
    opacity: .1;
}

.shop-one__single:hover .shop-one__btn__wrap {
    opacity: 1;
    -webkit-transform: perspective(70px) translateZ(0px);
    transform: perspective(70px) translateZ(0px);
}

.shop-one__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.shop-one__image:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-one__image>img {
    width: 100%;
}

.shop-one__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: perspective(70px) translateZ(10px);
    transform: perspective(70px) translateZ(10px);
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-one__title {
    font-size: 18px; text-align:center;
    color: #215096;
}

.shop-one__title a {
    color: inherit; color:#94765b;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; font-size:24px; font-family:Arial, Helvetica, sans-serif;
}

.shop-one__title a:hover {
    color: #215096;
}

.shop-one__price {
    margin: 0;
    color: #94765b;
    font-size: 15px; text-align:center;
}

.shop-one__price-regular {
    opacity: .5;
    text-decoration: line-through;
    margin-left: 5px;
}

[class*=shop-one__btn-] {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #222222;
}

[class*=shop-one__btn-]+[class*=shop-one__btn-] {
    margin-left: 10px;
}

[class*=shop-one__btn-] i {
    font-size: 17px;
}

[class*=shop-one__btn-]:hover {
    background-color: #215096;
    color: #fff;
}

.shop-one__product-query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .shop-one__product-query {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-one__product-query-text {
    margin: 0;
    color: #777777;
    font-size: 15px;
    margin-bottom: 30px;
}

.shop-one__product-query-text span {
    color: #222222;
}

.shop-one__product-query .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 210px;
    margin-bottom: 30px;
}

.shop-one__product-query-select>.dropdown-toggle {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    background-color: #fff !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #777777;
    font-size: 14px;
    padding: 13.5px 30px;
    padding-right: 15px;
}

.related-product__carousel .shop-one__single {
    margin-bottom: 0;
}

.product-details {
    padding: 150px 0;
}

.product-details .row.high-gutters {
    margin-left: -35px;
    margin-right: -35px;
}

.product-details .row.high-gutters>[class*=col-lg-] {
    padding-left: 35px;
    padding-right: 35px;
}

.product-details__image {
    position: relative;
}

.product-details__image>img {
    max-width: 100%;
}

.product-details__image-popup {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-details__image-popup i {
    font-size: 15px;
}

.product-details__image-popup:hover {
    background-color: #222222;
    color: #fff;
}

.product-details__cat-list,
.product-details__social,
.product-details__price,
.product-details__btn__wrap,
.product-details__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .bootstrap-touchspin {
    width: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
}

.product-details .bootstrap-touchspin input {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 60px;
    padding: 0;
    padding-left: 20px;
    color: #222222;
    font-size: 18px;
}

.product-details .bootstrap-touchspin input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.product-details .bootstrap-touchspin input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.product-details .bootstrap-touchspin input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.product-details .bootstrap-touchspin input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.product-details .bootstrap-touchspin .btn {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    color: #222222;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: auto;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical {
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-details .thm-btn {
    margin-left: 10px;
    margin-right: 10px;
}

.product-details__love-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    font-size: 17px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__love-btn i {
    color: inherit;
}

.product-details__love-btn:hover {
    background-color: #215096;
    color: #fff;
    border-color: #215096;
}

.product-details__title {
    margin: 0;
    color: #222222;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

.product-details__review-stars i {
    font-size: 16px;
    color: #fa7720;
}

.product-details__review-star i+i {
    margin-left: 10px;
}

.product-details__review-text {
    font-size: 14px;
    color: #777777;
    margin-left: 10px;
}

.product-details__price {
    color: #777777;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
}

.product-details__price-regular {
    opacity: .5;
    margin-left: 15px;
    text-decoration: line-through;
}

.product-details__text {
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
}

.product-details__btn__wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-details__social {
    margin-top: 40px;
}

.product-details__social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8A8D91;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__social a:hover {
    background-color: #215096;
    border-color: #215096;
    color: #fff;
}

.product-details__social a+a {
    margin-left: 10px;
}

.product-details__cat-list {
    font-size: 15px;
    color: #222222;
    margin: 0;
}

.product-details__cat-list a {
    margin-left: 10px;
    color: #777;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__cat-list a:hover {
    color: #215096;
}

.product-details__tab__list {
    border-bottom: 0;
    text-align: center;
    margin-bottom: 35px;
}

.product-details__tab__list .nav-item.show .nav-link,
.product-details__tab__list .nav-link.active {
    background-color: transparent;
}

.product-details__tab__list-item {
    margin: 0 !important;
}

.product-details__tab__list-item+.product-details__tab__list-item {
    margin-left: 15px !important;
}

.product-details__tab__list-link {
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
    border: 1px solid #e5e5e5 !important;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__tab__list-link.active,
.product-details__tab__list-link:hover {
    background-color: #215096 !important;
    border-color: #215096 !important;
}

.product-details__tab__list-link.active .product-details__tab__list-title,
.product-details__tab__list-link:hover .product-details__tab__list-title {
    color: #fff;
}

.product-details__tab__list-title {
    display: block;
    color: #8A8D91;
    text-transform: uppercase;
    padding: 12px 37px;
    font-size: 14px;
    font-weight: 500;
}

.product-details__tab .tab-pane {
    position: relative;
}

.product-details__tab .tab-content {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

.product-details__tab-title {
    margin: 0;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}

.product-details__tab-text {
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
}

/*
* 24. cart styles
*/
.cart-section {
    padding-top: 110px;
    position: relative;
}

.cart-section ul {
    margin: 0;
    padding: 0;
}

.cart-section ul li {
    list-style: none;
}

.cart-section .thm-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #215096;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
}

.cart-section .cart-outer {
    position: relative;
}

.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-section .sec-title {
    margin-bottom: 30px;
}

.cart-section .sec-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #DDDEE4;
    border-top: 0;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 7px;
    color: #fff;
    background: #215096;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 500;
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 15px 10px;
    min-width: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.cart-table tbody tr .qty {
    padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: black;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 90px;
    padding-left: 100px;
    padding-top: 15px;
    text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 0px;
    top: 11px;
    background: #172245;
    padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
    font-weight: 500;
    color: #222;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 16px;
    color: #172245;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
    color: #172245;
}

.cart-table tbody tr {
    border-bottom: 1px solid #DDDEE4;
}

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 43px;
    display: block;
    width: 0px;
    font-size: 20px;
    position: relative;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #EDEDED;
}

.cart-table tbody tr td .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
    background-color: #fff;
    color: #222;
    border-color: #EDEDED;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #999999;
    font-size: 14px;
}

.cart-table tbody .available-info .fa {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #172245;
    border-radius: 50%;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background: #EDEDED;
    border-color: #EDEDED;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    color: green;
    left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #fff;
    border: 1px solid #EDEDED;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 24px;
    padding: 9px 15px;
    border-radius: 0px;
    width: 230px;
    background: none;
    font-weight: 500;
    outline: none;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    color: #9FA2A6;
    border-color: #dddee4;
}

.cart-section .apply-coupon .form-group input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #9FA2A6;
}

.cart-section .estimate-form {
    position: relative;
}

.cart-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #172245;
    margin-bottom: 30px;
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
    padding: 0px 7px !important;
    margin-bottom: 31px;
}

.cart-section .totals-table {
    position: relative;
    border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 10px 15px;
    line-height: 24px;
    width: 50%;
}

.cart-section .totals-table .col-title {
    font-size: 14px;
    color: #353535;
    border-right: 1px solid #f8f8f8;
    font-weight: 500;
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
}

.cart-section .update-cart-box {
    padding-top: 40px;
}

.cart-section .estimate-form h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #172245;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.cart-section .cart-total h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #172245;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
    margin-top: 30px;
}

.cart-section .estimate-form input {
    width: 100%;
    border: 1px solid #172245;
    outline: none;
    height: 50px;
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
}

.cart-section .qty .input-group {
    background: #ededed;
}

.cart-section .thm-btn.update-cart {
    border: 1px solid black;
    color: #172245;
    background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
    color: #999999;
}

.cart-section .thm-btn.update-cart {
    color: #161827;
    border: 1px solid #DDDEE4;
}

.cart-section .estimate-form input {
    border-color: #DDDEE4;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
    background: #fff;
    color: #CECECE;
    border-color: #DDDEE4;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    color: #cecece;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    padding: 0px;
    background: #DDDEE4;
}

.cart-table tbody tr .prod-column .column-box {
    margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
    background: #172245;
    color: #fff;
    border-color: #172245;
}

.cart-table tbody tr td {
    padding: 10px 10px 20px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #fff;
}

.cart-confirmation-box {
    padding-top: 70px;
    padding-bottom: 90px;
}

.cart-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.cart-section .bootstrap-select>.dropdown-toggle {
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    height: 50px;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    line-height: 48px;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}

.cart-section .bootstrap-touchspin {
    width: 80px;
    height: 59px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
}

.cart-section .bootstrap-touchspin input {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 56px !important;
    padding: 0;
    padding-left: 20px;
    color: #222222;
    font-size: 18px;
}

.cart-section .bootstrap-touchspin input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.cart-section .bootstrap-touchspin input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.cart-section .bootstrap-touchspin input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.cart-section .bootstrap-touchspin input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.cart-section .bootstrap-touchspin .btn {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    color: #222222;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: auto;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
* 25. checkout styles
*/
.checkout-section {
    padding-bottom: 120px;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
    color: yellow;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
    border: 2px solid yellow;
    color: yellow;
    font-size: 16px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
}

.checkout-section.cart-section .bottom {
    padding-top: 40px;
}

.checkout-section .column.default-column h3 {
    color: yellow;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
    border: 2px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li {
    border-bottom: 1px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
    border-right: 1px solid yellow;
    color: yellow;
    font-size: 16px;
    font-weight: 400;
}

.checkout-section.cart-section .bottom .totals-table li span.col {
    color: yellow;
    font-size: 16px;
}

.checkout-section .payment-options {
    padding-top: 30px;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i {
    color: yellow;
}

.checkout-section .payment-options .option-block {
    margin-bottom: 10px;
}

.checkout-section .payment-options .option-block .radio-block .icon {
    float: left;
    padding-right: 15px;
}

.checkout-section .payment-options .option-block .radio-block .icon i {
    color: yellow;
    font-size: 16px;
    line-height: 28px;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
    color: yellow;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.checkout-section .payment-options .text {
    padding-left: 30px;
}

.checkout-section .payment-options .text p {
    color: yellow;
    font-size: 16px;
    font-weight: 400;
}

.checkout-section.cart-section .thm-btn {
    margin-top: 40px;
}

.checkout-section.cart-section .cart-table {
    width: 100%;
    min-width: auto;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
    color: #777777;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
    border-color: #f2f4f7;
    outline: none;
    color: #777777;
}

.checkout-section.cart-section .bottom .totals-table,
.checkout-section.cart-section .bottom .totals-table li,
.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
    border-color: #f2f4f7;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
    color: #222222;
}

.checkout-section.cart-section .bottom .totals-table li span.col,
.checkout-section .payment-options .text p {
    color: #777777;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
    color: #222222;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i,
.checkout-section .payment-options .option-block .radio-block .icon i {
    color: #222222;
}


/*project css*/
.project-area {
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .project-area {
    padding: 0px 40px;
  }
}
@media (max-width: 1300px) {
  .project-area {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .project-area .project-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1610px) {
  .project-area__2 {
    padding: 0px 80px;
    padding-top: 125px;
  }
}
@media (max-width: 1560px) {
  .project-area__2 {
    padding: 0px 30px;
    padding-top: 125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .project-area__2 {
    padding: 0px 0px;
    padding-top: 125px;
  }
}
@media (max-width: 991px) {
  .project-area__2 {
    padding: 0px 0px;
    padding-top: 125px;
  }
}

.project-item {
  position: relative;
  width: 100%;
}
.project-item__thumb img {
  width: 100%;
}
.project-item__thumb--big {
  height: 100%;
}
.project-item__thumb--big img {
  object-fit: cover;
  height: 100%;
}
.project-item__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-item__hover::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-item__content {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-item__subtitle {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #FD4A36;
  margin-bottom: 7px;
}
.project-item__subtitle span {
  color: #FD4A36;
}
.project-item__title {
  color: #fff;
  font-size: 18px;
}
.project-item__link {
  width: 65px;
  height: 65px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #FD4A36;
}
.project-item__link .onhover {
  display: none;
}
.project-item__link:hover {
  background: #FD4A36;
  color: #fff;
}
.project-item:hover .project-item__hover::before {
  opacity: 0.9;
  visibility: visible;
}
.project-item:hover .project-item__content {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
.project-item:hover .project-item__link {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #0C2957;
}
.project-item__hover::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
}

/*大事记start*/
.event_box{width:90%;margin:3% auto 0;position:relative; background:#f7f7f7}
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:88%;height:1px; background:#580000; position:absolute;/* top:33%;*//* right:-140%;*/right:6%;top:35%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#000;margin:0 30px;position:relative;}
.parHd li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:60px;}
.parBd h4{position:relative;font-size:40px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size:16px;width:80%;margin:0 auto;}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:10px;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:28px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	


 /*二级导航*/
.ins-navbox{height: auto; min-height:75px; line-height:75px; font-family:宋体; background-color: #fff;border-bottom: 1px solid #e5e5e5; clear:both;}
.ins-navbox.fixed{position: fixed;top: 0;left: 0;z-index: 11;}
.ins-navbox ul { margin-bottom:0;}
.ins-navbox li{
	margin-right: 23px; float:left; list-style:none;
	font-size: 16px;
	line-height: 74px;
}
.ins-navbox.twrap li{ margin-right: 10px;}
.ins-navbox li a{
	display: block;
	padding: 0 10px; color:#666;
}

.ins-navbox li a:hover,.ins-navbox li a.hover{
	color: #000; font-weight:bold;
	border-bottom: 2px solid #205299;
	position: relative;
	margin-bottom: -1px;
}
.ins-navbox a { color:#333; font-family:microsoft yahei;}
.ins-navbox a:hover {color:#01438b}
.ins-navbox i {margin-right:10px; display:none;}
/* Contact Page  
============== */

.contact-us-area {padding-top:60px;padding-bottom:60px;}

.contact-us-wrapper {
	background: #fff;
	margin-top: 20px;
	position: relative;
}

.contact-us-inner {
	padding: 30px 20px;
}

.contact-us-inner:nth-last-child(4) {
	border-right: none;
}

.contact-us-inner h5 {
	margin: 14px 0 20px;
}
.contact-us-inner p {font-size: 17px;}
.baogao { background:#215096; font-size: 16px; padding:60px 40px; color:#c4cbd9; border-top-left-radius:15px; border-bottom-left-radius:15px; line-height:30px;}
.baogao .tit {background:url(../images/notice.png) no-repeat left; color:#fff; font-size:24px; line-height:60px; font-weight:blod; text-indent:40px;}
.baogao a { display:inline-block; color:#fff; border:#fff 1px solid; padding:3px 20px; margin-right:10px; border-radius:30px;}
.baogao a:hover { color:#fff; border:#fff 1px solid;background:#092e64;}

.contact-us-inner a {
	text-transform: uppercase;
	color: #205096;
	font-size: 16px; border-radius:30px; border:#205096 1px solid; padding:10px 20px;
	font-weight: 500;
	margin: 20px 0 10px;
}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

#contact-us .info-i i:before {
	font-size: 50px;
	color: #215096;
}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

/* Contact Section 
==================== 
*/

.contact-section {
    background:url(../images/contact.jpg) no-repeat center bottom; min-height:620px; background-size:cover;
}

.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #dc2b19;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

.contact-inner h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 100px;
}

.contact-inner p {
	padding-left: 100px;
}

.contact-section button.main-btn {
	border: none;
}

.contact-section button.main-btn:hover {
	background: #25283a;
	color: #fff;
}

.contact-form {
	margin-top: 80px;
}