
body {
	margin: 0;
	padding: 0;
	font-weight:400;
}
*{
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

p {
    color: #031f44;
}



/*header starts*/
header.header-one {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 44px 0px #0000002b;
}
header.header-one .logo {
    width: 350px;
}
@media screen and (max-width: 767px) {
 header.header-one .logo {
    width: 200px;
}
 header.header-one a.btn.phone-no {
    display: none;
}

 header.header-one .btn-style-one {
    padding: 10px 6px;
}



}

/*header ends*/




.btn-style-one {
    background: #9f1c33;
    color: #fff;
    padding: 10px 20px;
    display: inline;
    border: 1px solid #9f1c33;
}
.btn-style-one:hover {
    background: #9f1c33;
    color: #fff;
    padding: 10px 20px;
    display: inline;
}

.btn-style-two {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    display: inline;
    border: 1px solid #fff;
}
.btn-style-two:hover {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    display: inline;
}



.phone-no i {
    color: #9f1c33;
}





/*banner section starts*/
section.banner-section {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center top;
}
section.banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

section.banner-section .container {
    position: relative;
    z-index: 1;
}

section.banner-section h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
section.banner-section h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

section.banner-section .banner-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 50%;
}

section.banner-section .banner-content ul li {
    width: 100px;
    background: #ffb45a;
    margin: 10px;
    padding: 10px;
    color: #000;
    font-weight: 700;
}



@media screen and (max-width: 767px) {

section.banner-section h1 {
    font-size: 28px;
}
section.banner-section h2 {
    font-size: 20px;
}
section.banner-section .banner-content ul {
    width: 100%;
}
section.banner-section .banner-content ul li {
    width: 80px;
    background: #ffb45a;
    margin: 2px;
    padding: 5px;
    color: #000;
    font-weight: 700;
}

}


/*banner section ends*/


/*form css starts*/
.enquiry-form {
    background: #fff;
    padding: 20px 0;
    border-radius: 12px;
}
.enquiry-form h2 {
    font-size: 24px !important;
    color: #000 !important;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.enquiry-form form .form-flex > .form-group {
    margin-top: 12px;
}

.enquiry-form form .form-flex > .form-group input {
    height: 40px;
}

.enquiry-form form .form-flex > .form-group select {
    height: 40px;
    -webkit-appearance: auto;
}
.enquiry-form .phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
}
.enquiry-form .register-panel .form-group.agrCheck .form-control {
    width: 25px !important;
    height: 25px;
    margin-right: 15px !important;
    display: block;
    -webkit-appearance: auto;
}

.enquiry-form .register-panel .form-group.agrCheck .form-control:focus {
    box-shadow: none !important;
}
.enquiry-form .register-panel .form-group.agrCheck .checkText {
    width: 90%;
    float: right;
    line-height: 20px;
    font-size: 16px;
}
.enquiry-form .ctplqryformbtn {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #9f1c33;
    border: 1px solid #9f1c33;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*form css ends*/









/*recoganisation section starts*/

section.recoganisation-section {
    position: relative;
    background: #9f1c3333;
    padding: 20px 0;
    text-align: center;
}
section.recoganisation-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}
section.recoganisation-section img {
    height: 60px;
}
section.recoganisation-section .col-md-4:nth-child(1) {
    border-right: 1px solid #9f1c3345;
}
section.recoganisation-section .col-md-4:nth-child(2) {
    border-right: 1px solid #9f1c3345;
}

@media screen and (max-width: 767px) {
section.recoganisation-section h3 {
    font-size: 16px;
}
section.recoganisation-section img {
    height: 48px;
}

}



/*recoganisation section ends*/









/*about section starts*/


section.about-section {
    position: relative;
    padding: 60px 0;
}
section.about-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 30px;
}
section.about-section h2:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #9f1c33;
}





/*about section ends*/








/*count down section starts*/

