body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Rubik", sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

ul {
    padding: 0;
    margin: 0;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

a:hover {
    text-decoration: none;
}

ul li {
    padding: 0;
    margin: 0;
}

p {
    color: #000000;
    font-size: 18px;
}

.clr {
    clear: both;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1075px;
    }
}

.header {
    padding: 14px 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    position: absolute;
}


.logo img {
    width: 90%;
}

.menu {
    margin: 4px 0 0;
}

.menu-icon {
    position: absolute;
    top: 48px;
    right: 163px;
    z-index: 99999;
}

.menu-icon img {
    width: 39px;
}

.back-top-bottom {
    position: absolute;
    right: 10%;
    bottom: 0;
    border: 1px solid #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 20px 25px;
    animation: UpDown 1s linear infinite;
    margin-bottom: 57px;
}

.back-top-bottom img {
    animation: UpDown 1s linear infinite;
}

.background-cover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-image: linear-gradient(rgb(0 0 0 / 62%), #0000);
}

.close img {
    width: 12px;
}

.banner-overlay {
    position: absolute;
    top: 36%;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    /* background: rgb(0 0 0 / 66%); */
}

.banner_txt h5 {
    color: #3e2622;
    font-weight: 300;
    /* color: rgb(255, 255, 255); */
    text-decoration: none;
    /* white-space: nowrap; */
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 80px;
}

.banner_txt h5 span {
    font-family: "Alex Brush", cursive;
}

.banner-text-area {
    /* top: 40%; */
    padding-left: 54px;
    width: 47%;
    /* left: 0; */
    /* margin: 0 auto; */
    text-align: left;
}

.banner_txt h3 {
    color: rgb(0 0 0);
    font-size: 20px;
    font-weight: 300;
    margin: 13px 0 9px;
    line-height: 30px;
}

.banner_txt a {
    color: #ffffff;
    padding: 11px 16px;
    display: inline-block;
    margin-top: 19px;
    background: #b9db00;
    font-size: 15px;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: 600; */
    border-radius: 17px;
    /* width: 131px; */
    text-align: center;
    margin-right: 7px;
}

.banner_txt a:hover {
    color: #fff;
    background: #c48408;
    transition: .5s ease-in-out;
}

.boxba-boader {
    border: 1px solid #f6f6f6;
    padding: 9px;
}

#banner-carousel .owl-nav img {
    width: 45px;
}

#banner-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    right: 8%;
}

#banner-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 8%;
}

#banner-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.head-social ul {
    margin: 0;
    /* text-align: right; */
}

.stripe-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stripe-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pin-stripe.white {
    background-color: rgba(255, 255, 255, 0.12);
}

.pin-stripe {
    width: 1px;
    background-color: rgba(243, 246, 252, 0.09);
}

.pin-stripe.hide-horizontal-mobile {
    background-color: rgba(243, 246, 252, 0.09);
}

.pin-stripe.hide-tablet {
    background-color: rgba(243, 246, 252, 0.09);
}

.conjunto.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.conjunto {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
}

.home-hero-2 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.preloader-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-preloader {
    width: 100%;
    border-bottom: 1px solid #f3f6fc;
    background-color: #fff;
}

.preloader-middle {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    width: 100vw;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.middle-preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-preloader {
    width: 100%;
    border-bottom: 1px solid #f3f6fc;
    background-color: #fff;
}

.page-wrapper {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
}


.home-product {
    padding: 30px 0;
    background: #f2f2eb;
}

.section-title {
    text-align: center;
    padding: 10px 0 25px;
}

.section-title h5 {
    font-size: 38px;
    color: #1c89b6;
    /* text-transform: uppercase; */
    margin: 11px 0;
    font-weight: 700;
}

.section-title h4 {
    color: #000;
    font-size: 19px;
    font-weight: 300;
}

.latest-div {
    position: relative;
    margin: 0 0 30px 0;
    background: #fff;
    padding: 22px 22px 10px 22px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px #00000036;
    min-height: 492px;
}

.latest-div h4 {
    margin: 20px 0 0 0;
    font-size: 24px;
    /* min-height: 58px; */
}

.latest-div img {
    width: 100%;
    border-radius: 30px;
}

.latest-div h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.latest-div h3:after {
    position: absolute;
    content: "";
    width: 65px;
    height: 1px;
    background: #817d7d;
    bottom: -9px;
    left: 0;
}

@-webkit-keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

.latest-div h6 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin: 10px 0 4px;
    line-height: 27px;
    min-height: 130px;
}

