@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/GothamBook.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gotham/GothamBook?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/gotham/GothamBook.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gotham/GothamBook.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/gotham/GothamBook.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/gotham/GothamBook.svg#GothamBook') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    unicode-range: U+00-FFFF;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/GothamBold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gotham/GothamBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/gotham/GothamBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gotham/GothamBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/gotham/GothamBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/gotham/GothamBold.svg#GothamBold') format('svg');
    /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
    unicode-range: U+00-FFFF;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/gotham/Gotham-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gotham/Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/gotham/Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
    /* Legacy iOS */
    font-weight: 500;
    font-style: normal;
    unicode-range: U+00-FFFF;
}

/* COLORS */

body {
    font-family: "Gotham", sans-serif !important;
    /* font-family: "poppins", sans-serif !important; */
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10+ and Edge */
    user-select: none;
    /* Non-prefixed version, 
								currently supported by Chrome and Opera */
}

/* * {
    font-family: "poppins", sans-serif !important;
} */

.animated.slideInLeft .d-flex.justify-content-between {
    font-size: 14px !important;
}

/*
  BOOTSTRAP GENERAL OVERRIDES
*/

.btn {
    border-radius: 3px;
    font-weight: 500;
}

.btn-primary {
    background-color: #66dab5 !important;
    border: 0 !important;
    color: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    padding: 12px 41px !important;
    font-size: 16px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #3dd0a1 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:focus {
    background-color: #2fc495 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-white {
    background-color: #ffffff !important;
}

.btn-secondary {
    background-color: #ffb504;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
}

.btn-secondary:hover {
    background-color: #f4ac00 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-secondary:focus {
    background-color: #e4a100 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-white:hover, .btn-secondary:hover {
    /* border: 0 !important; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-white:focus, .btn-secondary:focus {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*
  MIXINS
*/

/*
  COMPONENTS
*/

.b-menu span {
    height: 2px;
    width: 28px;
    display: block;
    background-color: #77819c;
}

.b-menu.fixed span {
    height: 2px;
    width: 28px;
    display: block;
    /* background-color: #ffffff; */
}

.b-menu span:not(:last-of-type) {
    margin-bottom: 7px;
}

.pricing-page {
    background: url(../images/header-bg1.png) top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.price-card {
    -webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    padding: 1.875rem 2.25rem;
    margin-bottom: 15px;
}

.price-card p {
    line-height: 1.5714em !important;
    margin-bottom: 1.5rem;
}

.price-card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #727e9b;
    margin-bottom: 3.375rem;
    text-align: left;
}

.price-card ul li {
    line-height: 2.25rem;
    text-align: left;
}

.price-card .type {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    margin: 0;
    text-transform: uppercase;
}

.price-card .price {
    line-height: 1;
    font-size: 2.625rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.price-card .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 8px solid #4084ee;
    position: absolute;
    left: -20px;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

.price-card .square {
    width: 44px;
    height: 44px;
    border: 9px solid #6be0ba;
    position: absolute;
    right: -22px;
    top: 12%;
    -webkit-transform: translateY(-12%) rotate(35deg);
    transform: translateY(-12%) rotate(35deg);
}

.price-card .btn {
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 0.028em;
    -webkit-box-shadow: 3.256px 9.455px 35px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 3.256px 9.455px 35px 0px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #ccc;
    padding: 0.75rem 1.5rem;
}

.price-card.basic {
    background: url("../images/price-card-basic-bg.png") bottom center no-repeat;
    background-size: contain;
    background-color: #fff;
    -webkit-box-shadow: -5px 9px 15px -4px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: -5px 9px 15px -4px rgba(0, 0, 0, 0.71);
    box-shadow: -5px 9px 15px -4px rgba(0, 0, 0, 0.71);
}

.price-card.basic .price, .price-card.basic .type, .price-card.basic .btn {
    color: #4184ef;
}

.price-card.adv {
    /* height: 92vh; */
    background: url("../images/price-card-adv-bg.png") bottom center no-repeat;
    background-size: contain;
    background-color: #fff;
    -webkit-box-shadow: -5px 9px 15px -4px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: -5px 9px 15px -4px rgba(0, 0, 0, 0.71);
    box-shadow: -5px 9px 15px -4px rgba(0, 0, 0, 0.71);
}

.price-card.adv .btn, .price-card.adv .price, .price-card.adv .type {
    color: #6be0ba;
}

.price-card .key-features {
    display: grid;
    display: -moz-grid;
    padding-bottom: 1.5rem;
}

.apply-now-banner.section .apply-now-banner-inner {
    background-image: url("../images/apply-now-banner-bg.png");
    background-position: center left;
    background-repeat: no-repeat;
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 5.86px 17.019px 38px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 5.86px 17.019px 38px 2px rgba(0, 0, 0, 0.05);
    padding: 4rem;
}

.apply-now-banner.section p {
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 2.15rem;
    margin: 0;
    width: 60%;
}

.pricing-tab .nav {
    -webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
}

.pricing-tab .nav-link {
    font-size: 0.875rem;
    border: 0;
    border-bottom: 1px solid #6a7e9c;
    border-radius: 0;
    color: #95a0ba;
    background-color: #ffffff;
    position: relative;
    padding: 0.75rem;
}

.pricing-tab .nav-link.active {
    background-color: #6a7e9c;
    color: #ffffff;
}

.pricing-tab .nav-link.active:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #475B66;
    position: absolute;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.pricing-tab .nav-item:last-of-type .nav-link {
    border-right: 0;
}

/*
  NAVIGATION
*/

.navbar-toggler-icon {
    height: auto;
}

.navbar-toggler-icon span { text-indent: -999em; }

.site-nav {
    padding: 14px 40px !important;
    /* background: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); */
    /* box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); */
}

.navbar-nav .nav-link {
    /* color: #929eb9; */
    color: #627693;
    font-weight: 500;
}

.bottom-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .site-nav.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }
    .site-nav .navbar-nav .btn-primary {
        margin-right: 1rem;
    }
}

@media (max-width: 991px) {
    .site-nav .navbar-brand {
        display: none;
    }
    .site-nav .mb-logo {
        display: block !important;
        margin-left: 1rem;
    }
    .site-nav .sign-up-login {
        margin-left: 5rem;
    }
    .nav-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bottom-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 1.25rem;
    }
    .bottom-nav li:first-of-type>a {
        padding-left: 0;
    }
}

.navbar-nav .nav-link:hover {
    color: #64759b;
}

.homepage .section h1, h2, .homepage .section h3 {
    color: #6a7e9c;
    font-size: 2.375rem;
    line-height: 1.3158em;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 2rem;
}

.homepage .section h2 {
    color: #6a7e9c;
    font-size: 1.575rem;
    line-height: 1.1158em;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 2rem;
    padding-top: 0.5rem;
}

.homepage .section h2.price {
    margin-bottom: 0;
}

.homepage .section p {
    color: #627693;
    font-size: 1rem;
    line-height: 1.625em;
    letter-spacing: 0.02em;
    text-align: justify;
}

.homepage .section p.features {
    margin-bottom: 0;
    font-weight: 500;
}

.homepage .section p:not(:last-of-type) {
    margin-bottom: 2rem;
}

