@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400|Quicksand:300,400,500');
/*font-family: 'Comfortaa', cursive;
font-family: 'Quicksand', sans-serif;*/

* {padding: 0; margin: 0;}
body {
	font-family: 'Quicksand', sans-serif;
	color: #000000;
	background-color: #ffffff;
}
td, div, h1, h2, h3, p, input, form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
input, select, textarea, option {
	outline: none;
}
ul, li {
	list-style-type: none;
}
a {
	text-decoration: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none !important;
	outline: 0 !important;
}
a img {
	border: none;
	outline: 0;
}


/*-----------------------------------header-----------------------------------*/

.header {
	position: absolute;
	top: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.5);
	width: 100%;
}
	.container{
		position:relative;
	}
	.logo {
		float: left;
		margin: 8px 0;
	}
		.logo img{
			width:246px;
		}
	.tophead {
		background: rgba(255,255,255,1);
		position: relative;
		z-index: 9999;
		width: 100%;
		padding: 10px 0 0 0;
	}


/*-----------------------------------top_text-----------------------------------*/

.topText{
	padding:150px 0 60px;
}
	.topText h2{
		font-family: 'Comfortaa', cursive;
		font-size:38px;
		font-weight:300;
		color:#222;
		line-height:56px;
		padding:0 0 0 0;
		margin:0;
		text-align:center;
	}
	
	
/*-----------------------------------banner-----------------------------------*/

.textAndVideo{
	background-color:#faf9fd;
	position: relative;
	height: 692px;
	overflow:hidden;
}
	#myCarousel {
		position: relative;
		margin: 0 auto;
		padding: 80px 0 0 0;
		display: block;
		width: 70%;
	}
	.carousel-inner > .item{
		min-height:535px;
		/*overflow:hidden;*/
	}
	.bannerBtn {
		margin: 0 0 0;
		font-family: 'Quicksand', sans-serif;
		border: none;
		color: #fff;
		padding: 8px 35px;
		background-color: #ff5000;
		font-size: 20px;
		font-weight: 500;
		line-height: 27px;
		text-align: center;
		transition: all ease-in-out 0.5s;
		-moz-transition: all ease-in-out 0.5s;
		-webkit-transition: all ease-in-out 0.5s;
		-o-transition: all ease-in-out 0.5s;
		-ms-transition: all ease-in-out 0.5s;
		-khtml-transition: all ease-in-out 0.5s;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
		display: inline-block;
	}
	.bannerBtn:hover {
		background-color: #2d3e50;
		color: #fff;
	}
	.textAndVideo .col-sm-4{
		width: 36%;
	}
.youtubeVideo{
	position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    background-color: #f5f5f5;
    height: 100%;
}
	.youtubeVideo iframe{
		width:100%;
		height:692px;
	}
.youtubeVideo img{
	height: auto;
    width: 72%;
    margin: 0 auto;
    display: block;
}
	
	
/*-----------------------------------gamification-----------------------------------*/

.gamification{
	overflow:hidden;
}
	.gamification h2{
		font-family: 'Comfortaa', cursive;
		font-size:38px;
		font-weight:300;
		color:#222;
		line-height:56px;
		padding: 100px 0 60px;
		margin:0;
		text-align:center;
	}
	.gamification .col-sm-12{
		padding:0;
	}
		.gamification h2 span{
			font-size:24px;
			display:block;
			padding:10px 0 0 0;
			line-height:34px;
            color:#444;
		}
.owlCarouselItem{
	display: flex;
}
		.GamiImgPt{
			width:50%;
			background-color:#fafafa;
			height:796px;
			padding: 45px 0 30px;
		}
		.GamiTextPt{
			width:50%;
			position: relative;
			height:796px;
			background-color: #f0f0f0;
		}
			.GamiTextPtInn{
				position:absolute;
				top:25%;
				bottom:25%;
				left:10%;
				right:10%;
			}
		#owl-demo02.owl-theme .owl-controls {
			width: 50%;
			float: right;
			margin: -60px 0 0 0;
			z-index: 9;
			position: relative;
		}
	.gamiLeft{
			background-color:#fafafa;
		}
		.GamiCarusal{
			padding:0 0;
			position:relative;
		}
		

