html{ font-size: 10px; }
body {
  font-family: 'Sen', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
  padding-top: 75px;
}

body.home{ padding-top: 0px; }

h1{
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
}
h2{
  font-family: 'Nunito', sans-serif;
  font-size: 2.7rem;
  font-weight: 100;
}
h3{
  font-size: 2.4rem;
}
h4{
  font-size: 2.0rem;
}

a {
  color: #000000;;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 10px 0;
  font-size: 16px;
}

.color-white{ color: #fff; }
.color-black{ color: #333; }
.color-sky{ color: #77a5d8; }
.color-light-gray{ color: rgb(181, 181, 181); }
.color-light-green{ color: #23aba5; }
.color-pink{ color: #da3e5c; }
.color-gray{ color: #a2a2a2; }
.color-orange{ color: #E49E48; }
.color-blue{ color: #2681cd; }

.top-5{ margin-top: 5px !important; }
.top-13{ margin-top: 13px !important; }
.top-18{ margin-top: 18px !important; }

/*-----Font Size Classees-----*/
.font-12{ font-size: 1.2rem; line-height: 18px; }
.font-13{ font-size: 1.3rem; line-height: 20px; }
.font-14{ font-size: 1.4rem; line-height: 24px; }
.font-18{ font-size: 1.8rem; line-height: 26px; }
.font-20{ font-size: 2.0rem; line-height: 30px; }
.font-20 p{ font-size: 2.0rem; line-height: 30px; }
.font-24{ font-size: 2.4rem; }
.font-28{ font-size: 2.8rem; line-height: 28px; }
.font-30{ font-size: 3.0rem; line-height: 30px; }
.font-36{ font-size: 3.6rem; line-height: 42px; }
.font-48{ font-size: 4.8rem; line-height: 52px; }
.font-60{ font-size: 6.0rem; line-height: 60px; }
.font-72{ font-size: 7.2rem; line-height: 66px; }
.font-100{ font-size: 10.0rem; line-height: 100px; }

.font-28 p{ line-height: 28px; }
.font-30 p{ line-height: 36px; }

/*-----Font Weight Classees-----*/
.font-light{ font-weight: 300; }
.font-normal{ font-weight: 400; }
.font-medium{ font-weight: 500; }
.font-semi-bold{ font-weight: 600; }
.font-bold{ font-weight: 700; }
.font-extra-bold{ font-weight: 800; }

.font-italic{ font-style: italic; }

/*----Margin Classes----*/
.margin-0{ margin: 0px; }
.margin-none{ margin: 0px; }
.margin-bottom-0{ margin-bottom: 0px; }
.margin-bottom-10{ margin-bottom: 10px; }
.margin-bottom-15{ margin-bottom: 15px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-25{ margin-bottom: 25px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-35{ margin-bottom: 35px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-50{ margin-bottom: 50px; }
.margin-bottom-minus-50{ margin-bottom: -50px; }
.margin-bottom-minus-75{ margin-bottom: -75px; }
.margin-bottom-minus-100{ margin-bottom: -100px; }

.margin-top-bottom-10{ margin-top: 10px; margin-bottom: 10px; }
.margin-top-bottom-15{ margin-top: 15px; margin-bottom: 15px; }
.margin-top-bottom-20{ margin-top: 20px; margin-bottom: 20px; }

/*----Padding Classes----*/
.padding-0{ padding: 0px; }
.padding-none{ padding: 0px; }
.padding-top-5{ padding-top: 5px; }
.padding-top-10{ padding-top: 10px; }
.padding-top-15{ padding-top: 15px; }
.padding-top-25{ padding-top: 25px; }
.padding-top-35{ padding-top: 35px; }
.padding-top-50{ padding-top: 50px; }
.padding-top-100{ padding-top: 100px; }
.padding-bottom-0{ padding-bottom: 0px !important; }
.padding-bottom-5{ padding-bottom: 5px !important; }
.padding-bottom-10{ padding-bottom: 10px; }
.padding-bottom-15{ padding-bottom: 15px; }
.padding-bottom-25{ padding-bottom: 25px; }
.padding-bottom-35{ padding-bottom: 35px; }
.padding-bottom-40{ padding-bottom: 40px; }
.padding-bottom-50{ padding-bottom: 50px; }
.padding-bottom-75{ padding-bottom: 75px; }
.padding-bottom-100{ padding-bottom: 100px; }
.padding-right-100{ padding-right: 100px; }

.padding-top-bottom-10{ padding-top: 10px; margin-bottom: 10px; }
.padding-top-bottom-15{ padding-top: 15px; padding-bottom: 15px; }
.padding-top-bottom-20{ padding-top: 20px; padding-bottom: 20px; }
.padding-top-bottom-25{ padding-top: 25px; padding-bottom: 25px; }
.padding-top-bottom-50{ padding-top: 50px; padding-bottom: 50px; }

.padding-10{ padding: 10px; }
.padding-20{ padding: 20px; }
.padding-25{ padding: 25px; }
.padding-35{ padding: 35px; }
.padding-50{ padding: 50px; }

/*Border Color Classes*/
.border-transparent{ border-color: transparent; }
.border-bottom-5{ border-bottom: transparent solid 5px; }
.border-yellow{ border-color: #F4C914 !important; }
.border-pink{ border-color: #D50F89 !important; }
.border-green{ border-color: #9EE615 !important; }
.border-blue{ border-color: #4335E6 !important; }
.border-sky{ border-color: #37A9F0 !important; }

/*-----Background Classes-----*/
.bg-yellow{
  background: #fdd304;
}
.bg-green{
  background: #25a895;
}
.bg-light-sky{
  background: #f5fcff;
}
.bg-light-gray{
  background: #f8f8f8;
}
.bg-gray{
  background: #a8adac;
}
.bg-price-standard{
  background: #ed1f5f;
}
.bg-price-enterprise{
  background: #ee9a16;
}

/*------Overflow Classes-----*/
.hidden{ overflow: hidden; }
.visible{ overflow: visible; }

/*------Position Classes-----*/
.relative{ position: relative; z-index: 99999; }

.btn-login{ color: #000; }

#header{ position: relative; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media only screen and (min-width: 1024px) and (max-width: 1159px){
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
#footer .col-md-12{ order: 1; }
#footer .col-md-8{ order: 0; }
}

@media (min-width: 768px) {
}

@media (max-width: 1023px) {
  h1{ font-size: 3.0rem !important; }
}

@media (max-width: 767px) {
  h1{ font-size: 2.8rem !important; }
  h2{ font-size: 2.4rem !important; }
  h1 br{ display: none; }
}

@media (max-width: 510px) {
}

@media (max-width: 639px) {
}

@media (min-width: 1169px) {
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
}

@media (min-width: 1024px) {
  .container{ max-width: 1000px; }
}

@media (min-width: 1100px) {
  #top .container{ max-width: 1040px; }
}

@media (min-width: 1024px) {
#top .navbar-nav li.call-number a{ margin: 10px 15px; padding: 8px 25px; border-radius: 30px; }
#top .navbar-nav li.top-login a{ margin: 10px 10px 0px; padding: 10px 25px 10px 35px; border-radius: 30px; background: url(../img/icon-login.png) 10px center no-repeat, linear-gradient(to right, #dd941b, #eec977 99%) !important; }

/* .icon-connector{} */
}

#top{ width: 100%; position: fixed; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 9; }
#top .navbar-nav li a{ padding: 20px 15px; display: inline-block; font-size: 1.6rem; font-weight: 400; color: #fff; }
#top .navbar-nav li.lets-talk a{ padding: 10px 25px; border: #fff solid 1px; color: #fff; }
#top.navbar-fixed {
  animation: mymove 0.2s ease-in-out;
  position: fixed !important;
  background: rgba(0,0,0,0.75);
}
@keyframes mymoveOut {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}

/*Banner*/
#banner{ width: 100%; height: 650px; position: absolute; top: 0; left: 0; overflow: hidden; padding: 0px; background: url(../img/home-banner.jpg) center bottom no-repeat; background-size: cover; }
/* #banner.banner.home{ padding-bottom: 325px; } */
#banner .header-content *{ color: #fff; }

#banner .header-bg-white{ width: 100%; height: 250px; position: absolute; bottom: 0; background: url(../img/header-white.png) center bottom no-repeat; background-size: 100%; }

.header-content{ width: 100%; position: absolute; top: 40%; transform: translateY(-50%); z-index: 9; }

#banner.banner.v2{ background: url(../img/home-banner.jpg) center center no-repeat; background-size: cover; }

.fund-form{
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 22px;
  position: relative;
  z-index: 1;
}

.fund-form h4 {
  color: #2f2f35;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.fund-form .form-btn {
  line-height: 1;
  padding: 20px 40px;
}

.fund-form .form-btn i {
  float: right;
}

.fund-form .accept-terms {
  color: #6c6c6f;
  display: block;
  font-size: 14px;
  line-height: .8;
  text-align: center;
}

.btn-filled {
  background: linear-gradient(to right, #fb003a, #c00af8 99%) !important;
  color: #fff;
  border-radius: 8px;
}

.btn{ width: 100%; line-height: 36px; font-size: 1.6rem; font-weight: 600; text-align: center; height: auto; }

.form-control{ font-size: 1.5rem; line-height: 2.4rem; padding: 8px 15px; height: auto; border-radius: 4px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #49a8ff;  }

.formStep{ display: none; }
#applicationForm .formStep:first-child{ display: block; }

.formStep h3{ text-align: center; font-weight: 600; }

.radio-cover{ position: relative; }
.radio-cover label{ width: 100%; display: inline-block; margin: 0; padding: 12px 12px; background: #fff; border: #ccc solid 1px; border-radius: 6px; text-align: center; }
.radio-cover input[type=radio]{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; cursor: pointer; }
.radio-cover input[type=radio]:checked + label{ background: #000; color: #fff; }

.slider.slider-horizontal{ width: 100% !important; }
.slider-selection{ background: #000 !important; }
.slider-handle{ background: #000 !important; }
.slider-track-high{ background: #f4f4f4 !important; }

.active-status span.active{ width: 100%; display: inline-block; height: 5px; background: #ebc067 !important; border: #fff solid 1px; }

#banner .banner-content *{ color: #fff; }
.banner-content h1{ margin-top: 50px; margin-bottom: 25px; }
.banner-content h2{ margin-bottom: 25px; }
.banner-content p{ font-size: 18px; margin-bottom: 35px; }
.banner-button{ width: 100%; }
.banner-button a{ width: 300px; margin: 0px; padding: 10px 15px; display: inline-block; text-align: center; color: #fff; font-weight: 600; background: linear-gradient(to right, #dd941b, #eec977 99%) !important; border-radius: 4px; }


#footer{ border-top: #c00af8 solid 1px; padding: 50px 0; }
#footer .container{ max-width: 1000px; }
#footer ul{ margin: 0; padding: 0; list-style: none; }
#footer ul li{ display: inline-block }
#footer ul li a{ font-size: 16px; padding: 0px; }
#footer ul li a img{ width: 40px; }

#footer .footer-links ul li a{ padding: 0px 10px; }

.search-form-cover{ padding-bottom: 50px; }
.search-form-cover form{ position: relative; }
.search-form-cover form input[type="text"]{ width: 100%; padding: 10px 50px 10px 10px; border: 0px; border-radius: 10px; color: #333 !important; }
.search-form-cover form input:focus{ outline: none; }
.search-form-cover form input[type="submit"]{ width: 40px; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background: url(../img/icon-search.png) center center no-repeat; border: 0px; text-indent: 99999px; }


.card{ margin-bottom: 25px; padding: 0px; border: 0px; box-shadow: 0 2px 13px 0 rgba(212, 212, 212, 0.5); border: 0; background: none; }
.card .card-header{ padding: 0px; background: none; border: 0px; }
.card-header a{ width: 100%; display: inline-block; padding: 15px 20px; font-size: 2.2rem; font-weight: 500; color: #2681cd; position: relative; }
.card-body{ padding: 0px 20px 20px; }
.card-header a:after{ position: absolute; top: 50%; transform: translateY(-50%); right: 20px; content: "\f078"; font-family: FontAwesome; }
.card-header a.collapsed:after{ position: absolute; top: 50%; transform: translateY(-50%); right: 20px; content: "\f054"; font-family: FontAwesome; }


.full-image{ width: 100%; }
.full-image img{ width: 100%; }


.form-group{ margin-bottom: 1.5rem; }
input[type='text'], textarea{ background: #f6f6f6 !important; border: 0 !important; box-shadow: none; }
textarea{ height: 100px !important; }
input::placeholder, textarea::placeholder{ color: #b3b3b3 !important; }

span.er-message{ color: #f00; font-size: 14px; }

.info-block{ margin-bottom: 50px; padding-left: 30px; position: relative; }
.info-block:last-child{ margin-bottom: 0px; }
.info-block h3{ position: relative; font-size: 2.2rem; color: #2681cd; }
.info-icon{ position: absolute; top: 0; left: -35px; }

.contact-form-left{ padding: 50px; }
.contact-form-right{ padding-top: 50px; padding-bottom: 50px; border-radius: 0 10px 10px 0px; }

@media (max-width: 1024px) {
  body{ padding-top: 55px; }
  #top{ background: rgba(0,0,0,0.75); }
  .navbar-collapse { padding-top: 15px; }
  #top .navbar-nav li a{ padding: 8px 15px; }
  #footer{ padding: 25px 0px; }
  #banner{ height: auto; }
  #banner .header-bg-white{ display: none; }
}

#form-row-block{ position: relative; padding: 150px 0 50px; z-index: 99; }
#formBlock{ -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  padding: 35px;
  position: relative;
  z-index: 1; 
  background: #72bbff; 
  border-radius: 20px; 
  min-height: 550px;}
#formBlock h1{ margin-bottom: 10px; font-size: 2.7rem; font-weight: 700; }
#formBlock .form-group{ margin-bottom: 25px; }
span.tagline{ color: #cbcbcb; }
#formBlock *{ color: #fff; }
#formBlock .form-control{ background: #49a8ff !important; }
#formBlock .form-control::placeholder{ color: #fff !important; }

.thanks-msg{ margin-top: 35%; }
.thanks-msg-contact{ color: green; }

@media (min-width: 1024px) {
  .header-content-cover{ width: 80%; }
  .width-90{ max-width: 90%; }
}

@media (min-width: 768px) {
  .logo-on-mobile{ display: none; }
}

@media (min-width: 1130px) {
.header-content{ top: 35%; }
}

@media (max-width: 767px) {
  #banner.home{ background-size: cover; background-position: center 0px; }
  .header-content{ position: static; transform: translateY(0px); padding-top: 25px; }
  .header-content *{ color: #4383c9 !important; }

  #form-row-block{ transform: translateY(0px); padding: 25px 0px; margin-bottom: 0px; }
  #formBlock{ padding: 25px; }
  #footer{ padding: 20px 0px; }
  #footer .text-right{ text-align: center !important; font-size: 14px; }
  #footer ul{ text-align: center;  padding-bottom: 15px; }
  #footer ul li a{ font-size: 14px; }

  .logo-on-mobile{ display: block; position: absolute; top: 25px; left: 25px; }
  .logo-on-mobile img{ width: 150px !important; }
  .logo-on-others{ display: none; }
  img.logo{ max-width: 75%; }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px){
  /*Home*/
  #banner.banner.home{ background-size: cover; background-position: center 0px; }
  .learn-more a{ padding: 12px 25px; }

  #formBlock h1{ font-size: 28px !important; }
  #form-row-block{ transform: translateY(0px); padding-top: 50px; margin-bottom: 0px; }
  .form-control{ font-size: 1.4rem;; }
  }
  
  @media only screen and (min-width: 960px) and (max-width: 1024px){
  }

  #content-area{ padding: 50px 0px 35px; }
  #footer.bottom-fixed{ width: 100%; position: fixed; bottom: 0; }

  #block-3{ padding: 75px 0px; }
  .persoan-name{ font-weight: bold; color: #FB013A; }