a{
    color: white;
}
#nav a:hover{
    color: #FFF383 !important;
}
a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
.dropdown-menu li a{
    text-align: right;
}

#navbar{
    position: fixed;
    padding: 10px 10px;
    right: 0;
    left: 0;
    top:0;
    z-index: 1000;
    transition-duration: 0.5s;
}

#logo a{
    color: white;
}

#lang{
    display: block;
    margin-top: 10px;
    order: 1;
    margin-right: auto;
    float: left;
}
#lang li a{
    font-size: 14px;
}

#lang li a:hover{
    color: #FFF383;
}

#toggler{
    position: absolute;
    right: 40px;
    top: 13px;
    color: white;
    cursor: pointer;
    font-size: 30px;
}

#nav{
    position: fixed;
    background-color: rgba(0 , 0 , 0 , 0.8);
    width: 270px;
    right: -270px;
    top: 56px;
    bottom: 0;
    line-height: 2.5em;
    padding-top: 30px;
    transition-duration: 0.4s;
}

#top-carousel .carousel-item{
    height: 100vh;
    min-height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#top-carousel .carousel-overlay{
    position: absolute;
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 , 0 , 0 , 0.5);
    padding-top: 100px;
}

#top-carousel li{
    width: 12px;
    height: 12px;
    border-radius: 20%;
}

#top-carousel .carousel-content{
    color: white;
    max-width: 900px;
    margin: 10% auto;
    padding: 0 70px;
}

#top-carousel .carousel-title{
    margin-bottom: 50px;
    font-size: 26px;
}

#top-carousel .carousel-text{
    margin-bottom: 50px;
    font-weight: 300;
}

#top-carousel .carousel-btn{
    border-radius: 40px;
    padding: 10px 40px;
}
#top-carousel a:hover{
    color: #FFF383 !important;
}

#about{
    background: url("../images/coreofasu.png") center / cover no-repeat ;
    padding: 60px 0;
    position: relative;
}

.section-header h3 {
    max-width: max-content;
    padding: 0 15px 15px 15px;
    font-size: 30px;
    text-align: right;
    font-weight: 400;
    border-bottom: 3px solid #FCC70F;
}

/*.section-header p {*/
/*    text-align: right;*/
/*    font-size: 34px;*/
/*    font-weight: 600;*/
/*    margin: 30px auto 10px auto;*/
/*}*/
.about-description{
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #1d2124 !important;
}
.icon{
    color: #FCC70F;
    font-size: 18px;
}
.icon:hover{
    color: #FFF383;
}

#about::before{
    position: absolute;
    content: '';
    background-color: rgba(255 , 255 , 255 , 0.3);
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
}

#about .container{
    position: relative;
}

#about .card-text{
    color:#444;
    font-size: 14px;
    text-align: justify;
}

#services{
    padding: 60px 0 40px 0;
}

#services h6{
    font-size: 17px !important;
    font-weight: 500;
    max-width: max-content;
    padding: 5px 10px;
    border-radius: 5px;
}
.card-img-bottom{
    height: 210px;
}

#portfolio{
    background : url("../images/blog1.png");
    padding: 60px 0;
    background-color: #f7f7f7;
}

#portfolio-container h6{
    font-size: 12px;
}

#portfolio-filter{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

#portfolio-filter li{
    flex-basis: 90px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0 , 0 , 0 , 0.1);
    transition-duration: 0.3s;
}

#portfolio-filter li:hover , #portfolio-filter .filter-active{
    background-color: #FCC70F;
    color: white;
}

#portfolio .card-img-overlay{
    padding: 0 30%;
    background-clip: content-box;
    transition-duration: 0.3s;
}

#portfolio .card-img-overlay:hover{
    background-color: rgba(0 , 0 , 0 , 0.5);
    padding: 0 0;
}

#portfolio .card-img-overlay a{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 30% 8px;
    color: black;
    background-color: white;
    font-size: 18px;
    line-height: 2.1em;
    border-radius: 50%;
    transition-duration: 0.3s;
    opacity: 0;
}