.our-project .latest-div a {
    padding: 5px 18px;
    z-index: 99999;
    position: relative;
}

.latest-div a {
    padding: 5px 0px;
    display: inline-block;
    color: #000000;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 7px 0 -1px;
}

.latest-div a:hover {
    color: #c48408;
}

.testimonial {
    padding: 45px 53px 48px;
    margin: 30px 0 0;
    text-align: left;
    border-radius: 4px;
    background: #eeeeee;
}

.testimonial .itembox h4 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

#testimonial-carousel .owl-dots {
    display: none;
}

.testimonial .itembox p {
    font-size: 16px;
    color: #000;
    /* width: 74%; */
    margin: 0px 0 12px 0;
}

.testimonial .itembox h5 {
    padding: 11px 0 0;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.testimonial .itembox h6 {
    font-size: 14px;
    color: #434343;
}

.testimonial h3 {
    font-size: 38px;
    color: #1c89b6;
    font-weight: 600;
    /* color: #c48408; */
    /* text-transform: uppercase; */
    margin: 21px 0;
    /* font-weight: 300; */
}

.testimonial h4 {
    font-weight: 600;
    font-size: 31px;
}

.face-test {
    border-radius: 50%;
    display: inline-block !important;
    width: 80px !important;
}

.face-details {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 13px;
}

#testimonial-carousel .itembox img {
    /* width:auto; */
    border-radius: 23px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

#testimonial-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 39%;
    background: #434343;
    color: #fff;
    padding: 0px 17px 6px !important;
    display: inline-block;
    font-size: 30px;
    line-height: 37px;
}

#testimonial-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 39%;
    background: #434343;
    color: #fff;
    padding: 0px 17px 6px !important;
    display: inline-block;
    font-size: 30px;
    line-height: 37px;
}

#testimonial-carousel .owl-dots .owl-dot span {
    width: 20px;
    border-radius: 0;
    height: 4px;
    margin: 4px;
}

#testimonial-carousel .owl-dots .owl-dot.active span {
    /* width: 50px; */
    background: #434343;
}

.subscribe-part {
    padding: 15px 0;
}

.subscribe-part h4 {
    text-align: center;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 16px;
    /* display: inline-block; */
}

.Subscribe-form {
    width: 41%;
    margin: 0 auto;
    position: relative;
}

.Subscribe-form .form-control {
    font-size: 13px;
    border-radius: 0;
    padding: 7px 118px 7px 7px;
}

.Subscribe-form .subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 6px;
}

.explore-work {
    padding: 34px 53px;
    position: relative;
}

.our-work {
    /* display: flex; */
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
}

.leftpart {
    position: relative;
}

.leftpart img {
    width: 100%;
    animation: UpDown 1s linear infinite;
}

@keyframes UpDown {
    0% {
        bottom: 0;
    }

    50% {
        bottom: .5em;
    }

    100% {
        bottom: 0;
    }
}

.rightpart {
    /* margin: 15% 0; */
}

.position {
    padding: 10% 57px 32px 15px;
}

.position h5 {
    font-size: 38px;
    color: #1c89b6;
    font-weight: 600;
}

.position h3 {
    color: #5f5f5f;
    font-size: 21px;
    font-weight: 400;
    margin: 20px 0 18px;
}

