@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700);

@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'g-bold';
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
}
@font-face {
  font-family: 'g-book';
  src: url('../fonts/Gotham-Book.otf') format("opentype");
}
@font-face {
  font-family: 'g-medium';
  src: url('../fonts/GothamNarrow-Medium.otf') format("opentype");
}
@font-face {
  font-family: 'g-thin';
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
}

@font-face{font-family:WeblySleek UI;src:url(../fonts/ws-ui-2mMJ9vbU.eot?#iefix) format("embedded-opentype");src:url(../fonts/ws-ui-3cJvZ_2f.woff) format("woff");font-weight:400}
@font-face{font-family:WeblySleek UI;src:url(../fonts/ws-ui-semibold-3S2GF-k9.eot?#iefix) format("embedded-opentype");src:url(../fonts/ws-ui-semibold-1iFJ2HVh.woff) format("woff");font-weight:700}
@font-face{font-family:WeblySleek UI;src:url(../fonts/ws-ui-light-2OgTzcQ2.eot?#iefix) format("embedded-opentype");src:url(../fonts/ws-ui-light-1zr-aUMJ.woff) format("woff");font-weight:100}

h1, h2, h3, h4, h5, h6{
	font-family: WeblySleek UI,Segoe UI,Helvetica Neue,Arial,sans-serif !important;
	color:#1c2b39;
    font-weight: 300;
}

h1{
    line-height: 45px;
}

body, p{
    color: #1c2b39;
    font-weight: 400;
}

body{
	color: #333;
}

body.boxed .body{
	margin:0 auto;
}

a:hover{
	text-decoration:none;
}

.btn1{
    background: #ff9600;
    border: 1px solid #ff9600 !important;
    text-transform: none;
    color: #fff;
}
.btn1:hover{
    background: #fff;
    border: 1px solid #ff9600 !important;
    color: #ff9600;
}
.btn2{
    background: none;
    text-transform: none;
    border: 1px solid #ff9600 !important;
    color: #ff9600;
}
.btn2:hover{
    background: #ff9600;
    border: 1px solid #ff9600 !important;
    text-transform: none;
    color: #fff;
}


.logo{
	padding:0px 0 !important;
	margin:10px 0 !important;

	float:left;
}
.logo img{
	height: 75px;
}

body.boxed .body{
	max-width:1400px;
}
.site-header{
	background:url(../images/ht2.png) no-repeat 90% 0% #800000;
}
#sticky-nav{
	background:#fff;
}


.main-menu > ul{
	padding:0;
	margin-top: 30px;
}
.main-menu > ul > li{
	margin: 0 0 0 10px;
	padding: 0;
}
.main-menu > ul > li > a{
	color: #333;
    text-transform: none;
    font-size: 14px;
	line-height: 35px;
	padding: 3px 12px;
	border-radius: 5px;
}
.main-menu > ul > li:hover > a{
	background: #ff9600;
	color: #fff;
}
.main-menu > ul > li.active > a{
	background: #ff9600;
	color: #fff;
}
.main-menu > ul > li > ul{
	left: 0px;
    min-width: 150px;
	background: #fff;
}
.main-menu > ul > li > ul > li > a{
    font-weight: bold;
}

.main-menu > ul > li > ul > li:hover > a{
	background: #ff9600;
}


.mobile-menu{
	background:#ff9600;
}
.mobile-menu li a{
    color: #fff;
	border-bottom:1px solid #fff;
}
.mmenu-toggle{
	color:#ff9600 !important;
    top: 25px;
}


#intro{
    background: #ff9600;
    padding: 30px 0;
}
#intro p{
    margin: 0;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
#intro .btn{
    background: #ff9600;
    border: 1px solid #fff !important;
    color: #fff;
    float: right;
}
#intro .btn:hover{
    background: #fff;
    border: 1px solid #fff !important;
    color: #ff9600;
}
#sc1 {
    padding: 50px 0;
    text-align: center;
}
#sc1 h1{
    color: #333;
    font-weight: 100;
}
#sc1 h3{
    font-weight: bold;
    color: #ff9600;
}

#sc2, #sc5{
    padding: 100px 0;
    background: #ECF0F1;    
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.1);
}
#sc2 h3, #sc5 h3{
    margin: 0;
}

#sc2 h5, #sc4 h5, #sc5 h5{
    margin: 0;
    color: #ff9600;
    font-weight: 500;
}
#sc3{
    padding: 100px 0;
    text-align: center;
}
#sc3 h3{
    color: #ff9600;
    margin-bottom: 0;

}

#sc4{
    padding: 100px 0;
    background: #fff;    
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.1);
}

#bc{
    background: #233140;
    color: #fff;
    padding: 20px 0;
}
#bc h1{
    color: #fff;
    margin: 0;
}

#pg{
    padding: 30px 0 50px;
}

#pr1{
    padding: 30px 0 50px;
    background: #fff;
    text-align: justify;
}

#pr-slide{
    padding: 30px 0 50px;
    background: #f4f4f4;
    text-align: justify;
}

#pr1 h2, #pr2 h2, #pr3 h2{
    text-align: left;
    color: #ff9600;
    font-size: 22px;
    font-weight: bold;
}
#pr2{
    padding: 30px 0 50px;
    background: #fbe0ca;
    text-align: justify;
}
#pr3{
    padding: 30px 0 50px;
    background: #fff;
    text-align: justify;
}

#footer h3{
    color: #ffd47f;
    font-weight: bold;

}
.site-footer-bottom{
	padding:10px 0;
	/*border-top:1px solid #9a0000;*/
}
.footer-style2 .site-footer-bottom{
	background:#ff9600;
}
.footer-style2 .site-footer-bottom p{
	font-weight:500;
	line-height:20px;
}	
	
.social-icons-bar a{
	color:#fd5608;
}
.portfolio-item:hover .project-overlay{
	background:rgba(128,0,0,0.7);
}

body.boxed .body{
	box-shadow:none;
}

.tb{
	margin-top:45px;
	text-align:right;
}
.tb a{
	margin-left:15px;
	color:#ff0000;
}
.tb h3{
	color:#fff;
}

#ftb{
    text-align: center;
	color:#fff;
}
#ftb p{
	color:#fff;
}
#ftb a{
	color:#fee348;
}

.footer-style2 .footer-widget p{
	color:#fff;
}
.footer-style2 .site-footer-top{
	background: #393939;
}
#ft1 img{
	width:100px;
	float:left;
	padding-bottom:30px;
	padding-right:10px;
}
#ft1 h3{
	margin-bottom:5px;
	color:#fff;
}
#ft1 P{
	color:#fff;
}
#ft2 li a{
	color:#fff;
}
#ft2 li{
	margin-bottom:10px;
}
.site-footer-top .social-icons-bar a{
	color:#fff;
	font-size:18px;
}

.tp-caption h1{
	color:#fff;
	margin-bottom:10px;
	font-size:75px;
	line-height:50px;
	font-weight:bold;
	font-family: 'Arimo', sans-serif !important;
	text-shadow:1px 1px 5px rgba(0,0,0,0.8);
}
.tp-caption h3{
	color:#fff;
	line-height:30px;
	font-weight:bold;
	font-size:30px;
	font-family: 'Arimo', sans-serif !important;
	text-shadow:1px 1px 5px rgba(0,0,0,0.8);
}
.tp-caption .btn{
	background:rgba(0,0,0,0.1);
	border:1px solid #fff !important;
	color:#fff;
}
.site-footer-top p{
	font-size:14px;
}
.site-footer-top ul li a{
	font-size:14px;
}	
@media screen and (max-width:992px){
	.social-icons-bar{
		text-align:left;
	}
	.site-header h1.logo{
		height:auto !important;
		padding:0px 0 !important;
	}
	#sticky-nav{
		background:none;
	}
	#title h1{
		font-size:25px;
		line-height:28px;
	}
	#ht1{
		display:none;
	}
	.logo{
		margin:10px 0 !important;
		border:none;
	}
	.header-style5 .main-menu > ul > li > a{
		padding:0 10px !important;
	}
    #intro .btn{
        margin-top: 15px;
        float: none;
    }
}
@media screen and (max-width:480px){
	.site-header h1.logo{
		width:80%;
		
	}
	#intro .btn{
		margin-top:10px;
	}
	.header-style5 .site-header{
		height:70px !important;
	}
	#bx h2{
		position:inherit;
		background:#CC0001;
		width:auto;
	}
	#bx img{
		margin-bottom:0;
	}
	
}

@media screen and (max-width:320px){
	.site-header h1.logo{
		width:80%;
		padding:0px 0 !important;
	}
	.header-style5 .site-header{
		height:58px !important;
	}
	.header-style5 .mmenu-toggle{
		top:-33px;
	}
}



/*---------- PORTFOLIO ----------*/ 
#portfolio {
    padding: 100px 0 100px 0;
}

