/*Font WEB */
@font-face {
    font-family: YekanBakhR;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url('../fonts/Yekan\ Bakh\ Fa-En\ 04\ Regular.eot');
    src: url('../fonts/Yekan\ Bakh\ Fa-En\ 04\ Regular.eot') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/Yekan\ Bakh\ Fa-En\ 04\ Regular.woff') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/Yekan\ Bakh\ Fa-En\ 04\ Regular.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/Yekan\ Bakh\ Fa-En\ 04\ Regular.ttf') format('truetype');
}


@font-face {
    font-family: YekanBakhM;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url('../fonts/Yekan\ Bakh\ Fa-En\ 05\ Medium.eot');
    src: url('../fonts/Yekan\ Bakh\ Fa-En\ 05\ Medium.eot') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/Yekan\ Bakh\ Fa-En\ 05\ Medium.woff') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/Yekan\ Bakh\ Fa-En\ 05\ Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/Yekan\ Bakh\ Fa-En\ 05\ Medium.ttf') format('truetype');
}


@font-face {
    font-family: YekanBakhB;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url('../fonts/Yekan\ Bakh\ Fa-En\ 06\ Bold.eot');
    src: url('../fonts/Yekan\ Bakh\ Fa-En\ 06\ Bold.eot') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/Yekan\ Bakh\ Fa-En\ 06\ Bold.woff') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/Yekan\ Bakh\ Fa-En\ 06\ Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/Yekan\ Bakh\ Fa-En\ 06\ Bold.ttf') format('truetype');
}


/* Fade In Animation Effects */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/*General Style CSS*/


