/*
* Website : youcheckedin.com
*/


/*=========================
 *  1.Helper          *
 *  2.Home            * 
 *  3.Services        *
 *  4.Features        *
 *  5.Video landing   *
 *  6.pricing         *
 *  7.Fun Fact        * 
 *  8.Team            *
 *  9.Subscribe       *
 *  10.More Features  * 
 *  11.Testimonial    * 
 *  12.About us       *
 *  13.Contact us     *
 *  14.Faq Accourdian *
 *  15.Job Open       *
 *  16.Sub Services   *
 *  17.Clients        *
 *  18.Footer         *
 *  19.Log In page    *
 *  20.Responsive     *
===========================*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500|Yantramanav:400,500');
body {
    font-family: 'Yantramanav', sans-serif;
    color: #252525;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}


/*======================
     1.Helper 
========================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.btn {
    padding: 14px 36px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.btn-rounded {
    border-radius: 30px !important;
}

.login-btn {
    border-radius: 30px !important;
    border: 1.5px solid #34d1c6;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.login-btn:hover,
.login-btn:focus,
.login-btn:active,
.login-btn.active,
.login-btn.focus,
.login-btn:active,
.login-btn:focus,
.login-btn:hover,
.open > .dropdown-toggle.login-btn {
    box-shadow: none !important;
}


.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #fff !important;
    cursor: pointer;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    box-shadow: none !important;
}

.btn-outline {
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
    transition: all 0.5s;
    outline: none;
    text-decoration: none;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.bg-overlay {
    background-color: rgba(11, 15, 41, 0.65);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.section-title {
    /*max-width: 485px;*/
    max-width: 600px;
}

.section-title small {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/*=====================
        2.Home
=======================*/

.bg-home-clip {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title {
    font-size: 38px;
    line-height: 1.5;
    text-shadow: 0px 20px 50px rgba(0, 0, 0, 0.4);
}

.home-sub-title {
    font-size: 17px;
    line-height: 1.8;
    /*max-width: 600px;*/
    max-width: 570px;
}

.watch-video a span {
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    top: -5px;
}

.home-height-half {
    padding: 220px 0 185px 0;
    height: auto;
}


/*====================
    Demo - 1
====================*/

.home-height-full {
    position: relative;
    height: 100vh;
}

.bg-home-1 {
    /*background: url('../images/bg-home.jpg');*/
    /*background-color: rgba(253,194,35,0.3);*/
    background:
            linear-gradient(
                    rgba(0,0,0,0.3),
                    rgba(0,0,0,0.3)
            ),
                /* bottom, image */
            url(../images/bg-home.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}


/*=====================
    Demo - 2
=====================*/

.bg-home-2 {
    background: radial-gradient(at 50% -20%, #3D4E81, #5753C9,#6E7FF3) fixed;
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

/*=====================
    Demo - 3
=======================*/

.home-half-form {
    padding: 160px 0px 125px 0px;
    height: auto;
}

.custom-home-title {
    font-size: 40px !important;
}

.form-home {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 11px 50px -15px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0px 11px 50px -15px rgba(0, 0, 0, 0.5) !important;
}

.form-home h3 {
    color: #949799;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0px;
}

.form-home input {
    border: 1px solid #eee;
    height: 40px;
    box-shadow: none !important;
    margin-bottom: 20px;
    font-size: 15px;
}

.form-home input:focus {
    border-color: #000 !important;
}


/*========================
        Demo- 4
=========================*/

.frame-border {
    border: 8px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.video-wrapper iframe {
    max-width: 100%;
}

/*========================
    3.Services
=========================*/

.service-boxed {
    border: 1px solid #ececec;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.service-body h5 {
    margin-bottom: 20px;
    font-size: 20px;
}

.service-body p {
    margin-bottom: 0;
    line-height: 26px;
}

.service-boxed i {
    display: inline-block;
    font-size: 30px;
    width: 90px;
    height: 90px;
    line-height: 84px;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 3px #bbb;
    transition: all 0.3s;
    background-color: #fff;
}

.service-boxed i:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    color: #fff !important;
    box-shadow: 0 0 3px #6362b8;
}

/*==================
    4.Features
===================*/

.more-features {
    padding: 40px 0;
}

.more-features i {
    font-size: 50px;
}

.preference-subtitle {
    line-height: 24px;
}

.preference-more {
    margin-top: 25px;
    display: block;
}


/*================
  5. Video landing
==================*/

.bg-video-img {
    background: url('../images/bg-video.jpg');
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.play-video-btn {
    height: 80px;
    width: 80px;
    font-size: 36px;
    line-height: 78px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 30px;
    transition: all .8s ease;
}

.play-video-btn:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.video-title-width {
    max-width: 580px
}

/*========================
    6.Pricing
=========================*/

.program-box {
    border-radius: 5px;
    border: 2px solid transparent;
}

.pricing-heading {
    background-color: #000;
}

.price-box span {
    font-size: 20px;
}

/*=================
    8.Team
===================*/

.team-subtitle {
    font-size: 22px;
}

.team-box {
    background-color: #ffffff;
}

.team-desc {
    line-height: 26px;
    font-size: 14px;
}

.team-info small {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.team-social li a {
    color: #000;
    transition: all 0.52s;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
}

/**********************
    9.Subscribe
***********************/

.search-form input {
    padding: 14px 20px;
    width: 100%;
    font-size: 18px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 0px;
    right: -2px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 14px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


.search-form-two input {
    padding: 14px 20px;
    width: 100%;
    font-size: 18px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    border-radius: 30px;
    border: 2px solid #fdc223;
}

.search-form-two button {
    position: absolute;
    top: 0px;
    right: -2px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 16px 30px;
}

.search-form-two form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

/*================
 10.More Fratures
==================*/

.features-border {
    border: 1px solid transparent;
}

/*==================
   11. Testimonial
===================*/

.bg-testimonial {
    /*background: url('../images/bg-education.jpg');*/
    position: relative;

    background:
    linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
    ),
    /* bottom, image */
    url(../images/bg-education.jpg);

    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}



.bg-testimonial-company {
    position: relative;
    background:
            linear-gradient(
                    rgba(0, 0, 0, 0.45),
                    rgba(0, 0, 0, 0.45)
            ),
                /* bottom, image */
            url(../images/bg-form.jpg);

    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-testimonial-property {
    position: relative;
    background:
            linear-gradient(
                    rgba(0, 0, 0, 0.45),
                    rgba(0, 0, 0, 0.45)
            ),
                /* bottom, image */
            url(../images/bg-form-2.jpg);

    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testi-img img {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 100px;
}

.testi-desc {
    margin-top: 30px;
}

.testimonial-box p {
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    opacity: 0.5;
    transform: rotate(45deg);
    border-radius: 0px;
    -webkit-transition: all 0.2s ease 0s;
}

/*===================
   12.  Features
=====================*/

.features-bg-sub-page-home {
    /*background: url('../images/bg-pattern.png');*/
    position: relative;
    background-position: center center;
}

.features-heading-half {
    padding-top: 130px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: auto;
}

.features-page-next a,
.features-page-next span {
    font-size: 12px;
    padding-left: 8px;
    letter-spacing: 2px;
    padding-right: 8px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.89);
}

.features-page-next-level h4 {
    font-size: 36px;
    color: #000;
}


/*===================
   12.  About Us
=====================*/

.bg-sub-page-home {
    background: url('../images/bg-pattern.png');
    position: relative;
    background-position: center center;
}

.heading-half {
    padding: 130px 0;
    height: auto;
}


.page-next a,
.page-next span {
    font-size: 12px;
    padding-left: 8px;
    letter-spacing: 2px;
    padding-right: 8px;
    text-transform: uppercase;
    color: rgba(255, 247, 247, 0.9);
}

.page-next-level h4 {
    font-size: 36px;
    color: #ffffff;
}

.vision-desc,
.mission-desc p {
    font-size: 15px;
    line-height: 26px;
}

.about-bg-img {
    /*background-image: url("../images/bg-about-img-1.jpg");*/
    position: relative;
    background-size: cover;
}

.about_bg_color {
    padding: 50px;
    background-color: #f8f9fa;
}

.about-content i {
    font-size: 40px;
}

.about-service {
    margin-top: 40px;
}

.about-icon i {
    font-size: 44px;
    line-height: 60px;
}

.about-story {
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
}


/*====================
   13. Contact Us
=====================*/

.contact-info {
    background: #f8f9fa;
    border: 1px solid #cec9c9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-info i {
    color: #09232f;
    font-size: 34px;
}

.custom-form label {
    font-size: 15px;
}

.custom-form .form-control {
    margin-bottom: 25px;
    height: 48px;
    border: 1px solid #dbe0e8;
    box-shadow: none !important;
    outline: none !important;
}

.demo-custom-form .form-control {
    margin-bottom: 5px;
    height: 48px;
    border: 1px solid #dbe0e8;
    box-shadow: none !important;
    outline: none !important;
}


.trial-custom-form .form-control {
    margin-bottom: 0px;
    height: 48px;
    border: 1px solid #dbe0e8;
    box-shadow: none !important;
    outline: none !important;
}

.custom-form .form-control:focus {
    border-color: #a0a0a0 !important;
}

.custom-form textarea.form-control {
    height: auto;
}

.custom-form label {
    font-size: 15px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #f36270;
    color: #f36270;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    /*color: #0dba26; */
    color: #fdc223;
    font-size: 22px;
}


/*=========================
    14. Faq Accourdian 
==========================*/

.bg-about-custom {
    background-color: rgba(255, 193, 7, 0.8);
}

.custom-faq h4 {
    margin-bottom: 20px;
    font-size: 20px;
    opacity: 0.8;
}

.custom-faq p {
    line-height: 24px;
    color: #6f6a6a;
}

.custom-faq .underline {
    clear: both;
    position: relative;
    margin: 40px 0;
    border-top: 1px solid #eee;
}


/*=========================
    15. Job Open
==========================*/

.job-box ul li {
    position: relative;
    padding: 15px 0;
    transition: all 0.3s;
    color: #bdbdbd;
    border-bottom: 1px solid #eee;
}

.job-box li a {
    color: #444;
}

.job-title {
    color: #222;
    font-size: 22px;
    padding-bottom: 15px;
}


/*========================
    16. Sub Services
=========================*/

.serevice-box {
    border: 1px solid #ededed;
}

.serevice-box-icon i {
    font-size: 38px;
}

.serevice-box h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.serevice-box p {
    line-height: 25px;
}

.follow-desc {
    font-size: 18px;
    line-height: 35px;
}

.follow-desc a {
    border: 2px solid #6c678f;
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #6c678f;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}


/*====================
      17.Client   
======================*/

.client-images img {
    max-height: 90px;
    width: auto !important;
    margin: 10px auto;
    opacity: 0.3;
    transition: all 0.5s;
}

.client-images img:hover {
    opacity: 0.6;
}


/*====================
      18.Footer   
======================*/

.footer {
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer-list li a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    line-height: 30px;
}

.footer .footer-list li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-list li {
    margin-bottom: 5px;
}

/*.footer-social li a i {*/
    /*font-size: 20px;*/
    /*color: #fff;*/
    /*border-radius: 50%;*/
    /*border: 2px solid;*/
    /*height: 40px;*/
    /*width: 40px;*/
    /*text-align: center;*/
    /*line-height: 36px;*/
    /*margin-right: 3px;*/
    /*display: inline-block;*/
/*}*/


.footer-social li a i {
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 25px;
    margin-right: 3px;
    display: inline-block;
}

.footer-social li a i.facebook {
    background-color: #5472d2;
    border-color: #5472d2;
}

.footer-social li a i.instagram {
    background-color: #e43667;
    border-color: #e43667;
}

.footer-social li a i.twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

.footer-social li a i.linkedin {
    background-color: #0173B2;
    border-color: #0173B2;
}

.footer-desc {
    line-height: 26px;
}

.footer-border {
    height: 1px;
    background-color: #4a4a4a;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.subcribe-form {
    height: 48px;
    border: none;
    border-radius: 0px;
}

.subcribe-btn {
    background-color: #ffd800;
    border-radius: 2px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    border: 0px solid #ffd800;
    color: #2d2d4c;
    padding: 15px 24px 15px 24px;
    text-transform: normal;
    white-space: normal;
    outline: none !important;
}

.footer-terms a {
    color: rgba(255, 255, 255, 0.5);
}


/*=====================
    19. Log In Page
======================*/

/*.bg-login-form {*/
    /*background: url('../images/bg-form.jpg');*/
    /*position: relative;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
/*} */

  .bg-login-form {
      background-color: #f3f6f8;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-attachment: fixed;
  }

    .intro-form {
        box-shadow: 0 0 0 1px rgba(200,215,225,0.5), 0 1px 2px #e9eff3;
    }



.intro-form input {
    font-size: 14px;
    border: 1px solid #eee;
    height: 45px;
    box-shadow: none !important;
    margin-bottom: 26px;
}



.login-intro-form input {
    font-size: 14px;
    border: 1px solid #eee;
    height: 45px;
    box-shadow: none !important;
    margin-bottom: 0px;
}




.intro-form input:focus {
    border-color: #000 !important;
}


/*=====================
    20. Log In Page
======================*/

@media (max-width: 768px) {
    .float-responsive.float-right,
    .float-responsive.float-left {
        float: none !important;
        text-align: center;
    }
}

@media (min-width: 767px) {
    .home-flex.vertical-content {
        display: flex;
    }
}

@media (max-width: 768px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }
    .vertical-content {
        display: flex;
    }
    .features-desc h2 {
        font-size: 26px;
    }
    .home-title {
        font-size: 28px;
    }
    .home-sub-title {
        font-size: 14px;
    }
    .navbar-light .logo {
        line-height: 0px !important;
        padding: 0px !important;
    }
    .play-position {
        position: absolute;
        left: 43%;
        top: 27%;
    }
    .about_bg_color {
        padding: 30px;
    }
    .about-bg-img .about-section {
        padding: 0px;
    }
    .job-post-inner {
        padding: 20px;
    }
    .pull-none {
        text-align: center !important;
        float: none !important;
    }
    .video-wrapper {
        padding-top: 50px;
    }

    /*.edu-join-btn {*/
        /*margin-top: 30px;*/
        /*margin-right: 30px;*/
    /*}*/

    .edu-join-or {
        display: block;
        padding: 10px;
    }

    .footer-about-img {
        margin-bottom: 30px;
    }
}

/*=====================
    20. Loading spinner
======================*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #34d1c6;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*=====================
    20. bsolute Center Spinner
======================*/


.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*=====================
    20. Custom CheckBox
======================*/


.radio-custom, .checkbox-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio-custom label, .checkbox-custom label {
    min-height: 22px;
    margin-bottom: 0;
    /*font-weight: 300;*/
    font-weight: 400;
    cursor: pointer;
}

.radio-custom:empty, .checkbox-custom:empty {
    min-height: auto;
    margin-top: -22px;
}

.radio-custom input[type="radio"], .checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
}

.radio-custom.disabled label, fieldset[disabled] .radio-custom label, .checkbox-custom.disabled label, fieldset[disabled]
.checkbox-custom label {
    cursor: not-allowed;
}

.input-group-addon .radio-custom, .input-group-addon .checkbox-custom {
    margin: 0;
}

.checkbox-custom {
    padding-left: 20px;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

.checkbox-custom label:empty {
    padding-left: 0;
}

.checkbox-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -20px;
    content: "";
    background-color: #dee2e6;
    /*border: 1px solid #e0e0e0; */
    border: 1px solid #b9b7b7;
    border-radius: .215rem;
    transition: all .3s ease-in-out 0s;
}

.checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-top: 1px;
    margin-left: -20px;
    font-size: 12px;
    line-height: 20px;
    color: #757575;
    text-align: center;
}

.checkbox-custom input[type="checkbox"], .checkbox-custom input[type="radio"] {
    z-index: 1;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: 5px;
    opacity: 0;
}

.checkbox-custom input[type="checkbox"]:checked + label::before, .checkbox-custom input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-custom input[type="radio"]:checked + label::before, .checkbox-custom input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-color: #e0e0e0;
    border-width: 8px;
    /*width: 16px;*/
    /*height: 16px;*/
    transition: all 300ms ease-in-out 0s;
}

.checkbox-custom input[type="checkbox"]:checked + label::after, .checkbox-custom input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-custom input[type="radio"]:checked + label::after, .checkbox-custom input[type="radio"]:checked + input[type="hidden"] + label::after {
    /*font-family: "Material Design Iconic";*/
    /*content: '✔';*/

    content: '';
    position: absolute;
    left: 3px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow:
            2px 0 0 white,
            4px 0 0 white,
            4px -2px 0 white,
            4px -4px 0 white,
            4px -6px 0 white,
            4px -8px 0 white;
    transform: rotate(45deg);
}

.checkbox-custom input[type="checkbox"]:disabled, .checkbox-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label, .checkbox-custom input[type="checkbox"]:disabled + input[type="hidden"] + label, .checkbox-custom input[type="radio"]:disabled + label, .checkbox-custom input[type="radio"]:disabled + input[type="hidden"] + label {
    opacity: .65;
}

.checkbox-custom input[type="checkbox"]:disabled + label::before, .checkbox-custom input[type="checkbox"]:disabled + input[type="hidden"] + label::before, .checkbox-custom input[type="radio"]:disabled + label::before, .checkbox-custom input[type="radio"]:disabled + input[type="hidden"] + label::before {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #e0e0e0;
    border-width: 1px;
}

.checkbox-custom.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox-inline + .checkbox-inline {
    margin-left: 20px;
}

.checkbox-default input[type="checkbox"]:checked + label::before, .checkbox-default input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-default input[type="radio"]:checked + label::before, .checkbox-default input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #fff;
    border-color: #e0e0e0;
    border-width: 1px;
}

.checkbox-default input[type="checkbox"]:checked + label::after, .checkbox-default input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-default input[type="radio"]:checked + label::after, .checkbox-default input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fdc223;
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-primary input[type="radio"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #fdc223;
    border-color: #fdc223;
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-primary input[type="radio"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-danger input[type="radio"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #f44336;
    border-color: #f44336;
}

.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-danger input[type="radio"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-info input[type="radio"]:checked + label::before, .checkbox-info input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-info input[type="radio"]:checked + label::after, .checkbox-info input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-warning input[type="radio"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #ff9800;
    border-color: #ff9800;
}

.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-warning input[type="radio"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-success input[type="radio"]:checked + label::before, .checkbox-success input[type="radio"]:checked + input[type="hidden"] + label::before {
    background-color: #4caf50;
    border-color: #4caf50;
}

.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-success input[type="radio"]:checked + label::after, .checkbox-success input[type="radio"]:checked + input[type="hidden"] + label::after {
    color: #fff;
}

.checkbox-sm {
    padding-left: 18px;
}

.checkbox-sm label {
    padding-left: 8px;
}

.checkbox-sm label:empty {
    padding-left: 0;
}

.checkbox-sm label::before, .checkbox-sm label::after {
    width: 18px;
    height: 18px;
    margin-left: -18px;
}

.checkbox-sm label::after {
    font-size: 10px;
    line-height: 18px;
}

.checkbox-sm input[type="checkbox"], .checkbox-sm input[type="radio"] {
    width: 18px;
    height: 18px;
}

.checkbox-sm input[type="checkbox"]:checked + label::before, .checkbox-sm input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-sm input[type="radio"]:checked + label::before, .checkbox-sm input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-width: 9px;
}

.checkbox-lg {
    padding-left: 24px;
}

.checkbox-lg label {
    padding-left: 12px;
}

.checkbox-lg label:empty {
    padding-left: 0;
}

.checkbox-lg label::before, .checkbox-lg label::after {
    width: 24px;
    height: 24px;
    margin-left: -24px;
}

.checkbox-lg label::after {
    font-size: 14px;
    line-height: 24px;
}

.checkbox-lg input[type="checkbox"], .checkbox-lg input[type="radio"] {
    width: 24px;
    height: 24px;
}

.checkbox-lg input[type="checkbox"]:checked + label::before, .checkbox-lg input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-lg input[type="radio"]:checked + label::before, .checkbox-lg input[type="radio"]:checked + input[type="hidden"] + label::before {
    border-width: 12px;
}

.form-control::-webkit-input-placeholder { color: #c7c7c7; }  /* WebKit, Blink, Edge */ /*#8e8e8e*/
.form-control:-moz-placeholder { color: #c7c7c7; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #c7c7c7; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #c7c7c7; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #c7c7c7; }  /* Microsoft Edge */

.footernamelogo {
    text-indent: -9999px;
    display: inline-block;
    height: 15px;
    width: 100px;
    background: url(/images/youcheckedin.svg);
    background-image: url(/images/youcheckedin.svg),none;
    background-size: auto 46px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}