@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Vidaloka&display=swap);.hero-style-1,.hero-style-1 .slide {
    max-height: 800px;
    overflow: hidden
}

body,p {
    color: #e5e5e5
}

.fi:before,.hero .slick-dots li,.project-area-s2 .project-wrap .project-grids,.team-section .team-wrapper .slick-dots li,.team-section-s2 .team-wrapper .slick-dots li,ul {
    margin: 0
}

.back-to-top,a {
    transition: .2s
}

.section-title span,body {
    font-family: "DM Sans",sans-serif
}

.sr-only,.sticky-header,.wow {
    visibility: hidden
}

#wrapper .tooltip,.nice-select .list,.nice-select:after,.page-wrapper.show-navigation #page-content>div,.page-wrapper.show-navigation #page-footer>div,.page-wrapper.show-navigation .hero-title,.page-wrapper:before,body .survey-modal {
    pointer-events: none
}

html {
    font-size: 15pxpx
}

:root {
    scroll-behavior: unset
}

body {
    background-color: #fff;
    font-size: 15px;
    font-size: calc-rem-value(15);
    overflow-x: hidden
}

p {
    font-size: 16px;
    line-height: 1.8em
}

h1,h2,h3,h4,h5,h6 {
    color: #0a3a3a;
    font-family: Vidaloka,serif;
    font-weight: 600
}

.team-info-wrap ul,.topbar ul li:first-child,ul {
    padding-left: 0
}

a,a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.sr-only {
    display: none!important;
    opacity: 0
}

.mini-cart-content .mini-cart-item-des,.page-wrapper,.team-section .team-wrapper .team-single,.team-section-s2 .team-wrapper .team-single {
    position: relative;
    overflow: hidden
}

.section-padding {
    padding: 31px 0
}

.contact-validation-active .error-handling-messages {
    width: 100%!important;
    margin-top: 15px!important
}

.contact-validation-active label.error {
    color: red;
    font-size: calc-rem-value(14);
    font-weight: 400;
    margin: 5px 0 0;
    text-align: left;
    display: block
}

.contact-validation-active #c-loader,.contact-validation-active #loader {
    display: none;
    margin-top: 10px
}

.contact-validation-active #c-loader i,.contact-validation-active #loader i {
    font-size: 30px;
    font-size: calc-rem-value(30);
    color: #ffc256;
    display: inline-block;
    -webkit-animation: 2s linear infinite rotating;
    animation: 2s linear infinite rotating
}

.contact-validation-active #c-error,.contact-validation-active #c-success,.contact-validation-active #error,.contact-validation-active #success {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none
}

.contact-validation-active #c-success,.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

.contact-validation-active #c-error,.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.rotating {
    -webkit-animation: 5s infinite alternate rotating;
    animation: 5s infinite alternate rotating
}

.back-to-top {
    background-color: rgba(172,141,104,.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #75be3a;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px
}

@media (max-width: 991px) {
    .section-padding {
        padding:90px 0
    }

    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

.back-to-top:hover {
    background-color: #0a7410
}

.back-to-top i {
    font-size: 18px;
    font-size: calc-rem-value(18);
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.mfp-wrap {
    background-color: rgba(0,0,0,.9);
    z-index: 99999
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container,.theme-btn-s2:hover:after {
    opacity: 1
}

.blog-pg-section .format-video .video-holder:hover:before,.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.fancybox-overlay {
    background: rgba(0,0,0,.9);
    z-index: 9999!important
}

.fancybox-wrap {
    z-index: 99999!important
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
    position: relative
}

.section-title span {
    text-transform: uppercase;
    color: #ffc256;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .2em
}

.blog-sidebar .widget h3,.section-title h2,.theme-btn,.theme-btn-s2,.view-cart-btn {
    position: relative;
    text-transform: capitalize
}

.section-title h2 {
    margin: 20px 0 0;
    font-family: Vidaloka,serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 46px
}

@media (max-width: 1399px) {
    .section-title h2 {
        font-size:40px
    }
}

@media (max-width: 1199px) {
    .section-title h2 {
        font-size:33px
    }
}

@media (max-width: 767px) {
    body {
        font-size:14px
    }

    .section-padding {
        padding: 25px 0
    }

    .contact-validation-active #c-error,.contact-validation-active #c-success,.contact-validation-active #error,.contact-validation-active #success {
        font-size: 15px
    }

    .section-title {
        margin-bottom: 40px
    }

    .section-title h2 {
        font-size: 32px;
        line-height: 40px
    }
}

 .content-area .btns{
    display: flex;
    justify-content: space-around;
}
.content-area .btns .Whatsapp-btn, .content-area .btns .Call-btn{
    padding: 10px 20px;
    background: #0a3a3a;
    border-radius: 20px;
}
.content-area .btns .Whatsapp-btn, .content-area .btns .Call-btn
.content-area .btns i{
    margin: 0 5px;
}
.content-area .btns .Whatsapp-btn a, .content-area .btns .Call-btn a{
    color: #fff;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
@media (max-width: 330px) {
    .section-title h2 {
        font-size:30px
    }
}

.section-title p {
    font-size: 18px
}

.section-title .shape-title {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.section-title .shape-title img {
    width: auto;
    height: 70px
}

.theme-btn,.view-cart-btn {
    background: #0a7414;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 15px 45px;
    border: 0;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    font-size: 14px;
    font-size: calc-rem-value(16);
    transition: .3s ease-in-out;
    overflow: hidden
}

.theme-btn:after,.view-cart-btn:after {
    position: absolute;
    content: "";
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    opacity: 0;
    z-index: -1
}

.blog-pg-section .entry-meta ul li a:hover,.blog-pg-section .post a.read-more:hover,.blog-pg-section .post h3 a:hover,.blog-sidebar .about-widget a:hover,.blog-sidebar .category-widget ul a:hover,.blog-sidebar .category-widget ul li:hover:before,.blog-sidebar .newsletter-widget span a:hover,.blog-sidebar .recent-post-widget .post h4 a:hover,.blog-single-section .author-box .social-link a:hover,.blog-single-section .comments-area .comment-reply-link:hover,.blog-single-section .entry-meta ul li a:hover,.blog-single-section .more-posts a:hover .post-control-link,.blog-single-section .tag-share .tag a:hover,.blog-single-section .tag-share-s2 .tag a:hover,.cart-area .cart-wrap .product a:hover,.mini-cart-content .mini-cart-item-des a:hover,.page-title .breadcumb-wrap ol li a:hover,.project-area-s2 .project-wrap .project-item .project-text h2 a:hover,.project-single-area .project-single-wrap .project-single:hover .project-single-text a h2,.shop-section .details h3 a:hover,.shop-single-section .product-info .client-rv .rating i,.site-footer .lower-footer ul li a:hover,.theme-btn:active,.theme-btn:hover,.topbar .contact-info ul li a:hover,.view-cart-btn:active,.view-cart-btn:hover {
    color: #ffc256
}

.sticky-on,.theme-btn:hover:after,.view-cart-btn:hover:after {
    opacity: 1;
    top: 0
}

.theme-btn-s2 {
    background: #fff;
    color: #0d0925;
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid #ffc256;
    border-radius: 55px;
    z-index: 1
}

.theme-btn-s2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: linear-gradient(left,#00ded8,#00a7d5);
    transition: opacity .5s ease-out;
    opacity: 0;
    z-index: -1
}

@media (max-width: 991px) {
    .theme-btn,.view-cart-btn {
        font-size:18px;
        font-size: calc-rem-value(18)
    }

    .theme-btn-s2 {
        font-size: 14px;
        font-size: calc-rem-value(14)
    }
}

.blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover,.blog-sidebar .tag-widget ul li a:hover,.pricing-section .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text a:hover,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text a:hover,.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-nav [class*=owl-]:hover,.theme-btn-s2:active,.theme-btn-s2:focus,.theme-btn-s2:hover {
    background: #ffc256;
    color: #fff
}

@media (max-width: 767px) {
    .theme-btn,.theme-btn-s2,.view-cart-btn {
        padding:12px 18px;
        font-size: 13px
    }
}

.view-cart-btn {
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 45px
}

.view-cart-btn:after {
    display: none
}

.view-cart-btn:hover {
    background-color: #987953
}

.view-cart-btn.s1 {
    background: #ddd
}

.view-cart-btn.s1:hover {
    background-color: #c9c9c9
}

.form input,.form select,.form textarea {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
    font-style: normal
}

.form input:focus,.form select:focus,.form textarea:focus {
    border-color: #ffc256;
    -o-box-shadow: 0 0 5px 0 #bea689;
    -ms-box-shadow: 0 0 5px 0 #bea689;
    box-shadow: 0 0 5px 0 #bea689
}

.blog-sidebar .newsletter-widget .form input:focus,.blog-sidebar .search-widget input {
    box-shadow: 0 1px 10px rgba(16,45,72,.15)
}

.form ::-webkit-input-placeholder {
    font-style: italic;
    color: #595959
}

.form :-moz-placeholder {
    font-style: italic;
    color: #595959
}

.form ::-moz-placeholder {
    color: #595959;
    font-style: normal
}

.form :-ms-input-placeholder {
    color: #595959;
    font-style: normal
}

.form select {
    font-style: normal;
    background: url(../images/select-icon.png) right center no-repeat;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.form select::-ms-expand {
    display: none
}

.form ::placeholder {
    font-style: normal
}

.blog-sidebar .recent-post-widget .post,.blog-single-section .comment-respond .form-inputs,.hero-slider .swiper-slide,.hero-slider-s2 .swiper-slide,.project-area-s2 .project-wrapper .project-single .project-single-img,.project-section .project-wrapper .project-single .project-single-img,.project-single-area .project-single-wrap .project-single .project-single-img,.site-footer .link-widget,.social-links,.static-hero .swiper-slide,.static-hero-s2 .swiper-slide,.static-hero-s3 .swiper-slide,.team-section-s2 .team-wrapper .team-single .team-single-img {
    overflow: hidden
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px
}

.social-links li a {
    background-color: #bea689;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center
}

.cart-area .cart-wrap .action li.c-btn a,.pricing-section .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text a:hover:before,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text a:hover:before,.social-links li a:hover {
    background-color: #ffc256
}

.page-title {
    background: url(../images/slider/2.jpg) center top/cover no-repeat;
    min-height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    content: "";
    z-index: -1;
    /* opacity: .5; */
}

.page-title .breadcumb-wrap {
    text-align: center;
    margin-top: 10px
}
.page-title .breadcumb-wrap h1 {
  color:#76bf3c;
  font-size: 22px;
}
.preloader .loader-circle,.preloader .loader-line-mask {
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%
}

.page-title .breadcumb-wrap h2 {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 400
}

.page-title .breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0;
    display: none;
}

.page-title .breadcumb-wrap ol li {
    display: inline-block;
    padding: 0 20px 0 5px;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-family: "DM Sans",sans-serif
}

.page-title .breadcumb-wrap ol li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%
}

.page-title .breadcumb-wrap ol li:last-child span {
    color: #cbd4fd
}

.blog-section .blog-wrapper .blog-slider .owl-dots,.blog-section .blog-wrapper .blog-slider .owl-nav.disabled,.checkout-area #open3,.checkout-area #open4,.checkout-area .payment-name,.contact-map-section h2.hidden,.hero .slick-dots button:before,.hero .slide .slider-bg,.no-csspointerevents .nice-select .list,.page-title .breadcumb-wrap ol li:last-child:after,.partners-section .hidden,.partners-section .partners-slider .owl-nav,.shop-single-section .product-details .product-option .product-row button:after,.shop-single-section .product-details .product-option .theme-btn:before,.shop-single-section .product-details .product-option .view-cart-btn:before,.site-footer-s2:before,.site-header .menu-close,.team-section .team-wrapper .slick-dots button:before,.team-section-s2 .team-wrapper .slick-dots button:before {
    display: none
}

.page-title .breadcumb-wrap ol li a {
    color: #fff;
    font-size: 20px;
    transition: .3s
}

.preloader {
    background-color: #607d8b;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.preloader .vertical-centered-box .content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0
}

.preloader .vertical-centered-box .content img {
    width: auto;
    height: 85px
}

.blog-sidebar .widget h3:after,.blog-sidebar .widget h3:before {
    height: 4px;
    position: absolute;
    border-radius: 10px;
    content: "";
    bottom: 0
}

.checkout-area .active-border,.preloader * {
    transition: .3s
}

.preloader .loader-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.1)
}

.preloader .loader-line-mask {
    width: 60px;
    height: 120px;
    overflow: hidden;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top,#000000,rgba(0,0,0,0));
    -webkit-animation: 1.2s linear infinite rotate;
    animation: 1.2s linear infinite rotate
}

.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.5)
}

.preloader #particles-background,.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    transform: scale3d(.5,.5,1)
}

.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg,#3f3251 2%,#002025 100%)
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.site-header::before,.sticky-header::before,.topbar::before {
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: -1;
    content: ""
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .25
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .25
    }
}

.preloader lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.preloader [not-existing] {
    zoom:1}

.blog-sidebar .widget h3 {
    font-size: 23px;
    font-size: calc-rem-value(23);
    color: #0a3a3a;
    margin: 0 0 1.3em;
    font-family: Vidaloka,serif;
    padding-bottom: 20px;
    font-weight: 400
}

.blog-sidebar .widget h3:before {
    background-color: #ffc256;
    width: 55px;
    left: 0
}

.blog-sidebar .widget h3:after {
    background-color: #f2f2f2;
    width: 80%;
    left: 65px
}

.blog-sidebar>.widget+.widget {
    margin-top: 65px
}

#map .top,.about-area-s2 .about-img,.about-section .about-left,.blog-pg-section .format-gallery,.blog-pg-section .format-quote h3,.blog-pg-section .format-quote p,.blog-pg-section .format-standard,.blog-section .blog-wrapper .blog-single .images,.blog-sidebar .search-widget form div,.blog-single-section .tag-share .tag li,.blog-single-section .tag-share-s2 .tag li,.cart-search-contact form div,.checkout-area .input-wrap,.header-search-area form,.hero-style-1 .slide .row,.project-area-s2 .project-wrap .project-item,.site-footer .about-widget .logo span,.site-footer .container,.site-footer .link-widget ul li,.site-header .navigation>.container,.team-section .team-wrapper .team-single .team-single-img,.team-section-s2 .team-wrapper .team-single .team-single-img {
    position: relative
}

.blog-sidebar .search-widget input {
    background-color: #fff;
    height: 70px;
    font-size: 16px;
    font-size: calc-rem-value(16);
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    transition: .3s
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(172,141,104,.1)
}

.blog-sidebar .search-widget form button {
    background: #ffc256;
    font-size: 20px;
    font-size: calc-rem-value(20);
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 6px;
    transform: translateY(-50%)
}

.blog-sidebar .about-widget {
    text-align: center;
    background-color: #f1eae5;
    padding: 45px;
    position: relative;
    z-index: 1
}

.blog-sidebar .about-widget .aw-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 100%;
    max-width: 200px
}

.blog-sidebar .about-widget ul {
    list-style: none;
    display: flex;
    justify-content: center
}

.blog-sidebar .about-widget ul li,.cart-area .cart-wrap .action li.c-btn,.shop-single-section .product-details .product-rt .rating {
    margin-right: 10px
}

.blog-sidebar .about-widget ul li:last-child,.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0
}

.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 50%
}

.blog-sidebar .about-widget h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px
}

.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: calc-rem-value(15);
    margin-bottom: 1.2em;
    color: #484653
}

.blog-sidebar .about-widget a {
    font-family: Vidaloka,serif;
    font-size: 14px;
    font-size: calc-rem-value(14);
    color: #0a3a3a;
    text-decoration: underline
}

#map ul,.blog-pg-section .entry-meta ul,.blog-sidebar .category-widget ul,.blog-single-section .entry-meta ul,.cart-area .cart-wrap td ul,.cart-area .cart-wrap th ul,.checkout-area .checkout-wrap ul,.education-area ul,.ex-wiget ul,.payment-select ul,.pricing-section .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text ul,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text ul,.project-single-area .project-single-wrap .list-widget ul,.service-single-area .service-single-wrap .list-widget ul,.shop-single-section .product-details ul,.site-footer ul,.site-header #navbar ul {
    list-style: none
}

.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: calc-rem-value(19);
    position: relative
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
    padding-top: 12px
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #474f62;
    font-size: 16px;
    font-weight: 600
}

.blog-sidebar .category-widget ul a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #eaeaea;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 90px;
    float: left
}

.blog-sidebar .recent-post-widget .post .img-holder img,.project-single-area .project-single-wrap .project-contact-area .contact-form-area .submit-area button,.service-single-area .service-single-wrap .service-contact-area .contact-form-area .submit-area button {
    border-radius: 6px
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px
}

.blog-sidebar .recent-post-widget .post .details h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 .3em;
    font-family: "DM Sans",sans-serif;
    color: #0a750f
}

.blog-sidebar .recent-post-widget .post .details a {
    color: #0a750f
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    font-size: calc-rem-value(18);
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 .3em;
    font-family: "DM Sans",sans-serif
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #0a3a3a
}

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: calc-rem-value(13);
    color: #0d0925
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px
}

.blog-sidebar .instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.blog-sidebar .instagram-widget ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0 3px
}

.about-section .about-left img,.blog-pg-section .entry-media img,.blog-sidebar .instagram-widget ul li img,.blog-single-section .post .gallery img,.checkout-area .payment-area,.nice-select.wide,.payment-area,.project-area-s2 .project-wrap .project-grids .grid img,.project-single-area .project-single-wrap .p-details-img img,.shop-section .grid img,.site-footer .instagram ul li img,.site-header .row {
    width: 100%
}

.blog-sidebar .newsletter-widget p {
    font-size: 18px;
    color: #0a3a3a;
    text-align: left
}

.blog-sidebar .newsletter-widget span {
    font-size: 15px;
    color: #0d0925
}

.blog-sidebar .newsletter-widget span a {
    color: #0a3a3a;
    font-weight: 400
}

.blog-sidebar .newsletter-widget .form input {
    border: 0;
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(16,45,72,.15);
    padding: 15px;
    text-align: center
}

.blog-sidebar .newsletter-widget .form button {
    background: #ffc256;
    width: 100%;
    height: 55px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    border: none;
    margin: 20px 0
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0
}

.blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    font-size: calc-rem-value(15);
    display: inline-block;
    padding: 5px 18px;
    color: #0a3a3a;
    background: rgba(172,141,104,.1);
    border-radius: 5px
}

.blog-sidebar .contact-widget {
    border: 0;
    background: url(../images/bg-2.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 1;
    padding: 30px 40px
}

.blog-sidebar .contact-widget:before,.service-sidebar .contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22,57,103,.9);
    content: "";
    z-index: -1
}

.blog-sidebar .contact-widget h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 20px
}

.blog-sidebar .contact-widget h2::before {
    left: 28px;
    background: url(../images/Single-title-shape2.png) right center no-repeat
}

.blog-sidebar .contact-widget p,.service-sidebar .contact-widget p {
    color: #fff;
    font-size: 18px
}

.blog-sidebar .contact-widget a,.service-sidebar .contact-widget a {
    display: inline-block;
    padding: 10px 90px 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-top: 10px
}

.blog-sidebar .contact-widget a::before,.service-sidebar .contact-widget a::before {
    font-family: themify;
    content: "\e628";
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.pagination-wrapper {
    text-align: center;
    margin-top: 60px
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px
}

.pagination-wrapper .pg-pagination li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: calc-rem-value(16);
    font-weight: 600;
    color: #0a3a3a;
    background: #ebf4fc;
    display: block
}

.pagination-wrapper .pg-pagination .active a,.pagination-wrapper .pg-pagination li a:hover,.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover,.shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn:hover {
    background: #ffc256;
    border-color: #ffc256;
    color: #fff
}

.pagination-wrapper .pg-pagination .fi:before,.shop-single-section .product-details .product-option .heart-btn i {
    font-size: 15px;
    font-size: calc-rem-value(15)
}

.pagination-wrapper-left,.project-area-s2 .section-title,.project-section .section-title {
    text-align: left
}

.cta-section .cta-wrapper .cta-right,.pagination-wrapper-right {
    text-align: right
}

.topbar {
    background: #f7f2ee;
    font-size: 16px;
    color: #e5e3e3;
    margin: 0;
    position: relative;
    z-index: 12
}

.mini-cart-content .mini-cart-close i,.site-footer {
    font-size: 15px
}

@media (max-width: 991px) {
    .page-title .breadcumb-wrap {
        margin-top:0
    }

    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px
    }

    .pagination-wrapper {
        text-align: left;
        margin-top: 40px
    }

    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: calc-rem-value(15)
    }

    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left
    }

    .topbar {
        text-align: center;
        padding: 0
    }
}

.topbar::before {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 60%;
    height: 100%;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,5% 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,5% 100%)
}

.topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .page-title {
        min-height:250px
    }

    .page-title .breadcumb-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .page-title .breadcumb-wrap ol li {
        font-size: 18px
    }

    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px
    }

    .blog-sidebar .category-widget ul li,.blog-sidebar .recent-post-widget .post h4 {
        font-size: 16px;
        font-size: calc-rem-value(16)
    }

    .blog-sidebar .category-widget ul a span {
        font-size: 14px;
        font-size: calc-rem-value(14)
    }

    .pagination-wrapper .pg-pagination li {
        margin-right: 5px
    }

    .header-style-1 {
        text-align: center;
        padding: 20px 0
    }

    .topbar ul {
        display: flex;
        flex-wrap: wrap
    }
}

.topbar ul li {
    font-size: 13px;
    float: left;
    padding: 15px 9px;
    color: #66717a;
    line-height: 1em;
    font-family: "DM Sans",sans-serif
}

.topbar ul li span .fi {
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0a740f;
    line-height: 1em
}

.topbar .contact-intro ul li span .fi {
    font-size: 16px;
    color: #0a750f!important;
    line-height: 1em;
    font-family: Vidaloka,serif;
    position: relative
}

.header-style-2 .site-header::before,.header-style-3 .topbar:before,.topbar .contact-intro li:last-child {
    position: unset
}

.topbar .contact-intro li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    background: #c4c4c4;
    width: 1px;
    height: 16px;
    transform: translateY(-50%)
}

