/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - STICKY
 *	+ CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER TOP
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - ELEMENTS
 *	+ RESPONSIVE
 *	 - LARGE DISPALY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES)
 *
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/


/** disclaimer */
.modal {  
  top:0px !important;
  bottom:0px !important;
  position: fixed
}
.modal-title{font-size: 16px;color: #FFF;text-transform: none;
    letter-spacing: 1px;}
.modal-header{    background:#251a34;}
.d-block-sm{display: none}
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: #e57c0a;
  color: #FFF !important         
}

.download-b {    
    position: relative;
}

.download-b:hover .overlay {
  opacity: 1;     
  
}

.text {
  color: #FFF;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
transition: .5s ease;        
}

.modal .download-b {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    color: #FFF;     
    padding: 10px 30px;
}

.modal .download-b:hover{   background: #e57c0a;}
.modal p{padding-bottom: 0;font-size: 13px}
.modal-content{border-radius: 0}

#sitemap h1 {
    text-transform: capitalize;
    font-size: 24px;
    color: #313131;
    font-weight: 900;
    margin-bottom: 30px;
}
.sitemap_in{margin: 40px }
.sitemap_in ul li a{color: #333;}
.sitemap_in ul li a:hover{text-decoration: none;color: #e57c0a}
.sitemap_in ul li{list-style: none;padding: 10px 0;position:relative}
.sitemap_in ul li a{position: relative}
.sitemap_in ul li a:after{position:absolute;left: -20px;top: 10px;content: "" ;width:12px ;height:2px;background:#e57c0a;display: inline-block;padding: 0;margin: 0}

@media (max-width: 768px) {
    /*.modal{display: none !important}*/
    .d-none-sm{display: none !important}
    .d-block-sm{display: block}
    .sitemap_in{margin:30px 0}
}

/** disclaimer ends here */
 
 	#page-wrapper {
		background-color: #fff; 
	}
	
	.boxed {
		background: url(../../images/backgrounds/pattern-1.html) repeat top left;
	}
	
	.boxed #page-wrapper {
		margin: 0 auto;
		position: relative;
		max-width: 1200px;
		-webkit-box-shadow: 0px 0px 5px #323232;
				box-shadow: 0px 0px 5px #323232;
	}
	
	.boxed header.header-sticky {
		max-width: 1200px;
	}
	
	@media (min-width: 1400px) {
			
		.boxed #page-wrapper,
		.boxed header.header-sticky {
			max-width: 1350px;
		}
		
	}
 
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	header {
		position: relative;
	}
	
	#fullscreen header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1041;
		background-color: tranparant;
	}
	
	#fullscreen #search-container.open + header {
		top: 84px;
	}
	
	header [class^="col-"] {
		position: static;
	}
	
	header .container {
		position: relative;
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/
 	
	#logo {
		margin: 15px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
	}
	
	#logo img {}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		margin-top: 42px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
				/*border-bottom: 2px solid #898f9b;*/
	}
	
	.menu > li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		font-size: 14px;
		font-weight: 600;
		color: #ffffff;
	}
	
	.menu > li > a {
		position: relative;
		padding: 10px 14px 11px 14px;
		margin-right: 15px;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li a:hover,
	.menu li.active > a,
	.menu li.sfHover > a {
		color: #f4621a;
		text-decoration: none;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		z-index: 2000;
		width: 240px;
		padding: 25px 0;
		border: 1px solid #d7d7d7;
		border-top: 2px solid #f4621a;
		background-color: #fff;
	}
	
	.menu li.dropdown ul li a {
		padding: 10px 25px;
	}
	
	.menu li.dropdown ul li a:before {
		display: inline-block;
		color: #f4621a;
		border: 1px solid #f4621a;
		border-radius: 50%;
		width: 17px;
		height: 17px;
		padding-left: 1px;
		font-size: 13px;
		line-height: 15px;
		text-align: center;
		font-family: "FontAwesome";
		content: "";
		margin-right: 10px;
	}
	
	.menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
		margin-top: -27px; 
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
		display: none;
		z-index: 2000;
		border: 1px solid #d7d7d7;
		border-top: 2px solid #f4621a;
		background: #fff url(../../images/backgrounds/bg-megamenu.html) no-repeat center center;
		padding: 40px 20px 35px;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		padding: 0 20px;
	}
	
	.megamenu-container .section h5 {
		margin-bottom: 30px;
	}
	
	.megamenu-container .section ul li a {
		padding: 5px 0;
		display: inline-block;
	}
	
	.megamenu-container .section ul li a:before {
		position: relative;
		top: 1px;
		display: inline-block;
		color: #f4621a;
		border: 1px solid #f4621a;
		border-radius: 50%;
		width: 17px;
		height: 17px;
		padding-left: 2px;
		font-size: 13px;
		line-height: 15px;
		text-align: center;
		font-family: "FontAwesome";
		content: "";
		margin-right: 10px;
	}
	.margin-top-119-des
	{
		margin-top:119px !important;
	}
	.margin-top-72-des
	{
		margin-top:72px !Important;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #3b3e43;
		margin-top: -24px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after { 
		border-top-color: #f4621a; 
	}
		
	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: #3b3e43;
		margin-top: -5px;
		margin-right: 4px;
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after { 
		border-left-color: #f4621a; 
	}
	
	.menu.nav > li > a:hover,
	.menu.nav > li > a:focus {
		background-color: transparent;
	}
	
	.menu.nav > li > a:focus {
		color: #3b3e43;
	}
	
	.menu.nav > li.active > a {
		color: #f4621a;
	}
	
	/* MENU DARK */
	.menu.dark li.dropdown ul {
		background-color: #3b3e43;
		color: #fff;
	}
	
	.menu.dark li.megamenu .megamenu-container {
		background: #3b3e43 url(../../images/backgrounds/bg-megamenu-dark.html) no-repeat center center;
		color: #fff;
	}
	
	.menu.dark li.dropdown ul li > a,
	.menu.dark li.megamenu .megamenu-container a {
		color: #fff;
	}

	.menu.dark li.dropdown.sfHover > a,
	.menu.dark li.dropdown ul li > a:hover,
	.menu.dark li.megamenu .megamenu-container a:hover {
		color: #f4621a;
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		font-size: 32px;
		line-height: 32px;
		padding: 5px 10px;
		border-radius: 3px;
		margin-top: 25px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
				background-color: #e57c09;
	}
	
	#mobile-menu-button:hover {
		background-color: #e57c09;
		color: #fff;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
		background-color: #232529;
		color: #fff;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 15px 20px;
		color: #fff;
		border-bottom: 1px solid #fff;
		text-decoration: none;
	}
	
	#mobile-menu ul a {
		padding-left: 40px; 
	}
	
	#mobile-menu ul ul a {
		padding-left: 60px;
	}
		
	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#mobile-menu .megamenu-container .section:last-child {
		margin-bottom: 0;
	}
	
	#mobile-menu .megamenu-container .section h5 {
		margin-bottom: 5px;
	}
	
	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -20px;
	}
	
	#mobile-menu .megamenu-container .section ul a {
		padding-left: 10px;
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #fff;
		margin-top: -2px;
		content: "";
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		border-top-color: transparent;
		border-bottom-color: #fff;
	}
	
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
 	
	a.search-button + nav {
		margin-right: 40px;
	}
	
	a.search-button {
		position: absolute;
		top: 48px;
		right: 15px;
		text-decoration: none;
		color: #3b3e43;
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	a.search-button:before {
		font-family: "miu-icon-font";
		content: "";
	}
	
	a.search-button.open:after {
		position: absolute;
		top: -48px;
		right: 5px;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent; 
		border-right: 10px solid transparent; 
		border-top: 13px solid #3b3e43;
		content: "";
		-moz-transform: scale(0.9999);
	}
	
	a.search-button.open,
	a.search-button:hover {
		background-color: #f4621a;
		color: #fff;
	}
	
	#search-container {
		position: relative;
		display: none;
		padding: 30px 0 20px 0;
		background-color: #3b3e43;
		color: #fff;
		text-align: center;
	}
	
	#search-container input[type="text"] {
		background-color: transparent;
		border: none;
		width: 75%;
		margin: 0 auto;
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container {
		position: relative;
	}
	
	#header-sticky {
		display: none;
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		background-color: #232528;
		z-index: 8000;
		box-shadow: 0 1px 3px #d7d7d7;
		background: #451529 linear-gradient(to top, #191d3a 0%, #2f1931 50%, #45162a 100%);
	}
		
	.header-sticky #logo {
		margin: 9px 0;
	}
		
	.header-sticky #logo img {
		max-width: 70%;
		display: inline-block;
		-webkit-transition: all 0.3s 0.1s;
				transition: all 0.3s 0.1s;
	}
		
	.header-sticky .menu {
		margin-top: 12px;
		-webkit-transition: all 0.3s 0.1s;
				transition: all 0.3s 0.1s;
	}
		
	.header-sticky .menu li > a {
		
		-webkit-transition: all 0.3s 0.1s;
				transition: all 0.3s 0.1s;
	}
		
	.header-sticky .sf-arrows .sf-with-ul:after {
		margin-top: -8px;
	}
		
	.header-sticky a.search-button {
		display: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}
	
	@media (max-width: 767px) {
		
		/*#header-sticky {
			visibility: hidden;
		}*/
		
	}

