/*
Theme Name: Espino Fa
Theme URI: http://www.farsibase.com/
Author: the FarsiBase team
Author URI: http://www.farsibase.com/
Description: Our 2016 default theme is clean.
Version: 2.0
Tags: farsibase, gold, gray, full page, responsive, white, yellow, dark, light, responsive-layout
Text Domain: farsibase
*/

@import url(fonts/fonts_yaghut/style.css);

/*https://klim.co.nz/retail-fonts/tiempos-headline/  == Conv_Tiempos Headline-Light*/

*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Yaghut', Arial, Tahoma;
    font-weight: normal;
    font-style: normal;
}

.main-menu-section{
}

.bg-color{
    background-color: #222222;

}
.nature{
    margin-right: 15px;
    margin-top: 60px;
    float: left;
    background: url('image/sprite.png') no-repeat -44px -141px;
    width: 17px;
    height: 17px;
    display: block;
}

.search{
    display: block;
    background: url('image/sprite.png') no-repeat -9px -142px;
    width: 17px;
    height: 16px;
    margin-right: 20px;

}
.espino-logo{
    display: block;
    background: url('image/sprite.png') no-repeat -4px -12px;
    width: 132px;
    height: 105px;
    margin: 10px auto;
}
.menu{
    background: url('image/sprite.png') no-repeat -173px -9px;
    width: 41px;
    height: 41px;
    float: left;
    margin-top: 45px;
}

/*Main slider start*/

.main-slider {
    direction: ltr;
}

