/*	################################################################
	1. SKELETON
	################################################################# */
	body {
		background:#fff;
		color:#000;
		font-size:13px;
		line-height:24px;
		font-family: 'Raleway blod', sans-serif;
	}
	img.alignleft {
		margin: 5px 20px 20px 0;
		float: left;
	}
	.alignleft {
		margin: 5px 10px 20px 0;
		float: left;
	}
	img.alignright {
		margin: 5px 0 20px 20px;
		float: right;
	}
	.alignright {
		margin: 5px 0 20px 20px;
		float: right;
	}
	.transparent {
		z-index:1;
		display:block;
		padding:100px 0;
		position:relative;
	}
	.white-wrapper {
		z-index:1;
		display:block;
		padding:100px 0;
		position:relative;
		background-color:#f7f7f7;
	}
	.dark-wrapper {
		display:block;
		padding:100px 0;
		position:relative;
		background-color:#fff;
	}

/*	############## ##################################################
	2. Header Sections
	################################################################# */
	.header.affix {
		background:rgb(255, 255, 255);
		width:100%;
		top:0;
		right:0;
		padding:0;
		margin:0;
		position: fixed;
		z-index: 9999;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		transition: all 0.8s;
	}
	
	.navbar-default {
		background:none;
		border:none;
		margin-top:20px;
	}
	.navbar-default .navbar-nav > li > a {
		color:#3E60AC;
		text-transform:uppercase;
		font-weight:1000;
	}
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a.active {
		color:#E45937;
		border: 1px dashed;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		background:none;
		border: 1px dashed #fff;
		color: #FFFFFF;
	}
	
	.feature-img img {
		padding:100px 0;
		margin:auto;
	}
	.features-widget {
		margin-bottom:25px;
	}
	
	.features-widget h3 {
		color: #ffffff;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 20px;
	}
	
	.features-widget p {
		color: #ffffff;
		letter-spacing: 1px;
		font-weight: 400;
		font-size: 12px;
	}
	
	.borderright {
		padding:0 25px;
		border-right:1px solid #dddddd;
	}
	
	.borderleft {
		padding:0 25px;
		border-left:1px solid #dddddd;
	}
	
	.title hr {
		width:20%;
        height: 100%;
		border-color:#E45937;
	}
	
	
	.title h2 {
		color:#000;
		text-transform:uppercase;
		font-weight:700;
		font-size: 24px;
	}
	
	.transparent .title h2 {
		border: 1px dashed #111;
		display: inline-block;
		font-weight: 300;
		padding: 0 0 25px;
		text-transform: none;
	}
	
	.title p {
		letter-spacing:1px;
		color:#fff;
	}
	
	.progress {
		position:relative;
		overflow:visible
	}
	.skill_count {
		position:absolute;
		right:0;
		font-weight:bold;
		font-size:16px; 
		color:#222;
		top:-9px
	}
	.skills_bar {
		margin:10px 0;
		overflow:hidden;
	}
	.skills_bar small {
		font-size:14px;
		font-weight: 520;
		color:#000;
		margin:10px 0;
	}


	.progress {
		border-radius:0;
		box-shadow:none;
		border-bottom:1px solid #cbcbcb;
		background:none;
		margin:10px 0;
		height:10px;
	}
	#accordion-second .accordion-group{
		margin-bottom:10px;
	}
	
	.widget a {
	color: #E45937;
	}
	
	#accordion-second .accordion-heading{
		border-bottom:0;
		font-size:16px;
	}
	#accordion-second .accordion-heading .accordion-toggle{
		display:block;
		cursor:pointer;
		padding:0 !important;
		color:#222222;
		background:#EBEBEB;
		outline:none!important;
		text-decoration:none
	}
	#accordion-second .accordion-heading,
	#accordion-second .accordion-toggle:hover,
	#accordion-second .accordion-heading .accordion-toggle.active{
		background:#3E60AC;
	}
	#accordion-second .accordion-heading .accordion-toggle > em {
		background-color: #E45937;
		border-radius:0;
		color: #fff;
		font-size:14px;
		height: 37px;
		line-height: 40px;
		margin-right: 10px;
		text-align: center;
		width: 40px;
	}
	#accordion-second .accordion-inner{
		padding:9px 10px;
		background:#f5f5f5;
	}	
	#accordion-first .accordion-group{
		margin-bottom:10px;
	}
	#accordion-first .accordion-heading{
		border-bottom:0;
		font-size:16px;
	}
	#accordion-first .accordion-heading .accordion-toggle{
		display:block;
		cursor:pointer;
		padding:5px 0 !important;
		color:#000;
		outline:none!important;
		text-decoration:none
	}
	#accordion-first .accordion-heading,
	#accordion-first .accordion-toggle:hover,
	#accordion-first .accordion-heading .accordion-toggle.active{
		background:none;
	}
	#accordion-first .accordion-heading .accordion-toggle > em {
		background-color: #222222;
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
		border-radius:100px;
		color: #FFFFFF;
		font-size:14px;
		height: 32px;
		line-height: 32px;
		margin-right: 10px;
		text-align: center;
		width: 32px;
	}
	#accordion-first .accordion-inner{
		padding:9px 10px;
	}
	.check li:before {
		content: "\f00c";
		font-family: "FontAwesome";
		font-size: 16px;
		left: 0;
		padding-right:5px;
		position: relative;
		top: 2px;
	}
	.check li {
		font-size:13px;
		list-style:none;
		margin-bottom:4px;
	}
	.check {
		margin-left:0; 
		padding-left:0
	}
	.check li a {
		color:#656565;
	}
	
	.widget-wrapper {
		display: block;
		padding: 50px 0;
		position: relative;
		background-color: #FFF;
	}
	
	
	.widget {
		margin:40px 0;
		color:#020000;
		padding:0;
	}
	
	.widget h3 {
		margin:20px 0;
		font-size:16px;
		text-transform:uppercase;
		color:#E45937;
		font-weight:600;
	}
	
	.progress-bar {
		background-color: #3C60AD;
	}
	
	/*Main Carousel CSS*/

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 990px;
	}

	.carousel-caption {
		left:15px;
		right:15px;
		top:300px;
		font-size:15px;
		text-align:left;
		color:#fff;
		text-shadow:none;	
	}

	.carousel-caption h1 {
		font-size:46px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
	}

	.carousel-caption h2 {
		font-size:81px;
		font-family: 'aller_displayregular';
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
	}

	.carousel-caption p {
		max-width:580px;
	}

	.brand-promotion {
		top:650px;
		left: 0;
		position: absolute;
		right: 15px;
		color:#fff;
		z-index:999999;
	}
	.container>.carousel-arrows {
		top: 515px;
		left:0;
		position: relative;
	}

	.home-carousel-left, 
	.home-carousel-right {	
		position: absolute;
		font-size: 30px;
		z-index: 15;
		color:#fff;	
	}

	.home-carousel-left {
		left:0px;
	}

	.home-carousel-right {
		left:25px;
	}

	a.navbar-brand {
		color: #E45937 !important;
		font-weight: 700 !important;
		font-size: 26px !important;
	}

	span.slogo {
		font-size: 15px;
		color: #FFF;
		letter-spacing: 5px;
		font-weight: 300;
	}

	span.blogo {
		font-size: 15px;
		color: #726C6C;
		letter-spacing: 5px;
		font-weight: 300;
	}

	.social-icons.footer i.fa {
		color: rgb(255, 255, 255);
		font-size: 20px;
		padding: 10px;
	}

	.navbar-brand {
		float: center !important;
	}

	.form-control:focus {
		border-color: #E45937 !important;
	}
	
/*	################################################################
	3. Home Slider Section
	################################################################# */
	.homeoverlay {
		background-color: rgba(44, 93, 255, 0.56);
	}
	.rev-overlay {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		background-color: rgb(6, 93, 255);
	}
	.transparent {
		background:rgb(0,0,0);
		background: transparent\9;
		background:rgb(0, 0, 0);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
		zoom: 1;
	}
	.home-wrapper {
		background: url(demos/home-banner.png) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		z-index:1;
		width:100%;
	}
	
	#owl-intro h2 {
		font-size: 36px;
		font-weight: 300;
		text-transform: uppercase;
		color: #FFF;
		margin:220px auto;
		text-align:center;
		padding: 20px;
		
	}
	
	.sliderbigtitle {
		font-size: 36px;
		font-weight: 300;
		text-transform: uppercase;
		color: #FFF;
		margin:220px auto;
		text-align:center;
		padding: 20px;
		line-height: 35px;
		
	}
	
	.slidersmalltitle {
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		color: #FFF;
		margin: -220px auto;
		text-align: center;
		padding: 20px;
		line-height: 1.5;
	}
	
	.sliderbigtitle hr {
		border-color: #E45937;
		width: 40%;
		}

	.slidersmalltitle hr {
		border-color: #E45937;
		width: 40%;
		}

	
	#owl-intro p {
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		color: #FFF;
		margin: -220px auto;
		text-align: center;
		padding: 20px;
	}
	
	#owl-intro h2 hr {
		border-color:#E45937;
		width:40%;
		height: 40%;
	}
	
		
	.intro-icon {
		margin: 0 auto;
		padding: 0 0 20px 0;
		width: 50px;
		text-align: center;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
	}
	span.intro-icon a {
		font-size: 50px;
		color: #FFF;
	}
	
	.feature-wrapper {
		z-index: 1;
		display: block;
		padding: 50px 0 40px 0;
		position: relative;
		background-color: #F7F7F7;
	}
	
	.feature-img {
		margin-bottom: -40px;
	}
	
	
	/*
	* 	Slider Revolutions 
	*	
	*/
	
	@keyframes animatedBackground {
		0% { background-position: 0 0; }
		100% { background-position: -31000px 0; }
	}
	@-moz-keyframes animatedBackground {
		0% { background-position: 0 0; }
		100% { background-position: -31000px 0; }
	}
	@-webkit-keyframes animatedBackground {
		0% { background-position: 0 0; }
		100% { background-position: -31000px 0; }
	}
	@-ms-keyframes animatedBackground {
		0% { background-position: 0 0; }
		100% { background-position: -31000px 0; }
	}
	@-o-keyframes animatedBackground {
		0% { background-position: 0 0; }
		100% { background-position:-31000px 0; }
	}
	 
	#animate-area img {
		width:100%;
		height:100%;
	}
	#animate-area {
		width: 100%;
		position:absolute;
		height:100%;
		top:0;
		bottom:0;
		left:0;
		z-index:-1;
		background-image: url(demos/jpg);
		background-position: 0px 0px;
		background-repeat: repeat-x;
		animation: animatedBackground 666s linear infinite;
		-moz-animation: animatedBackground 666s linear infinite;
		-webkit-animation: animatedBackground 666s linear infinite;
		-ms-animation: animatedBackground 666s linear infinite;
		-o-animation: animatedBackground 666s linear infinite;
	}
	#slides {
		position: relative;
	}
	#slides .slides-container {
		margin: 0;
		list-style:none;
	}
	#slides .scrollable {
		*zoom: 1;
		position: relative;
		top: 0;
		left: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: 100%;
	}
	#slides .scrollable:after {
		content: "";
		display: table;
		clear: both;
	}
	.slides-pagination {
		position: absolute;
		z-index: 20;
		bottom: 30px;
		text-align: center;
		width: 100%;
	}
	.slides-pagination a {
		color: #1a1a1a;
		background: #ffffff;
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		width: 30px;
		height: 4px;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		margin: 2px;
		overflow: hidden;
		text-indent: -100%;
	}
	.slides-navigation a:hover {
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.slides-navigation {
		top: 50%;
	}
	.slides-navigation a {
		display: block;
		text-decoration: none;
		color: white;
		font-size: 24px;
		margin: 0 25px;
		text-align: center;
		height: 60px;
		width: 60px;
		line-height:60px;
		top: 0;
		border:1px solid #ffffff;
		padding: 0;
		-webkit-border-radius: 500px;
		border-radius: 500px;
	}
	.slides-navigation {
		margin: 0 auto;
		position: absolute;
		z-index: 3;
		top: 46%;
		width: 100%;
	}
	.slides-navigation a {
		position: absolute;
		display: block;
	}
	.slides-navigation a.prev {
		left: 0;
	}
	.slides-navigation a.next {
		right: 0;
	}
	
	.boxedcontainer {	
		max-width: 1170px; 
		margin:auto; 
		padding:0px 30px;
	}
	.tp-banner-container {
		width:100%;
		position:relative;
		padding:0;
	}
	.tp-banner {
		width:100%;
		position:relative;
	}
	.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
	}	
	
	.tp-bullets.simplebullets.navbar {
		height: 35px;
		padding: 0px 0px;
	
	}
	.tp-bullets.simplebullets .bullet {
		cursor: pointer;
		position: relative !important;
		background: rgba(0, 0, 0, 0.5) !important;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: 6px !important;
		height: 6px !important;
		border: 5px solid rgba(0, 0, 0, 0) !important;
		display: inline-block;
		margin-right: 2px !important;
		margin-bottom: 14px !important;
		-webkit-transition: background-color 0.2s, border-color 0.2s;
		-moz-transition: background-color 0.2s, border-color 0.2s;
		-o-transition: background-color 0.2s, border-color 0.2s;
		-ms-transition: background-color 0.2s, border-color 0.2s;
		transition: background-color 0.2s, border-color 0.2s;
		float:none !important;
	}
	.tp-bullets.simplebullets .bullet.last {
		margin-right: 0px
	}
	.tp-bullets.simplebullets .bullet:hover,
	.tp-bullets.simplebullets .bullet.selected {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: rgba(255, 255, 255, 1) !important;
		width: 6px !important;
		height: 6px !important;
		border: 5px solid #E45937 !important;
	}
	.tparrows:before {
		font-family: 'revicons';
		color: #fff;
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		margin-right: 0;
		margin-top: 17px;
		text-align: center;
		width: 55px;
		font-size: 14px;
	}
	.tparrows {
		border-radius:0 !important;
		opacity: 1 !important;
		background-color: #E45937 !important;
		border-color: #E45937 !important;
	}
	.slides-navigation a,
	.tp-leftarrow, 
	.tp-rightarrow{ 
		opacity:0.9 !important;
		filter:alpha(opacity=90); /* For IE8 and earlier */
	}
	.slides-navigation a:hover,
	.tp-leftarrow:hover, 
	.tp-rightarrow:hover{
		filter:alpha(opacity=100); /* For IE8 and earlier */
		opacity:1 !important;
	}
	.tparrows {
		border:1px solid #aaaaaa;
		cursor: pointer;
		background: rgba(0, 0, 0, 0) !important;
		width: 60px !important;
		height: 60px !important;
	}
	.tparrows:hover {
		color: #fff;
	}
	.tp-leftarrow:before {
		content: '\e824';
	}
	.tp-rightarrow:before {
		content: '\e825';
	}
	.tparrows.tp-rightarrow:before {
		margin-left: 1px;
	}
	.tparrows:hover {
		background: rgba(0, 0, 0, 0) !important;
	}
	
		
	/*
	* 	Owl Carousel 
	*	v1.3.3
	*/
	
	.owl-theme .owl-controls{
		margin-top: 10px;
		text-align: center;
	}
	
	/* Styling Next and Prev buttons */
	
	.owl-theme .owl-controls .owl-buttons div{
		color: #FFF;
		display: inline-block;
		zoom: 1;
		*display: inline;/*IE7 life-saver */
		margin: 5px;
		padding: 3px 10px;
		font-size: 12px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		background: #869791;
		filter: Alpha(Opacity=50);/*IE7 fix*/
		opacity: 0.5;
	}
	
	
	/* preloading images */
	.owl-item.loading{
		min-height: 150px;
		background: url(images/AjaxLoader.gif) no-repeat center center
	}
	
	
	.parallax {
		background-attachment: fixed !important;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home-wrapper {
	   height: 100vh;
		position:relative;
	}
	
	.customoverlay {
		padding: 60px 0;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		background-color: rgba(0, 30, 35, 0.8);
	}
/*	################################################################
	4. ABOUT SECTION
	################################################################# */
	
	.about-wrapper {
		display: block;
		padding: 10px 0;
		position: relative;
		background-color: #FFF;
	}
	
	.about-box img {
		padding-bottom:15px;
		
		}
	.about-box {
		margin:40px 0;
		color:#000000;
		padding:0;
	}
	
	.about-box h3 {
		margin:20px 0;
		font-size:16px;
		text-transform:uppercase;
		color:#E45937;
		font-weight:600;
	}

	.how-box img {
		padding: 15px;
		}
	
	.how-box {
		margin:60px 40px 0;
		color:#000000;
		padding:0;
	}
	
	.how-box-head {
		margin:40px 0;
		color:#000000;
		padding:0;
	}
	
	.how-box h3 {
		margin:10px 0;
		font-size:16px;
		text-transform:uppercase;
		color:#000000;
		font-weight: 700;
	}
	
	.how-box-head h2 {
		margin: 0px 0;
		font-size: 22px;
		color: #000000;
		font-weight: 600;
		
	}
	
	.about-border .fa {
	font-size: 40px;
	color: #3E60AC;
	}
	
   /*################################################################
	4.Vision SECTION
	################################################################# */

	.wrapper2{
		width: 90%;
		margin: 0 auto;
		max-width: 80rem;
	  }
	  
	  .cols2{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	  }
	  
	  .col2{
		width: calc(35% - 2rem);
		margin: 7rem;
		cursor: pointer;
	  }
	  
	  .container2{
		-webkit-transform-style: preserve-3d;
				transform-style: preserve-3d;
		  -webkit-perspective: 1000px;
				  perspective: 1000px;
	  }
	  
	  .front2,
	  .back2{
		background-size: cover;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
		border-radius: 10px;
		  background-position: center;
		  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  -webkit-backface-visibility: hidden;
				  backface-visibility: hidden;
		  text-align: center;
		  min-height: 280px;
		  height: auto;
		  border-radius: 10px;
		  color: #fff;
		  font-size: 1.5rem;
	  }
	  
	  .back2{
		background: #3E60AC;
		background: -webkit-linear-gradient(45deg,  #3E60AC 0%,#E45937 100%);
		background: -o-linear-gradient(45deg,  #3E60AC 0%,#E45937 100%);
		background: linear-gradient(45deg,  #3E60AC 0%,#E45937 100%);
	  }
	  
	  .front2:after{
		  position: absolute;
		  top: 0;
		  left: 0;
		  z-index: 1;
		  width: 100%;
		  height: 100%;
		  content: '';
		  display: block;
		  opacity: .6;
		  background-color: #000;
		  -webkit-backface-visibility: hidden;
				  backface-visibility: hidden;
		  border-radius: 10px;
	  }
	  .container2:hover .front2,
	  .container2:hover .back2{
		  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
		  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	  }
	  
	  .back2{
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 150%;
	  }
	  
	  .inner2{
		  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
				  transform: translateY(-50%) translateZ(60px) scale(0.94);
		  top: 50%;
		  position: absolute;
		  left: 0;
		  width: 100%;
		  padding: 2rem;
		  -webkit-box-sizing: border-box;
				  box-sizing: border-box;
		  outline: 1px solid transparent;
		  -webkit-perspective: inherit;
				  perspective: inherit;
		  z-index: 2;
	  }
	  
	  .container2 .back2{
		  -webkit-transform: rotateY(180deg);
				  transform: rotateY(180deg);
		  -webkit-transform-style: preserve-3d;
				  transform-style: preserve-3d;
	  }
	  
	  .container2 .front2{
		  -webkit-transform: rotateY(0deg);
				  transform: rotateY(0deg);
		  -webkit-transform-style: preserve-3d;
				  transform-style: preserve-3d;
	  }
	  
	  .container2:hover .back2{
		-webkit-transform: rotateY(0deg);
				transform: rotateY(0deg);
		-webkit-transform-style: preserve-3d;
				transform-style: preserve-3d;
	  }
	  
	  .container2:hover .front2{
		-webkit-transform: rotateY(-180deg);
				transform: rotateY(-180deg);
		-webkit-transform-style: preserve-3d;
				transform-style: preserve-3d;
	  }
	  
	  .front2 .inner2 p{
		font-size: 2rem;
		margin-bottom: 2rem;
		position: relative;
	  }
	  
	  .front2 .inner2 p:after{
		content: '';
		width: 4rem;
		height: 2px;
		position: absolute;
		background: #E45937;
		display: block;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -.75rem;
	  }
	  

	  @media screen and (max-width: 64rem){
		.col2{
		  width: calc(33.333333% - 2rem);
		}
	  }
	  
	  @media screen and (max-width: 48rem){
		.col2{
		  width: calc(50% - 2rem);
		}
	  }
	  
	  @media screen and (max-width: 32rem){
		.col2{
		  width: 100%;
		  margin: 0 0 2rem 0;
		}
	  }

    .wrap3 {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  
	  .button3 {
		width: 140px;
		height: 45px;
		font-family: 'Raleway blod',sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2.5px;
		font-weight: 500;
		color: #000;
		background-color: #fff;
		border: none;
		border-radius: 45px;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease 0s;
		cursor: pointer;
		outline: none;
		}
	  
	  .button3:hover {
		background-color: #E45937;
		box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
		color: #fff;
		transform: translateY(-7px);
	  }

 



/*	################################################################
	5. SERVICE SECTION
	################################################################# */	
	#testimonials .item{
		background: #E45937;
		padding: 30px 0px;
		margin: 10px;
		color: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
	}
	#testimonial p {
    font-size: 15px;
    padding: 10px 100px;

	}
	.customNavigation{
		text-align: center;
	 }
	.customNavigation a{
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	.service-border .fa {
		font-size: 40px;
		color: #E45937;
		}
		 
/*	################################################################
	6. SKILL SECTION
	################################################################# */
		
	.overlay {
		padding:60px 0;
		background-color: rgba(124, 124, 124, 0.68);
		}
		
	.overlay h3 {
    font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	}

/*	################################################################
	7. TESTIMONIAL SECITON
	################################################################# */
	.testimonial h2 {
		font-weight: 600;
		font-size: 26px;
		color: #000;
		border: 1px dashed #E45937;
		display: inline-block;
		padding: 20px;
	}
	
	.testimonial p {
		font-weight: 600;
		font-size: 15px;
		color: #000;
		padding: 30px 0 2px 0px;
	}
	
	.testimonial h1 {
		font-weight: 700;
		font-size: 15px;
		color: #E45937;
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	
	.fa-2x {
		color: #E45937;
	}


	/*	################################################################
	11. MODERN DESIGN SECTION
	################################################################# */
	
	.featured-box h3 {
		color: #FFF;
		font-weight: 600;
		font-size: 32px;
		text-align: center;
		padding: 25px;
	}
		
/*	################################################################
	12. STATS COUNT SECTION
	################################################################# */
	
	.stat {
	   margin:0px auto;
	   text-align:center;
	}
	
	.milestone-counter img {
		float: left;
		padding: 10px;
	}
	
	.highlight {
	   color:#fff;
	   padding:20px 0;
	   font-weight:400;
	   display:block;
	   overflow:hidden;
	   margin-bottom:0;
	   font-family: 'Oswald', sans-serif;
	   font-size:56px;
	}
	.stat i {
		color: #FFF;
		margin: 0 15px 0px 0px;
		font-size: 65px;
	}
	.milestone-details {
		font-weight: 500;
		font-size: 12px;
		color: #FFF;
		padding: 0 0 10px 10px;
		}
	   
/*	################################################################
	13. CONTACT AND MAP SECTION
	################################################################# */
		
	#success_page h1 {
		font-size:24px;
		font-weight:bold; 
		text-transform:uppercase;
	}
	
	.loader1 {
    vertical-align: super;
    padding-left: 20px;
    }
	
 	.form-control {
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	
	.f-wrapper {
		display:block;
		padding:70px 0;
		position:relative;
		background-color:#fff;
	}
	
	#contactform {
		margin:30px 0;
		}
	#contactform .form-control {
		margin: 10px 0;
		height: 50px;
		font-weight: 500;
		font-size: 12px;
		}	
		
	#contactform textarea {
		height:150px !important;
		}
	
	#contactform span.required{ 
		font-size: 13px; color: #ff0000; 
		} 
	
	.btn-primary {
		display: inline-block;
		padding: 6px 13px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.428571429;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		white-space: nowrap;
		background: 0 0;
		color: #000!important;
		border: 1px dashed #E45937;
		margin-top: 30px;
		text-transform: uppercase;
	}
	
	.contact-box img {
		padding-bottom:15px;
		margin-bottom:30px;
	}
	.contact-box {
		margin:0;
		color:#000;
		padding:0;
	}
	.contact-box h2 {
		font-size: 15px;
	}
	
	.contact-box h2 a {
		margin: 20px 0;
		font-size: 13px;
		text-transform: uppercase;
		color: #000;
		font-weight: 700;
	}
	
	.btn-contact:hover {
		background: none !important;
		border-color: #E45937 !important;
	}
	
	
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-weight: 700 !important;
		font-size: 12px !important;
		border: 1px dashed #FFF !important;
		text-transform: uppercase;
		padding: 10px;
		border: 1px dashed #E45937 !important;
		letter-spacing: 3px;
		color: #E45937 !important;
	}
	
	.nav-tabs > li > a {
		border: none !important;
		background: none !important;
		font-weight: 500 !important;
		font-size: 12px !important;
		border: 1px dashed #FFF;
		text-transform: uppercase;
		padding: 10px !important;
		letter-spacing: 3px !important;
		color: #000 !important;
	}
	
	.nav-tabs {
		border: 0 !important;
		padding-bottom: 40px;
	}
	
	.btn-contact {
		border-radius:0 !important;
		margin-bottom: 75px;
		}
			
	.btn-contact:hover {
		background:none  !important;
		margin-bottom: 75px;
		}
			
	.nav-tabs > li {
		float:none;
		margin:20px 10px 0 !important;
		display:inline-block;
		}	
		
	
		
	.infobox img {
		width:100% !important;
	}
	.map .searchmodule {
		padding:18px 10px
	}
	.infobox {
		display: inline-block;
		padding: 5px;
		position: relative;
		width: 270px;
	}
	.infobox img {
		width:80px !important;
		padding-right:10px
	}
	.infobox .title {
		font-size:13px;
		font-weight:bold;
		margin-top:0;
		margin-bottom:0;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	.infobox .title a {
		font-weight:bold;
	}
		
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #FFF !important;
	background-color: #E45937 !important;
	border-color: #E45937 !important;
	}
	
	.error_message {
	color: #F00!important;
	}
	
	.contact-box .fa {
		font-size: 40px;
		color: #E45937;
	}
			
	
