/*
=======================================================================
[Table of contents]
=========================================================================
01. COMMON STYLES
02. HEADER
03. NAV
04. WELCOME SECTION
*/

/*---------------------------------------
COMMON STYLES
-----------------------------------------*/
*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 11px;
    font-family: "Gotham Light", sans-serif;
    overflow-x: hidden;
}
a:hover, a:focus {
    box-shadow: 0 0px transparent;
    text-decoration: none;
    color: inherit;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}

/*---------------------------------------
    HEADER
-----------------------------------------*/
.header_area{
    padding: 30px 0px 0px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0px;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-brand {
    /*float: none;*/
    height: auto;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    /*margin: 0 auto !important; /* override bootstrap */*/
    /*display: table; /* center logo */
}
.navbar-toggle,.navbar-toggle:hover {
    position: relative;
    float: right;
    padding: 5px 6px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent!important;
    background-image: none;
    border: 4px solid #231f20!important;
    border-radius: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #231f20!important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 1px;
}
.full-page-search{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.full-page-search-type-2{
    z-index: 50;
}
.full-page-search .sr-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.94);
    z-index: 3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.open-search.full-page-search{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.full-page-search{}
.full-page-search ul{
    position: relative;
    z-index: 5;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    max-width: 500px;

}
.full-page-search ul li {}
.full-page-search ul li a{
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 15px 0px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-toggle {
    display: block;
}
.navbar-header {
    float: none;
}

.main_bg{
     /*background: url(../images/banner.jpg) no-repeat;
    background-size: cover;   */
}


/*---------------------------------------
    BANNER AREA
-----------------------------------------*/


.welcome_text{
    color: #292929;
    background: rgba(255,255,255,.9);
    padding: 60px 50px 120px;
    margin: 50px 0px 100px;
    overflow: hidden;
}
.welcome_text h5{
    font-size: 20px;
    font-family: "Gotham Medium", sans-serif;

}
.welcome_text h2{
    font-size: 90px;
    font-family: "Gotham Thin", sans-serif;
}
.welcome_text h3{
    font-size: 25px;
    font-style: italic;
    position: relative;
    font-family: "Lora", serif;

}
.welcome_text h3:before {
    position: absolute;
    content: "";
    top: 50%;
    width: 126px;
    border-bottom: 1px solid #000;
    margin-right: 15px;
    right: 60%;
}
.welcome_text h3:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 126px;
    border-bottom: 1px solid #000;
    margin-right: 15px;
    left: 60%;
}
.welcome_text p{
    font-size: 18px;
    color: #181612;
    margin-bottom: 30px;
}
.hideme{
    opacity:0;
}
.welcome_text > button,.welcome_text > button:focus{
    font-size: 20px;
    color: #181612;
    border: 0;
    padding: 16px 25px 16px;
    background: transparent;
    margin-top: 25px;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    z-index: 3;
}
.welcome_text > .open-form{
    cursor: default;
}
.welcome_form{
    display: block;
    opacity: 1;
    position: relative;
    /*margin-top: -91px;*/
    z-index: 2;
    padding: 50px 15px 30px;
    /*background: #fff;*/
}
.close_icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    z-index: 10;
    cursor: pointer;
}
.close_icon img{
     width: 100%;
}
.form_inner{
    padding: 15px;
}
.form_inner form{}
.form_inner form input,.form_inner form input:focus{
    height: 50px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #000;
}
.form_inner form select, .form_inner form select:focus{
    height: 50px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selecet-arrow.png) no-repeat right 15px center;
    color: #000;
}
.form_inner form [type="checkbox"],.form_inner form [type="checkbox"]:focus{
    height: 20px;
    margin-bottom: 0;
    height: 20px;
    margin-bottom: 0;
    position: relative;
    top: 7px;
    left: -4px;

}
.checkboxs{
        font-size: 14px;
    color: #000;
}
.form_inner form [type="submit"],.form_inner form [type="submit"]:focus{
    height: 20px;
    margin-bottom: 0;
    height: 20px;
    margin-bottom: 0;
    position: relative;
    top: 7px;
    left: -4px;
    outline: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #000;
    float: right;
    margin-top: 5px;
}
.form_inner form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
.form_inner form input::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
.form_inner form input:-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
.form_inner form input:-moz-placeholder { /* Firefox 18- */
  color:#000;
}
@media(max-width: 991px){

    .welcome_text {

        padding: 30px 15px;
        margin: 50px 0px 50px;
    }

    .welcome_text h2 {
        font-size: 60px;

    }
     .welcome_text h3:before {
        display: none;
    }
    .welcome_text h3:after {
        display: none;
    }

    .container .col-md-12 {

        padding-left: 30px !important; /* override bootstrap */
        padding-right: 30px !important;
    }

}
@media(max-width: 767px){
    .form_inner form [type="submit"], .form_inner form [type="submit"]:focus {
        float: none;
    }
    .welcome_text {
        background: rgba(255,255,255,.9);
        padding: 30px 15px;
    }
.welcome_text > button, .welcome_text > button:focus {
    font-size: 14px;
}

 .container .col-md-12 {

        padding-left: 30px !important; /* override bootstrap */
        padding-right: 30px !important;
    }
}
/*---------------------------------------
    CHANGLE TEXT AREA
-----------------------------------------*/

.changle_text_area{
    background: #000;
    padding: 30px 0px 30px; /* 40px 0px 26px; jquery mod 25px 0px 40px;  */
}
.changle_text_area h2{
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: "Gotham Light";
}
.changle_text_area h2 div{
    /* font-style: italic; */
    display: inline-block;
}
.display {
    display: none;
}
.changle_text_area b {

    font-weight: 500;
}