@media (max-width: 410px) {
    .topbar .contact-intro li::after {
        position:unset
    }
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin:0
    }

    .topbar::before {
        width: 0
    }

    .topbar ul {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .topbar .contact-intro li,.topbar ul li span {
        font-size: 15px
    }

    .topbar .contact-intro {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5px
    }

    .topbar .contact-info {
        padding-bottom: 5px
    }
}

.topbar .contact-info ul li a {
    color: #0a3a3a;
    font-size: 20px
}

.topbar .contact-intro ul {
    float: left;
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .blog-sidebar .about-widget {
        padding:35px
    }

    .blog-sidebar .contact-widget {
        padding: 20px
    }

    .topbar ul li {
        font-size: 12px;
        padding: 15px 10px
    }
}

@media (max-width: 991px) {
    .topbar .contact-intro ul,.topbar ul {
        float:none
    }

    .topbar ul {
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .topbar ul li {
        padding: 15px 10px;
        font-size: 13px
    }

    .topbar {
        padding: 10px 0
    }
}

@media (max-width: 767px) {
    .topbar .contact-intro {
        padding-top:2px;
        display: none
    }

    .topbar ul li {
        float: left;
        border: none;
        padding: 8px 6px;
        font-size: 13px
    }

    .site-header .navbar-header .navbar-brand {
        font-size: 24px
    }

    .site-header #navbar .navbar-nav {
        margin: 0
    }
}

@media (max-width: 590px) {
    .topbar ul li {
        float:none
    }

    .topbar .contact-info ul li {
        float: left
    }

    .topbar ul {
        flex-wrap: wrap
    }
}

.topbar .theme-btn-s2 {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3px;
    color: #fff!important
}

.topbar ul .fi {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 3px;
    color: #0a750f!important
}

.cart-search-contact button,.site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0
}

.topbar ul .fi:before {
    font-size: 1rem
}

.site-header,.sticky-header {
    background-color: #00000008;
    position: relative;
    z-index: 11
}

.site-header::before,.sticky-header::before {
    position: absolute;
    top: 56%;
    width: 55%;
    display: none;
    height: 112%;
    -webkit-clip-path: polygon(0 0,100% 0,95% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0,95% 100%,0% 100%)
}

.sticky-header {
    background-color: #00000057;
    box-shadow: 0 -5px 15px rgba(8,106,216,.2901960784)
}

.cart-search-contact .header-search-form,.mini-cart-content {
    opacity: 0;
    transition: .5s;
    box-shadow: -2px 18px 40px -9px #999;
    background: #fff
}

.sticky-header::before {
    top: 50.5%;
    height: 101%
}

.sticky-on {
    visibility: visible
}

@media (min-width: 991px) {
    .site-header {
        padding:0 130px
    }
}

.site-header .container-fluid {
    padding-right: 0
}

.site-header #navbar {
    margin-left: 0;
    transition: .5s
}

@media (max-width: 991px) and (max-width:991px) {
    .site-header #navbar {
        top:0;
        visibility: visible;
        opacity: 1
    }
}

@media (max-width: 991px) {
    .site-header::before,.sticky-header::before {
        position:unset
    }

    .site-header {
        padding: 20px 0
    }

    .site-header .sticky-header {
        background: #fff
    }

    .site-header .container {
        width: 100%;
        max-width: 100%
    }

    .site-header .header-right {
        right: -10px
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }

    .site-header .navbar-header button span:last-child {
        margin: 0
    }

    .site-header #navbar>ul {
        z-index: 101
    }

    .site-header #navbar ul a {
        color: #000
    }

    .site-header #navbar ul a:hover,.site-header #navbar ul li.current a {
        color: #ffc256
    }

    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }

    .site-header .navbar-toggler .first-angle,.site-header .navbar-toggler .last-angle {
        transition: .3s
    }

    .site-header .x-close .middle-angle {
        opacity: 0
    }

    .site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px
    }

    .site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px
    }

    .site-header .navbar-collapse.collapse {
        display: none
    }

    .site-header .navbar-collapse.collapse.in,.site-header .navbar-header .collapse,.site-header .navbar-toggle {
        display: block
    }

    .site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
        margin-left: 110px
    }

    .site-header .navbar-right {
        float: none
    }
}

@media (max-width: 991px) and (max-width:767px) {
    .site-header .header-right {
        right:-25px
    }

    .site-header .navbar-header {
        margin-left: 0
    }
}

.site-header .header-right {
    display: flex;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    align-items: center
}

.site-header .header-right>div {
    float: left;
    position: relative;
    margin-right: 8px
}

.site-header .header-right .close-form .theme-btn,.site-header .header-right .close-form .view-cart-btn {
    padding: 15px 30px
}

.site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative
}

.site-header .header-right .header-search-form-wrapper {
    position: relative;
    margin-top: -5px
}

.site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px;
    color: #fff
}

#wrapper .Icon a,.blog-pg-section .post h3 a,.shop-section .details h3 a,.site-header .header-search-form.header-search-content-toggle .fi:before {
    color: #0a3a3a
}

.site-header .header-right .cart-toggle-btn,.site-header .header-right .search-toggle-btn {
    background-color: #ffc256;
    line-height: .66em;
    color: #fff;
    width: 50px;
    height: 51px;
    border: 0
}

@media (max-width: 1199px) {
    .site-header::before,.sticky-header::before {
        width:52%
    }

    .site-header #navbar {
        margin-left: 0
    }

    .site-header .header-right .cart-toggle-btn,.site-header .header-right .search-toggle-btn {
        width: 45px;
        height: 42px
    }

    .hero-style-1 {
        max-height: 750px
    }
}

@media (max-width: 991px) {
    .site-header .navbar-nav,.site-header .navbar-nav>li {
        float:none
    }

    .site-header .header-right .header-search-form-wrapper {
        margin-top: -6px
    }

    .site-header .header-right .cart-toggle-btn .fi:before,.site-header .header-right .search-toggle-btn .fi:before {
        font-size: 16px
    }
}

@media (max-width: 335px) {
    .site-header .header-right {
        margin-top:-40px;
        right: -250px
    }

    .site-header .header-right>div {
        margin-right: 0;
        float: none
    }

    .site-header .header-right .cart-toggle-btn,.site-header .header-right .search-toggle-btn {
        width: 40px;
        height: 38px
    }

    .site-header .header-right .cart-toggle-btn .fi:before,.site-header .header-right .search-toggle-btn .fi:before {
        font-size: 15px
    }
}

.site-header .header-right .cart-toggle-btn .ti-close,.site-header .header-right .search-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px
}

.cart-search-contact button {
    background: 0 0
}

.cart-search-contact .fi {
    font-size: 30px;
    font-size: calc-rem-value(30);
    color: #0a3a3a
}

.cart-search-contact>div {
    float: left;
    position: relative
}

.cart-search-contact>div+div {
    margin-left: 12px
}

.cart-search-contact .header-search-form {
    position: absolute;
    width: 350px;
    right: 0;
    top: 75px;
    transform: scale(0);
    visibility: hidden;
    padding: 30px;
    border-radius: 6px
}

.cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
    font-size: calc-rem-value(18)
}

.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.cart-search-contact form div button .fi:before {
    font-size: 18px!important
}

.cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 1px solid #f1eae5;
    border-radius: 0;
    box-shadow: none
}

.blog-single-section .comment-respond form input:focus,.blog-single-section .comment-respond form textarea:focus,.cart-search-contact input:focus,.header-search-area input:focus {
    box-shadow: none;
    border-color: #ffc256
}

.site-header .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    transform: scale(1)
}

.mini-cart .cart-count {
    background: #ffc256;
    width: 19px;
    height: 19px;
    font-size: 10px;
    font-size: calc-rem-value(8);
    line-height: 17px;
    color: #fff;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600
}

.mini-cart-content {
    width: 320px;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: -320px;
    top: 0;
    visibility: hidden
}

.team-info-img,.team-info-text {
    box-shadow: 0 6px 20.1px 4.9px rgba(176,191,238,.12)
}

.mini-cart-content .mini-cart-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    float: right;
    line-height: 54px;
    border-radius: 3px;
    right: 10px;
    top: 20px
}

.mini-cart-content p {
    font-size: 15px;
    font-size: calc-rem-value(15);
    font-weight: 500;
    color: #0a3a3a;
    margin: 0;
    text-transform: uppercase
}

.mini-cart-content .mini-cart-items {
    padding: 100px 20px 25px
}

.mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef
}

.mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px
}

.mini-cart-content .mini-cart-item-image a,.mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px
}

.mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: calc-rem-value(14);
    font-weight: 600;
    text-align: left;
    color: #0a3a3a
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: calc-rem-value(13);
    color: #888;
    display: block;
    margin-top: 3px
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: calc-rem-value(12);
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 6px
}

.mini-cart-content .visible-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 300px;
    opacity: .02;
    z-index: -1
}

.hero,.hero .slide {
    height: 100vh
}

.mini-cart-content .mini-cart-action {
    padding: 20px 0 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.mini-cart-content .mini-cart-action .theme-btn-s2,.nice-select.right {
    float: right
}

.mini-cart-content .mini-cart-action .mini-btn {
    width: 240px
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
    font-size: 16px;
    font-size: calc-rem-value(16);
    font-weight: 600;
    color: #0a3a3a;
    display: block;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
    color: #c79652;
    font-size: 20px
}

.mini-cart-content-toggle,.mini-wislist-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0
}

.header-search-area {
    background: #fff;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em
}

.header-search-area input {
    height: 50px;
    font-size: 1.2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: none
}

.header-search-area form button {
    background: 0 0;
    border: 0;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    bottom: 10px
}

.header-search-area form button:focus {
    border: none;
    outline: 0
}

.header-search-area .close-form {
    position: absolute;
    right: 35px;
    top: 35px;
    bottom: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid
}

.header-search-area .close-form button {
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: .86667rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    z-index: 99
}

.header-search-area .close-form button:focus,.shop-single-section .product-info .nav-tabs li a.active {
    border: 0;
    outline: 0
}

.site-header {
    position: absolute;
    left: 0;
    right: 0
}

.site-header .navigation {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0
}

.site-header #navbar>ul li a:focus,.site-header #navbar>ul li a:hover {
    text-decoration: none;
    color: #ffc256
}

@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left:45px
    }

    .blog-pg-section.blog-pg-left-sidebar .blog-sidebar,.blog-single-section.blog-single-left-sidebar-section .blog-sidebar {
        padding-left: 0;
        padding-right: 45px
    }

    .site-header #navbar {
        justify-content: center
    }

    .site-header #navbar li,.site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative
    }

    .site-header #navbar>ul>li>a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: #0a750f;
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        border-radius: 3px
    }

    .site-header #navbar>ul>li>a.active:before,.site-header #navbar>ul>li>a:hover:before {
        opacity: 1;
        visibility: visible
    }

    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        content: "\e649";
        font-family: themify;
        content: "\e649";
        font-size: 11px;
        font-size: calc-rem-value(11);
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

    .site-header #navbar>ul>li>a {
        font-size: 19px;
        padding: 35px 15px;
        display: block;
        color: #fff;
        font-weight: 400;
        position: relative;
        font-family: Vidaloka,serif;
        text-transform: capitalize
    }

    .site-header #navbar>ul .sub-menu {
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(62,65,159,.09);
        width: 230px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        top: 90%;
        z-index: 10;
        font-family: Vidaloka,serif;
        visibility: hidden;
        opacity: 0;
        transition: .3s
    }

    .site-header #navbar>ul>li .sub-menu a {
        font-size: 17px;
        font-size: calc-rem-value(16);
        display: block;
        padding: 10px 15px;
        color: #0a3a3a;
        position: relative;
        text-transform: capitalize;
        overflow: hidden;
        font-weight: 400;
        font-family: Vidaloka,serif
    }

    .site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 15px;
        bottom: 4px;
        width: 0;
        height: 2px;
        content: "";
        background: #ffc256;
        transition: .3s;
        opacity: 0;
        visibility: hidden
    }

    .site-header #navbar>ul>li .sub-menu a.active:after,.site-header #navbar>ul>li .sub-menu a:hover:after {
        width: 40px;
        opacity: 1;
        visibility: visible
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0
    }

    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1
    }

    .hero-slider .swiper-pagination-bullet,.hero-slider-s2 .swiper-pagination-bullet,.site-header #navbar .close-navbar,.site-header .navbar-header .open-btn,.static-hero .swiper-pagination-bullet,.static-hero-s2 .swiper-pagination-bullet,.static-hero-s3 .swiper-pagination-bullet {
        display: none
    }

    .hero .slick-dots,.team-section .team-wrapper .slick-dots,.team-section-s2 .team-wrapper .slick-dots {
        display: none!important
    }

    .project-area-s2 .project-wrapper .project-single .project-single-img img,.project-section .project-wrapper .project-single .project-single-img img {
        width: 100%;
        transition: .4s ease-in-out;
        height: 404px;
        object-fit: cover
    }
}

@media screen and (min-width: 992px) and (max-width:1870px) {
    .site-header #navbar>ul>li>a {
        padding:35px 10px
    }
}

.site-header .navbar-header .navbar-brand img {
    max-width: 115px
}

@media (max-width: 575px) {
    .cart-search-contact .header-search-form {
        width:260px;
        padding: 15px
    }

    .mini-cart-content {
        width: 290px
    }

    .site-header .navbar-header .navbar-brand img {
        max-width: 150px
    }
}

@media (max-width: 1700px) {
    .site-header {
        padding:0 30px
    }
}

@media (max-width: 1500px) {
    .site-header #navbar>ul>li>a {
        padding:30px 15px
    }

    .site-header {
        padding: 0 10px
    }
}

@media (max-width: 1400px) {
    .site-header .header-right .close-form .theme-btn,.site-header .header-right .close-form .view-cart-btn {
        padding:10px 15px;
        font-size: 15px
    }

    .site-header #navbar>ul>li>a {
        padding: 30px 7px;
        font-size: 18px
    }
}

.header-style-1 .site-header,.header-style-3 .site-header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: 0 0;
    border-bottom: 2px solid rgba(255,255,255,.03)
}

.hero,.hero .slide,.hero-style-1 {
    position: relative
}

.header-style-1 .site-header::before,.header-style-3 .site-header::before {
    top: 50%;
    width: 55%;
    height: 100%
}

.header-style-2 .site-header .sticky-header:before,.service-section-s3 .scervice-wrap .scervice-item:hover {
    background: 0 0
}

.header-style-3 .topbar {
    background: #000
}

#wrapper .Icon:hover a,.blog-section .blog-wrapper .blog-single:hover .text h2,.blog-section .blog-wrapper .blog-single:hover .text span,.blog-section .blog-wrapper .blog-slider .owl-item.active.center .text h2,.blog-section .blog-wrapper .blog-slider .owl-item.active.center .text span,.cta-section .cta-wrapper .cta-right a:hover,.header-style-3 .topbar .contact-intro li,.header-style-3 .topbar ul li span,.project-area-s2 .project-wrap .project-item .project-text h2 a,.service-section .scervice-wrap .scervice-item:hover .scervice-item-text a h2,.service-section .scervice-wrap .scervice-item:hover .scervice-item-text a h2 span,.service-section-s2 .scervice-wrap .scervice-item:hover .scervice-item-text a h2,.service-section-s2 .scervice-wrap .scervice-item:hover .scervice-item-text a h2 span,.service-section-s2 .scervice-wrap .scervice-item:hover .scervice-item-text p,.service-section-s3 .scervice-wrap .scervice-item:hover .scervice-item-text a h2,.service-section-s3 .scervice-wrap .scervice-item:hover .scervice-item-text a h2 span,.service-section-s3 .scervice-wrap .scervice-item:hover .scervice-item-text p,.site-footer li,.site-footer p {
    color: #fff
}

.header-style-3 .topbar .contact-info ul li a {
    color: #fff;
    opacity: 1
}

.hero .slide {
    background-repeat: no-repeat
}

.checkout-area .create-account input:focus,.checkout-area .note-area textarea:focus,.checkout-area .payment-area .form-style input:focus,.checkout-area .payment-area .form-style select:focus,.hero .slide:focus,.shop-single-section .slider-nav .slick-slide:focus {
    outline: 0
}

.hero .slide .container {
    height: 100%;
    display: table
}

.hero .slide .row,.hero-section .wrapper .hero-title {
    display: table-cell;
    vertical-align: middle
}

.hero .slick-next,.hero .slick-prev {
    background-color: #fec155;
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    transition: .5s
}

.hero .slick-next:hover,.hero .slick-prev:hover {
    background-color: rgb(255 194 86 / 63%)
}

.hero .slick-prev,.team-section .team-wrapper .slick-prev,.team-section-s2 .team-wrapper .slick-prev {
    left: -100px
}

.hero .slick-prev:before,.team-section .team-wrapper .slick-prev:before,.team-section-s2 .team-wrapper .slick-prev:before {
    font-family: themify;
    content: "\e629";
    opacity: 1
}

.hero .slick-next,.team-section .team-wrapper .slick-next,.team-section-s2 .team-wrapper .slick-next {
    right: -100px
}

.hero .slick-next:before,.team-section .team-wrapper .slick-next:before,.team-section-s2 .team-wrapper .slick-next:before {
    font-family: themify;
    content: "\e628";
    opacity: 1
}

.hero-slider .swiper-button-prev,.hero-slider-s2 .swiper-button-prev,.hero:hover .slick-prev,.static-hero .swiper-button-prev,.static-hero-s2 .swiper-button-prev,.static-hero-s3 .swiper-button-prev {
    left: 25px
}

.hero-slider .swiper-button-next,.hero-slider-s2 .swiper-button-next,.hero:hover .slick-next,.static-hero .swiper-button-next,.static-hero-s2 .swiper-button-next,.static-hero-s3 .swiper-button-next {
    right: 25px
}

.hero .slick-dots,.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,.hero-slider .swiper-pagination-custom,.hero-slider .swiper-pagination-fraction,.hero-slider-s2 .swiper-container-horizontal>.swiper-pagination-bullets,.hero-slider-s2 .swiper-pagination-custom,.hero-slider-s2 .swiper-pagination-fraction,.static-hero .swiper-container-horizontal>.swiper-pagination-bullets,.static-hero .swiper-pagination-custom,.static-hero .swiper-pagination-fraction,.static-hero-s2 .swiper-container-horizontal>.swiper-pagination-bullets,.static-hero-s2 .swiper-pagination-custom,.static-hero-s2 .swiper-pagination-fraction,.static-hero-s3 .swiper-container-horizontal>.swiper-pagination-bullets,.static-hero-s3 .swiper-pagination-custom,.static-hero-s3 .swiper-pagination-fraction {
    bottom: 30px
}

.hero .slick-dots button {
    background-color: #ffc256;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%
}

.hero .slide-caption>div * {
    -webkit-animation: 1.5s both fadeOutLeft;
    animation: 1.5s both fadeOutLeft
}

.hero .hero-right-text {
    -webkit-animation: 1.5s both fadeOutRight;
    animation: 1.5s both fadeOutRight
}

.hero .slide-caption>div.btns *,.hero .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.hero .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.delay-0-5s,.hero .hero-slider .slick-current .slide-caption>div.slide-title * {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-1-5s,.hero .hero-slider .slick-current .slide-caption>div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.hero .hero-slider .slick-current .hero-right-text {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hero-style-1 .slide {
    position: relative;
    z-index: 1
}

.hero-style-1 .slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0d0925;
    opacity: .5;
    z-index: -1
}

.hero-style-1 .slide .slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11
}

.hero-style-1 .slide .slide-bg img {
    width: 100%;
    height: 100%
}

.hero-style-1 .slide-caption {
    padding-top: 10px
}

.hero-style-1 .slide-caption h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 90px;
    font-weight: 400;
    line-height: 95px
}

.hero-style-1 .slide-caption p {
    color: #fff;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 29px;
    line-height: 35px;
    padding-right: 105px
}

.hero-style-1 .hero-right-text {
    width: 480px;
    background: #0a750f;
    padding: 40px 30px;
    align-items: center;
    border-left: 7px solid #fff;
    position: absolute;
    bottom: 0;
    right: -12%
}

@media (max-width: 992px) {
    .hero-style-1 .hero-right-text {
        padding:20px;
        width: 350px
    }
}

@media (max-width: 389px) {
    .hero-style-1 .hero-right-text {
        display:none
    }
}

.hero-style-1 .hero-right-text .grid .info {
    float: left;
    width: 40%;
    position: relative;
    z-index: 1
}

.hero-style-1 .hero-right-text .grid .info::before {
    position: absolute;
    left: -16px;
    top: 18px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    content: "";
    background: rgba(255,255,255,.13);
    z-index: -1
}

.hero-style-1 .hero-right-text .grid .info h3 {
    font-size: 130px;
    font-weight: 400;
    line-height: 158px;
    color: #fff;
    margin: 0
}

.hero-style-1 .hero-right-text .grid .info h3 .odometer-inside {
    font-family: Vidaloka,serif
}

.hero-style-1 .hero-right-text .grid .text {
    float: left;
    width: 60%;
    padding-right: 30px;
    padding-top: 15px
}

.hero-style-1 .hero-right-text .grid .text h4 {
    font-family: Vidaloka,serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin-bottom: 13px
}

.hero-style-1 .hero-right-text .grid .text span {
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin: 0
}

.hero-slider,.hero-slider-s2,.static-hero,.static-hero-s2,.static-hero-s3 {
    height: 900px;
    position: relative;
    z-index: 0
}

.hero-slider .hero-container,.hero-slider .swiper-container,.hero-slider-s2 .hero-container,.hero-slider-s2 .swiper-container,.static-hero .hero-container,.static-hero .swiper-container,.static-hero-s2 .hero-container,.static-hero-s2 .swiper-container,.static-hero-s3 .hero-container,.static-hero-s3 .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-slider .hero-inner,.hero-slider .slide-inner,.hero-slider-s2 .hero-inner,.hero-slider-s2 .slide-inner,.static-hero .hero-inner,.static-hero .slide-inner,.static-hero-s2 .hero-inner,.static-hero-s2 .slide-inner,.static-hero-s3 .hero-inner,.static-hero-s3 .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.hero-slider .hero-inner:before,.hero-slider .slide-inner:before,.hero-slider-s2 .hero-inner:before,.hero-slider-s2 .slide-inner:before,.static-hero .hero-inner:before,.static-hero .slide-inner:before,.static-hero-s2 .hero-inner:before,.static-hero-s2 .slide-inner:before,.static-hero-s3 .hero-inner:before,.static-hero-s3 .slide-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #040128;
    content: "";
    opacity: .6
}

