body {
    position: relative;
}
/*.check {
    background: url(../hynash-home.jpg) top center no-repeat;
    position: absolute;
    left: 0px;
    top:0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0.3;
}*/

a {
    color: #ff7b00;
    text-decoration: none;
}

#info {
    position: absolute;
    top:30%;
    left:50%;
    width: 600px;
    margin-left:-300px;
    margin-top:-150px;
    /*font-family: 'Roboto', Helvetica, Arial;*/
    z-index:1000;
    color:#fff;
    font-weight:300;
}

#info h1 {
    font-size:40px;
    text-transform:uppercase;
    text-align:center;
}

#info p.styles {
    margin:0 0 20px 0;
    padding:0;
    text-align:center;
    width: 100%;
}

#info p.styles a {
    display:inline-block;
    padding:5px 15px;
    background: rgba(0,0,0,0.5);
    text-decoration:none;
    margin:0 10px;
}

#info p.styles a.active,
#info p.styles a:hover {
    background: #fff;
    color:#333;
}

#info p {
    width: 80%;
    text-align:center;
    margin:0 auto;
    line-height: 24px;
}

#info a {
    color:#fafafa;
}

#info p.social {
    width: 220px;
    margin:0 auto;
    margin-top:33px;
}

/* override flexslider default style */
.flexslider {
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin:0px;
    overflow:hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.tab-slider-wrapper {
    position: relative;
}
.flex-control-navs {
    width: 100%;
    position: absolute;
    top: 70px;
    text-align: center;
    z-index: 999;
    bottom: initial !important;
}

.flex-control-paging li a {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border:2px solid #fff;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background-color: #fff ;
}

.flex-direction-nav {
    /* height: 90px; */
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -250px 0 0;
    z-index: 100;
}

.flex-direction-nav li {
    overflow:visible;
}

.flex-direction-nav a  {
    overflow:visible;
    width: 90px;
    height: 90px;
    margin: 0;
    opacity: 1;
    top:0;
    color: rgba(0,0,0,0.8);
    text-indent:-9999em;
    text-shadow: none;
    -webkit-transition:  all 0.3s ease-out;
    -moz-transition:  all 0.3s ease-out;
    transition:  all 0.3s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
}

.flex-direction-nav .arrow {
    position: absolute;
    top:0;
    left:0;
    width: 90px;
    height: 90px;
    background: transparent url('../img/nav.png') no-repeat 5px 5px;
    z-index:200;
}

.flex-direction-nav a.flex-next .arrow {
    background-position: -75px 5px ;
}

.flex-direction-nav .flex-prev { left:0px; }
.flex-direction-nav .flex-next { right:0px; text-align: left;}
.flexslider:hover .flex-prev { left:0; opacity:1}
.flexslider:hover .flex-next { right:0; opacity:1}
/*.flexslider:hover .flex-prev:hover .arrow { left:0; background-position:5px -95px; background-color: #fff;}
.flexslider:hover .flex-next:hover .arrow { right:0; background-position: -75px -95px ;opacity:1;  background-color: #fff;}*/

/*.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
    background-color: #fff;
    opacity:1;
}*/

.preview img {
    max-height: 500px;
    width: initial;
}
.preview {
    text-indent: 0px;
    width: 100px;
    overflow: hidden;
    position: relative;
}
.preview:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
}
.alt {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    z-index: 9;
    padding: 15px;
}
.alt span {
    display: block;
    text-align: center;
}



/* ------------------ AEMONS CHANGES -------------- */





/*############################### CSS ADDED FOR SIE ########################*/
body {
    letter-spacing: 1px;
    font-family: 'GothamBook';
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
}
p {
    font-size: 14px;
    line-height: 24px;
    /*letter-spacing: 3px;*/
    font-family: 'GothamBook';
    font-weight: normal;
    margin-bottom: 25px;
}
.btn-default {
    background:none;
    background:transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    border-radius: 0px;
    padding: 12px 30px;
    text-transform: uppercase;
    -webkit-transition:  all 0.3s ease-out;
    -moz-transition:  all 0.3s ease-out;
    transition:  all 0.3s ease-out;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
}
.btn-dark {
    border: 1px solid #000000;
    color: #000000;
}
.btn-orange {
    border: 1px solid #ff7b00;
    color: #ff7b00;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus{
    color: #fff;
    background-color: #ff7b00;
    border-color: #ff7b00;
}


