﻿.service-list ul li i {
    font-size: 30px;
}


.shop-butt{
    font-size:20px !important;
}
.form-group + .form-group{
    margin-top:0 !important;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}


.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.span-tooltip {
    background: black;
    color: white;
    padding: 3px 11px;
    border-radius: 3px;
    font-size: 13px;
    display: flex;
    position: absolute;
    display: none;
    transition: all 2s ease-in;
    animation: ease 4s;
    top: 64px;
}
.span-always-show {
    background: #111a12;
    color: white;
    padding: 5px 14px;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    position: fixed;
    transition: all 2s ease-in;
    animation: ease 4s;
    bottom: 55px;
    left: 115px;
    z-index: 99999;
}

@media only screen and (max-width: 990px) {
    .header-button{
        display:block!important;
    }
}

@media only screen and (min-width: 991px) {
    .header-button {
        display: none!important;
    }

}


@media only screen and (max-width: 991px) {
    .item-info-in {
        opacity: 1;
        bottom: 0;
    }
}


    @media only screen and (max-width: 591px) {
        .header-curve.ext-header .extra-nav, .frame-box .slide-content-area, .box-header .extra-nav .site-button {
            display: block !important;
        }

    }

    .back-light-green {
        background: #fafff9;
    }

    body {
        background: #ecffe5;
    }


    .slider-button {
        min-width: 190px;
    }

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*.service{
    visibility:hidden;
}*/

.site-button.outline.white {
    color: #0d0a05;
    border-color: #371818;
}
.icon-box-btn .site-button {
    background-color: #f5a65f;
}
.content-inner-2 {
    padding-top: 226px;
    padding-bottom: 200px;
}
.contact-img-bx img {
    bottom: -143px;
}
.my-drop {
    width: 100%;
    height: 45px;
    background: white;
    border: dotted 1px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #c0c0c0;
}
@media only screen and (max-width: 591px) {
    .content-inner-2 {
        padding-top: 113px;
    }
}

@media only screen and (max-width: 767px){

    .content-inner-2 {
        padding-top: 110px;
    }
    
}
.site-button.outline.white {
    color: white;
    border: solid white;
}

@media only screen and (max-width: 591px) {
    .contact-no-area .title {
     
        text-align: center;
    }
}

@media only screen and (max-width: 591px) {
    .contact-no .contact-right .site-button {
        font-size: 28px;
    }
}
/*@media only screen and (max-width: 767px) {


    .first-img {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .second-img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}*/
.contact-button {
    color: #f5a65f;
    font-size: 18px;
}
.contact-no-area{
    text-align:center;
}
.why-title {
    font-size: 31px !important;
    text-align: center;
}
.site-button.outline.white {
    color: #f6fff9;
    border: solid #11e0a6;
    font-size: 19px;
    font-weight: 900;
    font-family: iransans;
}