/*
    Template Name    : Smart App
	Description		 : Responsive HTML5 Smart App and Multipurpose Template.
    Version          : 1.0

==================================================
Table of Content
==================================================

1. Fonts - Raleway, Lato and Opensans
2. Common CSS
3. Loader CSS
4. Header
5. Logo Wrapper
6. Navigation
7. Search
8. Banner Wrapper
9. Our Services
10. Manage Place
11. Best Works
12. App Screenshots
13. Satisfied-wrapper
14. Blog
15. Platforms
16. Testimonials
17. Our Team
18. Newsletter
19. Inner Page Banner
20. About Us page
21. FAQ Wrapper
22. Comming Soon
23. ooops wrapper
24. contact Us
25. Footer Wrapper
26. Footer
27. Media Quries 

/*
================================================
1. Fonts - Raleway, Lato and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Rajdhani:300,400,500,600,700');
/*
font-family: 'Rajdhani', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #2a2a2a;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Rajdhani', sans-serif;
}
a {
	color: #7f7f7f;
	transition: all 0.3s ease 0s;
}
p {
	margin: 0 0 20px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.offset-top-30 {
	margin-top: 30px;
}
.offset-top-60 {
	margin-top: 60px;
}
.center {
	text-align: center;
}
section {
	width: 100%;
	float: left;
	padding: 70px 0 74px;
}
section .title {
	margin: 0 0 50px 0;
	text-align: center;
}
section h2 {
	font-size: 46px;
	font-weight: 700;
	line-height: 40px;
	color: #0FACF3;
	text-transform: uppercase;
}
.form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	height: 50px;
	padding: 9px 15px;
}
@media (min-width:768px) {
section h2:before {
	background: rgba(0, 0, 0, 0) url(../images/h2-before.png) no-repeat left top;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 30px;
	vertical-align: middle;
	width: 49px;
}
section h2:after {
	background: rgba(0, 0, 0, 0) url(../images/h2-after.png) no-repeat left top;
	content: "";
	display: inline-block;
	height: 18px;
	margin-left: 30px;
	vertical-align: middle;
	width: 49px;
}
section h2.white:before {
	background: rgba(0, 0, 0, 0) url(../images/h2-before-white.png) no-repeat left top;
}
section h2.white:after {
	background: rgba(0, 0, 0, 0) url(../images/h2-after-white.png) no-repeat left top;
}
}
section .title p {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px 0;
}
section .title p span {
	display: block;
}
section .title p.top {
	display: block;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.section-divider {
	border-bottom: 1px solid #cccccc;
	margin: 0 120px 71px;
	padding: 63px 0 0;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #262626;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Header
================================================
*/
header {
	width: 100%;
	z-index: 99;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
/*
================================================
5. Logo Wrapper
================================================
*/
.logo-wrapper {
	padding: 18px 0 18px;
	width: 100%;
	float: left;
	background: #191b1d;
}
.affix .logo-wrapper {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
/*
================================================
6. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar-default .navbar-collapse {
	float: left;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
}
.navbar-collapse {
	padding: 0;
}
.navbar-brand {
	height: auto;
	display: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 1px #191b1d;
}
.navbar-nav > li {
	padding: 0 20px;
}
.navbar-nav > li > a {
	padding: 13px 0 10px;
}
.navbar-default .navbar-nav.nav li:hover > a, .navbar-default .navbar-nav li.active > a:hover, .navbar-default .navbar-nav li.active > a:focus, .navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .nav .open > a, .navbar-default .nav .open > a:focus, .navbar-default .nav .open > a:hover, .side-nav li > a:focus {
	color: #0FACF3;
	background-color: inherit;
	/*border-bottom: solid 1px #d1293c;*/
}
.navbar-nav > li > .dropdown-menu {
	top: 100%;
	padding: 0;
	margin: 19px 0 0 0;
	box-shadow: none;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	border-top: none;
	background: #191b1d;
}
.navbar-nav > li > .dropdown-menu li {
	border: none;
}
.dropdown-menu > li > a {
	color: #fff;
	margin: 0;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	text-decoration: none;
	background: #0b0c0d !important;
	color: #fff !important;
	border: none !important;
}
/*
================================================
7. Search
================================================
*/
.search {
	float: left;
	margin: 0 0 0 14px;
	padding: 2px 0;
}
.search i.fa-search {
	cursor: pointer;
	color: #fff;
}
#search-form {
	position: absolute;
	right: 0;
	top: 62px;
	z-index: 10;
}
.search #search-form.open #search {
	width: 350px;
}
#search-submit {
	display: none;
}
.search #search-form #search {
	background-color: #191b1d;
	color: #fff;
	height: 50px;
	padding: 0 40px 0 25px;
	transition: all 0.3s ease 0s;
	width: 0;
	border: none;
	margin: 0;
}
.search #search-form .close {
	color: #878787;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 8px;
	text-shadow: none;
}
/*
================================================
8. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.banner-wrapper .fade-carousel {
	position: relative;
}
.banner-wrapper .fade-carousel .carousel-control {
	opacity: 1;
	width: 10%;
}
.banner-wrapper .carousel-control.left {
	background-image: none;
}
.banner-wrapper .carousel-control.right {
	background-image: none;
}
.banner-wrapper .fade-carousel .slide-arrows .carousel-control span {
	height: 40px;
	line-height: 35px;
	width: 40px;
	border-radius: 50%;
	border: solid 2px #fafafa;
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
}
.banner-wrapper .fade-carousel .carousel-control span:hover {
	border: 2px solid #fd4326;
	background: #fd4326;
}
.banner-wrapper .hero {
	position: absolute;
	top: 16%;
	left: 20%;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	width: 70%;
}
.banner-wrapper .carousel .item.active .hero {
	opacity: 1;
}
.banner-wrapper .hero h1 {
	font-size: 65px;
	line-height: 60px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
}
.banner-wrapper .hero h1 span {
	color: #12191d;
	display: block;
	font-weight: 700;
}
.banner-wrapper .hero h1 i {
	font-style: normal;
	display: block;
}
.banner-wrapper .hero p {
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 30px 0;
	color: #fff;
}
.banner-wrapper .hero p span {
	display: block;
}
.banner-wrapper .btn-hero {
	border: solid 2px #fff;
	border-radius: 20px;
	color: #fff;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 20px 0 0;
	padding: 8px 22px;
}
.banner-wrapper .btn-hero:hover {
	background: #fff;
	color: #d72a3e;
}
/* Slides backgrounds */
.banner-wrapper .fade-carousel .carousel-inner .item {
	transition-property: opacity;
}
.banner-wrapper .fade-carousel .carousel-inner .item, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	opacity: 0;
}
.banner-wrapper .fade-carousel .carousel-inner .active, .banner-wrapper .fade-carousel .carousel-inner .next.left, .banner-wrapper .fade-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.banner-wrapper .fade-carousel .carousel-inner .next, .banner-wrapper .fade-carousel .carousel-inner .prev, .banner-wrapper .fade-carousel .carousel-inner .active.left, .banner-wrapper .fade-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.banner-wrapper .fade-carousel .carousel-control {
	z-index: 2;
}
.banner-wrapper .carousel, .carousel-inner, .banner-wrapper .carousel-inner .item {
	height: 100%;
}
.banner-wrapper .fade-carousel .slides .slide-1:before, .banner-wrapper .fade-carousel .slides .slide-2:before, .banner-wrapper .fade-carousel .slides .slide-3:before {
	background: #0B111E;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.banner-wrapper .fade-carousel .carousel-inner .item img {
	width: 100%;
	height: auto;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	top: 47%;
}
/*
================================================
9. Our Services
================================================
*/
.our-services .services {
	text-align: center;
}
.our-services .services h3 {
	font-size: 20px;
	font-weight: 600;
}
.our-services .services p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0 12px;
	margin: 0;
	color: #5a5a5a;
}
.our-services .services .cloud-icon {
	background: url(../images/cloud-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0 0 10px 0;
	width: 60px;
	height: 46px;
}
.our-services .services:hover .cloud-icon {
	background: url(../images/cloud-icon-hover.png) no-repeat left top;
}
.our-services .services .support-icon {
	background: url(../images/support-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0 0 10px 0;
	width: 60px;
	height: 46px;
}
.our-services .services:hover .support-icon {
	background: url(../images/support-icon-hover.png) no-repeat left top;
}
.our-services .services .design-icon {
	background: url(../images/design-icon.png) no-repeat left top;
	display: inline-block;
	margin: 6px 0 10px 0;
	width: 60px;
	height: 46px;
}
.our-services .services:hover .design-icon {
	background: url(../images/design-icon-hover.png) no-repeat left top;
}
/*
================================================
10. Manage Place
================================================
*/
.our-services .manage-place .icon-divider {
	border-right: 2px solid #a1a1a1;
	height: 58px;
	margin: 0 30px 15px;
}
.our-services .manage-place.txt-left .icon-divider {
	border-left: 2px solid #a1a1a1;
	border-right: 0;
}
.manage-place {
	margin: 72px 0 0 0;
}
.manage-place .services {
	text-align: right;
}
.manage-place.txt-left .services {
	text-align: left;
}
.manage-place .services p {
	padding: 0;
}
.one-place {
	text-align: center;
}
.service-txt {
	display: inline-block;
}
.our-services .services .data-cloud-icon {
	background: url(../images/data-cloud-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0;
	width: 62px;
	height: 63px;
}
.our-services .services:hover .data-cloud-icon {
	background: url(../images/data-cloud-icon-hover.png) no-repeat left top;
}
.our-services .services .quality-icon {
	background: url(../images/quality-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0;
	width: 62px;
	height: 63px;
}
.our-services .services:hover .quality-icon {
	background: url(../images/quality-icon-hover.png) no-repeat left top;
}
.our-services .services .creative-design-icon {
	background: url(../images/creative-design-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0;
	width: 62px;
	height: 63px;
}
.our-services .services:hover .creative-design-icon {
	background: url(../images/creative-design-icon-hover.png) no-repeat left top;
}
.our-services .services .perfect-design-icon {
	background: url(../images/perfect-design-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0;
	width: 62px;
	height: 63px;
}
.our-services .services:hover .perfect-design-icon {
	background: url(../images/perfect-design-icon-hover.png) no-repeat left top;
}
.our-services .services .performance-icon {
	background: url(../images/performance-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0;
	width: 62px;
	height: 63px;
}
.our-services .services:hover .performance-icon {
	background: url(../images/performance-icon-hover.png) no-repeat left top;
}
.our-services .services .security-icon {
	background: url(../images/security-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0;
	width: 62px;
	height: 63px;
}
.our-services .services:hover .security-icon {
	background: url(../images/security-icon-hover.png) no-repeat left top;
}
/*
================================================
11. Best Works
================================================
*/
.best-works {
	background: #f1f1f1;
	padding: 0;
}
.best-works img {
	width: 100%;
	height: auto;
}
.best-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.best-wrapper > div {
	background-position: center center;
	background-size: cover;
	display: table-cell;
	float: none;
	margin: 0;
	vertical-align: middle;
}
.best-wrapper .best {
	background-image: url(../images/best-img.jpg);
}
.best-wrapper .works {
	background-image: url(../images/works-img.jpg);
}
.best-works .title {
	margin: 0 0 10px 0;
	text-align: left;
}
.best-works ul {
	margin: 0;
}
.best-works ul li {
	list-style: none;
	padding: 0 0 6px 0;
}
.best-works ul li i {
	padding: 0 5px 0 0;
}
.why-best h2::before {
	background: none;
	margin: 0;
	width: auto;
}
.how-works h2::after {
	background: none;
	margin: 0;
	width: auto;
}
.best-works .why-best {
	margin: 0 30px 0 78px;
	padding: 71px 0 64px;
}
.best-works .how-works {
	margin: 0 30px 0 78px;
	padding: 71px 0 74px;
}
.google-icons img {
	width: auto;
	display: inline-block;
	margin: 15px 15px 0 0;
}
/*
================================================
12. App Screenshots
================================================
*/
.app-screenshots {
	padding: 71px 0 68px;
}
.app-screenshots .item {
	margin: 0 10px 20px;
}
.app-screenshots .owl-theme .owl-nav {
	display: none;
}
.app-screenshots .owl-theme .owl-dots .owl-dot span {
	background: #8c8d8e;
	opacity: 1;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}
.app-screenshots .owl-theme .owl-dots .owl-dot.active span {
	background: #d3293c;
}
/*
================================================
13. Satisfied-wrapper
================================================
*/
.satisfied-wrapper {
	background-image: url(../images/numbering-bg.jpg);
	background-position: left center;
	background-size: cover;
	float: left;
	width: 100%;
	padding: 74px 0 76px;
}
.satisfied-wrapper .counter {
	padding: 0;
	text-align: center;
}
.satisfied-wrapper .counter img {
	margin: 0 0 15px 0;
}
.satisfied-wrapper .counter .number {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}
.satisfied-wrapper .counter h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
}
/*
================================================
14. Blog
================================================
*/
.blog {
	padding-bottom: 23px;
}
.blog .thumbnail {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	margin-bottom: 40px;
	padding: 0;
	position: relative;
}
.blog .thumbnail:hover .caption a.readmore {
	background: #d72a3e;
	border: solid 1px #d72a3e;
	color: #fff;
}
.blog .thumbnail:hover .caption h3 a {
	color: #d72a3e;
}
.blog .thumbnail:hover .hover-img > img {
	opacity: 0.6;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.blog .thumbnail img {
	width: 100%;
}
.blog .hover-img {
	background: #2d2e2e;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.hover-img > img {
	min-height: 100%;
	transition-duration: 0.5s;
}
.blog ul {
	margin: 0;
	padding: 0;
}
.blog ul li {
	display: inline-block;
	list-style: none;
}
.blog .caption {
	padding: 20px 0;
}
.blog .caption h3 {
	margin: 0 0 15px 0;
}
.blog .caption h3 a {
	font-size: 20px;
	color: #191b1d;
	font-weight: 600;
}
.blog .caption h3 a:focus {
	text-decoration: none;
}
.blog .caption a.readmore {
	border: solid 1px #191b1d;
	padding: 8px 20px;
	color: #191b1d;
	border-radius: 20px;
}
.blog .caption p {
	line-height: 24px;
	margin: 0 0 30px 0;
}
.blog .details {
	margin: 0 0 12px 0;
}
.blog .details li {
	border-left: 1px solid #5a5a5a;
	color: #5a5a5a;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	padding: 0 5px 0 12px;
}
.blog .details li:first-child {
	border: none;
	padding-left: 0;
}
.blog .details li span {
	color: #000;
	font-weight: 600;
}
/******* single blog *******/
.blog-box {
	margin-bottom: 30px;
	border-radius: 0;
	padding: 0;
	border: none;
	color: #4a4747;
}
.blog-box img {
	width: 100%;
}
.blog-box .detail {
	padding: 30px;
	color: #4a4747;
	background: #f9f9f9;
	width: 100%;
	float: left;
}
.blog-box .detail h1 a {
	color: #d1293c;
	font-weight: 500;
}
.blog-box .detail .post-meta span a i {
	color: #d1293c;
}
.blog-box .detail .title a {
	text-decoration: none;
}
.blog-box .detail .title a:hover {
	color: #7a7677;
}
.blog-box .detail .post-meta {
	padding: 10px 0;
	border-bottom: solid 1px #e3e3e3;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: .5px;
}
.blog-box .detail .main-title-2 {
	margin-bottom: 15px;
}
.blog-box .detail .post-meta span {
	margin-right: 15px;
}
.blog-box .detail .post-meta span a {
	color: #656667;
	text-decoration: none;
}
.blog-box .detail .post-meta span a i {
	margin-right: 5px;
}
.blog-box .detail p {
	margin-bottom: 20px;
	line-height: 26px;
}
.blog-creative .blog-box .detail {
	padding: 20px !important;
}
.blog-box blockquote {
	background: #f5f5f5;
	color: #4a4747;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
.blog-box h2 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 8px;
}
.tags-box ul {
	list-style: none;
}
.tags-box ul li a {
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	color: #696969;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 5px 5px 0;
	padding: 6px 12px;
	text-decoration: none;
}
.tags-box ul li a:hover {
	background: #d1293c;
	color: #fff;
}
.blog-wrapper .btn {
	border: 1px solid #aaa;
	border-radius: 20px;
	color: #191b1d;
	padding: 8px 20px;
	background: #fff;
	padding: 8px 20px;
}
.blog-wrapper .btn:hover {
	background: #d1293c;
	border-color: #d1293c;
	color: #fff;
}
/** social icons area start **/
.social-list li a {
	background: #cacaca none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.social-list li a i {
	margin: 0;
	color: #fff;
}
.social-list li .facebook:hover {
	background: #3b589e;
	color: #fff;
}
.social-list li .twitter:hover {
	background: #56d7fe;
	color: #fff;
}
.social-list li .linkedin:hover {
	background: #1c82ca;
	color: #fff;
}
.social-list li .google:hover {
	background: #dc4e41;
	color: #fff;
}
.social-list li .rss:hover {
	background: #e78733;
	color: #fff;
}
.sidebar-widget {
	background: #f9f9f9;
	margin: 30px 0;
	padding: 30px;
}
.sidebar-widget h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 12px;
	text-align: left;
}
.comments {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.comment {
	margin: 0 0 30px;
	position: relative;
}
.comment-author {
	background-color: #dddddd;
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-color 0.15s linear 0s;
	width: 60px;
}
.comment-author a img {
	border-radius: 50%;
	bottom: 2px;
	display: block;
	height: 60px;
	position: absolute;
	top: 0;
	width: 60px;
}
.comment-content {
	margin-left: 80px;
	padding: 20px;
}
.comment-meta-author {
	float: left;
	font-weight: 700;
}
.comments ul {
	list-style: outside none none;
	margin: 0 0 0 80px;
	padding: 0;
}
.comment-meta-reply {
	color: #ffffff;
	float: right;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 0 15px;
}
.comment-meta-reply a {
	border-radius: 2px;
	color: #ffffff;
	padding: 4px 8px;
	text-decoration: none;
	background: #d1293c;
}
.comment-meta-date {
	float: right;
	font-size: 0.9em;
}
.comment-meta-date span {
	background-color: #cacaca;
	border-radius: 3px;
	color: #ffffff;
	padding: 4px 8px;
}
.comment-body {
	line-height: 24px;
	margin-top: 10px;
}
.comment-rating {
	color: #ffa500;
	margin-bottom: 5px;
}
.contact-form form .input-text {
	border: 1px solid #e8e7e7;
	border-radius: 3px;
	color: #6c6c6c;
	font-size: 13px;
	height: 40px;
	outline: medium none;
	padding: 10px 17px;
	width: 100%;
}
.contact-form form textarea {
	min-height: 210px;
}
.form-search {
	position: relative;
}
.form-search .form-group, .form-search .form-control {
	width: 100%;
}
.form-search .form-control {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	box-shadow: none;
	height: 45px;
}
.form-search .search-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 12px 12px 9px 13px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
}
.form-search .search-btn i {
	color: #4a4747;
}
.category-posts ul {
	margin: 0;
	padding: 0;
}
.category-posts ul li {
	border-bottom: 1px solid #ededed;
	color: #4a4747;
	padding: 8px 0;
}
.category-posts ul li a {
	color: #4a4747;
	text-decoration: none;
}
.category-posts ul li a:hover {
	color: #d1293c;
}
.category-posts ul li span {
	float: right;
}
.category-posts ul li:last-child {
	border-bottom: medium none;
}
.popular-posts .media {
	color: #4a4747;
	margin: 0 0 30px;
	overflow: hidden;
}
.popular-posts .media .media-left {
	padding-right: 15px;
}
.popular-posts .media-heading a {
	color: #d1293c;
}
.popular-posts .media-heading {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 4px;
}
.popular-posts .media .media-body p {
	margin-bottom: 4px;
}
.popular-posts .media .media-body .comments-icon i {
	margin-right: 8px;
}
.popular-posts .media:last-child {
	margin: 0;
}
.archives ul {
	margin: 0;
	padding: 0;
}
.archives ul li {
	border-bottom: 1px solid #f1f0f0;
	line-height: 40px;
}
.archives ul li:last-child {
	border-bottom: medium none;
}
.archives ul li a {
	color: #4a4747;
}
.archives ul li a:hover {
	color: #d1293c;
}
.social-list {
	margin: 0;
	padding: 0;
}
.social-list li {
	float: left;
	list-style: outside none none;
	margin: 0 5px 5px 0;
}
.social-media .social-list li a {
	background: #cacaca;
	border-radius: 3px;
	color: #4a4747;
	display: inline-block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
}
.latest-reviews .media .media-left img {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}
.latest-reviews .media-heading {
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 5px;
}
.latest-reviews .media-heading a {
	color: #4a4747;
	text-decoration: none;
}
.latest-reviews .media .media-body .rating i {
	color: #f8b42b;
}
.latest-reviews .media .media-body p {
	color: #4a4747;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.latest-reviews .media {
	margin: 0 0 20px;
}
/*
================================================
15. Platforms
================================================
*/
.platforms {
	background: #191b1d;
	padding: 115px 0 74px;
	float: left;
	width: 100%;
}
.platforms .col-sm-4.col-md-4 {
	padding: 0;
}
.platforms .plans {
	border: solid 1px #000000;
	text-align: center;
}
.platforms .plans.active {
	border: solid 1px #0FACF3;
	padding: 20px 0;
	margin: -40px 0 0 0;
}
.platforms .plans li {
	list-style: none;
	font-size: 18px;
	color: #ffffff;
	padding: 36px 0;
}
.platforms .plans li:nth-child(even) {
	background: #111213;
	padding: 16px 0;
}
.platforms .plans li.plan-title {
	color: #0FACF3;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 0;
}
.platforms .plans .plan-price {
	color: #ffffff;
	font-size: 60px;
	font-weight: 600;
}
.platforms .plans .plan-price span {
	font-size: 24px;
}
.platforms .plans li.more {
	padding: 20px 0 0;
}
.platforms .plans a {
	background: #0FACF3;
	font-size: 16px;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
}
/*
================================================
16. Testimonials
================================================
*/
.testimonials {
	padding: 71px 0 59px;
}
.testimonials .section-divider {
	padding-top: 67px;
}
.testimonials .item {
	margin: 0 10px 20px;
}
.tes-wrapper {
	border: 1px solid #b7b7b7;
	text-align: center;
	padding: 0 20px;
	margin: 50px 0 0 0;
}
.tes-wrapper span {
	border-radius: 100px;
	display: inline-block;
	height: 110px;
	width: 110px;
	margin-bottom: 10px;
	margin-top: -50px;
	background: #fff;
}
.tes-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
	padding: 5px;
}
.tes-wrapper h3 {
	font-weight: 600;
	color: #191b1d;
	font-size: 20px;
}
.tes-wrapper h3 span {
	display: block;
	font-size: 16px;
	width: auto;
	height: auto;
	margin: 0;
	border-radius: 0;
}
.testimonials .owl-theme .owl-nav {
	display: none;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
	background: #8c8d8e;
	opacity: 1;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
	background: #d3293c;
}
/*
================================================
17. Our Team
================================================
*/
.team .img-box h4 {
	margin: 0 0 25px 0;
	color: #d72a3e;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
}
.team .img-box h4:after {
	content: "";
	background: #fff;
	width: 60px;
	height: 1px;
	position: absolute;
	bottom: -10px;
	left: 38%;
}
.team .img-box h5 {
	margin: 0 0 35px 0;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}
.team .img-box h5 span {
	display: block;
}
.team img {
	width: 100%;
	height: auto;
}
.team .img-box {
	opacity: 1;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
}
.team .img-box:after {
	content: "";
	opacity: 0;
	background-color: rgba(47, 48, 50, 0.9);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border: solid 8px #2f3032;
}
.team .img-box:before {
	content: "";
	opacity: 0;
	position: absolute;
	right: 8px;
	left: 8px;
	top: 8px;
	bottom: 8px;
	border: solid 1px #fff;
	z-index: 1;
}
.img-box .text-center {
	position: absolute;
	z-index: 2;
	bottom: 180px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team .img-box:after, .img-box .text-center, .img-box .text-center a {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.img-box .text-center i {
	font-size: 14px;
	color: #fff;
}
.img-box .text-center a {
	width: 28px;
	height: 28px;
	text-align: center;
	border: 1px solid #f7f7f7;
	margin: 2px;
	padding: 0;
	line-height: 28px;
	display: inline-block;
	color: #fff;
}
.img-box:hover:after, .img-box:hover:before {
	opacity: 1;
}
.img-box:hover .text-center {
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.img-box .text-center a:hover {
	opacity: 0.6;
}
.img-box a:hover .text-center {
	border-color: #fff;
	color: #f7f7f7;
}
/*
================================================
18. Newsletter
================================================
*/
.newsletter {
	background: #d72a3e;
	padding: 20px 0;
}
.newsletter h3 {
	color: #fff;
	margin: 14px 0 0 0;
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
}
.newsletter .form input.form-control {
	background: #191b1d;
	border: none;
	border-radius: 0;
	font-weight: 400;
	height: 50px;
	line-height: 60px;
	margin: 0;
	padding: 0 0 0 3%;
	text-align: left;
	width: 68%;
	float: left;
	color: #fff;
}
.newsletter .form input.bttn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #000;
	float: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30%;
	cursor: pointer;
	height: 50px;
	line-height: 60px;
}
/*
================================================
19. Inner Page Banner
================================================
*/
.inner-banner {
	background-image: url(../images/inner-banner.jpg);
	background-position: center center;
	background-size: cover;
	float: left;
	padding: 58px 0 57px;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
}
.inner-banner .banner-title {
	margin: 0 0 15px 0;
}
.inner-banner h2 {
	color: #fff;
	font-size: 36px;
	line-height: 30px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.inner-banner span {
	border-bottom: solid 1px #e99097;
	width: 80px;
	display: inline-block;
}
.inner-breadcrumb {
	margin: 0;
}
.inner-breadcrumb li:first-child::before {
	display: none;
	font-size: 0;
}
.inner-breadcrumb li::before {
	color: #fff;
	content: "/ ";
	font-family: fontawesome;
	font-size: 12px;
	font-weight: normal;
	left: 0;
	line-height: normal;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}
.inner-breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 14px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.inner-breadcrumb li:last-child {
	color: #000;
}
.inner-breadcrumb li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.inner-breadcrumb li a:hover {
	color: #000;
}
/*
================================================
20. About Us page
================================================
*/
.inner-wrapper {
	padding: 70px 0 74px;
	float: left;
	width: 100%;
}
.inner-wrapper.our-services .services .easy-icon {
	background: url(../images/easy-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0 0 10px 0;
	width: 41px;
	height: 41px;
}
.inner-wrapper.our-services .services:hover .easy-icon {
	background: url(../images/easy-icon-hover.png) no-repeat left top;
}
.inner-wrapper.our-services .services .premium-icon {
	background: url(../images/premium-icon.png) no-repeat left top;
	display: inline-block;
	margin: 0 0 10px 0;
	width: 37px;
	height: 40px;
}
.inner-wrapper.our-services .services:hover .premium-icon {
	background: url(../images/premium-icon-hover.png) no-repeat left top;
}
.inner-wrapper.our-services .services .view-icon {
	background: url(../images/view-icon.png) no-repeat left top;
	display: inline-block;
	margin: 6px 0 10px 0;
	width: 41px;
	height: 41px;
}
.inner-wrapper.our-services .services:hover .view-icon {
	background: url(../images/view-icon-hover.png) no-repeat left top;
}
.inner-wrapper .product-img {
	text-align: center;
}
.expert-team {
	background: #191b1d;
	padding-bottom: 49px;
}
.expert-team h2 {
	color: #fff;
}
.progress {
	border-radius: 0;
	box-shadow: none;
	height: 3px;
	margin: 10px 0 25px;
	background: #eee;
}
.skill {
	margin: -15px 0 0;
}
.skill-progress {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}
.progress-bar {
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: 300;
	height: 100%;
	letter-spacing: 1px;
	line-height: 18px;
	padding-right: 15px;
	text-align: right;
	width: 0;
	background-color: #d72a3e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.web-bar {
	color: #d72a3e;
	font-size: 16px;
	font-weight: 700;
	min-height: 30px;
	min-width: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.design {
	width: 82%;
}
.branding {
	width: 78%;
}
.product {
	width: 85%;
}
.web {
	width: 65%;
}
.bar1 {
	right: 16%;
}
.bar2 {
	right: 26%;
}
.bar3 {
	right: 11%;
}
.bar4 {
	right: 31%;
}
/*
================================================
21. FAQ Wrapper
================================================
*/
.home-faq-wrapper h2:after {
	background-color: #0178bc;
	border: medium none;
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 0;
	width: 150px;
}
.faq-wrapper {
	padding: 44px 0 74px;
}
.home-faq-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.home-faq-wrapper h2 span {
	color: #0178bc;
	font-weight: 600;
}
.home-faq-wrapper .panel-group .panel {
	border-radius: 0;
	border: none;
}
.home-faq-wrapper .panel-faq .panel-default > .panel-heading {
	background-color: #d1293c;
	border: 0 none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #ffffff;
	padding: 13px 20px;
	position: relative;
}
.home-faq-wrapper .panel-faq .panel-default > .panel-heading.active a:hover, .home-faq-wrapper .panel-faq .panel-default > .panel-heading.active a:focus {
	color: #d1293c
}
.home-faq-wrapper .panel-faq .panel-default > .panel-heading.active {
	background-color: #fff;
	border: 1px solid #eee;
	color: #2d2e2e;
}
div.home-faq-wrapper .panel-faq .panel-body {
	background-color: #fff;
	border-width: 0 1px 1px 1px !important;
	border-color: #eee;
	margin-top: 0;
	padding: 15px 20px;
	border-style: solid;
}
.home-faq-wrapper .panel-title a:hover, .home-faq-wrapper .panel-title a:focus {
	color: #fff;
}
.home-faq-wrapper .panel-faq .panel-default > .panel-heading.active::before {
	color: #044764;
	content: "-";
}
.home-faq-wrapper .panel-faq .panel-default > .panel-heading.active h4 {
	color: #222;
}
.home-faq-wrapper .panel-faq .panel-default > .panel-heading::before {
	content: "+";
	font-family: Arial;
	font-size: 24px;
	padding: 0 0 0 20px;
	position: absolute;
	right: 20px;
	top: 8px;
}
.home-faq-wrapper .panel-faq p {
	margin: 0 0 12px;
}
.home-faq-wrapper .widget .btn {
	background-color: #fff;
	border-color: #0178bc;
	border-radius: 0;
	border-width: 1px;
	color: #0178bc;
}
.home-faq-wrapper .widget .btn:hover {
	background-color: #0178bc;
	border-color: #0178bc;
	color: #fff;
}
.home-faq-wrapper .panel-group {
	margin: 30px 0 0;
}
/**** faq form *****/
.faq-form {
	margin: 30px 0 0;
}
.faq-form h3 {
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	font-weight: 600;
	color: #d1293c;
}
.input-error {
	position: relative;
}
.faq-wrapper .contact-form .form-control {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	padding: 14px;
}
.faq-form textarea.form-control {
	height: 190px;
	resize: vertical;
}
.faq-form .btn {
	background: none;
	border: solid 1px #191b1d;
	color: #191b1d;
	border-radius: 20px;
	padding: 8px 20px;
}
.faq-form .btn:hover {
	background: #d1293c;
	border-color: #d1293c;
	color: #fff;
}
/*
================================================
22. Comming Soon
================================================
*/
.coming-soon {
	text-align: center;
	padding: 65px 0 59px;
}
.coming-soon .cmg-bg {
	border: medium none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.coming-soon h3 {
	font-size: 28px;
	color: #282828;
	padding: 30px 0 15px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.coming-soon h3 span {
	font-weight: 600;
	margin: 8px 0 0;
}
.coming-soon p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 30px;
	padding: 0 60px;
}
.coming-soon .form {
	width: 60%;
	margin: 0 auto;
}
.coming-soon .search-form {
	margin: 0 auto;
	width: 80%;
}
.coming-soon .form-group {
	position: relative;
}
.coming-soon .form input.form-control {
	background: none;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #7d7d7d;
	border-radius: 0;
	color: #666 !important;
	float: left;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: center;
	width: 100%;
	box-shadow: none;
}
.coming-soon .submit {
	display: inline-block;
	height: 100%;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
}
.count-down .countdown-row {
	width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	width: 25%;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
	width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}
.count-down .countdown-row .countdown-section {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 50px;
	font-weight: 500;
	display: block;
	color: #d1293c;
	line-height: 50px;
	margin: 0 0 10px;
}
.count-down .countdown-row .countdown-period {
	font-size: 18px;
	color: #d1293c;
	font-weight: 200;
}
/*
================================================
23. ooops wrapper
================================================
*/
.ooops-wrapper {
	text-align: center;
	padding: 65px 0 59px;
}
.oops i {
	border-radius: 50%;
	color: #ffffff;
	font-size: 80px;
	height: 100px;
	line-height: 100px;
	margin: 0 0 20px;
	width: 100px;
	background: #aaa;
}
.oops-wrapper h3 {
	color: #d1293c;
	font-family: "Open Sans", sans-serif;
	font-size: 80px;
	margin: 0 0 20px;
	font-weight: 600;
}
.ooops-wrapper p {
	font-size: 15px;
	margin: 0 0 20px;
}
.oops .btn-home {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #333333;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: normal;
	padding: 8px 34px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.oops .btn-home:hover, .oops .btn-home:focus {
	background: #d1293c;
	border-color: #d1293c;
	text-decoration: none;
	color: #fff;
}
/*
================================================
24. contact Us
================================================
*/
.contact-us .title span {
	margin: 0 0 20px;
	display: block;
}
.contact-us form .input-text {
	border: 1px solid #e8e7e7;
	border-radius: 3px;
	color: #6c6c6c;
	font-size: 13px;
	height: 40px;
	outline: medium none;
	padding: 10px 17px;
	width: 100%;
}
.contact-us form textarea {
	min-height: 210px;
}
.contact-us .btn {
	background: #191b1d;
	border: 1px solid #191b1d;
	border-radius: 0;
	color: #fff;
	padding: 8px 20px;
}
.contact-us .btn:hover, .contact-us .btn:focus {
	background: #d1293c;
	border-color: #d1293c;
	color: #fff;
}
.google-map {
	float: left;
	pointer-events: none;
	width: 100%;
}
.google-map iframe {
	border: medium none;
	height: 360px;
	margin: 0;
	width: 100%;
}
.contact-address {
	width: 100%;
	float: left;
}
.contact-box {
	margin: 30px 0 0;
}
.contact-us .contact-box img {
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: top;
}
.contact-us .capiton {
	display: inline-block;
}
.contact-us .capiton h3 {
	color: #d72a3e;
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 600;
}
.contact-us .capiton p {
	color: #5a5a5a;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}
.contact-us .capiton p span {
	display: block;
}
/*
================================================
25. Footer Wrapper
================================================
*/
.footer-wrapper {
	background: #191b1d;
	padding: 68px 0 74px;
}
.footer-wrapper .icon {
	margin: 8px 0 0;
}
.footer-wrapper i {
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	border: solid 1px #fff;
	display: inline-block;
}
.footer-wrapper h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-wrapper a, .footer-wrapper p {
	color: #d2d2d2;
	font-size: 16px;
	margin: 0;
}
.footer-wrapper .footer-divider {
	border-bottom: solid 1px #717171;
	padding: 40px 0 0 0;
	margin: 0 0 44px 0;
}
.footer-wrapper ul {
	margin: 0;
}
.footer-wrapper ul li {
	list-style: none;
	display: inline-block;
	padding: 0 20px 0 0;
}
.footer-wrapper ul li a {
	color: #717171;
}
.footer-wrapper ul.social-icons li {
	padding: 0 5px 0 0;
}
.footer-wrapper ul.social-icons li i {
	color: #717171;
	border: solid 1px #717171;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
/*
================================================
26. Footer
================================================
*/
footer {
	padding: 18px 0 21px;
	float: left;
	width: 100%;
	background: #000;
}
footer p {
	color: #717171;
	font-size: 13px;
	text-align: center;
	margin: 0;
}
/* Scroll Up */
#scrollUp {
	background: #000;
	border-radius: 50%;
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}

/*
================================================
27. Media Quries 
================================================
*/
@media (min-width: 1025px) and (max-width: 1324px) {
/* Nav */
.navbar-nav > li {
	padding: 0 14px;
}
/* Banner */
.banner-wrapper .hero p {
	display: none;
}
.banner-wrapper .hero h1 {
	font-size: 46px;
	margin: 0 0 20px 0;
	line-height: 50px;
}
/* Best Works */
.best-works h2 {
	font-size: 36px;
}
/* Newsletter */
.newsletter h3 {
	font-size: 18px;
}
}
 @media (min-width: 992px) and (max-width: 1024px) {
/* Nav */
.navbar-nav > li {
	padding: 0 15px;
}
/* Banner */
.banner-wrapper .hero p {
	display: none;
}
.banner-wrapper .hero h1 {
	font-size: 46px;
	margin: 0 0 20px 0;
	line-height: 50px;
}
/* Our Services */
.one-place img {
	width: 100%;
	height: auto;
}
.our-services .manage-place .icon-divider {
	margin: 0 18px 15px;
}
.our-services .manage-place.txt-left .icon-divider {
	margin: 0 30px 15px;
}
.manage-place .col-sm-12.col-md-9.no-padding {
	padding: 0 0 0 15px !important;
}
/* Best Works */
.best-works h2 {
	font-size: 34px;
}
/* Newsletter */
.newsletter h3 {
	font-size: 18px;
}
/* Contact Us */
.contact-us .capiton h3 {
	font-size: 16px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
/* Common Css */
section h2 {
	font-size: 36px;
}
/* Nav */
nav.pull-right {
	float: left !important;
}
.navbar {
	margin-top: 12px;
}
.navbar-nav > li {
	padding: 0 16px;
}
.navbar-nav > li:first-child {
	padding-left: 0;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 18px;
}
/* Search */
#search-form {
	top: 53px;
}
/* Banner */
.banner-wrapper .hero p, .banner-wrapper .btn-hero {
	display: none;
}
.banner-wrapper .hero h1 {
	font-size: 46px;
	line-height: 50px;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	top: 42%;
}
/* Our Services */
.our-services {
	padding-bottom: 10px;
}
.manage-place .services {
	text-align: center;
	margin-bottom: 60px;
}
.manage-place.txt-left .services {
	text-align: center;
}
.our-services .manage-place.txt-left .icon-divider {
	border-left: none;
	border-right: 0 none;
}
.our-services .manage-place .icon-divider {
	border-right: none;
	height: auto;
	margin: 0 30px 15px;
}
.our-services .manage-place .services .col-sm-3.pull-right {
	float: none !important;
}
.our-services .manage-place .services h3 {
	margin-top: 10px;
}
.manage-place {
	margin: 0;
}
.manage-place.txt-left {
	margin: 60px 0 0 0;
}
/* Best Works */
.best-works .why-best, .best-works .how-works {
	margin: 0 10px;
}
.best-works h2 {
	font-size: 30px;
}
.google-icons img {
	margin: 15px 8px 0 0;
}
/* Satisfied Wrapper */
.satisfied-wrapper {
	padding-bottom: 0;
}
.satisfied-wrapper .counter {
	min-height: 215px;
}
/* Testimonials and Team */
.testimonials {
	padding-bottom: 40px;
}
.team .img-box {
	margin-bottom: 30px;
}
/* Newsletter */
.newsletter h3 {
	margin: 0 0 10px;
}
/* Footer Wrapper */
.footer-wrapper {
	text-align: center;
}
.footer-wrapper .icon {
	margin: 0 0 12px 0;
}
.social-icons.pull-right {
	float: none !important;
	margin: 30px 0 0 0;
}
}
 @media (max-width: 767px) {
/* Common-css */	
section h2 {
	font-size: 30px;
	line-height: 36px;
}
section .title p {
	font-size: 14px;
}
.section-divider {
	border-bottom: 1px solid #cccccc;
	margin: 0 30px 60px;
	padding: 0;
}
/* Nav */
.navbar-nav {
	margin: 20px 0 0;
}
.navbar-nav > li {
	padding: 0 20px 10px;
}
.navbar-brand {
	display: block;
	padding: 0;
}
.navbar-toggle {
	margin-top: 2px;
}
nav.navbar.navbar-default.pull-right {
	float: left !important;
	width: 100%;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #ffffff;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
	font-size: 15px;
	padding: 10px 15px 10px 25px;
}
.navbar-default .navbar-collapse, header.affix .navbar-default .navbar-collapse {
	max-height: 370px;
}
/* Banner */
.banner-wrapper .hero {
	display: none;
}
.banner-wrapper .fade-carousel .slide-arrows .carousel-control span {
	height: 30px;
	line-height: 25px;
	width: 30px;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	top: 38%;
}
/* Our Services */
.our-services {
	padding-bottom: 10px;
}
.our-services .services {
	margin-bottom: 60px;
}
.manage-place .services {
	text-align: center;
}
.manage-place.txt-left .services {
	text-align: center;
}
.our-services .services p {
	padding: 0;
}
.our-services .manage-place.txt-left .icon-divider {
	border-left: none;
	border-right: 0 none;
}
.our-services .manage-place .icon-divider {
	border-right: none;
	height: auto;
	margin: 0 30px 15px;
}
.our-services .manage-place .services .col-sm-12.pull-right {
	float: none !important;
}
.our-services .manage-place .services .col-sm-12.no-padding {
	padding: 0 15px !important;
}
.our-services .manage-place .services h3 {
	margin-top: 10px;
}
.manage-place {
	margin: 0;
}
.manage-place.txt-left {
	margin: 60px 0 0 0;
}
/* Best Works */
.best-works .why-best, .best-works .how-works {
	margin: 0;
}
.best-wrapper {
	display: inherit;
}
.best-wrapper > div {
	display: inherit;
}
.best-wrapper .mob-img {
	height: 200px;
}
/* App Screenshots */
.app-screenshots .item {
	margin: 0 0 20px;
}
/* Satisfied Wrapper */
.satisfied-wrapper {
	padding-bottom: 20px;
}
.satisfied-wrapper .counter {
	margin-bottom: 70px;
}
/* Blog */
.blog .details li {
	font-size: 13px;
	padding: 0 3px 0 10px;
}
.blog .caption h3 a {
	font-size: 18px;
}
/* Platforms */
.platforms {
	padding-bottom: 40px;
}
.platforms .plans {
	margin: 0 0 30px 0;
}
.platforms .plans li.more {
	padding: 20px 0;
}
.platforms .plans:hover, .platforms .plans.active {
	margin: 0 0 30px 0;
	padding: 0;
}
/* Testimonials and Team */
.testimonials {
	padding-bottom: 40px;
}
.testimonials .section-divider {
	padding: 60px 0 0;
}
.team .img-box {
	margin-bottom: 30px;
}
/* Newsletter */
.newsletter h3 {
	margin: 0 0 10px;
}
/* About Us Page */
.inner-wrapper .product-img img {
	width: 100%;
	height: auto;
}
/* Blog Details Page */
.blog-box .detail {
	padding: 20px;
}
.blog-wrapper h3 {
	font-size: 18px;
}
.sidebar-widget {
	padding: 20px;
}
.comments ul {
	margin: 0;
}
.comments ul li .comment-mrg-bdr-nane {
	margin: 0;
}
.comment-content {
	margin-left: 80px;
	padding: 0 20px 20px;
}
.blog-share {
	margin: 15px 0 0;
}
/* Contact Us */	
.google-map {
	margin: 10px 0 0;
}
/* Footer Wrapper */
.footer-wrapper {
	padding-bottom: 30px;
	text-align: center;
}
.footer-wrapper .info {
	margin: 0 0 40px 0;
}
.footer-wrapper .icon {
	margin: 0 0 12px 0;
}
.social-icons.pull-right {
	float: none !important;
	margin: 30px 0 0 0;
}
.footer-wrapper ul li {
	padding: 0 20px 5px 0;
}
}
