﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: IRANSans;
    background: #f2f3f4;
    font-size: .9em;
   
}




p {
    margin: 2px 0px;
    padding: 0px;
    margin-bottom: 5px;
    line-height: 25px;
    text-align: justify;
}

p img {
    max-width: 100% !important;
    width: auto !important;
    height: auto;
}

a {
    text-decoration: none;
    color: #777;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
    color: #999;
}



.icon-lg {
    font-size: 1.5em;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.small {
    font-size: small;
}
.x-small {
    font-size: x-small;
}
.xx-small {
    font-size: xx-small;
}
/*Layout=================================================================*/
#content-body {
    min-height: 60vh;
}

.container-fluid {
    padding: 0;
}

.wraper {
    padding: 0 10%;
    width: 100%;
    
}

@media (max-width: 767.98px) {
    .wraper {
        padding: 0 5%;
    }
}
/*color==========================================================*/
.text-color-1 {
    color: #03045E;
}

.btn-color-1 {
    color: #fff;
    background-color: #03045E;
    border-color: #04078B;
}

    .btn-color-1:hover {
        color: #fff;
        background-color: #04078B;
        border-color: #04078B;
    }

.btn-outline-color-1 {
    color: #03045E;
    border-color: #03045E;
}

.bg-color-1 {
    background-color: #03045E;
}
/*======================*/
.text-color-2 {
    color: #0077B6;
}

.btn-color-2 {
    color: #fff;
    background-color: #0077B6;
    border-color: #0092E0;
}

    .btn-color-2:hover {
        color: #fff;
        background-color: #0092E0;
        border-color: #0092E0;
    }

.btn-outline-color-2 {
    color: #0077B6;
    border-color: #0077B6;
}

.bg-color-2 {
    background-color: #0077B6;
}
/*==============================*/
.text-color-3 {
    color: #00B4D8;
}

.btn-color-3 {
    color: #fff;
    background-color: #00B4D8;
    border-color: #0AD6FF;
}

    .btn-color-3:hover {
        color: #fff;
        background-color: #0AD6FF;
        border-color: #0AD6FF;
    }

.btn-outline-color-3 {
    color: #00B4D8;
    border-color: #00B4D8;
}

.bg-color-3 {
    background-color: #00B4D8;
}
/*==============================*/
.text-color-4 {
    color: #90E0EF;
}

.btn-color-4 {
    color: #000;
    background-color: #90E0EF;
    border-color: #B8ECF5;
}

    .btn-color-4:hover {
        color: #fff;
        background-color: #B8ECF5;
        border-color: #B8ECF5;
    }

.btn-outline-color-4 {
    color: #90E0EF;
    border-color: #90E0EF;
}

.bg-color-4 {
    background-color: #90E0EF;
}
/*navbar==========================================================*/


.navbar {
    background: #FFF;
    -webkit-box-shadow: 0 8px 6px -6px #c0c0c0;
    -moz-box-shadow: 0 8px 6px -6px #c0c0c0;
    box-shadow: 0 8px 6px -6px #c0c0c0;
}


/* change the link color */
.navbar .nav-link {
    color: #12121d !important;
    margin-right: 5px;
    height: 30px;
    font-size: small;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: #03b8ce !important;
}

/* Sectins========================================================*/
section {
   

}
.page {
    margin-top: 55px;
   
}
.section-1 {
	padding-top:2rem;
	padding-bottom:2rem;
    background: #f2f3f4;
   position: relative;
}

.section-2 {
    background: #FFF;
    padding-top:2rem;
	padding-bottom:2rem;
	position: relative;
}

.top-wave1 {
    background: url('img/top-wave.svg') no-repeat center top;
    background-size: cover;
    height: 200px;
}

.top-wave {
    margin-top: 150px;
}

.top-wave::before {
    display: block;
    content: '';
    background: url('img/top-wave.svg') no-repeat center top;
    background-size: cover;
    height: 150px;
    width: 100%;
    position: absolute;
    top: -150px;
    left: 0;
}

.bottom-wave {
    margin-bottom: 150px;
}

