@import url(font-face.css);

:root{
    --v2-color-primary: #FFC600;
    --v2-color-black: #07294D;
    --nav-item-color: #191919;
    --a-color : #216094;
    --a-hover-color : #218ff6;

    --btn-theme-primary-bg : #2073d4;
    --btn-theme-primary-hover-bg : #005bbe;
}

input.invalid,
textarea.invalid,
select.invalid {
    border-color: red;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;

    line-height: 1.5;
    color: #29303b;
    /* color: #f8f9fa; */
    -webkit-font-smoothing: antialiased;
}
.home-header {
    padding-left: 5%;
    padding-right: 5%;
}
body.rtl {
    direction: rtl;
    text-align: right;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
/**
Reset CSS
 */
a{
    color: var(--a-color);
}
a:hover{
    color: var(--a-hover-color);
    text-decoration: none;
}

b {
    color: #EEE;
}

b:hover {
    color: #FFF;
    text-decoration: none;
}

b.disabled {
    cursor: not-allowed;
    background-color: #CCCCCC;
    color: #999999 !important;
}

b.nav-btn.disabled:hover {
    background-color: #CCCCCC;
}
a.disabled{
    cursor: not-allowed;
    background-color: #CCCCCC;
    color: #999999 !important;
}
a.nav-btn.disabled:hover{
    background-color: #CCCCCC;
}
.btn-purple{
    color: #fff;
    background-color: #aa66cc;
    border-color: #9359b2;
}

.btn-purple:hover{
    color: #fff;
    background-color: #8954a8;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.btn-link {
    color: #FFC600;
}
.bg-light-sky{
    background-color: #e7ecff !important;
}
.bg-light-success{
    background-color: #eefff6 !important;
}
.bg-dark-blue{
    background-color: #033E80 !important;
}
.box-shadow{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.lecture-content-article h4{
    font-size: 20px;
}
.lecture-content-article ul{
    list-style: inside;
}
.has-error .invalid-feedback{
    display: block;
}
.form-group.has-error{
    color: var(--danger);
}
.form-group.has-error .form-control {
    border-color: var(--danger);
}
.btn, .form-control{
    min-width:30px;
    border-radius: 5px;
}
.btn-round{
    border-radius: 25px;
}
.btn-theme-primary{
    color: #fff !important;
    background-color: #07294d;
    border-color: #07294d;
    border-radius: 5px;
}
.btn-theme-primary:hover{
    color: #07294d !important;
    background-color: #FFC600;
    border-color: #FFC600;
    border-radius: 5px;
}
.btn-theme-secondary {
    color: #07294d !important;
    background-color: #FFC600;
    border-color: #FFC600;
}
.btn-theme-secondary:hover{
    color: #fff !important;
    background-color: #07294d;
    border-color: #07294d;
}
.btn-login-outline{
    color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.6);
}
.btn-login-outline:hover{
    color: rgba(0,0,0,.9);
    border-color: rgba(0,0,0,.9);
}
.btn-centered {
    position: relative;
    left:50%;
    transform: translate(-50%, 25%);
}

/**
* Nav menu CSS
*/
.navbar-light .navbar-nav .nav-link {
    color: #07294D;
    font-size: 1rem;
    font-weight: 400;
}
.navbar-light .navbar-nav .btn-theme-primary{
    color: #fff !important;
}
.navbar{
    padding: 10px 0 !important;
}
.site-main-logo img {
    height: 50px;
    max-height: 50px;
    width: auto;
}
/**
* #END Nav Menu
*/

.red {
    color: #ff0000 !important;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}
.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
/**
Hero Section
 */

.hero-left-wrap {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    height: 385px;
}

.hero-banner {
    padding: 100px 0;
    background: #d1d1d1 url(../images/hero-banner.jpeg) no-repeat scroll top center / cover;
    position: relative;
    padding-bottom: 500px !important;
}
.contact-banner {
    /* padding: 150px 0; */
    background: #d1d1d1 url(../images/contact-us.jpg) no-repeat scroll top center / cover;
    position: relative;
    /* padding-bottom: 500px !important; */
}
.feedback-banner {
    max-width: 100%;
    padding: 0 !important;
    background: #d1d1d1 url(../images/apply-banner.jpg) no-repeat scroll top center / cover;
    position: relative;
    aspect-ratio: 5 !important;
    height: auto;
}

.testimonial-banner {
    padding: 100px 0;
    background: #d1d1d1 url(../images/testimonial-banner.jpg) no-repeat scroll top center / cover;
    position: relative;
    padding-bottom: 500px !important;
}

.hero-banner-2 {
    background: #d1d1d1 url(../images/properties-banner.jpg) no-repeat scroll top center / cover;
    width: 100%;
    aspect-ratio: 5 !important;
}

.hero-banner-3 {
    background: #d1d1d1 url(../images/faq_banner.png) no-repeat scroll top center / cover;
    width: 100%;
    aspect-ratio: 5 !important;
}

.hero-banner::before {
    content: "";
    /*background: #dddddd; */
    /* height: 100%; */
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-banner-2::before {
    content: "";
    /*background: #dddddd; */
    /* height: 100%; */
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-banner-3::before {
    content: "";
    /*background: #dddddd; */
    /* height: 100%; */
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.testimonial-banner{
    background: #d1d1d1 url(../images/testimonial-banner.jpg) no-repeat scroll top center / cover;
    padding-bottom: 200px !important;
}

.testimonial-box{}
.testimonial-box .img-bordered{
    border: 4px solid #e6f2fc;
    width: 80px;
    height: 80px;
}
.properties-list {
    padding-left:15%; padding-right:15%;
}
.testimonial-box .card{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0 0 10px 0;
    border: 1px solid #d2ebff;
    border-radius: 6px;
    text-align: center;
    color: #60656f;
    margin-bottom: 35px;
    width: 100%;
}
.column-image {
    width: 100% !important; object-fit: cover; overflow:hidden;
}
.testimonial-box .card .card-box{
    font-size: 16px;
    line-height: 24px;
    padding: 20px 25px;
    background: url("../images/blockquotes.svg") no-repeat 24px -2px;
    background-size: 40px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

.col-center-block {
    position: absolute;
    left: 20px;
    top: 50%;
    line-height: 1.5rem;
    transform: translateY(-50%);
}
.club-home-thumb{
    width: 100%;
    overflow: hidden;

}
.club-home-thumb img,.club-member-contact img{
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.v2-section .v2-title {
    font-size: 32px;
    line-height: 48px;
    color: #07294D;
    text-align: center;
}
.v2-section .v2-subtitle {
    font-size: 20px;
    line-height: 24px;
    color: var(--v2-color-primary);
    text-align: center;
    font-weight: bold;
}
.v2-section-offer {
    background: #EDF0F2;
    padding: 70px 0 50px;
}
.v2-section-offer .card-v2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.v2-section-offer .card-v2 .car-images {
    padding: 20px;
}
.v2-section-offer .card-v2 .car-images img{
    height: 240px;
    overflow: hidden;
    box-shadow: 5px 5px 10px #e4e4e4;
}
.v2-section-offer .card-v2:hover .car-images img{
    box-shadow: 8px 8px 10px #d4d4d4;
}
.v2-section-offer .card-title  {
    color: #161E31;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.v2-section-offer .card-title .title-label {
    line-height: 38px;
    font-size: 16px;
    margin: 0;
}
.v2-section-offer .card-title .card-tip {
    float: right;
}
.v2-section-offer .card-v2 .card-body .card-text {
    color: rgba(22, 30, 49, 0.5);
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
    height: 55px;
    overflow: hidden;
}

.FAQ-container li{
    padding-bottom: 20px;
}

.project .title{
    color: #fff; background-color: rgba(14, 34, 58, .8);
    text-align: center; bottom: 20px; width: 100%;
    font-size:1.2rem;
    /* line-height:3rem;  */
    margin-top:5px;
}

.project .our_projects_cn {
    text-align: center;
    background: -webkit-linear-gradient(#ad8c40, #CAA55C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-ev{min-width: 160px;background-color: rgb(96, 121, 128);color: rgb(255, 255, 255);}
.btn-ev:hover{opacity: 0.7;color: white}
/**********************************************************************
* Plugins Support
***********************************************************************/

/**
Footer Section
 */

footer{
    font-size: 14px;
    position: relative;
    top:0px;
    color: #07294d;
    background: #f8f9fa;   /*1 url(../../images/footer-bg.svg) no-repeat scroll center center / cover; */
}
footer::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
footer a,.footer-bottom-wrap a{
    color: #ffffff;
}
footer a:hover,.footer-bottom-wrap a:hover{
    color: #ff9900;
}
footer h4{
    font-size: 18px;
    margin-bottom: 20px;
}
footer .footer-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
footer .footer-links li{
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
.footer-widget-wrap li{line-height: 24px}
footer .footer-links li a{
    line-height: 35px;
}
.footer-social-icon-wrap a:hover{
    color: var(--a-hover-color);
}
.footer-social-icon-wrap i{
    font-size: 24px;
}

.footer-bottom-wrap{
    color: #ffffff;
    background: #011C38;
}
.footer-bottom-right-links li{
    display: inline-block;
}
.footer-bottom-right-links li a{
    display: block;
    padding-left: 10px;
}


@media (max-width: 991.98px) {
    .page-header-wrapper{
        min-height: 150px;
    }
    .offcanvas-collapse {
        position: fixed;
        top: 62px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .nav-user-item .btn,.nav-user-item .btn:hover{
        border: none;
        background: none!important;;
        color: #07294D;
        padding-left: 0px;
        text-align: left;
    }
    .mini-cart-item .text-center{
        text-align: left!important;
    }
    a#miniCartDropDown, a.profile-dropdown-toogle{
        padding-left: 0px;
    }
}

/**
* Cookie
*/
.cookie_notice_popup{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    background-color: rgb(237, 239, 245);
    color: rgb(131, 131, 145);
    width: 300px;
    right: 20px;
}
.cookie_notice_msg{
    padding: 20px;
}
.cookie_notice_popup .cookie-dismiss{
    color: rgb(255, 255, 255);
    background-color: #4B81E8;
    padding: 0.5em;
    text-align: center;
    display: block;
}
.cookie_notice_popup .cookie-dismiss:hover {
    background-color: #205fd6;
}
@media (max-width: 1400px){
    .landing-hero-title{
        font-size: 48px !important;
        line-height: 60px !important;
    }
    .max-on-phone {
        width:40% !important
    }
}
@media (max-width: 1300px){
    .max-on-phone {
        width:50% !important
    }
}@media (max-width: 1000px){
    .max-on-phone {
        width:60% !important
    }
}
@media (min-width: 992px){
    .main-nav-auth-profile-wrap{
        margin-left: auto;
    }
}
@media(min-width:911.5px) {
    .large_hidden {
        position:absolute;
        visibility: hidden;
    }
}
@media(max-width:991.5px) {
    .small-max-video {
        margin-left: -15%;
        margin-right: -15%;
        width:130%;
        height:130%;
    }
    .name_date_stars {
        position: absolute;
        visibility: hidden;
    }
    .small_hidden {
        visibility: hidden;
        height:0px;
    }
    .content-row {
        width:85%;
    }
    .quote_div {
        width:10% !important;
    }
    .small_pfp {
        position: absolute;
        left:70%;
    }
    .todown {
        bottom:75px;
    }
    .sign {
        left:30%;
    }
    #mainNavbarContent .main-nav-right-menu .dropdown-menu {
        max-width: 100%;
    }
    .hero-right-col{
        display: none;
    }
    .landing-hero-title {
        width: 50% !important;
    }

    .main-nav-auth-profile-wrap{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .main-nav-auth-profile-wrap > li{
        display: inline-block;
    }
    .main-nav-auth-profile-wrap .nav-link{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    a#miniCartDropDown{
        display: block;
        position: relative;
    }
    a#miniCartDropDown {
        display: block;
        position: relative;
        min-width: 60px;
    }
}
@media(min-width:768px) {
    .lecture-sidebar{
        display: block;
    }
    .navbar-collapse.show#mainNavbarContent{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media(max-width:767.5px) {
    .oh-row {
        height: 450px !important;
    }
    .godown {
        bottom:25px !important;
    }
    .page-header-wrapper h1 {
        color: #ffffff !important;
    }
    .landing-hero-title{
        font-size: 36px !important;
        line-height: 44px !important;
    }

    #mainNavbarContent{
        margin-top: 10px;
        z-index: 1;
    }
    a.nav-link.browse-categories-nav-link {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .header-search-wrap{
        margin: 10px 0 !important;
    }
    .main-nav-auth-profile-wrap{
        width: 100%;
        max-width: 100%;
    }

    .lecture-header-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 149px;
                flex: 0 0 149px;
    }
    .lecture-container{
        margin-left: 0;
        padding: 20px !important;
    }
    .lecture-sidebar{
        display: none;
        width: 100%;
    }
    .cookie_notice_popup{
        bottom: 0;
        width: 100%;
        right: 0;
    }
}
@media(max-width:574px) {
    /**
    * Mobile, iPhone
    */
    .lecture-header-left{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
    }
    .content-row {
        width:75% !important;
    }
    .back-to-curriculum{
        margin-left: 10px;
    }
    .lecture-header-right .nav-btn{
        font-size: 13px;
    }
    .home-cta-left-col{
        margin-bottom: 50px;
    }
    .main-nav-auth-profile-wrap{
        display: table;
    }
    .main-nav-auth-profile-wrap > li{
        display: table-cell;
    }
}

@media (max-width:500px) {
    .float-on-big {
        font-size: 32px !important;
    }
    .rererereduce {
        font-size: 32px !important;
    }
    .contact-banner {
        padding: 20px 0px !important;
    }
    .contact-banner .oh-contact-title {
        bottom: 50px !important;
        padding-top: 20px !important;
    }
    .site-main-logo {
        font-size: 15px !important;
    }
    .header-img {
        display: none;
    }
    .oh-home-section {
        bottom: 0px !important;
    }
    .slick-slide {
        height: 393px;
    }
    .slick-slide img {
        max-height: 396px;
        object-fit: contain;
    }
    .oh-home-btn {
        margin-top: 0px !important;
    }
    .oh-home-subtitle {
        margin: 0px !important;
    }
    .oh-home-title {
        margin-top: 100px !important;
        padding-top: 110px !important;
    }
    .oh-home-subsub {
        margin-bottom: 0px !important;
        font-size: 12px !important;
    }
    .apply-well {
        padding-top: 30px !important;
    }
    .properties-list {
        padding-left: 0px; padding-right:0px;
    }
    .temp-banner-title {
        display: none;
    }
    .temp-banner-logo {
        display: none;
    }
    .temp-banner-slogan {
        font-size: 10px;
        width: 70% !important;
        white-space: normal;
    }
    .temp-banner-button {
        position: absolute;
        right: 60px;
    }
    .top-banner-join {
        font-size: 1rem;
    }
    .home-header {
        font-size:24px !important;
        padding-top: 5% !important;
    }
    .oh-home-title {
        font-size: 28px !important;
    }
    .oh-home-subtitle {
        font-size: 16px !important;
    }
    .oh-obj {
        position: relative !important;
        width:100% !important;
        /* height: 150px !important; */
    }
    .oh-row {
        overflow: hidden;
        height: 100% !important;
    }
    .footer-social-icon-wrap {
        padding: auto;
        float: left;
        width:50px !important;
    }
    .footer-col {
        float: left;
        width:50px;
    }
    .footer-col2 {
        max-width:300px;
    }
    .footer-img {
        width:50px;
        height:50px !important;
        float: left;
    }
    .club-mb-sm {
        margin-left: 5%;
        margin-right: 5%;
        width: 90% !important;
    }
    .club-videos-banner {
        background-image: url('../images/club_videos_banner2.jpg') !important;
        background-size: 100% !important;
        aspect-ratio: 3.878788 !important;
    }

    .testimonial-cont {
        padding:0px !important;
    }
    .testimonial-row {
        margin-bottom:5px !important;
        box-shadow: #fff 0px 3px 6px, #eee 0px 3px 6px !important;
    }
    .quote_img {
        height:30px !important;
        width:30px;
    }
    .no-phone-flex {
        display:block !important;
    }
    .smallgrow {
        height:520px;
    }
    .play-button {
        position:relative !important;
        top:0px !important;
        left:0px !important;
        width:50px !important;
        height:50px !important;
    }
    .show-video {
        width:50px !important;
        height:50px !important;
        position:relative !important;
        left:45% !important;

    }
    .hide-video {
        position:relative;
        top:350px;
    }
    .godown {
        bottom:0px !important;
        padding:0 1% !important;
    }
    .max-on-phone {
        width:100% !important;
        font-size: 20px !important;
    }
    .nav-user-item .btn, .nav-user-item .btn:hover {
        border:none !important;
        color:#07294D !important;
        background-color: transparent !important;
    }
    .feature-section {
        padding:24px !important;
    }
    .landing-hero-title {
        line-height: 32px !important;
        font-size: 24px !important;
        width: 50% !important;
    }
    .landing-hero-description {
        line-height: 15px !important;
        font-size: 12px !important;
        margin-top: 20px !important;
    }
    .btn-xuetang {
        margin-right:0px;
    }
    .btn-lg {
        margin-top: 8px !important;
        font-size: 12px !important;
        padding: 0.25rem 0.75rem !important;
    }
    .btn-apply {
        font-size: 30px !important;
    }
    .apply-well {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .btn-centered {
        position: relative;
        left:50%;
        transform: translate(-50%, 25%);
    }
    .btn-club-3 {
        position: relative;
        top: 20%;
        font-size: 24px !important;
    }
    .banner-content {
        font-size:20px !important;
        line-height: 30px !important;
        padding-top: 10px !important;
    }
    .hero-left-wrap {
        margin-top: 10px !important;
    }
    .container {
        bottom:0 !important;
        vertical-align: top !important;
    }
    .desc-label {
        font-size: 0 !important;
    }
    .desc-link {
        font-size: 0 !important;
    }
    .item {
        margin-bottom: 25px !important;
    }
    .title {
        margin-bottom: 30px !important;
    }
    .shorten-cp {
        font-size: 20px !important;
    }
    .v2-section-banner2 .banner-content {
        font-size: 20px !important;
    }
    .hero-left-wrap {
        height:100% !important;
    }
    .coaching-header {
        padding-top:0 !important;
    }
    .image-container-offer {
        visibility: hidden;
        height: 0px;
    }
    .myProducts {
        /* height:320px !important; */
        /* height: 100% !important; */
    }
    .myProducts-gallery {
        /* height: 100% !important; */
        /* height:300px !important; */
    }
    .btn-club {
        padding: 100%;
        float: right;
        position: relative;
        top:10px;
        right:20px;
        margin-left:10px;
        line-height: 10px !important;
        font-size: 7px !important;
        border-radius: 50px !important;
    }
    .btn-club-2 {
        margin-bottom: 10px;
    }
    .our_projects_cn {
        font-size: 1.5rem !important;
    }
}

@media(max-width:413.5px) {
    a#miniCartDropDown, a.profile-dropdown-toogle {
        width: 35px;
        height: 35px;
    }
    .mini-cart-body-wrap.d-block {
        right: -40px;
    }
    .title-1 {
        font-size:24px !important;
    }
    .title-2 {
        font-size:24px !important;
    }
}


@media (min-width:500px) {
    .float-on-big {
        float: left;
    }
    .contact-banner {
        padding: 100px 0;
    }
    .apply-ad {
        padding-top: 10%;
    }
    .oh-img {
        height: 95% !important;
    }
    .column-image {
        max-width: 100% !important;
        height:70px !important; 
        margin: 1px;
    }
    .myProducts-gallery {
        max-height: 450px !important;
        overflow-y:scroll;
    }

    .btn-club-2 {
        position: relative;
        top:15px;
    }
    .btn-club-3 {
        line-height:50px; font-size:32px; width:20%; position: relative; top: 15%; left: 20%;
    }
}
@media (min-width: 576px){
    .modal-alert {
        max-width: 400px;
    }
}

.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}

.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}

.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}

/*
  Theme Name: Edubin - LMS Education HTML Template
  Author: PixelCurve
  Author URL: http://themeforest.net/user/pixelcurve
  Support: help.pixelcurve@gmail.com
  Description: Creative  HTML5 template.
  Version: 2.0
*/


/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- margin right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- Padding left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

/*-- Padding right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

/* Background Color */

.gray-bg {
    background: #edf0f2;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

/* Color */

.white {
    color: #fff;
}

.black {
    color: #222;
}

/* black overlay */

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #07294d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

[data-overlay="9"]::before {
    opacity: 0.9;
}
