/*-------- Input Font Style --------*/
@import url(fontiran.css);

body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    margin: 0;
    /* background-color: #f9f9f9; */
    background-color: #ffffff;
    /* background: url(../images/konoha-yellow.png);
    background-repeat: repeat;
    background-size: contain;
    background-size: 128px; */
}

html {
    /* scroll-behavior: smooth; */
}

* {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: IRANSans;
}

h1 {
    font-weight: bold;
}

.ltr {
    direction: ltr;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

::selection {
    background-color: #3b5758;
    color: #fff;
}

::-moz-selection {
    background-color: #3b5758;
    color: #fff;
}

::-o-selection {
    background-color: #3b5758;
    color: #fff;
}

::-webkit-selection {
    background-color: #3b5758;
    color: #fff;
}

::-ms-selection {
    background-color: #3b5758;
    color: #fff;
}

a {
    text-decoration: none !important;
}

/*-------------------------------------------------------
******************* For Fix Error
-------------------------------------------------------*/
.bred {
    border: 1px dotted #ff0e1f;
}

.bblue {
    border: 1px dotted #0e32ff;
}

/*-------------------------------------------------------
******************* all Button
-------------------------------------------------------*/
.btn-download {
    background-color: #403466;
    color: #fff;
    padding: 5px 3px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.btn-download:hover {
    background-color: rgb(172, 152, 51);
    color: #000;
}

.btn-download .mdi {
    position: relative;
    top: 4px;
    right: 3px;
    font-size: 20px;
    line-height: 0;
}

/*-------------------------------------------------------
******************* navbar
-------------------------------------------------------*/
.navbar {
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1050;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.navbar-dark{
    /*rgba(61, 87, 86, 0.514)*/
    background-color: #ffffff;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand img {
    height: 80px;
    /* width: 90px; */
}

.navbar .container {
    padding: 0 50px;
}

.navbar .nav-item {
    margin: 0 10px;
}

.navbar .nav-item .nav-link {
    color: #403466 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.navbar-nav {
    margin: 0;
}

@media (max-width: 991px) {
    .navbar .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        text-align: center;
        margin: 20px 0;
    }
}

@media (max-width: 575px) {
    .navbar .container {
        padding: 0 15px;
    }
}

/*-------------------------------------------------------
******************* Carousel
-------------------------------------------------------*/
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 7px;
    background-color: #989896;
}

.carousel-indicators li.active {
    background-color: #646567;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.459);
}

.carousel-caption a {
    display: block;
    color: #fff;
}

@media (max-width: 991px) {
    .carousel .container {
        padding: 0;
        max-width: 100%;
    }
}

/*-------------------------------------------------------
******************* search
-------------------------------------------------------*/


@media (max-width: 575px) {
    .search-box{
        margin:0;
    }
    .search-box label{
        margin-right:0;
        display: none;
    }
    .search-box input{
        width:300px;
    }

    .navbar .nav-item .nav-link {
        font-size: 17px !important;
    }
}

.search{
    width:100%;
    height: auto;
    padding:10px;
    background-color:#403466;
    color: #ffffff;
}

.search-box{
    margin-right:15%;
}
.search-box label{
    text-align: right;
    direction: rtl;
    padding: 5px;
    margin-top:5px;
}

.search-box input{
    margin: 20px 10px 10px 10px;
    height:30px;
}
.search-box .btn{
    padding:4px 10px 4px 10px;
    margin-top:10px;
}
/*-------------------------------------------------------
******************* slider
-------------------------------------------------------*/

.arrows {
    margin-top: 90px;
}

.slider img {
    height: 500px;

}

@media only screen and (max-width: 800px) {
    nav {
        background-color: #ffffff !important;
    }
    .navbar-toggler-icon{
        color:red !important;
        background-color: #333333;
    }
    .navbar .nav-item .nav-link {
        color: #403466 !important;
        font-weight: 400;
    }
    .slider {
        margin-top: 10px;
    }

    .slider img {
        height: 250px;
    }
}

/*-------------------------------------------------------
******************* Application info
-------------------------------------------------------*/
#application-info .info-body, .img-body {
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
}

#application-info .info-body .title {
    margin: 20px 0;
    color: #ddc153;
}

#application-info .info-body .desc {
    padding: 20px 0;
    border-top: 1px solid #646567;
}

.img-body .screenshoot img {
    height: 300px;
}

@media (max-width: 767px) {
    #application-info .info-body {
        margin: 30px 0 10px 0;
        padding: 0 20px;
    }

    #application-info .img-body {
        margin: 5px 0 30px 0;
    }

    #application-info .info-body .desc {
        padding: 20px 0 5px 0;
    }
}

/*-------------------------------------------------------
******************* About Us
-------------------------------------------------------*/
#about-us {
    background-color: #333333;
    padding: 40px 0;
    position: relative;
}

.us-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.us-body .title {
    color: #3a5755;
    margin: 15px 0;
}

.us-body .desc {
    color: #358A46;
    padding: 15px 0;
    border-top: 1px solid #646567;
}

#about-us .left-img {
    text-align: center;
}

#about-us .left-img img {
    width: 450px;
}

/*-------------------------------------------------------
******************* Team
-------------------------------------------------------*/
#team {
    background: url(../images/us-back.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.team-body {
    background-color: rgba(58, 87, 85, 0.747);
    border-radius: 30px;
}

.team-body .title {
    text-align: center;
    padding-top: 20px;
}

.team-body .title i {
    font-size: 58px;
    color: #000;
}

.team-body .title h4 {
    margin-bottom: 20px;
    color: #D8C253;
}

.team-body .title hr {
    width: 50%;
    border-color: #D8C253;
}

.team-group {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

.team-group img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-group .name {
    color: #D8C253;
}

.team-group hr {
    width: 50%;
    border-color: #D8C253;
}

.team-group .details {
    color: #D8C253;
}

/*-------------------------------------------------------
******************* Contact us
-------------------------------------------------------*/
#contact-us {
    background-color: #403466;
    padding: 40px 0;
}

.contact-body {
    text-align: center;
}

.contact-body h4 {
    color: #DBC153;
}

.contact-body hr {
    border-color: #DBC153;
}

.contact-body .info {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #DBC153;
}

.contact-body .info li {
    margin: 8px 0;
}

.contact-body .social-icons {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-body .social-icons li {
    margin: 3px 8px;
}

.contact-body .social-icons .mdi {
    color: #000;
    font-size: 32px;
}

#contact-us .map {
    text-align: center;
}

#contact-us .map iframe {
    border: none;
}

/*-------------------------------------------------------
******************* Contact us
-------------------------------------------------------*/
.copyright {
    padding: 10px 0 3px 0;
    background-color: #333;
}

.copyright h6 {
    color: #D8C253;
    text-align: right;
}


/*-------------------------------------------------------
******************* Show Test
-------------------------------------------------------*/

.test-header {
    width: 100%;
    height: 280px;
    background-color: #3F51B5;
    color:#fff;
}

.test-body {
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
}

.test-box {
    width: 235px;
    height: 315px;
    position: absolute;
    margin-top: 20px;
    margin-right: 80px;
}

.test-box img {
    width: 235px;
    height: 315px;
    border-radius: 5px;
}

/* mobile view*/
@media (max-width: 575px) {
    .test-box{
        width: 160px;
        height: 190px;
        position: absolute;
        margin-top: 50px;
        margin-right: 30px;
    }

    .test-box img {
        width: 160px;
        height: 190px;
        border-radius: 5px;
    }

    .test-header-content {
        direction: rtl;
        text-align: right;
        margin-right: 200px !important;
        margin-top: 10px;
        width: 250px !important;
        height: 170px !important;
    }

}

.test-header-content {
    direction: rtl;
    text-align: right;
    margin-right: 320px;
    margin-top: 10px;
    width: 300px;
    height: 270px;
}

.test-head-title {
    font-family: IRANSans;
    padding: 5px;
}

.test-title {
    font-family: IRANSans;
    padding: 5px;
}

.test-writer {
    font-family: IRANSans;
    padding: 5px;
}

.test-fee {
    font-family: IRANSans;
    padding: 5px;
}

.test-description {
    margin-top: 80px;
    width: 80%;
    padding: 10px;
    direction: rtl;
    text-align: right;
    margin-right: 70px;
}

.test-description p {
    font-size: 16px;
    line-height: 30px;
    direction: rtl;
    text-align: right;
}

.test-similar {
    width: 100%;
    background-color: #c1c1c1;
    margin-bottom: 10px;
}

.test-similar .titles {
    width: 100%;
    height: 55px;
    background: #e5e5e5;
    color: #3c5757;
    direction: rtl;
    text-align: right;
    padding-right:5px;
    padding-top: 3px;
}
.similar-test-content{
    width:97%;
}
.test-similar-box {
    width: 140px;
    height: 230px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-right:20px !important;
    float:right;
}

.test-similar-box img {
    width: 100%;
    height: 180px;
}

.test-similar .titles p{
    font-family: IRANSans;
    font-size: 12px;
    padding-top: 0;
    color:#dbc153;
}

.test-similar .titles h6{
    font-family: IRANSans;
    font-size: 12px;
    padding-top: 3px;
}

/*-------------------------------------------------------
******************* Home Page
-------------------------------------------------------*/
.index-content {
    background-color: #ffffff;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 6px 0.1px #707070;
    box-shadow: 1px 1px 6px 0.1px #707070;
}

.index-content .more a{
    float: left;
    margin-top:15px;
    margin-left:10px;
    color:#dbc153;
}

.index-content .header {
    background-color: #f0f0f0;
    width: 100%;
    height: 50px;
    direction: rtl;
    text-align: right;
    font-size:16px;
    font-family: IRANSans;
    font-weight: bold;
    color:#2d5e5d;
    padding:15px 15px 10px 0px;
    border-radius: unset !important;
}

.index-content .box {
    width: 140px;
    height: 230px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-right:20px !important;
    float:right;

}

.index-content .box img {
    width: 100%;
    height: 180px;
}

.index-content .price {
    width: 100%;
    height: 55px;
    background: #e5e5e5;
    color: #3c5757;
    direction: rtl;
    text-align: right;
    padding-right:5px;
    padding-top: 3px;
}

.index-content .price p {
    font-family: IRANSans;
    font-size: 12px;
    padding-top: 0;
    color:#dbc153;
}

.index-content .price h5 {
    font-family: IRANSans;
    font-size: 12px;
    padding-top: 3px;
}

.index-topLine{
    width:100%;
    height:2px;
    background-color:#c1c1c1;
}

.index-bottomLine{
    width:100%;
    height:2px;
    background-color:#e5e5e5;
    margin-top:0px;
    margin-bottom:10px;
}
/*=============== Tests ==============*/
.top-space{
    margin-top: 100px;
}
.bottom-space{
    margin-bottom: 10px;
}

.category{
    text-align: right;
}

.category li{
    direction: rtl;
    text-align: right;
}

.tests{
    margin-right:5%;
}

.tests-header{
    width:100%;
    height:50px;
    background-color: #dbc153;
    direction: rtl;
    text-align: right;
    padding:10px;
    color:#ffffff;
}

.tests .box {
    width: 180px;
    height: 300px;
    background-color: #ffffff;
    margin-top: 5px;
    margin-right:10px;
    float: right;
    margin-bottom: 10px;
}

.tests .box img {
    width: 100%;
    height: 250px;
}

.tests .price {
    width: 100%;
    height: 50px;
    background: #e5e5e5;
    color: #3c5757;
    direction: rtl;
    text-align: right;
    padding-right:5px;
    padding-top: 5px;
}

.tests .price p {
    font-family: IRANSans;
    font-size: 11px;
    padding-top: 0px;
    color:#dbc153;
}

.tests .price h5 {
    font-family: IRANSans;
    font-size: 11px;
    padding-top: 3px;
}
