@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700";
@import "https://fonts.googleapis.com/css?family=Arimo:400,400italic";
@import "https://fonts.googleapis.com/css?family=Pacifico";

.red {
    color: #f55b63;
}

.green {
    color: #bce13b;
}

.blue {
    color: #42a3ee;
}

.yellow {
    color: #e6e837;
}

.gold {
    color: #e8c537;
}

body, html {
    height: 100%;
}

body {
    background-color: #fff;
    color: #999999;
    font-family: "Arimo", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
}

p {
    font-family: "Arimo", sans-serif;
}

a {
    color: #f56363;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover, a:focus {
    color: #f56363;
    outline: 0 none !important;
    text-decoration: none;
}

button {
    border: 0 none;
}

button:focus {
    outline: 0 none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 0;
}

hr.separator {
    border-top: 1px solid #f56363;
    margin: 10px auto;
    width: 80px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.space-20 {
    clear: both;
    height: 20px;
    width: 100%;
}

.space-30 {
    clear: both;
    height: 30px;
    width: 100%;
}

.space-40 {
    clear: both;
    height: 40px;
    width: 100%;
}

.space-50 {
    clear: both;
    height: 50px;
    width: 100%;
}

.space-60 {
    clear: both;
    height: 60px;
    width: 100%;
}

@media (min-width: 768px) {
    .vertical-align-child {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

.center-title {
    margin-bottom: 50px;
    text-align: center;
}

.center-title h2 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.center-title p {
    font-family: "Arimo", sans-serif;
    font-size: 15px;
    line-height: 30px;
}

.center-title i {
    color: #f56363;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
}

.btn {
    border: 0 none;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn i {
    margin-left: 5px;
}

.btn.btn-radius {
    border-radius: 3px;
}

.btn.btn-lg {
    padding: 15px 40px;
}

.btn-skin {
    background-color: #f56363;
    color: #fff;
}

.btn-skin:hover, .btn-skin:focus {
    background-color: #444;
    color: #fff;
}

.btn-dark {
    background-color: #333;
    color: #fff;
}

.btn-dark:hover, .btn-dark:focus {
    background-color: #f56363;
    color: #fff;
}

.btn-default {
    background-color: #f3f3f3;
    color: #777;
}

.btn-default:hover, .btn-default:focus {
    background-color: #333;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #333;
}

.btn-white:hover, .btn-white:focus {
    background-color: #333;
    color: #fff;
}

.header-v1 {
    background-color: transparent;
    border: 0 none;
    padding: 10px 0;
    transition: all 0.4s ease 0s;
}

.header-v1 .navbar-brand {
    color: #fff;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    height: 60px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    text-transform: lowercase;
    transition: all 0.4s ease 0s;
}

.header-v1 .navbar-brand:hover {
    color: #fff;
}

.header-v1.sticky {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.header-v1 .navbar-nav > li > a {
    color: #eee;
    font-family: "Arimo", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.header-v1 .navbar-nav > li > a:hover {
    color: #f56363;
}

.header-v1.sticky .navbar-nav > li > a {
    color: #999;
    font-family: "Arimo", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.header-v1 .navbar-nav > .active > a, .header-v1 .navbar-nav > .active > a:focus, .header-v1 .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #f56363;
}

.header-v1.sticky .navbar-nav > .active > a, .header-v1.sticky .navbar-nav > .active > a:focus, .header-v1.sticky .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #f56363;
}

.header-v1 .navbar-brand {
    color: #fff;
}

.header-v1.sticky .navbar-brand {
    color: #333;
}

@media (min-width: 992px) {
    .header-v1 .navbar-brand {
        left: 50%;
        margin-left: -65px !important;
        position: absolute;
        top: 10px;
    }

    .header-v1.sticky .navbar-brand {
        top: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .navbar-right li.button-nav a {
        background-color: #f56363;
        border-radius: 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        margin-top: 12px;
        padding: 8px 15px;
    }

    .navbar-right li.button-nav a:hover, .navbar-right li.button-nav a:focus {
        background-color: #333;
        color: #fff !important;
    }

    .header-v1.sticky .navbar-right li.button-nav a {
        color: #fff;
    }
}

.header-v2 {
    background-color: #fff;
    border: 0 none;
    margin-bottom: 0;
}

.header-v2 .navbar-brand {
    color: #f56363;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    transition: all 0.25s ease-in-out 0s;
}

.header-v2 .socials li a {
    font-size: 30px;
    margin-top: 10px;
    padding: 5px;
}

.header-v2 .socials li a:hover {
    color: #f56363;
}

.header-v2 .navbar-right > li > a {
    background-color: #e7604a;
    border-radius: 50%;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    height: 32px;
    line-height: 50px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    width: 32px;
}

.header-v2 .navbar-right > li > a i {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 32px;
}

.header-v2 .navbar-nav > .active > a, .header-v2 .navbar-nav > .active > a:focus, .header-v2 .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #f56363;
}

.headroom {
    transition: transform 200ms linear 0s;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

@media (max-width: 767px) {
    .navbar-nav {
        background-color: #333;
        margin: 0;
    }

    .header-v1 .navbar-toggle {
        border: 0 none;
        margin-top: 15px;
    }

    .header-v1 .navbar-toggle:focus, .header-v1 .navbar-toggle:hover {
        background-color: transparent;
    }

    .header-v1 .navbar-collapse, .header-v1 .navbar-form {
        border: 0 none;
    }

    .header-v2 .navbar-nav {
        background-color: transparent;
    }
}

.pricing-section {
    background-color: #fff;
    padding: 80px 0 50px;
}

.price-box {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 25px 40px;
    transition: all 0.3s ease 0s;
}

.price-box i {
    color: #eee;
    display: block;
    font-size: 80px;
    line-height: 80px;
}

.price-box h3 {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
}

.price-box .price {
    color: #f56363;
    font-family: "Open Sans", sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    margin: 20px 0;
}

.price-box .price sup, .price-box .price sub {
    font-size: 13px;
}

.price-box .price sup {
    top: 10px;
    vertical-align: top;
}

.price-box p {
    font-size: 14px;
    margin-bottom: 30px;
}

.price-box:hover {
    background-color: #f56363;
}

.price-box:hover h3 {
    color: #fff;
}

.price-box:hover i {
    color: #fff;
    opacity: 0.5;
}

.price-box:hover .price {
    color: #fff;
}

.price-box:hover p {
    color: #eee;
}

.cta {
    padding: 80px 0;
}

.cta h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cta p {
    color: #eee;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
}

.tabs-navigation {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .tabs-navigation li + li {
        margin-left: 40px;
    }
}

.tabs-navigation li {
    margin-bottom: 30px;
}

.tabs-navigation li a {
    color: #777;
    display: block;
}

.tabs-navigation li a span {
    background-color: transparent;
    border-radius: 50%;
    display: block;
    font-size: 30px;
    height: 40px;
    margin: 10px auto;
    text-align: center;
    width: 90px;
}

.tabs-navigation li.active a {
    color: #f56363;
}

.tabs-navigation li.active a span {
    background-color: transparent;
    color: #f56363;
}

.service-tab-content h1 {
    color: #333;
    text-transform: uppercase;
}

.footer {
    background-color: #323a45;
    padding-top: 60px;
}

.footer h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer p {
    color: #ced3d8;
    font-size: 15px;
}

.footer ul li {
    padding-bottom: 20px;
}

.footer ul li i {
    color: #fff;
    float: left;
    font-size: 30px;
    margin-right: 20px;
}

.footer ul li span {
    color: #ced3d8;
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.footer ul.list-inline li {
    padding: 0;
}

.footer ul.list-inline li a {
    margin: 5px;
}

.footer ul.list-inline li a i {
    color: #a4a4a4;
    font-size: 30px;
    margin: 0;
}

.footer ul.list-inline li:hover i {
    color: #f56363;
}

.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
    padding-top: 40px;
}

.footer .footer-bottom .list-inline li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.footer .footer-bottom .list-inline li a:hover {
    color: #f56363;
}

.banner-intro {
    background-color: transparent;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

.banner-intro .banner-inner {
    display: table-cell;
    height: 100%;
    opacity: 1;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.banner-intro h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}

.banner-intro p.lead {
    color: #fff;
    font-size: 15px;
}

.banner-intro .banner-buttons {
    margin-top: 30px;
}

.banner-intro .banner-buttons a {
    margin: 5px;
}

.banner-intro .banner-buttons a i {
    margin-left: 5px;
}

.home-newsletter {
    background: rgba(0, 0, 0, 0) url("../images/bg-3.jpg") no-repeat fixed 0 0 / cover;
    padding-bottom: 200px;
    padding-top: 250px;
}

.home-newsletter h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    text-transform: capitalize;
}

.home-newsletter p {
    color: #fff;
    font-size: 18px;
}

.home-newsletter .form-control {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 47px;
}

.home-newsletter .error {
    border-color: #b92c28;
    color: #b92c28;
}

.home-newsletter .success {
    border-color: #5cb85c;
    color: #5cb85c;
}

.hidden {
    display: none;
}

.home-contact {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url(../images/landing-page-pic2.jpg?1);
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
}

.image-p span {
    position: absolute;
    padding-top: 11px;
    width: 53%;
    color: #000
}

.home-contact .contact-home-text {
    padding: 100px 0;
}

.home-contact .contact-home-text h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
}

.home-contact .contact-home-text h1 {
    color: #c9212d;
    font-size: 45px;
    text-transform: capitalize;
}

.home-contact .contact-home-text p {
    color: #ffffff;
    font-size: 20px;
}

*::after, *::before {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}

.contact-home-form {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    padding: 25px 15px;
}

.contact-home-form .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    min-height: 45px;
}

.contact-home-form .btn {
    display: block;
    width: 100%;
}

#features {
    background-color: #fff;
    padding: 80px 0;
}

.feature-box {
    margin-bottom: 40px;
    text-align: center;
}

.feature-box i {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
}

.feature-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.aside-feature-row {
    overflow: hidden;
    padding: 50px 0;
}

.aside-feature-row h3 {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    line-height: 23px;
}

.aside-feature-row p {
    font-size: 15px;
    font-weight: normal;
}

.aside-feature-row ul {
    margin-bottom: 30px;
}

.aside-feature-row ul li {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}

.aside-feature-row ul li i {
    color: #f56363;
    margin-right: 10px;
}

.wide-image-wrapper {
    background-color: #f6f8fa;
    padding: 0;
}

.wide-image-wrapper .img-right {
    background: rgba(0, 0, 0, 0) url("../images/bg-1.jpg") no-repeat scroll 50% 0 / cover;
    height: 500px;
}

.wide-image-wrapper h3 {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    padding-top: 30px;
}

.wide-image-wrapper p {
    padding-bottom: 30px;
}

.wide-image-wrapper .btn {
    margin-bottom: 30px;
}

.newsletter-section {
    background-color: #f6f8fa;
    padding: 80px 0;
}

.newsletter-section .form-control {
    height: 47px;
}

.newsletter-section .error {
    border-color: #b92c28;
    color: #b92c28;
}

.newsletter-section .success {
    border-color: #5cb85c;
    color: #5cb85c;
}

.testi-box {
    background-color: #f6f8fa;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px;
}

.testi-box .thumb {
    display: block;
    float: left;
    margin-right: 20px;
    width: 90px;
}

.testi-box .testi-text {
    overflow: hidden;
    padding-left: 10px;
}

.testi-box .rating {
    display: block;
}

.testi-box h4 {
    color: #f56363;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
}

.testi-box.right .thumb {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.video-modal .modal-header {
    border: medium none;
    padding: 0;
    position: relative;
}

.video-modal .modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}

.video-modal .modal-body {
    padding: 0;
}

.video-modal button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    z-index: 10;
}

.gallery-container {
    padding: 80px 0;
}

.gallery {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.gallery img {
    transition: all 0.3s ease 0s;
    width: 100%;
}

.gallery .gallery-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.gallery .gallery-overlay a {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.gallery:hover img {
    transform: scale(1.1);
}

.gallery:hover .gallery-overlay {
    opacity: 1;
}

.gallery:hover .gallery-overlay a {
    top: 50%;
}

.services-section {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 80px 0;
}

.clients {
    background: rgba(0, 0, 0, 0) url("../images/brickwall.png") repeat scroll 0 0;
    padding: 30px 0;
}

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

.contact-section {
    padding: 80px 0;
}

.contact-section .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    min-height: 49px;
}

.agenda-ul {
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Arimo", sans-serif;
}

.learning-ul li {
    display: list-item !important;
    list-style: circle;

}

.col-sm-4.margin-b-30.wow.animated.fadeInLeft {
    width: 50.333333%;
}

.speakers-img {
    width: 100%;
    height: 100%;
    box-shadow: 1px 6px 15px 0px #0000004d;

}

@media (max-width: 991px) {
    .contact-home-text {
        padding: 40px 0;
    }

    .image-p span {
        position: absolute;
        padding-top: 11px;
        width: 40%;
        color: #000
    }

    .home-contact .contact-home-text h1 {
        font-size: 36px;
    }

    .home-contact {
        padding-top: 5px;
        padding-bottom: 50px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -45px;
    }

    .aside-feature-row ul li {
        line-height: 43px;
    }
}

@media (max-width: 767px) {
    .image-p span {
        position: absolute;
        padding-top: 11px;
        width: 40%;
        color: #000
    }

    .banner-intro h1 {
        font-size: 17px;
        line-height: 10px;
    }

    .contact-home-text {
        padding: 0;
    }

    .banner-intro .banner-buttons .btn-white {
        display: none;
    }

    .banner-intro .banner-buttons {
        margin-top: 0;
    }

    .header-v1 .navbar-brand {
        line-height: 33px;
    }

    .header-v2 .navbar-brand {
        line-height: 16px;
    }

    .home-newsletter {
        padding-bottom: 40px;
        padding-top: 80px;
    }

    .assan-newsletter .input-group, .assan-newsletter .input-group-btn, .assan-newsletter .btn {
        display: block;
        width: 100%;
    }

    .home-newsletter h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
    }

    .assan-newsletter .form-control {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: inherit;
    }

    .assan-newsletter .form-control {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .footer .footer-bottom .list-inline li a {
        font-size: 12px;
    }
}