.hero-slider .hero-inner .slide-content,.hero-slider .slide-inner .slide-content,.hero-slider-s2 .hero-inner .slide-content,.hero-slider-s2 .slide-inner .slide-content,.static-hero .hero-inner .slide-content,.static-hero .slide-inner .slide-content,.static-hero-s2 .hero-inner .slide-content,.static-hero-s2 .slide-inner .slide-content,.static-hero-s3 .hero-inner .slide-content,.static-hero-s3 .slide-inner .slide-content {
    padding-top: 80px
}

.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev,.hero-slider-s2 .swiper-button-next,.hero-slider-s2 .swiper-button-prev,.static-hero .swiper-button-next,.static-hero .swiper-button-prev,.static-hero-s2 .swiper-button-next,.static-hero-s2 .swiper-button-prev,.static-hero-s3 .swiper-button-next,.static-hero-s3 .swiper-button-prev {
    background: rgba(255,255,255,.2);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: .7;
    text-align: center;
    transition: .3s
}

.hero-slider .swiper-button-next:hover,.hero-slider .swiper-button-prev:hover,.hero-slider-s2 .swiper-button-next:hover,.hero-slider-s2 .swiper-button-prev:hover,.static-hero .swiper-button-next:hover,.static-hero .swiper-button-prev:hover,.static-hero-s2 .swiper-button-next:hover,.static-hero-s2 .swiper-button-prev:hover,.static-hero-s3 .swiper-button-next:hover,.static-hero-s3 .swiper-button-prev:hover {
    opacity: .9
}

.hero-slider .swiper-button-prev:before,.hero-slider-s2 .swiper-button-prev:before,.static-hero .swiper-button-prev:before,.static-hero-s2 .swiper-button-prev:before,.static-hero-s3 .swiper-button-prev:before {
    font-family: themify;
    content: "\e629";
    font-size: 20px;
    color: #fff
}

.hero-slider .swiper-button-next:before,.hero-slider-s2 .swiper-button-next:before,.static-hero .swiper-button-next:before,.static-hero-s2 .swiper-button-next:before,.static-hero-s3 .swiper-button-next:before {
    font-family: themify;
    content: "\e628";
    font-size: 20px;
    color: #fff
}

.hero-slider .swiper-pagination-bullet,.hero-slider-s2 .swiper-pagination-bullet,.static-hero .swiper-pagination-bullet,.static-hero-s2 .swiper-pagination-bullet,.static-hero-s3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255,255,255,.2)
}

.hero-slider .swiper-pagination-bullet-active,.hero-slider-s2 .swiper-pagination-bullet-active,.static-hero .swiper-pagination-bullet-active,.static-hero-s2 .swiper-pagination-bullet-active,.static-hero-s3 .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.hero-slider-s2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.static-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.static-hero-s2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.static-hero-s3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}

.hero-slider .gradient-overlay,.hero-slider-s2 .gradient-overlay,.static-hero .gradient-overlay,.static-hero-s2 .gradient-overlay,.static-hero-s3 .gradient-overlay {
    background: linear-gradient(left,#0a3a3a 45%,transparent 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: .6
}

.project-section:before,.site-footer:before {
    opacity: .9;
    content: "";
    left: 0;
    height: 100%;
    width: 100%
}

.hero-slider .gradient-overlay+.container,.hero-slider .swiper-slide,.hero-slider-s2 .gradient-overlay+.container,.hero-slider-s2 .swiper-slide,.static-hero .gradient-overlay+.container,.static-hero .swiper-slide,.static-hero-s2 .gradient-overlay+.container,.static-hero-s2 .swiper-slide,.static-hero-s3 .gradient-overlay+.container,.static-hero-s3 .swiper-slide {
    position: relative;
    z-index: 11
}

.hero-slider .hero-title-top span,.hero-slider-s2 .hero-title-top span,.static-hero .hero-title-top span,.static-hero-s2 .hero-title-top span,.static-hero-s3 .hero-title-top span {
    font-size: 22px;
    color: #e4e4e4;
    font-family: Vidaloka,serif
}

.hero-slider .slide-title-sub h5,.hero-slider-s2 .slide-title-sub h5,.static-hero .slide-title-sub h5,.static-hero-s2 .slide-title-sub h5,.static-hero-s3 .slide-title-sub h5 {
    font-size: 19px;
    color: #fff;
    font-family: "DM Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px
}

@media (max-width: 1200px) {
    .site-header #navbar>ul>li>a {
        padding:30px 6px;
        font-size: 16px
    }

    .hero-style-1 .slide-caption h2 {
        font-size: 50px;
        font-size: calc-rem-value(50);
        line-height: 60px
    }

    .hero-style-1 .slide-caption p {
        font-size: 18px;
        font-size: calc-rem-value(18);
        padding-right: 0;
        line-height: 25px
    }

    .hero-slider .slide-title-sub h5,.hero-slider-s2 .slide-title-sub h5,.static-hero .slide-title-sub h5,.static-hero-s2 .slide-title-sub h5,.static-hero-s3 .slide-title-sub h5 {
        font-size: 16px;
        font-size: calc-rem-value(16)
    }

    .site-footer .instagram {
        margin-top: 40px
    }
}

.hero-slider .slide-title,.hero-slider-s2 .slide-title,.static-hero .slide-title,.static-hero-s2 .slide-title,.static-hero-s3 .slide-title {
    max-width: 712px
}

.hero-slider .slide-title h2,.hero-slider-s2 .slide-title h2,.static-hero .slide-title h2,.static-hero-s2 .slide-title h2,.static-hero-s3 .slide-title h2 {
    font-size: 70px;
    font-weight: 400;
    line-height: 90px;
    margin: 10px 0 15px;
    color: #fff;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .hero-style-1 .slide {
        max-height:750px
    }

    .hero-slider,.hero-slider-s2,.static-hero,.static-hero-s2,.static-hero-s3 {
        height: 680px
    }

    .hero-slider .slide-title,.hero-slider-s2 .slide-title,.static-hero .slide-title,.static-hero-s2 .slide-title,.static-hero-s3 .slide-title {
        max-width: 555px
    }

    .hero-slider .slide-title h2,.hero-slider-s2 .slide-title h2,.static-hero .slide-title h2,.static-hero-s2 .slide-title h2,.static-hero-s3 .slide-title h2 {
        font-size: 50px;
        font-size: calc-rem-value(50);
        line-height: 65px;
        margin-top: 0
    }
}

.hero-slider .slide-text,.hero-slider-s2 .slide-text,.static-hero .slide-text,.static-hero-s2 .slide-text,.static-hero-s3 .slide-text {
    max-width: 680px
}

.hero-slider .slide-text p,.hero-slider-s2 .slide-text p,.static-hero .slide-text p,.static-hero-s2 .slide-text p,.static-hero-s3 .slide-text p {
    font-size: 22px;
    line-height: 35px;
    max-width: 680px;
    margin-bottom: 40px;
    color: #e2e2e2
}

@media (max-width: 991px) {
    .cart-search-contact .header-search-form {
        top:65px
    }

    .page-wrapper,.site-header .navbar-toggler .first-angle,.site-header .navbar-toggler .last-angle {
        transition: .3s
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        transition: .3s
    }

    .site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        font-size: calc-rem-value(15);
        color: #fff;
        font-weight: 600
    }

    .site-header #navbar>ul .menu-item-has-children>a.active,.site-header #navbar>ul .menu-item-has-children>a.rotate,.site-header #navbar>ul .menu-item-has-children>a:hover,.site-header #navbar>ul>li a.active,.site-header #navbar>ul>li a:hover {
        color: #fff
    }

    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0
    }

    .site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px
    }

    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: #ddd
    }

    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: themify;
        content: "\e649";
        font-size: 11px;
        font-size: calc-rem-value(11);
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s
    }

    .site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        transform: rotate(90deg);
        top: 29%
    }

    .site-header {
        position: relative
    }

    .site-header .container {
        width: 100%
    }

    .site-header .mobail-menu button {
        background-color: #ffc256;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20
    }

    .site-header .mobail-menu button:focus {
        outline: 0;
        box-shadow: none
    }

    .site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }

    .site-header .mobail-menu button span:last-child {
        margin: 0
    }

    .site-header #navbar {
        background: #0a750f;
        display: block!important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 45px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden
    }

    .site-header #navbar .navbar-nav {
        display: block;
        height: 100%;
        overflow: auto;
        padding-bottom: 60px
    }

    .site-header #navbar>ul {
        position: relative;
        z-index: 101
    }

    .site-header #navbar ul a {
        color: #000
    }

    .site-header #navbar ul a:hover,.site-header #navbar ul li.current a {
        color: #ffc256
    }

    .site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: 0;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20
    }

    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }

    .site-header .menu-close {
        display: block;
        z-index: 99;
        background: 0 0;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        margin: 30px 30px 30px auto;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .site-header .slideInn {
        left: 0!important;
        opacity: 1!important;
        visibility: visible!important
    }

    .site-header .x-close .middle-angle {
        opacity: 0
    }

    .site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px
    }

    .site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px
    }

    .hero-slider .swiper-button-next,.hero-slider .swiper-button-prev,.hero-slider-s2 .swiper-button-next,.hero-slider-s2 .swiper-button-prev,.site-header .navbar-collapse.collapse,.static-hero .swiper-button-next,.static-hero .swiper-button-prev,.static-hero-s2 .swiper-button-next,.static-hero-s2 .swiper-button-prev,.static-hero-s3 .swiper-button-next,.static-hero-s3 .swiper-button-prev {
        display: none
    }

    .site-header .navbar-collapse.collapse.in,.site-header .navbar-header .collapse,.site-header .navbar-toggle {
        display: block
    }

    .site-header .navbar-header {
        float: right
    }

    .site-header .navbar-nav,.site-header .navbar-nav>li,.site-header .navbar-right {
        float: none
    }

    .site-header #navbar>ul>li>a {
        padding: 15px 30px;
        font-size: 15px
    }

    .header-style-1 .site-header,.header-style-3 .site-header {
        border-bottom: 0;
        background: rgba(255,255,255,.2)
    }

    .header-style-2 .site-header {
        background: #0a3a3a
    }

    .hero .slick-next,.hero .slick-prev {
        display: none!important
    }

    .hero-style-1,.hero-style-1 .slide {
        max-height: 650px
    }

    .hero-style-1 .slide-caption h2 {
        font-size: 45px;
        font-size: calc-rem-value(45);
        line-height: 50px
    }

    .hero-style-1 .slide-caption p {
        margin: 0 0 1.8em;
        font-size: 15px;
        line-height: 20px
    }

    .hero-slider .hero-inner .slide-content,.hero-slider .slide-inner .slide-content,.hero-slider-s2 .hero-inner .slide-content,.hero-slider-s2 .slide-inner .slide-content,.static-hero .hero-inner .slide-content,.static-hero .slide-inner .slide-content,.static-hero-s2 .hero-inner .slide-content,.static-hero-s2 .slide-inner .slide-content,.static-hero-s3 .hero-inner .slide-content,.static-hero-s3 .slide-inner .slide-content {
        padding-top: 35px
    }

    .hero-slider,.hero-slider-s2,.static-hero,.static-hero-s2,.static-hero-s3 {
        height: 600px
    }

    .hero-slider .slide-title-sub h5,.hero-slider-s2 .slide-title-sub h5,.static-hero .slide-title-sub h5,.static-hero-s2 .slide-title-sub h5,.static-hero-s3 .slide-title-sub h5 {
        margin-bottom: 20px
    }

    .hero-slider .slide-title h2,.hero-slider-s2 .slide-title h2,.static-hero .slide-title h2,.static-hero-s2 .slide-title h2,.static-hero-s3 .slide-title h2 {
        font-size: 40px;
        font-size: calc-rem-value(40);
        line-height: 55px
    }

    .hero-slider .slide-text p,.hero-slider-s2 .slide-text p,.static-hero .slide-text p,.static-hero-s2 .slide-text p,.static-hero-s3 .slide-text p {
        font-size: 18px;
        font-size: calc-rem-value(18)
    }

    .hero-slider .slide-btns,.hero-slider-s2 .slide-btns,.static-hero .slide-btns,.static-hero-s2 .slide-btns,.static-hero-s3 .slide-btns {
        max-width: 400px
    }
}

.hero-slider .slide-btns .theme-btn,.hero-slider .slide-btns .view-cart-btn,.hero-slider-s2 .slide-btns .theme-btn,.hero-slider-s2 .slide-btns .view-cart-btn,.static-hero .btns .theme-btn,.static-hero .btns .view-cart-btn,.static-hero .slide-btns .theme-btn,.static-hero .slide-btns .view-cart-btn,.static-hero-s2 .slide-btns .theme-btn,.static-hero-s2 .slide-btns .view-cart-btn,.static-hero-s3 .slide-btns .theme-btn,.static-hero-s3 .slide-btns .view-cart-btn {
    border-radius: 0;
    font-weight: 600;
    font-size: 18px
}

.contact-area button,.hero-slider .slide-btns .theme-btn:after,.hero-slider .slide-btns .view-cart-btn:after,.hero-slider-s2 .slide-btns .theme-btn:after,.hero-slider-s2 .slide-btns .view-cart-btn:after,.static-hero .btns .theme-btn:after,.static-hero .btns .view-cart-btn:after,.static-hero .slide-btns .theme-btn:after,.static-hero .slide-btns .view-cart-btn:after,.static-hero-s2 .slide-btns .theme-btn:after,.static-hero-s2 .slide-btns .view-cart-btn:after,.static-hero-s3 .slide-btns .theme-btn:after,.static-hero-s3 .slide-btns .view-cart-btn:after {
    border-radius: 0
}

.hero-slider .slide-btns .hero-video-btn,.hero-slider-s2 .slide-btns .hero-video-btn,.static-hero .slide-btns .hero-video-btn,.static-hero-s2 .slide-btns .hero-video-btn,.static-hero-s3 .slide-btns .hero-video-btn {
    margin-left: 40px
}

@media (max-width: 767px) {
    .site-header .header-right .close-form .theme-btn,.site-header .header-right .close-form .view-cart-btn {
        padding:8px 15px;
        font-size: 12px;
        font-weight: 400;
        text-align: center
    }

    .site-header .header-right>div:last-child {
        margin: 3px 0 0 10px
    }

    .site-header .header-right .header-search-form-wrapper {
        margin-top: 0
    }

    .cart-search-contact .header-search-form {
        right: 15px
    }

    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
        margin-right: 0
    }

    .site-header #navbar .navbar-nav {
        margin: 0
    }

    .header-right .theme-btn,.header-right .view-cart-btn {
        padding: 20px 5px
    }

    .hero-slider .swiper-button-next,.hero-slider .swiper-button-prev,.hero-slider-s2 .swiper-button-next,.hero-slider-s2 .swiper-button-prev,.site-header .header-right .close-form,.static-hero .swiper-button-next,.static-hero .swiper-button-prev,.static-hero-s2 .swiper-button-next,.static-hero-s2 .swiper-button-prev,.static-hero-s3 .swiper-button-next,.static-hero-s3 .swiper-button-prev {
        display: none
    }

    .hero,.hero .slide {
        min-height: 420px
    }

    .hero-style-1,.hero-style-1 .slide {
        max-height: 600px
    }

    .hero-style-1 .slide-caption h2 {
        font-size: 35px;
        font-size: calc-rem-value(35);
        line-height: 40px
    }

    .hero-style-1 .hero-right-text {
        padding: 10px;
        width: 380px
    }

    .hero-style-1 .hero-right-text .grid .info::before {
        left: 0;
        top: 25px
    }

    .hero-style-1 .hero-right-text .grid .info h3 {
        font-size: 90px
    }

    .hero-style-1 .hero-right-text .grid .text {
        padding: 0
    }

    .hero-slider,.hero-slider-s2,.static-hero,.static-hero-s2,.static-hero-s3 {
        height: 500px
    }

    .hero-slider .hero-title-top span,.hero-slider-s2 .hero-title-top span,.static-hero .hero-title-top span,.static-hero-s2 .hero-title-top span,.static-hero-s3 .hero-title-top span {
        font-size: 15px
    }

    .hero-slider .slide-title h2,.hero-slider-s2 .slide-title h2,.static-hero .slide-title h2,.static-hero-s2 .slide-title h2,.static-hero-s3 .slide-title h2 {
        font-size: 30px;
        font-size: calc-rem-value(30);
        line-height: 36px
    }

    .hero-slider .slide-text,.hero-slider-s2 .slide-text,.static-hero .slide-text,.static-hero-s2 .slide-text,.static-hero-s3 .slide-text {
        max-width: 500px
    }

    .hero-slider .slide-text p,.hero-slider-s2 .slide-text p,.static-hero .slide-text p,.static-hero-s2 .slide-text p,.static-hero-s3 .slide-text p {
        font-size: 16px;
        font-size: calc-rem-value(16);
        line-height: 22px;
        margin-bottom: 30px
    }

    .hero-slider .slide-btns .hero-video-btn,.hero-slider-s2 .slide-btns .hero-video-btn,.static-hero .slide-btns .hero-video-btn,.static-hero-s2 .slide-btns .hero-video-btn,.static-hero-s3 .slide-btns .hero-video-btn {
        margin-left: 20px
    }
}

.static-hero {
    z-index: 1;
    background: url(../images/slider/slide-4.jpg) center center no-repeat;
    overflow: hidden
}

.static-hero .hero-inner:before {
    z-index: -1
}

.static-hero .hero-content {
    text-align: center;
    margin-top: -20px
}

.static-hero .slide-title {
    max-width: 780px;
    margin: auto
}

.static-hero .slide-title h2 {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 100px
}

.static-hero .slide-text {
    margin: auto;
    max-width: 750px
}

.site-footer {
    background: url(../images/footer-bg.jpg) center center/cover no-repeat fixed;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.site-footer:before {
    position: absolute;
    top: 0;
    background: #111;
    z-index: -1
}

.site-footer .upper-footer {
    padding: 100px 120px;
    position: relative;
    z-index: 1
}

@media (max-width: 1800px) {
    .site-footer .upper-footer {
        padding:80px 50px
    }
}

.project-single-area .project-single-wrap .project-contact-area .contact-form-area .col,.project-single-area .project-single-wrap .project-contact-area .contact-title,.project-single-area .project-single-wrap .project-single-gallery,.service-single-area .service-single-wrap .service-contact-area .contact-form-area .col,.service-single-area .service-single-wrap .service-contact-area .contact-title,.service-single-area .service-single-wrap .service-single-item .service-single-main-img,.site-footer .widget-title {
    margin-bottom: 30px
}

.site-footer .widget-title h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    margin: 0;
    position: relative;
    font-family: Vidaloka,serif
}

.site-footer .about-widget .logo {
    font-size: 45px;
    font-family: Vidaloka,serif;
    color: #ffc256;
    line-height: 40px
}

.site-footer .about-widget .logo span i {
    position: absolute;
    left: 1px;
    top: 3px;
    font-size: 13px
}

.site-footer .about-widget p {
    margin-bottom: .8em;
    line-height: 1.9em;
    display: none
}

.blog-pg-section .format-quote p,.pricing-section .pricing-wrap .col:last-child .pricing-item,.pricing-section-s2 .pricing-wrap .col:last-child .pricing-item,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-img .content h2,.shop-single-section .product-details .tg-btm p,.shop-single-section .product-info .client-rv:last-child,.shop-single-section .product-info .review-form form>div:last-child,.shop-single-section .product-info .tab-pane p:last-child,.site-footer .about-widget p:last-child,.testimonial-section .testimonial-wrapper .testimonial-slider .slick-dotted.slick-slider,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dotted.slick-slider {
    margin-bottom: 0
}

.site-footer .about-widget ul {
    overflow: hidden;
    padding-top: 10px
}

.site-footer .about-widget ul li {
    font-size: 22px;
    float: left
}

.site-footer .about-widget ul li a {
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 40px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px
}

.site-footer .about-widget ul li a i {
    position: relative;
    top: -3px
}

.site-footer .about-widget ul li a:hover {
    background: #fff;
    color: #ffc256
}

.site-footer .about-widget ul li+li {
    margin-left: 25px
}

@media screen and (max-width: 1600px) {
    .site-footer .about-widget ul li+li {
        margin-left:10px
    }
}

@media screen and (min-width: 1500px) {
    .site-footer .link-widget {
        padding-left:65px
    }
}

.site-footer .link-widget ul li a {
    color: #fff;
    font-size: 17px
}

.site-footer .link-widget ul li a:hover {
    text-decoration: underline
}

.site-footer .link-widget ul li+li {
    padding-top: 15px
}

.site-footer .contact-ft {
    margin-top: 20px;
    padding-right: 60px
}

.site-footer .contact-ft ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 16px
}

.site-footer .contact-ft ul li i {
    position: absolute;
    left: 0;
    top: 2px
}

.site-footer .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px
}

.site-footer .lower-footer {
    text-align: center;
    position: relative;
    border-top: 1px solid #5f5e5e
}

.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative
}

.site-footer .lower-footer ul {
    display: flex;
    justify-content: space-between
}

.site-footer .lower-footer ul li {
    font-size: 18px;
    margin: 0;
    color: #fff
}

.site-footer .about-widget .logo img {
    width: auto;
    height: 120px
}

.site-footer .lower-footer ul li a {
    color: #fff;
    text-decoration: none
}

.site-footer .instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px
}

.site-footer .instagram ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 3px;
    margin-bottom: 5px;
    position: relative;
    transition: .3s ease-in-out
}

.site-footer .instagram ul li::before {
    position: absolute;
    left: 3px;
    top: 0;
    width: 97%;
    height: 100%;
    content: "";
    background: red;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.site-footer .instagram ul li:hover {
    opacity: .6;
    visibility: visible
}

.site-footer-s2 {
    background: #202026
}

.site-footer-s2 .lower-footer {
    border-top: 1px solid #2f2f38
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    transition: .7s
}

.about-section {
    background: #ede4de
}

.about-section .about-left .about-left-text {
    background: #ffc256;
    width: 270px;
    text-align: center;
    border: 10px solid #fff;
    border-left: 0;
    padding: 40px 0 23px;
    position: absolute;
    top: 50%;
    display: none;
    left: 0;
    transform: translateY(-50%)
}

.about-section .about-left .about-left-text img {
    width: auto;
    height: 110px
}

.about-section .about-left .about-left-text h5 {
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: .43em;
    margin-bottom: -20px;
    text-align: center
}

.about-section .about-left .about-left-text span {
    font-family: Vidaloka,serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 76px;
    color: #0a3a3a;
    margin-bottom: 0;
    text-align: center
}

.about-section .about-right .text {
    padding: 50px 72px
}

.about-section .about-right .text span {
    font-family: "DM Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .2em;
    color: #ffc256
}

.about-section .about-right .text h2 {
    font-family: Vidaloka,serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 53px;
    color: #0b7311;
    margin-top: 9px;
    margin-bottom: 23px
}

@media (max-width: 1399px) {
    .about-section .about-right .text {
        padding: 0px 40px;
    }

    .about-section .about-right .text h2 {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    .static-hero .slide-title {
        max-width:550px
    }

    .static-hero .slide-title h2 {
        line-height: 60px
    }

    .site-footer .link-widget {
        padding-left: 20px
    }

    .about-section .about-right .text {
        padding: 20px 40px
    }

    .about-section .about-right .text h2 {
        font-size: 36px;
        margin-bottom: 5px;
        line-height: 40px
    }
}

@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding:60px 30px 0
    }

    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px
    }

    .site-footer .widget-title h3 {
        font-size: 1.25rem
    }

    .site-footer .about-widget .logo {
        font-size: 40px
    }

    .site-footer .link-widget {
        padding-left: 0
    }

    .site-footer .lower-footer ul {
        flex-wrap: wrap;
        justify-content: center
    }

    .site-footer .lower-footer ul li:first-child {
        margin-bottom: 10px
    }

    .site-footer .lower-footer ul li {
        float: none;
        display: block
    }

    .site-footer .instagram {
        margin-top: 0
    }

    .about-section .about-left {
        margin-bottom: 40px
    }

    .about-section .about-right .text {
        padding: 75px 72px
    }

    .about-section .about-right .text h2 {
        margin-bottom: 23px;
        font-size: 42px
    }
}

@media (max-width: 767px) {
    .static-hero .slide-title h2 {
        line-height:40px
    }

    .site-footer .upper-footer {
        padding: 30px 20px 0
    }

    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px
    }

    .site-footer .widget-title {
        margin-bottom: 20px
    }

    .site-footer .link-widget {
        max-width: 350px
    }

    .site-footer .lower-footer ul li {
        font-size: 14px
    }

    .site-footer .about-widget .logo img {
        width: auto;
        height: 120px
    }

    .about-section .about-right .text h2 {
        font-size: 36px;
        margin-bottom: 5px;
        line-height: 40px
    }
}

.about-section .about-right .text p {
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding-bottom: 11px
}

@media (max-width: 1199px) {
    .about-section .about-right .text p {
        margin-bottom:5px;
        line-height: 25px;
        padding-bottom: 5px
    }
}

@media (max-width: 991px) {
    .about-section .about-right .text p {
        font-size:16px;
        line-height: 30px;
        padding-bottom: 11px
    }
}

@media (max-width: 525px) {
    .about-section .about-left .about-left-text {
        width:200px;
        padding: 20px
    }

    .about-section .about-left .about-left-text img {
        width: 80px;
        height: 80px
    }

    .about-section .about-left .about-left-text h5 {
        font-size: 16px;
        line-height: 40px
    }

    .about-section .about-left .about-left-text span {
        font-size: 35px;
        line-height: 45px
    }

    .about-section .about-right .text {
        padding: 30px 20px
    }

    .about-section .about-right .text h2 {
        font-size: 25px
    }

    .about-section .about-right .text p {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 11px
    }
}

.about-section .about-right .text ul,.checkout-area .biling-item-2 label.fontsize,.donations-details .form-group .error,.hero-section form.form-has-background-padding .form-group,.hero-section form.form-has-background-padding .input-group {
    margin-bottom: 20px
}

.about-section .about-right .text ul li {
    padding: 10px 0 10px 40px;
    position: relative;
    color: #0a3a3a;
    list-style: none;
    font-weight: 500
}

.about-section .about-right .text ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(172,141,104,.2);
    content: "\e64c";
    border-radius: 50%;
    font-family: themify;
    text-align: center;
    font-size: 13px
}

.about-section .about-right .text a,.checkout-area .contact-form input,.checkout-area .contact-form select {
    margin-top: 10px
}

.project-section,.service-section-s2,.service-section-s3 {
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 88px 0
}

.project-section:before {
    position: absolute;
    top: 0;
    z-index: -1
}

@media (max-width: 991px) {
    .service-section,.service-section-s2,.service-section-s3 {
        padding-top:90px;
        padding-bottom: 60px
    }

    .service-section .scervice-wrap .scervice-item,.service-section-s2 .scervice-wrap .scervice-item,.service-section-s3 .scervice-wrap .scervice-item {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .service-section,.service-section-s2,.service-section-s3 {
        padding-top:80px;
        padding-bottom: 50px
    }
}

.service-section .shape-1,.service-section-s2 .shape-1,.service-section-s3 .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.service-section .shape-1::before,.service-section-s2 .shape-1::before,.service-section-s3 .shape-1::before {
    width: 108px;
    height: 100px;
    background: #ffc256;
    position: absolute;
    display: none;
    content: "";
    top: 18%;
    left: 12%;
    transform: translate(-50%,-50%);
    -webkit-animation: 3s linear infinite bounceTop;
    animation: 3s linear infinite bounceTop;
    border-radius: 49% 51% 67% 33%/48% 16% 84% 52%
}

@-webkit-keyframes bounceTop {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes bounceTop {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.service-section {
    background-color: #ede4de;
    padding: 40px 0;
}

.service-section-s2 .section-title h2,.service-section-s3 .section-title h2 {
    color: #fff;
    margin-top: 20px
}

.service-section .scervice-wrap .scervice-item {
    background: #fff;
    padding: 25px 20px;
    transition: .4s ease-in-out;
    text-align: center;
    /* height: 442px; */
    overflow: hidden;
}

@media (max-width: 1399px) {
    .service-section .scervice-wrap .scervice-item,.service-section-s2 .scervice-wrap .scervice-item,.service-section-s3 .scervice-wrap .scervice-item {
        padding:22px
    }
}

.service-section .scervice-wrap .scervice-item .scervice-item-img,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-img,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out
}

.scervice-item-img img {
    /* height: 170px; */
    width: 100%;
    /* object-fit: cover; */
}

.scervice-item-text h2 {
    font-size: 18px;
    margin-top: 15px
}

.service-section .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text a h2 {
    font-family: Vidaloka,serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #0d0925;
    margin-top: 35px;
    text-transform: uppercase;
    transition: .4s ease-in-out
}

@media (max-width: 1199px) {
    .service-section .shape-1::before,.service-section-s2 .shape-1::before,.service-section-s3 .shape-1::before {
        top:16%;
        left: 10%
    }

    .service-section .scervice-wrap .scervice-item,.service-section-s2 .scervice-wrap .scervice-item,.service-section-s3 .scervice-wrap .scervice-item {
        padding: 22px 15px
    }

    .service-section .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text a h2 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width: 991px) {
    .service-section .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text a h2 {
        font-size:22px
    }
}

@media (max-width: 767px) {
    .service-section .scervice-wrap .scervice-item,.service-section-s2 .scervice-wrap .scervice-item,.service-section-s3 .scervice-wrap .scervice-item {
        padding:45px 40px
    }

    .service-section .scervice-wrap .scervice-item .scervice-item-img,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-img,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-img {
        margin: 0 auto
    }

    .service-section .scervice-wrap .scervice-item .scervice-item-text,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text {
        text-align: center
    }

    .service-section .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text a h2 {
        font-size: 20px
    }
}

@media (max-width: 399px) {
    .site-header .navbar-header .navbar-brand img {
        max-width:120px
    }

    .service-section .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text a h2,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text a h2 {
        font-size: 19px
    }
}

.service-section .scervice-wrap .scervice-item .scervice-item-text a h2 span,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text a h2 span,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text a h2 span {
    color: #ffc256;
    transition: .4s ease-in-out
}

.service-section .scervice-wrap .scervice-item .scervice-item-text p,.service-section-s2 .scervice-wrap .scervice-item .scervice-item-text p,.service-section-s3 .scervice-wrap .scervice-item .scervice-item-text p {
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #66717a;
    transition: .4s ease-in-out;
    margin-bottom: 0
}

.cart-area .cart-wrap .action a:hover,.cart-area .submit-btn-area button:hover,.checkout-area .create-account button:hover,.service-section-s2 .scervice-wrap .scervice-item:hover,.service-section-s2 .service-slider .owl-dots button.active,.service-section-s3 .scervice-wrap .scervice-item:hover,.service-section-s3 .service-slider .owl-dots button.active {
    background: #ffc256
}

.service-section-s2 .scervice-wrap .scervice-item:hover .scervice-item-img,.service-section-s3 .scervice-wrap .scervice-item:hover .scervice-item-img,.service-sidebar .contact-widget h2::before {
    background: #fff
}

.cta-section {
    margin-top: -70px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px
}

.cta-section .cta-wrapper {
    background: #ffc256;
    padding: 45px 70px
}

.cta-section .cta-wrapper .cta-left h2 {
    font-family: Vidaloka,serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.cta-section .cta-wrapper .cta-right a {
    background: #fff;
    color: #ffc256;
    transition: .4s ease-in-out
}

#Donations .theme-btn::after,#Donations .view-cart-btn::after,.about-area-s2 .about-text .btns .theme-btn:after,.about-area-s2 .about-text .btns .view-cart-btn:after,.cart-area .submit-btn-area .theme-btn:after,.cart-area .submit-btn-area .view-cart-btn:after,.checkout-area .submit-btn-area .theme-btn::after,.checkout-area .submit-btn-area .view-cart-btn::after,.contact-area button:after,.cta-section .cta-wrapper .cta-right a:after,.error-404-section .error-message .theme-btn::after,.error-404-section .error-message .view-cart-btn::after,.project-single-area .project-single-wrap .project-contact-area .contact-form-area .submit-area button::after,.service-single-area .service-single-wrap .service-contact-area .contact-form-area .submit-area button::after {
    background: #0a3a3a
}

.team-section .team-wrapper .team-single .team-single-img::after,.team-section-s2 .team-wrapper .team-single .team-single-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0925;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out
}

.project-area-s2 .project-wrapper .project-single .project-single-img img,.project-section .project-wrapper .project-single .project-single-img img,.team-section .team-wrapper .team-single .team-single-img img,.team-section-s2 .team-wrapper .team-single .team-single-img img {
    width: 100%;
    transition: .4s ease-in-out
}

.team-section .team-wrapper .team-single .team-single-text,.team-section-s2 .team-wrapper .team-single .team-single-text {
    text-align: center;
    background: #0a3a3a;
    width: 250px;
    padding: 15px 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1199px) {
    .cta-section .cta-wrapper {
        padding:45px
    }

    .cta-section .cta-wrapper .cta-left h2 {
        font-size: 35px
    }

    .team-section .team-wrapper .team-single .team-single-text,.team-section-s2 .team-wrapper .team-single .team-single-text {
        width: 200px
    }
}

@media (max-width: 480px) {
    .team-section .team-wrapper .team-single .team-single-text,.team-section-s2 .team-wrapper .team-single .team-single-text {
        width:250px
    }
}

.team-section .team-wrapper .team-single .team-single-text a h2,.team-section-s2 .team-wrapper .team-single .team-single-text a h2 {
    font-family: Vidaloka,serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 3px;
    transition: .4s ease-in-out;
    text-transform: capitalize;
    display: inline-block
}

.blog-section .blog-wrapper .blog-single:hover .images .date span,.blog-section .blog-wrapper .blog-slider .owl-item.active.center .images .date span,.shop-section .details del,.team-section .team-wrapper .team-single .team-single-text a h2:hover,.team-section-s2 .team-wrapper .team-single .team-single-text a h2:hover {
    color: #0d0925
}

.team-section .team-wrapper .team-single .team-single-text span,.team-section-s2 .team-wrapper .team-single .team-single-text span {
    font-family: "DM Sans",sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .06em;
    color: #fff;
    text-transform: uppercase;
    display: block
}

.team-section .team-wrapper .team-single:hover .team-single-img::after,.team-section-s2 .team-wrapper .team-single:hover .team-single-img::after {
    opacity: .3;
    visibility: visible
}

.project-area-s2 .project-wrapper .project-single:hover .project-single-img img,.project-section .project-wrapper .project-single:hover .project-single-img img,.project-single-area .project-single-wrap .project-single:hover .project-single-img img,.service-section-s3 .scervice-wrap .scervice-item:hover .scervice-item-img img,.team-section .team-wrapper .team-single:hover .team-single-img img,.team-section-s2 .team-wrapper .team-single:hover .team-single-img img {
    transform: scale(1.1)
}

.team-section .team-wrapper .team-single:hover .team-single-text,.team-section-s2 .team-wrapper .team-single:hover .team-single-text {
    bottom: -33px;
    opacity: 1;
    visibility: visible
}

.project-area-s2 .project-wrapper .slick-slider,.project-section .project-wrapper .slick-slider,.shop-section .shop-grids,.team-section .team-wrapper .slick-slider,.team-section-s2 .team-wrapper .slick-slider {
    margin: 0 -15px
}

.project-area-s2 .project-wrapper .slick-slide,.project-section .project-wrapper .slick-slide,.team-section .team-wrapper .slick-slide,.team-section-s2 .team-wrapper .slick-slide {
    margin-right: 15px;
    margin-left: 15px
}

.team-section .team-wrapper .slick-next,.team-section .team-wrapper .slick-prev,.team-section-s2 .team-wrapper .slick-next,.team-section-s2 .team-wrapper .slick-prev {
    background-color: rgba(172,141,104,.3);
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    transition: .5s
}

.team-section .team-wrapper .slick-next:hover,.team-section .team-wrapper .slick-prev:hover,.team-section-s2 .team-wrapper .slick-next:hover,.team-section-s2 .team-wrapper .slick-prev:hover {
    background-color: rgba(172,141,104,.6)
}

@media (max-width: 1699px) {
    .team-section .team-wrapper .slick-prev,.team-section-s2 .team-wrapper .slick-prev {
        left:-80px
    }

    .team-section .team-wrapper .slick-next,.team-section-s2 .team-wrapper .slick-next {
        right: -80px
    }
}

@media (max-width: 1599px) {
    .team-section .team-wrapper .slick-prev,.team-section-s2 .team-wrapper .slick-prev {
        left:-60px
    }

    .team-section .team-wrapper .slick-next,.team-section-s2 .team-wrapper .slick-next {
        right: -60px
    }
}

@media (max-width: 1499px) {
    .team-section .team-wrapper .slick-prev,.team-section-s2 .team-wrapper .slick-prev {
        left:-35px
    }

    .team-section .team-wrapper .slick-next,.team-section-s2 .team-wrapper .slick-next {
        right: -35px
    }
}

.team-section .team-wrapper .slick-dots,.team-section-s2 .team-wrapper .slick-dots {
    bottom: -30px
}

.team-section .team-wrapper .slick-dots li.slick-active button,.team-section-s2 .team-wrapper .slick-dots li.slick-active button {
    background-color: #fff;
    border: 2px solid #ffc256
}

.team-section .team-wrapper .slick-dots button,.team-section-s2 .team-wrapper .slick-dots button {
    background-color: #ffc256;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-radius: 50%
}

.project-area-s2::after,.project-area-s2::before {
    position: absolute;
    border-radius: 50%;
    opacity: .1;
    z-index: -1;
    background: #ffc256;
    overflow: hidden;
    content: ""
}

.project-area-s2,.project-section {
    position: relative;
    padding-top: 110px;
    overflow: hidden;
    z-index: 1
}

.project-section .section-title h2 {
    color: #0a7414
}

.project-area-s2::before {
    bottom: -250px;
    left: -210px;
    width: 1100px;
    height: 1100px
}

.project-area-s2::after {
    top: -250px;
    right: -280px;
    width: 1100px;
    height: 1100px
}

.project-area-s2 .section-title .shape-title,.project-section .section-title .shape-title {
    left: 74px
}

.project-area-s2 .project-right,.project-section .project-right {
    text-align: center;
    border: 1px solid #e0d8ce;
    padding-top: 15px;
    width: 230px;
    height: 82px;
    margin: 0 0 0 auto
}

.project-area-s2 .project-right a .theme-btn,.project-area-s2 .project-right a .view-cart-btn,.project-section .project-right a .theme-btn,.project-section .project-right a .view-cart-btn {
    padding: 20px 45px
}

.project-area-s2 .project-wrapper,.project-section .project-wrapper {
    margin-top: 35px;
    padding-bottom: 55px
}

.project-area-s2 .project-wrapper .project-single,.project-section .project-wrapper .project-single {
    background: 0 0;
    transition: .4s ease-in-out;
    padding: 11px;
    margin-bottom: 20px
}

@media (max-width: 1280px) {
    .project-area-s2::after,.project-area-s2::before,.project-section::after,.project-section::before {
        width:900px;
        height: 900px
    }

    .project-area-s2 .project-wrapper .project-single,.project-section .project-wrapper .project-single {
        padding: 30px 25px
    }
}

.project-area-s2 .project-wrapper .project-single .project-single-text,.project-section .project-wrapper .project-single .project-single-text,.project-single-area .project-single-wrap .project-single .project-single-text {
    padding-top: 35px;
    text-align: left
}

.project-section .project-wrapper .project-single .project-single-text h2 {
    font-size: 1.5rem;
    color: #0a3a3a;
    text-align: center;
    text-transform: capitalize
}

.project-area-s2 .project-wrapper .project-single .project-single-text span,.project-section .project-wrapper .project-single .project-single-text span {
    font-family: "DM Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #c2ab90;
    transition: .4s ease-in-out;
    display: block
}

.project-area-s2 .project-wrapper .project-single .project-single-text a h2,.project-section .project-wrapper .project-single .project-single-text a h2 {
    font-family: Vidaloka,serif;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 9px;
    transition: .4s ease-in-out
}

.project-area-s2 .project-wrapper .project-single:hover .project-single-text a h2,.project-section .project-wrapper .project-single:hover .project-single-text a h2 {
    color: #c2ab90
}

.testimonial-section,.testimonial-section-s2 {
    position: relative;
    z-index: 1;
    margin-top: 0
}

.testimonial-section .testimonial-wrapper,.testimonial-section-s2 .testimonial-wrapper {
    padding: 40px;
    background: url(../images/testimonial-bg.jpg) center/cover,no-repeat;
    width: 100%;
    position: relative;
    z-index: 1
}

.testimonial-section .testimonial-wrapper::before,.testimonial-section-s2 .testimonial-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1
}

.testimonial-section .testimonial-wrapper .testimonial-text,.testimonial-section-s2 .testimonial-wrapper .testimonial-text {
    background: #fff;
    margin-top: 80px;
    margin-left: 80px;
    text-align: center;
    padding: 80px 50px 180px;
    border-bottom: 10px solid #ffc256
}

@media (max-width: 1399px) {
    .team-section .team-wrapper .slick-prev,.team-section-s2 .team-wrapper .slick-prev {
        left:-15px
    }

    .team-section .team-wrapper .slick-next,.team-section-s2 .team-wrapper .slick-next {
        right: -15px
    }

    .testimonial-section .testimonial-wrapper .testimonial-text,.testimonial-section-s2 .testimonial-wrapper .testimonial-text {
        padding: 64px 40px 177px;
        margin-left: 50px;
        margin-top: 48px
    }
}

@media (max-width: 1199px) {
    .testimonial-section .testimonial-wrapper .testimonial-text,.testimonial-section-s2 .testimonial-wrapper .testimonial-text {
        padding:32px 20px 106px;
        margin-left: 50px;
        margin-top: 19px
    }
}

@media (max-width: 991px) {
    .cta-section {
        margin:0;
        padding: 90px 0 71px
    }

    .cta-section .cta-wrapper {
        padding: 25px
    }

    .cta-section .cta-wrapper .cta-left h2 {
        font-size: 28px;
        line-height: 40px
    }

    .team-section .team-wrapper .team-single .team-single-text a h2,.team-section-s2 .team-wrapper .team-single .team-single-text a h2 {
        font-size: 23px
    }

    .team-section .team-wrapper .slick-next,.team-section .team-wrapper .slick-prev,.team-section-s2 .team-wrapper .slick-next,.team-section-s2 .team-wrapper .slick-prev {
        display: none!important
    }

    .project-area-s2,.project-section {
        padding-top: 82px
    }

    .project-area-s2::after,.project-area-s2::before,.project-section::after,.project-section::before {
        width: 500px;
        height: 500px
    }

    .project-area-s2 .section-title,.project-section .section-title {
        text-align: center
    }

    .project-area-s2 .section-title .shape-title,.project-section .section-title .shape-title {
        left: 50%
    }

    .project-area-s2 .project-right,.project-section .project-right {
        margin: 0 auto;
        width: 240px;
        height: 88px
    }

    .project-area-s2 .project-right a .theme-btn,.project-area-s2 .project-right a .view-cart-btn,.project-section .project-right a .theme-btn,.project-section .project-right a .view-cart-btn {
        padding: 20px
    }

    .project-area-s2 .project-wrapper,.project-section .project-wrapper {
        padding-bottom: 90px
    }

    .testimonial-section,.testimonial-section-s2 {
        margin: 0;
        padding-bottom: 73px
    }

    .testimonial-section .testimonial-wrapper .testimonial-text,.testimonial-section-s2 .testimonial-wrapper .testimonial-text {
        margin: 80px 80px 0;
        padding: 80px 50px 180px
    }

    .testimonial-section .testimonial-wrapper .testimonial-img,.testimonial-section-s2 .testimonial-wrapper .testimonial-img {
        display: none
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding:80px 0 41px
    }

    .cta-section .cta-wrapper .cta-left h2 {
        text-align: center
    }

    .cta-section .cta-wrapper .cta-right {
        text-align: center;
        margin-top: 20px
    }

    .team-section .team-wrapper .team-single .team-single-text a h2,.team-section-s2 .team-wrapper .team-single .team-single-text a h2 {
        font-size: 20px;
        line-height: 25px
    }

    .project-area-s2,.project-section {
        padding-top: 72px
    }

    .project-area-s2 .project-right,.project-section .project-right {
        width: 180px;
        height: 75px
    }

    .project-area-s2 .project-wrapper,.project-section .project-wrapper {
        padding-bottom: 80px
    }

    .testimonial-section,.testimonial-section-s2 {
        margin: 0;
        padding-bottom: 63px
    }

    .testimonial-section .testimonial-wrapper .testimonial-text,.testimonial-section-s2 .testimonial-wrapper .testimonial-text {
        margin: 80px 80px 0;
        padding: 30px 20px 120px
    }
}

