 :root {
            --primary-color: #3D0007;
            --secondary-color: #111111;
            --paragraph-color: #666666;
        }
        
        body {
            font-family: 'DM Sans', sans-serif;
            overflow-x: hidden;
        }
.wrapper{
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
}
.dvd_flex{
    display: flex;
    align-items: center;
    gap:15px;
}
.call {
    display: flex
;
    align-items: center;
    text-decoration: none;
}
.call i {
       width: 55px;
    height: 55px;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #3D0007;
    margin-right: 10px;
}
.call span {
    font-size: 14px;
    color:#000;
    line-height: 24px;
}
.call span b {
    font-size: 20px;
    font-weight: bold;
    color:#000;
    transition: 0.3s;
}
        
        /* Header Styles */
        .top-bar {
            background-color: #000;
            color: #fff;
            padding: 10px 0;
            font-size: 14px;
        }
.top-bar a{
    margin-right: 10px;
}
        .top-bar a {
            color: #fff;
            text-decoration: none;
        }
        
        .top-bar i {
            margin-right: 5px;
        }
        
        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 0
        }
.navbar .call{
    margin-right: 20px;
}
        
        .navbar-brand img {
            max-height: 50px;
        }
        
        .navbar ul {
            list-style: none;
            display: flex;
            margin: 0;
            padding: 0;
        }
        
        .navbar ul li {
            margin: 0 15px;
        }
        
        .navbar ul li a {
            color: var(--secondary-color);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s;
            padding: 35px 0;
            position: relative;
            display: inline-block;
			text-transform:uppercase;
        }
/*
.navbar-brand{
    border-right: 1px solid #ddd;
    height: 100%;
    display: flex;
    align-items: center;
}
*/
        .navbar ul li a:before {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--primary-color);
            transition: width 0.3s;
        }
        
        .navbar ul li a:hover {
            color: var(--primary-color);
        }
        
        .navbar ul li a:hover:before {
            width: 100%;
        }
        
        .call-us {
            display: flex;
            align-items: center;
            color: var(--secondary-color);
            font-weight: 500;
        }
        
        .call-us span {
            margin-right: 10px;
            font-size: 14px;
        }
        
        .call-us .phone {
            font-size: 18px;
            font-weight: 700;
        }
        
        .get-quote-btn {
               background-color: var(--primary-color);
    color: #fff;
    padding: 16px 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    display: inline-flex
;
            text-transform: uppercase;
    align-items: center;
        }
.get-quote-btn.white{
    background-color: #fff;
    color: #000;
}
        
        .get-quote-btn:hover {
            background-color: #2a0005;
            color: #fff;
        }
        
        .get-quote-btn i {
            margin-left: 10px;
        }
        
        /* Hero Section */
        .hero {
            background-image: url('../images/banner.jpg');
            background-size: cover;
            background-position: center;
            color: #fff;
            padding: 140px 0;
            position: relative;
            min-height: 600px;
            display: flex;
            align-items: center;
            z-index: 1;
        }
        
        .hero:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: -1;
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
                max-width: 700px;
            width: 100%;
        }
        
        .hero-subheading {
            font-size: 16px;
            letter-spacing: 2px;
            margin-bottom: 20px;
            display: inline-block;
            padding: 8px 25px;
            background-color: rgba(255, 255, 255, 0.27);
        }
        
        .hero h1 {
               font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 30px;
        }
        
        .hero p {
          font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
        }
        
        /* Contact Form */
        .contact-form {
                background-color: #ffffffb0;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
            max-width: 460px;
            width: 100%;
            margin-left: auto;
        }
        
        .contact-form h3 {
            margin-bottom: 20px;
            color: var(--secondary-color);
            font-weight: 700;
        }
        
        .form-control {
               margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #ddd;
    height: 55px;
    border-radius: 0;
    font-size: 16px;
        }
textarea.form-control {
    height: 100px;
}
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: none;
        }
        
        .send-message-btn {
               background-color: var(--primary-color);
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 0;
    width: 100%;
    font-weight: 500;
    transition: background-color 0.3s;
        }
        
        .send-message-btn:hover {
            background-color: #2a0005;
        }
        
        /* Welcome Section */
        .welcome-section {
            padding: 80px 0;
            text-align: center;
        }
        .title_part h6 {
              color: var(--secondary-color);
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #E0D8CF;
    padding-bottom: 10px;
    margin-bottom: 15px;
            text-transform: uppercase;
        }
        .title_part h2 {
            margin-bottom: 15px;
            color: var(--secondary-color);
            font-weight: 500;
            font-size: 40px;
            line-height: 50px
            
        }
        
       .title_part p {
            color: var(--paragraph-color);
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
        }
.title_part.white h6{
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title_part.white h2, .title_part.white p{
      color: #fff;
}
.title_part ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.title_part ul li {
    font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.title_part ul li:before {
    position: absolute;
    content: '\F26A';
    display: block;
    font-size: 20px;
    color: var(--primary-color);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
        
        /* Services Section */
        .services-section {
            padding: 50px 0;
           background-image: url(../images/background_abstract.jpg);
            background-position: center;
            background-size: cover;
        }
        
        .service-card {
            background-color: #fff;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            height: 100%;
            transition: transform 0.3s;
        }

        
        .service-card:hover {
            transform: translateY(-10px);
        }
        
        .service-img {
            height: 250px;
            overflow: hidden;
        }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }
        
        .service-card:hover .service-img img {
            transform: scale(1.1);
        }
        
        .service-content {
            padding: 25px;
            text-align: center;
        }
        
        .service-title {
              margin-bottom: 15px;
    color: var(--secondary-color);
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
        }
        
        .service-description {
            color: var(--paragraph-color);
            margin-bottom: 20px;
            font-size: 15px;
        }
.service-card.sec{
    background-color: #111;
    margin-top: -30px;
}
     
.service-card.sec .service-title,.service-card.sec .service-content,.service-card.sec .get-in-touch{
    color: #fff;
}
        .get-in-touch {
            display: inline-block;
            color: var(--primary-color);
            font-weight: 500;
            position: relative;
            padding-bottom: 5px;
            text-decoration: none;
        }
        
        .get-in-touch:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: var(--primary-color);
        }
.service-card.sec .service-title{
    border-bottom: 1px solid #333
}
.service-card.sec .service-title,.service-card.sec .get-in-touch{
    color: #fff;
}
.service-card.sec .service-description{
    color: #D1D1D1;
}
.service-card.sec .get-in-touch:after{
    background-color:#fff;
}    
        /* About Section */
        .about-section {
            padding: 80px 0;
        }
        
        .about-heading {
            margin-bottom: 15px;
            color: var(--secondary-color);
            font-weight: 700;
        }
        
        .about-subheading {
            margin-bottom: 30px;
            color: var(--secondary-color);
            font-weight: 700;
            font-size: 32px;
        }
        
        .about-text {
            color: var(--paragraph-color);
            margin-bottom: 30px;
        }
        
        .read-more-btn {
            background-color: var(--primary-color);
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            transition: background-color 0.3s;
            display: inline-flex;
            align-items: center;
        }
        
        .read-more-btn:hover {
            background-color: #2a0005;
            color: #fff;
        }
        
        .read-more-btn i {
            margin-left: 10px;
        }
        
        .about-image {
            border-radius: 0;
            overflow: hidden;
            height: 800px;
        }
        
        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Stats Section */
        .stats-section {
              padding: 25px 40px;
    background-color: #ffffff;
    max-width: 800px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-top: -220px;
    position: relative;
        }
        
        .stat-item {
          text-align: center;
    display: flex;
    align-items: center;
            border-right: 1px solid #ddd;
        }
.col-md-4:last-child .stat-item {
    border: none;
}
        
        .stat-number {
            font-size: 42px;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .stat-number sup {
            font-size: 24px;
            margin-left: 5px;
        }
        
        .stat-text {
            color: var(--secondary-color);
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            text-align: left;
            margin-left: 10px;
        }
        
        /*start gallery*/
.gallery {
    margin-top: 70px;
}
.gallery .grid_top{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
}
.gallery .grid_bot{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 15px;
}
.gallery .box{
    height: 325px;
    
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery .box img{
        object-fit: cover;
    width: 100% !important;
    height: 100%;
}
.gallery .box .icon{
       width: 80px;
    height: 80px;
    background-color:var(--primary-color);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 0;
    color: #fff
   
}
.gallery .box:hover .icon{
    opacity: 1;
}
.gallery .box .icon i{
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.gallery .owl-nav{
        display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery .owl-nav button{
    width: 50px;
    height: 50px;
    background-color: var(--dark) !important;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    margin-left: 10px;
    transition: 0.3s;
    margin: 0;
}
.gallery .owl-nav button:hover{
    background-color:  var(--primaryclr)  !important;
     color: var(--dark) !important;
}
.gallery .owl-dots{
       display: flex;
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.gallery .owl-dots button{
     width: 100%;
}
.gallery .owl-dots button span{
    background-color: #ddd !important;
    height: 1px;
    display: block;
}
.gallery .owl-dots .owl-dot.active span{
    background-color: var(--primaryclr) !important;
}
/*end gallery*/
.ser_area{
       padding: 70px 0;
    background-image: url(../images/abs_black.jpg);
    background-position: center;
    background-size: cover;
}
.ser_area .box{
    width: 100%;
    height: 342px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
  
.ser_area .box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ser_area .box p{
       font-size: 18px;
    background-color: #fff;
    color: #111;
    text-transform: capitalize;
    width: calc(100% - 30px);
    position: absolute;
    padding: 12px 20px;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    font-weight: 500;
    
}



/*start reviews*/
.inner_testi{
   background-color: #FAFAFA;
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: 70px;
}
#testi_inner{
    margin-top: 25px;
}
.rvw_box{
    background-color: #fff;
    padding: 35px;
    border-radius: 0;
    position: relative;
}
.rvw_box:after{
        position: absolute;
    width: 100px;
    height: 60px;
    background-color: #fff;
    content: '';
    bottom: -58px;
    left: 50px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.rvw_box .quote{
          position: absolute;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    right: 15px;
    top: 15px;
    color: #fff;
    border-radius: 0;
    transform: rotate(180deg);
}
.rvw_box .stars{
    margin-bottom: 25px;
}
.rvw_box .stars i{
    color: #E7B400;
    font-size: 20px;
    margin-right: 5px;
}
.rvw_box h6{
    font-size: 24px;
    color: var(--textdark);
    margin-bottom: 15px;
    font-weight: 600;
}
.rvw_box p {
      font-size: 16px;
    line-height: 24px;
    color: var(--textlight);
    height: 200px;
    overflow-y: scroll;
}
.rvw_by{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: var(--primaryfnt);
    font-weight: 600;
    margin-top: 15px;
    margin-left: 150px;
}
.rvw_by .user{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid var(--light);
    outline: 1px solid var(--blue);
    margin-right: 20px;
}
.review_us{
    text-align: center;
    margin-top: 40px;
}
.review_us p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111;
    font-weight: 500;
    text-transform: uppercase;
}
.review_us ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.review_us ul li:first-child{
      border-right: 1px solid #ddd;
}
.review_us ul li{
    width: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*end reviews*/

/*start form*/
.form_part .form_box{
    background-color: #111;
    padding: 50px;
}
.form_part .form_box .form-control{
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    height: 55px;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.11);
}
.form_part .form_box .form-control::placeholder{
    color: #fff;
}
.form_part .form_box textarea.form-control{
    height: 200px;
}

.form_part .form_box .my_btn {
    background-color:#fff;
    color: #000;
    padding: 15px;
    border: none;
    border-radius: 0;
    width: 100%;
    font-weight: 500;
    transition: background-color 0.3s;
    text-transform: uppercase;
}
.form_part .call_part {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.form_part .call_part img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form_part .call_part .call{
    position: absolute;
    bottom: 50px;
    z-index: 9;
}
.form_part .call_part .call span, .form_part .call_part .call b{
    color: #fff;
}
.form_part .call_part .call i{
    color: #fff;
    border-color: #fff;
}
/*end form*/

/*start footer*/
/* Footer */
.footer_brdr{
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 70px;
    padding-top: 70px;
}
.footer_top{
    display: flex;
    align-items: center;
}
.footer_top .title_part{
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-left: 80px;
    align-items: center;
}
.footer_top .title_part h2{
    margin-bottom: 5px;
}
.footer_top .title_part p{
    margin-bottom: 0;
}
.mt{
    margin-top: 70px;
}
        .footer {
            background-image: url('../images/footer_bg.jpg');
            background-size: cover;
            background-position: center;
            color: #fff;
            position: relative;
            padding: 0px 0 20px;
        }
.footer .box{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
}
.footer .box.brdr_none{
    border: none;
}
     
        .footer-content {
            position: relative;
            z-index: 1;
            padding-right: 80px;
        }
        
        .footer-logo {
            margin-bottom: 20px;
        }
        
        .footer h4 {
            color:#fff;
            margin-bottom: 25px;
            font-size: 20px;
        }
        
       
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .contact-icon {
            font-size: 18px;
            margin-right: 15px;
            color: #fff;
        }
        
        .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color:#fff;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .footer-links a:hover {
            color: #fff;
            padding-left: 5px;
        }
        
        .map-container {
            height: 200px;
            margin-bottom: 20px;
        }
        
        .social-links {
            margin-top: 20px;
        }
        
        .social-links a {
            color: #fff;
            font-size: 20px;
            margin-right: 15px;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            color:#fff;
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
/*end footer*/




/* start contact */
.contact_info .grid_dvd{
        grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 15px;
}

.contact_info .box {
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgb(25 47 87 / 5%);
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
    background-color: #fff;
}
.contact_info .box i {
         width: 75px;
    height: 75px;
    line-height: 55px;
    font-size: 30px;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--primary-color);
    margin: 0 auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.contact_info .box .head {
     text-transform: capitalize;
    margin-bottom: 5px;
       color: #333;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.contact_info .box .para {
       color: #000;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.contact_info .box:first-child .para{
    font-size:22px;
    font-weight: 600;
}
.cont_form{
    border-radius: 10px;
    overflow: hidden;
      background-color: #eeeeee;
    margin-top: 30px;
}
.cont_form .img_part{
        background-image: url(https://elitestoneservices.digitalageco.com/wp-content/uploads/2025/03/form_left.jpg);
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cont_form .form_part{
    padding: 40px;
}
.cont_form .form_part .head{
    margin-top: 0;
}
.cont_form .form_part .head b{
    color: var(--green);
    font-weight: 500;
}
.cont_form .form_part .form_group {
    margin-bottom: 12px;
}

.cont_form .form_part .form-control {
    color: #000;
    height: 60px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
}
.cont_form .form_part textarea.form-control{
    height: 100px;
}
.cont_form .form_part .my_btn {
       background: #3d0007;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 2px;
    display: block;
    transition: 0.3s;
    border: none;
}
.social_sec {
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.social_sec .dvd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_sec .dvd h3{
        color: var(--textdark);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 550;
}
.social_sec .dvd ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.social_sec .dvd ul li a {
    color: var(--textdark);
    text-decoration: none;
        font-size: 25px;
    margin-left: 25px;
}
.map iframe{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
/* end contact */
.inner_banner {
       padding-bottom: 110px;
    padding-top: 110px;
}
.inner_banner .con_part{
    text-align: center;
}
.inner_banner .con_part h1 {
    font-size: 60px;
    line-height: 70px;
        margin-bottom: 22px;
	color:#fff;
}
.inner_banner .con_part p{
    margin: 0 auto;
}
.inner_banner .breadcrumb {
    color: #fff;
    font-size: 16px;
    justify-content: center;
}
.inner_banner .breadcrumb a {
    color:var(--green);
    text-decoration: none;
}
   @media (max-width: 992px) {
	   .contact_info .grid_dvd {
    grid-template-columns: repeat(1, 1fr);
	   }
	   .contact_info .box{
		       padding: 30px;
		   margin-top: 0;
    margin-bottom: 0;
	   }
	   .social_sec .dvd h3{
		       font-size: 30px;
    line-height: 45px;

	   }
}
   @media (max-width: 767px) {
	   .inner_banner .con_part h1 {
    font-size: 36px;
    line-height: 46px;
	   }
	   .inner_banner {
    padding-bottom: 70px;
    padding-top: 70px;
}
	   .contact_info .box {
        padding: 22px;
	   }
	   .contact_info .box i {
    width: 55px;
    height: 55px;
		       font-size: 20px;
	   }
	   .cont_form .form_part {
    padding: 25px;
}
	       .social_sec .dvd h3 {
        font-size: 24px;
        line-height: 32px;
    }
}
.wpcf7-spinner{
	display:none;
}
.wpcf7-not-valid-tip{
	display:none;
}
.form-control.wpcf7-not-valid{
	    border: 1px solid #dc3232 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.frm_valid_err{
	  background-color: #fff;
    border-color: #dc3232;
    text-align: center;
    color: #dc3232;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
	
}
.entry-content p {
    max-width: 100% !important;
    color: var(--textlight);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}
.entry-content h1,.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #000;
    text-transform: capitalize;
  margin-top: 20px; 
	font-weight: 500;
}
.entry-content h2{
	 font-size: 42px;
    
}
.entry-content h2{
	 font-size: 35px;
    
}
.entry-content h3{
	 font-size: 30px;
}
.entry-content h4{
	 font-size: 26px;
}
.entry-content h5{
	 font-size: 24px;
}
.entry-content h6{
	 font-size: 20px;
}
.entry-content ul {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
	list-style:none;
}
.entry-content ul li {
    max-width: 100% !important;
    color: var(--textlight);
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
	    padding-left: 30px;
	    position: relative;
}
.entry-content ul li:before{
	    position: absolute;
    content: '\F140';
    display: block;
    font-size:18px;
    color: var(--blue);
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
}
.entry-content ul li a, .entry-content p a{
	color:var(--primary);
	font-weight:500;
	text-decoration:none;
}