@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}

html {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-smooth: auto;
    font-weight: 300;
    line-height: 1.5;
    color: #7A838B;
}

body {
    position: relative;
    color: #7A838B;
    font-family: "Raleway", sans-serif;
}

p {
    color: #7A838B;
    font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
}

ul {
    margin: 0px;
    padding: 0px;
    color: #7A838B;
    font-family: "Raleway", sans-serif;
}

li {
    list-style: none;
}

.mb-90 {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 40px;
    }
}

.form-contact label {
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}

.order-now-button {
    border: 2px solid #2e2e2e;
    cursor: pointer;
    letter-spacing: 0.2125rem;
    overflow: hidden;
    padding: 20px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: 
        background 5s cubic-bezier(0.19, 1, 0.22, 1),
        border 1s cubic-bezier(0.19, 1, 0.22, 1),
        color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    user-select: none;
    width: 250px;
}

.order-now-button a {
    color: #969696;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

.order-now-button a:hover {
    text-decoration: none;
}

.order-now-button .mask {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100px;
    position: absolute;
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 250px;
}

.order-now-button .shift {
    display: inline-block;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.order-now-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #6400ae;
    box-shadow: 0 0 5px rgba(255, 245, 245, 0.8);
    transition: background 0s;
}

.order-now-button:hover a {
    color: #6400ae;
}

.order-now-button:hover .mask {
    background-color: #6400ae;
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.order-now-button:hover .shift {
    transform: translateX(5px);
}

.order-now-button:active {
    background-color: #6400ae;
}

.order-now-button:active a {
    color: #202020;
}

.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: absolute;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .header-area {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding-top: 0;
    }
}

.header-area .main-header-area {
    background: #fff;
    background: transparent;
    padding: 0px 150px;
}

.header-area .main-header-area.details_nav_bg {
    background: #727272;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .header-area .main-header-area.details_nav_bg {
        padding-bottom: 10px;
    }
}

.header-area .main-header-area.details_nav {
    background: #001D38;
}

@media (max-width: 767px) {
    .header-area .main-header-area {
        padding: 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
        padding: 10px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area {
        padding: 0px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area {
        padding: 0px 20px;
    }
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .header-area .main-header-area {
        padding: 0px 50px;
    }
}

.header-area .main-header-area .logo-img {
    text-align: center;
    width: 150px;
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img img {
        width: 70px;
    }
}

.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .boxed-btn4 {
        padding: 11px 9px 13px 9px;
        font-size: 13px;
    }
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .header-area .main-header-area .Appointment .boxed-btn4 {
        padding: 11px 20px 13px 20px;
        font-size: 13px;
    }
}

.header-area .main-header-area .main-menu {
    text-align: center;
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li {
        margin: 0 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li {
        margin: 0 14px;
    }
}

.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 30px 0px 20px 0px;
    font-family: "Roboto", sans-serif;
    position: relative;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 13px;
    }
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #33D4D6;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}

.header-area .main-header-area .order-now-nav {
    border: 1px solid #fff;
    padding: 0.8em 1em;
    color: #fff;
    border-radius: 5px;
}

.header-area .main-header-area .order-now-nav:hover {
    background-color: #fff;
    color: #6400ae;
    text-decoration: none;
    transition: 0.6s;
}

.header-area .main-header-area.sticky a {
    color: #222 !important;
}

.header-area .main-header-area.sticky .slicknav_icon-bar {
    background-color: #222 !important;
}

.header-area .main-header-area.sticky .order-now-nav {
    border: 1px solid #6400ae;
    color: #6400ae !important;
}

.header-area .main-header-area.sticky .order-now-nav:hover {
    background-color: #6400ae;
    color: #fff !important;
}

.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
   
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
    border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
    border-bottom: none !important;
}

.header-area .header-top_area {
    background: #001D38;
}

@media (max-width: 767px) {
    .mobile_menu {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 9;
    }
}

#sesyme_hero {
    position: relative;
    height: 118vh;
    background-image: url(../img/oluwakemi.jpg);
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 991px) {
    #sesyme_hero {
        background-image: linear-gradient(rgb(0,0,0,1), rgb(97,0,174,1));
    }
}

