/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, ul ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/webfonts/flexslider-icon.eot');
  src: url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/flexslider-icon.woff') format('woff'), url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{
	  font-family: 'Fira Sans', sans-serif;
}
body {
    line-height: 1.6;
   
    color: #333;
    overflow-x: hidden;
}

header{
	width:100%;
	overflow:auto;
	position:fixed;
	z-index:9999;
	
}

.wrapper{
	max-width:1140px;
	margin:0 auto;
}

.detailedinfo p {
	padding:10px 0;
}

.headerdiv{
	padding: 1rem 0rem;
	overflow:auto;
}



.headerdiv figure{
	float:left;
	font-size:13px;
	width:20%;
	padding-left:5px;
	color:#ffffff;
	
}
.headerdiv  nav{
	cursor:pointer;
	width:78%;
	float:left;
	text-align:right;
	
}

header nav ul{
	list-style-type:none;
}

header nav ul li{
	display:inline-block;
	text-align:center;
	padding-top:2%;
	letter-spacing:1px;
}



header nav ul li a{
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	color:#ffffff;
	padding: .5rem 1.5rem;
	font-weight:500;
}

header nav ul li a:hover{
	-moz-border-image: -moz-linear-gradient( left, #4C6FA4 1%, #12b9a8 50%, #4C6FA4 100% )0 0 100% 0/0 0 3px 0 stretch;
	-webkit-border-image: -webkit-linear-gradient( left, #4C6FA4 1%, #12b9a8 50%, #4C6FA4 100% )0 0 100% 0/0 0 3px 0 stretch;
	-o-border-image: -o-linear-gradient( left, #4C6FA4 1%, #12b9a8 50%, #4C6FA4 100% )0 0 100% 0/0 0 3px 0 stretch;
	border-image: linear-gradient( left, #4C6FA4 1%, #12b9a8 50%, #4C6FA4 100% )0 0 100% 0/0 0 3px 0 stretch;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mainbanner{
	position:relative;
	padding: 10rem 0 5rem;

}

.mainbanner::before{
	content: "";
	height:117%;
	top:-19%;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	border-radius: 0 0 0 25px;
	position: absolute;
	background: linear-gradient(to right bottom, #6153a3, #12b9a8);
	width: 110%;
	right:-10%;
	z-index:-9;
}

.datacontainer{
	overflow:auto;
}

.datacontainer div,.datacontainer figure{
	width:50%;
	float:left;
}

.datacontainer div{
	padding-top:80px;
}

.datacontainer figure{
	text-align:right;
}

.datacontainer div h1{
	font-size: 2.5rem;
	color:#ffffff;
}

.datacontainer div p{
	color:#ffffff;
}



.headertopbg_scroll{
	background: #fff;
	box-shadow: 0px 1px 13px #c3c3c3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 5px solid #12b9a8;

}

.headertopbg_scroll a{
	color:#333;
}

.headertopbg_scroll nav ul li a:hover{
	-moz-border-image: -moz-linear-gradient( left, #ffffff 1%, #12b9a8 50%, #ffffff 100% )0 0 100% 0/0 0 3px 0 stretch;
	-webkit-border-image: -webkit-linear-gradient( left, #ffffff 1%, #12b9a8 50%, #ffffff 100% )0 0 100% 0/0 0 3px 0 stretch;
	-o-border-image: -o-linear-gradient( left, #ffffff 1%, #12b9a8 50%, #ffffff 100% )0 0 100% 0/0 0 3px 0 stretch;
	border-image: linear-gradient( left, #ffffff 1%, #12b9a8 50%, #ffffff 100% )0 0 100% 0/0 0 3px 0 stretch;
}

.services-section{
	text-align: center !important;
	padding:80px 0;
	
	
}

.sectionh2.green span::after,.sectionh2.green span::before{
	background: #12b9a8;
}

.sectionh2{
	font-size:40px;
	text-transform:uppercase;
	text-align: center;
	

}

.sectionh2 span{
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}

.sectionh2 span::before{
	content: "";
	position: absolute;
	height: 3px;
	width: 50px;
	right: 110%;
	top: 50%;
	transform-origin: right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.sectionh2 span::after {
	content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 110%;
    top: 50%;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.sectionline:hover .sectionh2 span:before,.sectionline:hover .sectionh2 span:after {
  -webkit-transform: scale(1.3, 1);
  -moz-transform: scale(1.3, 1);
  -o-transform: scale(1.3, 1);
  transform: scale(1.3, 1); 
 }

 .services-section > p{
	margin-bottom: 4%;
 }

 .services-section article{
	width:30%;
	float:left;
	margin:2% 1%;
 }

.services-section article:nth-of-type(3n+1) {
    clear: both;
}

/*.services-section article:nth-child(3n+1) {
    clear: both;
}*/

.services-section article h3{
	padding-bottom: 20px;
	height:45px;
}

.services-section article h3 a{
	color:#000000;
	
}



.services-section article p{
	margin-bottom:16px;
}

.services-section article i{
	font-size:100px;
	padding-bottom: 15%;
	color:#12b9a8;
 }

.comment{
	color:#5365a4 !important;
}

.lead{
	color:#a0d468 !important;
}

.hand{
	color:#e2143a !important;
}

.aboutus{
	background: linear-gradient(to right bottom, #6153a3, #12b9a8);
	clear:both
}

.aboutus > div{
	padding:2.5% 0;
}

.aboutus div h2{
	text-align:center;
	color:#ffffff !important;
	padding:3% 0;
}

.aboutus figure{
	width:45%;
	float:left;
}

.aboutus div div{
	display:grid;
	color:#ffffff;
}

.aboutus div div h3{
	font-size:30px;

}

.aboutus div div p{
	padding:5px 0;
}

.aboutus div div ul{
	padding: 20px 0;
}

.aboutus div div ul li{
	list-style-type:none;
	padding:7px 0;
}

.checkcircle{
	padding-right:20px;
	font-size:20px;
}

.testimonial{
	text-align:center;
	padding: 20px 0;
	position:relative;
	z-index:99;
	overflow:hidden;
	
}

.testimonial article{
	width:47%;
	margin-right:30px;
	box-sizing:border-box;
	padding-top:30px;
}



.testimonial  article > p{
	padding:24px 50px;
	background: #f9f9f9;
	border: 2px solid #eee;
	font-size: 14px;
	line-height:35px;
	margin-bottom:25px;
}

.testimonial article h3{
	padding-bottom:10px;
}

.testimonial  em{
	display:block;
	font-style:normal;
}
	
.getintouch{
	width:100%;
	background: #f9f9f9;
	border-width: 2px 0;
	border-style: solid;
	border-color: #eee;
	clear:both;

}

.getintouch div{
	clear:both;
	padding:30px 0;
	background: #f9f9f9;
	border-width: 2px 0;
	border-style: solid;
	border-color: #eee;

	
}

.getintouch h2,.getintouch p{
	text-align:center;
}

.getintouch form{
	max-width: 700px;
	margin:64px auto 0;
}

.getintouch form input{
	padding:12px 0;
	border-radius: 8px;
	border: 2px solid #eee;
	margin-bottom:16px;
	width:100%;
}

.getintouch form textarea{
	padding:8px 0;
	border-radius: 8px;
	border: 2px solid #eee;
    border-top-color: rgb(238, 238, 238);
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
	margin-bottom:16px;
	height: 84px;
	width:100%;
}

.green_btn{
	background: #12b9a8;
	color: #fff;
	display: inline-block;
	padding: 10px 32px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "Conv_FiraSans-Bold";
	z-index: 0;
	text-transform:uppercase;
	width:100%;
	font-weight:bold;
}

.br_radius{
	border-radius: 8px;
}

.br_radius::before {
    border-radius: 8px;
}

.green_btn::before {
    border-color: #12b9a8;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	background: #fff;
	z-index: -1;
}

.green_btn:hover {
    background: transparent;
	color:#12b9a8;
}

.green_btn:hover:before {
	 -webkit-transform: scale(1, 1);
	 -moz-transform: scale(1, 1);
	 -o-transform: scale(1, 1);
	 transform: scale(1, 1); 
}

/*.flex-control-nav{
	clear: both;
}

.flex-control-nav li{
	list-style-type:none;
	display:inline-block;
	padding-right:20px;
	margin:20px 0;
}


.flex-control-nav li a{
	background:#12b9a8;
	color:#12b9a8;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 11px;
	height: 11px;
	display:block;
}

.flex-control-nav li :hover{
	background:#000000;


}

.flex-active{
	background:#000000 !important;
}*/

.flex-direction-nav{
	clear: both;
	list-style-type:none;
	
	
}

.flex-direction-nav .flex-prev {
    left:10px;
}

.flex-direction-nav .flex-next {
    right:10px;
}

.flex-direction-nav a::before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next::before {
    content: '\f002';
}

.flex-direction-nav a {
	top:50%;
	position:absolute;
	z-index:99;
	width:40px;
	height:55px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.alert{
	margin:0 0 5px;
	background: none repeat scroll 0 0 #FFBDBE;
    border: 1px solid #FF0000;
}

.alert-msg{
	position:absolute;
	clear:both;
	padding:0 0 8px;
	color:#ff0000;
	display:block;
	float:left;
	left:520px;
	top:11px;
	font-weight:normal;
	width:240px;
	margin:0;
}

.ui-tooltip {
    background: none repeat scroll 0 0 #ff8d8d;
    border: medium none;
    box-shadow: 0 0 9px #4a4a4a;
    margin: 7px 0 0;
    padding: 6px;
	font-size:14px;
	opacity:1.0;
}

.arrow {
    border-bottom: 17px solid #ffffff;
    border-left: 18px solid transparent;
    border-right: 0 solid transparent;
    left: -1px;
    position: absolute;
    top: -16px;
    width: 1px;
}

.ui-tooltip-content li {
    line-height:0px;
    list-style: none outside none;
	padding:7px 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  margin-left:20px;
  font-weight:bold;
}
::-moz-placeholder { /* Firefox 19+ */
	margin-left:20px;
  font-weight:bold;
}
:-ms-input-placeholder { /* IE 10+ */
  margin-left:20px;
  font-weight:bold;
}
:-moz-placeholder { /* Firefox 18- */
  margin-left:20px;
  font-weight:bold;
}


footer{
	background: linear-gradient(to right bottom, #6153a3, #12b9a8);
}

footer p{
	padding:20px 0;
	text-align:center;
	font-size:14px;
	color:#ffffff
}

.thankyou{
	padding:20px 0;
	color:#12b9a8;
}

.detailedinfo h2{
	color:#12b9a8;
	padding:10px 0;
	font-size:27px;
}

.detailedinfo h3{
	padding:10px 0;
}

#salessupport p,#leadgeneration p{
	padding:5px 0;
}

.detailedinfo ul li{
	margin:10px 0;
}

.detailedinfo ul li i{
	color:#12b9a8;
}

.hide{
	display:none;
}

.aboutus h2{
		color:#ffffff !important;	
	}


	.mobilemenu{
		display:none;
	}


@media screen and (max-width:420px) {
	.datacontainer div, .datacontainer figure{
		width:100%;
		padding-top:unset;
		overflow:hidden;
	}


	.datacontainer div h1{
		line-height: 45px;
		text-align:center;
		padding: 0 0 15px 0;
	}


}

@media screen and (max-width:736px) {
	.wrapper{
		width:100%;
		box-sizing:border-box;
		padding:0 10px;
	}

	header{
		padding:10px 0;
	}

	.aboutus h2{
		padding: 25px 0 0 0;
	}

	main{
		padding:0 10px;
	}

	.sectionh2 span::after,.sectionh2 span::before  {
		width:unset;
	}

	.header nav ul li a:hover{
		all:unset;
	
	}

	.headertopbg_scroll{
		all:unset;
	}
	
.mobilemenu{
		display:block;
		width: 109px;
		float: right;
		padding: 0 10px 0 0;
		color:#ffffff;
		font-size:25px;
		cursor:pointer;
	}

	.mobilemenu p{
		display: inline-block;
		padding-left: 5px;
		text-transform:uppercase;
	}

	.headerdiv nav {
		float:unset;
		text-align: center;
		display:none;
		width: 100%;
		padding-top:8px;
		overflow:hidden;
	}

	.headerdiv nav ul{
		padding-top: 2%;
		background: linear-gradient(to right bottom, #6153a3, #12b9a8);
		
	}

	.headerdiv nav ul li:first-of-type {
		border-top: 1px dashed #fc7837;

	}

	.headerdiv nav ul li{
		border-bottom: 1px dashed #fc7837;
		display:block;
		text-align:left;
	}

	.headerdiv nav ul li:hover{
		border-bottom:none;
	}

	

	.headertopbg_scroll .mobilemenu{
		color:#000000;

	}

	


	.mainbanner::before {
		all:unset;
	}

	.mainbanner{
		background: linear-gradient(to right bottom, #6153a3, #12b9a8);
		padding: 110px 0;
	}

	

	.datacontainer,.aboutus{
		padding:0 10px;
	}

	.datacontainer figure img{
		max-width: 100%;
	}

	
	.services-section{
			padding: 18px 0;
		}

		.services-section article i{
			padding-bottom: 6%;
		}
		
		.services-section article h3 {
			padding-bottom: 13px;
		}

		.services-section article{
			width:100%;
			margin: 4% 1%;

		}

	

	

	.aboutus figure img{
		max-width:100%;
	}

	.aboutus div div,.aboutus div figure{
		width:100%;
	}

	.aboutus > div {
		display: flex;
		flex-direction: column-reverse;
	}


	
}

@media screen and (min-width:664px) {
@media screen and (max-width:767px){
	.services-section article{
			width:48%;
			margin: 4% 1%;

	}
	.aboutus div div,.aboutus div figure{
		width:48%;
	}

	.aboutus > div{
		display:unset;
		flex-direction:unset;
	}
}}

@media screen and (min-width:767px) {
@media screen and (max-width:768px){
	.aboutus figure {
		width: 54%;
	}

	.datacontainer {
		overflow: hidden;
		padding: 0 20px;
	}

	.datacontainer div p {
		padding: 0 6px;
	}

	.datacontainer div, .datacontainer figure{
		width: 45%;
	}


}}