.homepage .contact-us p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.homepage .banner.section {
    background: url("../images/home-banner-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 780px;
    height: 780px;
}

.homepage .banner.section .container, .homepage .banner.section .row {
    height: 100%;
}

.homepage .banner.section p {
    line-height: 2em;
}

.homepage .clientele .client-logos {
    background-color: #ffffff;
    padding: 2.25rem 6.25rem;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(192, 197, 213, 0.25);
    box-shadow: 0px 10px 30px 0px rgba(192, 197, 213, 0.25);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage .find-dream-job {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.homepage .find-dream-job h1:after {
    content: " ";
    background: url(../images/arytic-sprite.png);
    display: block;
    width: 61px;
    height: 17px;
    background-position: -3px;
    background-repeat: no-repeat;
    background-size: 140px;
    margin-top: 10px;
}

.homepage .features {
    padding-bottom: 4rem;
}

.homepage .features .icon {
    margin-bottom: 1.125rem;
}

.homepage .features h5 {
    color: #727e9b;
    font-size: 1rem;
    padding-right: 10%;
    line-height: 1.375em;
    font-weight: 500;
    height: 68px;
}

.homepage .features p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: left;
}

.homepage .quality-talent.section {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
}

.homepage .quality-talent.section h1:after {
    content: " ";
    background: url(../images/arytic-sprite.png);
    display: block;
    width: 61px;
    height: 17px;
    background-position: -3px;
    background-repeat: no-repeat;
    background-size: 140px;
    margin-top: 10px;
}

hr {
    margin: 1.5rem 0;
    border-color: #f1f2f5;
}

.homepage .referral-bounty.section {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
}

.homepage .referral-bounty.section h1:after {
    content: " ";
    background: url(../images/arytic-sprite.png);
    display: block;
    width: 61px;
    height: 17px;
    background-position: -3px;
    background-repeat: no-repeat;
    background-size: 140px;
    margin-top: 10px;
}

.homepage .referral-bounty.section p {
    line-height: 1.625rem;
}

.homepage .pricing.section, .homepage .video-sizzle.section, .homepage .privacy-policy {
    padding-top: 5.5rem;
    padding-bottom: 5rem;
}

.homepage .pricing .tab-content {
    padding-top: 2rem;
}

/* .homepage .pricing.section h1 {
    margin-bottom: 3.5rem;
} */

.homepage .pricing.section h1:after, .homepage .privacy-policy h1:after {
    content: " ";
    background: url(../images/arytic-sprite.png);
    display: block;
    width: 61px;
    height: 17px;
    background-position: -3px;
    background-repeat: no-repeat;
    background-size: 140px;
    margin-top: 10px;
}

.homepage .pricing.section h1:after, .homepage .privacy-policy h1:after {
    background-position: -61px;
    background-size: 128px;
    margin-left: auto;
    margin-right: auto;
}

.homepage .contact-banner {
    padding-bottom: 5rem;
}

.homepage .contact-banner h4, .homepage .video-sizzle h4, .homepage .privacy-policy h4 {
    font-size: 1rem;
    color: #9ca9be;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.homepage .contact-banner .contact-banner-inner {
    background: #ffffff;
    -webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}

.homepage .contact-banner .contact-banner-inner h2 {
    color: #6a7e9c;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.homepage .contact-banner .contact-banner-inner p {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.homepage .contact-banner .contact-banner-inner .btn {
    min-width: 200px;
    padding: 0.78rem;
}

.testimonial.section {
    text-align: center;
    color: #6a7e9c;
    background: url("../images/home-testimonial-bg.png") top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10.75rem 0 6.25rem 0;
}

.testimonial.section .carousel-control-prev, .testimonial.section .carousel-control-next {
    display: none;
}

.testimonial.section h2 {
    margin-bottom: 4.375rem;
}

.testimonial.section h2:after {
    content: " ";
    background: url("../images/arytic-sprite.png");
    display: block;
    width: 61px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-position: -63px;
    background-repeat: no-repeat;
    background-size: 128px;
    margin-top: 10px;
}

.testimonial.section blockquote {
    max-width: 43%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 2.4rem;
}

.testimonial.section .client h4, .testimonial.section .client h5 {
    font-weight: 500;
}

.testimonial.section .carousel.slide {
    padding-bottom: 4.375rem;
}

.testimonial.section .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
}

.testimonial.section .carousel-indicators li {
    background-color: #cfd5e3;
    width: 24px;
    height: 6px;
    margin-right: 6px;
    margin-left: 6px;
}

.testimonial.section .carousel-indicators li.active {
    background-color: #ffb415;
}

.site-footer {
    background-color: #6a7e9c;
    background-image: url("../images/arytic-robot.svg");
    background-position: bottom right 7.25rem;
    background-repeat: no-repeat;
    color: #ccd2e1;
    padding: 5.625rem 0;
}

.site-footer a {
    color: #ccd2e1;
}

.site-footer a:hover {
    text-decoration: none;
    color: #ffffff;
}

.site-footer .logof {
    max-width: 130px;
}

.site-footer .about-col {
    padding-right: 3rem;
}

.site-footer .about-col p {
    color: #ccd2e1;
}

.site-footer .about-col a {
    display: block;
    margin-bottom: 0.875rem;
}

.site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links li {
    line-height: 2.5625rem;
}

/* .site-footer .footer-links li:first-of-type {
    font-weight: 500;
    font-size: 1rem;
} */

/* .site-footer .footer-links li:first-of-type a {
    color: #ffffff;
} */

.site-footer .contact-info {
    padding-top: 1rem;
}

.site-footer .contact-info li {
    position: relative;
    padding-left: 2.25rem;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

.site-footer .contact-info li>img {
    position: absolute;
    left: 0;
    top: 5px;
}

.bottom-footer {
    background-color: #637896;
    color: #ccd2e1;
    font-size: 0.875rem;
    padding: 1.70rem;
}

.bottom-footer .nav-item:not(:last-of-type) {
    border-right: 1px solid #9eabc0;
}

.bottom-footer .nav-link {
    color: #ccd2e1;
    padding: 0 10px;
}

/*
  FEATURES DETAILS
*/

.features-detail-page .section-header {
    text-align: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.features-detail-page .title {
    color: #77839f;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.features-detail-page p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #a7b4ce;
}

.features-detail-page .section {
    padding: 8.625rem 0;
}

.features-detail-page .banner.section {
    padding-top: 12.8125rem;
    padding-bottom: 7.8125rem;
}

.features-detail-page .banner.section .bg {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 40%;
}

.features-detail-page .banner.section p {
    font-size: 2.125rem;
    color: #77839f;
    margin-bottom: 2rem;
    line-height: 3.125rem;
}

.features-detail-page .clientele {
    padding-bottom: 5.625rem;
}

.features-detail-page .clientele h5 {
    font-size: 1.125rem;
    color: #77839f;
    margin-bottom: 1.375rem;
}

.features-detail-page .how-incentive-system-works.section .section-header {
    margin-bottom: 3rem;
}

.features-detail-page .how-incentive-system-works.section .video-wrapper {
    margin-top: 2rem;
}

.features-detail-page .how-incentive-system-works.section .video {
    margin-bottom: 1rem;
}

.features-detail-page .how-incentive-system-works.section .video-caption {
    color: #a7b4ce;
    font-size: 1rem;
    font-weight: 500;
}

.features-detail-page .feature-list .section-header {
    margin-bottom: 3.75rem;
}

.features-detail-page .feature-list h2 {
    font-weight: 500;
    margin-bottom: 1.25rem;
    color: #77839f;
}

.features-detail-page .feature-list .item:not(:last-of-type) {
    margin-bottom: 3rem;
}

.features-detail-page .feature-list .item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

.features-detail-page .graph-section.section .section-header {
    margin-bottom: 3.75rem;
}

.features-detail-page .graph-section.section .tab-pane {
    text-align: center;
}

.features-detail-page .graph-section.section .nav-tabs-wrapper {
    position: relative;
}

.features-detail-page .graph-section.section .nav-tabs {
    border-radius: 10px;
    padding: 40px 0;
    border: 0;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 10px;
}

.features-detail-page .graph-section.section .nav-item {
    position: relative;
    width: 25%;
    background-color: #f7f7f7;
    height: 9px;
}

.features-detail-page .graph-section.section .nav-item:before {
    content: "";
    width: 0;
}

.features-detail-page .graph-section.section .nav-item.completed:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #4489f9;
    display: block;
}

.features-detail-page .graph-section.section .nav-item:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.features-detail-page .graph-section.section .nav-item:first-of-type.completed:before {
    width: 50%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.features-detail-page .graph-section.section .nav-item:first-of-type.first:before {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.features-detail-page .graph-section.section .nav-item:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.features-detail-page .graph-section.section .nav-item:last-of-type.completed:before {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.features-detail-page .graph-section.section .nav-link {
    padding: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #77839f;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    z-index: 1;
}

.features-detail-page .graph-section.section .nav-link.active {
    border-color: #4489f9;
}

.features-detail-page .graph-section.section .nav-link>span {
    display: block;
    width: 55px;
    position: absolute;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    color: #77839f;
    font-size: 1rem;
    font-weight: 500;
}

.features-detail-page .more-features .section-header {
    margin-bottom: 3.75rem;
}

.features-detail-page .more-features .feature-post h3 {
    font-size: 1.25rem;
    color: #77839f;
    font-weight: 500;
}

.features-detail-page .more-features .feature-post img {
    margin-bottom: 1.5rem;
}

.features-detail-page .more-features .see-more {
    text-align: center;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

.features-detail-page .more-features .see-more-link {
    color: #97a9c3;
    font-size: 1rem;
    text-decoration: none;
}

.features-detail-page .more-features .see-more-link:hover, .features-detail-page .more-features .see-more-link:focus, .features-detail-page .more-features .see-more-link:active, .features-detail-page .more-features .see-more-link:visited {
    text-decoration: none;
}

/*
  CANDIDATE PAGE
*/

.sign-in {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 40px;
    background-color: #66dab5;
}

.navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.spacing li {
    padding: 0 20px;
}

.spacing li:last-child {
    padding-left: 20px;
    padding-right: 0;
}

.sub-header {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 11.5rem;
}

.sub-header h2, .sub-header h1 {
    font-size: 1.625rem;
    color: #6a7e9c;
    line-height: 2.25rem;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
}

.first-para {
    font-size: 1.125rem;
    color: #727e9b;
    line-height: 2rem;
    margin-bottom: 1.9375rem;
}

.join-btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 41px;
    background-color: #66dab5;
}

.candidate-page .clientele {
    padding-top: 9.5rem;
    padding-bottom: 8.125rem;
}

.candidate-page .clientele h6 {
    font-size: 18px;
    color: #77839f;
    text-align: left;
    padding-bottom: 23px;
}

.candidate-page .keep-earning.section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9.8125rem;
}

.candidate-page .section h2 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #77839f;
    line-height: 1.4;
    padding-bottom: 0.5rem;
}

.candidate-page .section h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #a7b4ce;
    margin-bottom: 2.3125rem;
}

.candidate-page .section p {
    color: #a7b4ce;
    font-weight: 400;
    line-height: 1.625rem;
}

.candidate-page .section p:last-of-type {
    margin-bottom: 0;
}

.main-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 130px;
}

.quote h2 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #77839f;
    margin-bottom: 1rem;
}

.quote p {
    color: #a7b4ce;
    line-height: 1.625rem;
    margin-bottom: 19px;
}

.quote h6 {
    font-weight: 600;
    font-size: 1.125rem;
    color: #a7b4ce;
    margin-bottom: 11px;
}

.quote .quote-img>img {
    max-width: 66px;
}

.main-heading {
    font-size: 26px;
    font-weight: bold;
    color: #77839f;
    line-height: 1.4;
    padding-bottom: 7px;
}

.cards .main-paragraph {
    color: #98a7c4;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0;
}

.quote hr {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px solid #f9fafb;
}

.top-border {
    margin-left: 31px;
}

.bottom-border {
    margin-right: 31px;
}

.section-4-main-heading {
    font-family: 'ProximaNova-Semibold';
    font-size: 26px;
    font-weight: bold;
    color: #77839f;
    line-height: 1.4;
    padding-bottom: 11px;
}

.color {
    color: #77839f;
}

.bottom-space {
    margin-bottom: 58px;
}

.apply-content {
    font-family: 'ProximaNova-Regular';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 100px;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.apply-btn {
    position: absolute;
    top: 101px;
    right: 98px;
}

.candidate-page .header-bg {
    background-image: url("../images/header-bg.png");
    background-repeat: no-repeat;
}

.candidate-page .not-a-job-search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8.375rem;
}

.candidate-page .machine-learning.section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12.0625rem;
}

.candidate-page .machine-learning.section h4 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.75rem;
}

.candidate-page .machine-learning.section h6 {
    font-size: 1.125rem;
    color: #77839f;
    line-height: 1.75rem;
}

.candidate-page .apply-now-banner.section {
    padding-bottom: 11.625rem;
}

.candidate-page .apply-now-banner.section p {
    color: #ffffff;
}

.candidate-page .quote {
    margin-bottom: 10.75rem;
}

.candidate-page .quote-content {
    padding-top: 1.3125rem;
    padding-bottom: 0.875rem;
}

.candidate-page .features.section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 9.125rem;
}

.candidate-page .features.section .column-img {
    padding-bottom: 2.6875rem;
}

.candidate-page .features.section .column:nth-of-type(3) .column-img {
    padding-bottom: 2.25rem;
}

.candidate-page .features.section .column h5 {
    color: #727e9b;
    font-size: 1.25rem;
    padding-right: 10%;
    line-height: 1.375em;
    font-weight: 500;
    height: 68px;
}

.candidate-page .data-science {
    margin-bottom: 11.8125rem;
}

/* .candidate-page .data-science .left-side p:first-of-type {
    margin-bottom: 2.4375rem;
} */

.candidate-page .blog-and-forum {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11.9375rem;
}

.candidate-page .suggested-jobs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10.8125rem;
}

/* .candidate-page .suggested-jobs p:not(:last-of-type) {
    margin-bottom: 2rem;
} */

.candidate-page .unique-profile {
    margin-bottom: 12.375rem;
}

/* .candidate-page .unique-profile p:first-of-type {
    margin-bottom: 2.4375rem;
} */

.customer-page .customer-header-bg {
    height: 750px;
    background-image: url(../images/customer-header-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*margin-bottom: 7.75rem;*/
}

.customer-page .section h2 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #77839f;
    line-height: 1.4;
}

.customer-page .section h4, .customer-page .section h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #a7b4ce;
}

.customer-page .section p {
    color: #a7b4ce;
    font-weight: 400;
    line-height: 1.625rem;
}

.customer-page .section .readmore a, .customer-page .section .readmore, .candidate-page .section .readmore a, .candidate-page .section .readmore {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    color: #c1cbdd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.candidate-page .section .readmore {
    margin-top: 3%;
}

.customer-page .section .readmore a:hover, .customer-page .section .readmore a:focus, .customer-page .section .readmore a:active, .customer-page .section .readmore a:visited, .customer-page .section .readmore:hover, .customer-page .section .readmore:focus, .customer-page .section .readmore:active, .customer-page .section .readmore:visited {
    text-decoration: none;
}

.customer-page .clientele {
    padding-top: 7.5rem;
    padding-bottom: 8.125rem;
}

.customer-page .clientele h6 {
    font-size: 18px;
    color: #77839f;
    text-align: left;
    padding-bottom: 1.4375rem;
}

.customer-page .card {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 2.625rem 2.3125rem 3.0625rem;
}

.customer-page .card>.bg {
    background-color: #f5f8ff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.customer-page .card:hover>.bg {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.customer-page .card .card-body {
    position: relative;
    z-index: 1;
    background: transparent;
}

.customer-page .card .column-img {
    padding-bottom: 3.3125rem;
}

.customer-page .card:nth-of-type(2) .column-img {
    padding-bottom: 3rem;
}

.customer-page .card h4 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #77839f;
    line-height: 1.5556;
    margin-bottom: 1.0625rem;
}

.customer-page .card p {
    color: #98a7c4;
    font-weight: 400;
    line-height: 1.625rem;
}

.customer-page .feature-cards.section {
    padding-bottom: 7.875rem;
}

.customer-page .feature-cards.section .card {
    border: none;
}

.customer-page .feature-cards.section .card-body {
    padding: 0;
}

.customer-page .view-all {
    font-size: 0.875rem;
    font-weight: 500;
    color: #c1cbdd;
    text-transform: uppercase;
    text-align: center;
    padding-top: 3.125rem;
}

.customer-page .view-all a {
    color: #c1cbdd;
}

.customer-page .view-all a:hover {
    text-decoration: none;
}

.customer-page .testimonial-section.section {
    padding-bottom: 10.75rem;
}

.customer-page .testimonial-section.section .customer-quotes {
    position: relative;
    padding: 3.25rem 3.5625rem;
    -webkit-box-shadow: 5px 9px 38px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 9px 38px 2px rgba(0, 0, 0, 0.05);
}

.customer-page .testimonial-section.section .double-quotes {
    position: absolute;
    top: -32px;
}

.customer-page .testimonial-section.section p {
    font-size: 1rem;
    color: #a7b4ce;
    line-height: 1.625rem;
    margin: 0;
}

