@font-face {
  font-family: 'nazaninb';
  src: url('../fonts/nazanin-bold.eot?#') format('eot'),
       url('../fonts/nazanin-bold.woff') format('woff'),
       url('../fonts/nazanin-bold.svg') format('svg'),
       url('../fonts/nazanin-bold.eot') format('eot'),
       url('../fonts/nazanin-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'nazanin';
  src: url('../fonts/nazanin.eot?#') format('eot'),
       url('../fonts/nazanin.woff') format('woff'),
       url('../fonts/nazanin.svg') format('svg'),
       url('../fonts/nazanin.eot') format('eot'),
       url('../fonts/nazanin.ttf') format('truetype');
}
@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helvetica-neue-ultra-light.eot?#') format('eot'),
       url('../fonts/helvetica-neue-ultra-light.woff') format('woff'),
       url('../fonts/helvetica-neue-ultra-light.svg') format('svg'),
       url('../fonts/helvetica-neue-ultra-light.eot') format('eot'),
       url('../fonts/helvetica-neue-ultra-light.ttf') format('truetype');
}

b.caret{display: none !important;}

body{
	font-family: 'nazanin';
	font-size: 13px;
	padding-top: 0;
}

*{outline: 0 !important;}

.home .container{
	width: auto;
	margin: 0 100px;
}

#header{
    position: fixed;
    z-index: 3;
    padding-top: 45px;
    top: 0;
    left: 0;
    right: 0;
}

#header.interior{
	padding-top: 0;
	height: 70px;
    position: fixed;
}

#mainwrapper{
    margin-top: 60px;
}

#header #nav{
	display: block;
	opacity: 1;
	margin-top: 0;
	padding-left: 40px;
	border-bottom: 1px solid #e0e0e0 !important;
}

#header.interior #mainmenu>.collapse>ul>li{
	opacity: 1;
}

#header.interior #menu-toggle{display: none;}

#header.interior #mainmenu>.collapse>ul>li>ul{
	margin-top: 8px;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: none !important;
}

#header #logo{
    background: url(../images/logo.png);
    width: 117px;
    height: 47px;
    float: right;
}

#header #logo h1,#header #logo a{display: block;height: 100%;width: 100%;margin: 0;padding: 0;font-size: 0;line-height: 0;text-indent: -1000px;overflow: hidden;}

a#menu-toggle{
    display: block;
    width: 36px;
    height: 30px;
    margin-top: 14px;
    float: left;
    position: relative;
    z-index: 9999999999999;
}

a#menu-toggle span{
    height: 2px;
    width: 30px;
    top: 0;
    left: 3px;
    position: absolute;
    background-color: #fff;
    transition: 500ms background-color,500ms transform;
}

a#menu-toggle.open span{
    height: 2px;
    width: 30px;
    top: 0;
    left: 3px;
    position: absolute;
    background-color: #000;
}

a#menu-toggle span.bar1{top: 8px;}
a#menu-toggle.open span.bar1,
a#menu-toggle:hover span.bar1{top: 7px;}
a#menu-toggle span.bar2{top: 16px;}
a#menu-toggle span.bar3{top: 24px;}
a#menu-toggle.open span.bar3,
a#menu-toggle:hover span.bar3{top: 25px;}

a#menu-toggle.open span.bar1{
    transform: rotate(225deg);
    margin-top: 8px;
}
a#menu-toggle.open span.bar2{
    opacity: 0;
}
a#menu-toggle.open span.bar3{
    transform: rotate(-225deg);
    margin-top: -10px;
}


#nav{
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    margin-top: -20px;
    opacity: 0;
    padding-left: 80px;
}

#nav .logo{
    float: right;
    width: 147px;
    height: 60px;
    background: url(../images/logo-menu.png) center right no-repeat;
}

.interior #nav .logo a{
	height: 100%;
	width: 100%;
	display: block;
}



#langswitch{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial;
    color: #888;
    margin: 20px 0;
    position: relative;
    z-index: 100;
}

#search{
    float: left;
    height: 20px;
    margin: 20px 10px;
    position: relative;
    z-index: 100;
}