#sesyme_hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../img/wave-bottom.svg);
    height: 275px;

}

#sesyme_hero .content {
    margin-top: 0;
    height: 118vh;
    padding: 2em;
    background-color: rgb(99,0,174,0.45); 
}

#sesyme_hero .content h1 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 60px;
}

#sesyme_hero .content p {
    color: #e7e7e7;
    font-size: 1.2rem;
    margin-bottom: 6%;
    line-height: 20px;
}

#sesyme_hero .content .preorders-btn {
    color: #fff;
    background-color: #336699;
    padding: 0.8em 1.5em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.6s ease;
    margin-bottom: 60vh;
}

#sesyme_hero .content .preorders-btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #222;
}

#sesyme_hero .content .hero-text h1 {
    animation-duration: 2s;
    animation-delay: 0.5s;
}

@media (max-width: 767px) {
    #sesyme_hero .content .hero-text h1 {
        font-size: 30px;
    }
}

#sesyme_hero .content .hero-text p {
    animation-duration: 2s;
    animation-delay: 1s;
}

#sesyme_hero .content .hero-text a {
    animation-duration: 1s ease;
    animation-delay: 1.1s;
}

#sesyme_hero .content .order-now-button {
    border: 2px solid #e6e6e6;
    cursor: pointer;
    letter-spacing: 0.2125rem;
    overflow: hidden;
    padding: 20px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: 
        background 5s cubic-bezier(0.19, 1, 0.22, 1),
        border 1s cubic-bezier(0.19, 1, 0.22, 1),
        color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    user-select: none;
    width: 250px;
}

#sesyme_hero .content .order-now-button a {
    color: #fff;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

#sesyme_hero .content .order-now-button a:hover {
    text-decoration: none;
}

#sesyme_hero .content .order-now-button .mask {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100px;
    position: absolute;
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 250px;
}

#sesyme_hero .content .order-now-button .shift {
    display: inline-block;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

#sesyme_hero .content .order-now-button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: #fff;
    box-shadow: 0 0 5px rgba(255, 245, 245, 0.8);
    transition: background 0s;
}

#sesyme_hero .content .order-now-button:hover a {
    color: #6400ae;
}

#sesyme_hero .content .order-now-button:hover .mask {
    background-color: #6400ae;
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

#sesyme_hero .content .order-now-button:hover .shift {
    transform: translateX(5px);
}

#sesyme_hero .content .order-now-button:active {
    background-color: #6400ae;
}

#sesyme_hero .content .order-now-button:active a {
    color: #202020;
}

#what_we_do {
    /*padding: 1em;*/
}

#what_we_do .sesyme-heading {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
}

#what_we_do .sesyme-heading:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    background: green;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.sub-heading {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #001D38;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;

}

@media (max-width: 767px) {
    #what_we_do .sesyme-heading {
        font-size: 2.5rem;
    }

    .sub-heading {
        font-size: 30px;
    }
}

#what_we_do .description-text {
    font-size: 1.1rem; 
    color: #444;
}

#what_we_do .description-img {
    padding: 1em;
    margin-top: 10%;
}

@media (max-width: 761px) {
    #what_we_do .description-img {
        margin-top: 0;
    }
}

#what_we_do .description-img img {
    width: 80%;
}

/*--------------------------------------------------------------*/
#what_we_do .market-analysis {
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #F5FBFF;
}
#what_we_do .market-text {
    font-size: 1.1rem; 
    color: #444;

}

#what_we_do .market-img {
    padding: 1em;
}

#what_we_do .market-img img {
    width: 40%;
}

/*--------------------------------------------------------------*/

#what_we_do .pricing-plan {
    position: relative;
    padding-top: 50px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    #what_we_do .pricing-plan .container {
        padding: 0 2em;
    }
}

#what_we_do .pricing-plan .card {;
    width: 100%;
    background-color: #753d70;
    border-radius: 10px;
    box-shadow: 0.2rem 0 1rem #000;
    transition: 0.4s ease-out;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#what_we_do .pricing-plan .card:not(:first-child) {
    margin-left: 30px;
}

#what_we_do .pricing-plan .card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}