/***********************************************************************************
 *	+ CONTENT
 ***********************************************************************************/
	
	
	
/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		padding: 25px 0;
		margin-bottom: 100px;
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
	}
	
	#page-header h4 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	#page-header.dark-1 {
		background-color: #3b3e43;
		color: #fff;
	}
	
	#page-header.dark-2 {
		padding: 50px 0;
		background: url(../../images/backgrounds/bg-3.html) no-repeat center center;
		color: #fff;
	}
	
	#page-header.dark-1 .breadcrumb li a,
	#page-header.dark-2 .breadcrumb li a {
		color: #fff;
	}
	
	#page-header.dark-1 .breadcrumb li a:hover,
	#page-header.dark-2 .breadcrumb li a:hover {
		color: #f4621a;
	}
	
	#page-header.dark-1 .breadcrumb li.active,
	#page-header.dark-2 .breadcrumb li.active {
		color: #f4621a;
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
 
 	footer {}

/***********************************************************************************
 *	- FOOTER TOP
 ***********************************************************************************/
 	
	#footer-top {
		background-color: #f1f1f1 ;
	}
	
	#footer-top .widget:first-child {
		padding-top: 30px;
	}
	
	#footer-top .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	
	#footer-top .widget-social {
		text-align: center;
	} 
	
	#footer-top .widget-social a {
		margin-right: 65px;
	}
	
	#footer-top .social-media a:last-child {
		margin-right: 0;
	}
	
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 	
	#footer {
		padding: 100px 0 30px 0;
		
		color: #d7d7d7;
		background-image: url("../../img/footer-banner.jpg");
	}
	
	#footer a {
		color: #d7d7d7;
	}
	
	#footer a:hover {
		color: #f4621a;
	}
	
	#footer .widget-title {
		text-transform: none;
	}
	
	#footer .widget-search input[type="submit"] {
		background-image: url(../../images/backgrounds/search-2.html);
	}
	
	#footer .widget-newsletter input[type="submit"] {
		background-image: url(../../images/backgrounds/arrow-2.html);
	}
	
	#footer .widget-calendar table th, 
	#footer .widget-calendar table td {
		border-color: #fff;
	}
	

	
	#footer .flickr_badge_image {
		padding: 7.5px;
	}
	
	.flickr_badge_image img {
		width: 77px;
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
 	
	#footer-bottom {
		background-color: #2b2e31;
		color: #585c62;
	}
	
	#footer-bottom a {
		color: #585c62;
	}
	
	#footer-bottom a:hover {
		color: #f4621a;
	}
	
	#footer-bottom .widget:first-child {
		padding-top: 30px;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- HOME
 ***********************************************************************************/
 
	#home.full-section,
	#home-video-section,
	#home.bannercontainer {
		margin-bottom: 0;
	}