/*	################################################################
	14. FOOTER SECTION
	################################################################# */
	
	.footer-wrapper {
		display:block;
		padding:10px 0;
		position:relative;
		background-color:#000;
	}
	
	.footer-wrapper img {
		padding: 15px;
	}

	.socialFooter {
     float: left ;
    }

	.footer-wrapper p {
		font-weight: 600;
		font-size:11px;
		color: #FFF;
	}
	
	i.fa.fa-angle-up {
		color: #FFF;
		font-size: 30px;
		padding: 10px;
	}	
	
	.social-icons img {
		border: none;
		padding: 30px 0px 30px 5px;
	}
	
	.footer .socialFooter {
		margin: 0 auto;
		text-align: center;
		}
				
	.socialFooter .fa {
		color: rgb(255, 255, 255);
		font-size: 30px;
		margin: 20px 0 20px 10px;
	}
		
	.footer .socialFooter a {
		color: #fff;
		font-size: 26px;
		padding: 5px;
		margin-right: 10px;
		transition: all 0.2s ease-in-out 0s;
	}
	.footer .socialFooter a:hover {
		color: #fff;
		border-bottom: 3px solid #fff;
	}

    
	.links a {
		color:rgb(255, 254, 253); 
		font-size: 15px; 
		left: 5px;
	}

	.socialFooter p{
		color: #fff;
   
	   }
	   .socialFooter a{
		   color: #fff;
	   }
   

	.hovereffect .icon {
		font-size: 31px;
		font-weight: 300;
		height: 75px;
		left: 0;
		line-height: 75px;
		margin: -35px auto 0;
		position: absolute;
		right: 0;
		top:38%;
		text-align: center;
		width: 75px;
		}
		
	.hovereffect h4 {
		text-align:center;
		font-size:20px;
		padding:10px 30px;
		text-transform:uppercase;
		width:auto;
		margin-bottom:0;
		display:block;
		font-weight:700;
		}
		
	.hovereffect h5 {
		text-align:center;
		font-size:12px;
		padding:10px 30px;
		text-transform:uppercase;
		width:auto;
		color:#fff;
		margin-bottom:0;
		display:block;
		font-weight:700;
		}
		
	.hovereffect h4,
	.hovereffect .icon {
		color:#fff;
	}
	.hovereffect .buttons {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		height:auto;
		bottom: 29%;
		margin-top: -20px;
		-webkit-transform: scale(0.2);
		-moz-transform: scale(0.2);
		-ms-transform: scale(0.2);
		-o-transform: scale(0.2);
		transform: scale(0.2);
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
		.hovereffect:hover .buttons {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		}
		.entry:hover .hovereffect { 
		opacity: 1;
		visibility: visible;
		}
		.entry {
		display:block;
		position:relative;	
	}
 /*################################################################
	15. Client 
	################################################################# */

	#ourclients {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background:#fff;
		padding-bottom:20px;
		height:150px;
	  }
	  
	  #ourclients .clients-wrap {
		display: block;
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	  }
	  #ourclients .clients-wrap ul {
		display: block;
		list-style: none;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	  }
	  #ourclients .clients-wrap ul li {
		display: block;
		float: left;
		position: relative;
		width: 220px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	  }
	  #ourclients .clients-wrap ul li img {
		vertical-align: middle;
		max-width: 100%;
		width:150px;
		max-height: 100%;
		-webkit-transition: 0 linear left;
		-moz-transition: 0 linear left;
		transition: 0 linear left;
	  }
	  #ourclients h2{
	  border-bottom:1px solid #E45937;
	  font-size: 20PX;
	  width:100px;
	  padding:10px;
	  }
	

/*	################################################################
	15. VIDEO PARALLEX
	################################################################# */
	
	.videooverlay .general-title h2 {
		color:#fff;
	}
	
	.video-js {width:100%; height:100%;}
	
	#revvideo {
		width:100% !important;
		height:100% !important;
	}
			
	#volume {
		bottom: 0;
		color: #ffffff;
		cursor: pointer;
		font-size: 17px;
		height: 30px;
		line-height: 28px;
		position: absolute;
		right: 0;
		text-align: center;
		width: 30px;
		z-index: 10;
		background: #3C3B3B;
		border: 1px dashed #222;
	}
	
	.js-video {
		height: 0;
		padding-top: 25px;
		padding-bottom: 50.5%;
		border:1px solid #ffffff;
		position: relative;
		overflow: hidden;
	}
	.js-video.widescreen {
		padding-bottom: 57.25%;
		border:1px solid #ffffff;
	}
	.js-video.vimeo {
		padding-top: 0;
		border:1px solid #ffffff;
	}	
	
	.js-video embed, .js-video iframe, .js-video object, .js-video video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	
	.mb_YTVPlayer {z-index:-10;}
	.videobg {
		padding:0; 
		color:#ffffff !important;
	}
	
	.videobg-wrap .general-title hr {
		background-color:#ffffff;
	}
	.videobg-wrap { background-color: rgba(247, 194, 33, 0.5);padding:30px 0 0}
	
	.animationload {
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#fff; /* change if the mask should have another color then white */
		z-index:999999; /* makes sure it stays on top */
	}
	.loader {
		width:200px;
		text-indent:-99999;
		height:200px;
		font-size:0;
		position:absolute;
		left:50%; /* centers the loading animation horizontally one the screen */
		top:50%; /* centers the loading animation vertically one the screen */
		background-image:url(images/.gif); /* path to your loading animation */
		background-repeat:no-repeat;
		background-position:center;
		margin:-100px 0 0 -100px; /* is width and height divided by two */
	}
	
