@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html,
body {
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}


.btn-style-one {
    font-size: 16px;
    background: #4A1A10;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 50px;
    transform: scale(1.0);
    transition: all ease .3s;
}

.btn-style-one:hover {
    color: #fff;
    opacity: 0.8;
    transform: scale(0.95);
    transition: all ease .3s;
}

.btn-style-two {
    font-size: 16px;
    background: #B68C5A;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    padding: 12px 50px;
    transform: scale(1.0);
    transition: all ease .3s;
}

.btn-style-two:hover {
    color: #fff;
    opacity: 0.8;
    transform: scale(0.95);
    transition: all ease .3s;
}
.btn-style-three {
    font-size: 16px;
    background: #fff;
    color: #000;
    border-radius: 0;
    font-weight: 700;
    padding: 12px 50px;
    transform: scale(1.0);
    transition: all ease .3s;
}

.btn-style-three:hover {
    color: #000;
    opacity: 0.8;
    transform: scale(0.95);
    transition: all ease .3s;
}


.color-brown {
    color: #4A1A10;
}
.color-golden {
    color: #B68C5A;
}

/* navbar section start  */

header.header {
    padding: 10px 0;
    background: #fff;
    position: sticky;
    overflow: hidden;
    top: 0;
    z-index: 99;
    box-shadow: 0px 0px 40px 0px #00000059;
}

header.header .logo {
    width: 180px;
}

header.header ul li {
    padding: 0 15px;
}

header.header .navbar .nav-item .nav-link {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

/* navbar section end  */





/*banner section starts*/

section.hero {
position:relative;
height:auto;
background:url('../images/banner-001.png') center/cover no-repeat;
display:flex;
align-items:flex-end;
padding: 60px 0px;
}

section.hero .hero-content{
    background:#6b2a16;
    padding:35px 40px;
    max-width:600px;
    color:#fff;
    position:relative;
    z-index:2;
}

section.hero .hero-content h1{
    font-size:32px;
    font-weight:600;
    line-height:1.3;
}

section.hero .hero-content h1 span{
    color:#e0b06c;
    font-weight:700;
}

section.hero .hero-content p{
    font-size:14px;
    margin-top:15px;
    opacity:0.9;
}

section.hero .ctplqryform {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 15px;
}
section.hero .ctplqryform h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 15px 0;
    text-align: center;
}
section.hero .ctplqryform .form-control {
    height: 36px;
    margin-bottom: 8px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
section.hero .phonewithcountrycode .select2-container--default .select2-selection--single {
     height: 36px !important;
}

section.hero label.form-group.agrCheck {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 15px 0;
}
section.hero .register-panel .form-group.agrCheck .form-control {
    width: 20px !important;
    padding: 0;
    height: 20px;
    margin-right: 10px;
}
section.hero .ctplqryformbtn {
    width: 100%;
    background: #4a1a10;
    border-color: #4a1a10;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    transition: all ease .3s;
    transform: scale(1);
}
section.hero .ctplqryformbtn:hover {
    transition: all ease .3s;
    transform: scale(0.96);
    background: #4a1a10;
    border-color: #4a1a10;
}



/*banner section ends*/


/*best college section starts*/

section.best-college-section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}

section.best-college-section h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
section.best-college-section h2 span {
    font-size: 48px;
}
section.best-college-section .container-fluid {
    background: #4A1A10;
    border-top: 10px solid #B68C5A;
    border-bottom: 10px solid #B68C5A;
}

section.best-college-section .best-col-dv {
    position: relative;
    padding: 25px;
}
section.best-college-section .best-col-dv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}
section.best-college-section .best-col-dv:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
section.best-college-section .best-col-dv p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}


/*best college section ends*/



/*course section starts*/
section.course-section {
    position: relative;
    padding: 0px 0px 60px;
}
section.course-section .law-course-card {
    position: relative;
    background: linear-gradient(90deg, black, #4A1A10);
    padding: 25px;
    border-bottom-right-radius: 200px;
    margin-top: 120px;
}
section.course-section .crs-img {
    position: relative;
    top: 100px;
    right: -30px;
}
section.course-section .crs-no {
    text-align: right;
    padding-top: 20px;
}
section.course-section .crs-no h3 {
    font-size: 48px;
    font-weight: 700;
}
section.course-section .crs-para {
    padding-top: 30px;
}

section.course-section .crs-para h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

section.course-section .crs-para p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
section.course-section .law-course-card:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    border-right: 60px solid #ff000000;
    border-top: 60px solid #ffffff;
}
section.course-section h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
section.course-section h2 span {
    font-size: 48px;
}



/*course section ends*/




/*eligibility section starts*/
section.eligibility-section {
    position: relative;
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

section.eligibility-section h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
section.eligibility-section h2 span {
    font-size: 48px;
}


section.eligibility-section .container-fluid {
    background: linear-gradient(90deg, #4A1A10, #B68C5A);
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 25px;
}
section.eligibility-section .container-fluid:before {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 25%;
    height: 100%;
    background: #fff;
    transform: skew(-20deg, 0deg);
}

section.eligibility-section ul li {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
}
section.eligibility-section ul {
    margin: 0;
}


/*eligibility section ends*/



/*enroll now section starts*/
section.enroll-section {
    position: relative;
    padding-bottom: 0;
}
section.enroll-section .enroll-text {
    position: absolute;
    left: 0;
    bottom: 50px;
}
section.enroll-section h2 {
    font-size: 40px;
    background: #4A1A10;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-weight: 700;
}
section.enroll-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 20px 0 25px;
}
/*enroll now section ends*/

/*why sou section starts*/


section.why-sou-section {
    position: relative;
    padding: 60px 0;
}
section.why-sou-section h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
section.why-sou-section h2 span {
    font-size: 48px;
}

section.why-sou-section ul {
    list-style: none;
    padding: 0;
    margin-left: 50px;
    margin-top: 20px;
}
section.why-sou-section ul li {
    margin: 20px 0;
}
section.why-sou-section ul .why-dv {
    display: flex;
    align-items: center;
    background: #000;
    padding: 15px;
    width: calc(100% - 65px);
}

section.why-sou-section ul .why-sb-dv {
    width: 110px;
    min-width: 110px;
    margin-left: -65px;
    margin-right: 20px;
}

section.why-sou-section ul .why-sb-txt h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
section.why-sou-section ul .why-sb-txt p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}




/*why sou section ends*/




/*words section starts*/

section.words-section {
    position: relative;
    padding: 60px 0;
}
section.words-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
section.words-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 25px;
}



/*words section ends*/


/*Admission Process section starts*/

section.admission-section {
padding:60px 0;
background:#fff;
}

section.admission-section h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
section.admission-section h2 span {
    font-size: 48px;
}

section.admission-section .timeline {
    position: relative;
    padding-left: 70px;
    margin-top: 30px;
}


section.admission-section .timeline:before{
content:"";
position:absolute;
left:25px;
top:0;
bottom:0;
width:4px;
background:repeating-linear-gradient(
to bottom,
#4A1A10,
#4A1A10 6px,
transparent 6px,
transparent 12px
);
}

section.admission-section .timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px;
}

section.admission-section .timeline-number {
    position: absolute;
    left: -70px;
    top: 0;
    width: 55px;
    height: 55px;
    background: #4A1A10;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
}



section.admission-section .timeline-content h4{
font-size:22px;
font-weight:700;
margin-bottom:6px;
color:#111;
}

section.admission-section .timeline-content p {
    color: #b27b3e;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
}


section.admission-section .timeline-item:after{
content:"";
display:block;
height:1px;
background:#ccc;
margin-top:20px;
}

section.admission-section .timeline-item:last-child:after{
display:none;
}


@media(max-width:768px){

section.admission-section .timeline{
padding-left:60px;
}

section.admission-section .timeline-number{
left:-60px;
}

}



/*Admission Process section eds*/