/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
 	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.about-me-thumbnail {
		border: 1px solid #d7d7d7;
		position: relative;
		margin-bottom: 50px;
	}
	
	.about-me-thumbnail img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.about-me-thumbnail .social-media {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 50%;
		padding: 10px 0;
		background-color: #3b3e43;
		margin-bottom: 0;
		opacity: 0;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.about-me-thumbnail .social-media a {
		color: #fff;
		font-size: 18px;
		line-height: 18px;
	}
	
	.about-me-details h4 {
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 400;
	}
	
	.about-me-details h5 {
		font-weight: 400;
		color: #f4621a;
	}
	
	.about-me:hover .about-me-thumbnail .social-media {
		opacity: 1;
		bottom: 40px;
	}
	
	
	#about {
		padding-top: 100px;
	}
	
	#about .headline.style-3 {
		margin-top: 0;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	/* STYLE 1 */
	.services-boxes.style-1 {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.services-boxes.style-1 .services-boxes-content {}
	
	.services-boxes.style-1 h5,
	.services-boxes.style-1 h2 a {
		font-weight: 400;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.services-boxes.style-1:hover h5,
	.services-boxes.style-1:hover h2 a {
		color: #f4621a;
	}
	
	/* STYLE 2 */
	.services-boxes.style-2 {
		margin-bottom: 50px;
	}
	
	.services-boxes.style-2 h3 {
		margin-bottom: 25px;
		font-weight: 600;
	}
	
	.services-boxes.style-2 h3 small {
		display: block;
		font-size: 12px;
		color: #f4621a;
	}
	
	/* STYLE 3 */
	.services-boxes.style-3 {
		margin-bottom: 50px;
	}
	
	.services-boxes.style-3 > i {
		font-size: 32px;
		line-height: 32px;
		color: #f4621a;
	}
	
	.services-boxes.style-3 .services-boxes-content h3 {
		position: relative;
		font-weight: 600;
		padding-bottom: 15px;
	}
	
	.services-boxes.style-3 .services-boxes-content h3:after {
		position: absolute;
		bottom: 0;
		display: block;
		border-bottom: 1px solid #f4621a;
		width: 50px;
		content: "";
	}
	
	.services-boxes.style-3.icon-left {
		padding-left: 20px;
	}
	
	.services-boxes.style-3.icon-right {
		padding-right: 20px;
	}
	
	.services-boxes.style-3.icon-left > i {
		float: left;
	}
	
	.services-boxes.style-3.icon-right > i {
		float: right;
	}
	
	.services-boxes.style-3.icon-left .services-boxes-content {
		margin-left: 80px;
	}
	
	.services-boxes.style-3.icon-right .services-boxes-content {
		text-align: right;
		margin-right: 80px;
	}
	
	.services-boxes.style-3.icon-left .services-boxes-content h3:after {
		left: 0;
	}
	
	.services-boxes.style-3.icon-right .services-boxes-content h3:after {
		right: 0;
	}
	
	/* STYLE 4 */
	.services-boxes.style-4 {
		margin-bottom: 50px;
	}
	
	.services-boxes.style-4 h1 {
		font-size: 72px;
		line-height: 72px;
		font-weight: 300;
		float: left;
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	.services-boxes.style-4 h3 {
		font-weight: 600;
		line-height: 34px;
		padding-top: 7px;
		margin-bottom: 0;
	}
	
	.services-boxes.style-4 h3 small {
		display: block;
		color: #f4621a;
		font-size: 13px;
		font-weight: 400;	
	}
	
	
	#services {
		padding-top: 100px;
	}
	
	#services .headline.style-3 {
		margin-top: 0;
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 50px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-description {
		margin-top: 50px;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		left: 0; 
		right: 0;
		bottom: 0;
		background-color: rgba(59, 62, 67, 0.85);
		opacity: 0;
		text-align: center;
		color: #f4621a;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-description h3 {
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.portfolio-item-description h5 {
		font-weight: 400;
		text-transform: none;
		margin-bottom: 20px;
	}
	
	.portfolio-item-hover .portfolio-item-description h5 {
		text-transform: uppercase;
	}
	
	.portfolio-item-hover .portfolio-item-description h3 a {
		color: #fff;
	}
	
	.portfolio-item-description h3 a:hover {
		color: #f4621a;
	}
	
	.portfolio-item-hover a.zoom-action {
		position: absolute;
		top: 0;
		left: 50%;
		font-size: 20px;
		line-height: 20px;
		margin-left: -8px;
		display: inline-block;
		opacity: 0;
		-webkit-transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
				transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
	}
	
	.portfolio-item-hover a.zoom-action:hover {
		color: #fff;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		opacity: 1;
		margin: 10px;
	}
	
	.portfolio-item-description {
		text-align: center;
	}
	
	.portfolio-item-hover .portfolio-item-description {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}
	
	.portfolio-item:hover a.zoom-action {
		top: 50%;
		opacity: 1;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.portfolio-item:hover .portfolio-item-description + a.zoom-action {
		top: 35%;
	}
	
	
	/* PORTFOLIO CLASSIC */
	.portfolio-item.classic .portfolio-item-description {
		margin-top: 30px;
		text-align: left;
	}
	
	.portfolio-item.classic .portfolio-item-description h3 a {
		color: #3b3e43;
	}
	
	.portfolio-item.classic .portfolio-item-description h3 a:hover {
		color: #f4621a;
	}
	
	.portfolio-item.classic .portfolio-item-description h3 {
		font-weight: 600;
	}
	
	.portfolio-item.classic .portfolio-item-description h5 {
		font-weight: 700;
		color: #f4621a;
		margin-bottom: 20px;
	}
	
	/* PORTFOLIO PARALLAX */
	.portfolio-item.parallax {
		height: 800px;
		position: relative;
		z-index: 1;
		margin-bottom: 0;
		background: no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
	}
	
	.portfolio-item.parallax .pattern {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		background: url(../../images/backgrounds/pattern.html) repeat top left;
	}
	
	.portfolio-item.parallax .portfolio-item-description {
		position: absolute;
		top: 50%;
		z-index: 3;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.portfolio-item.parallax .portfolio-item-description h1 {
		margin-bottom: 0;
	}
	
	.portfolio-item.parallax .portfolio-item-description h1 a {
		color: #fff;
	}
	
	.portfolio-item.parallax .portfolio-item-description h1 a:hover {
		color: #f4621a;
	}
	
	.portfolio-item.parallax .portfolio-item-description h2 {
		font-size: 30px;
		font-weight: 700;
		color: #f4621a;
		margin-bottom: 40px;
	}
	
	.portfolio-item.parallax .portfolio-item-description h3 {
		font-weight: 700;
		color: #f4621a;
		margin-bottom: 0;
	}
	
	
	/* PROJECT DETAILS */
	.project-details {
		list-style: none;
		margin-bottom: 20px;
	}
	
	.project-details li {
		border-bottom: 1px solid #d7d7d7;
		text-transform: uppercase;
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	
	.project-details li:last-child {
		margin-bottom: 0;
	}
	
	.project-details li small {
		font-size: 11px;
		color: #f4621a;
		margin-left: 10px;
	}
	
	
	#portfolio {
		padding-top: 100px;
	}
	
	#portfolio .headline.style-3 {
		margin-top: 0;
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		margin-bottom: 50px;
	}
	
	.blog-article-thumbnail {
		position: relative;
		margin-bottom: 40px;
	}
	
	.blog-article-thumbnail img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.blog-article-hover {
		position: absolute;
		top: 0;
		left: 0; 
		right: 0;
		bottom: 0;
		background-color: rgba(59, 62, 67, 0.85);
		opacity: 0;
		text-align: center;
		color: #f4621a;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-hover .zoom-action {
		position: absolute;
		top: 0;
		left: 50%;
		font-size: 24px;
		line-height: 24px;
		color: #fff;
		opacity: 0;
		-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
		-webkit-transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
				transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
	}
	
	.blog-article .blog-article-hover .zoom-action:hover {
		color: #f4621a;
	}
	
	.blog-article:hover .blog-article-hover .zoom-action {
		opacity: 1;
		top: 50%;
	}
	
	.blog-article:hover .blog-article-hover {
		opacity: 1;
		margin: 20px;
	}
	
	.blog-article-details {
		margin-bottom: 35px;
	}
	
	.blog-article-details h4,
	.blog-article-details h6 {
		font-weight: 700;
		margin-bottom: 8px;
		color: #f4621a;
	}
	
	.blog-article-details h4 {
		font-size: 14px;
	}
	
	.blog-article-details h2,
	.blog-article-details h3 {
		margin-bottom: 8px;
		font-weight: 700;
	}
	
	.blog-article-details h3 {
		font-size: 14px;	
	}
	
	.blog-article-details p {
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	.blog-article-details p i {
		margin: 0 7px;
	}
	
	.blog-article-details p i:first-child {
		margin-left: 0;
	}
	
	.blog-article-author {
		border: 1px solid #d7d7d7;
		padding: 40px;
		margin: 75px 0;
	}
	
	.blog-article-author > p {
		float: left;
		margin-right: 40px;
		text-transform: uppercase;
		color: #f4621a;
	}
	
	.blog-article-author > p img {
		display: block;
		border-radius: 50%;
		margin-bottom: 10px;
	}
	
	.blog-article-author-details {
		padding-top: 15px;
	}
	
	.blog-article-author-details h4 {
		color: #f4621a;
		font-weight: 700;
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {
		font-weight: 600;
	}
	
	.commentlist-title:after {
		content: "";
		border-bottom: 2px solid #f4621a;
		width: 45px;
		margin-top: 15px;
		display: block;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 75px 0;
	}
	
	.commentlist ul {
		margin-left: 90px;
	}
	
	.commentlist li {}
	
	.comment-body {
		margin-bottom: 50px;
	}
	
	.comment-meta {}
	
	.comment-author {
		display: inline-block;
		margin-right: 30px;
	}
	
	.comment-author .avatar {
		border-radius: 50%;
		margin-right: 45px;
		vertical-align: top;
	}
	
	.comment-author .fn {
		text-transform: uppercase;
		font-weight: 700;
		color: #3b3e43;
	}
	
	.comment-author .says { 
		display: none; 
	}
	
	.comment-metadata {
		display: inline-block;
		text-transform: uppercase;
	}
	
	.comment-metadata a {
		color: #d7d7d7;
	}
	
	.comment-content {
		margin-left: 130px;
		margin-top: -45px;
	}
	
	.reply {
		margin-left: 130px;
		text-transform: uppercase;
	}
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {
		font-weight: 600;
	}
	
	.commentform-title:after {
		content: "";
		border-bottom: 2px solid #f4621a;
		width: 45px;
		margin-top: 15px;
		display: block;
	}
	
	#commentform {
		margin: 50px 0;
	}
	
	#commentform label {
		display: none;
	}
	
	#commentform input[type="text"],
	#commentform textarea {
		margin-bottom: 20px;
		border: none;
		border-bottom: 1px solid #d7d7d7;
		width: 90%;
	}
	
	#commentform input[type="text"]:focus,
	#commentform textarea:focus {
		border-bottom-color: #3b3e43;
		outline: 0;
	}
	
	#commentform input[type="submit"]:hover {
		background-color: #3b3e43;
	}
	
	
	#blog {
		padding-top: 100px;
	}
	
	#blog .headline.style-3 {
		margin-top: 0;
	}


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form input[type="text"],
	#contact-form textarea {
		margin-bottom: 20px;
		border: none;
		border-bottom: 1px solid #d7d7d7;
	}
	
	#contact-form textarea {
		margin-bottom: 40px;
	}
	
	#contact-form input[type="text"]:focus,
	#contact-form textarea:focus {
		border-bottom-color: #3b3e43;
		outline: 0;
	}
	
	#contact-form input[type="submit"]:hover {
		background-color: #3b3e43;
	}
	
	#contact-form label.error {
		display: block;
		color: #f00;
	}