/*	################################################################
	16. COOKIE 
	################################################################# */

	.js-show-cookie-banner .cookie-compliance {
		transform: translateY(0);
	  }
	  
	  .cookie-compliance {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgb(0, 0, 0);
		z-index: 10000;
		transition: all 0s ease;
		transform: translateY(100%);
	  }
	  .cookie-compliance__container {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
		padding: 24px 16px 24px 48px;
	  }
	  .cookie-compliance__title {
		font-family: "Gotham";
		font-weight: 700;
		font-size: 18px;
		color: #ffffff;
		margin: 0 0 16px;
		line-height: 1.7;
		position: relative;
	  }
	  .cookie-compliance__title::before {
		content: "";
		display: block;
		width: 28px;
		height: 28px;
		position: absolute;
		top: 0;
		left: -48px;
		background-image: url();
		background-size: 28px auto;
		background-position: 0 50%;
		background-repeat: no-repeat;
	  }
	  .cookie-compliance__copy {
		font-family: "Whitney";
		font-weight: 500;
		font-size: 16px;
		color: #FFF;
		line-height: 1.3;
	  }
	  .cookie-compliance__copy a {
		color: #3E60AC;
		text-decoration: underline;
	  }
	  .cookie-compliance__form {
		display: flex;
		justify-content: flex-start;
		padding: 10px 0;
		-webkit-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	  }
	  .cookie-compliance__form-item {
		margin-right: 24px;
	  }
	  .cookie-compliance__form-item:last-of-type {
		margin-left: auto;
		margin-right: 0;
	  }
	  .cookie-compliance__label {
		font-family: "Whitney";
		font-weight: 500;
		font-size: 16px;
		color: #FFF;
		line-height: 1.3;
		padding-left: 20px;
	  }
	  .cookie-compliance__checkbox {
		display: none;
	  }
	  .cookie-compliance__checkbox + label {
		cursor: pointer;
		background-image: url();
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: 11px auto;
	  }
	  .cookie-compliance__checkbox + label:hover {
		opacity: 0.9;
	  }
	  .cookie-compliance__checkbox:checked + label {
		color: #3E60AC;
		background-image: url();
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: 15px auto;
	  }
	  .cookie-compliance__checkbox:checked:disabled + label {
		color: #C9CED2;
		cursor: default;
		background-image: url();
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: 15px auto;
	  }
	  .cookie-compliance__submit {
		min-width: 140px;
		border-radius: 2px;
		background: #3E60AC;
		color: #fff;
		text-align: center;
		border: none;
		box-shadow: none;
		font-family: "Whitney";
		font-weight: 500;
		font-size: 16px;
		line-height: 1.3;
		padding: 10px;
		cursor: pointer;
	  }
	  .cookie-compliance__submit:focus {
		outline: none;
		box-shadow: none;
	  }
	  .cookie-compliance__submit:hover {
		background: #3E60AC;
	  }
	  .cookie-compliance__close {
		position: absolute;
		top: 24px;
		right: 16px;
		cursor: pointer;
		width: 11px;
		height: 11px;
		background-image: url();
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: 11px auto;
		overflow: hidden;
		text-indent: -999em;
	  }
	  .cookie-compliance__close:hover {
		opacity: 0.9;
	  }


/*	################################################################
	16. COLOR SCHEME
	################################################################# */
	
	.pricing-box:hover .pricing {
		background-color:#ededed;
	}
	
	.pricing-box:hover .price-value,
	.pricing-box:hover .price-month,
	.hovereffect h5  {
		color:#E45937;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a.active,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,
	.transparent .title h2 {
		border-color:#E45937;
	}

/*	################################################################
	20. Mobile Responsive
	################################################################# */	
	
	@media (max-width: 768px) { {
		.home-content h1 {font-size:31px !important}
		.tparrows,
		.small_title,
		.slider_menu a {display:none}
	} 
	
	ul.nav.navbar-nav.navbar-right {
		background: rgba(0, 0, 0, 0.55);
	}
		
	.tp-caption p {
		margin-top:110px!important;
		line-height:1.3;
		
		}
		
	.tp-caption h2 {
		font-size : 26px!important;
    }	 
	
	
	#slider4container .tparrows:before,
	#slider4container .tparrows:hover,
	#slider4container .tparrows {
		color: #000 !important;
	}
	
	#slider4container .tparrows {
		background:#fff !important;
		background:rgba(255,255,255,0.5) !important;
	}
	#slider4container .tparrows:hover	{
		background:#fff !important
	}
	
	.sliderbigtitle {
	font-size: 26px;
	}
	
/*	################################################################
	21. CUSTOM CSS SECTION
	################################################################# */

		
	