body {
    font-family: 'YekanBakhM';
    direction: rtl;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
main{min-height:400px;}
article{direction:rtl;
        padding:1rem;
        text-align:right
}
article a {
    color:darkslategrey
}
    h1, h2, h3, h4 {
    font-family: 'YekanBakhB';
}


a {
    text-decoration: none !important;
}


.navbar-brand{
    padding: 0!important;
}
ul.navbar-nav{
    width:100%;
    margin-block-start: 0!important;
    margin-block-end: 0!important;
}
@media(min-width: 992px) {
    .nav-link {
        margin: 0;
        font-size: 13px !important;
    }
}
.nav-link {
    text-decoration: none;
    color: #ffff;
    padding: 1rem !important;
    margin: 0 5px;
    font-family: 'YekanBakhM';
    position: relative;
    opacity: 0.95;
    text-align: center;
}

.bg-dark .nav-link:hover {
    opacity: 1;
    background: #32c8eb;
}

.bg-dark .nav-item.active {
    opacity: 1;
    background: #32c8eb;
}

.nav-link:hover {
    opacity: 1;
    background: #003464;
}

.nav-item.active {
    opacity: 1;
    background: #003464;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff !important;
}

/*Private Custome CSS*/
.bg-nav {
    background: #003464;
    background: -moz-linear-gradient(to right,  #0072bb 0%, #003464 100%);
    background: -webkit-linear-gradient(to right,  #0072bb 0%, #003464 100%);
    background: linear-gradient(to right,  #0072bb 0%, #003464 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003464", endColorstr="#003464", GradientType=1); */
}

.bg-pin {
    background-color: #6ec8ba;
}
.navbar{padding-top: 0!important;padding-bottom: 0!important;}
.nav-item{ background-color:#0072bb;}

.nav-link-grow-up::before {
    height: 0;
    width: 100%;
    bottom: 0px;
}

.nav-link-grow-up:hover::before {
    height: 3px;
    width: 100%;
    color: #53c6c1;
}

.search-bar {
    border-radius: 15px;
    border: 1px solid #ffff;
}

.btn-icon path {
    stroke: white;
    fill: white;
    stroke-width: 2px;
}

.txt-title {
    padding: 10px;
    margin-top: 15px;
    color: #2d5974;
    text-align: center;
    font-size: 24pt;

}

.txt-ontitle {
    padding: 10px;
    color: #2d5974;
}

.txt-subtitle {
    font-family: 'YekanBakhM';
    padding: 10px;
    color: #999999;
    text-align: center;
    font-size: 14pt;
    font-weight: 100;
    margin-bottom: 5px;
}





.title-d {
    border-top: 2px solid #0072bb;
    width: 320px;
    margin: 0 auto;
}

.title-d h3 {
    border-top: 6px solid #0072bb;
    padding-bottom: 5px;
    text-align: center;
    color: #0072bb;
    margin-top: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.title-d-white{
    border-top: 2px solid #fff!important; 
}
.title-d-white h3 {
    border-top: 6px solid #fff!important;
    color: #fff!important;
    width: 63%!important;
}
/*Section About*/

.content-boxs {
    background-color: #fefefeff;
    padding: 40px;
    border-radius: 15px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    align-content: center;
}

.content-boxs p {
    text-align: justify;
    line-height: 30px;
    margin-bottom: 17px;
    margin: 0 0 10px;
    color: #333;
    width: 75%;
}

.content-boxs img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.content-boxs b {
    padding: 20px 0
}

/*Card Service Box Style*/
.box-service {
    display: flex;
    justify-content: center;
    border: 0.5066666666666666px solid #0072bb;
    background-color: #ffff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    height:420px;
    margin-top:-40px
}

.box-service img {
    width: 85px;
    height: 85px;

}

.box-service-title {
    font-family: 'YekanBakhR';
    color: #32617d;
    font-weight: 800;
    margin: 15px auto;
    padding: 5px 15px;
    font-size: 18pt;
}

.box-service-sub-title {
    color: #32617d;
    font-weight: 600;
    margin: 15px auto;
    padding: 5px 15px;
    font-size: 14pt;
}

.box-service-text {
    font-family: 'YekanBakhM';
    color: #999999;
    margin: 10px auto;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    line-height: 1.5;
}

.box-service-btn {
	font-family: 'YekanBakhM';
    color: #ffff;
    background-color: #0072bb!important;
    padding: 5px 15px;
    margin: 20px;
    border-radius: 15px!important;
    width: 150px;
}


.text-pIndent {
    margin-right: 50px;
}

.text-pIndent ul {
    list-style-type: '\00BB	\00a0\00a0';
}

.text-pIndent ul li::marker {
    font-family: sans-serif !important;
}

/*Find Services */

.box-find-services {
    border-radius: 12px;
    padding: 5px 10px;
    margin: 20px auto;
    background-color: #ffffff;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


/*Aparat Class Style Video*/
.romeo .romeo-embed-main-frame {
    position: relative !important;
}

div#\39 4201391301 {
    width: 60% !important;
    display: block;
    margin: 0 auto;
}

/*-----------------------------*/



/*Combo Box List Style*/

.select-box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    background-color: #f2f2f2;
    color: #60666d;
    border-radius: 30px;
}

.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    transition: 0.2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 30px;
    border: 2px #f2f2f2 solid;
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}




/*Form Input Estekhdam*/

input.inp-box {
    border-radius: 15px;
    border: 1px solid #6ec8ba78;
    width: 100%;
    height: 45px;
    padding: 10px;
}

.btn-hire-box {
    margin: 10px;
    border-radius: 25px;
    background-color: #ffff;
    padding: 5px;
    width: 125px;
    font-size: 14pt;
    color: #6ec8ba;
}

.btn-hire-box-outline {
    margin: 10px;
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #ffff;
    padding: 5px;
    width: 125px;
    font-size: 14pt;
    color: #ffff !important;
}

.btn-hire-box-outline:hover {
    background-color: rgb(14, 14, 14, 0.15);
}

.box-hire-title {
    color: #ffff;
    font-weight: 100;
    margin: 15px auto;
    padding: 5px 15px;
    font-size: 18pt;
    line-height: 1.2
}

.img-01 {
    background-image: url('../img/113.jpg');
    background-position: center;
    background-size: cover;
    height: 60vh;
    width: 100%;
}


.bg-overlay-gradient-es::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* first alpha will impact the left of image, second alpha will impact right of image. Remove 90deg to impact top and bottom */
    background: linear-gradient(90deg, rgb(0 0 0 / 10%), #6ec8ba);
}

.bg-overlay-gradient-es>*,
.bg-overlay-gradient-es {
    position: relative;
}


/*Info Box Style*/

.inf-box {
    background-color: #ffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgb(58 78 95 / 20%) 0 10px 16px, rgb(58 78 95 / 5%) 0 -5px 16px;
    height: 250px;
    width: 250px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
}

.inf-box-num {
    color: gray;
    font-size: 40pt;
    padding: 5px;
}

.inf-box-txt {
    color: #999999;
    font-size: 12pt;
    font-weight: 200;
    padding: 10px;
    text-align: right justify-all;
    line-height: 1.4;
}

.inf-box-txt .btn {
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.inf-box-txt .btn:hover {
    background-color: aquamarine;
}

.inf-box-ico {
    object-fit: contain;
    width: 65px;
    height: 65px;
}

.btn-inf-box-outline {
    margin: 10px;
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #6ec8ba;
    padding: 5px;
    width: 125px;
    font-size: 14pt;
    color: #25a8a0 !important;
}

/*Footer Section Style*/
.footer {
    background: rgb(230, 165, 143);
    background: -moz-linear-gradient(90deg, rgba(230, 165, 143, 1) 0%, rgba(52, 182, 195, 1) 71%, rgba(0, 132, 151, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230, 165, 143, 1) 0%, rgba(52, 182, 195, 1) 71%, rgba(0, 132, 151, 1) 100%);
    background: linear-gradient(90deg, rgba(230, 165, 143, 1) 0%, rgba(52, 182, 195, 1) 71%, rgba(0, 132, 151, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6a58f", endColorstr="#008497", GradientType=1);
}

.txt-g {
    color: #dcdcdc;
    font-size: 18pt;
}

/*Social Style*/
.soc {
    display: block;
    font-size: 0;
    list-style: none;
    margin: 0 auto;
    padding-right: 0 !important;
    text-align: right;
}

.soc li {
    display: inline-block;

}

.soc a,
.soc svg {
    display: block;
}

.soc a {
    height: auto;
    width: auto;
}


.footer .list-group-flush>.list-group-item {
    background-color: transparent !important;
}

.footer .map {
    border-radius: 25px;
    border: 5px solid #ffff;
    object-fit: contain;
    width: 100%;
}



@media only screen and (max-width: 992px) {
    .img-lg {
        max-width: 50% !important;
        height: auto;
        margin: 5px auto;
    }
    #slideshow-nav{
        display: none!important;
    }
    .billboardwrapper {
        height: 480px;
    }
}

@media only screen and (max-width: 600px) {

    .select-box__value {
        margin: 10px auto;
    }

    .navbar-brand img {
        width: 185px;
    }
    .billboardwrapper {
        height: 500px !important;
    }

    .content-boxs p {
        text-align: justify;
        line-height: 30px;
        margin-bottom: 17px;
        margin: 0 0 10px;
        color: #333;
        width: 100%;
        word-break: normal;
        word-spacing: -2px;
    }
    #slideshow-nav{
        display: none!important;
    }
    .title-d{width: auto!important;}
    .navbar-collapse{margin-top:25px;}
     ul.navbar-nav {
      width:100%;
      padding:0;
      margin:0;
    }
    .box-service {
        width: 250px;
    }

    #button-top{opacity:0.8!important}

    ul#mySidenav li {
        height: 40px!important;
        margin-bottom: 5px!important;
    }

    #BindDataSNews p{
        text-align:right!important;
    }

}





/* Slider StyleSheet Code */
/* 
.carousel-inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

.carousel-inner-box::after {
    display: block;
    clear: both;
    content: ""
}
.carousel-inner-box .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (max-width: 768px) {
    .carousel-inner-box .carousel-item > div {
        display: none;
    }
    .carousel-inner-box .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner-box .carousel-item.active,
.carousel-inner-box .carousel-item-next,
.carousel-inner-box .carousel-item-prev {
    display: flex;
}
 */

/* display 3 */
/* @media (min-width: 768px) {
    
    .carousel-inner-box .carousel-item-right.active,
    .carousel-inner-box .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner-box .carousel-item-left.active, 
    .carousel-inner-box .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner-box .carousel-item-right,
.carousel-inner-box .carousel-item-left{ 
  transform: translateX(0);
} */



/*News Slider StyleSheets*/

#news-slider {
    margin-top: -25px;
    direction:rtl!important;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 5px;
    padding:1rem;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        height:265px;
/*        margin: -12px 15px 8px 15px;
        margin-left: -10px;*/
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1,1);
            transition: transform 0.2s linear;
			object-fit: cover;
            min-height: 265px;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1,1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
        transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 2px 20px 40px;
        border-radius: 15px;
    }
    .post-slide .post-title {
        text-align: center !important;
        padding: 10px 0;
    }
    .post-slide .post-title a {
        font-family: YekanBakhB;
        font-size: 20pt;
        font-weight: bold;
        color: #003464;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
     
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

    .post-slide .post-description {
        font-family: YekanBakhR;
        text-align:right;
        line-height: 24px;
        color: #808080;
        margin-bottom: 20px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

    .post-slide .box-service-btn {
      display:flex;
      justify-content:center;
      align-content:center;
      margin:0 auto;
      text-align:center;
    }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: -13%;
        left: 15px;
        padding: 0 18px 0 15px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: -13%;
        right: 15px;
        padding: 0 15px 0 18px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}



/*Sliders News Vertical StyleSheets*/
.billboardwrapper {
    height:420px;
    padding: 10px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
}

#billboard {
    display: inline-flex;
    float: right;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

#slideshow-nav,
#slideshow-nav li,
#slideshow-nav li a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


#slideshow-nav {
    padding:0!important;
    width: 45%;
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 150;
    display:flex;
    flex-direction:column;
}

    #slideshow-nav li {
       
        display: inline-flex;
        width: 100%;
        position: relative;
        padding-bottom: 2px;
        height: 20%;
    }

        #slideshow-nav li a {
            border: 1px solid rgba(0, 0, 0, 0.1);
            height: 100%;
            width: 100%;
            display: flex;
            margin: 0 0;
            position: relative;
            background: #ededed;
            text-overflow:ellipsis;
        }

            #slideshow-nav li a img {
                width: 100%;
                height: 100%;
                opacity: 0.5;
                display: flex;
            }

        #slideshow-nav li:last-child {
            padding-bottom: 0;
        }

        #slideshow-nav li a img:hover, .active {
            opacity: 1;
        }

        #slideshow-nav li.active a:after {
            position: absolute;
            background: transparent;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            border: 1px solid #678090;
            content: '';
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        #slideshow-nav li.active a {
            background: #0072bb;
        }
            #slideshow-nav li.active a span{
                color:#ffff;
            }

            #slideshow-nav li.active img {
                opacity: 1;
            }

        #slideshow-nav li a span {
            width: 100%;
            height: 50px;
            display: block;
            font-size: 14pt;
            position: relative;
            padding:10px;
            top: 0;
            right: 0;
            color: rgb(0, 0, 0);
            font-family: YekanBakhR;
            text-align: right;
            text-decoration: none;
            /* text-shadow: 0 1px 1px rgba(0,0,0,0.5); */
        }