/*what aiclet section starts*/
section.what-aiclet-section {
    position: relative;
    padding: 0 0 60px;
    overflow: hidden;
}
section.what-aiclet-section .what-aic-dv {
    position: relative;
    background: #4a1a10;
    padding: 60px 25px;
}
section.what-aiclet-section .what-aic-dv:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4a1a10;
    z-index: -1;
}
section.what-aiclet-section .what-aic-dv:after {
    content: "";
    position: absolute;
    right: -50%;
    top: 0;
    width: 95%;
    height: 100%;
    background: #4a1a10;
    z-index: -1;
    transform: skew(-20deg, 0deg);
}
section.what-aiclet-section .what-aic-dv h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}
section.what-aiclet-section .what-aic-dv p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
section.what-aiclet-section .benefit-aic-dv {
    position: relative;
    background: #B68C5A;
    padding: 35px 25px;
}

section.what-aiclet-section .benefit-aic-dv:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #B68C5A;
    z-index: -1;
}
section.what-aiclet-section .benefit-aic-dv:after {
    content: "";
    position: absolute;
    right: -36%;
    top: 0;
    width: 95%;
    height: 100%;
    background: #B68C5A;
    z-index: -1;
    transform: skew(-20deg, 0deg);
}
section.what-aiclet-section .benefit-aic-dv h3 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
section.what-aiclet-section .benefit-aic-dv ul {
    list-style: auto;
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 0;
}

section.what-aiclet-section .benefit-aic-dv ul li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/*what aiclet section ends*/



/*otherways section starts*/

section.otherways-section {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-repeat: none;
    background-position: center;
}
section.otherways-section h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
section.otherways-section h2 span {
    display: block;
}

section.otherways-section p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}


/*otherways section ends*/




/*study section starts*/

section.study-section {
    margin-top: 50px;
    padding: 60px 0;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
section.study-section h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 250px;
}

section.study-section h3 {
    font-size: 22px;
    color: #B68C5A;
    font-weight: 700;
}



/*study section ends*/





/*faq starts*/

section.faq-section {
    padding: 60px 0;
    background: #fff;
}
section.faq-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;

}
section.faq-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

section.faq-section .faq-item{
border:1px solid #bdbdbd;
margin-bottom:20px;
background:#fff;
overflow:hidden;
}

section.faq-section .faq-question{
padding:22px 25px;
font-size:18px;
font-weight:600;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
}

section.faq-section .faq-icon{
font-size:26px;
color:#6a2b1a;
transition:0.3s;
}



section.faq-section .faq-answer{
max-height:0;
overflow:hidden;
padding:0 25px;
opacity:0;
transition:all 0.4s ease;
}



section.faq-section .faq-item.active .faq-answer{
max-height:200px;
opacity:1;
padding:0 25px 20px;
}

section.faq-section .faq-item.active .faq-icon{
transform:rotate(45deg);
}


/*faq ends*/




/*---------------------------------------------------------
=================Footer CSS Starts====================
---------------------------------------------------------*/

section.footer_apply_section {
    position: relative;
    z-index: 1;
    background: #4a1a10;
}
footer.footer_wrap {
    padding: 80px 0 0;
    background: #4A1A10;
    position: relative;
    margin-top: -25px;
}
footer.footer_wrap h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
footer.footer_wrap ul {
    padding-left: 0px;
    margin-top: 15px;
    list-style: none;
}
footer.footer_wrap ul li a {
        display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    transition: all ease .3s;
}
footer.footer_wrap ul li a:hover {
    color: #ffffffb0;
}
footer.footer_wrap .quick_links ul li {
    margin-bottom: 5px;
}
footer.footer_wrap .copyright_text {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ffffffb0;
    margin-top: 30px;
}
footer.footer_wrap .copyright_text p {
    font-size: 14px;
    color: #ffffffc2;
    margin: 0;
}
footer.footer_wrap .footer_img img {
    filter: invert(1) brightness(10);
}
footer.footer_wrap .footer_contact_sec ul li {
    /* display: inline-block; */
    margin-bottom: 15px;
    text-indent: -8px;
    margin-left: 18px;
}
footer.footer_wrap .footer_contact_sec ul li:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
.footer_img {
    margin-bottom: 40px;
}


}