#what_we_do .pricing-plan .card:hover ~ .card {
  position: relative;
  transition: 0.4s ease-out;
}

#what_we_do .pricing-plan .card .title {
  color: white;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 15px;
  font-family: "Roboto", sans-serif;
}

#what_we_do .pricing-plan .card .card-price {
    text-align: center;
    margin-top: 50%;
    font-size: 30px;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
    margin-bottom: 0 !important;
    color: #fff;    
}

#what_we_do .pricing-plan .card small {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #e6e6e6;
    font-size: 15px;
}

@media (max-width: 761px) {
    #what_we_do .pricing-plan [class*="col-"] {
        padding: 0 2em;
    }
    
    #what_we_do .pricing-plan .card .card-price {
        margin-top: 25%;
    }
}

/*--------------------------------------------------------------*/

#what_we_do .target-market {
    font-size: 1.1rem; 
    color: #444;
    padding-top: 50px;
    padding-bottom: 120px;
}

#what_we_do .target-img {
    padding: 1em;
}

#what_we_do .target-img img {
    width: 100%;
}

/*--------------------------------------------------------------*/
#what_we_do .master-plan {
    background-image: url(../img/master-plan.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 80vh;
    background-attachment: fixed;
    background-position: center;
    padding: 1em;
}

#what_we_do .master-plan .sub-heading {
    color: #fff;
    padding-top: 20px;
}

#what_we_do .master-plan .master-plan-text {
    color: #e6e6e6;
}

#what_we_do .master-plan .actual-plan {
    margin-top: 40px;
    padding: 0 2em;
}

#what_we_do .master-plan .actual-plan .card {
    height: 200px;
    padding: 0.5em;
    border-radius: 5px;
}

#what_we_do .master-plan .actual-plan .card:hover {
    background-color: #f2f2f2;
    transition: 0.8s ease;
    transform: scale(1.1);
}

#what_we_do .master-plan .actual-plan .card h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

#what_we_do .master-plan .actual-plan .card p {
    margin-top: 5%;
}

/*--------------------------------------------------------------*/
#what_we_do .traction {
    padding: 1em;
    height: 80vh;
    padding-bottom: 120px;
}

#what_we_do .traction .content {
    margin-top: 5%;
}

#what_we_do .traction .sub-heading {
    /*margin-top: 40px;*/
}

@media (max-width: 767px) {
    #what_we_do .traction .content img {
        width: 100%;
    }
}

/*--------------------------------------------------------------*/
#what_we_do .pilot {
    margin-top: 200px;
    padding-bottom: 120px;
}

#what_we_do .pilot p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#what_we_do .pilot #timeCountdown {
    font-family: "Open Sans Condensed", sans-serif;
    width: 100%;
    font-size: 3rem;
    margin-top: 0;
    color: #6400ae;
}

@media (max-width: 767px) {
    #what_we_do .pilot #timeCountdown {
        font-size: 2.5rem;
        text-align: center;
    }
}

/*--------------------------------------------------------------*/
#what_we_do .partners {
    padding-top: 50px;
    padding-bottom: 120px;
    background: #fff;
}

#what_we_do .partners .parners-head-text {
    color: #7A838B;
    margin-bottom: 50px;
}

#what_we_do .partners .single-partner {
    padding: 5px 5px 20px 5px;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 991px) {
    #what_we_do .partners .single-partner {
        padding-right: 25px;
    }
}

#what_we_do .partners .partner-logo img {
    width: 100%;
}

@media (max-width: 767px) {
    #what_we_do .partners .partner-logo {
        padding: 0 2em;
    }
    #what_we_do .partners .single-partner {
        text-align: center;
    }
}

/*--------------------------------------------------------------*/
#what_we_do .featured {
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    #what_we_do .featured .featured-in {
        padding: 0 2em;
    }
}

/*--------------------------------------------------------------*/
#what_we_do .contact {
    padding-top: 150px;
    padding-bottom: 120px;
    background-color: #FFF;
}

#what_we_do .contact .contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

#what_we_do .contact .contact-info {
    margin-bottom: 25px;
}

#what_we_do .contact .contact-info__icon {
    margin-right: 20px;
}