section.count-section {
    position: relative;
    padding: 0 0;
    background: linear-gradient(45deg, #c5839f, #9c4638);
    text-align: center;
}
section.count-section h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
section.count-section p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

section.count-section .col-md-3 {
    border-right: 1px solid #ffffff4d;
    padding: 40px 0;
}
section.count-section .col-md-3:last-child {
    border: 0;
}


@media screen and (max-width: 767px) {
section.count-section .col-md-3 {
    border-right: 1px solid #ffffff4d;
    border-bottom: 1px solid #ffffff4d;
}

}

/*count down section ends*/









/*programs section starts*/

section.programs-section {
    position: relative;
    padding: 60px 0;
}

section.programs-section h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #000;    
    margin-bottom: 30px;
}
section.programs-section h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 110px;
    height: 5px;
    background-color: #9f1c33;
}


section.programs-section .prog-tab-dv nav .nav-tabs {
    border: 0;
}

section.programs-section .prog-tab-dv nav .nav-tabs .nav-link {
    border: 0;
    background: #f3f4f6;
    margin-right: 15px;
    padding: 10px 15px;
    width: 250px;
    color: #031f44;
    font-weight: 500;
    border-radius: 4px;
}

section.programs-section .prog-tab-dv nav .nav-tabs .nav-link.active {
    border: 0;
    background: #9f1c33;
    margin-right: 15px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
}


section.programs-section .prog-cont {
    box-shadow: 0px 0px 8px 2px #02061736;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

section.programs-section .prog-cont div {
    padding: 15px;
    position: relative;
}




section.programs-section .prog-cont div h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}
section.programs-section .prog-cont div ul {
    padding-left: 20px;
}

section.programs-section .prog-cont div li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
section.programs-section .prog-cont div h4 {
    font-size: 16px;
    color: #9f1c33;
    font-weight: 700;
    margin-top: 10px;
}


@media screen and (max-width: 767px) {
section.programs-section .prog-tab-dv nav .nav-tabs .nav-link {
    width: 47%;
}
section.programs-section .prog-tab-dv nav .nav-tabs .nav-link:nth-child(2) {
    margin: 0;
}
section.programs-section .sub-nav-tabs button {
    width: 47%;
    margin: 10px 5px !important;
    border: 0px solid #000 !important;
    display: block;
    border-radius: 5px !important;
    color: #000;
    font-weight: 700;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

section.programs-section .sub-nav-tabs button span {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    margin-top: 5px;
}

section.programs-section .prog-tab-dv .sub-nav-tabs .nav-link {
    color: #031f44;
}

section.programs-section .prog-tab-dv .sub-nav-tabs .nav-link.active {
    background: #9f1c3366;
}


}




@media screen and (min-width: 767px) {

section.programs-section div#sub-nav-tabContent .tab-content>.tab-pane {
    display: block !important;
}

section.programs-section #sub-nav-tabContent >.tab-pane,
section.programs-section #sub-nav-tabContenttwo >.tab-pane {
    display: block !important;
    opacity: 1 !important;
}
section.programs-section .sub-nav-tabs {
    display: none;
}




}




/*programs section ends*/






/*top companies starts*/
section.top-comp-section {
    position: relative;
    padding: 60px 0;
    text-align: center;    
    background: linear-gradient(147.8deg,#e9d6db -1.85%,#e3b0b3 26.8%,#dd9696 63.54%,#9c4c99 122.71%),linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2));
}

section.top-comp-section h2 {
    font-size: 34px;
    color: #000;
    font-weight: 700;
}
section.top-comp-section .com-logo img {
    width: 134px;
}

@media screen and (max-width: 767px) {
section.top-comp-section h2 {
    font-size: 26px;
    padding: 0 20px;
}


}

/*top companies ends*/









/*programms section starts*/

section.add-process-section {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
section.add-process-section h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
}

section.add-process-section .container {
    position: relative;
    z-index: 1;
}
section.add-process-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffdb;
}

