/********** Template CSS **********/
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb\ Persian.eot') format('eot'), /* IE6–8 */
    url('../font/IRANSansWeb\ Persian.ttf') format('ttf'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSansWeb\ Persian.woff') format('woff'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
    font-family: 'vazir';
    src: url('../font/vazir-font-v16.1.0/Vazir.ttf') format('ttf');
    src: url('../font/vazir-font-v16.1.0/Vazir-Bold.eot') format('eot');
    src: url('../font/vazir-font-v16.1.0/Vazir-Bold.woff') format('woff');
    src: url('../font/vazir-font-v16.1.0/Vazir.woff2') format('woff2');
    src: url('../font/vazir-font-v16.1.0/Vazir-Bold.eot') format('eot');
    src: url('../font/vazir-font-v16.1.0/Vazir-Bold.ttf') format('ttf');
    src: url('../font/vazir-font-v16.1.0/Vazir-Bold.woff') format('woff');
    src: url('../font/vazir-font-v16.1.0/Vazir-Bold.woff2') format('woff2');
    src: url('../font/vazir-font-v16.1.0/Vazir-Medium.eot') format('eot');
    src: url('../font/vazir-font-v16.1.0/Vazir-Medium.ttf') format('ttf');
    src: url('../font/vazir-font-v16.1.0/Vazir-Medium.woff') format('woff');
    src: url('../font/vazir-font-v16.1.0/Vazir-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Yekan';
    src: url('../font/Yekan.ttf') format('ttf');
    src: url('../font/Yekan.eot') format('eot');
    src: url('../font/Yekan.svg') format('svg');
    src: url('../font/Yekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome';
    src: url('../font/f/fontawesome-webfont.eot') format('eot'), /* IE6–8 */
    url('../font/f/fontawesome-webfont.ttf') format('ttf'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/f/fontawesome-webfont.woff') format('woff'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
    font-style: normal;
}




body {
    font-family: Yekan;
    direction: rtl;
    text-align: right;
}



/*****ایکون global(edit)*****/
.btn1-check:focus + .btn1, .btn1:focus {
    outline: 0;
    box-shadow: none ;
}

/*****سه نقطه(edit)*****/

.texttt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}


/*****(edit)*****/
.lh-base {
    line-height: 1.5 !important;
    font-size: large;
}

/*****paging(edit)*****/

 .btn-success[disabled] {
    background-color: #68b591;
    border-color: #68b591;

}
.btn-success {
   
    border-radius: 5px
}


/*****formcontrol(edit)*****/
.form-control {
    color: #4f4f4f;
}


/*****radio-contactus(edit)*****/
input, button, select, optgroup, textarea {
    margin:0px;
   
}



/*****date&time(edit)*****/
.datetime {
    font-size: x-small;
    color: gray;
}
/*****modal(edit)*******/
@media (min-width: 992px) {
    .modal-content {
        width: 25% !important;
    }
}

/****.text-warning(edit)*****/
.text-warning {
    color: #b08504 !important
}


/****.ul li.list-group-item(edit)*****/


.list-group-item:before  {
    content: "";
/*float: right;*/
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: -11px;
margin-left: 6px;
font-size: 0.5rem;
opacity: .7;

}
/*.list-group-item:hover {
    animation: navItemArrow 0.6s linear infinite;
}*/
.list-group-item {
    color: #717070;
}

.title-news{
    font-size:larger;
}

.title-news:before {
    content: none;
   
}
/****rounded-pill(edit)*****/
.rounded-pill {
    border-radius: 0px 30px 0px 30px !important
}



/******textshadow(Edit)*******/
.text-primary {
    /* text-shadow:0px -1px 1px #000,-1px 0px 1px #000,1px 0px 1px #000,0px 1px 1px #000;*/
}








/******nav-contact(Edit)*******/
.nav-contact .icon {
    color: #32C36C;
}



/******hr(Edit)*******/
.rotate {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    color: black;
}


/****search(edit)****/
.blog-post-search-widget .form {
    position: relative;
    z-index: 1;
}

    .blog-post-search-widget .form input {
        width: 100%;
        height: 48px;
        border: none;
        padding: 0 20px;
        font-size: 12px;
        outline: none;
        border: 1px solid rgba(136, 136, 136, 0.25);
        border-radius: 6px 20px 6px 20px;
        color:gray;
    }

    .blog-post-search-widget .form button {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 48px;
        /*  background-color: #f7e305;*/
        border: 1px solid rgba(0, 170, 11, 0.3);
        border-right: none;
        z-index: 10;
        cursor: pointer;
        color: #55b848;
        border-radius: 6px 0px 0px 20px;
        background-color: white;
        /* text-shadow: 0px 0px 4px #bb6000;*/
        transition: 1s;
    }

        .blog-post-search-widget .form button:hover {
            color: white;
            background: rgb(85,184,72);
            background: linear-gradient(90deg, rgba(85,184,72,1) 53%, rgba(255,255,255,1) 100%);
            border-right:none
        }


/*******sidebar*******/
.sidebar {
}


ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol, ul {
  padding-right: 0rem;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: inherit;
}

:root {
    --primary: #55b848;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** btn-Details ***/
.btn-Details {
    /*background-color:yellow;
    border:2px black ;*/
    color: #55b848;
    border-right: none;
    background: rgb(126,199,103);
    background: linear-gradient(90deg, rgb(187, 255, 165) 0%, rgb(255, 255, 255) 85%);
}
    .btn-Details:hover {
        color: #234f23;
    }

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn.btn-primary,
    .btn.btn-outline-primary:hover {
        color: #1A2A36;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/

.top-nav {
    font-family: inherit;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    /*edit by me*/
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    border-bottom: 1px solid #e3e3e382;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
    border-left: 1px solid gainsboro;
    margin-right: -5px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

.navbar .dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: inherit;
    font-weight: 900;
    vertical-align: middle;
    margin-right: 8px;
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    border-bottom: 1px solid rgb(219, 219, 219);
}*/

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
  /*  background: rgba(0, 0, 0, .1);*/
    border-bottom: 1px solid #e4e4e6;
}

/*.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
}*/

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        /* min-height: 500px;*/
        min-height: 200px;
    }


        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item p {
            font-size: 16px !important;
        }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*.header-carousel .owl-dots {
    position: absolute;*/
    /*width: 60px;*/
     /*height: 0px; 
    top: 470px;*/
    /* right: 30px; */
    /*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%
}*/

    .header-carousel .owl-dots .owl-dot {
        position: relative;
        width: 10px;
        height: 10px;
        margin: 5px 0;
        background: #FFFFFF;
        background-color: #d0d0d0;
        /* box-shadow: 0 0 10px rgba(155, 154, 154, 0.9);*/
        border-radius: 45px;
        transition: .5s;
        margin-right: 5px;

    }




        .header-carousel .owl-dots .owl-dot.active {
            width: 15px;
            height: 15px;
            /*box-shadow: 0 0 10px rgba(95, 251, 52, 0.9);*/
           
            background-color: #ffb300;
            border: 1px #fff solid;
        }

        .header-carousel .owl-dots .owl-dot img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 2px;
            border-radius: 45px;
            transition: .5s;
        }

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/header.jpg) center center no-repeat;
    background-size: cover;
    /*filter:opacity()*/
}