#slideshow-main {
    display:flex;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 2px;
}

#slideshow-list {
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: relative;
    background: #333;
}

    #slideshow-list li {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        opacity: 0.5;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
        -moz-transition: -moz-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
        -ms-transition: -ms-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
        transition: transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.5s cubic-bezier(.14,.51,0,1);
    }

        #slideshow-list li.active {
            opacity: 1;
            -webkit-transition: -webkit-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
            -moz-transition: -moz-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
            -ms-transition: -ms-transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
            transition: transform 0.5s cubic-bezier(.14,.51,0,1), opacity 0.2s cubic-bezier(.14,.51,0,1);
            z-index: 5;
            /*-webkit-transform: translate(0,-20px);
            -moz-transform: translate(0,-20px);
            -ms-transform: translate(0,-20px);
            transform: translate(0,-20px);*/
        }

        #slideshow-list li a {
            height: 100%;
        }
        #slideshow-list li div.card {
            font-family: YekanBakhM;
            display: flex;
            align-content: center;
            align-items: center;
            padding: 1rem;
            padding-right: 2rem;
            height: auto;
            width: 100%;
            direction: rtl;
            text-align: right;
            border: none !important;
        }

        #slideshow-list li.active div.card {
            -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
            -moz-animation: fadein 2s; /* Firefox < 16 */
             -ms-animation: fadein 2s; /* Internet Explorer */
              -o-animation: fadein 2s; /* Opera < 12.1 */
                 animation: fadein 2s;
        }

        #slideshow-list li div.card img {
            width: 100%;
            min-width:350px;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 10px;
            background-color: #333;
        }


        #slideshow-list li div.card-text {
            font-family:YekanBakhM;
            position: relative;
            display: inline-flex;
            bottom: -20px;
            left: 0;
            width: 100%;
            height: auto;
            padding: 20px;
            padding-right: 80px;
            opacity: 0;
            text-align: left;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
            color: #fff;
        }

        #slideshow-list li.active div.card-text {
            font-family: 'YekanBakhM';
            opacity: 1;
            transform: translateY(-20px);
            -webkit-transform: translateY(-20px);
            -moz-transform: tranlateY(-20px);
            transition: all 0.6s ease 0.3s;
            -webkit-transition: all 0.6s ease 0.3s;
        }

        #slideshow-list li div.card-title {
            font-family: YekanBakhM;
            font-weight: normal;
            font-size: 30px;
            letter-spacing: 0;
            line-height: 35px;
            color: #fff;
        }



        #slideshow-list li div.card-text p {
            font-family: YekanBakhM;
            margin-top: 10px;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            position: relative;
        }







