
@import url("css/fonts.css");
@import url("css/animations.css");

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}

body {
  font-size: 15px; 
  line-height: normal;
  font-weight: 400;
  font-family: 'Poppins';
  color: #000; 
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

iframe {
	display: block;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset!important;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

input, textarea, select {
	border: #d5d5d5 solid 1px;
	padding: 10px;
	outline: none;
	color: #222;
}

button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}


textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}



a {
  background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

input[type="search"] {
      -webkit-appearance: textfield;
}


.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.clear {
	clear:both;
}

.container {
	width: 100%;
	position: relative;
	padding-top: 114px;
	overflow: hidden;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
}

.wrap {
	width: 92%;
	max-width: 1302px;
	min-width: 300px;
	margin: 0 auto;
}

.header {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 999999;
}


.header-top {
	background-color: #1e37b5;
	height: 25px;
	width: 100%;
	background-image: url("images/header-top.png");
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.header-wrap {
	padding: 21px 0px 15px 0px;
	justify-content: space-between;
	align-items: center;
	position: relative;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.logo {
	width: 154px;
}

.c-login {
	margin-left: 10px;
}

.c-login a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
	background-color: #2245c3;
	padding: 0px 55px 0px 20px;
	font-size: 15px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url("images/l-arrow.png");
	background-position: 88% center;
	background-repeat: no-repeat;
}

.c-login a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5988da;
	background-position: 91% center;
}


header.is-sticky {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	animation: slideDown 0.35s ease-out;
	background-color: #fff;
		-moz-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 20px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 20px;
	box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 20px;
	z-index: 999999;
}

header.is-sticky .header-top {
	height: 2px;
}

header.is-sticky .header-wrap {
	padding: 7px 0px 8px 0px;
}

/*Home Page*/

.home-banner {
	background-color: #eff2f8;
	width: 100%;
	background-image: url("images/banner-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	overflow: hidden;
}

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0px;
	bottom: 0px;
  z-index: 0;
}

.home-banner-wrap {
	height: 825px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 99999;
}

.hb-text {
	width: 695px;
}

.hb-text h2 {
	font-size: 17px;
	line-height: 21px;
	color: #2245c3;
	font-weight: 600;
	padding-bottom: 20px;
}

.hb-text h5 {
	font-size: 64px;
	line-height: 70px;
	color: #000;
	font-weight: 600;
	padding-bottom: 20px;
}

.hb-text h5 strong {
	color: #2245c3;
	font-weight: 600;
}

.hb-text p {
	font-size: 14px;
	line-height: 28px;
	color: #696a79;
	padding-bottom: 30px;
	max-width: 530px;
}

.banner-buttons {
	align-items: center;
}

.button1 a {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	color: #fff;
	text-decoration: none;
	background-color: #2245c3;
	padding: 0px 50px 0px 20px;
	font-size: 15px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url("images/button-arrow.png");
	background-position: 88% center;
	background-repeat: no-repeat;
}

.button1 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5988da;
	background-position: 91% center;
}


.button2 {
	margin-left: 38px;
}

.button2 a {
	display: inline-block;
	color: #2245c3;
	text-decoration: none;
	padding-right: 30px;
	background-image: url("images/button-arrow2.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.button2 a:hover {
	color: #5988da;
	text-decoration: none;
	padding-right: 40px;
}

.banner-image {
	width: 556px;
	position: relative;
}

.samples {
	position: absolute;
	left: 0px;
	top: 75%;
}

.samples a {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	color: #2245c3;
	text-decoration: none;
	background-color: #fff;
	padding: 0px 70px 0px 20px;
	font-size: 15px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url("images/button-arrow2.png");
	background-position: 88% center;
	background-repeat: no-repeat;
			-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 10px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 10px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 10px;
}

.samples a:hover {
	color: #2245c3;
	text-decoration: none;
	background-color: #fff;
	background-position: 91% center;
	-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 0px 5px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 0px 5px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 0px 5px;
}

.form-popup {
	width: 390px;
    padding: 40px;
    background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	background-image: url("images/circle-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% auto;
}


.lity-close2 {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
	background-color: #2245c3;
	color: #fff;
	position: absolute;
	right: -15px;
	top: -15px;
	font-size: 30px;
	border: none;
	outline: none;
	font-weight: 300;
}

.rd-title {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 30px;
	font-weight: 600;
	color: #2245c3;
	text-align: center;
}

.rd-box input {
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
    background-color: transparent;
	outline: 0;
	border: none;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

.rd-box input:focus {
	border-bottom: 1px solid #2245c3; 
}

.rd-button {
	text-align: center;
	padding-top: 10px;
}

.rd-button input {
	height: 56px;
	line-height: 56px;
	color: #fff;
	text-decoration: none;
	background-color: #2245c3;
	padding: 0px 50px 0px 20px;
	font-size: 15px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url("images/button-arrow.png");
	background-position: 88% center;
	background-repeat: no-repeat;
}

.rd-button input:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5988da;
	background-position: 91% center;
}

.about {
	justify-content: space-between;
	padding: 65px 0px 75px 0px;
	background-image: url("images/circle-bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 15px;
	position: relative;
}

.about-handle {
	position: absolute;
	left: 0px;
	top: -150px;
	opacity: 0;
}

.about-lhs {
	width: 637px;
	background-color: #fff;
	padding: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -110px;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.al-top {
	height: 320px;
	overflow: hidden;
	margin-bottom: 26px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.about-lhs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}

.about-lhs img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.9;
}

.al-bottom {
	justify-content: space-between;
}

.al-bottom div {
	width: 48%;
	height: 253px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}


.about-rhs {
	width: 615px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

.about-rhs h2 {
	font-size: 17px;
	line-height: 21px;
	color: #2245c3;
	font-weight: 600;
	padding-bottom: 20px;
}

.about-rhs h4 {
	font-size: 41px;
	line-height: 51px;
	color: #000;
	font-weight: 600;
	padding-bottom: 20px;
}

.about-rhs p {
	font-size: 15px;
	line-height: 24px;
	color: #676878;
	padding-bottom: 20px;
}

/*Modules*/

.modules {
	background-color: #f4f7fb;
	position: relative;
	background-image: url("images/modules-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.modules-wrap {
	padding: 120px 0px 100px 0px;
}

.modules-wrap h2 {
	font-size: 17px;
	line-height: 21px;
	color: #2245c3;
	font-weight: 600;
	padding-bottom: 20px;
	text-align: center;
}

.modules-wrap h4 {
	font-size: 41px;
	line-height: 51px;
	color: #000;
	font-weight: 600;
	padding-bottom: 60px;
	text-align: center;
}

.module-list ul {
	justify-content: space-between;
	flex-wrap: wrap;
}

.module-list ul li {
	width: 31.5%;
	padding: 25px 25px 95px 25px;
	border: #d5dcfc solid 1px;
	margin-bottom: 35px;
	background-color: #fff;
	-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.module-list ul li:hover {
		-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 0px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 0px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 0px 0px;
}

.module-list ul li:nth-child(2) {
	width: 65.7%;
}

.ml-top {
	background-color: #2245c3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 125px;
	padding: 23px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 20px;
}

.module-list ul li:nth-child(1) .ml-top {
	background-color: #5c75d1;
}

.module-list ul li:nth-child(2) .ml-top {
	background-color: #4f6fe0;
}

.module-list ul li:nth-child(4) .ml-top {
	background-color: #1e3db5;
}

.module-list ul li:nth-child(5) .ml-top {
	background-color: #1a379c;
}

.m-no {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 5px;
}

.m-name h5 {
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	padding-bottom: 5px;
}

.m-name h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.watch-demo {
	position: absolute;
	right: 41px;
	top: 43px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.watch-demo:hover {
	top: 38px;
}

.watch-demo a {
	display: block;
	width: 100px;
	height: 88px;
	padding-top: 68px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #475372;
	 font-weight: 600;
	text-decoration: none;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 10px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 10px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 10px;
	background-image: url("images/watch-demo.png");
	background-position: center 8px;
	background-repeat: no-repeat;
}

.watch-demo a:hover {
	color: #2245c3;
			-moz-box-shadow: rgba(9, 8, 64, 0.3) 0px 5px 10px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.3) 0px 5px 10px;
	box-shadow: rgba(9, 8, 64, 0.3) 0px 10px 10px;
}

.m-count {
	position: absolute;
	right: 44px;
	top: 170px;
	font-size: 50px;
	line-height: 50px;
	color: #f4f7fb;
	font-weight: 600;
}

.m-list {
	padding-left: 19px;
	font-size: 15px;
	line-height: 18px;
	color: #676878;
}

.m-list p {
	padding: 0px 0px 12px 25px;
	position: relative;
}

.m-list p i {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 17px;
	line-height: 17px;
	color: #2245c3;
	display: none;
}

.m-list p::before {
	content: "\f058";  
    font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 17px;
	line-height: 17px;
	color: #2245c3;
}

.view-more {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;
}

.view-more a {
	display: block;
	text-align: center;
	border: #d5dcfc solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #2245c3;
	text-decoration: none;
	background-image: url("images/up-arrow.png");
	background-repeat: no-repeat;
	background-position: 75% center;
}

.view-more a:hover {
	border: #2245c3 solid 1px;
	color: #2245c3;
	background-position: 78% center;
}

.module-list ul li:nth-child(2) .view-more a {
	background-position: 61% center;
}


.module-list ul li:nth-child(2) .view-more a:hover {
	background-position: 63% center;
}


.module-popup {
	width: 94%;
	max-width: 900px;
    padding: 30px 20px 30px 40px;
    background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

.mp-container {
	padding-right: 20px;
	height: 490px;
	overflow-y: scroll;
}

.mp-container::-webkit-scrollbar {
    width: 10px;
}
 
.mp-container::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
}

.mp-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    background: #2245c3; 
}

.mp-container::-webkit-scrollbar-thumb:hover {
  background: #4f6fe0;
}	
	
.module-popup h3 {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 5px;
	color: #2245c3;
}

.module-popup h4 {
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #2245c3;
	border-bottom: #eee solid 1px;
	margin-bottom: 30px;
}

.module-popup h5 {
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #000;
}

.mp-list {
	justify-content: space-between;
	flex-wrap: wrap;
}

.mpl-item {
	width: 48%;
}

.module-popup ul {
	padding-bottom: 15px;
}

.module-popup ul li {
	padding: 0px 0px 12px 25px;
	position: relative;
	color: #676878;
	font-size: 14px;
	line-height: 18px;
}

.module-popup ul li::before {
	content: "\f061";  
    font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 17px;
	line-height: 17px;
	color: #2245c3;
}

.module-popup ul li i {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 17px;
	line-height: 17px;
	color: #2245c3;
	display: none;
}

.mp-list :last-child {
	width: 100%;
}

#module2 .mp-list :nth-child(3) {
	width: 100%;
}

#module2 .mp-list :nth-child(4) {
	width: 100%;
}

#module3 .mp-list .mpl-item {
	width: 100%;
}

#module4 .mp-list .mpl-item {
	width: 100%;
}

#module5 .mp-list .mpl-item {
	width: 100%;
}

.testimonials {
	border-top: #f4f7fb solid 1px;
}

.testimonials-wrap {
	padding: 120px 0px 100px 0px;
	text-align: center;
}

.testimonials-wrap h2 {
	font-size: 17px;
	line-height: 21px;
	color: #2245c3;
	font-weight: 600;
	padding-bottom: 20px;
}

.testimonials-wrap h4 {
	font-size: 41px;
	line-height: 51px;
	color: #000;
	font-weight: 600;
	padding-bottom: 60px;
}

.testimonials-wrap ul {
	margin: 0px -1.1% 0px -1.1%;
	flex-wrap: wrap;
}

.testimonials-wrap ul li {
	width: 31%;
	margin: 0px 1.1% 30px 1.1%;
	background-color: #fff;
		-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 20px;
	overflow: hidden;
}

.testimonials-wrap ul li .tl-top {
	height: 267px;
	background-color: #eee;
	position: relative;
}

.testimonials-wrap ul li .tl-top::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	background-image: url("images/play-button.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 58px;
	height: 58px;
	margin: -29px 0px 0px -29px;
}

.testimonials-wrap ul li .tl-top figure {
	width: 100%;
	height: 100%;
}