.btn-dark.btn-default:hover,
.btn-dark.btn-default:active,
.btn-dark.btn-default:focus,
.btn-dark.btn-default:active:hover,
.btn-dark.btn-default:active:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
header {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 10;
    padding:15px 24px 15px 30px;
}
header .nav-wrapper {
    margin-top: 11px;
}
header h1,header ul {
    padding:0px;
    margin: 0px;
}
header ul {
    list-style: none;
        margin-top: 5px;
}
header ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
}
header .nav-wrapper > ul > li:last-child a {
   border: 1px solid #fff;
}
header .nav-wrapper > ul > li:last-child a:hover, header .nav-wrapper > ul > li:last-child a:focus {
    background: #f78f1e;
    color: #fff;
    border: 1px solid #f78f1e;
}
header ul li a {
    padding: 11px 15px;
    color: #fff;
    display: block;
    letter-spacing: 6px;

}
header ul li a:hover, header ul li a:focus, header ul li a:active {
    color: #ff7b00;
    text-decoration: none;
}
header ul li {
    position: relative;
}
header ul ul.sub-menu {
    position: absolute;
    top: 31px;
    left: 0px;
    width: 200px;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 45px 15px 1px;
    display: none;
}

header ul ul.sub-menu li {
    display: block;
    border-bottom: 1px dotted #ff7b00;
}
header ul ul.sub-menu:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0px;
}

ul.sub-menu li {
    z-index: 9;
}
header ul li:hover > ul {
    display: block;
}

/***** SECTION-BANNER *****/

.dis-table{
    display: table;
    height: 100%;
    width: 100%;
}

.dis-tablecell{
    display: table-cell;
    vertical-align: middle;
}

section.home-banner {
    display: block;
    height: 100vh;
    min-height: 560px;
    width: 100%;
    text-align: center;
    background-size: cover !important;
    background-position: center ;
    background-attachment: fixed;
    position: relative;
}

section.innerpage-banner:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0px;
    top: 0px;
}

/*section.innerpage-banner.no-gradiant:after {
    background: rgba(0, 0, 0, 0.35);
}*/

section.innerpage-banner .container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 9;
}

section.home-banner .caption:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0.29) 83%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.29) 83%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.29) 83%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9;
}
section.home-banner .caption:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
section.home-banner.no-gradiant .caption:after {
    background: rgba(0, 0, 0, 0.35);
}
section.no-gradiant.home-banner .caption:before {
    display: none;
}

section.home-banner .caption{
    height: 100%;
    position: relative;
}

section.home-banner .container {
    position: relative;
    z-index: 10;
}

section.home-banner .banner-caption h1,
section.innerpage-banner h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 21px;
    line-height: 78px;
    letter-spacing: 14px;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
}
section.home-banner .banner-caption h3{
    font-size: 24px;
    color: #ff7b00;
    margin-bottom: 50px;
    letter-spacing: 5px;
   font-family: 'Knockout-HTF28-JuniorFeatherwt';
}

section.innerpage-banner h3 {
    font-size: 24px;
    color: #ff7b00;
    margin-bottom: 60px;
    letter-spacing: 5px;
    font-family: 'Vitesse-Book';
}

section.home-banner.has-video .caption{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

section.home-banner.has-video .iframe-wrap {
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

section.home-banner.has-video .iframe-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-down-arrow {
    background: url(../images/banner-down_arrow.png) no-repeat;
    bottom: 50px;
    border: 0px;
    display: none;
    height: 31px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 10;
}


.banner-contact {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    padding: 0px 25px 30px;
    letter-spacing: 4px;
    font-family: 'Vitesse-Book';
    z-index: 9;
}
.banner-contact a {
    color: #fff;
}
.banner-contact a:hover {
    color: #ff7b00;
    text-decoration: none;
}
.banner-contact:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    background: #ff7b00;
    height: 50px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.tab-slider-wrapper .flexslider .slides img {
    display: none;
}
.tab-slider-wrapper .flexslider .slides .line-icons img {
     display: block !important;
     max-width: 418px;
     margin: 0px auto;
}
.tab-slider-wrapper .flexslider .slides > li {
    height: 100vh;
    min-height: 900px;
    display: table !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-caption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}
.flex-control-navs {
    font-size: 0;
}
.flex-control-navs li {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-right: 0px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    /*float: left;*/
    margin: 0px;
    padding: 11px 30px;
    vertical-align: middle;
    /* width: 25%; */
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 4px;
    /*font-family: 'Knockout-HTF28-JuniorFeatherwt';*/
    font-family: 'Knockout-HTF28-JuniorFeatherwt';

}

.tab-slider-banner .flex-control-navs li:last-child {
  border-right: 1px solid #fff;
}

.flex-control-navs .flex-active {
  background: #ff7b00;
  color: #fff;
  border-color: #ff7b00;
  position: relative;
}
.flex-control-navs .flex-active:after {
    content: "";
    background: #ff7b00;
    color: #fff;
    width: calc(100% + 2px);
    left: 0px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
}
.flex-control-navs .flex-active span {
    position: relative;
    z-index: 1;
}
.tab-slider-wrapper .flexslider .slides > li {
    position: relative;
}
.tab-slider-wrapper .flexslider .slides > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+14,1+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 14%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 14%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 14%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.slider-caption h2 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    letter-spacing: 10px;
}
.slider-caption .slider-tag{
    font-size: 24px;
    margin-bottom: 40px;
    color: #ff7b00;
    text-transform: uppercase;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    letter-spacing: 5px;
}
.flexslider .slides > li {
    /*padding: 0px 40px;*/
}
.project-name a {
    color: #ff7b00;
    font-size: 18px;
    font-family: 'Vitesse-Bold';
    letter-spacing: 4px;
    display: block;
    text-align: center;
    padding: 35px 40px;
    text-transform: uppercase;
}
.projects-wrapper {
    text-align: center;
    padding: 80px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.projects-wrapper .project-thumbs {
    height: 275px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.projects-wrapper .slides.owl-carousel {
    margin-bottom: 30px;
}
.projects-wrapper .project-thumbs img {
    display: none !important;
}

.sec-heading h1 {
    font-size: 60px;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    color: #000;
    margin: 0px;
    letter-spacing: 15px;
}

.sec-heading {
    margin-bottom: 90px;
}
.projects-wrapper ul.slides {
    margin-bottom: 25px;
}
section.projects-wrapper:after {
    top: 40%;
    height: 100%;
    width: 110%;
    -webkit-transform:rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
    content: '';
    display: block;
    position: absolute;
    left: -5%;
    background: #fff2e5;
    z-index: -1;
}

section.projects-wrapper .flexslider {
    background: transparent !important;
}
.abt-us{
    position: relative;
    padding: 100px 0px;
    background: #ff7b00 url('../images/about-bg.png') no-repeat bottom right;
}
.abt-us h1, .abt-us p, .main-footer h1, .main-footer p {
    color: #fff;
}
.max-wt-desp {
    max-width: 860px;
    margin:0px auto;
}
.abt-us .sec-heading {
    margin-bottom: 75px;
}
.main-footer .upper-footer {
    padding: 75px 0px;
    background: url(../images/contact-bg.jpg) no-repeat bottom center;
    position: relative;
    background-attachment: fixed;
}
.main-footer .sec-heading {
    margin-bottom:50px;
}
.contact-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.contact-list li {
    display: inline-block;
    margin-right: 95px;
}
.contact-list li:last-child {
    margin-right: 0%;
}
footer.main-footer .upper-footer:after {
    /*background: rgba(39, 39, 39, 0.89);*/
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    display: block;
    content: "";
}
footer.main-footer .upper-footer .container  {
    position: relative;
    z-index: 99;
}
footer.main-footer p {
    margin-bottom: 50px;
}
.lower-footer {
    background:#000;
    padding: 55px 0px;
}
.contact-detail {
    display: table;
}
.footer-logo, .footer-contact {
    display: table-cell;
    vertical-align: middle;
}
.footer-logo {
    padding-right: 35px;
    margin-right: 35px;
    border-right: 2px solid #f46f00;
}
.footer-contact {
    padding-left: 35px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
}
.footer-contact a {
    color: #fff;
}
.social-icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.social-icons ul li {
    display: inline-block;
    margin-left: 5px;
}

.icon {
    display: inline-block;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 35px;
    width: 35px;
}
.icon.icon-fb {
    background-position: 0px 0px;
}
.icon.icon-in {
    background-position:-54px 0px;
}
.icon.icon-g-plus {
    background-position:-108px 0px;
}
i.icon.icon-form {
        background-position: -7px -57px;
        height: 24px;
        width: 24px;
}
i.icon.icon-call {
    background-position: -60px -55px;
    height: 24px;
    width: 24px;
}
.social-icons ul li a {
    opacity: .4;
    -webkit-transition:  all 0.3s ease-out;
    -moz-transition:  all 0.3s ease-out;
    transition:  all 0.3s ease-out;
}
.social-icons ul li a:hover {
    opacity: 1;
}
section.home-banner .banner-caption {
    padding-top: 70px;
}

section.home-banner .banner-caption h3 {
    font-size: 24px;
    color: #ff7b00;
    margin-bottom: 60px;
    letter-spacing: 5px;
    font-family: 'Vitesse-Book';
}
section.project-lists-wrapper, .single-project {
    background: #000;
    color: #fff;
    padding: 90px 0px;
}
section.project-lists-wrapper h2 {
    color: #ff7b00;
    font-size: 60px;
    letter-spacing: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: 0px;
        font-family: 'Knockout-HTF28-JuniorFeatherwt';
}
ul.project-lists {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.project-lists > li {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ff7b00;
}
section.innerpage-banner {
    position: relative;
    display: table;
    max-height: 600px;
    min-height: 560px;
    width: 100%;
    text-align: center;
    background-size: cover !important;
    background-position: center ;
    background-attachment: fixed;
    position: relative;
}

section.project-lists-wrapper .project-title h2 {
    font-size: 24px;
    letter-spacing: 5px;
    color: #ff7b00;
    font-family: 'Vitesse-Book';
}
section.project-lists-wrapper .project-title h2 a {
    color: #ff7b00;
}

section.project-lists-wrapper ul {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 40px;
     font-family: 'Knockout-HTF28-JuniorFeatherwt';
}
section.project-lists-wrapper .container > ul {
    margin-bottom: 80px !important;
}
section.project-lists-wrapper ul li li {
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
section.project-lists-wrapper ul li strong  {
     color: #ff7b00;
     font-weight: normal;
}
.project-detail p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: 'GothamBook';
    letter-spacing: 0px;
}
section.project-lists-wrapper ul li .btn {
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    padding-left: 60px;
    padding-right: 60px;
    letter-spacing: 4px;
}
.see-more-projects {
    text-align: center;
}
section.project-lists-wrapper .see-more-projects .btn{
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    font-size: 24px;
    letter-spacing: 2px;
    color: #ff7b00;
    border-color: #ff7b00;
    padding-right: 40px;
    padding-left: 40px;
}
section.project-lists-wrapper .see-more-projects .btn:hover,
section.project-lists-wrapper .see-more-projects .btn-default:hover,
section.project-lists-wrapper .see-more-projects .btn-default:active,
section.project-lists-wrapper .see-more-projects .btn-default:focus,
section.project-lists-wrapper .see-more-projects .btn-default:active:hover,
section.project-lists-wrapper .see-more-projects .btn-default:active:focus {
    background-color: #fff;
    border-color: #fff;
}
section.project-lists-wrapper .see-more-projects h2 {
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    color: #fff;
    font-size: 36px;
}
section.about-desp {
    color: #fff;
    padding: 200px 0px;
    position: relative;
    background-color: #000 !important;
}
section.about-desp .about-banner {
        position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    max-width: 75%;
    display: block;
    background-size: cover !important;
}
section.about-desp h2 {
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    font-size: 48px;
    color: #ff7b00;
    letter-spacing: 9px;
    margin-bottom: 35px;
}

.slider-caption .line-icons {
    margin-top: 160px;
    margin-bottom: 90px;
}

.orange-line:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    background: #ff7b00;
    height: 50px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}
.white-line:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    background: #fff;
    height: 50px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}

section.contact-detail-wrapper {
    background: #000;
    padding: 65px 0px;
}

section.contact-detail-wrapper h2 {
    font-size: 60px;
    color: #ff7b00;
    margin-top: 0px;
    margin-bottom: 60px;
    letter-spacing: 14px;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
}
section.contact-detail-wrapper p {
    color: #fff;
    letter-spacing: 0px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
        width: 100%;
    margin-bottom: 15px;
    border: 3px solid #959595;
    line-height: 23px;
    padding: 12px 15px;
    font-family: 'sentinel-light-italic';
    color: #999;
    letter-spacing: .5px;
    font-size: 18px;
}
textarea {
    height: 235px;
}

.full .col-half {
    width: 50%;
    float: left;
}
.full .col-half:first-child{
    padding-right: 10px;
}

.full .col-half:last-child {
    padding-left: 10px;
}

.contact-detail {
    font-size: 24px;
    line-height: 20px;
    color: #ff7b00;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    letter-spacing: 2px;
}
.contact-detail a {
    color: #ff7b00;
    text-decoration: none;
}
.contact-detail span {
    display: block;
    font-family: 'sentinel-light-italic';
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
    margin-bottom: 5px;
}
.full:after {
    content: "";
    display: block;
    clear: both;
}

.contact-form-wrapper .btn-orange {
    font-size: 24px;
    letter-spacing: 5px;
    padding: 13px 60px;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #e4360b;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: -6px;
}
.contact-detail-dialog-box {
    background: #f46f00;
    padding: 40px 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
    max-width: 375px;
    position: relative;
    overflow: hidden;
}
.contact-detail-dialog-box:before {
    content: '';
    position: absolute;
    right: 21%;
    width: 100%;
    height: 200%;
    background-color: #fff;
    background-color: #ff7b00;
    top: 32px;
    -webkit-transform: rotate(127deg);
    -moz-transform: rotate(127deg);
    transform: rotate(127deg);
    z-index: 0;
}
.description {
    position: relative;
    z-index: 1;
}
.description h4 {
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    font-size: 24px;
    letter-spacing: 4px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.description p {
    font-family: 'sentinel-light-italic';
    line-height: 26px;
    letter-spacing: 1px;
}
.description a.btn.btn-default {
    padding: 6px 35px;
}
.description .btn-default:hover,
.description .btn-default:active,
.description .btn-default:focus,
.description .btn-default:active:hover,
.description .btn-default:active:focus,
.our-story.btn-default:hover,
.our-story.btn-default:active,
.our-story.btn-default:focus,
.our-story.btn-default:active:hover,
.our-story.btn-default:active:focus {
    color: #ff7b00;
    background-color: #fff;
    border-color: #fff;
}
.contact-map .container {
    position: relative;
}
.contact-detail-dialog-box {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 9;
}

.single-project h1,
.single-project h2,
.single-project h3,
.single-project h4,
.single-project h5,
.single-project h6 {
    color: #ff7b00;
    line-height: 1.5;
    /*letter-spacing: 3px !important;*/
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    text-transform: uppercase;
}
/*.single-project h2 {
    width: 720px;
}*/
.single-project hr {
    border-top: 1px solid #2f2f2f;
}
.single-project .small-container {
    width: 720px;
    float: none;
    margin: 0px auto;
    display: block;
}
.page-thumbnails {
    margin-top: 30px;
}
.single-project {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'GothamBook';
    font-weight: normal;
}
.single-project a {
    color: #ff7b00;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 25px;
}

.mobile-menu-wrapper {
    background: #fff;
    overflow-y: auto;
    height: 100%;
    position: fixed;
    width: 0px;
    z-index: 9999;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    text-align: right;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    padding: 30px 0px;
    overflow-y: auto; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-wrapper.active {
    width: 275px;
    padding: 30px;
}
.mobile-menu-wrapper .mobile-menu > ul {
    list-style: none;
    font-size:16px;
    line-height: 26px;
    margin: 80px 0px 60px;
    width: 100%;
    padding: 0px;
}
.mobile-menu-wrapper .mobile-menu > ul:after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #ff5d00;
}
.mobile-menu-wrapper ul li {
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    text-transform: uppercase;
    letter-spacing: 3px;
}
.mobile-menu-wrapper ul li a {
    padding: 5px 0px;
    display: block;
    color: #000000;
    text-decoration: none;
}
.mobile-menu-wrapper .mobile-menu > ul:after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #ff5d00;
    float: right;
    margin-top: 20px;
}
.mobile-menu-wrapper address {
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
}
.mobile-menu-wrapper address a {
    color: #000;
}

.mobile-menu-wrapper ul.sub-menu {
    list-style: none;
    width: 100%;
    padding: 0px;
    display: none;
}

.mobile-menu-wrapper li.item.menu-item-has-child {
    position: relative;
}
.mobile-menu-wrapper li.item.menu-item-has-child > a {
    padding-right: 45px;
}
.mobile-menu-wrapper span.drop-arrow {
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../images/down_arrow.png) no-repeat 6px 10px;
    top: 6px;
    right: 0px;
    /* margin-top: -15px; */
}
.mobile-menu-wrapper .mobile-menu > ul ul {
    font-size: 14px;
}
.mobile-menu-wrapper ul ul li {
    letter-spacing: 1px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-text-size-adjust: none;
}

body #nav-toggle {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

body #nav-toggle:checked ~ nav#main #nav-container #nav-wrap {
    top: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)
}

