﻿:root{
	--Auburn:#f9a100;
	--gray:#cbc8c8;
}



html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: IRANSans;
    background: #e6e7e8;
    font-size: 0.8em;
   
}




p {
    margin: 2px 0px;
    padding: 0px;
    margin-bottom: 5px;
   
    text-align: justify;
}

p img {
    max-width: 20% !important;
    width: auto !important;
    height: auto;
}

a {
    text-decoration: none;
    color: #000;
}

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;
}

.owl-stage {
		display: flex;
	}
	
	.owl-stage .item{
		 height:100%;
	}

		
    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -1px;
    }
		
/*Layout=================================================================*/
#content-body {
    min-height: 60vh;
}

.container-fluid {
    padding: 0;
	
}

.wraper {
   
    max-width: 100%;
	padding:2% 10%;
    
}

@media (max-width: 767.98px) {
    .wraper {
        padding: 0 5%;
    }
}

/*color==========================================================*/
.text-color-1 {
    color: #3B0202;
	font-size:9px!important;
}

.btn-color-1 {
    color: #fff;
    background-color: #3B0202;
    border-color: #270101;
	
}

    .btn-color-1:hover {
        color: #fff;
        background-color: #270101;
        border-color: #270101;
    }

.btn-outline-color-1 {
    color: #3B0202;
    border-color: #3B0202;
}

.bg-color-1 {
    background-color: #3B0202;
}
/*======================*/
.text-color-2 {
    color: black;
}

.btn-color-2 {
	position:relative;
      color: #FFF;
    background-color: #004d28;
  
	
}

.btn-color-2:hover {
    color: black;
    background-color: #FFF;
    border-color: #41520e;
}

.btn-outline-color-2 {
    color: #9b7804;
    border-color: #9b7804;
}

.bg-color-2 {
    background-color: #900E0E;
}
/*==============================*/
.text-color-3 {
    color: #ADB2B3;
}

.btn-color-3 {
    color: black;
    background-color: #ADB2B3;
    border-color: #959C9D;
}

.btn-color-3:hover {
    color: black;
    background-color: #959C9D;
    border-color: #959C9D;
}

.btn-outline-color-3 {
    color: #ADB2B3;
    border-color: #ADB2B3;
}

.bg-color-3 {
    background-color: #ADB2B3;
}
/*==============================*/
.text-color-4 {
    color: #7E8789;
}

.btn-color-4 {
    color: #000;
    background-color: #FFF;
    border-color: #41520eF;
}

.btn-color-4:hover {
    color: black;
    background-color:#ffc77e;
    border-color: #41520e;
}

.btn-outline-color-4 {
    color: #7E8789;
    border-color: #7E8789;
}

.bg-color-4 {
    background-color: #7E8789;
}

/*image===========================================================*/
.image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* مربع */

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/*navbar==========================================================*/


.navbar {
     background:black;
    -webkit-box-shadow: 0 8px 6px -6px #c0c0c0;
    -moz-box-shadow: 0 8px 6px -6px #c0c0c0;
    box-shadow: 0 8px 6px -6px #c0c0c0;
	color:#FFF;

}

.navbar .dropdown-menu .nav-item a{

	color:#000 !important;
	

}
.navbar .dropdown-menu .nav-item a:hover{

	 color:#af9b00 !important;
font-weight:bold;
}


/* change the link color */
.navbar .nav-link {
    color: #FFF !important;
    margin-right: 5px;
    font-size: small;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color:#af9b00 !important;
	font-weight:bold;
}

	.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -1px;
    }
	
	.panel-menu {
    min-width: calc(100vw/2);
}

/* Sectins========================================================*/

.page {
    margin-top: 10px;
   
}

.section{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #FFF;
   
   
}

.section1{
    padding-top: 5rem;
    padding-bottom:3rem;
	background-color:#f2f3f4;
    position: relative;
	
   
}


.section1 .panel-header h3{
	background-color: #f2f3f4;
}





.section2 {
    padding-top:20rem!important;
    padding-bottom: 1rem;
    background: #FFF;
    position: relative;
	padding:none 20% !important;
   
}

.sectionpic{
	  padding-top: 1rem;
    padding-bottom:1rem;
	/*background-color:#f2f3f4;*/
	background: url('img/m7.png') center top;
    position: relative;
}

.section3{ 
    background: #FFF;
    position: relative;
	padding-top: 3rem;
    padding-bottom:3rem;
   
}

::selection {
  color:#FFF;
  background:#801336;
}