.position a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #c48408;
    padding: 9px 30px;
    border-radius: 20px;
    margin: 12px 0;
    display: inline-block;
    transition: .9s ease-in-out;
    background: #c48408;
}

.position a:hover {
    color: #fff;
    background: #000;
    transition: .9s ease-in-out;
}

.rightpart img {
    padding: 20px;
    /* margin-top: 50%; */
}

footer {
    text-align: center;
    background: #b9db00;
    padding: 34px 0 9px;
    position: relative;
    margin: 36px 0 0 0;
    border-radius: 54px 54px 0 0;
}

.footer-menu ul li {
    display: block;
    padding: 1px 0px;
    position: relative;
}

.footer-menu ul li:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 7px;
}

.footer-menu ul li:last-child::after {
    display: none;
}

.footer-ph {
    /* color: #fff; */
    /* font-size: 30px; */
    /* font-weight: 600; */
}


.footer-menu ul li a {
    font-size: 14px;
    color: #474444;
    font-weight: 400;
    /* text-transform: uppercase; */
    display: block;
}

te {
    /* margin: 10px 0; */
    /* color: #fff; */
    /* font-size: 16px; */
    /* font-weight: 300; */
    /* width: 28%; */
    /* margin: 23px auto 9px; */
}


.footer-ph a {
    /* font-weight: 600; */
    padding: 0 6px 12px 0px;
    color: #474444;
    font-size: 14px;
    text-align: left;
    display: flex;
}

.contact-link a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 30px;
    border-radius: 20px;
    margin: 19px 0 35px;
    font-weight: 600;
    display: inline-block;
    background: #d6a445;
}

.footer-so-link ul li {
    display: inline-block;
    padding: 0 4px 0 0;
}

.footer-so-link ul li a {
    color: #b9db00;
    font-size: 18px;
    border: 1px solid #8b8b8b;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 20px;
    padding: 1px;
    text-align: center;
    background: #000;
}

.copyright {}

.copyright p {
    color: #000000;
    font-size: 15px;
    margin: 0;
    padding: 21px 0 10px;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

.stripe-preloader {
    width: 33.33%;
    border-right: 1px solid #f3f6fc;
    border-bottom: 1px solid #f3f6fc;
    background-color: #fff;
}

.stripe-preloader.left {
    border-left: 1px solid #f3f6fc;
}

.hdr_fix {
    background: #000;
    padding: 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0);
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

.hdr_fix .logo img {
    width: 80% !important;
}

.hdr_fix .stellarnav {
    margin-top: 6px;
}

.hdr_fix .menu {
    margin: 12px 0 8px;
}

.hdr_fix .stellarnav.light li a {
    color: #fff;
}

.hdr_fix .menu-icon {
    top: 28px;
}

.hdr_fix .stellarnav.light li a.active {
    color: #fff !important;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}


.inner-banner {
    position: relative;
    overflow: hidden;
}

.inner-banner img {
    width: 100%;
}

.innerpage_wrapper {
    width: 100%;
    padding: 50px 0 12px;
    background: #ffffff;
    display: inline-block;
}

.innerpage_wrapper h1 {
    text-transform: uppercase;
    color: #1c89b6;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px;
}

.innerpage_wrapper img {
    max-width: 410px;
    float: left;
    margin: 0 20px 20px 0;
}

.innerpage_wrapper p {
    margin: 0 0 15px;
}

.contact_left {
    margin: 0;
    padding: 0;
}

.contact_left ul {
    list-style-type: none;
    padding: 0;
}

.contact_left ul>li {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 20px;
}

.contact_left ul>li>i {
    padding: 7px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
    background: #000000;
    height: 30px;
    width: 30px;
}

.contact_left ul>li h3 {
    margin: 0 0 5px 40px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Arial';
}

.contact_left ul>li p {
    margin: 0;
    padding: 16px 0 0 0;
    font-size: 16px;
    color: #000;
}

.contact_left ul>li p a {
    color: #000;
    text-decoration: none;
}

.contact_right {
    margin: 0;
    padding: 0;
}

.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
    font-family: 'Arial';
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 200px;
    resize: none;
}

.send_btn {
    margin: 7px 0 0;
    padding: 10px 20px;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #492902;
    display: block;
    height: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    letter-spacing: 2px;
    -o-transition: all 0.5s ease;
}

.send_btn:hover {
    background: #66990c;
    color: #fff;
    border: 1px solid #66990c;
    letter-spacing: 2px;
}

.map_area {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.map_area iframe {
    width: 100%;
    height: 100%;
}

.contact_right .form-group {
    margin-bottom: 23px;
}

.header-social-media {
    padding: 13px 0;
}

.header-social-media ul li {
    display: inline-block;
}

.header-social-media ul li a {
    color: #b0b6bc;
    padding: 0 15px 0 0;
    font-size: 14px;
}

.header-top {
    /* border-bottom: 1px solid #b0b6bc; */
    /* padding: 8px 0; */
}

.header-bottom {
    padding: 12px 0;
}

.top-right {
    text-align: right;
}

.top-right ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 10px 0 0;
}

.top-right ul li a {
    font-size: 14px;
    color: #fff;
}

.top-right ul li .fa {
    padding: 0 5px 0 9px;
    font-size: 13px;
}

.top-right ul li:last-child {
    background: #c48408;
    padding: 14px 17px;
}

.banner_txt a .fa {
    padding: 0 0 0 10px;
}

#banner-carousel .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}

#banner-carousel .owl-dots .owl-dot span {
    background: #fff;
    position: relative;
}

#banner-carousel .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    border: 2px solid #c48408;
    left: -4.3px;
    top: -4px;
}

#banner-carousel .owl-dots .owl-dot.active span {
    background: #c48408;
}

.blog-txt h3 strong {
    font-weight: 600;
    display: block;
}

.about-hover {
    position: absolute;
    background: #c48408;
    padding: 40px;
    width: 32%;
    right: 27px;
    top: -31%;
    z-index: 999;
}

.about-hover img {
    width: 33%;
}

.about-hover h3 {
    color: #fff;
    margin: 20px 0;
}

.about-hover p {
    color: #fff;
    margin: 0;
}

.latest-div .overflow-backround {
    position: absolute;
    background: rgb(0 0 0 / 32%);
    height: 100%;
    width: 100%;
}

.explore-work img {
    width: 100%;
    border-radius: 46px;
}

.position p {
    color: #5f5f5f;
    display: flex;
}

.our-project .project-box {
    display: none;
    background: rgb(0 0 0 / 53%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    padding: 27% 0;
}

.our-project .project-box::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 90%;
    height: 90%;
    left: 20px;
    top: 20px;
}

.our-project .latest-div:hover .project-box {
    display: block;
}

.home-product .latest-div a {
    border: 0;
}

.footer-menu h5 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

.footer-menu h5 .fa {
    color: #b9db00;
    padding: 0 11px 0 0;
    font-size: 20px;
}

.footer-menu h5 span {
    display: block;
}

.footer-logo {
    margin: 0 0 20px 0;
}

.floting-icon {
    position: absolute;
    right: 20px;
    top: -29px;
}

.floting-icon img {
    width: 52%;
}

.top-right a {
    background: #a9d501;
    color: #000;
    font-weight: 600;
    padding: 15px 18px;
    border-radius: 22px;
    display: inline-block;
    margin: 6px 0 5px;
    font-size: 19px;
}

.top-right a img {

    padding: 0 6px 0 2px;
}

.banner_txt a img {
    width: 19px !important;
    display: inline-block !important;
    margin: 0 0 0 4px;
}

.latest-div a img {
    width: 16px;
    margin: 0 0 0 11px;
}

.explore-work p img {
    width: 20px;
    margin: 2px 10px 0 0px;
    height: 19px;
}

.testimonial p {}

.testimonial a {
    background: #b9db00;
    color: #000;
    padding: 10px 19px;
    border-radius: 20px;
    margin: 13px 0 0;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.testimonial .itembox a {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #5f5f5f;
}

.blog-imgpart {

    position: relative;
}

.blog-imgpart h6 img {
    width: 14px !important;
    border-radius: 0 !important;
    margin: 0 6px 0 0;
}

.blog-imgpart h6 {
    font-size: 11px !important;
    display: flex;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 9px 15px;
    margin: 0;
    border-radius: 0 0 0 21px;
}

.location-home {
    text-align: center;
    background: url(../images/location-background.jpg);
    background-size: cover;
    padding: 37px 0;
}

.location-home h3 {

    font-size: 44px;

    font-weight: 700;

    padding: 0 0 18px 0;
}

.location-home a {
    border: none;
    height: 42px;
    font-family: "Jost", sans-serif !important;
    padding-left: 48px;
    position: relative;
    color: #000;
}

.location-home .form-group {
    margin-bottom: 9px;
    position: relative;
    background: #fff;
    height: 50px;
    text-align: left;
    padding: 11px 14px 9px 3px;
    border-radius: 2px;
}

.location-home .form-group::before {
    content: '';
    background: url(../images/map-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    left: 17px;
    z-index: 9;
    top: 9px;
    position: absolute;
    background-size: contain;
}

.location-home a .fa {
    /* text-align: right; */
    float: right;
    line-height: 20px;
}

.footer-top {
    width: 31%;
    margin: 23px auto;
}

.footer-top h4 {
    color: #fff;
    font-size: 38px;
    margin: 0 0 0px 0;
}

.footer-top h4 span {
    font-family: "Alex Brush", cursive;
    display: block;
}

.footer-top h3 {
    color: #fff;
    font-size: 19px;
    margin: 0 0px 12px 0;
}

.footer-top a {
    background: #fff;
    color: #b9db00;
    padding: 7px 18px;
    display: inline-block;
    border-radius: 11px;
}

.footer-top a img {
    width: 21px;
    padding: 0 0 2px 3px;
}

.footer-bottom {
    background: #fff;
    border-radius: 29px;
    padding: 27px 37px;
    margin: 43px 0 9px 0;
    box-shadow: 2px 1px 13px #00000033;
}

.footer-logo img {
    width: 89%;
    padding: 16px 0;
}

.footer-bottom p {
    margin: 10px 0;
    color: #2a2929;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
}

.footer-menu {
    text-align: left;
}

.footer-so-link ul {
    text-align: left;
}

.footer-menu a .fa {
    color: #b9db00;
    padding: 0 11px 0 0;
    font-size: 15px;
}

/*====sudipta Blogpage and blog details page start =====*/
/*.blog_main{background:#f2f2f2; padding-top: 40px;}*/
.blog_left{width: 64%;padding: 0 15px;float:left}
.blog_right{width: 33%;padding: 0 15px;margin-left: 3%;float: left;margin-top: 12px;}
.blog_title{color: #333333;font-size: 30px; text-align: center;position: relative;display: inline-block;margin:0;}
.blog_title:before{content: '';position:absolute;border-top:2px solid #f2ad1d;width: 100%;top: 0;}
.blog_category,.blog_tags,.blog_post{margin-bottom:25px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);background: #fff}
.blog_category h2{background-color: #b9db00;color: #FFFFFF;font-size: 26px;font-weight: 700;line-height: 24px;padding:14px 20px;margin:0;text-transform:uppercase;font-family: 'Alegreya Sans', sans-serif;}
.blog_category ul li{border-bottom: 1px solid #dfdfdf; list-style: none;}
.blog_category ul li:last-child,.blog_post li:last-child{border-bottom: none}
.blog_category ul li:hover a,.blog_category ul li.active a{color: #f21d1d;}
.blog_category ul li a{color: #000000;font-size: 16px;line-height: 30px;text-transform: uppercase;display:block;padding: 8px 10px;}
.blog_category ul{background-color: #ffffff;margin-bottom: 0;}
.blog_tagh2{background-color: #170654;color:#fff;text-transform: uppercase;padding: 14px 20px;font-size: 26px;  font-weight: 700; line-height: 24px;margin:0;font-family: 'Alegreya Sans', sans-serif;}
.blog_tags ul{padding: 20px 15px}
.blog_tags li{display: inline-block;border:1px solid #e1e1e1;border-radius: 20px;margin: 5px 3px}
.blog_tags li.active,.blog_tags li:hover{border:1px solid #40a2d5;}
.blog_img img {max-width: 100% !important;margin: 0 0 20px 0 !important;}
.blog_tags li.active a,.blog_tags li:hover a,.blog_post a{color: #40a2d5;display: block;}
.blog_post a:hover{text-decoration: underline}
.blog_tags li a{font-size: 13px;  line-height:26px;text-align: center;color: #969696;text-transform:uppercase;display:block;padding: 2px 21px;}
.blog_post li{border-bottom:1px solid #e1e1e1 ;padding: 25px 20px; list-style: none !important;}
.blog_post .row{margin: 0}
.blog_post p{color:#6e6e6e;font-size: 12px;line-height: 20px;margin-bottom: 0;}
.postcontent{float: left;width: 64%;padding: 0 15px}
.postimg{width: 95px;overflow:hidden;float: left}
.postimg img{border:1px solid #e1e1e1;max-width: 100% !important;
    width: 100%;
    margin: 0 10px 0 0 !important;}
.postcontent p {font-size: 13px !important;line-height: 19px !important;margin:0 !important;}
.footer_menu li.current_page_item a {color: #4d920c;}
.fc-view table tr td {text-align:center !important;}
.comment-form input[type="submit"] {padding: 10px 20px;
    background: #40a2d5;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #40a2d5;
    display: block;
    height: 50px;}
.blog_detail {margin: 50px 0 30px;padding-top: 33px;}
.blog_detail .nav-next svg, .blog_detail .nav-previous svg {display:none !important;}
.blog_detail .navigation h2 {display:none;}
.nav-links span.nav-subtitle, .nav-links span.nav-title {display:none;}
.blog_detail .nav-links {width: 100%;
    display: inline-block;}
  .blog_detail .nav-previous {
    width: auto;
    float: left;
    margin: 10px 10px;
    background: #7d5516;
    padding: 7px;
    /* color: #fff; */
}
  .blog_detail .nav-next {
    width: auto;
    float: right;
    margin: 10px 10px;
    background: #7d5516;
    padding: 7px;
    }
.comments-area {width:100%;margin:30px 0 0;}
.comments-area label {width:100%;display:block;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area input[type="password"] {width:100%;}
.comments-area textarea {width:100%;resize:none;height:135px;}
.gallery_box {width:100%;border:1px solid #ccc;padding:15px;margin: 0 0 25px 0;}
.gallery_box img {width: 100% !important;
    max-width: 100% !important;
    margin: 0!important;
    float: none !important;
    height: 300px;
    object-fit: cover;}
.gallery_box h3 {color: #424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;font-family: 'Alegreya Sans', sans-serif;margin: 20px 0 0;}
  .evntpic img {max-width:100%  !important;width:100% !important;margin:0  !important;}
  .evntpic_info {margin: 0 0 35px;}

.blog_list{background: #fff;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);display: block}
.list_content{padding: 10px;border-bottom: 1px solid #e1e1e1;min-height: 200px;}
.blog_img{overflow: hidden;text-align: center;max-height: 215px}
.list_content h2{color: #000000;font-size: 18px;font-weight: 500;  line-height:1.2;text-transform: uppercase;margin-bottom: 20px;margin-top: 5px;font-family: 'Alegreya Sans', sans-serif;}
.title2{color: #9C9B9B;font-size: 14px;line-height: 24px;margin-bottom: 5px}
.title3{color: #6E6E6E;font-size: 14px;line-height: 20px;margin-bottom:8px; min-height: 80px;}
.smalltxt{color: #2E2E2E;font-size: 14px;font-weight: 600;  line-height: 20px;margin-bottom: 0; margin: 15px 0 0 0 !important;}
.color1 {color:#170654;}
.datetxt{color: #6E6E6E;font-size: 14px;line-height: 20px;;display: inline-block;margin-bottom: 0;margin-left: 5px}
.datetxt i{margin-right:6px}
.iconfav{border:1px solid #e1e1e1;border-radius: 20px;display: inline-block;color: #ABABAB;font-size: 14px;line-height: 14px;padding: 5px 13px;margin:0 4px}
.iconfav span{border-left:1px solid #e1e1e1;display: inline-block;padding-left: 10px;}
.blog_bottom{padding: 20px 18px}
.blog_left .blogborder{padding-top: 12px;margin-bottom: 50px}
.blog_left .blogborder:before{position: absolute;content: '';border-top: 1px solid #fff;top: -1px;width: 96%;left: 0}
.blog_left .blogborder:nth-child(odd):before,.blog_left .blogborder:nth-child(odd):after{right:0;left: auto}
.blog_left .blogborder:nth-child(1):before,.blog_left .blogborder:nth-child(1):after,.blog_left .blogborder:nth-child(2):before,.blog_left .blogborder:nth-child(2):after{content: none}
.blog_left .blogborder:after{position: absolute;content: '';border-top: 1px solid #e1e1e1;top:0px;width: 96%;left: 0}
.blog_search .input-group {
  display: flex;
}
.blog_search .form-control{border-radius: 30px;border-color:#4d920c;height: 50px;padding: 6px 20px;box-shadow: none !important;z-index: 0;border-right:none}
.blog_search{margin-bottom: 30px}
.blog_search .input-group-addon:before{position: absolute;content: '';background:#170654;top:0;bottom: 0;width: 1px;height:84%;margin: auto;left:0}
.blog_search .input-group-addon {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  border: 1px solid #4d920c;
  color: #888;
  padding: 0;
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_fix .fix_list li img {width:100%;}
.detailcontent,.detailcontent1,.detailcontent2{background: #fff;padding: 25px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);width: 100%;
display: inline-block;}
.blog_detail .blog_right{margin-top: 0}
.detailcontent .blog_tags{box-shadow: none;margin-bottom:15px;border-bottom: 1px solid #e1e1e1;padding-bottom: 15px}
.detailcontent .blog_tags ul{padding: 5px 0;margin-bottom: 0}
.detailtitle{color: #333;font-size:20px;font-weight: 700; line-height: 32px;margin: 8px 0 10px;font-family: 'Alegreya Sans', sans-serif;}
.detailimg1{border-top:1px solid #e1e1e1;padding-top: 25px;margin-top: 15px;margin-bottom: 25px}
.imgbox img{border: 6px solid #dad7d7;
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.detailtxt{color: #5C5C5C;font-size: 15px;line-height: 24px;margin: 5px 0 18px}
.txtunderline{text-decoration: underline}
.detailcontent1,.detailcontent2{border-top:1px solid #e1e1e1;}
.detailcontent1 img{max-width: 100%}
.imgbox1{overflow: hidden;max-height: 412px}
.bloglink li{display: inline-block;border:1px solid #999;border-radius: 3px;margin: 2px}
.linkcount{border-left: 1px solid #e1e1e1;padding-left: 5px;margin-left: 5px;}
.bloglink li a{color:#999;font-weight: 600;display: block;padding: 6px 10px;font-size: 14px}
.bloglink li:hover a{color:#f2ad1d;}
.bloglink li:hover{border:1px solid #f2ad1d;}
.commentbox{background: #fff;padding: 30px 35px;box-shadow: 0 2px 4px 0px rgba(0,0,0,0.08);margin-top: 30px}
.commentbox label{color: #5C5C5C;font-size: 15px; line-height: 24px;display: block;font-weight: normal;margin-bottom:8px}
.btncomment{border: 1px solid #f2ad1d;  background-color: #fff;color: #f2ad1d;font-size: 14px;  line-height: 22px;text-transform: uppercase;width:100%;text-align:left}
.btncomment:hover{background-color:#f2ad1d;color:#fff }
@media screen and (max-width: 1200px) {
    .blog_bottom,.blog_post li,.blog_tags ul,.list_content {padding: 10px;}
    .blog_category ul li a{font-size: 14px;line-height: 36px;padding:6px 10px}
    .title1{font-size: 14px;line-height: 18px}
    .title3{font-size: 13px}
    .blog_post p,.detailtxt{font-size: 13px;line-height: 18px}
    .blog_right{margin-left: 0;margin-top: 30px}
    .blog_left{width: 67%}
    .blog_left .blogborder{padding-top: 0;margin-bottom: 30px}
    .blog_tagh2,.blog_category h2{font-size: 20px;line-height: 20px;padding: 12px 10px}
    .blog_tags li a{padding: 2px 14px}
    .blog_tags li{margin: 5px 1px}
    .postimg{width:36%;}
    .blog_category, .blog_tags, .blog_post,.blog_search{margin-bottom: 20px}
    .detailcontent, .detailcontent1, .detailcontent2{padding: 20px 15px}
     .blog_bottom .datetxt{margin:7px 0 0}
  
}

.blog_detail h2 {
    font-size: 23px;
    font-weight: 200;
}

@media screen and (max-width: 992px){
    .blog_left,.blog_right{width: 100%;float: none}
    .blog_right{width: 100%;margin:0 auto}
    .commentbox{margin-bottom: 30px}
    .postimg{width: 112px}
    .postcontent{width: 74%}
}
@media screen and (max-width: 767px){
    .favtxt{text-align: left !important;margin-top:7px} 
    .detailcontent, .detailcontent1, .detailcontent2{padding: 15px}
     .postimg{width: 36%}
    .postcontent{width: 64%} 
}
@media screen and (max-width:500px){ 
    .blog_right{width:100%;margin-top: 30px}
    .blog_left .blogborder{width: 100%;float:none;margin-bottom: 0}
    .blog_left .blogborder:before,.blog_left .blogborder:after{content: none}
}

.blog_detail h4 {
text-align: center;
    letter-spacing: 0px;
    color: #4d920c;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px 0;
    position: relative;
}

.blog_detail h4:after {
    background: #4d920c;
    width: 309px;
    height: 10px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.blog_detail p {
    line-height: 25px;
    color: #3f3e3e;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}

/*.single-post .blog_detail h2 {
    font: normal normal 600 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #170654;
    text-align: left;
        font-size: 32px !important;
}*/

.single-post .blog_detail h3 {
    font: normal normal 500 18px Poppins !important;
    padding: 0 0 15px 0;
    margin: 0;
    color: #9f0fce;
    text-align: left;
   font-size: 23px !important;
}


a.blog_lst {
     background: #9f0fce;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 1px 0 0 0;
}

.blog_post h2 {
    background-color: #b9db00;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Alegreya Sans', sans-serif;
}

/*====sudipta Blogpage and blog details page End =====*/

div#comments {
    display: none !important;
}

.nav-links .nav-previous a{
    color: #1c89b6 !important;
}
.nav-links .nav-next a{
    color: #1c89b6 !important;
}

.innerpage_wrapper ul {
    margin-left: 20px;
}

.heateor_sss_sharing_title {
    margin-bottom: 10px;
}

.nav-links {
    margin-top: 15px;
}

.innerpage_wrapper ul li{
   color: #000000;
    font-size: 18px;
    padding: 0 0 14px 0px;
}