*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Vazirmatn", sans-serif !important;
    overflow-x: hidden;
}
/* start nav  */
.nav-bottom{
    transition: all 0.3s ease;
}
.nav-bottom-sm{
    transition: all 0.3s ease;
}
.nav-bottom.fixed {
    background-color: #024442;
    margin: 0 auto;
    padding-top: 35px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.nav-bottom-sm.fixed {
    background-color: #024442;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.nav-img-scroll{
    position: absolute;
    left: 633px !important;
    z-index: 1001;
    transition: all 0.3s ease; 
}
.nav-img-scroll-sm{
    position: absolute;
    left: 145px !important;
    z-index: 1001;
    transition: all 0.3s ease;
}
nav{
    background-color: #024442;
}
.nav-search{
    width: 30px;
    height: 30px;
    background-color: #eee9e9d9;
}
.nav-search-sm{
    width: 30px;
    height: 30px;
    background-color: #eee9e9d9;
}
.nav-button{
    background-color: #024442 !important;
}
.nav-button:hover span{
    color: #FC9402 !important;
}
.nav-button:hover i{
    color: #FC9402 !important;
}
.text-navbottom-button{
    font-size: 11px;
}
.hover-items{
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease;
}
.hover-items:hover{
    border-bottom: 2px solid #FC9402;
}
.hover-items:hover .hover-items-text{
    color: #FC9402 !important;
}
.nav-img{
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
}
.nav-img-sm{
    width: 70px;
    height: 80px;
    background-position: center;
    background-size: cover;
}
.nav-img-box{
    bottom: 0;
    left: 620px;
}
.nav-img-box-sm{
    bottom: 0;
    left: 140px;
}
.nav-search{
    width: 40px;
    height: 40px;
    background-color: #f1f1f18a;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.nav-search-sm{
    width: 40px;
    height: 40px;
    background-color: #f1f1f18a;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.nav-search.expanded{
    width: 250px;
}
.nav-search-sm.expanded{
    width: 150px;
}
.nav-search input{
    border: none;
    outline: none;
    width: 0;
    transition: width 0.3s ease-in-out;
    background: transparent;
    font-size: 16px;
    direction: rtl;
    text-align: right;
}
.nav-search-sm input{
    border: none;
    outline: none;
    width: 0;
    transition: width 0.3s ease-in-out;
    background: transparent;
    font-size: 16px;
    direction: rtl;
    text-align: right;
}
.nav-search.expanded input {
    width: 200px;
}
.nav-search-sm.expanded input {
    width: 100px;
}
.text-navtop-sm{
    font-size: 12px;
}
/* end nav  */
/* start slider  */
.header-slider{
    height: 400px;
}
.header-slider-sm{
    height: 250px;
}
.slider-section{
    background-color: #024442; 
}
.Color-writing{
    color: #FC9402 !important;
}
.slider-btn{
    background-color: #FC9402 !important;
}
.slider-section button{
    border: 1px solid #FC9402 !important;
}
.slider-section button.active{
    background-color: #FC9402 !important;
}
.slider-indicators{
    width: 100px;
    left: 980px !important;
}
.header-slider-img{
    width: 100%;
}
/* end slider  */
/* start statistics */
.statistics-icon{
    color: #FC9402;
}
.statistics-img{
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: cover;
}
.statistics-hover-box{
    background-color: rgb(226, 223, 223);
    border: 1px solid transparent;
}
.statistics-hover-box:hover{
    border: 1px solid #FC9402;
}
.title-slider-text{
    font-size: 13px !important;
}
/* end statistics */
/* start news */
.colored-line{
    width: 150px;
    height: 3px;
    background: linear-gradient(to right, rgb(212, 230, 212), rgb(0, 91, 0));
}
.colored-line-sm{
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, rgb(212, 230, 212), rgb(0, 91, 0));
}
.city-box{
    width: 60px;
    height: 30px;
    background-color: #FFF7EB;
    color: #FC9402;
}
.news-box{
    border: 1px solid gray;
    transition-duration: 0.5s;
}
.news-box:hover{
    border: 1px solid #FC9402;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(138,138,138,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(138,138,138,1);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.504);
}
.news-slider{
    width: 25px;
    height: 25px;
    background-color: white;
    border: 1px solid black;
}
.news-slider-box{
    width: 100%;
    height: 90%;
}
.news-slider-img{
    width: 100%;
    height: 90%;
}
.news-slider-img-sm{
    width: 100%;
    height: 90%;
}
.news-img-sm{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.slider-news-text{
    top: 140px;
    left: 100px;
}
.slider-news-text-sm{
    top: 60px;
    left: 30px;
}
.text-slider-top{
    font-size: 13px;
}
.text-slider-bottom{
    font-size: 11px;
}
/* end news */
/* start services */
.img-services{
    width: 100px;
    height: 80px;
}
.services-box{
    border: 1px solid transparent;
}
.services-box:hover{
    border: 1px solid #FC9402;
}
/* end services */
/* start city centers */
.city-center{
    background: url('images/Group 763.png');
    background-position: center;
    background-size: cover;
}
.city-center-img{
    width: 115px;
    height: 115px;
}
.city-center-img-sm{
    width: 100px;
    height: 100px;
}
.city-center-box{
    border: 1px solid transparent;
}
.city-center-box:hover{
    border: 1px solid #FC9402;
}
/* end city centers */
/* start notifications */
.notifications-sm{
    height: 350px;
}
.Timeout-box{
    background-color: #FBE3E3;
}
.timeremaining-box{
    background-color: #E3FBEA;
}
.notifications-box{
    border: 1px solid transparent;
    height: 100% !important;
}
.notifications-box:hover{
    border: 1px solid #FC9402;
}
/* end notifications */
/* start image gallery */
.gallery-small-text{
    top: 170px;
    right: 10px;
}
.gallery-small-text-sm{
    top: 80px;
    right: 5px;
    font-size: 11px;
}
.gallery-big-text{
    bottom: 20px;
    right: 10px;
}
.gallery-big-text-sm{
    bottom: 10px;
    right: 10px;
    font-size: 13px;
}
.gallery-box{
    border: 1px solid transparent;
}
.gallery-box:hover{
    border: 1px solid #FC9402;
}
/* end image gallery */
/* start companies */
.companies-sm{
    height: 350px;
}
.img-companies{
    width: 100px;
    height: 80px;
}
.companies-box{
    border: 1px solid transparent;
    height: 100%;
}
.companies-box:hover{
    border: 1px solid #FC9402;
}
/* end companies */
/* start footer */
footer{
    background-color: #024442;
}
.button-addon1{
    top: 0;
    right: 200px;
}
.send-email{
    width: 30px;
    height: 30px;
    background-color: #024442;
    transform: rotate(270deg);
    top: 3px;
    left: 10px;
    padding-top: 5px;
}
.footer-img-box{
    background-color: #FFFFFF99;
}
.footer-text{
    line-height: 40px;
}
.footer-line{
    width: 150px;
    height: 3px;
    background: linear-gradient(to right, #024442, #FC9402);
}
.list-footer{
    transition-duration: 0.3s;
}
.list-footer:hover{
    color: #FC9402 !important;
}
.footer-icon{
    color: #FC9402 !important;
}
.footer-link-icon{
    transition-duration: 0.3s;
}
.footer-link-icon:hover{
    color: #FC9402 !important;
}
/* end footer */