.bg-section-3{
	
/*	background-color:#87a922;
    background-image: url("img/f5.png");*/
	
	background-color: #417a7d;
background-image: url("img/1050.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    padding-top: 9rem;
    padding-bottom: 4rem;
    position: relative; 
}


.bg-section-1 {
     padding-top: 8.5rem;
    padding-bottom:7rem;
	background-color: #000000;
background-image: url("img/15.png");
    position: relative;
	color:#FFF;
}



.bg-section-2 {
      padding-top:7rem!important;
    padding-bottom: 2rem;
    background: #FFF;
    position: relative;
	
}



.bg-section-1::after{
	content:"";
	position:absolute;
	 background: url('img/back200.png') no-repeat center top;
	width:100%;
	 height:20%;
	 top:0;
	  left: 50%;
  transform: translateX(-50%);
	 opacity:0.3;
	 z-index:0;
}


.bg-section-2::after{
	content:"";
	position:absolute;
	 background: url('img/back200.png') no-repeat center top;
	 width:100%;
	 height:40%;
	 top:0;
	 left: 50%;
	transform: translateX(-50%);
	 opacity:0.3;
}

.bg-section-3::after{
	content:"";
	position:absolute;
	 background: url('img/back200.png') no-repeat center top;
	 width:100%;
	 height:40%;
	 top:0;
	  left: 50%;
	transform: translateX(-50%);
	 opacity:0.3;
}

.bg-img{
    background: url(img/b6.png);
    background-attachment: fixed;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-size: cover;
   color: #FFF;
}
.bg-img p , .bg-img h2{
	width:40%;
	margin-right:auto;
}


@media (max-width: 767.98px) {
    .bg-img p , .bg-img h2{ 
        width: 100%;
    }
}

.bg-section-4 {
	background: url('img/slider3.png') center top;
	      padding-top:7rem!important;
    padding-bottom: 7rem;
	color:white!important;
	background-attachment:fixed;
}


.bg-section-4 h3{
	color:white!important;
	border:white 3px solid;
	padding:1rem;
}




.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;
}



.gradient {
background: rgb(186,203,137);
background: radial-gradient(circle, rgba(186,203,137,1) 0%, rgba(135,169,34,1) 100%);
	color:white;
}
.gradient h3{
   
	color:white!important;
}

.parallax-1 {
    background: url('img/parallax-1.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}


/*content-page====================================*/
#content-page {
    padding-bottom: 50px;
}

    #content-page p {
        color: #7E8789;
    }

    #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: #7E8789;
    }

    #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;
}

/*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;
    }
/*page-page====================================*/
#page-page {
    padding-bottom: 50px;
}
/*person-page====================================*/
#person-page {
    padding-bottom: 50px;
}
/*topic-page====================================*/
#topic-page {
    padding-bottom: 50px;
}

/*aponsor-page====================================*/
#aponsor-page {
    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:30%;
    }
	
	.video-player .video-playList li{
        
		
    }

@media (max-width: 767.98px) {
    .video-player .video-playList {
        width: 100%;
    }
}


.audio-player{

}
.audio-player .audio-playList {
       /**/
}

#audioPlayerBody {
    background: #FFF;
}
/*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-part {
    padding: 1.5rem 0 0 0;
    background-color: #000000;
background-image: url("img/backfooter2.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    font-size: 15px;
	color:#FFF !important;
}

.footer-part p{
	color:#FFF;
}

.footer-inset {
    color: #5c5c5c;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 25px;
}

    .footer-inset a {
        color: #FFF;
    }


        .footer-inset a:hover {
            color: #FFF;
        }

    .footer-inset h1,
    .footer-inset h2,
    .footer-inset h3,
    .footer-inset h4,
    .footer-inset h5,
    .footer-inset h6 {
        color: #ffffff;
		font-size:1rem!important;
    }

    .footer-inset p i {
        color: #c1b12a;
        padding: 10px;
    }
.footer-inset .social-top {
    padding: 20px 10px;
    font-size: 2em;
}

    .footer-inset .social-top i {
        color: #c1b12a;
    }

.footer-inset .vertical-menu li a {
    color: #c1b12a;
    font-size: small;
}

.footer-inset .vertical-menu li a i {
    color: #c1b12a;
    font-size: xx-small;
}
.footer-inset-copyright {
    width: 100%;
    text-align: center;
    color: #5e5e75;
    font-size: 13px;
    background: black;
    padding: 22px 0;
}
.footer-inset-copyright p{
   
    text-align: center;

}
.footer-inset-copyright a{
	color:#FFF;
}

#footer .wraper {
    margin: 0 2%;
 
    
}





































   