/*
Name: Tambun Indah
Description: HTML5 / CSS3 Multi Page
Version: 1.0
Author: Raymond Khoo
*/


body {
    font-family: "Arial", sans-serif;
    font-weight: 250;
    font-size: 14px;
    line-height: 24px;
    background: url(../img/bg.png) repeat;
    color: #fff;
    -webkit-font-smoothing: antialiased !important;
}


/* ------------------------------------------------
TYPOGRAPHY
--------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h7{
    margin: 0 0 0 0px;
    color: #b39743;
    font-family: Arial, Helvetica, sans-serif;
	
	
}

h1 {
    font-size: 38px;
    font-weight: 250px;
    line-height: 40px;
	
}
.elegantshd {
  color: #131313;
  background-color: #e7e5e4;
  letter-spacing: .15em;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}
.deepshd {
  color: #e0dfdc;
  background-color: #333;
  letter-spacing: .1em;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}
.xbootstrap {
  color: #202020;
  background-color: #2d2d2d;
  letter-spacing: .1em;
  text-shadow: -1px -1px 2px #111, 2px 2px 3px #363636;
}


h2 {
    font-size: 28px;
    font-weight: 250;
    line-height: 34px;  
}


h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 250;	
}

h5 {
    font-size: 15px;
    line-height: 16px;
    font-weight: 200;	
}

h6 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 250;
}

h7 {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 250;
    line-height: 34px;
    font-family: "Arial", sans-serif;
    text-shadow: 4px 4px 1px #212020;
	
}

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
	
    color           : #686868;
    text-decoration : none;
    transition      : all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none !important;
    outline         : none
}

a:hover {
	color           : #b39743;
}


a:focus {
    color           : #b39743;
    text-decoration : none !important;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.ex1:hover {
	font-size: 110%;
	
}

a.ex1:active {
	font-size: 100%;
	color: #b39743;
}

a.ex2:hover {
	font-size: 105%;
	color: #ffffff;
	background-color: #b39743;
	border-radius: 3px;
	padding: 3px;
	
}

a.ex2:active {
	font-size: 100%;
	color: #b39743;
	
}
a.ex2:visited {
	font-size: 100%;
	color: #b39743;
	
}







/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
    padding-bottom: 0px;
    position: relative;
}

hr {
    border-top: 1px solid #b39743;
}
/* ------------------------------------------------------------------
GLOBAL BUTTON STYLE
--------------------------------------------------------------------- */

