﻿/* ---------------------------------------------------------------------------------------------------- */

.top-bar
{
	width:100%;
	height:auto;
	background-color:#303030;
}
.top-bar > div
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:0px auto;
	position:relative;
}

/* ---------------------------------------------------------------------------------------------------- */

.top-bar-contact-bar
{
	font-family:IranSansFa;
	font-size:13px;
	position:absolute;
	right:0px;
}
.top-bar-contact-bar > a
{
    color:#d9d9d9;
    text-decoration:none
}
.top-bar-contact-bar > a:hover
{
    color:#f9af0f;
}
.top-bar-contact-bar > a > i
{
    line-height:46px;
    margin-left:10px;
    font-size:24px;
    float:right;
}

/* ---------------------------------------------------------------------------------------------------- */

.top-bar-social-bar
{
    direction:ltr;
	position:absolute;
	left:0px;
}
.top-bar-social-bar > a
{
    margin-right:100px;
    color:#d9d9d9;
    text-decoration:none;
}
.top-bar-social-bar > a:hover
{
    color:#f9af0f;
}
.top-bar-social-bar > a > i
{
    line-height:46px;
    margin-right:10px;
    font-size:24px;
    float:left;
}

/* ---------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:auto;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.header > div
{
    width:1280px;
    height:156px;
    margin:0px auto;
    text-align:center;
    position:relative;
}
.header > div > h1
{
    margin:0px;
    padding:0px;
    font-family:BTitrBold;
    font-weight:normal;
	font-size:28px;
	color:#023876;
	position:absolute;
	top:25px;
	right:28px;
}
.header > div > h1 > a
{
    color:#023876;
    text-decoration:none;
}
.header > div > h1 > a:hover
{
    color:#f9af0f;
}
.header > div > h2
{
    width:260px;
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
	font-size:14px;
	color:#4a4a4a;
	position:absolute;
	right:0px;
	bottom:25px;
}
.header > div > h2 > a
{
    color:#4a4a4a;
    text-decoration:none;
}
.header > div > h2 > a:hover
{
    color:#f9af0f;
}

/* ---------------------------------------------------------------------------------------------------- */

.header > div > ul
{
    direction:ltr;
    margin:0px;
    padding:0px;
    list-style:none;
    position:absolute;
    top:60px;
    left:0px;
}
.header > div > ul > li
{
    float:left;
    margin-right:20px;
}
.header > div > ul > li > a
{
    line-height:36px;
    font-family:IranSansFa;
    font-weight:bold;
    font-size:14px;
    color:#000000;
    text-decoration:none;
}
.header > div > ul > li > a:hover
{
    color:#f9af0f;
}
.header > div > ul > li > a:hover i
{
    color:#ffffff;
}
.header > div > ul > li > a > i
{
    width:36px;
    height:36px;
    line-height:36px;
    margin-right:10px;
    background-color:#f9af0f;
    font-size:20px;
    text-align:center;
    display:inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	transition:color 0.5s ease;
}

/* ---------------------------------------------------------------------------------------------------- */

.menu-bar-advanced
{
    width:100%;
    height:46px;
    line-height:46px;
    margin:0px 0px;
    background-color:#023876;
    text-align:center;
}
.menu-bar-advanced > ul
{
    width:auto;
    margin:0px auto;
    padding:0px;
    list-style:none;
    display:inline-block;
}
.menu-bar-advanced > ul > li
{
    padding:0px 35px;
    float:right;
    position:relative;
}
.menu-bar-advanced > ul > li:last-child
{
    background:none;
}

