﻿/*----fonts----*/
@font-face {
    font-family: iranyekanwebblack;
    src: url(/fonts/ttf/iranyekanwebblack.ttf);
}

@font-face {
    font-family: iranyekanwebbold;
    src: url(/fonts/ttf/iranyekanwebbold.ttf);
}

@font-face {
    font-family: iranyekanwebextrablack;
    src: url(/fonts/ttf/iranyekanwebextrablack.ttf);
}

@font-face {
    font-family: iranyekanwebextrabold;
    src: url(/fonts/ttf/iranyekanwebextrabold.ttf);
}

@font-face {
    font-family: iranyekanweblight;
    src: url(/fonts/ttf/iranyekanweblight.ttf);
}

@font-face {
    font-family: iranyekanwebmedium;
    src: url(/fonts/ttf/iranyekanwebmedium.ttf);
}

@font-face {
    font-family: iranyekanwebregular;
    src: url(/fonts/ttf/iranyekanwebregular.ttf);
}

@font-face {
    font-family: iranyekanwebthin;
    src: url(/fonts/ttf/iranyekanwebthin.ttf);
}

@font-face {
    font-family: Lalezar;
    src: url(/fonts/ttf/Lalezar.ttf);
}
/** {
    border: 1px solid red;
}*/
/*----General style----*/
body {
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
}


.clear {
    clear: both;
}

img {
    border: 0;
    max-width: 100%;
}
/*----header style----*/
.TMG-top-bar {
    background-color: #FFFFFF;
    height: 7vw;
    position: relative;
}

.TMG-logo {
    width: 19vw;
    height: 7vw;
    margin-right: 55px;
    display: inline;
}

    .TMG-logo img {
        width: 19vw;
        height: 6.5vw;
    }



.TMG-top-menu {
    height: 4.6vw;
    background-color: #194687;
    position: relative;
    margin-top: -2vw;
}
    .TMG-top-menu ul {
        list-style-type: none;
        text-align: right;
        margin-right: 10px;
    }

        .TMG-top-menu ul li {
            list-style-type: none;
            float: right;
        }

            .TMG-top-menu ul li a {
                font-family: iranyekanwebregular;
                font-size: 1.3vw;
                display: block;
                color: white;
                text-align: center;
                padding: 1.5vw 1vw 1vw 1.5vw;
                text-decoration: none;
            }

                .TMG-top-menu ul li a:hover {
                    color: #DDB990;
                }
/*.TMG-banner {
    width: 100%;
    margin: auto;
}*/
.TMG-footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    height:75px;
    background-color: #194687;
    position: relative;
}
.TGM-P1 {
    
    padding-top:15px;
    text-align: center;
    font-family: iranyekanwebregular;
    font-size: 1.1vw;
    color: white;
}
    .TGM-P1 a{
        color:white;
    }



    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #194687;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 10px;
    }

    #myBtn img {
        width: 20px;
    }

    #myBtn:hover {
        background-color: #555;
    }