﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../Fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../Fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../Fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../Fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../Fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/eot/IRANSansWeb_Light.eot');
    src: url('../Fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../Fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../Fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../Fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../Fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../Fonts/eot/IRANSansWeb.eot');
    src: url('../Fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../Fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../Fonts/eot/IRANSansWeb.eot');
    src: url('../Fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../Fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/ttf/IRANSansWeb.ttf') format('truetype');
}


body {
    padding: 0;
    margin: 0;
    background: #f8f8f8;
}

 

.con {
    width: 100%;
    height: 100%;
    float: right;
    direction: rtl;
    background-size: cover;
    position: relative;
    font-family: IRANSans;
}

.content {
    width: 100%;
    margin-top: 0%;
    position: relative;
    z-index: 1;
    float: right;
    padding: 50px 50px 10px 50px;
}




    .content:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 50px;
        opacity: .07;
        z-index: -1;
    }


h1 {
    color: #1e95b1;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    font-size: 40px;
    font-weight: bold;
}

    h1:hover:after {
        opacity: .4;
    }
	
	h2 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    font-size: 32px;
    text-shadow: 2px 2px #000;
    font-weight: bold;
}
	
.address, .tel {
    float: right;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

    .address label,
    .tel label {
        position: relative;
        padding-left: 30px;
        padding-right: 5px;
        text-shadow: 2px 2px #000;
    }




    .address img, .tel img {
        width: 35px;
    }


.GoToMenu {
    float: right;
    margin-top: 0px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 70px;
}

    .GoToMenu a {
        border: #fff solid 1px;
        height: 70px;
        width: 300px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 30px;
        color: #000;
        position: relative;
        text-decoration: none;
        display: block;
    }


        .GoToMenu a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
            border-radius: 30px;
            opacity: .5;
            z-index: -1;
        }


.no-padding {
    padding-left: 0;
    padding-right: 0px;
}


.slider {
    margin-top: 50px;
    height: 220px;
    padding: 10px;
}

.slider-item {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

    .slider-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -10px;
        left: 10px;
        background: #000;
        border-radius: 50%;
        opacity: .1;
        z-index: -1;
    }

    .slider-item img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: #fff solid 1px;
        opacity: 0.9;
        cursor: pointer;
    }


/* Style the video: 100% width and height to cover the entire window */
body{
	background: url('../image/back_1.jpg') no-repeat center center;
    background-size:cover;
}


body:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: ;
    opacity: .8;
    z-index: -1;
}

.app a {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    padding: 15px 20px 15px 15px;
    border-radius: 15px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 255, 255, .95);
    position: relative;
    transition: all .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration:none;
	font-weight: bold;
}

    .app a:hover {
        background-color: rgba(255, 255, 255, .3);
    }

.code {
    color: #ddd;
    text-align: center;
    margin-top: 60px;
	margin-left: 15px;
    padding: 40px 10px 10px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #0a0a0a;
    border: #777 dashed 0px;
}

.app a:nth-child(1), .app a:nth-child(2) {
    border-bottom: #90B333 solid 1px;
    color: #292828;
}

.app a:nth-child(3), .app a:nth-child(4) {
    border-bottom: #1969C7 solid 1px;
    color: #ddd;
}

.app a img {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
}




@media (max-width: 769px) {
    .content {
        padding: 10px;
        float: right;
    }

        .content:before {
            border-radius: 0;
        }

    .GoToMenu {
        padding-top: 50px;
    }

        .GoToMenu a {
            width: 250px;
        }

    h1 {
        font-size: 22px;
    }

    .address, .tel {
        padding-top: 15px;
    }

        .address img, .tel img {
            width: 25px;
        }

        .address label,
        .tel label {
            font-size: 14px;
            padding-left: 10px;
            padding-right: 0;
        }
}


@media (max-width: 1400px) {

    .content {
        margin-top: 2%;
    }

    .GoToMenu {
        padding-top: 0px;
    }

    .address {
        padding-top: 15px;
    }

    .tel {
        padding-top: 25px;
    }

        .address img, .tel img {
            width: 30px;
        }

        .address label,
        .tel label {
            font-size: 14px;
            padding-left: 10px;
            padding-right: 0;
        }

    .slider {
        margin-top: 20px;
    }


    .GoToMenu a {
        width: 250px;
        height: 60px;
        line-height: 60px;
        padding: 0;
    }
}