/*.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
    
}*/

.img-si {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px;
    vertical-align: middle;
    background-size: cover;
}

{
    display: block;
    max-width: 100%;
    height: auto;
}
}
/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}





/*** Articles(edit) ***/
.service-item {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .08);*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    min-height: 360px;
    background: rgb(240,255,240);
    background: linear-gradient(90deg, rgba(240,255,240,1) 0%, rgba(255,255,255,1) 48%, rgba(255,253,223,1) 100%);
}
.service-item-2 {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .08);*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    min-height: 221px;
}


/******articlesBG(edit)****/
.articles-bg {
    /*   background: rgb(255,248,207);
    background: linear-gradient(90deg, rgba(255,248,207,1) 0%, rgba(187,210,251,1) 100%);*/
    background: rgb(250,254,157);
    background: linear-gradient(90deg, rgba(250,254,157,1) 0%, rgba(60,97,47,1) 100%);
}


 /******.btn-primary:active(edit)*****/
.btn-primary:active {
    background-color: #55b848;
    border-color: #55b848;
}

/******سه نقطه متن(edit)****/
.vmsNowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/****fa-arrow-left(edit)*****/
.fa-arrow-left {
    display: inline-block;
    margin: 0 0.5rem;
}


    .fa-arrow-left:hover {
        animation: fadeOutLeft; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 0.5s; /* don't forget to set a duration! */
    }


