@font-face {
    font-family: yekan;
    src: url(../fonts/BYekan.ttf);
}

body{
    direction: ltr !important;
    font-family: sans-serif;
    background:white url("../images/bg.png") repeat;
}
.main-header{
    width: 100%; height: 400px; background:white url("../images/cbg.png") repeat;;

}
.main-header .container-fluid{
    height: 100%;
}
.main-header nav{
    background-color: rgba(251, 251, 251, 0.60);
    color:white;
    margin-bottom: -10px;
    z-index: 1000;
}
.main-header nav .collapse{
    flex-grow: 0 !important;
}
.main-header nav a{
    color: black !important;
}
.main-header nav .dropdown-menu{
    left: 0 !important;
    left: auto !important;
    text-align: left !important;
    background-color: rgba(78, 85, 91, 0.54) !important;
    top:52px !important;
    border-radius: 0 !important;
}
.main-header nav .dropdown-menu .dropdown-item{
    color: white !important;
}
.main-header nav .dropdown-menu .dropdown-item:hover{
    background-color: rgba(0, 0, 0, 0.87) !important;
}
.main-header nav .nav-item{
    line-height: 1.9;
    margin-right:12px;
}
.main-header nav .navbar-brand{
    color: #414251 !important;
    margin-left: 130px !important;
    margin-right:15px;
    font-size:25px;
}
.main-header nav .navbar-brand img{
    margin-left: 15px;
    height: 35px;
}
.main-header nav .drp{
    margin-right: 40px !important;
}
.main-header nav button{
    color:black !important;
}
.main-header  nav .show{
    text-align: left !important;
}
.sticky {
     position: fixed;
     top: 0;
     width: 100%;
     background-color: rgba(66, 66, 66, 0.67) !important;
     color: #c7c7c7 !important;
     transition: .35;
 }
.main-header .sticky a{
    color: #e4e4e4 !important;
}

@media only screen and (max-width: 600px) {
    .main-header{
        width: 100%; height: 600px; background:white url("../images/cbg.png") repeat;;
    }
    .main-header nav .navbar-brand{
        font-size: 20px;
    }
    .main-header nav .drp{
        margin-right: 5px !important;
    }
    .main-header .containers .row{
        height: 100%;
        padding: 30px 30px !important;
    }
    .main-header .containers .img-holder{
        margin-top: 20px !important;
        overflow-x: hidden !important;
        height: 140px !important;
    }
    .main-header nav .fixeded{
        background-color: rgba(78, 85, 91, 0.54) !important;
    }
    .main-header nav .nofix{
        background-color: rgba(78, 85, 91, 0.54) !important;
    }
    .astr1{
         width: 200% !important;
         overflow: hidden;
         margin-left: 45px !important;
         margin-top: 80px;
     }
    .astr1 img{
        height: 300px;
    }
    .astr2{
        width: 200% !important;
        overflow: hidden;
        margin-left: -360px !important;
        margin-top: 80px;
    }
    .astr2 img{
        height: 300px;
    }
}
.astr1{
    width: 183%; overflow: hidden; margin-left: 140px; margin-top: 80px;
}
.astr2{
    width: 183%; overflow: hidden; margin-left: -1020px; margin-top: 80px;
}
/********************************** header container ********************************/
.main-header .containers{
    height: 87%;
}
.main-header .containers .row{
    padding: 50px 100px;
    height: 100%;
}
.main-header .containers .img-holder{
    height: 250px;
    width: 86%;
    margin: auto auto;
    overflow-x: hidden !important;
}
.main-header .containers .img-holder img{
    width: 100%;
    height: 100%;
    border: 2px solid #9c9c9c;
    border-radius: 5px;
    overflow-x: hidden !important;
}
.main-header .containers .text-holder{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #d7d7d7;
    margin-top: 75px;
}
.main-header .containers .text-holder p{
    text-align: center;
    color: rgb(164, 0, 0);
    margin-top: 25px;
}



