/*

Template Name: Premium Web Agency Landing Page Design
Author: LeadForest
Author URI: https//www.leadforest.com
Description: Premium Web Agency Landing Page Design.
Version: 1.0
Tags: Single page, Bootstrap, responsive, html5, css3, LeadForest landing page

*/


/* Table of Content.banner-content h1
==================================================
#BASIC TYPOGRAPHY
#BANNER
#FEATURES
#WELCOME
#LASTEST WORK
#CLIENT TESTIMONIAL
#FOOTER
*/

body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden
}

.container{width: 90%;max-width: 1280px !important; margin: auto !important;}

/** Heading **/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 0;
	color: #5a54af;
}
h1 {
	font-size: 35px;
	line-height: 55px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 30px
}
h5 {
	font-size: 25px
}
h6 {
	font-size: 20px
}
/**Link hover**/
a {
	color: #b20000;
}
a:focus, a:hover {
	outline: none;
	color: #710101;
	text-decoration: none;
}
/**Paragraphic**/
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	padding: 0;
}
p:last-child {
	margin: 0;
}
p a {
	color: #38c695;
}
/**Images**/
img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}
/**Listing
ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
}
ul li {
	list-style: none;
	padding: 0 0 20px 30px;
	position: relative;
	width: 100%;
}
ul li:before {
	content: "\f382";
	font-family: "Ionicons";
	position: absolute;
	color: #00cedb;
	left: 0;
	top: -1px;
	font-size: 18px;
}*/

input, select, textarea {
	-webkit-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
/*
	appearance: none;
*/
	outline: none;
	border: none;
}
select::-ms-expand {
 display: none;
}
::-webkit-input-placeholder {
 color:#fff;
 opacity:1
}
:-moz-placeholder { /* Firefox 18- */
color:#fff;
 opacity:1
}
::-moz-placeholder {  /* Firefox 19+ */
color:#fff;
 opacity:1
}
:-ms-input-placeholder {
color:#fff;
 opacity:1
}
.button {
	width: auto;
	color: #fff !important;
	padding: 15px 35px;
	font: bold 14px 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #446084;
}
.button:hover {
	background: #334862;
}
/**Banner section css**/
.banner-section {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	background: url(../images/banner.jpg) no-repeat top center;
	background-size: cover;
}
.banner-section .banner-content-box {
	width: 100%;
	margin: 0px 0px 50px 0;
}
.banner-content-box .logo {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: inline-block;
}
.banner-content-box .banner-content {
	margin: 50px 0 50px 0 !important;
	display: block;
}