#portfolio .card-img-overlay:hover a{
    opacity: 1;
}


#portfolio .card-img-overlay a:hover{
    background-color: #FCC70F;
}


@media screen and (min-width: 320px) {
    #contact-header{
        display: none;
    }
    #nav{
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-color: #FCC70F transparent;
        scrollbar-width: thin;
    }
    #nav a{
        color: white;
        font-weight: 500;
        padding: 10px 20px 10px 5px;
    }
    #logo{
        display: none;
    }
    #logo1{
        display: block;
        float: left;
    }
    .card-header{
        padding: 2px 10px;
    }
    .card-link{
        color: #000;
        font-size: 15px;
    }
    .card-body{
        color: #353535;
        font-size: 14px;
    }
    #shoab{
        margin-top: 20px;
    }
    #shoab #accordion{
        display: block;
    }
    .shoab-img{
        display: none ;
    }
    .shoab-btn{
        display: none;
    }
}
@media screen and (min-width: 576px) {
    #shoab #accordion{
        display: block;
    }
    .shoab-btn{
        display: block;
        border: none;
        position: absolute;
        z-index: 0;
        background-color: #3e281b;
        border-radius: 50%;
        padding: 5px;
    }
    .shoab-img{
        display: block ;
        height: 450px;
    }
    .shoab-khareji{
        width: 600px;
    }
    .tabriz{
        left: 50px;
        top: 60px;
    }
    .tabriz-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-weight: 500;
        font-size: 14px;
    }
    .ardabil{
        left: 90px;
        top: 40px;
    }
    .ardabil-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .urmia{
        left: 3px;
        top: 50px;
    }
    .urmia-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .zanjan{
        left: 95px;
        top: 90px;
    }
    .zanjan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .alborz{
        left: 160px;
        top: 110px;
    }
    .alborz-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .tehran{
        left: 180px;
        top: 120px;
    }
    .tehran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mazandaran{
        left: 220px;
        top:  95px;
    }
    .mazandaran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mashhad{
        left: 380px;
        top: 115px;
    }
    .mashhad-txt{
        position: absolute;
        left: -32px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .khozestan{
        left: 110px;
        top: 250px;
    }
    .khozestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .fars{
        left:220px;
        top: 300px;
    }
    .fars-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .bushehr{
        left: 180px;
        top: 330px;
    }
    .bushehr-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .esfahan{
        left: 194px;
        top: 193px;
    }
    .esfahan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .kordestan{
        left: 55px;
        top: 115px;
    }
    .kordestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .gilan{
        left: 128px;
        top: 75px;
    }
    .gilan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hamedan{
        left: 100px;
        top: 140px;
    }
    .hamedan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .markazi{
        left: 130px;
        top: 160px;
    }
    .markazi-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hormozgan{
        left: 470px;
        top: 480px;
    }
    .hormozgan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
}
@media screen and (min-width: 768px) {
    .shoab-img{
        height: 600px;
    }
    .shoab-khareji{
        width: 750px;
    }
    .tabriz{
        left: 75px;
        top: 75px;
    }
    .tabriz-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-weight: 500;
        font-size: 14px;
    }
    .ardabil{
        left: 130px;
        top: 65px;
    }
    .ardabil-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .urmia{
        left: 18px;
        top: 100px;
    }
    .urmia-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .zanjan{
        left: 136px;
        top: 120px;
    }
    .zanjan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .alborz{
        left: 215px;
        top: 150px;
    }
    .alborz-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .tehran{
        left: 250px;
        top: 160px;
    }
    .tehran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mazandaran{
        left: 290px;
        top:  130px;
    }
    .mazandaran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mashhad{
        left: 520px;
        top: 150px;
    }
    .mashhad-txt{
        position: absolute;
        left: -32px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .khozestan{
        left: 140px;
        top: 330px;
    }
    .khozestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .fars{
        left:300px;
        top: 400px;
    }
    .fars-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .bushehr{
        left: 240px;
        top: 430px;
    }
    .bushehr-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .esfahan{
        left: 267px;
        top: 253px;
    }
    .esfahan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .kordestan{
        left: 85px;
        top: 159px;
    }
    .kordestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .gilan{
        left: 185px;
        top: 100px;
    }
    .gilan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hamedan{
        left: 140px;
        top: 190px;
    }
    .hamedan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .markazi{
        left: 180px;
        top: 215px;
    }
    .markazi-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hormozgan{
        left: 470px;
        top: 480px;
    }
    .hormozgan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
}
@media screen and (min-width: 992px) {
    #contact-header{
        position: fixed;
        height: 30px;
        background-color: white;
        width: 100%;
    }
    #nav{
        overflow-y: hidden;
        overflow-x: hidden;
    }
    #nav a{
        color: white;
        font-weight: 500;
        padding: 10px 20px;
    }
    .shoab-img{
        height: 800px;
    }
    .shoab-khareji{
        width: 950px;
    }
    .tabriz{
        left: 100px;
        top: 100px;
    }
    .tabriz-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-weight: 500;
        font-size: 14px;
    }
    .ardabil{
        left: 162px;
        top: 65px;
    }
    .ardabil-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .urmia{
        left: 18px;
        top: 100px;
    }
    .urmia-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .zanjan{
        left: 183px;
        top: 164px;
    }
    .zanjan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .alborz{
        left: 300px;
        top: 200px;
    }
    .alborz-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .tehran{
        left: 330px;
        top: 220px;
    }
    .tehran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mazandaran{
        left: 370px;
        top: 180px;
    }
    .mazandaran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mashhad{
        left: 700px;
        top: 200px;
    }
    .mashhad-txt{
        position: absolute;
        left: -32px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .khozestan{
        left: 100px;
        top: 340px;
    }
    .khozestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .fars{
        left: 390px;
        top: 550px;
    }
    .fars-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .bushehr{
        left: 325px;
        top: 575px;
    }
    .bushehr-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .esfahan{
        left: 315px;
        top: 262px;
    }
    .esfahan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .kordestan{
        left: 118px;
        top: 212px;
    }
    .kordestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .gilan{
        left: 250px;
        top: 140px;
    }
    .gilan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hamedan{
        left: 190px;
        top: 260px;
    }
    .hamedan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .markazi{
        left: 250px;
        top: 280px;
    }
    .markazi-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hormozgan{
        left: 470px;
        top: 480px;
    }
    .hormozgan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
}
@media screen and (min-width: 1200px) {
    .shoab-div{
        display: block !important;
    }
    .shoab-img{
        height: 600px;
    }
    .shoab-khareji{
        width: 750px;
    }
    .tabriz{
        left: 106px;
        top: 70px;
    }
    .tabriz-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-weight: 500;
        font-size: 14px;
    }
    .ardabil{
        left: 167px;
        top: 50px;
    }
    .ardabil-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .urmia{
        left: 44px;
        top: 47px;
    }
    .urmia-txt{
        position: absolute;
        left: -5px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .zanjan{
        left: 173px;
        top: 122px;
    }
    .zanjan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .alborz{
        left: 256px;
        top: 148px;
    }
    .alborz-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .tehran{
        left: 283px;
        top: 160px;
    }
    .tehran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mazandaran{
        left: 317px;
        top: 128px;
    }
    .mazandaran-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .mashhad{
        left: 565px;
        top: 140px;
    }
    .mashhad-txt{
        position: absolute;
        left: -32px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .khozestan{
        left: 190px;
        top: 325px;
    }
    .khozestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .fars{
        left: 330px;
        top: 400px;
    }
    .fars-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .bushehr{
        left: 286px;
        top: 430px;
    }
    .bushehr-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .kordestan{
        left: 116px;
        top: 157px;
    }
    .kordestan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .gilan{
        left: 223px;
        top: 98px;
    }
    .gilan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hamedan{
        left: 175px;
        top: 190px;
    }
    .hamedan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .markazi{
        left: 220px;
        top: 215px;
    }
    .markazi-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .hormozgan{
        left: 470px;
        top: 480px;
    }
    .hormozgan-txt{
        position: absolute;
        left: -7px;
        top: 15px;
        font-size: 14px;
        font-weight: 500;
    }
}


.shoab-btn:focus{
    box-shadow: none !important;
}

#clients img{
    opacity: 0.5;
    padding: 15px;
    transition-duration: 0.4s;
}

#clients img:hover{
    opacity: 1;
}

#clients .owl-dot {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: 0;
    background-color: #ddd;
}

#clients .owl-dots{
    text-align: center;
}

#clients .owl-dot.active {
    background-color: #18d26e;
}

#footer{
    background-color: rgb(0, 0, 0);
    padding-top: 60px;
    font-weight: 300;
    font-size: 14px;
}

#footer h5{
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 2px #555 solid;
    margin-bottom: 20px;
}

#footer .col-lg-3{
    margin-bottom: 40px;
}

#footer li{
    padding: 6px 0;
    border-bottom: 1px solid #333;
}

#footer li:first-child{
    padding-top: 0;
}

#footer li a{
    color: #ddd;
    transition-duration: 0.3s;
}


#footer li i{
    color: #ddd;
    padding-left: 8px;
}

#footer .links{
    margin-top: 60px;
}

#footer .links a{
    font-size: 25px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    color: #eee;
    line-height: 2.1em;
    margin-left: 4px;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.3s;
}

#footer .links a:hover {
    background-color: #FFF383;
    color: #fff;
}
#footer .links i:hover {
    background-color: #FFF383;
    color: #f4f4f4;
}

#footer input {
    float: right;
    border: 0;
    padding: 4px;
    width: 70%;
}