#search input{
    height: 20px;
    width: 170px;
    border-radius: 20px;
    border: 1px solid #BABABA;
    padding: 0 10px;
    background: url(../images/search.png) 7px 4px no-repeat #fff;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    outline: 0;
}

#search input:focus{
    border-color: #999;
}

#social .container{
    position: relative;
}

#social a.menu-toggle{
    background: url(../images/menu.png) no-repeat;
    height: 26px;
    width: 36px;
    position: absolute;
    top: 62px;
    left: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#social a.menu-toggle:hover{opacity: 0.7;}


#home_slideshow .slides{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

#home_slideshow .slides .wrap{
    width: 100%;
    height: 100%;
}

#home_slideshow .slides .section{
	position: relative;
	width: 100%;
	background-position: left 50% bottom 400px;
	background-repeat: no-repeat;
	left: 0;
    background-attachment: fixed;
}

.section_1 .animation{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/animation.gif) no-repeat center center;
}

#home_slideshow .slides .section.blur{
    background-position: bottom center !important;
    padding: 20px 0;
}

#home_slideshow .slides .section .text{
    position: absolute;
    width: auto;
    color: #fff;
    font-size: 16px;
    right: 0;
    margin-top: 20px;
    padding-left: 50px;
}
#home_slideshow .slides .section .caption{
    position: absolute;
    bottom: 100px;
    font-family: 'helvetica';
    font-size: 62px;
    text-transform: uppercase;
    color: #fff;
}
#home_slideshow .slides .section .title{
    font-family: 'nazaninb';
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
    line-height: 26px;
    height: 26px;
}

#home_slideshow .slides .section .text .description{
	max-width: 50%;
	margin-top: 10px;
	text-align: justify;
}

html{
    font-family: 'nazaninb';
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    height: 26px;
}

#home_slideshow .slides .section .text .description{
	max-width: 50%;
	margin-top: 10px;
	text-align: justify;
}

#home_sections{
    position: fixed;
    top: 0;
    width: 1px;
    bottom: 0;
    right: 0;
}

#home_sections ul.tabs{
    position: absolute;
    right: -60px;
    left: auto;
    width: 60px;
    padding: 0;
    bottom: 100px;
    overflow: visible;
    z-index: 10;
}

#home_sections ul.tabs li{
    display: block;
    width: 44px;
    height: 24px;
    position: relative;
}

#home_sections ul.tabs li.open,
#home_sections ul.tabs li.passed{

}

#home_sections ul.tabs li a{
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: #fff 2px solid;
    box-shadow: #837777 1px 1px solid;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    opacity: 0.8;
    position: relative;
    /*animation: hometabs 3s infinite ease;*/
}

/*
#home_sections ul.tabs li:nth-child(3) a{
	animation-delay: 0;
}
#home_sections ul.tabs li:nth-child(5) a{
	animation-delay: 100ms;
}
#home_sections ul.tabs li:nth-child(7) a{
	animation-delay: 200ms;
}
#home_sections ul.tabs li:nth-child(9) a{
	animation-delay: 300ms;
}
#home_sections ul.tabs li:nth-child(11) a{
	animation-delay: 400ms;
}
#home_sections ul.tabs li:nth-child(13) a{
	animation-delay: 500ms;
}
#home_sections ul.tabs li:nth-child(15) a{
	animation-delay: 600ms;
}
*/
/*
@keyframes hometabs{
	0%{width: 100%;opacity: 0.8;border-bottom-width: 2px;}
	5%{width: 130%;opacity: 1;border-bottom-width: 2px;}
	10%{width: 100%;opacity: 1;border-bottom-width: 2px;}
	100%{width: 100%;opacity: 0.8;border-bottom-width: 2px;}
}*/

#home_sections ul.tabs li a:hover{
    border-bottom-width: 4px;
    opacity: 1;
}

#home_sections ul.tabs li span{
    position: absolute;
    top: 5px;
    right: 48px;
    white-space: nowrap;
    font-family: 'nazaninb';
    font-size: 22px;
    color: #fff;
    opacity: 0;
    width: 0;
    overflow: hidden;
    cursor: default;
    -webkit-transition: 400ms ease-out;
    -o-transition: 400ms ease-out;
    transition: 400ms ease-out;
}

