@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700i|Lato:400,700');
body {
	font-family: 'Lato', sans-serif;
	color: #333;
	line-height: 22px;
	font-size: 16px;
	overflow-x:hidden;
}
ul {
	margin:0px;
}
ul ul {
	padding-left:20px;
}
a {
	color: #00A5A8;
}
a:focus, a:active, a:hover {
	outline: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #E72E05;
	text-decoration:none;
}
p {
	line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	margin-top:0px;
}
h1 {
	font-size:50px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 17px;
	color: #302E2E;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	border-color: #ddd;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #CCD6E6 !important;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #CCD6E6 !important;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #CCD6E6 !important;
}
:-moz-placeholder { /* Firefox 18- */
 color: #CCD6E6 !important;
}
/*--------------------------------------------*/
/*   Helper clasess
/*--------------------------------------------*/

.clear {
	clear:both;
}
img {
	max-width:100%;
}
.p-0 {
	padding: 0px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-l-r-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.m-0 {
	margin: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-r-5 {
	margin-right:5px;
}
.w-sm {
	min-width:80px;
}
.font-bold {
	font-weight:600 !important;
}
.font-weight-500 {
	font-weight:500 !important;
}
.font-normal {
	font-weight:normal !important;
}
.font-15 {
	font-size:15px !important;
}
.font-14 {
	font-size:14px;
}
.font-22 {
	font-size:22px !important;
}
.uppercase {
	text-transform:uppercase;
}
.lead-14 {
	font-size:14px;
	line-height:20px;
}
.lead-16 {
	font-size: 16px;
	line-height: 27px;
}
.nowrap {
	white-space: nowrap !important;
}
label {
	font-weight: 500;
}
/*--------------------------------------------*/
/*   Loader and scroll top
/*--------------------------------------------*/

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color:#FFF;
	z-index: 999999;
}
.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}
.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	background:#CE9ED8;
	text-align: center;
}
.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}
.scrollup:hover {
	background:#C58CD1;
}
/*-----------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------*/


#header {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
}
#main-menu {
	z-index: 300;
	visibility:visible;
}
.menu-bg {
	background:#222222;
}
#main-menu ul {
	display: block;
	width: 100%;
	text-align: center;
}
#main-menu ul li {
	display: inline-block;
	position: relative;
}
#main-menu ul li a {
	display: inline-block;
	padding:6px 10px;
	line-height: 60px;
	color: #FFF;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}
#main-menu ul li a:hover {
	color:#FFF;
}
#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}
#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #FFF;
	box-shadow: inset 0 -2px 0 #FFF;
}
.clear-toggle {
	display:none;
	clear:both;
}
.navbar-toggle {
	color: #FFF;
	margin-top: 4px;
	font-size: 32px;
	margin-bottom: 0px;
	padding-top: 9px;
	position: absolute;
	right: 0px;
	padding-right: 0;
}
.logo {
	width: 100% !important;
	height: 100% !important;
}
.logo-nav {
	float: left;
	line-height: 70px;
}
/*--------------------------------------------*/
/*   Button (Original Primary Colour is #ED1C24)
/*--------------------------------------------*/


.btn {
	padding: 11px 32px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius:0;
	border:2px solid transparent;
	opacity: 0.9;
}
.btn:hover {
	opacity:1;
}
.btn-primary {
	background:#CE9ED8;
	border-color:#CE9ED8;
}
.btn-primary:hover, .btn-primary:focus {
	color:#FFF;
	background:#CE9ED8 !important;
	border-color:#CE9ED8 !important;
}
.btn-white-border {
	border: 2px solid #FFF;
	color:#FFF;
	background:transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
	color:#FFF;
	background:#CE9ED8;
	border-color:#CE9ED8;
}
/*--------------------------------------------*/
/*   Form Control
/*--------------------------------------------*/

.form-control {
	border-radius: 0;
	height: 47px;
	color: #777;
	border: 1px solid #777;
	background-color: #696969;
}
.form-control:focus {
	box-shadow:none;
	border-color:#b3b1b1;
}
/*--------------------------------------------*/
/*  common Section
/*--------------------------------------------*/

.section {
	padding:120px 0px 90px;
	position:relative;
}
section {
	position:relative;
}
section .container {
	position:relative;
}
.section-heading {
	text-align: center;
	margin: 0px 0px 70px;
}
.section-heading.white h2 {
	color:#FFF;
}
.section-heading h2 {
	font-size: 32px;
	position: relative;
	display: inline-block;
	padding-bottom:20px;
	text-transform:uppercase;
}
.section-heading h2:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	right: 50%;
	bottom: -2px;
	margin-right: -30px;
	background-color: #CE9ED8;
}
.parallax {
	background-attachment: fixed !important;
	background-position: top center !important;
}
/*--------------------------------------------*/
/*   Static Banner
/*--------------------------------------------*/

.banner {
	background:url(../images/cw-about-bg.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	height:100%;
	position:relative;
	text-align:center;
	padding:210px 0px;
}
.banner .container {
	position:relative;
	max-width: 1000px;
}
.overlay {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/* background:rgba(0, 0, 0, .6) */
}
.banner-inner {
	display: table;
	height: 100%;
	width: 100%;
}
.banner-caption-main {
	display: table-cell;
	vertical-align: middle;
}
.banner-caption-main h2 {
	color:#FFF;
	font-size:48px;
	margin:25px 0px;
	font-weight: 600;
}
.banner-caption-main h3 {
	color:#FFF;
	font-size:28px;
}
.banner-caption-main p {
	color:#FFF;
	line-height: 29px;
	font-size:16px;
}
.banner-caption-main .btn {
	margin:25px 5px;
}
/*--------------------------------------------*/
/*   About Section
/*--------------------------------------------*/


.about-img {
	margin-bottom:30px;
}
.about-intro {
	margin-bottom:30px;
	padding-left:60px;
}
.about-intro h3 {
	font-size: 26px;
}
.about-intro p {
	margin: 30px 0;
}
.about-intro .btn {
}

/*--------------------------------------------*/
/*   Services Section
/*--------------------------------------------*/

.services-section{
	background:#F5F5F5;
}

.services-box{
	text-align: center;
	margin-bottom:60px;
	background:#FFF;
	padding:30px 20px 20px;
}

.services-box .icon {
    color: #333;
    font-size: 50px;
    margin-bottom: 23px;
}

.services-box .services-info{
}

.services-box .services-info h3{
	font-size: 18px;
}


.services-box .services-info p{
}

/*-----------------------------------------------------------------*/
/*  Features
/*-----------------------------------------------------------------*/

#features{
	background:url(../images/features-bg.jpg) no-repeat;
	background-size:cover;
	text-align:center;
}

.features-box {
	text-align:center;
}
.features-box span {
	text-align: center;
	font-size: 47px;
	display: inline-block;
	background:#FFF;
	color:#C8181F;
	width: 100px;
	height: 100px;
	border: 1px solid #FFF;
	line-height: 100px;
	border-radius: 50%;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.features-box:hover span {
	color:#FFF;
	border-color:#FFF;
	background:transparent;
}
.features-box .features-info {
	margin-top:4px;
}
.features-box .features-info h3 {
    margin: 16px 0px;
    color: #FFF;
}
.features-box .features-info p {
	color:#FFF;
}
.features-box {
    margin-bottom: 25px;
    padding: 0px 12px;
}

.features-box.slick-slide{
	border:0px;
	outline:0;
}

/*-----------------------------------------------------------------*/
/* Works
/*-----------------------------------------------------------------*/

#works {
	padding-bottom: 125px;
}
ul.work {
	list-style: outside none none;
	margin: 0 0px 35px;
	padding: 0;
	text-align: center;
}
ul.work li {
	display: inline-block;
	font-size: 14px;
	padding: 8px 18px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid #CE9ED8;
	margin: 5px 2px;
	font-weight:600;
}
.single-work {
	margin-top: 30px;
	position: relative;
}
ul.work li.active, ul.work li:hover {
	background: #CE9ED8;
	color: #fff;
 transition: .5s;
 -webkit-transition: .5s;
}
.work-details {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
 -webkit-transition: .5s;
 transition: .5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.work-info-text {
	margin-top: 32%;
	color: #fff;
	position: relative;
}
.work-info-text h5 {
	margin: 0 0 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.work-info-text p {
	font-size: 12px;
	text-transform: uppercase;
}
.single-work:hover .work-details {
	-webkit-transform: scale(1);
	transform: scale(1);
 -webkit-transition: .5s;
 transition: .5s;
}
.work-inner .mix {
	display: none;
}
/*--------------------------------------------*/
/*   Call TO Action
/*--------------------------------------------*/

.cta {
	background:url(../images/cta-bg.jpg) no-repeat;
	background-size:cover;
	text-align:center;
	padding: 120px 0px 130px;
}
.cta-inner h2 {
	color: #FFF;
	font-size: 31px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 36px;
}
.cta-inner p {
	color: #FFF;
	font-size: 17px;
	margin: 24px 0px 30px;
}
.cta-inner .btn {
	margin:5px;
}
/*--------------------------------------------*/
/*   Team Members Section
/*--------------------------------------------*/

.team-members {
	margin-bottom: 30px;
}
.team-members .team-photo img {
	width:100%;
}
.team-members .team-info {
    text-align: center;
    background: #FFF;
    box-shadow: 0px 0px 2px #ccc;
    padding: 20px;
}

.team-members .team-info h3 {
	font-size: 20px;
	margin-bottom: 8px;
}
.team-members .team-info h6 {
	text-transform: uppercase;
	font-size: 12px;
}
.team-members ul.socials {
	margin:20px 0px 0px;
	padding:0px;
}
.team-members ul.socials li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.team-members ul.socials li a {
	color:#333333;
}
.team-members ul.socials li a:hover {
	color:#E72E05;
}
/*--------------------------------------------*/
/*   Testimonial Section
/*--------------------------------------------*/

.testimonial-section {
	background:url(../images/cw-banner-bg.jpg) no-repeat;
	background-size:cover;
}
.testimonial-item {
	text-align:center;
}
.testimonial-item p {
	color: #FFF;
	position: relative;
	line-height: 30px;
}
.testimonial-item h5 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	text-align:center;
	margin:30px 0px 0px;
}
.testimonial-item h5 small {
	color: #FFF;
	font-style: italic;
	display: block;
	margin: 9px 0px 0px;
	font-size: 12px;
}
/*--------------------------------------------*/
/*   Pricing  Section
/*--------------------------------------------*/


.pricing-box {
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0px 0px 19px #ccc;
	margin-bottom: 30px;
}
.pricing-box h3 {
	font-size: 25px;
}
.pricing-box .pricing-header {
    margin: 30px 0px 30px;
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 2px solid #CE9ED8;
    border-radius: 50%;
    background: #CE9ED8;
}
.pricing-box .pricing-header span.price {
    font-weight: 600;
    font-size: 35px;
    margin: 35px 0px 0px;
    display: inline-block;
    color: #FFF;
}
.pricing-box .pricing-header span.month {
	display: block;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:600;
	color: #FFF;
	line-height: 37px;
}
.pricing-box ul {
	margin:0px;
	padding:0px;
}
.pricing-box ul li {
    display: block;
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f0efef;
    padding-bottom: 20px;
}
.pricing-box .pricing-btn .btn {
	padding: 10px 34px;
	margin:15px 0px;
}
/*--------------------------------------------*/
/*   Blog Section
/*--------------------------------------------*/


.blog-section {
	background:url(../images/blog-bg.jpg) no-repeat;
	background-size:cover;
}
.blog-item {
	margin-bottom:30px;
}
.blog-item .blog-media {
}
.blog-item .blog-media img {
	width:100%;
}
.blog-item .blog-info {
	background:#FFF;
	padding:30px 20px;
}
.blog-item .blog-info h3 {
	font-size:18px;
}
.blog-item .blog-info h3 > a {
	color:#333;
}
.blog-item .blog-info h3 > a:hover {
	color: #E72E05;
}
.blog-item .blog-info .post-date {
	color: #b1b0b0;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
}
/*-----------------------------------------------------------------*/
/* Client Logo Carousel
/*-----------------------------------------------------------------*/

#clients {
	background:#FFF;
	text-align:center;
}
.clients-carousel .item figure {
	margin: 10px;
	width: 150px;
	margin: 0 auto;
}
.clients-carousel .item figure img {
	display: block;
	margin: 0 auto;
	opacity:0.5;
}
.clients-carousel .item figure img:hover {
	opacity:1;
}
/*--------------------------------------------*/
/*   Contact Section
/*--------------------------------------------*/


.contact-section {
	/* background:#222222; */
	background: #696969;
}
.contact-form textarea.form-control {
	height: 200px;
	resize: inherit;
}
.contact-form .form-group {
	margin-bottom:30px;
}
.contact-info {
	margin-bottom: 61px;
	float: left;
	width: 100%;
}
.contact-info-box {
	text-align: center;
	margin-bottom: 30px;
}
.contact-info-box .contact-icon {
	color: #FFF;
	font-size: 26px;
	margin-bottom: 24px;
}
.contact-info-box h5 {
    color: #FFF;
    position: relative;
    padding-bottom: 0;
}
.contact-info-box p {
	color:#FFF;
}