.customer-page .testimonial-section.section .client-name {
    padding-top: 2rem;
    text-align: right;
}

.customer-page .testimonial-section.section .client-name h5 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #4489f9;
}

.customer-page .testimonial-section.section .client-name h6 {
    font-size: 0.875rem;
    font-weight: 400;
    color: #a7b4ce;
}

.customer-page .video-sizzle.section {
    /* padding-bottom: 11.75rem; */
}

.customer-page .video-sizzle.section h4 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #77839f;
    line-height: 1.4;
    padding-bottom: 0.5rem;
}

.customer-page .video-sizzle.section p {
    color: #a7b4ce;
    font-weight: 400;
    line-height: 1.625rem;
}

.customer-page .video-sizzle.section .feature:not(:last-of-type) {
    margin-bottom: 5.9375rem;
}

.customer-page .video-sizzle.section .feature .readmore a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    color: #c1cbdd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.customer-page .video-sizzle.section .feature .readmore a:hover, .customer-page .video-sizzle.section .feature .readmore a:focus, .customer-page .video-sizzle.section .feature .readmore a:active, .customer-page .video-sizzle.section .feature .readmore a:visited {
    text-decoration: none;
}

.customer-page .banner.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 257px;
    margin-bottom: 150px;
    background-image: url("../images/apply-banner-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.customer-page .banner.section .banner-content {
    font-size: 1.625rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 65%;
    line-height: 2.25rem;
    margin-bottom: 21px !important;
}

.customer-page .banner.section .readmore a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #c1cbdd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.customer-page .banner.section .readmore a:hover {
    text-decoration: none;
}

.customer-page .next-gen.section {
    padding-bottom: 5.25rem;
}

.customer-page .next-gen.section a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #c1cbdd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.customer-page .next-gen.section a:hover, .customer-page .next-gen.section a:focus, .customer-page .next-gen.section a:active, .customer-page .next-gen.section a:visited {
    text-decoration: none;
}

.customer-page .next-gen.section h4 {
    margin-bottom: 1.875rem;
}

.customer-page .dashboard-job-wall {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.5rem;
    background-image: url("../images/customer-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.customer-page .dashboard-job-wall .row:nth-of-type(1) {
    padding-top: 11.5rem;
}

.customer-page .dashboard-job-wall .row {
    padding-bottom: 14.125rem;
}

.customer-page .job-machine.section .job-machine-content {
    position: relative;
    padding: 2.5625rem 3.5625rem 1.4375rem;
    margin-bottom: 9.5rem;
    text-align: center;
    -webkit-box-shadow: 4.884px 14.183px 38px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 4.884px 14.183px 38px 2px rgba(0, 0, 0, 0.05);
}

.customer-page .job-machine.section .decoration-img {
    position: absolute;
    left: -9px;
    top: 2.8125rem;
}

.customer-page .job-machine.section .decoration-img2 {
    position: absolute;
    right: -11px;
    bottom: 5.625rem;
}

.customer-page .banner.section:last-of-type {
    border-bottom: 2px solid #5e7191;
}

@media screen and (min-width: 1200px) {
    .quote-content {
        padding-right: 2.5rem;
    }
}

@media screen and (max-width: 991px) and (min-width: 320px) {
    .top-border {
        margin-left: 25px;
    }
    .bottom-border {
        margin-right: 25px;
    }
    .quote hr {
        width: 86%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .top-border {
        margin-left: 22px;
    }
    .bottom-border {
        margin-right: 22px;
    }
}

@media (max-width: 767px) {
    .quote hr {
        width: 81%;
    }
    .quote .quote-img>img {
        max-width: 35px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 14px;
    }
    .section-header {
        max-width: 90% !important;
    }
    .homepage .banner.section {
        min-height: 620px;
        height: 620px;
    }
    .homepage .section h1 {
        font-size: 2rem;
    }
    .homepage .features .col-md-6 {
        margin-bottom: 3rem;
    }
    .homepage .features {
        padding-bottom: 2rem;
    }
    .homepage .features h5 {
        height: auto;
        margin-bottom: 1rem;
    }
    .testimonial.section blockquote {
        max-width: 75%;
    }
    .features-detail-page .banner.section {
        padding-top: 5.25rem;
    }
    .features-detail-page .banner.section .col-md-6:first-of-type {
        margin-bottom: 3rem;
    }
    .pricing.section .col-md-10 {
        overflow: auto;
        height: auto;
    }
    .pricing-tab {
        /* width: 770px; */
    }
    .candidate-page .sub-header .col-md-12:first-of-type, .candidate-page .not-a-job-search .col-md-12:first-of-type, .candidate-page .data-science .col-md-12:first-of-type {
        margin-bottom: 2.5rem;
    }
    .candidate-page .sub-header {
        padding-top: 5.25rem;
    }
    .candidate-page .keep-earning.section .col-lg-4 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
    .candidate-page .keep-earning.section .col-lg-6 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2.5rem;
    }
    .candidate-page .quote {
        margin-bottom: 8.75rem;
    }
    .candidate-page .machine-learning.section {
        margin-bottom: 8.0625rem;
    }
    .candidate-page .machine-learning.section .left-side {
        margin-bottom: 2.25rem;
    }
    .candidate-page .features.section .column:not(:last-of-type) {
        margin-bottom: 2.5rem;
    }
    .candidate-page .features.section .column h5 {
        height: auto;
        margin-bottom: 1.5rem;
    }
    .candidate-page .blog-and-forum {
        margin-bottom: 8.9375rem;
    }
    .candidate-page .blog-and-forum .col-sm-12:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .candidate-page .blog-and-forum .col-sm-12:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2.5rem;
    }
    .candidate-page .data-science {
        margin-bottom: 8.8125rem;
    }
    .candidate-page .data-science .col-sm-12:nth-of-type(2) {
        text-align: center;
    }
    .candidate-page .suggested-jobs {
        margin-bottom: 8.8125rem;
    }
    .candidate-page .suggested-jobs .col-sm-12:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
    .candidate-page .suggested-jobs .col-sm-12:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2.5rem;
    }
    .candidate-page .unique-profile {
        margin-bottom: 9.375rem;
    }
    .candidate-page .unique-profile .col-sm-12:nth-of-type(1) {
        margin-bottom: 2.5rem;
    }
    .customer-page .customer-header-bg {
        margin-bottom: 4rem;
    }
    .customer-page .customer-header-bg .sub-header-left {
        margin-bottom: 2.5rem;
    }
    .customer-page .sub-header {
        padding-top: 5rem;
    }
    .customer-page .clientele {
        padding-top: 7.5rem;
        padding-bottom: 6.125rem;
    }
    .customer-page .testimonial-section.section {
        padding-bottom: 7.75rem;
    }
    .customer-page .testimonial-section.section .col-sm-12:not(:last-of-type) .testimonial {
        margin-bottom: 5.5rem;
    }
    .customer-page .video-sizzle.section {
        padding-bottom: 7rem;
    }
    .customer-page .video-sizzle.section .feature {
        margin-bottom: 3rem !important;
    }
    .customer-page .banner.section {
        margin-bottom: 7rem;
    }
    .customer-page .next-gen.section {
        padding-bottom: 5.25rem;
    }
    .customer-page .next-gen.section .left-side {
        margin-bottom: 4rem;
    }
    .customer-page .dashboard-job-wall .row:nth-of-type(1) {
        padding-top: 5rem;
    }
    .customer-page .dashboard-job-wall .row:nth-of-type(1) .col-sm-12:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 3rem;
    }
    .customer-page .dashboard-job-wall .row:nth-of-type(1) .col-sm-12:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .customer-page .dashboard-job-wall .row:nth-of-type(2) .col-sm-12:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .customer-page .dashboard-job-wall .row:nth-of-type(2) .col-sm-12:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 3rem;
    }
    .customer-page .dashboard-job-wall .row:nth-of-type(3) .col-sm-12:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .customer-page .dashboard-job-wall .row:nth-of-type(3) .col-sm-12:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 3rem;
    }
    .customer-page .dashboard-job-wall .row {
        padding-bottom: 6rem;
    }
}

@media (max-width: 767px) {
    .homepage .clientele .client-logos {
        padding: 2.25rem 2.25rem;
    }
    .feature-list .col-md-7 {
        margin-bottom: 3.75rem;
    }
    .apply-now-banner.section .apply-now-banner-inner {
        padding: 2rem;
        height: 115px;
        background-size: contain;
    }
    .apply-now-banner.section p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .features-detail-page .banner.section p {
        font-size: 1.75rem;
    }
    .features-detail-page .section {
        padding: 3.25rem 0;
    }
    .features-detail-page .clientele {
        padding-bottom: 3.25rem;
    }
    .features-detail-page .feature-post {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .features-detail-page .more-features .col-md-4 {
        margin-bottom: 2rem;
    }
    .features-detail-page .more-features .see-more {
        padding-top: 1.25rem;
    }
    .site-footer .row>div:not(:last-of-type) {
        margin-bottom: 2rem;
    }
    .homepage .banner.section {
        min-height: initial;
        height: auto;
        padding-top: 5rem;
        padding-bottom: 5rem;
        margin-top: 4rem;
    }
    .homepage .sign-up-login-landing {
        margin-top: 4rem;
    }
}

.homepage .banner.section .col-md-6:first-of-type {
    margin-bottom: 3rem;
}

.homepage .find-dream-job {
    padding-top: 2.5rem;
}

.homepage .find-dream-job .col-md-6:first-of-type {
    margin-bottom: 3rem;
}

.homepage .quality-talent.section .col-md-6:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.homepage .quality-talent.section .col-md-6:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 3rem;
}

.homepage .features {
    padding-bottom: 0;
}

.homepage .referral-bounty.section, .homepage .quality-talent.section {
    padding-top: 3rem;
}

.homepage .referral-bounty.section .col-md-6:nth-of-type(1) {
    margin-bottom: 3rem;
}

.candidate-page .keep-earning.section {
    margin-bottom: 6.5rem;
}

.candidate-page .clientele {
    padding-top: 6.5rem;
    padding-bottom: 9.5rem;
}

.candidate-page .not-a-job-search {
    margin-bottom: 6.5rem;
}

.candidate-page .quote {
    margin-bottom: 6.5rem;
}

.candidate-page .machine-learning.section {
    margin-bottom: 6.0625rem;
}

.candidate-page .apply-now-banner.section p {
    font-size: 1.2rem;
}

.candidate-page .apply-now-banner.section {
    padding-bottom: 7.625rem;
}

.candidate-page .features.section {
    margin-bottom: 7.125rem;
}

.customer-page .banner.section .banner-content {
    width: 85%;
}

.customer-page .testimonial-section.section {
    padding-bottom: 6.5rem;
}

}

