﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar
{
	width:100%;
	height:auto;
	background-color:#ceb8ac;
}
.top-bar > div
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:0px auto;
	position:relative;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar-contact-bar
{
    line-height:46px;
	font-family:IranSansFa;
	font-size:13px;
	position:absolute;
	right:0px;
}
.top-bar-contact-bar > span
{
    margin-left:10px;
    display:inline-block;
}
.top-bar-contact-bar > span:last-child
{
    margin-left:0px;
}
.top-bar-contact-bar > span > a
{
    color:#000000;
    text-decoration:none;
}
.top-bar-contact-bar > span > a:hover
{
    color:#ffffff;
}
.top-bar-contact-bar > span > a > span
{
    direction:ltr;
    display:inline-block;
}
.top-bar-contact-bar > span > a > i
{
    line-height:46px;
    margin-left:5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar-social-bar
{
    direction:ltr;
    line-height:46px;
	position:absolute;
	left:0px;
}
.top-bar-social-bar > a
{
    margin-right:5px;
    color:#000000;
    text-decoration:none;
}
.top-bar-social-bar > a:last-child
{
    margin-right:0px;
}
.top-bar-social-bar > a:hover
{
    color:#ffffff;
}
.top-bar-social-bar > a > i
{
    line-height:46px;
    font-size:24px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:154px;
    background:url("../Images/logo-background.png") no-repeat center center;
}
.header > div
{
    width:1280px;
    margin:0px auto;
    text-align:center;
    position:relative;
}
.header > div > h1
{
    width:260px;
    margin:0px auto;
    padding:20px 0px 0px 0px;
    font-family:BTitrBold;
    font-weight:normal;
	font-size:32px;
	color:#ffffff;
}
.header > div > h1 > a
{
    color:#ffffff;
    text-decoration:none;
}
.header > div > h1 > a:hover
{
    color:#ceb8ac;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced
{
    width:100%;
    height:36px;
    line-height:36px;
    margin:0px 0px;
    padding:10px 0px;
    background-color:#5e6671;
    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
{
    float:right;
    position:relative;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition:background-color 0.5s;
	-moz-transition:background-color 0.5s;
	transition:background-color 0.5s;
}
.menu-bar-advanced > ul > li:hover
{
    background-color:#2d3440;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li > a
{
    line-height:36px;
    margin:0px;
    padding:0px 15px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    display:block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
}
.menu-bar-advanced > ul > li > a:hover
{
}
.menu-bar-advanced > ul > li > ul
{
    width:280px;
    margin:10px 0px 0px 0px;
    padding:5px 10px;
    list-style:none;
    background-color:#5e6671;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    right:0px;
    -webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 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:290px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    background-color:#5e6671;
    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:300px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    background-color:#5e6671;
    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:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > a:hover
{
    color:#ceb8ac;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:IranSans;
    font-weight:normal;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a:hover
{
    color:#ceb8ac;
}
.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:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a:hover
{
    color:#ceb8ac;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.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:100%;
	height:46px;
	line-height:46px;
	margin:0px auto 10px auto;
	background-color:#ceb8ac;
}
.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;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.container-main
{
}
.container-page
{
	width:1280px;
	min-height:350px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    padding:50px 0px 50px 0px;
    background-color:#181818;
}
.footer > ul
{
    width:1280px;
    margin:0px auto;
    padding:0px;
    list-style:none;
}
.footer > ul > li
{
    width:30%;
    height:300px;
    margin-left:5%;
    float:right;
}
.footer > ul > li:last-child
{
    margin-left:0px;
}
.footer > ul > li > h4
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:22px;
    color:#ffffff;
    text-align:center;
}
.footer > ul > li > h4:before
{
    width:130px;
    height:3px;
    margin:10px auto;
    background-color:#ceb8ac;
    display:block;
    content:"";
    position:relative;
    top:54px;
}
.footer > ul > li > h4:after
{
    width:90px;
    height:2px;
    margin:10px auto;
    background-color:#ceb8ac;
    display:block;
    content:"";
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-about-bar
{
    height:168px;
    line-height:24px;
    margin-top:25px;
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
    overflow:hidden;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-menu-bar
{
    margin:25px 0px 0px 0px;
    padding:0px 25px 0px 0px;
    list-style:none;
}
.footer-menu-bar > li
{
    width:50%;
    float:right;
}
.footer-menu-bar > li > a
{
    line-height:30px;
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
}
.footer-menu-bar > li > a:hover
{
    color:#ceb8ac;
}
.footer-menu-bar > li > a:hover i
{
    margin-left:5px;
    color:#ceb8ac;
}
.footer-menu-bar > li > a > i
{
    margin-left:10px;
    color:#ceb8ac;
    -webkit-transition:color 0.5s ease, margin 0.5s ease;
	-moz-transition:color 0.5s ease, margin 0.5s ease;
	transition:color 0.5s ease, margin 0.5s ease;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-contact-bar
{
    margin-top:25px;
    line-height:30px;
    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:#ceb8ac;
}
.footer-contact-bar i
{
    margin-left:10px;
    color:#ceb8ac;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-social-bar
{
    direction:ltr;
    width:100%;
    margin:25px auto 0px auto;
    text-align:center;
}
.footer-social-bar > a
{
    margin:0px 5px;
	color:#ceb8ac;
    display:inline-block;
}
.footer-social-bar > a > i
{
    line-height:36px;
    font-size:24px;
    -webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.footer-social-bar > a > i:hover
{
    color:#ffffff;
}
.footer-social-bar .fa-sitemap
{
    font-size:20px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.copyright-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    background-color:#181818;
}
.copyright-bar > div
{
    width:1280px;
    margin:0px auto;
    border-top:solid 1px #ceb8ac;
}
.copyright-bar > div:last-child
{
    border-top:0px;
}
.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:#ceb8ac;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.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:#2d3440;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-title-bar
{
    margin:0px;
    padding:0px;
    text-align:center;
}
.home-title-bar:before
{
    width:130px;
    height:3px;
    margin:10px auto;
    background-color:#ceb8ac;
    display:block;
    content:"";
    position:relative;
    top:54px;
}
.home-title-bar:after
{
    width:90px;
    height:2px;
    margin:10px auto;
    background-color:#ceb8ac;
    display:block;
    content:"";
}
.home-title-bar > a
{
    font-family:IranSans;
    font-weight:bold;
    font-size:22px;
    color:#ceb8ac;
    text-decoration:none;
}
.home-title-bar > a:hover
{
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar
{
    width:984px;
    height:auto;
    margin:0px auto;
    padding:50px 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-about-bar > div
{
    width:100%;
    height:auto;
    padding:25px;
    background-color:#ceb8ac;
    background:linear-gradient(-45deg,#e8d9d2,#ceb8ac);
    -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-about-bar > div > div
{
    width:100%;
    height:auto;
    border:solid 2px #2d3440;
    -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-about-bar-benefits
{
    width:35%;
    height:340px;
    margin-right:5%;
    padding:25px;
    background-color:#2d3440;
    background:linear-gradient(-45deg,#656c78,#2d3440);
    float:right;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-about-bar-benefits > h2
{
    margin:0px 0px 15px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
.home-about-bar-benefits > h2 > a
{
    color:#ceb8ac;
    text-decoration:none;
}
.home-about-bar-benefits > h2 > a:hover
{
    color:#ffffff;
}
.home-about-bar-benefits > div
{
    font-family:IranSans;
    font-size:14px;
    color:#000000;
}
.home-about-bar-benefits > ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.home-about-bar-benefits > ul > li
{
    line-height:32px;
}
.home-about-bar-benefits > ul > li > i
{
    line-height:32px;
    margin-left:5px;
    font-size:18px;
    color:#ceb8ac;
    position:relative;
    top:2px;
}
.home-about-bar-benefits > ul > li > a
{
    font-family:IranSans;
    font-size:12px;
    color:#ffffff;
    text-decoration:none;
}
.home-about-bar-benefits > ul > li > a:hover
{
    color:#ceb8ac;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar-text
{
    width:60%;
    padding:25px;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-about-bar-text > h2
{
    margin:0px 0px 15px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
.home-about-bar-text > h2 > a
{
    color:#000000;
    text-decoration:none;
}
.home-about-bar-text > h2 > a:hover
{
    color:#ffffff;
}
.home-about-bar-text > div
{
    height:192px;
    line-height:24px;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    overflow:hidden;
}
.home-about-bar-text > a
{
    width:120px;
    height:36px;
    line-height:36px;
    margin:10px auto 0px auto;
    background-color:#2d3440;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.home-about-bar-text > a:hover
{
    color:#ceb8ac;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-video-bar
{
    width:100%;
    height:auto;
    padding:50px 0px;
    background-color:#5e6671;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-video-bar > div
{
    width:640px;
    height:auto;
    margin:0px auto;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.home-video-bar > div > video
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-benefits-bar
{
    width:1280px;
    margin:25px auto;
}
.home-benefits-bar-text
{
    width:90%;
    margin:10px auto;
}
.home-benefits-bar-items
{
    margin:10px 0px;
    padding:0px;
    list-style:none;
}
.home-benefits-bar-items > li
{
    width:32%;
    height:auto;
    margin-left:2%;
    margin-bottom:2%;
    border:solid 5px #ceb8ac;
    overflow:hidden;
    position:relative;
    float:right;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-benefits-bar-items > li:nth-child(3n)
{
    margin-left:0px;
}
.home-benefits-bar-items > li:hover
{
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    transform:scale(0.95);
}
.home-benefits-bar-items > li > a
{
    width:100%;
    display:block;
}
.home-benefits-bar-items > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
}
.home-benefits-bar-items > li > a > h2
{
    width:96%;
    height:46px;
	line-height:46px;
	margin:10px auto;
	padding:0px;
	background-color:#ceb8ac;
	background-color:rgba(206,184,172,0.75);
	font-family:IranSans;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    position:absolute;
    right:2%;
    bottom:1%;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.home-benefits-bar-items > li > a > h2
{
	color:#000000;
	text-decoration:none;
}
.home-benefits-bar-items > li > a > h2:hover
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-gallery-bar
{
    width:100%;
    height:auto;
    padding:10px 0px 35px 0px;
    background-color:#1f252f;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-gallery-bar > div
{
    width:1280px;
    margin:0px auto 0px auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-gallery-item > a
{
    width:100%;
    border:0px;
    outline:0px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    display:block;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-gallery-item > a:hover
{
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    transform:scale(0.95);
}
.home-gallery-item > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.home-gallery-item > a > ul
{
    width:90%;
    height:72px;
    margin:10px auto 0px auto;
    padding:0px;
    background-color:#ceb8ac;
    list-style:none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.home-gallery-item > a > ul > li
{
    width:50%;
    height:36px;
    line-height:36px;
    text-align:center;
    float:right;
}
.owl-carousel-gallery .owl-item
{
    -webkit-transform:scale(0.85) !important;
    transform:scale(0.85) !important;
    -webkit-transition:transform 1.5s ease !important;
    -moz-transition:transform 1.5s ease !important;
    -o-transition:transform 1.5s ease !important;
    transition:transform 1.5s ease !important;
}
.owl-carousel-gallery .owl-item.active.center
{
    -webkit-transform:scale(1) !important;
    transform:scale(1) !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-posts-bar
{
    width:100%;
	height:auto;
	margin:25px auto;
}
.home-posts-bar > div
{
    width:1280px;
    margin:15px auto 0px auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-posts-item
{
    padding:15px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-posts-item > div
{
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    -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(255,255,255,0.5) 0px 5px 15px;
}
.home-posts-item > div > 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;
}
.home-posts-item > div > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-posts-item > div > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.home-posts-item > div > h3
{
    margin:10px 0px;
    padding:0px 10px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
    text-align:center;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-posts-item > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-posts-item > div > h3 > a:hover
{
    color:#ceb8ac;
}
.home-posts-item > div > div
{
    height:96px;
    line-height:24px;
    padding:0px 10px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-posts-item > div > span
{
    margin:10px 0px 0px 0px;
    padding:0px 0px 10px 0px;
    display:block;
}
.home-posts-item > div > span > a
{
    width:120px;
    height:36px;
    line-height:36px;
    margin:0px auto;
    background-color:#2d3440;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.home-posts-item > div > span > a:hover
{
    color:#ceb8ac;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-stat-bar
{
    width:100%;
    padding:50px 0px;
    background-color:#5e6671;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-stat-bar > ul
{
    width:984px;
    height:128px;
    margin:0px auto;
    padding:25px 0px;
    border:solid 5px #2d3440;
    background-color:#ceb8ac;
    list-style:none;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.home-stat-bar > ul > li
{
    color:#2d3440;
    text-align:center;
    float:right;
}
.home-stat-bar > ul > li > div:first-child
{
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
}
.home-stat-bar > ul > li > div:last-child
{
    font-family:IranSansFa;
    font-weight:bold;
    font-size:28px;
}
.home-stat-bar-1 > ul > li
{
    width:100%;
}
.home-stat-bar-2 > ul > li
{
    width:50%;
}
.home-stat-bar-3 > ul > li
{
    width:33.333%;
}
.home-stat-bar-4 > ul > li
{
    width:25%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.gallery
{
    margin:2% 0px;
    padding:0px;
    list-style:none;
}
.gallery > li
{
    width:32%;
    height:auto;
    margin-left:2%;
    margin-bottom:2%;
    overflow:hidden;
    position:relative;
    float:right;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.gallery > li:nth-child(3n)
{
    margin-left:0px;
}
.gallery > li > a
{
    width:100%;
    border:0px;
    outline:0px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    display:block;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.gallery > li > a:hover
{
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    transform:scale(0.95);
}
.gallery > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.gallery > li > a > ul
{
    width:90%;
    height:72px;
    margin:10px auto 0px auto;
    padding:0px;
    background-color:#ceb8ac;
    list-style:none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.gallery > li > a > ul > li
{
    width:50%;
    height:36px;
    line-height:36px;
    text-align:center;
    float:right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.gallery-view
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.gallery-view > li
{
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
}
.gallery-view > li > ul
{
    width:100%;
    height:72px;
    margin:10px auto 0px auto;
    padding:0px;
    background-color:#ceb8ac;
    list-style:none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.gallery-view > li > ul > li
{
    width:50%;
    height:36px;
    line-height:36px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:center;
    float:right;
}
.gallery-view-image > img
{
    width:100%;
    height:auto;
    margin-top:15px;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.gallery-view-video > video
{
    width:100%;
    height:auto;
    margin-top:15px;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.faq
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.faq > li
{
    width:100%;
    height:auto;
    margin:0px 0px 25px 0px;
    padding:25px;
    background-color:#5e6671;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.faq > li:last-child
{
    margin:0px;
}
.faq-question-title
{
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#ceb8ac;
}
.faq-question-text
{
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
}
.faq-answer-title
{
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#ceb8ac;
}
.faq-answer-text
{
    font-family:IranSans;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
}
.faq-image > img
{
    width:100%;
    height:auto;
    margin-top:15px;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.faq-video > video
{
    width:100%;
    height:auto;
    margin-top:15px;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.float-bar-whatsapp
{
    z-index:99999999;
    position:fixed;
    top:64px;
    left:10px;
}
.float-bar-whatsapp > a
{
    width:180px;
    height:64px;
    padding:10px;
    background-color:#33d951;
    color:#ffffff;
    text-decoration:none;
    display:block;
    box-shadow:rgba(0,0,0,0.75) 0px 5px 15px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -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;
}
.float-bar-whatsapp > a:hover
{
    background-color:#ffffff;
    color:#33d951;
}
.float-bar-whatsapp > a > i
{
    font-size:42px;
    float:right;
}
.float-bar-whatsapp > a > div
{
    font-family:IranSansFa;
    font-size:14px;
    text-align:center;
}
.float-bar-whatsapp > a > div:last-child
{
    direction:ltr;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1344px)
{
	.top-bar > div
	{
		width:95%;
	}
	.header > div
	{
	    width:95%;
	}
	.container-page
	{
		width:95%;
	}
	.footer > ul
    {
        width:95%;
    }
    .footer-menu-bar
    {
        padding:0px 0px 0px 0px;
    }
    .footer-menu-bar > li > a
    {
        font-size:12px;
    }
	.copyright-bar > div
	{
	    width:95%;
	}
	
	
	.banner-bar
	{
	    width:95%;
	}
	
	
	
	.home-benefits-bar
	{
	    width:95%;
	    margin:2.5% auto;
	}
	.home-benefits-bar-text
    {
        width:100%;
    }
    
    
    .home-gallery-bar > div
    {
        width:95%;
	    margin:2.5% auto;
    }
	.home-posts-bar > div
	{
	    width:95%;
	    margin:2.5% auto;
	}
}
@media only screen and (max-width:1024px)
{
    .menu-bar-advanced
	{
	    display:none;
	}
	
	
    .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
    {
        width:95%;
    }
    .home-about-bar
    {
        padding:2.5% 0px;
    }
    
    
    .home-benefits-bar-items > li:nth-child(3n)
    {
        margin-left:2%;
    }
    .home-benefits-bar-items > li
    {
        width:49%;
    }
    .home-benefits-bar-items > li:nth-child(2n)
    {
        margin-left:0px;
    }
    
    
    .home-stat-bar
    {
        padding:2.5% 0px;
    }
    .home-stat-bar > ul
    {
        width:95%;
    }
    
    
    .float-bar-whatsapp > a
    {
        width:48px;
        height:48px;
        padding:0px;
        text-align:center;
    }
    .float-bar-whatsapp > a > i
    {
        line-height:48px;
        font-size:36px;
        float:none;
    }
    .float-bar-whatsapp > a > div
    {
        display:none;
    }
}
@media only screen and (max-width:984px)
{
    .footer
    {
        padding:25px 0px;
    }
    .footer > ul > li
    {
        width:100%;
        height:auto;
        margin-left:0px;
        margin-bottom:25px;
        float:none;
    }
    .footer > ul > li:last-child
    {
        margin-bottom:0px;
    }
    .footer-about-bar
    {
        height:auto;
        margin-top:0px;
    }
    .footer-menu-bar
    {
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        list-style:none;
    }
    .footer-menu-bar > li
    {
        width:100%;
        float:none;
        text-align:center;
    }
    .footer-menu-bar > li > a
    {
        font-size:14px;
    }
    .footer-menu-bar > li > a > i
    {
        margin-left:0px;
        display:none;
    }
    .footer-contact-bar
    {
        margin-top:0px;
    }
    .footer-social-bar
    {
        margin:25px auto 0px auto;
    }
    
    
    .home-about-bar
    {
        padding:2.5% 0px;
    }
    .home-about-bar-benefits
    {
        width:100%;
        height:auto;
        margin-right:0px;
        float:none;
        -webkit-border-radius:5px 5px 0px 0px;
        -moz-border-radius:5px 5px 0px 0px;
        border-radius:5px 5px 0px 0px;
    }
    .home-about-bar-text
    {
        width:100%;
        padding:25px;
        float:none;
    }
    
    
    .owl-carousel-gallery .owl-item
    {
        -webkit-transform:scale(1) !important;
        transform:scale(1) !important;
    }
    
    .gallery > li:nth-child(3n)
    {
        margin-left:2%;
    }
    .gallery > li
    {
        width:49%;
    }
    .gallery > li:nth-child(2n)
    {
        margin-left:0px;
    }
}
@media only screen and (max-width:768px)
{
	.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;
    }
}
@media only screen and (max-width:740px)
{
    .home-video-bar
    {
        padding:2.5% 0px;
    }
    .home-video-bar > div
    {
        width:95%;
    }
}
@media only screen and (max-width:640px)
{
    .top-bar-contact-bar > span
    {
        margin-left:0px;
    }
    .top-bar-contact-bar > span:last-child
    {
        display:none;
    }
    
    
    .gallery > li
    {
        width:100%;
        margin-left:0px;
        margin-bottom:10px;
        float:none;
    }
}
@media only screen and (max-width:480px)
{
}
@media only screen and (max-width:420px)
{
    .home-benefits-bar-items > li
    {
        width:100%;
        margin-left:0px;
        margin-bottom:10px;
        float:none;
    }
    .home-benefits-bar-items > li:last-child
    {
        margin-bottom:0px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */