/*******
*
* Descripion : Responsive Bootstrap app landing page
*
*******/

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
}

.course-landing{
    background: url(/public/img/background_image.webp);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-background-size: cover;
    width: auto;
    background-size: cover;
    padding-top: 130px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.course-images {
    margin-top: 0 !important;
    padding-left: 10%;
}

.images {
    margin-top: -20%;
}

.ipad
{
    height: auto;
    width: 400px;
    position: relative;
    top: 0;
    left: 0;
}

.mobile
{
    height: auto;
    width: 160px;
    position: absolute;
    top: 40%;
    left: 6%;
}

.video-course {
    margin: 3% 2%;
}

.image-course {
    width: 100%;
    height: 5em;
    object-fit: none;
    object-position: bottom;
}

.bottom-course {
    background: lightblue;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.course-button {
    width: 20%;
    padding: 2% 2%;
    background-color: darkslateblue;
    border: none;
    border-radius: 4%;
    color: white;
    font-size: xx-large;
}

.course-button:hover {
    color: white;
}

.text-course {
    color: white;
}

.text-logo {
    color: white;
    font-size: xx-large;
    margin-left: 2%;
}

.text-middle {
    font-size: 25px;
    padding: 1%;
    color: white;
    font-weight: bold;
}

.features-course{
    padding: 3% 0;
    background-color: rgba(224, 224, 224, 0.856);
}

.feature-heading {
    margin-bottom: 7%;
    margin-top: 0;
}

.icon-course{
    padding: 2% 4%;
}

.heading-course {
    color: black;
}


.vertical-align {
    display: flex;
    align-items: center;
}

li {
    list-style: none;
}

a:hover,
a:visited,
a {
    text-decoration: none;
}

h4 {
    font-size: 14px;
    color: #008ed6;
    text-transform: uppercase;
    margin-top: 65px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
}

h5 {
    margin-top: 30px;
    font-size: 18px;
    color: #b9b9b9;
    margin-bottom: 70px;
    line-height: 25px;
}

.desc-txt {
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
}

.pricing-tables {
    margin: 0 auto;
}

.sep {
    display: block;
    border-top: 2px solid #008ed6;
    width: 50px;
}

.pricing-discount {
    margin-top: -30px;
    font-size: 18px;
    color: #777;
    padding: 30px 0 60px;
    text-align: center;
}

/*header area*/

.top-header {
    background: black;
    padding: 5px;
    padding-right: 2%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.top-header img.logo {
    margin-top: 5px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.nav-bar {
    margin-top: 6px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.navbar-toggle span {
    color: #fff;
}

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

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding: 8px 20px;
    margin: 0 17px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    border-bottom: 2px solid #008ed6;
}

.navbar-default .navbar-nav>li>a.active {
    color: #fff;
    border-bottom: 2px solid #008ed6;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}


/*banner area*/

.banner {
    background: url(/public/img/sales/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 130px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.socialIconsRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}

.socialIcon {
    width: auto;
    height: 25pt;
    margin-right: 10pt;
    margin-left: 10pt;
}

.banner h3 {
    font-size: 14px;
    color: #008ed6;
    text-transform: uppercase;
    font-weight: 700;
}

.banner h1 {
    color: #fff;
}

.tryfree-btn,
.tryfree-btn:hover {
    padding: 15px;
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
    font-weight: 600;
}

.btn-lg.tryfree-small-btn,
.btn-lg.tryfree-small-btn:hover {
    background: #0db165;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 25px 0 30px;
    border-radius: 3px;
    border: 1px solid #0db165;
    padding: 10px 25px;
}

p.fineprint {
    font-style: italic;
    font-weight: 200;
    color: #b9b9b9;
    font-size: 15px;
}

.demo-btn,
.demo-btn:hover {
    padding: 15px;
    background-color: transparent;
    color: #008ed6;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #008ed6;
    font-weight: 600;
    margin-left: 15px;
}

.email-form input {
    width: 100%;
    height: 50px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #444348;
    /* margin-bottom: 20px; */
    background: #ffffff;
    color: #000000;
}


/*features area*/

.features img,
.features .sep {
    margin: auto;
    display: block;
    margin-bottom: 50px;
}

.features i.fa {
    font-size: 25px;
    color: #008ed6;
    font-weight: 700;
    width: 100px;
    height: 100px;
    border: 1px solid #e1e1e1;
    line-height: 4;
    border-radius: 50%;
    cursor: pointer;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.features i.fa:hover {
    color: #fff;
    background: #008DD5;
}

.features h3 {
    font-size: 24px;
    color: #1a1a1a;
}

.features p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 70px;
}


/*details area*/

.details-cross-platform {
    margin-top: 50px;
    margin-bottom: 50px;
}

.details p {
    font-size: 18px;
    color: #999999;
    margin: 30px 0;
}

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

.details ul li {
    font-size: 18px;
    color: #1b1b1b;
}

.details ul li i.fa {
    font-size: 20px;
    color: #008ed6;
    height: 30px;
    width: 30px;
}


/*feature-detail area*/

.feature-detail {
    background: #f2f2f2;
}

.feature-detail h4 {
    margin-top: 120px;
}

.feature-detail h2 {
    margin-bottom: 10px;
}

.feature-detail p {
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
}

.horizontal-phone img {
    margin: 30px 0;
}


/*pricing-slide area*/

.pricing-slide {
    background: url(/public/img/sales/paralax.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.pricing-slide h2 {
    margin-bottom: 10px;
    color: #fff;
}

.pricing-slide p {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    margin-top: 60px;
    margin-bottom: 25px;
}

.pricing-slide .sep {
    margin: 0 auto;
}

.item img {
    float: left;
    margin-right: 20px;
    margin-bottom: 200px;
}

.item h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.item h6 {
    font-size: 16px;
    color: #fff;
    padding-top: 12px;
}


/*download area*/

.download {
    background: #15141a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.download p {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.download p span {
    font-weight: 700;
}


/*price-plan area*/

.price-plan .sep {
    margin: auto;
    margin-bottom: 70px;
}

.single-table {
    border: 1px solid #e0e0e0;
    margin-bottom: 60px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 40px rgba(1, 142, 214, .5);
}

.single-table h3 {
    font-size: 24px;
    color: #1a1a1a;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px;
    line-height: 1;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.table-price {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.table-price h5 {
    font-size: 60px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 17px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.table-price h5 span {
    position: absolute;
    font-size: 25px;
    top: 21%;
    left: 34%;
    font-weight: 600;
}

.table-price p {
    font-size: 18px;
    color: #999999;
    line-height: 1;
    margin-bottom: 22px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.table-description p {
    font-size: 18px;
    color: #999999;
    padding: 40px 20px;
    margin-bottom: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.table-description a {
    color: #008ed6;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.table-description .btn-primary {
    width: 160px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    color: #008ed6;
    border-radius: 4px;
    background: transparent;
    margin-bottom: 30px;
    font-weight: 700;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.free h5 span {
    left: 39%;
}

.single-table:hover.single-table h3 {
    color: #008ed6;
}

.single-table:hover .table-description .btn-primary {
    background: #008ed6;
    color: #fff;
}

.single-table:hover .table-price h5 {
    color: #fff;
}

.single-table:hover .table-price p {
    color: #fff;
}

.single-table:hover .table-price {
    background: #008ed6;
}


/*contact area*/

.contact {
    background: #1a394e;
}


/*override the background on the homepage contact area */

.contact-home {
    background: #ededed;
    padding-bottom: 50px;
}

.contact h2 {
    color: #fff;
}

.contact-home h2 {
    color: #1a1a1a;
}

.contact-heading .sep {
    margin: auto;
    margin-bottom: 50px;
}

.contact i.fa {
    color: #008ed6;
    font-size: 20px;
    padding: 20px;
}

.contact p {
    font-size: 18px;
    color: #999999;
    line-height: 1;
}

.contact-form {
    background: #15141a;
    margin-top: 50px;
}

.contact-form-left,
.contact-form-right {
    margin-top: 60px;
}

.contact-form-left input {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #444348;
    margin-bottom: 20px;
    background: transparent;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 245px;
    border-radius: 5px;
    border: 1px solid #444348;
    margin-bottom: 15px;
    background: transparent;
    padding: 12px;
    color: #fff;
}

.contact-form-right .submit-btn {
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: #4CAF50;
    border-radius: 5px;
    border: 0;
    margin-bottom: 40px;
}

.contact-form .g-recaptcha {
    margin-bottom: 15px;
}


/*bottom CTA area*/

.bottom {
    background: #1a394e;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.bottom h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}


/*footer section*/

.footer {
    background: #15141a;
}

.footer i.fa {
    font-size: 15px;
    padding: 20px;
    color: #444348;
    margin-top: 20px;
}

.footer i.fa:hover {
    color: #008ed6;
}

.footer p {
    font-size: 14px;
    color: #444348;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}


/* notices and errors */

#flashMessage,
.error,
.error_message {
    color: #900;
    font-size: 16px;
    font-weight: bold;
}

.error_message {
    font-size: 18px;
    color: #900;
    clear: both;
}

.error em {
    font-size: 18px;
    color: #003d4c;
}

.message {
    border: 1px solid #ccc;
    padding: 5px;
    background: #e1e1e1 url(/public/img/impresarioIMG/admin/nav-bg.gif) top left repeat-x;
}


/*signup page*/

.subpage-header-background {
    height: 100px;
    background: #1a394e;
}

.signup-container {
    padding-bottom: 100px;
}

.signup-container h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    font-weight: 600;
}

.signup-container h3.subtext {
    text-align: center;
    padding-bottom: 20px;
}

.signup-container h2.questions {
    font-size: 30px;
}

.signup-container .phone {
    white-space: nowrap;
}

.signup-container .name {
    font-size: 15px;
    color: #008ed6;
    text-transform: uppercase;
    font-weight: 600;
}

.signup-feat i.fa {
    color: #008ed6;
    font-weight: 700;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.signup-container .icon-column {
    text-align: center;
}

.mt-75 {
  margin-top: 75px;
}

.blog-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 100px 20px;
}

.blog-container li {
    list-style: initial;
}

.blog-content {
    font-size: 18px;
    margin-top: 10px;
}

.articles-section {
    padding-bottom: 100px;
}

.articles-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.article {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    margin-right: 35px;
    box-shadow: rgb(66 113 151 / 9%) 0px 1px 1px 1px
}

.margin-p {
    margin-left: 10px;
    margin-right: 10px;
}

.paging {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.article-img-container {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-img {
    width: 100%;
    height: auto;
}

.article-heading {
    height: 100px;
    padding: 15px 7px;
    text-align: center;
    margin-top: 15px;
}

.blog-img {
    max-width: 100%;
    height: auto;
}

.blog-container h1, .blog-container h2, .blog-container h3, .blog-container h4, .blog-container h5 {
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.blog-container ul, .blog-container ol {
    margin-bottom: 1.25em;
}

.blog-container ul li, .blog-container ol li {
    margin-bottom: 0.25em;
}

.blog-container p {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1em;
    line-height: 1.58;
    margin-bottom: 1.25em;
    font-weight: 400;
    letter-spacing: -0.003em;
}

.blog-container img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 720px) {
	.blog-container .butter-float-left {
        float: left;
        margin: 0px 10px 10px 0px;
    }

    .blog-container .butter-float-right {
        float: right;
        margin: 0px 0px 10px 10px;
    }
}

.blog-container figcaption {
    font-style: italic;
    text-align: center;
    color: #ccc;
}

.blog-container p code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.blog-container pre {
    display: block;
    padding: 1em;
    margin: 0 0 2em;
    font-size: 1em;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.page-container {
    margin-left: 10%;
    margin-right: 10%;
    padding: 50px 20px;
    min-height: 100vh;
}

.page-container h1 {
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 1.5em;
    text-align: center;
}

.page-container h2 {
    font-size: 24px;
    color: #008ed6;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.page-container p, ul {
    font-size: 18px;
    color: #525151;
    margin-bottom: 28px;
    text-align: left;
}

.code-unordered-list > li {
    font-family: monospace;
    font-size: medium;
}

.attributes-list-item > li {
    list-style: disc;
}

#ambassadors {
    background: url(/public/img/Ambassador.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: white;
    padding-top: 5%;
    padding-bottom: 3%;
    min-height: 80vh;
}

.met-ambassador {
    margin-bottom: 2%;
}

#ambassadors p {
    margin: 0 0;
}

.ambassador {
    margin-top: 6%;
}

.single-ambassador img {
    float: none;
    margin-bottom: 0;
}

.point-1 {
    margin-top: 2%;
}

.ambassador-slider {
    margin-top: 3%;
}

.ambassador-link {
    color: white;
}

.ambassador-link:hover {
    color: white;
}

.carousel-inner {
    float: none;
    margin-bottom: none;
}

.ambassador-text {
    white-space: pre-line;
    overflow: hidden;
    height: 200px;
}

@media only screen and (max-width: 1340px) {
    .navbar-default .navbar-nav > li > a {
        padding: 8px 8px;
    }
    .navbar-default .navbar-nav > li > button {
        margin: 0 10px 0 25px;
    }
}

@media only screen and (max-width: 800px) {
    .ambassador {
        margin-top: 17%;
    }

    .mobile {
        height: 200px;
        width: 100px;
        left: 8%;
    }
    .ipad {
        height: 400px;
        width: 200px;
    }

}

@media only screen and (max-width: 1140px) {
    .navbar-default .navbar-nav > li > a {
        padding: 8px 0px;
        margin: 0px 12px;
    }

    .navbar-default .navbar-nav > li > button {
        margin: 0 10px 0 20px;
    }
    .course-images {
        margin-top: 0 !important;
        padding-left: 11%;
    }
}

@media only screen and (max-width: 1010px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0px 7px;
    }

    .navbar-default .navbar-nav > li > button {
        margin: 0;
    }

    .navbar-collapse {
        padding-right: 0px;
    }
    .image-course {
        width: 100%;
        height: 3.75em;
        object-position: bottom;
        object-fit: contain;
    }
    .course-images {
        margin-top: 0 !important;
        padding-left: 13%;
    }
}