@media (max-width: 640px) {
    .testimonial.section blockquote {
        max-width: 90%;
    }
    .homepage .clientele .client-logos {
        padding: 1.25rem;
    }
    .homepage .contact-banner .contact-banner-inner p {
        max-width: 100%;
    }
    .site-nav {
        padding: 1.875rem 0;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
    .apply-now-banner.section .apply-now-banner-inner {
        height: 110px;
        padding: 1.25rem 1.5rem;
    }
    .apply-now-banner.section .btn-primary {
        padding: 0.75rem 1rem;
    }
    .customer-page .customer-header-bg {
        margin-bottom: 0;
    }
    .customer-page .banner.section .banner-content {
        font-size: 1.5rem;
    }
    
    .testimonial-title{
        width: 60%;
    }
}

@media (max-width: 576px) {
    .features-detail-page .section-header {
        max-width: 100%;
    }
    .features-detail-page P {
        font-size: 1rem;
    }
    .features-detail-page .title {
        font-size: 1.5rem;
    }
    .features-detail-page .feature-list h2 {
        font-size: 1.5rem;
    }
    .testimonial-title{
        width: 50%;
    }
}

/*Sign-up styles*/

.sign-up-login-body .card {
    margin-bottom: 5%;
}

.sign-up-login-body .card-body {
    text-align: center;
}

/*Video Sizzle*/

.features-detail-page .video-sizzle-desc {
    max-width: 100%;
}

.features-detail-page section.video-apply-now {
    padding: 1.625rem 0;
}

/*Homepage*/

.homepage-apply-now p {
    color: #ffffff!important;
    line-height: 2.15rem;
    font-size: 1.2rem!important;
}

/*Insights Styles*/

.blog-banner {
    background-image: url(../images/insights/News-Events-banner.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 325px;
}

.jumbotron.blog-banner {
    background-color: transparent;
}

.blog-banner p {
    color: #ebebeb;
    font-weight: initial;
}

@media screen and (max-width: 991px) and (min-width: 375px) {
    .blog-banner {
        background-image: none;
    }
}

/*Privacy Page Styles*/

.privacy-policy h6, h3 {
    color: #6a7e9c;
}

.privacy-policy ul li, ol li {
    color: #727e9b;
}

/*About us*/

.about-us {
    background-color: #fff;
}

/*Subscribe*/

.subscribe label {
    color: #929eb9;
    padding-top: 1%;
}

.btn-subscribe {
    padding: 7px 30px;
    border-radius: 0px 5px 5px 0px;
}

.blog-search .btn-outline-success {
    color: #66dab5;
    border-color: #66dab5;
}

.blog-search .btn-outline-success:hover {
    color: #fff;
    background-color: #66dab5;
    border-color: #66dab5;
}

/* animated */

/*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

/* #animated */

/* boostrap grid */

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

/* #boostrap grid */

/* slipt custom css */

html {
    font-size: 1rem !important;
}

body {
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.4;
    font-family: "Work Sans", Arial, sans-serif;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    color: #222
}

p {
    margin-bottom: 25px
}

strong {
    font-weight: 500
}

label {
    font-weight: 400;
    margin-bottom: 3px;
    color: #222
}

hr {
    margin: 30px 0 30px 0;
    border-color: #ddd
}

ul, ol {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0
}

a {
    color: #434bdf;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* outline: none */
}

a:hover, a:focus {
    /* color: #111; */
    text-decoration: none;
    /* outline: none */
}

a.animated_link {
    position: relative;
    text-decoration: none
}

a.animated_link {
    position: relative;
    text-decoration: none
}

a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #434bdf;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.animated_link.active {
    position: relative;
    text-decoration: none;
    color: #434bdf
}

a.animated_link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #434bdf;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #434bdf;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem
}

a.btn_1:hover, .btn_1:hover {
    background-color: #6e829f
}

a.btn_1.full-width, .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

a.btn_1.small, .btn_1.small {
    padding: 7px 10px;
    font-size: 13px;
    font-size: 0.8125rem
}

a.btn_1.medium, .btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 30px
}

a.btn_1.rounded, .btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2)
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%
}

#loader_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999999;
    display: none
}

[data-loader="circle-side-2"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.row-height {
    height: 100vh
}

@media (max-width: 991px) {
    .row-height {
        height: auto
    }
}

.content-left {
    background-color: #97e4cd;
    padding: 0
}

.content-left-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    padding: 60px 90px 35px 90px;
    background-color: #97e4cd;
    color: #fff;
    text-align: center;
    position: relative;
    background: transparent;
    /* background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) */
}

@media (max-width: 991px) {
    .content-left-wrapper {
        height: auto;
        padding: 95px 30px 35px 30px
    }
}

@media (max-width: 767px) {
    .content-left-wrapper {
        padding: 95px 15px 35px 15px
    }
}

/* @media (max-width: 991px) {
    .content-left-wrapper figure img {
        height: 150px
    }
} */

.content-left-wrapper h2, .h2color {
    color: #475B66;
    font-size: 1.5rem;
    margin: 20px 0 30px 0;
    font-weight: 400;
    font-family: "poppins", sans-serif;
}

@media (max-width: 767px) {
    .content-left-wrapper h2 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.content-left-wrapper p {
    font-size: 15px;
    font-size: 0.9375rem;
    opacity: 0.8;
    line-height: normal;
    font-family: "poppins", sans-serif;
}

@media (max-width: 767px) {
    .content-left-wrapper p {
        font-size: 14px;
        font-size: 0.875rem
    }
}

.content-left-wrapper .btn_1 {
    margin: 25px 0 25px 0
}

/* @media (max-width: 991px) {
    .content-left-wrapper .btn_1 {
        display: none
    }
} */

.content-left-wrapper .btn_1.mobile_btn {
    display: none
}

/* @media (max-width: 767px) {
    .content-left-wrapper .btn_1.mobile_btn {
        margin: 5px 0 30px 0;
        display: inline-block
    }
} */

.content-right {
    padding: 60px;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .content-right {
        height: auto;
        padding: 30px 15px
    }
}

a#logo {
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    height: 35px
}

@media (max-width: 991px) {
    a#logo {
        left: 15px;
        top: 10px
    }
}

#social {
    position: absolute;
    top: 15px;
    right: 20px
}

@media (max-width: 991px) {
    #social {
        right: 70px
    }
}

#social ul {
    margin: 0;
    padding: 0;
    text-align: center
}

#social ul li {
    float: left;
    margin: 0 5px 10px 0;
    list-style: none
}

#social ul li a {
    color: #fff;
    opacity: 0.6;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#social ul li a:hover {
    opacity: 1
}

.copy {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    opacity: 0.5
}

@media (max-width: 991px) {
    .copy {
        display: none
    }
}

#left_form {
    text-align: center
}

#left_form h2 {
    font-size: 28px;
    font-size: 1.75rem;
    color: #0686D8
}

@media (max-width: 767px) {
    #left_form figure img {
        height: 130px;
        width: auto
    }
}

input#website {
    display: none
}

#wizard_container {
    width: 400px
}

@media (max-width: 767px) {
    #wizard_container {
        width: 100%
    }
}

h3.main_question {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem
}

h3.main_question strong {
    display: block;
    color: #999;
    margin-bottom: 5px
}

button.backward, button.forward, button.submit {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #434bdf;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px
}

button.backward {
    color: #777;
    background: #e8e8e8
}

button[disabled] {
    display: none
}

button.submit:before {
    content: "\4e";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem
}

.backward:hover, .forward:hover {
    background: #6e829f;
    color: #fff
}

#top-wizard {
    padding-bottom: 20px
}

#middle-wizard {
    /* min-height: 330px */
}

@media (max-width: 991px) {
    #middle-wizard {
        min-height: inherit
    }
}

#bottom-wizard {
    border-top: 2px solid #ededed;
    padding-top: 20px;
    text-align: right;
    margin-top: 25px
}

.ui-widget-content {
    background-color: transparent
}

.ui-widget-content a {
    color: #222222
}

.ui-widget-header {
    background: #6C3
}

.ui-widget-header a {
    color: #222222
}

.ui-progressbar {
    height: 2px;
    width: 100%
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.summary ul {
    margin: 0;
    padding: 0
}

.summary ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px
}

.summary ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.summary ul li strong {
    display: block;
    line-height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border: 2px solid #ddd
}

.summary ul li h5 {
    padding-top: 6px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #0686D8
}

.summary ul li ul {
    margin: 20px 0 25px 0;
    padding: 0
}

.summary ul li ul li {
    margin: 0;
    padding: 0;
    border-bottom: 0
}

.summary label {
    font-weight: 500
}

#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center
}

#success h4 {
    font-weight: 400;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-size: 1.125rem
}

#success h4 span {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

header {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    /* border-bottom: 1px solid #d9e1e6 */
}

header .cd-nav-trigger {
    top: -5px !important
}

header #social {
    right: 80px;
    top: 0
}

header #social ul li a {
    color: #333
}

.social-icon{
  display: inline-block;
  position: relative;
  margin: 10px 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 14px!important;
  background-color: #17a2b8;
  color: #ffffff!important;
}
.social-icon.icoFacebook:hover {
    background-color: #3B5998;
  }
  
  .social-icon.icoLinkedin:hover {
    background-color: #007bb7;
  }
  
  .social-icon.icoTwitter:hover {
    background-color: #3B5998;
  }
  .social-icon.icoFacebook:hover i,
  .social-icon.icoLinkedin:hover i,
  .social-icon.icoTwitter:hover i {
    color: #fff;
  }
footer {
    border-top: 1px solid #ededed;
    padding: 30px 0
}

footer p {
    margin: 0;
    padding: 0;
    float: right
}

@media (max-width: 991px) {
    footer p {
        float: none
    }
}

footer ul {
    float: left;
    margin: 0;
    padding: 0
}

@media (max-width: 991px) {
    footer ul {
        float: none;
        margin-top: 10px
    }
}

footer ul li {
    /* display: inline-block; */
    margin-right: 15px
}

/*
footer ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 9px;
    color: #999
}
*/

footer ul li:last-child {
    margin-right: 0
}

footer ul li:last-child:after {
    content: ""
}

footer ul li a {
    /* color: #555 */
}

footer ul li a:hover {
    color: #121921
}

.main_title {
    text-align: center
}

.main_title h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 42px;
    font-size: 2.625rem;
    color: #434bdf;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .main_title h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

.main_title h2 em {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ededed;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px
}

.main_title p {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 10%;
    margin-bottom: 45px;
    color: #777
}

@media (max-width: 767px) {
    .main_title p {
        font-size: 16px;
        font-size: 1rem
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #434bdf !important
}

main#general_page {
    background-color: #fff
}

iframe#map_iframe {
    width: 100%;
    height: 450px;
    border: 0
}

@media (max-width: 991px) {
    iframe#map_iframe {
        height: 400px
    }
}

.box_style_2 {
    background-color: #f8f8f8;
    padding: 25px 30px 30px 30px;
    position: relative;
    margin-bottom: 25px
}

.box_style_2 .form-control {
    background-color: #fff !important
}

.box_style_2 hr {
    margin: 10px -30px 20px -30px;
    border: 0;
    border-top: 2px solid #fff
}

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

ul.contacts_info li {
    margin-bottom: 15px
}

ul.contacts_info li:last-child {
    margin-bottom: 0
}

.parallax_window_in {
    height: 420px;
    position: relative;
    display: table;
    width: 100%
}

#sub_content_in {
    display: table-cell;
    padding: 45px 15% 0 15%;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 767px) {
    #sub_content_in {
        padding: 45px 30px 0 30px
    }
}

#sub_content_in h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 0
}

@media (max-width: 767px) {
    #sub_content_in h1 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

#sub_content_in p {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300
}

@media (max-width: 767px) {
    #sub_content_in p {
        font-size: 21px;
        font-size: 1.3125rem
    }
}

.container_styled_1 {
    background: #f9f9f9
}

.team-item-img {
    position: relative
}

.team-item-img .team-item-detail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s
}

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible
}

.team-item-img .team-item-detail .team-item-detail-inner {
    margin: auto;
    padding: 25px
}

.team-item-detail-inner h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.team-item-detail-inner .social {
    margin: 0 0px 25px 0px;
    padding: 0px
}

.team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px
}

.team-item-detail-inner .social li a {
    color: #fff
}

.team-item-detail-inner .social li a:hover {
    color: #6e829f
}

.team-item-info {
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase
}

.team-item-info h4 {
    margin-bottom: 0px
}

.modal-content {
    border: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3)
}

.form-group {
    position: relative
}

.form-group.terms {
    padding: 12px 0 0 0
}

.form-group i {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    right: 5px;
    top: 11px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important
}

span.error {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    right: -15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px
}

span.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%
}

.container_radio.version_2 .error, .container_check.version_2 .error {
    left: -15px;
    top: -30px;
    right: inherit
}

.radio_input .error {
    left: -15px;
    top: -30px;
    right: inherit
}

.styled-select span.error {
    top: -20px
}

.terms span.error {
    top: -30px;
    left: -15px;
    right: inherit
}