.bottom-wave::after {
    display: block;
    content: '';
    background: url('img/bottom-wave.svg') no-repeat center top;
    background-size: cover;
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: -150px;
    left: 0;
}

.bottom-wave1 {
    background: url('img/bottom-wave.svg') no-repeat center top;
    background-size: cover;
    height: 200px;
}

.blob-1 {
    background: url('img/blob-1.svg') no-repeat -15% top;
    background-size: contain;
}

.gradient {
    background: rgb(26,214,239);
    background: radial-gradient(circle, rgba(26,214,239,1) 0%, rgba(11,136,153,1) 100%);
}

.parallax-1 {
    background: url('img/parallax-2.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}

.slider {
    background: #0DAABF;
    position: relative;
    color: #FFF;
    padding: 4em;
}
/*page-page====================================*/
#page-page {
   
    padding-bottom: 50px;
}
/*content-page====================================*/
#content-page {
    padding-bottom: 50px;
}

    #content-page p {
        color: #494949;
    }

    #content-page h2 {
        color: black;
    }
    #content-page .property span {
        font-size: x-small;
    }


/*contents-page====================================*/
#contents-page {
    padding-top: 20px;
    padding-bottom: 50px;
}

    #contents-page p {
        color: #494949;
    }

    #contents-page h2 {
        color: black;
    }

    #contents-page .property span {
        font-size: x-small;
    }

    #contents-page .paging span {
        font-size: x-small;
    }


    #content-pages .card-footer {
        text-align: left;
    }
#contents-page .content-item{
    max-height:500px;
    height:500px;
}
/*course-page=======================================*/
#course-page {
    padding-bottom: 50px;
}

/*courses-page=======================================*/
    #courses-page {
        padding-top: 5px;
        padding-bottom: 50px;
    }
#courses-page #grid .card {
            height: 700px;
            max-height: 700px;
        }
/*contact-page======================================*/
#contact-page {
    padding-top: 20px;
    padding-bottom: 50px;
}
    #contact-page p i {
        color: #03b8ce;
        padding: 10px;
    }

    #contact-page .social-top i {
        padding: 10px;
    }

/*basket-page====================================*/
#basket-page {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*alone-page======================================*/
#alone-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*category page==========================================*/
#category-page {
    
    padding-bottom: 50px;
}
#type-detail {
    background: rgb(0,180,216);
    background: radial-gradient(circle, rgba(0,180,216,1) 0%, rgba(0,119,182,1) 100%);
    color: #FFF;
    padding: 50px 5px;
}
/*player==================================================*/

.video-player {
}

    .video-player .video-playList {
        width: 50%;
    }

@media (max-width: 767.98px) {
    .video-player .video-playList {
        width: 100%;
    }
}


.audio-player {
}

    .audio-player .audio-playList {
        /**/
    }

#audioPlayerBody {
    background: #FFF;
}
/*Footer===============================================*/
/* #footer::before {
    display: block;
    content: '';
    background: url('img/top-wave-1.svg') no-repeat center top;
    background-size: cover;
    height: 150px;
} */
.footer-part {
    padding: 1.5rem 0 0 0;
    background: #00103c;
    border-bottom: 8px solid #03b8ce;
    font-size: 15px;
}

.footer-inset {
    color: #bababa;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px;
}

    .footer-inset a {
        color: #bababa;
    }


        .footer-inset a:hover {
            color: #bdbdd3;
        }

    .footer-inset h1,
    .footer-inset h2,
    .footer-inset h3,
    .footer-inset h4,
    .footer-inset h5,
    .footer-inset h6 {
        color: #ffffff;
    }

   .footer-inset p i {
    color: #F28132;
    padding: 10px;
}

.footer-inset .social-top i {
    padding: 10px;
}

.footer-inset .main-menu li a {
    color: #bababa;
    font-size: small;
}

.footer-inset .main-menu li a i {
    color: #bababa;
    font-size: xx-small;
}  

.footer-inset-copyright {
    width: 100%;
    text-align: center;
    color: #5e5e75;
    font-size: 13px;
    background: #12121d;
    padding: 22px 0;
}