.portfolioFilter{ 
    margin-bottom: 20px;
}
.portfolioFilter a { 
    background-color: #f6f7f7;
    color: #7E7B7B;
    cursor: pointer;
    font: 400 11px/28px "Montserrat",sans-serif;
    text-transform: uppercase!important;
    padding: 2px 18px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: none; 
    text-transform: none;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.portfolioFilter a.current { 
    text-decoration: none; 
    color: #fff;
}

.portfolioFilter a:hover {
    color: #fff;
}

.portfolioContainer {
    width: 100%;
    position: relative;
    list-style: none;
    opacity: 1;
}
.container-fluid ul.portfolioContainer {
    margin: 0;
}
.container-fluid .p5 {
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
}
.portfolioContainer li img {
    width: 100%;
    display: block;
}

/* 2 Columns */
@media (max-width:992px){ 
    .portfolioContainer.columns-2 li { 
        width: 50%; 
    }
}
@media (min-width:992px){ 
    .portfolioContainer.columns-2 li { 
        width: 50%; 
    }
} 
/* 3 Columns */
@media (max-width:992px){ 
    .portfolioContainer.columns-3 li { 
        width: 50%; 
    }
}
@media (min-width:992px){ 
    .portfolioContainer.columns-3 li {
        width: 33.3%;
    }
} 
/* 4 Columns */
@media (max-width:992px){ 
    .portfolioContainer.columns-4 li { 
        width: 50%; 
    }
}
@media (min-width:992px){ 
    .portfolioContainer.columns-4 li { 
        width: 25%; 
    }
} 
/* 5 Columns */
@media (max-width:992px){ 
    .portfolioContainer.columns-5 li { 
        width: 50%; 
    }
}
@media (min-width:992px){ 
    .portfolioContainer.columns-5 li { 
        width: 20%; 
    }
} 

.portfolioContainer.margin li {
    padding: 5px;
    overflow: hidden; 
}
.portfolioContainer.nomargin li {
    padding: 0;  
}  

.port-img { 
    display: block;
    max-width: 100%;
    height: auto;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {  
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
 

/* Img Hover Effect */
.portfolioContainer li { 
    position: relative;
    overflow: hidden;
}
.portfolioContainer li a {
    /* display: inline; */
    /* margin: auto; */
    /* padding: 0; */
    /* max-width: 100%; */
    /* height: auto; */
    /* color: #fff; */
    /* font-size: 16px; */
}

 
.portfolioContainer li .item {
    background: rgb(0,0,0);  
} 
.white-bg .portfolioContainer li .item,
.portfolioContainer.white-hovers li .item {
    background: rgb(255,255,255);  
}
.portfolioContainer li img {
	opacity:0.5;
}
.portfolioContainer li:hover img {
    opacity: .8;   
}    
.portfolioContainer li img ,
.portfolioContainer li:hover img { 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
} 

.portfolioContainer li .info {
    /* opacity: 0; */
    width: 100%;
    position: absolute;
    top: 52%;
    right: 0;
    padding: 40px;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.portfolioContainer li:hover .info  { 
    opacity: 1;
}

.portfolioContainer li .info h4 {
    color: #fff;
	font-size:26px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.portfolioContainer.alt li .info h4 {
    margin-top: 30px;
    margin-bottom: 0;
}
.portfolioContainer li .info p { 
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 0;
    font-size: 9px; 
    font-weight: 300;
}
.portfolioContainer.white-hovers li .info h4 {
    color: #111;
}
.portfolioContainer.white-hovers li .info p {
    color: #777;
}
.white-bg .portfolioContainer li .info h4 {
    color: #111;
}
.white-bg .portfolioContainer li .info p {
    color: #777;
}
.portfolioContainer li .info ul {
    list-style: none;
    padding-left: 0;
}
.portfolioContainer li .info ul li {
    display: inline;
    margin-left: 7px;
    margin-right: 7px;
}
.portfolioContainer li .info .date {
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
}
.portfolioContainer li .info i {
    padding: 5px;
    text-decoration: none;
}
.portfolioContainer li .info i:hover {
    color: #fff;
}

.portfolioContainer li .info i,
.portfolioContainer li .info i:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

/* Hover Effects */
.portfolioContainer li .info.hover-top { 
    top: 20%
}
.portfolioContainer li:hover .info.hover-top { 
    top: 52%
}
.portfolioContainer li .info.hover-left { 
    left: -20%
}
.team-member:hover .team-member-detail.hover-left { 
    left: 0;
}
.portfolioContainer li .info.hover-right { 
    right: -20%
}
.team-member:hover .team-member-detail.hover-right { 
    right: 0;
}
.portfolioContainer li .info.hover-bottom { 
    top: 50%
}
.portfolioContainer li:hover .info.hover-bottom { 
    top: 45%
}
.portfolioContainer li:hover .item.white-bg:after {
    background: rgba(255,255,255, 0.9);
} 
.portfolioContainer li .item.white-bg h4 {
    color: #111;
} 
.portfolioContainer li .item.white-bg p {
    color: #111;
}  

@media screen and (max-width:768px){	
	.portfolioContainer li .info h4{
		font-size:18px;
	}
}
@media screen and (max-width:480px){
	.portfolioContainer.columns-3 li{
		width:100%;
	}
	.portfolioContainer li .info h4{
		font-size:16px;
	}
}

.mb-50{
    margin-bottom: 50px;
}

.fa-check{
    margin-left: -20px;
}