@media(min-width: 768px){
.changle_text_area h2 {
    margin: 0;
    height: 52px;
    overflow: hidden;
    padding-left: 20%;
}
}

@media(max-width: 767px){
.changle_text_area h2 {
    margin: 0 auto;
    height: 60px;
    overflow: hidden;


}

}

.changle_text_area h2 span {
    padding-left:10px;
}

@media(max-width: 991px){
    .changle_text_area h2 {
        font-size: 32px;
        color: #ffffff;
        text-transform: uppercase;

    }
.changle_text_area h2 span {
    width: 260px!important; /*jquery mod 260px alt 150px */
}
}
@media(max-width: 767px){
    .changle_text_area h2 {
        font-size: 25px;
        color: #ffffff;
        text-transform: uppercase;
        height: 2.5em;
    }

    .changle_text_area h2 b{
    width: 100%!important;
    text-align: center!important;
    }
.changle_text_area h2 span {
    width: 100%!important;
    text-align: center!important;
    margin-top: 9px!important;
}
}
@media(max-width: 400px){
    .changle_text_area h2 {
        height: 3.5em;
    }
}
/*---------------------------------------
    VIDEO AREA
-----------------------------------------*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
/*.videoWrapper iframe {
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 100%;
}*/



/*---------------------------------------
    PORTFOLIO AREA
-----------------------------------------*/

.portfolio_area{
    margin-bottom: 50px;
}
.portfolio_head {
    padding: 77px 0px 35px;
    margin-bottom: 10px;
}
.portfolio_head h2{
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
}
.portfolio_head p{
    font-size: 14px;
    color: #181612;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 1%;
    line-height: 30px;
}
.portfolio_custom_padding{
    padding-left: 10px;
    padding-right: 10px;
}
.portfolio_custom_padding{}
.portfolio_content{
    padding: 0px 110px;
}
.portfolio_content_inner{
    margin-bottom: 20px;
}
.portfolio_content_inner{
    position: relative;
}
.portfolio_content_inner:hover .portfolio_text{
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;

}
.portfolio_content_inner img{
    width: 100%;
    cursor: pointer;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.portfolio_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    text-align: center;
    padding: 50px;
    padding-top: 22%;
    opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
  cursor: pointer;
}
.portfolio_text{}
.portfolio_text i{
    font-size: 30px;
    color: #fff;
   margin-bottom: 20px;
}
.portfolio_text  p{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}
.portfolio_content_inner img:hover{
}
.portfolio_arrow{}
.portfolio_arrow{
    padding: 0px 10px;
}
.portfolio_arrow span{
    display: block;
    border-bottom: 1px solid #321e0c;
    padding: 20px 0px 15px;
}
.portfolio_arrow span img{
    margin-left: auto;
    margin-right: auto;
    display: block;
   cursor: pointer;
}
.portfolio_arrow span img a{}
.portfolio_arrow p{
    font-size: 12px;
    color: #181612;
    padding-top: 15px;
    text-transform: uppercase;
}
.portfolio_content {
    padding: 0px 110px;
}
@media (min-width: 992px) and (max-width: 1340px)  {
    .portfolio_text p {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        line-height: 15px;
    }
    .portfolio_text{
        padding-top: 15%;
    }
}
@media(max-width: 991px){
    .portfolio_content {
        padding: 0px 0px;
    }
}
@media(max-width: 400px)  {
    .portfolio_text p {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        line-height: 25px;
    }
    .portfolio_text{
        padding-top: 15%;
    }
}

/*---------------------------------------
    PORTFOLIO AREA
-----------------------------------------*/
.footer_area{
    background: #181612;
}
.footer_area{

    position: relative;
}
.footer_content{
    padding: 0px 110px;
}
.footer_content{}
.footer_inner{
    padding: 15px 0px;
}
.footer_first_col{
    margin:36px auto;
    display: table;
}


@media(max-width: 1200px) {
.footer_first_col{
    border-right: none;
    margin-top:36px;
}

}



.footer_first_col  > a{
    margin-bottom: 30px;
    display: block;
}
.footer_first_col span {
    display: block;
}
.footer_first_col span a{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}
.footer_first_col p{
    font-size: 11px;
    color: #ffffff;
    padding-top: 5%;
    margin: 0 auto;
    display: table;
}
.footer_sec_col{}
.footer_inner  h2{
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25%;
}

@media(min-width: 992px) {
.footer-list1{
    width: 35%;
    float: left;
}

.footer-list2{
    width: 65%;
    float: left;
}
}


.footer_inner  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    padding-left: 25%;
}
.footer_inner  ul li a{
    display: block;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 0px;
}
.footer_third_col{
    margin-top: 52px;
    padding-right: 25%;
}
.footer_third_col ul{
    text-align: left;
}
.footer_fourth_col{
    float: right;
    margin-top: 50px;

}
.footer_fourth_col a{
    width: 180px;
    height: 40px;
    border:1px solid #ffffff;
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0px;
    padding-top: 13px;
}
@media(max-width: 991px){
    .footer_content {
        padding: 0px 0px;
    }
     .footer-list {
        width: 100%;
        float: left;
    }
    .footer_inner ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }
    .footer_inner h2 {
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: left;
        padding-left: 0;
    }
    .footer_fourth_col {
        float: left;
        margin-top: 0px;
    }
    .footer_first_col{
        border-right:0px solid transparent;
        margin-top:36px;
    }
}
/*****************************************
     MULTIPAGE  PAGE
******************************************/


#scrollUpFixed {
    bottom: 20px;
    right: 20px;
    padding: 0;
    color: #fff;
    background: #181612 url(../images/arrow-up.png) no-repeat center;
    height: 24px;
    width: 43px;
    text-align: center;
    position: absolute;
    float: right;

}
