﻿@import url("font-awesome.min.css");

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot");
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot");
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot");
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot");
    src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSans/eot/IRANSansWeb.eot");
    src: url("../fonts/IRANSans/eot/IRANSansWebd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSans/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/IRANSans/woff/IRANSansWeb.woff") format("woff"), url("../fonts/IRANSans/ttf/IRANSansWeb.ttf") format("truetype");
}

body::after {
    content: "";
    background: url(../img/real-estate-deal-shutterstock.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    background-position: center;
    background-size: cover;
}

.mainbox .logosite {
    width: 25%;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-25 {
    margin-top: 25px;
}

.mainbox h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans;
}

.mainbox .flag-img {
    width: 100px;
    height: 75px;
}

.mainbox .fa {
    font-size: 25px;
    color: #7d7d7d;
    padding-left: 25px;
    padding-right: 25px;
}

    .mainbox .fa:hover {
        font-size: 28px;
        color: #ffd800;
    }

.socialbox {
    text-align: end;
}

.floatleft {
    float: left;
    margin-left: 15px;
}

.floatright {
    float: right;
    margin-right: 15px;
}

.margin-top-100 {
    margin-top: 100px;
}

a:hover {
    text-decoration: none;
}

.footerbox {
    border-top: 1px solid #7d7d7d;
}

    .footerbox h4 {
        color: #7d7d7d;
    }