:root {
    --theme-color: #e48f45;
    --title-color: #141422;
    --body-color: #000000;
    --smoke-color: #f3f1f2;
    --smoke-color2: #efecff;
    --black-color: #000000;
    --black-color2: #080e1c;
    --gray-color: #e6e6e6;
    --white-color: #ffffff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #cdcdcd;
    --title-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: flaticon_bondclean !important;
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}
a{text-decoration:none;}
body{font-family: "Poppins", sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: "Poppins", sans-serif;}
a:hover, a:focus, a:active{color: var(--theme-color);}
a:focus {outline: none;}
#masthead{z-index: 1000;}
/* Button CSS Start */
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 21.5px 34px;
    min-width: 144px;
    border-radius: 4px;
}
.th-btn:before, .th-btn:after {
    content: "";
    position: absolute;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.th-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.th-btn:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.th-btn:hover, .th-btn.active {
    color: var(--white-color);
    box-shadow: none;
}
.th-btn:hover:before, .th-btn.active:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.th-btn:hover:after, .th-btn.active:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@keyframes criss-cross-left
{
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        height: 20px;
        width: 20px;
    }
    100% {
        left: 50%;
        height: calc(300px* 1.5);
        width: calc(300px* 1.5);
    }
}
@keyframes criss-cross-right
{
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        height: 20px;
        width: 20px;
    }
    100% {
        right: 50%;
        height: calc(300px* 1.5);
        width: calc(300px* 1.5);
    }
}
/* Button CSS END */
.copyright-text a {color: var(--theme-color);}
.copyright-text a:hover{color: var(--white-color);}
/* BlogPage CSS Start */
.archive-blog article .post-wrapper .featured-image:after{content:none;}
.archive-blog{display: flex;flex-wrap: wrap;}
.column-3 article .post-wrapper {height: 100%;}
.entry-meta-1 {margin-top: 10px;}
.archive-blog .post-wrapper .entry-meta-1 a {padding: 15px 34px;}
.archive-blog span.posted-on, .single span.posted-on {margin-left: 0;}
.post-wrapper .entry-footer {padding-bottom: 10px;}
.entry-title a{color: #000;}
.entry-title a:hover{color: var(--theme-color);}
/* Single Page CSS Start */
.single .post-wrapper{box-shadow: none;}
.single header.entry-header {padding: 0 0 15px;border-bottom: 2px solid #e48f45;margin: 0 0 15px;}
.single header.entry-header h1.entry-title {line-height: 1.4;}
.single .post-wrapper:hover {transform: unset;}
.single .post-wrapper .entry-container {padding: 10px 0 0;}
.single .post-wrapper .entry-content {color: #000;}
.post-wrapper .entry-content h2.wp-block-heading {font-weight: 600;}
.post-wrapper .entry-content h3.wp-block-heading {font-size: 24px;font-weight: 600;}
nav.navigation.post-navigation a:hover, nav.navigation.post-navigation a:focus, 
.cat-links a:hover, .cat-links a:focus, .entry-meta a:hover, .entry-meta a:focus,
.byline .author.vcard, span.posted-on a {color: var(--theme-color);}
/* Sidebar CSS Start */
.sidebar-quote {text-align: center;padding: 15px 0;}
#secondary .rpwwt-widget h2.widget-title {background: var(--theme-color);padding: 10px 14px 10px;margin-bottom: 20px;font-size: 22px;color:#fff;}
.rpwwt-widget .rpwwt-post-title{color: var(--theme-color);font-size: 20px;line-height: 1.2;}
.rpwwt-widget ul li {border-bottom: 1px dashed var(--theme-color);padding-bottom: 10px;}
.rpwwt-widget ul li:last-child{border-bottom:none;}
.rpwwt-widget .rpwwt-post-title {font-weight: 600;}
.rpwwt-widget .rpwwt-post-excerpt a {color: #000;font-weight: 700;}
#secondary {position: static;}
#secondary ul {padding: 0;background-color: #fff;}
.sidebar-quote a {width: 100%;}
/* MOdal CSS start */
.modal {z-index: 9999;}
.modal-header{position: relative;background: var(--theme-color);}
.modal-header .modal-title {
    flex: 1;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.modal-header .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
}
.modal-body.form-fields input, .modal-body.form-fields select {width: 100%;}
.modal-body.form-fields .field1 {
    background: #fff;
    border: 1px solid #303030;
    margin-bottom: 10px;
}
.fields-error-msg {display: none;}
input.form-next-btn {background: #000;color: #fff;border: none;}
input.form-next-btn:hover {background: var(--theme-color);text-decoration: none;}
/* MOdal CSS END */
/* mobile view buttons CSS start */
.mobile-cta {
    background: #fff;
    gap: 0.5%;
    text-align: center;
    display: none;
    z-index: 9;
}
.mobile-cta a {
    flex: 1;
    background: var(--theme-color);
    display: flex;
    padding: 12px 0;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.mobile-cta a i {font-size: 20px;line-height: 1;}
/* mobile view buttons CSS END */
.entry-content ul, .entry-content ol {
    margin-left: 0;
    list-style: none;
    padding-left:0px;
}
.entry-content ul li, .entry-content ol li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.entry-content ul li:before, .entry-content ol li:before {
    content: "\f199";
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
    line-height: 24px;
    color: var(--theme-color);
    font-family: flaticon_bondclean !important;
}
/* Navigation CSS start */
nav.navbar {background: var(--theme-color);padding: 15px 0;}
.navbar-nav .nav-item {margin: 0 15px;}
.navbar-nav .nav-item a {color: #fff;text-transform: uppercase;font-weight: 600;}
.navbar-nav .nav-item a:hover {color: #6b240c;}
button.navbar-toggler {
    position: relative;
    width: 45px;
    height: 40px;
    background-color: var(--theme-color);
    border-radius: 4px;
    padding: 3px 0 0;
}
button.navbar-toggler i {
    color: #fff;
    font-size: 32px;
    line-height: 1px;
    display: inline-block;
}
/* Navigation CSS END */

@media screen and (max-width:991px)
{
    nav.navbar {padding: 0;}
    .offcanvas-body .navbar-nav {margin-left: 0px;}
    .offcanvas-body .navbar-nav .nav-item a {
        color: #000;
        padding: 8px 0;
        display: inline-block;
        font-weight: 500;
        text-transform: capitalize;
    }
    .navbar-nav .nav-item {border-bottom: 1px solid var(--theme-color);}
    .offcanvas.offcanvas-start {width: 300px;border-right: 3px solid var(--theme-color);}
    .offcanvas-header {
        position: absolute;
        right: -18px;
        top: 15px;
        background: var(--theme-color);
        opacity: 1;
        border-radius: 50px;
        width: 2em;
        height: 2em;
        text-align: center;
        padding: 0;
    }
    .offcanvas-body {
        margin-top: 35px;
    }
    .offcanvas-header button.btn-close {
        padding: 0 0 0 15px;
        left: 0;
        opacity: 1;
        margin: 0;
    } 
    .offcanvas-backdrop.show {opacity: .7;}
}

@media screen and (max-width:767px)
{
    .mobile-cta{display: flex;position: sticky;bottom: 0;} 
}