#home_sections ul.tabs li.hover span{
    opacity: 1;
    right: 60px;
    width: 360px;
}
#home_sections ul.tabs li.open.hover span{
    opacity: 0;
    right: 48px;
}


#home_sections.active_1{
    
}

#footer-toggle{
	position: fixed;
	bottom: 40px;
	height: 40px;
	width: 40px;
	display: block;
	cursor: pointer;
	transition: 1s ease;
}

#footer-toggle.animate{
	animation: 5s ease footer-toggle;
}

#footer-toggle.open{
	transform: rotate(135deg);
}


#footer-toggle span{
	background-color: #fff;
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}
#footer-toggle.open span{
	transition: none;
}

#footer-toggle span.v{
	display: block;
	position: absolute;
	height: 100%;
	width: 2px;
	left: 19px;
	top: 0;
}
#footer-toggle:hover span.v{
	transition: 1s ease;
	transform: rotate(180deg);
}
#footer-toggle.open span.v{
	transition: none;
	transform: rotate(540deg);
}
#footer-toggle span.h{
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 19px;
	left: 0;
}
#footer-toggle:hover span.h{
	transition: 1s ease;
	transform: rotate(540deg);
}
#footer-toggle.open span.h{
	transition: none;
	transform: rotate(540deg);
}

@keyframes footer-toggle{
	0%{transform: rotate(0deg);}
	20%{transform: rotate(360deg);}
	100%{transform: rotate(360deg);}
}

.scrollOver #footer-toggle{
    transform: translateX(-60px) rotate(-180deg);
}
.scrollOver #footer-toggle.open{
    transform: translateX(-60px) rotate(0deg);
}

#footer{
	height: 34px;
	width: 100%;
	position: fixed;
	bottom: -40px;
	right: 0;
	left: 0;
	background-color: #e1e1e1;
	border-top: #ccc 1px solid;
	transition: 500ms ease;
	line-height: 34px;
	color: #5C5C5C;
	font-size: 14px;
}



#footer.open{
	bottom: 0;
}
#footer.interior{
	position: static;
}

#footer span{color: #007E8A;}
#footer a{color: #616161;}

#footer .signiture{transition: 600ms;}
#footer .copyright{transition: 400ms;}
header#header{margin-top: 34px;transition-delay: 200ms;}
#footer.open .col-xs-12{margin-top: 0;}
#footer.interior .col-xs-12{margin-top: 0;}
#footer-toggle.interior{
	display: none;
}






.home #footer{
    background-color: #007E8A;
    border-top: 0;
    color: #DDD;
}
.home #footer span{color: #fff;}
.home #footer a{color: #ddd;}





/* New in wp */

#mianwrapper{}

.grid{
    padding: 1px;
}

.grid article{
    margin: 1px;
}

.thumb>img{
    max-width: 100%;
    height: auto;
    position: relative;
    
}

.thumb:after{
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
    box-shadow:         inset 0 0 100px rgba(0,0,0,0.5);
}

.project-body{
    position: relative;
    overflow: hidden;
}

.project-body h2{
    position: absolute;
    bottom: 0;
    transition: 500ms ease;
    width: 100%;
    padding: 5px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    opacity: 0;
}

.other-projects h2{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    padding: 0 !important;
    background: rgba(0,0,0,0.5) !important;
    cursor: pointer;
    transition: 300ms;
}

.other-projects .thumb{
	transform: none !important;
}

.other-projects h2 span{
	display: block !important;
	vertical-align: middle !important;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center !important;
	width: 100%;
	margin-top: -15px;
	font-size: 22px;
}

.project-body:hover h2{
    opacity: 1;
}

.project .thumb{
    transition: 700ms ease;
    display: block;
}


.project:hover .thumb{
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
}


.grid .project .project-body>h2{
    font-size: 18px;
    margin: 0 !important;
    color: #fff;
    border-bottom: 3px solid #000000;
}

#category.grid .project .project-body>h2{
	line-height: 35px;
	height: 50px;
	padding-top: 5px;
}