.testimonials-wrap ul li .tl-top figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.link {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

.tl-bot {
	text-align: left;
	padding: 30px 30px 10px 30px;
}

.tl-bot p {
	font-size: 14px;
	line-height: 24px;
	color: #676878;
	font-style: italic;
	padding-bottom: 20px;
}

.tl-bot h5 {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
}

.testimonials-wrap ul li:hover figure img {
	opacity: 0.8;
}

.quote {
	background-color: #f4f7fb;
}

.quote-wrap {
	padding: 120px 0px 120px 0px;
	background-image: url("images/circle-bg2.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 600px;
	justify-content: space-between;
}

.qw-lhs {
	width: 415px;
	padding-top: 45px;
}

.qw-lhs h2 {
	font-size: 17px;
	line-height: 21px;
	color: #2245c3;
	font-weight: 600;
	padding-bottom: 10px;
}

.qw-lhs h4 {
	font-size: 41px;
	line-height: 51px;
	color: #000;
	font-weight: 600;
	padding-bottom: 30px;
}

.quote-form {
	width: 765px;
	padding: 40px 45px 40px 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.qf-choose {
	padding-bottom: 10px;
}

.qf-choose h5 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding-bottom: 20px;
	font-weight: 600;
}

.qf-choose ul li {
	padding-bottom: 15px;
	font-size: 15px;
}

.qf-choose ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.qf-choose ul li label {
  position: relative;
  cursor: pointer;
	font-size: 15px;
	line-height: 20px;
	color: #676878;
	padding-right: 10px;
	padding-top: 5px;
}

.qf-choose ul li a {
	color: #5bb4f9;
	text-decoration: none;
}

.qf-choose ul li a:hover {
	color: #5bb4f9;
	text-decoration: underline;
}

.qf-choose ul li label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.qf-choose ul li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 7px;
  height: 16px;
  border: solid #2245c3;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.qf-row {
	justify-content: space-between;
}

.qf-row .qf-box {
	width: 48.5%;
}

.qf-box {
	padding-bottom: 25px;
}

.qf-box label {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #000;
	font-weight: 600;
	display: block;
}

.qf-box input {
	width: 100%;
	height: 51px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px 0px 20px;
	font-size: 15px;
	color: #666;
	background-color: #fff;
	border: #e5e7eb solid 1px;
}

.qf-box input:focus {
	border-color: #5bb4f9;
}


.qf-box textarea {
	width: 100%;
	background-color: #fff;
	border: #e5e7eb solid 1px;
	height: 121px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	color: #666;
	resize: none;
	overflow: hidden;
}

.qf-box textarea:focus {
	border-color: #5bb4f9;
}

.qf-button input {
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background-color: #4090f7;
	color: #fff;
	text-decoration: none;
	padding: 0px 50px 0px 50px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

.qf-button input:hover {
	background-color: #1970df;
	padding: 0px 60px 0px 60px;
}



.footer {
	width: 100%;
	border-top: #f4f7fb solid 1px;
}

.footer-top {
	padding: 90px 0px 60px 0px;
	justify-content: space-between;
	color: #676878;
	font-size: 15px;
}

.ft-section1 {
	width: 330px;
}

.ft-section1 figure {
	padding-bottom: 15px;
}

.ft-section1 p {
	line-height: 22px;
	padding-bottom: 20px;
}

.footer-top h2 {
	font-size: 22px;
	line-height: 22px;
	color: #000;
	padding-bottom: 20px;
	font-weight: 600;
}

.ft-section2 ul li {
	padding-bottom: 10px;
}

.ft-section2 ul li a {
	color: #676878;
	text-decoration: none;
}

.ft-section2 ul li a:hover {
	color: #4090f7;
	text-decoration: none;
	border-bottom: #4090f7 dotted 1px;
}

.ft-contact {
	padding-bottom: 20px;
}

.ft-contact li  {
	padding-bottom: 10px;
}

.ft-contact li i {
	width: 25px;
	color: #4090f7;
}

.ft-contact li strong {
	color: #000;
}

.ft-contact li a {
	color: #676878;
	text-decoration: none;
}

.ft-social ul li {
	margin-right: 20px;
	color: #676878;
	font-size: 20px;
}

.ft-social ul li a {
	color: #676878;
	text-decoration: none;
}

.ft-social ul li a:hover {
	color: #4090f7;
	text-decoration: none;
}

.footer-bottom {
	border-top: #e8eaed solid 1px;
}

.fb-wrap {
	padding: 27px 0px 70px 0px;
	justify-content: space-between;
	color: #676878;
	font-size: 15px;
}

.fb-links ul li {
	margin-left: 10px;
}

.fb-links ul li a {
	color: #676878;
	text-decoration: none;
}

.fb-links ul li a:hover {
	color: #4090f7;
	text-decoration: none;
	border-bottom: #4090f7 dotted 1px;
}

.scrollToTop {
    width:30px; 
    height:30px;
	line-height: 30px;
	background-color: #4090f7;
    text-align:center; 
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position:fixed;
    bottom:70px;
    right:50px;
    display:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 9999999;
}

.scrollToTop:hover {
	background-color: #7bb3fb;
}


/*Sub Page*/


.sub-banner {
    width: 100%;
	background-color: #f4f7fb;
	position: relative;
	overflow: hidden;
	background-image: url("images/banner-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sub-banner-wrap {
	color: #000;
	position: relative;
	z-index:2;
	padding: 80px 0px 80px 0px;
	text-align: center;
}

.sub-banner-wrap h1 {
	font-size: 60px;
	line-height: 65px;
	font-weight: 600;
	padding-bottom: 20px;
}

.sub-banner-wrap ul {
	justify-content: center;
	font-size: 14px;
	color: #2245c3;
}

.sub-banner-wrap ul li {
	margin-right: 10px;
}

.sub-banner-wrap ul li a {
	color: #2245c3;
	text-decoration: none;
	font-weight: 600;
}

.contact-page {
	padding: 90px 0px 90px 0px;
	justify-content: space-between;
	align-items: center;
}

.contact-info {
	text-align: center;
	padding-bottom: 50px;
}

.contact-info h3 {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 50px;
	color: #676878;
}

.contact-info ul {
	justify-content: space-between;
}

.contact-info ul li {
	padding: 20px;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
		-moz-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
	box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.contact-info ul li h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #1a37aa;
	padding-top: 20px;
}

.contact-info ul li p {
	font-size: 15px;
	line-height: 24px;
	color: #676878;
}


.contact-info ul li p a {
	color: #676878;
	text-decoration: none;
}

.contact-info ul li i {
	width: 50px;
	height: 50px;
	background-color: #f4f7fd;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 0 auto;
	display: block;
	font-size: 20px;
	color: #1a37aa;
}

.contact-form {
	background-color: #fff;
	padding: 30px 40px 30px 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
			-moz-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
	box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
}

.contact-page h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000;
}

.contact-form p {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 30px;
	color: #676878;
}

.cf-row {
	justify-content: space-between;
}

.cf-row .cf-box {
	width: 48.5%;
}

.cf-box {
	padding-bottom: 25px;
}

.cf-box input {
	width: 100%;
	border: none;
	height: 56px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 20px 0px 20px;
	font-size: 16px;
	color: #666;
	background-color: #f4f7fb;
}

.cf-box input:focus {
	background-color: #fff;
			-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 30px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 30px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 0px 10px;
}


.cf-box textarea {
	width: 100%;
	border: none;
	background-color: #f4f7fb;
	height: 151px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	color: #666;
	resize: none;
	overflow: hidden;
}

.cf-box textarea:focus {
	background-color: #fff;
			-moz-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 30px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.09) 0px 5px 30px;
	box-shadow: rgba(9, 8, 64, 0.09) 0px 0px 10px;
}

.cf-button input {
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background-color: #4090f7;
	color: #fff;
	text-decoration: none;
	padding: 0px 50px 0px 50px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

.cf-button input:hover {
	background-color: #1970df;
	padding: 0px 60px 0px 60px;
}


.contact-map {
	height: 500px;
	background-color: #f4f7fd;
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.sub-main {
	padding: 80px 0px 80px 0px;
	color: #676878;
	font-size: 16px;
}

.sub-main p {
	line-height: 26px;
	padding-bottom: 25px;
}

.sub-main h1 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h2 {
	font-size: 23px;
	line-height: 33px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #1a37aa;
	padding-bottom: 20px;
}

.sub-main ul {
	padding-bottom: 20px;
}

.sub-main ul li {
	line-height: 26px;
	padding: 0px 0px 18px 27px;
	position: relative;
}

.sub-main ul li::before {
	content: "\f058";  
    font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 17px;
	line-height: 17px;
	color: #2245c3;
}


.sub-main ol {
	padding-bottom: 20px;
	margin-left: 25px;
}

.sub-main ol li {
	list-style: decimal;
	line-height: 26px;
	padding: 0px 0px 18px 0px;
}



/*Features*/

.features {
	background-color: #fff;
	border-bottom: #eee solid 1px;
}

.features-wrap {
	padding: 90px 0px 100px 0px;
	text-align: center;
	background-image: url("images/cicrcle-bg.png");
	background-repeat: no-repeat;
	background-position: right 95%;
}

.features-wrap h2 {
	font-size: 17px;
	line-height: 21px;
	color: #2245c3;
	font-weight: 600;
	padding-bottom: 20px;
}

.features-wrap h4 {
	font-size: 41px;
	line-height: 51px;
	color: #000;
	font-weight: 600;
	padding-bottom: 60px;
}

.features-wrap ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

.features-wrap ul li {
	width: 32%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 30px 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
		-moz-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
    -webkit-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
	box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.features-wrap ul li:hover {
	background-color: #2547c4;
	color: #fff;
}


.features-wrap ul li figure {
	width: 107px;
	height: 107px;
	text-align: center;
	border: #2547c4 solid 1px;
	margin: 0 auto 20px auto;
		display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	background-color: #fff;
}

.features-wrap ul li h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000;
}

.features-wrap ul li p {
	font-size: 15px;
	line-height: 22px;
	color: #676878;
}

.features-wrap ul li:hover h5 {
	color: #fff;
}

.features-wrap ul li:hover p {
	color: #fff;
}

.features-wrap .button1 {
	padding-top: 30px;
}


@media only screen and (max-width: 1800px) {

.home-banner-wrap {
	height: 800px;
}	
	
.features-wrap {
	padding: 80px 0px 80px 0px;
}
	

}


@media only screen and (max-width: 1700px) {
	
.hb-text h5 {
	font-size: 62px;
	line-height: 70px;
}

}

@media only screen and (max-width: 1500px) {


/*Home Page*/

.home-banner-wrap {
	height: 780px;
}

.hb-text {
	width: 675px;
}

.hb-text h5 {
	font-size: 60px;
	line-height: 70px;
}

.about-lhs {
	padding: 30px;
}

.about-rhs {
	padding-top: 10px;
}

.about-rhs h4 {
	font-size: 40px;
	line-height: 50px;
}
	
/*Modules*/

.modules-wrap h4 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 50px;
}

.testimonials-wrap h4 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 50px;
}

.quote-wrap {
	padding: 120px 0px 110px 0px;
}

.qw-lhs h4 {
	font-size: 40px;
	line-height: 50px;
}
	

/*Sub Page*/

.sub-banner-wrap {
	padding: 70px 0px 70px 0px;
}

.sub-banner-wrap h1 {
	font-size: 55px;
	line-height: 60px;
}

.contact-page {
	padding: 80px 0px 80px 0px;
}
	
/*Features*/	
	
.features-wrap {
	padding: 70px 0px 80px 0px;
}	

.features-wrap h4 {
	font-size: 40px;
	line-height: 50px;
}	

}

@media only screen and (max-width: 1400px) { 

.home-banner-wrap {
	height: 740px;
}

.hb-text {
	width: 50%;
}

.hb-text h2 {
	padding-bottom: 15px;
}

.hb-text h5 {
	font-size: 54px;
	line-height: 64px;
}

.hb-text p {
	line-height: 24px;
	padding-bottom: 25px;
}

.banner-image {
	width: 45%;
	text-align: right;
}


.about {
	padding: 65px 0px 75px 0px;
}

.about-lhs {
	width: 48%;
	padding: 25px;
	margin-top: -110px;
}

.al-top {
	height: 320px;
	margin-bottom: 26px;
}

.al-bottom div {
	width: 48%;
	height: 253px;
}


.about-rhs {
	width: 49%;
	padding-top: 0px;
}

.about-rhs h2 {
	padding-bottom: 15px;
}

.about-rhs h4 {
	font-size: 38px;
	line-height: 48px;
}
	
/*Modules*/

.modules-wrap {
	padding: 120px 0px 80px 0px;
}

.modules-wrap h2 {
	padding-bottom: 15px;
}

.modules-wrap h4 {
	font-size: 38px;
	line-height: 48px;
}
	
.module-list ul li {
	padding: 22px 22px 95px 22px;
}
	
.ml-top {
	height: 125px;
	padding: 20px;
}

.m-name h5 {
	font-size: 22px;
	line-height: 27px;
}

.m-name h6 {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
}

.watch-demo {
	right: 40px;
	top: 42px;
}
	
.view-more {
	left: 22px;
	right: 22px;
	bottom: 22px;
}
	

.testimonials-wrap h2 {
	padding-bottom: 15px;
}

.testimonials-wrap h4 {
	font-size: 38px;
	line-height: 48px;
}
	
.quote-wrap {
	padding: 120px 0px 100px 0px;
}

.qw-lhs {
	width: 30%;;
	padding-top: 45px;
}

.qw-lhs h4 {
	font-size: 38px;
	line-height: 48px;
}

.quote-form {
	width: 60%;
	padding: 30px 35px 30px 35px;
}

.qf-choose h5 {
	font-size: 19px;
	line-height: 24px;
}

.footer-top {
	padding: 70px 0px 50px 0px;
}

.ft-section1 {
	width: 30%;
}

.ft-section2 {
	width: 20%;
}

.ft-section3 {
	width: 35%;
}
	
.scrollToTop {
    bottom:30px;
	right: 20px;
}


/*Sub Page*/

.sub-banner-wrap {
	padding: 60px 0px 60px 0px;
}

.sub-banner-wrap h1 {
	font-size: 55px;
	line-height: 60px;
}

.contact-page {
	padding: 70px 0px 80px 0px;
}

.sub-main {
	padding: 70px 0px 60px 0px;
}
	
	
/*Features*/	

.features-wrap h2 {
	padding-bottom: 15px;
}

.features-wrap h4 {
	font-size: 38px;
	line-height: 48px;
}
	
	
	
}


@media only screen and (max-width: 1300px) { 

.home-banner-wrap {
	height: 720px;
}

.hb-text h5 {
	font-size: 50px;
	line-height: 60px;
}

.about {
	padding: 65px 0px 55px 0px;
}

.about-lhs {
	width: 48%;
	padding: 20px;
	margin-top: -100px;
}

.al-top {
	height: 300px;
	margin-bottom: 20px;
}

.al-bottom div {
	height: 240px;
}

.about-rhs h4 {
	font-size: 35px;
	line-height: 45px;
}
	
	
/*Modules*/

.modules-wrap {
	padding: 120px 0px 70px 0px;
}

.modules-wrap h2 {
	padding-bottom: 10px;
}

.modules-wrap h4 {
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 40px;
}

.module-list ul li {
	padding: 0px 0px 90px 0px;
}

.ml-top {
	height: 120px;
}

.m-no {
    padding-top: 5px;
}	
	
.m-name h5 {
	font-size: 21px;
	line-height: 26px;
}

.watch-demo {
	right: 20px;
	top: 20px;
}

.watch-demo:hover {
	top: 20px;
}

.watch-demo a {
	width: 100px;
	height: 80px;
	padding-top: 62px;
	background-size: 50px auto;
}

.m-list {
	padding: 0px 20px 0px 20px;
}

.view-more {
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.view-more a {
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	background-position: 78% center;
}

.view-more a:hover {
	background-position: 80% center;
}

.module-list ul li:nth-child(2) .view-more a {
	background-position: 63% center;
}


.module-list ul li:nth-child(2) .view-more a:hover {
	background-position: 66% center;
}


.testimonials-wrap {
    padding: 120px 0px 80px 0px;
}	

.testimonials-wrap h4 {
	font-size: 35px;
	line-height: 45px;
}
	
.testimonials-wrap ul li .tl-top {
    height: 240px;
}	
		
	
.quote-wrap {
	background-size: 400px auto;
	padding-bottom: 80px;
}	

.qw-lhs {
	padding-top: 25px;
}

.qw-lhs h4 {
	font-size: 35px;
	line-height: 45px;
}

.ft-section1 {
	width: 30%;
}

.ft-section2 {
	width: 20%;
}

.ft-section3 {
	width: 38%;
}
	
.scrollToTop {
    bottom:30px;
	right: 20px;
}


/*Sub Page*/

.sub-banner-wrap {
	padding: 55px 0px 55px 0px;
}

.sub-banner-wrap h1 {
	font-size: 52px;
	line-height: 60px;
	padding-bottom: 10px;
}
	
/*Features*/	
	
.features-wrap {
	padding: 70px 0px 80px 0px;
}
	
.features-wrap h4 {
	font-size: 33px;
	line-height: 43px;
	padding-bottom: 50px;
}	
	
	
	
	
}


@media only screen and (max-width: 1200px) { 
	
.home-banner-wrap {
	height: 660px;
}

.hb-text h5 {
	font-size: 45px;
	line-height: 55px;
}

.about {
	padding: 65px 0px 50px 0px;
	background-size: 50% auto;
}

.al-top {
	height: 280px;
}

.al-bottom div {
	height: 220px;
}

.about-rhs h4 {
	font-size: 28px;
	line-height: 38px;
}
	
	
/*Modules*/

.modules-wrap {
	padding: 120px 0px 60px 0px;
}

.modules-wrap h4 {
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 40px;
}

.module-list ul li {
	padding: 0px 0px 85px 0px;
}
	
.m-name h6 {
    font-size: 13px;
    line-height: 16px;
}	
	
.watch-demo {
	right: 18px;
	top: 20px;
}

.watch-demo a {
	width: 95px;
	height: 80px;
}


.module-popup {
	width: 90%;
	max-width: 900px;
    padding: 30px 20px 30px 30px;
}

.mp-container {
	height: 460px;
}

.testimonials-wrap {
    padding: 120px 0px 60px 0px;
}	

.testimonials-wrap h4 {
	font-size: 32px;
	line-height: 42px;
}
	
.testimonials-wrap ul li .tl-top {
    height: 220px;
}	
	
.tl-bot {
    padding: 20px 20px 10px 20px;
}	
	
.quote-wrap {
	background-size: 35% auto;
	padding-bottom: 50px;
}	

.qw-lhs h4 {
	font-size: 32px;
	line-height: 42px;
}

.ft-section1 {
	width: 30%;
}

.ft-section2 {
	width: 18%;

}

.ft-section3 {
	width: 42%;
}


/*Sub Page*/

.sub-banner-wrap {
	padding: 50px 0px 50px 0px;
}

.sub-banner-wrap h1 {
	font-size: 46px;
	line-height: 56px;
}
	
.contact-page h2 {
    font-size: 28px;
    line-height: 35px;
}	
	
.sub-main {
    padding: 60px 0px 50px 0px;
}	
	
.sub-main h2 {
    font-size: 21px;
    line-height: 30px;
}	
	
.sub-main ul li {
    line-height: 26px;
    padding: 0px 0px 14px 27px;
}	
	
/*Features*/	
	
.features-wrap {
	padding: 60px 0px 60px 0px;
}
	
.features-wrap h4 {
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 50px;
}	
	

	
}

@media only screen and (max-width: 1100px) {


	
.home-banner-wrap {
	height: 600px;
}

.hb-text h5 {
	font-size: 40px;
	line-height: 47px;
}
	
.button1 a {
    height: 50px;
    line-height: 50px;
}	

.samples {
    top: 77%;
}	
	
.samples a {
    height: 50px;
    line-height: 50px;
}	
	
.about-handle {
    top: -100px;
}	

.about {
	padding: 55px 0px 50px 0px;
}
	
.about-lhs {
     margin-top: 0px;
	padding: 0px;
	width: 47%;
}	

.al-top {
	height: 260px;
}

.al-bottom div {
	height: 210px;
}

.about-rhs h4 {
	font-size: 26px;
	line-height: 36px;
}
	
.about-rhs p {
    line-height: 23px;
}	
	
	
/*Modules*/

.modules-wrap {
	padding: 120px 0px 50px 0px;
}

.modules-wrap h4 {
	font-size: 30px;
	line-height: 40px;
}

.module-list ul li {
	padding: 0px 0px 85px 0px;
	width: 48%;
}
	
.module-list ul li:nth-child(1) {
    width: 100%;
}
		
.module-list ul li:nth-child(2) {
    width: 100%;
}	
	
.module-list ul li:nth-child(5) {
    width: 100%;
}	
	
.view-more a {
    background-position: 72% center;
}
	
.view-more a:hover {
    background-position: 72% center;
}	
	
.module-list ul li:nth-child(1) .view-more a, .module-list ul li:nth-child(2) .view-more a, .module-list ul li:nth-child(5) .view-more a {
     background-position: 60% center;
}
	
.module-list ul li:nth-child(1) .view-more a:hover, .module-list ul li:nth-child(2) .view-more a:hover, .module-list ul li:nth-child(5) .view-more a:hover {
     background-position: 60% center;
}
		

.testimonials-wrap h4 {
	font-size: 30px;
	line-height: 40px;
}
	
.testimonials-wrap ul li .tl-top {
    height: 190px;
}	
	
.tl-bot {
    padding: 20px 20px 10px 20px;
}	
	
.quote-wrap {
	background-size: 35% auto;
	padding-bottom: 50px;
	display: inherit;
	background-position: left 40px;
}	
	
.qw-lhs {
    width: auto;
	padding-left: 38%;
	padding-top: 40px;
	padding-bottom: 150px;
}	

.qw-lhs h4 {
	font-size: 30px;
	line-height: 40px;
}
	
.quote-form {
    width: auto;
}	
	
.footer-top {
    padding: 60px 0px 40px 0px;
}	

.ft-section1 {
	width: 30%;
}

.ft-section2 {
	width: 18%;

}

.ft-section3 {
	width: 42%;
}


/*Sub Page*/

.sub-banner-wrap {
	padding: 40px 0px 40px 0px;
}

.sub-banner-wrap h1 {
	font-size: 40px;
	line-height: 50px;
}
	
.contact-page h2 {
    font-size: 26px;
    line-height: 32px;
}	
	
.contact-map {
    height: 450px;
}	
	
.sub-main {
    padding: 50px 0px 40px 0px;
}	
	
.sub-main h2 {
    font-size: 20px;
    line-height: 28px;
}	
	
.sub-main ul li {
    line-height: 26px;
    padding: 0px 0px 14px 27px;
}	
	
/*Features*/	
	
.features-wrap {
	padding: 50px 0px 50px 0px;
}
	
.features-wrap h4 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 40px;
}	
	
.features-wrap ul li {
    width: 48.5%;
}	
	
}


@media only screen and (max-width: 959px) {
	
.container {
    padding-top: 90px;
}	
	
.header {
	-moz-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 20px;
	-webkit-box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 20px;
	box-shadow: rgba(9, 8, 64, 0.05) 0px 5px 20px;
}	
	
.header-top {
	height: 15px;
}

.header-wrap {
	padding: 10px 0px 10px 0px;
}	
	
.logo {
    padding-top: 5px;
}	
	
.c-login a {
    font-size: 14px;
    font-weight: 500;
}	
	
.home-banner-wrap {
	height: auto;
	padding: 60px 0px 40px 0px;
}
	
.hb-text h2 {
    padding-bottom: 10px;
}	

.hb-text h5 {
	font-size: 30px;
	line-height: 37px;
	padding-bottom: 10px;
}
	
.banner-buttons {
	flex-wrap: wrap;
}
	
.banner-buttons .button1 {
	margin: 0px 20px 20px 0px;
}	

.button2 {
    margin-left: 0px;
	margin-bottom: 20px;
}	

.samples {
	left: inherit;
	right: 0px;
    top: 74%;
}	
	
.samples a {
    height: 50px;
    line-height: 50px;
}	
	
.form-popup {
    width: 390px;
    padding: 30px;
}	
	
.about-handle {
    top: -100px;
}	

.about {
	padding: 55px 0px 40px 0px;
}
	
.al-top {
	height: 240px;
}

.al-bottom div {
	height: 200px;
}

.about-rhs h4 {
	font-size: 24px;
	line-height: 34px;
}
	
.about-rhs p {
    line-height: 23px;
}	
	
	
/*Modules*/

.modules-wrap {
	padding: 120px 0px 40px 0px;
}

.modules-wrap h4 {
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 30px;
}

.view-more a {
    background-position: 78% center;
}
	
.view-more a:hover {
    background-position: 78% center;
}	
	
.module-list ul li:nth-child(1) .view-more a, .module-list ul li:nth-child(2) .view-more a, .module-list ul li:nth-child(5) .view-more a {
     background-position: 63% center;
}
	
.module-list ul li:nth-child(1) .view-more a:hover, .module-list ul li:nth-child(2) .view-more a:hover, .module-list ul li:nth-child(5) .view-more a:hover {
     background-position: 63% center;
}
		

.testimonials-wrap h4 {
	font-size: 28px;
	line-height: 38px;
}
	
.testimonials-wrap ul {
    justify-content: center;
}	
	
.testimonials-wrap ul li {
    width: 47.5%;
}	
	
.quote-wrap {
	background-size: 35% auto;
	padding-bottom: 50px;
	display: inherit;
	background-position: left 40px;
}	
	
.qw-lhs {
    width: auto;
	padding-left: 38%;
	padding-top: 30px;
	padding-bottom: 80px;
}	

.qw-lhs h4 {
	font-size: 28px;
	line-height: 38px;
}
	
.footer-top {
	flex-wrap: wrap;
	padding-top: 30px;
 }	

.ft-section1 {
	width: 100%;
	padding-bottom: 20px;
}

.ft-section2 {
	width: 30%;

}

.ft-section3 {
	width: 60%;
}

.footer-top h2 {
    font-size: 20px;
    line-height: 22px;
}	

/*Sub Page*/

.sub-banner-wrap {
	padding: 35px 0px 35px 0px;
}

.sub-banner-wrap h1 {
	font-size: 35px;
	line-height: 40px;
}
	
.contact-page {
    padding: 50px 0px 60px 0px;
}	
	
.contact-page h2 {
    font-size: 25px;
    line-height: 32px;
}	
	
.contact-info ul {
	flex-wrap: wrap;
}	
	
.contact-info ul li {
    width: 48%;
}	
	
.contact-info ul li:last-child {
    width: 100%;
	margin-top: 30px;
}	
	
.contact-form {
    padding: 30px;
}	
	
.cf-box input {
    height: 50px;
}	
	
.contact-map {
    height: 400px;
}	
	
.sub-main {
    padding: 50px 0px 40px 0px;
	font-size: 15px;
}	
	
.sub-main h2 {
    font-size: 20px;
    line-height: 28px;
}	
	
.sub-main p {
    line-height: 24px;
    padding-bottom: 22px;
}	
	
.sub-main ul li {
    line-height: 24px;
    padding: 0px 0px 14px 27px;
}	
	
/*Features*/	
	
.features-wrap h4 {
	font-size: 28px;
	line-height: 38px;
}	
	
	
}

@media only screen and (max-width: 767px) {
	
	
.container {
    padding-top: 90px;
}	
	
.c-login a {
    padding: 0px 45px 0px 15px;
    font-size: 13px;
    background-position: 90% center;
}
	
.home-banner-wrap {
	height: auto;
	padding: 50px 0px 30px 0px;
	display: inherit;
}
	
.hb-text {
    width: auto;
}	
	
.hb-text h5 {
	font-size: 30px;
	line-height: 37px;
}
	
.banner-image {
    width: auto;
	max-width: 350px;
	margin: 0px auto;
    text-align: right;
}	
	
.form-popup {
    width: 390px;
    padding: 30px;
}	
		
.about {
	padding: 55px 0px 40px 0px;
	display: inherit;
	background-size: 90% auto;
}
	
.about-lhs {
    width: 100%;
	margin-bottom: 30px;
}	
	
.al-top {
	height: 240px;
}

.al-bottom div {
	height: 200px;
}
	
.about-rhs {
    width: auto;
}	

.about-rhs h4 {
	font-size: 24px;
	line-height: 34px;
}
	
	
/*Modules*/

.modules-wrap h4 {
	font-size: 27px;
	line-height: 37px;
	padding-bottom: 30px;
}

.module-list ul li {
    padding: 0px 0px 85px 0px;
    width: 100%;
}	
	
.view-more a {
    background-position: 70% center;
}
	
.view-more a:hover {
    background-position: 70% center;
}	
	
.module-list ul li:nth-child(1) .view-more a, .module-list ul li:nth-child(2) .view-more a, .module-list ul li:nth-child(5) .view-more a {
     background-position: 70% center;
}
	
.module-list ul li:nth-child(1) .view-more a:hover, .module-list ul li:nth-child(2) .view-more a:hover, .module-list ul li:nth-child(5) .view-more a:hover {
     background-position: 70% center;
}
	
.mp-list {
	display: inherit;
}	
	
.mpl-item {
    width: auto;
}	
	
.module-popup {
    width: 92%;
    padding: 30px 20px 30px 20px;
}	

.mp-container {
     height: 390px;
 }	

.testimonials-wrap h4 {
	font-size: 27px;
	line-height: 37px;
	padding-bottom: 30px;
}

.testimonials-wrap ul {
    margin: 0px;
	display: inherit;
}	
	
.testimonials-wrap ul li {
    width: 100%;
	margin: 0px 0px 30px 0px;
}
	
.testimonials-wrap ul li .tl-top {
    height: 250px;
}	
	
.quote-wrap {
	background-size: 35% auto;
	padding-bottom: 50px;
	display: inherit;
	background-position: left 100px;
}	
	
.qw-lhs {
    width: auto;
	padding-left: 38%;
	padding-top: 30px;
	padding-bottom: 40px;
}	

.qw-lhs h4 {
	font-size: 27px;
	line-height: 37px;
}
	
.quote-form {
    padding: 25px;
}	
	
.qf-choose ul li {
	font-size: 14px;
}	
	
.qf-choose ul li label {
    font-size: 14px;
    line-height: 18px;
    padding-right: 5px;
    padding-top: 5px;
}	
	
.qf-row {
	display: inherit;
}	

.qf-row .qf-box {
    width: auto;
}	
	
.footer-top h2 {
    font-size: 18px;
    line-height: 20px;
}
	
.fb-wrap {
	display: inherit;
    font-size: 15px;
}	

.copyright {
    padding-bottom: 15px;
}	
	
.fb-links ul li {
	margin: 0px 10px 0px 0px;
}	
	
/*Sub Page*/


.sub-banner-wrap h1 {
	font-size: 30px;
	line-height: 35px;
}
	
.contact-page {
    padding: 40px 0px 60px 0px;
}	
	
.contact-page h2 {
    font-size: 24px;
    line-height: 32px;
}	
	
.cf-box input {
    height: 48px;
}	
	
.cf-row {
	display: inherit;
}	
	
.cf-row .cf-box {
    width: 100%;
}	
	
.contact-map {
    height: 400px;
}	
	
.sub-main {
    padding: 40px 0px 40px 0px;
}	
	
.sub-main h2 {
    font-size: 20px;
    line-height: 28px;
}	
	
	
/*Features*/	
	
.features-wrap h4 {
	font-size: 26px;
	line-height: 36px;
}	
	
.features-wrap ul li {
    width: 100%;
}	

}

@media only screen and (max-width: 480px) {
	
	
.container {
    padding-top: 130px;
}
	
.header-top {
     height: 5px;
}	
	
.header-wrap {
	flex-wrap: wrap;
	padding-bottom: 12px;
}
	
.logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}	
	
.c-login {
    margin-left: 0px;
}	
	
.c-login a {
	height: 35px;
	line-height: 35px;
	background-color: #65b9f9;
}
	
.home-banner-wrap {
	padding: 40px 0px 30px 0px;
}

	
.hb-text h5 {
	font-size: 25px;
	line-height: 32px;
}
	
.hb-text p {
    line-height: 22px;
    padding-bottom: 22px;
}
	
.button1 a {
    height: 45px;
    line-height: 45px;
}	
	
.banner-image {
    width: 100%;
	max-width: 350px;
	margin: 0px auto;
    text-align: right;
}	
	
.samples a {
    height: 45px;
    line-height: 45px;
}	
	
.form-popup {
	width: 300px;
    max-width: 390px;
    padding: 20px;
}	
		
.about {
	padding: 55px 0px 20px 0px;
}
	
.al-top {
	height: 200px;
}

.al-bottom div {
	height: 170px;
}
	
.about-rhs h2 {
    padding-bottom: 10px;
}
	
.about-rhs h4 {
	font-size: 22px;
	line-height: 32px;
}
	
	
/*Modules*/
	
.modules-wrap {
    padding: 150px 0px 40px 0px;
}	

.modules-wrap h4 {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 20px;
}
	
.module-list ul li {
    padding: 0px 0px 80px 0px;
}	

.view-more a {
    background-position: 80% center;
}
	
.view-more a:hover {
    background-position: 80% center;
}	
	
.module-list ul li:nth-child(1) .view-more a, .module-list ul li:nth-child(2) .view-more a, .module-list ul li:nth-child(5) .view-more a {
     background-position: 80% center;
}
	
.module-list ul li:nth-child(1) .view-more a:hover, .module-list ul li:nth-child(2) .view-more a:hover, .module-list ul li:nth-child(5) .view-more a:hover {
     background-position: 80% center;
}
	
.m-name h5 {
    font-size: 19px;
    line-height: 23px;
}
	
.m-name h6 {
    font-size: 12px;
    line-height: 14px;
}	
	
.m-list {
    font-size: 14px;
    line-height: 17px;
}	
	
.m-list p::before {
    top: 2px;
}	
	
.view-more a {
    height: 45px;
    line-height: 45px;
}	
	
.module-popup {
    width: 92%;
    padding: 20px 10px 20px 10px;
}	
	
.module-popup h4 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
}	

