/*import external stylesheets*/
@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'slick.css';
@import 'slick-theme.css';
@import 'aos.css';


/*import google fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700|Ubuntu:400,500");


*{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*-webkit-transition-property: none !important;
    -webkit-animation: none !important;*/
}


*:focus{
    outline: none;
}

body{
    font-family: 'Montserrat', sans-serif;
}
body.modal-open {
    overflow: hidden !important;
}
img{
    max-width:100%;
    height:auto;
}

/* webkit solution */
.form-control::-webkit-input-placeholder { color: #888888; }

/* mozilla solution - this is for firefox 18+ */
.form-control::-moz-placeholder { color: #888888; }

/* mozilla solution - this is for firefox 18- */
.form-control:-moz-placeholder { color: #888888; }

a:hover{
    text-decoration: none;
}

button,.btn, a:focus{outline: none;}

.w-830 h3{
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0.1em;
    color: #232323;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 42px;
  }

.b-padding-128{
    padding-bottom: 128px;
}

.b-padding-80{
    padding-bottom: 80px;
}

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

.semi-bold-text{
    font-weight: 600;
}

.orange-bg{
    background: #ff4612;
}

.grey-bg{
    background: #232323;
}

.light-grey-bg{
    background: #eaeaea;
}

.black-box {
    background-color: rgba(3, 3, 3, 0.90);
}

.table-caption{
    display: table-caption;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}

.sticky.navbar-default{padding: 20px 15px;}

.sticky.navbar-default .navbar-nav>li>.dropdown-menu {
    padding-top: 20px;
}

.add-transition{

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sticky.navbar-default .navbar-nav {
    padding-top: 0px;
}

.sticky .navbar-brand{
    width: 158px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
/*.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: inherit;
}*/

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    border: 0px;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>.dropdown-menu {
    padding-top: 25px;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 0px;
    background: transparent;
}

.navbar-default .navbar-nav{
    padding-top: 28px;
}

.navbar-default .navbar-nav>li>a {
    color: #575656;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 18px;
    line-height: 15px;
    letter-spacing: -0.03em;
    padding-bottom: 0px;
    font-weight: 600;
    height: 44px;
}

.navbar-default li{margin-right: 5px; position: relative;}

.navbar-default .navbar-nav>li:before {
    display: block;
    content: '';
    border-top: 7px solid #ff4612;
    width: 0px;
    transition: width 150ms ease-in-out;
}
.navbar-default .navbar-nav>li:hover:before {
    width: 100%;
}

.navbar-default .navbar-nav>li.active:before{
    display: block;
    content: '';
    border-top: 7px solid #ff4612;
    width: 100%;
    transition: width 150ms ease-in-out;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ff4612;
    background-color: rgba(231, 231, 231, 0);
}

.navbar-brand{
    display: block;
    height: 100%;
    margin-right: 48px;
    color: #777;
    width: 282px;
}

.navbar-brand img{width: 100%;}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
    color: #ff4612;
    background-color: rgba(231, 231, 231, 0);
    /*border-top: 7px solid #ff4612;*/
}

.dropdown-menu>li>a{
    color: #4f4e4e;
    padding: 12px 15px;
    color: #575656;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.bottom-menu .dropdown-menu>li>a{
    color: #fff !important;
    }

.bottom-menu .dropdown-menu>li {
    color: #373737;
    background: rgba(35, 35, 35, 0.7);
    text-align: center;
}

.nav .open>a .caret{
    color: #ff4612
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(238, 238, 238, 0);
    border-color: rgba(51, 122, 183, 0);
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #ff4612;
}

.dropdown-menu>li{
    background: #fff;
    color: #373737;
}

.header-search{
    float: left;
}

.header-search .form-group{
    margin-bottom: 0px;
    position: relative;
}

.header-search input{
    height: 45px;
    padding: 6px 54px 6px 44px;
    background: #373737;
    border: 0px;
    width: 400px;
    font-size: 11px;
    line-height: 26px;
    letter-spacing: 0.3em;
    color: #fff;
}

.header-search button{
    position: absolute;
    right: 16px;
    top: 10px;
    color: #ff4612;
    background: transparent;
    border:0px;
}
.bottom-menu.navbar-right{
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bottom-menu.navbar-right li>a {
    color: #fff;
    font-size: 11px;
    padding: 12px 15px;
    text-align: left;
}
.bottom-menu.navbar-right li>a:hover {
    color: #ff4612;
    font-size: 11px;
    padding: 12px 15px;
}
.bottom-menu.navbar-right>.active>a {
    color: #ff4612;
    font-size: 11px;
    padding: 12px 15px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0);
}
.bottom-menu .dropdown-toggle{color: #ff4612 !important;}
.bottom-menu .dropdown-menu{padding: 0px;}
.bottom-menu.navbar-right .caret{color: #fff;}


/**********banner***********/

.banner{
    position: relative;padding-top: 700px;z-index: 0;
}

.banner-block{
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
}

.slick-slide{
    outline: none;
    background: #fff;
}

.tile-bottom{

}

.tile-bottom .inner-box{
    height: 100%;
    padding: 50px 50px 96px;
    color: #fff;
}

.tile-bottom .inner-box h3{
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 51px;
    line-height: 61px;
}

.tile-bottom .inner-box h4{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #ff4612;
    margin-bottom: 25px;
    margin-top:-10px;
}

.inner-box p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}
.inner-box .btn-learn-more {
    margin-top: 50px;
    color: #fff;
    margin-left: 23px;
    border-color: #fff !important;
}
.inner-box .btn-learn-more:after{filter: brightness(0) invert(1);}


.tile-slider{position: relative;}

.tile-slider .image{
    display: table;
    width: 100%;
    height: 400px;
    position: relative;
}

.tile-slider .item-name {
    position: absolute;
    top: 11%;
    right: 48px;
    color: #030303;
    font-size: 54px;
    letter-spacing: 0.05em;
    line-height: 54px;
    font-weight: 500;
    text-transform: capitalize;
    width: auto;
}
.tile-slider .item-name span{
    display: block;
    padding-left: 0px;
    margin-top: 20px;
    color: #2f2f2f;
}

.item-name .btn-learn-more{
    margin-right: 40px;
}

.item-name span .fa-car {
    background: #a2a1a1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    padding: 10px;
}

.tile-slider .image img{
    display: table-cell;
    vertical-align: middle;
    line-height: auto;
}
.tile-slider h2 {
    line-height: 44px;
    font-weight: bold;
    font-size: 36px;
    color: #ff4612;
    margin-bottom: 40px;
    margin-top:-10px;
    text-transform:uppercase;
}
.tile-slider .item{
    padding:88px 47px 120px;
}

.tile-slider .item-info ul{
    padding-left: 0px;
    width: 100%;
}

.tile-slider .item-info li {
    width: 50%;
    float: left;
    display: inline;
    position: relative;
    padding-left: 25px;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #030303;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 22px;
    z-index: 1;
    width: 45px;
    height: 45px;
    background: transparent;
}

.slick-next{right: 0px;}
.slick-prev{right: 45px;left: inherit;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
    background: #ff4612;
}

.video-box{
    background: #1f1f1f;
    height: 100%;
}

.video{position: relative;}
.video .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.4);
    top: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.video .overlay a{
    display: block;
    height: 100%;
}

.video:hover .overlay{
    opacity: 1;
    height: 100%;
}
.play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 75px;
    height: 75px;
    background: rgba(255, 255, 255, 0.6);
    color: rgb(0, 0, 0);
    border-radius: 50%;
    padding: 17px 0px 0px 25px;
    font-size: 42px;
}


.video-box .video-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 33px 40px 30px;
    min-height: 221px;
}

.video-info p{margin-bottom: 20px;}

.btn-contact-us {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.2em;
    background: #ff4612;
    padding: 8px 42px;
    color: #fff;
}

.btn-contact-us:hover{
    background: #eaeaea;
    color: #000000;
}

.c2-equal-height{
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.c1-equal-height{
    height: 0;
    padding-bottom: 20%;
    position: relative;
}

.small-box{
    background: #ff4612;
    position: relative;
}

.small-box .overlay.hover-text{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.small-box .overlay.text{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.positio-relative{position: relative;}

.block-link{
    display: block;
    width: 100%;
    overflow-x: hidden;
}

#custom-img img{
    height: 100%;
    width: auto;
}

.o-overlay{
    position: absolute;
    background: rgba(255, 70, 18, 0.4);
    top: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 1;
    top: 0;
    transition: all 0.5s;
}

.o-overlay-hover{
    height: 100%;
    opacity: 1;
    cursor: pointer;
    transition: all 0.5s;
}

#automotive-img, #industrial-img, #shared-img, #custom-img{
    position: relative;
    z-index: -1;
}


.tip-bottom:after {
    position: absolute;
    left: 42%;
    display: inline-block;
    border-right: 24px solid rgba(136, 35, 35, 0);
    border-bottom: 24px solid rgba(255, 70, 18, 0);
    border-left: 24px solid rgba(212, 255, 0, 0);
    border-top: 24px solid #ff4612;
    content: '';
    bottom: -48px;
    z-index: 1;
}

.tip-right:after {
    position: absolute;
    right: -48px;
    display: inline-block;
    border-right: 24px solid rgba(136, 35, 35, 0);
    border-bottom: 24px solid rgba(255, 70, 18, 0);
    border-left: 24px solid rgb(255, 70, 18);
    border-top: 24px solid rgba(255, 70, 18, 0);
    content: '';
    top: 42%;
    z-index: 1;
}

.tip-left:after {
    position: absolute;
    left: -24px;
    display: inline-block;
    /*border-right: 24px solid rgba(136, 35, 35, 0); */
    border-bottom: 24px solid rgba(255, 70, 18, 0);
    border-right: 24px solid rgb(255, 70, 18);
    border-top: 24px solid rgba(255, 70, 18, 0);
    content: '';
    top: 42%;
    z-index: 1;
}

.small-box .overlay{
    display: block;
    height: 100%;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.small-box .overlay-content{
    padding: 0px 38px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform:translate(-0%,-50%);
    -ms-transform:translate(-0%,-50%);
    transform: translate(0%, -50%);
}

/*.small-box .overlay{
    display: table;
    height: 100%;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.small-box .overlay-content{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 68px;
}
*/
.small-box .overlay-content h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 24px;
}


.slick-dots {
  bottom: auto;
  top: 70px;
  width: auto;
  left: auto;
  right: 5%; 
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin-bottom: 20px;
    display: block; 
}
.slick-dots li button {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.slick-dots li button:hover {border-color: #ff4612; }
.slick-dots li button:before {content: none; }
.slick-dots li.slick-active button {
    background-color: #ff4612;
    border-color: #ff4612; 
}

.slick-dotted.slick-slider {
  margin-bottom: 0; }


/*********************/

/*clients-projects-section styles*/

.clients-projects-section {
    padding: 62px 15px 50px 15px;
}

.clients-projects-section p {
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0.07em;
    margin: 56px auto;
    color: #1f1f1f;
}

.btn-learn-more {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #202020;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    border: 1px solid #202020 !important;
}

.btn-learn-more-aut {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    border: 1px solid #ffffff !important;
    margin-left:10px;
    margin-right:10px;
}

.btn-learn-more:hover {
    background: #ff4612;
    border: 1px solid #ff4612;
    border-color: #ff4612 !important;
    color: #fff !important;
}
.btn-learn-more-aut:hover {
    background: #ff4612;
    border: 1px solid #ff4612;
    border-color: #ff4612 !important;
    color: #fff !important;
}


.btn-learn-more:hover:after{
    content: url('../img/arrow-r.png');
    filter: brightness(100%) invert(1);
}

.item-name .btn-learn-more:hover {
    border: 1px solid #ff4612;
    color: rgb(255, 255, 255);
    background: #ff4612;
}

.item-name .btn-learn-more:hover:after {
    content: url(../img/arrow-r.png);
    filter: brightness(100%) invert(1);
}


.btn-learn-more.btn-b{
    color: #c29643;
}

.btn-learn-more.btn-b:after{
    content: url('../img/arrow-r-b.png') !important;
}

.btn-b:hover:after , .btn-blue:hover:after {
    content: url(../img/arrow-r.png);
    filter: brightness(00%) invert(1);
}

.btn-learn-more.btn-blue:after{
    content: url('../img/arrow-r-blue.png');
}

.btn-learn-more:after{
    content: url('../img/arrow-r.png');
    color: #000;
    margin-left: 14px;
    font-size: 20px;
}

.btn-contact-us.btn-b{
    background: #c29643;
}

.btn-contact-us.btn-blue{
    background: #00a6e3;
}

.btn-learn-more.btn-blue{
    color: #00a6e3;
}

.clients-projects-section ul{
    padding-left: 0px;
}

.clients-projects-section ul li{
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
    line-height: 32px;
    color: #232323;
    border-left: 1px solid #afbec2;
    padding: 25px 48px 15px;
    font-family: 'Montserrat', sans-serif;
}

.clients-projects-section ul li:first-child{border-left: 0px;}

.clients-projects-section li>span{
    font-size: 16px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ff4612;
    margin-top: 20px;
}

/*************************/

/*our clients css*/

.single-title-orange {
    position: absolute;
    background: #ff4612;
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
}
.single-title-orange:hover{color: #fff;}
.single-title-orange span {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0px 24px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform:translate(-0%,-50%);
    -ms-transform:translate(-0%,-50%);
    transform: translate(0%, -50%);
}

.client-list{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.client-list ul {
    padding-left: 0px;
    display: table;
    width: 100%;
    height: 100%;
}

.client-list li {
    /* float: left; */
    list-style: none;
    width: 25%;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.client-list a {
    display: inline-block;
    padding: 15px;
    width: 100%;
    height: 130px;
    line-height: 100px;
    border: solid 1px #f1f1f1;
}

.client-list a img{
    max-width: 100%;
    height: auto;
}

.client-list ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
}

/*****************/

/*footer css*/

footer{
    padding-top: 78px;
    color: #fff;
}

footer .fa{
    -webkit-text-stroke: 1px #fff;
    color: rgba(0,0,0,0);
}

.main-footer ul {
  padding-left: 0;
  list-style: none; }

.footer-widget p {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
}

.footer-widget .logo img{
    margin-bottom: 15px;
}

.footer-widget {
  margin-bottom: 45px; 
}

.footer-widget ul li {
    font-family: "Raleway", sans-serif;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.1em; 
}
.footer-widget ul li.active a{color: #ff4612 !important;}
.footer-widget ul li > .active > a{color: #ff4612 !important;}
.footer-widget ul a {
    padding-left: 15px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}
.footer-widget ul a:hover{color: #ff4612;}
.footer-widget ul.social-icon-list {
    margin-top: 35px;
    font-size: 0; 
}
.footer-widget ul.social-icon-list li {
      display: inline-block;
      margin: 0 20px 8px 0;
      font-size: 24px; 
}
.footer-widget h4 {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 35px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-left: 3px solid #ff4612; 
    letter-spacing: 0.1em;
}
.footer-widget .footer-contact li {
    margin-bottom: 4px; 
}
.footer-widget .footer-contact a {
    display: block;
    padding-left: 0; 
}
.footer-widget .footer-contact a:before {
      content: none; 
}
.footer-widget .left {
    display: block;
    float: left;
    font-size: 26px; 
}
.footer-widget .right {
    padding-left: 38px;
    display: block;
    font-size: 12px;
    padding-top: 7px;
    line-height: 1.6; 
}

footer .logo{
    display: block;
    margin-bottom: 32px;
}

/****************************/

/*innerpage banner */

.inner-banner{
    height: 430px;
    overflow: hidden;
    position: relative;
}

.inner-banner .overlay{
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.1);
}

.inner-banner .overlay-content{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
}

.inner-banner h1 {
    margin: 0px;
    line-height: 37px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-size: 36px;
    margin-top:-80px !important;
    padding-top:80px;
}

.inner-banner h1 span{display: block;}

.inner-banner .icon{
    position: absolute;
    margin: 10px;
    width: 100%;
    text-align: center;
}



/*******************************/


/*innerpage content title*/

.content-title{
    padding-top: 125px;
    display: inline-block;
    width: 100%;
}

.automotive-content-wrap .content-title .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.industrial-content-wrap .content-title .image{
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 99;
}

.automotive-content-wrap .content-title .image img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    
}



.content-title-b-padding{
    padding-bottom: 200px;
}

.content-title h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    position: relative;
    margin-top: 49px;
    margin-bottom: 0px;
}

.proven-content-wrap .content-title h2{
    margin-bottom: 35px;
}

.spiralift-content-wrap .content-title h2{
    margin-bottom: 32px;
}

.automotive-content-wrap .content-title,
.industrial-content-wrap .content-title{
    padding-bottom: 125px;
    position: relative;
}

.industrial-content-wrap .content-title .image img {
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: none;
}

.proven-content-wrap .semi-bold-text{margin-bottom: 40px;}

.content-title h2 span{
    display: block;
    font-weight:100;
}

.content-title h2:before {
    content: '';
    position: absolute;
    top: -48px;
    border-top: 17px solid #ff4612;
    width: 190px;
}

.shared-content-title{
    padding-top: 125px;
    padding-bottom: 128px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}

.shared-content-title h2{
    margin: 0px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 18px;
}

.shared-content-title h3{
    margin: 0;
    font-size: 26px;
}
.content-text p{
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
}

.content-text h3{
    font-size: 36px;
    line-height: 27px;
    color: #ff4612;
    font-weight:bold;
    margin-bottom: 40px;
    margin-top: 55px;
    text-transform: uppercase;
}

.content-text h3 span{
    display: block;
    margin-top: 13px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.content-text ul{padding-left: 0px;}

.content-text li {
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.inner-page-wrap .clients-projects-section p {
    margin: 56px auto 26px;
}
.shared-content-list{
    margin-bottom: 134px;
}
.shared-content-info{
    padding-right: 108px;
}

.shared-content-info .btn-learn-more.btn-blue{
    border: 1px solid #00a6e3;
}

.shared-content-wrap .logo{
    margin-bottom: 24px;
    font-size: 33px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.shared-content-wrap h3{
    font-size: 26px;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
}
.shared-content-wrap p{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
     font-family: 'Montserrat', sans-serif;
    margin-bottom: 38px;
}
.shared-content-wrap .btn-learn-more{margin-left: 18px;margin-right: 20px;}
.shared-content-wrap .btn-contact-us{}

.section-advantages {
    background: #e5e5e5;
}

.section-advantages li {
    width: 50%;
    float: left;
    display: inline;
    position: relative;
    padding-left: 25px;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #030303;
    text-transform: uppercase;
    font-weight: bold;
}

.section-advantages li:after {
    content: '';
    border-bottom: 2px solid #c3c3c3;
    width: 278px;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.slick-slider{height: 100%;}

.section-advantages li:before, 
.other-spec-list li:before,
.content-text li:before,
.tile-slider .item-info li:before{
    content: url('../img/arrow-r-o.png');
    position: absolute;
    left: 0;
    color: #ff4612;
}



.tile-slider .item-name .btn-learn-more{
    border-top: 0px;
    border-bottom: 0px;
}

.section-advantages li:before{
    content: url('../img/tick.png') !important;
}

.advantages-list{
    padding:35px 15px 40px 156px;
}

.advantages-list ul{padding: 0px;}

.advantages-list h2{
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 26px;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.section-products{
    padding-top: 32px;
}

.product-list{
    margin-top: 80px;
    margin-bottom: 24px;
}

.product-list .image{
    height: 236px;      /* equals max image height */
    width: 100%;
    white-space: nowrap;
    
    text-align: left;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product-list .image img{
    background: #3A6F9A;
    vertical-align: middle;
    width:100%;
    max-height:400px;
}

.product-list strong{
    display: block;
}

.product-list h3{
    margin-top: 50px;
    margin-bottom: 22px;
    position: relative;
    font-size: 28px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.product-list h3 span a{
    margin-right: 30px;
    color: #000;
}

.product-list h3 a{
    display: inline-block;
    height: 100%;
}

.product-list h3 a img{
    width: 100%;
}

.product-list h3:before{
    content: '';
    position: absolute;
    width: 160px;
    border-top: 13px solid #ff4612;
    top: -50px;
}

.spec-list ul{padding-left: 0px;}
.spec-list ul li, .other-spec-list li {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.other-spec-list{
    margin-top: 32px;
}

.other-spec-list ul{
    padding-left: 0px;
}

.other-spec-list li {
    padding-left: 25px;
    position: relative;
}

.modal-dialog {
    margin: 30px auto;
  }

.modal-content {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px !important;
    outline: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
    background: #ff4612;
    color: #fff;
    padding: 0px;
}

.modal-header h4 {
    padding: 15px 35px;
    font-size: 21px;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 26px;
}

.modal-header .close {
    margin-top: 0px;
    opacity: 1;
}

#spiralift-modal .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#spiralift-modal .carousel-inner img{
    height: 300px;
    width: auto;
}

.modal-body{padding: 0px;}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    margin: 0 auto;

}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}

.modal-backdrop
{
    opacity:0.76 !important;
}

.carousel-control {
    position: absolute;
    top: 43%;
    bottom: 0;
    left: 0;
    width: 54px;
    font-size: 20px;
    padding: 5px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    opacity: .5;
    height: 54px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: #ff4612;
}

.carousel-control.left{
    left: -85px;
}

.carousel-control.right{
    right: -85px;
}



/****************************



/*section-map*/

.section-map .map{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 88px;
    position: relative;
}

.section-map .map-info{
    width: 448px;
    height: 300px;
    position: absolute;
    top: 20%;
    left: 30%;
    color: #fff;
    background: rgba(0,0,0,0.71);
    padding: 78px 74px;
}

.map-info h3{
    margin-bottom: 32px;
    margin-top: 0px;
    color: #ff4612;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.1em;
}

.map-info ul{padding-left: 0px;}

.map-info ul li{
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.map-info .btn-close{
    position: absolute;
    top: 0;
    right: 0;
}

/******************/


/*innerpage bottom contact*/
.inner-b-contact{
    background: #ff4612;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 138px;
    padding-bottom: 144px;
    color: #fff;
}

.inner-b-contact span{
    display: block;
}

.btn-i-contact{
    background: #fff;
    margin-top: 40px;
    display: inline-block;
    padding: 8px 46px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #232323;
}

/******************/

/*innerpage contact form*/

.inner-contact-wrap{
    padding-top: 148px;
    padding-bottom: 148px;
}

.inner-contact-wrap .contact-form .btn-send-message,
.inner-contact-wrap .contact-form .btn-send-message:hover {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(255,70,18,1);
    color: #ff4612;
}

.inner-contact-wrap .contact-form{
    padding-left: 0px;
}

.inner-contact-wrap .form-control{
    background: rgba(255, 255, 255, 0);
    color: #fff !important;
}

/* webkit solution */
.inner-contact-wrap .form-control::-webkit-input-placeholder { color: #fff; }

/* mozilla solution - this is for firefox 18+ */
.inner-contact-wrap .form-control::-moz-placeholder { color: #fff; }

/* mozilla solution - this is for firefox 18- */
.inner-contact-wrap .form-control:-moz-placeholder { color: #fff; }

/****************************/

/*
contact page
----------------------------------*/
.t-contact-info{
    padding-top: 70px;
    padding-bottom: 42px;
}

.t-contact-info h3{
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
    margin-top: 0px;
    margin-bottom: 27px;
}

.t-contact-info ul{padding-left: 0px;}

.t-contact-info ul li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #494949;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.t-contact-info li>a{color: #494949;}

.contact-form{
    padding-top: 72px;
    padding-left: 36px;
}

.contact-form h2{
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.15em;
    color: #232323;
    text-transform: uppercase;
}

.contact-form .form-group{margin-bottom: 26px;}

.contact-form .form-group .col-half:first-child{
    padding-right: 13px;
}

.contact-form .form-group .col-half:last-child{
    padding-left: 13px;
}

.contact-form .form-control {
    margin-bottom: 3px;
    margin-top:22px;
    height: auto;
    display: block;
}

.contact-form textarea.form-control{
    margin-bottom: 0px;
    height: 252px;
}

.contact-form .btn-send-message {
    margin-top: 42px;
    margin-bottom: 76px;
    padding: 17px 37px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.2em;
    background: rgba(255, 70, 18, 0);
    color: #585858;
    border: 1px solid #585858;
}

.contact-form .btn-send-message:hover{
    background: rgba(255,70,18,1);
    border: 1px solid rgba(255,70,18,1);
    color: #fff;
}
.contact-form .form-control {
    padding: 16px 29px;
    font-size: 11px;
    color: #555;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    letter-spacing: 0.3em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}


/*
innerpage automotive*/

.automotive-banner{
    background: url(../img/innerpage-banner.jpg);
    background-size: cover;
    background-position: 50% 0%;
}
.search-banner{
    background: url(http://pacospiralift.com/wp-content/uploads/2017/08/spiralift-auto-slider-new2.jpg);
    background-size: cover;
    background-position: 50% 0%;
}

.shared-banner{
    background: url('../img/shared-banner.jpg');
    background-size: cover;
    background-position: 50% 0%;
}

.industrial-banner{
    background: url('../img/industrial-banner.jpg');
    background-size: cover;
    background-position: 50% 0%;   
}

.custom-banner{
    background: url('../img/custom-banner.jpg');
    background-size: cover;
    background-position: 50% 0%;
}

.full-w-block{
    margin-bottom: 15px;
}

.list .full-w-block:last-child{
    margin-bottom: 0px;
}

.full-w-block .content {
    padding: 54px 0px 58px 80px;
    /*display: table;*/
    height: 100%;
}

.full-w-block .content .text{
    /*display: table-cell;*/
    vertical-align: middle;
}

.full-w-block .text h3{
    margin: 0px;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 38px;
    text-transform: uppercase;
}


.full-w-block .text p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
}

/*******************************/


/*
    Legal Footer
----------------------------------*/
.legal-footer {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    background-color: #333333;
    padding: 25px 0;
}
.legal-footer p {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}
.legal-footer ul {
    margin-bottom: 0;
    text-align: right; 
}
.legal-footer li {
    font-family: "Raleway", sans-serif;
    display: inline-block;
    margin-right: 33px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.legal-footer a {
    color: #ffffff; 
}
.legal-footer a:hover, .legal-footer a:focus {
      color: #ff4612; 
}

/****************/



/*subham added*/
section.inner-contact-wrap.orange-bg span.wpcf7-not-valid-tip {
    color: #fff;
}
.shared-content-info h3 a{
    color: #ff4612;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff4612;
    outline: 0;
}

#lang_sel a.lang_sel_sel {
    background: url(../img/nav-arrow-down.png) right no-repeat;
    color: #fff;
}
#lang_sel a, #lang_sel a:visited {
    
    border: none;
   
}
#lang_sel a.lang_sel_sel:hover {
    text-decoration: none;
    color: #fff;
}
#lang_sel ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 45px;
    left: 0;
    width: 149px;
     border-top: none; 
    z-index: 9999999;
}

ul#menu-footer-main-menu li.current-menu-item a{
        color: #ff4612;
}

.section-products .product-list {
    margin-top: 0;
    margin-bottom: 24px;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0!important;
}
.mapplic-lightbox{
    width: auto;
/*    height: 300px!important;*/
    position: relative;
    top: 5%!important;
    left: auto!important;
    right:auto;
    color: #fff!important;
    background: rgba(0,0,0,0.90)!important;
    padding: 50px 65px!important;
}

.mapplic-lightbox-title {
    margin-bottom: 25px!important;
    margin-top: 0px!important;
    color: #ff4612!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size: 26px!important;
    letter-spacing: 0.1em!important;
}
.mapplic-lightbox-description ul li, .mapplic-lightbox-description p, .mapplic-lightbox-description{
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mfp-close-btn-in .mfp-close {
    color: #fff!important;
    background: #ff4612;
    opacity: 1;
}
.light-grey-bg .small-box, .section-advantages .small-box{
    background: none;
    
}
.small-box .overlay-content{
    top:60%;
}

.mapplic-clickable:not(g):hover, g.mapplic-clickable:hover > * {
    opacity: 0.8;
    fill: #ff4612!important;
}

.mapplic-lightbox-description ul {
    height: 200px;
    overflow: scroll;
    padding-left: 0;
    width:auto;

}
.mapplic-lightbox-description h4{
    font-size: 20px;
}

/*=========================================
            Surendra Added
===========================================*/
.homepage-slider .slick-list,
.homepage-slider .slick-track{
    height:100%;
}
.homepage-slider .single-banner{
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
    height: 100%;
}
.slick-slide {
    position: relative;
}
.homepage-slider 
 .slide-content {
    padding: 100px 0;
}
.homepage-slider 
 .slide-content .text {
    margin-top: 40px;
    color: #fff;
}
.homepage-slider 
 .slide-content .text h2 {
    font-size: 68px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}
.homepage-slider 
 .slide-content .text h2 span {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 0.6;
    font-weight:100;
font-family: 'Montserrat', sans-serif;
}
.slick-slide .slide-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.homepage-slider 
 .slide-content .text .btn-learn-more {
    color: #fff;
    border-color: #fff !important;
}
.homepage-slider .btn-learn-more:after,
.homepage-slider .btn-learn-more:hover:after {
    content: url('../img/arrow-r-white.png');
    filter:none;
}
.homepage-slider 
 .slide-content .text .btn-learn-more:hover{
    border-color:transparent !important;
}
.homepage-slider .video {
    float: right;
    max-width: 520px;
}
.slick-slide .slide-content img.my-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 1;
}
.homepage-slider .slick-dots {
    top: auto;
    bottom: 175px;
    right: 7%;
}
.homepage-slider .slick-dots li {
    display: inline-block;
}
.tile-slider .item .item-info li{
    margin-bottom: 4px;
}
.tile-slider .item .item-info li:before{
    content:url('../img/new-check.png');
    top:4px;
}
.tile-bottom .tile-slider .item{
    padding:88px 47px 45px;
}
.automotive-block .row-eq-height .col-2 {
    position: relative;
}
.automotive-block .col-half.automotive-box {
    position: absolute;
    top: 0;
    right: 0;
}
#automotive-img {
    height: 100%;
}
#automotive-img a {
    height: 100%;
}
#automotive-img img {
    height: 100% !important;
    object-fit: cover;
}
.homepage-slider .slick-slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.tip-left:after{
    position: absolute;
    left: -48px;
    display: inline-block;
    border-left: 24px solid rgba(136, 35, 35, 0);
    border-bottom: 24px solid rgba(255, 70, 18, 0);
    border-right: 24px solid rgb(255, 70, 18);
    border-top: 24px solid rgba(255, 70, 18, 0);
    content: '';
    top: 42%;
    z-index: 1;
}
.clients-projects-section li p {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    width:auto;
}
.clients-projects-section ul li{
    padding:0 48px 5px;
    margin-bottom: 5px;
}
.clients-projects-section p{
    font-weight:600;
    margin:0 auto 27px;
}
.clients-projects-section ul li:last-child{
    border-left:none;
}
.clients-projects-section ul li:nth-child(2){
    border-right:none;
}
.proven-content-wrap .content-text p{
    color:#000;
    font-family: 'Montserrat', sans-serif;
}
.proven-content-wrap .content-text h3 {
    margin-bottom: 32px;
}
.proven-content-wrap .content-text li{
    margin-bottom:4px;
    font-family: 'Montserrat', sans-serif;
}
.proven-content-wrap .content-text li:before,
.other-spec-list li:before {
    content: url(../img/new-check.png);
    top: 2px;
}
.inner-page-wrap .clients-projects-section li p{
    margin:0 0 10px;
}
.inner-page-wrap .clients-projects-section p{
    margin:0 auto 27px;
}
section.inner-contact-wrap.orange-bg {
    padding-top: 70px;
    padding-bottom: 120px;
}
.inner-contact-wrap .contact-form {
    padding: 0;
}
.inner-contact-wrap .contact-form .btn-send-message {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.inner-contact-wrap .contact-form h3 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px;
}
.section-advantages .small-box .overlay-content img {
    margin-top: 12px;
}
.section-advantages .advantages-list h2 {
    margin-bottom: 23px;
}
.section-products .spec-list ul li, .section-products .other-spec-list li {
    font-family: 'Montserrat', sans-serif;
}
.call-to-action {
    padding: 120px 0;
    text-align: center;
}
.call-to-action h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 0 35px;
}
.call-to-action .orange-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 15px 38px;
    background-color: #ff4612;
    color: #fff;    
}
.industrial-content-wrap .slider-wrap {
    position: relative;
}
.industrial-content-wrap .slider-wrap .thumbnail-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
}
.slider-wrap .thumbnail-nav .slick-slide {
    float: none;
    margin-bottom: 9px;
    position: relative;
    cursor:pointer;
}
.thumbnail-slider {
    padding-left: 94px;
}
.thumbnail-slider .slick-slide img{
    max-width:100%;
}
.thumbnail-nav .slick-current .img-wrap:after{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    background-color:rgba(233,79,27,0.77);
    z-index: 1;
    left:0;
    top:0;
}
.thumbnail-nav .img-wrap{
    position:relative;
    display: inline-block;
}
.industrial-content-wrap .content-title.slider-block {
    padding-bottom: 0;
    margin-bottom: -30px;
}



/*subham added aug 20*/
.mapplic-clickable:not(g):hover, g.mapplic-clickable:hover > * {
    opacity: 0.8;
    fill: #ff4612!important;
}

.mapplic-lightbox-description ul {
    height: auto;
    overflow: visible;
    padding-left: 0;
}
.mapplic-lightbox-description h4{
    font-size: 20px;
}


.inner-contact-wrap.orange-bg .contact-form h2 {
    text-align: center;
    color: #fff;
}

.inner-contact-wrap .contact-form .btn-send-message{
        color: #232323;
}
.clients-projects-section ul li{
    border-left: none;
}

div#gmap {
    width: 100%;
    height: 750px;
}
.btn-auto{
    margin-top:150px;
    clear:both;
}
h4.depending{
    font-size:12px;
}

ul.pacocat-icons {
    margin-top: 10px;
    padding-left: 0;
}

ul.pacocat-icons li{
        list-style: none;
    display: inline-block;
    text-decoration: none;
}

.client-list li{ width: 180px!important; }
.client-list .slicker{
    margin-top: 45px;
}

/*========================================
                2017/31/8
==========================================*/
.client-block .client-list ul {
    display: block;
}

.homepage-slider .slick-slide{
        background-size: cover;
}

/*=======================================
            2017/10/12
==========================================*/
.first-level-tabs-nav .col-half>a {
    font-size: 28px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    position: relative;
    margin-top: 49px;
    margin-bottom: 0px;
    border: none !important;
    padding: 0;
}
.first-level-tabs-nav .col-half>a:before {
    content: '';
    position: absolute;
    border-top: 12px solid #232323;
    width: 140px;
    top: -30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.nav.nav-tabs.first-level-tabs-nav {
    border-bottom: none;
}
.nav-tabs.first-level-tabs-nav>li.active>a, .nav-tabs.first-level-tabs-nav>li.active>a:focus, 
.first-level-tabs-nav.nav-tabs>li.active>a:hover,
.first-level-tabs-nav .col-half>a:hover {
    color: #ff4512;
}
.first-level-tabs-nav .col-half.active>a:before,
.first-level-tabs-nav .col-half>a:hover:before {
    border-top-color: #ff4512;
}
.second-level-tab-nav {
    background-color: #f0f0f0;
    margin-top:40px;
}
.second-level-tab-nav .nav-tabs>li.active>a,  
.second-level-tab-nav .nav-tabs>li.active>a:focus, 
.second-level-tab-nav .nav-tabs>li.active>a:hover {
    background-color: #ff4512;
    border: none;
    color: #fff;
}
.second-level-tab-nav .nav-tabs>li>a:hover{
    background-color:#666;
}
.second-level-tab-nav .nav-tabs>li>a {
    background-color: #232323;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-right: 0;
    border: none;
    border-radius: 0;
}
.second-level-tab-content .tab-pane {
    padding: 90px 0;
}
.library-item h4 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 20px 0;
}
.library-item h4 a {
    color: #ff4512;
}
.library-item h4 a:hover{
    color:#202020;
}
.single-isotope-media {
    width: 33%;
}
.single-isotope-media .inner{
    padding:5px;
}
.isotope-filter-nav {
    background-color: #f0f0f0;
    font-size: 10px;
    margin-top:40px;
}
.isotope-filter-nav button {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    padding: 16px 48px 14px;
    border: none;
    font-weight: 500;
    color: #fff;
    background-color: #232323;
    letter-spacing: 2px;
}
.isotope-filter-nav button:hover,
 .isotope-filter-nav button:focus {
    background-color: #ff4512;
}
.isotope-container {
    padding: 90px 0;
}

div#photosG,
div#videosG {
    padding: 0;
}
div#photosG .isotope-filter-nav,
div#videosG .isotope-filter-nav{
    background-color: #fff;
}
div#photosG .isotope-filter-nav button,
div#videosG .isotope-filter-nav button
{
text-transform: uppercase;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding: 10px 10px 10px;
    border: none;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    letter-spacing: 0;
}


div#photosG .isotope-filter-nav button:hover,
div#photosG .isotope-filter-nav button:focus,
div#videosG .isotope-filter-nav button:hover,
div#videosG .isotope-filter-nav button:focus
  {
    color: #ff4512;
}
.lib-btns .dropdown{
float: left;
padding-right: 5px;
}

.lib-btns  .btn{
        padding: 9px 12px;
        border-radius: 0;
}
.lib-btns .dropdown-menu{
    top:95%;
}
.lib-btns  .btn-primary {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
        text-transform: uppercase;
}


.lib-btns  .dropdown-menu>li>a{
    color:#fff;
}


.lib-btns ul.dropdown-menu {
    background-color: #656565;
    border-color: #656565;
        border-radius: 0;
}

.lib-btns .dropdown-menu>li{
    background: none;
    cursor: pointer;
}
.lib-btns .btn-primary.active.focus,
 .lib-btns .btn-primary.active:focus,
 .lib-btns .btn-primary.active:hover,
 .lib-btns  .btn-primary:active.focus,
  .lib-btns  .btn-primary:active:focus,
  .lib-btns   .btn-primary:active:hover,
  .lib-btns   .open>.dropdown-toggle.btn-primary.focus,
  .lib-btns   .open>.dropdown-toggle.btn-primary:focus, 
  .lib-btns   .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}