.card-block {
    width:100%;
    font-family: YekanBakhR;
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    box-shadow: none;
    margin-top:2rem;

}


/* OwlCarousel */
button.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -20px;
    display: flex !important;
    border:0px solid black;
}

button.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0;
    right: -25px;
    display: flex !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i { color: #fff;}
.owl-prev i::before, .owl-next i::before { font-size: 4.5em;}


/*Aza Slider */
.carousel-wrap {
    margin: 15px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
    overflow: hidden;
}

/* fix blank or flashing items on carousel */

/* .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
} */






/* Card Aza Iteam */
.img-profile-aza{
    border-radius: 50%;
    border: 8px solid #fff;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    width: 80%!important;
    height: 80%!important;
    margin: 0 auto;
}
.name-profile-aza{
    margin-top: -25px;
    background-color: #fff;
    padding: 12px 10px;
    font-size: 12.5pt;
    font-family: 'YekanBakhB';
    color:#000;
    text-align: center;
    border-radius: 15px;
}

.semat-profile-aza{
    background-color: transparent;
    padding: 5px 10px;
    font-size: 14pt;
    font-family: 'YekanBakhB';
    color:#ffff;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #fff;
}

.owl-aza-itm{
    margin: 20px 15px 20px;
    padding:0.800rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: center;
}



/*Courses Slider StyleSheets*/

.post-img-course{
    height: 200px!important;
    
    border-radius: 20px!important;
}
.post-img-course img{object-fit: cover!important;height: 100%!important;}

.post-title-course a{
    text-align: right !important;
    padding: 0!important;
    font-size: 16pt!important;
    color: #60666d!important;
}

.box-course-btn {
    font-family: 'YekanBakhM';
    background-color: #45ab29!important; 
    color: #ffff;
    padding: 15px;
    margin: 20px auto 5px auto;
    border-radius: 15px !important;
    width: 180px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    line-height: 35px;
}
.box-course-btn:hover{
    opacity: 0.7;
}



/* Footer */

#footer{
	background: #f7f7f7;
    padding: 3rem;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) , url("../images/bg-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff!important;
}
#footer h2,h3,h4{text-align: right;align-items: baseline;margin-right: 15px;}
#footer h2{font-size:18pt;}
#footer ul li{text-align: right;}
.useful-link,.social-links,address{    
    display: flex;
    margin: 5px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.copy-right-sec{
	padding: 0.8rem;
    background: #003464;
    color: #fff;
    text-align: center;
}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}
a{
  text-decoration:none;
}


