@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype"), url("fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype"), url("fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0 auto;
}

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #133e6b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
   font-family: 'ProximaNova-Regular';
   font-weight: 700; }

h1.alt-font, h2.alt-font, h3.alt-font, h4.alt-font, h5.alt-font, h6.alt-font {
  font-family: 'ProximaNova-Regular'; }

h1.secondary-font, h2.secondary-font, h3.secondary-font, h4.secondary-font, h5.secondary-font, h6.secondary-font {
  font-family: "Poppins", sans-serif; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  background: #fff; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.twp-btn {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  display: inline-block;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  padding: 15px 40px;
  position: relative;
  -moz-border-radius: 44px;
  -webkit-border-radius: 44px;
  border-radius: 44px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transform: perspective(0);
  -ms-transform: perspective(0);
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.7s ease 0s; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .twp-btn:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .twp-btn:active,
  .twp-btn:focus {
    border-color: #aaa #bbb #bbb; }

.twp-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e6e6e6;
  z-index: -1;
  -moz-transform: rotate(45deg) scaleY(0);
  -ms-transform: rotate(45deg) scaleY(0);
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  -moz-transition: -moz-transform 0.5s linear 0s;
  -o-transition: -o-transform 0.5s linear 0s;
  -webkit-transition: -webkit-transform 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: transform 0.5s linear 0s; }

.twp-btn:hover,
.twp-btn:focus {
  -moz-transform: perspective(400px);
  -ms-transform: perspective(400px);
  -webkit-transform: perspective(400px);
  transform: perspective(400px); }

.twp-btn:hover:before,
.twp-btn:focus:before {
  -moz-transform: rotate(45deg) scaleY(5);
  -ms-transform: rotate(45deg) scaleY(5);
  -webkit-transform: rotate(45deg) scaleY(5);
  transform: rotate(45deg) scaleY(5); }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.twp-btn.twp-btn-primary {
  background-image: linear-gradient(to top, #30b7ff, #2987ea);
  border: 0;
  color: #fff; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #353535;
  outline: 0; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #353535; }

.twp-btn-primary:before {
  background: #2987ea; }

.twp-btn-primary:hover,
.twp-btn-primary:focus {
  background: #333; }

.twp-btn-secondary {
  color: #2987ea;
  background: #fff;
  border: 0; }

.twp-btn-secondary:before {
  background: #111; }

.twp-btn-secondary:hover,
.twp-btn-secondary:focus {
  color: #fff;
  border-color: #fff; }

.twp-btn-transparent {
  color: #fff;
  background: transparent;
  border-color: #fff; }

.twp-btn-transparent:before {
  background: #111; }

.twp-btn-transparent:hover,
.twp-btn-transparent:focus {
  color: #fff;
  border-color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px 15px;
  width: 100%; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="range"]:hover,
  input[type="range"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="month"]:hover,
  input[type="month"]:focus,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="color"]:hover,
  input[type="color"]:focus,
  textarea:hover,
  textarea:focus {
    color: #111;
    outline: 0; }

textarea {
  height: inherit;
  padding: 10px 15px;
  border: none !important; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none; }
  a:visited {
    color: purple;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: midnightblue;
    outline: 0;
    text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header .navbar-transparent{background:transparent;margin-bottom:0;border:0;padding-top:20px}
.site-header .navbar-transparent .navbar-nav > li > a{border-bottom:3px solid transparent;color:#2987ea;font-size:16px;font-weight:500;text-align:left;padding-left:12px;padding-right:12px;transition:all .5s ease 0;-webkit-transition:all .5s ease 0;-ms-transition:all .5s ease 0;-o-transition:all .5s ease 0;-moz-transition:all .5s ease 0}
.site-header .navbar-transparent .navbar-nav > li > a.cherry-register{width:160px;height:42px;line-height:42px;border-radius:100px;background-image:linear-gradient(to top,#30b7ff,#2987ea);border:0;text-align:center;color:#fff;padding:0}
.site-header .navbar-transparent .navbar-brand{padding:10px 10px 0}
@media only screen and (min-width: 992px) {
.site-header{position:absolute;z-index:999;width:100%;left:0;right:0;top:0}
.site-header-inner .navbar-transparent .navbar-nav > li > a{color:#fff}
.site-header .navbar-transparent .navbar-nav > li.active > a,.site-header .navbar-transparent .navbar-nav > li:hover > a,.site-header .navbar-transparent .navbar-nav > li:focus > a{background:transparent;border-bottom-color:#2987ea}
.site-header-inner .navbar-transparent .navbar-nav > li.active > a,.site-header-inner .navbar-transparent .navbar-nav > li:hover > a,.site-header-inner .navbar-transparent .navbar-nav > li:focus > a{border-bottom-color:#fff}
}
@media only screen and (max-width: 991px) {
.navbar-transparent .navbar-toggle,.navbar-transparent .navbar-toggle:focus,.navbar-transparent .navbar-toggle:hover{background:none;border:0}
.navbar-transparent .navbar-toggle .icon-bar{background-color:#fff;width:30px}
.site-homepage-header .navbar-transparent .navbar-toggle .icon-bar{background-color:#2987ea}
.navbar-transparent .navbar-toggle .icon-bar+.icon-bar{margin-top:6px}
.navbar-transparent .navbar-nav{margin-top:0;margin-bottom:0}
.navbar-toggle .icon-bar{position:relative;transition:all 500ms ease-in-out}
.navbar-toggle .icon-bar:nth-of-type(2){top:0}
.navbar-toggle .icon-bar{position:relative;transition:all 500ms ease-in-out}
.cherry-top-btn.active .icon-bar:nth-of-type(1){top:6px;transform:rotate(45deg)}
.cherry-top-btn.active .icon-bar:nth-of-type(2){background-color:transparent}
.cherry-top-btn.active .icon-bar:nth-of-type(3){top:-9px;transform:rotate(-45deg)}
.cherry-top-btn.active{background:#e6e6e6;float:right;cursor:pointer!important}
.navbar-transparent .navbar-collapse{background:#e6e6e6;border:0}
.site-header .navbar-transparent .navbar-nav > li > a{color:#133e6b;font-family:Helvetica,Arial,sans-serif;font-size:14px}
.site-header .navbar-transparent .navbar-nav > li.active > a,.site-header .navbar-transparent .navbar-nav > li:hover > a,.site-header .navbar-transparent .navbar-nav > li:focus > a{background:#f1f1f1;color:#2987ea}
.site-header .navbar-transparent .navbar-nav.navbar-right > li:first-child{padding:10px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9}
.site-header .navbar-transparent .navbar-nav.navbar-right > li:last-child{padding:10px}
.site-header .navbar-transparent .navbar-nav.navbar-right > li:last-child a{background:#e83870;width:100%;border-radius:4px;color:#fff;text-align:center}
.site-header .navbar-transparent .navbar-nav > li > a.cherry-register{background:#83b9cf;width:100%;border-radius:4px}
.site-header .navbar-transparent .navbar-nav > li > a.cherry-register:before{display:none}
.site-header .navbar-transparent .navbar-nav.navbar-right > li:hover a,.site-header .navbar-transparent .navbar-nav.navbar-right > li:focus a{color:#fff;opacity:.75}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-header .navbar-transparent{position:absolute;z-index:999;width:100%}
.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}
.navbar-nav .open .dropdown-menu > li > a{line-height:20px}
.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}
.dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}
.navbar-header{float:none}
.navbar-toggle{display:block}
.navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1)}
.navbar-collapse.collapse{display:none!important}
.navbar-nav{float:none!important;margin:7.5px 50px 7.5px -15px}
.navbar-nav>li{float:none}
.navbar-nav>li>a{padding-top:10px;padding-bottom:10px}
.navbar-text{float:none;margin:15px 0}
.navbar-collapse.collapse.in{display:block!important}
.collapsing{overflow:hidden!important}
}
.search-box{display:none;background:#f1f1f1;box-shadow:0 6px 8px -6px rgba(0,0,0,0.15);padding:20px 42px;text-align:center;position:relative;transition:background-color 500ms ease-in-out;position:absolute;left:0;right:0;width:100%;z-index:99}
@media only screen and (min-width: 992px) {
.search-box{z-index:999}
}
.search-box .search-form{max-width:740px;margin-right:auto;margin-left:auto}
.search-box .search-form label{display:block;float:left;width:100%}
@media (min-width: 768px) {
.search-box .search-form label{width:85%;width:calc(100% - 200px)}
}
.search-box .search-form label .search-field{width:100%;background:transparent;border:1px solid #e6e6e6;font-size:20px;font-size:1.25rem}
.search-box .search-form .search-submit{width:190px;box-shadow:none}
.search-box .search-form label .search-field::-webkit-input-placeholder{color:#434343}
.search-box .search-form label .search-field:-moz-placeholder{color:#434343}
.search-box .search-form label .search-field::-moz-placeholder{color:#434343}
.search-box .search-form label .search-field:-ms-input-placeholder{color:#434343}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
#content[tabindex="-1"]:focus{outline:0}
.alignleft{display:inline;float:left;margin-right:1.5em}
.alignright{display:inline;float:right;margin-left:1.5em}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after{content:"";display:table;table-layout:fixed}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after{clear:both}
.mt-0{margin-top:0!important}
.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}
.mt-110{margin-top:110px}
.mt-120{margin-top:120px}
.mt-130{margin-top:130px}
.mt-140{margin-top:140px}
.mb-0{margin-bottom:0!important}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.mb-110{margin-bottom:110px}
.mb-120{margin-bottom:120px}
.mb-130{margin-bottom:130px}
.mb-140{margin-bottom:140px}
.pt-0{padding-top:0!important}
.pt-10{padding-top:10px}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.pt-70{padding-top:70px}
.pt-80{padding-top:80px}
.pt-90{padding-top:90px}
.pt-100{padding-top:100px}
.pt-110{padding-top:110px}
.pt-120{padding-top:120px}
.pt-130{padding-top:130px}
.pt-140{padding-top:140px}
.pb-0{padding-bottom:0!important}
.pb-10{padding-bottom:10px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.pb-70{padding-bottom:70px}
.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}
.pb-100{padding-bottom:100px}
.pb-110{padding-bottom:110px}
.pb-120{padding-bottom:120px}
.pb-130{padding-bottom:130px}
.pb-140{padding-bottom:140px}
@media only screen and (min-width: 1200px) {
.mt-lg-0{margin-top:0!important}
.mt-lg-10{margin-top:10px}
.mt-lg-20{margin-top:20px}
.mt-lg-30{margin-top:30px}
.mt-lg-40{margin-top:40px}
.mt-lg-50{margin-top:50px}
.mt-lg-60{margin-top:60px}
.mt-lg-70{margin-top:70px}
.mt-lg-80{margin-top:80px}
.mt-lg-90{margin-top:90px}
.mt-lg-100{margin-top:100px}
.mt-lg-110{margin-top:110px}
.mt-lg-120{margin-top:120px}
.mt-lg-130{margin-top:130px}
.mt-lg-140{margin-top:140px}
.mb-lg-0{margin-bottom:0!important}
.mb-lg-10{margin-bottom:10px}
.mb-lg-20{margin-bottom:20px}
.mb-lg-30{margin-bottom:30px}
.mb-lg-40{margin-bottom:40px}
.mb-lg-50{margin-bottom:50px}
.mb-lg-60{margin-bottom:60px}
.mb-lg-70{margin-bottom:70px}
.mb-lg-80{margin-bottom:80px}
.mb-lg-90{margin-bottom:90px}
.mb-lg-100{margin-bottom:100px}
.mb-lg-110{margin-bottom:110px}
.mb-lg-120{margin-bottom:120px}
.mb-lg-130{margin-bottom:130px}
.mb-lg-140{margin-bottom:140px}
.pt-lg-0{padding-top:0!important}
.pt-lg-10{padding-top:10px}
.pt-lg-20{padding-top:20px}
.pt-lg-30{padding-top:30px}
.pt-lg-40{padding-top:40px}
.pt-lg-50{padding-top:50px}
.pt-lg-60{padding-top:60px}
.pt-lg-70{padding-top:70px}
.pt-lg-80{padding-top:80px}
.pt-lg-90{padding-top:90px}
.pt-lg-100{padding-top:100px}
.pt-lg-110{padding-top:110px}
.pt-lg-120{padding-top:120px}
.pt-lg-130{padding-top:130px}
.pt-lg-140{padding-top:140px}
.pb-lg-0{padding-bottom:0!important}
.pb-lg-10{padding-bottom:10px}
.pb-lg-20{padding-bottom:20px}
.pb-lg-30{padding-bottom:30px}
.pb-lg-40{padding-bottom:40px}
.pb-lg-50{padding-bottom:50px}
.pb-lg-60{padding-bottom:60px}
.pb-lg-70{padding-bottom:70px}
.pb-lg-80{padding-bottom:80px}
.pb-lg-90{padding-bottom:90px}
.pb-lg-100{padding-bottom:100px}
.pb-lg-110{padding-bottom:110px}
.pb-lg-120{padding-bottom:120px}
.pb-lg-130{padding-bottom:130px}
.pb-lg-140{padding-bottom:140px}
}
@media only screen and (min-width: 991px) {
.mt-md-0{margin-top:0!important}
.mt-md-10{margin-top:10px}
.mt-md-20{margin-top:20px}
.mt-md-30{margin-top:30px}
.mt-md-40{margin-top:40px}
.mt-md-50{margin-top:50px}
.mt-md-60{margin-top:60px}
.mt-md-70{margin-top:70px}
.mt-md-80{margin-top:80px}
.mt-md-90{margin-top:90px}
.mt-md-100{margin-top:100px}
.mt-md-110{margin-top:110px}
.mt-md-120{margin-top:120px}
.mt-md-130{margin-top:130px}
.mt-md-140{margin-top:140px}
.mb-md-0{margin-bottom:0!important}
.mb-md-10{margin-bottom:10px}
.mb-md-20{margin-bottom:20px}
.mb-md-30{margin-bottom:30px}
.mb-md-40{margin-bottom:40px}
.mb-md-50{margin-bottom:50px}
.mb-md-60{margin-bottom:60px}
.mb-md-70{margin-bottom:70px}
.mb-md-80{margin-bottom:80px}
.mb-md-90{margin-bottom:90px}
.mb-md-100{margin-bottom:100px}
.mb-md-110{margin-bottom:110px}
.mb-md-120{margin-bottom:120px}
.mb-md-130{margin-bottom:130px}
.mb-md-140{margin-bottom:140px}
.pt-md-0{padding-top:0!important}
.pt-md-10{padding-top:10px}
.pt-md-20{padding-top:20px}
.pt-md-30{padding-top:30px}
.pt-md-40{padding-top:40px}
.pt-md-50{padding-top:50px}
.pt-md-60{padding-top:60px}
.pt-md-70{padding-top:70px}
.pt-md-80{padding-top:80px}
.pt-md-90{padding-top:90px}
.pt-md-100{padding-top:100px}
.pt-md-110{padding-top:110px}
.pt-md-120{padding-top:120px}
.pt-md-130{padding-top:130px}
.pt-md-140{padding-top:140px}
.pb-md-0{padding-bottom:0!important}
.pb-md-10{padding-bottom:10px}
.pb-md-20{padding-bottom:20px}
.pb-md-30{padding-bottom:30px}
.pb-md-40{padding-bottom:40px}
.pb-md-50{padding-bottom:50px}
.pb-md-60{padding-bottom:60px}
.pb-md-70{padding-bottom:70px}
.pb-md-80{padding-bottom:80px}
.pb-md-90{padding-bottom:90px}
.pb-md-100{padding-bottom:100px}
.pb-md-110{padding-bottom:110px}
.pb-md-120{padding-bottom:120px}
.pb-md-130{padding-bottom:130px}
.pb-md-140{padding-bottom:140px}
}
@media only screen and (min-width: 768px) {
.mt-sm-0{margin-top:0!important}
.mt-sm-10{margin-top:10px}
.mt-sm-20{margin-top:20px}
.mt-sm-30{margin-top:30px}
.mt-sm-40{margin-top:40px}
.mt-sm-50{margin-top:50px}
.mt-sm-60{margin-top:60px}
.mt-sm-70{margin-top:70px}
.mt-sm-80{margin-top:80px}
.mt-sm-90{margin-top:90px}
.mt-sm-100{margin-top:100px}
.mt-sm-110{margin-top:110px}
.mt-sm-120{margin-top:120px}
.mt-sm-130{margin-top:130px}
.mt-sm-140{margin-top:140px}
.mb-sm-0{margin-bottom:0!important}
.mb-sm-10{margin-bottom:10px}
.mb-sm-20{margin-bottom:20px}
.mb-sm-30{margin-bottom:30px}
.mb-sm-40{margin-bottom:40px}
.mb-sm-50{margin-bottom:50px}
.mb-sm-60{margin-bottom:60px}
.mb-sm-70{margin-bottom:70px}
.mb-sm-80{margin-bottom:80px}
.mb-sm-90{margin-bottom:90px}
.mb-sm-100{margin-bottom:100px}
.mb-sm-110{margin-bottom:110px}
.mb-sm-120{margin-bottom:120px}
.mb-sm-130{margin-bottom:130px}
.mb-sm-140{margin-bottom:140px}
.pt-sm-0{padding-top:0!important}
.pt-sm-10{padding-top:10px}
.pt-sm-20{padding-top:20px}
.pt-sm-30{padding-top:30px}
.pt-sm-40{padding-top:40px}
.pt-sm-50{padding-top:50px}
.pt-sm-60{padding-top:60px}
.pt-sm-70{padding-top:70px}
.pt-sm-80{padding-top:80px}
.pt-sm-90{padding-top:90px}
.pt-sm-100{padding-top:100px}
.pt-sm-110{padding-top:110px}
.pt-sm-120{padding-top:120px}
.pt-sm-130{padding-top:130px}
.pt-sm-140{padding-top:140px}
.pb-sm-0{padding-bottom:0!important}
.pb-sm-10{padding-bottom:10px}
.pb-sm-20{padding-bottom:20px}
.pb-sm-30{padding-bottom:30px}
.pb-sm-40{padding-bottom:40px}
.pb-sm-50{padding-bottom:50px}
.pb-sm-60{padding-bottom:60px}
.pb-sm-70{padding-bottom:70px}
.pb-sm-80{padding-bottom:80px}
.pb-sm-90{padding-bottom:90px}
.pb-sm-100{padding-bottom:100px}
.pb-sm-110{padding-bottom:110px}
.pb-sm-120{padding-bottom:120px}
.pb-sm-130{padding-bottom:130px}
.pb-sm-140{padding-bottom:140px}
}
@media only screen and (max-width: 767px) {
.mt-xs-0{margin-top:0!important}
.mt-xs-10{margin-top:10px}
.mt-xs-20{margin-top:20px}
.mt-xs-30{margin-top:30px}
.mt-xs-40{margin-top:40px}
.mt-xs-50{margin-top:50px}
.mt-xs-60{margin-top:60px}
.mt-xs-70{margin-top:70px}
.mt-xs-80{margin-top:80px}
.mt-xs-90{margin-top:90px}
.mt-xs-100{margin-top:100px}
.mt-xs-110{margin-top:110px}
.mt-xs-120{margin-top:120px}
.mt-xs-130{margin-top:130px}
.mt-xs-140{margin-top:140px}
.mb-xs-0{margin-bottom:0!important}
.mb-xs-10{margin-bottom:10px}
.mb-xs-20{margin-bottom:20px}
.mb-xs-30{margin-bottom:30px}
.mb-xs-40{margin-bottom:40px}
.mb-xs-50{margin-bottom:50px}
.mb-xs-60{margin-bottom:60px}
.mb-xs-70{margin-bottom:70px}
.mb-xs-80{margin-bottom:80px}
.mb-xs-90{margin-bottom:90px}
.mb-xs-100{margin-bottom:100px}
.mb-xs-110{margin-bottom:110px}
.mb-xs-120{margin-bottom:120px}
.mb-xs-130{margin-bottom:130px}
.mb-xs-140{margin-bottom:140px}
.pt-xs-0{padding-top:0!important}
.pt-xs-10{padding-top:10px}
.pt-xs-20{padding-top:20px}
.pt-xs-30{padding-top:30px}
.pt-xs-40{padding-top:40px}
.pt-xs-50{padding-top:50px}
.pt-xs-60{padding-top:60px}
.pt-xs-70{padding-top:70px}
.pt-xs-80{padding-top:80px}
.pt-xs-90{padding-top:90px}
.pt-xs-100{padding-top:100px}
.pt-xs-110{padding-top:110px}
.pt-xs-120{padding-top:120px}
.pt-xs-130{padding-top:130px}
.pt-xs-140{padding-top:140px}
.pb-xs-0{padding-bottom:0!important}
.pb-xs-10{padding-bottom:10px}
.pb-xs-20{padding-bottom:20px}
.pb-xs-30{padding-bottom:30px}
.pb-xs-40{padding-bottom:40px}
.pb-xs-50{padding-bottom:50px}
.pb-xs-60{padding-bottom:60px}
.pb-xs-70{padding-bottom:70px}
.pb-xs-80{padding-bottom:80px}
.pb-xs-90{padding-bottom:90px}
.pb-xs-100{padding-bottom:100px}
.pb-xs-110{padding-bottom:110px}
.pb-xs-120{padding-bottom:120px}
.pb-xs-130{padding-bottom:130px}
.pb-xs-140{padding-bottom:140px}
}
@media only screen and (max-width: 480px) {
.mt-xxs-0{margin-top:0!important}
.mt-xxs-10{margin-top:10px}
.mt-xxs-20{margin-top:20px}
.mt-xxs-30{margin-top:30px}
.mt-xxs-40{margin-top:40px}
.mt-xxs-50{margin-top:50px}
.mt-xxs-60{margin-top:60px}
.mt-xxs-70{margin-top:70px}
.mt-xxs-80{margin-top:80px}
.mt-xxs-90{margin-top:90px}
.mt-xxs-100{margin-top:100px}
.mt-xxs-110{margin-top:110px}
.mt-xxs-120{margin-top:120px}
.mt-xxs-130{margin-top:130px}
.mt-xxs-140{margin-top:140px}
.mb-xxs-0{margin-bottom:0!important}
.mb-xxs-10{margin-bottom:10px}
.mb-xxs-20{margin-bottom:20px}
.mb-xxs-30{margin-bottom:30px}
.mb-xxs-40{margin-bottom:40px}
.mb-xxs-50{margin-bottom:50px}
.mb-xxs-60{margin-bottom:60px}
.mb-xxs-70{margin-bottom:70px}
.mb-xxs-80{margin-bottom:80px}
.mb-xxs-90{margin-bottom:90px}
.mb-xxs-100{margin-bottom:100px}
.mb-xxs-110{margin-bottom:110px}
.mb-xxs-120{margin-bottom:120px}
.mb-xxs-130{margin-bottom:130px}
.mb-xxs-140{margin-bottom:140px}
.pt-xxs-0{padding-top:0!important}
.pt-xxs-10{padding-top:10px}
.pt-xxs-20{padding-top:20px}
.pt-xxs-30{padding-top:30px}
.pt-xxs-40{padding-top:40px}
.pt-xxs-50{padding-top:50px}
.pt-xxs-60{padding-top:60px}
.pt-xxs-70{padding-top:70px}
.pt-xxs-80{padding-top:80px}
.pt-xxs-90{padding-top:90px}
.pt-xxs-100{padding-top:100px}
.pt-xxs-110{padding-top:110px}
.pt-xxs-120{padding-top:120px}
.pt-xxs-130{padding-top:130px}
.pt-xxs-140{padding-top:140px}
.pb-xxs-0{padding-bottom:0!important}
.pb-xxs-10{padding-bottom:10px}
.pb-xxs-20{padding-bottom:20px}
.pb-xxs-30{padding-bottom:30px}
.pb-xxs-40{padding-bottom:40px}
.pb-xxs-50{padding-bottom:50px}
.pb-xxs-60{padding-bottom:60px}
.pb-xxs-70{padding-bottom:70px}
.pb-xxs-80{padding-bottom:80px}
.pb-xxs-90{padding-bottom:90px}
.pb-xxs-100{padding-bottom:100px}
.pb-xxs-110{padding-bottom:110px}
.pb-xxs-120{padding-bottom:120px}
.pb-xxs-130{padding-bottom:130px}
.pb-xxs-140{padding-bottom:140px}
}
.cherry-btn{border:0;width:217px;height:55px;text-align:left;border-radius:4px;position:relative}
.cherry-btn span.store-name{display:block;font-weight:700}
.cherry-btn span.icon{display:block;float:left;margin-right:15px;margin-top:5px}
@media only screen and (max-width: 767px) {
.cherry-btn{width:150px;font-size:12px;padding-top:12px}
.cherry-btn span.icon{margin-right:7px;margin-top:5px;width:15px;height:20px}
}
.android-btn{background-color:#9dbf16}
.ios-btn{background-color:#2987ea}
.text-blue{color:#2987ea!important}
.title-seperator{width:20px;height:4px;background-color:#2987ea}
.title-seperator.title-seperator-center{margin-left:auto;margin-right:auto}
.title-seperator.title-seperator-white{background-color:#fff;height:2px;opacity:.42}
.title-seperator.title-seperator-big{width:80px;height:4px}
.main-banner{background:#e9f2fc;background:-moz-linear-gradient(top,#e9f2fc 0%,#ecf4fd 34%,#f2f8fe 62%,#f8fbff 100%);background:-webkit-linear-gradient(top,#e9f2fc 0%,#ecf4fd 34%,#f2f8fe 62%,#f8fbff 100%);background:linear-gradient(to bottom,#e9f2fc 0%,#ecf4fd 34%,#f2f8fe 62%,#f8fbff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f2fc',endColorstr='#f8fbff',GradientType=0);height:100vh;position:relative}
.main-banner .banner-bg{background:url(/images/centric-circle.png) no-repeat;background-size:48%;background-position:right bottom;display:table;height:100vh;width:100%}
@media (min--moz-device-pixel-ratio: 1.3),(-o-min-device-pixel-ratio: 2.6 2),(-webkit-min-device-pixel-ratio: 1.3),(min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
.main-banner .banner-bg{background-image:url(/images/centric-circle.png);background-size:100px 25px}
}
.main-banner .banner-content{display:table-cell;vertical-align:middle;padding-left:150px}
.main-banner .banner-content h1{font-size:42px;margin:0 auto}
.main-banner .banner-content .title-seperator{margin:35px 0}
.main-banner .banner-content p{color:#133e6b;line-height:1.88;letter-spacing:.5px;max-width:540px}
.arrow-down{position:absolute;left:0;right:0;bottom:60px;z-index:10;text-align:center}
.arrow-down span{font-family:'ProximaNova-Regular';font-size:14px;line-height:20px;display:inline-block}
.arrow-down .icon-scroll{width:30px;height:50px;margin-left:-15px;margin-top:15px;top:50%;border:2px solid #2987ea;border-radius:25px;position:absolute;left:50%}
.arrow-down .icon-scroll:before{position:absolute;left:50%;content:'';width:6px;height:6px;background:#2987ea;margin-left:-3px;top:8px;border-radius:4px;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:scroll;animation-name:scroll}
.arrow-down .arrow{position:absolute;bottom:-90px;left:0;right:0;width:40px;margin:0 auto;text-align:center}
@-webkit-keyframes scroll {
0%{opacity:1}
100%{opacity:0;-webkit-transform:translateY(46px);transform:translateY(46px)}
}
@keyframes scroll {
0%{opacity:1}
100%{opacity:0;-webkit-transform:translateY(46px);transform:translateY(46px)}
}
.small-wrapper{max-width:70%;margin-left:auto;margin-right:auto}
.inner-small-wrapper{max-width:85%}
@media only screen and (max-width: 767px) {
.small-wrapper{max-width:85%}
}
.section-offer{padding-top:95px}
.section-offer .section-title h2{font-size:42px}
.section-offer .section-title .title-seperator{margin:40px auto 60px}
.section-offer-1{background:#f8fbff;background:-moz-linear-gradient(top,#f8fbff 0%,#f9fbfe 34%,#fbfdff 62%,#fff 100%);background:-webkit-linear-gradient(top,#f8fbff 0%,#f9fbfe 34%,#fbfdff 62%,#fff 100%);background:linear-gradient(to bottom,#f8fbff 0%,#f9fbfe 34%,#fbfdff 62%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fbff',endColorstr='#ffffff',GradientType=0)}
.section-offer-1 .section-title p{max-width:670px;margin-right:auto;margin-left:auto;letter-spacing:.5px}
.section-offer-2{position:relative;padding-top:130px;padding-bottom:150px}
.section-offer-3{padding-bottom:150px}
.section-offer-3 .block-title-wrapper .block-counter{width:90px}
.section-offer-4{padding-bottom:150px}
.section-offer-4 .block-title-wrapper .block-counter{width:90px}
.block-title-wrapper{display:table}
.block-title-wrapper .block-counter{display:table-cell;width:70px}
.block-title-wrapper .block-title{display:table-cell;vertical-align:top}
.block-title-wrapper .block-title h3{font-family:"Poppins",sans-serif;font-weight:700;font-size:24px;letter-spacing:.6px;color:#2987ea}
.block-title-wrapper .block-title .title-seperator{margin:20px 0}
.block-title-wrapper .block-title p{max-width:405px;letter-spacing:.5px}
.step-link a{color:#2987ea}
.step-link a span{margin-left:10px}
.section-cta{background-image:linear-gradient(349deg,#30b7ff,#2987ea);padding:50px 0;color:#fff}
.section-cta .cta-table{ display: table; height: 100%; width: 100%}
.section-cta .cta-table-cell{ display: table-cell; vertical-align: middle}
.section-cta .section-title h2{font-size:42px;max-width:504px; margin-top: 0;}
.section-cta .section-title .title-seperator{margin:40px 0}
.section-cta .arrow-link-wrapper{max-width:460px;line-height:1.88;letter-spacing:.5px}
.section-cta .arrow-link-wrapper ul{list-style:none;padding:0;margin:0 auto}
.section-cta .arrow-link-wrapper ul li{margin-bottom:15px}
.section-cta .arrow-link-wrapper ul li a{color:#fff;font-family:'ProximaNova-Regular';font-size:18px;font-weight:700;letter-spacing:0}
.section-steps{text-align:center;padding:150px 0}
.section-steps .section-title{margin-bottom:120px}
.section-steps .section-title h2{font-size:42px;margin-bottom:30px}
.section-steps .section-block .block-details h3{color:#2987ea;font-size:16px;letter-spacing:.4px}
.section-steps .section-block .block-details .title-seperator{margin:20px auto 30px}
.section-steps .section-block .block-details p{color:#133e6b;font-size:16px;line-height:1.88;letter-spacing:.5px;max-width:212px;margin-left:auto;margin-right:auto}
.section-cta-btns{background:url(/images/bitmap@3x.png) no-repeat center;background-size:cover;padding:10% 0;object-fit:contain;background-attachment:fixed}
.section-cta-btns .cherry-btn-wrapper .cherry-btn-groups{padding:0;margin:0 auto;list-style:none;text-align:center}
.section-cta-btns .cherry-btn-wrapper .cherry-btn-groups li{display:inline-block;margin:0 5px}
@media only screen and (max-width: 767px) {
.section-cta-btns{background-size:cover;padding:25% 0;object-fit:contain;background-attachment:inherit;background-position:70% 50%}
}
.section-profile{color:#fff}
.section-profile .container-fluid{padding-left:0;margin-left:0}
.section-profile .container-fluid .bg-left{background-image:linear-gradient(to bottom,#4e79d2,#55a1f4)}
.section-profile .container-fluid .bg-right{background-image:linear-gradient(348deg,#30b7ff,#2987ea)}
.section-profile .container-fluid .block-image{padding:135px 0 44px}
.section-profile .container-fluid .block-details{text-align:center}
.section-profile .container-fluid .block-details h3{font-family:'ProximaNova-Regular';font-size:42px;text-align:center}
.section-profile .container-fluid .block-details .title-seperator{margin:20px auto}
.section-profile .container-fluid .block-details p{max-width:362px;margin-left:auto;margin-right:auto;letter-spacing:.5px;line-height:1.88}
.section-profile .container-fluid .block-details .block-button{padding-bottom:75px}
.section-profile .container-fluid .block-details .block-button .twp-btn{width:160px;height:42px;line-height:42px;padding:0}
.section-location .pad-0 .col-sm-3{padding:0;position:relative}
.location-wrapper img{width:100%}
.section-location .pad-0 .col-sm-3 .location-wrapper:hover img{filter:gray;-webkit-filter:grayscale(100%)}
.section-location .pad-0 .col-sm-3 .location-detail{position:absolute;bottom:30px;text-align:center;left:0;right:0;font-size:36px;color:#fff}
.section-testmonials{background-color:#f6f9fc;padding:80px 0 180px}
.section-testmonials .section-title h2{margin-bottom:60px}
.section-testmonials .testmonial-wrapper{border-radius:11px;background-color:#fff;padding:60px 30px 40px;margin:0 15px;position:relative;min-height:256px;height:100%}
.section-testmonials .testmonial-wrapper h4{margin:0 auto;font-family:'Poppins',sans-serif; font-weight: 400;font-size:16px;line-height:1.88;letter-spacing:.5px}
.section-testmonials .testmonial-wrapper:before{content:"";position:absolute;left:-20px;top:30px;background:url(/images/icons/ic-quote.svg) no-repeat;z-index:99;width:40px;height:40px}
.section-testmonials .testmonial-footer{margin-top:-35px;position:relative}
.section-testmonials .testmonial-footer .testmonial-avatar{position:absolute;left:0;right:0;text-align:center}
.section-partners{padding-top:120px;margin-bottom:100px}
.section-partners .section-title h2{font-size:42px;margin-bottom:40px}
.section-partners .partner-logo{display:table;width:100%;height:100%}
.section-partners .partner-logo a{display:table-cell;vertical-align:middle}
@media only screen and (max-width: 767px) {
.main-banner{height: inherit;}
.main-banner .banner-bg{background: none;}
.xs-banner-image{ margin-top: 150px; text-align: center}
.main-banner .arrow-down{position:relative;bottom:inherit;margin-top:40px}
.main-banner .banner-content{padding-right:0;padding-left:0}
.site-header .navbar-transparent{position:absolute;z-index:999;width:100%}
.testmonial-group{margin-bottom:170px}
.testmonial-group:last-child{margin-bottom:0}
}
.inner-banner .banner-caption { margin: 0 auto; padding: 0; top: 50%; margin-top: -42px; }
.inner-banner .page-title{font-size:42px;text-align:center;color:#fff;text-shadow: none;}
.about-bg{background-image:linear-gradient(to bottom,rgba(41,134,234,0.1),rgba(41,134,234,0))}
.core-left{display:table;width:100%;height:100%}
.core-left .section-title{display:table-cell;vertical-align:middle}
.value .shadow{margin-bottom:40px;border-radius:33px;background-color:#fff;box-shadow:0 11px 32px 0 #c2dcff,inset 0 0 15px 0 #d6dde5}
.value{margin:0 15px}
.value .shadow .shadow-rectangle{display:table;border-radius:12px;background-color:#fff;border:solid 1px #f3faff;margin:0 auto;padding:0;list-style:none;width:100%;height:125px}
.shadow-rectangle li{display:table-cell;vertical-align:middle}
.shadow-rectangle li p{margin-bottom:0}
.rectangle-wrapper{margin-right:20px;margin-left:-20px;display:block}
.icon-title-wrapper{margin-left:33px}
.rectangle-wrapper figure{margin:0 auto}
.icon-title-wrapper .icon-title{float:left;width:200px}
.team-wrapper,.service-wrapper{border-radius:12px;background-color:#fff;height:100%}
.team-wrapper figure{border-radius:12px 12px 0 0;-webkit-border-radius:12px 12px 0 0;-moz-border-radius:12px 12px 0 0;-o-border-radius:12px 12px 0 0;-ms-border-radius:12px 12px 0 0}
.team-wrapper-shadow,.service-wrapper-shadow{position:relative;height:100%}
.team-wrapper-shadow:before,.service-wrapper-shadow:before{content:"";-o-box-shadow:0 11px 32px 0 #c2dcff,inset 0 0 15px 0 #d6dde5;-ms-box-shadow:0 11px 32px 0 #c2dcff,inset 0 0 15px 0 #d6dde5;-moz-box-shadow:0 11px 32px 0 #c2dcff,inset 0 0 15px 0 #d6dde5;-webkit-box-shadow:0 11px 32px 0 #c2dcff,inset 0 0 15px 0 #d6dde5;box-shadow:0 11px 32px 0 #c2dcff,inset 0 0 15px 0 #d6dde5;border-radius:25px;width:90%;height:100%;position:absolute;left:0;right:0;top:0;z-index:-1;margin:0 auto}
.team-wrapper .team-details h3{line-height:1.25;letter-spacing:.7px;text-align:center;color:#2987ea}
.team-wrapper .team-details .team-excerpt{display:block;font-size:16px;line-height:1.28;letter-spacing:.5px;text-align:center;color:#133e6b;padding-bottom:20px}
@media only screen and (max-width: 991px) {
.col-team{margin-bottom:50px}
}
.article-wrapper{margin-bottom:60px}
.article-wrapper .meta-details{text-align:center;margin-top:25px}
.article-wrapper .meta-details .article-date{font-size:14px;font-weight:500;letter-spacing:.4px}
.article-wrapper .meta-details .article-title{font-size:18px;letter-spacing:.5px;margin:15px auto}
.service-bg{background-image:linear-gradient(to bottom,rgba(41,134,234,0.1),rgba(41,134,234,0))}
.service-details{text-align:center;padding:20px 15px}
.service-details .service-icon{margin-top:-60px}
.service-details .service-title{font-size:24px;letter-spacing:.2px;margin-top:0}
.service-excerpt{padding:0 15px}
.carousel-caption p{font-size:16px;line-height:1.88;letter-spacing:.5px}
.work-jumbotron .section-title h2{font-size:42px}
.styled-list{font-size:15px;margin:0 auto;padding:0}
.styled-list li{position:relative;padding-left:25px;margin-bottom:20px;list-style:outside none none}
.styled-list li:after{background-color:#2987ea;border-radius:50%;content:"";height:12px;left:0;position:absolute;top:5px;width:12px}
.bg-image{height:365px;background-repeat:no-repeat;background-size:cover}
.site-footer{background-image:linear-gradient(to top,#30b7ff,#2987ea);padding:120px 0 80px;width:100%;position:relative}
.footer-nav{list-style:none;margin:0 auto;padding:0;text-align:center}
.footer-nav li{display:inline-block}
.footer-nav li a{color:#fff;margin:0 25px;font-family:'ProximaNova-Regular';font-size:18px;font-weight:700}
.contact-form-wrapper{max-width:445px;margin-left:auto;margin-right:auto}
.contact-form-wrapper .section-title{text-align:center}
.contact-form-wrapper .section-title h2{color:#fff;font-family:'ProximaNova-Regular';font-size:42px;margin-bottom:50px}
.contact-form-wrapper .form-group-submit{text-align:center;margin-top:35px}
.footer-hr{height:1px;opacity:.6;background:#fff;width:100%;margin:130px auto 60px}
.copyright-info{color:#fff;font-family:'ProximaNova-Regular';font-size:14px;text-align:center;padding:45px 0}
.social-icons-wrapper .social-icons{list-style:none;margin:0 auto;padding:60px 0 0;text-align:center}
.social-icons-wrapper .social-icons li{display:inline-block;margin:0 15px}
.wrap_form_section{width:65%;margin:0 auto}
.center-container{max-width:495px;margin-right:auto;margin-left:auto}
.job_license .license-first .ic_job-license{object-fit:contain;margin-left:-5px}
.job_license .license-first figure{margin-bottom:15px}
.job_license .license-sec .license-first .Job-license{font-size:42px;color:#2987ea;margin-bottom:30px}
.job_license .license-first .Most-jobs-nowadays-r{font-size:16px;line-height:1.88;letter-spacing:.5px;color:#133e6b}
.job_license .license-sec .license-first{padding-bottom:70px}
.job_license .license-sec .license-second .rectangle-9{width:403px;height:115px;margin:0 auto;border-radius:12px;background-color:#fff;border:solid 1px #f3faff}
.job_license .license-sec .license-second .ic_hygiene{object-fit:contain}
.job_license .license-sec .license-second .rectangle-9 li{float:left;list-style:outside none none}
.job_license .license-sec .license-second .rectangle-9-Copy{background-image:linear-gradient(to bottom,#e53462,#ff57d0);border-bottom-left-radius:12px;border-top-left-radius:12px;display:table;float:left;height:115px;vertical-align:middle;width:115px}
.job_license .license-sec .license-second .shadow{width:336px;height:108px;border-radius:33px;background-color:#fff;box-shadow:0 11px 32px 0 #c2dcff,inset 0 0 15px 0 #d6dde5}
.job_license .license-sec .license-second .rectangle-9 li p{color:#133e6b;display:inline-block;font-size:18px;letter-spacing:.5px;line-height:27px;margin:0;vertical-align:middle}
.job_license .license-sec .license-second .rectangle-9-Copy > figure{display:table-cell;height:115px;text-align:center;vertical-align:middle}
.job_license .license-sec .license-second .left-gup{margin-left:33px}
.job_license .license-sec .license-second .left-content{float:left;width:250px}
.job_license .license-sec .license-second .left-content > figure{display:inline-block;float:right;line-height:115px;margin-right:30px;vertical-align:middle}
.job_license .license-sec .license-second{float:left;width:100%}
.job_license .license-sec .license-second .shadow.blue-sec{margin-top:38px}
.job_license .license-sec .license-second .shadow.blue-sec .rectangle-9-Copy{background-image:linear-gradient(354deg,#30b7ff,#2987ea)}
.job_license .license-sec .license-second .pragraph-cont{float:left;line-height:115px;width:205px}
.job_license .job_license_illus{width:249px;height:597px;object-fit:contain}
.apply_forms{max-width:450px;margin:0 auto}
.Apply-now{font-size:42px;text-align:center;color:#2987ea}
.Shape_msg{text-align:center;margin-bottom:42px}
.cherry_forms .form-horizontal input, .cherry_forms .form-horizontal select{border-radius:4px;height:42px;font-size:16px;vertical-align: middle; color:#2987ea;background-color:#fff;border:solid 1px #73c7ff}
.cherry_forms .form-horizontal select{ color: inherit;}
.cherry_forms .form-horizontal textarea{border-radius:4px;height:72px;font-size:16px;color:#2987ea;background-color:#fff;border:solid 1px #73c7ff!important}
.cherry_forms .form-horizontal input[type="radio"], .cherry_forms .form-horizontal input[type="checkbox"] { height: inherit; }
.tw_cls{width:49%;padding:6px 12px;display:inline-block}
.Line{border:1px solid #133d6b;float:left;height:2px;margin:20px 0;opacity:.5;width:100%}
.form-group-label{font-size:16px;line-height:1.67;letter-spacing:.5px;color:#133e6b}
.cherry_forms .form-horizontal .form-group-radio, .cherry_forms .form-horizontal .form-group-checkbox{margin-bottom: 0;}
.form-group-radio label, .form-group-checkbox label{font-size:16px;font-weight:400;line-height:1.88;letter-spacing:.5px}
.form-group-radio label input, .form-group-checkbox label input{margin-right:15px}
.form-group .tw_cls{width:49%;padding:6px 12px;display:inline-block}
.sent_bns{text-align:center;margin:30px 0 80px}
.section-effect-1 img{opacity:.9;filter:alpha(opacity=90);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;}
.section-effect-1 figure{background:#000;position:relative;overflow:hidden}
.section-effect-1 figure:hover img{opacity:.6;filter:alpha(opacity=60);-webkit-transform:scale(1.1);transform:scale(1.1)}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
.site-header .navbar-transparent .navbar-nav > li > a{ font-size: 14px; padding-left: 7px; padding-right: 7px}
}
@media only screen and (max-width: 991px) {
.col-team{margin-bottom:50px}
.section-step-blocks{ margin-bottom: 90px}
.bg-image{background-position: center; height: 270px;}
.inner-banner .banner-caption { margin-top: -30px;}
.item.service-bg.bg-image {background-position: 81% 0;}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
.main-banner .banner-content{padding-left: 0}
}

@media only screen and (max-width: 767px) {
.section-offer-image { text-align: center; padding: 60px 0 40px 70px}
.xs-banner-content { padding-left: 10%;}

.section-steps, .section-partners{padding-top: 60px; padding-bottom: 60px;}
.site-content .section-offer-2, .site-content .section-offer-3, .site-content .section-offer-4 {
  padding-top: 30px; padding-bottom: 30px; }
  .section-profile .container-fluid .block-image{ padding-top: 90px; padding-bottom: 40px;}
  .inner-banner .page-title{ font-size: 24px; font-weight: 400;}
  .section-location .pad-0 .col-sm-3 .location-detail, .team-wrapper .team-details h3{font-size: 24px}
  .section-partners{margin-bottom: 30px}
  .contact-form-wrapper .section-title {text-align: left;}
  .contact-form-wrapper{padding-left: 30px; padding-right: 30px}
  .site-footer{ padding-top: 60px; padding-bottom: 40px;}
  .footer-nav li a{margin: 8px 15px; display: block;
    font-size: 14px;
    font-weight: 400;}
    .footer-hr{margin-top: 90px}
    .service-jumbotron, section.service-bg{text-align: center; padding-left: 30px; padding-right: 30px;}
    .service-member{margin-bottom: 40px}
    .carousel-caption p {font-size: 14px; line-height: 1.2}
    .wrap_form_section { width: 85%;}
    .social-icons-wrapper .social-icons li {
        margin: 0 8px;
    }
    .job_license .pull-right{
      text-align: center !important;
      margin: 60px auto;
      width: 100%;
    }
    .job_license .pull-right figure{ text-align: center;}
    .article-wrapper { max-width: 300px; margin-left: auto; margin-right: auto; }
    .article-wrapper .meta-details .article-title{font-size: 14px}
    .article-wrapper .meta-details .article-date{font-size: 12px}
    .article-wrapper .meta-details { margin-top: 15px; }
}
@media only screen and (max-width: 480px) {
  .main-banner .banner-content h1 { font-size: 31px; font-weight: normal;}
  .section-cta .section-title h2, .section-offer .section-title h2, .section-steps .section-title h2,
  .section-profile .container-fluid .block-details h3, .section-partners .section-title h2, .contact-form-wrapper .section-title h2, .service-jumbotron .section-title h2,
  .work-jumbotron .section-title h2{ font-size: 30px; font-weight: normal;}
  .section-location .pad-0 .col-sm-3 .location-detail,.team-wrapper .team-details h3, .service-details .service-title{font-size: 18px}
  .block-title-wrapper .block-title h3, .section-cta .arrow-link-wrapper ul li a{ font-size: 16px; }
  body, button, input, select, textarea, .team-wrapper .team-details .team-excerpt,.styled-list { font-size: 14px;}

.icon-title-wrapper .icon-title { width: 151px;}
.job_license .license-sec .license-second .rectangle-9-Copy{width: 90px}
.job_license .license-sec .license-second .shadow { width: 100%;}
.job_license .license-sec .license-second .rectangle-9 {width: 100%;}
.job_license .license-sec .license-second .left-content {
    width: 100px;
}
.job_license .license-sec .license-second .pragraph-cont {
    width: 80%;
}
.job_license .license-sec .license-second .left-gup {
    margin-left: 15px;
}
.job_license .license-sec .license-second .left-content > figure{margin-right: 0}
.job_license .license-sec .license-second .rectangle-9 li p {
    font-size: 12px;
    line-height: 16px;
}
}


.user-panel-section{ background-color: #f6f9fc;}
.user-panel-wrapper{border-radius: 8px; background-color: #ffffff; padding-left: 55px; padding-right: 55px;}


.user-panel-section .nav-tabs{ margin: 0 auto 25px; padding: 0; border: 0;}
.user-panel-section .nav-tabs>li{ display: block; float: left; width: 50%}
.user-panel-section .nav-tabs>li>a{border: 0 !important; position: relative; font-size: 24px; letter-spacing: 0.6px; padding-left: 0; padding-right: 0; color: #94c3f5;}
.user-panel-section .nav-tabs>li.active>a, .user-panel-section .nav-tabs>li.active>a:focus, .user-panel-section .nav-tabs>li>a:focus, .user-panel-section .nav-tabs>li.active>a:hover, .user-panel-section .nav-tabs>li>a:hover { background: transparent; color: #2987ea; cursor: default;}
.user-panel-section .nav-tabs>li>a span{ position: relative;}
.user-panel-section .nav-tabs>li.active>a span:after, .user-panel-section .nav-tabs>li.active>a:focus span:after, .user-panel-section .nav-tabs>li>a:focus span:after, .user-panel-section .nav-tabs>li.active>a:hover span:after, .user-panel-section .nav-tabs>li>a:hover span:after { content: ""; background: #2987ea; height: 4px; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; }
.user-panel-footer, .user-login-footer { padding-top: 25px; padding-bottom: 70px; text-align: center; }
.user-login-footer span{ display: block;}
.user-panel-section .sent_bns, .user-login-wrapper .sent_bns{ margin-bottom: 0; }
.user-login-wrapper { max-width: 360px; margin-left: auto; margin-right: auto; }
.login-btn, .register-btn, .forget-btn{ text-decoration: underline; color: #133e6b;}

.user-login-section{background-color: #f6f9fc; height: 100vh;}

@media only screen and (max-width: 767px) {
  .user-panel-wrapper { padding-left: 20px; padding-right: 20px; }
  .user-panel-section .nav-tabs>li>a { font-size: 18px;}
}