/***********************************************************************************
 *	- ELEMENTS
 ***********************************************************************************/ 
	
	.elements-menu.elements-menu-sticky {
		position: fixed !important;
		top: 70px !important;
		background-color: #fff;
		z-index: 99999;
	}
	
	.elements-menu {
		z-index: 1;
		background-color: #fff;
		padding: 20px;
	}
	
	.elements-menu .nav {
		list-style: none;
		margin-top: 80px;
	}
	
	.elements-menu .nav > li > a,
	.elements-menu .nav > li > a:focus {
		display: inline-block;
		padding: 0;
		text-transform: uppercase;
		color: #3b3e43;
		font-weight: 700;
		text-decoration: none;
	}
	
	.elements-menu .nav > li > a:hover,
	.elements-menu .nav > li.active > a {
		color: #f4621a;
		background-color: transparent;
	}
	
	.elements-menu .nav > li > a:focus {
		background-color: transparent;
	}
	
	.elements-section {
		padding-top: 80px;
	}
	
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPALY (>1200px)
 ***********************************************************************************/
 	
	@media (min-width: 1200px) {
		
		#search-container input[type="text"] {
			width: 60%;
		}
		
		.menu > li > a {
			margin-right: 10px;
		}
		
		.services-boxes.style-4 h3 {
			padding-top: 20px;
		}
		
		.portfolio-item:hover .portfolio-item-hover {
			margin: 20px;
		}
		
		#footer-top .widget-social a {
			margin-right: 85px;
		}
		
	}
 
 
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
 
 	@media (min-width: 768px) and (max-width: 991px) {
		
		#fullscreen header {
			position: relative;
		}
	
		.menu {
			display: none;
		}

		
		#mobile-menu-button {
			display: block;
		}
		
		a.search-button + nav {
			margin-right: 0;
		}
		
		a.search-button {
			top: 50px;
			right: 75px;
		}

		
		a.search-button.open:after {
			top: -50px;
		}
		
		#fullscreen #search-container.open + header {
			top: 0;
		}
		
		.about-me-thumbnail .btn {
			bottom: 10px;
		}
		
		.portfolio-item.classic .portfolio-item-description {
			margin-top: 0;
		}
		
		.elements-menu.elements-menu-sticky {
			width: 180px;
		}
		
		#footer-top .widget-social a {
			margin-right: 40px;
		}
		
		#footer .flickr-photos {
			margin: -5px -5px 25px;
		}
		
		#footer .flickr_badge_image {
			padding: 5px;
		}
		
		.flickr_badge_image img {
			width: 73px;
		}
		

		.tittle-cust
{
	    padding-top: 202px;
    text-align:center !important;
   
    font-size: 55px;
	padding-left:0px;
}
		
		
		
	}
        
