@charset "utf-8";
/* CSS Document */
@import "http://fontawesome.io/assets/font-awesome/css/font-awesome.css";
@font-face {
	font-family: 'Conv_ZonaPro-Bold';
	src: url('../fonts/ZonaPro-Bold.eot');
	src: url('../fonts/ZonaPro-Bold.woff') format('woff'),  
	url('../fonts/ZonaPro-Bold.ttf') format('truetype'),  
	url('../fonts/ZonaPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.main-wrapper {
	width: 100%;
	background-color: #fff;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #00b2d8;
}
p {
	margin: 0 0 15px;
	padding: 0px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 38px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
/*=== top-header ============================== */
.top-header {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.logo {
	margin: 40px 0 22px;
}
.social_icon {
	text-align: right;
	margin: 6px 15px 6px 0;
}
.social_icon ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social_icon ul li {
	display: inline-block;
	padding: 0px;
	margin: 0 10px 0 0;
}
.social_icon ul li a {
	color: #4a707e;
	font-size: 16px;
}
.social_icon ul li a:hover {
	color: #2cc1e1;
}
.navigation {
	margin: 0 0 20px;
	padding: 0px;
	width: 100%;
}
.navigation .navbar {
	margin: 0px;
}
.navigation .navbar-collapse {
	margin: 0px;
	padding: 0px;
}
.navigation .navbar-collapse ul {
	margin: 11px 0 0 0;
	padding: 0px;
	list-style: none;
	text-align: right;
	float: right;
}
.navigation .navbar-collapse ul li {
	margin: 0px;
	padding: 0 18px;
	display: inline-block;
	float: left;
}
.navigation .navbar-collapse ul li a {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #4a707e;
	font-family: 'Conv_ZonaPro-Bold';
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}
.navigation .navbar-collapse ul li a:hover {
	border-bottom: 3px solid #3acfef;
	color: #3acfef;
}
.navigation .navbar-collapse ul li.active a, .navigation .navbar-collapse ul li.active a:hover {
	background: none;
	border-bottom: 3px solid #3acfef;
	color: #4a707e;
}
.navigation .navbar-collapse ul li a span {
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #8a8a8a;
}
.connect_btn {
	margin: 0px;
	padding: 0px;
	float: right;
}
.connect_btn a {
	display: block;
	background: #21a499;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.connect_btn a:hover {
	background: #2cc1e1;
	text-decoration: none;
}
.connect_btn.mobile {
	display: none;
}
/*=== top-header ============================== #END */ 


/*=== Top Slider ============================== */ 
.header-banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#carousel-example .carousel-inner>.item>a>img {
	width: 100%;
}
#carousel-example .carousel-caption {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#carousel-example .custom_title h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 48px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	position: relative;
}
#carousel-example .custom_title h3:before {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	left: 50%;
	bottom: 0px;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.custom_title span {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.UnderNew{
	margin:0 auto;
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    display: block;
    padding: 5px 15px;
	font-weight:400;	
	position:relative;
	width:68%;
}
.UnderNew span{
	font-weight:400;
}
.UnderNew:before{
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	left:0px;
	top:19px;
	width:120px;
	height:1px;
	background:#fff;
}
.UnderNew:after{
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	right:0px;
	top:19px;
	width:120px;
	height:1px;
	background:#fff;
}
.contact-banner-btn {
	text-align: center;
	margin: 0;
	display: block;
	top: 40px;
	position: relative;
}
.contact-banner-btn a {
	margin: 0px;
	padding: 10px 25px;
	background: #21a499;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	text-shadow: none;
}
.contact-banner-btn a:hover {
	background: #2cc1e1;
	text-decoration: none;
}
.down-arrow {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.down-arrow a {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: -20px;
	z-index: 999;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.twoCol-section {
	margin: 0px;
	padding: 0px;
	width: 100%;/*display:table;*/
}
.top-section {
	position: relative;
	width: 100%;
	display: table;
}
.top-section .box {
	margin: 0px;
	padding: 80px 40px;
	width: 100%;
}
.box h2 {
	font-weight: 600;
	margin: 0 0 30px 0;
}
.box p {
	font-size: 14px;
}
.middle_title {
	color: #21a499;
	text-align: right;
}
.middlesecond {
	min-height: 840px;
	color: #fff;
	background: #21a499;
}
.name_prizessection {
	text-align: right;
}
.top-middle-section {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.three-box h3 {
	margin: 0 0 10px;
	padding: 0px;
	font-size: 17px;
	font-weight: 600;
	color: #21a499;
}
.three-box h3 strong {
	font-size: 25px;
}
.three-box h3 span {
	font-weight: 400;
	color: #37384f;
}
.spoke-info p {
	color: #4a7076;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	font-family: 'Montserrat', sans-serif;
}
.button-custom {
	width: 100%;
	padding: 0px;
	display: block;
}
.check-btn {
	border: 2px solid #22a59a;
	border-radius: 23px;
	padding: 10px 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #22a59a;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: transparent;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.check-btn:hover {
	background-color: #22a59a;
	color: #fff;
	border: 2px solid #22a59a;
}
.leftsection-prices, .rightsection-prices {
	margin: 0 0 50px;
}
.rightsection-prices h3 {
	color: #fff;
}
.rightsection-prices .spoke-info p {
	color: #dadada;
}
.rightsection-prices .check-btn {
	border: 2px solid #fff;
	color: #fff;
}
.rightsection-prices .check-btn:hover {
	background-color: #fff;
	color: #22a59a;
	border: 2px solid #fff;
}
.button-custom-one {
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 0px;
}
.button-custom-one .check-btn {
	border: 3px solid #fff;
	border-radius: 23px;
	float: left;
	padding: 10px 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: transparent;
}
.button-custom-one .check-btn:hover {
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 23px;
	color: #fff;
}
.second-section, .fourth-section {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	padding: 90px 0px;
}
.web-design, .real-review-section {
	padding-top: 2%;
}
.web-design h2 {
	color: #21a499;
	font-weight: 500;
	margin-bottom: 25px;
}
.web-design p {
	font-size: 14.75px;
	color: #7c7c7d;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	margin: 0 0 30px;
}
.offer-btn {
	border: 2px solid #22a59a;
	border-radius: 23px;
	float: left;
	padding: 10px 35px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #22a59a;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.offer-btn:hover {
	background-color: #22a59a;
	border: 2px solid #22a59a;
	color: #fff;
}
.third-section {
	width: 100%;
}
.third-section .carousel-caption {
	top: 50%;
	text-align: left;
	padding: 0px 0px;
	left: 11%;
	right: inherit;
	bottom: inherit;
}
.third-section .carousel-control {
	width: 4%;
}
.third-section .carousel-inner img {
	width: 100%;
}
.white-line {
	float: left;
	width: 15%;
	background-color: #fff;
	height: 5px;
	clear: both;
	margin: 10px 0px;
}
.third-section .carousel-caption h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.third-section .carousel-caption p {
	font-size: 23px;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	line-height: 29px;
	font-weight: 400;
	clear: left;
}
.left-londen-img {
	padding-left: 0px;
	padding-right: 0px;
	z-index: 9999;
}
.real-review-section {
	padding-right: 103px;
	text-align: right;
}
.real-review-section h1 {
	color: #21a499;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0 0 10px;
	font-size: 25px;
}
.real-review-section h3 {
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 10px;
}
.real-review-section p {
	font-size: 15px;
	color: #7c7c7d;
	line-height: 19px;
	font-weight: 300;
	padding: 0px;
	margin: 0 0 30px;
}
.offer-btn-second {
	border: 2px solid #22a59a;
	border-radius: 23px;
	float: right;
	padding: 10px 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #22a59a;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.offer-btn-second:hover {
	background-color: #22a59a;
	color: #fff;
	border: 2px solid #22a59a;
}
.fourth-section {
	z-index: 9999;
	position: relative;
	background: none;
}
.fifth-section {
	width: 100%;
	margin-top: 10%;
	background-color: #edf1f3;
	padding: 65px 0px 0px;
	position: relative;
}
.we-do-title {
	margin: 0px;
	padding: 0px;
}
.we-do-title h1 {
	margin: 0 0 30px;
	padding: 0px;
	font-size: 55px;
	color: #6f6f6f;
	line-height: 70px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
}
.we-do-title h1 span {
	display: inline-block;
	color: #21a499;
}
.what-we {
	margin: 0 0 70px;
	padding: 0px;
	width: 95%;
	display: table;
	min-height: 130px;
}
.what-we h2, .what-we h1, .what-we h2 a, .what-we h1 a {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #4a7076;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}
.what-we p {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 12px;
	color: #4a7076;
	line-height: 20px;
}
.what-we p a {
	color: #4a7076;
}
.sixth-section {
	margin: 0px;
	padding: 60px 0 80px;
	background: #fff;
	width: 100%;
}
.diffrent_sec {
	margin: 0px;
	padding: 60px 0;
	width: 100%;
}
.diffrent_sec h1 {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 25px;
	line-height: 32px;
	color: #21a499;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.diffrent_sec p {
	margin: 0 0 30px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	color: #7c7c7d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.diffrent_sec span {
	margin: 0px;
	padding: 0px;
	display: block;
}
.diffrent_sec span a {
	padding: 12px 30px;
	font-size: 11px;
	line-height: 13px;
	color: #21a499;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	border: 2px solid #21a499;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: inline-block;
}
#carousel-example-whatMakes .item {
	margin-bottom: 30px;
	display: inline-block;
}
#carousel-example-whatMakes .slide-div {
	margin: 0 40px 0 0;
	padding: 20px;
	border: 2px solid #cbd3d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 350px;
}
#carousel-example-whatMakes .carousel-control {
	background: none;
	width: auto;
	color: #21a499;
}
#carousel-example-whatMakes .carousel-control.right {
	right: 12px;
}
#carousel-example-whatMakes .carousel-control.left {
	display: none;
}
#carousel-example-whatMakes .slide-div h2, #carousel-example-whatMakes .slide-div h1 {
	margin: 30px 0 20px;
	padding: 0px;
	font-size: 25px;
	line-height: 30px;
	color: #434343;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#carousel-example-whatMakes .slide-div p {
	margin: 0 0 30px;
	padding: 0px;
	font-size: 12px;
	color: #7f7f7f;
	line-height: 20px;
	text-align: justify;
}
#carousel-example-whatMakes .price-div {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
#carousel-example-whatMakes .slide-div .see-offer-link {
	margin: 0px;
	padding: 0px;
	display: block;
}
#carousel-example-whatMakes .slide-div .see-offer-link a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #21a499;
	font-family: 'Montserrat', sans-serif;
}
/*====================== Our mission =========================*/
.our-mission-section {
	margin: 0px;
	padding: 0px;
	background: #edf1f3;
	width: 100%;
}
.mission-left {
	margin: 0px;
	padding: 70px 0 30px;
}
.mission-left h2 {
	margin: 0 0 70px;
	color: #21a499;
	font-weight: 500;
}
.mission-left #exTab2 {
	width: 92%;
}
.mission-left #exTab2 ul.nav {
	margin: 0 0 80px;
	padding: 0px;
	border: none;
}
.mission-left #exTab2 ul.nav li {
	margin: 0 50px 0 0;
	padding: 0px;
}
.mission-left #exTab2 ul.nav li:last-child {
	margin: 0px;
}
.mission-left #exTab2 ul.nav li a {
	margin: 0px;
	padding: 0px;
	background: none;
	font-size: 15px;
	color: #939393;
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}
.mission-left #exTab2 ul.nav li.active a {
	color: #313131;
}
.mission-left #exTab2 ul.nav li.active a:after {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: -8px;
	width: 40%;
	content: "";
	height: 2px;
	background: #313131;
}
.mission-left #exTab2 .tab-content h3 {
	margin: 0 0 30px;
	padding: 0px;
	font-size: 27px;
	font-weight: 300;
	line-height: 35px;
	color: #4b4b4b;
	font-family: 'Montserrat', sans-serif;
}
.mission-left #exTab2 .tab-content p {
	font-size: 15px;
	margin: 0 0 40px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	line-height: 25px;
}
/*====================== Our Team =========================*/
.our_team {
	margin: 0px;
	padding: 0px;
	width: 100%;/*display:table;*/
}
.our_team img {
	max-width: 100%;
}
.our_team .team-info {
	margin: 0px;
	padding: 70px 30px 60px;
	background: #fff;
}
.our_team .team-info h2 {
	margin: 0 0 25px;
	color: #21a499;
	font-weight: 500;
}
.our_team .team-info h1 {
	margin: 0 0 35px;
	padding: 0px;
	font-size: 50px;
	line-height: 56px;
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	color: #bdbdbd;
}
.our_team .team-info p {
	font-size: 14px;
	color: #7e7e7e;
}
/*====================== Blog =========================*/
.blog_section {
	margin: 0px;
	padding: 70px 0;
	background: #fff;
}
.blog-head {
	margin: 0 0 60px;
	padding: 0px;
	text-align: center;
}
.blog-head h2 {
	margin: 0 0 25px;
	padding: 0px;
	color: #7c7c7d;
	text-transform: uppercase;
	font-weight: 500;
}
.blog-head p {
	color: #7c7c7d;
	line-height: 18px;
	font-size: 14px;
}
.blog-row {
	margin: 0 0 40px;
	padding: 0px;
	display: table;
	width: 100%;
}
.blog-row .blog {
	margin: 0px;
	padding: 20px;
	background: #fff;
	min-height: 315px;
	position: relative;
	-webkit-box-shadow: 0px 21px 43px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 21px 43px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 21px 43px 0px rgba(0,0,0,0.12);
}
.blog-row .blog h3, .blog-row .blog h3 a, .blog-row .blog h1, .blog-row .blog h1 a {
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 18px;
	color: #7c7c7d;
	line-height: 24px;
	font-weight: 600;
	position: relative;
}
.blog-row .blog h3:before, .blog-row .blog h1:before {
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 3px;
	background: #8c8c8c;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.blog-row .blog p {
	margin: 0 0 20px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #7c7c7d;
}
.blog-row .blog span {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 15px;
	padding: 0 20px;
}
.blog-row .blog span a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-size: 13.62px;
	color: #21a499;
	font-weight: 600;
}
.blog-row .blog-last {
	margin: 0px;
	padding: 70px 20px 40px;
}
.blog-row .blog-last h3 {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 37px;
	font-weight: 600;
	line-height: 42px;
	color: #21a499;
	font-family: 'Montserrat', sans-serif;
}
.blog-row .blog-last span {
	margin: 0px;
	padding: 0px;
	display: block;
}
.blog-row .blog-last span a {
	border: 2px solid #22a59a;
	border-radius: 23px;
	float: left;
	padding: 10px 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #22a59a;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-row .blog-last span a:hover {
	background-color: #22a59a;
	border: 2px solid #22a59a;
	color: #fff;
	text-decoration: none;
}
/*====================== We have customers from =========================*/
.customersFrom_section {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.customersFrom-head {
	margin: 0px;
	padding: 0px;
}
.customersFrom-head h2 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	color: #7c7c7d;
	position: relative;
}
.customersFrom-head h2:before {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 60px;
	height: 2px;
	background: #21a499;
	left: 50%;
	bottom: 0px;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.customersFrom-head p {
	color: #7c7c7d;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 50px;
}
.customersFrom-head p strong {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.map-view {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.map-view img {
	max-width: 100%;
	margin: 0 auto;
}
/*====================== Testimonial =========================*/
.testimonial_section {
	margin: 0px;
	padding: 60px 0px;
	width: 100%;
	background: #edf1f3;
}
.testi-head {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.testi-head h2 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-weight: 600;
	color: #21a499;
	position: relative;
}
.testi-head h2:before {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 60px;
	height: 2px;
	content: "";
	background: #21a499;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testi-head p {
	color: #8b8b8b;
	font-size: 14px;
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 48px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-top: 20px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 0.4;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
	width: 128px;
	height: 128px;
	opacity: 1;
	transition: all .2s;
}
.testimonial_section .item blockquote {
	border-left: none;
	margin: 0;
	position: relative;
}
.testimonial_section .item blockquote p {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 13px;
	line-height: 25px;
	color: #838383;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	position: relative;
}
.testimonial_section .item blockquote p strong {
	font-family: 'Montserrat', sans-serif;
}
.testimonial_section .item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
	font-size: 30px;
	color: #21a499;
	position: absolute;
	left: -60px;
	top: -10px;
}
.testimonial_section .item blockquote p:after {
	content: "\f10e";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
	font-size: 30px;
	color: #21a499;
	position: absolute;
	right: -60px;
	bottom: -10px;
}
.testimonial_section .item blockquote small.author-name {
	font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	line-height: 25px;
	color: #21a499;
	margin: 0 0 20px;
}
.testimonial_section .item blockquote small.author-name:before {
	display: none;
}
.testimonial_section .item blockquote .review {
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
	text-align: center;
}
.testimonial_section .item blockquote .review img {
	display: inline-block;
}
.testimonial_section #quote-carousel .carousel-indicators {
	margin: 70px auto 0;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.testimonial_section #quote-carousel .carousel-indicators li {
	margin: 0 30px;
	padding: 0px;
	width: auto;
	height: auto;
	border: none;
	box-shadow: none;
	border-radius: 0 0 0 0;
	opacity: 0.2;
}
.testimonial_section #quote-carousel .carousel-indicators li.active {
	background: none;
	opacity: 1;
}
.contact-with-btn {
	margin: 0px;
	padding: 70px 0 0 0;
	text-align: center;
	clear: both;
}
.contact-with-btn a {
	margin: 0px;
	padding: 8px 20px;
	display: inline-block;
	background: #21a499;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 600;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 2px solid transparent;
}
.contact-with-btn a:hover {
	border: 2px solid #21a499;
	background: transparent;
	color: #21a499;
	text-decoration: none;
}
/*====================== contact-with-section =========================*/
.contact-with-section {
	margin: 0px;
	padding: 70px 0 50px;
}
.contact-with-section h2 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #21a499;
	position: relative;
}
.contact-with-section h2:before {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 60px;
	height: 2px;
	background: #21a499;
	content: "";
}
.contact-with-section p {
	color: #717171;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.send-email {
	margin: 20px 0 0;
	padding: 0px;
	text-align: right;
	position: relative;
}
.send-email input[type="email"] {
	margin: 0px;
	padding: 10px 20px;
	width: 100%;
	max-width: 480px;
	border: 2px solid #21a499;
	background: #edf1f3;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.send-email input[type="email"]:focus {
	outline: none;
	background: #fff;
}
.send-email input[type="email"]::-webkit-input-placeholder {
 font-size:11px;
 font-weight:300;
 font-style:italic;
 color:#8f8f8f;
}
.send-email input[type="submit"] {
	margin: 0px;
	padding: 11px 45px;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #21a499;
	border: 2px solid #21a499;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.send-email input[type="submit"]:hover {
	background: #fff;
	color: #21a499;
}
/*====================== footer =========================*/
.footer {
	margin: 0px;
	padding: 50px 0;
	background: #f9f9f9;
}
.footer h2 {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 12px;
	color: #21a499;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.footer .footer-col {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.footer .footer-col p {
	margin: 0 0 8px;
	padding: 0px;
	font-size: 12px;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
	color: #a6a6a6;
}
.footer .footer-col strong {
	color: #a6a6a6;
}
.footer-col.footer-about-info {
	margin: 0px;
	padding: 0px;
	width: 78%;
}
.footer-col.footer-about-info span {
	margin: 0 0 15px;
	padding: 0 0 15px;
	display: block;
	position: relative;
}
.footer-col.footer-about-info span:before {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background: #21a499;
	content: "";
}
.footer-col.address, .footer-col.footer-menu, .footer-col.footer-tag {
	padding-left: 20%;
}
.footer .footer-col ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer .footer-col ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
.footer .footer-col ul li a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 23px;
	color: #a6a6a6;
}
.navbar-toggle {
	margin: 0px;
}
/*============= Subpage ===================================*/
.subpage-header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.subpage-header img {
	width: 100%;
}
.subpage-header-caption {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.subpage-header-caption h3, .subpage-header-caption h1 {
	margin: 0 0 20px;
	padding: 0 0 40px;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	position: relative;
	text-transform: capitalize;
}
.subpage-header-caption h3:before, .subpage-header-caption h1:before {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	left: 50%;
	bottom: 0px;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.subpage-header-caption p {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.subpage-header-caption span {
	margin: 0px;
	padding: 0px;
	display: block;
	color: #cecece;
	font-weight: 300;
}
.designPackage-section {
	margin: 0px;
	padding: 50px 0;
	width: 100%;
}
.designPackage-head {
	margin: 0 0 70px;
	padding: 0px;
	text-align: center;
}
.designPackage-head h2 {
	margin: 0 0 30px;
	color: #21a499;
	font-weight: 600;
}
.designPackage-head h3 {
	font-size: 14px;
	color: #7c7c7d;
}
.designPackage-head h3 span {
	font-size: 30px;
	font-weight: 700;
	color: #21a499;
}
.designPackage-twoCol {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
}
.designPackage-img {
	margin: 0px;
	padding: 20px 0 0 0;
	width: 100%;
}
.designPackage-info {
	margin: 0px;
	padding: 0 130px 0 0;
}
.designPackage-twoCol.container-add .designPackage-info {
	padding: 0px;
}
.Package-box {
	margin: 0 0 40px;
	padding: 0px;
	width: 100%;
}
.Package-box .number-span {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	font-weight: 700;
	color: #cdcdcd;
	display: block;
}
.Package-box h3 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #21a499;
}
.Package-box h3 a {
	color: #21a499;
}
.Package-box p {
	font-size: 11px;
}
.Package-box p .green-color {
	color: #21a499;
}
.bredcum {
	width: 100%;
	background-color: #e2e2e2;
	color: #4a707e;
	padding: 10px;
}
.bredcum h1 {
	font-size: 16px;
	margin: 0px;
}
.bredcum a {
	color: #4a707e;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
}
.bredcum a:hover {
	color: #21a499;
}
.websitePackage-section {
	margin: 0px;
	padding: 60px 0;
	width: 100%;
	background: #edf1f3;
	text-align: center;
}
.websitePackage-section h2 {
	color: #21a499;
	position: relative;
	margin: 0 0 60px 0;
	padding: 0 0 30px;
}
.websitePackage-section h2 span {
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
.websitePackage-section h2:before {
	margin: 0px;
	padding: 0px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 80px;
	height: 3px;
	background: #dddddd;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.websitepackages_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
}
.websitepackages_list ul {
	margin: 0px;
	padding: 0px;/*list-style:disc inside;*/
}
.websitepackages_list ul li {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 36px;
	color: #464646;
	text-align: left;
}
.websitepackages_list ul li span {
	color: #21a499;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.webpackage {
	margin-top: 60px;
	margin-bottom: 40px;
}
.webpackage a {
	margin: 0px;
	padding: 15px 30px;
	display: inline-block;
	background-color: #21a499;
	border-radius: 13px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border: 2px solid transparent;
}
.webpackage a:hover {
	border: 2px solid #21a499;
	background-color: transparent;
	color: #21a499;
}
.succesfulclient-section {
	margin: 0px;
	padding: 60px 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
.succesfulclient-section h2 {
	color: #21a499;
	position: relative;
	margin: 0 0 60px 0;
	padding: 0 0 30px;
}
.succesfulclient-section h2:before {
	margin: 0px;
	padding: 0px;
	content: "";
	position: absolute;
	left: 46%;
	bottom: 0px;
	width: 80px;
	height: 3px;
	background: #dddddd;
}
.succesfulclient-section img {
	width: auto;
	height: 241px;
}
.succesfulclient-section .col-md-3 .overly {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(33, 164, 153, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.succesfulclient-section .col-md-3:hover .overly {
	opacity: 0;
}
.clientinfo {
	position: absolute;
	top: 60%;
	left: 0;
	color: #fff;
	z-index: 9999;
	width: 100%;
	padding: 0 0 0 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clientinfo h4 {
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
}
.clientinfo p {
	text-align: left;
}
.clientinfo h4:before {
	margin: 0px;
	padding: 0px;
	content: "";
	position: absolute;
	left: 15px;
	bottom: -6px;
	width: 31px;
	height: 3px;
	background: #dddddd;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.succesfulclient-section .morebtn {
	margin: 0px;
	padding: 30px 0 0;
	text-align: center;
}
.succesfulclient-section .morebtn a {
	border: 2px solid #21a499;
	padding: 10px 40px;
	font-size: 13px;
	border-radius: 20px;
	font-weight: 500;
	color: #21a499;
	display: inline-block;
}
.succesfulclient-section .morebtn a:hover {
	color: #fff;
	background: #21a499;
	text-decoration: none;
}
.otherwbpack-section {
	margin: 0px;
	padding: 60px 0;
	width: 100%;
	background: #edf1f3;
	text-align: center;
}
.otherwbpack-section h2 {
	color: #21a499;
	position: relative;
	margin: 0 0 60px 0;
	padding: 0px;
}
.otherwbpack-section .package-section h3 {
	text-align: left;
	padding: 10px 0px 10px 0px;
}
.otherwbpack-section .package-section h3 span {
	font-weight: 200;
}
.otherwbpack-section .package-section p {
	text-align: left;
	line-height: 23px;
}
.otherwbpack-section .package-section .see-offer-link {
	float: left;
}
.otherwbpack-section.web-design-london-page .package-section .see-offer-link {
	float: left;
	position: absolute;
	bottom: 16px;
	left: 41px;
}
.otherwbpack-section .package-section .see-offer-link a {
	color: #21a499;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: normal;
	font-size: 12px;
}
.otherwbpack-section .package-section .see-offer-link a:hover {
	padding: 0 0 0 12px;
}
.otherwbpack-section .package-section {
	border: 2px solid #ccc;
	padding: 20px;
	min-height: 440px;
	margin: 0 auto;
}
.otherwbpack-section.otherwbpack_1_page_bespoke_web_design .package-section {
	min-height: 350px;
}
.otherwbpack-section .package-section:hover {
	background-color: #f7f9f8;
}
.secondsection {
	margin: 0px;
	padding: 40px 0;
	width: 100%;
	background: #edf1f3;
	text-align: center;
}
.contactus-section {
	margin: 0px;
	padding: 60px 0;
	width: 100%;
}
.contactus-section h3 {
	color: #7c7c7d;
	font-family: Myriad Pro;
	line-height: 30px;
	position: relative;
	padding-bottom: 15px;
}
.contactus-section h3:before {
	margin: 0px;
	padding: 0px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 31px;
	height: 3px;
	background: #21a499;
}
.contactus-section p {
	color: #7c7c7d;
}
.contactus-section .address-section {
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactus-section .email-section {
	background-image: url(../images/emailicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
}
.contactus-section .address-section h4 {
	text-transform: uppercase;
	font-weight: 500;
	color: #21a499;
	font-size: 15px;
	font-family: Myriad Pro;
}
.contactus-section .address-section {
	padding-left: 50px;
}
.contactus-section .address-section p {
	color: #7c7c7d;
	font-size: 14px;
}
.contactus-section .email-section h4 {
	text-transform: uppercase;
	font-weight: 500;
	color: #21a499;
	font-size: 15px;
	font-family: Myriad Pro;
}
.contactus-section .email-section a {
	border: 2px solid #21a499;
	padding: 10px 30px;
	font-size: 13px;
	border-radius: 20px;
	font-weight: 500;
	color: #21a499;
	display: inline-block;
}
.contactus-section .email-section a:hover {
	text-decoration: none;
	background: #21a499;
	color: #fff;
}
.purchase-section {
	margin: 0px;
	padding: 40px 0;
	width: 100%;
	background: #21a499;
	text-align: center;
}
.purchase-section h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	font-weight: 400;
}
.purchase-section h2::before {
	margin: 0px;
	padding: 0px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 31px;
	height: 3px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.purchase-section .row p {
	margin: 35px 0 35px 0;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 36px;
}
.purchase-section .row h4 {
	padding-top: 25px;
	color: #fff;
	font-size: 23px;
}
.paypalfrom {
	position: relative;
	padding-right: 40px;
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	background-image: url(../images/Lock_Icon2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.paypalfrom span {
	margin: 0px;
	padding: 10px 20px;
	width: 100%;
	max-width: 480px;
	border: 2px solid #21a499;
	background: #edf1f3;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
	text-align: left;
}
.purchase-section .paypalfrom a {
	margin: 0px;
	padding: 11px 45px;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #7c7c7d;
	border: 2px solid #21a499;
	position: absolute;
	right: 30px;
	top: 0px;
	z-index: 99;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.purchase-section .paypalfrom a:hover {
	text-decoration: none;
	border: 2px solid #fff;
	background-color: #21a499;
}
.purchase-section h4 {
	margin: 20px 0 0 0;
	padding: 0px;
	font-size: 30px;
	color: #fff;
	font-style: italic;
}
/* New Besopke CSS */
.websitepakagesection {
	margin: 0px;
	padding: 50px 0;
	width: 100%;
}
.websitepakagesection p {
	font-size: 17px;
}
.websitepakagesection .secondsection {
	padding: 50px 0;
}
.websitepakagesection p span {
	color: #ff00ff;
}
/*cheap_website_designs*/
.cheap_website {
	padding-bottom: 50px;
}
.txt_color {
	color: #21a499
}
.chep_img, .chep_img1 {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	min-height: 60px;
}
.chep .chep_img img {
	padding: 0px 8px;
	display: inline-block;
}
.chep_div h3 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}
.chep_div h3 a {
	color: #333;
}
.chep p {
	text-align: center;
	font-size: 13px;
	margin: 0 0 15px;
}
.chep_div, .sec_chep_div {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 15px 0;
	text-align: center;
}
.sec_chep_div {
	min-height: 408px;
}
.chep_div a.moreinfo, .last_chep_div a {
	border-radius: 12px;
	padding: 8px 36px;
	border: 1px solid #21a499;
	font-size: 10px;
	color: #21a499;
	font-weight: bold;
	;
}
.chep_div a {
	color: #21a499;
	display: inline-block;
}
.chep_div a.moreinfo:hover {
	background: #21a499;
	color: #fff;
	text-decoration: none;
}
.chep_div strong {
	color: #21a499
}
.last_chep_div {
	padding: 15px;
	margin: 15px 0;
}
.last_chep_div h3 {
	text-align: center;
	font-weight: normal;
}
.full_row {
	margin: 0px;
	padding: 50px 0;
	width: 100%;
	background: #21a499;
}
.headdiv {
	margin: 0px;
	padding-bottom: 30px;
	width: 100%;
	display: inline-block;
}
.headtitle h2, .headtitle h3 {
	float: left;
	margin-top: 0px;
}
.headtitle1 h2, .headtitle1 h3 {
	float: right;
	margin-top: 0px;
}
.headtitle h3 {
	font-size: 18px;
}
.full_row1 {
	margin: 0px;
	padding: 50px 0;
	width: 100%;
	background: #f1f1f1;
}
.full_row1 p {
	text-align: center;
}
.full_row p {
	text-align: center;
	padding: 0px 98px;
	font-size: 23px;
	color: #fff;
	line-height: 35px;
}
.full_row p a {
	color: #66e4ff;
}
.full_row p a:hover {
	text-decoration: none;
	color: #fff;
}
.secondchep .chep_img1 img {
	padding: 0px;
}
.sec_chep_div h3 {
	text-align: center;
	font-weight: normal;
	clear: both;
}
.websitepakagesection.secondchep.sixCol-sec {
	background: #f7f7f7;
	padding: 30px 0;
}
.sixCol-sec .sec_chep_div.middlediv .chep_img1 img {
	display: inline-block;
}
.sixCol-sec .sec_chep_div.middlediv p {
	text-align: center;
}
.websitepakagesection.secondchep.threeCol-sec {
	background: #fff;
	padding: 50px 0;
}
.websitepakagesection.secondchep.threeCol-sec h4 {
	text-align: left;
	clear: both;
}
.secondchep p {
	text-align: justify;
	color: #a6a6a6;
	font-size: 14px;
}
.secondchep h2 {
	text-align: center;
	margin-bottom: 15px;
}
.reviewclass {
	margin: 0px;
	padding: 20px 0;
}
.reviewclass .review-link {
	margin: 0px;
	padding: 15px 0 10px;
	display: block;
	font-size: 16px;
	color: #333;
}
.reviewclass .review-link a {
	color: #21a499;
}
.reviewclass h2 {
	margin-bottom: 15px;
}
.reviewclass p {
	text-align: justify;
}
.icon_logo_img {
	margin: 0px;
	padding: 30px 0;
	background: #f9f9f9;
}
.icon_logo_img img {
	margin: 0 auto;
}
/*end*/

/* Cheap_SEO */
.cheapseofirst-section {
	margin: 0px;
	padding: 40px 0;
	width: 100%;
	text-align: center;
}
.cheapseofirst-section h2 {
	color: #21a499;
	position: relative;
}
.cheapseofirst-section h2:before {
	margin: 0px;
	padding: 0px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 40px;
	height: 3px;
	background: #7c7c7d;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cheapseofirst-section .left-section {
	padding: 40px 0;
}
.cheapseofirst-section .left-section h3 {
	position: relative;
	color: #21a499;
	text-align: left;
}
.cheapseofirst-section .left-section h3:before {
	margin: 0px;
	padding: 0px;
	content: "";
	position: absolute;
	left: 3%;
	bottom: -14px;
	width: 40px;
	height: 3px;
	background: #7c7c7d;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cheapseofirst-section .left-section p {
	padding-top: 20px;
	text-align: left;
	line-height: 22px;
	color: #7c7c7d;
	font-size: 13px;
}
/*=== cheap_web_design_london.html ======*/
.designPackage-twoCol.web-design-london .Package-box .number-span {
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	color: #21a499;
}
.designPackage-twoCol.web-design-london .designPackage-img {
	padding: 0px;
}
.designPackage-twoCol.web-design-london .Package-box h3 {
	font-size: 17px;
	font-weight: 400;
}
.designPackage-twoCol.web-design-london .Package-box p {
	font-size: 12px;
}
.genuineTestimonials {
	margin: 15px 0;
	padding: 20px;
	background: #fdfdfd;
	border: 5px solid #fbfbfb;
}
.genuineTestimonials h4 {
	margin: 0 0 10px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
}
.genuineTestimonials img {
	display: block;
	margin: 0 0 20px;
}
.genuineTestimonials a {
	border: 2px solid #22a59a;
	border-radius: 10px;
	padding: 12px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #22a59a;
	font-weight: 600;
	letter-spacing: 2px;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.genuineTestimonials a:hover {
	text-decoration: none;
	background: #22a59a;
	color: #fff;
}
.professional-Effective-section {
	margin: 0px;
	padding: 60px 0;
	background: #edf1f3;
}
.professional-Effective-section h1, .professional-Effective-section h1 a {
	color: #21a499;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0 0 15px;
	font-size: 25px;
}
.professional-Effective-info {
	margin: 0px;
	padding: 0 30px 0 0;
}
.professional-Effective-info p {
	font-size: 14px;
	line-height: 23px;
}
.homeside-bar {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.homeside-bar h4, .homeside-bar h3 {
	margin: 0 0 12px;
	padding: 0px;
	font-size: 15px;
	color: #21a499;
	line-height: 22px;
	font-weight: 600;
}
.homeside-bar ul {
	margin: 0 0 40px;
	padding: 0px;
	list-style: none;
}
.homeside-bar ul li {
	margin: 0 0 3px;
	padding: 0px;
	display: block;
}
.homeside-bar ul li h1 {
	margin: 0px;
}
.homeside-bar ul li a {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666;
	line-height: 23px;
	display: inline-block;
}
.websitepakagesection.cheap-web-design-websitepakage {
	margin: 0px;
	padding: 60px 0;
	background: #f9f9f9;
}
.websitepakagesection.cheap-web-design-websitepakage .headdiv h1 {
	text-align: center;
}
.websitepakagesection.cheap-web-design-websitepakage .sec_chep_div {
	text-align: left;
}
.websitepakagesection.cheap-web-design-websitepakage .sec_chep_div h3 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 22px;
	font-weight: 400;
	display: block;
	color: #333;
	text-align: left;
}
.websitepakagesection.cheap-web-design-websitepakage .sec_chep_div h3 a {
	float: none;
	color: #333;
}
.websitepakagesection.cheap-web-design-websitepakage .sec_chep_div p {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}
.websitepakagesection.cheap-web-design-websitepakage .sec_chep_div div.txtstrong {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 30px;
	font-weight: 600;
	color: #21a499;
}
.websitepakagesection.cheap-web-design-websitepakage .sec_chep_div span.more-link {
	margin: 0px;
	padding: 0px;
	display: block;
}
.websitepakagesection.cheap-web-design-websitepakage .sec_chep_div span.more-link a {
	float: none;
	display: inline-block;
	font-weight: 600;
	color: #21a499;
}
.realHappy-ClientReviews {
	margin: 0px;
	padding: 50px 0;
	width: 100%;
}
.pageMore-links {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
	background: #fff;
}
.pageMore-links-inner {
	margin: 0 auto;
	padding: 0px;
}
.pageMore-links-inner .leftdiv {
	background: #efefef;
	padding: 60px 30px 60px 130px;
}
.pageMore-links-inner .leftdiv h4 {
	margin: 20px 0 12px;
	padding: 0px;
	font-size: 20px;
	font-weight: 400;
	display: block;
}
.pageMore-links-inner .leftdiv h4 a {
	color: #21a499;
}
.pageMore-links-inner .leftdiv p, .pageMore-links-inner .leftdiv h1 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #666;
}
.pageMore-links-inner .rightdiv {
	margin: 0px;
	padding: 60px 130px 60px 30px;
	width: 100%;
	display: inline-block;
}
.pageMore-links-inner .rightdiv .links {
	margin: 0 0 50px
}
.pageMore-links-inner .rightdiv .links h1 {
	margin: 0px;
	padding: 0px;
}
.pageMore-links-inner .rightdiv h4 {
	margin: 20px 0 10px;
	padding: 0px;
	font-size: 17px;
	line-height: 22px;
}
.pageMore-links-inner .rightdiv h4 a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: none;
	width: auto;
	color: #21a499;
	font-size: 17px;
	line-height: 22px;
}
.pageMore-links-inner .rightdiv a {
	color: #6b6b6b;
	padding: 0;
	width: 100%;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.pageMore-links-inner .rightdiv a:hover {
	color: #21a499;
}
.secondchep a {
	color: #21a499;
}
.leftdiv h6 {
	font-size: 11px;
	margin-bottom: 30px;
}
.leftcontent p {
	line-height: 35px;
}
.leftcontentsmall p {
	font-size: 14px;
	line-height: 30px;
}
.rightdiv h5 {
	clear: both;
	padding-top: 22px;
}
.rightgap {
	margin: 0px;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.leftcontentsmall h4 {
	color: #21a499;
}
p.txtstrong {
	color: #21a499;
	text-align: center;
	font-size: 24px;
}
.middlediv a {
	float: right;
}
.line {
	width: 100%;
	border: 1px solid #c1c1c1;
	margin-top: 17px;
}
/* End Cheap_SEO */


.clientreview-section {
	width: 100%;
	margin: 0px;
	padding: 50px 0;
	background: #f9f9f9;
}
.clientreviewmargin {
	margin: 0;
	padding: 40px 20px;
	width: 100%;
	display: inline-block;
}
.clientreviewmargin.odd {
	background: #fff;
}
.clientreviewmargin img {
	margin: 0 auto;
}
.clientreviewmargin h1 {
	color: #21a499;
	font-weight: 600;
	font-size: 26px;
}
.reviews-section {
	margin: 0px;
	padding: 70px 0;
	background: #fff;
}
.reviews-section .review-row {
	margin: 0px;
	padding: 20px;
	width: 100%;
	height: 1000px;
	overflow: auto;
	border: 1px solid #e4e4e4;
	position: relative;
}
.reviews-section h1 {
	text-align: center;
	color: #21a499;
	margin-bottom: 40px;
	font-size: 26px;
}
.review {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.review p {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
}
.review span a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	color: #21a499;
}
.reviewsection {
	background-color: #fff;
}
.cheapWebDesign_info {
	margin: 0px;
	padding: 60px 0;
}
.cheapWebDesign_info h1 {
	margin: 0 0 10px;
	padding: 0px;
	font-size: 30px;
	font-weight: 400;
	color: #21a499;
}
.cheapWebDesign_info h1 a {
	color: #21a499;
}
.cheapWebDesign_info h3 {
	margin: 0 0 20px;
	padding: 0px;
	font-size: 22px;
	font-weight: 400;
	color: #333;
}
.cheapWebDesign_info_right {
	margin: 0px;
	padding: 0 0 0 30px;
}
.GooglePlacesOpt {
	margin: 0 0 20px;
	padding: 15px;
	background: #fbfbfb;
	border: 2px dashed #21a499;
	position: relative;
}
.GooglePlacesOpt h3 {
	margin: 0 0 10px;
	padding: 0px;
	font-size: 22px;
	font-weight: 600;
	color: #21a499;
}
.GooglePlacesOpt h5 {
	margin: 0 0 20px;
	padding: 0px;
	font-size: 18px;
	color: #00b2d8;
}
.GooglePlacesOpt ul {
	margin: 0 0 20px 5px;
	padding: 0px;
	list-style: none;
}
.GooglePlacesOpt ul li {
	margin: 0px;
	padding: 0 0 0 25px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 26px;
	background: url(../images/wp56a54295_06.png) no-repeat left center;
}
.GooglePlacesOpt ul li a {
	display: inline-block;
	color: #333;
}
.fixed-cost {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-weight: 400;
}
.fixed-cost span {
	margin: 0px;
	padding: 0px;
	color: #21a499;
	font-weight: 600;
	font-size: 30px;
}
.contact-ourSEO-btn {
	margin: 16px 0 10px;
	padding: 0px;
	display: block;
}
.contact-ourSEO-btn a {
	display: inline-block;
	float: none;
	padding: 12px 25px;
}
.contact-ourSEO-btn a:hover {
	text-decoration: none;
}
.OrganicSEO-sec {
	margin: 0px;
	padding: 40px 0;
	width: 100%;
	background: #f9f9f9;
}
.OrganicSEO-sec h3 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	line-height: 30px;
	color: #21a499;
}
.OrganicSEO-sec h3 a {
	color: #21a499;
}
.secondchep.OrganicSEO-Services-col .sec_chep_div {
	text-align: left;
	min-height: 550px;
}
.secondchep.OrganicSEO-Services-col .sec_chep_div .chep_img1 img {
	border: 1px solid #ccc;
}
.keyword {
	margin-bottom: 15px;
}
.secondchep.OrganicSEO-Services-col .sec_chep_div h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 600;
}
.websitepakagesection.cheap_website.reviewsection .chep_div {
	min-height: 360px;
}
.contact-section, .contact_page_map {
	border-bottom: 8px solid #21a499;
}
.contact_right_div .well {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border: 8px solid #f5f3f3;
	border-radius: 0;
}
.contact_right_div .well .panel-body input, .contact_right_div .well .panel-body select, .contact_right_div .well .panel-body textarea {
	box-shadow: none;
}
.contact_right_div .well .panel-body input:focus, .contact_right_div .well .panel-body select:focus, .contact_right_div .well .panel-body textarea:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #21a499;
}
.contact_right_div .well .panel-body .btn-info {
	color: #fff;
	background-color: #21a499;
	border-color: #27a499;
	padding: 10px 25px;
}
.contact_right_div .well .panel-body .btn-info:hover {
	background-color: #00b2d8;
	border-color: #00b2d8;
}
.email-address {
	margin: 0px;
	padding: 0px;
}
.email-address span {
	margin: 0 0 20px;
	padding: 0px;
	display: block;
}
.email-address span span {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.email-address span i {
	margin: 2px 10px 0 0;
	padding: 0px;
	float: left;
	font-size: 18px;
	color: #21a499;
}
.email-address span.addres i {
	margin: 0 11px 0 3px;
	font-size: 25px;
}
.contact_left_div {
	margin: 0px;
	padding: 0px;
}
.contact_left_div h3 {
	margin: 0 0 20px;
	padding: 0px;
	font-size: 20px;
}
.contact_left_div h3 a {
	color: #333;
}
.leftcontentsmall.contact-bottom-info h2 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 20px;
	color: #21a499;
}
.leftcontentsmall.contact-bottom-info h2 a {
	color: #21a499;
}
.leftcontentsmall.contact-bottom-info h2 span a {
	color: #666;
}
.leftcontentsmall.contact-bottom-info p {
	margin-bottom: 40px;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo {
	background: #fff;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div h3 {
	font-size: 22px;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div ul {
	margin: 0 0 15px;
	padding: 0px;
	list-style: disc;
	list-style-position: inside;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div ul li {
	font-size: 14px;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div .txtstrong {
	font-size: 17px;
	font-weight: 400;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div .txtstrong strong {
	font-size: 22px;
	display: block;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div span.more-link {
	margin: 0px;
	padding: 10px;
	display: block;
	font-size: 17px;
	background: #f5f5f5;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div span.more-link a {
	margin: 0 0 0 30px;
	padding: 7px 10px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #21a499;
}
.websitepakagesection.cheap-web-design-websitepakage.unique-Original-logo .sec_chep_div span.more-link a:hover {
	text-decoration: none;
	background: #00b2d8;
}
.leftcontentsmall.Terms_Conditions {
	height: 1000px;
	overflow: auto;
}
.leftdiv.Terms_Conditions_main h2 {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 26px;
	line-height: 30px;
	color: #21a499;
}
.leftdiv.Terms_Conditions_main h2 a {
	color: #21a499;
}
.leftcontentsmall.Terms_Conditions h5 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}
.leftdiv.articles-div h2 {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
}
.leftdiv.articles-div h2 a{
	color:#21a499;
}
.back-articles {
	margin: 30px 0;
	padding: 0px;
	display: block;
}
.back-articles a {
	border: 2px solid #21a499;
	padding: 12px 30px;
	font-size: 13px;
	border-radius: 20px;
	font-weight: 500;
	color: #21a499;
	display: inline-block;
}
.back-articles a:hover {
	text-decoration: none;
	background: #21a499;
	color: #fff;
}
ul.ullist-nobullet {
	margin: 0 0 15px;
	padding: 0px;
	list-style: none;
}
ul.ullist-nobullet li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
ul.ullist-withbullet {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	list-style: disc;
	list-style-position: outside;
}
ul.ullist-withbullet li {
	margin: 0 0 10px;
	padding: 0px;
}
.about-class {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 100%;
}
.about-class h2 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	color: #21a499;
}
.about-class h3 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 24px;
	line-height: 26px;
	color: #666;
}
.leftcontentsmall.about-bottom h2 {
	margin: 0 0 15px;
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
	color: #21a499;
}
.leftcontentsmall.about-bottom h2 a, .leftdiv.articles-list h2 a {
	color: #21a499;
}
.leftcontentsmall.about-bottom h2 span a {
	color: #666;
}
.leftcontentsmall.about-bottom p {
	margin-bottom: 40px;
}
.leftdiv.articles-list h2 {
	margin: 0 0 30px;
	padding: 0px;
	font-size: 30px;
	font-weight: 400;
}
.leftdiv.articles-list .leftcontentsmall .row {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #fff;
}
.leftdiv.articles-list .leftcontentsmall h1 {
	margin: 0 0 20px;
	padding: 0px;
	font-size: 24px;
	line-height: 30px;
	color: #21a499;
}
.leftdiv.articles-list .leftcontentsmall h1 span {
	display: block;
	color: #333;
	font-size: 18px;
}
.leftdiv.articles-list .leftcontentsmall h1 a {
	color: #00b2d8;
}
.leftdiv.articles-list .leftcontentsmall h1 a:hover {
	text-decoration: none;
	color: #21a499;
}
.leftdiv.articles-list .leftcontentsmall ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
	list-style-position: inside;
}
.leftdiv.articles-list .leftcontentsmall ul li a {
	font-size: 13px;
	color: #21a499;
	line-height: 25px;
}
.leftdiv.articles-list .leftcontentsmall ul li a:hover {
	color: #00b2d8;
	text-decoration: none;
}
.Web_Design_Features {
	margin: 0px;
	padding: 60px 0;
}
.Web_Design_Features h1 {
	margin: 0 0 30px;
	padding: 0px;
	font-size: 28px;
	font-weight: 400;
	color: #21a499;
}
.Web_Design_Features .row {
	padding: 50px 25px;
}
.Web_Design_Features .row h2 {
	margin: 40px 0 20px 0;
	padding: 0px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
}
.Web_Design_Features .row img {
	margin: 0 auto;
}
.Web_Design_Features .row.odd {
	background: #f9f9f9;
}
.contact-Submission-Forms {
	margin: 0 auto;
	padding: 15px;
	width: 100%;
	max-width: 400px;
	border: 5px solid #ececec;
	background: #fdfdfd;
}
.contact-Submission-Forms .input-group {
	margin: 0 0 15px 0;
	width: 100%;
	display: table;
}
.contact-Submission-Forms .input-group label {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #333;
}
.contact-Submission-Forms .input-group input {
	margin: 0px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #ececec;
}
.contact-Submission-Forms .input-group-btn {
	margin: 0px;
	padding: 12px 0;
}
.contact-Submission-Forms .input-group-btn input {
	margin: 0 10px 0 0;
	padding: 8px 22px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11px;
	line-height: 18px;
	background: #21a499;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 50px;
	font-weight: 600;
}
.contact-Submission-Forms .input-group-btn input#butn_5 {
	background: #b5b5b5;
}
.contact-Submission-Forms .input-group-btn input:hover, .contact-Submission-Forms .input-group-btn input#butn_5:hover {
	background: #00b2d8;
}
.many-more-amazing {
	margin: 0px;
	padding: 50px 0;
	background: #f9f9f9;
	text-align: center;
}
.many-more-amazing h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: 400;
	color: #21a499;
}
.leftdiv.reviews_total_creation_reviews h2 {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #21a499;
}
.leftdiv.reviews_total_creation_reviews h2 a, .leftdiv.site-map-links h2 a {
	color: #21a499;
}
.leftdiv.reviews_total_creation_reviews img {
	margin-bottom: 20px;
}
.leftdiv.site-map-links {
	min-height: 1100px;
}
.leftdiv.site-map-links h2 {
	margin: 0 0 25px;
	padding: 0px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #21a499;
}
.leftdiv.site-map-links ul {
	margin: 0 0 0 20px;
	padding: 0px;
	list-style: square;
	list-style-position: inside;
}
.leftdiv.site-map-links ul ul {
	margin: 0 0 0 48px;
	padding: 0px;
	list-style: disc;
}
.leftdiv.site-map-links ul li a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #333;
}
.leftdiv.site-map-links ul li a:hover {
	text-decoration: underline;
	color: #21a499;
}
.centertext-img {
	padding: 50px;
}
.paymentpage {
	border-bottom: 5px solid;
	border-bottom-color: #21a499;
}
.chat-page-sec{
	border-bottom:7px solid #21a499;
}
.row.second-chat-row .chat-box{
	min-height:255px
}
.chat-box {
    border: 1px solid #eaeaea;
    padding: 30px 20px;
    margin: 15px 0;
    text-align: left;
    background-color: #fbfbfb;
    border-bottom: 3px solid #ccc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.chat-box:hover{
	border-bottom: 3px solid #21a499;
}
.chat-box h1 {
	margin:0 0 20px;
	padding:0px;
	font-size: 20px;
	color:#21a499;
	line-height:24px;
}
.chat-box h2 {
	margin:0 0 10px;
	padding:0px;
	font-size: 16px;
	line-height:24px;
	color:#333;
}
.chat-box span.expert-st{
	margin: 0px;
    padding: 6px 12px;
    display: block;
    background: #f1f1f1;
	font-size:14px;
	line-height:22px;
}
.otherwbpackage-link {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}
.otherwbpackage-info {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.otherwbpackage-btn {
	width: 100%;
	display: table;
	height: 15px;
	margin: 0px;
}
.news-section .leftdiv.articles-div h2{
	font-size:26px;
	color:#21a499;
}
.templates-div h1{
	margin:0 0 30px;
	padding:0px;
	text-align:center;	
}
.Web_Design_Features.templates-div .row{
	padding:0px;
}
.Web_Design_Features.templates-div .inner-box{
	margin:0 0 40px;
	padding:15px;
	border:1px solid #e8e8e8;
	text-align:center;
	border-bottom: 3px solid #21a499;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.Web_Design_Features.templates-div .inner-box:hover{
	border-bottom: 3px solid #21a499;
}

.Web_Design_Features.templates-div .inner-box img{
	margin:0 0 15px;
	padding:0px;
	width:100%;
}
.Web_Design_Features.templates-div .inner-box h2{
	margin:0px;
	padding:0px;
	font-size:20px;
	line-height:24px;
}

.pageMore-links.web-designers-cheap{
	background:#f9f9f9;
	padding:40px 0;
	border-top: 7px solid #21a499;
}
.pageMore-links.web-designers-cheap .leftdiv{
	margin:0px;
	padding:0px;
	background:none;
}




@media (max-width:767px) {
.social_icon ul li {
	margin: 0 8px 0 0;
}
.navigation {
	margin: 14px 0 0;
}
.navigation .navbar-collapse ul {
	margin: 11px 0 0;
	padding: 0px;
	list-style: none;
	float: none;
}
.navigation .navbar-collapse ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	text-align: left;
}
.navigation .navbar-collapse ul li a {
	margin: 0px;
	padding: 10px;
}
.connect_btn.mobile {
	display: block;
	float: none;
	padding: 10px 0;
}
.connect_btn.mobile a {
	display: inline-block;
}
.connect_btn.desktop {
	display: none;
}
#carousel-example .carousel-inner>.item>a>img {
	width: auto;
	max-width: none;
}
#carousel-example .custom_title h3 {
	font-size: 30px;
	line-height: 38px;
}
.top-section .box {
	padding: 60px 20px;
}
.middlesecond {
	min-height: inherit;
}
.top-middle-section {
	position: static;
	padding: 50px 0;
}
.nameright_prizessection.three-box {
	background: #21a499;
	padding: 30px 15px;
}
.web-design {
	padding: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.third-section .carousel-caption {
	top: 52%;
	text-align: left;
	padding: 6px 0px;
	left: 11%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.third-section .carousel-caption h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0 5px;
}
.third-section .carousel-caption p {
	font-size: 13px;
	color: #fff;
	line-height: 21px;
	font-weight: 400;
	clear: left;
}
.real-review-section {
	padding-right: 15px;
	margin-bottom: 50px;
	display: inline-block;
}
.offer-btn-second {
	padding: 10px 15px;
}
.we-do-title h1 {
	font-size: 45px;
	line-height: 50px;
	clear: both;
	margin-bottom: 30px;
}
.fifth-section {
	padding-bottom: 50px;
}
.what-we img {
	margin-bottom: 30px;
}
.mission-left #exTab2 ul.nav li {
	margin-bottom: 20px;
}
.our_team .team-info h1 {
	font-size: 42px;
}
.blog-row .blog {
	margin-bottom: 40px;
}
.testimonial_section .item blockquote .review {
	display: block;
	text-align: center;
}
.testimonial_section .item blockquote .review img {
	display: inline-block;
}
.testimonial_section .item blockquote p:before {
	left: -20px;
	font-size: 22px;
}
.testimonial_section .item blockquote p:after {
	right: -25px;
	font-size: 22px;
}
.send-email input[type="submit"] {
	padding: 11px 18px;
}
#carousel-example-whatMakes .slide-div {
	margin: 0 0 20px;
}
.mission-left #exTab2 .tab-content h3 {
	font-size: 20px;
	line-height: 30px;
}
.footer-col.address, .footer-col.footer-menu, .footer-col.footer-tag {
	padding: 40px 0 0 0;
}
.subpage-header img {
	width: auto;
	max-width: none;
}
.full_row p {
	padding: 0 10px;
}
.pageMore-links-inner .leftdiv {
	padding: 40px 15px 40px 15px;
}
.pageMore-links-inner .rightdiv {
	padding: 40px 5px 40px 5px;
}
.contactus-section h3 {
	font-size: 20px;
}
.subpage-header-caption h3, .subpage-header-caption h1 {
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 20px;
}
.designPackage-info {
	padding: 0px;
}
.websitepackages_list ul {
	margin-bottom: 30px;
}
.otherwbpack-section .package-section {
	margin-bottom: 30px;
	padding-bottom: 40px;
}
.otherwbpack-section .package-section {
	word-wrap: break-word;
}
.paypalfrom span {
	font-size: 13px;
}
.succesfulclient-section img {
	width: 100%;
	height: auto;
}
.designPackage-head h3 span {
	display: block;
}
.purchase-section h2 {
	font-size: 27px;
}
.purchase-section .row p {
	font-size: 22px;
}
.clientreviewmargin {
	padding: 40px 0px;
}
.cheapWebDesign_info_right {
	padding: 0px;
}
}
@media (min-width:768px) and (max-width:991px) {
.navigation .navbar-collapse ul {
	margin: 11px 0 0;
	padding: 0px;
	list-style: none;
	float: none;
}
.navigation .navbar-collapse ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	text-align: left;
}
.navigation .navbar-collapse ul li a {
	margin: 0px;
	padding: 10px;
}
#carousel-example .custom_title h3 {
	font-size: 38px;
}
.middlesecond {
	min-height: 970px;
}
.third-section .carousel-caption {
	top: 15%;
}
.third-section .carousel-caption h4 {
	font-size: 22px;
}
.third-section .carousel-caption p {
	font-size: 16px;
	line-height: 24px;
}
.real-review-section {
	padding: 5% 23px 0 0;
}
.fifth-section {
	padding: 80px 0 40px;
}
.we-do-title h1 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}
.blog-row .blog {
	margin-bottom: 30px;
}
.subpage-header img {
	width: auto;
	max-width: none;
}
.designPackage-info {
	padding-right: 20px;
}
.otherwbpack-section .package-section {
	padding-bottom: 40px;
}
.otherwbpack-section .package-section a {
	word-wrap: break-word;
}
.otherwbpack-section.web-design-london-page .package-section .see-offer-link {
	left: 38px;
	text-align: left;
}
.chep_div, .sec_chep_div {
	min-height: 385px;
}
.pageMore-links-inner .leftdiv {
	padding: 60px 30px 60px 30px;
}
.secondchep.OrganicSEO-Services-col .sec_chep_div {
	min-height: 640px;
}
.websitepakagesection.cheap_website.reviewsection .chep_div {
	min-height: 380px;
}
}
@media (min-width:992px) and (max-width:1199px) {
.nav-div {
	width: 100%;
	float: none;
}
.navigation .navbar-collapse ul li {
	padding: 0 13px;
}
.middlesecond {
	min-height: 950px;
}
.third-section .carousel-caption {
	top: 20%;
}
.web-design, .real-review-section {
	padding-top: 3%;
}
.fifth-section {
	padding: 120px 0px 50px;
}
.mission-left #exTab2 ul.nav li {
	margin-bottom: 25px;
}
.mission-left #exTab2 .tab-content h3 {
	font-size: 22px;
	line-height: 30px;
}
.mission-left {
	padding: 40px 0 30px;
}
.mission-left h2 {
	margin-bottom: 40px;
}
.mission-left #exTab2 ul.nav {
	margin-bottom: 40px;
}
.our_team .team-info h1 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 12px;
}
.our_team .team-info {
	padding: 15px;
}
.our_team .team-info h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.our_team .team-info p {
	font-size: 13px;
}
.blog-row .blog {
	padding: 15px;
	min-height: 425px;
}
.blog-row .blog-last h3 {
	font-size: 23px;
	line-height: 32px;
}
.blog-row .blog-last span a {
	padding: 10px 35px;
}
.contact-with-section p {
	font-size: 11px;
}
#carousel-example-whatMakes .slide-div {
	margin-right: 24px;
}
.diffrent_sec p {
	font-size: 13px;
}
.subpage-header img {
	width: auto;
	max-width: none;
}
.designPackage-info {
	padding-right: 20px;
}
.contactus-section .email-section a {
	padding: 8px 12px 8px 12px;
}
.pageMore-links-inner .leftdiv {
	padding: 60px 30px 60px 50px;
}
.pageMore-links-inner .rightdiv {
	padding: 60px 30px 60px 30px;
}
.chep_div, .sec_chep_div {
	min-height: 420px;
}
.secondchep.OrganicSEO-Services-col .sec_chep_div {
	min-height: 655px;
}
.websitepakagesection.cheap_website.reviewsection .chep_div {
	min-height: 421px;
}
}
@media (min-width:1200px) and (max-width:1500px) {
.navigation .navbar-collapse ul li {
	padding: 0 11px;
}
.navigation .navbar-collapse ul li a {
	font-size: 11px;
}
.navigation .navbar-collapse ul li a span {
	font-size: 10px;
}
.middlesecond {
	min-height: 920px;
}
.third-section .carousel-caption {
	top: 35%;
}
.web-design, .real-review-section {
	padding-top: 10%;
}
.mission-left h2 {
	margin-bottom: 40px;
}
.mission-left #exTab2 ul.nav li {
	padding-bottom: 20px;
}
.our_team .team-info h1 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 30px;
}
.our_team .team-info {
	padding: 30px 15px 30px;
}
.mission-left #exTab2 ul.nav {
	margin-bottom: 30px;
}
.blog-row .blog {
	min-height: 365px;
}
.blog-row .blog-last h3 {
	font-size: 31px;
}
.secondchep.OrganicSEO-Services-col .sec_chep_div {
	min-height: 590px;
}
}
