* {
    box-sizing: border-box;
} 
  

html {
    scroll-behavior: smooth;
}

body {
    background-color: #e0dee1;
    font-family: "iransansdn";
}

h1, h2, h3, h4, h5, h6, bold {
    font-family: 'iransansdnbold'
}

/* NavBar Menu */
header.main-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

header nav.navbar-menu {
    border-radius: 0px;
    border: none;
    background: #04475c;
}

/*@media (max-width: 790px) {
    nav.navbar-menu {
        background-color: #04475c;
    }
}*/

.navbar .menu-items li {
    float: right;
}

.navbar-inverse .navbar-nav > li > a {
    color: orange !important;
    font-size: 25px;
    font-family: 'iransansdnbold';
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: none !important;
    color: #f1002d !important;
}
/* End of NavBar Menu*/

/*Body main Settings */
.make-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End Of Body main Settings */

/* Footer Settings */
div.footer-img {
    background: url('/Images/footer-compressed.png');
    background-size: contain;
    height: 139px;
    margin-bottom: 0px;
}

div.footer {
    background-color: #04475c;
    color: #e0dee1;
    margin-top: 0px;
}

.footer .footer-content {
    margin-top: 15px;
    text-align: center;
}

.footer .footer-body {
    margin-bottom: 10px;
}

    .footer .footer-body hr {
        background-color: #3bab95;
    }

    .footer .footer-body .contact-us {
        direction: ltr;
        text-align: left;
        font-size: small;
    }

        .footer .footer-body .contact-us p {
            margin-left: 35%;
        }

        .footer .footer-body .contact-us a {
            color: #e0dee1;
        }

        .footer .footer-body .contact-us p a :hover {
            text-decoration: none !important;
            color: #008080;
        }

@media (max-width: 767px) {
    .footer .footer-body .contact-us p {
        margin-left: 36% !important;
    }
    nav.navbar-menu ul li {
        float: initial !important;
    }
}

.footer .footer-body .social-media {
    direction: ltr;
}

    .footer .footer-body .social-media .media-icon {
        width: 40px;
        height: 40px;
        -webkit-transition-duration: 0.5s !important;
        -moz-transition-duration: 0.5s !important;
        -o-transition-duration: 0.5s !important;
        transition-duration: 0.5s !important;
    }
    /*
.footer .footer-body .social-media .media-icon:hover {
	width: 50px;
	height: 50px;
}
*/
    .footer .footer-body .social-media a {
        margin-right: 5px;
        margin-left: 5px;
    }

.footer .row hr {
    margin: 0px 5px !important;
}

.footer .footer-copyright {
    color: #e0dee1;
    border-top: 1px solid #008080;
    padding-top: 5px;
    margin-bottom: 5px;
}
/*.footer .footer-copyright {
    margin-top: 1rem;
    border-top: 1px solid #c9cfcc;
    padding: 1rem 1rem 0px 1rem;
}*/

/* End Of Footer */
