/*       #ffc720;        *!*/
/*      rgba(35,35,35,0.89);    */
@font-face {
    font-family: "Vazir-FD";
    src: url("../../fonts/Vazir-FD.eot");
    /* IE9 Comfont/pat Modes */
    src: url("../../fonts/Vazir-FD.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Vazir-FD.woff2") format("woff2"),
    url("../../fonts/Vazir-FD.woff") format("woff"),
    url("../../fonts/Vazir-FD.ttf") format("truetype");
    /* Safari, Android, iOS */
}

.linkpage{
    text-decoration: none;
    color:  rgba(35,35,35,0.89) !important;
}

* {box-sizing:border-box;max-width: 1650px}

body {
    max-width: 1800px;
    min-width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Vazir-FD", serif !important;
    font-size: 18px;
    background-color: rgba(181,181,181,0.1);
}

ul{
    list-style-type: none;
}

/************** header site **************/

header{
    background-color: white;
    width: 100%;
    height: 55px;
    max-width: 2500px;
    margin: 0 auto;
    display: flex;
    position: fixed;
    z-index: 100;
    direction: rtl;
    justify-content: space-between;
    align-items: stretch;

}
.headerRight{
    width: 30%;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    align-items: center;
    justify-content: start;
    margin-right: 20px;
}
.logo1{
     display: flex;
     justify-content: center;
     align-items: center;
 }
.logoText21{
    font-size: 15px;
    color: #1E2328;
}
.logoText11{
    border-radius: 5px;
    /*margin-right: 5px;*/
    padding: 5px ;
    font-size: 30px;
    color: #ffc720;
}

.headerCenter{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.navHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
}
.navHeader li{
   margin-right: 20px;
    font-size: 15px;
}
.navHeader li a{
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: rgba(35,35,35,0.89);
}
.menu_activeH{
    background-color: #ffc720!important;
    text-decoration: none;
    color: white !important;
    cursor: default !important;
}
.navHeader li a:hover{
    background-color: #ffc720;
    color: white !important;
}

.headerLeft{
width: 45%;
    display: flex;
    justify-content: end;
    margin-left: 20px;
    align-items: center;
    flex-direction: row-reverse;
}



.headerLeft a{
    font-size: 15px;
    margin-right: 5px;
    color: rgba(35,35,35,0.89);
    background-color: white;
    display: flex;
}
.headerLeft a:hover{
    color: white;
    background-color: #ffc720;
    border: 1px solid #ffc720 !important;
}
.headerLeft ion-icon{
    font-size: 20px;
    padding-left: 5px;
}
.borderT{
    width: 1px;
    height: 70%;
    background-color: rgba(35,35,35,0.3);
    margin-right: 5px;
}
.signIn{
    padding: 5px 5px;
}
.login{
    padding: 5px 5px;
}
.Pay{
    padding: 5px 5px;
}
/***************Header End *********************/
/******NavBar*******/
nav{
    z-index: 200000000;
    background-color: white;
    width: 100%;
    height: 55px;
}


/******NavBar End*******/


/*Body*/

.Body{
    width: 95%;
    max-width: 1800px;
   height: 100%;
    margin: 0 auto 40px;
    display: flex;
}

#bodyCenter1{
    width: 100% !important;
}
.BodyCenter{
width: 90%;
    height: 100%;
  background-color: white;
    margin: 20px auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;

}

.titleNews h4,.textNews p,.kholaseNews p{
    text-align: justify;
}


.titleNews h4{
 padding: 10px 60px;
line-height: 45px;
}
.titleNews{
    width: 90%;
margin: 15px auto;
}

.imgNews{
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid lightgray;
}
.imgNews img{
    height: 100%;
    width: 500px;

}
.kholaseNews{
    width: 90%;
    background-color:  #e4e4e4;
    margin: 10px auto 15px;
    border-radius: 15px;
    color: black;
}

.kholaseNews p{
    font-size: 18px;
    padding: 15px 60px;
    line-height: 45px;
}

.textNews{
    text-align: justify;
    line-height: 45px;
    width: 90%;
    margin: 0 auto;
}
.textNews p{
    font-size: 18px;
    padding: 10px 60px;
}

.dateNews{
    padding-top: 30px;
    font-size: 15px;
    color: grey;
}


/*footer*/
.footer{
    width: 100%;
    background-color: rgba(35,35,35,0.89);
}
/*footerTop*/
.footerTop{
    width: 100%;
    height: 60%;
}
.footerTitle1{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footerTitle1 h4{
    /*color: #ffc720;*/
    color: white;
    margin-top: 25px;
    border-bottom: 1px solid white;
    padding: 10px 20px 20px;
}
.footerTopT{
    display: flex;
    width: 80%;
    margin: 10px auto;
    height: 55%;
    border-bottom: 1px solid #b5b5b5;
}
.footerTopTBody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    line-height: 50px;
    margin: 0 auto;
}
.footerTopTBody a{
    text-decoration: none;
    color: white;
}
.footerTopTBody a:hover{
    color:  #ffc720;

}
/*footerTopB*/
.footerTopB{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 35px;
    margin: 10px auto 0;
    height: 15%;
}
.whatsapp{
    width: 50px;
    height: 50px;
    /*background-color: green;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border: 2px solid white ;
    color: white;
}
.whatsapp:hover{
    border: 2px solid #ffc720;
    color: #ffc720;
    cursor: pointer;
    transform: scale(1.1,1.1);
    transition: .2s;
}

.Eitaa{
    width: 50px;
    height: 50px;
    /*background-color: green;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border: 2px solid white ;
    color: white;
    margin: 0 20px;
}
.Eitaa:hover{
    border: 2px solid #ffc720;
    color: #ffc720;
    cursor: pointer;
    transform: scale(1.15,1.15);
    transition: .2s;
}
.Eitaa div{
    width: 80%;
    height: 80%;
    background-size: 100% 100%;
    background-image: url("../../img/logoeitaa.png");
}
.Eitaa div:hover{
    background-image: url("../../img/logoEitaaHover.png");
    cursor: pointer;


}






/*footerBottom*/

.footerBottom{
    width: 80%;
    margin: 0 auto;
    height: 30%;
    padding-top: 30px;
    border-bottom: 1px darkgray solid;
}
.footerBottomBody{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
}
/*addres*/
.addres{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.addresIcon{
    font-size: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    /*background-color:  #ffc720;*/
}
.addresText{
    margin-top: 20px;
}

/*phone*/

.phone{
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.phoneIcon{
    font-size: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    /*background-color:  #ffc720;*/
}
.phoneText{
    margin-top: 20px;
}
/*postCode*/
.Email{
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.EmailIcon{
    font-size: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    /*background-color:  #ffc720;*/
}
.EmailText{
    margin-top: 20px;
}

/*copyRight*/
.copyRight{
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyRightR{
    margin: 10px 30px  0;

}

.copyRightL{
    background-color: rgba(35,35,35,0.89);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 30px;

}
.copyRightL a{
    text-decoration: none;
    color: white;
}
.copyRightL:hover a{
    cursor: pointer;
    text-decoration: none;
    color:  #ffc720;

}


.headerLeft1 {
    width: 100%;
    justify-content: space-between;

}

.hamburger{
    display: none;

}
.hamburger:hover {
    color: #ffc720;
}
.offcanvas-header{
    justify-content: end;
    padding: 10px 0 0 0;
}
.offcanvas-body{
    display: flex;

    flex-direction: column;
    align-items: center;
    font-family: "Vazir-FD", serif !important;
}
.navHeader1{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}
.navHeader1 a{
    font-size: 15px;
    margin-right: 5px;
    color: rgba(35,35,35,0.89);
    background-color: white;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.navHeader1 ion-icon{
    font-size: 20px;
    padding-left: 5px;
}

.offcanvasMain{
    margin-top: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    direction: rtl;
}

.offcanvasMainLeft{
    width: 48%;

}

.sideRightOptionTitle1{
    font-size: 18px;
    /*padding-right: 10px;*/
    margin-top: 15px;
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid black;

}
.offcanvasMainRight{
    margin-right: 10px;
    width: 48%;
    border-right: 1px solid lightgray;
    padding-right: 10px;
}
.sideRightOptionText1{
    text-decoration: none;
    direction: rtl;
    margin: 15px 0;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    padding: 13px 5px ;
    display: flex;
    align-items: center;
    color: #3c3c3c;
    border-bottom: 1px solid lightgray;
}
.sideRightOptionTextI{
    padding-left: 10px;
}











/************Responsive **********/
/*************************** 991px *******************/
@media screen and (max-width: 991px){
    .textNews p,.titleNews h4,.kholaseNews p{
        padding: 10px 55px!important;
    }
    .BodyLeft,.BodyCenter{
        margin-top: 130px;
    }
    .facilities1 h6{
        font-size: 15px;
    }
    header{
        box-shadow: none!important;
    }

.navBar{
    border-top: 1px solid #d8d8d8;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 55px;
}
.dNone{
    display: none;
}
    .headerRight{
        width: 60%;
    }
    .headerLeft{
        width: 70%;
    }
}
/*************************** 880px *******************/
@media screen and (max-width: 881px) {

    .footerTopT {
        flex-direction: column;
    }

    .footerBottomBody {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .addres {
        width: 100%;
    }

    .phone {
        width: 100%;
    }

    .Email {
        width: 100%;
    }
}
/*************************** 830px *******************/
@media screen and (max-width: 830px){
    .imgNews img{
        width: 530px;
    }
    .titleNews h4{
  ;
        font-size: 18px;
    }
    .kholaseNews p{
        font-size: 16px;
    }
    .textNews p {
        font-size: 17px;
    }
    .copyRightR,.copyRightL{
        font-size: 15px;
    }

}
/*************************** 715px ************************/
@media screen and (max-width: 715px){
    .textNews p,.titleNews h4,.kholaseNews p{
        padding: 10px 30px!important;
    }

    .Body{
        flex-direction: column-reverse;
    }
    .BodyLeft{
        width: 75%;
        margin: 130px auto 20px;
        overflow: hidden;
    }
    .BodyCenter{
        width: 95%;
        margin: 130px auto;
    }
    .Tabligh{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .Tabligh img{
        width: 100%;
        height: 100%;
    }
    .copyRightR,.copyRightL{
        font-size: 13px;
    }

}
/*************************** 632px ***************************/
@media screen and (max-width: 632px){
    .copyRight{
        flex-direction: column;
    }
    .copyRightL{
        margin-top: 0;
    }
    .imgNews img{
        width: 430px;
    }
}
/*************************** 580px *************************/

@media screen and (max-width: 580px) {
    .BodyLeft{
        margin: 85px auto 30px;
    }
    .hamburger{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        margin-left: 25px;
    }
    .navBar{
        display: none;
    }
    .headerLeft{
        display: none;
    }
    .headerRight{
        width: 100%;
        justify-content: space-between;
    }
    .sideRightOptionText1 svg {
        width: 20px;
        height: 100%;
        margin-left: 10px;
    }
    .sideRightOptionTextIon {
        padding-left: 10px;
        font-size: 20px;
    }
    .offcanvas{
        direction: ltr;
    }

    .BodyCenter{
        margin: 80px auto;
    }
}


/*************************** 570px *************************/



@media screen and (max-width: 790px) {
    .facilities1 h6 {
        font-size: 13px;
    }
}
    @media screen and (max-width: 715px) {
        .kholaseNews p{
            padding: 15px 33px! important;

        }
    }
    @media screen and (max-width: 670px) {
        .facilities1 h6{
            font-size: 18px;
        }
        .facilitiesBody{
            flex-direction: column-reverse;
            justify-content: end;
            align-items: end;
        }
        .facilitiesBodyL{
            width: 100%;
            justify-content: start;
        }
        .facilitiesBodyR{
            justify-content: start;
            width: 100%;
        }
    }

        /*************************** 510px *************************/
    @media screen and (max-width: 510px) {
        .imgNews img{
            width: 320px;
        }
        .textNews p {
            padding: 10px 10px;
        }
        .footerTopTBody a {
            font-size: 15px;
        }
        .textNews{

        }
        .textNews, .titleNews, .kholaseNews{
            width: 95%;
        }
        .textNews p, .titleNews h4, .kholaseNews p{
            padding: 10px 30px!important;
        }
    }
/*************************** 400px *************************/
    @media screen and (max-width: 400px) {
        .footerTopTBody a {
            font-size: 14px;
        }

    .footerTopTBody, .addres {
        font-size: 15px;
    }

    .copyRightR, .copyRightL {
        font-size: 12px;
    }
        .imgNews img{
            width: 250px;
        }
        .facilities1 h6{
            font-size: 14px;
        }

}
/*************************** 350px *****************/
@media screen and (max-width: 350px) {
    .footerTopTBody, .addres {
        font-size: 14px;
    }
}
/*************************** 330px *****************/
@media screen and (max-width: 330px){
    .footerTopTBody.addres {
        font-size: 12px;
    }

    .Tabligh{
        height: 250px;
        width: 100%;
    }
    .footerTopTBody a {
        font-size: 13px;
    }
    .textNews{
        padding: 10px;
    }
}
/*************************** 300px *****************/
@media screen and (max-width: 300px){
    .footerTopTBody a {
        font-size: 12px;
    }
    .footerTopTBody, .addres {
        font-size: 12px;
    }
    .Tabligh{
        height: 230px;
        width: 100%;
    }
    .imgNews img{
        width: 200px;
    }
}