/*btn-primary*/
.btn-primary {
    color: #fff;
    background-color: #b39743;
    border-color: none;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open>.dropdown-toggle.btn-primary {
	color: #b39743;
	background: transparent;
	border: none;
}


/*btn-success*/
.btn-success {
    background-color: #001351;
}

.btn-success:hover,
.btn-success.active {
    color: #b39743;
}

/*btn-default*/
.btn-default {
    color: #fff;
    background-color: #535353;
}


/*common style for all btn*/
.btn {
    border: 2px solid transparent;
    padding: 8px 13px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-primary:hover, 
.btn-success:hover, 
.btn-primary.active, 
.btn-success.active {
    background: transparent;
    border: none;
}

.btn-link {
    color: #001351;
}
.btn-link:hover{
    color: #b39743;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.btn-talk {
	color: #ffffff;
	background-color: #001351;
}

.btn-projects {
	color: #ffffff;
	background-color: #b39743;
	border: 1px solid #b39743;
	margin:5px;
}

.btn-projects:hover 
{
    background: #001351;
    border: 1px solid #b39743;
}

 
.btn-projects.active {
    background-color: #ffffff;
	color: #000;
    border: 1px solid #b39743;
}

/*------------------------------------------------------------------------- flyer--*/

.dropbtn {
  background-color: #b49844;
  color: white;
  padding-right: 3px;
padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #b49844;
  min-width: 235px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	letter-spacing: 1px;
  color: black;
  padding: 12px 50px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: darkslategray;}

/*------------------------------------------------------------------------------- flyer--*/


/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*List check-square*/
ul.check-square li{
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px;

}

ul.check-square li::before{
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check-square-o*/
ul.check-square-o li{
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px;
}

ul.check-square-o li::before{
    content: "\f046";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check-squarecenter*/
ul.check-squarecenter li{
    display: list-item;
    position: relative;
    line-height: 36px;
    padding: 25px;
	border: 3px solid green;

}

ul.check-squarecenter li::before{
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check-square-o*/
ul.check-square-o li{
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px;
}

ul.check-square-o li::before{
    content: "\f046";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check*/
ul.check li{
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px;
}

ul.check li::before{
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

/*List check-circle*/
ul.check-circle li{
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px;
}

ul.check-circle li::before{
    content: "\f058";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}




/* ----------------------------------------------------------------
Blockquote Style
-------------------------------------------------------------------*/
blockquote {
    padding: 40px 30px;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    font-size: 18px;
    line-height: 28px;
    color: #202020;
    font-style: italic;
    position: relative;
}

blockquote::before {
    font-family: FontAwesome;
    content: "\f10e" !important;
    position: absolute;
    top: -14px;
    left: 26px;
    font-size: 36px;
    color: #b49844;
}

/* ----------------------------------------------------------------
Form Style
-------------------------------------------------------------------*/
.form-control {
    height: 46px;
    border: 2px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #b49844;
    box-shadow: none;
}

.input-group {
    margin-bottom: 30px;
    font-weight: 500;
}

.input-group-addon {
    color: #e3e3e3;
    background-color: transparent;
    border: 2px solid #e3e3e3;
    border-right: 0;
    font-size: 18px;
}


/* --------------------------------------------------
Alert
----------------------------------------------------- */
.alert {
    padding: 10px 15px;
    border-radius: 0;
}


/* --------------------------------------------------
PAGE HEADER
----------------------------------------------------- */
.page-header-wrapper{
    padding-top: 120px;
    background: url(../img/page-header/all-pages.png) no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.page-header-wrapper-sample{
    padding-top: 120px;
    background: url(../img/page-header/sample.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-about{
    padding-top: 120px;
    background: url(../img/page-header/page-header-about.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-portfolio{
    padding-top: 120px;
    background: url(../img/page-header/raintree-park-4.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}
.page-header-wrapper-portfolio2{
    padding-top: 120px;
    background: url("../img/page-header/pearl-saujana-2.png") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}
.page-header-wrapper-avenue-garden{
    padding-top: 120px;
    background: url(../img/page-header/avenue-garden.jpg) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-palm-garden{
    padding-top: 120px;
    background: url("../img/page-header/PG_COVER.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-ambay-park{
    padding-top: 120px;
    background: url("../img/page-header/ambay.png") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-ambay-garden{
    padding-top: 120px;
    background: url("../img/page-header/ambaygarden.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-astervilla{
    padding-top: 120px;
    background: url("../img/page-header/astervilla.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-palma-residency{
    padding-top: 120px;
    background: url("../img/page-header/palma_cover.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-residency-permai{
    padding-top: 120px;
    background: url("../img/page-header/permaibanner.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}


.page-header-wrapper-projects{
    padding-top: 120px;
    background: url(../img/page-header/all-pages-2.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

.page-header-wrapper-projects-about{
    padding-top: 120px;
    background: url(../img/page-header/page-header-about.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}


.page-header-wrapper-pearl-evergreen{
    padding-top: 120px;
    background: url(../img/page-header/pearl-evergreen.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-pearl-tropika{
    padding-top: 120px;
    background: url(../img/page-header/pearl-tropika.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-raintree-park-1{
    padding-top: 120px;
    background: url(../img/page-header/raintree-park-1.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-board-charter{
    padding-top: 120px;
    background: url(../img/page-header/all-pages.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-raintree-park-2{
    padding-top: 120px;
    background: url(../img/page-header/raintree-park-1.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-saujana{
    padding-top: 120px;
    background: url("../img/page-header/saujana_banner.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-contact{
    padding-top: 0px;
   
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-career{
    padding-top: 120px;
    background: url(../img/page-header/page-header-career.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.page-header-wrapper-landbanks{
    padding-top: 120px;
    background: url(../img/page-header/page-header-landbanks.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-top: 0px;
    margin-bottom: 20px;
}


.page-header-wrapper-awards{
    padding-top: 120px;
    background: url(../img/page-header/all-pages-11.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-leasing{
    padding-top: 120px;
    background: url(../img/page-header/page-header-leasing2.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-video{
    padding-top: 120px;
    background: url(../img/page-header/raintree-park-1.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}
.page-header-wrapper-video2{
    padding-top: 120px;
    background: url(../img/page-header/page-header-board-charter.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}
.page-header-wrapper-video3{
    padding-top: 120px;
    background: url(../img/page-header/page-header-events.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
}

.page-header-wrapper-events{
    padding-top: 120px;
    background: url(../img/page-header/all-pages-8.png) no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

.page-header-wrapper-begonia{
    padding-top: 120px;
    background: url("../img/page-header/begonia.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

.page-header-wrapper-pearlimpiana{
    padding-top: 120px;
    background: url("../img/page-header/pearlimpiana_banner.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

.page-header-wrapper-LCF{
    padding-top: 120px;
    background: url("../img/page-header/LCFbanner.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

.page-header-wrapper-Dahlia{
    padding-top: 120px;
    background: url("../img/dahlia/Dahliabanner.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

.page-header-wrapper-Botanic{
    padding-top: 120px;
    background: url("../img/page-header/botanic banner.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

.page-header-wrapper-serivilapermai{
    padding-top: 120px;
    background: url("../img/page-header/serivilapermai_banner.jpg") no-repeat;
    background-size: cover;
    height: 480px;
    min-width: 350px;
    margin-bottom: 20px;
}

@media(min-width:767px) { 
    .page-header-wrapper{
    min-height: 350px;
    height: 480px;
    }
}
@media(max-width: 480px) { 
    .page-header-wrapper-portfolio{
    min-height: 250px;
    height: 200px;
    }
	 .page-header-wrapper-raintree-park-1{
    min-height: 250px;
    height: 200px;
    }
	 .page-header-wrapper-saujana{
    min-height: 250px;
    height: 200px;
    }
	 .page-header-wrapper-contact iframe{
    min-height: 350px;
    height: 500px;
    }
	 .page-header-wrapper-career{
    min-height: 250px;
    height: 200px;
    }
	 .page-header-wrapper-landbanks{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-raintree-park{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-raintree-park-2{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-board-charter{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-pearl-tropika{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-pearl-evergreen{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-projects-about{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-projects{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-about{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-avenue-garden{
    min-height: 250px;
    height: 200px;
    }
	
	.page-header-wrapper-palma-residency{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-leasing{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-video{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-video2{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-events{
    min-height: 250px;
    height: 200px;
    }
	.page-header-wrapper-awards{
    min-height: 250px;
    height: 200px;
    }
}



.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
    background-image: url(url);
}
.page-header h1 {
    color: #b49844;
    /*background: url('../img/') no-repeat;*/
    background-position: 2px 5px;
    padding-top: 150px;
    margin: 0;
}


/* --------------------------------------------------
BREADCRUMB
----------------------------------------------------- */
.breadcrumb {
    padding: 7px 0 0;
    background-color: transparent;
}
.breadcrumb>.active {
    color: #fff;
}


/* --------------------------------------------------
SECTION TITLE
----------------------------------------------------- */
.section-title {
    color: #fff;
    position: relative;
    margin: 0 0 40px 30px;
    padding-bottom: 15px;
}

.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.section-title::before {
    width: 50px;
}

.section-title::after {
    width: 100px;
}


/* ------------------------------------------------------------------
GLOBAL MARGIN
--------------------------------------------------------------------- */
.margin-bottom-60 {
    margin-bottom: 60px;
}


/* ------------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------------- */
@media(min-width:767px) {
    .navbar {
    padding-top: 9px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 0;
    background: -webkit-linear-gradient(to bottom, #001351, rgb(0, 19, 81)); /*Safari 5.1-6*/
    background: -o-linear-gradient(to bottom, #001351, rgb(0, 19, 81)); /*Opera 11.1-12*/
    background-color: #001351; /*Fx 3.6-15*/
    background-position: bottom; /*Standard*/
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	

    /*for IE9 fallback background color*/
    .no-csstransitions .navbar-default {
        background: rgb(0, 19, 81);
    }

    .top-nav-collapse {
		
    padding: 0;
    }
}

@media(max-width:767px) {
    .navbar-default {
		min-height: 80px;
        background: rgb(0, 19, 81);
        border-color: rgb(0, 19, 81);
    }
}
@media(max-width:480px) {
    .navbar-default {
		min-height: 100px;
        background: rgb(0, 19, 81);
        border-color: rgb(0, 19, 81);
    }
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    color: #b39743;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    color: #b39743;
    background-color: transparent;
}



/*RESPONSIVE TOGGLE BUTTON*
.navbar-default .navbar-toggle {
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    padding: 7px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #b39743;
    border: 2px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 20px;
}/

/* Navbar Toggle Button - Base Styles */
.navbar-default .navbar-toggle {
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    padding: 7px;
    transition: all 0.3s ease;
    /* Remove old vendor prefixes - modern browsers support standard property */
}

/* Hover & Focus States */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #b39743;
    border-color: transparent;
    outline: none; /* Remove default focus outline if desired */
}

/* Icon Bars (Hamburger Menu Lines) */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 20px;
    height: 2px; /* Explicit height for consistency */
    transition: inherit; /* Inherit parent's transition */
}

/*Logo*/
h1.logo {
    padding: 0;
    margin-top: 12px;
}


.content-wrapper {
    position: relative;
    border-radius: 5px;
    z-index: 100;
    margin-top: 27px;
}

.content-wrapper-maintenance {
    position: relative;
    border-radius: 5px;
    z-index: 100;
    margin-top: 185px;
}

.content-wrapper-all {
    position: relative;
    border-radius: 5px;
    z-index: 100;
    margin-top: 50px;
	color: #686868;
}


.content-wrapper-board {
    position: relative;
    top: -120px;
    border: 3px solid #e3e3e3;
    border-radius: 5px;
    background-color: #b39743;
    z-index: 100;
}
.content-wrapper-events {
    position: relative;
    top: -120px;
    background-color: #fff7e5;
    z-index: 100;
    margin-top: 152px;
    margin-bottom: 35px;
}
.content-wrapper-projects {
    position: relative;
    top: -120px;
    border-radius: 5px;
    background-color: #fff7e5;
    z-index: 100;
    margin-bottom: 0px;
    padding-top: 0px;
    height: auto;
    margin-top: 148px;
}
 

.content-wrapper-projects-2 {
    position: relative;
    top: -120px;
    border-radius: 5px;
    background:url(../img/bg.png) repeat;
    z-index: 100;
    margin-top: 120px;
    margin-bottom: 0px;
}


.content-wrapper-leasing {
    position: relative;
    top: -120px;
    border-radius: 5px;
    background-color: #fff7e5;
    z-index: 100;
    margin-top: 171px;
    margin-bottom: 0px;
}

.content-wrapper-archived {
    position: relative;
    top: 0px;
    border-radius: 5px;
    background-color: #fff7e5;
    z-index: 100;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: -16px;
    padding-left: 25px;
    padding-right: 25px;
}
.content-wrapper-archived h2{
    line-height: 23px;
	color: #B39743;
	 margin-bottom: 30px;
}
   

.content-wrapper-archived h3{
    font-weight: 200;
	color: #B39743;
}
.content-wrapper-archived p{
    margin-bottom: 30px;
	color: #686868;
}

.content-wrapper-video {
    position: relative;
    top: 0px;
    border-radius: 5px;
    background-color: #fff7e5;
    z-index: 100;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 52px;
}
.content-wrapper-video h2{
    line-height: 23px;
	color: #B39743;
	 margin-bottom: 30px;
}
   
.content-wrapper-video h3{
    font-weight: 200;
	color: #B39743;
}
.content-wrapper-video p{
    margin-bottom: 30px;
	color: #686868;
}

.content-wrapper-video2 {
    position: relative;
    top: 0px;
    border-radius: 5px;
    background-color: #fff7e5;
    z-index: 100;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
}
.content-wrapper-video2 h2{
    line-height: 23px;
	color: #B39743;
	 margin-bottom: 30px;
}
   
.content-wrapper-video2 h3{
    font-weight: 200;
	color: #B39743;
}
.content-wrapper-video2 p{
    margin-bottom: 30px;
	color: #686868;
}



/* ------------------------------------------------------------------
INTRO SECTION
--------------------------------------------------------------------- */
.intro-wrapper2 {
    background: url(../img/intro-bg2.png) no-repeat center center;
    background-size: cover;
    padding-top: 4px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.intro-wrapper2-business-park{
    background: #fff7e5;
    background-size: cover;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B39743;
    margin-bottom: 15px;
}


.intro-wrapper2 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper2 h3{
    font-weight: 700;
}
.intro-wrapper2 p{
    margin-bottom: 40px;
}


/* ------------------------------------------------------------------
INTRO SECTION
--------------------------------------------------------------------- */
.intro-wrapper3 {
    background: #fff7e5;
    background-size: cover;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
    margin-bottom: 5px;
    margin-top: 17px;
    border-bottom: 1px solid #B39743;
}
.intro-wrapper3 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper3 h3{
    font-weight: 300;
}
.intro-wrapper3 p{
    margin-bottom: 40px;
}

.intro-wrapper-footer {
    background: #fff7e5;
    background-size: cover;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 5px;
    
}
.intro-wrapper3 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper3 h3{
    font-weight: 300;
}
.intro-wrapper3 p{
    margin-bottom: 40px;
}




.intro-wrapper-awards {
    background: #fff7e5;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    
}
.intro-wrapper-awards h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper-awards h3{
    font-weight: 300;
	margin-left: 25px;
}
.intro-wrapper-awards p{
    margin-bottom: 40px;
}





.intro-wrapper3-business-park{
    background: url(../img/../img/business-intro.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px;
}


.intro-wrapper3 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper3 h3{
    font-weight: 700;
}
.intro-wrapper3 p{
    margin-bottom: 40px;
}


/* ------------------------------------------------------------------
INTRO SECTION
--------------------------------------------------------------------- */
.intro-wrapper-4 {
    background: url(../img/../img/awards/forbes-13-14-15.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 5px;
}

.intro-wrapper-4-business-park{
    background: url(../img/../img/business-intro.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px;
}


.intro-wrapper-4 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper-4 h3{
    font-weight: 700;
}
.intro-wrapper-4 p{
    margin-bottom: 40px;
}


/* ------------------------------------------------------------------
INTRO SECTION
--------------------------------------------------------------------- */
.intro-wrapper-6 {
    background: url(../img/../img/awards/edge-2017.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 5px;
}

.intro-wrapper-6-business-park{
    background: url(../img/../img/business-intro.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px;
}


.intro-wrapper-6 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper-6 h3{
    font-weight: 700;
}
.intro-wrapper-6 p{
    margin-bottom: 40px;
}


/* ------------------------------------------------------------------
INTRO SECTION
--------------------------------------------------------------------- */
.intro-wrapper-next {
    background: url(../img/intro-bg3.png) no-repeat center center;
    background-size: cover;
    padding: 25px;
    margin-top: 5px;
}

.intro-wrapper-next-business-park{
    background: url(../img/../img/business-intro.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px;
}


.intro-wrapper-next h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper-next h3{
    font-weight: 700;
}
.intro-wrapper-next p{
    margin-bottom: 40px;
}


/* ------------------------------------------------------------------
INTRO SECTION
--------------------------------------------------------------------- */
.intro-wrapper {
    background: url(../img/intro-bg.png) no-repeat center center;
    background-size: cover;
    padding: 25px;
}

.intro-wrapper-business-park{
    background: url(../img/../img/business-intro.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px;
}


.intro-wrapper h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper h3{
    font-weight: 700;
}
.intro-wrapper p{
    margin-bottom: 40px;
}

/* ------------------------------------------------------------------
intro-wrapper-sales-gallery
--------------------------------------------------------------------- */


.intro-wrapper-sales-gallery {
    background: url(../img/../img/intro-bg5.png) no-repeat center center;
    background-size: cover;
    padding: 25px;
}

.intro-wrapper-sales-gallery h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper-sales-gallery h3{
    font-weight: 700;
}
.intro-wrapper-sales-gallery p{
    margin-bottom: 40px;
}

/* ------------------------------------------------------------------
intro-wrapper-sales-gallery
--------------------------------------------------------------------- */
.intro-wrapper-sales-gallery2 {
    background:  no-repeat center center;
    background-size: cover;
    padding: 25px;
}

.intro-wrapper-sales-gallery2 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper-sales-gallery2 h3{
    font-weight: 700;
}
.intro-wrapper-sales-gallery2 p{
    margin-bottom: 40px;
}

/* ------------------------------------------------------------------
intro-wrapper-sales-gallery
--------------------------------------------------------------------- */

.intro-wrapper-sales-gallery3 {
    background: url(../img/../img/../img/pearl_city_aerial_simple.jpg) no-repeat center center;
    background-size: cover;
    padding: 25px;
}

.intro-wrapper-sales-gallery3 h2{
    line-height: 23px;
    margin-bottom: 35px;
}
.intro-wrapper-sales-gallery3 h3{
    font-weight: 700;
}
.intro-wrapper-sales-gallery3 p{
    margin-bottom: 40px;
}


/* ------------------------------------------------------------------
SERVICE WRAPPER
--------------------------------------------------------------------- */
.service-wrapper {
    background-color: #090d7b;
    padding: 60px;
}
.service-wrapper .section-title {
    margin-bottom: 0;
}
.service-wrapper .media {
    margin-top: 70px;
}

.service-wrapper .media-heading {
    margin-bottom: 15px;
    font-weight: 400;
}
.service-wrapper .media-heading a{
    color: #fff;
}
.service-wrapper .media-body{
    color: #949ea3;
}

.service-wrapper .media-heading a:hover{
    color: #b49844;
}


.service-wrapper .icon {
    display: inline-block;
    margin: 5px 20px 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-wrapper .icon:before {
    font-size: 50px;
    margin-left: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-wrapper .icon:hover:before {
    color: #000;
}
.service-wrapper .icon.bg1 {
    background: #dbb078;
}
.service-wrapper .icon.bg2 {
    background: #cfa3a3;
}
.service-wrapper .icon.bg3 {
    background: #7da484;
}
.service-wrapper .icon.bg4 {
    background: #9897c1;
}
.service-wrapper .icon:hover {
    background: #fff;
}


.service-wrapper-index {
    background-color: #FFFFFF;
    padding: 30px;
}
.service-wrapper-index .section-title {
    margin-bottom: 0;
}
.service-wrapper-index .media {
    margin-top: 70px;
}

.service-wrapper-index .media-heading {
    margin-bottom: 15px;
    font-weight: 400;
}
.service-wrapper-index .media-heading a{
    color: #fff;
}
.service-wrapper-index .media-body{
    color: #949ea3;
}

.service-wrapper-index .media-heading a:hover{
    color: #b49844;
}


.service-wrapper-index .icon {
    display: inline-block;
    margin: 5px 20px 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-wrapper-index .icon:before {
    font-size: 50px;
    margin-left: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-wrapper-index .icon:hover:before {
    color: #000;
}
.service-wrapper-index .icon.bg1 {
    background: #dbb078;
}
.service-wrapper-index .icon.bg2 {
    background: #cfa3a3;
}
.service-wrapper-index .icon.bg3 {
    background: #7da484;
}
.service-wrapper-index .icon.bg4 {
    background: #9897c1;
}
.service-wrapper-index .icon:hover {
    background: #fff;
}


/* ------------------------------------------------------------------
ADVANTAGES WRAPPER
--------------------------------------------------------------------- */
.advantages-wrapper {
    padding: 60px;
    background: #000000 url('../img/experiencetab.png') no-repeat center center;
    background-size: cover;
    margin-top: 5px;
}
.advantages-wrapper-business-park {
    padding: 60px;
    background: #fff7e5;
    background-size: cover;
    margin-top: -14px;
}

.advantages-wrapper.skills {
    background: #000000 url('../img/') no-repeat center center;
    background-size: cover;
}

.showhouse-wrapper.capabilities {
    background: #000000 url('../img/') no-repeat center center;
    background-size: cover;
}

.showhouse-wrapper {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: #fff7e5;
    background-size: cover;
    margin-top: 5px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-top-color: #B39743;
}

.showhouse-wrapper-2 {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #fff7e5;
    background-size: cover;
    margin-top: 5px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
}


.showhouse-wrapper-business-park {
    padding: 60px;
    background: #01214F url('../img/../img/business-wrapper.jpg') no-repeat center center;
    background-size: cover;
}

.showhouse-wrapper.skills {
    background: #000000 url('../img/') no-repeat center center;
    background-size: cover;
}

.showhouse-wrapper.capabilities {
    background: #000000 url('../img/') no-repeat center center;
    background-size: cover;
}



/*CSS TAB*/
.nav-tabs {
    border-bottom: 0;
    display: inline-block;
    padding: 5px 7px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.nav-tabs > li > a {
    padding: 8px 20px;
    line-height: normal;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    color: #b39743;
    border-radius: 3px;
}

.nav-tabs > li.active > a {
    border: 0;
    color: #fff;
    margin-bottom: 0;
}


.nav-tabs > li > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px;
    background-color: #001351;
}


.tab-content {
    padding: 0;
    margin: 0px 0 0;
    color: #fff;
}
.tab-content h3{
    font-weight: 200;
    color: #fff;
}

.css-tab .media-left img {
    margin-right: 10px;
    border-radius: 4px;
    width: inherit;
    padding-right: 0px;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.css-tab .media-heading {
    margin-bottom: 15px;
}



/*SKILL CHART*/
.chart {
    position: relative;
    margin-bottom: 15px;
}
.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -34px;
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
}

.percent:after {
    content: '%';
}


.our-progress p {
    font-size: 18px;
    font-weight: 700;
}



/* ------------------------------------------------------------------
HANDOVER WRAPPER
--------------------------------------------------------------------- */
.handover-wrapper {
    background-color: #01214F;
    color: #4B4B4B;
    padding: 60px 0 60px 60px;
}
.handover-wrapper .item {
    margin-bottom: 40px;
}
.handover-project h3 {
    color: #fff;
    font-weight: 500;
}
.handover-project ul {
    margin-bottom: 40px;
}


.handover-wrapper-index {
    background-color: #f7e7ba;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
}
.handover-wrapper-index .item {
    margin-bottom: 40px;
}
.handover-project-index h3 {
    color: #01214F;
    font-weight: 500;
}
.handover-project-index ul {
    margin-bottom: 40px;
}



/* ------------------------------------------------------------------
TESTIMONIAL WRAPPER
--------------------------------------------------------------------- */
.testimonial-wrapper {
    background-color: #b49844;
    color: #fff;
    padding: 60px 0 0 60px;
}

.testimonial-wrapper .section-title::before,
.testimonial-wrapper .section-title::after {
    background: #fff;
    opacity: 0.5;
}

.testimonial-wrapper .client-testimonial {
    padding: 50px 0 0 50px;
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin: 0;
}

.client-testimonial .client-name,
.client-testimonial .client-org{
    font-size: 14px;
    margin-top: 20px;
}
.client-testimonial .client-org{
    font-style: italic;
}
.client-testimonial .client-name::before {
    content: '\2014 \00A0';   
}


.testimonial-wrapper .client-testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/qoute.png') no-repeat;
}



/* CAROUSEL INDICATORS
--------------------------------------------------------------------- */

.handover-wrapper .carousel-indicators {
    left: 0;
    bottom: -20px;
    margin-left: -25%;
}

.handover-wrapper .carousel-indicators li {
    background-color: #ffffff;
    border: 1px solid transparent;
}



.testimonial-wrapper .carousel-indicators {
    left: 0;
    bottom: 40px;
    margin-left: -25%;
}
.handover-wrapper .carousel-indicators li,
.testimonial-wrapper .carousel-indicators li {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    border-radius: 1em;
}

.handover-wrapper .carousel-indicators .active,
.testimonial-wrapper .carousel-indicators .active {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    background-color: #01214F;
    border: 1px solid #fff;
}

.testimonial-wrapper-index .carousel-indicators li {
    background-color: #775419;
    border: 1px solid transparent;
}

.handover-wrapper-index .carousel-indicators {
    left: 0;
    bottom: -20px;
}

.handover-wrapper-index .carousel-indicators li {
    background-color: #C8C8C8;
    border: 1px solid transparent;
}



.testimonial-wrapper-index .carousel-indicators {
    left: 0;
    bottom: 40px;
    margin-left: -25%;
}
.handover-wrapper-index .carousel-indicators li,
.testimonial-wrapper-index .carousel-indicators li {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    border-radius: 1em;
}

.handover-wrapper-index .carousel-indicators .active,
.testimonial-wrapper-index .carousel-indicators .active {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    background-color: #b49844;
    border: 1px solid #fff;
}

.testimonial-wrapper-index .carousel-indicators li {
    background-color: #b49844;
    border: 1px solid transparent;
}

.roadshow-wrapper3-index {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #fff7e5;
    border-top: 1px solid #B39743;
    border-bottom: 1px solid #B39743;
}
.roadshow-wrapper3-index h2{
    padding: 5px 10px 30px 40px;
    
}
.roadshow-wrapper3-index .section-title {
    color: #FFFFFF;
    opacity: 1;
}

/* ------------------------------------------------------------------
SUBSCRIPTION PLANS WRAPPER
--------------------------------------------------------------------- */
.subscription-wrapper {
    padding: 60px;
	
}

.pricing-sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 60px;
}
.subscription-wrapper .panel {
    border: 2px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    border-color: #e0e0e0;
}

.subscription-wrapper .panel-default>.panel-heading {
    background-color: #f5f5f5;
}

.panel.featured-price {

}
.subscription-wrapper .panel-default>.panel-heading {
    color: inherit;
}
.subscription-wrapper .panel-heading {
    border-bottom: 2px solid transparent;
    border-color: #e0e0e0;
    padding: 40px 35px 35px;
}
.subscription-wrapper .panel-heading h2{
    font-size: 24px;
    line-height: 30px;
    color: #202020;
    font-weight: 700;
}
.subscription-wrapper .panel-heading h2 small {
    display: block;
    color: #202020;
    font-weight: 700;
}
.subscription-wrapper .panel-body {
    padding: 30px 35px;
	
}
.price {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 30px 0;
    color: #b49844;
}
.price small {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
}
.pricing-btn span {
    color: #00a651;
    margin-left: 8px;
    font-size: 12px;
}

.subscription-wrapper-index {
    padding: 30px;
    background-color: #01214F;
    margin-top: 5px;
	
}

.pricing-sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 60px;
}
.subscription-wrapper .panel {
    border: 2px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    border-color: #e0e0e0;
}

.subscription-wrapper .panel-default>.panel-heading {
    background-color: #f5f5f5;
}

.panel.featured-price {

}
.subscription-wrapper .panel-default>.panel-heading {
    color: inherit;
}
.subscription-wrapper .panel-heading {
    border-bottom: 2px solid transparent;
    border-color: #e0e0e0;
    padding: 40px 35px 35px;
}
.subscription-wrapper .panel-heading h2{
    font-size: 24px;
    line-height: 30px;
    color: #202020;
    font-weight: 700;
}
.subscription-wrapper .panel-heading h2 small {
    display: block;
    color: #202020;
    font-weight: 700;
}
.subscription-wrapper .panel-body {
    padding: 30px 35px;
	
}
.price {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 30px 0;
    color: #b49844;
}
.price small {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
}
.pricing-btn span {
    color: #00a651;
    margin-left: 8px;
    font-size: 12px;
}



/* ------------------------------------------------------------------
SUPPORT WRAPPER
--------------------------------------------------------------------- */
.support-wrapper {
    background-color: #fff7e5;
    background-size: cover;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    color: #fff;
    border-bottom: 1px solid #B39743;
    border-top: 1px solid #B39743;
    margin-top: 5px;
}

.support-wrapper h2 {
    font-size: 42px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #fff;
}

.support-wrapper a.btn {
    margin-top: 30px;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 18px;
}



/* ------------------------------------------------------------------
FOOTER WIDGET WRAPPER
--------------------------------------------------------------------- */
.footer-widget-wrapper {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 60px;
    background: url(../img/bg.png) repeat;
    color: #FFFFFF;
    padding-top: 0px;
    margin-top: -55px;
}

.subcsribe-text {
    position: relative;
    margin-bottom: 45px;
}

.subcsribe-text::after{
    content: "";
    position: absolute;
    background: #b49844;
    width: 94px;
    height: 2px;
    left: 0;
    bottom: -10px;
}


.footer-widget h3 {
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}
.footer-widget form {
    margin-top: 30px;
}

.footer-widget .form-group input[type="email"]{
    width: 49%;
    float: left;
    background: #FFFFFF;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 300;
    height: 46px;
    box-shadow: none;
}

.footer-widget .btn{
    padding: 0 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    height: 46px;
}
.footer-widget .btn:hover{
    background-color: #fff;
}


.footer-widget ul {}
.footer-widget ul li {
    line-height: 34px;
}
.footer-widget ul li a{
    color: #FFFFFF;
}
.footer-widget ul li a:hover{
    color: #b49844;
}



/* ------------------------------------------------------------------
FOOTER WRAPPER
--------------------------------------------------------------------- */
.footer-wrapper {
    padding: 40px 0;
    background-color: #001351;
}
.copyright p{
    margin: 0;
	text-align: center;
}





/* ------------------------------------------------------------------
SOCIAL LINK
--------------------------------------------------------------------- */
.social-link {
    margin-top: 40px;
}
.social-link ul{}
.social-link ul li{
    display: inline-block;
    margin: 0 2px 0 0;
}
.social-link ul li a i{
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.social-link ul li a i:hover {
    background: #fff !important;
}
.social-link ul li a i.fa-rss {
    background: #b49844;
}
.social-link ul li a i.fa-rss:hover {
    color: #b49844;
}
.social-link ul li a i.fa-facebook {
    background: #375ca8;
}
.social-link ul li a i.fa-facebook:hover {
    color: #375ca8;
}
.social-link ul li a i.fa-twitter {
    background: #2da5c8;
}
.social-link ul li a i.fa-twitter:hover {
    color: #2da5c8;
}
.social-link ul li a i.fa-google-plus {
    background: #da3113;
}
.social-link ul li a i.fa-google-plus:hover {
    color: #da3113;
}
.social-link ul li a i.fa-youtube {
    background: #c61c1f;
}
.social-link ul li a i.fa-youtube:hover {
    color: #c61c1f;
}
.social-link ul li a i.fa-pinterest {
    background: #b42069;
}
.social-link ul li a i.fa-pinterest:hover {
    color: #b42069;
}
.social-link ul li a i.fa-linkedin {
    background: #0036e7;
}
.social-link ul li a i.fa-linkedin:hover {
    color: #0036e7;
}
.social-link ul li a i.fa-flickr {
    background: #e21777;
}
.social-link ul li a i.fa-flickr:hover {
    color: #e21777;
}


/* ----------------------------------------------------------------
ABOUT US PAGE
-------------------------------------------------------------------*/

.about-us-wrapper {
    padding: 40px;
    background-color: #fff7e5;
    margin-top: 5px;
    border-top: 1px solid #B39743;
}

.about-us-wrapper1 {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #fff7e5;
    margin-top: 5px;
   
}

.about-us-wrapper1 h2{
    margin-bottom: 22px;
}
.about-us-wrapper1 p,
.team-wrapper p {
	color: #585858;
    margin-bottom: 30px;
}
.about-us-wrapper1 em{
    font-size: 18px;
    line-height: 30px;
}


.about-us-wrapper-board {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #fff7e5;
    border-bottom: 1px solid #B39743;
}
.about-us-wrapper h2{
    margin-bottom: 22px;
}
.about-us-wrapper p,
.team-wrapper p {
	color: #585858;
    margin-bottom: 30px;
}
.about-us-wrapper em{
    font-size: 18px;
    line-height: 30px;
}

.abt-slider-intro {
    padding-right: 50px;
}
.abt-slider-intro p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

/*about-us-slider-carousel-control position*/
.about-us-slider-wrapper .carousel-control {
    top: 85%;
    width: 40px;
    height: 40px;
    text-shadow: none;
}
.about-us-slider-wrapper .carousel-control.right, 
.about-us-slider-wrapper .carousel-control.left {
    background-image: none;
	background: #b49844;
}
.about-us-slider-wrapper .carousel-control.right{
    right: 42%;
    opacity: 1;
}
.about-us-slider-wrapper .carousel-control.left{
    opacity: 1;
    left: 50%;
}
.about-us-slider-wrapper .carousel-control i:before{
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
}


.team-wrapper {
    padding: 40px;
}
.team-wrapper .section-title{
    color : #202020;
}
.css-team {
    margin-bottom: 30px;
}

.css-team  figure{
    margin-bottom: 50px;
}

.css-team-avatar{
    position: relative;
    overflow: hidden;
    padding: 4px;
    margin: 0 0 10px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.css-team-avatar img{
    width: 100%;
    height: auto;
}
.css-team .readmore{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

.css-team .readmore i{
    display: block;
    margin-top: 45%;
    height: 50px;
}

.css-team .readmore i:before{
    font-size: 0;
}
.css-team-avatar:hover .readmore i:before{
    font-size: 50px;
}
.css-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(252, 187, 60, 0.8);
    display: inline-block;
    opacity: 0;
}
.css-team-avatar:hover .readmore i:before,
.css-overlay{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.css-team-avatar:hover .css-overlay{
    opacity: 1;
}

.css-team-info {
    text-align: center;
}

.css-team-heading{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.css-team-heading small{
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6d;
    text-transform: capitalize;
}


ul.joblist-link {}
ul.joblist-link li{
    margin-bottom: 8px;
}
ul.joblist-link li a{
    display: inline-block;
    color: #202020;
    border-bottom: 2px solid #e3e3e3;
}
ul.joblist-link li a:hover{
    color: #b49844;
}

.joblist-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 12px;
    margin-top: 10px;
}


.download-box-wrapper {
    background: url('../img/about-bottom.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px;
    margin-top: 30px;
    margin-bottom: 23px;
}
.download-box {}
.download-box ul{}
.download-box ul li{
    padding: 0 10px 0 0;
    width: 32.8%;
}
.download-box ul li a {
    display: block;
    padding: 30px 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.download-box ul li a:hover {
    box-shadow: 0 0 0 5px #FFFFFF;
}

.download-box ul li a span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}


.download-box ul li:nth-child(1) a {
    background: #2389e7;
}
.download-box ul li:nth-child(2) a {
    background: #b49844;
}
.download-box ul li:nth-child(3) a {
    background: #ba5656;
}



.download-box ul li a::before {
    content: "\e012";
    font-family: Flaticon;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 100px;
    line-height: 50px;
    color: #fff;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}


/* ----------------------------------------------------------------
ABOUT ME PAGE
-------------------------------------------------------------------*/
.info-in-short {}
.info-in-short img{
    width: 100%;
}
.member-info {
    background-color: #fff7e5;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
}
.info-address {
    background-color: #fff7e5;
    padding: 30px;
}
.info-address address {
    line-height: 22px;
}



/* ----------------------------------------------------------------
BLOG PAGE
-------------------------------------------------------------------*/
.inner-content {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: #fff7e5;
    padding-bottom: 50px;
    margin-top: -45px;
}
.blog-post-wrapper {
    padding: 0 0 60px;
    margin: 0 0 60px;
    border-bottom: 1px solid #fff7e5;
}
.entry-header {
    background-color: #FFF7E5;
}

/*For Sticky Post*/
.sticky .entry-header {
    padding-left: 60px;
    position: relative;
}
.sticky .entry-header:before {
    content: "\f0f6";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 60px;
}

.blog-post-wrapper .entry-meta {
    font-weight: 200;
    color: #686868;
    background-color: #FFF7E5;
}
.blog-post-wrapper .entry-meta ul{
    background-color: #FFF7E5;
}
.blog-post-wrapper .entry-meta ul li{
    position: relative;
    padding-left: 12px;
}
.blog-post-wrapper .entry-meta ul li:first-child{
    padding-left: 5px;
}
.blog-post-wrapper .entry-meta ul li:first-child::before{
    display: none;
}
.blog-post-wrapper .entry-meta ul li::before{
    content: "\f111";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
    color: #ffffff;
}
.blog-post-wrapper .entry-meta ul li a{
    color: #ffffff;
}

.blog-post-wrapper h2.entry-title {
    margin-bottom: 25px;
}
.blog-post-wrapper .entry-title a{
    color: #ffffff;
}
.blog-post-wrapper .the-author a,
.blog-post-wrapper .the-category a,
.blog-post-wrapper .entry-meta ul li a:hover,
.blog-post-wrapper .entry-title a:hover{
    color: #ffffff !important;
}

.blog-post-wrapper .post-thumbnail {
    margin: 30px 0 40px;
}

/*--------------------------------------------------------carouselEVENTTOP*/
#blog-post-carouselEVENTTOP .carousel-control {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=10);
    opacity: 1;
}

#blog-post-carouselEVENTTOP .carousel-control:hover, 
#blog-post-carouselEVENTTOP .carousel-control:focus {
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blog-post-carouselEVENTTOP .carousel-control.left,
#blog-post-carouselEVENTTOP .carousel-control.right {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}

#blog-post-carouselEVENTTOP .carousel-control.right {
    right: 20px;
}
#blog-post-carouselEVENTTOP .carousel-control.left {
    left: 20px;
}

/*-------------------------------------------------------------------END carouselEVENTTOP*/

/*--------------------------------------------------------carouselWomen*/
#blog-post-carouselWomen .carousel-control {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=10);
    opacity: 1;
}

#blog-post-carouselWomen .carousel-control:hover, 
#blog-post-carouselWomen .carousel-control:focus {
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blog-post-carouselWomen .carousel-control.left,
#blog-post-carouselWomen .carousel-control.right {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}

#blog-post-carouselWomen .carousel-control.right {
    right: 20px;
}
#blog-post-carouselWomen .carousel-control.left {
    left: 20px;
}

/*-------------------------------------------------------------------END carouselWomen*/

/*--------------------------------------------------------carouselEVENTMID*/
#blog-post-carouselEVENTMID .carousel-control {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=10);
    opacity: 1;
}

#blog-post-carouselEVENTMID .carousel-control:hover, 
#blog-post-carouselEVENTMID .carousel-control:focus {
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blog-post-carouselEVENTMID .carousel-control.left,
#blog-post-carouselEVENTMID .carousel-control.right {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}

#blog-post-carouselEVENTMID .carousel-control.right {
    right: 20px;
}
#blog-post-carouselEVENTMID .carousel-control.left {
    left: 20px;
}

/*-------------------------------------------------------------------END carouselEVENTMID*/

/*--------------------------------------------------------carouselEVENTBTM*/
#blog-post-carouselEVENTBTM .carousel-control {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=10);
    opacity: 1;
}

#blog-post-carouselEVENTBTM .carousel-control:hover, 
#blog-post-carouselEVENTBTM .carousel-control:focus {
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blog-post-carouselEVENTBTM .carousel-control.left,
#blog-post-carouselEVENTBTM .carousel-control.right {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
}

#blog-post-carouselEVENTBTM .carousel-control.right {
    right: 20px;
}
#blog-post-carouselEVENTBTM .carousel-control.left {
    left: 20px;
}

/*-------------------------------------------------------------------END carouselEVENTBTM*/

.carousel-control i::before {
    font-size: 28px;
}

.blog-post-wrapper blockquote {
    margin: 60px 0;
}

.blog-post-wrapper iframe {
    width: 100%;
    margin: 25px 0 40px;
}
.blog-post-wrapper .video-post iframe {
    height: 323px;
    border: 0;
}
.blog-post-wrapper .audio-post iframe {
    height: 150px;
    border: 0;
}


/* ----------------------------------------------------------------
SINGLE BLOG
-------------------------------------------------------------------*/
.blog-post-wrapper.single-article {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.about-author .media img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}
.comments-wrapper {
    margin-top: 40px;
}
.comments-wrapper ul.media-list {
    margin-bottom: 60px;
}
.comments-wrapper .media-list li{
    border: 2px solid #ffffff;
    padding: 30px;
    border-radius: 3px;
}

.comments-wrapper .media-left, 
.comments-wrapper .media>.pull-left {
    padding-right: 20px;
}

.comments-wrapper .media img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.media-body span.comment-author,
.media-body span.comment-date {
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
}
.media-body span.comment-author i,
.media-body span.comment-date i {
    margin-right: 5px;
}

.media-body span.comments-buttons {
    font-size: 12px;
    margin-top: 5px;
}


/*PAGINATION*/
.pagination-wrap {
    width: 100%;
    position: relative;
}
.pagination>li>a, 
.pagination>li>span {
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    color: #b49844;
    background-color: transparent;
    border-color: transparent;
}

.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    color: #b49844;
    background-color: transparent;
    border-color: transparent;
}

.pagination li:first-child {
    position: absolute;
    left: 0;
}
.pagination li:last-child {
    position: absolute;
    right: 0;
}
.pagination li:last-child a, 
.pagination li:first-child a {
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    font-weight: 400;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li:first-child > a:hover, 
.pagination > li:first-child > span:hover,
.pagination > li:last-child > a:hover, 
.pagination > li:last-child > span:hover {
    color: #b49844;
    background-color: transparent;
    border-color: #b49844;
}

.pagination-wrap .counter {
    color: #cacaca;
}

/*PAGER*/
.pager li a{
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.pager li>a:hover, 
.pager li>a:focus {
    background-color: #b49844;
    color: #fff;
    border: 2px solid transparent;
}

.pager li a.previous {
    float: left;
}
.pager li a.next {
    float: right;
}


/*BLOG SIDEBAR*/

.sidebar-wrapper {
    background-color: #FFF7E5;
    margin-top: 12px;
}
.sidebar-wrapper .widget{
    margin-bottom: 60px;
    border-left-color: #b39743;
    border-right-color: #b39743;
    border-top-color: #b39743;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-radius: 2px;
    background-color: #fff7e5;
}

.widget .widget-title{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #b39743;
    padding: 10px 15px;
    margin-bottom: 0px;
    color: #b39743;
    background-color: #FFFFFF;
}
.sidebar-wrapper .widget ul {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: -14px;
    border-bottom: 1px solid #B39743;
}
.sidebar-wrapper .widget ul li{
    padding: 10px 0px;
    border-bottom: 1px solid #b39743;
}
.sidebar-wrapper .widget ul li:first-child{
    padding-top: 0;
}
.sidebar-wrapper .widget ul li:last-child{
    margin-bottom: 7px;

}
.sidebar-wrapper .widget ul li:before {
    content: "\e001";
    font-family: Flaticon;
    display: inline-block;
    margin-right: 7px;
    font-size: 10px;
    color: #686868;
}

.sidebar-wrapper .widget ul li a {
    color: #686868;
}
.sidebar-wrapper .widget ul li a:hover {
    color: #b39743;
}

.sidebar-wrapper .widget.widget_search{
    border: 0;
}
.widget_search form {
    position: relative;
}
.widget_search form button i{
    color: #e3e3e3;
}
.widget_search form button:hover i{
    color: #b49844;
}
.widget_search form button:focus {
    outline: none;
}
.widget_search form [type="submit"] {
    position: absolute;
    right: 0;
    top: 2px;
    width: 40px;
    height: 42px;
    border: none;
    border-left: 1px solid #e3e3e3;
    box-shadow: none;
    background: transparent;
}


.sidebar-tab ul li{}


.widget.widget_tag_cloud ul {
    padding-bottom: 15px;
}
.widget.widget_tag_cloud ul li{
    display: inline-block;
    border-bottom: 0;
    padding: 5px 0;
    margin-right: 15px;
}

.widget.widget_tag_cloud ul li a{
    padding: 3px 0;
    border-bottom: 1px dashed transparent;
}
.widget.widget_tag_cloud ul li a:hover {
    border-bottom: 1px dashed #6d6d6d;
}
.sidebar-wrapper .sidebar-tab ul li:before,
.widget.widget_tag_cloud ul li:before  {
    display: none;
}


/*Sidebar Tab*/
.sidebar-tab .nav-tabs > li > a {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 10px;
    border: 0;
}

.sidebar-tab .nav-tabs {
    border-bottom: 1px solid #b39743;
    border-radius: 0;
}
.sidebar-tab ul.nav-tabs li {
    border-bottom: 0;
}

.sidebar-tab .tab-content {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
.sidebar-tab .nav-tabs li:first-child a:after{
    content: "|";
    position: absolute;
    right: 0;
    color: #B39743;
}

.sidebar-tab .nav-tabs > li > a:hover, 
.sidebar-tab .nav-tabs > li.active > a, 
.sidebar-tab .nav-tabs > li.active > a:hover, 
.sidebar-tab .nav-tabs > li.active > a:focus {
    background: transparent;
    color: #b39743;
    border: 0;
}




/* ----------------------------------------------------------------
PORTFOLIO PAGE
-------------------------------------------------------------------*/
#filter {
    overflow: hidden;
    margin: 15px 0 30px;
}

#filter li {
    float: left;
    margin-bottom: 10px;
}

#filter li a {
    background: transparent;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    color: #6d6d6d;
    display: block;
    margin: 0 5px 0 0;
    padding: 3px 10px;
    cursor: pointer;
}
#filter li a:hover,
#filter li a.active {
    background: #b49844;
    border: 2px solid transparent;
    color: #fff;
}
.portfolio-item {
	

}

/*Portfolio Four Column Page*/
.four-column .portfolio-item {
    min-height: 150px;
}



/*portfolio hover effect*/
.single-portfolio {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #B39743;
}

.single-portfolio .img {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #B39743;
}
.single-portfolio::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
}

.portfolio-links {
    width: 84px;
    height: 40px;
    position: absolute;
    top: -100%;
    left: 50%;
    margin-top: -20px;
    margin-left: -44px;
}
.single-portfolio:hover .portfolio-links{
    top: 50%;
}
.single-portfolio::before,
.portfolio-links {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.single-portfolio:hover::before,
.single-portfolio:hover .portfolio-links{
    opacity: 1;
    filter: alpha(opacity=100);
}


.portfolio-links>a {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
}
.portfolio-links>a:hover {
    background: #001351;
    color: #b39743;
    border: 2px solid #fff;
    width: 50px;
}


/*Portfolio Single Page*/
.portfolio-content {}
.portfolio-content img{
    margin-bottom: 30px;
}
.portfolio-info p {
    margin-bottom: 15px;
}
.portfolio-info .title,
.portfolio-info .block-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #202020;
    display: block;
}

.portfolio-info .block-title {
    margin: 15px 0;
}
.related-project h2 {
    font-size: 28px;
    line-height: 22px;
    font-weight: 200;
    margin-bottom: 30px;
}

.related-work-carousel .item{
  margin: 3px;
}
.related-work-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}


.related-project .owl-theme .owl-controls .owl-page span {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    filter: Alpha(Opacity=100);
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #b39743;
}



/* ----------------------------------------------------------------
CONTACT US PAGE
-------------------------------------------------------------------*/
.contact-us-wrapper {
    padding: 60px;
    background-color: #fff7e5;
    margin-top: 148px;
    border-bottom: 1px solid #B39743;
}
.contact-us-wrapper h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.mini-contact {
    margin-bottom: 80px;
}
.mini-contact h2 {
    font-size: 24px;
	margin-bottom: 20px;
}

.mini-contact h3 {
    font-size: 18px;
	margin-bottom: 20px;
}
.mini-contact a {
    color: #b39743;
    font-size: 15px;
    font-style: none;
    font-weight: 250;
    margin-top: 25px;
    display: block;
}
.mini-contact p {
    color: #686868;
    font-size: 15px;
    font-style: none;
    font-weight: 250;
    margin-top: 25px;
    display: block;
}
.mini-contact a:hover {
    color: #B0B0B0;
}

.map-wrapper {
    margin-bottom: 60px;
}
.map-canvas {
    height     : 290px;
}


.directions-wrapper {
    margin-bottom: 60px;
}
.contact-directions {
    margin-bottom: 20px;
}

.contact-us-form h2 {
    margin-bottom: 20px;
}

.input-group.text-area {
	margin-left: -3px;
}

.contact-us-form .btn {
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 500;
}


/* ----------------------------------------------------------------
Job Page
-------------------------------------------------------------------*/
.job-page-wrapper {
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    background-color: #fff7e5;
    border-bottom: 1px solid #B39743;
    padding-top: 60px;
    margin-top: -17px;
}
.job-page-wrapper h2{
    margin-bottom: 25px;
}
.job-details dl {
    margin-bottom: 40px;
}
.job-details dl dt {
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #b39743;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.job-details dl dd {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.job-details dl dd::before {
    font-family: FontAwesome;
    content: "\f192";
    font-size: 10px;
    color: #b39743;
    position: absolute;
    top: 3.5px;
    left: 0;
}

/*landbanks-page-wrapper*/
.landbanks-page-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #fff7e5;
    border-bottom: 1px solid #B39743;
    padding-top: 15px;
    margin-top: -17px;
}
.landbanks-page-wrapper h2{
    margin-bottom: 25px;
}
.landbanks-details dl {
    margin-bottom: 40px;
}
.landbanks-details dl dt {
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #b39743;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.landbanks-details dl dd {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.landbanks-details dl dd::before {
    font-family: FontAwesome;
    content: "\f192";
    font-size: 10px;
    color: #b39743;
    position: absolute;
    top: 3.5px;
    left: 0;
}


/* ----------------------------------------------------------------
Clients Page
-------------------------------------------------------------------*/
.our-clients-wrapper {
    padding: 60px;
}

.our-clients-wrapper .media {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.our-clients-wrapper .media:last-of-type{
    border-bottom: 0;
    margin-bottom: 0;
}
.our-clients-wrapper .media img {
   min-width: 121px;
}
.our-clients-wrapper .media-left, 
.our-clients-wrapper .media>.pull-left {
    padding-right: 60px;
}
.our-clients-wrapper h2.media-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
.our-clients-wrapper .media-body span{
    font-weight: 700;
    color: #b4b4b4;
    display: block;
    margin-bottom: 10px;
}


/* ----------------------------------------------------------------
FAQ Page
-------------------------------------------------------------------*/
.faq-wrapper {
    padding: 60px;
}


/* ----------------------------------------------------------------
Accordion/Collaps Style
-------------------------------------------------------------------*/
.panel {
  border: 2px solid #e3e3e3;
  box-shadow: none;
}
.panel-default>.panel-heading {
    background-color: #fff;
}

.panel .panel-heading-link {
    position: relative;
}
.panel-title {
    font-size: 18px;
    line-height: 20px;
}
.panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 20px;
    font-weight: 700;
    color: #b49844;
    width: 40px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.panel .panel-heading-link a.collapsed:after {
content: "\f105";
}




/* ----------------------------------------------------------------
Typography Page
-------------------------------------------------------------------*/
.typography-page-wrapper {
    padding: 60px;
}
.typography-page-wrapper .section-title{
    color: #202020;
}

.typography-page-wrapper .jumbotron {
    background-color: #222121;
    padding-left: 15px;
    border-radius: 3px;
}
.typography-page-wrapper .jumbotron h1{
    font-size: 42px;
}
.typography-page-wrapper ul li:before {
    color :#b49844;
}

.typography-page-tab {
    padding: 20px;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
}

.typography-page-tab ul.nav-tabs {
    background: #f2f2f2;
    width: 100%;
}
.typography-page-tab ul.nav-tabs li > a {
    color: #000;
}
.typography-page-tab ul.nav-tabs li > a:hover, 
.typography-page-tab ul.nav-tabs li.active > a {
    color: #fff;
}
.typography-page-tab .tab-content {
    color: #6d6d6d;
    margin: 15px 0 0;
}

.typography-page-chart {
	background: #181717;
	padding: 30px;
}

/* ----------------------------------------------------------------
Offcanvas Style
-------------------------------------------------------------------*/
.hippo-offcanvas-container{
	background: #3B3B3B;
}
.hippo-offcanvas-pusher::after{
	z-index: 1200;
}
.offcanvas-menu{
	left: -1000px;
}
#off-canvas-close-btn{
	padding: 0px 20px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	height: 62px;
	text-shadow: none;
	opacity: 1;
}
#off-canvas-close-btn:hover,
#off-canvas-close-btn:focus{
	color: #b49844;
	outline: none;
}
.offcanvas-menu  h3{
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.25);
	padding: 1em 1em 1em 1.2em;
}

.offcanvas-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 500;
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul li li a {
    font-size   : 12px;
    font-weight : 400;
    padding-left: 30px;
}

.offcanvas-menu ul li:first-child a {

}


.offcanvas-menu ul li a:hover,
.offcanvas-menu ul li.active a {
    background : rgba(0, 0, 0, 0.2);
    box-shadow : inset 0 -1px rgba(0, 0, 0, 0);
    color      : #b49844;
}








/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop{
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 5px 10px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}



/* ------------------------------------------------------------------
DROPDOWN CSS
---------------------------------------------------------------------*/


.dropdown-menu {
    border: 0;
    border-radius: 0;
    position: relative;
    display: block;
    float: none;
    width:100%;
    box-shadow: none;
    background: rgba(0,0,0,.7);
}

.nav.navbar-nav li ul.dropdown-menu li a{
    padding        : 7px 20px;
    font-size      : 13px;
    color          : #fff;
    line-height    : 20px; 
    text-transform : capitalize;
 }

.nav.navbar-nav li ul.dropdown-menu li a:hover,
.nav.navbar-nav li ul.dropdown-menu li a:focus{
    background  : transparent; 
    color       : #b49844
  }


.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
    color: #b49844 !important;
    background-color: transparent;

}



/* Menu hover */

/* 2nd label menu */

li.dropdown > .submenu-wrapper {
    position       : absolute;
    display        : block;
    left           : 0;
    z-index        : 999;
    pointer-events : none;

    top            : 38px; /* Will change on theme specific */
}


/** IE pointer events */

li.dropdown > .submenu-wrapper.no-pointer-events{
    display        : none;
}

li.dropdown > .submenu-wrapper > .submenu-inner {
    margin-top: 16px;
    opacity            : 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */

    -webkit-transform  : translateY(-100%);
    -moz-transform     : translateY(-100%);
    -ms-transform      : translateY(-100%);
    -o-transform       : translateY(-100%);
    transform          : translateY(-100%);

    /* Will change on theme specific */

    min-width          : 200px;

    /* Will change on theme specific */

    /*
    ease-in-out, 
    easeOutBack   = cubic-bezier(0.175, 0.885, 0.32, 1.275)
    easeInOutCirc = cubic-bezier(0.785, 0.135, 0.15, 0.86)
    easeInOutBack = cubic-bezier(0.68, -0.55, 0.265, 1.55)
    */

    -webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition    : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition     : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition      : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition         : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*for IE9*/
.ie9 li.dropdown > .submenu-wrapper > .submenu-inner {
    margin-top: 34px;
}

/*for IE9*/
.ie9 .top-nav-collapse li.dropdown > .submenu-wrapper > .submenu-inner {
    margin-top: 14px;
}



li.dropdown:hover > .submenu-wrapper {
    pointer-events : auto;
}


li.dropdown:hover > .submenu-wrapper.no-pointer-events{

    display        : block;
    
}

li.dropdown:hover > .submenu-wrapper > .submenu-inner {
    opacity           : 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transform : translateY(0);
    -moz-transform    : translateY(0);
    -ms-transform     : translateY(0);
    -o-transform      : translateY(0);
    transform         : translateY(0);


}

li.dropdown.menu-animating > .submenu-wrapper {
    overflow : hidden;
}

/* 3rd label menu */

li.dropdown > .submenu-sub-wrapper {
    position       : absolute;
    left           : 100%;
    top            : 0;
    display        : block;
    z-index        : 1000;
    width          : 100%;
    pointer-events : none;
}

li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner {

    opacity            : 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */

    -webkit-transform  : translateX(-100%);
    -moz-transform     : translateX(-100%);
    -ms-transform      : translateX(-100%);
    -o-transform       : translateX(-100%);
    transform          : translateX(-100%);

    /*
    ease-in-out, 
    easeOutBack   = cubic-bezier(0.175, 0.885, 0.32, 1.275)
    easeInOutCirc = cubic-bezier(0.785, 0.135, 0.15, 0.86)
    easeInOutBack = cubic-bezier(0.68, -0.55, 0.265, 1.55)
    */

    -webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition    : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition     : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition      : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition         : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

li.dropdown:hover > .submenu-sub-wrapper {
    pointer-events : auto;
}

li.dropdown:hover > .submenu-sub-wrapper > .submenu-sub-inner {
    opacity           : 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transform : translateX(0);
    -moz-transform    : translateX(0);
    -ms-transform     : translateX(0);
    -o-transform      : translateX(0);
    transform         : translateX(0);
}

li.dropdown.menu-animating > .submenu-sub-wrapper {
    overflow : hidden;
}




/*-------------------------------------
 *  HERO SLIDER
 *-------------------------------------*/

.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 43%;
    transform : translateY(-50%);
    }

.hero-slide .carousel-caption {
    position    : relative;
    right       : 0;
    left        : 0;
    text-align  : left;
    text-shadow : none;
    width : auto;
    margin-top: 150px;
    }

.hero-slide .carousel-caption small {
    font-size       : 15px;
    color           : rgba(255,255,255,.5);
    font-weight     : 500;
    animation-delay : 1s;
    text-shadow: 2px 2px 2px #171717;
    }

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #b49844;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    text-shadow: 2px 2px 3px #171717;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 40px;
    line-height             : 1;
    font-weight             : bold;
    text-transform          : capitalize;
    margin                  : 30px 0 20px;
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
    color: #fff;
    text-shadow: 2px 2px 3px #171717;
    }

.hero-slide .carousel-caption .lead {
    font-size               : 18px;
    color                   : #fff;
    font-weight             : normal;
    margin-bottom           : 30px;
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    text-shadow: 2px 2px 3px #171717;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    text-shadow: 1px 1px 1px #030303;
    }

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size   : 30px;
    width       : 30px;
    height      : 100px;
    line-height : 100px;
    top         : 50%;
    background  : #000000;
    cursor      : pointer;
    border      : 0;
    text-shadow : none;
    transform   : translateY(-50%);
    }

.hero-slide .carousel-control.left {
    left : -100%;
    }

.hero-slide .carousel-control.right {
    right : -100%;
    }

.hero-slide:hover .left {
    left : 0;
    }

.hero-slide:hover .right {
    right : 0;
    }

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border  : 2px solid #fff;
    opacity : 1;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #fff;
    background-color : #b39743;
    opacity          : 1;
    }
@media (min-width: 480px){
	x-corp-carousel{
		min-height: 200px;
		height:250px;
	}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../img/preloader1.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}


.disclaimer {
	margin: 15px;
	align: center;
}

.disclaimer p{
	font-size: 10px;
}


/* ----- Portfolio ----- */

.portfolio {
    align: center;
}

.portfolio-title {
    background-image: 0;
    color: #5E5E5E;

}

.portfolio-title h3 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif, cursive;
    font-size: 24px;
    color: #b39743;
    margin-left: -20px;
}

.portfolio .work {
    margin-top: 10px;
    padding-bottom: 10px;
    background: none;
    border-bottom: none;
}

.portfolio .work:hover img {
    opacity: 0.8;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.portfolio .work:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.3),
        0 1px 25px 0 rgba(0,0,0,.3) inset,
        0 -1px 25px 0 rgba(0,0,0,.3) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    margin-top: 0px;
}

.portfolio .work .icon-awesome {
    margin-top: 25px;
    font-size: 22px;
    line-height: 22px;
}

.portfolio .work .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background: #6BD811; 
    color: #fff;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.3) inset,
        0 -1px 25px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.3) inset,
        0 -1px 25px 0 rgba(0,0,0,.3) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.3) inset,
        0 -1px 25px 0 rgba(0,0,0,.3) inset;
}

.portfolio .work .icon-awesome a:hover {
    background: #3e3e3e;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio .work .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.2) inset,
        0 -1px 25px 0 rgba(0,0,0,.15) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.2) inset,
        0 -1px 25px 0 rgba(0,0,0,.15) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.2) inset,
        0 -1px 25px 0 rgba(0,0,0,.15) inset;
}

.portfolio .work h4 {
	margin-top: 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #3e3e3e;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	font-weight: normal;
}

.portfolio .work p {
    line-height: 24px;
    font-style: italic;
}


/*portfolio page */

.portfolio-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-page h4.filter-portfolio {
    margin-top: 35px;
    padding: 0 20px;
    font-family: 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #6BD811;
    text-transform: normal;
    text-shadow: none;
    text-align: left;
}

ul.portfolio-img {
    overflow: hidden;
}

ul.portfolio-img li {
    list-style: none;
	
}

.filter-portfolio a { 
	color: #b39743; 
	text-decoration: none;
	border: 1px solid #b39743;
	padding: 6px;
	margin: 15px;
	border-radius: 8px;
}
.filter-portfolio a:hover
{
	color: #FFFFFF;
	background-color: #b39743;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;

}

.filter-portfolio a#active-imgs { 
	color: #fff; 
	background-color: #b39743;
}

.filter-portfolio a#active-imgs:hover {
    color: #5d5d5d;
    font-weight: normal;
    text-decoration: none;
    border-width: 0px;
}

.filter {
    overflow: hidden;
    margin: 15px 0 30px;
}

.filter li {
    float: left;
    margin-bottom: 10px;
}

.filter li a {
    background: transparent;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    color: #6d6d6d;
    display: block;
    margin: 0 5px 0 0;
    padding: 3px 10px;
    cursor: pointer;
}
.filter li a:hover,
.filter li a.active {
    background: #b39743;
    border: 2px solid #b39743;
    color: #fff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff7e5;
    padding-bottom: 30px;
}

#filter {
    overflow: hidden;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 50px;
    margin-bottom: 30px;
}

#filter li {
    float: left;
    margin-bottom: 10px;
}

#filter li a {
    background: transparent;
    border: 2px solid #b39743;
    border-radius: 3px;
    color: #6d6d6d;
    display: block;
    margin: 0 5px 0 0;
    padding: 3px 10px;
    cursor: pointer;
}
#filter li a:hover,
#filter li a.active {
    background: #b49844;
    border: 2px solid transparent;
    color: #fff;
}

/*new*/

.main-container {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    overflow: hidden;
    width: 100%;
    background-repeat: repeat;
    margin-top: 139px;
}
.main-container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.9;
  z-index: 2;
  background-color: #424651;
  left: 0;
}
.overlay .container {
    position: relative;
    z-index: 9;
}

.background-image-holder,
.foreground-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}
.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}
.hover-background .background-image-holder,
.hover-background .foreground-image-holder {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.hover-background .background-image-holder {
  height: 110%;
  width: 110%;
}

.projects-gallery p.lead {
  margin-bottom: 64px !important;
}





.projects-wrapper {
    text-align: left;
    background-color: #FFF7E5;
}
.filters {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 32px;
}
.filters li {
  float: left;
  margin-right: 16px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8d8886;
  cursor: pointer;
}
.filters li:last-child {
  margin-right: 0px;
}
.filters li.active {
  border-bottom: 2px solid #8d8886;
}
.project {
  height: 345px;
}
.project.col-md-4 {
  width: 33%;
}
.project.col-md-4:nth-child(even) {
  width: 34%;
}
.project.col-md-4 .background-image-holder {
  width: 103%;
}
.column-projects .project.col-md-4 {
  width: 33.33333%;
  overflow: hidden;
}
.column-projects .project.col-md-4 .background-image-holder {
  width: 100% !important;
}
.column-projects .project {
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .project.col-md-4 {
    width: 50%;
  }
  .project.col-md-4:nth-child(even) {
    width: 50%;
  }
  .project.col-md-4 .background-image-holder {
    width: 100%;
  }
  .column-projects .project.col-md-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .project.col-md-4 {
    width: 100%;
  }
  .project.col-md-4:nth-child(even) {
    width: 100%;
  }
  .column-projects .project.col-md-4 {
    width: 100%;
  }
}
.project .image-holder {
  overflow: hidden;
  position: relative;
}
.project img {
  width: 100%;
}
.project .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(111, 111, 117, 0.9);
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    padding-right: 15px;
    left: -2px;
}
.project:hover .hover-state {
    opacity: 1;
}
.project .hover-state h1 {
  margin-bottom: 8px;
  font-size: 24px;
}
.project .hover-state h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.project .hover-state p {
  margin-bottom: 24px;
}
.project .hover-state .btn-white:hover {
  color: #6f6f75;
}
.hover-state .align-vertical {
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}
.project:hover .align-vertical {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.column-projects {
  margin-bottom: 80px;
}
.column-projects .project {
  height: 300px;
  margin-bottom: 15px;
}
.column-projects .project .hover-state h3 {
  margin-bottom: 24px;
}
.column-projects .project .background-image-holder {
  left: 15px;
}




.image-gallery {
  margin-top: 64px;
}
.image-gallery .image-holder {
  margin-bottom: 30px;
  height: 375px;
  overflow: hidden;
  position: relative;
}
.image-slider .flex-direction-nav {
  display: none;
}
@media (min-width: 768px) {
  .image-gallery .image-holder {
    height: 245px;
  }
}
@media (min-width: 992px) {
  .image-gallery .image-holder {
    height: 375px;
  }
}

.image-slider {
  position: relative;
  margin-bottom: 32px;
}
.image-slider .flex-direction-nav a.flex-prev:before {
  left: 0px;
}
.image-slider .flex-control-nav {
  bottom: -48px;
}
.image-slider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.3);
}
.image-slider .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}

.expanding-list {
  position: relative;
  overflow: hidden;
}
.expanding-ul {
  position: relative;
  overflow: hidden;
}


/*slides*/
.roadshow-wrapper3-index .wrapper {
  padding: 0px;
  }

.rslides {
  margin: 0 auto 40px;
  }

.slider1{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.intro-wrapper-portfolio {
    background: #fff7e5;
    background-size: cover;
    text-align: left;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 0px;
	display:block;
    
}
.intro-wrapper-portfolio h2{
    line-height: 10px;
    margin-bottom: 0px;
}
.intro-wrapper-portfolio h3{
    font-weight: 300;
	margin-left: 0px;
}
.intro-wrapper-portfolio p{
    margin-bottom: 40px;
}

.promo-slider {
    padding: 0px;
    width: 100%;
    background: #fff7e5;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #b39743;
    padding-bottom: 30px;
    margin-bottom: 2px;
  }

.promo-slider h2{
	margin-left: 45px;
	margin-top: 30px;
}

/* ------------------------------------------------------------------
TRUSTED CLIENT WRAPPER
--------------------------------------------------------------------- */
.trusted-client-wrapper {
    padding: 30px;
    background-color: #fff7e5;
    border-top: 1px solid #B39743;
}


.trusted-client-wrapper .section-title {
    color: #202020;
}
.trusted-client-wrapper2 {
    padding: 60px;
    background-color: #01214F;
}
.trusted-client-wrapper2 .section-title {
    color: #b49844;
}

ul.partner-logo {
    margin-top: 40px;
    display: inline-block;
    text-align: center;
}
ul.partner-logo li{
    display: inline-block;
    margin: 0 30px 30px;
}

.trusted-client-wrapper-index {
    padding: 30px;
    background-color: #FFFFFF;
}
.trusted-client-wrapper-index .section-title {
    color: #202020;
}

ul.partner-logo {
    margin-top: 40px;
    display: inline-block;
    text-align: center;
}
ul.partner-logo li{
    display: inline-block;
    margin: 0 30px 30px;
}

.trusted-client-wrapper-business {
    padding: 60px;
    background-color: #ffffff;
}

.video-wrapper-index {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff7e5;
    border-top: 1px solid #B39743;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	
}
.video-wrapper-index iframe{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 90%;
    border: 0;
	bottom: 20px;
	padding-bottom: 0;

}

.video-wrapper-index h2 {
    color: #b39743;
    padding: 25px;
    margin-top: 25px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
	
}

@media (max-width: 1500px){
	.content-wrapper-video iframe{
		width: 100%;
		height: 520px;
		
	}
}

@media (max-width: 1200px){
	.content-wrapper-video iframe{
		width: 100%;
		height: 520px;
		overflow: hidden;
		
	}
}


@media (max-width: 990px){
	.content-wrapper-video iframe{
		height:400px;
		width: 720px;
		overflow: hidden;
	}
}
@media (max-width: 768px){
	.content-wrapper-video iframe{
		height: 316px;
		width: 560px;
		overflow: hidden;
	}
}

@media (max-width: 480px){
	.content-wrapper-video iframe{
		
		width: 260px;
		height:160px;
		overflow: hidden;
	}
}