.form-control {
    /* height: 34px !important; */
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    /* font-size: 1.3rem !important; */
    /* line-height: 1.5; */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    /* box-shadow: none; */
    /*border-color: #434bdf*/
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.rating_wp {
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 10px 10px 15px;
    margin-bottom: 5px
}

.rating {
    display: inline-block;
    font-size: 0;
    float: right;
    position: relative
}

@media (max-width: 767px) {
    .rating {
        float: left;
        display: block
    }
}

.rating span.error {
    top: -30px
}

.rating_type {
    float: left;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500 !important;
    font-weight: normal;
    color: #434bdf
}

@media (max-width: 767px) {
    .rating_type {
        float: none;
        display: block;
        margin-bottom: 5px
    }
}

.rating-input {
    float: right;
    padding: 0;
    margin: 0 0 0 0;
    opacity: 0;
    width: 4px
}

.rating:hover .rating-star:hover, .rating:hover .rating-star:hover~.rating-star, .rating-input:checked~.rating-star {
    background-position: 0 0
}

.rating-star, .rating:hover .rating-star {
    cursor: pointer;
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 0;
    background: url(../../../assets/images/stars.svg) 0 -27px
}

.review_message {
    height: 250px !important
}

@media (max-width: 767px) {
    .review_message {
        height: 200px !important
    }
}

.container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container_check input:checked~.checkmark {
    background-color: #434bdf;
    border: 1px solid transparent
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container_check.version_2 {
    padding: 6px 0 0 45px;
    min-height: 30px
}

.container_check.version_2 .checkmark {
    height: 30px;
    width: 30px
}

.container_check.version_2 .checkmark:after {
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px
}

.container_check input:checked~.checkmark:after {
    display: block
}

.container_radio {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_radio input {
    position: absolute;
    opacity: 0
}

.container_radio input:checked~.checkmark:after {
    opacity: 1
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%
}

.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #434bdf;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.container_radio.version_2 {
    padding: 6px 0 0 45px;
    min-height: 30px
}

.container_radio.version_2 input:checked~.checkmark:before {
    opacity: 1
}

.container_radio.version_2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.container_radio.version_2 .checkmark:after {
    width: 30px;
    height: 30px;
    top: -1px;
    left: -1px
}

.container_radio.version_2 .checkmark:before {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    z-index: 999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.my-toggle {
    background: transparent;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff
}

.my-toggle:hover, .my-toggle:focus {
    background-color: #eee;
    color: #555;
    outline: transparent
}

.hideShowPassword-wrapper {
    width: 100% !important
}

#pass-info {
    width: 100%;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

#pass-info.weakpass {
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E
}

#pass-info.stillweakpass {
    border: 1px solid #FBB;
    background: #FDD;
    color: #945870
}

#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E
}

#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34
}

#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #CDFFCD
}

.radio_input .container_radio {
    display: inline-block;
    margin: 12px 0 0 12px
}

.fileupload {
    position: relative;
    width: 100%;
    margin-top: 5px
}

input[type=file] {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    height: auto;
    width: 100%;
    color: #999
}

input[type=file]:focus {
    box-shadow: none;
    outline: none
}

input[type=file]::-webkit-file-upload-button, input[type=file].invalid::-webkit-file-upload-button, input[type=file].valid::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 8px 38px;
    background: #434bdf 8px center no-repeat;
    outline: none
}

input[type=file]::-webkit-file-upload-button:focus, input[type=file].invalid::-webkit-file-upload-button:focus, input[type=file].valid::-webkit-file-upload-button:focus {
    box-shadow: none;
    outline: none
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #6c757d
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #434bdf
}

.nice-select:after {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #fff
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: -1px !important;
    right: -1px !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 42px;
    line-height: 40px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 40px;
    min-height: 40px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9999;
    height: 23vh;
    overflow: auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px
}

.nice-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05)
}

.nice-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.nice-select .list::-webkit-scrollbar-corner {
    background-color: transparent
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 500
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.budget_slider {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 45px 30px 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.budget_slider span {
    display: block;
    font-weight: 600;
    color: #434bdf;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 25px
}

.budget_slider span:before {
    content: '$'
}

.rangeslider__handle {
    border: 2px solid #434bdf !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15)
}

.rangeslider__fill {
    background: #434bdf !important
}

.add_bottom_10 {
    margin-bottom: 10px
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.more_padding_left {
    padding-left: 40px
}

.nomargin_top {
    margin-top: 0
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.margin_30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

/* # slipt custom css */

/*our changes*/

.p-0 {
    padding: 0px;
}

.bg_6cccfd {
    background-color: #6e829f;
}

.signpage .content-left {
    background-color: #97e4cd;
    padding: 0;
    height: 100%;
}

.bg_6cccfd .content-left-wrapper {
    background-color: #6cccfd;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
}

.signpage .content-left-wrapper h2 {
    color: #475B66;
    font-size: 1.5rem;
    font-family: "poppins", sans-serif;
}

.signpage .content-right .content-left-wrapper h2 {
    color: #fff;
}

.signpage .content-left-wrapper {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0));
}

.signpage a.btn_1, .signpage .btn_1 {
    background: #fff;
    color: #6e829f;
    font-weight: 500;
    font-family: "poppins", sans-serif;
}

.bg_6cccfd a.btn_1, .bg_6cccfd .btn_1 {
    background: #fff;
    color: #475B66;
}

.spt-2 {
    padding-top: 2rem;
}

.sign-icons i {
    padding: 7px;
    font-size: 15px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.sign-icons .icon-facebook {
    background: #3B5998;
    color: white;
}

.sign-icons .icon-linkedin {
    background: #007bb5;
    color: white;
}

a.btn2, .btn2 {
    border: none;
    color: #fff;
    background: #3dd0a1;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "poppins", sans-serif;
}

a.btn2:hover, .btn2:hover {
    background-color: #6e829f;
}

.sign_logo {
    width: 191px;
    height: 78px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
}

.sign_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11%;
    margin: auto;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px;
}

.haringf_close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 2px;
}

.jobf_close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 2px;
}

.text-white {
    color: white !important;
}

.bg-white {
    background: white;
}

@media (max-width: 992px) {
    a#logo {
        top: 10px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    a#logo {
        position: absolute;
        /* left: 20px; */
        top: 15px;
        display: block;
        height: 35px;
    }
}

/* #custom css */

.span12 {
    margin: 10% auto;
    width: 365px;
    padding: 5px;
    background: #dedfe3;
    border-radius: 4px;
    float: right;
}

header {
    font-size: 17px;
    /* text-align: center;
    text-transform: uppercase; */
    padding: 10px 0;
}

.span12 input {
    padding: 5px 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    margin: 10px 0;
    width: 100%
}

.span12 .green-btn {
    background-color: #66dab5;
    color: #ffffff;
    border-radius: 3px;
    transition: ease 0.2s all;
}

.span12 .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.span12 label {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-transform: capitalize;
}

.login_bg {
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, #16222A 10%, #3A6073 90%);
}

.span12 input[type=checkbox] {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    margin: 10px 0;
    width: 5%;
}

.form-group {
    position: relative
}

.form-group input[type="password"] {
    padding-right: 30px
}

.form-group .glyphicon {
    right: 10px;
    position: absolute;
    top: 11px;
}

.signpage, .recrit_hide {
    overflow: hidden;
}