/* icon social */
.grid-item {
	padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.circle-icon {
    background: #ffff;
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding: 8px;
    text-align: center;
    border-radius: 50%;
}
.grid-item .social-buttons a i{
	transition: 0.3s ease-in;
}
.grid-item .social-buttons a {
	text-decoration: none!important;
	font-size: 1rem;
	width: 64px;
	height: 64px;
	color: #1A1F24;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 8px;
}

    .grid-item .social-buttons a:hover {
        opacity: 0.8;
    }

.address-links ul, .useful-link ul {
    list-style-type: none !important;
}
    .address-links ul li a , .useful-link ul li a {
        color: #ffff !important;
        padding: 10px 5px 10px 5px;
        display: flex;
    }





    /* mySidenav Fixed Nav */



ul#mySidenav {
    width: 36px;
    position: fixed;
    top: 265px;
    right: 5px;
    z-index: 9999;
    list-style:none!important;
    }
    ul#mySidenav li {
    width: 100%;
    height:55px;
    margin-bottom:1px;

    }
    ul#mySidenav li a {
    position: absolute;
    right: -80px;
    transition: 0.3s;
    padding: 5px;
    width: 120px;
    height: 50px;
    color:#fff !important;
    font-size: 11pt;
    font-family: 'YekanBakhB';
    text-align:center;
    padding-left:50px;
    border-radius: 9px 0 0 9px;
    }
