@charset "UTF-8";
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }
::selection { background: #262e26; color: #fff; text-shadow: none; }
::-webkit-input-placeholder { color: #717271!important; opacity: 1!important; }
::-moz-placeholder { color: #717271!important; opacity: 1!important; }
textarea { resize: none; }
img { max-width: 100%; height: auto; }
p:last-child { margin-bottom: 0; }
a { color: #ff8a26; }
a:hover { color: #24a2fe; }
a, a:active, a:focus, a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Helvetica,Arial,sans-serif; color: #262e26; }
h1 { font-size: 2.25rem; }
h2 { font-size: 1.875rem; font-weight: 700; }
h3 { font-size: 1.125rem; }
h4 { font-size: 1rem; }
h5, h6 { font-size: .875rem; }
body { line-height: 1.5rem; color: #dddddd; background: #fff; }
.btn, body { font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Helvetica,Arial,sans-serif; font-size: .875rem; }
.btn { font-weight: 500; text-transform: uppercase; border-radius: 1.25rem; border: 0; padding: .6rem 1.875rem; position: relative; overflow: hidden; }
.btn:after, .btn:before { /*content: "";*/ width: 100%; height: 50px; position: absolute; background: hsla(0,0%,100%,.2); top: 0; transform: rotate(-45deg); transition: all .5s; }
.btn:before { left: 100%; }
.btn:after, .btn:hover:before { left: -100%; }
.btn:hover:after { left: 100%; }
.btn-square { border-radius: 0!important; }
.btn:focus, .form-control:focus { box-shadow: none!important; }
.btn-primary, .btn-primary.disabled, .btn-primary.focus, .btn-primary:disabled, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle, .show>.btn-primary.dropdown-toggle:focus { color: #fff; background-color: #ff6c00; border-color: transparent; box-shadow: none; }
.btn-secondary, .btn-secondary.disabled, .btn-secondary.focus, .btn-secondary:disabled, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle, .show>.btn-secondary.dropdown-toggle:focus { color: #fff; background-color: #24a2fe; border-color: transparent; box-shadow: none; }

.btn-green { color: #000!important; border: solid 2px #fff!important; background: #fff!important; }
.bg-primary { background-color: #131318!important; }
.bg-light { background-color: #1e001b!important;  background: linear-gradient(218deg, #1e001b 0%, #040718 100%) !important; }
.bg-alt { background-color: #1e001b!important; background: linear-gradient(337deg,  #48494a 0%, #2c2d2f 30%, #030a10 100%) !important; }
.Roboto, .roboto { font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Helvetica,Arial,sans-serif; }
.font-weight-medium { font-weight: 500; }
.list-inline>li { display: inline-block; }
.list-inline:not(.text-right)>li:not(:last-child) { margin-right: 1rem; }
.list-inline.text-right>li:not(:first-child) { margin-left: 1rem; }
.form-control { font-size: .875rem;  position: relative; border-color: #555555; height: 35px; background: #222426; }
.form-control:focus { border-color: #dddddd;     }
.form-control input { padding: 0!important; margin: 0!important; outline: 0!important; border: 0!important; width: 100%; background: #222426; color: #fff;  }
.form-control.error { margin-bottom: 18px; }
.form-control small.error { position: absolute; top : 36px; font-size: 12px; line-height: 0.9em; display: block; left: 0; color: #ff1a00; max-width: 100%;   }
input.parsley-error, select.parsley-error, textarea.parsley-error { border: 1px solid red!important; }
.half-gutters { margin-right: -7.5px; margin-left: -7.5px; }
.half-gutters>.col, .half-gutters>[class*=col-] { padding-right: 7.5px; padding-left: 7.5px; }
.border-bottom { border-bottom: 1px solid #e0e1e0!important; }
.border { border-color: #616161; }
.list-item li svg { color: #ff6c00; margin-right: .625rem; }
.pt-7 { padding-top: 7.5rem!important; }
.pb-7 { padding-bottom: 7.5rem!important; }
.pt-5 { padding-top: 5rem!important; }
.pb-5 { padding-bottom: 5rem!important; }
.pb-5-5 { padding-bottom: 5.625rem!important; }
.pt-4 { padding-top: 4rem!important; }
.pb-4 { padding-bottom: 4rem!important; }
.pt-2 { padding-top: 2rem!important; }
.pb-2 { padding-bottom: 2rem!important; }
.mb-5 { margin-bottom: 4rem!important; }

.animated { animation-duration: 1s; animation-fill-mode: backwards; }
.animated.infinite { animation-iteration-count: infinite; }
@keyframes a {
  0% { transform: rotate(0); }
  to { transform: rotate(1turn); }
}
.spin { animation: a 1s linear infinite; }
@keyframes b {
  0% { opacity: 1; }
  50% { opacity: 0; }
  to { opacity: 1; }
}
.blink { animation: b .7s infinite; }
@keyframes c {
  to { top: -20px; right: -20px; bottom: -20px; left: -20px; opacity: 0; }
}
.ripple:after, .ripple:before { content: ""; position: absolute; border: 15px solid #56ac4c; top: 0; right: 0; bottom: 0; left: 0; border-radius: 100%; animation-duration: 1s; animation-iteration-count: infinite; }
.ripple:active:after, .ripple:active:before, .ripple:focus:after, .ripple:focus:before, .ripple:hover:after, .ripple:hover:before { animation-name: c; }
.ripple:active:after, .ripple:focus:after, .ripple:hover:after { animation-delay: .5s; }
@keyframes d {
  0%, to { transform: translateZ(0); }
  10%,   30%,   50%,   70%, 90% { transform: translate3d(-10px,0,0); }
  20%,   40%,   60%, 80% { transform: translate3d(10px,0,0); }
}
.shake { animation-name: d; }
@keyframes e {
  0% { opacity: 0; transform: translate3d(0,-40px,0); }
  to { opacity: 1; transform: translateZ(0); }
}
.fadeInDown { animation-name: e; }
@keyframes f {
  0% { opacity: 0; transform: translate3d(0,40px,0); }
  to { opacity: 1; transform: translateZ(0); }
}
.fadeInUp { animation-name: f; }

.page-title-wrap { overflow: hidden; }
.page-title { z-index: 1; }
.custom-breadcrumb li { float: left; }
.custom-breadcrumb a { color: #555c55; font-weight: 500; text-transform: uppercase; margin-bottom: 3px; display: block; }
.custom-breadcrumb a:hover { color: #5dbd53; }
.custom-breadcrumb li:last-child a { pointer-events: none; }
.custom-breadcrumb svg { font-size: .75rem; color: #5dbd53; margin: 0 .5rem; }
.page-title h1 { font-size: 3rem; font-weight: 700; margin: 0; }
.world-map svg { position: absolute; right: 0; top: -11px; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { text-transform: capitalize; }
.section-title p { margin-top: 1.5rem; color: #919491; }
.header-info li { font-size: .75rem; line-height: 1.25rem; padding: .625rem 0; }
.header-info li:not(:first-child) { padding-left: 1rem; position: relative; }
.header-info li:not(:first-child):before { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: #fff; opacity: .1; }
.header-info li span { color: #ff8a26; }
.social-icons a { color: #fff; font-size: .75rem; }
.social-icons a:hover { color: #24a2fe; }
.main-header { padding: 1rem 0; box-shadow: none; transition: all .2s; position: relative; z-index: 999; }
.main-header.stuck { background: #fff; position: fixed; top: 0; box-shadow: 0 0 .625rem rgba(0,0,0,.15); width: 100%; }
.header-menu, .header-menu #menu-button, .header-menu ul, .header-menu ul li, .header-menu ul li a { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; }
.header-menu #menu-button { display: none; }
.header-menu>ul ul { text-align: left; z-index: 99999; }
.header-menu>ul>li { display: inline-block; }
.header-menu>ul>li.has-sub:hover:after { content: ""; position: absolute; width: 100%; height: 2em; bottom: -2em; cursor: pointer; left: 0; }
.header-menu>ul>li+li { margin-left: 2.5rem; }
.header-menu>ul>li>a { padding: .375rem 0; color: #555c55; font-weight: 700; font-size: 1rem; }
.header-menu>ul>li.active>a, .header-menu>ul>li:hover>a { color: #5dbd53; }
.header-menu>ul>li.active>a:after, .header-menu>ul>li:hover>a:after, .header-menu>ul>li>a:after { content: " "; position: absolute; width: 0; height: 2px; background: #5dbd53; left: 0; right: 0; bottom: -1.4375rem; margin: auto; transition: all .2s; }
.header-menu>ul>li.active>a:after, .header-menu>ul>li:hover>a:after, .header-menu>ul>li>a:hover:after { width: 100%; }
.header-menu>ul>li>a>svg { font-size: .625rem; }
.header-menu ul ul { position: absolute; left: -9999px; opacity: 0; border-bottom: 2px solid #5dbd53; transition: top .2s ease,opacity .2s ease; }
.header-menu>ul>li>ul { top: 5rem; background: #fff; padding: .625rem 0; box-shadow: 0 0 .625rem rgba(0,0,0,.1); }
.header-menu>ul>li:hover>ul { left: auto; top: 3.1875rem; opacity: 1; }
.header-menu.align-right>ul>li:hover>ul { right: 0; }
.header-menu ul ul ul { top: 2rem; box-shadow: 0 0 .625rem rgba(0,0,0,.1); }
.header-menu ul ul ul:before { content: ""; position: absolute; left: -7px; top: 7px; width: 0; height: 0; border-right: 7px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent; z-index: 99; }
.header-menu ul ul ul:after { content: ""; position: absolute; left: -10px; top: 0; width: 10px; height: 100%; z-index: -1; }
.header-menu ul ul ul li { background: #fff; }
.header-menu ul ul ul li:first-child { padding-top: .625rem; }
.header-menu ul ul ul li:last-child { padding-bottom: .625rem; }
.header-menu ul ul>li:hover>ul { top: 0; left: 188px; opacity: 1; }
.header-menu.align-right ul ul>li:hover>ul { left: auto; right: 178px; padding-left: 0; padding-right: 10px; opacity: 1; }
.header-menu ul ul li a { width: 180px; padding: .3125rem 1.25rem; color: #555c55; font-size: .875rem; line-height: 1.3rem; position: relative; transition: all .2s; }
.header-menu ul ul li a svg { position: absolute; right: 15px; top: 8px; }
.header-menu ul ul li.active>a, .header-menu ul ul li:hover>a, .header-menu ul ul li>a:hover { color: #5dbd53; }
.client-area .dropdown a svg { font-size: .75rem; }
.client-area .dropdown a { color: #555c55; }
.client-area .dropdown a:hover { color: #5dbd53; }
.client-links { border: 0; padding: .5rem 1.25rem; border-bottom: 2px solid #5dbd53; box-shadow: 0 0 .625rem rgba(0,0,0,.1); border-radius: 0; margin-top: .5rem; font-size: .875rem; }
.client-links a { line-height: 1.5rem; margin: .3125rem 0; display: block; }
canvas { display: block; vertical-align: bottom; }
#particles_js { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #f8f8f8; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; opacity: .3; }
.banner-content h1 { font-size: 3rem; font-weight: 700; }
.banner-content h2 { font-size: 1.5rem; font-weight: 700; color: #555c55; border-left: .1875rem solid #5dbd53; padding-left: .4375rem; margin-top: 1rem; margin-bottom: 1.5rem; text-transform: capitalize; }
.typed-cursor { animation: b .7s infinite; position: relative; top: -.125rem; color: #000; }
.banner-content li:last-child a { padding: 0; color: #262e26; }
.banner-content li:last-child a:hover { color: #5dbd53; }
.banner-content li a svg { margin-left: 3px; }
.single-feature { margin-bottom: 1.875rem; }
.single-feature h3 { font-weight: 700; margin: 1.5rem 0; }
.services-title { height: 540px; }
.services-title:before { content: ""; position: absolute; background: rgba(0,0,0,.8); width: 100%; height: 100%; left: 0; top: 0; }
.services-wrap { max-width: 1360px; margin: -15rem auto 0; box-shadow: 0 0 .625rem rgba(0,0,0,.1); }
.single-service { margin-bottom: 3.5rem; }
.single-service h4 { margin-top: .625rem; }
.pricing-plans .section-title { margin-bottom: 0; }
.pricing-features h3 { line-height: 1.75rem; margin-bottom: 3rem; }
.pricing-features li { font-size: 1rem; float: left; width: 50%; margin-bottom: .625rem; }
.pricing-features li svg { font-size: .875rem; }
.pricing-features .btn { padding-left: 0; padding-right: 0; }
.pricing-slider { padding: 3.125rem 0; }
.single-pricing-plan { padding: 1.875rem; width: 270px; border: 1px solid #e0e1e0; background: #fff; box-shadow: none; transition: box-shadow .5s; }
.swiper-slide-active.single-pricing-slide { z-index: 1; }
.swiper-slide-active .single-pricing-plan { position: absolute; left: -999px; right: -999px; margin-left: auto; margin-right: auto; width: 270px; background: #fff; padding: 3.75rem 1.875rem; margin-top: -1.875rem; box-shadow: 0 0 1.25rem rgba(0,0,0,.15); }
.swiper-slide-active .single-pricing-plan svg path { fill: #5dbd53!important; }
.single-pricing-plan h4 { letter-spacing: 5px; border-bottom: 1px solid #e0e1e0; margin-top: 1.25rem; padding-bottom: 2rem; margin-bottom: 1.5rem; }
.single-pricing-plan .time { display: block; color: #ff6c00; margin-bottom: 1.75rem; }
.single-pricing-plan strong { font-size: 2.25rem; color: #262e26; display: block; margin-bottom: 1.5rem; }
.single-pricing-plan strong sub { font-size: .875rem; color: #919491; font-weight: 400; bottom: 0; left: -.25rem; }
.single-pricing-plan p { margin-bottom: 1.5rem; }
.swiper-slide-active .single-pricing-plan .btn { background: #5dbd53; }
.swiper-slide-next .single-pricing-plan { position: absolute; right: 0; }
.swiper-pagination-bullet { background: #e0e1e0; width: .625rem; height: .625rem; opacity: 1; margin: 0 5px; }
.swiper-pagination-bullet-active { background: #5dbd53; }
.review-slider { margin-bottom: 1.25rem; }
.single-review-slide h4 svg { color: #ff8a26; font-size: .5rem; position: relative; top: -3px; left: 1rem; }
.single-review-slide span { color: #919491; display: block; margin-bottom: 1.25rem; }
.servers { overflow: hidden; }
.data-centers li { float: left; width: 50%; font-size: 1rem; color: #555c55; margin-bottom: 1rem; }
.server-map { width: 1145px; }
.server-btn { padding-left: 0; padding-right: 0; color: #919491; }
.server-btn svg { margin-left: .5rem; }
.main-footer h3 { margin-bottom: 1.25rem; }
.footer-contacts { font-size: .75rem; }
.footer-contacts li { position: relative; padding-left: 1.5rem; margin: 5px 0; }
.footer-contacts svg { position: absolute; left: 0; top: .4375rem; font-size: .6875rem; color: #fff; }
.footer-contacts li a { color: #919491; }
.footer-contacts li a:hover { color: #fff; }
.social-links a svg { color: #919491; }
.social-links a:hover svg { color: #fff; }
.footer-posts a { color: #919491; }
.footer-posts a:hover { color: #fff; }
.footer-posts a svg { margin-left: 3px; position: relative; top: 2px; }
.single-footer-post { margin-bottom: 1.5rem; }
.single-footer-post:not(:last-of-type) { margin-bottom: 1rem; padding-bottom: 1.4rem; border-bottom: 1px solid #3c433c; }
.single-footer-post>a { margin-right: 1rem; margin-bottom: .7rem; position: relative; top: .5625rem; }
.single-footer-post span { font-size: .75rem; color: #919491; }
.single-footer-post p a { display: block; }
.footer-newsletter .form-group { position: relative; }
.footer-newsletter input { border-radius: 0; background: hsla(0,0%,100%,.05); border: 1px solid hsla(0,0%,100%,.05); height: 45px; transition: all .2s; margin-bottom: 1.25rem; margin-top: 2rem; color: #fff; }
.footer-newsletter input:focus { background: hsla(0,0%,100%,.1); border: 1px solid hsla(0,0%,100%,.05); color: #fff; }
.subscribe-submit span { font-size: .75rem; line-height: 1rem; display: inline-block; margin-top: .25rem; margin-left: .625rem; }
.bottom-footer { border-top: 1px solid #464d46; padding: 1rem 0 3rem; }
.copyright a, .footer-menu a { color: #919491; }
.footer-menu a:hover { color: #fff; }
.about-us-title { border-bottom: 1px solid #e0e1e0; padding-bottom: 3.5rem; }
.about-us-title h2 { margin-bottom: 1rem; }
.about-us-title p, .write-about-us p { font-size: 1.125rem; font-weight: 500; font-style: italic; line-height: 1.75rem; }
.single-about-us-info { margin-top: 3.5rem; }
.single-about-us-info h3 { font-weight: 700; margin-bottom: 1.25rem; }
.write-about-us { box-shadow: 0 0 .625rem rgba(0,0,0,.1); padding: 3.5rem 1rem 4rem; margin-top: 3.5rem; }
.write-about-us h2 { margin-bottom: 1rem; }
.single-member { background: #fff; margin-bottom: 30px; }
.single-member-info { padding: 1.625rem 1rem; }
.single-member-info span { display: block; border-left: 3px solid #5dbd53; padding-left: .5rem; }
.single-member:hover .image-hover-content { bottom: 0; }
.single-member:hover img { transform: scale(1.2); }
.youtube-video:before { content: ""; background: rgba(0,0,0,.3); }
.play-btn, .youtube-video:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.play-btn { font-size: 1.125rem; width: 60px; height: 60px; display: block; margin: auto; text-align: center; background: #56ac4c; border-radius: 100%; line-height: 60px; outline: none!important; }
.play-btn, .play-btn:hover { color: #fff; }
.back-to-top { position: fixed; right: 25px; bottom: 10px; opacity: 0; visibility: hidden; transition: all .2s; }
.back-to-top.show { bottom: 25px; opacity: 1; visibility: visible; z-index: 999; }
.back-to-top a { font-size: .75rem; text-align: center; line-height: 2.5rem; border-radius: 100%; color: #fff; width: 40px; height: 40px; display: inline-block; background: #24a2fe; transition: all .2s; }
.back-to-top a:hover { background: #22c111; color: #fff; }
.single-faq-wrap h2 { font-size: 1.5rem; margin-bottom: 3.25rem; }
.single-faq-wrap h4 { margin-top: 1.5rem; }
.single-faq-wrap h4 svg { margin-right: .375rem; color: #ff6c00; font-size: .875rem; }
.not-found span { display: block; font-size: 4.5rem; font-weight: 700; color: #ff6c00; line-height: 5rem; margin-bottom: 2.25rem; margin-top: 1.25rem; }
.not-found p { font-size: 1.5rem; font-weight: 500; margin-bottom: 3rem; }
.blog { margin-bottom: -30px; }
.single-post { padding: 15px; border: 1px solid #e0e1e0; margin-bottom: 30px; }
.single-post span { font-size: .75rem; color: #919491; display: block; margin-top: .5rem; }
.single-post h4 { line-height: 1.625rem; }
.single-post a { color: #919491; font-size: .75rem; text-transform: uppercase; }
.single-post a:hover { color: #5dbd53; }
.single-post>a svg { margin-left: .3rem; }
.single-post:hover .image-hover-content { bottom: 0; }
.single-post:not(.post-details):hover img { transform: scale(1.2); }
.post-details { padding: 30px; border: 1px solid #e0e1e0; margin-bottom: 30px; }
.post-content h2 { font-size: 1.5rem; font-weight: 500; line-height: 1.5; }
.post-content span { margin-top: 1rem; margin-bottom: .5rem; display: block; font-size: .75rem; color: #919491; }
.post-content span a { color: #919491; }
.post-content span a:hover { color: #5dbd53; }
.post-content span a:not(:last-child) { margin-right: 8px; }
.post-content blockquote { border-top: 1px solid #e0e1e0; border-bottom: 1px solid #e0e1e0; font-size: 1.125rem; font-style: italic; padding: 1.25rem 0; padding-right: 90px; margin-bottom: 1.25rem; position: relative; }
.post-content blockquote span { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 80px; height: 80px; border-radius: 100%; background: #5dbd53; color: #fff; font-size: 18px; text-align: center; line-height: 80px; }
.custom-pagination { margin-bottom: 30px; }
.custom-pagination a { color: #919491; }
.custom-pagination .active a, .custom-pagination a:hover { color: #5dbd53; }
.custom-pagination .disabled a { color: #e0e1e0; pointer-events: none; }
.tag-and-share { margin-top: 3.25rem; }
.social-share.text-lg-right>li { margin-right: 0!important; }
.social-share.text-lg-right>li:not(:first-child) { margin-left: 2px; }
.social-share li a { width: 40px; height: 40px; border-width: 1px; border-style: solid; display: block; text-align: center; line-height: 38px; font-size: 12px; transition: all .2s; }
.social-share li a.pinterest { border-color: #c8232a; color: #c8232a; }
.social-share li a.pinterest:hover { background-color: #c8232a; color: #fff; }
.social-share li a.rss { border-color: #f4b45a; color: #f4b45a; }
.social-share li a.rss:hover { background-color: #f4b45a; color: #fff; }
.social-share li a.linkedin { border-color: #0c76a8; color: #0c76a8; }
.social-share li a.linkedin:hover { background-color: #0c76a8; color: #fff; }
.social-share li a.google { border-color: #dd4a38; color: #dd4a38; }
.social-share li a.google:hover { background-color: #dd4a38; color: #fff; }
.social-share li a.twitter { border-color: #25a6d0; color: #25a6d0; }
.social-share li a.twitter:hover { background-color: #25a6d0; color: #fff; }
.social-share li a.facebook { border-color: #3a5898; color: #3a5898; }
.social-share li a.facebook:hover { background-color: #3a5898; color: #fff; }
.author-info-wrap { border-top: 1px solid #e0e1e0; border-bottom: 1px solid #e0e1e0; padding: 1.75rem 0 1.5rem; }
.author-info-wrap img { border-radius: 100%; }
.author-info>a { font-size: .75rem; }
.author-info a { color: inherit; }
.author-info a:hover { color: #5dbd53; }
.prev-next li:first-child svg { margin-right: .3125rem; }
.prev-next li:last-child svg { margin-left: .3125rem; }
.prev-next a { font-size: 12px; text-transform: uppercase; color: #919491; }
.prev-next a:hover { color: #5dbd53; }
.prev-next span { display: block; max-width: 250px; color: #555c55; margin-top: .3125rem; }
.comments>h3 { font-weight: 700; margin-bottom: 2rem; }
.main-comment>li:not(:first-child), .sub-comment>li { border-top: 1px solid #e0e1e0; margin-top: 1.5rem; padding-top: 1.5rem; }
.comment-author img { margin-right: 1rem; border-radius: 100%; }
.comment-content { overflow: hidden; position: relative; }
.comment-content h4 { margin-bottom: 0; }
.comment-content a { position: absolute; text-transform: uppercase; font-size: .75rem; top: 0; right: 0; font-family: Roboto; }
.comment-content span { font-size: .75rem; color: #919491; display: block; margin-bottom: .25rem; }
.sub-comment { padding-left: 66px; }
.comment-form .parsley-errors-list { display: none!important; }
.comment-form input, .comment-form textarea { margin-bottom: 10px; border-radius: 0; background: #f8f8f8; height: 40px; border-color: #f8f8f8; }
.comment-form textarea { height: 120px; }
.single-widget { border: 1px solid #e0e1e0; padding: 30px; margin-bottom: 30px; }
.single-widget h3 { font-weight: 700; margin-bottom: 1.5rem; }
.single-widget input[type=text] { background: #f8f8f8; border-radius: 0; height: 45px; border: 1px solid transparent; }
.single-widget input[type=text]:focus { border: 1px solid #e0e1e0; }
.single-widget button[type=submit] { border: none; background: transparent; position: absolute; right: 0; font-size: .875rem; color: #ff6c00; padding: 0 1rem; top: 0; bottom: 0; }
.widget-categories li { margin-top: .5rem; position: relative; }
.widget-categories li:before { content: ""; position: absolute; width: 100%; border-bottom: 1px dotted #919491; bottom: .4375rem; z-index: -1; }
.widget-categories li:hover:before { border-bottom: 1px dotted #5dbd53; }
.widget-categories span { background: #fff; display: inline-block; padding-right: .25rem; }
.widget-categories span+span { float: right; padding-right: 0; padding-left: .25rem; }
.widget-categories a { display: block; color: #717271; }
.widget-categories a:hover { color: #5dbd53; }
.recent-posts li { margin-top: .5rem; }
.recent-posts li:not(:last-child) { border-bottom: 1px dotted #919491; padding-bottom: .5rem; }
.recent-posts li a { display: block; color: #555c55; }
.recent-posts li a:hover { color: #5dbd53; }
.follow-us { margin-bottom: -15px; }
.follow-us li { margin-bottom: 15px; }
.follow-us a { color: #fff; font-size: .75rem; text-align: center; text-transform: uppercase; padding: 1.625rem 0 1.25rem; display: block; transition: all .2s; }
.follow-us a:hover { color: #fff; }
.follow-us .facebook { background: #3a5898; }
.follow-us .facebook:hover { background: #22499c; }
.follow-us .twitter { background: #25a6d0; }
.follow-us .twitter:hover { background: #1081a6; }
.follow-us .google { background: #dd4a38; }
.follow-us .google:hover { background: #d32d19; }
.follow-us .pinterest { background: #c8232a; }
.follow-us .pinterest:hover { background: #ad0e15; }
.follow-us .rss { background: #f4b45a; }

.follow-us .rss:hover { background: #eda137; }
.follow-us .linkedin { background: #0c76a8; }
.follow-us .linkedin:hover { background: #0d658f; }
.follow-us a svg { font-size: 1.125rem; }
.follow-us a span { display: block; }
.tags:not(.text-right)>li:not(:last-child) { margin-right: .8rem; }
.tags a { font-size: .75rem; color: #919491; }
.tags a:hover { color: #5dbd53; }
.queries-wrap { margin-bottom: -30px; }
.single-query { padding: 26px 30px; box-shadow: 0 0 5px rgba(0,0,0,.1); margin-bottom: 30px; height: calc(100% - 30px); transition: all .2s; }
.single-query:hover { transform: scale(1.1); box-shadow: 0 0 20px rgba(0,0,0,.15); }
.query-icon { min-width: 60px; }
.query-info span { display: block; margin-bottom: .5rem; }
.query-info a { color: #919491; }
.single-query:hover .query-info a { color: #ff6c00; }
.single-query:hover .query-icon svg path { fill: #5dbd53!important; }
.contact-form-wrap { box-shadow: 0 0 20px rgba(0,0,0,.15); padding: 30px; }
.contact-form-wrap h2 { margin-bottom: 1rem; }
.contact-form-wrap p { padding-bottom: .5rem; }
.contact-form>div { margin-top: 20px; }
.contact-form input, .contact-form textarea { border-radius: 0; height: 40px; border: 1px solid #e0e1e0; }
.contact-form textarea { height: 180px; }
.contact-form button { margin-top: 30px; }
.image-hover-wrap { overflow: hidden; position: relative; }
.image-hover-content { position: absolute; width: 100%; height: 100%; bottom: -100%; transition: all .4s; z-index: 0; }
.image-hover-content:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #24a2fe; opacity: .75; z-index: -1; }
.image-hover-content ul { margin: 0; }
.image-hover-content ul li a { display: block; width: 2rem; height: 2rem; line-height: 2rem; color: #24a2fe; background: #fff; border-radius: 100%; transition: all .2s; }
.image-hover-content ul li a:hover { color: #fff; background: #262e26; }
.image-hover-content .list-inline:not(.text-right)>li:not(:last-child) { margin-right: .5rem; }
.image-hover-wrap:hover .image-hover-content { bottom: 0; }
.image-hover-wrap img { transition: all .4s; }
.image-hover-wrap:hover>img { transform: scale(1.2); }
.why-us ul li { font-size: 1rem; margin-bottom: .875rem; }
.single-step { margin-bottom: 2rem; padding-right: 50px; position: relative; }
.single-step h4 span { color: #ff6c00; }
.single-step svg { position: absolute; right: 10px; top: 50%; margin-top: -10px; }
.app-info p { font-size: 1.125rem; margin-top: 2.125rem; margin-bottom: 2.25rem; }
.clients-wrap { border-top: 1px solid #e9eae9; }
.our-clients img { filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values=".2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 .2126 .7152 .0722 0 0 0 0 0 1 0" /></filter></svg>#filter'); filter: grayscale(1); transition: all .2s; }
.our-clients img:hover { filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter'); filter: grayscale(0); }
.preLoader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #24a2fe; z-index: 99999; overflow: hidden; }
.preLoader:before { content: ""; animation: a 1s linear infinite; width: 70px; height: 70px; position: absolute; border: 5px solid #fff; border-bottom: 5px solid #24a2fe; border-radius: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.parsley-errors-list { list-style: none; padding: 0; position: absolute; left: 0; margin: 0; bottom: -20px; text-align: center; transition: all .2s; }
.parsley-errors-list li { display: inline-block; font-size: .8125rem; line-height: 1.125rem; background: red; color: #fff; padding: 0 .625rem; }
[data-animate] { visibility: hidden; animation-duration: .6s; }
[data-animate].animated { visibility: visible; }
.page-item { margin-bottom: 30px; border: 1px solid #ddd; transition: all .2s; }
.page-item:hover { box-shadow: 0 0 15px rgba(0,0,0,.2); }
.single-theme-feature { font-size: 1.25rem; line-height: 1.5; color: #000; margin: .25rem 0; text-transform: capitalize; }
.single-theme-feature svg { color: #5dbd53; margin-right: .5rem; font-size: 1rem; }
@media(min-width:1220px) {
  .container { max-width: 1200px; }
}
@media(max-width:1219.98px) {
  .banner-content h2 { font-size: 1.4rem; }
  .swiper-slide-active .single-pricing-plan { border: 1px solid #e0e1e0; }
  .single-pricing-plan { border: none; }
}
@media(max-width:1199.98px) {
  .banner-content h2 { font-size: 1.1rem; }
  .client-area .btn { padding: .6rem 1rem; }
  .header-menu>ul>li+li { margin-left: 1.5rem; }
  .pricing-features li { font-size: .875rem; }
  .image-hover-content .list-inline:not(.text-right)>li:not(:last-child) { margin-right: .3rem; }
  .subscribe-submit .btn { padding: .6rem 1.3rem; }
  .single-widget { padding: 15px; }
  .follow-us a { font-size: .625rem; }
}
@media(max-width:991.98px) {
  .pt-5, .pt-7 { padding-top: 4rem!important; }
  .pb-5, .pb-7 { padding-bottom: 4rem!important; }
  .pb-5-5 { padding-bottom: 2.125rem!important; }
  .main-header .row { position: relative; }
  .main-header .row>div:nth-child(2) { position: static; }
  .services-wrap { margin: -19rem auto 0; }
  .pricing-features li { width: 33.3333%; }
  .data-centers li { width: 33.3333%; margin-bottom: .5rem; }
  .subscribe-submit span { margin-left: 0; margin-top: .5rem; }
  .servers { padding-bottom: 4rem; }
  .why-us { margin-bottom: 2rem; }
  .single-step { padding-right: 0; }
  .follow-us a span, .single-step svg { display: none; }
  .contact-form-wrap { padding: 20px; }
}
@media(max-width:767.98px) {
  .joinRow { display: flex; flex-direction: column-reverse; justify-content: flex-end; }
  .header-info { text-align: center; margin: 0; }
  .header-menu ul ul li a:hover:before,   .header-menu ul ul li.active a:before, .header-menu ul ul li:hover>a:before { opacity: 0; }
  .header-menu>ul>li { padding-top: 0; padding-bottom: 0; margin-left: 0!important; }
  .header-menu>ul>li:first-child { border-top: 0!important; }
  .header-menu ul li a { color: #1b435d; padding: 12px 15px!important; }
  .header-menu ul ul li a { padding-left: 30px!important; width: auto; }
  .header-menu { text-align: right; position: static; }
  .header-menu>ul { position: absolute!important; top: 60px!important; left: 15px!important; width: calc(100% - 30px)!important; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); max-height: 350px; overflow-y: auto; }
  .header-menu ul,   .header-menu ul ul,   .header-menu ul ul li:hover>ul,   .header-menu ul ul ul,   .header-menu.align-center>ul,   .header-menu>ul,   .header-menu>ul>li:hover>ul, .header-menu>ul>li>ul { position: relative; left: 0; right: auto; top: 0; width: 100%; display: none; padding: 0; opacity: 1; text-align: left; z-index: 99999; }
  .header-menu ul li { width: 100%; border-top: 1px solid hsla(0,0%,47%,.2); }
  .header-menu ul ul li a,   .header-menu ul ul li:first-child>a,   .header-menu ul ul li:last-child>a, .header-menu>ul>li>a { border-radius: 0; box-shadow: none; background: none; }
  .header-menu ul li a svg { display: none; }
  .header-menu ul ul ul li a { color: #000; padding-left: 45px!important; }
  .header-menu #menu-button { color: #7cd273; font-size: 28px; display: inline-block; cursor: pointer; height: 1em; width: 1em; opacity: .7; }
  .header-menu .submenu-button { position: absolute; right: 0; display: block; width: 50px; height: 40px; border-left: 1px solid hsla(0,0%,47%,.2); z-index: 10; cursor: pointer; }
  .header-menu ul ul .submenu-button { height: 44px; }
  .header-menu .submenu-button:before { content: ""; position: absolute; right: 22.5px; top: 18px; display: block; width: 0; height: 0; border: 4px solid transparent; border-top-color: #1b435d; z-index: 99; }
  .header-menu .submenu-opened:before { transform: rotate(180deg); top: 14px; }
  .header-menu ul ul .submenu-button:before { top: 19.5px; }
  .header-menu ul ul .submenu-button.submenu-opened:before { top: 15.5px; }
  .header-menu #menu-button.menu-opened:before, .header-menu .submenu-button.submenu-opened:before { border-top-color: #1b435d; }
  .header-menu>ul>li:not(.active):hover>a, .header-menu>ul>li:not(.active)>a:hover { color: #1b435d; }
  .header-menu ul ul ul, .header-menu>ul>li>ul { box-shadow: none; border-bottom: 0; }
  .header-menu ul ul ul:before, .header-menu>ul>li>ul:before { display: none; }
  .header-menu ul ul ul li:first-child { padding-top: 0; }
  .header-menu ul ul ul li:last-child { padding-bottom: 0; }
  .header-menu ul ul li:hover>a, .header-menu ul ul li>a:hover { color: #757575; }
  .sticking .header-menu>ul>li:hover:not(.active)>a { color: #1b435d; }
  .header-menu ul ul ul:after,   .header-menu>ul>li.active>a:after,   .header-menu>ul>li:hover>a:after, .header-menu>ul>li>a:after { display: none; }
  .banner-content h1 { font-size: 2rem; }
  .single-feature h3 { margin: 1rem 0; }
  .data-centers li, .pricing-features li { width: 50%; }
  .pricing-features h3 { margin: 2rem 0; }
  .single-service { margin-bottom: 2.5rem; }
  .pricing-features { margin-bottom: 1rem; }
  .our-clients { text-align: center; }
  .our-clients li { display: inline-block; }
  .our-clients li+li { margin-left: 13px; }
  .footer-info,   .footer-newsletter, .footer-posts { margin-bottom: 2.5rem; }
  .subscribe-submit span { margin-top: .25rem; margin-left: .625rem; }
  .single-footer-post:not(:last-of-type) { padding-bottom: 2.2rem; }
  .copyright, .footer-menu { text-align: center; }
  .footer-menu { margin-top: 1rem; }
  .single-about-us-info { margin-top: 2rem; }
  .why-us ul li { font-size: .875rem; margin-bottom: .4rem; }
  .follow-us a span { display: block; }
  .post-details { padding: 15px; }
  .queries-wrap { margin-bottom: 0; }
}
@media(max-width:575.98px) {
  .main-header { padding: .5rem; }
  .header-menu>ul { top: 52px!important; }
  .header-info { padding: .5rem 0; }
  .header-info li { padding: 0; }
  .header-info li:not(:first-child) { padding-left: 0; }
  .header-info li:not(:first-child):before { display: none; }
  .banner-content h2 { height: 42px; }
  .services-wrap { margin: -16rem auto 0; }
  .single-service { margin-bottom: 2rem; }
  .data-centers li, .pricing-features li { float: none; width: 100%; margin-bottom: .3rem; }
  .apps-list img { max-width: 135px; }
  .our-clients li { margin-top: 7.5px; margin-bottom: 7.5px; }
  .single-footer-post:not(:last-of-type) { padding-bottom: 1.4rem; }
  .footer-newsletter .btn { padding: .6rem 1rem; }
  .world-map svg { right: -155px; }
  .page-title h1 { font-size: 2rem; }
  .post-content blockquote { padding-right: 0; }
  .post-content blockquote span { display: none; }
  .social-share li a { width: 38px; }
  .prev-next span { display: none; }
  .comment-content a { position: static; }
  .sub-comment { padding-left: 30px; }
}
.ColorSwitcher__control { color: #00a803; }
.btn { font-weight: 700!important; }
.btn-large { padding: .6rem 1.75rem; font-size: 1.2rem!important; line-height: 1.5; border-radius: 2rem; }
.btn-outlined { box-shadow: inset 0 0 0 2px #24a2fe; color: #24a2fe; }
.btn-outlined:hover { background-color: #24a2fe; color: #fff; }
.btn-green { color: #fff!important; background: #dd2fd6 !important; background: linear-gradient(0deg, #0066cc 0%, #48b8ff 100%) !important; border: 0!important; }
.btn-green:hover { color: #fff!important; background: #dd2fd6 !important;  background: linear-gradient(0deg, #0066cc 0%, #48b8ff 100%) !important; border: 0!important; }
.btn-green_light { background: #01c77c; color: #fff; }
.btn-green_light:hover { background: #00ac6b; color: #fff; }
.svg.icon { height: 1em; width: 1em; }
.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }
.layout-section.layout-section--bg-active-gradient { margin: 0!important; padding: 4em!important; }
.layout-section.layout-section--bg-active-gradient h1 { font-weight: 700; text-transform: uppercase; }
.text-block { margin-bottom: 3em; }
.login-vpn { padding: 4em 0; }
.login-vpn form { padding: 2em; }
.login-vpn form .mt-4.mb-5 { margin: 1em 0 3em!important; }
.login-vpn form .bg-light { padding: 1em .5em; }
.card { border-radius: 1em; background: #34373b; box-shadow: 0 .2rem 2.15rem rgba(0,0,0,.35),0 .175rem .2rem rgba(0,0,0,.1);}
.card.card-shadow { box-shadow: 0 0 50px rgba(0,0,0,.1607843137); }
.terms-of-service h6 { font-size: .875em; }
.join-page { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }
.join-page, .join-page .layout-section { min-height: 100vh; overflow-x: hidden; }
.join-page .sidebar .card { background: #34373b; border: 0; }
.join-page .sidebar .card .h5 .price { font-size: .875rem;  float: right; line-height: 1.3em; }
.join-page .sidebar .card .h5 .grad { background: -webkit-linear-gradient(312deg,#0080ff 20%, #48b8ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.join-page .join-steps { margin: .75em auto 1.25em; padding: 0; }
.join-page .join-steps li { margin-left: .5em; }
.join-page .join-steps li:after { background: #ccc; content: ""; height: .09rem; margin-left: .5rem; vertical-align: middle; width: 1.25rem; }
.join-page .join-steps li:last-of-type:after { visibility: hidden; }
.join-page .join-steps .icon { width: 1.3em; height: 1.3em; }
.join-page .join-steps .cards-accepted img { width: 100%; height: 2.5em; }
@media screen and (min-width:767px) {
  .join-page .join-steps { margin: 0 0 1.25em .25em; }
}
.join-page .card.shadow { box-shadow: 0 .2rem 2.15rem rgba(0,0,0,.35),0 .175rem .2rem rgba(0,0,0,.1); }
.join-page .new-terms a { color: #0066cc; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: dotted; text-decoration-style: dotted; -webkit-text-decoration-color: #0066cc; text-decoration-color: #0066cc; text-decoration-thickness: 1px; }
.join-page .new-terms a:hover { text-decoration: none; }
.join-page .app-icon { display: inline-block; padding: 5px; border-radius: 12px; border: 1px solid #dddddd; background: #222426; overflow: hidden; }
.join-page small, .join-page:not(input) { line-height: 1.3!important; }
.join-page .product-image { width: 100%; max-width: 24em; margin: auto; }
.join-page .text-small { font-size: .75rem; line-height: 1.25; }
.join-page .sidebar:after { content: ""; display: block; width: 50vw; position: absolute; top: 0; left: 0; bottom: 0; background-position: 0 0; box-shadow: inset 1px 0 0 #3d3c41; overflow: hidden; z-index: -1;  background: #000000; background: linear-gradient(337deg, #171b56 0%, #02071c 100%) !important; }
.bg-alt .sidebar:after  {    background:  none!important; }
.join-page .input, .join-page input[type=email], .join-page input[type=number], .join-page input[type=password], .join-page input[type=search], .join-page input[type=tel], .join-page input[type=text], .join-page select, .join-page textarea { border-color: #888; padding: .5em .65em; }
@media screen and (max-width:767px) {
  .join-page .text-small { font-size: .685rem; line-height: 1.1; }
  .join-page .header img { max-width: 10em; }
  .join-page .sidebar:after { left: -100vw; width: 200vw;  }
}
@media(min-width:1220px) {
  .join-page .container { max-width: 1000px!important; }
}
.input::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #aaa!important; }
.input:-moz-placeholder, .input::-moz-placeholder, input[type=email]:-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]:-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]:-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]:-moz-placeholder, input[type=search]::-moz-placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder { color: #aaa!important; }
.input:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #aaa!important; }
.input.is-invalid, input[type=email].is-invalid, input[type=number].is-invalid, input[type=password].is-invalid, input[type=search].is-invalid, input[type=tel].is-invalid, input[type=text].is-invalid, textarea.is-invalid { border: 2px solid red!important; }
.steps-header { position: relative; display: -ms-flexbox; display: flex; -ms-flex-pack: stretch; justify-content: stretch; -ms-flex-align: stretch; align-items: stretch; width: calc(100% - 4rem); max-width: 20rem; min-width: calc(240px - 4rem); margin-inline: auto; margin-block: 1.25rem 2rem .25rem; isolation: isolate; }
.steps-header.null { display: block; height: 1rem; margin-block: 0; }
@media screen and (max-height:720px) {
  .steps-header { display: none!important; }
}
.steps-header .step { height: 5rem; position: relative; z-index: 2; -ms-flex: 0 0 1.75rem; flex: 0 0 1.75rem; display: grid; place-items: center; }
.steps-header .step p { position: absolute; bottom: -1em; left: 50%; transform: translateX(-50%); font-size: .875rem; font-weight: 500; line-height: 1; }
.steps-header .step svg { width: 1.75rem; height: 1.75rem; fill: none; }
.steps-header .step.step-1 p { opacity: .5; }
.steps-header .step.step-1 svg rect { fill: #fff; stroke: #135b88; }
.steps-header .step.step-1 svg path { fill: #135b88; }
.steps-header .step.step-2 p { opacity: 1; font-weight: 700; }
.steps-header .step.step-2 svg rect { fill: #135b88; stroke: #135b88; }
.steps-header .step.step-2 svg path { fill: #fff; }
.steps-header .step.step-3 p { opacity: .75; }
.steps-header .step.step-3 svg rect { fill: #dadada; stroke: #dadada; }
.steps-header .step.step-3 svg path { fill: #5a5a5a; }
.steps-header .line { position: relative; z-index: 1; height: 5rem; -ms-flex: 1 1 50%; flex: 1 1 50%; margin-inline: -.125rem; display: grid; place-items: center; }
.steps-header .line i { display: inline; width: 100%; height: .125rem; }
.steps-header .line.line-1 i { background-color: #135b88; }
.steps-header .line.line-2 i { background-color: #dadada; }
.join-page .container.container-join3 { max-width: 1220px!important; }
.join-page .container-join3 .form-control::-webkit-input-placeholder { color: #818181!important; }
.join-page .container-join3 .form-control:-ms-input-placeholder, .join-page .container-join3 .form-control::-ms-input-placeholder { color: #818181!important; }
.join-page .container-join3 .form-control::placeholder { color: #818181!important; }
.join-page .container-join3 .icon { display: block; height: 1.75em; width: 1.75em; vertical-align: middle; }
.join-page .container-join3 .terms-box { opacity: .75; font-size: 75%; }
.join-page .container-join3 .terms-box a { color: #0066cc; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: dotted; text-decoration-style: dotted; -webkit-text-decoration-color: #0066cc; text-decoration-color: #0066cc; text-decoration-thickness: 1px; }
.join-page .container-join3 .terms-box a:hover { text-decoration: none; }
.join-page .container-join3 .safe-img { filter: grayscale(1); }
.join-page .container-join3 .btn-join { background: #099f1e; color: #fff; }
.join-page .container-join3 .btn-join:hover { background: #078719; }
.pricing-table table { width: 100%; }
.pricing-table table tr td, .pricing-table table tr th { padding: 1rem .5rem; }
@media(min-width:768px) {
  .pricing-table table tr td, .pricing-table table tr th { padding: 1rem 1.5rem; }
}
.pricing-table table tr td { border-top: 1px solid #e2e2e4; }
.pricing-table table tr td.pricing-table__cols { text-align: center; }
.pricing-table__title { font-size: 1rem; font-weight: 400; }
@media(min-width:768px) {
  .pricing-table__title { font-size: 1.5rem; }
}
.pricing-table__price { font-size: 1.5rem; font-weight: 600; margin-top: 1rem; margin-bottom: 1rem; }
@media(min-width:768px) {
  .pricing-table__price { font-size: 2rem; }
}
.pricing-table__price small { font-size: .8rem; }
@media(min-width:768px) {
  .pricing-table__price small { font-size: 1.3rem; }
}
.pricing-table__plan-description { font-weight: 300; font-size: .7rem; line-height: normal; }
@media(min-width:768px) {
  .pricing-table__plan-description { font-size: .9rem; }
}
.pricing-table__cols { max-width: 180px; border: 1px solid #e2e2e4; }
.pricing-table__cols.last-col { border-left: 2px solid #24a2fe; border-right: 2px solid #24a2fe; }
.pricing-table__cols.first-top { border-top: 2px solid #24a2fe; }
.pricing-table__cols.last-bottom { border-bottom: 2px solid #24a2fe; }
.pricing-table__cols:before { content: attr(data-label); font-weight: 700; text-transform: uppercase; display: block; line-height: normal; }
@media(min-width:768px) {
  .pricing-table__cols:before { display: none; }
}
.pricing-table .btn { font-size: .6rem; }
@media(min-width:520px) {
  .pricing-table .btn { font-size: .875rem; }
}
.container--lg { max-width: none; }
@media(min-width:992px) {
  .container--lg { max-width: 1200px; }
}
.spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: .25em solid currentColor; border-right-color: transparent; border-radius: 50%; -webkit-animation: spinner-border .75s linear infinite; animation: spinner-border .75s linear infinite; }
@-webkit-keyframes spinner-border {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spinner-border {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.spinner-border-sm { width: 1em; height: 1em; border-width: .2em; }
.spinner-border-md { width: 1.5em; height: 1.5em; }
.spinner-border-lg { width: 3em; height: 3em; }
.spinner-border-xl { width: 5em; height: 5em; }


/* plan select */
.btmSel {}
.btmSel .itm { position: relative; margin-bottom: 12px; }
.btmSel .itm:last-child { margin-bottom: 0; }
.btmSel .itm input { position: absolute; left: 0; top: 0; z-index: 10; height: 100%; width: 100%; display: block; opacity: 0; cursor: pointer; }
.btmSel .itm .planWrp { border: solid 1px #555555; border-radius: 4px; background: rgba(0,0,0,0.35); padding: 16px; font-size: 10px;  }
.btmSel .itm .planWrp .deal { position: absolute;  top: -0.85em; right: 10px;  z-index: 3;  padding: .25rem .5rem; background-color: #13d145; font-size: 1.2em; line-height: 1.2em; color: #fff; font-weight: 500; }
.btmSel .itm .top { display: flex; justify-content: space-between; align-items: top; min-width: 100%;  }
.btmSel .itm .top .lft {  display: flex; }
.btmSel .itm .top .rad { margin-right: 0; width: 1.8em; height: 1.8em; border: solid 2px #dddddd; display: flex; border-radius: 20px;  position: relative;  }
.btmSel .itm .top .planTitle { margin-left: 8px; margin-bottom: 0; font-size: 1.7em; line-height: 0.9em; }
.btmSel .itm .top .planTitle strong { font-weight: 500; }
.btmSel .itm .top .planTitle span { display: block; font-size: 0.8em; padding-top: 0.2em; }
.btmSel .itm .top .planPrice {  margin-bottom: 0; font-weight: bolder; font-size: 1.4em; }
.btmSel .itm .desc { font-size: 1.4em; }
.btmSel .itm input:checked + .planWrp  { background: #0066cc; border-color: #dddddd; color: #fff;  } 
.btmSel .itm input:checked + .planWrp .top .lft .rad { border-color: #FFF728;}
.btmSel .itm input:checked + .planWrp .top .lft .rad:after { content: ""; background: #FFF728; position: absolute; border-radius: 50%;  right: 3px; top: 3px; left: 3px; bottom: 3px; width: auto; height: auto;  }
@media(max-width:386px) {
.btmSel .itm .top .planTitle { font-size: 1.65em; }
}