.form-control::-moz-placeholder {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.sign_btn {
    top: -18px;
    position: relative;
}

.pull-right {
    float: right !important;
}

.signpage h2, h2.main_question {
    font-size: 1.5rem;
    color: #475B66;
    font-family: "poppins", sans-serif;
    font-weight: 400;
	margin-bottom: 0rem;
}

.form-group, .p-rel {
    position: relative;
}

.error1, .radio-error1, .p-rel .error1, .p-rel .subscribe-error {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
}

.error1 {
    top: 30px;
    right: -15px;
}

.radio-error1 {
    top: 30px;
    left: -15px;
}

.p-rel .error1 {
    top: -20px;
    right: -15px;
}

.error1:after, .radio-error1::after, .p-rel .subscribe-error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

.p-rel .subscribe-error {
    top: -20px;
    right: 156px;
    z-index: 9999;
}

.site-footer p {
    font-size: 16px;
}

.shadow1 {
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
    border-radius: .375rem;
    transition: .3s;
    margin-bottom: 30px;
}

.card-text {
    text-align: inherit !important;
}

.content-left-wrapper {
    font-weight: 500 !important;
}

.signpage .content-left-wrapper h2.text-white {
    color: #fff;
    font-family: "poppins", sans-serif;
}

.m-auto {
    margin: auto;
}

.see-more, .see-more-link {
    font-size: 14px;
}

.subscribe-banner {
    background-image: url(../images/insights/subscribe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}

.subscribe-banner .card {
    background: transparent;
}

.card.subscribe {
    background-color: transparent;
}

.shadow1 .card-title {
    color: #6a7e9c;
}

.namecolor {
    color: #6a7e9c;
}

.card-hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    box-shadow: 5.86px 17.019px 47.5px 2.5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

/*
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
*/

/*our changes*/

/* about.css */

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.our-team .team-image {
    float: left;
    margin-right: 20px;
}

.inline-block {
    display: inline-block;
}

.f16 {
    font-size: 1.6rem;
}

.our-team .team-links {
    display: inline-block;
    margin-left: 5px;
}

.our-team .team-links a {
    opacity: .7;
}

.f14 {
    font-size: 1.4rem;
}

.mt30 {
    margin-top: 30px;
}

.f14 {
    font-size: 1.4rem;
}

.team-text {
    font-size: 14px !important;
}

.readmore {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    color: #c1cbdd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h1-line:after {
    content: " ";
    background: url(../images/arytic-sprite.png);
    display: block;
    width: 61px;
    height: 17px;
    background-position: -3px;
    background-repeat: no-repeat;
    background-size: 140px;
    margin-top: 10px;
    background-position: -61px;
    background-size: 128px;
    margin-left: auto;
    margin-right: auto;
}

/*#about.css*/

/*Disables the selection*/

/* * { */

/* -webkit-touch-callout: none; */

/* -webkit-user-select: none; */

/* -khtml-user-select: none; */

/* -moz-user-select: none; */

/* -ms-user-select: none; */

/* user-select: none; */

/* } */

/* Disables the drag event 
  (mostly used for images) */

/* * { */

/* -webkit-user-drag: none; */

/* -khtml-user-drag: none; */

/* -moz-user-drag: none; */

/* -o-user-drag: none; */

/* user-drag: none; */

/* } */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    html {
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
    }
    body {
        font-weight: 400;
        font-family: 'Gotham', Segoe UI, Tahoma, Verdana, sans-serif;
        -webkit-font-smoothing: subpixel-antialiased;
        font-feature-settings: "liga", "dlig";
        font-size: 100%;
        text-rendering: optimizeLegibility;
    }
    .row {
        width: 100%;
    }
    .col {
        display: inline-block !important;
    }
    .row:before, .row:after {
        display: inline-block !important;
    }
    .about-col, .hidden-for-iphone {
        display: none;
    }
    .apply-now-banner.section p {
        font-size: 11px!important;
        line-height: 15px;
        text-align: initial;
    }
    .shadow1 {
        display: none;
    }
    .contact-info, .contact-info a {
        color: #fff;
        font-weight: 400;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .signpage h2, h2.main_question {
        position: relative;
        top: 10px;
    }
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read-more-c input.read-more-state {
    display: none;
}

.read-more-c span.read-more-target {
    font-size: 0;
    max-height: 0;
    opacity: 0;
    transition: .25s ease;
}

.read-more-c input.read-more-state:checked~.read-more-wrap span.read-more-target {
    font-size: inherit;
    max-height: 999em;
    opacity: 1;
}

.read-more-c input.read-more-state~label.read-more-trigger:before {
    content: 'Read more...';
}

.read-more-c input.read-more-state:checked~label.read-more-trigger:before {
    content: 'Read less';
    color: #485c67;
}

.read-more-c label.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #485c67;
}

.hidden {
    display: none;
}

.s-show {
    display: none;
}

small.sl-show {
    display: none;
}

@media only screen and (max-width: 768px) {
    body {
        font-weight: 400;
        font-family: 'Gotham', Segoe UI, Tahoma, Verdana, sans-serif;
        -webkit-font-smoothing: subpixel-antialiased;
        font-feature-settings: "liga", "dlig";
        font-size: 100%;
        text-rendering: optimizeLegibility;
    }
    .s-hide {
        display: none;
    }
    .s-show {
        display: block !important;
    }
    .s-show .contact-info li a {
        color: #ccd2e1 !important;
        font-weight: 400;
    }
    .s-show .contact-info li {
        position: relative;
        padding-left: 2.25rem;
        font-weight: 400;
        margin-bottom: 1.25rem;
    }
    .s-show .contact-info li>img {
        position: absolute;
        left: 0;
        top: 5px;
    }
    .s-show .contact-info li * {
        color: #ccd2e1;
    }
    .section p {
        text-align: left;
    }
    .apply-now-banner.section p {
        font-size: 11px!important;
        line-height: 15px;
        text-align: initial;
    }
    .site-footer {
        background-position: bottom right 0.25rem;
        padding: 2.625rem 0;
    }
    .s-s-btns .btn {
        width: 100%!important;
    }
}

/* login layout */

@media only screen and (max-width: 991px) {
    .sl-hide {
        display: none;
    }
    .sl-show {
        display: block !important;
    }
    .sign_logo {
        display: none;
    }
    /* .content-left-wrapper {
        padding: 0px 10px 0px 10px !important;
    } */
    .signpage .container-fluid, .signpage .row.row-height {
        padding: 0px !important;
        margin: 0px !important;
    }
    .hiring-c {
        background-color: #fff !important;
    }
    .hiring-c * {
        color: #475B66 !important;
    }
    .hiring-c a, .hiring-c .hr-click, .job_links .job-click, .job_links a {
        color: #434bdf !important;
    }
    .job-c {
        background-color: #fff !important;
    }
    .job-c * {
        color: #475B66 !important;
    }
    .signpage a.btn_1, .signpage .btn_1 {
        background: #66dab5 !important;
        color: #ffffff !important;
    }
    .hr-click, .job-click {
        cursor: pointer;
    }
    #hiring_sign .logo, #hiring_login .logo {
        display: none;
    }
    .sl-hidden {
        display: none !important;
    }
    .content-left-wrapper .row, .content-left-wrapper .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .sign-up-btn {
        float: none !important;
        margin-bottom: 1rem;
        margin-top: 10px;
    }
    .hiring_forgot .main_question {
        text-align: center;
    }
    .homepage .section h1, h2, .homepage .section h3 {
        margin-bottom: 0px;
    }
    .text-sl-center {
        text-align: center !important;
    }
    /* .content-left-wrapper {
       text-align: left;
   } */
    .content-left-wrapper {
        display: block;
        justify-content: left;
        align-items: normal;
    }
    .sl-text-show {
        display: inline-block !important;
    }
}

.text-ml-right {
    text-align: right;
}

.ml-hidden {
    display: none;
}

.hiring_forgot .main_question {
    text-align: left;
}

/* @login layout */

.d-block {
    display: block;
}

@media only screen and (max-width: 991px) {
    .slideInRight .col-md-6, .slideInRight .col-md-4, .slideInRight .col-md-8, .cand-signup-form .col-md-4, .cand-signup-form .col-md-8 {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .slideInRight .row.spt-2, .slideInRight .row.country-code-phn {
        margin-right: 0px;
        margin-left: 0px;
    }
    .row.row-height {
        width: auto !important;
    }
    .sign_btn {
        float: none !important;
        margin-bottom: 1rem;
    }
    .cand-signup-form {
        width: auto!important;
    }
}

/*zoom*/

/*** Styles added to fix the issue with zoom in on iphone ***/

/* iPhone < 5: */

@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[role="combobox"], input[type="tel"], .ng-input, select:focus, textarea {
        font-size: 16px;
    }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[role="combobox"], input[type="tel"], .ng-input, select:focus, textarea {
        font-size: 16px;
    }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */

@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[role="combobox"], input[type="tel"], .ng-input, select:focus, textarea {
        font-size: 16px;
    }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */

@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[role="combobox"], input[type="tel"], .ng-input, select:focus, textarea {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .mst-2 {
        padding-top: 2rem;
    }
}

/*blog style*/

.search-container {
    float: right;
}

.search-container form.shadow {
    border: 1px solid #f5f5f5;
    box-shadow: 0 6px 6px -6px #cac9c9;
}

.search-container input[type=text] {
    padding: 6px;
    border: none;
}

.search-container button {
    float: right;
    padding: 6px 10px;
    background: #fff;
    border: none;
    cursor: pointer;
}

.gallery .nav-pills .nav-link.active, .gallery .nav-pills .show>.nav-link {
    color: #007bff;
    background-color: #007bff00;
}

.gallery .nav-pills .nav-link {
    color: #929eb9;
    font-size: 15px;
}

.mb-0 {
    margin-bottom: 0px;
}

.cardb {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.cardb:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.gallery-item .btn.btn-primary {
    padding: .375rem .75rem !important;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn.btn-primary.galleryitem {
    padding: .375rem .75rem !important;
}

.mr-2 {
    margin-right: 2rem;
}

.ml-2 {
    margin-left: 2rem;
}

/*blog text*/

.news-blog {
    padding-top: 5.5rem;
    background-color: #fff;
}

.news-blog h1, .news-blog h2, .hidden-blog h1, .hidden-blog h2 {
    color: #6a7e9c;
    font-size: 2rem;
    line-height: 1.3158em;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.text-blog p {
    font-size: 16px;
    line-height: 32px;
}

.b-share {
    padding: .4rem;
    margin: .3rem;
}

.m-auto {
    margin: auto;
}

.t-color * {
    color: #6a7e9c;
}

.tcolor {
    color: #6a7e9c !important;
}

.br-1 {
    border-right: 1px solid #6a7e9c;
    margin-right: .3rem;
    padding-right: .4rem;
}

.text-blog {
    color: #6a7e9c!important;
}

.text-blog p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.text-blog .d-flex p {
    margin-top: 0;
    margin-bottom: 15px;
}

.d-flex {
    display: flex!important;
}

.badge-rounded-circle {
    height: calc(1em + .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: 10rem;
}

.badge-success-soft {
    background-color: rgba(66, 186, 150, .1);
    color: #42ba96;
}

.mr-4, .mx-4 {
    margin-right: 1rem!important;
}

.mt-1, .my-1 {
    margin-top: .25rem!important;
}

.gallery-item p.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gallery-item h5.card-title, 
.gallery-item h2.card-title, 
.gallery-item h3.card-title, 
.gallery-item h4.card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6a7e9c;
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
}

.hidden-blog {
    display: none;
    padding-top: 5.5rem;
    background-color: #fff;
}

.goback.d-none {
    display: none;
}

.gallery-item h5.card-title,
.gallery-item h2.card-title, 
.gallery-item h3.card-title, 
.gallery-item h4.card-title {
    height: 48px;
}

.p-rel .error1.h-auto {
    height: auto !important;
    top: -20px;
}

.pricing-tab .nav-link {
    height: 100%;
}

.mb--5 {
    margin-bottom: .5rem;
}

.w-auto {
    width: auto !important;
}

/*Country code styles*/

.country-code-phn .phonenumber input, .phonenumber input {
    height: 38px;
}

.cand-signup-form {
    width: 400px;
    color: #000;
    text-align: start
}

/* Award section styles */

.awards.section {
    background-size: cover;
}

.awards.section .carousel-control-prev, .testimonial.section .carousel-control-next {
    display: none;
}

.awards.section h1 {
    margin-bottom: 1rem;
    text-align: center;
}

.awards.section h1:after {
    content: " ";
    background: url("../images/arytic-sprite.png");
    display: block;
    width: 61px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-position: -63px;
    background-repeat: no-repeat;
    background-size: 128px;
    margin-top: 10px;
}

.awards.carousel-control-prev
.awards.carousel-control-next{
    display: none;
}
.awards .carousel-control-next,.awards .carousel-control-prev{
    display: none;
}
.carousel-item{
    height:400px;
    }
    .award-content{
        padding: 15px;
        position: relative;
        border: 1px solid #ddd;
        top: 150px;
        left: 120px;
        -webkit-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
-moz-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
    }

.awards.section .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
}

.awards.section .carousel-indicators li {
    background-color: #cfd5e3;
    width: 24px;
    height: 6px;
    margin-right: 6px;
    margin-left: 6px;
}

.awards.section .carousel-indicators li.active {
    background-color: #ffb415;
}

.award-img img{
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
    -moz-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
    box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
    position: relative;
    left: -8px;
    top: 15px;
}

.award-date{
    padding: 0 0 20px 0;
    font-weight: 500;
    color: darkgrey;
    font-size: 15px;
}

.award-title{
    font-size: 18px;
    font-weight: bold;
    font-family: gotham;
}

.award-abbr{
    padding: 10px 0px;
    font-size: small;
    color: darkslategray;
}
.v-sm-btn{
    font-size: 10px;
}
/* Client Section */

.client.section h1 {
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 3rem;
}

.client.section h1:after {
    content: " ";
    background: url("../images/arytic-sprite.png");
    display: block;
    width: 61px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-position: -63px;
    background-repeat: no-repeat;
    background-size: 128px;
    margin-top: 10px;
}
.owl-next{
    position: absolute;
    top: 30px;
    font-size: 90px!important;
    right: -40px;
}
.owl-prev{
    position: absolute;
    top: 30px;
    font-size: 90px!important;
    left: -40px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #ffffff!important;
    color: blueviolet!important;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:focus{
    outline: 0;
}
.client-logo{
    align-content: center;
    filter: grayscale(100%);
    border: 1px solid #eee;
    cursor: pointer;
    margin: 35px 15px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.83); 
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.83);
    border-radius: 5px;
}
.client-logo:hover{
    filter:contrast(100%);
    -webkit-box-shadow: 1px 2px 12px 4px rgba(0,0,0,0.79); 
    box-shadow: 1px 2px 12px 4px rgba(0,0,0,0.79);
}
.client-logo img{
    width: 90%!important;
    height: auto;
    margin: auto;
    padding: 35px;
}
.client-carousel .owl-theme .owl-dots .owl-dot span{
    width: 30px;
    margin: 5px 0;
    border-radius: 0px;
    height: 5px;
    background: black;
    color: #fff;
}
.client-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #3dd0a1 !important;
    color: #202230;
}
/*Testimonial section */

.testimonial-block.section {
    background-size: cover;
}

.testimonial-block.section h1 {
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 3rem;
}

.testimonial-block.section h1:after {
    content: " ";
    background: url("../images/arytic-sprite.png");
    display: block;
    width: 61px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-position: -63px;
    background-repeat: no-repeat;
    background-size: 128px;
    margin-top: 10px;
}
#carouselTestimonials .carousel-item{
    height: 500px;
}

    .testimonial-content{
        padding: 15px;
        position: relative;
        border: 1px solid #ddd;
        top: 100px;
        left: 60px;
        -webkit-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
        -moz-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
        box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
    }

.testimonial-block.section .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    position: relative;
}

.testimonial-block.section .carousel-indicators li {
    background-color: #66DAB5;
    width: 85px;
    height: 85px;
    margin-right: 25px;
    margin-left: 25px;
    border-radius: 50%;
}

.testimonial-block.section .carousel-indicators li.active {
    background-color: #6E819E;
}

.testimonial-img img{
    width: 200%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
    -moz-box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
    box-shadow: 0px 0px 8px 2px rgba(8,8,8,1);
    position: relative;
    left: -200px;
    top: 50px;
}
.testimonial-block.section .carousel-indicators li.active img{
    filter: grayscale(0%);
}
.carousel-indicators li .thumnail-section img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    filter: grayscale(100%);
}
.testimonial-section{
    width: 70%;
    padding: 20px;
}
.testimonial-designation{
    font-size: 14px;
    font-weight: normal;
}
.testimonial-logo-img{
    float: left;
}
.testimonial-logo-img img{
    width: 50%;
    filter: grayscale(0.5);
}
.testimonial-title{
    font-size: 18px;
    font-family: gotham;
    font-weight: bold;
    color: #202230;
    margin-bottom: 15px;
}
.testimonial-abbr{
    font-size: 14px;
    font-family: gotham;
}
.testimonial-social-icons{
    float: right;
    padding-top: 10px;
    display:none;
}
.testimonial-social-icons img{
    margin: 0 5px;
}

#carouselTestimonials .carousel-control-prev-icon{
    background-image: url('../images/testimonial-left-arrow.png');
}
#carouselTestimonials .carousel-control-next-icon{
    background-image: url('../images/testimonial-right-arrow.png');
}
.testimonials-carousal-btns{
    position: absolute;
    top: 370px;
    right: 130px;
}
.testimonials-carousal-btns a{
    margin: 0 5px;
}