/****btn(edit)******/

.btn-primary {
    
    transition: 1s;
   
}

.btn-primary:hover {
    
    transform: scale(1.1, 1.1);
}


/******(edit)****/
.img-art {
    background-size: cover;
    max-width: 100%;
    height: 200px;
    transition: 0.3s;
}

    .img-art:hover {
        transform: scale(1.1, 1.1);
        /*       -ms-transform: scale(1.1);*/ /* IE 9 */
        /*transform: scale(1.1);*/ /* Standard syntax */
        /*animation-duration: 2s;*/
    }


/* .service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
} */
.service-item {
    background-color: #f6f7f8;
}

    .service-item:hover .service-icon {
        color: #FFFFFF;
        background: var(--primary);
    }


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/****card(edit)*******/
.card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border: none;
}

.card-body .w-100 {
    border-radius: 5px
}

/*****img-foot(Edit)******/
.img-foot {
    /* background-size: cover;*/
    max-width: 100%;
    height: 150px;
    border-radius: 0px 30px 0px 30px !important;
}


/*** news ***/


.slide_viewer {
    height: 384px;
    overflow: hidden;
    position: relative;
}

/*.slide img {
    width: 100%;*/
/* display: block;*/
/*margin-left: auto;
    margin-right: auto;
}*/

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

/*.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}*/

.slide:first-child {
    display: block;
}

/* .slide:nth-of-type(1) {
        background: #D7A151;
    }
*/
/* .slide:nth-of-type(2) {
        background: #F4E4CD;
    }*/

.slide:nth-of-type(3) {
    background: #C75534;
}

.slide:nth-of-type(4) {
    background: #D1D1D4;
}

/*.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}*/

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 740px;
    position: relative;
    top: -340px;
}

/*.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}*/

.previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

    .previous_btn:hover, .next_btn:hover {
        opacity: 1;
    }
/**/
/*@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }*/

.next_btn {
    right: 50px;
}







/*** products Portfolio ***/

.img-pro {
    background-size: cover;
    width: 100%;
    height: 231px;
    background-size:cover;
}



#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

    #portfolio-flters li:hover,
    #portfolio-flters li.active {
        color: var(--primary);
        border-color: var(--primary);
    }

.portfolio-img {
    position: relative;
}

    .portfolio-img::before,
    .portfolio-img::after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        background: var(--dark);
        transition: .5s;
        
    }

    .portfolio-img::before {
        left: 50%;
    }

    .portfolio-img::after {
        right: 50%;
    }

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
  /*  opacity: 0.5;*/
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
    /*opacity:0.5;*/
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
    background-color: #1a2a3675;
    
}


/********btn-details2(Edit)*******/


.btn-Details2: {
    transition: 1s;
    border-radius:0px
}
    .btn-Details2:hover {
        background-color: #cdecac;
        border-radius: 0px;
        
    }



/********(Edit)*******/
.portfolio-item {
}




    .portfolio-item:hover .portfolio-btn {
        opacity: 1;
        transition-delay: .3s;
    }



/*** products Page ***/
.MainPanel {
    box-shadow: 1px 1px 12px;
    padding-top: 30px;
    padding-bottom: 30px;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

    .team-item img {
        /* border-radius: 8px 60px 0 0; */
        border-radius: 60px 8px 0 0;
    }

.img-team {
    background-size: cover;
    height: 300px;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

    .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial-carousel .owl-nav .owl-next:hover {
        color: var(--dark);
    }

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/

.form-floating > label {
    right: 0;
}

@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}



/*** Gallery ***/


/*** modal (Edit)***/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: -6px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }




/*** Footer ***/



.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

    .footer .btn.btn-social:hover {
        color: var(--primary);
        border-color: var(--light);
    }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 10px;
    }

    .footer .btn.btn-link:hover {
        color: #FFFFFF;
        letter-spacing: 1px;
        box-shadow: none;
    }

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

    .footer .copyright a {
        color: var(--light);
    }

        .footer .copyright a:hover {
            color: var(--primary);
        }

.feature-color {
    background-color: #F6F7F8 !important;
}