#what_we_do .contact .contact-info__icon i, .contact-info__icon span {
    color: #6400ae;
    font-size: 27px;
}

#what_we_do .contact .contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}

#what_we_do .contact .contact-info .media-body h3 a:hover {
    color: #ff5e13;
}

#what_we_do .contact .contact-info .media-body p {
    color: #8a8a8a;
}

#what_we_do .contact .boxed-btn {
    background: transparent;
    color: #131313;
    display: inline-block;
    padding: 14px 44px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #6400ae;
    text-align: center;
    color: #6400ae !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.6s;
}

#what_we_do .contact .boxed-btn:hover {
    background: #6400ae;
    color: #fff !important;
    border: 1px solid #6400ae;
}

#what_we_do .contact .boxed-btn:focus {
    outline: none;
}

/*--------------------------------------------------------------*/
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #F5FBFF;
}

.footer .footer_top {
    padding-top: 145px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .footer_top .footer_widget {
        margin-bottom: 30px;
    }
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #040E27;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 20px;
    }
}

.footer .footer_top .footer_widget .footer_logo {
    font-size: 22px;
    font-weight: 400;
    color: #040E27;
    text-transform: capitalize;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 20px;
    }
}

.footer .footer_top .footer_widget p {
    color: #7A838B;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.footer .footer_top .footer_widget p a {
    color: #7A838B;
}

.footer .footer_top .footer_widget p a:hover {
    color: #040E27;
}

.footer .footer_top .footer_widget p.footer_text {
    font-size: 16px;
    color: #B2B2B2;
    margin-bottom: 23px;
    font-weight: 400;
    line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
    color: #B2B2B2;
    font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
    color: #040E27;
    border-bottom: 1px solid #040E27;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
    font-weight: 500;
    color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
    color: #040E27;
    border-bottom: 1px solid #040E27;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
    margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li {
    color: #7A838B;
    font-size: 13px;
    line-height: 42px;
}

.footer .footer_top .footer_widget ul li a {
    color: #7A838B;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.footer .footer_top .footer_widget ul li a:hover {
    color: #6400ae;
    text-decoration: none;
}

body.show {
    background-color: #282828;
}

.footer .footer_top .footer_widget .newsletter_text {
    font-size: 13px;
    color: #7A838B;
    line-height: 26px;
}

.footer .copy-right_text {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #753d70;
}

.footer .copy-right_text .copy_right {
    font-size: 15px;
    color: #fff !important;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer .copy-right_text .copy_right {
        font-size: 13px;
    }
}

.footer .copy-right_text .copy_right a {
    color: #ccc;
}

.footer .socail_links {
    margin-top: 47px;
}

@media (max-width: 767px) {
    .footer .socail_links {
        margin-top: 30px;
    }
}

.footer .socail_links ul li {
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socail_links ul li a {
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px !important;
    margin-right: 7px;
    color: #fff !important;
    line-height: 40px !important;
    background: transparent;
    color: #6400ae !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #6400ae;
}

.footer .socail_links ul li a i {
    font-size: 15px;
    line-height: 40px;
    position: relative;
    top: -1px;
}

.footer .socail_links ul li:hover a {
    color: #fff !important;
    background: #6400ae;
    border-color: transparent;
    border: 1px solid #6400ae;
}


/*=====================================================
                    Registration
=====================================================*/

#registration {
    background-image: url(../img/scott2.jpg);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
}

#registration .content {
    margin-top: 66px;
    width: 100%;
}

@media (max-width: 761px) {
    #registration .content {
        margin-top: 84px;
    }
}

#registration .content .register-form {
    height: 90vh;
    box-shadow:0 1px 3px 0 rgba(0,0,0,0.16),0 1px 3px 0 rgba(0,0,0,0.12);
    background-image: linear-gradient(rgb(97,0,174,1), rgb(0,0,0,1));;
    overflow-y: scroll;
    padding: 0.5em;
    overflow-x: hidden;
}

#registration .content .register-form::-webkit-scrollbar {
    width: 0.7em;
}
 
#registration .content .register-form::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}
 
