body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b;
    width: 100%;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;
}
html{
    width: 100%;
    overflow-x: hidden;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 15px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1.7;
    margin-bottom: 15px;
}
a:hover, a:focus {
    color: #07a9c4;
    text-decoration: none;
}
.section-space{
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative
}
.sub-h{
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0rem;
    color: #0032b2;
    text-transform: uppercase;
}
.m-heading{
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 1.3em;
    margin-top: 7px;
    color: #1e1e1e;
    margin-bottom: 1.4rem;
    letter-spacing: .5px;
    margin-top: 0px;
}
.m-heading.blue-h{
    color: #07a9c4
}

.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn{
    letter-spacing: .5px;
    border-radius: 4px;
    text-transform: capitalize;
    color:#fff;
    padding: 12px 24px 12px;
    font-weight: 600;
    font-size: 14px;
}
.btn:hover{
    color: #fff;
}
.m-btn{
   background: linear-gradient(to top, #a5b6ff, #012ff9);
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: none;
    border-radius: 6px;
    text-transform: capitalize;
    border: 0px;
    letter-spacing: 1px;
    padding: 15px 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.m-btn:hover{
    box-shadow: inset 400px 0 0 0 #012ff9;
    color: #ffffff;
	border: 0px !important
}
.inner-header{
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative;
    background: #1e1e1e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}
.inner-header .m-heading{
    margin-bottom: 10px
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header  .breadcrumb-item.active, .inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #fff;
    font-size: 17px
}
.shape-1{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: -20px;
}
.shape-2{
    position: absolute;
    z-index: -1;
    bottom: 20px;
    right: -40px;
}
.ab-img{
    position: relative
}
.img-ab1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.img-ab2{
    position: absolute;
    z-index: 5;
    top: 16%;
    left: 0%;
}
.btn-sec .m-btn{
    background: linear-gradient(to top, #a5b6ff, #012ff9);
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: none;
    border-radius: 6px;
    text-transform: capitalize;
    border: 0px;
    letter-spacing: 1px;
    padding: 15px 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.btn-sec .m-btn:hover{
	box-shadow: inset 400px 0 0 0 #012ff9
}
/* success page */
.pay-success{
   text-align: center;
   padding: 50px 30px;
   box-shadow: 1px 1px 50px gainsboro;
   border-radius: 6px;
}
.pay-success i{
   font-size: 80px;
   margin-bottom: 40px;
   color: #00ca00;
}
.pay-success h4{
   font-size: 40px;
   font-weight: 600;
   color: #0032b2;
}
.pay-success p{
   font-size: 16px;
   margin-top: 12px;
}
/* Navbar */
.navbar-light .navbar-toggler{
    background: #fff
}
.navbar-light .nav-item{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 14px
}
.navbar-brand img{
    width: 140px;
}
.navbar-light{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff26;
    background: #121212;
}
.navbar-light.is-sticky {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #1e1e1e !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.fadeIn{
    animation-name:fadeIn;
}
@keyframes fadeInDown{
    from{
        opacity:0;
        transform:translate3d(0, -100%, 0);
    }
    to{
        opacity:1;
        transform:none;
    }
}
.fadeInDown{
    animation-name:fadeInDown;
}
@keyframes fadeInDownBig{
    from{
        opacity:0;
        transform:translate3d(0, -2000px, 0);
    }
    to{
        opacity:1;
        transform:none;
    }
}
.fadeInDownBig{
    animation-name:fadeInDownBig;
}
@keyframes fadeInLeft{
    from{
        opacity:0;
        transform:translate3d(-100%, 0, 0);
    }
    to{
        opacity:1;
        transform:none;
    }
}
.navbar-light.is-sticky .navbar-brand img{
    width: 100px
}
.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #ececec;
    text-transform: capitalize;
    margin-left: 15px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ffffff;
}
/* Main Banner */
.m-delay{
    animation-delay: 1s;
}
.main{
    position: relative;
}

.main .slider-content{
    position: relative;
    z-index: 1;
    margin-top: 170px;
    display: block;
    animation-duration: 2s;
    text-align: center
}
.main .slider-content h1{
    color: #ffffff;
    font-weight: 600;
    font-size: 4rem;
    margin-bottom: 10px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main .slider-content p{
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: .5px;
}
.main .slider-content a{
    padding: 12px 24px 12px;
}
.main .owl-carousel{
    position: relative;
}
.main .owl-carousel .item{
    height:620px;
    position: relative
}
.main .owl-carousel .item:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: none, linear-gradient(135deg, rgb(0 0 0) 0px, rgb(1 25 86) 100%, rgb(0 0 0) 50%);
    opacity: 0.78;
    z-index: 1;
}
.main .owl-carousel .item .container{
    z-index: 2;
    position: relative
}
.main .owl-carousel .slide-1{
    background-image: url(../../assets/img/flour.jpg);

}
.main .owl-carousel .slide-2{
    background-image: url(../../assets/img/salon.jpg);
}
.main .owl-carousel .slide-3{
    background-image: url(../../assets/img/studio.jpg);
}
.main .owl-carousel .item{
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: right; */
    background-position-y: center;
}

.main .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 4%;
    left: 2%;
}
.main .owl-theme .owl-dots{
    position: absolute
}
.main .owl-theme .owl-nav{
    margin-top: 0px;
}
.main .owl-dots .owl-dot.active:before{
    border-color: #feb406;
    color: #fff
}
.main .owl-theme .owl-dots .owl-dot{
    display: inline-block;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main .owl-theme .owl-dots .owl-dot.active span{
    background: #3d59e8;
}
.main .owl-theme .owl-dots .owl-dot:hover span {
    background: #7c91ff;
}
.main .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    display:none;
}
.owl-theme .owl-nav {
}
.main .owl-carousel .owl-nav button.owl-next, .main .owl-carousel .owl-nav button.owl-prev{
    color: #fff;
    border: none;
    font: inherit;
    width: 41px;
    height: 41px;
    position: absolute;
    font-size: 17px;
    line-height: 39px;
    top: 33%;
    border: 2px solid rgba(255,255,255,.25);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.main .owl-carousel .owl-nav button.owl-prev{
    left: 5%
}
.main .owl-carousel .owl-nav button.owl-next{
    right: 5%
}
.main .owl-carousel .owl-nav button.owl-prev i{
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.main .owl-carousel .owl-nav button.owl-prev:hover i{
    padding-right: 5px;
}
.main .owl-carousel .owl-nav button.owl-next:hover i{
    padding-left: 5px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.main .owl-carousel .owl-nav button.owl-next:hover, .main .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent;
    border: 2px solid rgb(255 255 255);
}
.owl-dot:before{
    display: block;
    opacity: 0.3;
    border-bottom: 1px solid #919191;
    font-size: 12px;
    font-weight: 600;
    width: 50px;
    padding: 12px 5px;
}
.img-sec{
    border-radius: 4px 56px 4px 56px;
    box-shadow: 1px 1px 8px #000000;
}
/* pricing table */
.plan-sec{
    background-color: #f8f8f8
}
.pricingTable{
    position: relative;
    color: #666;
    background: radial-gradient(#fff,#ffffff);
    font-family: 'Open Sans', sans-serif;
    /* text-align: center; */
    margin-top: 30px;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 17px 0px  rgb(43 43 43 / 22%);
    box-shadow: 3px 3px 17px 0px rgb(43 43 43 / 22%);
}
.pricingTable .pricingTable-header{
    padding: 20px 10px;
    background: linear-gradient(to right,#c6c6c6,#f0f0f0);
    text-align: center;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    border-radius: 10px 10px 0px 0px;
}
.pricingTable .off-label{
    position: absolute;
    right: 0;
    top: 42%;
    background: red;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    padding: 9px 7px 9px 11px;
    border-radius: 25px 0px 0px 25px;
}

span.off-label {}
.pricingTable .title{
    color: #0032b2;
    background: transparent !important;
    /* padding: 18px 40px 18px; */
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    /* margin: 0 -20px 25px; */
    border-radius: 10px 10px 0px 0px;
}
.pricingTable .price-value{
    border-radius: 10px;
    display: inline-block;
    text-align: left;
}
.pricingTable .price-value .amount{
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    color: black;
    margin-top: 6px;
    display: block;
}
.pricingTable .price-value .amount-old{
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    line-height: 39px;
    color: #8e8e8e;
    margin-top: 7px;
    display: block;
    text-decoration: line-through;
}
.pricingTable .price-value .amount-old i{
    font-size: 31px
}
.pricingTable .price-value .amount i{
    font-size: 28px;
}
.pricingTable.green .price-value .amount{
    color: #FFB300;
}
.pricingTable.platinum .price-value .amount{
    color :#6A1B9A;
}
.pricingTable .price-value .per{
    font-size: 14px;
    vertical-align: bottom;
    padding-left: 7px;
    color: #0032b2;
}
.pricingTable .price-p{
    margin-top: 0px;
    font-size: 14px;
}
.pricingTable .pricing-content{
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.pricingTable .pricing-content li{
    font-size: 15px;
    line-height: 35px;
    padding: 5px;
    margin: 0 0 0px;
    position: relative;
    line-height: 1.7;
    font-weight: 600;
    border-top: 1px dashed gray;
    color: #000
}
.pricingTable .pricing-content li span{
    display: block;
    color: gray;
    font-size: 14px;
}
.pricingTable .pricing-content li:last-child{
    margin: 0;
}
.pricingTable .pricing-content li.disable:before{
    display: none;
}

.pricingTable .pricingTable-header.gold{
    background: linear-gradient(to right,#FFB300,#FDD835);
}
.pricingTable.platinum .price-main, .pricingTable.platinum .pricing-content li:before {
    background: linear-gradient(to right,#6A1B9A,#AB47BC)
}
.pricingTable.blue .title,
.pricingTable.blue .pricing-content li:before{
    background: linear-gradient(to right,#d7d7d7,#bcbaba);
}

.m-footer {
    background: #0a31b3;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.m-footer .copy-p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px
}

.ft-link {
    margin-bottom: 0px;
    color: #CC9E75
}

.ft-link a {
    color: #fff;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 14px
}
/* login form */
.login-sec{
    background-image: url(../../assets/img/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}
.login-form{
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 34px -15px rgb(0 0 0 / 59%);
    -moz-box-shadow: 2px 2px 34px -15px rgb(0 0 0 / 59%);
    box-shadow: 2px 2px 34px -15px rgb(0 0 0 / 59%);
    padding: 40px;
}
.login-form .input-group{
    margin-bottom: 25px;
}
.login-form .input-group-text{
    background-color: #0032b2;
    color: #fff;
    padding: .375rem .95rem;
    border: 1px solid #0033b1;
}
.form-control{
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
}
.form-control:focus, .form-control:active{
    border: 1px solid #0032b2;
    outline: 0;
    box-shadow: none;
}
.top-label{
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.form-check-label{
    font-size: 14px;
    padding-top: 2px;
    font-weight: 500;
}
.login-form .login-title{
    text-align: center;
    color: #121212;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: .5px;
}
.login-form .form-check label{
    font-size: 14px;
    color: #121212;
    font-weight: 500;
}
.login-form .dont-p{
    margin-top: 40px;
    letter-spacing: .5px;
}
.login-form .dont-p a, .login-form a{
    color: #0032b2;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 15px;
}
.con-bg{
    background-image: url(../../assets/img/con-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-attachment: fixed;
    position: relative;
}
.con-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: none, linear-gradient(135deg, rgb(0 0 0) 0px, rgb(1 25 86) 100%, rgb(0 0 0) 50%);
    opacity: 0.78;
    z-index: 1;
}
.con-bg .container{
   z-index: 2;
   position: relative
}
.con-left-title{
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}
.con-left .left-p{
    color: #fff;
}
.con-det{
    display: flex;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}
.con-det-icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px dashed #0033b1;
    font-size: 20px;
    background: #0033b1;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}
.con-det-icon i{line-height: 48px;}
.con-det-box{
    vertical-align: middle;
}
.con-det-box p{
    margin-bottom: 0px;
    vertical-align: middle;
    padding-top: 9px;
    font-size: 20px;
    margin-left: 19px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff;
}
.wheat-bg{
   background-image: url(../../assets/img/flour.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  background-position: center; 
  background-attachment: fixed;
}
.wheat-bg .container{
    z-index: 2;
    position: relative
}
.wheat-bg .m-heading{
    color: #fff
}
.wheat-bg p{
    color: #fff;
}
.wheat-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: none, linear-gradient(135deg, rgb(0 0 0) 0px, rgb(1 25 86) 100%, rgb(0 0 0) 50%);
    opacity: 0.78;
    z-index: 1;
}
/* course */
.course-sec{
    background: #f9f9f9;
}
.service-grid{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    background: #fff;
    margin-bottom: 20px;
}
.service-grid:hover .course-image img{
    transform: scale(1.1);
    transition: transform .5s;
}
.service-grid:hover{
    border-color: #b28f6f;
}
.service-grid .course-image{
    position: relative;
    overflow: hidden
}
.service-grid .course-image a.image{
    display: block;
    height: 180px;
    overflow: hidden;
    align-items: center;
    vertical-align: top;
}
.service-grid .course-image img{
    transition: transform .5s;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.service-grid .course-content{
    padding: 15px;
}
.service-grid .course-content p{
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 0px;
}
.service-grid .course-content .title{
    color: #0032b2;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 19px;
    letter-spacing: .5px;
}
.service-bg{
  background-color: #f7f7f7;  
}
.service-bg .m-heading{
    margin-bottom: 50px
}
/* service box */
.serviceBox{
    color: #fff;
    background-color: #FCFCFC;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 25px 15px 25px;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    margin-top: 30px;
    background-color: #fff
}
.serviceBox:hover .service-icon{
    background: #0032b2;
    color: #fff
}
.serviceBox:before{
    content: "";
    width: calc(100% + 10px);
    height: 40px;
    border-radius: 0 0 30px 30px;
    border: 5px solid #0032b2;
    border-top: none;
    position: absolute;
    bottom: -5px;
    left: -5px;
}
.serviceBox .service-icon{
    background: #fff;
    font-size: 40px;
    line-height: 40px;
    width: 80px;
    height: 80px;
    line-height: 84px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    margin: 0 auto 15px;
    color: #0032b2;
}
.serviceBox .title{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 10px;
}
.serviceBox .description{
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 24px;
    margin: 0;
    color: #646464;
}
.m-cta{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1e1e1e
}
.m-cta .m-heading{
    color: #fff;
   
}
.m-cta p{
    color: #fff
}
.pay-card{
    margin-top: 30px;
}

.pay-card .m-table{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    background: #fbfbfb;
}
.pay-card h5{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 25px;
}
.shop-table .m-btn{
        font-size: 14px;
    padding: 8px 6px;
}
.shop-table thead{
        background: #0032b2;
}
.shop-table thead th{
    color: #fff;
    font-size: 14px;
    padding: 15px 10px;
}
.shop-table td{
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
}
.offer-card{
	background-color: #fff;
	border-radius: 4px
}
.offer-card img{
	border-radius: 4px
}
.offer-card-con{
	text-align: center;
	padding: 15px;
}
.offer-card-con h3{
	color: #0a31b3;
	font-weight: 700;
}
.offer-card-con p{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
}
.offer-card-con p span{
	color: #707070;
	font-size: 16px;
}
.offer-brdr{
	border-right: 1px solid #707070;
}
.offer-right h4{
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
	margin-bottom: 5px;
}
.offer-right p{
	color: #4b4b4b;
	margin-bottom: 17px;
}
/* Media Queries */
@media only screen and (max-width: 990px){
    .pricingTable{
        margin: 0 0 40px;
    }
    .service-grid{
        margin-bottom: 30px;
    }
}