#mySidenav li a:hover {
    right: -15px;
    transition: 0.1s;
}
#mySidenav i {
    position: absolute;
    left: 6px;
    top:10px;
    font-size: 2rem;
    float: left;
}
#mySidenav #icon-1 {
    background-color: #0069d9;
    -webkit-transform: scale(0.85);
    padding-top:15px;
}
#mySidenav #icon-2 {
    background-color: #0069d9;
    -webkit-transform: scale(0.85);
    padding-top: 15px;
}
#mySidenav #icon-3 {
    background-color: #0069d9;
    -webkit-transform: scale(0.85);
    
}
#mySidenav #icon-4 {
    background-color: #0069d9;
    -webkit-transform: scale(0.85);
    padding-top: 15px;
}
#mySidenav #icon-5 {
    background-color: #0069d9;
    -webkit-transform: scale(0.85);
    padding-top: 15px;
}
#mySidenav #icon-6 {
    background-color: #0069d9;
    -webkit-transform: scale(0.85);
    padding-top: 15px;
}

#mySidenav #icon-1:hover, #mySidenav #icon-2:hover, #mySidenav #icon-3:hover, #mySidenav #icon-4:hover, #mySidenav #icon-5:hover, #mySidenav #icon-6:hover {
    background-color: #003464 !important;
}
/* Icon Class Lists */
.basket-icon {
    background: transparent url(../images/icons/basket-icon.svg) no-repeat center center;
    display: block;
    height: 32px;
    width: 32px;
    background-size: cover;
}

    .eyes-icon {
    background: transparent url(../images/icons/eyes-icon.svg) no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
    background-size: cover;
    fill: #212529;
    }
.price-icon {
    background: transparent url(../images/icons/price-icon.svg) no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
    background-size: cover;
    fill: #212529;
}


.notifiction-icon {
    background: transparent url(../images/icons/notifiction-icon.svg) no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
    background-size: cover;
    fill: #212529;
}

.teacher-icon {
    background: transparent url(../images/icons/teacher-icon.svg) no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
    background-size: cover;
    fill: #212529;
}
.verify-icon {
    background: transparent url(../images/icons/verify-icon.svg) no-repeat center center;
    display: block;
    height: 16px;
    width: 16px;
    background-size: cover;
    fill: #212529;
}

.badge-time {
    background-color: #3fa194;
    padding: 2px 8px 0px 8px;
    color: white;
    font-size: 10pt;

    font-family: YekanBakhR;
    width: 100px;
    text-align: center;
}


/*Scroll Top*/

#button-top {
    display: inline-block;
    background-color: #0069d9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 5px;
    left: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

    #button-top::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1.2em;
        line-height: 45px;
        color: #fff;
    }

    #button-top:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button-top:active {
        background-color: #293138;
    }

    #button-top.show {
        opacity: 1;
        visibility: visible;
    }

    /*Map Class Style*/
.map {
    border-radius: 25px;
    border: 5px solid #ffff;
    object-fit: contain;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

/*Single Post Styles*/
.content-card {
    background: #fff;
    width: 100%;
    margin: 2em auto;
    padding: 2em;
    border-radius: 5px;
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.67);
    line-height: 1.6;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
#BindDataSNews img{
    width:100%;
    height:auto;
    overflow:hidden;
}
#BindDataSNews p {
    text-align: justify;
    word-break: break-word;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-family: YekanBakhM;
    font-size: 12pt;
    hyphens: auto;
}
    .title-post {
    font-size: 1.6em;
}

.sub-title-post {
    font-size: 1rem;
}

.itm-post {
    font-size: .8rem
}



/*Card Archived Style Class*/
.card-archive {
    height: 95%;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 50px 50px;
    box-shadow: 2px 2px 15px 2px #ccc;
    text-align:right;
    margin:10px auto;
    display:flex;
    overflow:hidden;
}
.card-archive .card-footer{
    background-color:#ffff!important;
}

    .img-archive {
        border-top-right-radius: 5px 5px;
        border-top-left-radius: 50px 50px;
    }

     .btn-arch {
        transition: 0.8s ease;
        background-color: #0082FE;
        color: #fff;
        font-size: 14px;
        border-radius: 2rem;
    }

        .btn-arch:hover {
            transition: 0.8s ease;
            border-color: #0082FE;
            background-color: #fff;
            color: #0082FE;
            font-size: 14px;
        }
    


/*Our Charity Team*/

.team {
    padding: 130px 0;
}

    .team h2 {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

        .team h2 span {
            color: #ff9100;
        }

    .team p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.7;
        color: #999999;
        margin: 20px 0 60px;
        padding: 0;
    }

    .team .box {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease-in-out;
    }

        .team .box .image {
            position: relative;
            height: 100%;
        }

    .team .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #ff9100 1%, #56dc1 100%);
        top: 0;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        z-index: 15;
    }

    .team .box .image .social-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        z-index: 20;
        text-decoration: none;
        opacity: 0;
        margin-top: 100px;
        padding: 8px 15px;
        background: #ffffff;
        border-radius: 35px;
        transition: all 0.5s ease-in-out;
    }

        .team .box .image .social-icons i {
            font-size: 18px;
            padding: 0 7px;
            color: #ff9100;
        }

    .team .box:hover .overlay {
        opacity: 0.85;
    }

    .team .box:hover .social-icons {
        margin-top: 0;
        opacity: 1;
    }

    .team .box h3 {
        margin: 0;
        padding: 0;
        margin-top: 20px;
        font-size: 17px;
        font-weight: 600;
        text-align:center;
    }

    .team .box h4 {
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #999999;
        font-weight: 400;
        margin-top: 5px;
        text-align: center;
        padding-bottom: 25px;
    }

    .team .box:hover {
        transform: translateY(-15px);
    }


/*Box News Slidering */
.box {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
    padding:1rem;
}
.box div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box.list  div ul li {
    clear: both;
}
.box.list.list-bordered  div ul li {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.box div ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .box  div ul li figure {
        margin: 0
    }

   .box  div ul li figure  a {
            width: 100%;
            height: 0;
            padding-bottom: 66.6666666667%;
            display: block;
            overflow: hidden;
            position: relative
   }

  .box div ul li figure a img {
                display: block;
                width: 100%;
                height: auto;
                min-height: 100%;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                box-shadow: 0px 0px 4px #ccc;
                border-radius: 5px;
  }

            .box  div ul li figure  a video {
                display: block;
                width: 100%;
                height: auto;
                min-height: 100%;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

    .box div ul li .desc h1, .box div ul li .desc h2, .box div ul li .desc h3, .box div ul li .desc h4, .box div ul li .desc h5 {
        margin: 0;
        font-size:1.5rem;
    }
.box.list.list-thumbs  div ul li figure {
    width: 35%;
    float: right;
}

.box.list.list-thumbs  div ul li figure + .desc {
    margin-right: 38%;
    padding-right: 8px;
    padding-top:20px;
}
.box.list.list-thumbs  div ul li .desc p {
    color: #6c757d
}
.box.list.list-thumbs ul li .desc p {
    font-size: 1rem; text-align: justify;
    padding:10px;
}

.box div ul li .desc h4 {
    font: bold 0.875rem/1.4 "YekanBakhR"
}
.box div ul li .desc h3 {
        font: bold 1.5rem/1.4 "YekanBakhB"
}
@media (max-width: 767.98px)  {
    .box {
        margin: 10px 0;
    }
}

@media (max-width:425px) {
    .box.list.list-thumbs div ul li figure {
        width: 100%;
        float: none;
    }

        .box.list.list-thumbs div ul li figure + .desc {
            margin-right: 10px;
            padding-right: 8px;
            padding-top: 20px;
        }

    .content-post{
        padding-right:2rem;
    }
}



@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1340px !important;
    }
}