

.navbar-light .navbar-nav .nav-link {
    padding: 20px;
}

.full-slider {
    position: relative;
}
.full-slider > img {
    min-height: 200px;
}

.img-slider {
    position: relative;
}

.desc-slider {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #d2d2d2cc;
    padding: 0;
    width: 100%;
    display: flex;
    direction: ltr;
}

.text-slider {
    width: 100%;
    background: #dadada94;
    color: white;
    padding: 7px;
    margin: 0;
}

.arrow-left {
    background: #1a1919a6;
    color: white;
    font-size: calc(1.5rem + 1vw);

}

.arrow-right {
    background: #565656a6;
    color: white;
    font-size: calc(1.5rem + 1vw);

}

.fa-solid {
    padding: 20px 34px;
}

.title-slider {
    justify-content: center;
    vertical-align: center;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    line-height: 64px;
    font-size: calc(0.9rem + 0.6vw);
    color: #121212;
}

.main-tile1 {
    background: url(../images/back1.jpg) no-repeat 100% transparent;
    height: 27.08vw;
    width: 100%;
    background-size: cover;
    display: table;
    min-height: 250px;
}

.main-title-hove {
    display: none;
    width: 100%;
    height: 100%;
}


.main-tile1:hover #main-title-hove {

    position: relative;
    background-color: #ffffffc2;
    opacity: 0.7;
    font-size: 120px;
    color: #52514f;
    text-align: center;
    display: table-cell !important;
    vertical-align: middle;
}


.main-tile2 {
    background: url(../images/back2.jpg) no-repeat 100% transparent;
    height: 27.08vw;
    width: 100%;
    background-size: cover;
    display: table;
}


.main-tile3 {
    background: url(../images/back3.jpg) no-repeat 100% transparent;
    height: 27.08vw;
    width: 100%;
    background-size: cover;
    display: table;
}

.margin-manual {
    margin-top: 10%;
}

.maghaleha {
    margin: auto;
    display: table-cell;
    vertical-align: middle;

}

.button-maghale {
    min-width: 270px;
    line-height: 56px;
    margin-top: 25px;
    display: inline-block;
    color: #fff;
    background: #745438;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    border-color: #5a3e25;
    font-family: 'Vazir' !important;
}

.maghaleha>.title {
    font-size: calc(1.5rem + 1vw);
}

.maghaleha>.desc {
    font-size: calc(0.7rem + 0.5vw);
}

.margin-manual>img {
    max-width: 100%;
    height: auto;
}

.follow_insta {
    text-align: center;
    padding: 5rem 0;
    font-size: calc(1.2rem + 0.8vw);
    padding-bottom: 0;
}

.top-footer {
    background-color: #111820;
}

.col-manual {
    flex: 0 0 auto;
    width: 16.666667%;
}

.footer-title {
    color: white;
    margin-top: 20px;
    font-size: 18px;


}

.footer-desc {
    color: white;
    font-size: 12px;

}

.border-manual {
    text-align: center;
    color: #fff;
    border-left: 1px solid #3a4147;
}
.btn-success
{
    color: #fff;
    background-color: #97782f;
    border-color: #846620;
}
.btn-warning
{
    color: #fff;
    background-color: #7a6023;
    border-color: #614b18;
}
.btn-manual {
    background: #855e38;
    padding: 1px 4px!important;
    font-size: 10px!important;
    display: inline-block;
    width: 24%;
    padding: 9px !important;
    color: white;
    font-size: calc(10px + 0.3vw) !important;
    margin-bottom: 20px;
}

.btn-success:hover {
    color: #fff;
    background-color: #b8984d;
    border-color: #987f43;
}
.footer-widgets{
    background-color: #f5f5f5;
    padding: 40px;
}

#search {
    position: relative;
    display: block;
}

#search input{
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 0 36px 0 10px;
    height: 36px;
    font-size: 13px;
    color: #333;
    outline: none;
    display: block;
    border-radius: 0px;
    margin-top: 21px;
    border-radius: 18px !important;
    box-shadow: 2px 2px 5px rgb(187 187 187);
}

.button-search {
    width: 48px;
    height: 48px;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    right: 0;
    cursor: pointer;
    float: right;
    background: none;
    border: none;
    color: #bbb;
    padding: 0;
    margin-top: -40px;
    left: 0;
    right: auto;
}