.service-section-s2 .scervice-item .scervice-item-img,.service-section-s3 .scervice-item .scervice-item-img,.testimonial-section .testimonial-wrapper .testimonial-text img,.testimonial-section-s2 .testimonial-wrapper .testimonial-text img {
    margin: 0 auto
}

.testimonial-section .testimonial-wrapper .testimonial-text p,.testimonial-section-s2 .testimonial-wrapper .testimonial-text p {
    font-family: Vidaloka,serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    color: #484653;
    padding: 0 20px;
    margin-bottom: 0;
    margin-top: 50px
}

@media (max-width: 1399px) {
    .testimonial-section .testimonial-wrapper .testimonial-text p,.testimonial-section-s2 .testimonial-wrapper .testimonial-text p {
        font-size:19px;
        padding: 0 10px
    }
}

@media (max-width: 1199px) {
    .testimonial-section .testimonial-wrapper .testimonial-text p,.testimonial-section-s2 .testimonial-wrapper .testimonial-text p {
        font-size:19px;
        padding: 0
    }
}

@media (max-width: 425px) {
    .hero-style-1 .hero-right-text {
        padding:10px;
        width: 310px
    }

    .hero-style-1 .hero-right-text .grid .info::before {
        left: 10px;
        top: 30px;
        width: 60px;
        height: 60px
    }

    .hero-style-1 .hero-right-text .grid .info h3 {
        font-size: 75px;
        line-height: 90px
    }

    .hero-style-1 .hero-right-text .grid .text h4 {
        font-size: 20px;
        margin-bottom: 0
    }

    .service-section .shape-1::before,.service-section-s2 .shape-1::before,.service-section-s3 .shape-1::before {
        position: unset
    }

    .service-section .scervice-wrap .scervice-item,.service-section-s2 .scervice-wrap .scervice-item,.service-section-s3 .scervice-wrap .scervice-item {
        padding: 25px 20px
    }

    .testimonial-section .testimonial-wrapper .testimonial-text,.testimonial-section-s2 .testimonial-wrapper .testimonial-text {
        margin: 20px 20px 0;
        padding: 20px 10px 80px
    }

    .testimonial-section .testimonial-wrapper .testimonial-text p,.testimonial-section-s2 .testimonial-wrapper .testimonial-text p {
        font-size: 15px;
        line-height: 25px
    }
}

.testimonial-section .testimonial-wrapper .testimonial-text h3,.testimonial-section-s2 .testimonial-wrapper .testimonial-text h3 {
    font-family: Vidaloka,serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    color: #0d0925;
    margin-top: 50px;
    position: relative
}

.testimonial-section .testimonial-wrapper .testimonial-text h3::after,.testimonial-section-s2 .testimonial-wrapper .testimonial-text h3::after {
    position: absolute;
    top: -30px;
    left: 50%;
    content: "";
    background: #ffc256;
    width: 90px;
    height: 3px;
    transform: translate(-50%,-50%)
}

.testimonial-section .testimonial-wrapper .testimonial-text span,.testimonial-section-s2 .testimonial-wrapper .testimonial-text span {
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #66717a
}

.testimonial-section .testimonial-wrapper .testimonial-img,.testimonial-section-s2 .testimonial-wrapper .testimonial-img {
    padding-top: 100px
}

.testimonial-section .testimonial-wrapper .testimonial-img img,.testimonial-section-s2 .testimonial-wrapper .testimonial-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonial-section .testimonial-wrapper .testimonial-slider .slick-dots,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dots {
    bottom: 10%;
    left: 55%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none
}

.testimonial-section .testimonial-wrapper .testimonial-slider .slick-dots li,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dots li {
    margin: 0 .25rem
}

.testimonial-section .testimonial-wrapper .testimonial-slider .slick-dots button,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ffc256;
    text-indent: -9999px;
    opacity: .5
}

.testimonial-section .testimonial-wrapper .testimonial-slider .slick-dots li.slick-active button,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dots li.slick-active button {
    background-color: #ffc256;
    opacity: 1
}

.testimonial-section-s2.testimonial-section-s2,.testimonial-section.testimonial-section-s2 {
    margin-top: 0
}

.partners-section {
    background: url(../images/partners/partners-bg.jpg) center/cover no-repeat;
    position: relative;
    z-index: 1
}

.partners-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #092f2f;
    z-index: -1;
    opacity: .9
}

.partners-section .partners-slider .grid img {
    margin: 0 auto;
    transition: .3s ease-in-out
}

.partners-section .partners-slider .grid:hover img {
    filter: grayscale(100%)
}

.partners-section .partners-slider .owl-item img {
    width: auto;
    height: 122px;
    object-fit: contain;
}

.blog-section {
    background: #ede4de;
    padding: 75px 0
}

.blog-section .blog-wrapper .blog-single .images img {
    width: 100%;
    height: 265px;
}

.blog-section .blog-wrapper .blog-single .images .date {
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f7f2ee;
    text-align: center;
    width: 63px;
    height: 72px;
    -webkit-clip-path: polygon(0 20%,100% 0,100% 100%,0% 100%);
    clip-path: polygon(0 20%,100% 0,100% 100%,0% 100%);
    transition: .4s ease-in-out
}

.blog-section .blog-wrapper .blog-single .images .date h3 {
    font-family: "DM Sans",sans-serif;
    font-size: 29px;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: -7px;
    color: #0a3a3a
}

.blog-section .blog-wrapper .blog-single .images .date span {
    font-family: "DM Sans",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    color: #ffc256;
    transition: .4s ease-in-out
}

.blog-section .blog-wrapper .blog-single .text {
    padding: 60px 40px 50px;
    border: 1px solid #f7f2ee;
    border-top: 0;
    transition: .4s ease-in-out;
    text-align: left;
    margin-bottom: 30px;
    background-color: #ddd;
}
.format-standard-image ol li {
    color: #198754;
}
.blog-section .blog-wrapper .blog-single .text span {
    font-family: "DM Sans",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: .13em;
    color: #66717a;
    transition: .4s ease-in-out;
    text-transform: uppercase
}

.blog-section .blog-wrapper .blog-single .text h2 {
    font-family: Vidaloka,serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    color: #0a3a3a;
    height: 47px;
    margin-top: 10px;
    margin-bottom: 37px;
    transition: .4s ease-in-out;
    overflow: hidden;
    line-height: 1.2;
}

.blog-section .blog-wrapper .blog-single .text a {
    color: #096d13;
    background: #f7f2ee;
    font-family: "DM Sans",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: .16em;
    text-align: center;
    padding: 15px 20px;
    transition: .4s ease-in-out;
    border: 1px solid transparent
}

.blog-section .blog-wrapper .blog-single:hover .images .date,.blog-section .blog-wrapper .blog-slider .owl-item.active.center .images .date {
    background: #f7f2ee;
    -webkit-clip-path: polygon(0 0,100% 20%,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 20%,100% 100%,0% 100%)
}

.blog-section .blog-wrapper .blog-single:hover .text {
    background: #0a7113;
    margin-top: 10px;
    padding: 50px 40px;
    border: 1px solid transparent;
    border-top: 0
}

.blog-section .blog-wrapper .blog-single:hover .text a,.blog-section .blog-wrapper .blog-slider .owl-item.active.center .text a {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.blog-section .blog-wrapper .blog-slider.owl-carousel {
    width: 101%
}

.blog-section .blog-wrapper .blog-slider.owl-carousel .blog-single {
    background-color: #fff
}

.blog-section .blog-wrapper .blog-slider .owl-item.active.center .text {
    background: #0a7414;
    margin-top: 10px;
    padding: 50px 40px;
    border: 1px solid transparent;
    border-top: 0
}

@media (max-width: 1199px) {
    .testimonial-section .testimonial-wrapper .testimonial-slider .slick-dots,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dots {
        bottom:5%
    }

    .blog-section .blog-wrapper .blog-single .text,.blog-section .blog-wrapper .blog-single:hover .text,.blog-section .blog-wrapper .blog-slider .owl-item.active.center .text {
        padding: 60px 20px 50px
    }
}

.about-area-s2 .about-img:before {
    position: absolute;
    left: 3%;
    top: 3%;
    width: 94%;
    height: 94%;
    content: "";
    border: 1px solid rgba(255,255,255,.6)
}

.about-area-s2 .about-text {
    padding-left: 80px
}

.about-area-s2 .about-text .about-title span {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffc256;
    padding-left: 80px;
    position: relative
}

.about-area-s2 .about-text .about-title span:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    content: "";
    background: #ffc256
}

.about-area-s2 .about-text .about-title h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    margin-top: 20px;
    margin-bottom: 30px
}

.about-area-s2 .about-text h5 {
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
    color: #4d4c60;
    font-weight: 400;
    margin-bottom: 30px
}

.about-area-s2 .about-text p {
    font-size: 16px;
    color: #595959
}

.about-area-s2 .about-text .btns {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.about-area-s2 .about-text .btns ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 20px
}

.about-area-s2 .about-text .btns ul li .video-btn {
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    box-shadow: 0 2px 4px 2px rgba(146,139,104,.16);
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    color: #ffc256;
    margin-right: 10px
}

.about-area-s2 .about-text .btns ul li.video-text a {
    color: #0d0925;
    font-weight: 600;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: 0 0
}

#Donations .submit-area,#map ul li,.error-404-section,.nice-select .option,.project-area-s2 .section-title,.service-section-s2 .scervice-item,.service-section-s3 .scervice-item,.shop-single-section .shop-single-slider .slider-for,.shop-single-section .shop-single-slider .slider-nav .slick-slide,.single-pricing-box .pricing-features-list {
    text-align: center
}

.service-section-s2 .scervice-item .scervice-item-img img,.service-section-s3 .scervice-item .scervice-item-img img {
    width: 40px
}

.service-section-s2 .service-slider .owl-nav button,.service-section-s3 .service-slider .owl-nav button {
    position: absolute;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 46px;
    text-align: center;
    background: 0 0;
    transition: .3s;
    border: 1px solid #ffc256;
    color: #ffc256;
    text-decoration: none;
    border-radius: 50%
}

.service-section-s2 .service-slider .owl-nav button:hover,.service-section-s3 .service-slider .owl-nav button:hover {
    background: #ffc256;
    color: #fff;
    text-decoration: none;
    border-radius: 50%
}

.service-section-s2 .service-slider .owl-nav .owl-prev,.service-section-s3 .service-slider .owl-nav .owl-prev {
    left: -9%;
    bottom: 30%
}

.service-section-s2 .service-slider .owl-nav button.owl-next,.service-section-s3 .service-slider .owl-nav button.owl-next {
    right: -9%;
    bottom: 30%
}

@media (max-width: 1599px) {
    .service-section-s2 .service-slider .owl-nav .owl-prev,.service-section-s3 .service-slider .owl-nav .owl-prev {
        left:-60px
    }

    .service-section-s2 .service-slider .owl-nav button.owl-next,.service-section-s3 .service-slider .owl-nav button.owl-next {
        right: -60px
    }
}

@media (max-width: 1499px) {
    .project-area-s2 .project-wrapper .project-single .project-single-text a h2,.project-section .project-wrapper .project-single .project-single-text a h2 {
        font-size:17px
    }

    .service-section-s2 .service-slider .owl-nav .owl-prev,.service-section-s3 .service-slider .owl-nav .owl-prev {
        left: -35px
    }

    .service-section-s2 .service-slider .owl-nav button.owl-next,.service-section-s3 .service-slider .owl-nav button.owl-next {
        right: -35px
    }
}

@media (max-width: 1399px) {
    .service-section-s2 .service-slider .owl-nav .owl-prev,.service-section-s3 .service-slider .owl-nav .owl-prev {
        left:-15px
    }

    .service-section-s2 .service-slider .owl-nav button.owl-next,.service-section-s3 .service-slider .owl-nav button.owl-next {
        right: -15px
    }
}

.service-section-s2 .service-slider .owl-dots,.service-section-s3 .service-slider .owl-dots {
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.service-section-s2 .service-slider .owl-dots button,.service-section-s3 .service-slider .owl-dots button {
    border: 0;
    width: 10px;
    height: 12px;
    margin: 5px;
    border-radius: 50%
}

.team-section-s2 {
    padding-bottom: 90px
}

.gallery-item,.team-section-s2 .team-wrapper .team-single {
    position: relative;
    margin-bottom: 30px
}

.team-section-s2 .team-wrapper .team-single .team-single-text {
    width: 100%;
    position: unset;
    opacity: 1;
    visibility: visible;
    left: 0;
    transform: none
}

.fun-fact-section,.fun-fact-section-s2 {
    text-align: center;
    background: #f7f2ee;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: none
}

.fun-fact-section h2,.fun-fact-section-s2 h2 {
    font-size: 30px;
    font-size: calc-rem-value(30);
    font-weight: 600;
    margin: 0 0 1.8em
}

.fun-fact-section .fun-fact-grids .grid,.fun-fact-section-s2 .fun-fact-grids .grid {
    width: 25%;
    float: left
}

.fun-fact-section .grid h3,.fun-fact-section-s2 .grid h3 {
    font-size: 65px;
    font-size: calc-rem-value(65);
    font-weight: 700;
    color: #0a3a3a;
    margin: 0 0 .2em;
    font-family: Vidaloka,serif;
    display: flex;
    align-items: center;
    justify-content: center
}

.fun-fact-section .grid h3+p,.fun-fact-section-s2 .grid h3+p {
    font-size: 18px;
    font-size: calc-rem-value(15);
    text-transform: uppercase;
    margin: 0;
    color: #0a3a3a;
    font-family: "DM Sans",sans-serif;
    letter-spacing: 3px
}

.fun-fact-section .shape-1,.fun-fact-section-s2 .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10
}

.fun-fact-section .shape-1 svg,.fun-fact-section .shape-2 svg,.fun-fact-section-s2 .shape-1 svg,.fun-fact-section-s2 .shape-2 svg {
    fill: #0a3a3a
}

.fun-fact-section .shape-2,.fun-fact-section-s2 .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -10
}

.project-area-s2,.service-section-s3 {
    padding: 120px 0
}

.service-section-s3 .scervice-wrap .scervice-item {
    padding: 0;
    background: 0 0;
    overflow: hidden
}

.service-section-s3 .scervice-wrap .scervice-item .scervice-item-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden
}

.service-section-s3 .scervice-wrap .scervice-item .scervice-item-img img {
    width: 100%;
    transition: .3s ease-in-out
}

.service-section-s3 .scervice-wrap .scervice-item .scervice-item-img .content {
    position: absolute;
    left: 0;
    bottom: -25px;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.service-section-s3 .scervice-wrap .scervice-item .scervice-item-img .content h2 a {
    background: #ffc256;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    padding: 10px 15px
}

.service-section-s3 .scervice-wrap .scervice-item:hover .scervice-item-img .content {
    bottom: 9px;
    opacity: 1;
    visibility: visible
}

.pricing-section .pricing-wrap .pricing-item,.pricing-section-s2 .pricing-wrap .pricing-item {
    box-shadow: 0 2px 16.8px 3.2px rgba(0,38,66,.08)
}

.pricing-section .pricing-wrap .pricing-item .pricing-top,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-top {
    padding: 0 30px;
    text-align: center
}

.pricing-section .pricing-wrap .pricing-item .pricing-top .pricing-thumb,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-top .pricing-thumb {
    display: inline-block;
    padding: 3px 30px 5px;
    background: #ffc256;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.pricing-section .pricing-wrap .pricing-item .pricing-top .pricing-thumb span,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-top .pricing-thumb span {
    text-transform: uppercase;
    color: #fff
}

.pricing-section .pricing-wrap .pricing-item .pricing-top .pricing-text,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-top .pricing-text,.shop-single-section .product-details .product-option {
    margin-top: 30px
}

.pricing-section .pricing-wrap .pricing-item .pricing-top .pricing-text h2,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-top .pricing-text h2 {
    color: #0a3a3a;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-weight: 700
}

.pricing-section .pricing-wrap .pricing-item .pricing-top .pricing-text h2 span,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-top .pricing-text h2 span {
    font-weight: 500;
    color: #0d0925;
    font-size: 16px;
    text-transform: uppercase
}

.pricing-section .pricing-wrap .pricing-item .pricing-top .pricing-text p,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-top .pricing-text p {
    padding-bottom: 30px;
    max-width: 282px;
    margin: 0 auto;
    color: #484653;
    border-bottom: 1px solid #ffc256
}

.pricing-section .pricing-wrap .pricing-item .pricing-bottom,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-bottom {
    padding: 35px 40px 40px;
    text-align: center
}

.pricing-section .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text ul li,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text ul li {
    color: #66717a;
    padding-bottom: 15px
}

.pricing-section .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text a,.pricing-section-s2 .pricing-wrap .pricing-item .pricing-bottom .pricing-bottom-text a {
    font-size: 16px;
    color: #ffc256;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    padding: 10px 25px;
    border: 1px solid #ffc256
}

.cart-area .order-wrap,.checkout-area .biling-item-2 .billing-adress,.project-area-s2 .container-fluid {
    padding: 0
}

.project-area-s2 .section-title .shape-title {
    left: 50%
}

.project-area-s2 .project-wrap .project-item .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.project-area-s2 .project-wrap .project-item .project-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c1145;
    content: "";
    opacity: 0;
    z-index: 1;
    transition: .3s;
    visibility: hidden
}

.project-area-s2 .project-wrap .project-item .project-img .left-border {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    height: 100%;
    z-index: 11
}

.project-area-s2 .project-wrap .project-item .project-img .left-border:before {
    position: absolute;
    left: 50%;
    top: 15px;
    height: 1px;
    width: 0;
    background: #fff;
    content: "";
    transition: .3s;
    transform: translateX(-50%)
}

.project-area-s2 .project-wrap .project-item .project-img .left-border::after {
    position: absolute;
    left: 15px;
    top: 50%;
    height: 0;
    width: 1px;
    background: #fff;
    content: "";
    transition: .3s;
    transform: translateY(-50%)
}

.project-area-s2 .project-wrap .project-item .project-img .right-border {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    z-index: 11
}

.project-area-s2 .project-wrap .project-item .project-img .right-border:before {
    position: absolute;
    right: -80%;
    bottom: 15px;
    height: 1px;
    width: 0;
    background: #fff;
    content: "";
    transition: .3s;
    transform: translateX(-50%)
}

.project-area-s2 .project-wrap .project-item .project-img .right-border::after {
    position: absolute;
    right: 15px;
    height: 0;
    width: 1px;
    background: #fff;
    content: "";
    transition: .3s;
    top: 50%;
    transform: translateY(-50%)
}

.project-area-s2 .project-wrap .project-item .project-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 111;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.project-area-s2 .project-wrap .project-item .project-text h2 {
    font-size: 40px;
    line-height: 58px
}

.project-area-s2 .project-wrap .project-item .project-text span {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.project-area-s2 .project-wrap .project-item:hover .project-img:before {
    opacity: .5;
    visibility: visible
}

.project-area-s2 .project-wrap .project-item:hover .project-img .left-border:before,.project-area-s2 .project-wrap .project-item:hover .project-img .right-border:before {
    width: 120%
}

.project-area-s2 .project-wrap .project-item:hover .project-img .left-border::after,.project-area-s2 .project-wrap .project-item:hover .project-img .right-border::after {
    height: 120%
}

.project-area-s2 .project-wrap .project-item:hover .project-text,.shop-single-section .product-info .nav-tabs a.active:before,.shop-single-section .product-info .nav-tabs a:hover:before,body .survey-modal.toggle-survey-modal .modal-body .survey-wrapper {
    opacity: 1;
    visibility: visible
}

.project-area-s2 .project-wrap .project-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0
}

@media (max-width: 1500px) {
    .site-footer .contact-ft {
        padding-right:0
    }

    .project-area-s2 .project-wrap .project-grids .grid {
        padding: 0
    }
}

.project-area-s2 .project-wrap .project-grids .grid:nth-child(4),.project-area-s2 .project-wrap .project-grids .grid:nth-child(5) {
    width: 50%
}

.project-single-area {
    padding-bottom: 70px
}

.project-single-area .project-single-wrap .project-single-title h3,.service-single-area .service-single-wrap .service-single-title h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 130.5%;
    margin-bottom: 20px
}

.project-single-area .project-single-wrap .project-single-item {
    margin-bottom: 50px
}

.checkout-area .note-area p,.checkout-area label,.contact-pg-section .contact-title p,.ex-wiget ul li,.payment-area .contact-form label,.project-single-area .project-single-wrap .project-single-item p,.service-single-area .service-single-wrap .service-single-item p,.shop-single-section .product-details .product-rt span,.shop-single-section .product-info .client-rv .name-rating .product-rt span {
    color: #484653
}

.project-single-area .project-single-wrap .project-single-item .project-single-main-img {
    margin-bottom: 50px;
    margin-top: 20px
}

.project-single-area .project-single-wrap .project-single-item .project-single-main-img img {
    height: 510px;
    object-fit: contain
}

.blog-pg-section .format-gallery .owl-controls,.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.blog-pg-section .format-gallery .owl-nav [class*=owl-],.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-nav [class*=owl-] {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    color: #ffc256;
    transition: .3s;
    border: 0
}

.blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before,.cart-area .cart-wrap .action a .fi::before,.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-nav [class*=owl-] .fi::before {
    font-size: 20px
}

.blog-pg-section .format-gallery .owl-nav .owl-next,.blog-pg-section .format-gallery .owl-nav .owl-prev,.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-nav .owl-next,.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.blog-pg-section .format-gallery .owl-nav .owl-prev,.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-nav .owl-prev {
    left: 15px
}

.blog-pg-section .format-gallery .owl-nav .owl-next,.project-single-area .project-single-wrap .project-single-item .project-single-main-img .owl-nav .owl-next {
    right: 15px
}