#main-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.main-slider .item {
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.main-slider .item img {
    transition: 0.5s all ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.main-slider .active .item img {
    transition: 7s all ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider .slider-info {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}


.main-slider .slider-info .title{
    color: #ffffff;
    font-size: 123px;
    text-align: center;
    text-transform: uppercase;
}

.main-slider .slider-info .text{
    text-align: center;
}

/*Main slider end*/

div.text span{
    color: #ffffff;
    font-size: 30px;
    margin-top: 8px;

}
.section-title{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-top: 64px;

}
.section1{
    background-color: #424344;
    padding-bottom: 70px;
}

.divider {
    color: #ffffff;
    margin-top: 80px;
    margin-bottom: 100px;
}

.divider h3{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-top:-8px;
    text-transform: uppercase;
    font-weight: normal;
}

.divider .line {
    width: 100%;
    height: 1px;
    background-color: #5a5a5c;
}

.divider .line i.left {
    position: absolute;
    right: -6px;
    float: right;
    margin-top: -5px;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #5a5a5c;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition: 0.4s all ease;
}

.divider .line i.right {
    position: absolute;
    left: -6px;
    float: left;
    margin-top: -5px;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #5a5a5c;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition: 0.4s all ease;
}

.divider:hover .line i.left,
.divider:hover .line i.right {
    transition: 1s all ease;
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
}

.divider.aboutus{
    margin-top: 120px;
}

.project-pic{
    width: 354px;
    height: 258px;
}

.last-project{
    margin-top: 50px;
    direction: ltr;
}

.last-project .owl-theme .owl-controls {
    right: 0;
    left: 0;
    margin: 30px auto 0 auto;
    position: absolute;
    z-index: 999;
}

.last-project .owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
    background: #ffffff;
}


.pic{
    display: block;
    width: 354px;
    height: 258px;
    overflow: hidden;
}
.project-comment{

    background-color: #202223;
    width: 354px;
    padding: 35px 52px 20px 52px;

}
.Triangle{
    background: url('image/sprite.png') no-repeat -103px -142px;
    width: 8px;
    height: 16px;
    float: left;
    margin-top: 5px;
}
.project-text{
    color: #7e7f7f;
    margin-left: 20px;
    line-height: 25px;
}

.about,
.about p{
    margin: 30px 10px;
    font-size: 18px;
}

div.about span{
    color: #6d6e6e;
    display: block;
    font-size: 16px;
    text-align: center;
}

a.my-btn,
a.my-btn:active,
a.my-btn:hover
{
    margin: 0 auto;
    display: block;
    width: 175px;
    background-color: #999999;
    color: #ffffff;
    padding: 9px 45px;
    border: solid 0px #999999 !important;
    text-decoration: none;
    text-align: center;
}

.view{
    margin: 40px 0px 40px 540px;
    padding-bottom: 70px;
}
.section3-img {
    background: url("image/background-2.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 465px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    direction: ltr;
}

.section3-img .owl-carousel .item {
    margin-top: 80px;
    direction: rtl;
}

.section3-img .owl-carousel .item span.title {
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.comma{
    background: url('image/sprite.png') no-repeat -9px -181px;
    width: 61px;
    height: 51px;
    margin: 30px auto;
}

.section3-img .owl-theme .owl-controls {
    right: 0;
    left: 0;
    margin: 150px auto 0 auto;
    position: absolute;
}

.section3-img .owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
    background: #ffffff;
}


.algedra{
    background: url('image/sprite.png') no-repeat -346px -81px;
    width: 141px;
    height: 100px;
    float: right;
    margin-right: 20px;
}
.quadro{
    background: url('image/sprite.png') no-repeat -347px -9px;
    width: 140px;
    height: 44px;
    margin: 50px auto 0 auto;
}
.alge{
    background: url('image/sprite.png') no-repeat -363px -206px;
    width: 109px;
    height: 103px;
    float: left;
    margin-left: 20px;

}

.our-group {
    padding-bottom: 0px;
}

.our-group .divider {
    margin-top: 90px;
}

.our-group span{
    display: block;
    margin-top: 70px;
    margin-bottom: 15px;
}

.our-group ul.group a {
    font-size: 0;
    display: block;
}

.our-group ul.group{
    padding: 0;
    margin: 50px 0 50px 0;
    list-style: none;
    text-align: center;
}

.our-group ul.group li {
    display: inline-block;
}

.our-group ul.group li {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right: 30px;
    margin-left: 30px;
}

.our-group ul.group li img {
    transition: 0.8s all ease;
    -webkit-filter: grayscale(1%);
    filter: grayscale(1%);
}

.our-group ul.group li:hover img {
    transition: 0.8s all ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.section5{
    background-color: #333333;
    min-height: 360px;
}

.section5 a,
.section5 a:active {
    text-decoration: none;
    color: #aaaaaa;
    transition: 0.7s all ease;
}

.section5 a:hover {
    color: #ffffff;
    transition: 0.7s all ease;
}

.section5 .logo-footer-bg{
    background: #333333 url("image/logo-footer-bg.png") no-repeat left 20px  center;
    padding-bottom: 35px;
    padding-top: 90px;
}

.footer{
    color: #aaaaaa;
}

.contact-section{

}

.contact-section b {
    display: block;
    margin-bottom: 15px;
}

.contact-form{
    float: right;
}
.address{
    font-size: 16px;
    margin-top: 0 !important;
}
.address:after{
    background: url('image/sprite.png') no-repeat -154px -142px;
    width: 11px;
    height: 17px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}
.add{
    margin-top: 30px;
}
.phone{
    font-size: 16px;
    margin-top: 30px;
}
.phone:after{
    background: url('image/sprite.png') no-repeat -158px -180px;
    width: 15px;
    height: 15px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}
.full-address{
    display: block;
    font-size: 15px;
}
.phone-color {
    color: #c79f5a;
}
.email{
    font-size: 16px;
    margin-top: 11px;
}
.email:after{
    background: url('image/sprite.png') no-repeat -181px -144px;
    width: 18px;
    height: 12px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}
.contact{
    font-size: 16px;
}
.contact:after{
    background: url('image/sprite.png') no-repeat -122px -141px;
    width: 18px;
    height: 18px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}
.input-box{
    float: left;
    background-color: transparent;
    color: #aaaaaa;
    border: solid 1px #aaaaaa;
    padding: 5px;
    width: 270px;
    margin-top: 20px;
    outline: none;
    direction: rtl;
}

textarea.Message-box{
    float: left;
    background-color: transparent;
    color: #aaaaaa;
    border: solid 1px #aaaaaa;
    padding: 5px 5 60px 5px;
    width: 270px;
    height: 100px;
    text-wrap: avoid;
    margin-top: 20px;
    outline: none;
    direction: rtl;
    resize: none;
}

.send-btn,
.send-btn:active,
.send-btn:focus,
.send-btn:hover {
    float: left;
    background-color: #967b4e;
    color: #ffffff;
    padding: 5px 33px;
    border: solid 0px #967b4e !important;
    border-radius: 0px !important;
    margin-top: 10px;
    float: left;
    outline: none;
}

ul.footer-list a:hover{
    text-decoration: none;
    color: #c79f5a;
}

ul.footer-list{
    list-style: none;
    margin-right: 80px;
    margin-top: 41px;
}
ul.footer-list li{
    margin-top: 11px;
}
ul.footer-list li a,
ul.footer-list li a:active {
    color: #aaaaaa;
    text-decoration: none;
    line-height: 33px;
}
.facebook{
    color: #aaaaaa;
    font-size: 13px;
    text-decoration: none;

}
.facebook:after{
    background: url('image/sprite.png') no-repeat -233px -6px;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;

}
.plus{
    color: #aaaaaa;
    font-size: 13px;
    text-decoration: none;

}
.plus:after{
    background: url('image/sprite.png') no-repeat -233px -47px;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;

}

.twitter{
    color: #aaaaaa;
    font-size: 13px;
    text-decoration: none;

}
.twitter:after{
    background: url('image/sprite.png') no-repeat -233px -90px;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;

}

.instagram{
    color: #aaaaaa;
    font-size: 13px;
    text-decoration: none;

}
.instagram:after{
    background: url('image/sprite.png') no-repeat -233px -133px;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;

}
.linkedin{
    color: #aaaaaa;
    font-size: 13px;
    text-decoration: none;

}
.linkedin:after{
    background: url('image/sprite.png') no-repeat -233px -177px;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    float: right;
    margin-left: 10px;

}
.service{
    color: #977a4e;
    font-size: 16px;
    font-weight: bold;
}
.our-service{
}
ul.service-list{
    margin-top: 22px;
    list-style: none;
}
ul.service-list li{

    margin-top: 7px;
    padding-top: 7px;
    padding-bottom: 2px;
    border-top: solid 1px #737373;

}
ul.service-list li a,
ul.service-list li a:active {
    text-decoration: none;
    color: #aaaaaa;
    font-size: 15px;
}

ul.service-list li a:hover{
    color: #c79f5a;
}

ul.service-list li a:before{
    background: url('image/sprite.png') no-repeat -131px -184px;
    width: 4px;
    height: 8px;
    display: block;
    content: '';
    margin-top: 5px;
    margin-left: 5px;
    float: right;
    transform: rotate(180deg);
}

.advance-social{
    background-color: #333333;
}

.advance-social ul.footer-list-2 {
    padding: 10px 0 5px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.advance-social ul.footer-list-2 li {
    display: inline-block !important;
}

.advance-social ul.footer-list-2 li a {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    background: url('image/sprite.png') no-repeat;
}

.advance-social ul.footer-list-2 li a:after {  display: none !important;  }
.advance-social ul.footer-list-2 li a.facebook{ background-position: -233px -6px; }
.advance-social ul.footer-list-2 li a.plus{ background-position:  -233px -47px; }
.advance-social ul.footer-list-2 li a.twitter{ background-position:  -233px -90px; }
.advance-social ul.footer-list-2 li a.instagram{ background-position: -233px -133px; }
.advance-social ul.footer-list-2 li a.linkedin{ background-position: -233px -177px; }


.copy{
    background-color: #1b1d1f;
    box-sizing: content-box;
}

.copyright{
    color: #ffffff;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.copyright a,
.copyright a:hover,
.copyright a:active {
    color: #ffffff;
    text-decoration: none;
}

.serv{
    color: #ffffff;

}
div.project-text a{
    text-decoration: none;
    color: #7e7f7f;

}
div.project-text:hover a{
    text-decoration: none;
    color: #ffffff;

}

div.project-text a:hover{

}

div.project-text:hover span{
    color: #ffffff;

}
a.pic:hover div.project-text a{
    text-decoration: none;
    color: #ffffff;

}
a.pic:hover div.project-text span{
    color: #ffffff;
}

/*Single page*/
/*------------------------------------------------------------------------------*/

.page-content-title a,
.page-content-title a:hover,
.page-content-title a:active {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 33px;
}


.page-content-title.archive a,
.page-content-title.archive a:hover,
.page-content-title.archive a:active {
    color: #ffffff !important;
}

.page-content-title.archive .menu-breadcrumb {
    color: #ffffff !important;
}

.page-content-title {
    height: 250px;
    box-sizing: border-box;
}

.page-content-title  h1 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-top: -14px;
}

.page-content-title .divider {
    margin-top: 120px;
    font-size: 22px;
}

.page-content-title .divider a {
    font-size: 22px;
}

.page-content-title .divider .line,
.page-content-title .divider .line i {
    background-color: #ffffff;
}

.menu-breadcrumb {
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 30px;
}

.menu-breadcrumb a,
.menu-breadcrumb a:hover,
.menu-breadcrumb a:active {
    color: #ffffff;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}

.page-content {
    background-color: #424344;
    color: #aaaaaa;
    line-height: 25px;
    font-size: 18px;
}

.page-content .content {
    padding: 50px 0 50px 0;
}

.page-content .content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.page-content .content img.alignleft{
    display: block;
    float: left;
    margin: 15px 15px 15px 0;
}

.page-content .content img.alignright{
    display: block;
    float: right;
    margin: 15px 0 15px 15px;
}

.page-content .content img.aligncenter {
    display: block;
    margin: 15px auto;
}

.page-content .row-archive {
    margin-bottom: 60px;
}

.page-content .row-archive .item {
    margin-bottom: 30px;
}

.page-content .row-archive img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.page-content .row-archive .item .image-data .clever-box {
    transform: translate(0, 82px);
}

.page-content .row-archive .item .image-data:hover .clever-box {
    transform: translate(0, 0);
}

.page-content .pagenavi {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0;
}

.page-content .pagenavi,
.page-content .pagenavi a,
.page-content .pagenavi a:hover,
.page-content .pagenavi a:active
{
    color: #222222;
}

/*Contact form*/
/*------------------------------------------------------------------------------*/

.page-contact label {
    direction: rtl !important;
    float: right;
}

.page-content .contact-form input[type="text"],
.page-content .contact-form input[type="email"],
.page-content .contact-form input[type="submit"],
.page-content .contact-form textarea {
    direction: rtl;
    text-align: right;
    border-radius: 0px;
    outline: none;
    resize: none;
}

.form-control,
.form-control:focus {
    border-width: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-content .contact-form input[type="submit"]{
    background-color: #333333;
    border-width: 0px;
}

.page-content .social-item{
    margin-left: 30px;
}

.page-content .social-item span {
    display: block;
    color: #aaaaaa;
}

.page-content .social-item h3 {
    font-size: 16px;
    font-weight: bold;
}

.page-contact ul.social-box li a,
.page-contact ul.social-box li a:active {
    color: #aaaaaa;
    text-decoration: none;
    line-height: 33px;
    font-size: 13px;
}

.page-contact ul.social-box li a:hover{
    color: #aaaaaa;
}

.page-contact ul.social-box{
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-contact ul.social-box li{
    display: block;
    margin-top: 5px;
}

/*Single page - (project gallery) */
/*------------------------------------------------------------------------------*/

.project-gallery {
    background: #424344;
    padding-top: 0px;
    padding-bottom: 50px;
}

.project-gallery h3 {
    color: #372e1f;
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-gallery .divider-box {
    margin-bottom: 75px;
}

.project-gallery .items-box img {
    width: 100%;
    display: block;
    /*padding: 1px;*/
}

.project-gallery .items-box .item {
    padding: 4px;
    margin-bottom: 0px;
}

.project-gallery .items-box .item figure {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #f7b61c !important;
}

.project-gallery .items-box .item figure figcaption {
    background-color:#b68418 !important;
}

[class*=' imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:before,
[class^=imghvr-shutter-in-]:after,
[class^=imghvr-shutter-in-]:before {
    background: #d7a02a !important;
}

.project-gallery .items-box .item figure h3 {
    font-size: 40px;
}

.project-gallery .items-box .item figure span {
    font-size: 15px;
}

/*Contact 7*/
/*------------------------------------------------------------------------------*/

span.wpcf7-not-valid-tip {
    display: block !important;
    padding-top: 15px !important;
    direction: ltr !important;
}

.wpcf7-validation-errors {
    display: none !important;
}

/*search-form*/
/*------------------------------------------------------------------------------*/

.main-menu-section .search-form {
    margin-top: 52px;
    position: relative;
    width: 70%;
    float: left;
}

.main-menu-section .search-form input[type="text"] {
    position: absolute;
    border-width: 0;
    width:15%;
    direction: rtl;
    padding: 6px 4px 6px 40px;
    left: 0;
    background-color: transparent;
    z-index: 9999999;
    transition: all 0.2s ease;
    outline: none;
    color: #aaaaaa;
    opacity: 0.3;
}

.main-menu-section .search-form input[type="text"]:focus{
    width: 100%;
    transition: all 0.2s ease;
    border: solid 1px #aaaaaa;
    opacity: 1;
}

.main-menu-section .search-form input[type="submit"] {
    position: absolute;
    left: 0;
    margin-left: 9px;
    margin-top: 9px;
    border-width: 0;
    background: url('image/sprite.png') no-repeat -9px -142px;
    width: 17px;
    height: 16px;
    z-index: 99;
    outline: none;
}

/*full-menu*/
/*------------------------------------------------------------------------------*/

.full-menu ul.social-box-fullmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.full-menu ul.social-box-fullmenu li {
    display: inline-block;
    margin-left: 15px;
}

.full-menu ul.social-box-fullmenu li:last-child {
    margin-left: 0;
}

.full-menu ul.social-box-fullmenu li a {
    font-size: 0;
    text-decoration: none;
}

.full-menu ul.social-box-fullmenu li a:after {
    background: url('image/sprite.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    float: left;
}

.full-menu ul.social-box-fullmenu li a.facebook2:after{  background-position: -233px -6px;  }
.full-menu ul.social-box-fullmenu li a.plus2:after{  background-position: -233px -47px;  }
.full-menu ul.social-box-fullmenu li a.twitter2:after{  background-position: -233px -90px;  }
.full-menu ul.social-box-fullmenu li a.instagram2:after{  background-position: -233px -133px;  }
.full-menu ul.social-box-fullmenu li a.linkedin2:after{  background-position: -233px -177px;  }

/* General link styles */

.full-menu a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.full-menu a:hover {
    color: #ffffff;
}

.full-menu a::before {
    content: attr(farsibase);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #c79f5b;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.4s 0.3s;
    transition: width 0.4s 0.3s;
}

.full-menu a:hover::before {
    width: 100%;
}

/*.full-menu a,*/
/*.full-menu a:active {*/
    /*color: #ffffff;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
    /*transition: all 0.5s ease;*/
/*}*/

/*.full-menu a:hover {*/
    /*color: #c79f5b;*/
/*}*/

.full-menu {
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate(-5000px, 0);
    transition: all 0.7s ease;
    z-index: 999;
    overflow: hidden;
}

.full-menu.view-menu {
    transform: translate(0, 0);
    transition: all 0.3s ease;
}

.full-menu ul.main-full-menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-menu ul.main-full-menu li {
    display: block;
    min-height: 53px;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    transform: translate(0, -100%);
}

.full-menu.view-menu ul.main-full-menu li {
    transform: translate(0, 0);
    transition: all 1.5s ease;
}

/*Main menu*/

.main-menu-section .main-menu {
    position: relative;
    margin-top: 35px;
    margin-left: -11px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    z-index: 999999999;
}

/*.main-menu-section .main-menu.is-active {*/
    /*position: fixed;*/
/*}*/

.main-menu-section .main-menu:after {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 15px;
    right: 10px;
    opacity: 0.5;

    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-animation: menuattent 3s ease infinite;
    -moz-animation: menuattent 3s ease infinite;
    -ms-animation: menuattent 3s ease infinite;
    -o-animation: menuattent 3s ease infinite;
    animation: menuattent 3s ease infinite;
}

.main-menu-section .main-menu.color:after {
    background-color: rgba(64, 64, 64, 1);
}

.main-menu-section .main-menu.color.is-active:after {
    background-color: rgba(255, 255, 255, 1);
}

.main-menu .hamburger-inner,
.main-menu .hamburger-inner::before,
.main-menu .hamburger-inner::after {
    background-color: #939596 !important;
}

.main-menu.color .hamburger-inner,
.main-menu.color .hamburger-inner::before,
.main-menu.color .hamburger-inner::after {
    background-color: #000000 !important;
}

.main-menu.color.is-active .hamburger-inner,
.main-menu.color.is-active .hamburger-inner::before,
.main-menu.color.is-active .hamburger-inner::after{
    background-color: #d7a02a !important;
}

@-webkit-keyframes menuattent{
    0%{opacity: 0.8;-webkit-transform: scale(0);}
    20%{opacity: 0;-webkit-transform: scale(2.5);}
    100%{opacity: 0;-webkit-transform: scale(2.5);}
}
@-moz-keyframes menuattent{
    0%{opacity: 0.8;-moz-transform: scale(0);}
    20%{opacity: 0;-moz-transform: scale(2.5);}
    100%{opacity: 0;-moz-transform: scale(2.5);}
}
@-ms-keyframes menuattent{
    0%{opacity: 0.8;-ms-transform: scale(0);}
    20%{opacity: 0;-ms-transform: scale(2.5);}
    100%{opacity: 0;-ms-transform: scale(2.5);}
}
@-o-keyframes menuattent{
    0%{opacity: 0.8;-o-transform: scale(0);}
    20%{opacity: 0;-o-transform: scale(2.5);}
    100%{opacity: 0;-o-transform: scale(2.5);}
}
@keyframes menuattent{
    0%{opacity: 0.8;transform: scale(0);}
    20%{opacity: 0;transform: scale(2.5);}
    100%{opacity: 0;transform: scale(2.5);}
}

/*Hover effect*/

.image-data{
    position: relative;
    overflow: hidden;
    color: #7e7f7f;
    margin-right: 0px;
}

.last-project .image-data{
    margin-right: 10px;
}

.image-data a,
.image-data a:active {
    color: #ffffff;
    text-decoration: none;
}

.image-data a:hover{
    color: #ffffff;
}

.image-data img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    transition: 0.5s all ease;
}

.image-data .clever-box {
    text-align: right;
    background-color: rgba(32, 34, 35, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translate(0, 69px);
    transition: 0.5s all ease;
}

.image-data:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
    transition: 0.5s all ease;
}

.image-data:hover .clever-box {
    color: #ffffff;
    background-color: rgba(199, 159, 91, 1);
    transform: translate(0, 0);
    transition: 0.5s all ease;
}

.image-data.hover .clever-box {
    transform: translate(0, 0);
    transition: 1s all ease;
}

.image-data .clever-box h3 {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    padding: 7px 15px 0px 15px;
}

.image-data .clever-box h3:after{
    float: right;
    content: '';
    margin-left: 10px;
    margin-top: 3px;

    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #7e7f7f;
    transform: rotate(90deg);
    transition: 0.5s all ease;
}

.image-data:hover .clever-box h3:after {
    border-top: 8px solid #ffffff;
    transition: 0.5s all ease;
}

.image-data .clever-box span {
    font-size: 14px;
    display: block;
    margin-top: 15px;
    padding: 0 15px 0 0;
}

.image-data .clever-box a {
    display: block;
    margin-top: 15px;
    padding: 0 15px 15px 0;
}

#swipebox-container{
    direction: ltr !important;
}