@import url(/skin/css/bootstrap.min.css);
@import url(/skin/css/fontawesome.all.min.css);
@import url(/skin/css/owl.carousel.min.css);
@import url(/skin/css/owl.theme.default.min.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/magnific-popup.css);
@import url(/skin/css/normalize.css);

body {
    margin: 0;
    padding: 0;
    color: #191919;
    font: 14px/1.5 Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: normal;
    font-style: normal;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #555;
}

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

a {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}

.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: #c5a310;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-area i:hover {
    transform: translateY(-10px);
}

.scroll-area i {
    box-shadow: 0px 0px 2px 0px #fff;
}

/*
 * Button
*/
.button-1 {
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    background: #c5a310;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 500;
    overflow: hidden;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.button-1:hover {
    color: #fff;
}

.button-1::before {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #FFAA17;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-1:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #FFAA17;
    z-index: -1;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-1:hover:before {
    width: 50%;
}

.button-1:hover:after {
    width: 50%;
}

.button-2 {
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    background: #FFAA17;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
}

.button-2:hover {
    color: #fff;
}

.button-2::before {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #c5a310;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-2:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #c5a310;
    z-index: -1;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-2:hover:before {
    width: 50%;
}

.button-2:hover:after {
    width: 50%;
}

.section-bg {
    background: #f8fcfe;
}

/*
 * 1. Header
*/
/*Header Top*/
.header-top {
    background: #c5a310;
    color: #fff;
    padding: 8px 0px;
}
.top-info {
    height: 100%;
    display: flex;
    align-items: center;
}
.top-info span {
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}
.fs-16{
    font-size: 16px;
}
.top-info span:last-child {
    padding: 0px;
}

.top-info span i {
    padding-right: 3px;
}

.top-social {
    text-align: right;
}

.top-social ul li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 18px;
}

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

/*
* Header Bottom
*/
.header-bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    box-shadow: 2px 0px 8px rgba(140, 129, 129, 0.25);
    background: #fff;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
    float: left;
}

.logo h2 {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 3px;
}

.logo h2 a {
    color: #c5a310;
}

.header-search {
    float: right;
}

.menu {
    text-align: right;
}

.menu nav ul li {
    display: inline-block;
    position: relative;
    margin: 0px 20px;
}

.menu nav ul li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    padding: 30px 0px;
    display: inline-block;
    position: relative;
}

.menu nav ul li a::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 2px;
    background: #c5a310;
    top: 25px;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu nav ul li.active a::after,
.menu nav ul li:hover a::after {
    width: 100%;
    left: 0;
    right: auto;
}

.menu nav ul li.active a,
.menu nav ul li:hover>a {
    color: #c5a310;
}

.menu nav ul li>ul {
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #fff;
    border-top: 5px solid #c5a310;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    box-shadow: 0px 0px 16px #ccc;
}

.menu nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 75px;
}

.menu nav ul li>ul>li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
}

.menu nav ul li:hover>ul>li a:after {
    width: 0;
}

.menu nav ul li>ul>li:hover {
    background: #c5a310;
    color: #fff;
}

.menu nav ul li>ul>li:hover a {
    color: #fff;
}

.menu nav ul li>ul>li:hover li>a {
    color: #c5a310;
}

.menu nav ul li>ul>li li>a:hover {
    color: #fff;
}

.menu nav ul li>ul>li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.menu nav ul li>ul>li:last-child a {
    border-bottom: none;
}

.menu nav ul>li>ul>li>ul {
    left: 200px;
    top: 28px;
}

.menu nav ul li>ul>li:hover>ul {
    top: -3px;
}

.header-search {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 20px;
    position: relative;
    margin-right: 0px;
}

.header-search .search-icon {
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.header-search-form {
    position: absolute;
    right: 0;
    bottom: -95px;
    background: #fff;
    width: 350px;
    padding: 20px;
    border-top: 5px solid #c5a310;
    z-index: 999;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ccc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-search:hover .header-search-form {
    opacity: 1;
    visibility: visible;
    bottom: -82px;
}

.header-search-form-full form {
    position: relative;
}

.header-search-form-full input {
    width: 100%;
    border: none;
    padding: 12px 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 45px;
    background: #e4e6e8;
}

.header-search-form-full button {
    position: absolute;
    right: 0;
    background: #c5a310;
    border: none;
    color: #fff;
    height: 45px;
    top: 0;
    padding: 0px 17px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-search-form-full button:hover {
    background: #FFAA17;
    color: #fff;
}

/*
 * 2. Hero Area
*/
.cdit-hero-area {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.cdit-hero-area::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.hero-caption h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.hero-caption h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 14px;
}

.hero-caption h2 span {
    display: block;
    color: #FFAA17;
    padding-top: 2px;
}

.hero-caption p {
    font-size: 20px;
    color: #dbdbdb;
}

.hero-caption-btn a:first-child {
    margin-right: 12px;
}

/*
 * 3. About Area
*/
.about-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFAA17;
    letter-spacing: 2px;
}

.about-info p {
    font-size: 15px;
}

.about-info-btn {
    margin-top: 25px;
}

.about-img img {
    width: 100%;
}

.about-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-info ul {
    margin-top: 12px;
    margin-bottom: 12px;
}

.about-info ul li {
    font-weight: 500;
    line-height: 28px;
}

.about-info ul li i {
    padding-right: 5px;
}

/*
 * Section Title
*/
.section-title h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

/*
 * 4. Features Area
*/
.features-item {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #cccccc96;
    padding: 50px 20px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.features-item:hover {
    background: #c5a310;
    color: #fff;
    transform: translateY(-10px) translateX(-5px);
}

.features-item .icon {
    width: 70px;
    height: 70px;
    background: #c5a310;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.features-item:hover .icon {
    background: #FFAA17;
}

.features-item h2 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.features-item:hover h2 {
    color: #fff;
}

.features-item p {
    font-size: 14px;
    line-height: 25px;
}

/*
 * Chooses Area
*/
.chooses-us-area {
    width: 100%;
    overflow: hidden;
}

.chooses-us-thumbnail img {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.chooses-us-content {
    background: #c5a310;
    margin-left: -80px;
    margin-top: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
}

.chooses-us-thumbnail {
    position: relative;
}

.chooses-round-box {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 130px;
    background: #FFAA17;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.chooses-round-box-full h4 {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
}

.chooses-round-box-full span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.chooses-us-content-box {
    width: 93%;
    box-sizing: border-box;
    padding: 30px;
}

.chooses-us-content-box p {
    font-size: 16px;
}

.chooses-us-content-box .span-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.chooses-us-content-box .span-title::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    background: #fff;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
}

.chooses-us-content-box .span-title h5 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}

.chooses-us-content-box .span-title h2 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}

.chooses-us-content {
    color: #fff;
}

.layer-box-item {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.layer-box-item .thumbnail {
    float: left;
    width: 120px;
    height: 120px;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-right: 20px;
}

.layer-box-item .thumbnail img {
    width: 100%;
}

.layer-box-item .content {
    overflow: hidden;
}

.layer-box-item .content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.chooses-other-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.chooses-other-content ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.chooses-other-content ul li {
    line-height: 26px;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    margin-right: 25px;
}

.chooses-other-content ul li i {
    padding-right: 4px;
    font-size: 40px;
    color: #fff;
    margin-right: 10px;
}

.chooses-other-content ul li h3 {
    color: #fff;
}

.chooses-other-content ul li h3 span {
    font-size: 16px;
    color: #fff;
    display: block;
}

/*
 * 5. Services Area
*/
.servces-single {
    background: #c5a310;
    text-align: center;
    color: #fff;
    padding: 50px 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.servces-single:hover {
    background: #FFAA17;
}

.servces-single h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 30px;
    font-weight: 700;
}

.servces-single .icon {
    background: #FFAA17;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.servces-single .icon {
    background: #FFAA17;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 29px;
    color: #c5a310;
}

.servces-single:hover .icon {
    background: #c5a310;
    color: #FFAA17;
}

.servces-single .read-more-icon a {
    display: inline-block;
    padding: 14px 20px;
    background: #fff;
    color: #333;
    font-size: 26px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.servces-single .read-more-icon a:hover {
    background: #c5a310;
    color: #fff;
}

.servces-single .read-more-icon {
    position: absolute;
    bottom: 6px;
    left: 6%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .5s ease-in-out;
}

.servces-single:hover .read-more-icon {
    left: 75%;
}

.servces-single {
    padding-bottom: 100px;
}

/*
 * 6. Counter Area
*/
.counter-item {
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 0px 19px 0px #ccccccc4;
    padding: 60px 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.counter-item:hover {
    transform: translateY(-5px);
}

.counter-item:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0%;
    height: 5px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    background: #c5a310;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.counter-item:hover:after {
    width: 100%;
    left: 0;
    right: 0;
}

.counter-item .icon {
    width: 80px;
    height: 80px;
    background: #c5a310;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #fff;
}

.counter-img img {
    width: 100%;
}

.counter-item h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-item p {
    font-size: 18px;
}

/*
 * 7. Latest Project
*/
.latest-project-area {
    background: #c5a310;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.latest-project-area .section-title h6,
.latest-project-area .section-title h2 {
    color: #fff;
}

.latest-project-single {
    width: 96%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.latest-project-single img {
    width: 100%;
}

.latest-project-single:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.latest-project-single:hover:after {
    opacity: 1;
}

.latest-project-single-overly {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: scale(1.4);
    z-index: 1;
}

.latest-project-single:hover .latest-project-single-overly {
    opacity: 1;
    transform: scale(1);
}

.latest-project-single-overly-full {
    padding-left: 30px;
    padding-right: 30px;
}

.latest-project-single-overly-full .category a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.latest-project-single-overly-full .title h2 a {
    font-size: 26px;
    line-height: 27px;
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.latest-project-single-overly-full .link-icon {
    right: 0;
    position: absolute;
    bottom: 0;
}

.latest-project-single-overly-full .link-icon a {
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    font-size: 20px;
    color: #333;
}

.latest-project-full .owl-nav {
    position: absolute;
    top: -60px;
    right: 40px;
}

.latest-project-full .owl-nav .client-review-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.latest-project-full .owl-nav .client-review-arrow:hover {
    color: #c5a310;
    background: #fff;
}

/*
 * 8. Testimonial Area
*/
.testimonial-item {
    width: 96%;
    overflow: hidden;
    background: #000;
    margin: 0 auto;
    padding: 50px 30px;
}

.testimonial-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.testimonial-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-img i {
    width: 50px;
    height: 50px;
    background: #ff5c5c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-info p {
    font-size: 18px;
    color: #ddd;
    margin-bottom: 10px;
}

.testimonial-info .ratting {
    color: #ffb944;
    margin-bottom: 10px;
}

.testimonial-info h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

.testimonial-info .provider span {
    color: #ddd;
    font-size: 14px;
    padding-top: 6px;
    display: inline-block;
}

.testimonial-full .owl-dot span {
    width: 18px;
    height: 18px;
    background: #572525;
    display: block;
    margin: 3px;
    border-radius: 50%;
    border: 4px solid #d5b9b9;
    box-sizing: border-box;
}

.testimonial-full .owl-dots {
    margin: 0 auto;
    text-align: center;
    margin-top: 28px;
}

.testimonial-full .owl-dot.active span {
    background: red;
}

/*
 * 9. Latest Blog
*/
.blog-single {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 16px 6px #e8e8e8;
}

.blog-thumbnail {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.blog-thumbnail img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-single:hover .blog-thumbnail img {
    transform: scale(1.1);
}

.blog-thumbnail .date {
    width: 80px;
    height: 80px;
    background: #FFAA17;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 22px;
    right: 22px;
    border-radius: 10px;
}

.blog-thumbnail .date:after {
    position: absolute;
    right: 25px;
    bottom: -13px;
    content: "";
    border-left: 15px solid #FFAA17;
    border-top: 0;
    border-bottom: 15px solid transparent;
}

.blog-thumbnail .date span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.blog-content .title {
    border-bottom: 1px solid #eee9e9;
    padding: 24px 12px;
}

.blog-content .auth {
    padding: 24px 12px;
}

.blog-content .title h2 {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blog-content .title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 15px;
    color: #999;
}

.blog-content .title h2 a {
    color: #333;
}

.blog-content .title h2:hover a {
    color: #FFAA17;
}

.blog-content .auth a {
    display: inline-block;
}

.blog-content .auth a:last-child {
    float: right;
    padding-top: 10px;
    color: #333;
}

.blog-content .auth a:last-child i {
    color: #FFAA17;
}

.blog-content .auth a:last-child:hover {
    color: #FFAA17;
}

.blog-content .auth a img {
    width: 50px;
    border: 2px solid #FFAA17;
    border-radius: 50%;
}

.blog-content .auth a span {
    font-weight: 500;
    color: #FFAA17;
    padding-left: 3px;
}

/*
 * 10. Footer
*/
.footer {
    background: #c5a310;
    padding-top: 50px;
}

.footer-widgets-single h2 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-widgets-single p {
    color: #fff;
    line-height: 26px;
}

.footer-widgets-single h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-widgets-single ul {
    max-height: 130px;
    overflow-y: auto;
}

.footer-widgets-single ul::-webkit-scrollbar {
    display: none;
}

.footer-widgets-single h3:after {
    content: "";
}

.footer-widgets-single h3::before {
    content: "";
    clear: both;
    display: block;
    width: 8px;
    height: 8px;
    background: #FFAA17;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 50%;
}

.footer-widgets-single h3::after {
    content: "";
    clear: both;
    display: block;
    width: 50px;
    height: 4px;
    background: #FFAA17;
    position: absolute;
    bottom: 0;
    left: 13px;
}

.footer-widgets-single ul li a {
    color: #fff;
    padding: 2px 0px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 3px 0px;
}

.footer-widgets-single ul li a:hover {
    color: #fff;
}

.footer-widgets-single .form {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.footer-widgets-single .form input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0px 10px;
}

.footer-widgets-single .form button {
    height: 50px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFAA17;
    color: #333;
    padding: 0px 18px;
}

.footer-bottom {
    background: #040d31;
    padding: 30px 0px;
    color: #fff;
}

.footer-bottom a {
    color: #fff;
}

.copyright-text p {
    font-size: 16px;
}

.footer-menu {
    text-align: right;
}

.footer-menu ul li {
    display: inline-block;
    padding: 0px 10px;
}

.footer-menu ul li a {
    color: #ddd;
    font-size: 14px;
}

.footer-menu ul li a:hover {
    color: #fff;
}

/*Animation*/
.active .hero-slider-single h2,
.active .hero-slider-single a,
.active .hero-slider-single p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .hero-slider-single p {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .hero-slider-single a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*Hero Slider*/
.hero-slider-single {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
}

.hero-slider-single:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
}

.slider-hero-area-full {
    width: 100%;
    overflow: hidden;
}

.slider-hero-area-full .owl-dots {
    display: none;
}

.slider-hero-area-full .owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    left: -100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.slider-hero-area-full .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    top: 46%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.slider-hero-area-full:hover .owl-nav .owl-prev {
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-hero-area-full:hover .owl-nav .owl-next {
    right: 30px;
    opacity: 1;
    visibility: visible;
}

.hero-slider-nav {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    font-size: 21px;
}

.hero-slider-nav:hover {
    background: #FFAA17;
    color: #fff;
    border-color: #FFAA17;
}

.hero-slider-single-content h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
}
.hero-slider-single-content h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.hero-slider-single-content h6{
     color: #fff;
    font-size: 16px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.hero-slider-single-content h6 span{
   font-size: 18px;
}
.hero-slider-single-content h4 span,
.hero-slider-single-content h6 span,
.hero-slider-single-content h2 span {
    display: block;
    color: #FFAA17;
    text-transform: capitalize;
}
.lef-teigh,.lef-teigh .hero-caption-btn{
    display: flex;
    justify-content: end;
    align-items: center;
}

.hero-slider-single-content p {
    color: #fff;
    font-size: 18px;
}

/*
 * Breadcrumb
*/
.breadcrumb-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.breadcrumb-area:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.breadcrumb-content h3 {
    color: #fff;
    margin-bottom: 10px;
}

.breadcrumb-content ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-right: 10px;
    font-size: 18px;
}

.breadcrumb-content ul li a {
    color: #fff;
    font-size: 18px;
}

.breadcrumb-content ul li a:hover {
    color: #FFAA17;
}

.breadcrumb-content ul li:last-child {
    position: relative;
    padding-left: 15px;
}

.breadcrumb-content ul li:last-child::after {
    content: "|";
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.counter-area.about-page-counter {
    background: #c5a310;
}

.counter-area.about-page-counter .counter-item {
    background: #fff;
    box-shadow: none;
}

/*Team */
.team-single {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.team-thumbnail {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.team-thumbnail img {
    width: 100%;
}

.team-thumbnail::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c5a310b8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.team-single:hover .team-thumbnail:after {
    opacity: 1;
}

.team-social {
    position: absolute;
    top: 0;
    z-index: 222;
    width: auto;
    float: right;
    right: -50px;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.team-single:hover .team-social {
    right: 0px;
}

.team-social ul {
    background: #fff;
}

.team-social ul li a {
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c5a310;
    color: #c5a310;
    border-right: 1px solid #c5a310;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-social ul li a:hover {
    background: #c5a310;
    color: #fff;
}

.team-content {
    text-align: center;
    background: #c5a310;
    color: #fff;
}

.team-content h3 a {
    padding: 20px 0px;
    color: #fff;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
}

/*
 * 11. Contact Form
*/
.contact-form h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.contact-form h2:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #FFAA17;
    left: 0;
    bottom: 0;
}

.contact-form p {
    color: #333333db;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-form input {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 12px 15px;
    background: #e3e6e8;
}

.contact-form input:focus {
    border-color: #FFAA17;
    background: #fff;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 12px 15px;
    background: #e3e6e8;
    height: 160px;
}

.contact-form textarea:focus {
    border-color: #FFAA17;
    background: #fff;
}

.contact-form button {
    border: none;
    font-weight: 600;
    font-size: 14px;
}

.contact-info {
    background: #040d31;
    color: #fff;
    padding: 30px 30px;
    border-radius: 5px;
    overflow: hidden;
}

.contact-info ul.info li {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.contact-info ul.info li .icon {
    font-size: 40px;
    flex: 0 0 40px;
    width: 40px;
    text-align: center;
    margin-right: 15px;
}

.contact-info ul.info li span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
}

.contact-info ul.info li span.address {
    font-size: 16px;
}


.contact-info .scoail-info-contact ul li {
    display: inline-block;
    margin: 2px 2px;
}

.contact-info .scoail-info-contact ul li a {
    display: inline-block;
}

.contact-info .scoail-info-contact ul li a i {
    width: 40px;
    height: 40px;
    background: #FFAA17;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/*
 * 12. Blog Pagination
*/
.blog-pagination {
    text-align: center;
}

.blog-pagination ul li {
    display: inline-block;
    margin: 2px;
}

.blog-pagination ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 6px -1px #ccc;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #333;
    font-weight: 600;
    border-radius: 4px;
    overflow: hidden;
}

.blog-pagination ul li a:hover {
    background: #FFAA17;
    color: #fff;
}

.blog-pagination ul li.active a,
.blog-pagination ul li span {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #FFAA17;
    box-shadow: 0px 0px 6px -1px #ccc;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    font-weight: 600;
}

/*
 * 13. Widgets
*/
.widgets-single {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ddd;
}

.widgets-single h3.title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    line-height: 1;
}

.widgets-single h3.title:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: #FFAA17;
}

.widgets-single form {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.widgets-single form input {
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    padding: 0px 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widgets-single form input:focus {
    border-color: #FFAA17;
}

.widgets-single form button {
    border: none;
    background: none;
    position: absolute;
    right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 16px;
}

.widgets-single form button:hover {
    color: #FFAA17;
}

.widgets-single .categories li a {
    color: #333;
    padding: 8px 0px;
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widgets-single .categories li:last-child a {
    border: none;
}

.widgets-single .categories li a:hover {
    color: #FFAA17;
}

.widgets-popular-post-all .single {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.widgets-popular-post-all .single .thumbnail {
    width: 80px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.widgets-popular-post-all .single .thumbnail img {
    width: 100%;
}

.widgets-popular-post-all .single .content {
    overflow: hidden;
}

.widgets-popular-post-all .single .content h5 {
    font-size: 14px;
    font-weight: 700;
}

.widgets-popular-post-all .single .content h5 a {
    color: #333;
}

.widgets-popular-post-all .single:hover .content h5 a {
    color: #FFAA17;
}

.widgets-popular-post-all .single .content span {
    font-size: 12px;
}

.widgets-single .tags a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #FFAA17;
    padding: 7px 15px;
    margin: 4px 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widgets-single .tags a:hover {
    color: #fff;
    background: #FFAA17;
}

.widgets-single .social ul li {
    display: inline-block;
    margin: 3px;
}

.widgets-single .social ul li a {
    display: inline-block;
}

.widgets-single .social ul li a i {
    display: flex;
}

.widgets-single .social ul li a i {
    display: flex;
    width: 35px;
    height: 35px;
    border: 1px dotted #FFAA17;
    justify-content: center;
    align-items: center;
    color: #FFAA17;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widgets-single .social ul li a i:hover {
    background: #FFAA17;
    color: #fff;
}

.blog-details img {
    width: 100%;
}

.blog-content .auth span {
    padding-left: 10px;
}

.blog-content .auth span i {
    color: #FFAA17;
    padding-right: 2px;
}

.blog-details .blog-content h3 {
    margin-top: 20px;
    font-size: 30px;
}

.blog-details {
    width: 100%;
}

.blog-details-content {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ddd;
}

.blog-content p {
    margin-bottom: 10px;
    line-height: 28px;
}

.blog-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.share-blog {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.share-blog span {
    font-size: 22px;
    font-weight: 600;
    float: left;
}

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

.share-blog ul li {
    display: inline-block;
    margin: 2px;
}

.share-blog ul li a {
    color: #333;
    font-size: 16px;
    width: 33px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    font-size: 14px;
    -webkit-transition: all.3s ease-in-out;
    transition: all .3s ease-in-out;
}

.share-blog ul li a:hover {
    background: #FFAA17;
    color: #fff;
    border-color: #FFAA17;
}

.next-or-prev {
    width: 100%;
    overflow: hidden;
}

.next-or-prev .single a {
    padding: 10px 20px;
    background: #FFAA17;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin: 2px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #FFAA17;
}

.next-or-prev .single a:hover {
    color: #333;
    background: #fff;
}

.next-or-prev .single.prev {
    float: left;
}

.next-or-prev .single.next {
    float: right;
    overflow: hidden;
    text-align: right;
}

.comment-list {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ddd;
    margin-top: 30px;
}

.comment-list h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.comment-list h3 i {
    color: #FFAA17;
}

.comment-list ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 80px;
}

.comment-list li img {
    width: 70px;
    position: absolute;
    left: 0;
}

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

.comment-single .content {
    overflow: hidden;
    width: 100%;
}

.comment-single .content h4 {
    float: left;
    font-size: 20px;
}

.comment-single .content h4 a {
    color: #333;
}

.comment-single .content span {
    overflow: hidden;
    padding-left: 20px;
    font-size: 14px;
    padding-top: 3px;
    display: block;
}

.comment-single .content p {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 14px;
}

.comment-single .content .reply a {
    display: inline-block;
    border: 1px solid #FFAA17;
    padding: 4px 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    background: #FFAA17;
}

.comment-single .content .reply a:hover {
    color: #333;
    background: #fff;
}

.comment-form {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ddd;
    margin-top: 30px;
}

.comment-form h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.comment-form input {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 12px;
    background: #f2f2f2;
}

.comment-form input:focus {
    border-color: #FFAA17;
    background: #fff;
}

.comment-form textarea {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 12px;
    height: 160px;
    background: #f2f2f2;
}

.comment-form textarea:focus {
    border-color: #FFAA17;
    background: #fff;
}

.comment-form button {
    background: #FFAA17;
    border: 2px solid #FFAA17;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 12px 30px;
}

.comment-form button:hover {
    color: #333;
    background: #fff;
}

/*
 * Services Single
*/
.services-single {
    width: 100%;
    overflow: hidden;
    /* padding: 30px 20px; */
    box-sizing: border-box;
    /* box-shadow: 0px 0px 10px 0px #ddd; */
}

.services-single img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin: 5px auto;
}

.services-single .article_prevnext {
    font-size: 14px;
    margin-top:25px;
    color: #000;
}
.services-single .article_prevnext li,
.services-single .article_prevnext li a{
    font-size: 14px;
    color: #000;
}
.services-single .article_title {
    font-size: 22px;
    margin-top: 0px;
    color: #000;
}
.services-single .article_ul a{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #746f6f;
}
.services-single .article_ul a i{
    color: #746f6f;
}
.services-single p {
    margin-top: 0px;
    line-height: 28px;
}

.services-single h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 1px;
}

.services-single ul li {
    line-height: 32px;
    font-size: 18px;
}

.services-single ul li i {
    color: #FFAA17;
}

/*
 * Portfolio Style
*/
.portfolio-list {
    text-align: center;
}

.portfolio-list ul li {
    display: inline-block;
    cursor: pointer;
    margin: 3px;
    border: 2px solid #FFAA17;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 50px;
}

.portfolio-list ul li.mixitup-control-active {
    background: #FFAA17;
    color: #fff;
}

.portfolio-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 0%;
    background: #FFAA17DE;
    top: 0;
    right: 0;

    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio-item:before {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 50.1%;
    height: 0%;
    background: #FFAA17DE;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio-item:hover::before {
    height: 100%;
}

.portfolio-item:hover::after {
    height: 100%;
}

.portfolio-item-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 99;
}

.portfolio-item-overly-full {
    position: absolute;
    right: 20px;
    bottom: 20px;
    pointer-events: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

/* .portfolio-item:hover .portfolio-item-overly-full {
    right: 20px;
    opacity: 1;
    visibility: visible;
} */

.portfolio-item-overly-full .zoom {
    padding: 13px;
    background: #fff;
    display: inline-block;
    line-height: 1;
    color: #333;
    font-size: 20px;
    margin: 2px;
    border-radius: 50%;
}

.portfolio-item-overly-full h3 a {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
    /* background: #fff; */
    padding: 2px;
    display: block;
}

/*Portfolio Single*/
.portfolio-details,
.portfolio-sidebar {
    width: 100%;
    overflow: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ddd;
}

.portfolio-details img {
    width: 100%;
}

.portfolio-details h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    letter-spacing: 1px;
}

.portfolio-details p {
    line-height: 30px;
    margin-bottom: 15px;
}

.portfolio-details h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
}

.portfolio-sidebar h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.portfolio-sidebar .details li {
    line-height: 28px;
}

.portfolio-sidebar .details li span {
    font-size: 18px;
    font-weight: 700;
    padding-right: 4px;
}

.portfolio-sidebar .details li a {
    color: #333;
}

.portfolio-sidebar .details li a:hover {
    color: #FFAA17;
}

.portfolio-sidebar .share {
    margin-top: 20px;
}

.portfolio-sidebar .share li {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 2px;
}

.portfolio-sidebar .share li:first-child {
    padding-right: 5px;
}

.portfolio-sidebar .share li a {
    display: inline-block;
}

.portfolio-sidebar .share li a i {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    color: #FFAA17;
    border: 1px solid #FFAA17;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portfolio-sidebar .share li a i:hover {
    background: #FFAA17;
    color: #fff;
}

/*
 * 404 Error
*/
.error-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #f93434;
}

.error-content {
    padding-top: 150px;
    padding-bottom: 100px;
}

.error-content h3 i {
    font-size: 40px;
}

.error-content p {
    margin-bottom: 30px;
    font-size: 20px;
}

.error-content a {
    padding: 10px 20px;
    background: #FFAA17;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin: 2px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #FFAA17;
}

.error-content a:hover {
    color: #333;
    background: #fff;
}

/*
 * Faq Area
*/
.accordion-item {
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px #ddd;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.accordion-header {
    display: block;
}

.accordion-header a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #333;
    padding: 15px 10px;
    padding-left: 50px;
    border-bottom: 1px solid #f4f1f1;
    font-weight: 600;
}

.accordion-header a::after {
    content: "+";
    clear: both;
    overflow: hidden;
    position: absolute;
    background: #FFAA17;
    width: 40px;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 30px;
}

.accordion-item .accordion-header a[aria-expanded="true"]::after {
    content: "-";
}

/*
 * Pricing
*/
.pricing-single {
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ccc;
    text-align: center;
    padding-top: 30px;
}

.pricing-single.active {
    background: aliceblue;
}

.pricing-single .pricing-btn a {
    width: 100%;
}

.pricing-single.active .pricing-btn a {
    background: #FFAA17;
}

.pricing-single h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-single h5 .badge {
    background: #FFAA17;
    font-size: 12px;
    letter-spacing: 1px;
}

.pricing-single h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.pricing-single h3 sup {
    color: #999;
}

.pricing-single h3 span {
    color: #999;
    font-size: 20px;
}

.pricing-single ul {
    margin-bottom: 25px;
}

.pricing-single ul li {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0px;
    color: #777;
    border-bottom: 1px solid #ddd;
}

.pricing-single ul li:last-child {
    border-bottom: none;
}

/*===== All Preloader Style =====*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader .preloader {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #e52e06;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    background-color: green;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*End Preloader Style*/

/*
 * Mobbile Menu
*/
.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
    display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 10px;
}

.offcanvas_main_menu li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 0px 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #333;
}

.offcanvas_main_menu li a:hover {
    color: #febc8b;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
}

.offcanvas_footer span a:hover {
    color: #febc8b;
}

.slinky-theme-default a:not(.back) {
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
    background: inherit;
    color: #febc8b;
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #333;
}

.canvas_close a:hover {
    background: #febc8b;
    border-color: #febc8b;
    color: #fff;
}

.mobile-logo {
    padding-left: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas_open {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .canvas_open {
        display: block;
        width: 36px;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.canvas_open a {
    font-size: 27px;
    width: 41px;
    height: 37px;
    display: block;
    line-height: 37px;
    text-align: center;
    border: 1px solid #232323;
    color: #232323;
}

@media only screen and (max-width: 767px) {
    .canvas_open a {
        width: 36px;
        height: 34px;
        line-height: 33px;
        font-size: 27px;
    }
}

.canvas_open a:hover {
    color: #fe3737;
    border-color: #fe3737;
}

.mobile-logo h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.mobile-logo h2 a {
    color: #333;
}

.latest-project-single-overly {
    width: 100%;
}

#mapDiv {
    width: 100%;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    z-index: 0;
    border-radius: 5px;
}

#mapDiv .title {
    color: #CC5522;
    font-size: 16px;
    display: block;
}

#mapDiv img {
    max-width: none;
    transition: 0s;
}
.tel{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    filter: drop-shadow(0 0 .16rem rgba(0, 0, 0, .2));
    display: none;
}
.tel a{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    background-color: #fff;
    color: #c5a310;
    font-size: 16px;
}
.tel a i{
    font-size: 16px;
    margin-right: 5px;
}
.tel a:nth-child(1){
    background-color: #c5a310;
    color: #fff;
}<!--ºÄÊ±1763538743.1384Ãë-->