/*+++++++++++++++++++++
=====================================

===============================
+++++++++++++++++++*/





/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6.
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E; overflow-x:hidden;
}

body  section{
	padding: 20px 0;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#f15922;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

.slider-btn {
	background-color:#ef6533;
	color: #FFF;
	
	text-transform: uppercase;
	
	text-align: center;
	height: 30px;
	line-height:30px;
	padding: 0;
	font-size: 14px;
	font-weight:600;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 420px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}
  
.ball:nth-child(1) {
	background: #f15922;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #0072b7;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #f15922;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #0072b7;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #f15922;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #0072b7;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #f15922;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background:transparent;
  border-radius: 0;
  border-bottom: 0;
  box-shadow:none;
  
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}
#navigation .navbar-brand{  height:50px;}
#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:15px
}

#navigation .navbar-nav.navbar-right li a {
	color: #000;
	font-family:"OpenSans Regular"
	font-size: 11px;

	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}
#navigation .navbar-nav.navbar-right li a:after{ height:0;
  width: 0;
  top: 0;
    left: 100%;
    position:absolute;
    content: ' ';
  border-left: solid 5px green;
    border-top: solid 9px transparent;
    border-bottom: solid 9px transparent;}
#navigation .navbar-inverse .navbar-nav li.active,
#navigation .navbar-nav.navbar-right li:hover{border-bottom: 2px solid #f15922 !important;
	text-decoration:none;}

#navigation .navbar-inverse .navbar-nav li .active  a,  
#navigation .navbar-inverse .navbar-nav li .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #000;
	text-decoration:none;
	
}
.shrink-logo{
	width:56% !important;
	height:56% !important;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;

  position:relative;
  background:#eeeeee;
}
#home .single-blog{
	background-color:#fff;
	padding: 0;
	
	margin-left:0px;
	vertical-align:middle;
	top:130px;
	
	transition:all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 1px 1px 1px 1px #000;
	box-shadow: 1px 1px 1px 1px #000;
	z-index:999;
	position:absolute;
}
/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 5em;
		left: 50%;
		margin: 0 0 0 -5em;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	}

		.goto-next:before {
			background-image: url("../images/arrow.png");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 4.0em;
			left: 50%;
			margin: -0.75em 0 0 0.5em;
			position: absolute;
			top: 30%;
			width: 3.5em;
			z-index: 1;
		}




#home .single-blog li{ border-right:none; padding-right:0;}
#home .single-blog .slider-btn {
	background-color:#f15b24;
	color: #FFF;
	
	text-transform:capitalize;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height:30px;
	padding: 0;
	font-size: 14px;
	font-weight:600;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#home .single-blog .slider-btn:hover {
	background-color:#f15922;
	-webkit-box-shadow: inset 0 0 0 2px #f15922;
	box-shadow: inset 0 0 0 2px #f15922;
	color:#fff
}
#home .single-blog .btn-primary {
	background-color:#f15b24;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}


.js .to-animate,
.js .animate-object,
.js .animate-box,
.js .animate-single {
  opacity: 0;
}




@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
	color:#000; border-bottom:1px solid #000;  margin:1px 0; list-style:none;
  }
  .sidebar-nav .navbar li a {
    padding-top: 5px;
    padding-bottom: 5px;
	font-size:11.5px;
	text-transform:uppercase;
	color:#000;   text-decoration:none;
  }
   .sidebar-nav .navbar li a:after{ height:0;
  width: 0;
  top: 0;
    left: 100%;
    position:absolute;
    content: ' ';
  border-left: solid 5px green;
    border-top: solid 9px transparent;
    border-bottom: solid 9px transparent;}
  .sidebar-nav .navbar li i {
	float:right;
	font-size:12px;
color: #ef6533;
padding:13px 0;
	
	
	display: inline-block;
	height: 12px;
	line-height: 12px;
	width: 12px;
	
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.sidebar-nav .navbar li i.fa:hover , .sidebar-nav .navbar li.active a i{color:#fff;}
  .sidebar-nav .navbar li:hover a {background:#ef6533; color:#fff;}
  .sidebar-nav .navbar li.active a{background:#ef6533; color:#fff;}
}









#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: roboto;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	
	
	font-size: 24px;
	font-weight: 400;
	
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

.userarea{float:right !important; margin-top:0; margin-left:0; padding:15px 5px;color:#fff;}
.userarea li{float:left; list-style:none; padding:5px;}
.userarea li a{color:#fff;padding:10px;}
.slider-wrapper {padding:0; width:100%;height:auto;background:url(../images/slider-bg.jpg) 0 0 no-repeat;position:relative;overflow:hidden}
.slider {width:100%;height:auto;position:relative}
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#f15922;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#f15922;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:35px;
	display:none;
}

/*=======================
====== About Us CSS =====
=========================*/


#home-about {
	background:#F6F6F6;
	
	padding: 20px 0 0;
	padding-bottom:0 !important;
	
}
.pm-column-container {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}
.pm-container-border {
    border-top: 7px solid #ef6533;
	height:40px; 
	margin-top:10px;
}
.pm-column-container-icon {
    background-color: white;
    border: 6px solid #ef6533;
    border-radius: 99px;
    height: 60px;
    left: 48.2%;
    padding: 5px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 60px;
}
#home-about .pm-column-container-icon i.fa {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-color: #ef6533;
    border-radius: 50%;
    color: #ef6533 !important;
    float: none;
    font-size: 25px;
    padding: 5px !important;
    position: relative;
    text-align: center !important;
    vertical-align: middle;
}
#home-about a{ color:#fff;}
#home-about a:hover{ color:#fff;}
#home-about i.fa {
    background: #ef6533;
    color: #fff;
    float: left;
    
    padding: 10px !important;
	font-size:35px;
	border:1px solid #fff;
}

/*h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
h2:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;
}
h2:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;
}*/











#about-us h2 {
	margin-bottom:10px
}
#home-about h3{ margin-top:0; margin-bottom:0; font-size:16px;}

#about-us {
	background:#eeeeee;
	
	padding:0 0 0;
}

#about-us h2 {
	margin-bottom:35px
}
#about-us h2:before{
content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 10px;
    left: 15%;
	}
	#about-us h2:after{
content: "";
    position: absolute;
    width: 70%;
    height: 1px;
   top: 10px;
    left: 15%;
}

.title-one {
	
	display: inline-block;
	font-size: 32px;
	font-weight:normal;
	padding-bottom:10px;
	text-align: center;
	text-transform: uppercase;
	position:relative;

}

/*.title-one:after {
	color: #fc7700;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}

.title-one:before {
	color: #fc7700;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}*/


#about-us h4 {
	color: #909090;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: capitalize;
}

#about-us p ,li{
	font-weight:300;
	font-size:15px
}

.about-us .col-sm-6 {
	margin-top:50px
}

.about-us h3 {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.about-us .tab-content {
	
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 20px;
}

.about-us .nav-tabs li a {
	border-top:2px solid #f6f6f6;
	color:#ef6533;
}

.about-us .nav-tabs li.active a, 
.about-us .nav-tabs li.active a:hover, 
.about-us .nav-tabs li.active a:focus {
	border-radius: 0;
	border-top: 2px solid #ef6533;
	color: #333333;
}

.about-us .tab-content 
.pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:18px;
	box-shadow:1px 1px 0 0 #333333;
	width:100%;
	background:#43484E;
	height:35px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:25%;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background-color:#fc7700;
}

.skillbar-title span {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	display:block;
	background-color:#fc7700;
	padding:0 15px;
	height:35px;
	line-height:35px;
}


.skillbar-bar {
	height:35px;
	width:0px;
	background-color:#fc7700;
	box-shadow:0 1px 0 0 #333333;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
}



.sprocket-grids-b-content h2 { font-size:20px !important;}

#about-us  a.btn-default{background:#ef6533 !important; color:#fff !important; bottom:0; padding:10px 20px !important; text-transform:uppercase;}
#about-us a.btn-default i.fa {
    background: #ef6533 none repeat scroll 0 0; color:#fff;
}
hr{ border-color:#000;}
#about-us h2{  text-transform:uppercase;  font-size:28px; float:none; margin:0; padding:28px 3px;}
#about-us h2 span{ font-weight:600;}


.cta-two-section{
    width: 100%;
    margin:0;
    padding: 50px 0;
	background:url(../images/socialbg.png) no-repeat;
}
.row-fluid{ margin-top:30px !important;}
.pm-container-border-inner {
    border-top: 7px solid #ef6533;
	height:0; 
	margin-top:0;
}
.pm-column-container-icon-top {
    background-color: white;
    border: 6px solid #ef6533;
    border-radius: 99px;
    height: 60px;
    left: 48.2%;
    padding: 5px;
    position: relative;
    text-align: center;
    top: -35px;
    width: 60px;
}
.pm-column-container-icon-top i.fa {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-color: #ef6533;
    border-radius: 50%;
    color: #ef6533 !important;
    float: none;
    font-size: 25px;
    padding: 5px !important;
    position: relative;
    text-align: center !important;
    vertical-align: middle;
}

.cta-two-section h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
	padding:10px 0;
    color: #fff;
    margin-bottom: 2px;
	text-align:center;
}
.cta-two-section h2 {
	margin-bottom:35px
	color:#fff;
}
.cta-two-section h2:before{
content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0px;
    left: 15%;
    border-bottom: 1px solid #fff;
	}
	.cta-two-section h2:after{
content: "";
    position: absolute;
    width: 70%;
    height: 1px;
   top: 0px;
    left: 15%;
   
	border-top: 1px solid #fff;}


.cta-two-section p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    margin: 0px;
    color: #fff;
}

.cta-two-section .btn{
    margin: 0;
	padding-left:18px;
}


/*====================
======Service CSS=====
======================*/

#services {
  background-image: url("../images/services/servicesbg.png");
  color:#fff;
  text-align:center;
  
}

.services {
	display:block;
	overflow:hidden;
	margin-top:20px;
	
}

#services h2{
	margin-top:20px !important;
  color: #fff;
  border-color: #fff;
  margin-bottom:15px;
  padding-top:10px;
  font-size:20px;
}
#services h2:before{
content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0px;
    left: 15%;
    border-bottom: 1px solid #fff;
	}
	#services h2:after{
content: "";
    position: absolute;
    width: 70%;
    height: 1px;
   top: 0px;
    left: 15%;
   
	border-top: 1px solid #fff;}
#services #content h2{margin-bottom:10px;}
#services #content a i{text-align:justify;
	font-size:20px;
	background-color: #f15922;
	border:none;
	
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 20px;
	color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;}
	
	#services a.btn{background:#f15d27; padding:6px 8px; font-size:12px; text-transform:uppercase;}
	#services  a.btn-default{background:#f15d27 !important; color:#fff !important; border:1px solid #f15922; border-left-color:#000; border-right-color:#000;}

.single-service {
	padding:25px 0 0;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	height:100%;
}
/*.services .single-service:nth-of-type(3) { background:url(../images/services/financials.png) no-repeat;}
.services .single-service:nth-of-type(2){ background:url(../images/services/strategic.png) no-repeat;}
.services .single-service:nth-of-type(1){ background:url(../images/services/culture.png) no-repeat;}*/
.single-service .content{background:#fff; opacity:0.7;
	color:#000; bottom:0;padding:15px 15px; margin-top:30%}
.single-service p {
	text-align:justify;
	
}

.single-service i {
	text-align:center;
	font-size:40px;
	background: #eee;
	border-radius: 50%;
	
	border: 12px solid transparent;
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#efeef1, #efeef1), 
                    linear-gradient(30deg, black 36%, black 30%),
                    linear-gradient(120deg, white 36%, white 30%),
                    linear-gradient(300deg, black 36%, black 30%),
                    linear-gradient(210deg, white 36%, white 30%);
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
 
	display: inline-block;
	height: 80px;
	line-height: 60px;
	width: 80px;
	color:#43484E;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.single-service a i{text-align:center;
	font-size:20px;
	background-image: linear-gradient(#f15d27, #f15d27), 
                    linear-gradient(30deg, black 36%, black 30%),
                    linear-gradient(120deg, white 36%, white 30%),
                    linear-gradient(300deg, black 36%, black 30%),
                    linear-gradient(210deg, white 36%, white 30%);
	border:none;
	
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 20px;
	color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;}
	
	.single-service a.btn{background:#ef6533; padding:6px; font-size:12px; text-transform:uppercase;}
	.single-service a.btn-default{background:#ef6533 !important; color:#fff !important; border:1px solid #fff;}

.single-service:hover{
	background-color: #fff;
	opacity:0.7;
}

.single-service:hover i {
	color:#f15922;
	/*-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);*/
}


/*=====================
======Our Team CSS=====
=======================*/

#team-carousel {
	position:relative
}

#our-team {
	background-color:#f6f6f6;
	color:#43484E;
}
#our-team h2:before{content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0px;
    left: 15%;
    border-bottom: 1px solid #ef6533;
	}
	
#our-team h2:after{content: "";
    position: absolute;
    width: 50%;
    height: 1px;
   top: 0px;
    left: 15%;
   
	border-top: 1px solid #ef6533;}
#our-team h2 {
	color:#ef6533;
	margin-bottom:35px;
	font-size:30px;
}

#our-team .team-members {
	padding:0;
	margin-top:55px;
	display:block;
	overflow:hidden
}

.single-member {
	height:500px;
	background-color:#fff;
	border: 1px solid #ef6533;
	border-radius:20px 0 20px 0;
	color: #000;
	padding: 20px;
	text-align:center;
	overflow:hidden;
}

.single-member img {
	
}

.single-member h4, 
.single-member h5 {
	text-align:center
}

#our-team .socials i {
	background-color:#fff;
	border-radius: 50%;
	color: #43484E;
	display: inline-block;
	font-size:16px;
	height: 30px;
	line-height:28px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
	border-width:1px;
	border-color:#43484E;
	border-style: solid;
	opacity:.5;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}

#our-team .socials a i:hover {
	opacity:1;
	color:#fff;
	border:0
}
.owl-carousel{display:inline-flex !important;}

#our-team .socials a .fa-facebook:hover {
	background: #3B5997;	
}

#our-team .socials a .fa-twitter:hover {
  background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
  background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
  background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
  background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
  background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
  background:#7A797B
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#43484E
}


.member-left {
	left:49%;
}

.member-right {
	left:51%
}


/*======================
======Portfolio CSS=====
========================*/

#portfolio {
  padding-top:70px;
  padding-bottom: 100px;
  background:#F6F6F6
}

#portfolio p, 
#portfolio h2 {
	margin-bottom:30px;
}

#portfolio 
.portfolio-filter {
  margin-bottom:40px;
  margin-top:10px;
}

#portfolio 
.portfolio-filter li {
  display: inline-block;
}

#portfolio 
.portfolio-filter li a:hover, 
#portfolio 
.portfolio-filter li a:focus,
#portfolio 
.portfolio-filter li a:active , 
#portfolio 
.portfolio-filter li .active{
	border: 1px solid #f15922;
	color: #686868;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#portfolio 
.portfolio-filter li a {
	color: #686868;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}

.portfolio-items > div{
  padding:0;
}

.portfolio-items img{
  width:100%;
}

.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
}

.efffect h4 {  
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.efffect h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);  
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.view img {
	display: block;
	position: relative;
}

.efffect .mask {
	background-color: #F6F6F6;
    border:4px solid #333333;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}

.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}

.mask h3 {
	color: #43484E;
	font-family: cabin;
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
	transition: height 500ms ease 0s;
}

.mask h4 {
	color:#000;
	font-family: roboto;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}

.mask i {
	border: 2px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}

.mask i:hover{
	background-color:#f15922;
	color:#fff;  
}



/*====================
======Clients CSS=====

======================*/

#clients{
	background: url("../images/clientsbg.png") no-repeat;
	
}
#our-clients{
	background: url("../images/clientsbg.png") no-repeat;
	
}
#clients h2:before{content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0px;
    left: 15%;
    border-bottom: 1px solid #000;
	}
	
#clients h2:after{content: "";
    position: absolute;
    width: 50%;
    height: 1px;
   top: 0px;
    left: 15%;
   
	border-top: 1px solid #000;}
#clients h2 {
	color:#000;
	margin-bottom:30px;
	font-size:30px;
	padding-top:5px;
}
#clients h2 span{ font-weight:bold;}


#clients p {
	color:#000;
}

#clients-carousel  {
	margin:65px;margin-top:25px;
	text-align:center;
}

#clients-carousel 
.carousel-inner {
	display:inline-block;
	width:60%
}

.carousel-inner blockquote {
  border-left: 0 none;
  margin:15px;
  padding:0;
  text-align: left;
}

.carousel-inner blockquote p {
	font-size:17px;
	
}

#clients-carousel 
.carousel-inner img {
	border-right:5px solid#eee;
	padding-right:10px
}

#clients-carousel 
.carousel-indicators {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}

#clients-carousel .item {
	background:#fff;
	border-left:15px solid #ef6533;
	color:#000;
}

#clients-carousel 
.carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

#clients-carousel 
.carousel-indicators {
  margin-top: 30px;
}

.clients{
  text-align: center;
}

.clients h2 {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
}

.clients p {
	color: #000;
	
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	
}

.clients p span{
	color:#f15922;
}





======Our Blog CSS=====
======================*/

#blog {
	padding-bottom:20px;
	padding-top:15px;
	background:#eeeeee;
}

.blog-heading {
	margin-bottom: 35px;
	margin-top: 15px;
}

.single-blog {
	margin-bottom: 30px;
	background-color:#eeeeee;
	padding:10px;
	padding-top:0;
	
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
}

.single-blog:hover {
	
	color:#fff
}

.single-blog:hover.single-blog h2 {
	color:#fff
}

.single-blog:hover.single-blog .btn-primary {
	background-color:#f15922;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-blog img{
	width:100%;
	margin-bottom:10px
}

.single-blog h2 {
	color:#fff;
	font-size:16px;
	padding:5px;
	text-align:center;
	text-transform:capitalize !important;
	background:#f15b24;
}
.single-blog h2 a {color:#fff; text-decoration:none;}

.single-blog h2{
	margin:15px 0;
	margin-bottom:15px;
}

.single-blog ul {
	padding:0;
	overflow:hidden;
}

.single-blog ul li {
	border-right: 2px solid #999999;
	float: left;
	
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;

	color:#999;
}
.tlp-team-social ul li{float:none !important;}
.navbar{margin-bottom:0;}
.navbar-brand{ padding:15px;}
.single-blog ul li:last-child {
	border:none;
}

.blog-content {
	margin-bottom: 25px;
	margin-top: 0;
}

.single-blog .btn-primary {
	text-transform: uppercase;
	border: 1px solid #f15922;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #f15922;
}

.single-blog:hover.single-blog .btn-primary:hover{
	background-color:#f15922;
	color:#fff;
}

#blog-detail .modal-body {
	padding:30px;
}

#blog-detail .modal-body img {
	width:100%
}

#blog-detail .close {
	margin-right: -15px;
    margin-top: -25px;
}



/*====================
======Contact CSS=====
======================*/

#contact {
	
	background:url(../images/contactsbg.png) no-repeat;
	position:relative;
	padding-bottom:10px;margin-top:10px;

}

#contact .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}
#contact h2{ color:#fff; font-size:36px;}
#contact h2:before{content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0px;
    left: 15%;
    border-bottom: 1px solid #ef6533;
	}
.sprocket-grids-b-text{margin:5px 0;}
#contact h2:after{content: "";
    position: absolute;
    width: 70%;
    height: 1px;
   top: 0px;
    left: 15%;
   
	border-top: 1px solid #ef6533;}
#contact h2 {
	color:#fff;
	margin-bottom:35px;
	font-size:30px;
	padding-top:5px;
}
#contact h3{ color:#fff; padding-top:0;}
 #contact p{ color:#fff;}
/* ---------------------------------------------- */

.contact-form,
.contact-address{
    padding-top: 20px;
}

.contact-form .form-group{
    padding: 5px 0;
    min-height: 100%;
	
}
.contact-form {
  
	background:#f5f5f5;
}
.contact-address i.fa {
    background: #ef6533;
    color: #fff;
    float: left;
    margin-top:15px;
	
    padding: 10px !important;
	font-size:50px;
	border:1px solid #fff;
}
.contact-form .form-group label{
    font-weight: 600;
}
.contact-form .form-group button i.fa {
    background: #ef6533;
    color: #fff;
    
    
    padding: 5px !important;
	font-size:20px;
	 border-radius:50%;
}
.contact-form .form-group button{
    display: inline-block;
    min-height: 100%;
}

.contact-form .form-group input,
.contact-form .form-group textarea{
    border-radius: 0;
    padding: 20px 10px;
    min-width: 100%;
    font-size: 16px;
}

.contact-form .form-group textarea{
    padding-top: 10px;
}


.contact-form .form-group .btn-default{
    min-width: 100%; background:#ef6533; color:#fff;font-size: 16px; text-transform:uppercase;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="text"],
.contact-form .form-group button
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px; /* Increase height as required */
    margin-bottom: 0px;
    padding: 0 10px; /*  Now only left & right padding */
	border-radius:5px;

}

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

.contact-address ul li{
    font-size: 13.5px;
	color:#fff;
}

.contact-address ul li span{
    font-weight:normal;
    display: inline-block;
    min-width: 50px;
}

.contact-form label.error,
.contact-form label.error.valid{
    color:#f00;
    padding-top: 10px;
}

.contact-form label.error.valid{
    color:#018804;
}

.form-alerts .alert{
    border-radius: 0;
    border: 0;
}


.form-alerts .alert.alert-success,
.form-alerts .alert.alert-danger{
    color: #fff;
    background: #85ceab;
}

.form-alerts .alert.alert-danger{
    background: #fe8080;
}
.social-icons{ padding-bottom:20px;}
 .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
 .social-icons i:hover {
	transform: scale(.9);
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}


.social-icons a:hover {
  color: #ef6533;
  border: 1px solid #ef6533;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid rgba(254,82,76, 1);
    background: #ef6533; /* Primary color, can be changed via colors.css */
    font-size: 30px;
}

.scroll-top a:hover {
    border: 1px solid #fff; /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c; /* Hover color, can be changed via colors.css */
}
/*====================
======Footer CSS=====
======================*/

#footer {
	
	padding:13px 0;
	color:#43484E;
	
	position:relative;
	margin-top:1px;
	
}
#footer ul.menu{margin-left:0;}
#footer p {
	padding-left:10px;
}
#footer ul li{ list-style:none;display:inline-block; padding:3px; }

#footer ul.menu li a {
	color:#000;border-right:none; padding:8px 2px; font-size:13px;
}

/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.sprocket-features-desc{
	text-transform:capitalize;
}