@media (max-width: 991px) {

        /*.modal{display: none !important}*/
        .modal-open {  overflow: inherit !important;}
    /*.modal-backdrop.in{display: none}*/
}
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES)
 ***********************************************************************************/
	
	@media (max-width: 767px) {
	
		#fullscreen header {
			position: relative;
			background-color: #2b2e31;
		}
	.margin-top-119-des
	{
		margin-top:25px !important;
	}
	.margin-top-72-des
	{
		margin-top:25px !Important;
	}
	
		
		#logo {
			margin-right: 100px;
		}
		
		.menu {
			display: none;
		}
	.tittle-cust
{
	    padding-top: 202px;
    text-align:center !important;
   padding-left:0px !Important;
    font-size: 55px;
}
		
		#mobile-menu-button {
			position: absolute;
			top: 0;
			right: 20px;
			display: block;
		}
		
		a.search-button {
			top: 50px;
			right: 75px;
		}
		
		a.search-button.open:after {
			top: -50px;
		}
		
		#search-container input[type="text"] {
			width: 90%;
		}
		
		#fullscreen #search-container.open + header {
			top: 0;
		}
		
		#page-header .breadcrumb {
			display: none;
		}
		
		.services-boxes.style-3.icon-right .services-boxes-content {
			text-align: left;
			margin-right: 0;
			margin-left: 60px;
		}
		
		.services-boxes.style-3.icon-right > i {
			float: left;
		}
		
		.services-boxes.style-3.icon-left .services-boxes-content {
			margin-left: 60px;
		}
		
		.services-boxes.style-3.icon-right .services-boxes-content h3:after {
			left: 0;
		}
		
		.services-boxes.style-3.icon-left {
			padding-left: 0;
		}
		
		.services-boxes.style-3.icon-right {
			padding-right: 0;
		}
		
		.portfolio-item.parallax {
			height: 500px;
		}
		
		.blog-article-details p i {
			margin-left: 0;
		}
		
		.blog-article-author {
			padding-bottom: 20px;
		}
		
		.blog-article-author > p {
			float: none;
			margin-right: 0;
		}
		
		.commentlist ul {
			margin-left: 20px;
		}
		
		.comment-author,
		.comment-author .avatar {
			display: block;
			margin-right: 0;
		}
		
		.comment-content {
			margin: 0;
		}
		
		.reply {
			margin-left: 0;
		}
		
		.elements-menu {
			display: none;
		}
		
		#commentform input[type="text"], 
		#commentform textarea {
			width: 100%;
		}
		
		#footer-top .widget-social a {
			display: inline-block;
			margin: 5px 10px;
		}
        
        
        
        #logo { margin:5px 0;}
        #logo img{max-width: 185px}
        /*.modal-backdrop.in{opacity: 0;display: none}*/
        .widget-title{margin-bottom: 20px;}
        .flickr-photos {  margin-top: 30px !important;}
        .widget-text p{padding-bottom: 5px}
        #footer {   padding: 50px 0 30px 0;}
        .copy-col{line-height: normal;    margin-top: 0;}
        #mobile-menu li.dropdown > a:after, #mobile-menu li.megamenu > a:after{display: none}
	}
	
	
	.alig1
	{
		margin-top: -418px;
    margin-left: 84px;
	}
	
	.alig2 {
    margin-top: -499px;
    margin-left: 208px;
}
.alig3 {
    margin-top: -602px;
    margin-left: 655px;
}
.alig4 {
    margin-top: -473px;
    margin-left: 656px;
}
.tittle-cust
{
	    padding-top: 202px;
    
    padding-left: 103px;
    font-size: 55px;
}


}