.mp-container {
     height: 380px;
 }	
	
.testimonials-wrap {
    padding: 150px 0px 40px 0px;
}	
	
.testimonials-wrap h2 {
    padding-bottom: 10px;
}	

.testimonials-wrap h4 {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 20px;
}
	
.testimonials-wrap ul li .tl-top {
    height: 210px;
}	
	
.quote-wrap {
	background-image: none;
	padding-bottom: 50px;
	padding: 150px 0px 40px 0px;
}	
	
.qw-lhs {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

.qw-lhs h4 {
	font-size: 27px;
	line-height: 37px;
}
	
.quote-form {
    padding: 20px 15px 20px 15px;
}	
	
.qf-box input {
    height: 45px;
    padding: 0px 15px 0px 15px;
}	
	
.qf-box textarea {
    padding: 10px 15px 10px 15px;
}	
	
.qf-choose ul li {
	padding-left: 33px;
}	
	
.qf-choose ul li label {
    padding-top: 0px;
}	
	
.qf-choose ul li label:before {
    position: absolute;
    left: -33px;
    top: 0px;
}	
	
.qf-choose ul li input:checked + label:after {
    left: -25px;
	top: 0px;
}	
	
.qf-choose ul li a {
    display: block;
}	
	
.footer-top {
    font-size: 14px;
}	
	
.ft-section2 {
    width: 100%;
	padding-bottom: 20px;
}	
	
.ft-section3 {
    width: 100%;
}	

.fb-wrap {
    font-size: 14px;
}		
	
/*Sub Page*/


.sub-banner-wrap h1 {
	font-size: 25px;
	line-height: 30px;
}
	
.contact-page {
    padding: 30px 0px 40px 0px;
}	
	
.contact-page h2 {
    font-size: 21px;
    line-height: 30px;
}
	
.contact-info h3 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}	
	
.contact-info ul li {
    width: 100%;
	margin-bottom: 20px;
}
	
.contact-info ul li:last-child {
    margin-top: 0px;
}	
	
.contact-form {
    padding: 20px 15px 20px 15px;
}	
	
.cf-box input {
    height: 45px;
}	

.cf-box input {
    height: 50px;
    padding: 0px 15px 0px 15px;
    font-size: 15px;
}	
	
.cf-box textarea {
    padding: 10px 15px 10px 15px;
    font-size: 15px;
}	
	
.contact-map {
    height: 300px;
}	
	
.sub-main {
    padding: 30px 0px 30px 0px;
}	
	
.sub-main h2 {
    font-size: 18px;
    line-height: 26px;
}	
	
	
/*Features*/	
	
.features-wrap {
    padding: 30px 0px 50px 0px;
}	
	
.features-wrap h4 {
	font-size: 22px;
	line-height: 30px;
}	
	
.features-wrap ul li {
    width: 100%;
}
	
.features-wrap ul li p {
    font-size: 14px;
    line-height: 20px;
}	
	
.features-wrap .button1 {
    padding-top: 0px;
}	
	
}