#footer button{
    float: right;
    background-color: #2c6;
    border: 0;
    width: 30%;
    padding: 4px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

#footer button:hover{
    background-color: #FFF383;
}

#go-to-top{
    position: fixed;
    bottom: 15px;
    left:15px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: rgba(0 , 0 , 0 , 0.3);
    color:white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8em;
    transition-duration: 0.5s;
}
.font-20{
    font-size: 20px;
}

#go-to-top:hover{
    background-color: #FFF383;
}

@media (min-width: 768px) {
    #top-carousel .carousel-title{
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    #toggler{
        display: none;
    }

    #nav{
        position: static;
        width: auto;
        background-color: transparent;
        padding-top: 4px;
    }

    #nav li{
        float: right;
    }

    #navbar{
        display: flex;
    }
    #logo1{
        display: none;
    }
    #logo{
        display: block;
        order: 1;
        float: right;
    }

    #logo h4{
        margin-top: 2px;
        margin-bottom: 0;
    }
}



.form-pos{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 30px;
}
.form-row{
    margin-right: 25px;
    margin-left: 10px;
}
.lbl-font{
    font-size: 20px;
    color: white;
}
.form-file{
    background-color: whitesmoke;
    padding: 2px 1px;
    border-radius: 3px;
    margin-right: 25px;
    margin-top: 36px;
}
.MyBtn{
    float: left;
    margin-right: 25px;
    height: 37px;
    width: 150px;
    margin-top: 36px;

}
.main1{
    width: 1035px;
}
.dropdownBtn{
    border:none;
    background-color: transparent;
}
button:focus{
    outline: none;
}
.fontSize{
    font-size: 13px;
}