.project-single-area .project-single-wrap .project-single-item .project-single-content-des-right {
    max-width: 380px;
    flex-basis: 35%;
    margin-left: auto;
    margin-bottom: 50px
}

.project-single-area .project-single-wrap .project-single-item .project-single-content-des-right ul {
    list-style: none;
    padding: 50px 30px;
    box-shadow: 0 2px 10px rgba(14,29,44,.15)
}

.project-single-area .project-single-wrap .project-single-item .project-single-content-des-right ul li {
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    color: #0a3a3a;
    position: relative;
    justify-content: space-between;
    font-weight: 600
}

.project-single-area .project-single-wrap .project-single-item .project-single-content-des-right ul li span {
    flex-basis: 60%;
    color: #484653;
    font-weight: 400
}

.project-single-area .project-single-wrap .project-single-item .project-single-content-des-right ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.project-single-area .project-single-wrap .project-single-item .project-single-content-des-right ul li:first-child {
    padding-top: 0
}

.project-single-area .project-single-wrap .list-widget ul li {
    padding: 7px 0 7px 35px;
    position: relative;
    color: #484653
}

.project-single-area .project-single-wrap .list-widget ul li:before,.service-single-area .service-single-wrap .list-widget ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: rgba(172,141,104,.1);
    content: "\e64c";
    font-family: themify;
    text-align: center;
    color: #ffc256;
    font-size: 14px
}

.project-single-area .project-single-wrap .p-details-img,.service-single-area .service-single-wrap .p-details-img,.shop-single-section .product-info .review-form .give-rat-sec {
    margin-bottom: 10px
}

.project-single-area .project-single-wrap .project-single-item-quote {
    padding: 45px;
    background: rgba(172,141,104,.1);
    text-align: center;
    border-radius: 15px
}

.project-single-area .project-single-wrap .project-single-item-quote p {
    font-size: 22px;
    margin-bottom: 30px;
    color: #0a3a3a;
    line-height: 44px
}

.project-single-area .project-single-wrap .project-single-item-quote span {
    font-size: 22px;
    font-weight: 600;
    color: #0a3a3a
}

.project-single-area .project-single-wrap .project-single-item-quote span span {
    color: #ffc256;
    font-weight: 400
}

.project-single-area .project-single-wrap .project-contact-area {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 8px 2px rgba(22,14,71,.1)
}

.checkout-area .cout-order-area .oreder-item ul li.s-total,.project-single-area .project-single-wrap .project-contact-area .contact-title h2 {
    font-weight: 400
}

.project-single-area .project-single-wrap .project-contact-area .contact-form-area .form-control {
    height: 50px;
    border: 0;
    border-bottom: 1px solid #f1eae5;
    border-radius: 0;
    background: 0 0
}

.checkout-area .billing-adress .form-style input:focus,.checkout-area .billing-adress .form-style select:focus,.project-single-area .project-single-wrap .project-contact-area .contact-form-area .form-control:focus,.service-single-area .service-single-wrap .service-contact-area .contact-form-area .form-control:focus {
    outline: 0;
    box-shadow: none
}

.project-single-area .project-single-wrap .project-contact-area .contact-form-area textarea.form-control,.service-single-area .service-single-wrap .service-contact-area .contact-form-area textarea.form-control {
    height: 120px
}

.contact-pg-section form select:focus,.project-single-area .project-single-wrap .project-contact-area .contact-form-area select.form-control,.service-single-area .service-single-wrap .service-contact-area .contact-form-area select.form-control {
    background: url(../images/select-icon2.png) calc(100% - 15px) center no-repeat
}

.project-single-area .project-single-wrap .project-single {
    background: #f7f2ee;
    transition: .4s ease-in-out;
    padding: 35px
}

@media (max-width: 1280px) {
    .project-area-s2 .project-wrapper .project-single .project-single-text span,.project-section .project-wrapper .project-single .project-single-text span {
        font-size:12px
    }

    .project-single-area .project-single-wrap .project-single {
        padding: 30px 25px
    }
}

@media (max-width: 580px) {
    .project-area-s2 .project-wrapper .project-single,.project-section .project-wrapper .project-single,.project-single-area .project-single-wrap .project-single {
        padding:25px 15px
    }
}

.project-single-area .project-single-wrap .project-single .project-single-img img {
    width: 100%;
    transition: .4s ease-in-out;
    height: 180px
}

.project-single-area .project-single-wrap .project-single .project-single-text span {
    font-family: "DM Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #ffc256;
    transition: .4s ease-in-out;
    display: block
}

@media (max-width: 1280px) {
    .project-single-area .project-single-wrap .project-single .project-single-text span {
        font-size:12px
    }
}

.project-single-area .project-single-wrap .project-single .project-single-text a h2 {
    font-family: Vidaloka,serif;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 9px;
    transition: .4s ease-in-out;
    display: inline-block
}

@media (max-width: 1499px) {
    .project-single-area .project-single-wrap .project-single .project-single-text a h2 {
        font-size:20px
    }
}

.service-single-area {
    padding-bottom: 80px
}

.service-single-area .service-single-wrap .service-single-item {
    margin-bottom: 40px
}

.service-single-area .service-single-wrap .list-widget {
    max-width: 590px
}

.service-single-area .service-single-wrap .list-widget ul li {
    padding: 10px 0 10px 35px;
    position: relative;
    color: #484653
}

.service-single-area .service-single-wrap .service-area {
    padding-bottom: 0
}

.service-single-area .service-single-wrap .service-area .service-item {
    padding: 20px;
    box-shadow: 0 2px 10px 2px rgba(21,44,88,.05);
    margin-bottom: 30px
}

.service-single-area .service-single-wrap .service-area .service-item i::before {
    font-size: 60px;
    color: #ffc256;
    line-height: 1.5
}

.service-single-area .service-single-wrap .service-area .service-item h2 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 0
}

@media (max-width: 1400px) {
    .about-area-s2 .about-text {
        padding-left:40px
    }

    .service-single-area .service-single-wrap .service-area .service-item h2 {
        font-size: 19px;
        margin-bottom: 10px
    }
}

@media (max-width: 1200px) {
    .about-area-s2 .about-text {
        padding-left:20px
    }

    .about-area-s2 .about-text .about-title h2 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 20px
    }

    .fun-fact-section .grid h3,.fun-fact-section-s2 .grid h3 {
        font-size: 50px;
        ont-size: calc-rem-value(50)
    }

    .project-single-area .project-single-wrap .project-single-item .project-single-content-des-right {
        flex-basis: 100%;
        margin-bottom: 40px
    }

    .service-single-area .service-single-wrap .service-area .service-item {
        padding: 20px 10px
    }

    .service-single-area .service-single-wrap .service-area .service-item h2 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px
    }

    .contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0
    }
}

.service-single-area .service-single-wrap .service-area .service-item p {
    margin-bottom: 5px
}

.service-single-area .service-single-wrap .service-contact-area {
    padding: 30px;
    box-shadow: 0 2px 8px 2px rgba(22,14,71,.1);
    border-radius: 20px;
    background: #fff
}

.service-single-area .service-single-wrap .service-contact-area .contact-form-area .form-control {
    height: 50px;
    border: 0;
    border-bottom: 1px solid #f1eae5;
    border-radius: 0
}

.team-pg-area {
    max-width: 1080px;
    margin: 0 auto
}

.team-info-img {
    padding: 25px
}

.team-info-img img {
    width: 100%;
    height: 465px;
    -o-object-fit: cover;
    object-fit: cover
}

.team-info-text {
    padding: 58px 50px
}

.team-info-text ul li {
    font-size: 17px;
    color: #1d2327;
    font-weight: 400;
    margin-bottom: 22px;
    list-style: none
}

.team-info-text ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.team-info-text ul li span {
    font-size: 16px;
    color: #8c8c8c;
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-weight: 400
}

.at-progress {
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    padding: 40px 0
}

@media (max-width: 991px) {
    .testimonial-section .testimonial-wrapper .testimonial-slider .slick-dots,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dots {
        bottom:10%;
        left: 50%
    }

    .about-area-s2 .about-text {
        padding-left: 0;
        padding-top: 30px
    }

    .service-section-s2 .service-slider .owl-nav button,.service-section-s3 .service-slider .owl-nav button {
        display: none
    }

    .service-section-s2 .service-slider .owl-dots,.service-section-s3 .service-slider .owl-dots {
        display: block
    }

    .team-section-s2 {
        padding-bottom: 60px
    }

    .fun-fact-section h2,.fun-fact-section-s2 h2 {
        font-size: 26px;
        font-size: calc-rem-value(26)
    }

    .fun-fact-section .grid h3,.fun-fact-section-s2 .grid h3 {
        font-size: 40px;
        font-size: calc-rem-value(40)
    }

    .fun-fact-section .grid h3+p,.fun-fact-section-s2 .grid h3+p {
        font-size: 14px;
        font-size: calc-rem-value(14)
    }

    .pricing-section .pricing-wrap .pricing-item,.pricing-section-s2 .pricing-wrap .pricing-item,.project-single-area .project-single-wrap .project-single {
        margin-bottom: 30px
    }

    .project-area-s2 {
        padding: 90px 0
    }

    .project-area-s2 .project-wrap .project-grids .grid {
        padding: 0;
        width: 50%
    }

    .project-area-s2 .project-wrap .project-grids .grid:nth-child(4) img {
        min-height: 282px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .project-area-s2 .project-wrap .project-grids .grid:nth-child(5) {
        width: 100%
    }

    .project-single-area {
        padding-bottom: 40px
    }

    .project-single-area .project-single-wrap .project-single-item .project-single-content-des-right {
        margin-left: 0;
        max-width: 100%;
        margin-top: 20px
    }

    .project-single-area .project-single-wrap .project-single-item.related-project {
        margin-bottom: 20px
    }

    .project-single-area .project-single-wrap .project-single-item-quote {
        padding: 20px;
        margin-top: 30px
    }

    .project-single-area .project-single-wrap .project-single-item-quote p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .project-single-area .project-single-wrap .project-single-item-quote span {
        font-size: 16px
    }

    .project-single-area .project-single-wrap .list-widget-s {
        margin-top: 30px
    }

    .service-single-area {
        padding-bottom: 50px
    }

    .service-single-area .service-single-wrap .service-area .service-item h2 {
        font-size: 22px
    }

    .team-info-img {
        margin-bottom: 40px
    }

    .team-info-img img {
        height: 100%
    }

    .at-progress {
        padding-bottom: 0
    }
}

.team-info-text h2 {
    font-size: 27px;
    font-weight: 400;
    color: #0a3a3a;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    background: #eee;
    padding: 20px
}

.exprience-wrap p {
    color: #5d5851
}

.exprience-wrap h2 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #0a3a3a
}

.progress {
    width: 150px;
    height: 150px;
    background: 0 0;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    overflow: unset
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 0
}

.education-area ul li:before,.progress .progress-value,.progress:before {
    border-radius: 50%;
    position: absolute
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    transform-origin: center right;
    -webkit-animation: 1.8s linear forwards loading-1;
    animation: 1.8s linear forwards loading-1
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    background: #fff;
    font-size: 30px;
    color: #ffc256;
    line-height: 135px;
    text-align: center;
    top: -5%;
    left: 5%;
    font-weight: 400;
    font-family: Vidaloka,serif
}

.donations-amount input:focus,.donations-details input:focus,.donations-details textarea:focus,.progress .progress-bar,.shop-single-section .product-info .nav-tabs .active,.shop-single-section .product-info .nav-tabs li:hover {
    border-color: #ffc256
}

.progress-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%;
    width: 100%;
    text-align: center
}

.progress-name span {
    font-size: 15px;
    color: #131058;
    line-height: 15px
}

.progress.blue .progress-left .progress-bar {
    -webkit-animation: 1.5s linear 1.8s forwards loading-2;
    animation: 1.5s linear 1.8s forwards loading-2
}

.progress.yellow .progress-left .progress-bar {
    -webkit-animation: 1s linear 1.8s forwards loading-3;
    animation: 1s linear 1.8s forwards loading-3
}

.progress.pink .progress-left .progress-bar {
    -webkit-animation: .4s linear 1.8s forwards loading-4;
    animation: .4s linear 1.8s forwards loading-4
}

.progress.green .progress-left .progress-bar {
    -webkit-animation: 1.2s linear 1.8s forwards loading-5;
    animation: 1.2s linear 1.8s forwards loading-5
}

@-webkit-keyframes loading-1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes loading-1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

@-webkit-keyframes loading-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(90deg)
    }
}

@keyframes loading-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(90deg)
    }
}

@-webkit-keyframes loading-3 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(120deg)
    }
}

@keyframes loading-3 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(120deg)
    }
}

@-webkit-keyframes loading-4 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(46deg)
    }
}

@keyframes loading-4 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(46deg)
    }
}

@-webkit-keyframes loading-5 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(36deg)
    }
}

@keyframes loading-5 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(36deg)
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom:60px
    }
}

.progress:before {
    left: -14px;
    top: -15px;
    width: 120%;
    height: 120%;
    background: #fff;
    content: ""
}

.education-area {
    max-width: 600px
}

.education-area ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
    color: #484653
}

.education-area ul li:before {
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #ffc256;
    content: ""
}

.ex-wiget,.exprience-area {
    padding-top: 60px
}

.full-col,.half-col {
    padding: 0 10px 5px
}

.ex-wiget h2 {
    font-size: 30px;
    font-weight: 400;
    color: #0a3a3a;
    margin-bottom: 30px
}

.contact-area .quote-form {
    padding-left: 0;
    margin-left: -10px
}

.contact-area .quote-form .form-control {
    height: 55px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 15px
}

.contact-area .quote-form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ffc256
}

.contact-area .quote-form textarea.form-control {
    height: 125px
}

.half-col {
    float: left;
    width: 50%
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-wrapper .testimonial-slider .slick-dots,.testimonial-section-s2 .testimonial-wrapper .testimonial-slider .slick-dots {
        bottom:2%
    }

    .service-section-s2 .scervice-item,.service-section-s3 .scervice-item {
        padding: 45px 20px
    }

    .team-section-s2 {
        padding-bottom: 50px
    }

    .fun-fact-section,.fun-fact-section-s2,.project-single-area {
        padding-bottom: 30px
    }

    .fun-fact-section h2,.fun-fact-section-s2 h2 {
        font-size: 25px;
        font-size: calc-rem-value(25)
    }

    .fun-fact-section .fun-fact-grids .grid,.fun-fact-section-s2 .fun-fact-grids .grid {
        width: 50%;
        margin-bottom: 50px
    }

    .fun-fact-section .grid h3,.fun-fact-section-s2 .grid h3 {
        font-size: 35px;
        font-size: calc-rem-value(35)
    }

    .project-area-s2 {
        padding: 90px 0
    }

    .project-area-s2 .project-wrap .project-grids .grid,.project-area-s2 .project-wrap .project-grids .grid:nth-child(4),.team-info-img img {
        width: 100%
    }

    .project-single-area .project-single-wrap .project-single-title h3,.service-single-area .service-single-wrap .service-single-title h3 {
        font-size: 25px
    }

    .service-single-area {
        padding-bottom: 40px
    }

    .team-info-text {
        padding: 40px 20px
    }

    .team-info-img {
        padding: 40px
    }

    .custom-grid {
        float: left;
        width: 50%
    }

    .exprience-area {
        padding-top: 30px
    }

    .shop-section .shop-grids {
        margin: 0 -7px
    }
}

@media (max-width: 375px) {
    .custom-grid {
        float:none;
        width: 100%
    }
}

.service-sidebar .contact-widget {
    border: 0;
    background: url(../images/bg-2.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 1
}

.service-sidebar .contact-widget h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    color: #0a3a3a
}

.shop-section .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px
}

@media (max-width: 991px) {
    .shop-section .grid {
        width:calc(50% - 30px)
    }
}

@media (max-width: 767px) {
    .shop-section .grid {
        width:calc(50% - 15px);
        margin: 0 7px 15px
    }
}

@media (max-width: 550px) {
    .shop-section .grid {
        width:calc(100% - 15px);
        float: none
    }
}

.shop-section .details {
    box-shadow: 0 2px 10px 2px rgba(21,44,88,.05);
    text-align: center;
    padding: 35px 15px
}

.shop-section .details h3 {
    font-size: 20px;
    font-size: calc-rem-value(20);
    margin: 0 0 .5em;
    font-weight: 500
}

.shop-section .details del+span {
    display: inline-block;
    padding-left: 20px
}

.checkout-area .biling-item-2,.checkout-area .submit-btn-area,.shop-section .add-to-cart {
    margin-top: 20px
}

.shop-section .add-to-cart a {
    font-family: "DM Sans",sans-serif;
    font-size: 15px;
    font-size: calc-rem-value(15);
    font-weight: 600;
    color: #ffc256;
    padding: 12px 20px;
    border: 2px solid #ffc256;
    display: inline-block;
    border-radius: 50px
}

.shop-section .add-to-cart a:hover,.shop-section .grid:hover .add-to-cart a,.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover,.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
    background-color: #ffc256;
    color: #fff
}

.shop-section .add-to-cart a i {
    font-size: 15px;
    font-size: calc-rem-value(15);
    display: inline-block;
    padding-left: 5px
}

.blog-single-section .more-posts>div>a,.shop-single-section .shop-single-slider .slider-for img,.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block
}

.shop-single-section .shop-single-slider .slider-nav {
    padding: 0 25px;
    margin-top: 35px
}

.shop-single-section .shop-single-slider .slider-nav>i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 100
}

.shop-single-section .shop-single-slider .slider-nav>i:hover {
    cursor: pointer
}

.nice-select.right .list,.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0
}

.shop-single-section .product-details {
    padding: 15px 30px 80px
}

@media (max-width: 1199px) {
    .shop-single-section .product-details {
        padding:10px 30px 15px
    }
}

.shop-single-section .product-details h2 {
    font-size: 35px;
    font-size: calc-rem-value(35);
    line-height: 1.4em;
    margin: 0 0 .33em;
    font-weight: 500
}

.shop-single-section .product-details .price {
    font-size: 25px;
    font-size: calc-rem-value(25);
    color: #ffc256;
    margin: 7px 0 20px;
    font-weight: 500
}

.shop-single-section .product-details .price .old {
    font-size: 24px;
    font-size: calc-rem-value(24);
    color: #2a1d77;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500
}

.shop-single-section .product-details .product-rt {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.shop-single-section .product-details .product-rt .rating i {
    color: #f9d322
}

.shop-single-section .product-details p,.shop-single-section .product-info p {
    margin-bottom: 1.3em;
    color: #484653
}

.shop-single-section .product-details ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #484653
}

.shop-single-section .product-details ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #ffc256;
    content: "";
    border-radius: 50%
}

.shop-single-section .product-details .tg-btm {
    margin-top: 25px
}

.shop-single-section .product-details .tg-btm p span {
    font-weight: 500;
    color: #0a3a3a;
    margin-right: 5px
}

.shop-single-section .product-details .product-option .product-row>div {
    height: 35px;
    display: inline-block
}

.shop-single-section .product-details .product-option .product-row>div+div {
    margin-left: 15px
}

.shop-single-section .product-details .product-option .product-row>div+div .theme-btn,.shop-single-section .product-details .product-option .product-row>div+div .view-cart-btn {
    border-radius: 0;
    border-width: 1px;
    height: 40px;
    padding: 0 18px
}

.shop-single-section .product-details .product-option .product-row>div:first-child {
    width: 85px
}

.shop-single-section .product-details .product-option .theme-btn,.shop-single-section .product-details .product-option .view-cart-btn {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-size: calc-rem-value(14);
    padding: 0 20px;
    height: 35px;
    line-height: 32px;
    outline: 0;
    border: 2px solid #e6e6e6;
    border-radius: 0
}

.shop-single-section .product-details .product-option .theme-btn:hover,.shop-single-section .product-details .product-option .view-cart-btn:hover {
    background-color: #ffc256;
    color: #fff;
    border-color: #ffc256
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn,.shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn {
    background-color: #fff;
    font-size: 18px;
    font-size: calc-rem-value(18);
    color: #0d0925;
    border: 1px solid #e6e6e6
}

.shop-single-section .product-details #product-count {
    border-radius: 0;
    border: 1px solid #e6e6e6
}

.shop-single-section .product-details #product-count:focus,.shop-single-section .product-info .review-form form input:focus,.shop-single-section .product-info .review-form form textarea:focus {
    box-shadow: none;
    outline: 0
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-color: #e6e6e6;
    display: block;
    padding: 1px 4px;
    font-size: 10px
}

.shop-single-section .product-info {
    margin-top: 75px
}

.shop-single-section .product-info h4 {
    font-size: 18px;
    font-size: calc-rem-value(18);
    margin: 0 0 10px;
    line-height: 1.7em;
    font-weight: 500
}

.shop-single-section .product-info .nav-tabs {
    font-family: Vidaloka,serif;
    border: 0
}

.shop-single-section .product-info .nav-tabs li {
    margin-right: 1px
}

.shop-single-section .product-info .nav-tabs a {
    font-size: 15px;
    font-size: calc-rem-value(15);
    color: #0d0925;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 12px 20px 11px;
    font-family: "DM Sans",sans-serif;
    position: relative
}

.shop-single-section .product-info .nav-tabs a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #ffc256;
    border-radius: 4px;
    content: "";
    opacity: 0;
    visibility: hidden
}

.shop-single-section .product-info .tab-content {
    border-top: 1px solid rgba(172,141,104,.3);
    padding-top: 30px;
    margin-top: -1px
}

.shop-single-section .product-info .client-rv {
    overflow: hidden;
    margin-bottom: 30px
}

.shop-single-section .product-info .client-rv .client-pic {
    width: 100px;
    float: left
}

.blog-single-section .author-box .author-avatar img,.blog-single-section .comments-area .comment-theme img,.shop-single-section .product-info .client-rv .client-pic img {
    border-radius: 50%
}

.shop-single-section .product-info .client-rv .details {
    width: calc(100% - 130px);
    float: right
}

.blog-single-section .tag-share .tag,.blog-single-section .tag-share-s2 .tag,.shop-single-section .product-info .client-rv .name-rating .product-rt {
    display: flex;
    align-items: center
}

.shop-single-section .product-info .client-rv .name-rating-time>div,.shop-single-section .product-info .client-rv .name-rating>div {
    display: inline-block;
    font-size: 14px;
    font-size: calc-rem-value(14)
}