.mySlides {
    display: none;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeate, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/************************************ main content ************************************/

.main-content .container .cont-holder{
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-top: 80px;
    background-color: #fcfcfc;
    padding: 50px 40px;
    margin-bottom: 60px;
    overflow: hidden;
}
.main-content .container .cont-holder .row div{
    margin-top: 8px;
}
.main-content .container .cont-holder .row{
    padding: 10px 5px;
}
.main-content .container .cont-holder .coller{
    margin: 10px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    height: 210px;
    overflow: hidden;


}
.main-content .container .cont-holder .coller .img-hold .under-img{
    width: 100%;
    height: 35px;
    border: 1px solid rgba(145, 145, 145, 0.45);
    z-index: 100;
    position: absolute;
    bottom: -35px;
    text-align: center;
    background-color: rgba(27, 128, 39, 0.80);
    background-image: linear-gradient(to bottom right, rgba(0, 250, 154, 0.30), rgba(252, 252, 252, 0.2));
    color:white;
    transition: 1s;
}
.main-content .container .cont-holder .coller:hover .img-hold .under-img{
    bottom: 5px;
}
.main-content .container .cont-holder .coller:hover .img-hold img{
    transform: scale(1.1);
    transition: 1s;
}

.main-content .container .cont-holder .coller .img-hold{
    overflow: hidden;
    height: 180px;
    position: relative;
}
.main-content .container .cont-holder .img-hold img{
    width: 100%;
    height: 100%;
    z-index: 90;
}
.main-content .container .cont-holder .khadamat{
    text-align: center;
}
.main-content .container .cont-holder .khadamat .sil{
    margin-top: 70px;
}
.titeler{
    direction: rtl;
    height: 220px;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #1c7430;
    margin-top: -110px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.in-title{
    position: absolute;
    bottom: 20px;
    width: 100%;
    right: 0;
    color:white;
}
.cont-shares{
    height: 420px;
}
.namayande{
    margin: 0 auto;
    border: 1px solid #eaeaea;
    margin-top: 150px;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}
.share-image{
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
.share-image img{
    border-radius: 20px;
}
.share-info{
    height: auto;
    text-align: center;
}
.certs{
    margin-top: 20px;
    height: 520px;
}
.cert-img{
    margin: 0 auto;
    height: 430px;

}
.cert-info{

}
.table td{
    border-top: 0 solid black !important;
}
.contract-img{
    margin-top: 100px;
}
.contract-img div{
    height: 200px;
}
/************************************* footer *******************************************/
.footer-area {
    background-color: #04091e; direction: rtl; text-align: left; padding-top: 60px; }
.footer-area h5 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700; }
.footer-area .footer_top {
    padding-bottom: 30px; }
@media (max-width: 991px) {
    .footer-area .footer_top {
        padding-bottom: 40px; } }

.instafeed {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.instafeed li {
    overflow: hidden;
    width: 25%; }
.instafeed li a:hover i {
    color: #ff2f8b; }
.instafeed li a {
    margin-right: 10px; }

@media (max-width: 991px) {
    .single-footer-widget {
        margin-bottom: 40px; } }
.single-footer-widget .footer-newsletter {
    margin-top: 30px; }
.single-footer-widget .form-inline {
    display: inline-block;
    width: 100%; }
.single-footer-widget p {
    color: #999999;
    margin-bottom: 0; }
.single-footer-widget input {
    border: 1px solid #333333;
    width: 80% !important;
    font-weight: 300;
    background: transparent;
    color: #ffffff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px; }
.single-footer-widget input:focus {
    background-color: #191919;
    outline: none;
    box-shadow: none; }
.single-footer-widget .list li a {
    line-height: 25px;
    display: inline-block;
    color: #999999;
    transition: all 0.3s linear;
    margin-bottom: 13px;
    font-size: 14px; }
.single-footer-widget .list li a:hover {
    color: #ff2f8b; }
.single-footer-widget .bb-btn {
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer; }
.single-footer-widget .info {
    position: absolute;
    color: #fff;
    font-size: 12px; }
.single-footer-widget .info.valid {
    color: green; }
.single-footer-widget .info.error {
    color: red; }
.single-footer-widget .click-btn {
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 5px 12px;
    border: 0; }
.single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none; }
.single-footer-widget ::-moz-selection {
    /* Code for Firefox */
    background-color: #191919 !important;
    color: #777777; }
.single-footer-widget ::selection {
    background-color: #191919 !important;
    color: #777777; }
.single-footer-widget ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300; }
.single-footer-widget :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300; }
.single-footer-widget ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300; }
.single-footer-widget :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300; }
.single-footer-widget ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300; }

.footer-text {
    padding-top: 80px; }
.footer-text a,
.footer-text i {
    color: #ff2f8b; }

.copyright {
    background: #04091e;
    padding: 18px 0;
    border-top: 1px solid #333333;
    text-align: center;
    width: 100%;
}
.size-18{
    font-size: 18px !important;
}
.size-14{
    font-size: 15px !important;
}
.size-16{
    font-size: 16px !important;
}
.rTl{
    text-align: left !important;
}
.jstfy{
    text-align: justify;
}
.jstfk{
    width: 70%;
    margin: 0 auto;
}
.mar30{
    margin-top: 40px !important;
}.mar10{
    margin-top: 10px !important;
}
.col-parmis{
    color: #1b8232;
}
.col-parmis2{
    color: #156527;
}
.copyright p {
    margin: 0;
    color: #999999; }
.copyright p a {
    color: #ff2f8b; }
@media (max-width: 991px) {
    .copyright p {
        text-align: center; } }
@media (max-width: 991px) {
    .copyright .social-icons {
        text-align: center;
        margin-top: 20px; } }
.copyright .social-icons a {
    padding-right: 15px; }
.copyright .social-icons a i {
    color: #999999; }
.copyright .social-icons a i:hover {
    color: #ff2f8b; }
.testimonials-area .container .diren1{
    height: 400px;
    padding: 20px 15px;
    text-align: left;
}
.testimonials-area .container .diren2{
    height: 400px;
}
.testimonials-area .container .diren2 .didiv1{
    width: 100%;
    height: 250px;
}
.testimonials-area .container .diren2 .didiv2{
    width: 100%;
    height: 150px;
}
.testimonials-area .container .diren2 .didiv1 div{
    width: 50%;
    height: 60%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}

.testimonials-area .container .diren1 span{
    margin-right: 30px;
}
.testimonials-area .container .diren1 h3{
    margin-top: 65px;
    margin-bottom: 30px ;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1{
    width: 100%;
    height: 80px;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-2{
    width: 100%;
    height: 70px;
    position: relative;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-1{
    width: 80px;
    height: 80px;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    left:50px;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-2{
    width: 80px;
    height: 80px;
    border: 1px solid #c7c7c7;
    position: absolute;
    border-radius: 50%;
    right: 50px;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-1 i{
    font-size: 24px;
    margin-left: 27px;
    margin-top: 24px;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-2 i{
    font-size: 24px;
    margin-left: 31px;
    margin-top: 27px;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-1:hover i{
    color:#ff2f8b;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-2:hover i{
    color:#ff2f8b;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-1:hover{
    transform: scale(1.1);
    background-color: #ffff00;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-1-2:hover{
    transform: scale(1.1);
    background-color: #ffff00;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-2-1{
    text-align: center;
    position: absolute;
    top:20px;
    left: 0px;
    font-size: 13px;
}
.testimonials-area .container .diren2 .didiv2 .didiv2-2-2{
    text-align: center;
    font-size: 13px;
    position: absolute;
    top:20px;
    right: 31px;
}
.package-area .container .abouter{
    margin: 20px 250px;
}
.package-area .container .abouter p{
    text-align: justify;
    direction: rtl;
}.footer-area .footer_top .container .abt b{
     color: #bebebe !important;
}
/*---------------------------------------------------- */