@media screen and (min-width: 350px) and (max-width: 991px){
    #nav li a i{
        display: none;
    }

    #dd1{
        display: inline-block !important;
        padding: 5px;
        background-color: transparent;
    }
    #dd1:focus{
        box-shadow: none;
    }
    #dd2{
        display: inline-block !important;
        padding: 5px;
        background-color: transparent;
    }
    #dd2:focus{
        box-shadow: none;
    }
    #dd{
        display: inline-block !important;
        padding: 5px;
        background-color: transparent;
    }
    #dd:focus{
        box-shadow: none;
    }
    .dropdown-content {
        min-width: 230px;
        display: none;
        position: relative;
        background-color: rgb(0, 0, 0);
        z-index: 1000;
        border-radius: 10px;
        overflow-y: unset;
        overflow-x: hidden;
    }
    .dropdown-content-customers {
        min-width: 150px;
        display: none;
        position: relative;
        background-color: rgb(0, 0, 0);
        z-index: 1000;
        top: 0;
        border-radius: 10px;
    }
    .dropdown-content-In{
        min-width: 230px;
        display: none;
        position: relative;
        background-color: rgb(0, 0, 0);
        z-index: 1000;
        border-radius: 10px;
    }
    #form .dropdown-content-In{
        background-color: unset;
    }
    .dropdown-content-customers a {
        color: white !important;
        padding: 3px 6px !important;
        text-decoration: none;
        display: block;
        font-size: 11px !important;
        margin-right: 5%;
    }
    .dropdown-content a {
        color: white !important;
        padding: 3px 6px !important;
        text-decoration: none;
        display: block;
        font-size: 11px !important;
        margin-right: 5%;
    }
    .dropdown-content-In a {
        color: white !important;
        padding: 3px 6px !important;
        text-decoration: none;
        display: block;
        font-size: 11px !important;
        margin-right: 5%;
    }
    #form .dropdown-content-In a{
        font-size: unset !important;
    }

    .ddown:focus .dropdown-content {display: block;}

}
@media screen and (min-width: 993px){
    .dropdown-content::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: transparent;
    }

    .dropdown-content::-webkit-scrollbar
    {
        width: 10px;
        background-color: transparent;
    }

    .dropdown-content::-webkit-scrollbar-thumb
    {
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #FCC70F;
    }

    #dd2{
        display: inline-block !important;
        padding: 5px;
        background-color: transparent;
    }
    #dd2:focus{
        box-shadow: none;
    }

    #nav .ddown a:hover {
        background-color: rgba(16, 25, 68, 0.6);
        padding-bottom: 20px;
        padding-top: 13px;
    }

    #nav li a i{
        display: inline-block;
    }

    .dropdown-content {
        min-width: 700px;
        max-width: max-content;
        display: none;
        position: absolute;
        background-color: rgba(16, 25, 68, 0.9);
        z-index: 1000;
        top: 58px;
        border-radius: 0 0 5px 5px;
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-color: #FCC70F;
        scrollbar-width: thin;
    }
    .dropdown-content-customers {
        min-width: 270px;
        display: none;
        position: absolute;
        background-color: rgba(16, 25, 68, 0.9);
        z-index: 1000;
        top: 58px;
        border-radius: 0 0 5px 5px;
    }
    .dropdown-content-In {
        position: relative;
        width: 300px;
        display: none;
        margin-right: 20px;
    }
    .dropdown-content-customers a {
        color: white !important;
        padding: 3px 6px !important;
        text-decoration: none;
        display: block;
        font-size: 11px !important;
        margin-right: 5%;
    }
    .dropdown-content a {
        color: white !important;
        padding: 3px 6px !important;
        text-decoration: none;
        display: block;
        font-size: 12px ;
        margin-right: 5%;
    }
    .dropdown-content a:hover {font-size: 13px }

    .ddown:focus .dropdown-content {display: block;}

    .ddown:hover>.dropdown-content {
        display: block;
    }
    .ddown:hover>.dropdown-content-customers {
        display: block;
    }

}
.shoab_content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
}

.carousel-indicators .active{
    background-color: #FCC70F !important;
}
#blog{
    padding: 60px 0;
}
.search [type="search"]{
    max-width: 100%;
    border-radius: 5px;
    margin: 10px 0 30px 0 ;
}
.search button{
    position: absolute;
    border: none;
    top: 12px;
    left: 17px;
}
#footer .search button{
    position: absolute;
    border: none;
    top: 23px;
    left: 27%;
    width:50px;
    padding:0 10px;
}
#footer .search button:focus{
    box-shadow: none;
}
.form-control{
    border-radius: 0.3rem !important;
    padding: 0.40rem 0.75rem;
}
.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#FCC70F;
    outline:0;
    box-shadow:0 0 0 .05rem rgba(255, 121, 64, 0.25);
}
.categories h4,.recent-News h4, .Archives h4{
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid red;
    padding: 12px 4px;
    max-width: max-content;
    margin-bottom: 40px;
}
.categories a{

    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
}
.blog-image {
    width: 100%;
   text-align: center;
}