/* ---------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li > a
{
    width:100%;
    line-height:46px;
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    display:block;
	-webkit-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
}
.menu-bar-advanced > ul > li > a:hover
{
    color:#f9af0f;
}
.menu-bar-advanced > ul > li > ul
{
    width:200px;
    margin:10px 0px 0px 0px;
    padding:5px 10px;
    list-style:none;
    background-color:#023876;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    right:0px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:visibility 0.5s, opacity 0.5s linear;
    -moz-transition:visibility 0.5s, opacity 0.5s linear;
    transition:visibility 0.5s, opacity 0.5s linear;
}
.menu-bar-advanced > ul > li > ul > li > ul
{
    width:200px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    background-color:#023876;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    right:210px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:visibility 0.5s, opacity 0.5s linear;
    -moz-transition:visibility 0.5s, opacity 0.5s linear;
    transition:visibility 0.5s, opacity 0.5s linear;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul
{
    width:210px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    background-color:#023876;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    right:210px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:visibility 0.5s, opacity 0.5s linear;
    -moz-transition:visibility 0.5s, opacity 0.5s linear;
    transition:visibility 0.5s, opacity 0.5s linear;
}

/* ---------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > a:hover
{
    color:#f9af0f;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a:hover
{
    color:#f9af0f;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a:hover
{
    color:#f9af0f;
}

/* ---------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li:hover .menu-bar-advanced-level-1
{
    display:block;
    visibility:visible;
    opacity:1;
}
.menu-bar-advanced-level-1 > li:hover .menu-bar-advanced-level-2
{
    display:block;
    visibility:visible;
    opacity:1;
}
.menu-bar-advanced-level-2 > li:hover .menu-bar-advanced-level-3
{
    display:block;
    visibility:visible;
    opacity:1;
}

/* ---------------------------------------------------------------------------------------------------- */

.title-bar
{
	width:1280px;
	margin:10px auto;
}
.title-bar:after
{
    width:237px;
    height:11px;
    margin:5px auto 10px auto;
    background:url("../Images/title-bar.png") no-repeat center center;
    display:block;
    content:"";
}
.title-bar h2
{
	margin:0px;
	padding:0px;
	font-family:BTitrBold;
	font-weight:normal;
	font-size:24px;
	color:#023876;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.title-bar h3
{
	margin:0px;
	padding:0px;
	font-family:BTitrBold;
	font-weight:normal;
	font-size:24px;
	color:#023876;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}

/* ---------------------------------------------------------------------------------------------------- */

.container-main
{
}
.container-page
{
	width:1280px;
	min-height:350px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    padding:50px 0px;
    background-color:#0a0a0a;
}

/* ---------------------------------------------------------------------------------------------------- */

.footer-logo-bar
{
    text-align:center;
}
.footer-logo-bar > h4
{
    margin:10px 0px 0px 0px;
    padding:0px;
    font-family:BTitrBold;
    font-weight:normal;
	font-size:28px;
	color:#ffffff;
}
.footer-logo-bar > h4 > a
{
    color:#b9c1bf;
    text-decoration:none;
}
.footer-logo-bar > h4 > a:hover
{
    color:#f9af0f;
}
.footer-logo-bar > h5
{
    margin:10px 0px 0px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
	font-size:14px;
	color:#f9af0f;
}
.footer-logo-bar > h5:after
{
    width:237px;
    height:11px;
    margin:10px auto;
    background:url("../Images/title-bar.png") no-repeat center center;
    display:block;
    content:"";
}
.footer-logo-bar > h5 > a
{
    color:#f9af0f;
    text-decoration:none;
    display:inline-block;
}
.footer-logo-bar > h5 > a:hover
{
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------- */

.footer-menu-bar
{
    margin:50px 0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#023876;
    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:#f9af0f;
}

/* ---------------------------------------------------------------------------------------------------- */

.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:#f9af0f;
}
.footer-contact-bar i
{
    margin-left:5px;
    color:#f9af0f;
}

/* ---------------------------------------------------------------------------------------------------- */

.footer-social-bar
{
    direction:ltr;
    width:280px;
    margin:25px auto 0px auto;
    text-align:center;
}
.footer-social-bar > a
{
    margin:0px 5px;
	color:#f9af0f;
    display:inline-block;
}
.footer-social-bar > a > i
{
    width:46px;
    height:46px;
    line-height:46px;
    border:solid 1px #f9af0f;
    font-size:22px;
    text-align:center;
    -webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:border 0.5s ease, color 0.5s ease;
	-moz-transition:border 0.5s ease, color 0.5s ease;
	transition:border 0.5s ease, color 0.5s ease;
}
.footer-social-bar > a > i:hover
{
    border:solid 1px #ffffff;
    color:#ffffff;
}
.footer-social-bar .fa-sitemap
{
    font-size:18px;
}

/* ---------------------------------------------------------------------------------------------------- */

.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:#f9af0f;
}

/* ---------------------------------------------------------------------------------------------------- */

.slider-bar
{
}
.slider
{
}
.slider > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.slider > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------- */

.banner-bar
{
    width:1280px;
    margin:25px auto;
}
.banner
{
    width:100%;
    height:auto;
}
.banner > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.banner > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.banner > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.banner > h3
{
    width:100%;
    height:36px;
    line-height:36px;
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:13px;
    color:#000000;
    text-align:center;
}
.banner > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.banner > h3 > a:hover
{
    color:#e50275;
}

/* ---------------------------------------------------------------------------------------------------- */

.home-about-bar
{
    width:1280px;
    height:auto;
    margin:25px auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar > a
{
    width:400px;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:left;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-about-bar > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-about-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-about-bar > div
{
    width:calc(100% - 500px);
    float:right;
}
.home-about-bar > div > h3
{
    margin:0px 0px 20px 0px;
    padding:0px;
    border-bottom:solid 5px #b0b0b0;
    font-family:IranSans;
    font-weight:bold;
    font-size:24px;
    color:#023876;
    display:inline-block;
}
.home-about-bar > div > h3 > a
{
    color:#023876;
    text-decoration:none;
}
.home-about-bar > div > h3 > a:hover
{
    color:#f9af0f;
}
.home-about-bar > div > div
{
    height:288px;
    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:36px;
    line-height:36px;
    background-color:#c2c2c2;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    text-align:center;
    float:left;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition:background-color 0.5s ease, color 0.5s ease;
	-moz-transition:background-color 0.5s ease, color 0.5s ease;
	transition:background-color 0.5s ease, color 0.5s ease;
}
.home-about-bar > div > a:hover
{
    background-color:#f9af0f;
    
}

/* ---------------------------------------------------------------------------------------------------- */

.home-products-title-bar
{
    margin:25px 0px 10px 0px;
    text-align:center;
}
.home-products-title-bar > h3
{
    margin:0px;
    padding:0px;
    border-bottom:solid 5px #b0b0b0;
    font-family:IranSans;
    font-weight:bold;
    font-size:24px;
    color:#023876;
    display:inline-block;
}
.home-products-title-bar > h3 > a
{
    color:#023876;
    text-decoration:none;
}
.home-products-title-bar > h3 > a:hover
{
    color:#f9af0f;
}


.home-products-bar > ul
{
    width:1280px;
    margin:0px auto;
    padding:0px;
    list-style:none;
}
.home-products-bar > ul > li
{
    width:23.5%;
    height:auto;
    margin-left:2%;
    margin-bottom:2%;
    float:right;
}
.home-products-bar > ul > li:nth-child(4n)
{
    margin-left:0px;
}
.home-products-bar > ul > li > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    position:relative;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-products-bar > ul > li > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-products-bar > ul > li > a:hover h3
{
    color:#f9af0f;
}
.home-products-bar > ul > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-products-bar > ul > li > a > h3
{
    margin:0px;
    padding:0px;
    font-family:BTitrBold;
    font-weight:normal;
    font-size:20px;
    color:#ffffff;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    position:absolute;
    right:15px;
    bottom:10px;
    -webkit-transition:color 0.25s ease;
    -moz-transition:color 0.25s ease;
    transition:color 0.25s ease;
}

/* ---------------------------------------------------------------------------------------------------- */

.home-projects-title-bar
{
    text-align:center;
}
.home-projects-title-bar > h3
{
    margin:0px 0px 10px 0px;
    padding:0px;
    border-bottom:solid 5px #b0b0b0;
    font-family:IranSans;
    font-weight:bold;
    font-size:24px;
    color:#023876;
    display:inline-block;
}
.home-projects-title-bar > h3 > a
{
    color:#023876;
    text-decoration:none;
}
.home-projects-title-bar > h3 > a:hover
{
    color:#f9af0f;
}


.home-projects-bar
{
    width:100%;
	height:auto;
	margin:25px auto 0px auto;
	padding:25px 0px 50px 0px;
	background:url("../Images/home-projects-bar.jpg") no-repeat center center;
	background-attachment:fixed;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-projects-bar > div
{
    width:1280px;
    margin:0px auto;
    padding:0px 56px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-projects-item
{
    margin:0px;
    padding:20px;
    -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;
}
.home-projects-item > a
{
    width:100%;
    height:auto;
    outline:0px;
    display:block;
    overflow:hidden;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;
}
.home-projects-item > a:hover
{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    transform:scale(1.05);
}
.home-projects-item > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-projects-item > div
{
    width:90%;
    margin:-50px auto 0px auto;
    padding:10px 20px;
    background-color:#ffffff;
    position:relative;
    -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;
	box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;
}
.home-projects-item > div > p
{
    width:72px;
    height:72px;
    line-height:20px;
    margin:-40px 0px 0px 0px;
    padding:0px;
    background-color:#f9af0f;
    font-family:IranSansFa;
    font-size:12px;
    color:#000000;
    text-align:center;
    position:relative;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;
}
.home-projects-item > div > p > span
{
    display:block;
}
.home-projects-item > div > p > span > i
{
    line-height:24px;
    font-size:16px;
}
.home-projects-item > div > h3
{
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
    text-align:right;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-projects-item > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-projects-item > div > h3 > a:hover
{
    color:#023876;
}
.home-projects-item > div > div
{
    height:72px;
    line-height:18px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-projects-item > div > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    display:block;
    text-align:left;
}
.home-projects-item > div > span > a
{
    width:120px;
    height:32px;
    line-height:32px;
    margin:0px auto;
    font-family:IranSans;
    font-weight:bold;
    font-size:14px;
    color:#023876;
    text-decoration:none;
    display:inline-block;
}
.home-projects-item > div > span > a:hover
{
    color:#f9af0f;
}


.home-projects-bar
{
    position:relative;
}
.home-projects-bar .owl-prev
{
    width:46px !important;
    height:46px !important;
    line-height:46px !important;
    margin:0px !important;
    padding:0px !important;
    font-weight:bold !important;
    font-size:24px !important;
    color:#000000 !important;
    background-color:#f9af0f !important;
    position:absolute;
    top:40%;
    right:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.home-projects-bar .owl-prev:hover
{
    color:#ffffff !important;
}
.home-projects-bar .owl-next
{
    width:46px !important;
    height:46px !important;
    line-height:46px !important;
    margin:0px !important;
    padding:0px !important;
    font-weight:bold !important;
    font-size:24px !important;
    color:#000000 !important;
    background-color:#f9af0f !important;
    position:absolute;
    top:40%;
    left:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.home-projects-bar .owl-next:hover
{
    color:#ffffff !important;
}
@media only screen and (max-width:768px)
{
    .home-projects-bar .owl-prev
    {
        top:30%;
    }
    .home-projects-bar .owl-next
    {
        top:30%;
    }
}

/* ---------------------------------------------------------------------------------------------------- */

.home-posts-title-bar
{
    margin:25px 0px 10px 0px;
    text-align:center;
}
.home-posts-title-bar > h3
{
    margin:0px;
    padding:0px;
    border-bottom:solid 5px #b0b0b0;
    font-family:IranSans;
    font-weight:bold;
    font-size:24px;
    color:#023876;
    display:inline-block;
}
.home-posts-title-bar > h3 > a
{
    color:#023876;
    text-decoration:none;
}
.home-posts-title-bar > h3 > a:hover
{
    color:#f9af0f;
}


.home-posts-bar
{
}
.home-posts-bar > div
{
    width:1280px;
    margin:0px auto;
	padding:0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-posts-item
{
    margin:0px;
    padding:20px;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.75);
    -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;
}
.home-posts-item > h3
{
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
    text-align:right;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-posts-item > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-posts-item > h3 > a:hover
{
    color:#023876;
}
.home-posts-item > a
{
    width:128px;
    height:auto;
    border:solid 3px #f9af0f;
    outline:0px;
    display:block;
    overflow:hidden;
    float:right;
    -webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-posts-item > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-posts-item > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-posts-item > div
{
    height:96px;
    line-height:24px;
    padding-right:20px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-posts-item > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    text-align:left;
    display:block;
}
.home-posts-item > span > a
{
    width:120px;
    height:32px;
    line-height:32px;
    margin:0px auto;
    background-color:#f9af0f;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    text-align:center;
    display:inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.home-posts-item > span > a:hover
{
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1344px)
{
	.top-bar > div
	{
		width:95%;
	}
	.header > div
	{
	    width:95%;
	}
	.container-page
	{
		width:95%;
	}
	.title-bar
	{
		width:95%;
	}
	.copyright-bar > div
	{
	    width:95%;
	}
	
	
	.banner-bar
	{
	    width:95%;
	}
	
	
	.home-about-bar
	{
	    width:95%;
	}
	.home-products-bar > ul
	{
	    width:95%;
	}
	.home-projects-bar > div
	{
	    width:95%;
	}
	.home-posts-bar > div
	{
	    width:95%;
	}
}
@media only screen and (max-width:984px)
{
    .home-products-bar > ul > li:nth-child(4n)
    {
        margin-left:2%;
    }
    .home-products-bar > ul > li
    {
        width:32%;
    }
    .home-products-bar > ul > li:nth-child(3n)
    {
        margin-left:0px;
    }
}
@media only screen and (max-width:768px)
{
    .header > div
    {
        height:auto;
    }
    .header > div > h1
    {
	    padding-top:10px;
	    text-align:center;
	    position:inherit;
	    top:0px;
	    right:0px;
    }
    .header > div > h2
    {
        width:100%;
        padding-top:10px;
        text-align:center;
	    position:inherit;
	    right:0px;
	    bottom:0px;
    }
    .header > div > ul
    {
        position:inherit;
        top:0px;
        left:0px;
    }
    .header > div > ul > li
    {
        width:50%;
        float:left;
        margin-right:0px;
        text-align:center;
    }
    .header > div > ul > li > a > i
    {
        margin:15px auto 10px auto;
        display:block;
    }
    
    
	.menu-bar-advanced
	{
	    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:95%;
        margin:10px auto;
    }
    .slider > a
    {
        overflow:hidden;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        border-radius:10px;
    }
    
    
    .home-about-bar > a
    {
        width:280px;
        margin:0px auto;
        float:none;
    }
    .home-about-bar > div
    {
        width:100%;
        padding:10px;
        float:none;
    }
    .home-about-bar > div > div
    {
        height:auto;
        margin:10px 0px;
    }
}
@media only screen and (max-width:640px)
{
    .home-products-bar > ul > li:nth-child(4n)
    {
        margin-left:2%;
    }
    .home-products-bar > ul > li:nth-child(3n)
    {
        margin-left:2%;
    }
    .home-products-bar > ul > li
    {
        width:49%;
    }
    .home-products-bar > ul > li:nth-child(2n)
    {
        margin-left:0px;
    }
}

/* ---------------------------------------------------------------------------------------------------- */