.grid .project .project-body>h2>a{
    color: #fff;
    display: block;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    padding: 100px 0 10px 0;
}

.grid .project .project-body>h2>a>span{
    padding-bottom: 0px;
}

.other-project{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 20px;
    color: #CDCDCD;
    position: relative;
    margin-bottom: 6px;
}

.other-project:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	top: 50%;
	right: -14px;
	opacity: 0.6;
}

#owlslide .item{
	overflow: hidden;
}


#owlslide .owl-item.active img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: imgscale 7s forwards;
    -moz-animation: imgscale 7s forwards;
    -ms-animation: imgscale 7s forwards;
    -o-animation: imgscale 7s forwards;
    animation: imgscale 7s forwards;
    max-height: 500px;
    max-width: 1920px;
}

@-webkit-keyframes imgscale {
    from{-webkit-transform: scale(1.1);}
    to{-webkit-transform: scale(1);}
}
@-moz-keyframes imgscale {
    from{-moz-transform: scale(1.1);}
    to{-moz-transform: scale(1);}
}
@-ms-keyframes imgscale {
    from{-ms-transform: scale(1.1);}
    to{-ms-transform: scale(1);}
}
@-o-keyframes imgscale {
    from{-o-transform: scale(1.1);}
    to{-o-transform: scale(1);}
}
@keyframes imgscale {
    from{transform: scale(1.1);}
    to{transform: scale(1);}
}

#slideshow .title{
    position: absolute;
    bottom: 0;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.single-project h2.project-title{
    margin: 0;
    padding: 0;
    line-height: 60px;
    height: 60px;
    text-align: right;
    font-size: 22px;
    color: #007E8A;
}
.page-title{
    margin: 0;
    padding: 0;
    line-height: 58px;
    height: 58px;
    text-align: right;
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
}

.page-title h2{
	margin: 0;
    padding: 0;
    line-height: 60px;
    height: 60px;
    text-align: right;
    font-size: 22px;
    color: #007E8A;
    float: right;
    font-family: "nazaninb";
}

#bc{
	float: left;
	font-size: 15px;
    font-family: "nazaninb";
}

.parag{
    font-size: 16px;
    line-height: 28px;
}

.single-project .project-body{
    padding: 40px 0;
}

.single-project .project-body .items{
    font-size: 16px;
    line-height: 28px;
}

.single-project .project-body .items .title{color: #666;margin-left: 5px;}
.single-project .project-body .items .value{color: #000;}

.single-project .project-body h3{
    border-bottom: #DFDFDF 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#map-container{
    position: relative;
    margin: 50px 0 15px 0;
}

#contact-details{
}

#resume{
	height: 160px;
	width: 100%;
	background: url(../images/casestudies.jpg) 50% -40px;
	background-attachment: fixed;
}

#download-resume{
}

#download-resume P{
	float: right;
	font-size: 24px;
	color: #fff;
	font-family: 'nazaninb';
	line-height: 160px;
	text-shadow: #000 0 0 20px;
}

#download-resume a{
	color: #fff;
	float: right;
	display: block;
	padding: 5px 60px;
	border: 1px solid;
	margin-top: 24px;
	font-size: 18px;
	font-family: 'nazaninb';
	transition: 200ms;
	background: #007E8A;
}

#download-resume a:hover{
	background: rgb(1, 100, 109);
}

#download-resume a img{margin-right: 20px}

#contact-details .body{
    right: 0;
    bottom: 130px;
    z-index: 999;
    padding: 24px 20px;
    font-size: 20px;
    color: #333;
    background: #EBEBEB;
}

#download-resume:hover{
}

#contact-details .body .items{font-size: 16px;}

#contact-details .body .items > div{
    padding-right: 30px;
    background-position: right top;
    background-repeat: no-repeat;
    margin-bottom: 6px;
    line-height: 30px;
}

#contact-details .body .items .address{background-image: url(../images/map-location.png);background-position: right 4px top 6px;}
#contact-details .body .items .tel{background-image: url(../images/phone10.png);background-position: right 2px top 5px;}
#contact-details .body .items .fax{background-image: url(../images/telephone124.png);background-position: right 1px top 4px;}
#contact-details .body .items .email{background-image: url(../images/email5.png);background-position: right 1px top 8px;}
#contact-details .body .items .insta{background-image: url(../images/insta.png);background-position: right 1px top 4px;}
#contact-details .body .items .telegram{background-image: url(../images/telegram.png);background-position: right 1px top 8px;}
#contact-details .body .items p{margin-bottom: 0;}

.qrcode{
    text-align: center;
    vertical-align: middle;
}

.qrcode .image img{
    display: inline-block;
    max-width: 260px;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-top: 37px;
}

#contactform{
    padding: 25px 0;
}

#contactform h3{
    color: #666666;
    margin-bottom: 40px;
    font-size: 22px;
    position: relative;
}

.resume-up h3{ margin-top: 0;margin-bottom: 0 !important;}

/*#contactform h3:before{
	content: '';
	position: absolute;
	right: -45px;
	height: 2px;
	width: 35px;
	top: 50%;
	background: #007E8A;
}*/

#contactform .wpcf7-submit,
.resume-up .btn-primary{
    padding: 5px 40px;
    float: none;
    background-color: #007e8a;
    border-color: #006e7a;
    margin-bottom: 30px;
    width: 100%;
    height: 52px;
    font-size: 16px;
}

.resume-up .wpcf7-submit{
	background-image: url(../images/up.png);
	background-position: left 283px top 50%;
	background-repeat: no-repeat;
	padding-right: 62px !important;
}

#contactform .wpcf7-submit:hover,
.resume-up .btn-primary:hover{
    background-color: #006e7a;
    clear: both;
}

.wpcf7-mail-sent-ok{
    border: 2px solid #006e7a !important;
    background: #006e7a !important;
    color: #fff !important;
    margin: 20px 0 0 0 !important;
    clear: both !important;
}

.wpcf7-validation-errors{
	border: 2px solid #9D0E0E !important;
	background: #9D0E0E !important;
	color: #fff !important;
	margin: 20px 0 0 0 !important;
	clear: both !important;
}

.resume-up .btn-primary{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 12px;
}

.resume-up input{
    overflow: hidden;
    padding: 13px;
    height: auto;
}

.resume-up label{
    display: block;
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.resume-up .panel-body{
    padding-top: 57px;
}

#other_projects_modal{
    width: 100%;
    padding: 0 0 0 0 !important;
}

#other_projects_modal h3{
    font-family: 'nazaninb';
}
#other_projects_modal h4{
    color: #fff;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
    clear: both;
    padding-right: 15px;
    font-family: 'nazaninb';
}

#other_projects_modal .modal-dialog{
	width: 100%;
	margin: 0;
	height: 100%;
}

#other_projects_modal .modal-dialog .modal-content{
	background: none;
	color: #fff;
	box-shadow: none !important;
}

#other_projects_modal .modal-header{border-bottom: none;height: 50px;}


#other_projects_modal .modal-body{
	padding: 50px 100px;
}

#other_projects_modal button.close{
	position: fixed !important;
	z-index: 99999;
}

#services section{
    height: 600px;
    background: fixed 50% 39px;
    position: relative;
}

#services section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: #000;
}


#services section .text{
    font-family: 'nazaninb';
    font-size: 64px;
    color: #fff;
    height: 200px;
    line-height: 100px;
    position: absolute;
    top: 40%;
    margin-top: -100px;
    text-align: center;
    /*text-shadow: #000 0 0 100px;*/
    width: 100%;
    z-index: 2;
}

#services section.s2 .text{
	margin-top: -50px;
}

#services section .content{
    font-family: 'nazanin';
    font-size: 22px;
    color: #fff;
    height: 100px;
    line-height: 36px;
    bottom: 30px;
    text-align: center;
    /*text-shadow: #000 0 0 100px;*/
    width: 100%;
    z-index: 2;
    padding: 0px 210px;
}

#pagecover{
    height: 600px;
    position: relative;
    background: fixed 50% 39px;
}

#pagecover:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
}

#pagecover .title{
    font-family: 'nazaninb';
    font-size: 64px;
    color: #fff;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: 200px;
    text-align: center;
    /*text-shadow: #000 0 0 100px;*/
    width: 100%;
    z-index: 2;
}

#pagecover .content{
    font-family: 'nazaninb';
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    position: absolute;
    top: 300px;
    text-align: center;
    /*text-shadow: #000 0 0 100px;*/
    width: 100%;
    z-index: 2;
    padding: 0 200px;
}

#managers-owl .item .inner{
    margin: 15px 30px;
}

h3.title.center{
    text-align: center;
}

#managers-owl .item .inner div img{
    max-width: 100%;
    height: auto;
}

#managers-owl .item .inner .title{
    text-align: center;
    font-size: 22px;
    padding: 5px 0;
}

#managers-owl .item .inner .title .role{
    font-size: 18px;
}

#certificates{
    margin-bottom: 50px;
}

#certificates{
    margin-top: 30px;
}

#certificates .inner{
    margin: 10px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

#certificates .inner img{
    width: 100%;
    height: auto;
}

#certificates .inner:hover{
    border-color: #b0b0b0;
}
.post-body h2{
    font-size: 18px;
    margin-top: 10px;
}

.wpcf7-textarea{
    height: 141px !important;
}

.post-body{
    opacity: 0.9;
    transition: 300ms;
}

.post-body:hover{
    opacity: 1;
}

.post-body .image img{
	width: 100%;
	height: auto;
	display: block;
}

.news .post{
    margin-top: 30px;
}

#map .gm-style>div>div:nth-child(2) {
    background: rgba(0,0,0,.05);
}

#wheel{
	position: fixed;
	z-index: 1000;
	right: 63px;
	margin-left: -8px;
	bottom: 300px;
}

#wheel span
{
  display: block;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg);/* IE 9 */
  -webkit-transform: rotate(45deg);/* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 10px 3px 4px;
}

#wheel .unu
{
  margin-top: 6px;
}

#wheel .unu, #preloader .doi, #preloader .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#wheel .unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

#wheel .doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

#wheel .trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}




#wheel .mouse
{
  height: 40px;
  width: 28px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
  }

#wheel .wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

#wheel .wheel
{
  -webkit-animation: mouse-wheel 1.3s ease infinite;
  -moz-animation: mouse-wheel 1.3s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

#about h3,.managers_title,#certificates h3{
	margin: 60px 0 20px 0;
	color: #007E8A;
	position: relative;
	font-size: 29px;
	font-family: 'nazaninb';
}

#about h3:before,
.managers_title:before,
#certificates h3:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	right: -15px;
	top: 50%;
	margin-top: -3px;
	background: #007E8A;
	text-align: right !important;
}

#managers article.item{
    margin-bottom: 30px;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}

#managers .col-lg-3:nth-child(4n+1){
    clear: right;
}

#managers.hover article.item{
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: 0.7;
}

#managers.hover article.item:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

#managers article.item img{
	height: auto;
	width: 100%;
}

#managers article.item .inner{
	border: 1px solid #eee;
}

#managers article.item .inner .name{
	display: block;
	font-family: 'nazaninb';
	font-size: 24px;
	line-height: 20px;
	padding: 20px 20px 5px 20px;
	background: #eee;
}

#managers article.item .inner .role{
	display: block;
	font-family: 'nazanin';
	font-size: 16px;
	line-height: 20px;
	padding: 5px 20px 15px 20px;
	background: #eee;
}

#managers article.item .inner .text{
	font-size: 16px;
	padding: 20px;
	line-height: 26px;
}

#managers article.item .inner .title{
    position: relative;
}

#managers article.item .inner .title a.toggle-btn{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 20px;
    display: block;
    height: 30px;
    width: 30px;
    background: url(../images/chev.png) no-repeat center;
    opacity: 0.4;
    color: #666;
    font-size: 0;
    line-height: 0;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}
#managers article.item .inner .title a.collapse{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#managers article.item .inner .title a.toggle-btn:hover{
    opacity: 0.6;
}


#services .carousel{
    direction: ltr;
}

#services .carousel .item{
    direction: rtl;
    height: 200px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 120px;
    padding-left: 120px;
}

#services .carousel .owl-prev,
#services .carousel .owl-next{
    display: block !important;
    width: 37px;
    height: 71px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    opacity: 0.7;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

#services .carousel .owl-prev{
    background: url(../images/slideprev.png);
    left: -50px;
}

#services .carousel .owl-next{
    background: url(../images/slidenext.png);
    right: -50px;
}

#services .carousel .owl-prev:hover,
#services .carousel .owl-next:hover{
    opacity: 1;
}


#map .pin.active{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background-color: rgba(0, 126, 138, 0.72);
    /*-webkit-transform: translate(-45px,-45px);
	-moz-transform: translate(-45px,-45px);
	-ms-transform: translate(-45px,-45px);
	-o-transform: translate(-45px,-45px);
	transform: translate(-45px,-45px);*/
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

#map .pin.active .one,
#map .pin.active .two{
    border-radius: 90px;
    border: #fff 3px solid;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
}

#map .pin.active .two{
    animation: pin 1s infinite ease-in-out;
	-webkit-animation: pin 1s infinite ease-in-out; /* Safari and Chrome */
    -ms-animation: pin 1s infinite ease-in-out;
    -moz-animation: pin  1s infinite ease-in-out;
}


@keyframes pin{
	0%{margin-left: -4px;margin-top: -4px;width: 8px;height: 8px;opacity: 1;}
    100%{margin-left: -45px;margin-top: -45px;width: 90px;height: 90px;opacity: 0;}
}
@-webkit-keyframes pin{
	0%{margin-left: -4px;margin-top: -4px;width: 8px;height: 8px;opacity: 1;}
    100%{margin-left: -45px;margin-top: -45px;width: 90px;height: 90px;opacity: 0;}
}
@-o-keyframes pin{
	0%{margin-left: -4px;margin-top: -4px;width: 8px;height: 8px;opacity: 1;}
    100%{margin-left: -45px;margin-top: -45px;width: 90px;height: 90px;opacity: 0;}
}
@-ms-keyframes pin{
	0%{margin-left: -4px;margin-top: -4px;width: 8px;height: 8px;opacity: 1;}
    100%{margin-left: -45px;margin-top: -45px;width: 90px;height: 90px;opacity: 0;}
}
@-moz-keyframes pin{
	0%{margin-left: -4px;margin-top: -4px;width: 8px;height: 8px;opacity: 1;}
    100%{margin-left: -45px;margin-top: -45px;width: 90px;height: 90px;opacity: 0;}
}

#map .pinbox{
    width: 90px;
    height: 90px;
    position: relative;
}

#map .pin.deactive{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border: #0360ba 3px solid;
    border-radius: 28px;
}


#map .pin.deactive .one{
    border-radius: 90px;
    border: #0360ba 3px solid;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
}

#map .pin.deactive .two{
    border-radius: 90px;
    border: #0360ba 3px solid;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

#setcenter{
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	background: #fff;
	border: #DDD 1px solid;
	border-radius: 3px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	padding-left: 1px;
	color: #666;
}

#setcenter:hover{
	color: #000;
}

.owl-wrapper-outer{
	direction: ltr;
}

.owl-wrapper .item *{
	direction: rtl;
}

#owlslide .item img{
	width: 100%;height: auto;
}

#owlslide .owl-buttons > div{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
    font-size: 0;
    line-height: 0;
}

#owlslide .owl-prev{
	left: 0;
	cursor: url(../images/slideprev.png),pointer;
}

#owlslide .owl-next{
	right: 0;
	cursor: url(../images/slidenext.png),pointer;
}

#owlslide .owl-pagination{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	height: 44px;
	direction: ltr;
}

#owlslide .owl-pagination .owl-page{
	display: inline-block;
	height: 10px;
	width: 10px;
	border: 1px solid #fff;
	margin: 3px;
}
#owlslide .owl-pagination .owl-page.active{
	background: #fff;
}

#owlslide .title {
    position: absolute;
    bottom: 0;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