/*---------------------------------------------------------
=================Footer CSS Ends====================
---------------------------------------------------------*/






@media screen and (max-width: 767.98px) {
section.hero {
    background-size: contain;
    background-position: top;
    padding-top: 150px;
}
section.hero .ctplqryform {
    border: 1px solid #000;
}

section.hero .hero-content {
    padding: 25px 15px;
    max-width: 100%;
    margin-bottom: 20px;
}
section.hero .hero-content h1 {
    font-size: 22px;
}
section.best-college-section {
    padding: 60px 15px;
}
section.best-college-section .best-col-dv p {
    font-size: 14px;
}
section.best-college-section h2,
section.course-section h2,
section.why-sou-section h2,
section.admission-section h2 {
    font-size: 24px;
}

section.best-college-section h2 span,
section.course-section h2 span,
section.why-sou-section h2 span,
section.admission-section h2 span {
    font-size: 26px;
}
section.best-college-section .best-col-dv {
    position: relative;
    padding: 15px;
}
section.course-section .crs-no h3 {
    font-size: 38px;
    margin: 0;
}
section.course-section .crs-para h3 {
    font-size: 20px;
}

section.course-section .crs-para p {
    font-size: 14px;
}
section.course-section .crs-img {
    top: 40px;
}
section.course-section .law-course-card {
    margin-top: 45px;
}
section.eligibility-section {
    padding: 60px 15px;
}
section.eligibility-section .container-fluid:before {
    display: none;
}

section.eligibility-section ul {
    margin-bottom: 10px;
    padding-left: 15px;
}

section.eligibility-section ul li {
    font-size: 16px;
}
section.enroll-section .enroll-text {
    position: relative;
    left: 0;
    bottom: 0;
}
section.enroll-section h2 {
    font-size: 22px;
    background: #fff;
    padding: 0px 15px;
    color: #000;
}
section.enroll-section h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 15px;
}
section.enroll-section .enroll-sub-text {
    padding-left: 15px;
}

section.why-sou-section ul .why-sb-dv {
    width: 60px;
    min-width: 60px;
    margin-left: -45px;
    margin-right: 10px;
}

section.why-sou-section ul {
    margin-left: 25px;
}
section.why-sou-section ul .why-sb-txt h3 {
    font-size: 18px;
}
section.why-sou-section ul .why-sb-txt p {
    font-size: 14px;
}
section.why-sou-section ul .why-dv {
    padding: 15px;
    width: calc(100% - 25px);
}

section.words-section h2 {
    font-size: 26px;
}

section.words-section h3 {
    font-size: 16px;
}

section.admission-section .timeline-content h4 {
    font-size: 20px;
}
section.admission-section .timeline-content p {
    font-size: 14px;
}
section.what-aiclet-section .what-aic-dv {
    padding: 40px 0px;
}
section.what-aiclet-section .what-aic-dv h2 {
    font-size: 24px;

}
section.what-aiclet-section .what-aic-dv p {
    font-size: 14px;
}
section.what-aiclet-section .benefit-aic-dv h3 {
    font-size: 22px;
}
section.what-aiclet-section .benefit-aic-dv ul li {
    font-size: 14px;
}
section.what-aiclet-section .benefit-aic-dv {
    padding: 40px 0px;
}

section.otherways-section h2 {
    font-size: 22px;
}
section.otherways-section p {
    font-size: 14px;
}

section.otherways-section .oter-dv a {
    display: inline-block;
    width: 45%;
    margin: 5px;
}
section.study-section {
    background-position: 70% 60%;
}
section.study-section h2 {
    font-size: 22px;
    margin-top: 100px;
}
section.study-section h3 {
    font-size: 16px;
}
section.faq-section .faq-question {
    padding: 15px 15px;
    cursor: pointer;
}

section.faq-section h3 {
    font-size: 16px;
}
section.faq-section .faq-item.active .faq-answer p {
    font-size: 14px;
}


}