section.add-process-section .icon-cl {
    text-align: right;
}
section.add-process-section .head-dv h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
section.add-process-section .rule-dv {
    height: 65px;
    width: 1px;
    background: #000;
    margin: 30px auto;
}

@media screen and (max-width: 767px) {
section.add-process-section h2 {
    font-size: 28px;
}
section.add-process-section .head-dv h3,
section.add-process-section  p {
    text-align: left;
            margin-left: -30px;
}
section.add-process-section .icon-cl {
    text-align: center;
}
section.add-process-section .icon-cl svg {
    width: 40px !important;
    height: 40px !important;
}
section.add-process-section .rule-dv {
    height: 45px;
    margin: 20px auto;
}

}
/*programms section ends*/




/*why section starts*/

section.why-section {
    position: relative;
    padding: 60px 0;
}

section.why-section h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #000;    
    margin-bottom: 30px;

}
section.why-section h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 110px;
    height: 5px;
    background-color: #9f1c33;
}
section.why-section h2 span {
    color: #9f1c33;
}
section.why-section p {
    font-size: 18px;
    font-weight: 500;
}
section.why-section .why-dv {
    position: relative;
    padding: 60px 30px;
    height: 100%;
}
section.why-section .why-dv *{
    position: relative;
    z-index: 1;
}
section.why-section .col-md-4:nth-child(odd) .why-dv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%),
                        linear-gradient(0deg, rgba(3, 31, 68, 0.5) 0%, rgba(3, 31, 68, 0.5) 100%);
}
section.why-section .col-md-4:nth-child(even) .why-dv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), 
                       linear-gradient(0deg, rgba(3, 31, 68, 0.4) 0%, rgba(3, 31, 68, 0.4) 100%);
}
section.why-section .why-dv h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
    color: #031f44;
}

@media screen and (max-width: 767px) {

section.why-section h2 {
    font-size: 28px;
}

section.why-section .why-dv {
    padding: 20px 15px;
    background-size: cover;
    background-position: center;
}
section.why-section .why-dv h3 {
    font-size: 18px;
    margin-top: 10px;
}
section.why-section .why-dv p {
    font-size: 14px;
}

section.why-section .why-dv svg {
    height: 20px;
}


}



/*why section ends*/






/*faq section starts*/
section.faq-section {
    position: relative;
    padding: 60px 0;
}

section.faq-section h2 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #000;    
    margin-bottom: 30px;

}
section.faq-section h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: #9f1c33;
}



section.faq-section button.accordion-button {
    background: #fff !important;
}

section.faq-section .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
section.faq-section .accordion-item:first-of-type {
    border-top: 0;
}

section.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}
section.faq-section .accordion-collapse {
    border-top: 1px solid rgba(0,0,0,.125);
}
section.faq-section .accordion-item h3 button {
    font-size: 20px;
    color: #000 !important;
    font-weight: 700;
}
section.faq-section .accordion-body p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

section.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(8) invert(1);
}

@media screen and (max-width: 767px) {
section.faq-section {
    position: relative;
    padding: 0px 0 60px;
}
section.faq-section .accordion-item h3 button {
    font-size: 16px;
}
}


/*faq section ends*/







/*next step section starts*/
section.next-step-section {
    position: relative;
    padding: 60px 0;
    text-align: right;
    background-size: cover;
    background-position: center center;
}
section.next-step-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
}
section.next-step-section .container {
    position: relative;
}
section.next-step-section h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    position: relative;
}
section.next-step-section p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
@media screen and (max-width: 767px) {

section.next-step-section h2 {
    font-size: 28px;
}



}




/*next step section ends*/


/*footer starts*/

footer {
    position: relative;
    background: #031f44;
    padding: 60px 15px;
    text-align: center;
}
footer p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
@media screen and (max-width: 767px) {
footer p {
    font-size: 14px;
}

footer {
    padding: 40px 15px;
}

}


/*footer ends*/





/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#9f1c33;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */