﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:auto;
    background-color:#5adeee;
}
.header > div
{
    width:1280px;
    height:150px;
    margin:0px auto;
    position:relative;
}
.header > div > h1
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
	font-size:20px;
	color:#232323;
	position:absolute;
    top:35px;
    right:83px;
}
.header > div > h1 > a
{
    color:#232323;
    text-decoration:none;
}
.header > div > h1 > a:hover
{
    color:#000000;
}
.header > div > h2
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
	font-size:18px;
	color:#232323;
	position:absolute;
    right:50px;
    bottom:35px;
}
.header > div > h2 > a
{
    color:#232323;
    text-decoration:none;
}
.header > div > h2 > a:hover
{
    color:#000000;
}
.header-form
{
    width:200px;
    height:44px;
    line-height:44px;
    padding-right:45px;
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    background:url("../Images/header-icon-form.png") no-repeat center center;
    display:block;
    position:absolute;
    top:53px;
    left:260px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.header-form:hover
{
    color:#5adeee;
}
.header-tel
{
    direction:ltr;
    width:200px;
    height:44px;
    line-height:44px;
    padding-left:65px;
    font-family:IranSansFa;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    background:url("../Images/header-icon-tel.png") no-repeat center center;
    display:block;
    position:absolute;
    top:53px;
    left:50px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.header-tel:hover
{
    color:#5adeee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar
{
    width:100%;
    height:48px;
    line-height:48px;
    margin:0px;
    background-color:#3f3f3f;
    font-family:IranSans;
    font-weight:bold;
    font-size:14px;
    color:#5adeee;
    text-align:center;
}
.menu-bar > a
{
    margin:0px 10px;
    color:#ffffff;
    text-decoration:none;
}
.menu-bar > a:hover
{
    color:#5adeee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    padding:50px 0px;
    background-color:#171717;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-logo-bar
{
    text-align:center;
}
.footer-logo-bar > h4
{
    margin:10px 0px 0px 0px;
    padding:0px;
    font-family:IranSansFa;
    font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
.footer-logo-bar > h4 > a
{
    color:#ffffff;
    text-decoration:none;
}
.footer-logo-bar > h4 > a:hover
{
    color:#5adeee;
}
.footer-logo-bar > h5
{
    margin:10px 0px 0px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
	font-size:18px;
	color:#5adeee;
}
.footer-logo-bar > h5 > a
{
    color:#5adeee;
    text-decoration:none;
    display:inline-block;
}
.footer-logo-bar > h5 > a:hover
{
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-social-bar
{
    width:280px;
    margin:25px auto;
    text-align:center;
}
.footer-social-bar > a
{
    margin:0px 5px;
	color:#ffffff;
    display:inline-block;
}
.footer-social-bar > a > i
{
    font-size:28px;
    -webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.footer-social-bar > a > i:hover
{
    color:#5adeee;
}
.footer-social-bar .fa-sitemap
{
    font-size:24px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-menu-bar
{
    margin:0px 0px 25px 0px;
    font-family:IranSans;
    font-size:16px;
    color:#5adeee;
    text-align:center;
}
.footer-menu-bar > a
{
    margin:0px;
    padding:0px 10px;
    color:#ffffff;
    text-decoration:none;
    display:inline-block;
}
.footer-menu-bar > a:hover
{
    color:#5adeee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-contact-bar
{
    line-height:40px;
    font-family:IranSansFa;
    font-size:14px;
    color:#ffffff;
    text-align:center;
}
.footer-contact-bar a
{
    color:#ffffff;
    text-decoration:none;
    display:inline-block;
}
.footer-contact-bar a:hover
{
    color:#5adeee;
}
.footer-contact-bar i
{
    color:#5adeee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.copyright-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    background-color:#000000;
}
.copyright-bar > div
{
    width:1280px;
    margin:0px auto;
}
.copyright-bar > div > div
{
    width:50%;
    font-family:IranSansFa;
    font-size:12px;
    color:#ffffff;
    float:right;
}
.copyright-bar > div > div:first-child
{
    text-align:right;
}
.copyright-bar > div > div:last-child
{
    text-align:left;
}
.copyright-bar > div > div > a
{
    color:#ffffff;
    text-decoration:none;
}
.copyright-bar > div > div > a:hover
{
    color:#5adeee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.title-bar
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:10px auto;
	background-color:#eeeeee;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.title-bar h2
{
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.title-bar h3
{
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.title-bar-inside
{
	width:100% !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main
{
	width:1280px;
	min-height:350px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.slider-bar
{
    width:100%;
	width:100vw;
	margin:0px auto;
	margin:0px -50vw;
	background-color:#ffffff;
    position:relative;
    right:50%;
}
.slider
{
    width:100%;
    height:auto;
}
.slider > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-universities
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.home-universities > li
{
    width:49%;
    margin-left:2%;
    float:right;
}
.home-universities > li:last-child
{
    margin-left:0px;
}
.home-universities > li > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-universities > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-news-bar
{
    width:100%;
	width:100vw;
	height:auto;
	margin:0px -50vw;
	padding:25px 0px;
	background:url("../Images/home-news-bar.jpg") center center;
    position:relative;
    right:50%;
}
.home-news-bar > div
{
    width:1280px;
    margin:0px auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-news-bar > h3
{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-family:IranSans;
	font-weight:bold;
	font-size:18px;
	color:#3f3f3f;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-news-bar > h3:before
{
    width:13px;
    height:13px;
    padding-left:10px;
    background:url("../Images/icon-title-bar-right.png") no-repeat right center;
    display:inline-block;
    content:"";
}
.home-news-bar > h3:after
{
    width:13px;
    height:13px;
    padding-right:10px;
    background:url("../Images/icon-title-bar-left.png") no-repeat left center;
    display:inline-block;
    content:"";
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-news-item
{
    margin:0px;
    padding:20px;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.85);
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-news-item > a
{
    width:100%;
    height:auto;
    outline:0px;
    display:block;
    overflow:hidden;
}
.home-news-item > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-news-item > h3
{
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
    text-align:center;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-news-item > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-news-item > h3 > a:hover
{
    color:#5adeee;
}
.home-news-item > div
{
    height:96px;
    line-height:24px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-news-item > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    display:block;
}
.home-news-item > span > a
{
    width:120px;
    height:32px;
    line-height:32px;
    margin:0px auto;
    background-color:#5adeee;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.home-news-item > span > a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-visa-bar
{
    width:100%;
    height:auto;
    margin:30px 0px 50px 0px;
    background:url("../Images/home-visa-bar.jpg") center center;
}
.home-visa-bar > a
{
    width:300px;
    height:auto;
    padding:25px;
    border:0px;
    outline:0px;
    display:block;
    float:left;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-visa-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-visa-bar > div
{
    width:calc(100% - 300px);
    padding:25px;
    float:right;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-visa-bar > div > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#000000;
}
.home-visa-bar > div > h3:before
{
    width:13px;
    height:13px;
    padding-left:10px;
    background:url("../Images/icon-title-bar-right.png") no-repeat right center;
    display:inline-block;
    content:"";
}
.home-visa-bar > div > h3:after
{
    width:13px;
    height:13px;
    padding-right:10px;
    background:url("../Images/icon-title-bar-left.png") no-repeat left center;
    display:inline-block;
    content:"";
}
.home-visa-bar > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-visa-bar > div > h3 > a:hover
{
    color:#5adeee;
}
.home-visa-bar > div > div
{
    height:144px;
    line-height:24px;
    margin:10px 0px;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-visa-bar > div > a
{
    width:120px;
    height:32px;
    line-height:32px;
    background-color:#3f3f3f;
    font-family:IranSans;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    float:left;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.home-visa-bar > div > a:hover
{
    color:#5adeee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar
{
    width:100%;
    height:auto;
    margin:50px 0px 50px 0px;
}
.home-about-bar > a
{
    width:400px;
    height:auto;
    padding:25px;
    border:0px;
    outline:0px;
    display:block;
    float:right;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-about-bar > div
{
    width:calc(100% - 400px);
    padding:25px;
    float:left;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar > div > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#000000;
}
.home-about-bar > div > h3:before
{
    width:13px;
    height:13px;
    padding-left:10px;
    background:url("../Images/icon-title-bar-right.png") no-repeat right center;
    display:inline-block;
    content:"";
}
.home-about-bar > div > h3:after
{
    width:13px;
    height:13px;
    padding-right:10px;
    background:url("../Images/icon-title-bar-left.png") no-repeat left center;
    display:inline-block;
    content:"";
}
.home-about-bar > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-about-bar > div > h3 > a:hover
{
    color:#5adeee;
}
.home-about-bar > div > div
{
    height:144px;
    line-height:24px;
    margin:10px 0px;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-about-bar > div > a
{
    width:120px;
    height:32px;
    line-height:32px;
    background-color:#3f3f3f;
    font-family:IranSans;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    float:left;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.home-about-bar > div > a:hover
{
    color:#5adeee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.evaluation h4
{
    width:100%;
    height:46px;
    line-height:46px;
    margin:100px 0px 15px 0px;
    padding:0px;
    border:solid 1px #cdcdcd;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.evaluation h4:first-child
{
    margin-top:0px;
}
.evaluation-form
{
    width:100%;
    padding:0px;
    border:0px;
    border-spacing:0px;
}
.evaluation-form *
{
    font-family:IranSansFa !important;
    font-size:13px !important;
    color:#000000 !important;
}
.evaluation-form input
{
    width:100%;
}
.evaluation-form select
{
    width:100%;
}
.evaluation-form-1c td
{
    width:100%;
}
.evaluation-form-2c td
{
    width:50%;
}
.evaluation-form-3c td
{
    width:33.3334%;
}
.evaluation-form-4c td
{
    width:25%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1340px)
{
	.header > div
    {
        width:95%;
    }
    
    
	.main
	{
		width:95%;
	}
	
	
	.title-bar
	{
		width:95%;
	}
	
	
	.copyright-bar > div
	{
	    width:95%;
	}
	
	
	.home-news-bar > div
	{
	    width:95%;
	}
}
@media only screen and (max-width:984px)
{
    .header > div > h1
    {
        right:33px;
    }
    .header > div > h2
    {
        right:0px;
    }
    .header-form
    {
        left:210px;
    }
    .header-tel
    {
        left:0px;
    }
    
    
    .menu-bar
    {
        font-size:13px;
    }
    .menu-bar > a
    {
        margin:0px 5px;
    }
}
@media only screen and (max-width:768px)
{
    .header > div
    {
        height:auto;
        padding:10px 0px;
    }
    .header > div > h1
    {
	    text-align:center;
	    position:inherit;
        top:0px;
        right:0px;
    }
    .header > div > h2
    {
        margin-top:10px;
        text-align:center;
	    position:inherit;
        right:0px;
        bottom:0px;
    }
    .header-form
    {
        margin:10px auto 0px auto;
        position:inherit;
        top:0px;
        left:0px;
    }
    .header-tel
    {
        margin:10px auto 0px auto;
        position:inherit;
        top:0px;
        left:0px;
    }
    
    
    .menu-bar
    {
        display:none;
    }
    
    
	.copyright-bar
    {
        height:auto;
        line-height:32px;
    }
    .copyright-bar > div > div
    {
        width:100%;
        font-size:10px;
        float:none;
    }
    .copyright-bar > div > div:first-child
    {
        text-align:center;
    }
    .copyright-bar > div > div:last-child
    {
        text-align:center;
    }
    
    
    .slider-bar
    {
        width:100%;
	    margin:0px;
        position:inherit;
        right:0px;
    }
    .slider > a > img
    {
        -webkit-border-radius:10px;
	    -moz-border-radius:10px;
	    border-radius:10px;
    }
    
    
    .home-visa-bar > a
    {
        width:300px;
        margin:0px auto;
        padding:10px;
        float:none;
    }
    .home-visa-bar > div
    {
        width:100%;
        padding:10px;
        float:none;
    }
    .home-visa-bar > div > div
    {
        height:auto;
        margin:10px 0px;
    }
    .home-visa-bar > div > a
    {
        margin-bottom:10px;
    }
    
    
    .home-about-bar > a
    {
        width:300px;
        margin:0px auto;
        padding:10px;
        float:none;
    }
    .home-about-bar > div
    {
        width:100%;
        padding:10px;
        float:none;
    }
    .home-about-bar > div > div
    {
        height:auto;
        margin:10px 0px;
    }
    .home-about-bar > div > a
    {
        margin-bottom:10px;
    }
}
@media only screen and (max-width:600px)
{
    .home-universities
    {
        margin:10px 0px;
    }
    .home-universities > li
    {
        width:100%;
        margin-left:0px;
        float:none;
    }
    .home-universities > li:last-child
    {
        margin-top:10px;
        margin-left:0px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */