@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 1.6;
}
a, img {
	text-decoration: none;
	outline: none;
	border: none;
	transition: all .4s;
}
:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.top-navbar {
    background-color: #fff;
    height: 89px;
    padding-top: 5px;
    display: flex;
    align-self: center;
    align-items: center;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
}
.main-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.main-logo a {
    display: inline-block;
    position: relative;
    z-index: 1;
    /*margin-left: -100px;*/
}
.top-navbar .nav-container.nav-left {
}
.top-navbar .nav-container.nav-right {
    justify-content: flex-end;
}
.nav-container {
    width: 50%;
    display: flex;
}
.top-navbar .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
header .navbar {
	background-color: transparent;
	padding: 0;
}
header .navbar-light .navbar-nav .nav-link {
	color: #2C3459;
	padding: 8px 14px;
	text-transform: uppercase;
}
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .active>.nav-link {
	color: #8AC14E;
}
#navbar-main {
	position: relative;
}
header .navbar-light .navbar-nav .nav-link.nav-btn {
    background-color: #8AC14E;
    border: 1px solid #8AC14E;
    border-radius: 100px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 14px;
    margin-left: 14px;
    padding-top: 9px;
    padding-bottom: 8px;
}
header .navbar-light .navbar-nav .nav-link.bg-none {
    background-color: transparent;
    color: #2C3459;
}
header .navbar-light .navbar-nav .nav-link.nav-btn:hover,
header .navbar-light .navbar-nav .active>.nav-link.nav-btn:hover {
	background-color: #2475BB;
	border: 1px solid #2475BB;
	color: #fff;
}
header .navbar-light .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0px;
}
header .navbar-light .navbar-nav .nav-item:last-child .nav-link.nav-btn {
    margin-right: 0px;
}
/* Slider Section */
.slider-wrapper {
	position: relative;
	overflow: hidden;
    margin-top: 90px;
}
.slider-wrapper .carousel-caption {
	right: auto;
	left: 7%;
	top: 10%;
	bottom: auto;
	z-index: 2;
	color: #fff;
}
/*.carousel-indicators li {
    position: relative;
    display: block !important;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: #01B1D7;
}*/
.slider-wrapper .carousel-control-next, .slider-wrapper .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 100px;
    background-color: #2475BB;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.slider-wrapper .carousel-control-next:hover, .slider-wrapper .carousel-control-prev:hover {
	background-color: #8AC14E;
}
.slider-wrapper .carousel-control-prev {    
    left: auto;
    margin-right: 40px;
}
.slider-wrapper .carousel-control-prev-icon,
.slider-wrapper .carousel-control-next-icon {
  /*height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;*/
  background-image: none;
}
.slider-wrapper .carousel-control-next-icon:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 20px;
}
.slider-wrapper .carousel-control-prev-icon:after {
  content: '\f177';
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 20px;
}
.slider-form {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 7%;
    background-color: #2475BB;
    color: #fff;
    width: 580px;
    padding: 0 30px;
    /*margin-top: 89px;*/
    z-index: 99;
    display: table;
    height: 100%;
}
.slider-form > div {
    display: table-row;
}
.slider-form > div:first-child > div {
    height: 95%;
    vertical-align: middle;
}
.slider-form > div > div {
    display: table-cell;
}
.slider-form h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.slider-form h3 {
   font-size: 20px;
   font-weight: 700;
   color: #8AC14E;
   margin-bottom: 35px;
   text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.text-green {
	color: #8AC14E;
}
.slider-form .form-control {
	height: 45px;
	background-color: transparent;
	border-color: #ddd;
	font-size: 14px;
	color: #fff;
	border-radius: 100px;
	margin-bottom: 25px;
}
.slider-form .form-control:focus {
	background-color: transparent;
}
.slider-form .form-control::placeholder {
    color: #fff;
    font-size: 14px;
}
.form-line {
    border-bottom: 1px solid #3388E5;
    margin-top: 5px;
    margin-bottom: 30px;
}
.btn-green {
    background-color: #8AC14E;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-width: 180px;
    /*height: 45px;*/
    padding: 12px 10px 10px;
    transition: all .4s;
    text-transform: uppercase;
}
.slider-form .btn-green {
       min-width: 200px;
}
.btn-green:hover {
	background-color: transparent;
	border-color: #8AC14E ;
	color: #fff;
}
.btn-green i {
	padding-left: 5px;
}
.login-text:hover {
	color: #fff;
}
.about-wrapper {
	background: url(../images/cloud-bg.png) no-repeat left center;
    padding: 60px 0;
}
.years-20 {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}
.years-20 h2 {
	font-size: 40px;
	color: #2475BB;
	font-weight: 700;
}
.years-20 h2 span {
	font-size: 60px;
	color: #8AC14E;
}
.years-20-text {
    padding-left: 30px;
}
.text-lead {
    font-size: 16px;
    line-height: 1.9;
}
.green-line {
	background: url(../images/green-line.png) no-repeat center center;
	height: 7px;
    margin: 40px 0;
    border: none;
}
.section-title  {
	position: relative;
	font-size: 30px;
	color: #2475BB;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title:after {
	content: "";
	position: relative;
	background-color: #8AC14E;
	width: 80px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: 10px;
}
.about-wrapper .btn-green:hover {
	color: #2475BB;
}
.support-wrapper {
	background: url(../images/customer-support-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
	position: relative;
}
.support-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(36, 117, 187,.8);
}
.support-wrapper h2 {
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.support-wrapper h2 span {
	font-weight: 700;
	display: block;
}
.container {
    position: relative;
}
.process-wrapper {
	background:#F9F8FC url(../images/how-it-work-bg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 60px 0;
	border-bottom: 1px solid #ddd;
}
.icon-main {
    margin-top: 40px;
}
.how-it-box {
	text-align: center;
}
.how-it-icon-box {
	background-color: #fff;
    width: 90px;
    height: 90px;
    display: table;
    margin: 0 auto 40px;
    text-align: center;
    transition: all .3s;
    transform: rotate(45deg);
	border-radius: 6px;
	padding: 15px;
	box-shadow: 0 0 15px #999;
}
.how-it-icon {	
    width: 58px;
    height: 58px;
    display: table;
    margin: 0 auto;
    transition: all .3s;
    transform: rotate(-45deg);
}
.how-it-icon-1 {
    background: url(../images/how-it-work-icon-1.png) no-repeat -2px 0;
}
.how-it-icon-2 {
    background: url(../images/how-it-work-icon-2.png) no-repeat -2px 0;
}
.how-it-icon-3 {
    background: url(../images/how-it-work-icon-3.png) no-repeat -2px 0;
}
.how-it-icon-4 {
    background: url(../images/how-it-work-icon-4.png) no-repeat -2px 0;
}
.how-it-icon-box:hover {
	background-color: #8AC14E;    
}
.how-it-icon-box:hover .how-it-icon {	
    background-position: -59px 0;
}
.how-it-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2475BB;
    margin-bottom: 15px;
}
.contact-img {
	background: url(../images/contact-img.jpg) no-repeat;
	background-size: cover;
    background-position: center center;
    padding: 30px 0 0 30px;
}
.contact-form {
	background-color: #2475BB;
	padding: 60px 50px;
}
.contact-form option {
    background:#2475BB;
}
.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    padding: 10px 15px;
    border-radius: 30px;
    background-color: transparent;
    border-color: #fff;
    font-size: 14px;
    color: #fff;
}
.contact-form select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem + 3px);
}
.contact-form .form-control::placeholder {
    color: #ffffff;
}
.contact-form textarea.form-control {
    border-radius: 5px;
}

.call-to-action {
    background-color: #8AC14E;
    color: #ffffff;
    /*margin-top: 60px;*/
}

.call-to-action p {
    font-size: 25px;
    line-height: normal;
}

.textbox-btn.input-group {
    margin: 37px auto;
    width: 100%;
}

.textbox-btn.input-group {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.textbox-btn.input-group .form-control {
    border-radius: 30px;
    height: 45px;
    font-size: 14px;
    padding-left: 20px;
}

.textbox-btn.input-group .btn {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    right: 0;
    font-weight: bold;
    height: 45px;
    font-size: 14px;
    background-color: #1D1D1D;
    padding: .375rem 1.3rem;
    text-transform: uppercase;
    z-index: 3;
}

.textbox-btn.input-group .btn:hover {
    background-color: #2475BB;
}

footer {
    background-color: #222;
    padding-top: 50px;
}
footer a, footer {
	color: #aaa;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 20px;
}

footer .media i {
    margin-top: 1px;
    width: 15px;
}

footer .media h6 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 5px;
}
footer .list-unstyled li {
	padding: 10px 0;
    border-bottom: 1px solid #2E2E2E;
}
footer .list-unstyled li:first-child {
    padding-top: 0;
}
footer .list-unstyled li a::before {
    content: "";
    position: relative;
    background-color: #8AC14E;
    width: 15px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

footer a:hover, footer a.active {
	color: #8AC14E;
}
.social-icon {
    margin: 15px auto 20px;
}
.social-icon li {
    margin-right: 20px !important;
}
.social-icon li a {
	font-size: 20px;
}
.footer-link a {
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.copyright {
    text-align: center;
    border-top: 1px solid #444;
    padding: 20px 15px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    background-color: #2475BB;
	width: 36px;
	height: 36px;
	border-radius: 100px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
    z-index: 3;
    display: none;
}
.scrollToTop:hover {
	background-color: #8AC14E;
	color: #fff;
}

/** inner page **/
.slider-inner-page {
    position: relative;
    background: url(../images/inner-banner-2.jpeg) no-repeat center center;
    background-size: cover;
    min-height: 190px;
    margin-top: 90px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
}
.slider-inner-page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
}
.slider-inner-page h1 {
    font-size: 45px;
    font-weight: 600;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
    border-bottom: 1px solid #777;
    display: table;
    margin: 0 auto 20px;
    padding-bottom: 5px;
}
.breadcrumb {
    padding:0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    justify-content: center;
}
.breadcrumb-item.active {
    color: #aaa;
}
.breadcrumb a {
    color: #8AC14E;
}
.breadcrumb a:hover {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #aaa;
}
.inner-wrapper {
    padding: 60px 0;
}
.who-we-are {
    margin-top: 50px;
}
.who-we-are-text {
    position: relative;
    background-color: #2475BB;
    color: #fff;
    font-size: 16px;
    padding: 30px 40px;
}
.who-we-are-text:before {
    height: 100%;
    width: 100px;
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    z-index: 2;
    background: -moz-linear-gradient(to left bottom, transparent 50%, rgba(38, 50, 114, 1) 50%);
    background: -webkit-linear-gradient(to left bottom, transparent 50%, rgba(38, 50, 114, 1) 50%);
    background: linear-gradient(to left bottom, transparent 50%, rgba(38, 50, 114, 1) 50%);
}
.who-we-are-text:after {
    height: 100%;
    width: 100px;
    content: "";
    position: absolute;
    right: -105px;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(to left bottom, transparent 50%, rgba(137, 194, 73, 1) 50%);
    background: -webkit-linear-gradient(to left bottom, transparent 50%, rgba(137, 194, 73, 1) 50%);
    background: linear-gradient(to left bottom, transparent 50%, rgba(137, 194, 73, 1) 50%);
    box-shadow: -5px 0px 0px 0px #8AC14E;
}
.who-we-are-img {
    background: url(../images/about-img.jpg) no-repeat center center;
    background-size: cover;
    min-height: 200px;
}
.vision-mission {
    margin-top: 40px;
    margin-right: -30px;
    margin-left: -30px;
}
.vision-box {
    background-color: #fff;
    border: 1px solid #ddd;        
    border-bottom: 3px solid #2475BB;
    padding: 20px 25px 5px;
    box-shadow: 0 0 10px #ccc;
}
.sub-title {
    position: relative;
    font-size: 20px;
    color: #2475BB;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sub-title:after {
    content: "";
    position: relative;
    background-color: #8AC14E;
    width: 80px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 10px;
}
.privacy p {
    color: #444444;
    font-size: 14px;
}

.text-blue {
    color: #2475BB !important;
    font-weight: bold;
}

.faqs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.faqs-list li {
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}

.faqs-list li:after {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.rates-content p {
    font-size: 16px;
    color: #444444;
}

.rates-table {
    font-size: 16px;
}

.rates-table thead th {
    background-color: #2475BB;
    color: #ffffff;
    border: 1px solid #DDDDDD;
    font-weight: normal;
}

.rates-table tbody td {
    color: #333333;
    border: 1px solid #DDDDDD;
}

.rates-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
#accordion-faqs {
    padding-top: 10px;
}
#accordion-faqs .card-header {
    background-color: transparent;
    border: none;
    padding: 5px 0px 30px 45px;
}
#accordion-faqs .card {
    background: url(../images/green-line.png) no-repeat center bottom;
    border: none;
    margin-bottom: 20px;
}
#accordion-faqs .card-body {
    padding-bottom: 10px;
    padding-top: 0;
}
#accordion-faqs .card-header h5 {
    background-color: transparent;
    color: #2475BB;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
