﻿html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: IRANSans;
    background: #F8F9FA;
    font-size: .8em;
    
    
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-weight: 600;
    margin: 2px 0px;
    padding: 0px;
}

h1 {
    font-size: 30px;
    line-height: 45px;
}

h2 {
    font-size: 25px;
    line-height: 40px;
}

h3 {
    font-size: 22px;
    line-height: 37px;
}

h4 {
    font-size: 18px;
    line-height: 33px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}

h6 {
    font-size: 13px;
    line-height: 28px;
}

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;
    }

.container-fluid {
    padding: 0;
}

.wraper {
    width: 85%;
    margin: auto;
}

@media (max-width: 767.98px) {
    .wraper {
        width: 90%;
    }
}

.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;
}

/*top==============================================*/
#top {
   /* min-height: 400px;
    height: 400px;*/
}
/*#top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(img/pic3.jpg) #efe9f5;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(.6);
    min-height: 500px;
        
}*/

/* Page  Sectins========================================================*/
#content-body {
    min-height: 600px;
}

#alone-section {
    padding: 100px 0;
}
#alone-page {
    padding: 100px 0;
}
#page-section {
    padding: 50px 0;
}
/*navbar==========================================================*/
.navbar {
    z-index: 9;
    background: #FFF;
}

/*content==========================================================*/
.content-img {
    position: relative;
}
    .content-img img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
        .content-img img:hover {
            opacity: .5;
        }

  

/*copyright=========================================================*/
.copyright {
    background-color:#000;
    color: #FFF;
    text-align:center;
    padding:10px 0 5px 0;
    font-size:12px;
    margin:0;
}
.copyright p {
    text-align: center;
}
.copyright a {
    text-decoration: none;
    color: #ffffff;
}

.copyright a:hover {
    color: aqua;
}

/*recaptcha=====================================*/
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}