/*** Stories section ****/

.stories.section {
    background-size: cover;
}

.stories.section .carousel-control-prev, .testimonial.section .carousel-control-next {
    display: none;
}

.stories.section h1 {
    margin-bottom: 1rem;
    text-align: center;
}

.stories.section h1:after {
    content: " ";
    background: url("../images/arytic-sprite.png");
    display: block;
    width: 61px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    background-position: -63px;
    background-repeat: no-repeat;
    background-size: 128px;
    margin-top: 10px;
}

.stories.carousel-control-prev
.stories.carousel-control-next{
    display: none;
}
.stories .carousel-control-next,.stories .carousel-control-prev{
    display: none;
}

    .award-content{
        padding: 15px;
        position: relative;
        border: 1px solid #ddd;
        top: 150px;
        left: 120px;
        -webkit-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
-moz-box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
box-shadow: 0px 9px 15px 3px rgba(214,214,214,1);
    }

.stories.section .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
}

.stories.section .carousel-indicators li {
    background-color: #cfd5e3;
    width: 24px;
    height: 6px;
    margin-right: 6px;
    margin-left: 6px;
}

.stories.section .carousel-indicators li.active {
    background-color: #ffb415;
}
.story-img{
    left: -500px;
}
.story-img img{
    width: 400%;
}
.story-content{
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10;
    height: 150px;
    left: 85px;
    top: 240px;
}
.story-number{
    font-family: oswald;
    font-weight: 900;
    font-size: 35px;
    color: #d1d1d1;
}

.story-tag{
    padding: 15px 0;
    text-transform: uppercase;
    position: relative;
    left: -30px;
    font-weight: bold;
}
.story-title{
    font-family: gotham;
    font-weight: bold;
    font-size: 20px;
}
#carouselStories .carousel-item{
    height: 450px;
}
.story-read-more{
    font-size: 20px;
    font-family: oswald;
    text-transform: uppercase;
    font-weight: 500;
    background-color: white;
    margin-left: 50px;
    margin-top: 10px;
}


.fixed-main-nav { 
    position:fixed;
    width:140px;
    right:0;
    top:50%;
    height:244px;
    margin-top:-160px;
}

.fixed-main-nav li {
    margin:20px 0 0;
}

.fixed-main-nav li:first-child {
    margin:0;
}

.fixed-top a { font-size:16px; color:#485d68; padding-top:.2125rem; padding-bottom:.2125rem;   }
.fixed .fixed-top.home-nav { padding:8px 40px !important; transition:all 550ms linear; }
/* .fixed .fixed-top.home-nav .logo-light { display:block; }
.fixed-top img:nth-child(1) { display: none; }
.fixed .fixed-top img:nth-child(2) { display:none; } */
.fixed .fixed-top.other-nav .logo-dark { display:block;  }
.fixed-top { background: #fff; box-shadow: 5px 5px 5px rgba(202, 189, 189, 0.1); transition:all 550ms linear; }
/* .fixed .fixed-top.home-nav ul li a { color:#fff; } */

.nav-item.nav-item-hide { display:none; }
.fixed .nav-item.nav-item-hide { display:block; }


.fixed-main-nav { display:none; }
.fixed .home-nav .fixed-main-nav { display:none; }
.home-nav  .fixed-main-nav { display:block; }
.fixed-main-nav a {
    background:#17a2b8;
    padding:10px 10px 10px 60px;
    border-radius:8px 0 0 8px;
    font-size:13px;
    color:#fff;
    min-height:48px;
    display:flex;
    align-items:center;
    box-shadow:0 2px 32px rgba(68,87,116,0.2)
}

.fixed-main-nav a:hover {
    background:#30c496
}


.fixed-main-nav .icon {  width:36px; height:36px; position: absolute; transition: all 0.3s ease-in-out;  text-indent: -999em; left:10px; background:url(../images/arytic-sprites.png) 0 0 no-repeat #136482; color:#fff }
.fixed-main-nav li.employee .icon { background-position:-47px -12px; }
.fixed-main-nav li.candidate .icon { background-position:-89px -12px; }
.fixed-main-nav li.agency .icon { background-position:-131px -12px; }
.fixed-main-nav li.recruiter .icon { background-position:-232px -12px; }
.other-nav .hide-menu { display:none !important; }
.fixed-main-nav a:hover .icon { background-color: #30c496 !important; }



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    /* Homepage Award carousel */
    .carousel-item{
        height: 430px;
    }
    .award-content{
        top: auto;
        left: auto;
        box-shadow: none;
    }
    .award-img img{
        top: 5px;
        left: 0px;
        width: 90%;
    }
    .award-img{
        top: auto;
        left: auto;
        padding: 10px;
        margin-left: 15px;
    }
    .award-circle{
        display: none;
    }
    /* Homepage Client Carousel */
    .client-logo{
        margin: 15px 5px;
    }
    .client-logo img {
        width: 90%!important;
        height: auto;
        margin: auto;
        padding: 5px;
    }
    /* Homepage Testimonial */
    #carouselTestimonials .carousel-indicators{
        display: none;
    }
    .testimonial-img img{
        position: absolute;
        right: 0px;
        left: auto;
        top: 10px;
        width: 50%;
    }
    .testimonial-content{
        top: 70px;
        left: auto;
        height: 200px;
        box-shadow: none;
    }
    .testimonial-section{
        width: 100%;
        padding: 10px;
    }
    .testimonial-social-icons{
        top: 30px;
    }
    .testimonials-carousal-btns{
        left:10px;
        top: 65px;
    }
    .testimonial-abbr{
        padding: 20px 0 0;
    }
    #carouselTestimonials .carousel-item{
        height: 580px;
        margin-top: 30px;
    }

    .succes-circle{
        display: none;
    }
    .story-content{
        height: 285px;
        left: 0;
        top: 140px;
        position: absolute;
        width: 90%;
    }
    .story-tag{
        padding: 0;
        left: 20px;
        top: -33px;
    }
    .story-title{
        position: relative;
        top: -15px;
    }
    .story-img img {
        width: 250%;
        height: 430px;
    }
    #carouselStories{
        margin-top: 20px;
    }
    .signpage h2, h2.main_question {
        position: relative;
        top: 10px;
    }
}

.homepage .revamp__banner__container { background-color: #485c67; }
.homepage .video__banner { position: relative; height:550px; overflow: hidden;   } 
.homepage .video__banner .video__backdrop { position: absolute;left: 0;right: 0;top: 0;bottom: 0; background-color: rgb(107 106 106 / 75%); mix-blend-mode:multiply }
.homepage .video__banner video{ width: 100%; }
.homepage .revamp__banner { position: absolute;top: 0;width: 100%; height:550px;  background: none; padding-top: 90px; color:#fff; }
.homepage .revamp__banner h1 { font-size:42px; color:#fff; margin:0 0 20px; }
.homepage .revamp__banner h4, .homepage .revamp__banner h2  { font-size:24px; color:#fff; margin:0 0 20px; }
.homepage .revamp__banner p { font-size:16px; margin:0 0 30px; }

.homepage .revamp__banner ul { font-size:0; margin:0; }
.homepage .revamp__banner li { display:inline-block; margin:0 0 0 15px; }
.homepage .revamp__banner li:first-child { margin:0; }
.homepage .revamp__banner__box { width:800px; text-align:center; margin-top:-20%; }
.homepage .banner__counting { margin:-57px 0 0; text-align:center; }
.homepage .banner__counting__title h4, .homepage .banner__counting__title h3 { font-size:18px; font-weight:bold; color:#ffffff; position: relative; top:110px; }
.homepage .banner__counting .number { font-size:36px; color:#136482;  border-radius:50%; font-weight:bold;  margin:0 auto 10px;  text-align:center;  align-items:center; justify-content:center; width:160px; height:72px; background:url(../images/circle__infographic.png) 0 0 no-repeat; line-height:110px; letter-spacing:-0.05rem; background-position: 10px 5px;}
.homepage .banner__counting .info {  padding:0 0 0 15px; font-size:16px; text-align:center;font-weight: 500;  }

#footer { padding:0; }
#footer .top-footer { background:url(../images/footer-image-bg.png) 50% 50% no-repeat; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; font-size:14px; color:#fff; line-height:1.65; }
#footer .top-footer ul { margin:20px 0 0; padding:0; list-style:none; }
#footer .top-footer li { margin:10px 0 0; }
#footer .top-footer .col-container i { position:absolute; left:0; top:0; font-size:22px; line-height:37px; width:100%; height:100%; }
#footer .top-footer .col-container { padding:40px; height:100%; }
#footer .top-footer .col-sm-3 {  border-left:1px solid #2d2f31; }
#footer .top-footer .col-sm-3:first-child { border-left:0; }
#footer .top-footer .col-sm-3:first-child .col-container { padding-left:0; }
#footer .top-footer .col-sm-3:last-child .col-container { padding-right:0; }
#footer .bottom-footer { background:#000000; padding:25px 0; color:#FFF; }
#footer .bottom-footer ul { float:right; text-align:right; }
#footer .bottom-footer li { float:none; display:inline-block;}
#footer .bottom-footer li a { color:#FFF; }
#footer .bottom-footer li a:hover , #footer .top-footer li a:hover { color:rgba(255,255,255,0.7); text-decoration:none; } 
#footer .top-footer .col-sm-4 h4 { font-size:22px; color:#fff; font-weight:normal; text-transform:uppercase; position:relative;  }
#footer .top-footer p { margin:0; font-size:16px; }
#footer .top-footer a {  color:#fff; }
#footer .top-footer a:hover { color:#fff; text-decoration:none }
#footer .footer-logo { width:250px; display:block; }
#footer .top-footer .info-box { margin:24px 0 0; }
#footer .top-footer h4, #footer .top-footer .menu-title { font-size:20px; font-weight:bold; color:#fff; position:relative; padding-bottom:10px; }
#footer .top-footer h4:after, #footer .top-footer .menu-title:after { content:""; position:absolute; left:0; bottom:0; width:40px; height:2px; background:#66dab5; }
#footer .top-footer .contact-col li { position:relative; padding-left:30px; }
#footer .top-footer .contact-col li img { width:14px; height:auto; position:absolute; left:0; top:4px; }
#footer .top-footer .contact-col li.phone img { width:15px; }
#footer .top-footer .contact-col li.mail img { width:20px; }
#footer .social li { display:inline-block; margin:0 0 0 10px; }
#footer .social li:first-child { margin:0; }
#footer .social li a { display:block; background:#111; width:36px; height:36px; border-radius:50%; position:relative; text-align:center; }
#footer .social li a:hover { color:#fff; background:#000; }

.icon-phone { width:24px; height:24px; background:url(../images/arytic-sprites.png) -17px -15px no-repeat; display:inline-block; margin-right:4px; vertical-align:middle; font-size:0; }


@media only screen and (max-height:600px) {
    .homepage .revamp__banner { height:550px; }
}


/*Common Flex Css*/
/*Flex Classes
========================================================================================*/
.flex { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; }
.flex-value { -webkit-box-flex:0 0 100%; -moz-box-flex:0 0 100%; -webkit-flex:0 0 100%; -ms-flex:0 0 100%; flex:0 0 100%; }
.flex-row { -webkit-flex-direction:row; -moz-flex-direction:row; -ms-flex-direction:row; flex-direction:row; }
.flex-column { -webkit-flex-direction:column; -moz-flex-direction:column; -ms-flex-direction:column; flex-direction:column; }
.flex-wrap { -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.flex-nowrap { -webkit-flex-wrap:nowrap; -moz-flex-wrap:nowrap; -ms-flex-wrap:nowrap; flex-wrap:nowrap; }
.flex-justify-center { -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; -ms-flex-pack:center; }
.flex-justify-start { -webkit-justify-content:flex-start; -moz-justify-content:flex-start; -ms-justify-content:flex-start; justify-content:flex-start; -ms-flex-pack:flex-start; }
.flex-justify-end { -webkit-justify-content:flex-end; -moz-justify-content:flex-end; -ms-justify-content:flex-end; justify-content:flex-end; -ms-flex-pack:flex-end; }
.flex-align-center { -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; -ms-flex-align:center; align-items:center; }
.flex-align-equal { -webkit-align-items:stretch; -moz-align-items:stretch; -ms-align-items:stretch; -ms-flex-align:stretch; align-items:stretch; }
.flex-align-start { -webkit-align-items:flex-start; -moz-align-items:flex-start; -ms-align-items:flex-start; -ms-flex-align:flex-start; align-items:flex-start; }
.flex-align-end { -webkit-align-items:flex-end; -moz-align-items:flex-end; -ms-align-items:flex-end; -ms-flex-align:flex-end; align-items:flex-end; }
.flex-align-baseline { -webkit-align-items:baseline; -moz-align-items:baseline; -ms-align-items:baseline; -ms-flex-align:baseline; align-items:baseline; }

.flex-self-center { -webkit-align-self:center; -moz-align-self:center; -ms-align-self:center; -ms-flex-self:center; align-self:center; }
.flex-self-equal { -webkit-align-self:stretch; -moz-align-self:stretch; -ms-align-self:stretch; -ms-flex-self:stretch; align-self:stretch; }
.flex-self-start { -webkit-align-self:flex-start; -moz-align-self:flex-start; -ms-align-self:flex-start; -ms-flex-self:flex-start; align-self:flex-start; }
.flex-self-end { -webkit-align-self:flex-end; -moz-align-self:flex-end; -ms-align-self:flex-end; -ms-flex-self:flex-end; align-self:flex-end; }
.flex-self-baseline { -webkit-align-self:baseline; -moz-align-self:baseline; -ms-align-self:baseline; -ms-flex-self:baseline; align-self:baseline; }


.revamp__section__title h3, .revamp__section__title h4 { font-size:40px; color:#41536e; font-weight: bold; margin:0;  }
.revamp__section__title { margin:0 0 30px; }
.hide__desktop__nav { display:none; }
.other-nav .hide__desktop__nav { display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; -ms-flex-preferred-size: auto; flex-basis: auto; margin-left:auto; }



/*Common Responsive
==================================================*/
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .homepage .arytic-video-btn { margin:0; }
}

@media only screen and (max-width:1170px) {
    .homepage .video__banner, .homepage .revamp__banner { height:512px }
    .homepage .banner__counting__title h4, .homepage .banner__counting__title h3 { top: 80px }
	#footer .middle-footer .col-sm-4 { flex:0 0 40%; max-width:40%; }
	#footer .middle-footer .col-sm-4:first-child { flex:0 0 20%; max-width:20%; }
	#footer .footer-logo { width:100%; }
	#footer .middle-footer h4, #footer .top-footer .col-sm-4 h4 { font-size:18px; }
    #footer .top-footer .col-container { padding:30px 20px; }
    .revamp__section__title h3, .revamp__section__title h { font-size:2rem; }
    .homepage .revamp__banner .container { max-width:100%; }
    .homepage .revamp__banner__box { width:100%; }
    .homepage .revamp__banner h1 { font-size:32px; }
    .homepage .banner__counting .number { height:90px; }
}

@media only screen and (max-width:1023px) {
	#footer .top-footer .col-sm-3 { flex:0 0 33.33%; max-width:33.33%; border-top:1px solid #2d2f31; }
	#footer .top-footer .col-sm-3:first-child  { flex:0 0 100%; max-width:100%;  border-top:0; }
	#footer .top-footer .col-sm-3:nth-child(2) { border-left:0; }
	#footer .top-footer .col-sm-3:nth-child(2) .col-container { padding-left:0; }
	#footer .top-footer .col-container { padding:20px 10px; }
    #footer .top-footer .row, #footer .bottom-footer .row { margin:0; }
    #footer .container { max-width:inherit; }
    .homepage .banner__counting .info { width:100%; text-align:center; }
    .revamp__section__title h3, .revamp__section__title h4 { font-size:1.75rem; }
    .award-content { top:100px; }
    
}

@media only screen and (max-width:991px) {
    .home-nav .fixed-main-nav { 
        display:none;
    }
    .hide__desktop__nav { display:block; width:100%; position:fixed; left:0; top:75px;  }
    #navbarTogglerDemo01:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#fff;  }
    .fixed .fixed-top.home-nav ul li a  { color:#64759b }
    #navbarTogglerDemo01 ul { 
        position: relative;
        z-index:10;
        padding:20px 0;
    }
    .revamp__section__title h3, .revamp__section__title h4 { font-size:1.5rem; }
}

@media only screen and (max-width:767px) {
    .homepage .revamp__banner { height:auto; position: relative; background:#6e819e; padding:132px 30px 60px; }
    .homepage .video__banner { height:320px; display:none; }
    .homepage .revamp__banner h1 { font-size: 30px; }
    .homepage .revamp__banner__container { padding: 75px 0 0; }
    .homepage .revamp__banner h4, .homepage .revamp__banner h2 { font-size:20px; }
    .banner__counting .col-sm-3 { flex:0 0 50%; max-width:50%; margin:15px 0; }
    /*.video__banner video { display:none;}*/ 
    .homepage .banner__counting { margin-top:40px; }
    .homepage .banner__counting .revamp__section__title h4 { color:#41536e; }
    .homepage .banner__counting .revamp__section__title { margin:0; }
    .ven__diagram__section { padding:40px 0; }
    .award-content, .award-img { top:auto; left:auto; flex:0 0 100%; max-width:100%; } 
    .awards .carousel-item { height:auto }
    .award-img { padding: 10px; margin-left: 15px; }
    .banner__counting .col-sm-3 { flex:0 0 100%; max-width:100%; }
    .testimonial-img img { right:34px; width:44%; }
    .testimonial-content, .award-content { border:0; }
    .homepage .banner__counting__title h4, .homepage .banner__counting__title h3 { top:0; margin: 30px 0 0; }
}

@media only screen and (max-width:640px) {
	#footer .top-footer .col-sm-3 { flex:0 0 100%; max-width:100%; float:left; border-left:0; }
	#footer .bottom-footer .col-sm-6 { flex:0 0 100%; max-width:100%; }
	#footer .bottom-footer ul { float:none; text-align:left; margin:20px 0 0; padding:0; }
	#footer .footer-logo { width:200px; margin:0 0 20px; }
	#footer .bottom-footer li { font-size:13px; margin-right:6px; }
    
}

@media only screen and (max-width:480px) {
	#footer .middle-footer li, #footer .top-footer .col-sm-4 { flex:0 0 100%; max-width:100%; }	
    #carouselTestimonials .carousel-item { height:650px; }
}


.sign__up__page.signpage .content-left-wrapper h2 {  margin:0; font-size: 16px; }
.sign__up__page .cand-signup-form { margin-top:60px; overflow-y: auto; height: calc(90vh - 52px); padding-right:20px; }
.sign__up__page .main__row { margin:0 -7px; }
.sign__up__page .main__row .main__col { padding:0 7px; }
.sign__up__page .form-group.terms { padding: 0; }
.sign__up__page #login_container { margin: 15px 0 0; }
.sign__up__page #login_container iframe{ height: 54px !important; }
.sign__up__page .main__row.spt-2 { padding-top:14px;  }
.sign__up__page .recaptcha__code { margin:0 0 10px; display: block; }

.custom__owl__carousel .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    vertical-align: middle;
}

.custom__owl__carousel .owl-dot span {
    font-size: 0;
}

.custom__owl__carousel .owl-dot:hover span, .custom__owl__carousel .owl-dot.active span {
    background: #434bdf !important;
}  

@media only screen and (max-width:991px) {
    .sign__up__page .cand-signup-form  { margin-top:0; }
    .sign__up__page .main__row { margin: 0 -7px !important; }
    .sign__up__page  .content-left-wrapper { padding-top: 30px; }
}

.btn.btn-primary.btn__primary { color: #202230 !important; }
.funnel__dark__blue { background-color:#263551; }
.funnel__dark__blue__01 { background-color:#171D27; }
.funnel__dark__blue__02 { background-color:#1E2733; }
.funnel__dark__blue__03 { background-color:#263040; }
.funnel__dark__blue__04 { background-color:#2D3A4D; }
.funnel__dark__blue__05 { background-color:#35445A; }

body .shop__diagaram .shop__no.shop__no__02, body .shop__diagaram .shop__no.shop__no__05 { color:#054FC7; }
body .shop__diagaram .shop__no.shop__no__03 { color:#18634B; }
body .shop__diagaram .shop__no.shop__no__04 { color:#555; }
body .revamp__icon__listing__grid .number { color:#202230;  }
body .revamp__icon__listing__grid p, .first-para { color:#5A6C87  }
body .revamp__icon__listing__grid h4 { color:#414E62; }
#footer .top-footer { background-color: #202230;  }
.fixed-main-nav a { background: #136482; }
.pricing a { color:#fff; background: #136482 !important; }
.pricing a:hover { color: #fff; background: #30c496 !important; }
.customer-page .section h4, .customer-page .section h3, .customer-page .section p { color:#5A6C87 }

#footer .top-footer a:hover { text-decoration: underline !important; color: #fff !important; }
.btn:focus { outline: 1px solid #000; }
.owl-theme .owl-dots .owl-dot  { background-color: #fff; }
.owl-theme .owl-dots .owl-dot span { text-indent: -999em;  opacity: 1 !important; background: #000 !important; color: #fff !important; }
.btn.btn-info.arytic-video-btn { background: #136482; border-color: #136482; }
.owl-theme .owl-dots .owl-dot:hover span { background: #000 !important;  color: #000 !important; }
.gallery-item h2.card-title, .gallery-item h3.card-title, .gallery-item h4.card-title, .gallery-item h5.card-title { color:#202230; }
.gallery-item .btn.btn-primary.news-view { color: #202230 !important; }


.apply-now-banner.section p { background-color: #41536e; }
.award-date { color: #41536e; }
.client-carousel .owl-theme .owl-dots .owl-dot.active span { color: #202230 !important }


.homepage .privacy-policy h4.namecolor { color:#202230 }
.privacy-policy.about-us div.namecolor { color: #41536e; }

.custom-mat-accordion .mat-content {
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
}

  
/* Owl Carousel Navigation Styles */
.legend-carousel-container .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.legend-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
    margin-top: -30px !important;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
  }
  
  .legend-carousel .owl-prev,
  .legend-carousel .owl-next {
    pointer-events: all;
    width: 28px;
    height: 28px;
    background: none !important;
    border-radius: 50%;
    border: 1.5px solid #eee;
    display: flex !important;
    align-items: center;
    top: 0 !important;
    justify-content: center;
    transition: all 0.2s;
    color: #444 !important;
    position: relative;
  }

  .legend-carousel .owl-prev {
    left: -50px !important;
  }
  
  .legend-carousel .owl-prev:hover,
  .legend-carousel .owl-next:hover {
    background: #f3f6fa !important;
    border-color: #448AFA;
    color: #448AFA !important;
  }
  
  .legend-carousel .owl-prev span,
  .legend-carousel .owl-next span {
    display: none !important;
  }
  
  .legend-carousel .owl-prev::before,
  .legend-carousel .owl-next::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: solid #444;
    border-width: 0 3px 3px 0;
    padding: 0;
    margin: 0;
  }
  
  .legend-carousel .owl-prev::before {
    transform: rotate(135deg);
    margin-left: 2px;
  }
  
  .legend-carousel .owl-next::before {
    transform: rotate(-45deg);
    margin-right: 2px;
  }
  
  .legend-carousel .owl-prev:hover::before,
  .legend-carousel .owl-next:hover::before {
    border-color: #448AFA;
  }
  
  /* Owl Carousel Dots Styles */
  .legend-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
  }
  
  .legend-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    background: none !important;
  }
  
  .legend-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
  }
  
  .legend-carousel .owl-dot.active span {
    background: #448AFA;
    transform: scale(1.2);
  }
  
  /* Responsive adjustments */
  @media only screen and (max-width: 768px) {
    .legend-carousel-container {
      padding: 0 10px;
    }
    
    .legend-carousel .owl-prev {
      left: -10px;
    }
    
    .legend-carousel .owl-next {
      right: -10px;
    }
    
    .legend-carousel .col-container {
      min-height: 100px;
      padding: 15px 10px;
    }
    
    .legend-carousel .col-container h2 {
      font-size: 20px;
    }
  }