.shop-single-section .product-info .client-rv .rating {
    font-size: 12px;
    padding-left: 12px
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase
}

.shop-single-section .product-info .client-rv .review-body {
    padding-top: 12px
}

.shop-single-section .product-info .review-form {
    margin-top: 45px
}

.shop-single-section .product-info .review-form h4 {
    font-size: 30px;
    font-weight: 500
}

.shop-single-section .product-info .review-form p {
    margin-bottom: 1.73em;
    color: #484653
}

.contact-pg-section .office-info .office-info-item .office-info-text p,.shop-single-section .product-info .review-form .give-rat-sec p {
    margin-bottom: 0;
    color: #484653
}

.shop-single-section .product-info .review-form .give-rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    margin-bottom: 10px
}

.shop-single-section .product-info .review-form .give-rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer
}

.shop-single-section .product-info .review-form .give-rating label:last-child {
    position: static
}

.shop-single-section .product-info .review-form .give-rating label:first-child {
    z-index: 5
}

#wrapper,.shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
    z-index: 4
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
    z-index: 3
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
    z-index: 2
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
    z-index: 1
}

.shop-single-section .product-info .review-form .give-rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.shop-single-section .product-info .review-form .give-rating label .icon {
    float: left;
    color: transparent
}

.shop-single-section .product-info .review-form .give-rating label:last-child .icon {
    color: #ddd
}

.shop-single-section .product-info .review-form .give-rating:hover label:hover input~.icon,.shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked~.icon {
    color: #ffd400
}

.shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked)~.icon:last-child {
    color: #ddd;
    text-shadow: 0 0 5px #ffd400
}

.shop-single-section .product-info .review-form form input,.shop-single-section .product-info .review-form form textarea {
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    border: 1px solid #efefef
}

.shop-single-section .product-info .review-form form textarea {
    height: 130px
}

.shop-single-section .product-info .review-form form>div {
    margin-bottom: 27px
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
    background-color: transparent;
    color: #908f8f;
    outline: 0;
    box-shadow: none
}

@media screen and (min-width: 767px) {
    .shop-single-section .product-info .review-form form .theme-btn-s4 {
        font-size:15px;
        font-size: calc-rem-value(15);
        padding: 0 20px
    }
}

.cart-area .cart-wrapper {
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1)
}

.checkout-area .caupon-wrap,.checkout-area .cout-order-area {
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1)
}

.cart-area .cart-wrap td,.cart-area .cart-wrap th {
    width: 10%;
    border-bottom: 1px solid rgba(240,240,240,.5803921569);
    text-align: center;
    font-weight: 400;
    color: #414141
}

.cart-area .cart-wrap th {
    border-bottom: 1px solid rgba(240,240,240,.5803921569);
    padding: 40px 0;
    height: 80px;
    font-weight: 700
}

.cart-area .cart-wrap thead {
    background: #fff;
    color: #505050;
    padding: 40px
}

.cart-area .cart-area form {
    margin: auto;
    text-align: center;
    background: #fff
}

.cart-area .cart-wrap .name,.cart-area .cart-wrap .product {
    width: 15%
}

.cart-area .cart-wrap .product ul {
    text-align: left;
    padding-left: 30px;
    list-style: none
}

.cart-area .cart-wrap .product ul li {
    padding-bottom: 5px
}

.cart-area .cart-wrap .product a {
    font-size: 16px;
    color: #a5a4a4
}

.cart-area .cart-wrap .product-2 {
    text-align: left;
    padding-left: 55px
}

.cart-area .cart-wrap td {
    padding: 40px 25px
}

.cart-area .cart-wrap td img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.cart-area .cart-wrap td.action ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
    line-height: 45px
}

.cart-area .cart-wrap td span {
    display: block;
    width: 100px;
    height: 38px;
    line-height: 34px;
    color: #ee9902;
    font-size: 14px;
    border: 1.5px solid #ee9902;
    border-radius: 4px
}

.cart-area .cart-wrap td.Del span {
    color: #4aba4e;
    border: 1.5px solid #4aba4e
}

.cart-area .cart-wrap td.can span {
    color: #d85656;
    border: 1.5px solid #d85656
}

.cart-area .cart-wrap td.pro span {
    color: #691a5f;
    border: 1.5px solid #691a5f
}

.cart-area .cart-wrap .action a {
    display: block;
    width: 40px;
    height: 38px;
    line-height: 45px;
    background: #414141;
    color: #fff;
    border-radius: 4px;
    font-size: 14px
}

.cart-area .cart-wrap tr:nth-child(2n) {
    background: #fcfcfc
}

.cart-area .cart-wrap .quantity {
    position: relative;
    max-width: 110px;
    margin: 0 auto
}

.cart-area .quantity input {
    width: 105px;
    padding: 0 35px;
    text-align: center;
    height: 36px;
    position: relative;
    background: #f2f2f5;
    border: none;
    border-radius: 40px
}

.cart-area .quantity .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    background: #fafaff;
    border-radius: 30px
}

.cart-area .cart-wrap .quantity .qtybutton {
    top: 50%;
    left: 5px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%)
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
    border-left: none
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
    right: 5px;
    left: auto;
    border-right: none
}

.cart-area .submit-btn-area {
    padding: 40px
}

.cart-area .submit-btn-area ul {
    display: flex;
    justify-content: flex-end;
    list-style: none
}

.cart-area .submit-btn-area ul li:last-child {
    margin-left: 20px
}

@media (max-width: 450px) {
    .about-area-s2 .about-text .btns ul li.video-text,.site-header .header-right .cart-toggle-btn {
        display:none
    }

    .about-area-s2 .about-text .about-title h2 {
        font-size: 25px;
        line-height: 40px
    }

    .cart-area .submit-btn-area ul {
        flex-wrap: wrap;
        justify-content: center
    }

    .cart-area .submit-btn-area ul li:last-child {
        margin-left: 3px;
        margin-top: 5px
    }
}

.cart-area .submit-btn-area button {
    padding: 17px 40px;
    border: none;
    background: #0a3a3a;
    color: #fff;
    transition: .3s;
    outline: 0
}

.cart-area .submit-btn-area .theme-btn,.cart-area .submit-btn-area .view-cart-btn {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px
}

.cart-area .cart-product-list ul {
    border-top: 1px solid rgba(240,240,240,.5803921569);
    padding-top: 20px;
    list-style: none
}

.cart-area .cart-product-list ul li {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #414141
}

.cart-area .cart-product-list ul li.cart-b {
    border-top: 1px solid rgba(240,240,240,.5803921569);
    border-bottom: 1px solid rgba(240,240,240,.5803921569);
    color: #ffc256;
    padding-top: 30px;
    font-weight: 600
}

.blog-single-section .more-posts .next-post>a>span,.blog-single-section .more-posts .previous-post>a>span,.checkout-area #open2,.checkout-area .create-account.active,.checkout-area .payment-name.active,.no-csspointerevents .nice-select.open .list,.payment-name.active {
    display: block
}

.checkout-area .create-account p {
    margin-bottom: 15px;
    color: #484653
}

.checkout-area .create-account {
    display: none;
    padding: 20px
}

.checkout-area .create-account span {
    margin-bottom: 20px;
    display: block;
    color: #484653
}

#wrapper,#wrapper .Icon,.checkout-area .payment-name ul,.checkout-area .payment-select ul,.payment-name ul,.payment-select ul {
    display: flex;
    display: flex
}

.checkout-area .create-account input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding-left: 20px;
    border-radius: 40px
}

.checkout-area .create-account button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #333;
    color: #fff;
    width: 108px;
    border: none;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.checkout-area .coupon {
    position: relative;
    cursor: pointer;
    background: #f9f3f3
}

.checkout-area .coupon:before {
    position: absolute;
    right: 30px;
    top: 21px;
    content: "\e64b";
    font-family: themify
}

.checkout-area .coupon span {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #484653
}

.checkout-area .coupon h5,.checkout-area .coupon label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #484653;
    cursor: pointer;
    padding: 20px;
    border-left: 4px solid #74bd39;
    transition: .3s;
    width: 100%
}

.checkout-area .caupon-wrap {
    background: #fff;
    margin-bottom: 20px;
    transition: .3s
}

.checkout-area .s1.active-border .coupon-active label,.checkout-area .s3.coupon-2 .coupon-3 label {
    border-left: none;
    border-top: 4px solid #74bd39;
    border-bottom: 1px solid #74bd39
}

.checkout-area .s2 .coupon-3 {
    border-top: 4px solid #74bd39
}

.checkout-area .s2.coupon-2 .coupon-3 {
    border-top: 0
}

.checkout-area .s2 .coupon-3 label {
    border-left: 0;
    border-bottom: 1px solid #ffe5dc
}

.checkout-area .s2.coupon-2 .coupon-3 label {
    border-left: 4px solid #74bd39;
    border-bottom: 0
}

.checkout-area .billing-adress .form-style input,.checkout-area .billing-adress .form-style select,.checkout-area .payment-area .form-style input,.checkout-area .payment-area .form-style select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ebebeb
}

.checkout-area .billing-adress .form-style select {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: url(../images/select-icon2.png) calc(100% - 15px) center no-repeat;
    position: relative
}

.checkout-area .billing-adress,.checkout-area .payment-option {
    padding: 30px
}

.checkout-area .note-area textarea {
    width: 100%;
    height: 150px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    border: 1px solid #ebebeb;
    border-radius: 20px
}

.checkout-area .payment-name ul {
    justify-content: flex-start
}

.checkout-area .payment-area form,.payment-area form {
    overflow: unset!important
}

.checkout-area .payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 15px
}

.blog-single-section .more-posts .next-post,.blog-single-section .more-posts .previous-post,.checkout-area .payment-select,.gallery-area-three {
    padding: 40px 0
}

.checkout-area .payment-select ul li,.payment-select ul li {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5b5b5b
}

.checkout-area .payment-select label,.payment-select label {
    font-size: 18px;
    font-weight: 600
}

.checkout-area .payment-area h2,.payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
    font-size: 20px;
    color: #878787;
    font-weight: 700
}

.checkout-area .payment-area h2 span,.payment-area h2 span {
    font-size: 30px;
    color: #ff493c
}

.checkout-area .payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1
}

.checkout-area .payment-name ul li input:checked~label {
    border: 1px solid #ff493c
}

.checkout-area .payment-name label {
    width: 100%;
    border: 1px solid transparent
}

.checkout-area .payment-name .visa label,.payment-name .visa label {
    border: 1px solid #0057a0
}

.checkout-area .payment-name .mas label,.payment-name .mas label {
    border: 1px solid #c00
}

.checkout-area .payment-name .ski label,.payment-name .ski label {
    border: 1px solid #691a5f
}

.checkout-area .payment-name .pay label,.payment-name .pay label {
    border: 1px solid #019cde
}

.checkout-area .payment-option.active .payment-name,.payment-option.active .payment-name,.sbsi7l-0 {
    display: none!important
}

.checkout-area .payment-area .contact-form,.payment-area .contact-form {
    margin-top: 40px
}

.checkout-area .cout-order-area .oreder-item ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #414141
}

.checkout-area .cout-order-area .oreder-item ul .o-header {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb
}

.checkout-area .cout-order-area .oreder-item ul .o-middle {
    border-bottom: 1px solid #ebebeb
}

.checkout-area .cout-order-area .oreder-item ul .o-bottom {
    border-top: 1px solid #ebebeb;
    color: #ffc256;
    font-weight: 600
}

.checkout-area .contact-form .form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.checkout-area .submit-btn-area .theme-btn,.checkout-area .submit-btn-area .view-cart-btn {
    text-transform: capitalize
}

.blog-pg-section .blog-content .post {
    margin-bottom: 70px
}

.blog-pg-section .entry-meta,.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0
}

.blog-pg-section .entry-meta ul li {
    font-weight: 400;
    font-size: 14px;
    font-size: calc-rem-value(14);
    float: left;
    text-transform: uppercase;
    color: #484653
}

.blog-pg-section .entry-meta ul li a,.blog-single-section .entry-meta ul li a {
    color: #636893
}

.blog-pg-section .entry-meta ul li i {
    position: relative;
    margin-right: 3px
}

.blog-pg-section .entry-meta ul li i:before {
    font-size: 13px
}

.blog-pg-section .entry-meta ul li+li,.blog-single-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.blog-pg-section .entry-meta ul li+li:before,.blog-single-section .entry-meta ul li+li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    content: "";
    background: #ffc256;
    border-radius: 50%
}

.blog-pg-section .post h3 {
    font-size: 34px;
    font-size: calc-rem-value(34);
    line-height: 1.2em;
    font-weight: 400;
    margin: -.27em 0 .7em;
    font-family: Vidaloka,serif
}

.blog-pg-section .post p,.blog-single-section .post p {
    margin-bottom: 1.5em;
    color: #484653
}

@media (max-width: 991px) {
    .blog-pg-section .post p,.shop-section .details h3 {
        font-size:16px;
        font-size: calc-rem-value(16)
    }

    .shop-single-section .product-details {
        margin-top: 45px;
        padding: 40px 30px
    }

    .shop-single-section .product-details .price {
        font-size: 30px;
        font-size: calc-rem-value(30)
    }

    .shop-single-section .product-details .price .old {
        font-size: 20px;
        font-size: calc-rem-value(20)
    }

    .shop-single-section .product-info {
        margin-top: 40px
    }

    .cart-area .cart-wrapper table {
        width: 1022px
    }

    .cart-area .cart-wrapper form {
        overflow: scroll;
        overflow-y: hidden
    }

    .blog-pg-section .blog-content .post {
        margin-bottom: 50px
    }

    .blog-pg-section .post h3 {
        font-size: 25px;
        font-size: calc-rem-value(25)
    }
}

.blog-pg-section .post a.read-more {
    color: #0d0925;
    text-transform: capitalize;
    font-size: 16px
}

.blog-pg-section .format-quote,.blog-pg-section .format-standard {
    background-color: #f1eae5;
    padding: 25px 35px 45px
}

@media (max-width: 767px) {
    .shop-section .add-to-cart a {
        font-size:12px;
        font-size: calc-rem-value(12);
        padding: 8px 18px
    }

    .shop-single-section .product-details {
        padding: 0
    }

    .blog-pg-section .post h3,.shop-single-section .product-details h2 {
        font-size: 22px;
        font-size: calc-rem-value(22)
    }

    .shop-single-section .product-details .price {
        font-size: 25px;
        font-size: calc-rem-value(25)
    }

    .shop-single-section .product-details .price .old {
        font-size: 18px;
        font-size: calc-rem-value(18)
    }

    .shop-single-section .product-details .product-option .theme-btn,.shop-single-section .product-details .product-option .view-cart-btn {
        font-size: 14px;
        font-size: calc-rem-value(14)
    }

    .shop-single-section .product-info .nav-tabs {
        margin-bottom: 20px
    }

    .shop-single-section .product-info .nav-tabs a {
        font-size: 14px;
        font-size: calc-rem-value(14);
        font-weight: 400;
        padding: 10px 10px 8px;
        text-transform: none
    }

    .shop-single-section .product-info .tab-content {
        border: 0;
        padding: 0;
        margin: 0
    }

    .shop-single-section .product-info .client-rv .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    .shop-single-section .product-info .client-rv .details {
        width: 100%;
        float: none
    }

    .shop-single-section .product-info .client-rv .name-rating-time {
        padding-bottom: 3px
    }

    .shop-single-section .product-info .client-rv .name-rating-time>div,.shop-single-section .product-info .client-rv .name-rating>div {
        font-size: 12px;
        font-size: calc-rem-value(12);
        display: block
    }

    .shop-single-section .product-info .client-rv .rating {
        padding-left: 0;
        margin: 4px 0 7px
    }

    .shop-single-section .product-info .client-rv .name-rating-time .time {
        float: none
    }

    .checkout-area .coupon label {
        font-size: 15px
    }

    .blog-pg-section .blog-content .post {
        margin-bottom: 40px
    }

    .blog-pg-section .entry-meta {
        margin: 25px 0
    }

    .blog-pg-section .entry-meta ul li {
        font-size: 12px;
        font-size: calc-rem-value(12)
    }

    .blog-pg-section .format-quote,.blog-pg-section .format-standard {
        padding: 25px 20px 45px
    }
}

.blog-pg-section .format-standard:before {
    position: absolute;
    right: 20px;
    top: 10px;
    content: "\f108";
    font-family: flaticon;
    font-size: 90px;
    line-height: 80px;
    color: #e5f0fb
}

.blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative
}

.blog-pg-section .format-quote:before {
    font-family: Flaticon;
    content: "\f120";
    font-size: 250px;
    font-size: calc-rem-value(250);
    color: #ecf3fb;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center
}

.blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: #163967;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    opacity: .5
}

.blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 63px;
    height: 63px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    z-index: 1
}

.blog-pg-section .format-video .video-holder a:after {
    position: absolute;
    left: -12px;
    top: -12px;
    width: 140%;
    height: 140%;
    background: rgba(255,255,255,.3);
    content: "";
    -webkit-animation: 2s infinite spineer;
    animation: 2s infinite spineer;
    border-radius: 50%;
    z-index: -1
}

.blog-pg-section .format-video .video-holder a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #2f426b;
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.blog-pg-section .format-video .video-holder .fi:before {
    font-size: 20px;
    font-size: calc-rem-value(20);
    color: #ffc256
}

@-webkit-keyframes save-the-date-pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(.95,.95,.95)
    }
}

@keyframes save-the-date-pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(.95,.95,.95)
    }
}

.gallery-area {
    z-index: 1;
    position: relative
}

@media only screen and (min-width: 1400px) {
    .gallery-area {
        padding-left:55px;
        padding-right: 55px
    }
}

.gallery-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #fbf7ee
}

.gallery-area:before {
    height: 140%
}

@media only screen and (max-width: 575px) {
    .gallery-area:before {
        height:110%
    }
}

.gallery-item img {
    width: 100%;
    height: 275px
}

.gallery-item .gallery-content {
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: rgba(31,31,31,.85);
    -webkit-transform: scaleY(.5) translate(-50%,-100%);
    -ms-transform: scaleY(.5) translate(-50%,-100%);
    transform: scaleY(.5) translate(-50%,-100%)
}

@media only screen and (max-width: 767px) {
    .gallery-item .gallery-content {
        width:calc(100% - 30px);
        height: calc(100% - 30px)
    }
}

.gallery-item .gallery-content h3,.gallery-item .gallery-content p {
    color: #fff;
    margin-bottom: 8px
}

.gallery-item:hover .gallery-content {
    opacity: 1;
    -webkit-transform: scaleY(1) translate(-50%,-50%);
    -ms-transform: scaleY(1) translate(-50%,-50%);
    transform: scaleY(1) translate(-50%,-50%)
}

.gallery-item.style-two .gallery-content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(.85,.5) translate(0);
    -ms-transform: scale(.85,.5) translate(0);
    transform: scale(.85,.5) translate(0);
    background: rgba(0,0,0,.8)
}

.gallery-item.style-two .gallery-content .icon {
    width: 150px;
    height: 150px;
    position: relative
}

@media only screen and (max-width: 479px) {
    .gallery-item.style-two .gallery-content .icon {
        width:80px;
        height: 80px
    }
}

.gallery-item.style-two .gallery-content .icon:after,.gallery-item.style-two .gallery-content .icon:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.gallery-item.style-two .gallery-content .icon:after {
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    -ms-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg)
}

.gallery-item.style-two:hover .gallery-content {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

@media (min-width: 1440px) {
    .blog-single-section .container {
        max-width:1320px
    }
}

.blog-single-section .entry-meta ul li {
    font-weight: 500;
    font-size: 14px;
    font-size: calc-rem-value(14);
    float: left;
    text-transform: uppercase;
    color: #484653
}

.blog-single-section .entry-meta ul li i {
    position: relative;
    top: 2px;
    margin-right: 3px
}

@media (max-width: 440px) {
    .cta-section .cta-wrapper .cta-left h2 {
        font-size:21px;
        line-height: 30px
    }

    .blog-pg-section .entry-meta ul li+li:before,.blog-single-section .entry-meta ul li+li:before {
        display: none
    }

    .blog-pg-section .entry-meta ul li+li,.blog-single-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0
    }

    .blog-pg-section .entry-meta ul li,.blog-single-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px
    }
}

.blog-single-section .entry-media img {
    width: 100%;
    /* height: 460px; */
    /* object-fit: cover; */
}

.blog-single-section .post h2 {
    font-size: 35px;
    font-size: calc-rem-value(35);
    margin: -.22em 0 .7em;
    line-height: 1.3em;
    font-family: Vidaloka,serif;
    font-weight: 400
}

.blog-single-section .post h3 {
    font-size: 24px;
    font-size: calc-rem-value(24);
    font-weight: 400;
    line-height: 1.3em;
    margin: 1.8em 0 1em
}

@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size:30px;
        font-size: calc-rem-value(30)
    }

    .blog-single-section .post h3 {
        font-size: 22px;
        font-size: calc-rem-value(22)
    }
}

.blog-single-section .post blockquote {
    background-color: #f1eae5;
    color: #233d62;
    font-size: 19px;
    padding: 65px 65px 45px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    text-align: center;
    position: relative;
    font-weight: 400;
    line-height: 35px
}

.blog-single-section .post blockquote:before {
    font-family: Flaticon;
    content: "\f108";
    font-size: 20px;
    font-size: calc-rem-value(20);
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #687693;
    background: #fff;
    color: #ffc256;
    border-radius: 50%
}

.blog-single-section .post .gallery {
    overflow: hidden;
    margin: 40px -7.5px 0
}

.blog-single-section .post .gallery>div {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 15px
}

.blog-single-section .tag-share,.blog-single-section .tag-share-s2 {
    border-bottom: 1px solid #f1eae5;
    margin: 75px 0 0;
    padding-bottom: 30px;
    color: #0a3a3a
}

.blog-single-section .tag-share ul,.blog-single-section .tag-share-s2 ul {
    list-style: none;
    display: inline-block;
    overflow: hidden
}

.blog-single-section .author-box .author-avatar,.blog-single-section .tag-share ul li,.blog-single-section .tag-share-s2 ul li {
    float: left
}

.blog-single-section .tag-share ul>li+li,.blog-single-section .tag-share-s2 ul>li+li {
    margin-left: 10px
}

.blog-single-section .tag-share .tag>span,.blog-single-section .tag-share-s2 .tag>span {
    font-family: Vidaloka,serif;
    color: #0a3a3a;
    font-weight: 400;
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase
}