/*-----------------------------------owl_carusel-----------------------------------*/

.clintlogo{
	background-color:#fff;
	padding:80px 0 60px;
}
	.clintlogo h2{
		font-family: 'Comfortaa', cursive;
		font-size:38px;
		font-weight:300;
		color:#222;
		line-height:50px;
		padding:0 0 40px 0;
		margin:0;
		text-align:center;
	}
	#demo{
		overflow:hidden;		
	}	
	.gamification .col-sm-6{
		padding:0;
	}
	#owl-demo .item {
		display: block;
		padding: 30px 0px;
		margin: 5px;
		color: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
	}
		.owl-theme .owl-controls .owl-buttons div {
			padding: 5px 9px;
		}
		.owl-theme .owl-buttons i {
			margin-top: 2px;
		}
		.owl-theme .owl-controls .owl-buttons div {
			position: absolute;
		}
		.owl-theme .owl-controls .owl-buttons .owl-prev {
			left: -45px;
			top: 3px;
			background: url(../images/left_arrow.png) no-repeat 0 0;
			text-indent: -10000px;
			height: 44px;
			width: 22px;
		}
		.owl-theme .owl-controls .owl-buttons .owl-next {
			right: -45px;
			top: 3px;
			background:url(../images/right_arrow.png) no-repeat 0 0;
			text-indent: -10000px;
			height: 44px;
			width: 22px;
		}
		#owl-demo02 .item{
			text-align:center;
		}
		#owl-demo02 .item h3{
			color: #444;
			font-family: 'Quicksand', sans-serif;
			font-size: 36px;
			line-height: 46px;
			font-weight: 300;
			margin: 0;
			padding: 0 0 20px 0;
			text-align: center;
		}
		#owl-demo02 .item h2{
			color: #222;
			font-family: 'Comfortaa', cursive;
			font-size: 38px;
			line-height: 56px;
			font-weight: 300;
			margin: 0;
			padding: 0 0 50px 0;
			text-align: center;
		}
		#owl-demo02 .item h4{
			color: #444;
			font-family: 'Quicksand', sans-serif;
			font-size: 24px;
			line-height: 36px;
			font-weight: 400;
			margin: 0;
			padding: 0 0 60px 0;
			text-align: center;
			width: 80%;
			display: inline-block;
		}
		.indmailSecBtn02{
			display:inline-block;
		}
	

		
/*-----------------------------------Guidance_and_Tracking-----------------------------------*/

.guidanceTracking{
	padding: 100px 0 220px;
	overflow:hidden;
}
.guidanceTracking h2{
	font-family: 'Comfortaa', cursive;
	font-size:38px;
	font-weight:300;
	color:#222;
	line-height:50px;
	padding:0 0 80px 0;
	margin:0;
	text-align:center;
}
.guidanceTracking h2 span{
	font-size:24px;
	display:block;
	padding:20px 0 0 0;
	line-height:34px;
	color:#444;
}
.trakingPart{
	margin: 0 0 -175px 0;
	display: inline-block;
	width: 100%;
}
.trakingPart:nth-child(2){
	z-index: 1111;
	position: relative;
}
.trakingPart:nth-child(3){
	z-index: 111;
	position: relative;
}
.trakingPart:nth-child(4){
	z-index: 11;
	position: relative;
}
.trakingPart:nth-child(5){
	z-index: 1;
	position: relative;
}
.trackInn02{
	padding: 30px 0 0 0;
}
.trackInn03{
	padding: 30px 0 0 0;
}
.trackInn04{
	padding: 75px 0 0 0;
}
.trackingImg img{
	max-width:100%;
	background:url(../images/line.jpg) no-repeat right 100px;
}
.trackingImg02 img{
	background:url(../images/line.jpg) no-repeat right 127px;
}
.trackingImg03 img{
	background:url(../images/line.jpg) no-repeat right 127px;
}
.trackingImg04 img{
	background:url(../images/line.jpg) no-repeat right 172px;
}
.guidanceTracking h3 {
	font-size: 24px;
	color: #222;
	padding: 80px 0 15px 0;
	margin: 0;
	line-height:34px;
	font-family: 'Quicksand', sans-serif;
	font-weight:normal;
}
.guidanceTracking p {
	font-size: 17px;
	color: #444;
	padding: 0 0 10px 0;
	margin: 0;
	line-height:27px;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
}
			
	

/*-----------------------------------Client_Management-----------------------------------*/

.clientManagement{
	padding: 100px 0 30px;
	background-color:#fff;
	overflow:hidden;
}
.clientManagement h2{
	font-family: 'Comfortaa', cursive;
	font-size:38px;
	font-weight:300;
	color:#222;
	line-height:50px;
	padding:0 0 50px 0;
	margin:0;
	text-align:center;
}
.clientManagement h2 span{
	font-size:24px;
	display:block;
	padding:20px 0 0 0;
	line-height:34px;
	color:#444;
}
.managementPart{
	min-height:485px;
}
.managementPart h3 {
	font-size: 24px;
	color: #222;
	padding: 30px 0 25px 0;
	margin: 0;
	line-height:34px;
	font-family: 'Quicksand', sans-serif;
	font-weight:normal;
}
.managementPart p {
	font-size: 17px;
	color: #444;
	padding: 0 0 20px 0;
	margin: 0;
	line-height:27px;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
}
.managementPartImge{
	background:url(../images/client_management_img.png) center 75px no-repeat;
	background-size: 510px;
}
.managementPartImge .col-sm-4:nth-child(1) .managementPart{
	padding:0 60px 0 0;
}
.managementPartImge .col-sm-4:nth-child(3) .managementPart{
	padding:0 0 0 80px;
}
.managementPartImge .col-sm-4:nth-child(4) .managementPart{
	padding:0 60px 0 0;
}
.managementPartImge .col-sm-4:nth-child(6) .managementPart{
	padding:0 0 0 80px;
}
.managementPart img{
	width:88px;
	height:auto;
}


		
/*-----------------------------------why_digiteam-----------------------------------*/

.whyDigiteam{
	padding:80px 0 30px;
	background-color:#fafafa;
	overflow:hidden;
}
.whyDigiteam h2{
	font-family: 'Comfortaa', cursive;
	font-size:38px;
	font-weight:300;
	color:#222;
	line-height:50px;
	padding:0 0 80px 0;
	margin:0;
	text-align:center;
}
.whyDigiteamImg{
	float:left;
	width:88px;
}
.whyDigiteamText{
	float: left;
	width: 84%;
	padding: 0 0 0 20px;
	min-height: 190px;
}
.featuresDigiteamText {
	min-height: 225px;
}
.whyDigiteamText h3 {
	font-size: 24px;
	color: #222;
	padding: 0 0 18px 0;
	margin: 0;
	line-height: 34px;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}
.whyDigiteamText p {
	font-size: 17px;
	color: #444;
	padding: 0 0 0 0;
	margin: 0;
	line-height:27px;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
}
.whyDigiteamImg img{
	max-width:100%;
}



/*-----------------------------------Try_Digiteam-----------------------------------*/

.tryDigiteam{
	background-color: #f1f0f0;
	height: 500px;
	overflow: hidden;
}
.tryDigiteam img{
	max-width: 95%;
	padding: 30px 0 0 0;
}
.tryDigiInner{
	padding: 80px 0 80px 30px;
	margin: 0 0 0 0;
}
.tryDigiInner h2 {
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px 0;
}
.tryDigiInner ul{
	margin: 10px 0 0 25px;
}
.tryDigiInner ul li{	
	font-size: 17px;
    color: #444;
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 27px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
	list-style: disc;
}



/*-----------------------------------contact_part-----------------------------------*/

.indmailSec {
	background: #eeeeee;
	padding: 60px 0;
	margin: 0 0 0;
	overflow:hidden;
}
.indmailSec h2 {
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 60px 0;
	text-align: center;
}
.indformSec p{
	color: #747474;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin: 0;
	padding: 18px 0 0 0;
}
.indmailSecInput {
	margin: 8px 0 0 0;
	height: 48px;
	font-weight: 400;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #929292;
	color: #000;
	font-size: 18px;
	width: 100%;
	background: none;
	font-family: 'Quicksand', sans-serif;
}
.indmailSecInput::-webkit-input-placeholder {
	color: #737373 !important;
	opacity: 1;
}

.indmailSecInput:-moz-placeholder { /* Firefox 18- */
	color: #737373 !important;
	opacity: 1;
}

.indmailSecInput::-moz-placeholder {  /* Firefox 19+ */
	color: #737373 !important;
	opacity: 1;
}

.indmailSecInput:-ms-input-placeholder {  
	color: #737373 !important;
	opacity: 1;
}
.indmailSecBtn {
		margin: 0 0 -42px 0;
font-family: 'Quicksand', sans-serif;
border: none;
color: #fff;
position: relative;
bottom: -8px;
text-transform: capitalize;
padding: 10px 45px;
background-color: #ff5000;
font-size: 20px;
font-weight: 500;
line-height: 27px;
text-align: center;
display: inline-block;
transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-webkit-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
-ms-transition: all ease-in-out 0.5s;
-khtml-transition: all ease-in-out 0.5s;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.indmailSecBtn:hover {
	background-color: #2d3e50;
	color: #fff;
}



/*-----------------------------------footer-----------------------------------*/

.footbg {
	background: #38383c;
	padding: 70px 0 20px 0;
	width: 100%;
	margin: 0;
}
.footbg h2{
	font-size: 20px;
	color: #8d8d93;
	padding: 0 0 0 0;
	margin:20px 0;
	line-height:30px;
	font-family: 'Comfortaa', cursive;
	font-weight:normal;
}
.footbg p {
	font-size: 15px;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
	line-height:24px;
	font-family: 'Quicksand', sans-serif;
	font-weight:normal;
}
.footbg p span{
	font-size: 20px;
	font-weight:500;
	padding:0 0 15px 0;
	display:block;
}
.footbg p a{
    font-size: 15px;
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.footbg p a:hover {
    color: #ff5000;
}
.footin ul{
	display: inline-block;
	padding: 30px 0;
	margin: 0;
	float: right;
}
.footin01 ul{
	border-bottom: 2px solid #8d8d93;
	padding:15px 0 30px 0;
}
.footin ul li{
	float:left;
	padding:0 0 0 25px;
}
.footin01 ul li{
	padding:0 0 0 74px;
}
.footin ul li:first-child{
	padding:0 0 0 0;
}
.footin ul li a{
	font-size: 15px;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height:24px;
	font-family: 'Quicksand', sans-serif;
	font-weight:normal;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.footin ul li a:hover{
	color:#ff5000;
}
.footsocial {
	padding: 0 0 0 0;
}
.footsocial ul {
	padding: 0 0 30px 0;
	margin: 0;
	float:right;
}
.footsocial ul li {
	padding: 0 0;
	text-align: center;
	margin: 0 0 0 20px;
	float: left;
	list-style: none;
	transition: all 0.5s ease;
	cursor: pointer;
	font-family: 'Quicksand', sans-serif;
}
.faceb{
	background:url(../images/fac.png) no-repeat 0 0;
	width:55px;
	height:55px;
	display:block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	background-size: contain;
}
.faceb:hover{
	background:url(../images/fac_h.png) no-repeat 0 0;
	background-size: contain;
}
.twitr{
	background:url(../images/twt.png) no-repeat 0 0;
	width:55px;
	height:55px;
	display:block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	background-size: contain;
}
.twitr:hover{
	background:url(../images/twt_h.png) no-repeat 0 0;
	background-size: contain;
}
.linkedin{
	background:url(../images/lin.png) no-repeat 0 0;
	width:55px;
	height:55px;
	display:block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	background-size: contain;
}
.linkedin:hover{
	background:url(../images/lin_h.png) no-repeat 0 0;
	background-size: contain;
}
.bottomfoot {
	background: #38383c;
	padding: 20px 0;
}
.bottomfoot p{
	font-size: 14px;
	color: #8d8d93;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	float:left;
	font-weight:400;
}
.bottomfoot h4{
	font-size: 14px;
	color: #8d8d93;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	float:right;
	font-weight:400;
}
.bottomfoot h4 img{
	padding:0 0 0 10px;
}
		
	
	
/*-----------------------------------about_us-----------------------------------*/

.whatIsDigiteam {
	background: #f8f8f8;
	padding: 160px 0 0 0;
	margin: 0;
}
.whatIsDigiteam h1 {
	color: #000;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	padding: 30px 0 10px 0;
}
.whatIsDigiteam p{
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	margin: 0;
	padding: 15px 0 35px 0;
	width:80%;
}
.whatIsDigiteam img{
	max-width:100%;
	margin: 0 0 -125px 0;
}
.quickFacts{
	padding:140px 0 40px;
}
.quickFacts .col-sm-6{
	padding:0;
}
.quickFactsInn{
	padding:0 0 0 60px;
}
.quickFacts img{
	max-width:100%;
	margin:0 0 0 -25px;
}
.quickFacts h2{
	font-family: 'Comfortaa', cursive;
	font-size:38px;
	font-weight:300;
	color:#222;
	line-height:50px;
	padding:130px 0 60px;
	margin:0;
}
.quickFacts ul{
	padding:0 0 0 30px;
}
.quickFacts ul li{
	padding:10px 0 10px 35px;
	background:url(../images/pricing_right.png) no-repeat 0 18px;
	font-family: 'Quicksand', sans-serif;
	font-size:24px;
	font-weight:400;
	margin:0;
	color:#222;
}
.aboutClintlogo{
	background-color:#f8f8f8;
	padding:40px 0;
}
.aboutClintlogo #demo .span12 #owl-demo .item img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: gray;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	padding: 0 0 0 0;
}
.aboutClintlogo #demo .span12 #owl-demo .item img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: none;
	opacity: 1;
}
.aboutTestimonials{
	background-color:#f8f8f8;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	margin: 40px 15px;
    overflow: hidden;
	min-height:339px;
}
.aboutTestim h2 {
	padding: 0 0 20px 0;
}
.aboutTestiImg{
	width:44%;
	float:left;
	overflow: hidden;
	display:block;
	height:auto;
	-webkit-border-radius: 0 15% 15% 0 / 0 50% 50% 0;
	-moz-border-radius: 0 15% 15% 0 / 0 50% 50% 0;
	-ms-border-radius: 0 15% 15% 0 / 0 50% 50% 0;
	-o-border-radius: 0 15% 15% 0 / 0 50% 50% 0;
	border-radius: 0 15% 15% 0 / 0 50% 50% 0;
}
.aboutTestiText{
	width:56%;
	float:left;
	padding:50px 60px;
}
.aboutTestiText h3{
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 20px 0;
}
.aboutTestiText h3 span{
	font-size: 14px;
	line-height: 24px;
	color: #888787;
	display:block;
}
.aboutTestiText h4{
	color: #515151;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-style:italic;
}
.aboutAwards{
	background-color:#f8f8f8;
	padding:80px 0 65px;
}
.aboutAwards h2{
	font-family: 'Comfortaa', cursive;
	font-size:38px;
	font-weight:300;
	color:#222;
	line-height:50px;
	padding:0 0 60px;
	margin:0;
	text-align:center;
}
.awardsImg{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
	overflow:hidden;
	height:350px;
	margin:0 0 50px 0;	
}
.aboutAwards h3{
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px 0;
}
.aboutAwards p{
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 15px 0;
}

			
			
/*-----------------------------------Features-----------------------------------*/

.featuresVideo {
	background: url(../images/featuresVideo_img.jpg) no-repeat 0 0;
	background-attachment:fixed;
	background-size:cover;
	padding: 0 0 0 0;
	margin: 0;
	height:707px;
}
.featuresVideo h1 {
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 10px 0;
	text-align:center;
}
.featuresVideo p{
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	margin: 0 auto;
	padding: 15px 0 35px 0;
	width:80%;
	text-align:center;
}
.featuresVideoPt{
	padding: 25% 0 17%;
}
.featuresVideoLink{
	text-align:center;
}
.featuresVideoLink a{
	color: #000;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 auto 35px;
	padding: 0;
	text-align:center;
	display:inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.featuresVideoLink a:hover{
	color:#ff5000;
}
.featuresVideoLink a img{
	padding:0 10px 0 0;
	margin:-4px 0 0 0;
}
.featuresVideoImg{
	position:absolute;
	bottom: -186px;
	text-align:center;
	display:inline-block;
	width:100%;
	left:0;
	right:0;
	margin:0 auto;
}
.featuresVideoImg img{
	max-width:100%;
	background:url(../images/featuresVideo_img02_shadow.png) no-repeat center bottom;
}
.Features{
	padding:200px 0 80px;
}
.Features h2 {
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 80px 0;
	text-align:center;
}
.Features img{
	display:block;
	text-align:center;
	height: 72px;
			margin:0 auto;
}
.Features h3 {
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
	padding: 35px 0 30px;
	text-align:center;
}
.Features p{
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
.Features ul{
    margin:0;
}
.Features ul li{
	padding:8px 0 8px 35px;
	background:url(../images/pricing_right.png) no-repeat 0 12px;
	font-family: 'Quicksand', sans-serif;
	font-size:17px;
	font-weight:400;
	margin:0;
	color:#444;
}
	.Features a{
	font-family: 'Quicksand', sans-serif;
	font-size:17px;
	font-weight:400;
	margin: 0 0 0 35px;
	color:#ff5000;
}
.featuresEnterprise{
	padding:50px 0 0;
}
.featuresEnterprise .col-sm-5{
	padding:0;
}
.featuresEnterprise .col-sm-7{
	padding:0;
}
.featuresEnterPt{
	padding:0 0 0 45%;
	width: 850px;
}
.featuresEnterprise h2 {
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	padding: 140px 0 40px 0;
}
.featuresEnterprise p{
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 40px;
}
.featuresEnterprise a {
	margin: 0 0 0;
	font-family: 'Quicksand', sans-serif;
	border: none;
	color: #ff5000;
	padding: 8px 35px;
	background-color: #fff;
	border:2px solid #ff5000;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	display: inline-block;
}
.featuresEnterprise a:hover {
	background-color: #ff5000;
	color: #fff;
}
.featuresEnterprise img{
	float:right;
	max-width:100%;
}
.featuresDashboard{
	padding: 80px 0 0;
    background-color: #f8f8f8;
    position: relative;
    margin: 0 0 200px 0;
}
.featuresDashboard h2{
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 80px 0;
	text-align:center;
}
.featuresDashboard h2 span{
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0 0 0;
	display:block;
}
.featuresDashLeft{
	position: absolute;
	z-index: 9;
	margin: 0 0;
	bottom: -180px;
	left: 0;
}
	.featuresDashLeft img{
		max-width:100%;
	}
.featuresDashRight{
	float:right;
	padding: 20% 0 0 0;
}
.featuresDashRight img{
	max-width:100%;
}
.featuresSmart{
	padding: 80px 0;
    background-color: #f8f8f8;
}
.featuresSmart h2{
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 80px 0;
	text-align:center;
}
.featuresSmart h3 {
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 40px 0;
	padding: 0 0 25px;
}
.featuresSmart p{
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
}
.featuresSmart .container .col-sm-7 iframe{
	width:100%;
	height:400px;
}
		
	

/*-----------------------------------Contact_Us-----------------------------------*/
			
.contactFaq {
	margin: 0;
}
.faq { 
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.contactFaq h1{
	padding: 0 0 60px 0;
}
.contactFaq h2{
	color: #222;
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px 0;
	text-align:left;
}
.faq ul { 
	margin: 0;
	padding: 0;
}
.faq ul li { 
	display: block;
	padding: 0;
	text-align: left;
	position: relative;
	margin-top: 0;
	font-family: 'Quicksand', sans-serif;
}
.faq ul li strong {
	padding: 12px 15px 10px 35px;
	display: block;
	color: #222;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 500;
	cursor: pointer;
}  
.faq ul li span {
	background: url(../images/plus.jpg) left top no-repeat;
	width: 42px;
	height: 43px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 99;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
}
.faq ul li.direction strong {
	color: #ff5000;
}
.faq ul li.direction span  {
	background: url(../images/minus.jpg) left top no-repeat;
} 
.faq ul li a { 
	color: #fff;
	text-decoration: none;
	position: relative;
}
.faq ul li ul { 
	display: none;
	position: relative;
	top: 10px;
	left: 0;
	width: 100%;
	z-index:1;
	border-top: none;
	padding: 0 15px 30px 35px;
	color: #444;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
}
.faq ul li:first-of-type ul {
	display: block;
}
.faq ul li ul li { 
	margin-top: 0;
}
.ContactGetInTouch{
	width:100%;
	margin: 20px auto 0;
	padding:0;
	bottom:-50px;
}
.ContactGetInTouch h2{
	font-size:38px;
	line-height:50px;
}
.contactForm{
	width:73%;
	float:left;
	padding: 0 0 60px 0;
	position: relative;
}
.contactInfo{
	width: 27%;
	float: right;
	background-color: #444444;
	padding: 30px 40px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	height: 428px;
}
.contactInfo ul li{
	padding:10px 0 10px 30px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin:0;
}
.conMail{
	background:url(../images/con_details_ic01.png) no-repeat 0 18px;
}
.conFone{
	background:url(../images/con_details_ic02.png) no-repeat 0 18px;
}
.conLocation{
	background:url(../images/con_details_ic03.png) no-repeat 0 18px;
}
.map iframe{
	width:100%;
	height:500px;	
	margin: 0 0 -5px 0;
}
.needSupport{
	position:relative;
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	background-color:#fff;
	width: 100%;
    margin: 20px auto 0;
    padding: 0;
    bottom: -50px;
}
.needSupport h2{
	font-family: 'Comfortaa', cursive;
	font-size:38px;
	font-weight:300;
	color:#222;
	line-height:50px;
	padding:50px 0 40px;
	margin:0;
	text-align:center;
}
.needSupportInput {
	margin: 8px 30px 20px 60px;
	height: 48px;
	font-weight: 400;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #929292;
	color: #000;
	font-size: 17px;
	width: 40%;
	background: none;
	font-family: 'Quicksand', sans-serif;
}
.needSupportTextarea {
	margin: -133px 60px 20px 30px;
	font-weight: 400;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #929292;
	color: #000;
	font-size: 17px;
	width: 38%;
	background: none;
	font-family: 'Quicksand', sans-serif;
	float: right;
	height: 189px;
}
.needSupportBtn {
	margin: 0 0 0 0;
	bottom: -20px;
	left: 42%;	
	right:42%;
	position: absolute;
	font-family: 'Quicksand', sans-serif;
	border: none;
	color: #fff;
	padding: 8px 5px;
	background-color: #ff5000;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-khtml-transition: all ease-in-out 0.5s;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.needSupportBtn:hover {
	background-color: #2d3e50;
	color: #fff;
}







.footerAddress{
	padding: 0 0 0 60px;
}



