﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: IRANSans;
    background: #FFF;
    font-size: 1em;
   
}




p {
    margin: 2px 0px;
    padding: 0px;
    margin-bottom: 5px;
   
    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 15%;
    width: 100%;
    
}

@media (max-width: 767.98px) {
    .wraper {
        padding: 0 5%;
    }
}

/*color==========================================================*/
.text-color-1 {
    color: #4C4C4C;
}

.btn-color-1 {
    color: #fff;
    background-color: #4C4C4C;
    border-color: #333333;
}

    .btn-color-1:hover {
        color: #fff;
        background-color: #333333;
        border-color: #333333;
    }

.btn-outline-color-1 {
    color: #4C4C4C;
    border-color: #4C4C4C;
}

.bg-color-1 {
    background-color: #4C4C4C;
}
/*======================*/
.text-color-2 {
    color: #014DA3;
}

.btn-color-2 {
    color: #fff;
    background-color: #014DA3;
    border-color: #013065;
}

    .btn-color-2:hover {
        color: #fff;
        background-color: #013065;
        border-color: #013065;
    }

.btn-outline-color-2 {
    color: #014DA3;
    border-color: #014DA3;
}

.bg-color-2 {
    background-color: #014DA3;
}

/*==============================*/
.text-color-3 {
    color: #03A53E;
}

.btn-color-3 {
    color: #fff;
    background-color: #03A53E;
    border-color: #038C35;
}

    .btn-color-3:hover {
        color: #fff;
        background-color: #038C35;
        border-color: #038C35;
    }

.btn-outline-color-3 {
    color: #03A53E;
    border-color: #03A53E;
}

.bg-color-3 {
    background-color: #03A53E;
}
/*==============================*/
.text-color-4 {
    color: #9D040C;
}

.btn-color-4 {
    color: #000;
    background-color: #9D040C;
    border-color: #770309;
}

    .btn-color-4:hover {
        color: #fff;
        background-color: #770309;
        border-color: #770309;
    }

.btn-outline-color-4 {
    color: #9D040C;
    border-color: #9D040C;
}

.bg-color-4 {
    background-color: #9D040C;
}

.bg-color-5 {
    background-color: rgba(140,182,206,.2);
}
.bg-color-5:hover {
    background-color: rgba(140,182,206,.8);
}
/*navbar==========================================================*/


.navbar {
    background: #FFF;
     height: 80px;
    -webkit-box-shadow: 0 8px 6px -6px #4C4C4C;
    -moz-box-shadow: 0 8px 6px -6px #4C4C4C;
    box-shadow: 0 8px 6px -6px #4C4C4C;
        
}


/* change the link color */
.navbar .nav-link {
    color: #000 !important;
    margin-right: 5px;
   
    font-size: small;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: #03b8ce !important;
}

/* Sectins========================================================*/

.page {
    margin-top: 80px;
   
}
.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(11,94,216);
    background: radial-gradient(circle, rgba(11,94,216,1) 0%, rgba(11,94,216,.8) 100%);
}

.parallax-1 {
    background: url('img/parallax-1.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}

.slider {
    background: #013065;
    position: relative;
    color: #FFF;
    padding: 4em;
}
/*page-page====================================*/
#page-page {
   
    padding-bottom: 50px;
}
/*content-page====================================*/
#content-page {
    padding-bottom: 50px;
}

    #content-page p {
        color: #9D040C;
    }

    #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: #9D040C;
    }

    #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;
    }

/*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;
}
/*Footer=============================================== */


.footer-part {
    padding: 1.5rem 0 0 0;
    background: rgba(0, 8, 125, 1);
   
    
}

.footer-inset {
    color: #bababa;
   
    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-copyright {
    width: 100%;
    text-align: center;
    color: #5e5e75;
    font-size: 13px;
    background: rgba(0, 8, 125, .1);
    padding: 22px 0;
}
.footer-inset-copyright p  {
    text-align: center;
  
}
.footer-contact p i {
    color: #B49666;
  
}
.footer-inset .social-top {
    padding: 20px 10px;
    font-size: 2em;
}

    .footer-inset .social-top i {
        color: #FFF;
    }

.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 .panel-header {
   text-align:right;
   width:100%;
	
	
}
 #footer  .panel-header p {
   
	text-align:right;
}
#footer  .panel-header h3 {
		
        position: relative;
        display: inline;
        color: #FFF;
        font-size: 1.5em;
		font-family:AnjomanMax;
		margin-bottom:10px;
       
    }

 
#footer .wraper {
    padding: 0 5%;
    width: 100%;
    
}

   