#registration .content .register-form::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#registration .content .register-form .reg-heading {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#registration .content .register-form .pricing .price {
    border-bottom: 1px solid #ccc;
    padding-bottom: .3em;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 0 !important;
    color: #e7e7e7;
}

#registration .content .register-form .pricing .price:last-child {
    border-bottom: none;
}

#registration .content .register-form .pre-price {
    padding: 1em 0 0 0;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #fff;
}

#registration .content .register-form .refund {
    color: #ccc;
    margin-bottom: 2em;
}

#registration .content .register-form .number-of-students {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

#registration .content .register-form input,
#registration .content .register-form select {
    border-radius: 0;
    border: none;
}

#registration .content .register-form .number-of-students .value-button {
    display: inline-block;
    border: 1px solid #6400ae;
    margin: 0px;
    width: 40px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.5em;
    background: #6400ae;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#registration .content .register-form .number-of-students .value-button:hover {
    cursor: pointer;
}

#registration .content .register-form .number-of-students #decrease {
    margin-right: -5px;
    border-radius: 0;
    margin-top: -5px;
    height: 40px;
}

#registration .content .register-form .number-of-students #increase {
    margin-left: -4px;
    margin-top: -5px;
    border-radius: 0;
    height: 40px;
}

#registration .content .register-form .number-of-students input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #6400ae;
    border-bottom: 1px solid #6400ae;
    margin: 0px;   
    width: 40px;
    height: 40px;
}

#registration .content .register-form .number-of-students input[type=number]::-webkit-inner-spin-button,
#registration .content .register-form .number-of-students input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#registration .content .register-form .paynow-btn {
    border: 2px solid #fff;
    padding: 0.7em 1.5em;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

#registration .content .register-form .paynow-btn:hover {
    border: 2px solid #6400ae;
    color: #ffffff;
    background-color: #6400ae;
    text-decoration: none;
    transition: 0.6s ease;
}

#registration .content .register-form .toggle {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}

#registration .content .register-form .toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

#registration .content .register-form .toggle input + label {
    margin: 0;
    padding: .75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    background-color: #FFF;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
    transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
}

#registration .content .register-form .toggle input + label:first-of-type {
    border-radius: 0;
    border-right: none;
}

#registration .content .register-form .toggle input + label:last-of-type {
    border-radius: 0;
    border-left: none;
}

#registration .content .register-form .toggle input:hover + label {
    border-color: #213140;
}

#registration .content .register-form .toggle input:checked + label {
    background-color: #6400ae;
    color: #FFF;
    border-color: #6b16ac;
    box-shadow: 0 0 10px rgba(63, 64, 65, 0.5);
    z-index: 1;
}

#registration .content .register-form .toggle input:focus + label {
    outline: dotted 1px #CCC;
    outline-offset: .25rem;
}

@media (max-width: 800px) {
    #registration .content .register-form.toggle input + label {
        padding: .75rem .25rem;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

#congrates {
    padding-top: 80px;
    z-index: +9999;
}

#congrates .thumbnail {
    background-image: url("../img/congrats.jpg");
    width: 500px;
    background-size: cover;
    background-position: center;
    height: 600px;
    color: #fff;
    padding: 10px;
    text-align: center;
    padding-top: 380px;
}

.header-area .downlaod-btn {
    background-color: #6400ae;
    color: #fff;
    padding: 0.5em 0.3em;
}

.header-area .downlaod-btn:hover {
    transition: 0.7s ease;
    color: #daa520;
}

#congrates .thumbnail h2 {
    font-size: 35px;
    color: #fff;
    font-family: 'Kaushan Script', cursive;
}

#congrates .thumbnail h3 {
    font-size: 30px;
    color: #daa520;
    font-family: 'Nanum Brush Script', cursive;
}

#congrates .thumbnail p {
    /*font-family: 'Josefin Slab', serif;*/
    font-size: 20px;
    color: #b3b3b3;
}

#blockUI .overlay {
    background: transparent;
}

/*================================================
                  Loader
=================================================*/
.loader{
  position:fixed; top:0;
  left:0; right:0; bottom:0;     
  background:rgba(255,255,255,.8);
  z-index:99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.loader div{
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*===================================================
                        Snackbar
====================================================*/
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}