.blog-image img{
    max-width: 100%;
    min-height: 260px;
    max-height: 400px;

}
#blog .col-9 hr {
    margin-right: 0;
    width: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(218, 109, 31, 0.5);
}
@media (min-width:1200px) {
    #blog .container {
        max-width:1300px;
    }
}
.recent-News p{
    font-size: 15px;
    font-weight: 600;
}
.text-gold{
    color: #FCC70F !important;
}
.bg-gold{
    background-color: #FCC70F !important;
}
.font-17{
    font-size: 17px;
    font-weight: 600;
}
.font-14{
    font-size: 14px;
    color: gray;
}
input::placeholder{
    opacity: 0.6 !important;
}
#FAQ .card-header{
    background-color: transparent !important;
}
#FAQ .card-link i{
    font-size: 15px;
    color: #FCC70F;
}
#FAQ .card-link i:hover{
    font-size: 15px;
    color: #101944;
}

#Services-index .border{
    margin: 20px 0;
    border-radius: 5px;
    border: 3px solid #ffffff !important;
    box-shadow:-1px 0rem 1rem 2px rgba(0, 0, 0, 0.37);
}
#Services-index a{
    color: darkblue;
}
#Services-index a:hover{
    color: #FFF383;
}
button[aria-expanded = 'true']{
    background-color: #FCC70F;
}
.font-13{
    font-size: 13px;
}
.custom-file-label::after{
    content: "آپلود کنید" !important;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.btn:focus{
    box-shadow: none !important;
}

.search input[type="search"]{
    color: white;
}


#Work .card-text p{
    margin-bottom:0 !important;
}

#services-btn:hover{
    background-color: #FFF383 !important;
    color: black !important;
}
#services .card-body p{
    color: #6c757d !important
}
#form button i:hover{
    color: #FCC70F !important;
}
#formb{
    background: url("../images/bg6.jpg") center / cover no-repeat fixed;
    padding: 60px 0;
    position: relative;
}

#team{
    padding: 60px 0;
}
@media screen and (min-width: 320px) {
    #team .card-img-overlay {
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.4), rgba(204, 126, 97, 0.6));
        text-align: center;
        padding-top: 40%;
        color: white;
        font-size: 16px;
        top: -50%;
        transition-duration: 0.4s;
        opacity: 0;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px){
    #team .card-img-overlay {
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.4), rgba(204, 126, 97, 0.6));
        text-align: center;
        padding-top: 40%;
        color: white;
        font-size: 16px;
        top: -50%;
        transition-duration: 0.4s;
        opacity: 0;
    }
}
@media screen and (min-width: 768px) {
    #team .card-img-overlay {
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.4), rgba(204, 126, 97, 0.6));
        text-align: center;
        padding-top: 40%;
        color: white;
        font-size: 16px;
        top: -50%;
        transition-duration: 0.4s;
        opacity: 0;
    }
}

#team .card:hover .card-img-overlay{
    top: 0;
    opacity: 1;
}

#team .card{
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}

#team .card-img-overlay h4{
    margin-bottom: 16px;
}

#team .card-img-overlay p{
    margin-bottom: 5px;
}

#team .card-img-overlay a{
    padding: 0 8px;
    color: white;
}

#team .card-img-overlay a:hover{
    color: #FFF383;
}

@media screen and (min-width: 320px) {

    #faq-search, #table-search {
        width: 70%;
    }
    #team .card-img-overlay-acc {
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.4), rgba(5, 0, 204, 0.6));
        text-align: center;
        padding-top: 40%;
        color: white;
        font-size: 16px;
        top: -50%;
        transition-duration: 0.4s;
        opacity: 0;
    }
    .form-search  button{
        position: absolute;
        right: 65%;
    }
    .map{
        width: 100%;
    }
    #chart-indicator h1{
        font-size: 1.5rem !important;
    }
    #banner-indicator a{
        font-size: 0.75rem !important;
    }
    #about .w-50{
        width: 100% !important;
    }
    #chart-indicator{
        position: absolute;
        top: 33%;
        color: white;
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px){
    #faq-search , #table-search {
        width: 50%;
    }
    #team .card-img-overlay-acc {
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.4), rgba(5, 0, 204, 0.6));
        text-align: center;
        padding-top: 40%;
        color: white;
        font-size: 16px;
        top: -50%;
        transition-duration: 0.4s;
        opacity: 0;
    }
    .form-search  button{
        position: absolute;
        right: 61%;
    }
}
@media screen and (min-width: 768px) {
    #faq-search , #table-search {
        width: 40%;
    }
    #team .card-img-overlay-acc {
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.4), rgba(5, 0, 204, 0.6));
        text-align: center;
        padding-top: 75%;
        color: white;
        font-size: 16px;
        top: -50%;
        transition-duration: 0.4s;
        opacity: 0;
    }
    .form-search  button{
        position: absolute;
        right: 63%;
    }
    #team .card-img-overlay {
        background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.4), rgba(204, 126, 97, 0.6));
        text-align: center;
        padding-top: 70%;
        color: white;
        font-size: 16px;
        top: -50%;
        transition-duration: 0.4s;
        opacity: 0;
    }
}
@media screen and (min-width: 992px) {
    #faq-search , #table-search {
        width: 30%;
    }
    .form-search  button{
        position: absolute;
        right: 65%;
    }
    .map{
        width: 75%;
    }
    #chart-indicator h1{
        font-size: 2.5rem !important;
    }
    #banner-indicator a{
        font-size: 1rem !important;
    }
    #about .w-50{
        width: 50% !important;
    }
    #chart-indicator{
        position: absolute;
        top: 29%;
        color: white;
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width: 1100px) {
    #faq-search , #table-search {
        width: 25%;
    }
    .form-search  button{
        position: absolute;
        right: 64%;
    }
    .map{
        width: 50%;
    }

}
@media screen and (min-width: 1500px) {
    .form-search  button{
        position: absolute;
        right: 61%;
    }
}
#team .card:hover .card-img-overlay-acc{
    top: 0;
    opacity: 1;
}

#team .card{
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}

#team .card-img-overlay-acc h4{
    margin-bottom: 16px;
}

#team .card-img-overlay-acc p{
    margin-bottom: 10px;
}

#team .card-img-overlay-acc a{
    padding: 0 8px;
    color: white;
}

#team .card-img-overlay-acc a:hover{
    color: #FFF383;
}

.card-img-overlay-acc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    padding-top: 1.25rem;
}

#banner-indicator{
    position: absolute;
    top: 37%;
    color: white;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}
#banner-indicator a:hover{
    color: #FFF383;
}
#shoab_cover::before{
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.30);
    top:0;
    right: 0;
    width: 100%;
    height: 45vh;
}
.form-search input[type="search"]{
    background-color: rgba(39, 45, 86, 0.9);
}
.form-search input[type="search"]::placeholder{
    color: white;
}
.form-search  button{
    color: white;
}
#nav::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}

#nav::-webkit-scrollbar
{
    width: 10px;
    background-color: transparent;
}

#nav::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FCC70F;
}
#chart p{
    margin-bottom:0.25rem !important;
}
#chart a{
    color: #FCC70F;
}
#blog h4{
    font-size: 1.1rem !important;
}
#blog li, #Services-index li{
    list-style: initial !important;
}
#blog a{
    color: rgba(30, 30, 68, 0.90) !important;
}
@media (min-width: 768px) {
    .carousel-multi-item-2 .col-md-3 {
        float: left;
        width: 25%;
        max-width: 100%; } }

.carousel-multi-item-2 .card img {
    border-radius: 4px; }

#accordion::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}
#accordion::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FCC70F;
}
#accordion::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}