.blog-single-section .tag-share .tag ul,.blog-single-section .tag-share-s2 .tag ul {
    list-style: none;
    position: relative
}

.blog-single-section .tag-share .tag a,.blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: calc-rem-value(13);
    display: inline-block;
    padding: 5px 18px;
    color: #0a3a3a;
    background: rgba(172,141,104,.1);
    border-radius: 5px;
    font-weight: 400
}

@media (max-width: 767px) {
    .blog-pg-section .format-quote {
        padding:40px 20px
    }

    .blog-single-section .entry-meta {
        margin: 25px 0
    }

    .blog-single-section .entry-meta ul li {
        font-size: 12px;
        font-size: calc-rem-value(12)
    }

    .blog-single-section .post h2 {
        font-size: 25px;
        font-size: calc-rem-value(25)
    }

    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: calc-rem-value(20)
    }

    .blog-single-section .post blockquote {
        padding: 55px 25px
    }

    .blog-single-section .tag-share,.blog-single-section .tag-share-s2 {
        margin-top: 40px
    }

    .blog-single-section .tag-share ul li,.blog-single-section .tag-share ul>li+li,.blog-single-section .tag-share-s2 ul li,.blog-single-section .tag-share-s2 ul>li+li {
        margin: 2px
    }

    .blog-single-section .tag-share .tag a,.blog-single-section .tag-share-s2 .tag a {
        font-size: 13px;
        font-size: calc-rem-value(13)
    }

    .blog-single-section .author-box .author-avatar {
        float: none
    }
}

.blog-single-section .tag-share-s2 {
    margin: 30px 0 0;
    border-bottom: 0
}

.blog-single-section .tag-share-s2 .tag a {
    padding: 0;
    font-size: 16px;
    font-size: calc-rem-value(16);
    text-transform: capitalize;
    background: 0 0;
    text-decoration: underline;
    color: #0d0925
}

.blog-single-section .author-box {
    margin: 35px 0 60px
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px
}

.blog-single-section .author-box .author-content p,.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
    color: #484653
}

.blog-single-section .author-box .author-name {
    font-family: Vidaloka,serif;
    font-size: 24px;
    font-size: calc-rem-value(24);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
    color: #0a3a3a
}

.blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none
}

.blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px
}

.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 13px;
    font-size: calc-rem-value(13);
    color: #0a3a3a
}

.blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #e0d8ce;
    padding: 0 25px
}

.blog-single-section .more-posts>div {
    width: 50%;
    float: left
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding:0;
        margin: 15px 0 0
    }

    .blog-single-section .more-posts>div {
        width: 100%;
        float: none
    }

    .blog-single-section .more-posts .next-post,.blog-single-section .more-posts .previous-post {
        padding: 25px 15px!important
    }
}

.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #e0d8ce;
    padding-left: 15px;
    padding-right: 5px
}

.blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative
}

.blog-single-section .more-posts .next-post .post-control-link:before {
    font-family: themify;
    content: "\e628";
    position: absolute;
    right: 0;
    top: 0
}

.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px
}

.blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
    font-family: themify;
    content: "\e629";
    position: absolute;
    left: 0;
    top: 0
}

.blog-single-section .more-posts .post-control-link {
    font-size: 14px;
    font-size: calc-rem-value(14);
    color: #0d0925;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px
}

.blog-single-section .more-posts .post-name {
    font-family: Vidaloka,serif;
    font-size: 18px;
    font-size: calc-rem-value(18);
    color: #0a3a3a;
    margin: .7em 0 0
}

.blog-single-section .comment-respond,.blog-single-section .comments-area {
    margin-top: 70px
}

.blog-single-section .comments-area li>div {
    border-bottom: 1px solid #e4effb;
    padding: 35px;
    position: relative
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0
}

.blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none
}

.blog-single-section .comments-area ol>li:last-child div {
    border-bottom: 0
}

.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: calc-rem-value(22);
    font-weight: 500;
    margin: 0 0 1em;
    text-transform: uppercase;
    letter-spacing: 3px
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px
}

.blog-single-section .comments-area .comments-meta h4 {
    font-family: Vidaloka,serif;
    font-size: 18px;
    font-size: calc-rem-value(18);
    color: #0a3a3a;
    font-weight: 700;
    margin: 0 0 1em
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    font-size: calc-rem-value(15);
    color: #0d0925;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
    font-family: "DM Sans",sans-serif
}

.blog-single-section .comments-area .comment-reply-link {
    font-size: 14px;
    font-size: calc-rem-value(14);
    font-weight: 400;
    color: #0a3a3a;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: "DM Sans",sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px
}

#map ul li h5,.donate-header h2,.nice-select .option.selected {
    font-weight: 700
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: calc-rem-value(22);
    margin: 0 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog-single-section .comment-respond form input,.blog-single-section .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 55px;
    border: 1px solid #a4adbe;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 30px;
    box-shadow: none;
    transition: .3s
}

@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size:18px;
        font-size: calc-rem-value(18)
    }

    .blog-single-section .comments-area li>div {
        padding: 35px 25px
    }

    .blog-single-section .comment-respond .comment-reply-title,.blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: calc-rem-value(20)
    }

    .blog-single-section .comment-respond form input,.blog-single-section .comment-respond form textarea {
        height: 40px
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px
}

.blog-single-section .comment-respond .form-inputs>input:first-child {
    width: 49%;
    float: left
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: right
}

.blog-single-section .comment-respond .form-submit input {
    font-family: Vidaloka,serif;
    max-width: 180px;
    background-color: #ffc256;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 30px;
    line-height: 41px
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #947652
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right:50px
    }

    .blog-pg-left-sidebar .blog-sidebar,.blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0
    }

    .blog-pg-fullwidth .blog-content {
        padding: 0
    }
}

.contact-pg-section {
    padding-bottom: 30px
}

.contact-pg-section .contact-title {
    max-width: 440px;
    margin: 0 auto 50px;
    text-align: center
}

.contact-pg-section .contact-title h2 {
    font-size: 35px;
    font-size: calc-rem-value(35);
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .hero-style-1,.hero-style-1 .slide {
        max-height:500px
    }

    .hero-style-1 .slide-caption h2 {
        font-size: 32px;
        font-size: calc-rem-value(32)
    }

    .static-hero .slide-title {
        max-width: 100%
    }

    .fun-fact-section .grid h3+p,.fun-fact-section-s2 .grid h3+p {
        letter-spacing: 0
    }

    .project-area-s2 .project-wrap .project-item .project-text h2 {
        font-size: 30px;
        line-height: 45px
    }

    .project-area-s2 .project-wrap .project-item .project-text span {
        font-size: 16px
    }

    .project-single-area .project-single-wrap .project-single-item .project-single-content-des-right ul {
        padding: 50px 20px
    }

    .half-col {
        float: none;
        width: 100%
    }

    .lawyer-about.pt-150 {
        padding-top: 100px!important
    }

    .checkout-area .payment-name ul,.checkout-area .payment-select ul {
        flex-wrap: wrap
    }

    .checkout-area .payment-name ul li {
        margin-bottom: 10px
    }

    .checkout-area .payment-select label {
        font-size: 14px
    }

    .contact-pg-section .contact-title h2 {
        font-size: 25px;
        font-size: calc-rem-value(25)
    }
}

.contact-pg-section form input,.contact-pg-section form select,.contact-pg-section form textarea {
    background: 0 0;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none!important;
    padding-left: 25px
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height:150px
    }

    .contact-pg-section form input,.contact-pg-section form select,.contact-pg-section form textarea {
        height: 45px
    }
}

.contact-pg-section form input:focus,.contact-pg-section form select:focus,.contact-pg-section form textarea:focus {
    border-color: #ffc256;
    background: 0 0
}

.contact-pg-section form textarea {
    height: 123px;
    padding-top: 15px
}

.contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden
}

.contact-pg-section form ::-webkit-input-placeholder {
    font-style: normal;
    color: #9d9c9c
}

.contact-pg-section form :-moz-placeholder {
    font-style: normal;
    color: #9d9c9c
}

.contact-pg-section form ::-moz-placeholder {
    font-style: normal;
    color: #9d9c9c
}

.contact-pg-section form :-ms-input-placeholder {
    font-style: normal;
    color: #9d9c9c
}

.contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: calc-rem-value(15);
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: url(../images/select-icon2.png) calc(100% - 15px) center no-repeat;
    position: relative
}

.contact-pg-section form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0
}

.contact-pg-section form .submit-area .theme-btn,.contact-pg-section form .submit-area .view-cart-btn {
    border-radius: 0;
    font-family: "DM Sans",sans-serif;
    font-size: 16px
}

.contact-pg-section form .submit-area .theme-btn:after,.contact-pg-section form .submit-area .view-cart-btn:after {
    border-radius: 0;
    background: #0a3a3a
}

.contact-pg-section form>div {
    margin: 15px 0
}

@media (max-width: 600px) {
    .project-area-s2::after,.project-area-s2::before,.project-section::after,.project-section::before {
        width:400px;
        height: 400px
    }

    .contact-pg-section form>div {
        width: calc(100% - 25px);
        float: none
    }
}

.contact-pg-section .office-info {
    padding-bottom: 100px
}
.contact-pg-section .office-info .col-xl-4 {
    margin:auto;
}
.contact-pg-section .office-info .office-info-item {
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(62,65,159,.1);
    padding: 40px
}

.contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    background: #f5f5f5;
    line-height: 110px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%
}

.contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
    font-size: 35px;
    color: #0a3a3a;
}

.contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0
}

.contact-pg-section .contact-form-area {
    padding: 23px 23px 0;
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(62,65,159,.1);
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.contact-map-section .contact-map {
    height: 400px
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0
}

.parallax-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 880px
}

.donate-header {
    text-align: center;
    margin-bottom: 50px
}

.donate-header h2 {
    text-transform: capitalize;
    margin-bottom: 0
}

.doanation-payment,.donations-amount,.donations-details {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 40px
}

.doanation-payment h2,.donations-amount h2,.donations-details h2 {
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0
}

.donations-amount input,.donations-details input,.donations-details textarea {
    background: 0 0;
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    border-radius: 5px;
    box-shadow: none!important;
    color: #525252;
    margin-bottom: 30px
}

.donations-details textarea {
    height: 135px
}

.payment-name ul li input {
    opacity: 0;
    margin-right: 0;
    position: absolute;
    z-index: -1
}

.payment-name ul {
    margin-top: 30px;
    flex-wrap: wrap;
    list-style: none
}

.payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 5px;
    margin-right: 15px
}

.payment-name ul li input:checked~label {
    background: #fcebbd
}

.payment-name label {
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer
}

.payment-option {
    padding: 0 15px
}

.payment-area .form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ebebeb
}

.payment-area .form-style input:focus {
    border: 1px solid #ffc256
}

#Donations .theme-btn,#Donations .view-cart-btn {
    border: none;
    outline: 0;
    box-shadow: none
}

.delay-1-0s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-2-0s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.delay-0-1s {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.delay-0-2s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-0-3s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.delay-0-4s {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-0-6s {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.delay-0-7s {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.delay-0-8s {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.delay-0-9s {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.delay-1-1s {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.delay-1-2s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.delay-1-3s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.delay-1-4s {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.delay-1-6s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.delay-1-7s {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.delay-1-9s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top:50px;
        padding: 0 100px
    }
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left:0;
        text-align: left;
        border-top: 1px solid #e0d8ce
    }
    .service-section .scervice-wrap .scervice-item .scervice-item-text p, .service-section-s2 .scervice-wrap .scervice-item .scervice-item-text p, .service-section-s3 .scervice-wrap .scervice-item .scervice-item-text p {
        line-height: 25px;
    }

    .blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0
    }

    .blog-single-section .more-posts .next-post .post-control-link:before,.blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none
    }

    .blog-single-section .comments-area .comments-meta h4 span,.blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0
    }

    .blog-single-section .comments-area .comment-theme {
        position: static
    }

    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px
    }

    .blog-single-section .comment-respond .form-inputs>input:first-child,.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none
    }

    .contact-pg-section .contact-title {
        margin-bottom: 30px
    }

    .contact-pg-section form .submit-area {
        margin-bottom: 0
    }

    .contact-pg-section .office-info {
        padding-bottom: 60px
    }

    .contact-pg-section .contact-form-area {
        padding: 50px 30px 30px
    }

    .error-404-section .error-message {
        padding: 0
    }

    .parallax-img {
        height: 222px!important
    }

    .parallax-img video {
        transform: unset!important;
        width: 100%!important;
        height: auto!important;
        margin: 0!important;
        position: relative!important;
        top: 0;
        object-fit: cover
    }
}

#wrapper,body .survey-modal {
    position: fixed;
    top: 0;
    left: 0
}

.error-404-section .error-message h3 {
    font-size: 30px;
    font-size: calc-rem-value(30);
    margin: 0 0 .8em
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
    color: #484653
}

.hero-section {
    background: url(../images/footer-bg.jpg) center center/cover no-repeat fixed;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    height: 100vh;
    z-index: 1
}

.hero-section:after {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: ""
}

.hero-section.landing:after {
    background-color: #111111e8;
    opacity: .9
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hero-section input[type=date],.hero-section input[type=email],.hero-section input[type=number],.hero-section input[type=password],.hero-section input[type=search],.hero-section input[type=tel],.hero-section input[type=text],.hero-section input[type=time],.hero-section textarea.form-control {
        padding-bottom:12px
    }
}

.hero-section.blog-title {
    height: 400px!important
}

.hero-section.blog-title:after {
    background-color: rgba(0,0,0,.8)
}

.hero-section.blog-title .wrapper {
    padding-top: 20px
}

.hero-section form.form-has-background-padding {
    padding: 30px 30px 10px;
    background-color: rgba(0,0,0,.6)
}

.hero-section form.form-has-background-padding .btn {
    width: 100%;
    margin-bottom: 20px
}

.hero-section form .btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 12px;
    outline: 0!important;
    font-size: 15px;
    text-transform: none;
    background: var(--main-color-two);
    border-color: var(--main-color-two);
    border-radius: 15px;
    width: 100px
}

#wrapper .Icon,#wrapper .tooltip {
    box-shadow: 0 10px 10px rgba(0,0,0,.1)
}

.hero-section form .btn i {
    font-size: 18px;
    vertical-align: middle
}

.hero-section .wrapper {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.hero-section .owl-carousel,.hero-section .owl-item,.hero-section .owl-stage,.hero-section .owl-stage-outer {
    height: 100%
}

.hero-section .hero-slide,.hero-section .owl-item {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero-section .hero-slide {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.hero-section .hero-slide .bg-transfer {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s
}

.hero-section p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px
}

.hero-section .detail .content-text ul li,.hero-section .video-tour {
    font-size: 16px
}

.hero-section .video-tour i {
    margin-right: 15px
}

.hero-section .space {
    height: 40px
}

.hero-section #form-hero {
    max-width: 550px;
    padding: 40px 20px;
    border-radius: 15px;
    background-color: var(--main-color)
}

.hero-section #form-hero h3 {
    color: #fff;
    text-align: center;
    font-size: 25px
}

.hero-section #form-hero input[type=text] {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    padding: 9px 13px
}

.hero-section #form-hero label {
    display: block;
    color: var(--main-color-two);
    font-size: 16px
}

.hero-section #form-hero .form-check .form-check-label {
    padding: 0 20px
}

.hero-section .detail {
    margin-top: 10%
}

.hero-section .form-mg {
    margin-top: 4%
}

.hero-section .detail h3 {
    font-size: 25px;
    margin-top: 25px;
    color: #ffc256
}

.hero-section .detail .content-text {
    padding: 15px 20px;
    border: 1px;
    border-radius: 10px;
    font-weight: 700
}

.hero-section .detail .special .content-text {
    color: #fff;
    margin-bottom: 15px
}

.hero-section .detail .special .content-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 10px;
    color: #ffc256
}

.hero-section .detail .special .content-text h4 {
    font-size: 28px;
    color: #fff;
    opacity: .8
}

.hero-section .detail .bottom {
    margin-top: 15px
}

.hero-section .detail .content-text ul {
    margin: 0;
    color: var(--main-color-two)
}

.hero-section .detail .special .content-text p {
    color: var(--main-color-two);
    font-size: 18px;
    margin-bottom: 10px
}

.hero-section .detail .content-text p {
    font-size: 22px;
    color: #fff;
    opacity: 1
}

.hero-section .detail .content-text .price {
    font-size: 14px;
    margin-bottom: 10px
}

.page-wrapper:before {
    opacity: .9;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 97
}

.page-wrapper.show-navigation .nav-btn:before {
    visibility: visible;
    -moz-transform: scale(30);
    -ms-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30)
}

.page-wrapper.show-navigation .nav-btn:after {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.page-wrapper.show-navigation .nav-btn figure {
    opacity: 0;
    -moz-transform: translateX(5px) scaleX(1.3);
    -ms-transform: translateX(5px) scaleX(1.3);
    -webkit-transform: translateX(5px) scaleX(1.3);
    transform: translateX(5px) scaleX(1.3)
}

.page-wrapper.show-navigation .nav-btn figure:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.page-wrapper.show-navigation .nav-btn figure:nth-child(3) {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

@-moz-document url-prefix() {
    .page-wrapper.show-navigation .nav-btn:before {
        -moz-transform: scale(400);
        -ms-transform: scale(400);
        -webkit-transform: scale(400);
        transform: scale(400)
    }
}

.page-wrapper.show-navigation .navigation .right .navigation-links {
    visibility: visible;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#map {
    background: #f3f3f3;
    padding: 50px 0
}

#map .top p {
    position: absolute;
    bottom: 3.5%;
    right: 15%;
    color: #fff;
    font-size: 18px
}

#map ul li h5 {
    font-size: 25px
}

#map ul li p {
    color: #333;
    font-size: 18px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #0a750f;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    color: #fff;
    display: block;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    padding-right: 18px;
    padding-left: 40px;
    text-align: right!important
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,.nice-select:active,.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25),opacity .15s ease-out;
    z-index: 10;
    float: unset;
    width: 100%
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    outline: 0;
    padding: 0;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    width: 100%;
    height: 40px
}

.nice-select .option a {
    color: #0a750f;
    height: 100%;
    display: block;
    width: 100%;
    line-height: 2.5
}

.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.project-single-area .sidebar {
    width: 100%;
    background-color: #f7f2ee;
    position: sticky;
    height: max-content;
    top: 100px;
    box-shadow: 0 0 24px 0;
    padding: 10px;
    margin: 20px 0;
    border-radius: 10px
}

.project-single-area .sidebar h5.title {
    color: #0a7413;
    margin-top: 10px
}

.project-single-area .sidebar ul.menu {
    padding: 10px;
    height: 400px;
    overflow-y: scroll
}

.project-single-area .sidebar ul li {
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    list-style: none
}

.project-single-area .sidebar ul li a {
    color: #000;
    line-height: 2.9
}

.nice-select:after {
    left: 10px;
    right: auto
}

#wrapper {
    flex-direction: column;
    padding: 0;
    transition: .5s ease-in-out;
    flex-direction: column;
    list-style: none;
    bottom: 331px;
    transform: translate(-100%,100%)
}

#wrapper .Icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    margin: 9px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: .2s cubic-bezier(.68, -.55, .265, 1.55)
}

#wrapper .tooltip,#wrapper .tooltip::before {
    background: #fff;
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    left: 0;
    position: absolute
}

#wrapper .tooltip {
    font-size: 14px;
    color: #000;
    padding: 5px 8px;
    border-radius: 5px;
    opacity: 0
}

#wrapper .tooltip::before {
    content: "";
    height: 8px;
    width: 8px;
    top: 11px;
    transform: translate(-50%) rotate(45deg)
}

#wrapper .Icon:hover .tooltip {
    left: 60px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#wrapper .Icon:hover .tooltip,#wrapper .Icon:hover span {
    text-shadow: 0 -1px 0 rgba(0,0,0,.1)
}

#wrapper .call:hover,#wrapper .call:hover .tooltip,#wrapper .call:hover .tooltip::before,#wrapper .facebook:hover,#wrapper .facebook:hover .tooltip,#wrapper .facebook:hover .tooltip::before,#wrapper .github:hover,#wrapper .github:hover .tooltip,#wrapper .github:hover .tooltip::before,#wrapper .instagram:hover,#wrapper .instagram:hover .tooltip,#wrapper .instagram:hover .tooltip::before,#wrapper .whatsapp:hover,#wrapper .whatsapp:hover .tooltip,#wrapper .whatsapp:hover .tooltip::before {
    background: #fec155;
    color: #fff
}

body .survey-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.76);
    z-index: 10002;
    display: grid;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    pointer-events: all
}

body .survey-modal .modal-body {
    height: 90vh;
    display: grid;
    justify-items: center;
    grid-template-rows: auto 1fr;
    overflow: hidden
}

body .survey-modal .modal-body .heading {
    align-self: start;
    margin-bottom: 12px
}

body .survey-modal .modal-body .heading p {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px
}

body .survey-modal .modal-body .survey-wrapper {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out .4s;
    position: relative;
    padding: 40px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%
}

body .survey-modal .modal-body .survey-wrapper .modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    padding: 4px
}

body .survey-modal .modal-body .survey-wrapper .modal-close i {
    color: #0a7414;
    transition: .15s ease-out
}

@media only screen and (min-width: 992px) {
    body .survey-modal .modal-body .heading {
        margin-bottom:18px
    }

    body .survey-modal .modal-body .heading p {
        font-size: 32px
    }

    body .survey-modal .modal-body .survey-wrapper {
        transition: .3s ease-out .6s;
        border-radius: 8px;
        width: 600px
    }

    body .survey-modal .modal-body .survey-wrapper .modal-close {
        top: 18px;
        right: 18px;
        padding: 8px
    }

    body .survey-modal .modal-body .survey-wrapper .modal-close i {
        font-size: 20px
    }
}

@media only screen and (min-width: 1200px) {
    body .survey-modal .modal-body .heading p {
        font-size:38px
    }

    body .survey-modal .modal-body .survey-wrapper .modal-close i {
        font-size: 28px
    }
}

body .survey-modal .modal-body .survey-wrapper .modal-close:hover i {
    color: red
}

body .survey-modal.toggle-survey-modal {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}
