/* bone v2.1 */
html{
    height: 100%;
    /*font-size: 62.5%;*/    /* will make 1rem = 10px */
}
body{
    font-family: 'Roboto', sans-serif;   
    /*font-size: 1.5rem; */
    margin-top: 100px;
    background: #000;
}
button, a{
    text-decoration: none;
    border: 0;
    color: #747474;
    outline: 0 transparent;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    text-decoration: underline; 
}
.clearboth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -32px 0 0 -32px;
    border-radius:100%;
    z-index: inherit;
}
.back{
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.back.loaded{
    opacity: 1; 
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}  
.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 0.8rem;
}
.photo img{
    width: 100%;
    left: 0;  
    top: 0;
    display: block;
    opacity:0;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.photo.loaded{
    background: transparent;
}
.photo.loaded img{
    opacity:1;
}
.embed-responsive img{
    position: absolute;
}

.close{
    font-family: sans-serif;
}
::-webkit-input-placeholder{color:#a4a4a4}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
:-moz-placeholder{color:#a4a4a4}
::-moz-placeholder{color:#a4a4a4}
:-ms-input-placeholder{color:#a4a4a4}
.icon-qv{
    margin-right: 6px;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?gwzarh');
    src: url('../fonts/icomoon.eot?gwzarh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gwzarh') format('truetype'),
    url('../fonts/icomoon.woff?gwzarh') format('woff'),
    url('../fonts/icomoon.svg?gwzarh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-qv:before {
    content: "\e900";
}
::-webkit-scrollbar {
    width: 10px; 
}
::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 2px #eee;
    box-shadow: inset 1px 1px 2px #eee;
    border: 1px solid #ddd;
}
::-webkit-scrollbar-thumb {
    background: #777;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155,155,155,.4);
    box-shadow: inset 1px 1px 2px rgba(155,155,155,.4);
}
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 10px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb:active {
    background: #aac843;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
}

/* COMMON */
.banner{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.banner a{
    display: block;
}

h2.sub-title{
    margin-bottom: 1.4rem;
    font-size: 2rem;
    color: #aac843;
    line-height: 1; 
} 
h2.sub-title small{
    display: block;
    font-size: 1.2rem;
}

.bg-black{
    background-color: #000;
}
.bg-pattern{
    position: relative;
}
.bg-pattern:after{
    content: "";
    background: url(../images/bg-lines.png) center top;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg-pattern .container{
    position: relative;
    z-index: 1;
}
.bg-dark{
    background-color: #121212!important;
}
.bg-dark95{
    background-color: rgba(0,0,0,0.95)!important;
}
.bg-dark98{
    background-color: rgba(17, 17, 17,0.98)!important;
}
.half-white{
    position: relative;
}
.half-white:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #f7f7f7;
    z-index: 0;
}
.half-white .container{
    position: relative;
    z-index: 1;
}
.half-white .border-left{
    border-color: #aac843!important;
}

.text-green{
    color: #aac843;
}

.btn{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.btn-link{
    font-size: 0.9rem;
    padding: 0;
    display: block;
    line-height: 24px;
    color: rgba(255,255,255,0.5);
    outline: 0!important;
    text-decoration: none!important;
    box-shadow: none!important;
}
.btn-link .fa{
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border: 2px solid;
    line-height: 20px;
}
.btn-link .fa-angle-left{
    margin: 0 10px 0 0; 
}
.btn-link:hover{
    color: #aac843;
}


.floating-btns{
    position: fixed;
    margin-top: 122px;
    top: 50%;
    left: 0;
    z-index: 997;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
.floating-btns a{
    height: 34px;
    line-height: 34px;
    font-size: 0.8rem;
    font-weight: 700;
    width: 120px;
    text-align: center;
    display: block;
    background: #aac843;
    color: #000;
    margin: 0 1px;
    white-space: nowrap;
    float: left;
}
.floating-btns a:hover{
    background: #fff;
    color: #aac843;
    text-decoration: none; 
}


.social-links{
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 54px; 
}
.social-links a{
    float: right;
    display: inline-block;
    color: #000;
    margin-left: 14px;
    font-size: 1.2rem;
}
.social-links a:hover{
    color: #aac843;
}
.header .social-links a:hover,
.header.scrolled .social-links a:hover{
    color: #aac843!important;
}

.footer{
    border-top: 3px solid #aac843;
    color: #747474;
    font-size: 0.9rem;
    border-bottom: 1px solid #404040;
}
.footer a{
    color: #747474;
}
.footer a:hover,
.footer a.selected{
    color: #aac843;
}
.footer .copyrights{
    font-size: 0.8rem;
}
.footer .nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .nav li{
    float: left;
    width: 48%;
    margin: 0 2% 2px 0;
    padding: 0;
}
.footer .nav li a{
    display: inline-block;
    line-height: 1.1;
}
.footer .nav li a:hover,
.footer .nav li a.selected{
    color: #aac843;
    text-decoration: none; 
}
.footer .nav li a.selected{
    font-weight: 700;
}
.footer .nav.full li{
    margin: 0;
    width: 100%;
}
.footer .nav:after{
    content: "";
    display: block;
    clear: both;
}
.footer .col-md-3{
    border-left:1px solid #404040;
}
.footer .col-md-3:first-child{
    border-left: 0;
}
.footer .input{
    position: relative;
    height: 30px;
    padding-right: 30px;
    margin-bottom: 12px;
    margin-top: 6px;
}
.footer .input input{
    height: 30px;
    line-height: 30px;
    background: #323233;
    color: #fff;
    width: 100%;
    font-size: 0.8rem;
    border: 0;
    outline: 0;
    text-indent: 15px;
}
.footer .input a{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #aac843;
    color: #000;
}
.footer .input a:hover{
    background: #fff;
    color: #aac843;
}
.footer-logo{    
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 30px;
}
.footer-logo:after{  
    content: "";  
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #aac843;
}
.footer .social-links{
    position: relative;
    right: 0;
    line-height: inherit;
    margin-bottom: 16px;
}
.footer .social-links a{
    color: #aac843;
    font-size: 1rem;
}
.footer .social-links a:hover{
    color: #fff;
}
.footer h5{
    margin-bottom: 6px;
    font-size: .85rem;
}

.popup{
    visibility: hidden;
    opacity:0;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow: auto;
}
.popup.selected{
    visibility: visible;
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.popup .container{
    position: relative;
}          
/*.popup .container{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);    
    top: 50%; 
}  */

.popup .close-btn{
    background: url(../images/close-btn.png) no-repeat;
    opacity:0.5;
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
}
.popup .close-btn:hover{
    opacity:1;
}


.popup-active{
    overflow: hidden;
}

.request-form{
    margin-top: 20px;
}
.request-form label{    
    color: #909090;
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    margin: 0; 
    z-index: 0;
    font-size: 0.9rem;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;    
}
.request-form .form-control{
    padding-left: 0;
    background: transparent!important;
    border: 0;
    border-bottom: 1px solid #aac843!important;
    outline: 0!important; 
    -webkit-box-shadow: none!important;   
    box-shadow: none!important;   
    color: #aac843; 
    text-indent: 0; 
    z-index: 1;
    position: relative;
}
.request-form .form-group{
    position: relative;  
    margin: 40px 0 10px;
}
.request-form .form-group.active label{
    bottom: 100%;
    font-size: 0.7rem;
}

.btn{
    box-shadow: none!important;
}
.btn-primary {
    background-color: #aac843;
    border-color: #aac843;
}
.btn-primary:hover {
    color: #aac843;
    background-color: #fff;
    border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #aac843;
    background-color: #fff;
    border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.header{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 23px;
    padding-bottom: 23px;
    text-align: center;
    background: #e6e6e6;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.header .container{
    position: relative;
    height: 54px;
}
.header .main-logo{
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    line-height: 54px;
    width: 156px;
    height: 54px;
}
.header .main-logo img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.header #mainLogo1{
    opacity:0;
}
.header .btn-nav{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -27px;
    display: block;
    width: 54px;
    height: 54px;
}
.header .btn-nav:before,
.header .btn-nav:after{
    content: "";
    height: 3px;
    width: 54px;
    background: #000;
    display: block; 
    position: absolute;
    left: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;    
}
.header .btn-nav:before{
    top: 22px;
}
.header .btn-nav:after{
    top: 30px;
}
.header .btn-nav:hover:before{
    top: 25px;
    -webkit-transform: rotate(-90deg);
    -mos-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.header .btn-nav:hover:after{
    top: 25px;
    -webkit-transform: rotate(180deg);
    -mos-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header .btn-nav.selected:before{
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -mos-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.header .btn-nav.selected:after{
    top: 25px;
    -webkit-transform: rotate(225deg);
    -mos-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

body.home{
    margin-top: 0;
}
body.home .header{
    background: transparent;
}
body.home .header .social-links a{
    color: #fff;
}
body.home .header .btn-nav:before,
body.home .header .btn-nav:after{
    background: #fff;
}
body.home #mainLogo1{
    opacity:1;
}
body.home #mainLogo2{
    opacity:0;
}

.header.scrolled{
    background: #e6e6e6!important;
}
.header.scrolled .social-links a{
    color: #000!important;
}
.header.scrolled .btn-nav:before,
.header.scrolled .btn-nav:after{
    background: #000!important;
}
.header.scrolled #mainLogo1{
    opacity:0;
}
.header.scrolled #mainLogo2{
    opacity:1;
}

.main-menu{
    overflow: auto;
    position: absolute;
    top: 120px;
    bottom: 30px;
    left: 15px;
    right: 15px;
}
.main-menu:after{
    content: "";
    clear: both;
    display: block;
}
.main-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu li{
    margin: 14px 0 0;
    padding: 0;
}
.main-menu a{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 1.4rem;
    display: inline-block;
}
.main-menu a:hover{
    color: #aac843;
    text-decoration: none;
}
.main-menu a.selected{
    color: #aac843;
    font-weight: 700;
}
.main-menu .close-btn{
    left: 0;
    right: auto;
}
.menu-logo{
    position: absolute;
}

.sub-banner{
    position: relative;
    min-height: 480px;
    overflow: hidden;
}
.sub-banner .back{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: center;
}
.sub-banner .back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5) url(../images/bg-lines.png) center;
}


/* Listing */
.listing{
    position: relative;
}
.listing:after{
    content:"";
    clear: both;
    display: block;
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;   
}
.listing .subtitle{
    font-weight: 400;    
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 2;   
}
.listing .date{
    display: block;
    line-height: 1;
    font-size: 1.1rem;
} 
.listing .info{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 18px;
    max-height: 36px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 2; 
}  
.listing .summary{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 18px;
    max-height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}
.listing .details{
    position: relative;
    display: block;
}  

/* Paging */
.page-numbering{
    margin: 50px 0 0;
    width: auto;
    text-align: center;    
    clear: both;
    min-height: 30px;
}
.page-numbering:after{
    content:"";
    clear: both;
    display: block;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    min-height: 24px;
    width: auto;
}
.page-numbering li{
    height: 24px;
    margin: 0 8px;                                                                                  
    padding: 0 ;
    display: inline-block;
    text-align: center;
}
.page-numbering a{
    display: block;
    font-size: 0.9rem;
    line-height: 24px;
    color: #444;
    background-color: transparent;
    position: relative;
    height: 24px;
    z-index: 1;
}
.page-numbering a:hover{
    color: #aac843;
    text-decoration: none;
}
.page-numbering a i{
    display: block;
    color: #aac843;
    line-height: 24px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.page-numbering a:hover i{
    color: #aac843;
}
.page-numbering a.selected{    
    color: #aac843;
}
.page-numbering a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    opacity:0;
    display: block;
    background: #aac843;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.page-numbering a.selected:after{
    opacity:1;
}


/* HOME */
.main-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 480px;
    overflow: hidden;
    position: relative;
}
.main-banner .flexslider{
    height: 100%;
}
.main-banner .slides{
    height: 100%;
}
.main-banner .slides li{
    height: 100%;
    position: relative;
}
.main-banner .slides img{
    position: relative;
    z-index: 0;
    width: 100%;     
    -webkit-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -moz-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -ms-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -o-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    transition: opacity .35s ease-in-out, transform 7s ease-in-out;
}
.main-banner .flex-active-slide img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.main-banner .holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-banner .slides li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5) url(../images/bg-lines.png)  center;
}
.main-banner .container{
    margin: auto;
    position: relative;
    z-index: 2;
    height: 100%;
}
.main-banner .details{
    position: relative;
    top: 50%;
    color: #fff;
    font-size: .8rem;
    text-shadow:0 0 1px #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner .details:before{
    content: "";
    position: absolute;
    top: -22px;
    left: 0;
    display: block;
    width: 46px;
    height: 3px;
    background: #fff;
}
.main-banner h2{
    font-size: 2rem;
     margin-bottom: 1.2rem;
    font-weight: 700;
}
.main-banner h3{
    margin-bottom: .4rem;
    font-size: 3.1rem;
    font-weight: 700;
}
.main-banner .btn-link{
    display: inline-block;
}

.flex-control-paging li a{
    border: 1px solid #aac843;
    background: transparent;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
    background: #aac843;
}

.featured-services{
    padding-bottom: 60px; 
}
.featured-services h2.sub-title{

}
.featured-services .content{
    color: #fff;
    position: relative;
    font-size: 0.9rem;
    padding-top: 26px;
}
.featured-services .content:before{
    content: "";
    height: 3px;
    width: 46px;
    background: #aac843;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
     
.services-tabs{
    margin: 0 auto;
}
.services-tabs:after{
    content: "";
    display: block;
    clear: both;
}
.services-tabs ul{
    margin: 0;
    padding: 0;
}
.services-tabs li{
    margin: 0;
    padding: 0;
    width: 75px;
    height: 300px;
    float: left;
    border-left: 1px solid #aac843;
    overflow: hidden;
    position: relative;
}
.services-tabs li a{
    display: block;
    color: #fff;
    line-height: 75px;
    font-size: 1.1rem;
    padding: 0 25px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    white-space: nowrap;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: -75px;
    width: 300px;
    height: 75px;
}
.services-tabs li a:hover{
    background: #aac843;
    color: #fff;
    text-decoration: none;
}
.services-tabs li a.selected{
    background: #aac843;
    color: #fff;
    font-size: 1.4rem;
}

.no-csstransforms .services-tabs li{
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #aac843;
}
.no-csstransforms .services-tabs li a{
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    line-height: normal;
    padding: 12px 20px;
} 

.listing.we-share{}
.listing.we-share .photo{
    padding-bottom: 56.25%; 
    z-index: 2;   
}
.listing.we-share .photo img{
    position: absolute;
}
.listing.we-share a.photo:hover{
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -ms-transform:scale(0.95);
    -o-transform:scale(0.95);
    transform:scale(0.95);
}
.listing.we-share .details{
    position: relative;
    padding-top: 18px;
    margin-top: 20px;
}
.listing.we-share .details:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    top: 0;
    left: 0;
    background: #aac843;
}
.listing.we-share .title{
    position: relative;
    font-weight: 700;
    z-index: 1;
    font-size: 1rem;
    color: #aac843;
    max-height: none;
    overflow: visible;
    display: block;
}
.listing.we-share .summary{
    color: #fff;
    z-index: 1;
    margin-bottom: 14px;
    text-align: justify;
    display: block;
    max-height: none;
    overflow: visible;
    font-size: 0.9rem;
    display: block;
}
.listing.we-share .btn-link{
    margin-top: 10px;
}
.listing.we-share .btn-link .fa{
    margin-left: 0;
}

.listing.we-share.full .details{
    padding-top: 0;
    margin-top: 0;
}
.listing.we-share.full .details:before{
    display: none;
}
.listing.we-share.full .photo{
    float: left;
    padding-bottom: 0;
    width: 56%;
    margin-right: 4%;
    margin-bottom: 10px;
}
.listing.we-share.full .photo img{
    position: relative;
}
.listing.we-share.full .title{
    margin-bottom: 12px;
}

.listing.clients .holder{
    overflow: visible;
}
 /*
 .listing.clients .holder:after{
   content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    height: 80px;
    width: 1px;
    margin-top: -40px;
    display: block;
    background: #4d4d4d; 
}  
*/
/*.listing.clients .row div:nth-child(3n) .holder:after{
    display: none;
}  */
/*.listing.clients .photo{
    padding-bottom: 56.25%;
}
.listing.clients .photo img{
    position: absolute;
}*/

.listing.clients.full .row div:nth-child(1n) .holder:after{
    display: block;
}
.listing.clients.full .row div:nth-child(4n) .holder:after{
    display: none;
}

.parallax{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px; 
    color: #fff;
    text-align: center;
}
.parallax .back{        
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    background-size: cover;    
    height: 100%;
    width: 100%;    
    position: absolute;
    z-index:0;
    top: 0;
    left: 0;
}
.parallax .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    z-index: 1;  
}
.parallax .row{
    z-index: 2;
    position: relative;
}
.parallax:after{
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}


/* ABOUT */
.listing.team{
   text-align: center
}
.listing.team .photo{
    padding-bottom: 100%;
    margin-bottom: 10px;
}
.listing.team .photo img{
    position: absolute;
}
.listing.team .photo:after{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0;
   background: rgba(170, 200, 67,.75);
   -webkit-transition: all .35s ease-in-out;
   -ms-transition: all .35s ease-in-out;
   transition: all .35s ease-in-out;
}
.listing.team .title{
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 0.9rem;
    margin-bottom: 4px;
}
.listing.team .position{
    display: block;
    color: #aac843;
    font-weight: 700;
    line-height: 1.2;
    font-size: 0.75rem;
}
.listing.team p{
    margin: 0;
}
.listing.team .email{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 3;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    padding:0 5px;
    font-size:.75rem;  
    opacity: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.team .photo:hover .email{
    opacity: 1;
}
.listing.team .photo:hover:after{
    opacity: 1;
}
.listing.team .btn{
    margin: 14px 0 0;
    display: inline-block;
    float: none;
    font-size: .75rem;
    background: transparent;
    border-color: #aac843;
}
.listing.team .btn:hover{  
    background: #aac843;
    color: #fff;
}

.side-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-nav li{
    margin: 0 0 20px;
    padding: 0;
}
.side-nav li a{
    font-weight: 700;
    color: #b7b7b7;
    position: relative;
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 30px;
}
.side-nav li a:hover,
.side-nav li a.selected{
    color: #aac843;
    text-decoration: none;
}
.side-nav li a:before{
    content: "";
    height: 3px;
    width: 46px;
    background: #aac843;
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.side-nav li:first-child a{
    margin-top: 0;
}
.side-nav li:first-child a:before{
    display: none;
}

.glance-holder{
    text-align: left;
}
.glance-holder .title{
    color: #fff;
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}
.glance-holder .title:before{
    content: "";
    height: 3px;
    width: 46px;
    background: #fff;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.glance-holder .content{
    color: #fff;
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 40px;
}

.arrows-nav{
    text-align: left;
}
.arrows-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.arrows-nav li{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    line-height: 24px;
}
.arrows-nav li a{
    display: inline-block;
    position: relative;     
    padding-left: 34px;
    color: rgba(255,255,255,0.5);
}
.arrows-nav li a:before{
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    border: 2px solid;
    -webkit-border-radius:100%;
    border-radius:100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.arrows-nav li a:hover,
.arrows-nav li a.selected{
    color: #aac843;
    text-decoration: none;
}


/* Portfolio */
.cat-nav{
    margin-bottom: 30px;
    position: relative;
}
.cat-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.cat-nav li{
    float: none;
    margin: 0 12px;
    padding: 0;
    line-height: 50px;
    display: inline-block;
}
.cat-nav .slide{
    margin: 0 0 0 12px;
    line-height: 50px;
    display: inline-block;
}
.cat-nav .slide:first-child{
    margin-left: 0;
}
.cat-nav a{
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    color: #939393;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.cat-nav a:hover,
.cat-nav a.selected{
    color: #aac843;
    text-decoration: none;
}
.cat-nav a:before,
.cat-nav a:after{
    position: absolute;
    left: 50%;
    top: 0;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.cat-nav a:before{
    content: "[";
}
.cat-nav a:after{
    content: "]";
}
.cat-nav a:hover:before,
.cat-nav a.selected:before{
    left: 0;
    opacity:1;
}
.cat-nav a:hover:after,
.cat-nav a.selected:after{
    left: 100%;
    opacity:1;
}

.container #divSubCategories .cat-nav{
    margin-top: -20px;
    border-top: 1px solid #555;
}

.listing.portfolio{
    overflow: hidden;
}
.listing.portfolio .photo{
    padding-bottom: 51%;
}
.listing.portfolio .photo img{
    position: absolute;
}
.listing.portfolio .details{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
}
.listing.portfolio .details:before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity:0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.listing.portfolio .title{
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    color: #aac843;    
    font-weight: 700;
    top: 50%;
    padding-top: 40px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    overflow: visible;
    display: block;
    max-height: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.listing.portfolio .title:before{
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon-view.png) center no-repeat;
    position: absolute;
    left: 50%;    
    display: block;
    margin-left: -11px;
    opacity:0.5;
    top: 0;
}
.listing.portfolio a:hover .title,
.listing.portfolio a.selected .title{
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.listing.portfolio a:hover .details:before,
.listing.portfolio a.selected .details:before{
    opacity:1;
}
.listing.portfolio .row{
    margin: 0;
}

.project-details{
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 80px 0 40px;
    width: 33.33%;
    z-index: 4;
    min-width: 480px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background: rgba(0,0,0,0.25);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.project-details .content{
    max-width: 280px;
    margin-left: 30px;
    /*position: absolute;
    left: 30px;
    bottom: 0;
    top: 0;
    padding-right: 20px;
    right: 100px; */
}
.project-details .title{
    position: relative;
    color: #aac843;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.project-details .title:after{
    content: "";
    height: 3px;
    width: 46px;
    background: #aac843;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.project-details .info{
    margin-bottom: 30px;
    font-size: 0.8rem;
}
.project-details .details{
    text-align: justify;
    font-size: 0.8rem;
    margin-bottom: 16px;
    color: #fff;
}
.project-details .details *{
    font-family: inherit!important;
    font-size: inherit!important;
    color: inherit!important;
}
.project-details.active{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.project-details .slimScrollBar{
    left: 10px;
}

.btn-toggle-details{
    height: 100%;
    width: 90px;
    background: rgba(0,0,0,0.25);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #fff;
    z-index: 10;
}
.btn-toggle-details:hover{
    background-color: rgba(0,0,0,0.5);
}
.btn-toggle-details span{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    width: 33px;
    height: 33px;
    border-radius:100%;
    border:2px solid #fff;
}
.btn-toggle-details span:before{
    content: "";
    position: absolute;
    background: #fff;
    width: 3px;
    height: 3px;
    display: block;
    left: 13px;
    top: 7px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.btn-toggle-details span:after{
    content: "";
    position: absolute;
    background: #fff;
    width: 3px;
    height: 9px;
    display: block;
    left: 13px;
    bottom: 7px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.btn-toggle-details:hover span:before{
    width: 15px;
    top:13px;
    left: 7px;
}
.btn-toggle-details:hover span:after{
    height: 15px; 
}
.btn-toggle-details.active span:before{
    width: 15px;
    top:13px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
    -mos-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-toggle-details.active span:after{
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -mos-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sub-banner .container{
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    height: 100%;
}
.sub-banner .video-holder{
    max-width: 640px;
    margin: 0 auto;
}
.video-holder .video{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; 
}
.video-holder .video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Contact */
.map{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.contact-info{
    color: #636466;
    margin-top: 86px;
    line-height: 2;
    font-size: 0.9rem;
}
.contact-info strong{
    color: #aac843;
    font-size: 1rem;
}
.contact-info a{
    color: #636466;
}

.custom-upload {
    vertical-align: middle;
    height: 32px;
    background: transparent;  
    color: #909090; 
    position: relative;
    cursor: pointer;
    line-height:32px;

}
.custom-upload input[type=file]{
    outline:none;
    position: relative;
    text-align: right;    
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
    cursor: pointer;    
}
.custom-upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
    padding-left: 18px;
    font-size: 0.8rem;
}
.custom-upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 ;
    margin: 0;
    height: 32px;
    width: 100%;
}
.custom-upload .fake-file:after{
    content: "\f0c6";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    z-index: 0;
    width: 18px;
    line-height: 32px;
    text-align: center;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    text-align: left;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.custom-upload:hover .fake-file:after{
    color: #aac843;
}

/* services */
.listing.services{}
.listing.services .photo{
    float: left;
    width: 56%;
    margin-right: 4%;  
    margin-bottom: 10px;
}
.listing.services .details{
    position: relative;
}
.listing.services .title{
    position: relative;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: #aac843;
    max-height: none;
    overflow: visible;
    display: block;
}
.listing.services .summary{
    color: #fff;
    z-index: 1;
    margin-bottom: 14px;
    text-align: justify;
    display: block;
    max-height: none;
    overflow: visible;
    font-size: 0.9rem;
    display: block;
}

/* details */
.details-holder{
    color: #fff;
    padding-bottom: 40px;
}
.details-holder .title{
    position: relative;
    color: #aac843;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 14px
}
.details-holder .title:after{
    content: "";
    height: 3px;
    width: 46px;
    background: #aac843;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gallery .flex-control-nav{
    bottom: 0;
}

.play-btn{
    background: url(../images/icon-play.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
