@font-face {
    font-family: 'Byekan';
    src: url('../fonts/Byekan.eot') format("eot"), url('../fonts/Byekan.woff') format("woff"), url('../fonts/Byekan.ttf') format("truetype");
    /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot') format("eot"), url('../fonts/IRANSansWeb.woff') format("woff"), url('../fonts/IRANSansWeb.ttf') format("truetype");
}
*{
    direction: rtl;
    box-sizing: border-box;
    font-family: IRANSansWeb;
    padding: 0;
    margin: 0;
}

.container-fluid{
    padding: 0;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: unset;
}
.bg-header-grayLight {
    background-color: rgba(255,255,255,.65);
}
.bg-light-gray {
    background-color: #d0d0d0;
}
.body-color {
    background-color: #f0f0f0;
}
.py-33x {
    padding-top: 35px;
    padding-bottom: 35px;
}
.font-2{
    font-size: 25px;
}
.font-1 {
    font-size: 30px;
}
.font-18 {
    font-size: 18px;
}
.font-p-1 {
    font-size: 18px;
}
.font-10x {
    font-size: 10px;
}
.font-16{
    font-size:16px;
}
.line-height-36{
    line-height: 36px;
}
.word-spacing {
    word-spacing: 2px;
}
.nav-hover-style:hover span{
    padding-bottom: 10px;
    border-radius: 5%;
    border-bottom: 2px solid  #F17724;
    color: #F17724;
    transition: all .2s ease;
}
.height-60{
    height: 120px;
    overflow: auto;
}
.width-50 {
    width: 50px;
}
.dark-gray {
    color: #404040;
}
.light-gray {
    color: #ababab;
}
.text-shadow {
    text-shadow: 0 0 4px #d4d4d4;
}
.line-height {
    line-height: 2.5rem;
}
.margint-100 {
    margin-top: 100px;
}
.height-700{
    height: 800px;
}
.bg-white {
    background-color: white;
}
.font-075 {
    font-size: .75rem;
}
.font-6x{
    font-size: 6px;
}
.padding-l{
    padding-left: 3px;
}
.mb-7{
    margin-bottom:7rem;
}
.mb-4rem{
    margin-bottom: 4rem;
}
.padding-l5x{
    padding-left: 7px;
}
.padding-l9x{
    padding-left: 9px;
}
.letter-space-minus {
    letter-spacing: -0.5px;
}
.background-image-one {
    background-image: url("../image/slider1.jpg");
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
.header-group-button {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.button-orange {
    background-color:#F17724 ;
    background-image: url("../image/back button.png");
    background-repeat: no-repeat;
    background-position: top ;
    background-size: 150px;
    background-position-y:-26px ;
    box-shadow: 0 12px 12px -14px #30384B, 0 0 10px  #cacacb ;
    color: white;
    padding: 10px 16px 10px 16px;
    width: 100%;
    z-index: 100;
}

.button-orange:hover {
    transition: all ease-in-out 0.3s ;
    color:white;
    box-shadow: 1px 1px 4px #ccc ;
}

.icon-txt-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-position{
    position: relative;
    right: -7px;
}
.font-btn {
    font-size: 1.180rem;
}

.svg-header {
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.info-wrapper {
    position: relative;
    bottom: 41px;
}

.icon-box{
    border-radius: 50px;
    background: #ECECEC;
    height: 51px;
    width: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-box img{
    width: 65px;
    /*padding-bottom: 3px;*/
}

.info-box{
    background: white;
    border-radius: 3.5rem;
    box-shadow: 2px 3px 4px 1px #bababa;
}

.info-box:hover {
    transition: all ease-in-out 0.3s ;
    box-shadow: 1px 1px 4px #b1b1b1;
}
.info-box-text {
    /*padding-top: 21px;*/
    font-size: 1.180rem;
    text-align: right;
}

.info-box-txt1 {
    position: relative;
    right: -20px;
}
.read-more-info {
    /*position: relative;*/
    text-decoration: none;
    cursor: text;
}
/*.read-more-info::before {*/
    /*content:' ';*/
    /*background-image: linear-gradient( to bottom, rgb(255, 255, 255), rgb(255, 255, 255));*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*!*width: 100%;*!*/
    /*height: 60px;*/
    /*transition: opactiy 500ms ease,visibility 500ms ease;*/
/*}*/
.read-more-info .content {
    position: relative;
    overflow: hidden;
    max-height: 390px;
    /*transition: all 2s ease-in-out  ;*/
}
.read-more-info.expanded .content {
    max-height: 100%;

}

.trigger {
    display: block;
    /*position: absolute;*/
    bottom: 10px;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
}
.read-more-info.expanded .content::before, .read-more-info.expanded .trigger {
    opacity: 0;
    visibility: hidden;
}
.check-mark {
    width: 16px;
    padding-bottom: 5px;
}
.text-justify {
    text-align: justify;
}
.aboutus-p li:last-child{
     margin-top:40px;
    text-align: center;
}
.aboutus-p {
    text-align: justify;
}
.btn-white-orange {
    font-size: 16px;
    background-color: white;
    color: #F17724;
    border-radius: 25px;
    box-shadow: 0 0 2px 1px rgba(241, 119, 36, 1), 0 12px 12px -14px #30384B;
    padding: 10px 60px;
    /*width: 100%;*/
}
.btn-white-orange:hover{
    transition: all ease-in-out 0.3s ;
    color: #F17724;
    box-shadow: 0 0 2px 1px rgba(241, 119, 36, 1);

}
.brand-box {
    box-shadow: 0 0 2px 1px rgba(241, 119, 36, .85), 0 12px 12px -14px #30384B;
    border-radius: 1rem ;
    background-color: white;
}

.background-image-two {
    background-image: url("../image/faq shape.JPG") ;
    background-size: cover;
    width: 100%;
    min-height: 900px;
    max-height: 100%;
    position: relative;
}

.border-bottom-w{
    border-bottom: 2px solid white;
}
.input-question {
    box-shadow:  0 12px 12px -14px #30384B;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.accordion-item:first-of-type {
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(2rem - 1px);
    border-bottom-right-radius: calc(2rem - 1px);
}

.accordion-item:first-of-type .accordion-button {
    border-top-right-radius: calc(2rem - 1px);
    border-top-left-radius: calc(2rem - 1px);
}
.accordion-button:not(.collapsed) {
     color: unset;
     background-color: unset;
    box-shadow: inset 0 -1px 0 #ccc;
}
.accordion-button:focus {
    border-color: unset;
    outline: 0;
    box-shadow: 0 0 3px 1px #ccc;
}


.input-question-i{
    position: absolute;
    left: 44px;
    bottom: 11px;
    font-size: 40px;
    color: #F17724;
}
.bg-darkblue {
     background-color: #30384B;
 }


ul li a {
    color:white;
}
ul li a:hover {
    color: white;
}

.d-inline-flex{
    display: inline-flex;
}
.footer-social-icon {
    width: 30px;
}
.list-space li  {
    margin-bottom: 5px ;
}

.opinion-box {
    position: relative;
    border: 2px solid #F17724;
    border-radius: 2rem;
}

.width-90 {
    width: 90%;
}

.img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 90px;
    height: 90px;
    position:relative;
    top: -50px;
    border-radius: 100%;

}
.img{
    box-shadow: -2px 4px 4px #ccc;
}
.img-box:before {
    content:' ';
    position: absolute;
    top: -2px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    background-color:#F17724 ;
    border-top: 51px solid #F17724;
    border-right: 47px solid #F17724;
    border-left: 47px solid #F17724;
    border-bottom: 0 solid transparent;
    z-index: -1;

}
.accordion-body{
    line-height: 2.5rem;
}


.profile {
    background-image: url("../image/profile.png");
    background-size:cover;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    /*padding: 7px;*/
    -webkit-border-radius: 100%;
}
/*.opinion-box:before{*/
    /*position: absolute;*/
    /*content:"";*/
    /*top: -51.6px;*/
    /*border-top-left-radius: 90px;*/
    /*border-top-right-radius: 90px;*/
    /*background-color:#F17724 ;*/
    /*border-top: 50px solid #F17724;*/
    /*border-right: 52px solid #F17724;*/
    /*border-left: 52px solid #F17724;*/
    /*border-bottom: 0 solid transparent;*/
/*}*/


.opinion-box:after {
    position: absolute;
    content:"";
    bottom: -38px;
    left: 37%;
    display: inline-block;
    border-top: 38px solid white;
    border-left: 38px solid transparent ;
    border-right: 38px solid transparent;
    border-bottom: 0 solid white ;
}

.opinion-box:before {
    position: absolute;
    content:"";
    bottom: -40px;
    left: 37%;
    display: inline-block;
    border-top: 38px solid  #F17724;
    border-left: 38px solid transparent ;
    border-right: 38px solid transparent;
    border-bottom: 0 solid  #F17724;
}

.opinion-name {
    position: relative;
    top: -34px;
}
.txt-decoration-underline:after {
    content:" ";
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    top: 30px;
    height: 1px;
    width: 10%;
}

.border-bottom-black {
    border-bottom: 1px solid black;
}

.stars-color {
    color:rgba(254,225,34,1) !important;
    text-shadow: 1px 1px 4px #ccc;
    font-size: 1.2rem;
}

.footer-wrapper {
    text-align: right ;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0.45rem 1rem 0.45rem;

}
.map {
    width: 200px;
}
.svg-middle{
    position: absolute;
    top: -1px;
    width: 100%;
}
.marginb-3 {
    margin-bottom: 3rem;
}
.margint-3 {
    margin-top: 3rem;
}
.margint-fq-100x{
    margin-top: 100px;
}
.width-88{
    max-width: 200px;
    min-width: 50px;
}
.width-100 {
    max-width: 200px;
    min-width: 60px;
}
.width-263{
    max-width: 263px;
    min-width: 70px;
}
.width-190{
    max-width: 190px;
    min-width: 60px;
}
.licence-img {
    max-width: 400px;
    min-width: 200px;
}
.licence-wrapper{
    border-radius: 2rem;
    box-shadow: 0 0 5px 3px #b0b0b0;
}
.licence-pdf {
    border: 2px solid #F17724;
    border-radius: 50px;
    padding: 5px 10px 8px 10px;
    background-color: white;
    box-shadow:0 12px 10px -14px #3d455a, 0 0 3px  #cacacb;
}
.licence-pdf:hover{
    transition: all ease-in-out 0.3s ;
    box-shadow: 0 0 3px  #cacacb ;
}
.white-box{
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    box-shadow: inset 0 0 14px 1px #ccc;
}
.btn-expert {
    background-color: #f57000;
    color:white;
    border-radius:50px;
    padding:14px 40px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    box-shadow: 0 12px 12px -14px #30384B, 0 0 10px  #cacacb ;
}

.btn-expert:hover,
.btn-expert:focus{
    color: white;
    box-shadow:unset;
}
.btn-expert:after{
    position:absolute;
    content: "";
    width: 0;
    left: 100%;
    right: 18%;
    background-color: white;
    height: 1px;
    bottom: 6px;
    border-radius: 8px;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}
.btn-expert:hover:after{
    width: 65%;
    left: 0;
}
.expert-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.expert-imgHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    /*background-image: linear-gradient(207deg,rgba(207,207,207,.85),rgba(243,243,243,.5)41.45%,rgba(243,243,243,.15)100% );*/
    background-color: rgba(207,207,207,1);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.expert-img{
    object-fit: cover;
    background-size: contain;
    border-radius: 6px;
    /*border-bottom-left-radius: 6px;*/
    /*border-top-left-radius: 20px;*/
    /*border-bottom-right-radius: 6px;*/
    /*border-top-right-radius: 20px;*/
    height: 60%;
    width: 60%;
}

.expert-body{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(254,250,242,1);
    /*background-color: #f3ebdf;*/
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /*background-image: linear-gradient(207deg,rgba(207,207,207,.85),rgba(243,243,243,.5)41.45%,rgba(243,243,243,.15)100% );*/
}
.expert-info{
    display: flex;
    justify-content: space-evenly;
    align-items: right;
    flex-direction: column;
    text-align: right;
    width: 90%;
    font-size: 15px;
}
div.expert-info span{
    font-weight: 400;

}
.expert-info span{
    line-height: 16px;
    line-height: 2rem;

}
.expert-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: right;
}
.expert-link:hover{
    color: rgba(254, 135, 2, 1);

}
.expert-contact{
    display: flex;
    justify-content:right;
    flex-wrap: wrap;
}

.expert-link i{
    color: rgba(254, 135, 2, 1);
    font-size: 20px;
    margin-left: 15px;
}

@media only screen and (max-width:1024px) {
    .read-more-info .content {
        max-height: 447px;
    }
}
@media only screen and (max-width:1199px){
    .font-2 {
        font-size: 23px;
    }
    .read-more-info .content {
        max-height: 448px;
    }
}
@media only screen and (max-width: 992px){
    .read-more-info .content {
        max-height: 445px;
    }
    .opinion-box{
        margin-top: 40px;
        margin-bottom: 85px;
    }
    .opinion-box:after{
        left: 32%;
    }
    .opinion-box:before{
        left: 32%;
    }
    .height-60 {
        height: 120px;
    }
    .font-2 {
        font-size: 23px;
    }
    .font-1 {
        font-size: 25px;
    }
    .margint-3{
        margin-top: 2rem;
    }

}
@media only screen and (max-width: 991px){

    .opinion-box:after{
        left: 44%;
    }
    .opinion-box:before{
        left: 44%;
    }
}
@media only screen and (max-width: 767px) {
    .read-more-info .content {
        max-height: 623px;
    }
    .expert-wrapper{
        flex-direction: column;
        height:100%;
    }
    .expert-imgHolder{
        height: 300px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: unset;
    }
    .expert-body{
        padding: 30px 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius:unset;
    }
    .expert-img{
        height: 90%;
        width: 40%;
    }
}

@media only screen and (max-width:600px) {

    .margint-3 {
        margin-top: 3rem;
    }
    .margint-100 {
        margin-top: unset;
    }
    .read-more-info .content {
        max-height: 525px;
    }
    .btn-white-orange{
        padding: 5px;
    }
    .font-18 {
        font-size: 15px;
    }
    .marginb-3 {
        margin-bottom: unset;
    }

    .height-60{
    height: 85px;
    }
    .header-title{
        text-align: center;
    }
    .height-700 {
        height: 399px;
    }
    .info-wrapper {
        max-width: 585px;
        bottom: 45px;
    }
    .icon-txt-info {
        align-items: center;
    }
     .info-box{
        height: unset;
         padding-top: 6px;
         padding-bottom: 6px;
    }
    .info-box-text{
        font-size: .85rem;
        padding-top: unset;
    }
    .info-box-txt1{
        position: unset;
    }
    .icon-box {
        height: 45px;
        width: 45px;
    }

    .header-group-button .font-btn {
        font-size: .85rem;

    }
    .button-orange{
        padding: .45rem 1rem .45rem 1rem;
    }

    .btn-white-orange{
        font-size: 14px;
        padding: 10px 16px 10px 16px;
    }
    .font-1 {
        font-size: 16px;
    }
    .font-2 {
        font-size: 18px;
    }
    .font-p-1{
        font-size: .92rem;
    }
    .icon-position1{
        position: relative;
        right: -9px;
    }
    .icon-position {
        right: -4px;
    }
    .opinion-box{
        margin-bottom: 85px;
    }
    .txt-decoration-underline-black{
        margin-bottom: 52px;
    }
    .txt-decoration-underline-black:after {
        top: 32px;
        right: 7%;
        width: 82%;
    }
    .footer-wrapper{
        padding: 1rem 0.75rem 1rem 0.75rem;
        flex-wrap: wrap;
    }

    .map{
        width: 150px;
    }
    .footer-social-icon{
        width: 21px;
    }
}


@media only screen and (max-width: 595px) {
    .info-wrapper {
        max-width: 372px;
    }
    .icon-box img {
        width: 51px;
    }

    .w-100-mobile {
        width: 90%;
    }
    .info-box-text {
        font-size: 16px;

    }
    .font-2 {
        font-size: 17px;
    }
    .font-1{
        font-size: 16px;
    }
    .font-btn{
        font-size: 14px;
    }
    .info-box-text {
        font-size: 14px;
    }
    .icon-box {
        height: 40px;
        width: 40px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .margint-3 {
        margin-top: 5rem;
    }

}

@media only screen and (max-width: 474px) {

    .icon-box {
        height: 40px;
        width: 40px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .info-box-text {
        font-size: 13px;
        padding-top: unset;
    }

    .w-100-mobile {
        width: 90%;
    }
    .font-2 {
        font-size: 16px;
    }
    .font-1{
        font-size: 16px;
    }
    .info-box-text {
        font-size: 14px;
    }

    .svg-middle{
        top: -2px;
    }
    .opinion-box:after{
        left: 40%;
    }
    .opinion-box:before{
        left: 40%;
    }
    .font-btn {
        font-size: 14px;
    }
    .read-more-info .content {
        max-height: 625px;
    }
}
@media only screen and (max-width:414px){
    .margint-3 {
        margin-top: 5rem;
    }
    .read-more-info .content {
        max-height: 768px;
    }
    .expert-wrapper{
        flex-direction: column;
        height:100%;
    }
    .expert-imgHolder{
        height: 200px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: unset;
    }
    .expert-body{
        padding: 30px 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius:unset;
    }
    .expert-img{
        height: 90%;
        width: 40%;
    }
}

@media only screen and (max-width: 375px) {
    .info-wrapper {
        max-width: 372px;
    }
    .icon-box img {
        width: 48px;
    }
    .font-btn {
        font-size: 11px;
    }
    .font-18 {
        font-size: 12px;
    }
    .info-box-text {
        font-size: 12px;
    }
    .margint-100 {
        margin-top: unset;
    }
    .check-mark {
        width: 12px;
    }
    .read-more-info .content {
        max-height: 646px;
    }
    .btn-white-orange{
        padding: 5px;
    }
    .opinion-box:after{
        left: 39%;
    }
    .opinion-box:before{
        left: 39%;
    }
    .font-p-1 {
        font-size: 12px;
    }
    .font-1 {
        font-size: 14px;
    }
    .font-2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 315px){
    .font-2 {
        font-size: 11px;
    }
    .font-1 {
        font-size: 11px;
    }
    .font-btn {
        font-size: 9px;
    }
    .margint-3 {
        margin-top: 5rem;
    }
    .width-50 {
        width: 40px;
    }
    .height-60 {
        height: 71px;
    }
}
@media only screen and (max-width: 280px){
    .read-more-info .content {
        max-height: 877px;
    }
    .font-1 {
        font-size: 14px;
    }

}
