.mb-50{
    margin-bottom: 50px;
}

.mb-0{
    margin-bottom: 0;
}

.theme-color{
    color: #1e90ff;
}

input::-webkit-input-placeholder{
    color: #888;
}
input:-moz-placeholder {
    color: #888;
}

.btn-round-corn{
    border-radius: 50px !important;
}

.display-inline-block{
    display: inline-block;
}

.display-block{
    display: block;
}

.site-logo{
    height: 38px;
}

.signup-container {
    padding: 100px 0 50px 0;
}

.cta-email{
    border: none !important;
    outline: none !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    border-bottom: 2px solid #ccc !important;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

#home .container{
    padding-top: 50px;
}

.home-2-section{
    padding-top: 150px;
    padding-bottom: 150px;
}

.btn-custom{
    color: #fff;
    background: #1e90ff;
    border: 1px solid #1e90ff;
    border-radius: 5px 5px;
    padding: 13px 30px;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.home-section h1 span{
    font-size: 180%;
    font-weight: 100;
    color: #1e90ff;
    display: block;
    margin-bottom: 15px;
}

.cta-note{
    margin-top: 50px;
}

.home-text{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.btn-try{
    padding: 10px 30px;
}

.head-note{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 50px;
    font-size: 22px;
    font-weight: 100;
}

.name-banner{
    position: absolute;
    padding: 8px 30px;
    background: #1e90ff;
    color: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    bottom: 30px;
    right: 0;
    display: none;
}

.second-name-banner{
    position: absolute;
    padding: 8px 30px;
    background: #1e90ff;
    color: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    bottom: 100px;
    left: 0;
}

.name-banner p,
.second-name-banner p{
    margin: 0;
    color: #fff;
    line-height: 20px;
}

.show-opaque{
    display: none !important;
}

.navbar-fixed-top.opaque .show-opaque{
    display: inline !important;
}

.carousel-caption{
    margin-bottom: 60px;
    text-align: center;
}

.carousel-caption h2{
    margin-bottom: 0;
}

.carousel-caption img{
    height: 50px;
    margin-bottom: 10px;
}

.loader {
    background: none repeat scroll 0 0 #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.loader .loader_inner {
    background-image: url("../images/preloader.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}

.signup-action{
    text-align: center;
}

/* Start Testimonial CSS */

.card {
    position: relative;
    display: flex;
    width: 600px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card .card-body {
    padding: 1rem 1rem;
    min-height: 250px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem;
}

h4 {
    line-height: .2 !important;
}

.items {
    width: 90%;
    margin: 0 auto;
}

.slick-slide {
    margin: 10px;
}

.media iframe,
.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .1);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.media-content:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px);
}

.circle .media-content:before {
    width: 40%;
    left: 30%;
}

.profile-image {
    width: 100%;
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px;
}

.card-title {
    font-size: 19px;
    font-weight: 900;
}

/* End Testimonial CSS */

.footer-container{
    text-align: center;
}

.footer-up,.footer-down{
    display: block;
}

@media (min-width: 515px) {
    #newsletter-form #submit-button-newsletter{
        margin-top: 0;
    }
}

@media (min-width: 576px) {
    .cta-email{
        float: right;
    }

    .signup-action{
        text-align: left;
    }
}

@media (min-width: 768px) {
    .head-note {
        font-size: 28px;
    }

    .name-banner{
        display: block;
    }

    .head-sub-note {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .footer-container{
        text-align: left;
    }

    .footer-up{
        float: left;
    }

    .footer-down{
        float: right;
    }

    .footer p a {
        margin-right: 15px;
    }

    .footer_social li{
        float: left;
    }

    .head-note {
        font-size: 36px;
    }

    .head-sub-note {
        font-size: 24px;
    }

    ul.pricing-list li.price-text{
        text-align: left;
    }

    ul.pricing-list{
        padding: 0 25px;
    }
}

@media (min-width: 1200px) {
    ul.pricing-list{
        padding: 0 55px;
    }
}

@media (min-width: 1360px) {
    .home-2-section{
        padding-top: 250px;
        padding-bottom: 250px;
    }
}