/*
----------Author : Mehdi Eyvazi---------
----------E-mail : mehdi.yz@yahoo.com---------
----------Released on : JUNE 10, 2018---------
*/
@font-face{
	font-family: Myriad;
	font-style: normal;
    font-weight: normal;
	src: url(../font/MYRIADPRO-REGULAR.OTF);
}
body,html{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Myriad;
}
footer{
	float: right;
	position: relative;
	width: 100%;
	padding: 14px 0px 13px 0px;
	background-color: #212121;
	text-align: center;
    bottom: 0;
}
.d-block {
    display: block;
}
.footer-txtBox{
	display: inline-block;
	margin: 0px auto;
}
.footerTxt{
	float: right;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
}
.main-back{
	position: fixed;
	top: 0px;
	right: 0px;
	background-image: linear-gradient(to top left,#212121,#828282);
	width: 100%;
	height: 100%;
}
/*------------ HOME CSS ------------*/
.mobile-head-holder{
	float: right;
	position: relative;
	width: 100%;
	height: 65px;
}
.mobile-head-row{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 65px;
	z-index: 998;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.mobile-head-locParent{
	float: left;
	width: 100%;
	height: 40px;
	padding: 20px 35px 0px 10px;
}
.mobile-head-locSpan{
	float: left;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}
.mobile-head-locSpan.sub:before{
	float: left;
	position: relative;
	display: inline-block;
	content: '\f0da';
	padding: 0px 2px;
	font-family: 'fontawesome';
	font-size: 10px;
}
.mobile-header{
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background-color: #fff;
}
.mobile-header-icon{
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: 10px;
}
.mobile-header-list{
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mobile-header-item{
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
}
.mobile-header-link{
	display: block;
	float: left;
	width: 100%;
	padding: 10px 10px 10px 10%;
	text-align: left;
	text-decoration: none !important;
	color: #58595b !important;
}
.mobile-header-link.active:after{
	display: block;
	position: absolute;
	top: 10px;
	right: 7%;
	height: 8px;
	content: '\f0d9';
}
.mobile-header-subMenu{
	display: none;
	float: left;
	width: 100%;
	padding: 5px 0px 5px 4px;
	list-style-type: none;
}
.main-header{
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
}
.main-header-list{
	/*float: left;*/
	/*width: 100%;*/
	padding: 20px 0px;
	list-style-type: none;
	margin: 0px auto;
	display: inline-block;
}
.main-header-item{
	position: relative;
	float: left;
	padding: 0px;
	cursor: pointer;
}
.main-header-link{
	position: relative;
	float: left;
	display: block;
	padding: 0px 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none !important;
}
.main-header-link.active{
	color: #939598;
}
.main-header-link:hover{
	color: #939598;
}
.header-submenu-list{
	position: absolute;
	top: 100%;
	right: 0px;
	width: 200px;
	/*opacity: 0;*/
	max-height: 0px;
	overflow: hidden;
	z-index: 100;
	transition: all 0.5s;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header-submenu-item a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s;
}
.header-submenu-item a:hover {
    color: #dedede;
    border-bottom: 1px solid #ffffff;
}
.header-submenu-item{
	position: relative;
	float: left;
	width: 100%;
	background-color: #444;
    padding: 10px 0;
}
.header-submenu-link{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	font-size: 14px;
	color: #fff;
	text-decoration: none !important;
	border-bottom: 1px solid #fff;
	transition: all 0.1s;
}
.header-submenu-link:hover{
	background-color: #fff;
	color: #939598;
}
.main-header-item:hover .header-submenu-list{
	/*opacity: 1;*/
	max-height: 400px;
}
.mobile-head-icon{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	padding: 8px;
	cursor: pointer;
	margin-top: 10px;
}
.mobile-head-icon:before{
	display: block;
	content: '\f0c9';
	position: relative;
	float: right;
	font-family: 'fontawesome';
}
.main-body{
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
    min-height: 81vh;
}
.home-pic{
	float: left;
	width: 100%;
	height: calc(100vh - 150px);
	overflow: hidden;
	text-align: center;
	align-items: center;
	padding: 15px;
}
.home-pic img{
	/*width: 500px;*/
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
/*------------ END HOME CSS ------------*/
/*------------ CV CSS ------------*/
.cv-container{
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 5%;
    color: #ffffff;
}
.cv-row{
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
}
.cv-head{
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0px;
}
.cv-head-text{
	position: relative;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fff;
}
.cv-body{
	float: left;
	width: 100%;
	padding: 0px;
}
.cv-year-col{
	position: relative;
	float: left;
}
.cv-year-col.year{
	width: 45px;
}
.cv-year-col.year span{
	display: block;
	color: #fff;
}
.cv-year-col.content{
	width: calc(100% - 45px);
	padding-bottom: 15px;
}
.cv-year-col.content p{
	display: block;
	width: 100%;
	text-align: left;
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
	color: #fff;
}
/*------------ END CV CSS ------------*/
/*------------ WORKS CSS ------------*/
.work-swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.work-swiper-slide {
	background-size: cover;
	background-position: center;
}
.work-gallery-top {
	height: auto;
	width: 100%;
}
.work-gallery-thumbs {
	width: 60%;
	height: auto !important;
	position: relative;
	box-sizing: border-box;
	padding: 80px 0px 0px 0px;
	/*margin: 50 0px 0px 0px !important;*/
	float: left;
}
.work-gallery-thumbs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 0px;
	transition: all 0.3s;
}
.work-swiper-wrapper.workthumb{
	display: block;
	width: 100%;
	transform: translate3d(0px,0px,0px) !important;
}
.work-gallery-thumbs .swiper-slide {
	width: 25% !important;
	position: relative;
	float: left;
	height: 70px;
	opacity: 0.4;
	margin: 0px !important;
	display: block;
	padding: 5px;
}
.work-gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.work-gallery-thumbs .swiper-slide-active img{
	box-shadow: 0px 0px 10px rgba(58,58,58,0.8);
}
.work-swiper-button-next{
	right: -15px;
	height: 20px;
	background-size: contain;
}
.work-swiper-button-prev{
	left: -15px;
	height: 20px;
	background-size: contain;
}
.work-main-pic{
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	align-items: center;
}
.work-main-pic img{
	max-width: 100%;
	max-height: calc(100vh - 90px);
	object-fit: contain;
	object-position: center;
}
.work-main-title{
	float: left;
	width: 100%;
	color: #fff;
}
.work-main-summary{
	float: left;
	width: 100%;
	color: #fff;
}
.work-yearDrop-parent{
	float: left;
	width: 100%;
	padding: 10px 40% 10px 0px;
	text-align: center;
}
.work-yearDrop{
	margin: 0px auto;
	background: none;
	border: none;
	text-align: center;
	padding: 0px 0px;
	position: relative;
	display: inline-block;
	/*! cursor: pointer; */
}
.work-yearDrop-list{
	position: absolute;
	top: 28px;
	right: 0px;
	width: 100px;
	display: none;
	z-index: 50;
	padding: 0px;
	margin: 0px;
	background-color: #eee;
	list-style-type: none;
}
.work-yearDrop-text{
	float: right;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 4px 36px;
	cursor: pointer;
}
.work-yearDrop-text a{
    text-decoration: none;
    color: #fff;
    text-underline: none;
}
.work-yearDrop-list a {
    color: #000000;
}
.work-yearDrop-item{
	float: right;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 4px 0px;
	cursor: pointer;
	transition: all 0.2s;
}
.work-yearDrop-item:hover{
	background-color: #d9d9d9;
}
.work-mobile-list{
	float: left;
	position: relative;
	width: 100%;
	padding: 0px 12px;
}
.work-mobile-parent{
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0px;
}
.work-mobile-img{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.work-mobile-img img{
	width: 100%;
	object-fit: contain;
}
.work-mobile-captions{
	float: left;
	width: 100%;
	padding: 0px;
}
.work-mobile-title{
	float: left;
	width: 100%;
	display: block;
	word-wrap: break-word;
	font-size: 14px;
	color: #58595b;
	margin: 0px;
	padding: 10px 0px;
}
.work-mobile-summary{
	float: left;
	width: 100%;
	display: block;
	word-wrap: break-word;
	font-size: 13px;
	color: #58595b;
}
/*------------ END WORK CSS ------------*/