.banner-content h1 {
    text-transform: capitalize;
    color: #000;

}
.banner-content h1 b {
	color: #00cedb
}
.banner-content span {
	font-weight: normal;
	line-height: 28px;
	font-size: 22px;
	display: block;
	margin: 5px 0 40px 0;
	color: #000;
}
/**Banner form area css**/
.banner-form {
	width: 100%;
	max-width: 470px;
	background: #334862;
	float: right;
	position: relative;
	z-index: 9;
	padding: 50px 60px;
	text-align: center;

}
.banner-form h2 {
	font-size: 30px;
	color: #fff;
}
.banner-form fieldset {
	width: 100%;
	margin: 0 auto 15px;
	display: block;
}
.banner-form fieldset input, .banner-form fieldset .btn, .banner-form fieldset textarea {
	width: 100%;
	padding: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	background: rgba(255,255,255,0.2);
	border: 0;
	border: 1px solid #6b65b7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.banner-form fieldset .bootstrap-select {
	width: 100% !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.banner-form fieldset .btn-group.open .dropdown-toggle {
	box-shadow: none !important;
	border: solid 1px #33363b;
	background: none !important
}
.banner-form fieldset .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	box-shadow: none !important;
}
.banner-form fieldset .caret {
	background: url(../images/select_drop.png) no-repeat 0 0;
	border: none !important;
	width: 16px;
	height: 10px;
	margin-top: -4px !important;
	right: 20px !important
}
.banner-form fieldset .dropup .caret, .banner-form fieldset .navbar-fixed-bottom .dropdown .caret {
	background: url(../images/select_up.png) no-repeat 0 0 !important;
}
.banner-form fieldset .dropdown-menu {
	background: #1098f7;
}
.banner-form fieldset .dropdown-menu > li {
	padding: 0;
}
.banner-form fieldset .dropdown-menu > li:before {
	display: none;
}
.banner-form fieldset .dropdown-menu > li > a {
	display: inline-block;
	width: 100%;
	background: none;
	color: #fff;
}
.banner-form fieldset textarea {
	background: rgba(255,255,255,0.2);
}
.banner-form fieldset input.button {
	border: none;
	background: #b20000;
	font-weight: 800;
	font-size: 20px;
}
.banner-form fieldset input.button:hover {
	background: #710101;
}
.banner-form fieldset .error {
	border: 1px solid #FF0000 !important;
}
.banner-form fieldset label.error {
	display: none !important;
}
.banner-form fieldset p.success-msg {
	margin: 20px auto 0;
	text-align: center;
	color: #f1c40f;
}
/**Features css**/
.features-section {
	width: 100%;
	margin: 0 auto;
	padding: 75px 0 0;
	display: inline-block;
}
.features-section .what-we-do {
	width: 100%;
}
.what-we-do h2 {
	font-size: 50px;
}
.what-we-do h2 strong {
	width: 100%;
	display: block;
}
.features-box {text-align: center;margin: 0px;}

.features-section .features-box {
	width: 100%;
	display: inline-block;
	margin: 0 0 60px;text-align: center;
}
.features-box i {
	font-size: 40px;
	line-height: 100%;
	color: #17191f;
	float: left;
	margin: 0 20px 0 0
}
.features-box h2 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 15px 0;color: #555;text-transform: uppercase;
}
/**Welcome section**/
.welcome-section {
	margin: 0 auto;
	width: 100%;
	background: #F6F6F6;
	padding: 80px 0;
}
.welcome-content {
	width: 100%;
	display: block;
	color: #fff
}
.welcome-content h2 {
	color: #fff;
}
.welcome-content i {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 30px 0;
	display: block;
}
/**Car slider css start**/
.cardslider {
	width: 65%;
	height: 430px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.cardslider__cards {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cardslider__card {
	display: block;
	width: auto;
	padding: 0;
	background: #1098f7;
	position: absolute;
	will-change: transform, opacity, background;
	-webkit-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out
}
.cardslider__card img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #5a54af;
	-webkit-box-shadow: 3px 4px 20px rgba(0,0,0,.2);
	-moz-box-shadow: 3px 4px 20px rgba(0,0,0,.2);
	box-shadow: 3px 4px 20px rgba(0,0,0,.2);
}
.cardslider__card span {
	width: auto;
	display: block;
	padding: 15px 20px;
	text-align: left;
	font: bold 20px 'Lato', sans-serif;
	color: #fff;
}
.cardslider__card span em {
	font-size: 14px;
	font-weight: 200;
	display: block;
}
.cardslider__card:before {
	display: none
}
.cardslider__card--transitions {
	-webkit-transition: background 0.5s ease-out, -webkit-transform 0.5s ease-out;
	transition: background 0.5s ease-out, -webkit-transform 0.5s ease-out;
	-o-transition: background 0.5s ease-out, -o-transform 0.5s ease-out;
	transition: background 0.5s ease-out, transform 0.5s ease-out;
	transition: background 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out, -o-transform 0.5s ease-out
}
.cardslider--direction-left .cardslider__card {
	-webkit-transform: scale(.8) translate3d(17.25%, 0, 0);
	transform: scale(.8) translate3d(17.25%, 0, 0)
}
.cardslider--direction-left .cardslider__card--index-0 {
	-webkit-transform: translate3d(0, 0, 4px);
	transform: translate3d(0, 0, 4px);
}
.cardslider--direction-left .cardslider__card--index-1 {
	-webkit-transform: scale(.90) translate3d(26.50%, 0, 3px);
	transform: scale(.90) translate3d(26.50%, 0, 3px);
	opacity: 0.9;
}
.cardslider--direction-left .cardslider__card--index-2 {
	-webkit-transform: scale(.8) translate3d(60.50%, 0, 2px);
	transform: scale(.8) translate3d(60.50%, 0, 2px);
	opacity: 0.8;
}
.cardslider--direction-left .cardslider__card--index-3 {
	-webkit-transform: scale(.85) translate3d(12.91%, 0, 1px);
	transform: scale(.85) translate3d(12.91%, 0, 1px);
	opacity: 0.7;
}
.cardslider--direction-left .cardslider__card--out {
	-webkit-transform: translate3d(-200%, 0, 4px);
	transform: translate3d(-200%, 0, 4px);
}
.cardslider--sortback-left {
	-webkit-animation: sortback-left 0.67s;
	-o-animation: sortback-left 0.67s;
	animation: sortback-left 0.67s
}
.cardslider--sortfront-left {
	-webkit-animation: sortfront-left 0.67s;
	-o-animation: sortfront-left 0.67s;
	animation: sortfront-left 0.67s
}
.cardslider__direction-nav {
	left: 62%;
	bottom: 28%;
	position: absolute;
	z-index: 999;
}
.cardslider__nav-next, .cardslider__nav-prev {
	display: block;
	background: none;
	border: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff url(../images/slider-icon.png) 0 center no-repeat;
	text-indent: -99999px;
	position: relative;
	outline: none;
	border-radius: 50%;
	padding: 0
}
.cardslider__nav-next:hover, .cardslider__nav-prev:hover {
	background: #00cedb url(../images/slider-icon.png) 0 center no-repeat !important;
}
.cardslider__nav-next:active, .cardslider__nav-prev:active {
	background: #00cedb;
}
.cardslider__nav-next {
	margin: 10px 0;
	background-position: center -104px !important;
}
.cardslider__nav-prev {
	background-position: center -43px !important;
}
.cardslider__nav-next:hover {
	background: #f1c40f;
	background-position: center 17px !important;
}
.cardslider__nav-prev:hover {
	background: #f1c40f;
	background-position: center -164px !important;
}
/**Car slider css end**/

/**Lastest work css**/
.lastest-work-section {
	padding: 80px 0 80px 0;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
}
.lastest-work-section h2 {
	text-align: center;
	margin: 0 0 35px 0
}
.lastest-work-section .work-profile {
	width: 100%;
	overflow: hidden
}
.work-profile .work-profile-img {
	width: auto;
	height: 250px;
	display: inherit;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.work-profile .work-profile-img img {
	width: auto;
	height: 100%;
}
.work-profile .work-profile-content {
	width: 100%;
	display: block;
	padding: 10px 20px;
}
.work-profile-content strong {
	font: bold 20px 'Lato', sans-serif;
	color: #5a54af
}
.work-profile-content p {
	color: #6c707a;
}
.lastest-work-section .button {
	margin: 40px auto 0;
}
/**Client are css**/
.client-area {
	margin: 0 auto;
	padding: 0 0 65px 0;
}
.client-area hr {
	background: #6c707a;
	height: 1px;
	margin: 75px 0 70px;
	border: 0;
}
.client-area h2 {
	text-align: center;
	margin: 0 auto 40px;
}
.client-details p {
	font-size: 20px;
	font-style: italic
}
.client-details p:before {
	content: '';
	background: url(../images/client_icon.png) no-repeat top center;
	width: 50px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	vertical-align: middle;
}
.client-details h3 {
	font-size: 16px;
	margin: 30px auto 0;
	font-weight: bold;
	color: #1098f7;
	text-transform: uppercase;
}
.client-area .item {
	padding: 15px;
}
.client-area .item .client-details {
	width: 100%;
	padding: 40px 30px 0;
	text-align: center;
	display: inline-block;
	color: #2c3e50 !important
}
.client-area .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border: 2px solid #bbbbbb;
	background: none;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #1b8bf7;
}
.client-area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border: 2px solid #1b8bf7;
	background: #1b8bf7 !important;
}
.client-area .owl-theme .owl-controls {
	display: none
}

.scrollup {
	text-align: center;
	margin: 0 auto;
}
.scrollup {
	color: #fff !important;
}



.features-box .button a {
	color: #fff;
}



@media only screen and (max-width: 640px){

	
	h1 {font-size: 25px !important;line-height: 35px;}
	.banner-content span{font-size: 15px;}
	.features-box h2{font-size: 16px;}
	p{font-size: 14px;}
	.button {padding: 12px 25px;}
	.banner-form fieldset input.button{font-size: 16px;}
}


#footer .footer-primary.pull-left {float: none !important;}

.banner-section .container .row:not(.row-collapse),.banner-section .lightbox-content .row:not(.row-collapse),.banner-section .row .gallery,.banner-section .row .row:not(.row-collapse), .features-section .container .row:not(.row-collapse),.features-section .lightbox-content .row:not(.row-collapse),.features-section .row .gallery,.features-section .row .row:not(.row-collapse), .welcome-section .container .row:not(.row-collapse),.welcome-section .lightbox-content .row:not(.row-collapse),.welcome-section .row .gallery, .welcome-section .row .row:not(.row-collapse) {margin-left: auto !important; margin-right: auto !important;}

.banner-section .container .row:not(.row-collapse),.banner-section .container .row , .features-section .container .row:not(.row-collapse),.features-section .container .row, .welcome-section .container .row:not(.row-collapse),.welcome-section .container .row {margin: auto !important;}

.banner-content h1 {font-size: 36px !important;padding-top: 60px !important;line-height: 1.5 !important;}

.banner-form input[type="text"],.banner-form input[type="tel"],.banner-form input[type="email"],.banner-form textarea {text-align: left !important;padding: 14px !important;color: #fff !important;font-size: 14px !important;font-weight: 300;background: rgba(255,255,255,0.2) !important;border: 1px solid #6b65b7 !important;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;margin-bottom: 0px !important;}
.banner-form .gform-theme--foundation .gform_fields {row-gap: 24px !important;}
.banner-form #gform_submit_button_5 {background: #b20000 !important;font-weight: 800;font-size: 20px;width: 100% !important;padding: 20px !important;}
.banner-form #gform_submit_button_5:hover {background-color:#710101 !important;}

.banner-form .gfield_checkbox label {color: #fff !important;	text-align: left;}
.logo-section .row {align-items: center;margin:0px auto !important;}
.phone-wrapper {text-align: right;}
.logo-wrapper img{margin:0px !important;}
.logo-section {	padding: 15px 0px;}
.phone-wrapper a {color: #5678a3;	font-size: 20px;font-weight: 800;letter-spacing: 2px;}
.phone-wrapper a:hover {color: #97131f;}
.phone-wrapper img {	width: 25px;	margin-right: 10px;}
.phone-wrapper a:hover img {filter: brightness(0) saturate(100%) invert(15%) sepia(33%) saturate(7404%) hue-rotate(342deg) brightness(86%) contrast(100%);}
.tagline-wrap {	background-color: #446084;	padding: 20px 0px 10px 0px;}
.tagline-wrap h3 {	color: #fff;	font-weight: 700;	font-size: 24px;}
.tagline-wrap .row {margin: 0 auto !important;}
.banner-content h5 {	font-size: 20px;	color: #5678a3;	margin-bottom: 20px;}

@media only screen and (max-width: 980px){
.tagline-wrap h3{text-align: center;}

}

@media only screen and (max-width: 640px){
.logo-section .row {display: flex;flex-flow: column;}
.phone-wrapper {margin-top: 15px;}


}