#accordion-faqs .card-header h5:before {
    content: "";    
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid #8AC349;
    border-radius: 100px;
}
#accordion-faqs .card-header h5.collapsed:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 7px;
    font-weight: 300;
}
#accordion-faqs .card-header h5:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #8AC349;
    position: absolute;
    left: 10px;
    top: 7px;
}
.map {
    position: relative;
    margin-bottom: -67px;
    margin-top: 60px;
}
.map iframe {
    width: 100%;
    border: 0;
}
.map-contact {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    background-color: #fff;
    width: 350px;
    height: 325px;
    padding: 30px 30px 10px;
    margin: auto;
    box-shadow: 0 0 10px #bbb;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.map-contact h5 {
    font-size: 20px;
    color: #2475BB;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.map-contact h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.map-contact i {
    font-size: 20px;
    color: #8AC14E;
    font-weight: normal;
    margin-top: 2px;
    padding-right: 5px;
}
.map-contact i.fa-envelope {
    font-size: 18px;
}
.map-contact p {
    margin-bottom: 25px;
}
.map-contact a {
    color: #444;
}
.map-contact a:hover {
    color: #8AC14E;
}
.step-one {
    padding-bottom: 60px;
}
.step-main p:last-child {
    margin-bottom: 0;
}
.step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-icon .how-it-box {   
    min-height: 150px;
    width: 100%;
    padding-top: 30px;
}
.step-icon .step-icon-one-bg {   
    background: url(../images/step-one-icon-bg.png) no-repeat 75% top;
}
.step-icon .step-icon-two-bg {   
    background: url(../images/step-two-icon-bg.png) no-repeat 20% top;
}
.step-icon .step-icon-three-bg {   
    background: url(../images/step-three-icon-bg.png) no-repeat 75% top;
}
.step-icon .step-icon-four-bg {   
    background: url(../images/step-four-icon-bg.png) no-repeat 20% top;
}
.step-icon .how-it-icon-box {
    position: relative;
    box-shadow: none;
    border-radius: 8px;
    background-color: #8AC14E;
    width: 84px;
    height: 84px;
}
.step-icon .how-it-icon-box:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    /*z-index: 1;*/
    width: 88px;
    height: 88px;
    background-color: #8AC14E;
    border-radius: 8px;
    box-shadow: none;
}
.step-icon .how-it-icon-box:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    /*z-index: -1;*/
    width: 104px;
    height: 104px;
    background-color: #D9EBC5;
    border-radius: 8px;
    box-shadow: none;
}
.step-icon .how-it-icon-box:hover, .step-icon .how-it-icon-box:hover:after {
    background-color: #2475BB;
}
.step-icon .how-it-icon-box .how-it-icon {
    background-position: -59px 0;
    position: relative;
    z-index: 2;
}
.step-icon .how-it-icon-box:hover .how-it-icon {
    background-position: 0px 0;
}
.step-main h6 {
    font-size: 18px;
    color: #86BF46;
    font-weight: 600;
    margin-bottom: 10px;
}
.step-two {
    background: #2475BB url(../images/step-two-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 60px 0;
    color: #fff;
}
.step-two .section-title:after, .step-four .section-title:after {
    display: none;
}
.step-two .section-title:before, .step-four .section-title:before {
    content: "";
    position: relative;
    background-color: #8AC14E;
    width: 80px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 10px;
}
.step-three {
    padding: 60px 0;
}
.step-four{
    background-color: #F5F5F5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 60px 0;
}
#errorList ul, #contactErrorList ul {
    margin: 0;
}
#footerEmail:focus {
    outline: none;
}
.invalid {
    border-color: red !important;
    color: red !important;
}
.invalid::placeholder {
    color: red !important;
}

.security-wrapper {
    background-color: #F5F5F5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.wow span a {
    color: #8AC14E;
    display: inline-block;
}

.privacy table {
    width:100%; 
    border-collapse: collapse;
    margin:0;
}

.privacy table tr td {
    border:black solid 1px;
}

.privacy table thead td {
    font-weight:700;
}

.center {
    text-align: center;
}

.privacy table:first-of-type thead td:first-child {
    background-color: black;
    color:white;
    font-size:18px;
    font-weight:700;
}

.privacy table:first-of-type tbody tr td:first-child, .grey {
    background-color: #E0E0E0;
    color: black;
    font-weight:700;
}

.RedAsterisk {
    color: red;
}

#client-email-success {
    color: green;
    background-color: #daffd7;
    border: 1px solid green;
    border-radius: 6px;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }