html, body, div, span, applet, 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, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Helvetica;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?81105025');
  src: url('../fonts/fontello.eot?81105025#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?81105025') format('woff2'),
       url('../fonts/fontello.woff?81105025') format('woff'),
       url('../fonts/fontello.ttf?81105025') format('truetype'),
       url('../fonts/fontello.svg?81105025#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-phone:before { content: '\e800'; } 
.icon-mail:before { content: '\e801'; }
.icon-clock:before { content: '\e802'; } 
.icon-rupee:before { content: '\f156'; } 
.icon-percent:before { content: '\f295'; } 
.icon-ok:before { content: '\e803'; } 

header{
	background:#008ed6;
	padding:15px 0;
	border-top:5px solid #000;
}
.wrapper{
	max-width:1120px;
	width:100%;
	margin:0 auto;
}
header .wrapper{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	color:#fff;
}
header .wrapper div{
	display: inline-block;
}
header .wrapper .right-header span{
	display: inline-block;
}
header .wrapper .right-header .icon-style{
	width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 0 2px #008ed6 inset, 0 0 1px #008ed6;
    border: 1px solid #fff;
}
.right-header .demo-icon{
	color:#008ed6;
	font-size: 22px;
	position: relative;
	top:5px;
}
header .wrapper .right-header .call-us{
	margin-right: 25px;
}
.right-header .text{
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}
.right-header em{
	margin-bottom: 5px;
	display: inline-block;
	font-size: 14px;
	color: #f9f9f9;
}
.banner{
	width:100%;
	height: 525px;
	background: url(../images/banner-lp.jpg) no-repeat fixed;
	background-size: cover;
	padding:40px 0;
}
.banner .wrapper{
	display: grid;
	grid-template-columns: 0.8fr 0.6fr;
	grid-gap: 150px;
}
.banner .wrapper .text{
	font-size:32px;
	color:#fff;
	margin-top: 25px;
	line-height: 50px;
}
.banner .wrapper .text span{
	font-weight: bold;
	font-size: 42px;
}
.right-banner .box{
	background:rgba(0,0,0, 0.3);
	padding:20px 50px;
}
.right-banner .box h2{
	font-size:22px;
	color:#fff;
	margin-bottom: 15px;
}
.right-banner .box ul li{
	margin-bottom: 15px;
}
input[type="text"]{
	padding: 8px;
	box-shadow: 0 0 8px #bbb inset;
	background: #fff;
	border: 1px solid #fff;
}
.banner input[type="text"]{
	width:100%;
}
.banner input[type="submit"]{
	width:100%;
}
input[type="submit"]{
	background:#008ed6;
	padding:8px 20px;
	cursor: pointer;
	color:#fff;
	border:none;
	font-size: 18px;
	transition: 0.5s;
}
input[type="submit"]:hover{
	background:#eee;
	color:#008ed6;
}
input[type="text"]:focus{
	border:1px solid #008ed6;
}
.small-text{
	margin-top: 30px;
	color:#fff;
	font-size: 20px;
}
.small-text span{
	display: inline-block;
	margin-right: 25px;
}
.features{
	background: #ddd;
	padding:20px;
}
.features ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.features ul li{
	font-size: 22px;
	text-align: center;
}
.features ul li .demo-icon{
	font-size: 50px;
	text-shadow: 0 1px 0 #fff;
	display: block;
}
.content-part{
	padding:25px 0;
}
.content-part .wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:40px;
}
.content-part h2{
	font-size: 22px;
	margin-bottom: 15px;
}
.content-part table{
	background:#eee;
}
.content-part table tr th{
	font-weight: bold;
}
.content-part table tr th, .content-part table tr td{
	padding:8px;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.content-part table tr:nth-child(odd){
	background:#008ed6;
	color:#fff;
}
.content-part table tr td:last-child{
	font-size: 14px;
	line-height: 20px;
}
.content-part table tr td strong{
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}
.right-content ul li{
	margin-bottom: 15px;
}
.right-content ul li strong{
	font-weight: bold;
}
/* testimonials style */
.testimonials-wrap{
	background:url(../images/testimonials.jpg) no-repeat fixed;
	width:100%;
	height: 430px;
	padding:15px 0;
	color:#fff;
	background-size: cover;
	margin-bottom: 30px;
}
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: rgba(0,0,0,0.7);
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(0, 142, 214, 0.8);
  font-family: "Georgia", serif;
  color: #ffffff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 2em auto;
    padding: 30px 50px 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* testimonials ends here */
footer{
	background:#555;
	padding:20px;
	display: grid;
	grid-template-columns: 1fr 0.6fr;
	color:#ccc;
}
footer h4{
	margin-bottom: 10px;
	font-size: 18px;
	color:#fff;
}
footer span{
	display: inline-block;
	margin-right: 25px;
}
footer p{
	line-height: 24px;
}
.error{
	color:#f20;
	font-size: 12px;
}
#results{
	color:green;
}
.feedback-wrap {
    background: #555;
    position: fixed;
    top: 30%;
    left: -211px;
    z-index: 1000000;
    padding: 15px;
    max-width: 215px;
}
.feedback-wrap h2 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px
}
.feedback-wrap label {
    color: #fff
}
.quick-apply-btn {
    background: #008cba;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 143% -77% 0
}
#feedbackForm label.error {
    color: #f20;
    display: block;
    margin-top: 3px;
}
.feedback-wrap .button.small {
    margin-bottom: 0
}
.feedback-wrap ul li{
	margin-bottom: 15px;
}
.feedback-wrap input[type="text"], .feedback-wrap input[type="submit"]{
	width:100%;
}
#feedback-result{
	color:#fff;
}
@media screen and (max-width: 768px){
	.feedback-wrap{
		display: none;
	}
	.wrapper{
		max-width:100%;
	}
	header .wrapper, .banner .wrapper, .content-part .wrapper, .features ul, footer{
		display: block;
	}
	header .wrapper{
		padding:0 10px;
	}
	header .wrapper .right-header .call-us{
		margin-bottom: 15px;
		margin-right: 0;
	}
	.left-header{
		width:100%;
		text-align: center;
	}
	.banner .wrapper .text{
		font-size: 18px;
		line-height: 32px;
	}
	.banner .wrapper .text span{
		font-size: 28px;
	}
	.small-text{
		font-size: 12px;
		margin-top: 15px;
	}
	.small-text span{
		margin-right: 15px;
	}
	.small-text span:last-child{
		margin-right: 0;
	}
	.banner{
		height: auto;
		background:#555;
		padding:20px;
	}
	.right-banner .box{
		padding:0;
		background:none;
		margin-top: 20px;
	}
	.features ul li{
		margin-bottom: 15px;
	}
	.content-part{
		padding:20px;
	}
	.content-part .right-content{
		margin-top:20px;
	}
	.cd-testimonials-wrapper{
		margin:1em auto;
	}
	.footer-right{
		margin-top: 15px;
	}
	.left-header img{
		transform: scale(0.8);
		transform-origin: center;
	}
}

@supports (-ms-ime-align:auto) {
	.clearfix:after{
		content:"";
		clear:both;
		display: block;
	}
    .left-header, .left-banner{
      float:left;
    }
    .right-header, .right-banner{
      float:right;
    }
    .left-banner{
    	width:60%;
    }
    .right-banner{
    	width:36%;
    }
    .features ul{
    	display: flex;
    	justify-content: space-between;
    }
    .left-content, .right-content{
    	width: 100%;
    }
    .left-content table{
    	width: 100%;
    }
    .right-content{
    	margin-top: 25px;
    }
    .footer-left{
    	float: left;
    }
    .footer-right{
    	float: right;
    }
  }

  .dfBDQI, a[type="link"]{opacity:0!important;}