body {



    font-family: 'Lato', sans-serif;



    position: relative;



}







h1,



h2,



h3,



h4,



h5,



h6 {



    /*font-family: 'Roboto Condensed', sans-serif;*/



    line-height: 1.5;



    font-weight: 400;



    margin: 0 0 20px 0;



    color: #212121;



    font-family: 'Lato', sans-serif;



}







h1 {



    font-size: 56px;



}







h2 {



    font-size: 30px;



}







h3 {



    font-size: 24px;



}







h4 {



    font-size: 20px;



}







.heading-1 {



    font-size: 50px;



    margin-bottom: 0px;



}







p {



    font-size: 16px;



    line-height: 1.5;



    margin: 0 0 20px 0;



}







a {



    text-decoration: none;



}











a:active,



a:hover,



a:focus {



    text-decoration: none;



}







img {



    max-width: 100%;



    height: auto;



}







section {



    padding: 80px 0px;



}







.section-one {



    background-image: url(../images/secotion-bg.jpg);



    background-position: center;



    background-repeat: no-repeat;



    background-size: cover;



    background-attachment: fixed;



    color: #fff;



}







.section-one h2,



.section-one h3 {



    color: #fff !important;



}







.section-two {



    background-color: #fff;







}







.fa {



    color: #a9ff00;



}







header {



    width: 100%;



    background-color: #052465;



    position: sticky;



    top: 0px;



    left: auto;



    z-index: 10;



}







.tittle-h2 {



    font-size: 30px;



    line-height: 1.5;



    font-weight: bold;



    margin: 0 0 20px 0;



    /* color: #f2a0b6; */



    color: #000;



}











.course-item h2 {



    font-size: 16px;



    font-weight: 600;



    line-height: 30px;



    margin: 0px;



}







.course-item p {



    font-size: 16px;



    font-weight: 500;



    line-height: 24px;



    text-align: left;



    margin: 5px 0 5px 0;



}







.course-image-box {



    overflow: hidden;



    border-radius: 25px 25px 0px 0px;



}







.course-image-box img {



    width: 100%;



}







.course-item {



    background-color: #fff;



    /* overflow: hidden; */



    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;



    /* border: 2px solid #022464; */



    border-radius: 25px;



    min-height: 370px;



    /* background-color: yellow; */



    margin-bottom: 30px;



    position: relative;



}







.course-icon-box {



    position: absolute;



    top: -30px;



    left: -25px;



    width: 150px;







}







.course-item-details {



    padding: 15px;



}







.course-item-details .price {



    padding: 5px 10px;



    min-width: 100px;



    /* background: #5dad21; */



    background-color: #052465 !important;



    display: inline-block;



    border-radius: 15px;



    text-align: center;



    font-size: 20px;



    color: rgb(255 255 255);



    font-weight: 600;



    line-height: 30px;



    text-decoration: line-through;



}







.course .course-item-details .price .fa-inr {



    font: 20px;



    margin-right: 5px;



}







#scrollUp {



    background-color: rgb(93 173 33) !important;



}







.free {



    font-size: 26px;



    float: right;



    padding: 5px 10px;



    display: block;



    border-radius: 15px;



    text-align: center;



    font-weight: 600;



    line-height: 30px;



    color: #052465 !important;



}



















.title {



    padding-bottom: 80px;



}







.title p {



    font-size: 26px;



    text-align: center;



}







.benefits h3 {



    margin-bottom: 5px;



}







.benefits .fa-check {



    margin-top: 2px;



}







.ul {



    list-style: none;



    padding: 0px;



}







.contact-details .ul li {



    display: inline-flex;



}







.ul li {



    display: flex;



    align-items: flex-start;



    margin: 2px 0px;



}







.ul li p {



    padding-left: 10px;



    margin: 0px;



}







input,



select,



option {



    font-size: 16px !important;



    color: #000 !important;



}







input::placeholder {



    font-size: 16px !important;



    color: #000 !important;



}







.form-control {
    font-size: 16px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    outline: none;
    border-bottom: 2px solid #000;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    box-shadow: none;
}

.form-control::placeholder {
    font-size: 16px !important;
    line-height: 1.42857143;
}







.form-control:focus {



    border-bottom: 2px solid #000 !important;



    border-color: none !important;



    box-shadow: none !important;



}







.submit-btn {



    text-align: center;



    padding: 10px 20px;



    color: #FFFFFF;



    background-color: #052465 !important;



    text-transform: uppercase;



    font-size: 16px;



    font-weight: 700;



    display: inline-block;



    border-radius: 30px;



    -webkit-transition: all 0.3s ease-out;



    -moz-transition: all 0.3s ease-out;



    -ms-transition: all 0.3s ease-out;



    -o-transition: all 0.3s ease-out;



    transition: all 0.3s ease-out;



}







.submit-btn:hover {



    background: #00082E;



    color: #FFFFFF;



}







.social-box {







    float: right;



    padding: 25px 0px;



}



.social-box .fa {



    margin-right: 10px;



}



.social-box ul {



    display: flex;



}







.social-box ul li {



    list-style: none;



    padding: 4px 4px;



    border-radius: 3px;



    margin-right: 10px;



    text-align: center;



}







.social-box ul li i {



    color: #fff;



    font-size: 22px;



}







.social-box ul li a {



    color: #fff;



    font-size: 16px;



    font-weight: 600;



}















.slider-sec {



    position: relative;



}







.slider-data {



    position: absolute;



    top: 92px;



    width: auto;



    left: 5%;



    height: 56%;



    display: flex;



    justify-content: center;



    align-items: center;



    padding: 50px;



}







.slider-data h3 {



    color: #fff;



    font-size: calc(10px + 2.5vw);



    font-weight: 900;



    text-align: left;



    text-shadow: 1px 2px #000;



}
#form-pop .form-group{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 8px !important;
}






/* #form-pop {



    display: none;



    width: 100vw;



    height: 100vh;



    padding: 0px !important;



    z-index: 10000;



    position: fixed;



    top: 20%;







} */




.parsley-required {
    padding: 0px 10px;
    line-height: 30px;
}
.modal{
    width: 100%;    
    padding: 0px!important;
}
.modal-content{
    background-color: #fff !important;
    margin: 0px auto;
    width: 450px !important;   
    padding: 15px 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}




.parsley-errors-list{
    padding: 0px;
}
.modal.show .modal-dialog{
    padding: 0px 20px;
}


.form-css span {



    color: #103061;



    font-weight: 600;



    margin-bottom: 0px;



    font-size: 18px;



}







.form-css span i {



    float: right !important;



    color: #103061 !important;



    font-size: 26px;



    cursor: pointer;



}







.form-btn {

    min-width: 152px;
    margin: 5px 0px;
    outline: none !important;



    background-origin: none !important;



    background-color: #052465 !important;



    color: #fff !important;



}











.about-img-box {



    background: #dfb6b6;



    border-radius: 50%;



    overflow: hidden;



    border: 10px solid #052465;



    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;



}







.about-course h4 {



    font-size: 30px;



    margin-bottom: 10px;



}







.about-course p {



    font-size: 18px;



    margin-bottom: 10px;



}







.registration-know-btn {



    border: none !important;



    font-size: 18px;



    line-height: 30px;



    background-color: #fff;



    color: #000 !important;



    padding: 0px 15px;



    display: inline-block;



    border-radius: 25px;



}







.registration-know-btn-bg {



    border: none !important;



    font-size: 18px;



    line-height: 30px;



    background-color: #052465 !important;



    color: #fff !important;



    padding: 5px 15px;



    margin: 10px 0px;



    display: inline-block;



    border-radius: 25px;



}







.registration-know-btn:hover {



    color: #000 !important;



}







.registration-know-btn-bg:hover {



    color: #fff !important;



}











.book-seat-sec p {



    font-size: 22px;



    margin-bottom: 0px;



}







.video-sec h3 {



    background-color: #052465 !important;



    text-align: center;



    color: #fff;



    margin-top: -5px;



}







.video-item iframe {



    padding: 0px !important;



    margin: 0px !important;



}







.about-us-sec ul {



    padding-left: 15px;



}







.contact-details .fa {



    margin: 5px !important;



}







footer {



    background-color: #444444;



    padding: 15px 0px;



}







footer p {



    color: #fff;



    margin-bottom: 0px;



}







footer a {



    color: #fff;



}







footer a:hover {



    color: #fff;



}







footer .social-box {



    float: none;



    padding: 0px !important;



}







footer .social-box ul {



    margin-bottom: 0px;



    justify-content: center;



}



#date {
    height: 38px;
}







.desktop-none {
    display: none
}



