﻿.icon-box i {
    color: #c4fb6d;
}
/*.custom-padding {
    background: #1c1e1a;
}*/
.reviews-section {
    background: #1f231b;
}






.back-to-top i {
    color: var(--white);
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
    text-align: center;
    background: none 0px 0px repeat scroll rgba(0, 0, 0, 0.2);
    padding: 0px;
    border-radius: 20px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.back-to-top:hover i {
    background-color: var(--gray);
    color: var(--text-dark);
    border-radius: 20px;
    transition: opacity 0.3s;
}

backToTopIsvisible .back-to-top {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    overflow: hidden;
}

/*================== footer ====================*/

.footer-section a{
    text-decoration:none;
}

    .footer-section a:hover {
        text-decoration: none;
        color: #f26222;
    }

    .footer-section i {
        
        color: #f26222 !important;
    }



.blog-part{
    background:#333333;
}
.bg{
    background:url(/img/blog-bg.webp)
}

.r-icon {
    color: #f26222;
    font-size:50px;
}
.creative{
    background:#333333;
}
/*a:hover {
    color: #87d6f7 !important;
}*/
.about-page {
    background: #1f231b;
}
.c-us-page {
    background: #262a21;
}