/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url(http://fonts.googleapis.com/css?family=Tangerine:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,900,700);*/
/* Site Name:iDea - Logo Design USA
Author:HtmlCoder
Author URI:http://www.nirazan.com
Author e-mail:online.nirazan@gmail.com
Version: 1.2.0
Created:September 2014
License URI:http://logodesinusa.com/
File Description:Main CSS file of the site */

/* TABLE OF CONTENTS

1) Typography
2) Layout
3) Sections
4) Pages ( blog,
about etc )
5) Template Components
6) Navigations
7) Blocks/Widgets
8) Main Slideshow
9) Owl carousel
10) IE 8 Support
* */

/* 1 Typography
----------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.50;
	color: #333;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #5e5e5e;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #343434;
}
h1 {
	font-size: 38px;
	font-weight: 600;
}
h2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #5e5e5e;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
.title {
	margin-top: 0;
}
}
.sidebar .title {
	margin-bottom: 15px;
	margin-top: 20px;
	position: relative;
}
.page-header {
	margin-top: 20px;
	padding-top: 20px;
}
p {
	margin-bottom: 20px;
	font-size: 13px;
}
a {
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #cd3c2e;
	text-decoration: none;
}
a:focus, a:active {
	outline: none;
	color: #cd3c2e;
}
.no-trans * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
/* Lists
---------------------------------- */
ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
/***************************header section starts here******************************/

.header
{transition:all 0.2s ease 0s;}

.toparea {
	background: #333b46;
	color: #ccc;
	font-size: 12px;
	padding: 5px 0;
	border-top: 1px solid rgba(238,238,238,0.5);
}
.toparea a {
	color: #ccc;
	transition: all 0.5s ease-in-out 0s;
}
.toparea .separator {
	border-left: 1px solid #ccc;
	display: inline-block;
	height: 10px;
	margin: 0 20px;
	width: 1px;
}
.toparea .pull-left {
	margin-top: -3px;
}
.social-icons a {
	color: #ccc;
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
	transition: all 0.5s ease-in-out 0s;
	width: 22px;
}
.social-icons a:hover {
	color: #eee;
}
.top-text a:hover {
	color: #eee;
}
ul.help {
	padding: 20px 0;
	margin: 0;
	text-align: right;
}
.bottom-header ul li, .bottom-header ul li a {
	display: inline-block;
	font-size: 13px;
	color: #666;
	padding: 0 5px;
}
ul.help li i {
	margin-right: 10px;
	font-size: 15px;
}
ul.help li .fa-bell {
	color: #f36925;
}
ul.help li .fa-skype {
	color: #00abe9;
	font-size: 17px;
}
ul.help li .fa-user-plus {
	color: #00abe9;
	font-size: 16px;
}
.bottom-header ul li .fa-comments {
	color: #39bda1;
	font-size: 16px;
}

h1.logo
{ margin:10px 0;}

h1.logo img
{ max-width:180px;
width:100%;}

.offer-banner
{ background:rgba(233, 145, 19, 0.8);
display:inline-block;
margin:7px 0 0 0;
 -webkit-transform: skew(-30deg); 
 -moz-transform: skew(-30deg); 
 -o-transform: skew(-30deg);
 -ms-transform: skew(-30deg);
 border-right:5px solid #eee;
 width:99%;
padding:5px 20px;}



.offer-banner h4, .offer-banner p
{ margin-top:20px;
color:#666;
font-weight:400;
-webkit-transform: skew(30deg); 
 -moz-transform: skew(30deg); 
 -o-transform: skew(30deg);
 -ms-transform: skew(30deg);
margin:0;
padding:0;
font-family: 'Lato', sans-serif;
font-size:18px;
line-height:20px;}

.offer-banner .pull-left
{ width:40%;
}
.offer-banner .pull-right
{ width:60%;}

.offer-banner h4
{ font-size:13px;
line-height:20px;
width:100px;
text-transform:uppercase;
font-weight:400;
color:#fff;}

.offer-banner h4 strong
{ font-size:18px;
display:block;}


.offer-banner p strong, .offer-banner p small
{ color:#fff;
font-size:18px;
font-weight:500;
}

.offer-banner p small 
{ 
font-size:12px;
font-weight:400;
}

/**********************************mainnavigation starts here*/

.navbar {
	border-radius: 0;
	margin: 0;
	background-color: #fff !important;
	border-color: none !important;
	border-top: 1px solid #e3e3e3;
	position: relative;
}

.navbar-nav
{ margin-left:0 !important;}
.navbar .nav-shadow {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
}
.navbar .nav-shadow img {
	margin: 0 auto;
	float: none;
}
.navbar li a {
	border-right: 1px solid #f5f5f5;
	text-transform: uppercase;
	margin-top: -1px;
	border-top: 2px solid rgba(0,0,0,0);
	font-size: 13px;
	line-height: 48px;
	padding: 0 15px;
	color:#333 !important;
	font-weight:600;
}
.navbar li:first-child > a
{display:block;
    
    vertical-align: middle;}
.navbar li:first-child > a .fa-3x {
    font-size: 2em;
	line-height: 40px;
}
.navbar li.active a{
	background:rgba(57, 189, 161, 0.6) !important;
 color:#fff !important;
	border-top: 2px solid #39bda1;
}
 .navbar li a:hover
 { background:rgba(57, 189, 161, 0.6) !important;
 color:#fff !important;} 

.no-shade .nav-shadow
{ display:none;}

/******drop down nav*********/

.nav li.dropdown:hover .dropdown-menu {
    display: block;
}

li.dropdown ul {
    border: medium none;
    margin: 0;
    padding: 0;
	overflow:hidden;
	background:rgba(255, 255, 255, 1) !important ;
}
li.dropdown ul li {
    border: none;
    display: block;
	margin:0;
	border-bottom:1px solid #ececec;
}
li.dropdown ul li:hover
{ border-bottom:1px solid #fff;}

li.dropdown ul li:last-child
{ border-bottom:none;}

li.dropdown ul li a {
    margin: 0;
	width:100%;	
	display:block;
	float:none;
	font-size:12px;
	letter-spacing:2px;
	line-height:36px !important;
	border:none !important;
}

li.dropdown ul li a:hover
{ border:none;
background:rgba(57, 189, 161, 0.6) !important ;
}

/*fixed nav*/

.fixed-nav
{ position:fixed;
top:0;
width:100%;
z-index:9999;
transition:all 0.2s ease 0s;}



/********************************Banner starts here************************/
.billboard {
	background: #96c952 url(../images/logo-banner.jpg) repeat-x bottom center ;
	color: #fff;
	padding: 100px 0;
}
.billboard h1 {
	color: #fff;
	font-size: 50px;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 400;
	margin-bottom:0;
}

.billboard h1 strong
{ font-weight:700;}

.billboard h2 {
	color: #4b6429;
	font-size: 28px;
	margin: 0;
	font-weight: 300;
	text-transform:none;
}
.billboard h3 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.billboard img {
	margin-top: 50px;
}
.btn-danger {
	background: #5b7931;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 15px 30px;
	line-height: 20px;
	margin-top: 40px;
	box-shadow: 0 -2px 0 0 #465d26 inset;
	margin-bottom:30px;
}
/*************************callback section starts here******************************/

.callback {
	background: #333b46 url(../images/pattern-callback.png) repeat;
}
.callback .row div {
	border-right: 1px solid #262d36;
	border-left: 1px solid #3c4552;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.callback .row div:first-child {
	text-align: left;
	border-left: none;
}
.callback .row div:last-child {
	border-right: none;
}
.callback .row div p {
	color: #a8c2e6;
	text-transform: uppercase;
	margin: 0;
}
.callback .row div p strong {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.callback .row div i {
	display: block;
	padding-bottom: 10px;
	font-size: 20px;
}
.callback .row div p a {
	color: #a8c2e6;
}
/*********************guarantee section starts here***********************/

.guarantee {
	position: relative;
	padding: 30px 0 0 0;
}
.guarantee .container {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}
.guarantee p {
	color: #e99113;
	font-size: 50px;
	margin: 0;
	font-weight: 700;
	font-family: 'Tangerine', cursive;
}
.guarantee p strong {
	font-family: 'Lato', sans-serif;
	font-size: 180px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 140px;
	letter-spacing: -10px;
}
img.boxing-kit {
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -80px;
}
/*featured-logo starts here*/

.title p
{ font-size:14px;
font-weight:600;}

.featured-logo {
	margin-bottom: 30px;
}
.featured-logo .container {
	border-top: 2px solid #fafafa;
}
.featured-logo header {
	margin: 20px 0;
}
.featured-logo h2 {
	margin-bottom: 0;
}
.recent-works {
	background: rgb(233, 145, 19);
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	box-shadow: 0 -2px 0 0 rgb(138, 85, 11) inset;
	margin-top: 40px;
}
.btn-primary{

	background: #7e7e7e;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	margin-top: 20px;
	border: none;
	box-shadow: 0 -2px 0 0 #525252 inset;
}
.btn-primary:hover {
	opacity: 0.9;
	color: #eee;
	background: #7e7e7e;
}
.clear {
	clear: both;
}
.featured-logo img {
	border-radius: 4px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.featured-logo .overlay-container
{ margin-bottom:30px;}

.featured-list {
	margin-top: 30px;
}
.featured-list ul li {
	display: inline-block;
	margin-right: 30px;
	color: #333;
	font-weight:600;
	font-size:14px;
}
.featured-list ul li i {
	margin-right: 10px;
	color: #333;
	font-size: 18px;
}
/*how it works section starts here*/


.how-it-works {
	background: #e56b67 url(../images/pattern-banner.png) repeat;
	padding: 55px 0 0 0;
}
.how-it-works.stationary {
	background: #e33d43 url(../images/pattern-banner.png) repeat;
	padding: 55px 0 0 0;
}
.title-block {
	text-align: center;
	margin-bottom: 30px;
}
.title-block h2 {
	display: inline-block;
	margin: 0 0 28px;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}
.title-block.color-red h2 {
	line-height:35px;
	
}

.title-block.color-red h2 span
{font-weight:300;
}

.title-block p
{ font-size:15px;
width:60%;
color:#333;
font-weight:600;
margin:0 auto;}

.title-block h2:before {
	background: #1db899;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	width: 70px;
}


.how-it-works .title-block p {
	color: #fff;
}
.how-it-works .title-block h2 {
	color: #fff;
}
.how-it-works .title-block h2:before {
	background: #fff;
}
ul.icon-list {
}
ul.icon-list li {
	line-height: 44px;
	margin-bottom: 30px;
	color: #fff;
}
ul.icon-list li small {
	color: #fff;
}
ul.icon-list li h4 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
ul.icon-list li h4 i {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	height: 44px;
	line-height: 44px;
	margin: 2px 20px 0 20px;
	text-align: center;
	width: 44px;
}

.how-it-works.stationary ul.icon-list li h4 i
{ background:#8f272a;}
/**********************Promise section starts here******************/


.promise {
	padding: 50px 0;
}
.promise .feature {
	text-align: center;
	margin-top: 50px;
}
.promise .feature i {
	font-size: 60px;
	color: #1db899;
}
.promise .feature h3 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color:#333;
}

.promise .feature p
{ font-size:13px;
font-weight:600;
color:#666;}

/*award section starts here*/

.award {
	text-align: center;
	padding-bottom: 40px;
}
.award .container {
	border-top: 1px solid #ebebeb;
}
.award i.fa-thumbs-up {
	color: #fff;
	position: absolute;
	top: 0;
	font-size: 21px;
	left: 50%;
	margin-left: -10px;
	margin-top: 10px;
}
.award i.fa-bookmark {
	color: #2f2f2f;
	font-size: 70px;
	width: 70px;
	margin: 0 auto;
	line-height: 62px;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.award .title-block {
	margin-bottom: 30px;
}
.award .col-md-2 {
	border-right: 1px solid #e6e6e6;
}
.award .col-md-2:last-child {
	border: none;
}
/*********************pricing section starts here**************************/

.pricing {
	background: url(../images/patter-pricing.png) repeat, url(../images/pricing-bg.jpg) no-repeat top center / cover;
	padding:0;
}


.pricing {
 background:url(../images/pricing-bg.jpg);
 background-size:cover;
 background-attachment:fixed;
 background-position:top center;
 background-repeat:no-repeat;
 
}

.pricing-pattern
{background:url(../images/patter-pricing.png) repeat;
width:100%;
padding: 40px 0; }



.title-block.dark-bg p {
	color: #fff;
}
.title-block.dark-bg h2 {
	color: #fff;
}
.title-block.dark-bg h2:before {
	background: #fff;
}
ul.packages {
	text-align: center;
}
ul.packages li {
	display: inline-block;
	float: none;
}
ul.packages li > a {
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	box-shadow: 0 -2px 0 0 #116957 inset;
	font-weight: normal;
}
ul.packages li > a {
	background: #1db899;
	position: relative;
}
ul.packages li > a.web-bg {
	background: #e99113;
	box-shadow: 0 -2px 0 0 #8a550b inset;
}
ul.packages li> a.branding-bg {
	background: #e33d43;
	box-shadow: 0 -2px 0 0 #8f272a inset;
}
ul.packages li.active > a, ul.packages li.active > a:hover {
	border: none;
}
ul.packages li >a:hover {
	opacity: 0.8;
	border: none;
}
ul.packages li.active> a {
	border: none !important;
	background: auto !important;
}
ul.packages li.active> a:before {
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #1db899;
	bottom: -8px;
	content: "";
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	z-index: 2;
	box-shadow: 0 -2px 0 0 #fff inset;
}
ul.packages li.active >a.web-bg:before {
	border-top: 10px solid #e99113;
}
ul.packages li.active a.branding-bg:before {
	border-top: 10px solid #e33d43;
}
.pricing .nav-tabs {
	border: none;
	margin-bottom: 50px;
}
 /*.pricing .tab-content {
padding:20px;
border:1px solid rgba(29, 184, 153, 0.9);*/
}
/*pricing panel starts here*/


.pricing-table-v4 .bg-green {
	background-color: rgba(29, 184, 153, 0.9);
}
.pricing-table-v4 .pricing-v4 {
	margin-bottom: 30px;
	position: relative;
}
.pricing-table-v4 .pricing-v4-head {
	border-bottom: 1px solid rgba(116, 197, 44, 0.1);
	padding: 0 0 8px;
	background: #fff;
}
.pricing-table-v4 .pricing-v4-head h4, .pricing-table-v4 .pricing-v4-head h5, .pricing-table-v4 .pricing-v4-head h5 span {
	color: rgb(255, 255, 255);
	font-family: Arial;
	letter-spacing: 1px;
	margin: 0;
	padding: 7px 0;
}
.pricing-table-v4 .pricing-v4-head h4 {
	background: rgb(116, 197, 44) none repeat scroll 0 0;
	font-size: 21px;
	padding: 15px 0;
}
.pricing-table-v4 .pricing-v4-head h4 {
	background-color: rgba(29, 184, 153, 0.9);
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 15px 0;
}
.pricing-table-v4.web-bg .pricing-v4-head h4 {
	background: #e99113;
}
.pricing-table-v4.web-bg .pricing-rounded {
	background: #b36f0f;
}
.pricing-table-v4.branding-bg .pricing-v4-head h4 {
	background: #e33d43;
}
.pricing-table-v4.branding-bg .pricing-rounded {
	background: #8f272a;
}
.pricing-table-v4 .pricing-rounded {
	background: #15866f;
	border-radius: 50% !important;
	display: inline-block;
	height: 90px;
	margin: 17px 0 10px 15px;
	padding: 10px;
	width: 90px;
}
.pricing-table-v4 .pricing-v4-head h5 {
	font-size: 26px;
	margin: 11px 3px 0 0;
	letter-spacing:-1px;
}
.pricing-table-v4 .pricing-v4-head h5 span {
	font-size: 20px;
	margin-right: 3px;
}
.pricing-table-v4 .pricing-v4-head a {
	float: right;
	margin-right: -8px;
	margin-top: 43px;
}
.pricing-table-v4 .pricing-v4-head h5 i {
	display: block;
	font-size: 12px;
	font-style: normal;
	padding-left: 10px;
}
.pricing-table-v4 .pricing-v4-head a {
	position: relative;
}
.pricing-table-v4 .pricing-v4-head a span {
	margin-left: 7px;
}
.pricing-table-v4 .pricing-v4-head a .price-corner {
	border-color: #116957 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 8px 8px 0 0;
	bottom: -8px;
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}
.pricing-table-v4 .pricing-v4-head a .price-corner-2 {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
	border-style: solid;
	border-width: 18px 0 18px 17px;
	bottom: -1px;
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.pricing-table-v4 .pricing-v4-head .btn-u {
	padding: 6px 13px 6px 26px;
}
.pricing-table-v4 .pricing-v4-content {
	margin: 0;
	border: 1px solid rgba(29, 184, 153, 0.5);
}
.pricing-table-v4 .pricing-v4-content li >i {
	color: rgb(116, 197, 44);
	float: right;
	font-style: normal;
	margin-right: 10px;
}
.pricing-table-v4 .pricing-v4-content li {
	border-bottom: 1px solid rgba(29, 184, 153, 0.2);
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 10px 10px;
	text-align: left;
	
}
.pricing-table-v4 .pricing-v4-content li span.fa {
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal !important;
}

li.heading-green
{ background:#1db899;
color:#fff !important;
border:none !important;
text-transform:uppercase;
font-size:20px;}

li.heading-orange
{background:#e99113;
color:#fff !important;
border:none !important;
font-size:20px;}

li.heading-maroon
{background:#e33d43;
color:#fff !important;
border:none !important;
font-size:20px;}

.pricing-table-v4 .pricing-v4-content li span.fa-check {
	color: #e99113;
}
.pricing-table-v4 .pricing-v4-content li span.fa-times {
	color: #e33d43;
}
.pricing-table-v4 .pricing-v4-content li:last-child {
	border: none;
}
.pricing-table-v4 .pricing-v4-footer {
	padding: 25px 0;
	border: 1px solid rgba(29, 184, 153, 0.5);
	border-top: none;
}
.pricing-table-v4 .pricing-v4-green .order-btn {
	font-size: 14px;
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	background: #1db899;
	width: auto;
	box-shadow: 0 -2px 0 0 #116957 inset;
}
.pricing-table-v4.web-bg .pricing-v4-green .order-btn {
	background: #e99113;
	box-shadow: 0 -2px 0 0 #8a550b inset;
}
.pricing-table-v4.branding-bg .pricing-v4-green .order-btn {
	background: #e33d43;
	box-shadow: 0 -2px 0 0 #8f272a inset;
}
.pricing-table-v4 .pricing-v4-green .btn-u {
	font-size: 14px;
	text-align: center;
	padding: 6px 13px 6px 26px;
	background: #1db899;
	color: #fff;
}
.pricing-table-v4.web-bg .pricing-v4-green .btn-u {
	background: #e99113;
}
.pricing-table-v4.web-bg .pricing-v4-head a .price-corner {
	border-color: #8a550b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.pricing-table-v4.branding-bg .pricing-v4-green .btn-u {
	background: #e33d43;
}
.pricing-table-v4.branding-bg .pricing-v4-head a .price-corner {
	border-color: #8f272a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
 @media (min-width: 1200px) {
.pricing-table-v4 .active {
	transform: scale(1.09);
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.pricing-table-v4 .active {
	transform: scale(1.05);
}
.pricing-v4-head {
	text-align: center;
}
.pricing-rounded {
	margin: 17px 0 55px;
}
.pricing-table-v4 .pricing-v4-head a {
	margin-top: -25px;
}
.pricing-table-v4 .col-xs-4 .pricing-v4-head a {
	margin-top: 43px;
}
.pricing-table-v4 .pricing-v4-head .btn-u {
	padding: 6px 46px 6px 40px;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
	padding: 5px;
}
.pricing-v4-head {
	text-align: center;
}
.pricing-table-v4 .active {
	transform: scale(1.03);
}
.pricing-rounded {
	margin: 17px 0 55px;
}
.pricing-table-v4 .pricing-v4-head a {
	margin-top: -40px;
}
.pricing-table-v4 .pricing-v4-head .btn-u {
	padding: 6px 26px 6px 30px;
}
}
@media (max-width: 767px) {
.no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
	padding: 10px;
}
.pricing-table-v4 .pricing-v4-head h4 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 1px;
}
.pricing-table-v4 .pricing-v4-head h5 {
	margin-left: 5px;
}
}
/*@media (max-width: 550px) {
.pricing .col-sm-3 {
	width: 100%;
}
}*/
/*************************counter section starts here******************************/
.counter {
	padding: 50px 0;
}
.promise.counter .feature i {
	font-size: 40px;
	margin-bottom: 10px;
}
.counter .value {
	font-family: 'Open Sans', sans-serif;
	color: #1db899;
	font-weight: bold;
	font-size: 35px;
}
.counter .feature {
	margin-top: 10px;
}
/*************************footer section starts here******************/

.footer-top {
	background: #333b46;
	padding: 16px 0;
	text-align: center;
}
.footer-top h2 {
	color: #fff;
	font-size: 18px;
	padding: 0;
	letter-spacing:1px;
	margin: 0;
	font-weight: 500;
}
.footer-top h2 span {
	font-size: 14px;
	color:#e99113;
}


.newsletter h2 
{ font-weight:400;
color:#e99113;
font-size:14px;}

.newsletter .form-control::-moz-placeholder {
color:#444;
opacity:1;
font-size:13px;
}
.newsletter .form-control:-ms-input-placeholder {
color:#444
}
.newsletter .form-control::-webkit-input-placeholder {
color:#444
}

.newsletter input.form-control {
    background: rgba(0,0,0,0);
	border:1px solid rgba(255,255,255,0.1);
    border-radius: 0;
    color: #ffffff;
	width:auto;
	margin:0 5px 2px 0;
	display:inline-block;
	float:none;
}
.newsletter .btn-primary {
	display:inline-block;
    background: rgba(0,0,0,0);
	border:1px solid rgba(255,255,255,0.1);
	padding:5px 12px 5px;
	margin:-2px 0 0 0 !important;
	display:inline-block;
	box-shadow:none;
	border-radius:0;
}
.newsletter .btn-primary i.fa-envelope {
    font-size: 20px;
	color:rgba(255,255,255,0.3);
}

.footer-mid {
	padding: 45px 0px 65px;
	background: url(../images/footer_bg.png) repeat #292929;
}
.footer-mid h3 {
	color: #1CA98C;
	font-size: 20px;
}
.footer_nav {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.footer_nav *
{ transition:all 0.5s;}
.footer_nav li {
	padding: 5px 0px;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.footer_nav li:last-child {
	border-bottom: none;
}
.footer_nav li a:before {
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 9px;
	color: #979797;
	margin-right: 12px;
}

.footer_nav li a.download:before {
	
	content: '';
	margin-right:0;
}

.footer_nav li a.download
{ margin-top:15px;
display:block;}

.footer_nav li a.download span
{ font-size:12px;
margin-top:5px;
background:#c67b10 !important;
display:inline-block;
font-weight:400;}

.footer_nav li a.download span i
{ margin-right:5px;
font-size:13px;
display:inline-block;}

.footer_nav li a.download:hover span
{ background:#e99113 !important;}

.footer_nav li a.download:hover span i
{ transform: rotateY(180deg);
    transition:all 0.5s;}
	
.bottom_contact li a:before {
	content: '';
	font-size: 14px;
	margin-right: 0px;
}
.bottom_contact li {
	padding: 5px 0;
	border:none;
}
.bottom_contact li a i.fa {
	background: #545454;
	font-size: 13px;
	margin-right: 15px;
	color: #333;
	width: 22px;
	text-align: center;
	line-height: 21px;
	height: 22px;
}
.footer_nav li a {
	color: #979797;
	font-size: 13px;
	font-weight: 300;
}
.footer_nav li a.active {
	color: #6394b8;
}
.footer_nav li a:hover {
	color: #6394b8;
	transition: all 0.3s ease 0s;
}
a.footer-logo
{ max-width:150px;
margin-top:30px;
float:right;}
.totop {
	bottom: 10px;
	display: none;
	position: fixed;
	right: 35px;
	z-index: 104400;
}
.totop a i {
	border-radius: 2px;
	display: block;
	font-size: 20px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	width: 32px;
	background: #1db899;
}
.totop a, .totop a:visited {
	color: #ffffff;
	text-decoration: none;
}
.totop a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*******************************Portfolio Page starts here*******************************************************/

.banner {
	background: url("../images/banner-portfolio.jpg") no-repeat top center / cover;
}
.banner-wrap {
	background: rgba(0,0,0,0.7) url("../images/pattern-portfolio.png") repeat;
	padding: 40px 0;
	color: #fff;
}
.banner-wrap h2 {
	color: #fff;
	font-size: 30px;
}
.page-intro {
	padding: 10px 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	background: #fafafa url(../images/pattern-callback.png) repeat;
	border-bottom: 1px solid #dadada;
	position: relative;
	background-color: #333b46;
	z-index: 2;
}

.page-top {
	padding: 40px 0;
}
/* Breadcrumb
---------------------------------- */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	padding: 8px 0;
}
.breadcrumb > li a, .breadcrumb > li.active {
	color: #fff;
	padding: 0 1px;
}
.breadcrumb > li i {
	margin-right: 8px;
	color: #fff;
}
/* Isotope filtering
---------------------------------- */

.portfolio {
	padding: 50px 0 0 0;
}
.filters {
	margin-bottom: 50px;
}
.portfolio .filters .nav {
	margin-top: 0;
}
.isotope-container {
	display: none;
	margin-bottom: 10px;
}
.boxed .isotope-container.grid-space-0 .image-box img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.isotope-item {
	margin-bottom: 30px;
}
.grid-space-20 .isotope-item {
	margin-bottom: 20px;
}
.grid-space-10 .isotope-item {
	margin-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
.isotope-item {
	max-width: 100%;
}
}
/* Popups
---------------------------------- */
.mfp-zoom-out-cur .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.mfp-bg {
	opacity: 0.9;
	filter: alpha(opacity=60);
}
.mfp-figure:after {
	background-color: #ffffff;
}
/* Images and Images overlay
---------------------------------- */
.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.no-touch .fixed-image {
	background-attachment: fixed;
}
.fixed-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.portfolio .image-box {
	overflow: hidden;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	border: 1px solid #fff;
}
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba( 233, 145, 19, 0.5 );
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.5);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	text-align:center;
}



.overlay a {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #e84c3d;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	line-height: 30px;
	margin-left: -15px;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-style: italic;
}
.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	margin:0 auto;
	width:100%;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-moz-transition: all 0.25s linear 0.05s;
	-ms-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
	text-align:center;
}
.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #e84c3d;
}
.overlay a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.overlay i {
	line-height: 30px;
}
.box-style-1 .overlay i {
	font-size: 16px;
	margin: 0;
}
a.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
a.overlay:hover {
	text-decoration: none;
}
.listing-item a.overlay {
	-webkit-transition: linear 0.25s;
	-o-transition: linear 0.25s;
	transition: linear 0.25s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.listing-item a.overlay:hover {
	text-decoration: none;
}
a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #e84c3d;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}
a.overlay.small i {
	font-size: 18px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -8px;
}
.overlay .social-links {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.overlay .social-links li {
	margin: 0 auto;
}
.overlay .social-links li a {
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	position: static;
}
.overlay .social-links li a:hover {
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.overlay .social-links li a i {
	line-height: 38px;
	font-size: 24px;
	margin: 0;
}
.overlay-container:hover .overlay, .overlay-container:hover .overlay-links {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*client testimonials section*/

.client-testimonials {
	background: url("../images/client-testimonials.jpg") no-repeat top center / cover;
	overflow: hidden;
}
.client-testimonials .inner-wrap {
	background: rgba(0,0,0,0.2) url("../images/pattern-portfolio.png") repeat;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.client-testimonials .inner-wrap .carousel-indicators {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	top: 0 !important;
	margin: 30px 0 0 0;
}
.client-testimonials .inner-wrap.carousel-indicators .active {
	background: rgb(134, 151, 145) none repeat scroll 0 0;
}
.client-testimonials .inner-wrap .carousel-indicators li {
	border:1px solid rgba(255,255,255,0.5);
}
.client-testimonials .inner-wrap .carousel-control {
	display: none;
}
.carousel-inner {
	overflow: visible !important;
}
.carousel-caption {
	left: 0;
	padding-bottom: 0;
	padding-top: 0;
	right: 0;
	position: relative;
	text-shadow: none !important;
	top: 0;
}
.carousel-caption p.lead {
	font-weight: 400;
	font-size: 16px;
	color: #1db899;
}

.write-testimonials a
{ display:inline-block;
font-family: "Open Sans",​sans-serif;
margin-top:30px;
font-weight:600;
text-transform:uppercase;
font-size:14px;}

.write-testimonials a i
{ font-size:16px; margin-right:5px;}

/***********************Reason Section start here*/
.reason {
	padding: 50px 0 0 0;
}
.reason-list i {
	float: left;
	height: 65px;
	width: 65px;
	background: #e33d43;
	text-align: center;
	line-height: 65px;
	color: #fff;
	float: left;
	font-size: 40px;
	border-radius: 5px;
	margin-right: 33px;
}
.reason-list {
	margin-bottom: 20px;
	
}
.reason-list article {
	overflow: hidden;
}
.reason-list article h3 {
	font-size: 16px;
	color: #333b46;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.reason-list article p {
	font-size: 13px;
	line-height: 16px;
}
.reason .title-block {
	margin-bottom: 50px;
}
.guarantee-section {
	padding: 60px 0;
	background: url(../images/pattern-banner.png) repeat;
}
.guarantee-section-left {
}
.guarantee-section-left strong {
	float: left;
	background: #e33d43;
	color: #fff;
	font-family: 'Lato', sans-serif;
	padding: 0 0 6px 0;
	font-size: 200px;
	line-height: 180px;
	padding-left: 20px;
	text-align: right;
	font-style: normal;
	font-weight: 900;
	margin-right: 15px;
	border-radius: 5px;
	display: inline-block;
}
.guarantee-section-left strong i {
	font-style: normal;
	margin-right: -9px;
}
.guarantee-section-left article {
	overflow: hidden;
}
.guarantee-section-left h3 {
	font-size: 20px;
	color: #e33d43;
	margin: 55px 0 0 0;
}
.guarantee-section-left h2 {
	margin: 0;
	font-size: 47px;
	font-weight: 900;
	color: #e33d43;
}
.guarantee-section-left p {
	font-size: 13px;
}
.starting-packages h2 {
	
	color: #656565;
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: 900;
}
.starting-packages strong {
	background: #ea4147;
	color: #fff;
	height: 150px;
	width: 150px;
	font-size: 40px;
	border-radius: 50%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	float: left;
	line-height: 150px;
}
.btn-ribbon {
	font-size: 14px;
	text-align: center;
	padding: 6px 13px 6px 26px;
	background: #1db899;
	color: #fff;
}
.btn-ribbon:hover
{ color:#ccc;}

.price-corner {
	border-color: #116957 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 8px 8px 0 0;
	bottom: -8px;
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}
.price-corner-2 {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ea4147;
	border-style: solid;
	border-width: 18px 0 18px 17px;
	bottom: -1px;
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.starting-packages a {
	margin-top: 59px;
    position: relative;
    top: 70px;
	margin-left: -20px;
}
/******************************contact us page starts here********************************/
.contact-banner {
	background: url("../images/Contact.jpg") no-repeat top center / cover;
}
.contact-banner >.banner-wrap {
	background: rgba(0, 0, 0, 0.5) url("../images/pattern-portfolio.png") repeat scroll 0 0;
	color: rgb(255, 255, 255);
	padding: 80px 0;
}
.contact {
	padding: 60px 0 40px 0;
}
.contact h2 {
	font-size: 20px;
	font-size: 20px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.contact-form-wrap {
	background: url(../images/contact-bg.png) no-repeat right 50px center;
	margin-bottom: 20px;
}
.contact-form {
	border: 1px solid #d8d8d8;
	border-top: 5px solid #ef9f8c;
	border-radius: 6px 6px 4px 4px;
	padding: 30px;
	background: #fcfcfc;
}
.contact-form hr {
	margin: 0 0 10px 0;
}
.contact-form .role label {
	color: #999;
}
.contact address {
	margin-left: 30px;
}
ul.social-icons {
	margin-bottom: 25px;
	display: block;
}
ul.social-icons li {
	display: inline-block;
}
ul.social-icons li i {
	background: #0084ca;
	height: 27px;
	width: 27px;
	text-align: center;
	line-height: 27px;
	color: #fff;
}
ul.social-icons li:hover i {
	opacity: 0.8;
}
ul.social-icons li i.fa-linkedin {
	background: #02669a;
}
ul.social-icons li i.fa-twitter {
	background: #2aa9e0;
}
ul.social-icons li i.fa-google-plus {
	background: #d3492c;
}
.contact address h3 {
	font-size: 16px;
	color: #02669a;
	margin: 0 0 5px 0;
}
.contact address p {
	border: 3px dashed #cccccc;
	padding: 20px;
	text-align: center;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.contact .social-icons a {
	margin: 0 5px 0 0;
}
.contact ul.help {
	text-align: left;
}
.contact ul.help li {
	margin: 10px 0;
}
/***********************Pricing Page Starts Here*******************************/

.pricing-banner {
	background: url("../images/pricing-banner.jpg") no-repeat top center / cover
}
.pricing-banner > .banner-wrap {
	background: rgba(0, 0, 0, 0);
	color: rgb(255, 255, 255);
	height: 350px
}
.stationery_pricing-banner {
	background: url("../images/stationerypricingbanner.jpg") no-repeat top center / cover
}
.stationery_pricing-banner > .banner-wrap {
	background: rgba(0, 0, 0, 0);
	color: rgb(255, 255, 255);
	height: 350px
}
.web_pricing-banner {
	background: url("../images/webpricingbanner.jpg") no-repeat top center / cover
}
.web_pricing-banner > .banner-wrap {
	background: rgba(0, 0, 0, 0);
	color: rgb(255, 255, 255);
	height: 350px
}

.pricing-page {
	padding: 60px 0;
}
.pricing-page ul.packages {
	margin: 0 0 40px 0;
	border: none;
}
.pricing-page .pricing-table-v4 .pricing-v4-head {
	background: #ebebeb;
}
.pricing-page .pricing-table-v4 .pricing-v4-content {
	border-color: #ebebeb;
	border-top: none;
}
.pricing-page .pricing-table-v4 .pricing-v4-footer {
	border-color: #ebebeb;
}
.pricing-page .pricing-table-v4 .pricing-v4-content li {
	color: #676767;
}
.pricing-page .pricing-table-v4 .pricing-v4-head a .price-corner-2 {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ebebeb
}
.web-bundle {
	margin-top: 50px;
}
.web-bundle h4 {
	background: #fecf3d;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	color: #fff;
}
.web-bundle.ecommerse h4 {
	background: #fd6d4c;
}
.web-bundle .bundle-content {
	border: 1px solid #e4e4e4;
	background: #fff url(../images/bundle-content-bg.png) repeat top center / cover;
	border-top: none;
	position: relative;
	padding: 30px;
}
.web-bundle .bundle-content img {
	float: left;
	margin-right: 30px;
}
.web-bundle .bundle-content ul {
	overflow: hidden;
	margin: 20px 20px 0 0;
	float: left;
}
.web-bundle .bundle-content ul li {
	margin: 0 0 8px 0;
	font-size: 13px;
	color: #3c3c3c;
}
.web-bundle .bundle-content ul li:last-child {
	margin: 0;
}
.web-bundle .bundle-content a.btn-primary {
	
	background-color: #fecf3d;
	text-shadow: 0 1px 0 #b8952c;
	font-weight: bold;
	box-shadow: 0 -2px 0 0 #b8952c inset;
	
}
.web-bundle .bundle-content .btn-ribbon {
	position: absolute;
	right: -9px;
}
.web-bundle .bundle-content .price-corner-2 {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7f8f8;
}
.web-bundle.ecommerse .bundle-content a.btn-primary {
	background-color: #fd6d4c;
	box-shadow: 0 -2px 0 0 #c4543b inset;
}
/******************************Blog page starts here**********************************/

.blog-banner {
	background: url("../images/blog-banner.jpg") no-repeat top center / cover;
	height:277px;
}

.main-block {
	padding: 50px 0;
}
.sidebar {
	max-width: 350px;
}
.sidebar .s-widget {
	margin-bottom: 20px;
}
.sidebar .s-widget h5 {
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 30px;
}
.sidebar .widget-content {
	margin: 15px 0 10px;
}
.sidebar .widget-content.search {
	max-width: 280px;
}
.sidebar .widget-content.categories ul li::before {
	color: #555555;
}
.sidebar .widget-content.categories ul li {
	margin: 10px 0;
	padding-left: 5px;
	font-size: 13px;
}
.sidebar .widget-content.categories ul li a {
	color: #888888;
}
.sidebar .widget-content.brand-bg {
	max-width: 305px;
}
.sidebar .widget-content.brand-bg a {
	display: inline-block;
	margin-bottom: 5px;
}
.sidebar .widget-content.gallery img {
	margin-bottom: 5px;
	max-width: 90px;
}
.sidebar .widget-content.tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar .widget-content.tabs .tab-pane ul li {
	margin: 7px 0;
}
.sidebar .widget-content.tabs .tab-pane ul li img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	max-width: 60px;
}
.sidebar .widget-content.tabs .tab-pane ul li span {
	color: #555555;
}
.list-6 {
	padding-left: 20px;
}

.list-6 li
{ font-size:13px;
margin:0 0 10px 0;}

.list-6 li::before {
	content: "\f101";
	float: left;
	font-family: "FontAwesome";
	margin-left: -20px;
	font-size:13px;
}
.main-block .label {
	border-radius: 2px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 3px 7px;
	margin: 3px 0;
	display: inline-block;
}
.main-block .label.label-color {
	background: #32c8de none repeat scroll 0 0;
	color: #ffffff;
}
.img-thumbnail {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
	padding: 2px;
}
.btn.btn-color {
	background: #1db899 none repeat scroll 0 0;
	border: 1px solid #1db899;
	color: #ffffff;
}
.nav-tabs-two ul.nav-tabs li a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fcfcfc none repeat scroll 0 0;
	border-color: #eeeeee #eeeeee #fcfcfc;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	padding: 12px 15px 10px;
}
.nav-tabs-two .nav-tabs > li.active > a {
	border-top: 2px solid #1db899;
}
.nav-tabs-two ul.nav-tabs > li > a:hover {
	border-top: 2px solid #1db899;
}
.nav-tabs-two ul.nav-tabs li.active a {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	color: #555555;
}
.nav-tabs-two .tab-content {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-color:#eeeeee #eeeeee !important;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding: 10px 15px;
}
.blog-meta {
	background: #fcfcfc none repeat scroll 0 0;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	margin: 10px 0;
	padding: 5px 10px;
}
.blog-meta a {
	color: #888888;
	font-size: 12px;
}
.blog-meta a:hover {
	color: #555555;
}
.blog-author .blog-author-img {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}
.blog-comments .blog-comment-item {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.blog-comments .blog-comment-item.comment-reply {
	margin-left: 75px;
}
.blog-comments .comment-author-image {
	float: left;
	max-width: 60px;
}
.blog-comments .comment-details {
	margin-left: 75px;
}
.blog-one .blog-one-item {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blog-one .blog-one-img {
	float: left;
	margin-bottom: 5px;
	max-width: 220px;
}
.blog-one .blog-one-img img {
	margin-top: 5px;
}
.blog-one .blog-one-content {
	margin-left: 235px;
	position: relative;
}
.blog-one-content h3 a {
	color: #5b5b5b;
}
.blog-one-content h3 a:hover {
	color: #1db899
}
.blog-one .blog-one-content h6 {
	color: #aaaaaa;
	font-weight: 400;
}
.blog-two .blog-two-item {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.blog-two .blog-two-item p
{ margin-bottom:10px;}
.blog-two .blog-two-img {
	margin-bottom: 10px;
}
.blog-two .blog-two-video {
	margin-bottom: 10px;
}
.blog-two .blog-two-content h6 {
	color: #aaaaaa;
	font-weight: 400;
}
/*brand css starts here*/

.brand-bg a i {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	transition: background 2s ease 0s;
}
.brand-bg a i:hover {
	transition: background 2s ease 0s;
}
.brand-bg a.facebook i {
	background: #3280e7 none repeat scroll 0 0;
}
.brand-bg a.facebook i:hover {
	background: #134fa0 none repeat scroll 0 0;
}
.brand-bg a.twitter i {
	background: #32c8de none repeat scroll 0 0;
}
.brand-bg a.twitter i:hover {
	background: #188392 none repeat scroll 0 0;
}
.brand-bg a.google-plus i {
	background: #f96f4a none repeat scroll 0 0;
}
.brand-bg a.google-plus i:hover {
	background: #eb6440 none repeat scroll 0 0;
}
.brand-bg a.linkedin i {
	background: #729fda none repeat scroll 0 0;
}
.brand-bg a.linkedin i:hover {
	background: #3069b6 none repeat scroll 0 0;
}
.brand-bg a.pinterest i {
	background: #ed5441 none repeat scroll 0 0;
}
.brand-bg a.pinterest i:hover {
	background: #b72411 none repeat scroll 0 0;
}
.brand-bg a.dropbox i {
	background: #32c8de none repeat scroll 0 0;
}
.brand-bg a.dropbox i:hover {
	background: #188392 none repeat scroll 0 0;
}
.brand-bg a.bitcoin i {
	background: #f8a841 none repeat scroll 0 0;
}
.brand-bg a.bitcoin i:hover {
	background: #cc7607 none repeat scroll 0 0;
}
.brand-bg a.foursquare i {
	background: #22bed4 none repeat scroll 0 0;
}
.brand-bg a.foursquare i:hover {
	background: #146f7c none repeat scroll 0 0;
}
.brand-bg a.flickr i {
	background: #ff61e7 none repeat scroll 0 0;
}
.brand-bg a.flickr i:hover {
	background: #fa00d4 none repeat scroll 0 0;
}
.brand-bg a.github i {
	background: #666666 none repeat scroll 0 0;
}
.brand-bg a.github i:hover {
	background: #333333 none repeat scroll 0 0;
}
.brand-bg a.instagram i {
	background: #d6917a none repeat scroll 0 0;
}
.brand-bg a.instagram i:hover {
	background: #b35637 none repeat scroll 0 0;
}
.brand-bg a.skype i {
	background: #32c8de none repeat scroll 0 0;
}
.brand-bg a.skype i:hover {
	background: #188392 none repeat scroll 0 0;
}
.brand-bg a.tumblr i {
	background: #84a1c8 none repeat scroll 0 0;
}
.brand-bg a.tumblr i:hover {
	background: #476d9f none repeat scroll 0 0;
}
.brand-bg a.vimeo i {
	background: #32c8de none repeat scroll 0 0;
}
.brand-bg a.vimeo i:hover {
	background: #188392 none repeat scroll 0 0;
}
.brand-bg a.dribbble i {
	background: #ff2edf none repeat scroll 0 0;
}
.brand-bg a.dribbble i:hover {
	background: #c700a9 none repeat scroll 0 0;
}
.brand-bg a.youtube i {
	background: #ed5441 none repeat scroll 0 0;
}
.brand-bg a.youtube i:hover {
	background: #b72411 none repeat scroll 0 0;
}
.square-2 {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}
.square-3 {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
/*caresole starts here*/

.carousel {
	margin: 10px auto;
	overflow: hidden;
}
.carousel .carousel-control.right {
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
	left: auto;
	right: 0;
}
.carousel .carousel-control.left {
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
}
.carousel .carousel-control {
	color: #ffffff;
	font-size: 15px;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 45%;
	width: 15%;
	z-index: 7;
}
.carousel .carousel-control:hover, .carousel .carousel-control:focus {
	color: #ffffff;
	opacity: 1;
	outline: 0 none;
	text-decoration: none;
}
.carousel .carousel-control span {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border-radius: 3px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 35px;
}
.carousel .carousel-indicators li {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin: 1px;
	text-indent: -999px;
	width: 11px;
}
.carousel .carousel-indicators .active {
	height: 13px;
	margin: 0;
	width: 13px;
}
@media (max-width: 480px) {
.carousel .carousel-indicators {
	display: none;
}
.carousel .carousel-control {
	top: 40%;
}
.carousel .carousel-control span {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	height: auto;
	line-height: 0;
	width: auto;
}
}
/****************************stationary page starts here******************************************************/

.stationary-banner {
	/*background: url(../images/pattern-banner.png) repeat, url(../images/stationary-banner.jpg) no-repeat top center / cover;*/
	background:#e95f13;
	text-align:center;
	color: #fff;
	padding: 0;
	margin: 0;
}

.stationary-banner img
{ margin:0;}

.stationary-banner > .banner-wrap {
	/*background: url(../images/pattern-banner.png) repeat;*/
	color: #ffffff;
	padding: 50px 0;
}
.stationary-banner > .banner-wrap h1 {
	color: #2b2b2b;
	font-weight: 900;
	font-size: 28px;
}
.stationary-banner > .banner-wrap h2 {
	color: #181818;
	margin: 0 0 20px 0;
	font-size: 24px;
}
.stationary-banner > .banner-wrap h3 {
	color: #c55c5a;
	font-size: 77px;
}
.stationary-banner > .banner-wrap ul li {
	padding: 4px 0;
	font-size: 17px;
	display: block;
	color: #333;
}
.stationary-banner > .banner-wrap ul li:before {
	content: "\f14a";
	color: #c55c5a;
	margin-right: 10px;
	font-size: 14px;
	font-family: 'FontAwesome';
}
.stationary-banner > .banner-wrap .btn-danger {
	background: #333333;
	font-size: 20px;
	color: #ff7774;
	box-shadow: 0 -2px 0 0 #251111 inset;
}
.best-brand .feature i {
	background: #1db899;
	color: #fff;
	font-size: 25px;
	height: 64px;
	width: 64px;
	line-height: 64px;
	border-radius: 5px;
}


/******************************web design page starts here******************************/

.web-banner {
	background:url(../images/webdesign.jpg) no-repeat top center / cover;
	color: #fff;
	padding: 0;
	margin: 0;
	height:533px;
}
/*.web-banner h1 {
	margin-top: 20px;
}
.web-banner img {
	margin: 0;
	padding-left: 20px;
}
.web-banner p {
	font-size: 18px;
}
.web-banner .btn-danger {
	box-shadow: 0 -2px 0 0 #85201d inset;
	background: #c9302c;
	color: #fff;
}
.web-banner > .banner-wrap {
	background: url(../images/pattern-banner.png) repeat;
	color: #ffffff;
	padding: 50px 0 10px 0;
}*/
.objectives {
	background: #f7f7f7;
}
.objectives .feature i {
	color: #fff;
	font-size: 35px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	line-height: 80px;
	background: #f3ae19 ;
}
.experties {
	background: #f3ae19  url(../images/pattern-banner.png) repeat;
}
/* Skills */
#skills {
	padding: 20px 0 30px 30px;
}
#skills p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}
#skills .skills {
	width: 90%;
	margin: 35px auto 0;
	max-width: 1030px;
}
#skills .skills .progress {
	height: auto;
	border-radius: 1px;
	background-color: #f8f8f8;
	box-shadow: none;
	margin-top: 35px;
	position: relative;
}
#skills .skills .progress .progress-bar {
	height: 38px;
	font-size: 21px;
	background-color: #118ed9;
}
.progress-bar {
	background: #b27d0b;
}
#skills .skills .progress .progress-bar span {
	margin: 10px 10px 8px;
	padding: 0;
	font-size: 20px;
	left: 0;
	position: absolute;/*width: 100%;*/
}
/**********how it works section inner page**********/	

.howitworks {
	background: #f7f7f7;
}
.howitworks p small {
	text-transform: uppercase;
}
.howitworks .feature {
	position: relative;
	z-index: 9;
}
.howitworks .feature i {
	height: 100px;
	width: 100px;
	border: 5px solid #b9e5dd;
	border-left-color: #1db899;
	background: #f7f7f7;
	font-size: 45px;
	color: #1db899;
	line-height: 100px;
	display: inline-block;
	border-radius: 50%;
}
.howitworks .feature i.half-circle {
	border-top-color: #1db899;
}
.howitworks .feature i.quarter-to {
	border-color: #1db899;
	border-bottom-color: #b2dcd3;
}
.howitworks .feature i.full-color {
	border-color: #1db899;
}
.howitworks .container {
	position: relative;
}
.dashed-border {
	position: absolute;
	height: 1px;
	bottom: 28%;
	width: 80%;
	left: 10%;
	z-index: 8;
	border-top: 1px dashed #47c5ac;
}

/****************************Branding page starts here******************************************************/

.branding-banner {
	background:#169077;
	text-align:center;
	color: #fff;
	padding: 0;
	margin: 0;
}

.branding-banner img
{ margin:0;}

.branding-banner > .banner-wrap {
	color: #ffffff;
}

.callback-txt
{ background:#fbfafa;
border-bottom:1px solid #f4f5f6;
padding:20px 0;}

.callback-txt h2
{ color:#525151;
font-size:18px;
text-transform:none;
font-weight:400;
line-height:24px;}

.callback-txt h2 strong
{ color:#e97213;
font-size:16px;}

.process.branding
{ background:#fff;}

.process.branding .title-block
{ margin-bottom:0;}

.process.branding .dashed-border {
    border-top: 4px double #b3b3b4;
    bottom: 36%;
}

.process.branding .feature h3
{ font-size:16px;
color:#646262;}

.we-guarantee
{ padding:80px 0 60px 0;}

i.ribbon-list
{ background:url(../images/ribbon-list.png) no-repeat left center;
font-size:16px;
width:59px;
height:53px;
line-height:45px;
float:left;
font-style:normal;
text-align:center;
color:#fff;
font-weight:bold;
margin-right:10px;
}

.we-guarantee article
{ overflow:hidden;}

.we-guarantee ul
{ margin-top:20px;}

.we-guarantee li
{ width:48%;
margin:10px 1%;
float:left;}

.we-guarantee article h2
{ margin:0 0 8px 0;
font-size:20px;
color:#1db899;
font-weight:700;}

.we-guarantee article p
{ font-size:16px;}

/*****************************See everything page starts here*****************************/
.everything-banner {
	background: url("../images/everything-banner.jpg") no-repeat top center / cover;
	height:350px;
}
.everything-banner >.banner-wrap {
	background: url(../images/pattern-banner.png) repeat;
	color: rgb(255, 255, 255);
	padding: 80px 0;
}
.everything {
	padding: 50px 0;
}
/******tab panel left*****/



.list-1, .list-2 {
	list-style-type: none;
	padding-left: 20px;
}
.list-1 li::before {
	content: "\f101";
	float: left;
	font-family: "FontAwesome";
	margin-left: -20px;
}
.list-2 li::before {
	content: "\f00c";
	float: left;
	font-family: "FontAwesome";
	margin-left: -20px;
}
.btn-red {
	background: #c9302c none repeat scroll 0 0;
	box-shadow: 0 -2px 0 0 #85201d inset;
	color: #ffffff;
}


.hc-tabs .nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04) inset;
    margin-top: 15px;
}
.hc-tabs .nav-tabs > li > a {
    border-radius: 0;
    color: #666666;
    font-size: 13px;
    padding: 12px 25px;
    position: relative;
    text-transform: uppercase;
}

.hc-tabs .nav-tabs > li > a i
{ margin-right:5px;}

.hc-tabs .nav-tabs > li > a:hover {
    background-color: #fafafa;
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
}
.hc-tabs .nav-tabs > li.active > a, .hc-tabs .nav-tabs > li.active > a:hover, .hc-tabs .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: #f0f0f0 #f0f0f0 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    color: #666666;
}
.hc-tabs .nav-tabs > li.active > a::after {
    background-color: #e99113;
    content: "";
    height: 103%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.hc-tabs .tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: -moz-use-text-color #f0f0f0 #f0f0f0;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
}
.hc-tabs .tab-content h1 {
    font-size: 24px;
	margin:0 0 15px 0;
}
.hc-tabs .tab-content::after {
    background-color: #e84c3d;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.hc-tabs .tab-content.clear-style {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 10px 0 0;
}
.hc-tabs .tab-content.clear-style::after {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 0;
}
.hc-tabs .tab-content li
{ font-size:14px;}

@media (min-width: 481px) and (max-width: 767px) {
.hc-tabs .nav-tabs > li > a {
    font-size: 11px;
    margin-right: 0;
    padding: 12px 10px;
}
}
@media (max-width: 480px) {
.hc-tabs .nav-tabs {
    background-color: #999999;
}
.hc-tabs .nav-tabs > li {
    float: none;
}
.nav-tabs > li a {
    border-bottom: 1px solid #8f8f8f;
    
    margin-right: 0;
}


.hc-tabs .nav-tabs > li > a:hover {
    color: #666666;
}
.hc-tabs .nav-tabs > li > a:hover::after {
    background-color: #e84c3d;
    content: "";
    height: 102%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
}

.vertical {
    margin: 20px 0;
}
.vertical.hc-tabs {
    margin: 40px 0;
}
.vertical .nav-tabs, .vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}
.vertical.hc-tabs p.lead
{ font-size:22px;}
.vertical.hc-tabs p
{ font-size:14px;}

.vertical .nav-tabs {
    background-color: #39bda1;
    border-bottom-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.vertical .nav-tabs > li {
    float: none;
}
.vertical .nav-tabs > li a {
    border-bottom: 1px solid #31a189;
    color: #ffffff;
    margin: 0;
    padding: 15px 40px;
    white-space: nowrap;
}
.vertical .nav-tabs > li > a:hover {
    border-color: #f0f0f0 rgba(0, 0, 0, 0) #ebebeb #f0f0f0;
    color: #666666;
    z-index: 2;
}
.vertical .nav-tabs > li > a:hover::after {
    background-color: #e99113;
    content: "";
    height: 102%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.vertical .nav-tabs > li.active > a, .vertical .nav-tabs > li.active > a:hover, .vertical .nav-tabs > li.active > a:focus {
    border-bottom-color: #f0f0f0;
    border-right-color: rgba(0, 0, 0, 0);
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.04);
    color: #666666;
    width: 101%;
    z-index: 2;
}
.vertical .tab-content {
    border-top: 1px solid #f0f0f0;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.04);
    left: -1px;
    padding: 20px 30px;
    z-index: 1;
}
.vertical .tab-content::after {
    background-color: rgba(0, 0, 0, 0);
}
.arrow {
    display: block;
    position: relative;
}
.arrow i {
    font-size: 96px;
    left: 50%;
    line-height: 1;
    margin-left: -27px;
    position: absolute;
    top: -62px;
    z-index: 2;
}
.arrow i::before {
    color: #fafafa;
    text-shadow: 0 -1px 1px #e9e9e9;
}
@media (max-width: 767px) {
.vertical .nav-tabs, .vertical .tab-content {
    display: block;
}
}

.hc-tabs-top
{ width:50%;
text-align:center;
margin:0 auto;}

.hc-tabs .hc-tabs-top img {
    display: none;
}

.space {
    padding-bottom: 20px;
    padding-top: 20px;
}

.hc-tabs-top img.show
{ display:inline-block !important;}

/*****************************About Us page starts here*****************************/
.about-banner {
	background: url(../images/pattern-banner.png) repeat, url("../images/about-banner-bg.jpg") no-repeat top center / cover;
}
.about-banner >.banner-wrap {
	background: url(../images/pattern-banner.png) repeat;
	color: rgb(255, 255, 255);
	padding: 40px 0;
}

.about-banner img
{ border:10px solid rgba(255,255,255,0.3);}

.about-banner >.banner-wrap h2 strong {
	font-size: 80px;
	font-weight: 900;
}
.aboutus {
	padding-bottom: 40px;
	background:#1db899 url("../images/pattern-banner.png") repeat scroll 0 0;
}
.aboutus h2, .aboutus p {
	color: #fff;
}

.aboutus p
{ font-size:14px;}

.aboutus p.lead
{ margin-bottom:10px;
font-size:18px;}

.aboutus ul li {
	color: #fff;
	padding: 5px 0;
}
.aboutus ul li:before {
	margin-right: 10px;
}
.aboutus #skills {
	padding: 0;
}
.aboutus .progress-bar
{ background:#116b59;}
.whychoose .feature
{ text-align:left;}

.whychoose .feature i {
	font-size: 40px;
	float:left;
	margin-right:20px;
}

.whychoose .feature article
{ overflow:hidden;}

.whychoose .feature h3 {
	font-size: 20px;
	margin-top:0;
}
.whychoose .feature p {
	font-size: 13px;
}
.whychoose .title-block {
	margin: 0;
}
/*Process Page Starts Here**********************************/

.process-banner {
	background:#e4ecef;
	color: #fff;
	padding: 0;
	margin: 0;
}

.process {
	background: #fafafa;
}
.process .feature {
	position: relative;
	z-index: 9;
}
.process .feature h3 {
	font-size: 14px;
}
.process .container {
	position: relative;
}
.process .dashed-border {
	bottom: 38%;
	border-top: double #ccc;
}
.process-depth {
	padding: 50px 0;
}
.process-depth .steps {
	padding-top: 30px;
	padding-bottom:30px;
	border-bottom: 1px dashed #ddd;
}
.process-depth .steps span {
	float: left;
	border: 2px solid #39bda1;
	border-radius: 5px;
	line-height: 18px;
	padding: 8px 0;
	text-align: center;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	width: 58px;
	margin-right: 35px;
}
.process-depth .steps span:before {
	border-top: 8px solid #39bda1;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	bottom: -8px;
}
.process-depth .steps span:after {
	border-top: 6px solid #ffffff;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	bottom: -6px;
}
.process-depth .steps article {
	overflow: hidden;
	
}
.process-depth .steps article p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.process-depth .steps article h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #31a38b;
}
.process-depth .steps figure {
	float: right;
	margin-left:30px;
	width:24%;
}
/**********************************8Testimonials Page Starts Here**********************************/

.testimonials {
	padding: 50px 0;
}
.blogpost {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	border-bottom: 2px solid #e4e4e4;
	margin: 0 0 70px;
	position: relative;
}
.blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}
.blogpost .submitted {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #666;
}
.blogpost p.title {
	font-size: 13px;
}
.blogpost .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 80px;
	height: 90px;
	padding: 10px 15px;
	background-color: #e84c3d;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Blog Timeline layout
---------------------------------- */
.timeline {
	position: relative;
	padding: 40px 0;
	margin-top: 40px;
}
.timeline-icon {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	color: #f3f3f3;
	font-size: 40px;
	margin-left: -13px;
	top: -30px;
	line-height: 1;
}
.timeline .timeline-item {
	padding: 0 15px;
}
.timeline .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}
.timeline .blogpost .submitted {
	margin: 0 0 5px;
	padding-top: 5px;
}
.timeline .blogpost .submitted strong {
	font-weight: normal;
	color: #e84c3d;
}
.timeline .blogpost .blogpost-content {
	margin-left: 0;
}
.timeline .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}
.timeline .blogpost .post-info .day {
	font-size: 20px;
}
.timeline .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}
.timeline-date-label {
	float: none;
	clear: both;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 80px;
	line-height: 1;
	width: 135px;
	position: relative;
	z-index: 2;
	color: #e84c3d;
	font-size:16px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
}
.timeline .timeline-item.pull-right + .timeline-date-label {
	padding-top: 80px;
}
.timeline-date-label:after {
	background-color: #f3f3f3;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	z-index: -1;
}

/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
.timeline .blogpost footer {
	font-size: 12px;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
.timeline .blogpost {
	margin-bottom: 0;
}
.timeline:before {
	background-color: #f3f3f3;
	width: 2px;
	height: 100%;
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -1px;
	top: 0;
}
.timeline .timeline-item {
	position: relative;
	width: 50%;
	padding-left: 0;
	padding-right: 40px;
	margin-bottom: 80px;
	float: left;
	clear: left;
	z-index: 1;
}
.timeline .timeline-item.pull-right {
	position: relative;
	width: 50%;
	padding-left: 40px;
	padding-right: 0;
	margin-top: 80px;
	margin-bottom: 0;
	float: right;
	clear: right;
}
.timeline .timeline-item:after {
	content: "";
	font-family: "FontAwesome";
	right: 10px;
	background-color: #f3f3f3;
	left: auto;
	position: absolute;
	top: 20px;
	z-index: -1;
	width: 25px;
	height: 1px;
}
.timeline .timeline-item:before {
	content: "";
	position: absolute;
	background-color: #fff;
	border: 1px solid #e84c3d;
	height: 10px;
	width: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 15px;
	right: -5px;
}
.timeline .timeline-item.pull-right:after {
	right: auto;
	left: 10px;
}
.timeline .timeline-item.pull-right:before {
	left: -5px;
}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
.timeline .timeline-item.pull-right {
	float: none !important;
}
}
/******************************Process Page Starts Here**********************************/


.page-guarantee {
	padding: 50px 0;
	background: #fff;
}
.page-guarantee .guarantee-box {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-top: 90px;
	padding:25px 25px 50px 25px;
	text-align: center;
}


.guarantee-box img.uplift {
	margin-top: -90px;
	margin-bottom:25px;
	max-width:157px;
}
.guarantee-box h3 {
	color: #333b46;
	font-size: 15px;
	border-top: 1px dashed #e3e3e3;
	font-weight: 700;
	padding-top: 40px;
	margin: 40px 0 10px;
}
.guarantee-box .exceptions {
	text-align: left;
	margin:25px 0;
	min-height:120px;
}
.guarantee-box .exceptions span {
	float: left;
	border-radius: 5px;
	line-height: 29px;
	width: 29px;
	height: 29px;
	background: #e84c3d;
	text-align: center;
	position: relative;
	margin-right: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}
.guarantee-box .exceptions span:before {
	border-left: 8px solid #e84c3d;
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	right: -8px;
}
.guarantee-box .exceptions p {
	overflow: hidden;
	font-size:13px;
	padding:0 10px 0 5px;
}

.guarantee-box .summery
{ background:#fafafa;
border:1px dashed #ddd;
text-align:left;
font-size:13px;

border-radius:3px;
}

.guarantee-box .summery .wrap
{ border:9px solid #fff;
padding:40px;}

/*****************************************FAQ Page Starts Here*********************************/

.faq-banner {
	background:url(../images/faq-banner.jpg) no-repeat bottom center / cover;
	color: #fff;
	padding: 0;
	margin: 0;
	height:350px;
}


.faq
{ padding:40px 0;}


form {
    margin: 20px 0;
}
textarea {
    resize: vertical;
}
.sidebar form {
    margin: 5px 0 20px;
}
.form-control {
    background: #ffffff none repeat scroll 0 0;
    border-color: #ccc;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
    color: #666666;
    /*height: 40px;*/
    padding-right: 30px;
    position: relative;
}
.form-control:focus {
    border-color: #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
}
select.form-control {
    padding-right: 5px;
}

.form-control-feedback {
    height: 40px;
    line-height: 42px !important;
    top: 0;
    width: 40px;
}

.faq .panel-heading
{ padding:0;}

.tabs-style-2 .nav-tabs {
    border-bottom: 1px solid #39bda1;
}
.tabs-style-2 .nav-tabs > li.active > a, .tabs-style-2 .nav-tabs > li.active > a:hover, .tabs-style-2 .nav-tabs > li.active > a:focus, .tabs-style-2 .nav-tabs > li > a:hover {
    background-color: #39bda1;
    border: 1px solid #39bda1;
    box-shadow: none;
    color: #ffffff;
}
.tabs-style-2 .nav-tabs > li.active > a::after {
    background-color: rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
}
.tabs-style-2 .tab-content {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 20px 0;
}
.tabs-style-2 .tab-content::after {
    background-color: rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
}
.tabs-style-2 .nav-tabs > li > a:hover::after {
    background-color: rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
}

.tabs-style-2 .nav-tabs > li > a i
{ margin-right:10px;}

.faq .panel-default
{ border:none;
box-shadow:none;}

.panel-heading a {
    background-color: #39bda1;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 8px 35px 8px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.panel-dark .panel-heading a, .panel-dark .panel-heading a:hover {
    background-color: #333333;
}
.panel-transparent .panel-default > .panel-heading, .panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
}
.panel-transparent .panel-heading a {
    border: 1px solid #f1f1f1;
}
.panel-transparent .panel-heading a.collapsed {
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
}
.panel-heading a.collapsed {
    background-color: #eee;
    color: #666;
}
.panel-heading a::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.panel-heading a.collapsed::after {
    content: "";
}
.panel-heading a:hover, .panel-transparent .panel-heading a:hover {
    background-color: #39bda1;
    color: #ffffff;
    text-decoration: none;
	
}
.panel-title a i {
    font-size: 16px;
    padding-right: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body
{ background:none;
border:1px solid #ddd;
font-size:13px;
border-top-color:#fff;}

/**********************free consultation page starts from here***************************/

.conustation 
{ padding:40px 0 60px 0;}

.conustation .row
{ margin-bottom:30px;}

.conustation h1
{ font-size:30px;
font-weight:normal;
margin-bottom:20px;
text-shadow:0 1px 0 #fff;}

.conustation p
{ font-size:18px;
color:#666;}

.conustation label
{ font-size:18px;
font-weight:normal;}

/*********************product details page starts here****************/
.product-details
{ padding:30px 0;}
.product-details ul.nav-tabs
{ margin-left:20px;}

.product-details .tab-content
{ padding:10px;
margin-left:20px;
border-radius:0 4px 4px 4px;
background:#fff;
}

#product-description
{ padding-left:10px;}

#offer
{ padding:0 10px;}


#offer hr
{ margin:0;}


#product-description h2
{ color:#f15b2a;
font-size:35px;}

#product-description h2 sub
{ font-size:13px;
color:#666;
bottom:0;}

#product-description ul {
    margin-left: 22px;
}

#product-description ul li
{ font-size:12px;
line-height:16px;
margin:10px 0;}

#product-description ul li strong
{ color:#000;
font-weight:normal;
font-size:13px;}

#product-description ul li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	margin: 0 10px 0 -22px;
	color: #f15b2a;
	font-size:11px;
}

#product-description .btn-block, #offer .btn-block
{ margin:30px 0 10px 0;
width:auto;
padding:0 30px;}


.product-details .tab-content .sales 
{ background:none;
padding:0;
}

.product-details .tab-content .sales  .item-sales {
	width: 23%;
	margin: 15px 1%;
	transition: all 0.3s;
	float: left;
}


.entry-media img
{ border:8px solid #fff;
box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.1)}

.report-logo
{margin: 40px 0 10px;
font-weight:bold;
color:#666;
transition:all 0.3s;
display:inline-block}

.report-logo:hover
{ color:#999;
transition:all 0.3s;}

/*order form starts here*/

.order-form
{ margin:30px 0;
}

.order-form hr
{ border-color:#ccc;}

.order-form .row
{ margin-bottom:20px;}

.order-form h1
{  text-shadow:0 1px 0 #fff;
	font-weight:normal;
	padding-bottom:5px;
	font-size:25px;
	margin-top:20px;
}


.order-form h1 i
{ margin-right:10px;
font-size:20px;}



.order-form p.small
{ font-size:11px;}

.order-form span.help-block
{ font-size:12px;
color:#7a7a7a;}

span.help-block i
{ font-weight:normal;
font-size:12px;
text-shadow:0 1px 0 #fff;
display:inline-block;
margin-right:5px;}

.m-b-none
{ margin:0;}

.order-form input[type="radio"], .order-form input[type="checkbox"]
{ float:left;
margin-left:-20px;}

.order-form fieldset
{ margin:0 0 2px 20px;}

.order-form label.customer
{ font-weight:normal;
display:inherit;
font-size:13px;}

ul.tick-style {
    margin-left: 22px;
}

ul.tick-style li
{ font-size:13px;
line-height:16px;
margin:10px 0;}

ul.tick-style li i, .help-block i
{ font-size:11px;
margin-right:5px;}

ul.tick-style li a, .help-block a
{ color:red;}


ul.tick-style li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	margin: 0 10px 0 -22px;
	color: #f15b2a;
	font-size:13px;
	text-shadow:0 1px 0 #fff;
}

.order-form .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.order-form .checkbox
{ background:#30a8db;
color:#fff;
padding:5px 10px;
padding-left:35px;
position:relative;
display:inline-block;}

.order-form .checkbox:after {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #30a8db;
    right:-10px;
	top:0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 99;
}

.total_price_info_wraper {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
    margin: 12px 0;
    padding: 7px 15px;
    text-align: center;
    font-size:18px;
	display:block;
	position:relative;
	border-radius:0 0 5px 5px;
}

.total_price_info_wraper:after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #eee;
    left:50%;
	margin-left:-15px;
	top:0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 99;
}


#sticky-side {
    padding: 15px 15px 0 15px;
    position: absolute;
    width: 100%;
	border:1px solid #ccc;
	border-radius:0 0 5px 5px;
	/*background:#eee;*/
}

.total_price_info_wraper span
{ margin:0 5px;}

.total_price_info_wraper span + span
{ font-size:22px;}

.desc strong
{ font-size:14px;
line-height:16px;
margin-bottom:10px;
display:block;}

/*****************************404 error page **************************/

.middle-box {
    margin: 0 auto;
    max-width: 400px;
    padding-top: 40px;
    z-index: 100;
}
.middle-box h1 {
    font-size: 170px;
	font-weight:100;
	color:#999;
	font-family: 'Open Sans', sans-serif;
}
.middle-box h3.font-bold
{color:#676a6c;
font-family:'Lato', 'Open Sans', sans-serif;
font-weight:700;
font-size:16px}

.middle-box .error-desc
{ font-size:13px;
color:#676a6c
}


/*****************************************FAQ Page Starts Here*********************************/

.partners-banner {
	background:url(../images/partners.jpg) no-repeat bottom center / cover;
	color: #fff;
	padding: 0;
	margin: 0;
	height:350px;
}

.page-guarantee .guarantee-box.partners
{box-shadow:none;
    margin-top: 20px;
    padding: 60px 4%;
	border:1px solid #e9e9e9;
	border-radius:4px;}
	
.page-guarantee .guarantee-box.partners p
{ font-size:14px;
}	

.page-guarantee .guarantee-box.partners p strong
{ color:#1db899;
font-size:15px;
font-weight:600}

/******************************images zoom css starts here****************************/

/* TOOLTIPS */
.tooltip-inner {
  background-color: #2F4050;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050;
}


.item-sales li {		
	margin: 0;
	margin-right: 3px;
}

li.thumb
{position: relative;
width: 17px !important;
	height: 18px !important;
	float:left !important;
	list-style: none;
	margin: 0;
	margin:0 3px 0 0 !important;} 
	
li.thumb a
{ display:block;}	

li.thumb img {
	padding: 0px;
	position: absolute;
	-ms-interpolation-mode: bicubic;
	width: 17px;
	height: 18px;
	cursor: pointer;
	display:block;
}

li.thumb a img {
	border: 0;
}

li.thumb img.hover {
	border: none;
}


.item-sales li.auto-width {
	width: auto;
	margin-left:5px;
}
.gallerycaption {
	position: absolute;
	font-weight: 600;
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	overflow: hidden;
	height: 2.4em;
	display: none;
	background: white;
}
.zoomed {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	border: 10px solid white;
	background: white;
}
.loading {
	width: 32px !important;
	height: 32px !important;
	position: relative !important;
	left: 50% !important;
	top: 50% !important;
}
.zoomContainer {
	position: absolute;
	padding: 0;
}
.zoomContainer .original {
	left: 0 !important;
	top: 0 !important;
	
	
}
.trigger {
	position: absolute !important;
	z-index:99999;
}
.thumb *, .thumb *:before, .thumb *:after {
	box-sizing: content-box !important;
}

/**********************sale logo starts here******************************/

.sales {
	padding: 40px 0;
	background: #f3f3f4;
}

.sales .item-container {
	text-align: center;
	width: 100%;
	display: block;
	margin-left: 5px;
}
.sales .item-sales {
	margin: 6px;
	width: 15.6%;
	margin: 15px 0.5%;
	transition: all 0.3s;
	float: left;
	
}
.sales .item-sales > a > img, .sales .item-sales  > img {
	padding: 5px;
	background: #f1f2f2;
	border: 1px solid #d7d7d7;
	transition:all 0.3s;
}

.sales .item-sales >a > img:hover, .sales .item-sales  > img:hover
{ border: 1px solid #999;
transition:all 0.3s;}

ul.price-detail {
	width: 100%;
	text-align: left;
	margin: 8px 0 0 4px;
	padding: 0;
	display: block;
	position:relative;
	
}
ul.price-detail li, ul.price-detail li a {
	float: left;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
}

ul.price-detail li a {
	margin-right: 3px;
	background:#c5c5c5;
}
ul.price-detail li a  {
	color: #fff;
	font-size: 12px;
}


ul.price-detail li span, ul.price-detail li strong {
	font-size: 9px;
	float: left;
	color: #666;
	line-height: 18px;
	font-weight: normal;
	width: auto;
}
ul.price-detail li strong {
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
	color: #666;
}
.sales p {
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.sales a.btn-block {
	position: static !important;
	margin: 0 auto;
}



/*********************Buy logo page starts here************************/

.buy-logo
{ padding:30px 0;}

.buy-logo .sales 
{ background:none;
padding:0;}

.buy-logo .sales .item-sales {
	width: 19%;
	margin: 15px 0.5%;
	transition: all 0.3s;
	float: left;
}

.buy-logo .col-xs-3
{ width:20%;} 

.buy-logo .col-xs-9
{ width:80%;}

.buy-logo p
{ font-size:14px;
color:#777;}

.buy-logo h2
{ font-size:22px;
margin-bottom:0;}



.buy-logo h2 span
{ color:#e99113;}

.buy-logo h3
{ font-size:14px;
font-weight:600;}

.buy-logo h3 i
{ color:#e99113;
margin-right:10px;
font-size:17px;}

.buy-logo hr, .product-details hr
{ 
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
height:1px;}

.buy-logo .catagories-company
{ display:block;
overflow:hidden;}

.buy-logo .catagories-company li {
	width:100%;
	display:block;}

.buy-logo .catagories-company li a {
	font-size:13px;
	width:100%;
	color:#666;
	padding:3px 0;
	transition:all 0.3s;
	margin-bottom:1px;
	display:block;}

.buy-logo .catagories-company li a:hover, .buy-logo .catagories-company li a.active
{ background:#eee;
padding:3px 5px;
transition:all 0.3s;}	
	
.buy-logo .catagories-company li a span
{ float:right;}
.buy-logo .btn-block
{ margin:40px 0 0 0;}

.buy-logo .form-control::-moz-placeholder
{ color:#999;}

.buy-logo .btn
{ padding:6px;}


.buy-logo .btn-primary {
    background: #7e7e7e none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    margin-top: 0;
    padding: 6px 10px;
	z-index:9;}

/*********************product details page starts here****************/

.product-details
{ padding:50px 0;}

.product-details ul.nav-tabs
{ margin-left:20px;}

.product-details .tab-content
{ padding:10px;
margin-left:20px;
border-radius:0 4px 4px 4px;
background:#f5f5f5;
}

/*client panel tab*/
.client-bg .product-details .tab-content
{ border:1px solid #ddd;
border-radius:0;
border-top:none;}

/*end*/

#product-description
{ padding-left:10px;}

#offer
{ padding:0 10px;}


#offer hr
{ margin:0;}


#product-description h2
{ color:#8a8a8a;
font-size:35px !important;}

#product-description h2 sub
{ font-size:13px;
color:#666;
bottom:0;}

#product-description ul {
    margin-left: 22px;
}

#product-description ul li
{ font-size:12px;
line-height:16px;
margin:10px 0;}

#product-description ul li strong
{ color:#000;
font-weight:normal;
font-size:13px;}

#product-description ul li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	margin: 0 10px 0 -22px;
	color: #f15b2a;
	font-size:11px;
}

#product-description .btn-block, #offer .btn-block
{ margin:30px 0 10px 0;
width:auto;
padding:0 30px;}


.product-details .tab-content .sales 
{ background:none;
padding:0;
}

.product-details .tab-content .sales  .item-sales {
	width: 18.6%;
	margin: 15px 0.5%;
	transition: all 0.3s;
	float: left;
}


.entry-media img
{ border:8px solid #fff;
box-shadow:0 0 3px 3px rgba(0, 0, 0, 0.1)}

.button-wrap
{ margin:30px 0 20px 0;}

.product-details .nav-tabs
{ border-color:#eee;}

.product-details .nav-tabs > li > a
{ background:#e99113;
font-weight:600;
color:#fff;}

.product-details .nav-tabs > li > a:hover
{ background:#6e9830;}

.product-details .nav-tabs > li.active > a, .product-details .nav-tabs > li.active > a:hover,.product-details .nav-tabs > li.active > a:focus
{ background:#f5f5f5;
color:#666;
}

/*************************************floating form starts here**************************/
.floating-form-wrap
{ display:none;}

#style-switcher {
	position:fixed;
	z-index:1000;
	top:105px;
	right:-450px;
	width:450px;
	background:#fff;
	padding:10px;
	border:1px solid #ddd;
	
}

#chat-switcher {
	position:fixed;
	z-index:1000;
	top:70px;
	right:-80px;
	width:80px;
	background:#fff;
	border:1px solid #ddd;
	
}

#style-switcher form
{ padding:0 !important;
margin:0;}

#toggle-chat
{ width:35px;
    background:#e33d43;
	position:absolute;
	text-align:center;
	line-height:31px;
	height:31px;
	cursor:pointer;
	top:-1px;
	z-index:999;
	left:-35px;}
	
	
#toggle-chat i
{ font-size:18px;
display:inline-block;
cursor:pointer;
position:relative;
z-index:1000;
color:#fff;
}	

#toggle-chat:hover i
{ color:#eee;}


#toggle-switcher {
	display:block;
	width:180px;
	height:35px;
	background:#e33d43;
	position:absolute;
	text-transform:uppercase;
	font-size:14px;
	left:-35px;
	top:179px;
	text-align:center;
	text-wrap:suppress;
	color:#fff;
	font-weight:bold;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	cursor ointer;
	padding:6px 5px;
	cursor:pointer;
}
#toggle-switcher:hover
{ color:#eee;}

#style-switcher .col-sm-6
{ margin-bottom:10px;}

#style-switcher .container
{ width:100%;
max-width:450px;}

#toggle-switcher [class*=fa]{
	font-size:32px;
	line-height:50px;
	color:#00CCCB;
}


#style-switcher h3
{ font-size:14px;
text-transform:uppercase;
padding:0 10px 0 15px;
margin:10px 0 10px 0;}


@media (max-width:767px){

	#style-switcher {
		display:none;
	}
	
}

#style-switcher .form-control
{ font-size:12px;}

#style-switcher .form-control::-moz-placeholder {
color:#999;
opacity:1;
font-size:13px;
}
#style-switcher .form-control:-ms-input-placeholder {
color:#999;
font-size:13px;
}
#style-switcher .form-control::-webkit-input-placeholder {
color:#999;
font-size:13px;
}



/**************************Photo editing page starts here************************/

.photo-editing
{ background:#41ab6b url("../images/pattern-banner.png") repeat scroll 0 0 !important}

.photo-editing .feature figure
{ 
height:100px;
border-radius:50%;
width:100px;
text-align:center;
line-height:100px;
display:inline-block;
background-color:#5fcc8a;
position:relative;
z-index:1;
}

.photo-editing .feature:hover figure{ 
background:#fff ;
transition:all 0.5s;}

.photo-editing .feature h3
{ color:#fff !important;
font-family: 'Open Sans', sans-serif;
font-size:14px !important;
font-weight:600;}


.photo-editing .feature figure i.sprite
{ display:inline-block;
vertical-align:middle;
background: url('../images/photo_editing/sprite.png') no-repeat;
	width: 43px;
	height: 54px;
	transition:all 0.5s;
line-height:100px;}

.photo-editing .feature:hover figure i.sprite
{ transition:all 0.5s;}


i.enhancement
{ background-position:0 0 !important;}

.photo-editing .feature:hover figure i.enhancement
{ background-position:0 -56px !important;
}

i.manipulation
{ background-position:-45px 0 !important;}

.photo-editing .feature:hover figure i.manipulation
{ background-position:-45px -56px !important;
}

i.clipping
{ background-position:-90px 0 !important;}

.photo-editing .feature:hover figure i.clipping
{ background-position:-90px -56px !important;
}


i.panorama
{ background-position:-135px 0 !important;}

.photo-editing .feature:hover figure i.panorama
{ background-position:-135px -56px !important;
}


i.portrait
{ background-position:-180px 0 !important;}

.photo-editing .feature:hover figure i.portrait
{ background-position:-180px -56px !important;
}

i.restoration
{ background-position:-225px 0 !important;}

.photo-editing .feature:hover figure i.restoration
{ background-position:-225px -56px !important;
}

/* Effect 1 */
.hi-icon {
	
	font-size: 0px;
	position: relative;
	z-index: 1;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -5px;
	left: -5px;
	padding: 5px;
	box-shadow: 0 0 0 2px #fff;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.5s, opacity 0.5s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .feature:hover  .hi-icon{
	background: rgba(255,255,255,1);
	color: #41ab6b;
}

.hi-icon-effect-1a .feature:hover .hi-icon:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/***********photo-editing recent works***********/

.featured-logo.edit-feature img
{ background:#fff;
padding:4px;
border-radius:0;
border:1px solid #e0e0e0;}


/*****************programme we used***************/

.tools-edit
{ text-align:center;
margin-top:30px;}

.tools-edit ul li
{ display:inline-block;
vertical-align:top;
width:15%;}

.tools-edit ul li h3
{ font-size:16px;
font-weight:600;}


/**************************Photo editing Details page starts here*******************************/

.edit-details
{ padding:40px 0;}



.edit-details .overlay-container img
{ background:#fff;
padding:5px;
border-radius:3px;
border:1px solid #e0e0e0;}


ul.edit-details-nav li {	
	float: left;
}
ul.edit-details-nav li > a, ul.edit-details-nav li > p {
	font-size: 12px;
	padding: 0 10px;
	color: #7e7e7e;
	margin-right:10px;
	background:#fff;
	line-height:32px;
	border: 1px solid #7e7e7e;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
}

ul.edit-details-nav li.active a, ul.edit-details-nav li.active p{
background:#39bda1;
border-color:#39bda1;
color:#fff;}

.edit-details .filters {
    margin-bottom: 30px;
}
.edit-details .title-bar
{ border-left:7px solid #39bda1;
padding-left:20px;
margin-bottom:40px;}

.edit-details .title-bar h3
{ color:#3d3d3d;
font-weight:bold;
margin:0;
text-transform:uppercase;
font-size:35px;}

.edit-details .title-bar span
{ text-transform:uppercase;
font-size:12px;
color:#39bda1;}

.edit-details p
{ color:#5b5b59;
font-size:13px;
font-weight:600;
line-height:24px;}

/*edit details stack section*/

.stack-container
{ padding:50px 0 0;
position:relative;}

.stack-container .stack
{ background:#e2645c;
padding:10px 20px;
text-align:center;}

.stack-container .stack h3
{ color:#fff;
font-size:16px;
font-weight:700;
margin-top:40px;
text-transform:uppercase;}

.stack-container .stack p
{ color:#000;}

.stack-container .stack > i
{ background:#e23a2f;
width:80px;
height:80px;
line-height:70px;
font-size:30px;
border-radius:50%;
border:5px solid #fff;
display:inline-block;
position:absolute;
top:5px;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
color:#fff;}

.stack-container .stack a
{ width:177px;
display:inline-block;
line-height:45px;
color:#fff;
font-size:12px;
text-transform:uppercase;
background:#cb342a;
transition:all 0.3s;

font-weight:600;}

.stack-container .stack a:hover
{ opacity:0.8;
alpha:0.8;
transition:all 0.3s;}

.stack-container .stack a i.fa-arrow-right
{ background:none;
margin-left:5px;}

.stack-container .stack.blue
{ background:#3b80bd;}

.stack-container .stack.blue a
{ background:#025094;}

.stack-container .stack.blue i
{ background:#0266bd;}

.stack-container .stack.orange
{ background:#e88e52;}

.stack-container .stack.orange a
{ background:#c3570f;}


.stack-container .stack.orange i
{ background:#e86812;}



/*services page starts here*/

.services
{ padding:50px 0;}

.services-list
{ margin-bottom:35px;
background:#fff;
padding:7px;
border-radius:0;
text-align:center;
box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.1);
}



.services-list h3
{ font-weight:lighter;
color:#4e4c4c;
text-transform:uppercase;
font-size:16px;
padding:5px 0;
margin:10px 0 0 0;
}

.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
   cursor:pointer;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 20px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #39bda1;
   color: #fff;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-tenth img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
}
.view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    opacity: 0;
    transition: all 0.5s linear 0s;
}

.view-tenth p {
    color: rgb(51, 51, 51);
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-tenth:hover img {
    opacity: 0;
    transform: scale(10);
}
.view-tenth:hover .mask {
    opacity: 1;
}
.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
    opacity: 1;
    transform: scale(1);
}