body #nav-toggle:checked+#nav-toggle-label,
body #nav-toggle:checked+#nav-toggle-label.slide-out {
    background: transparent;
    right: 0
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span,
body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span {
    width: 0%
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(1),
body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(2),
body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.125s;
    -ms-transition-delay: 0.125s;
    -moz-transition-delay: 0.125s;
    -o-transition-delay: 0.125s;
    transition-delay: 0.125s;
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(3),
body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

body .mobile-menu-wrapper.active #cross span:nth-child(1),
body #nav-toggle:checked+#nav-toggle-label.slide-out #cross span:nth-child(1) {
    height: 100% !important;
    -webkit-transition-delay: 0.625s;
    -ms-transition-delay: 0.625s;
    -moz-transition-delay: 0.625s;
    -o-transition-delay: 0.625s;
    transition-delay: 0.625s;
}

body .mobile-menu-wrapper.active #cross span:nth-child(2),
body #nav-toggle:checked+#nav-toggle-label.slide-out #cross span:nth-child(2) {
    width: 100% !important;
    -webkit-transition-delay: 0.375s;
    -ms-transition-delay: 0.375s;
    -moz-transition-delay: 0.375s;
    -o-transition-delay: 0.375s;
    transition-delay: 0.375s ;
}

body #nav-toggle:checked+#nav-toggle-label ~ nav#main #nav-container a#logo.slide-out,
body #nav-toggle:checked+#nav-toggle-label.slide-out ~ nav#main #nav-container a#logo.slide-out {
    left: 25px;
}

