@import "bootstrap.min.css";
@import "owl.theme.default.min.css";
@import "owl.carousel.min.css";
@font-face {
	font-family: "proxima-nova";
	src: url("https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/af96c8/00000000000000003b9aefc0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "proxima-nova";
	src: url("https://use.typekit.net/af/aae429/00000000000000003b9aefbe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/aae429/00000000000000003b9aefbe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/aae429/00000000000000003b9aefbe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "proxima-nova";
	src: url("https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/f80f1d/00000000000000003b9aefb8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-style: normal;
	font-weight: 700;
}
/*-----------------------RESET CSS------------------------------------*/

*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: "proxima-nova", sans-serif;
}
 @-ms-viewport {
 width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	background-color: #edeff1;
	font-family: "proxima-nova", sans-serif;
	color: #414141;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 0;
	font-style: normal;
	line-height: inherit;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 0;
}
dfn {
	font-style: italic;
}
b, strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
a {
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre, code, kbd, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 padding: 0;
 border-style: none;
}
input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
/*-----------------Custom CSS------------------------*/


/*---------------Header CSS-------------*/

header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
header .navbar-brand {
	padding: 0;
}
.navbar-brand img {
	width: 201px;
	object-fit: cover;
}
header nav.navbar {
	padding: 34px 35px;
}
header .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s;
}
header .navbar-nav .nav-item .nav-link.btn-con {
	border: solid 2px #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 9.5px 21px;
	transition: all 0.3s;
}
header .navbar-nav .nav-item .nav-link.btn-con:hover, header .navbar-nav .nav-item .nav-link.btn-sign:hover {
	background-color: #15d683;
	border-color: #15d683;
	color: #fff;
}
header .navbar-nav .nav-item .nav-link:hover {
	color: #15d683;
}
header .navbar-nav .nav-item {
	margin: 0 8px;
}
header .navbar-nav .nav-item .nav-link.btn-sign {
	border: solid 2px #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	color: #208df4;
	padding: 9.5px 21px;
	transition: all 0.3s;
}
header .navbar-nav .nav-item .nav-link img {
	width: 27px;
	object-fit: cover;
}
/*----------------Banner Section Css----------------------*/

.banner {
	background-image: url(../images/bg1.png);
	background-position: center;
	background-size: cover;
}
.text-holder {
	padding: 200px 0 121px;
	max-width: 647px;
	margin: 0 auto;
}
.text-holder h2 {
	color: #fff;
	font-size: 34px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 26px;
}
.btn {
	width: 211px;
	height: 56px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0;
	line-height: 56px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.btn:focus {
	box-shadow: none;
}
.btn.btn-success {
	background-color: #15d683;
	border: 2px solid #15d683;
}
.btn.btn-success:hover {
	background-color: #00a2c8;
	border: 2px solid #00a2c8;
}
.btn.btn-primary {
	background-color: transparent;
	border: 2px solid #fff;
}
.btn.btn-primary:hover, .ft-link .btn.btn-success:hover {
	background-color: #15d683;
	border: 2px solid #15d683;
	color: #fff;
}
.link_banner a {
	margin: 0 15px;
}
.logo-slider .item {
	text-align: center;
}
.logo-slider .item img {
	width: auto;
	margin: 0 auto;
	transition: all 0.3s;
}
.logo-slider .item img:hover {
	filter: brightness(0);
}
.owl-carousel.logo-slider .owl-stage {
	display: flex;
	align-items: center;
}
.top_logo {
	background-color: #e5eef7;
	padding: 14px 0;
}
/*************Credit Section Css****************/

.credit {
	padding: 80px 0;
	background-color: #f4f6f8;
}
.caption {
	max-width: 560px;
	margin: 0 auto 40px;
}
.caption h2 {
	color: #242d37;
	font-size: 34px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 16px;
}
.caption p {
	font-size: 20px;
	line-height: 27px;
	color: #414141;
}
.cr-holder {
	padding-right: 20px;
	margin-bottom: 35px;
	height: 100%;
}
.cr-holder img {
	height: 41px;
	object-fit: cover;
	margin-bottom: 10px;
}
.cr-holder h3 {
	font-size: 20px;
	color: #242d37;
	margin-bottom: 7px;
}
.cr-holder p {
	font-size: 16px;
	line-height: 24px;
	color: #414141;
}
.wrapper_box {
	padding-top: 22px;
}
/*************accuracies Section Css****************/

.accuracies {
	padding: 80px 35px;
	background-color: #e3ebf3;
}
.inacc_nav .nav li a {
	color: #7c8590;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	transition: all 0.3s;
	padding: 10px 0 0 30px;
	border-left: 4px solid #d6d6d6;
}
.inacc_nav .nav li a.active {
	border-left: 4px solid #00a2c8;
}
.inacc_nav .nav li a .circle {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #cfcfcf;
	margin-right: 20px;
}
.inacc_nav .nav li a.active .circle, .inacc_nav .nav li a:hover .circle {
	background-color: #00a2c8;
	border: solid 1px #00a2c8;
}
.inacc_nav .nav li a.active .circle img, .inacc_nav .nav li a:hover .circle img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.holder-con {
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ft_tabs .row .col {
	border: 1px solid #d6d6d6;
}
.ft_tabs {
	padding-top: 40px;
}
/*--------------timeline-expected css---------------*/

.timeline-expected {
	padding: 80px 35px;
	background-color: #f4f6f8;
}
.cl-text {
	margin-bottom: 40px;
}
.cl-text h2 {
	background: -webkit-linear-gradient(103deg, #001184, #00a2c8 72%);
	background: -moz-linear-gradient(103deg, #001184, #00a2c8 72%);
	background: -o-linear-gradient(103deg, #001184, #00a2c8 72%);
	background: -ms-linear-gradient(103deg, #001184, #00a2c8 72%);
	background: linear-gradient(103deg, #001184, #00a2c8 72%);
	font-size: 20px;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cl-text img {
	margin-right: 40px;
}
.time_nav {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #bfbfbf;
	background-image: -webkit-linear-gradient(left, #00a2c8, #001184 78%);
	background-image: -moz-linear-gradient(left, #00a2c8, #001184 78%);
	background-image: -o-linear-gradient(left, #00a2c8, #001184 78%);
	background-image: -ms-linear-gradient(left, #00a2c8, #001184 78%);
	background-image: linear-gradient(to right, #00a2c8, #001184 78%);
	height: 50px;
}
.time_nav li {
	font-size: 12px;
	color: #fff;
	padding: 18px 0;
	text-transform: uppercase;
	text-align: center;
	width: 20%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.time_nav li:nth-child(2) {
	background-color: #0069b2;
}
.time_nav li:nth-child(3) {
	background-color: #0642aa;
}
.time_nav li:last-child {
	padding: 0 10px;
	width: 40%;
}
.wrpper_time {
	max-width: 881px;
	margin: 0 auto;
}
.h-line {
	min-height: 285px;
	position: relative;
}
.time_nav li img {
	position: absolute;
	bottom: 0;
	left: 41%;
	transform: translate(0, -22%);
}
.time_nav li:first-child img {
	transform: translate(0, -16%);
}
.time_nav li p {
	width: 310px;
	position: absolute;
	color: #414141;
	text-align: left;
	font-size: 16px;
	left: 61%;
	text-transform: initial;
}
.time_nav li:first-child p {
	top: -241px;
}
.time_nav li:nth-child(2) p {
	top: -174px;
}
.time_nav li:nth-child(3) p {
	top: -136px;
}
.time_nav li:last-child p {
	left: 52%;
	top: -92px;
	max-width: 255px;
}
.time_nav li:last-child img {
	transform: translate(0, -42%);
}
.w_counter {
	margin-top: 12px;
}
.w-bx {
	position: relative;
	z-index: 1;
}
.w-bx:after {
	height: 1px;
	width: 100%;
	background-color: #cbcbcb;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.w-bx li {
	font-size: 12px;
	border: 1px solid #bababa;
	padding: 5px 15px;
	background-color: #f4f6f8;
	color: #bababa;
	position: relative;
	z-index: 1;
}
.w-bx li:nth-child(2) {
	margin-left: 181px;
}
.mb-40 {
	margin-bottom: 40px;
}
.gr-field .cl-text h2 {
	background: -webkit-linear-gradient(100deg, #24b6a2, #047965 78%);
	background: -moz-linear-gradient(100deg, #24b6a2, #047965 78%);
	background: -o-linear-gradient(100deg, #24b6a2, #047965 78%);
	background: -ms-linear-gradient(100deg, #24b6a2, #047965 78%);
	background: linear-gradient(100deg, #24b6a2, #047965 78%);
	font-size: 20px;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gr-field .time_nav {
	background-color: #bfbfbf;
	background-image: -webkit-linear-gradient(left, #24b6a2, #047965 78%);
	background-image: -moz-linear-gradient(left, #24b6a2, #047965 78%);
	background-image: -o-linear-gradient(left, #24b6a2, #047965 78%);
	background-image: -ms-linear-gradient(left, #24b6a2, #047965 78%);
	background-image: linear-gradient(to right, #24b6a2, #047965 78%);
}
.gr-field .time_nav li:nth-child(2) {
	background-color: #09a289;
}
.gr-field .time_nav li:nth-child(3) {
	background-color: #09927b;
}
/*-----------------TIMELINE -------------------*/

.timline {
	padding: 80px 0;
}
.wrapper_timeline {
	max-width: 992px;
	margin: 0 auto;
	position: relative;
	padding: 25px 0 0;
}
.wrapper_timeline:after {
	width: 4px;
	height: 100%;
	background-color: #cae5ea;
	position: absolute;
	left: 50%;
	content: '';
	top: 50%;
	transform: translate(0, -50%)
}
.tim_row {
	position: relative;
	z-index: 1;
	margin-bottom: 85px;
}
.time_lead, .img_time {
	max-width: 356px;
}
.time_lead h3 {
	color: #292929;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 14px
}
.time_lead p {
	font-size: 16px;
	color: #808080;
	line-height: 24px;
}
.counter-timeline {
	width: 88px;
	height: 88px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00a2c8;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.counter-timeline img {
	width: 35px;
	object-fit: cover;
}
.timeline_end-text h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 50px;
	color: #292929;
	margin-bottom: 10px;
}
.timeline_end-text .btn.btn-primary {
	border: solid 2px #00a2c8;
	color: #00a2c8;
}
.timeline_end-text .btn.btn-primary:hover {
	color: #fff;
	border: solid 2px #15d683;
}
.wrapper_timeline .tim_row:nth-child(3) {
	margin-bottom: 169px;
}
.wrapper_timeline .tim_row:last-child {
	margin-bottom: 56px;
}
/**************review Css**************/

.review {
	padding: 80px 35px;
	background-color: #f4f6f8;
}
.caption.lead {
	max-width: 713px;
}
.caption.lead h2 {
	font-size: 42px;
}
.rev_box {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 0 29px rgba(0, 0, 0, .06);
	box-shadow: 0 0 29px rgba(0, 0, 0, .06);
}
.rev-top {
	padding: 11.5px 25px;
	border-bottom: 1px solid #eaeaea;
}
.rev-top span {
	font-size: 14px;
	color: #808080;
}
.rev_inner {
	padding: 25px;
	border-bottom: 1px solid #eaeaea;
}
.rating img {
	width: 14px;
	object-fit: cover;
}
.rev_person {
	margin-left: 30px;
}
.rev_person h3 {
	font-size: 20px;
	color: #292929;
}
.rev_person p.dte {
	font-size: 14px;
	color: #808080;
	margin-bottom: 0;
}
.rev_inner .media {
	margin-bottom: 20px;
}
.dt_rev p {
	font-size: 16px;
	color: #808080;
	line-height: 24px;
}
.rev_more {
	padding: 15px 0;
}
.rev_more a {
	color: #00a2c8;
	text-transform: uppercase;
	font-size: 14px;
}
.av_review img {
	width: 72px;
	object-fit: cover;
}
/*--------------Testimonial--------------*/

.testimonial {
	padding: 80px 0 0 35px;
	background-color: #e3ebf3;
}
.test_caption {
	margin-bottom: 25px;
}
.test_caption h2 {
	font-size: 45px;
	line-height: 64px;
	color: #242d37;
	font-weight: 500;
}
.testimonial_content h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.testimonial_content p {
	font-size: 16px;
	line-height: 30px;
	color: #838991;
	margin-bottom: 40px;
}
.testimonial_content img {
	display: block;
	width: 357px;
	object-fit: cover;
	margin-bottom: 15px;
}
.testimonial_content a.btn {
	border: solid 2px #00a2c8;
	color: #00a2c8;
}
/************faq css****************/

.faq {
	padding: 80px 35px;
}
.faq .card-header {
	padding: 0;
	border-bottom: solid 1px #bdcddd;
}
.faq .card-header a {
	padding: 0 20px;
	font-size: 20px;
	color: #292929;
	background-color: #fff;
	min-height: 72px;
}
.faq .card {
	margin-bottom: 23px;
	border: solid 1px #bdcddd;
}
.faq .minus, .faq .plus {
	display: none;
}
.faq .card-header a[aria-expanded="true"] .minus {
	display: block;
}
.faq .card-header a[aria-expanded="false"] .plus {
	display: block;
}
/**********************MAP*************************/

.map {
	width: 100%;
}
/**********************Customer CSS************************/

.customer {
	padding: 80px 35px 30px;
	background-color: #e3ebf3;
}
.customer h2 {
	font-size: 18px;
	letter-spacing: 7px;
	color: #565656;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}
.logo_foter {
	margin-bottom: 43px;
}
/*---------------Footer-------------------*/

footer {
	padding: 100px 35px 58px;
	background-image: url(../images/footer-bg.png);
	background-size: cover;
}
.social_links li a img {
	width: 21px;
	object-fit: cover;
}
.social_links li a:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.social_links li.twitter a:hover {
	background-color: #00ACEE;
}
.social_links li.g-plus a:hover {
	background-color: #CC3333;
}
.social_links li.linkdin a:hover {
	background-color: #0077B5;
}
.fot-logo img {
	width: 279px;
	object-fit: cover;
}
.social_links li a {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.social_links li {
	margin-left: 14px;
}
.ft-link a {
	margin-left: 36px;
}
.ft-link .btn.btn-success {
	background-color: #00a2c8;
	border-color: #00a2c8;
}
.footer {
	padding-top: 93px;
}
.footer_desc p {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	line-height: 24px;
	padding-right: 33px;
}
.quick-links h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
	font-weight: 700;
}
.q_links li a {
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	transition: all 0.3s;
}
.q_links li a:hover {
	opacity: 1;
	color: #00a2c8;
}
.q_links li {
	margin-bottom: 42px;
}
.quick-links {
	padding-left: 30px;
}