.yellow {
    color: yellow !important;
}



.bullets-point ul {
    padding-left: 15px;
}







.fist-data h1 {
    font-weight: bold;
    background: #feed00;
    display: inline-block;
    color: #000;
    font-size: 35px;
    padding: 5px 15px;
    border-radius: 10px;



}



.fist-data h6 {
    background: #feed00;
    display: block;
    color: #000;
    width: 195px;
    text-align: center;
    border-radius: 7px;
    font-weight: bold;
    padding: 2px;
    margin: -21px auto 20px;
}



.fist-data {
    text-align: center
}



.fist-data p {
    font-weight: bold;
    font-size: 20px
}



.blue-band {
    text-align: center;
    background: red;
    margin: 10px 0 0;
}



.blue-band p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
}



.blue-band2 {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    background: #052465;
}



.blue-band2 p {
    font-weight: normal;
    font-size: 18px;
    margin: 0
}



.blue-band br {
    display: none
}



.blue-band .yellow {
    font-size: 20px;
}

.heading-1 br {
    display: none
}

.free2 {
    color: red
}

.bonoses .signuptext {
    background: #ff4539;
    color: #fff !important;
    border-radius: 45px;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 30px;
    margin: 10px 0px;
    display: inline-block;
}

.signuptext {
    background: #ff4539;
    color: #fff !important;
    border-radius: 15px;
    padding: 5px 10px;
}

.faq-row {
    position: relative;
}

.faq-row h5 {
    position: relative;
    padding-left: 20px;
    background: #113381;
    color: #fff;
    border-radius: 17px;
    padding: 3px 11px;
    display: inline-block;
    margin-left: 20px;
    font-size: 19px;
    margin-bottom: 10px;
    width: 94%;
}

.faq-row p {
    font-size: 16px;
    padding-left: 25px;
}

.faq-row span {
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0;
}



.signupbtn {
    margin: 0 auto;
    text-align: center;
}

.signupbtn a {
    color: #fff;
    background: red;
    padding: 10px 20px;
    border-radius: 18px;
}

.youtube-vd {
    position: relative;
    height: 100%;
}

.youtube-vd img {
    display: block;
    margin: 0 auto
}

.vd-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.vd-btn .fa {
    color: #ff0000;
    font-size: 50px;
}

.modal-dialog {
    max-width: 800px;
}

.modal-dialog iframe {
    width: 100%;
    height: 500px;
}

/* .small-text{
    font-size: 26px;
} */
.mobile-br {
    display: none;
}

.text-stroke {
    font-size: 50px;
    font-weight: 700;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #b41112;
    color: #ff4539;
}


.yellow-btn {
    font-weight: bold;
    background: #feed00;
    display: inline-block;
    color: #000;
    font-size: 35px;
    padding: 5px 15px;
    border-radius: 10px 0px 0px 10px;
}


.payment-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.payment-form .form-control {
    border-radius: 5px;
    border: 1px solid #a38585;
}

.payment-form .form-control::placeholder,
.payment-form .form-control {
    color: #000;
    font-weight: 400;
    height: 50px;
    font-size: 16px;
}

.payment-form-item {
    border: 1px solid #444444;
    border-radius: 10px;
    padding: 30px 15px;
}

.payment-form .paybtn {
    width: 100%;
    background: #0f408c;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
    font-size: 18px;
    border: none;
}

.payment-qr-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.payment-qr-sec .payment-form {
    display: block !important;
    padding: 0px !important;
}

/* .payment-qr-sec  .payment-form .form-control::placeholder,
.payment-qr-sec  .payment-form .form-control {
	height: 30px;
	font-size: 14px;
} */
.payment-qr-sec .payment-form input[type=file] {
    box-shadow: none;
    padding: 0px;
    border: none;
}

.payment-qr-sec .payment-form input#file-uplode-button {
    height: 30px;
}

.payment-qr-sec .payment-form label {
    font-size: 14px;
}

.thanks-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 82vh;
    padding: 70px 0px;
    box-sizing: border-box;
}



.thanks-sec .fa-check {

    font-size: 56px;

    line-height: 60px;

    color: #052465;

}



.thanks-sec h1 {

    margin-bottom: 0px;

}



@media screen and (min-width: 768px) {

    .thanks-sec h1 {

        font-size: 40px;

        margin-bottom: 0px;

    }

}