@media all and (max-width: 1200px) {
    body #nav-toggle:checked+#nav-toggle-label ~ nav#main #nav-container a#logo.slide-out,
    body #nav-toggle:checked+#nav-toggle-label.slide-out ~ nav#main #nav-container a#logo.slide-out {
        left: 12px;
    }
}

body #nav-toggle-label {
    height: 80px;
    width: 80;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

body #nav-toggle-label.slide-out {
    right: -75px
}

body .mobile-menu-wrapper #nav-toggle-label #cross {
    position: absolute;
    right: 38px;
    top: 20px;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media all and (max-width: 1200px) {
    body .mobile-menu-wrapper #nav-toggle-label #cross {
        top: 8px;
        right: 20px
    }
}

body .mobile-menu-wrapper #nav-toggle-label #cross span {
    display: block;
    background: #000;
}

body .mobile-menu-wrapper #nav-toggle-label #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

body .mobile-menu-wrapper #nav-toggle-label #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

body #nav-toggle-label #hamburger {
    position: absolute;
    height: 28px;
    width: 40px;
    top: 28px;
    right: 38px
}

@media all and (max-width: 1200px) {
    body #nav-toggle-label #hamburger {
        top: 14px;
        right: 14px;
        height: 26px
    }
    body #nav-toggle-label #hamburger span {
        margin: 0 0 10px 0 !important
    }
}

