html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: 555D62;
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
}
 @media only screen and (min-width:960px) {
body {
	font-size: 16px;
}
}
body, header, main, footer {
	transition: transform ease-out 0.3s;
	-moz-transition: transform ease-out 0.3s;
	-webkit-transition: transform ease-out 0.3s;
	-o-transition: transform ease-out 0.3s;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
	max-width: 100%;
	border: 0;
}
a:active, a:hover {
	outline-width: 0;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #000000;
}
#slider_nav a.activeSlide { background: #2a77e4 }
p {
	margin: 1em 0;
}
h1 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	color: #27343b;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #27343b;
}

h3 {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
ul {
	list-style: none;
	padding-left: 0;
}
input, select, textarea {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.header {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	transition: background-color .3s;
	-webkit-backface-visibility: hidden;
}
 @media (min-width: 992px) {
.header.scrolled {
	top: 0;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
}
.logo {
	float: left;
	display: inline-block;
}
.logo a {
	padding-top: 1.5em;
	padding-bottom: 1em;
	padding-left: 0em;
	padding-right: 0em;
	display: block;
	overflow: hidden;
}
.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
 @media (min-width: 992px) {
.main-nav>ul>li {
	display: inline-block;
}
.main-nav>ul>li>a {
	padding: 2em 0.5em;
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
}
}
 @media (min-width: 1280px) {
.main-nav>ul>li>a {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
}
@media (max-width: 992px) {
.main-nav>ul>li>a {
	font-size: 12px;
}
}
.main-nav ul li a {
	transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
}
.main-nav ul li a:hover {
	color: #2a77e4;
}
.main-nav ul li a.active {
	color: #2a77e4;
}
.foofter-menu ul li a:hover {
	color: #2a77e4;
}
nav ul li a, nav ul li a:after, nav ul li a:before {
	transition: all .5s;
}
/* stroke */
nav.stroke ul li a, nav.fill ul li a {
	position: relative;
}
nav.stroke ul li a:after, nav.fill ul li a:after {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #2a77e4;
	height: 1px;
}
nav.stroke ul li a:hover:after {
	width: 100%;
}
 @media (min-width: 992px) {
.main-nav .langswitcher {
	position: fixed;
	top: 0;
	right: 2.5em;
}
}
.main-nav .langswitcher {
	margin: 0;
}
.main-nav>.langswitcher>li>a.active {
	opacity: 1;
}
@media (min-width: 992px) {
.main-nav>.langswitcher>li>a {
	padding-left: .5em;
	padding-right: .5em;
}
}
.main-nav>.langswitcher>li>a {
	opacity: .5;
}
.main {
	position: relative;
}

/**********Toggle menu************/



@media (max-width: 991px) {
.toggle {
	display: block;
}
}
.toggle {
	padding: 2em 3em;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
@media (min-width: 992px) {
.toggle {
	display: none;
}
}
.toggle .bar:first-child {
	margin-top: 1px;
}
.toggle .bar {
	height: 1px;
	width: 22px;
	background-color: #cecece;
	display: block;
}
.toggle .bar + .bar {
	margin-top: 5px;
}
body.in {
	display: block;
}
@media (max-width: 991px) {
body.in .nav-menu {
	display: block;
}
}
@media (min-width: 992px) {
.main-nav {
	float: right;
}
}
@media (max-width:991px) {
.main-nav {
	width: 330px;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #2a77e4;
	z-index: 9999;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	opacity: 0;
	z-index: 3;
}
.in .main-nav {
	opacity: 1;
	right: 330px;
}
.main-nav>.navigation {
	padding-top: 5em;
}
.main-nav>ul li a {
	color: #000000;
	display: block;
}
.main-nav>ul>li>a {
	padding: 1em 2em;
	text-transform: uppercase;
	color: #ffffff;
}
.main-nav>ul>li.active>a {
	color: #ffffff;
}
.main-nav ul li a:hover {
	color: #ffffff;
}
.main-nav .langswitcher li {
	display: inline-block;
}
.main-nav .langswitcher {
	padding-top: 3em;
}
}
/*Section*/
.section {
	padding-top: 8em;
	padding-bottom: 8em;
	position: relative;
}


.section-hero {
	margin-bottom: 0px;
	background-color: #fafafa;
	background-image: url(../img/hero-slide.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	height: 100vh;
}
.section-hero .section-caption .section-subtitle {
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.section-hero .section-caption .section-title {
	font-size: 44px;
	width: 60%;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
 @media (max-width: 1366px) {
.section-hero .section-caption .section-title {
	font-size: 36px;
	width: 80%;
	line-height: 1.2;
}
}
 @media (min-width: 1366px) {
.section-hero .section-caption .section-subtitle {
	font-size: 22px;
}
}
.section-hero .section-caption {
	padding-top: 12em;
	padding-bottom: 3em;
}

 @media (max-width: 600px) {
.section-hero .section-caption .section-subtitle {
	display: none;
}
}
@media (max-width: 991px) {
.section-hero .section-caption {
	padding-top: 6em;
	padding-bottom: 4em;
}
.section-hero .section-caption .section-subtitle {
	font-size: 18px;
}
.section-hero .section-caption .section-title {
	font-size: 24px;
	width: 100%;
}
}
/***********Search-Hero***************/


.hero-search {
	display: block;
	min-height: 1px;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
	width: 60%;
	margin: 0 auto 0 auto;
	margin-top: 2em;
}
 @media (max-width: 991px) {
.hero-search {
	width: 100%;
	margin: 0 auto 0 auto;
}
}
.input-container {
	display: flex;
}
.hero-search input {
	height: 40px;
	line-height: 18px;
	padding: 10px 0px 10px 70px;
	width: 100%;
	border: 0px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	font-size: 17px;
}
input:focus {
	outline: none;
	border: 0px;
	/* create a BIG glow */
	box-shadow: 0px 0px 5px #4195fc;
	-moz-box-shadow: 0px 0px 5px #4195fc;
	-webkit-box-shadow: 0px 0px 5px #4195fc;
}
.input-container img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 1.5em;
	top: 0.6em;
}
.hero-search .input-button {
	position: absolute;
	top: 0;
	right: 0;
}
.hero-search .input-button button {
	height: 61px;
	background-color: #2a77e4;
	border-radius: 50px;
	border: none;
	color: #FFF;
	padding: 15px 100px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 22px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.hero-search .input-button button:hover {
	background-color: #076eff;
}
 @media (max-width: 768px) {
.hero-search .input-button button {
	padding: 15px 60px;
}
}
@media (max-width: 320px) {
.hero-search input {
	font-size: 15px;
}
}
@media (max-width: 480px) {
.hero-search input {
	padding: 10px 0px 10px 20px;
}
.input-container img {
	display: none;
}
}
 @media (max-width: 480px) {
.hero-search .input-button button {
	padding: 15px 30px;
	font-size: 16px;
}
}
.hero-search ul.search-tool {
	display: block;
	position: absolute;
	left: 0;
	top: -3.4em;
}
@media (max-width: 480px) {
.hero-search ul.search-tool {
	left: 0;
}
}
.hero-search ul.search-tool li {
	display: inline-block;
}
.hero-search ul.search-tool li a {
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}
.hero-search ul.search-tool li a.active {
	background-color: #2a77e4;
	position: relative;
	border-radius: 50px;
}
.hero-search ul.search-tool a.active:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid #2a77e4;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
/***********Main-About***************/
.main-about {
	text-align: center;
}
p.subtitle {
	color: 555D62;
	line-height: 1.5em;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 18px;
}
.container-sm {
	width: 60%;
	text-align: center;
	margin: 0 auto 0 auto;
}
.features {
	padding-top: 9em;
	padding-bottom: 9em;
	text-align: left;
}
 @media (min-width: 992px) {
.row {
	margin-left: -2em;
	margin-right: -2em;
}
}

 @media (min-width: 991px) {
.box {
	padding-right: 2em;
	padding-left: 2em;
}
}

.box h2 {
	padding-top: 1em;
	padding-bottom: 1em;
}
/***********bg-fluid***************/

.bg-fluid {
	background-image: url(../img/fluid-bgr.jpg);
	background-position: 50%;
}
.fluid-blue-box {
	background-color: rgba(0,114,246,.9);
	margin: 60px auto;
	padding: 0 60px;
	max-width: 840px;
}
.blue-box-content {
	color: #ffffff;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 0;
	text-align: center;
}
.blue-box-content h3 {
	color: #ffffff;
	font-weight: normal;
}
.bold {
	font-weight: 600;
}
.blue-box-content p.number {
	font-size: 60px;
	margin-bottom: 0;
	margin-top: 1em;
	color: #ffffff;
}
.blue-box-content p {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
.fluid-blue-box {
	margin: 30px;
}
}
@media screen and (max-width: 767px) {
.blue-box-content p.number {
	font-size: 30px;
}
.blue-box-content p {
	font-size: 17px;
}
}
/***********partners-logo***************/
.partners-logo {
	background-color: #f5f6f8;
	padding-top: 3em;
	padding-bottom: 3em;
}
.logos {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	float: left;
	text-align: center;
}
img {
	max-width: 100%;
}
/***********slogan***************/
.slogan {
	padding-top: 9em;
	text-align: center;
}
h3.slogan {
	text-transform: none;
	font-size: 42px;
	color: #27343b;
	font-weight: normal;
	margin-bottom: 2em;
	padding: 0;
	margin-top: 0;
}
.button {
	  	-webkit-tap-highlight-color: transparent !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn {
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 20px 25px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-tap-highlight-color: transparent !important;

}
button {
	-webkit-tap-highlight-color: transparent !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn.btn-red {
	background-color: #f26360;
	padding: 20px 80px;
	-webkit-tap-highlight-color: transparent !important;
}
.btn.btn-red:hover {
	background-color: #f7403c;
}
.btn.btn-green {
	background-color: #19cd99;
	-webkit-tap-highlight-color: transparent !important;

}
.btn.btn-green:hover {
	background-color: #0ae2a4;
}
.btn.btn-blue {
	background-color: #2a77e4;
	-webkit-tap-highlight-color: transparent !important;
}
.btn.btn-blue:hover {
	background-color: #1b78fb;
}
.slogan .container {
	border-bottom: 1px solid #edeeef;
	padding-bottom: 10em;
}
/*Animated*/
.section-caption, .slogan, .section-tehno-right img {
	animation: animatebottom 0.4s;
	position: relative;
}
 @keyframes animatebottom {
 from {
 bottom:-100px;
 opacity:0
}
to {
	bottom: 0;
	opacity: 1
}
}

@media (max-width: 480px) {
/*Animated mobile*/
.section-caption, .slogan, .section-tehno-right img {
	animation: animatebottom 0.3s;
	position: relative;
}
 @keyframes animatebottom {
 from {
 bottom:-50px;
 opacity:0
}
to {
	bottom: 0;
	opacity: 1
}
}
}

.container {
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3em;
	padding-right: 3em;
	position: relative;
}
@media (max-width: 480px) {
.container {
	padding-left: 20px;
	padding-right: 20px;
}
}
.container:after, .row:after {
	clear: both;
}
.container:before, .container:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left;
}
}
 @media (min-width: 992px) {
.col-md-4 {
	width: 33.3333%;
}
}
 @media (max-width: 991px) {
.col-md-4 {
	width: 100%;
}
}
 @media (min-width: 992px) {
.col-md-6 {
	width: 50%;
}
}
 @media (min-width: 992px) {
.col-md-3 {
	width: 25%;
}
}
 @media (max-width: 991px) {
.col-md-3 {
	width: 25%;
	float: left;
}
}
 @media (max-width: 991px) {
.col-md-2 {
	width: 50%;
	float: left;
}
}
.col-md-1 {
	width: 8.33333333%
}
 @media (min-width: 992px) {
.col-md-8 {
	width: 66.66666667%;
}
}
 @media (min-width: 992px) {
.col-md-9 {
	width: 75%;
}
}
section {
	padding-top: 2em;
	padding-bottom: 2em;
	position: relative;
}
/***********Footer*************/


footer {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.4em;
	font-size: 14px;
	margin-top: 5em;
}
 @media (max-width: 768px) {
footer {
	
	margin-top: 0em;
}
}
footer p {
	margin-top: 20px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
}
footer ul li a.active {
	color: #2b77e5;
}
footer ul li a:hover {
	color: #2b77e5;
}
footer ul li a {
	padding: 2em 0.5em;
	display: block;
	color: #99a6ae;
	font-size: 14px;
	text-transform: uppercase;
}
 @media (max-width: 768px) {
footer ul li a {
	padding: 0.5em 0.5em;
}
}
.footer-social{display: none}
footer .footer-social a {
	/*display: inline-block;*/
	display: none;
	padding-left: 1em;
	color: #c1c6c9;
	font-size: 24px;
	padding-right: 1em;
}
footer .footer-social a:hover {
	color: #899ba7;
}
/***********Header in style*************/
.header.scrolled.inp {
	position: unset;
	background-color: #f5f6f8
}
.header.scrolled.inp .border {
	border-bottom: 1px solid #edeeef;
	width: 100%;
	height: 1px;
	display: block;
	float: left;
	margin: 0 auto 0 auto;
}
@media (min-width: 992px) {
.main-nav.in ul li a {
	color: #515a5f;
}
.main-nav.in ul li a:hover {
	color: #2a77e4;
}
}
/***********Searching Screen*************/

.in-top-section {
	background-color: #f5f6f8;
	padding-top: 4em;
	padding-bottom: 4em;
	margin-bottom: 4em;
	text-align: center;
}
.in-top-section p {
	margin: 0;
}
.in-heading {
	padding-bottom: 4em;
}
.blue {
	color: #2a77e4;
}
h3.heading-title {
	text-transform: none;
	font-size: 42px;
	color: #27343b;
	font-weight: normal;
	margin-bottom: 2em;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
@media (min-width: 992px) {
h3.heading-title {
	font-size: 36px;
	margin-bottom: 0.5em;
}
}
@media (max-width: 991px) {
h3.heading-title {
	font-size: 22px;
}
}
.in-heading .unslogan {
	font-size: 18px;
	width: 70%;
	margin: 0 auto 0 auto;
}
@media (max-width: 991px) {
.in-heading .unslogan {
	width: 100%;
}
}
.progress-bar-info {
	padding-top: 4em;
}
.progress-bar-info p {
	color: #27343b;
	font-size: 18px;
	line-height: 1.6;
}
@media (max-width: 991px) {
.progress-bar-info p {
	font-size: 14px;
}
}
.progress-bar {
	width: 60%;
	margin: 0 auto 0 auto;
}
@media (max-width: 991px) {
.progress-bar {
	width: 100%;
}
}
.meter {
	position: relative;
	background: #e8ecef;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 10px;
}
@media (min-width: 992px) {
.meter {
	height: 50px;
}
}
@media (max-width: 991px) {
.meter {
	height: 40px;
}
}
.meter > span {
	display: block;
	height: 100%;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: rgb(42, 119, 228);
	background: -webkit-linear-gradient(left, rgb(42, 119, 228), rgb(129, 212, 188));
	background: -o-linear-gradient(right, rgb(42, 119, 228), rgb(129, 212, 188));
	background: -moz-linear-gradient(right, rgb(42, 119, 228), rgb(129, 212, 188));
	background: linear-gradient(to right, rgb(42, 119, 228), rgb(129, 212, 188));
	position: relative;
	overflow: hidden;
}
p.number-percent {
	position: absolute;
	right: 4%;
	top: 28%;
	font-size: 22px;
	font-weight: bold;
	color: #2a77e4;
}
@media (max-width: 480px) {
p.number-percent {
	font-size: 16px;
}
}
.in-section-3 {
	margin-bottom: 4em;
}
.in-section-3 .box {
	padding-right: 0;
}
.box ul li {
	line-height: 3;
}
.box ul li img.in-box-icon {
	padding-top: 14px;
	display: block;
	float: left;
	padding-right: 10px;
}
.customer-testimonials {
	background-color: #f5f6f8;
	padding-top: 4em;
	padding-bottom: 4em;
}
.custom-hold {
	margin: 0 auto 0 auto;
	overflow: hidden;
}
@media (min-width: 992px) {
.custom-hold {
	padding-top: 4em;
	padding-bottom: 4em;
}
}
@media (max-width: 991px) {
.custom-hold {
	padding-top: 1em;
	padding-bottom: 1em;
}
}
.customer-testimonials-image {
	width: 300px;
	height: 300px;
	background: #2a77e4;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	position: relative;
	margin-left: 1em;
	-webkit-box-shadow: 0px 0px 35px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 35px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 35px -4px rgba(0,0,0,0.75);
}
@media (min-width: 992px) {
.customer-testimonials-image {
	float: right;
}
}
 @media (max-width: 991px) {
.customer-testimonials-image {
	margin: 0 auto;
}
}
.customer-testimonials-image img {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 3%;
	right: -8%;
}
@media (min-width: 992px) {
.customer-testimonials-text {
	margin-left: 2em;
}
}
@media (max-width: 991px) {
.customer-testimonials-text {
	margin-top: 3em;
}
}
.customer-testimonials-text p {
	font-style: italic;
}
.customer-testimonials-text em {
	font-style: normal;
	margin-top: 2em;
	display: block;
	text-indent: 0;
}
blockquote {
	position: relative;
	text-indent: 45px;
}
blockquote:before {
	top: -6%;
	left: 0;
	content: '';
	background-image: url(../img/quote.png);
	background-position: top left;
	background-repeat: no-repeat;
}
blockquote:before, blockquote:after {
	position: absolute;
	width: 34px;
	height: 26px;
	font-size: 120px;
	line-height: 1;
}
.blockquote-nav-slide {
	margin-top: 2em;
	width: 100%;
	text-align: center;
}
.blockquote-nav-slide a {
	background: #d7dbe3;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: -webkit-inline-box;
	margin: 1px 5px 1px 5px;
}
.blockquote-nav-slide a.cycle-pager-active {
	background: #2a77e4;
}
.blockquote-nav-slide a:hover {
	background: #2a77e4;
}
/***********Result Screen*************/
.wide-box {
	width: 80%;
	min-height: 80px;
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 auto 0 auto;
	margin-bottom: 4em;
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.15);
	padding: 50px;
	text-align: left;
}
.features.in {
	padding-top: 4em;
	padding-bottom: 4em;
}
.number-style {
	font-size: 28px;
	color: #27343b;
}
@media (max-width: 991px) {
.wide-box .number {
	margin-bottom: 2em;
}
}
.wide-box .chek-list ul {
	margin: 0;
}
@media (max-width: 991px) {
.wide-box .chek-list ul {
	margin-bottom: 2em;
}
}
.wide-box .chek-list ul li {
	background-image: url(../img/check-icon-gr.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	line-height: 32px;
}
.wide-box .report-but {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.wide-box .report-but .btn {
	padding: 20px 65px;
}
/***********Plan-Order-Screen*************/
.in-top-section.plan {
	margin-bottom: 0;
}
.wide-box-long-subtitle {
	padding-top: 1em;
	padding-bottom: 1em;
}
.red-span {
	color: #e06260;
	text-transform: uppercase;
}
.red-span2 {
	color: #555D62;
	font-size: 12px;
}
.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 26px;
	color: #27343b;
}
.form-check-input:only-child {
	position: static;
}
.form-check-input {
	position: absolute;
 margin-top: .25rem;
	margin-left: -2.15rem;
}
[type=checkbox], [type=radio] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}
.price-right {
	text-align: right;
}
@media (max-width: 991px) {
.price-right {
	text-align: left;
}
}
.price-right .price {
	font-size: 26px;
	color: #27343b;
}
.price-right .sub-price {
	margin-bottom: 1em;
}
.price-right .sub-price.upp {
	text-transform: uppercase;
}
.tag-offer {
	color: #ffffff;
	background-color: #65bb9e;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px;
}
.agreements-check {
	width: 80%;
	text-align: left;
	margin: 0 auto 0 auto;
	padding-bottom: 2em;
}
.agreements-check label {
	font-size: 14px;
	color: #555D62;
}
.agreements-check p {
	padding-top: 1em;
}
.button.in-mar {
	margin-top: 3em;
	margin-bottom: 2em;
}
/***********Login-Screen*************/
.mid-box {
	position: relative;
	min-height: 80px;
}
@media (min-width: 992px) {
.mid-box {
	width: 50%;
	float: left;
}
}
.mid-box-hold {
	margin-bottom: 4em;
	padding: 50px;
	margin-left: 1em;
	margin-right: 1em;
	background-color: #ffffff;
	text-align: left;
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.15);
}
@media (min-width: 480px) {
.mid-box-hold {
	padding: 25px;
}
}
.mid-box-hold h3.heading-title {
	text-align: left;
	font-size: 30px;
}
@media (max-width: 991px) {
.mid-box-hold h3.heading-title {
	font-size: 22px;
}
}
.sub-title-que {
	font-size: 22px;
	padding-top: 1em;
	padding-bottom: 2em;
}
@media (min-width: 480px) {
.sub-title-que {
	font-size: 16px;
	padding-top: 0em;
	padding-bottom: 2em;
}
}
.input-forms {
	margin-top: 2em;
	margin-bottom: 2em;
}
.input-forms input {
	width: 100%;
	padding: 20px 20px;
	margin: 10px 0px 20px 0px;
	box-sizing: border-box;
	border: 1px solid #abb5bb;
	border-radius: 50px;
	box-shadow: none;
}
.select-style {
	width: 100%;
	padding: 15px 20px;
	margin: 10px 0px 20px 0px;
	box-sizing: border-box;
	border: 1px solid #abb5bb;
	border-radius: 50px;
	overflow: hidden;
	background: url(../img/arrow-select.png) no-repeat 95% 50%;
}
.select-style select {
	padding: 5px 2px;
	color: #898989;
	border: none;
	width: 100%;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}
textarea {
	width: 100%;
	padding: 15px 20px;
	margin: 10px 0px 20px 0px;
	box-sizing: border-box;
	border: 1px solid #abb5bb;
	border-radius: 50px;
}
.input-forms input:focus {
	border: 1px solid #2a77e4;
}
.input-forms label {
	padding-left: 20px;
	color: #555D62;
}
.mid-box-hold a.forgot-pass {
	text-decoration: underline;
	padding-top: 2em;
	display: block;
	color: #5b676f;
	text-align: center;
}
.mid-box-hold a.forgot-pass:hover {
	color: #2a77e4;
}
.mid-box-hold .btn {
	width: 100%;
}
/***********Contact-Screen*************/
.contact-info-section {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px solid #e0e2e4;
}
.contact-information ul li {
	padding: 0.8em;
}
.contact-information ul li img {
	padding-right: 0.8em;
}
/***********Terms Screen*************/
.section-static-info {
	background-color: #ffffff;
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: left;
}
.section-static-info p {
	padding-bottom: 1.5em;
}
@media (max-width: 991px) {
.section-static-info p {
	text-align: justify;
}
}
.section-static-info p.static-info-title {
	color: #000;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	font-weight: bold;
}
/***********FAQS Screen*************/
.dropdown-panel {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 1.5em;
	padding-top: 3em;
	overflow: hidden;
}
.dropdown-cont {
	display: block;
	overflow: hidden;
}
.dropdown-cont p.title {
	color: #27343b;
	font-size: 22px;
}
@media (min-width: 992px) {
.dropdown-panel p {
	font-size: 16px;
}
}
.dropdown-panel p {
	margin: 0;
}

/***********Area Codes*************/

.hero-search ul.search-tool.in li a {
	color: #27343b;
}
.hero-search ul.search-tool.in li a.active {
	color: #ffffff;
}
.hero-search ul.search-tool.in li a:hover {
	color: #2a77e4;
}
.box.lh2 ul li {
	line-height: 1.8;
}
.section-code {
	background-color: #f5f6f8;
	padding-top: 3em;
	padding-bottom: 3em;
}
.section-code h1.upp {
	padding-bottom: 3em;
}
a.code {
	color: #2a77e4;
}
a.code:hover {
	text-decoration: underline;
}
.progress-bar-info p.code-province {
	padding-top: 2em;
}
@media (min-width: 992px) {
.area-sub-link {
	width: 50%;
}
}
@media (max-width: 991px) {
.area-sub-link {
	width: 100%;
}
}
.area-sub-link {
	margin: 0 auto 0 auto;
	padding-top: 3em;
	text-align: center;
}
.area-sub-link p {
	color: #485f6e;
}
/***********Table Data*************/

.form-data-container {
	padding-top: 3em;
}
table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #e7effb;
}
th {
	background: #2a77e4;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 8px;
	border: 1px solid #cddbef;
	text-align: left;
	font-size: 13px;
}
td {
	color: #27343b;
}
.form-data-container tr td a {
	color: #2a77e4;
}
.form-data-container tr td a:hover {
	text-decoration: underline;
}
.form-data-container tr th.sorting_asc {
	background-image: url(../img/sort-table-icon.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.dataTables_length {
	float: left;
	padding-bottom: 0.8em;
}
.dataTables_length select {
	border: 1px solid #cddbef;
	background: #e7effb;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 10px;
}
.pagination {
	display: inline-block;
	float: right;
	padding-bottom: 0.8em;
}
.pagination a {
	color: 555D62;
	float: left;
	padding: 8px 10px;
	text-decoration: none;
}
.pagination a:hover {
	color: #2a77e4;
}
@media (max-width: 991px) {
td, th {
	padding-right: 30px;
	font-size: 14px;
}
}
@media (max-width: 700px) {
.pagination {
	display: none;
}
}
 @media screen and (max-width: 767px) {
.form-data-container {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
 @media screen and (max-width: 767px) {
.form-data-container>.table {
	margin-bottom: 0;
}
}
 @media screen and (max-width: 767px) {
.form-data-container>.table>tbody>tr>td, .form-data-container>.table>tbody>tr>th, .form-data-container>.table>tfoot>tr>td, .form-data-container>.table>tfoot>tr>th, .form-data-container>.table>thead>tr>td, .form-data-container>.table>thead>tr>th {
	white-space: nowrap;
}
}
/**************************************************Last Edit styles***********************************************/

@media (max-width: 991px) {
.in-top-section {
	padding-top: 2em;
}
.wide-box {
	margin-bottom: 2em;
	padding: 25px 50px 25px 50px;
}
.wide-box .number .form-check-label {
	font-size: 19px;
}
.wide-box .number {
	margin-bottom: 0.5em;
}
.price-right .sub-price.upp {
	font-size: 12px;
}
}
@media (max-width: 480px) {
.wide-box .number .form-check-label {
	font-size: 15px;
}
}
@media (max-width: 480px) {
.tag-offer {
	font-size: 10px;
	font-weight: 600;
	padding: 5px;
}
}
 @media (max-width: 480px) {
.wide-box {
	width: auto;
}
}
 @media (max-width: 991px) {
.col-md-3 {
	width: 100%;
	float: left;
}
}
@media (max-width: 991px) {
.in-heading {
	padding-bottom: 2em;
}
}
 @media (max-width: 480px) {
.in-heading .unslogan {
	font-size: 15px;
}
}
@media (max-width: 480px) {
.agreements-check label {
	font-size: 12px;
}
}
@media (max-width: 480px) {
.button.in-mar {
	margin-top: 1em;
}
}
 @media (max-width: 480px) {
.container-sm {
	width: 100%;
	text-align: left;
}
}
 @media (max-width: 991px) {
.box {
	margin-bottom: 2.5em;
}
}

.box h2 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.features {
	padding-top: 3em;
	padding-bottom: 3em;
}
}
/**************************************************Last Edit styles END***********************************************/

.pointer{
    cursor: pointer;
}



.aboutus-provide {
	padding-bottom: 0 !important;
}

.box.about-us-row {
	margin-bottom: 40px;
	margin-top: 40px;
}

/***********Footer Index Page*************/
footer.home-footer {
	background-color: #060674;
	margin-top: 0;
	padding-top: 2em;
}
footer.home-footer ul li a {
	color: #fff;
}
footer.home-footer p {
	color: #fff;
}
.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}





/***********Contact page edits*************/


.unslogan-link {
	color: #2a77e4;
}
.unslogan-link:hover {
	text-decoration: underline;
}

.mid-box.contacts-page-box {
	float: none;
	margin: 0 auto 0 auto;
}


 @media (max-width: 991px) {
.mid-box-hold {
	padding: 20px;
    margin-left: 0;
    margin-right: 0;
}
}
 @media (max-width: 991px) {
.heading-title.margin-mod {
	margin-bottom: 0px;
}
}


.contact-information-sub {
	padding-top: 40px;
    text-align: left;
    width: 50%;
    margin: 1em auto 1em auto;

}
@media (max-width: 991px) {
.contact-information-sub {
    width: 100%;
    text-align: justify;

}
}

.contact-phone-us {
	padding-bottom: 10px;
}
.contact-information-sub .contact-phone-us img {
	padding-top: 0 !important;
}

.contact-fill-note {
	padding-top: 20px;
	padding-bottom: 20px;
}


.faq-in-link {
	display: -webkit-inline-box !important; 
	 overflow: unset !important; 
	float: none !important; 
	color: #2b77e5;
	padding-top: 0 !important; 
}

.faq-in-link:hover {
	text-decoration: underline;
} 






/*********** blockquote nav edit *************/


#custom-pager {
    width: 100%;
   text-align: center;
}
@media (min-width: 992px) {
	#custom-pager {
   	 width: 100% !important;
  	 text-align: center !important;
	}
}

@media (max-width: 991px) {
.custom-hold {
    padding-top: 40px;
    padding-bottom: 30px;

}
}

@media (max-width: 991px) {
#slider h3.heading-title {
    margin-bottom: 1em;
}
}





.hero-search.directory-page-search input.self_mod_height {
	  height: 40px !important;
}

/*********** Results Page Mobile Edits *************/


@media (max-width: 768px) {
.in-section-3.mobile-marg-mod {
    margin-bottom: 0;
}

}


@media (max-width: 768px) {
.in-section-3.mobile-marg-mod .features.in {
    padding-bottom: 1em;
    padding-top: 0;
}
}

/*********** Directory Pages Edis *************/
@media (max-width: 768px) {
.hero-search.directory-page-search{
	margin-top:  30px !important;

	}
}


@media (max-width: 768px) {
.hero-search.directory-page-search ul.search-tool{
	top:-45px;

	}
}





.btn:select
{
-webkit-tap-highlight-color: transparent !important;
outline: none !important;



}
.btn:focus {
-webkit-tap-highlight-color: transparent !important;
outline: none !important;
}
@media (max-width: 480px) {

.btn {
outline: none !important;
 -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.btn.btn-red {
outline: none !important;
 -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.btn.btn-green {
	outline: none !important;
 -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
	
}

.btn.btn-blue {
	outline: none !important;
 -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

}
@media (max-width: 991px) {

.button a {
	outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}



.button a:select {
		outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}

.button a:focus {
		outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}


.button a:active {
		outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}
}
@media (min-width: 992px) {

.button a {
	outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}



.button a:select {
		outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}

.button a:focus {
		outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}


.button a:active {
		outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}
}

a:visited { outline: none !important; }

button::-moz-focus-inner {
  border: 0;
}

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

button::-moz-focus-inner {
 border: 0 !important;
 outline: none !important;
}
.button a::-moz-focus-inner {
 border: 0 !important;
 outline: none !important;

}


@media (max-width: 991px) {
.mid-box.desk {
	display: none;
}
}
@media (min-width: 992px) {
.mid-box.mob {
	display: none !important;
}
}

@media (max-width: 991px) {
.mid-box.mob {
	display: block;
}
}

.link-border-mod:hover {
	text-decoration: underline;
}



@media (max-width: 991px) {
.unslogan.removal_page {
    text-align: justify;
}
}




/****************************************  Go to Top *****************************************/
.go_to_top_btn  {
	opacity: 0.5;
	border-radius: 15px;
	background-color: #2a77e4;
	padding: 10px;
	width: 50px;
	height: 50px;
	border:0px;
	box-shadow: none;
	outline: none;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	position: fixed;
  	bottom: 20px;
  	right: 20px;
}
@media (min-width: 992px) {
.go_to_top_btn {	
	display: none;
}
}

@media (max-width: 991px) {
.go_to_top_btn {	
	display: block;
}
}

.go_to_bottom_btn  {
	opacity: 0.5;
	border-radius: 15px;
	background-color: #2a77e4;
	padding: 10px;
	width: 50px;
	height: 50px;
	border:0px;
	box-shadow: none;
	outline: none;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	position: fixed;
  	top: 400px;
  	right: 20px;
}
@media (min-width: 992px) {
.go_to_bottom_btn {	
	display: none;
}
}

@media (max-width: 991px) {
.go_to_bottom_btn {	
	display: block;
}
}

button a {
	color: #fff;
}


h1.heading-title {
	text-transform: none;
	font-size: 42px;
	color: #27343b;
	font-weight: normal;
	margin-bottom: 2em;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
@media (min-width: 992px) {
h1.heading-title {
	font-size: 36px;
	margin-bottom: 0.5em;
}
}
@media (max-width: 991px) {
h1.heading-title {
	font-size: 22px;
}
}


.link_cta {
	width: 100%;
	border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 20px 0px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-tap-highlight-color: transparent !important;
}

.link_cta.green_color_cta {
    background-color: #19cd99;
    -webkit-tap-highlight-color: transparent !important;
}
.link_cta.green_color_cta:hover {
	background-color: #0ae2a4;
}

.link_cta.blue_color_cta {
    background-color: #2a77e4;
    -webkit-tap-highlight-color: transparent !important;
}
.link_cta.blue_color_cta:hover {
	background-color: #1b78fb;
}











.link_cta.red_color_cta {
	width: 160px;
	background-color: #f26360;
	padding: 20px 0px;
	-webkit-tap-highlight-color: transparent !important;
}
.link_cta.red_color_cta:hover {
	background-color: #f7403c;
}


.static-info-title.terms_tit {
	font-size: 26px;
    font-weight: normal !important;
    color: #2B77E6 !important;
}
.section-static-info.terms_page p {
	padding-bottom: 10px !important;
}




.cta-pf.check_cta {
	background-color: #2a77e4;
}

.cta-pf.check_cta :hover {
	background-color: #076eff;
}











.form-data-container tr td span {
	display: none;
}