body #nav-toggle-label #hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    margin: 0 0 11px 0;
    background: #000;
}

body #nav-toggle-label #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

body #nav-toggle-label #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.625s;
    -ms-transition-delay: 0.625s;
    -moz-transition-delay: 0.625s;
    -o-transition-delay: 0.625s;
    transition-delay: 0.625s
}

body #nav-toggle-label #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s
}



body #nav-toggle-label #hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    margin: 0 0 11px 0;
    background: #fff;
}

 ol.flex-control-navs {
    padding: 0px;
 }
section.single-project img {
    max-width: 100%;
    height: auto;
}

.services-tabs.tab-slider-wrapper .flexslider .slides > li:after {
    display: none;
}
.services-tabs .flexslider {
    background: #000;
}
section.services-tabs {
    background: #000;
    position: relative;
    padding: 100px 0px;
    color: #fff;
}

.services-tabs .nav-tabs {
    border-bottom: 0px;
    text-align: center;
    font-size: 0;
}
.services-tabs .nav-tabs li {
    border: 1px solid #fff;
    border-right: 0px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    margin: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    display: inline-block;
    float: none;
    letter-spacing: 4px;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';

}
.services-tabs .nav-tabs li a,
.services-tabs .nav-tabs li.active a,
.services-tabs .nav-tabs li a:hover,
.services-tabs .nav-tabs li a:focus,
.services-tabs .nav-tabs li a:active,
.services-tabs .nav-tabs li a:focus:hover,
.services-tabs .nav-tabs li.active a:focus,
.services-tabs .nav-tabs li.active a:hover,
.services-tabs .nav-tabs li.active a:focus:hover{
     border-radius: 0px;
    padding: 11px 30px;
    color: #fff;
    position: relative;
    z-index: 99;
    background: transparent;
    border: 0px !important;
    margin-right:0px;
}
.services-tabs li.active:after {
    content: "";
    background: #ff7b00;
    color: #fff;
    width: calc(100% + 2px);
    left: 0px;
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 9;
}
.services-tabs .nav-tabs li:last-child {
    border-right: 1px solid #fff;
}

.services-tabs .tab-content>.tab-pane {
    padding: 90px 0px;
}

.services-tabs .tab-content h2 {
        font-size: 48px;
    color: #fff;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    margin-bottom: 45px;
    letter-spacing: 12px;
}

.services-tabs .tab-content h3 {
    font-size: 24px;
    color: #ff7b00;
    margin-bottom: 60px;
    letter-spacing: 4px;
    font-family: 'Vitesse-Book';
    margin-bottom: 45px;
        line-height: 1.4;
}
.services-tabs .tab-content h4 {
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    color: #ff7b00;
    letter-spacing: 5px;
    margin-bottom: 45px;
}

.services-tabs .tab-content p {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
}

.services-tabs  .owl-dot, .media-gallery .owl-dot {
    height: 15px;
    width: 15px;
    background: #ff7b00;
    display: inline-block;
    margin: 0px 8px;
    border-radius: 50%;
}
.services-tabs .owl-dots, .media-gallery .owl-dots {
    text-align: center;
    margin: 28px 0px;
}
.services-tabs .owl-dot.active, .media-gallery .owl-dot.active {
    background: #fff;
}
.services-tabs .tab-content img {
    max-width: 100%;
    margin-bottom: 30px;
}

.about-desp p {
    letter-spacing: 0px;
}

.main-logo img {
    max-width: 150px;
}

.projects-wrapper .owl-prev {
    position: absolute;
    top: 50%;
    left:40px;
    z-index: 99;
    background: url(../images/project-nav.png) no-repeat;
    background-position: 0px 0px;
    margin-top: -100px;
    height: 85px;
    width: 25px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
.projects-wrapper .owl-next {
    position: absolute;
    top: 50%;
    right:40px;
    z-index: 99;
    background: url(../images/project-nav.png) no-repeat;
    background-position: -30px 0px;
    margin-top: -100px;
    height: 85px;
    width: 25px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
.projects-wrapper .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transition: all 0.2s;
}

.projects-wrapper .owl-item.eager {
    opacity: 0.5;
    transform: scale(0.9, 0.9);
}


.flex-elements .slider-caption {
    opacity: 0.5;
    transform: scale(0.9, 0.9);
}

.flex-elements.flex-active-slide .slider-caption{
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transition: all 0.2s;
    opacity: 1;
}


.fourzerofourcont {
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
    background: #000;
    color: #fff;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}



.fourzerofourcont ul {
    list-style-position: inside;
    line-height: 30px;
}
.fourzerofourcont  h1 {
    font-size: 48px;
    margin: 35px 0px 40px;
}
.media-gallery {
    width: 50%;
    float: right;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-top: 20px;
}
.media-gallery .owl-prev, .media-gallery .owl-next, .services-slider .owl-prev, .services-slider .owl-next {
   background: #ff5400;
    padding: 8px 15px;
    display: inline-block;
    margin: 10px 20px 0px 0px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
.media-gallery .owl-nav, .services-slider .owl-nav {
    text-align: center;
    display: none;
}
.services-slider .owl-nav {
    display: none !important;
}
.footer-logo img {
    max-width: 155px;
}
.single-project h4 {
    font-size: 26px;
    margin-bottom: 25px;
}
.single-project table {
    max-width: 570px;
    line-height: 32px;
    width: 100%;
}
/*.single-project table tr td:nth-child(1){
     color: #ff7b00;
}*/
.projects-wrapper .owl-dots.disabled {
    display: none;
}

.alt .flex-control-table {
    display: table;
    width: 100%;
    height: 100%;
}
.alt .flex-cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.single-team-desp h5.ng-binding {
    font-size: 19px;
    margin-bottom: 20px;
}
.team-member-wrapper {
    list-style: none;
    padding: 0px;
}
 .team-member-wrapper li {
    width: 100%;
    display: block;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.team-detail {
    position: relative;
    overflow: hidden;
}
.team-member-wrapper li img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-wrapper li:hover img {
  opacity: 0.8;
}
 .team-member-wrapper li .team-outer-caption, .pageThumbnail .team-detail .team-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 123, 0, 0.8);
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    color: white;
}

.team-caption {
    font-size: 24px !important;
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    color: #ff7b00;
    text-transform: uppercase;
    text-decoration: none;
}

.team-caption a:hover, .team-position a:hover {
    text-decoration: none;
}

 .team-member-wrapper li .team-outer-caption .team-position {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize !important;
    color: #fff;
}
.single-team-desp {
    margin-bottom: 80px;
}
.single-team-desp h2 {

}
.single-team-desp h3 {
    font-size: 24px;
    color: rgb(255, 123, 0);
    margin-bottom: 35px;
    letter-spacing: 5px;
    font-family: 'Vitesse-Book';
}
.row.single-team-desp h2 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    font-family: 'Knockout-HTF28-JuniorFeatherwt';
    margin-bottom: 40px;
    letter-spacing: 12px;
}
.services-tabs .flexslider ul li img {
    display: none;
}
.services-tabs .flexslider ul li {
    height: 350px;
    background-position: center !important;
    background-size: cover !important;
}
#child-slider  ul {
    margin-top: 10px;
    /*margin-left: 20px;*/
}
#child-slider  ul li {
   height: 120px;
    margin-right: 10px;
    /*width: 25% !important;*/
    max-width: 125px;

}

section.services-tabs, .single-project, section.project-lists-wrapper   {
    background: url(../images/hn-dark-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1370px) {
    section.about-desp .about-banner {
        width: 100%;
    }
}

@media (min-width: 479px) {
    .mobile-footer-logo {
        display: none;
    }
    .team-member-wrapper li {
        width: 50%;
        float: left;
        display: block;
    }
}

@media (max-width: 1200px) {
    body #nav-toggle-label #hamburger {
        top: 14px;
        right: 14px;
        height: 26px;
    }
}

@media (min-width: 1025px) {

    section.home-banner.has-video{
        background: none !important;
    }
}

@media (max-width: 1024px){

    section.home-banner.has-video .iframe-wrap{
        display: none;
    }


}

@media (min-width: 768px) and (max-width: 991px) {

    .main-logo img {
        max-width: 130px;
    }

    header .nav-wrapper {
        margin-top: 6px;
    }

    header ul li a {
        font-size: 16px;
        padding: 10px 10px;
    }

}

@media (min-width: 768px) {
    body #nav-toggle-label {
        display: none;
    }
    .team-member-wrapper li {
        width: 25%;
        float: left;
        display: block;
    }
}

@media (max-width: 767px) {
    header .outer-container .pull-right {
        display: none;
    }
    section.home-banner .banner-caption h1, .sec-heading h1,
    section.innerpage-banner h1 {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 8px;
    }
    section.home-banner .banner-caption h3,
    section.innerpage-banner h3 {
        font-size: 18px;
        letter-spacing: 5px;
        line-height: 26px;
    }

    .banner-down-arrow {
        display: block;
    }

    .banner-contact {
        display: none;
    }
    .tab-slider-wrapper .flexslider .slides .line-icons img {
        max-width: 318px;
    }
    .flex-direction-nav {
        display: none;
    }
    .slider-caption .line-icons {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .tab-slider-wrapper .flexslider .slides > li {
        min-height: 720px;
        height: 75vh;
    }

    header {
        background: transparent;
    }

    .mobile-menu-wrapper ul li, .mobile-menu-wrapper address {
        font-family: 'GothamBook';
    }
    .mobile-menu-wrapper ul li a {
        /*color: #f00; */
    }
    .projects-wrapper .owl-dot {
        background:#ff7b00;
        height: 13px;
        width: 13px;
        margin: 3px 8px;
        display: inline-block;
        cursor: pointer;
    }
    .projects-wrapper .owl-dot.active {
        background: rgba(0, 0, 0, 0);
        outline: 1px solid #ff7b00;
    }
    .projects-wrapper .owl-controls .owl-nav {
        display: none;
    }
    .sec-heading {
        margin-bottom: 40px;
    }
    .abt-us .sec-heading {
         margin-bottom: 40px;
    }
    section.about-desp {
        padding: 80px 0px;
    }
    section.about-desp h2, section.contact-detail-wrapper h2, section.project-lists-wrapper h2 {
        font-size: 40px;
        letter-spacing: 6px;
        margin-bottom: 30px;
    }
    section.about-desp .about-banner {
        position: static;
        display: block;
        background-size: cover !important;
        height: 220px;
    }
    ul.project-lists > li .col-sm-8 {
        margin-bottom: 20px;
    }
    .media-gallery {
        width: 100%;
    }

}


@media (max-width: 680px) {
    .social-contact .text-right {
        text-align: center;
    }
    .flexslider-controls {
         padding: 0px 10px;
         box-sizing: border-box;
         width: 100%;
     }
     .flex-control-navs:after {
        content: "";
        display: block;
        clear: both;
     }
    .flex-control-navs li {
        width: 50%;
        padding: 11px 10px;
        text-align: center;
        border-bottom: 0px;
    }
    .services-tabs .nav-tabs li{
        width: 50%;
        text-align: center;
        border-bottom: 0px;

    }
     .services-tabs .nav-tabs li a {

        padding: 11px 10px;
    }
    ol.flex-control-navs, .services-tabs .nav-tabs{
        border-bottom: 2px solid #fff;
        width: calc(100% - 20px);
        margin: 0px auto;
    }
    .flex-control-navs li:nth-child(2n), .services-tabs .nav-tabs li:nth-child(2n) {
        border-right: 2px solid #fff;
    }
    .project-name a {
        padding: 35px 0px;
    }

}


@media (max-width: 480px) {
    .footer-logo, .footer-contact {
        display: block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        padding: 0px !important;
        margin: 0px;
        border: 0px !important;
    }
    .contact-detail, .social-contact {
        display: block;
        width: 100%;
        float: none !Important;
    }

    .tab-slider-wrapper .flexslider .slides .line-icons img {
        max-width: 218px;
    }
    section.home-banner {
        min-height: 560px;
    }
    i.icon.icon-form {
        background-position: -6px -44px;
        height: 19px;
        width: 15px;
        background-size: 150px;
    }
    i.icon.icon-call {
        background-position: -45px -43px;
        height: 19px;
        width: 17px;
        background-size: 150px;
    }
    .contact-list li .btn-default {
        background: none;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        padding: 10px 8px;
        text-align: center;
        font-size: 14px;
    }
    .contact-list li {
        margin: 0px;
    }
    .icon {
        position: relative;
        top: 3px;
    }
    .mobile-footer-logo, .powred-txt {
        display: inline-block;
        width: 45%;
    }
    .mobile-footer-logo {
        text-align: left;
    }
    .powred-txt {
        text-align: right;
    }
    .mobile-footer-logo img {
        max-width: 95px;
    }
    .lower-footer {
        background: #000;
        padding: 35px 0px;
    }
    .lower-footer .footer-logo {
        display: none;
    }
    .owl-nav {
        display: none;
    }
}

.page-thumbnails li img {
  height: 187px;
  margin-bottom: 10px;
}
.nav-active {
    height: 100%;
    overflow: hidden !important;
    width: 100%;
    position: fixed;
}

