
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,

a {
color: #000;
}
html,
body {
font-family: 'Flama Trial';
}

/* form css */
.form-sec {
position: fixed;
top: 5%;
right: 0px;
width: 360px;
/* background: #f04d22; */
padding: 30px;
z-index: 9;
transition: .3s all;
z-index: 9999;
border-radius: 0;
padding: 0;
}
.form-head{
    padding: 10px 0;
    margin: 0;
    background: #fdfdfd;
}
.widget_container{
    padding: 0;
}
.form-sec .close {
position: absolute;
top: 10px;
right: 10px;
color: #000;
font-size: 21px;
background: transparent;
border: none;
cursor: pointer;
}
.slide-righta.form-sec {
transform: translatex(120%);
transition: .3s all;
}
.hides.form-sec {
transform: translatex(120%);
transition: .3s all;
}
.adm-txt h3 {
font-size: 27px;
color: #ffffff;
}
.adm-txt h4 {
font-size: 23px;
color: #ffffff;
}
.adm-txt {
color: #ffffff;
text-align: center;
margin-bottom: 12px;
line-height: 30px;
}
.form-group {
margin-bottom: 1rem;
width: 100%;
}
.form-sec .form-group {
position: relative;
padding-left: 20px;
background: #ffffff;
border-radius: 0;
margin-bottom: 21px;
}
.form-sec .form-group::before {
position: absolute;
content: "";
width: 30px;
height: 40px;
background-position: -3px -11px;
top: 7px;
left: 4px;
}
.form-sec .form-group.email::before {
background-position: -3px -57px;
width: 30px;
}
.form-sec .form-group.Mobile::before {
background-position: -4px -103px;
}
.form-sec .form-group.State::before {
background-position: 1px -161px;
top: 5px;
height: 25px;
width: 33px;
background-size: 30px;
}
.form-sec .form-group.City::before {
background-position: -3px -242px;
top: 5px;
height: 21px;
}
/* .checkbox-label input:checked~.checkmark {
background-color: #fff;
} */
.checkmark {
position: absolute;
top: 3px;
left: 0;
height: 14px;
width: 14px;
border: solid 1px #ffffff;
/* background: black;
background-color: black; */
border-radius: 0;
}
.checkbox-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkbox-label .checkmark::after {
left: 4px;
top: 1px;
width: 4px;
height: 8px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.checkbox-label input:checked~.checkmark:after {
display: block;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.checkbox-label {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: -1px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
color: #ffffff;
line-height: 19px;
}
.sbt {
border: solid 1px var(--form-submit-button);
border-radius: 0;
padding: 8px 20px;
color: #000;
font-weight: bold;
/* text-transform: uppercase; */
margin: 14px auto 0;
width: 100%;
display: inherit;
font-size: 20px;
background-color: #fff;
}
.input {
border: none;
padding: 0;
height: 30px;
width: 100%;
border-radius: 0;
font-size: 13px;
color: #000000;
background: rgb(255 255 255);
outline: 0;
font-weight: 600;
}
::placeholder {
color: #000000;
}
.form-sec.show.slide {
right: 40px;
}
.form-sec.show {
position: fixed;
right: -940px;
left: auto;
transition: all 0.5s;
z-index: 99;
top: 48%;
margin-top: -203px;
}
.topenq1.mobile {
display: none;
}
.topenq {
right: 0px;
transform: rotate(90deg) translatey(-39px);
}
.topenq {
position: fixed;
top: 49%;
right: -55px;
transform: rotate(90deg);
overflow: hidden;
z-index: 300;
background-color: #f04d22;
color: #fff;
outline: none;
z-index: 999;
}
.topenq a:hover {
outline: none;
color: #ffffff;
background-color: #f04d22;
border: none;
}
.topenq .btn:first-child:active {
color: #000;
}
.topenq a {
border: none;
color: #ffffff;
background-color: var(--blue);
font-size: 20px;
padding: 13px 21px;
z-index: 999999999;
position: relative;
display: inline-block;
text-decoration: none;
}
.error {
color: #ff0000;
font-size: 12px;
margin-left: 4px;
position: absolute;
bottom: -15px;
left: 0px;
line-height: 11px;
font-family: 'Gothamlight';
}
@media (max-width: 576px) {
.form-sec {
width: 95%;
padding: 20px;
position: static;
transform: none;
transform: initial;
margin: auto;
}
.form-sec .close {
display: none;
}
.slide-righta .form-sec {
right: 0;
display: none;
}
.topenq {
position: fixed;
top: auto;
top: initial;
width: 100%;
right: auto;
right: initial;
transform: none;
transform: initial;
overflow: hidden;
z-index: 300;
bottom: 0;
}
.topenq1.mobile {
display: block;
}
.topenq.desktop {
display: none;
}
.topenq1 {
position: fixed;
top: auto;
top: initial;
width: 100%;
right: auto;
right: initial;
transform: none;
transform: initial;
overflow: hidden;
z-index: 300;
bottom: 0;
z-index: 9999;
background: #361c6a;
}
.special_item:focus-visible {
outline: none;
}
.topenq1.mobile a {
display: block;
text-align: center;
padding: 15px;
transition: all 0.3s ease;
color: #ffffff;
font-size: 16px;
text-decoration: none;
}
.slide-righta.active .side-slide-form-wrap {
display: block;
}
.admission {
margin-top: 0rem;
}
}

/*banner css strt here */
/*banner-sec css strt here */
.banner-sec {
background: url(../img/banner.webp);
background-repeat: no-repeat;
background-size: cover;
/* background-position: center; */
height: 100vh;
}
.logo {
padding: 20px 50px;
}
.logo img {
width: 260px;
}
.logo-img {
width: 100%;
height: auto;
padding: 30px 60px;
}
.banner-sec h1 {
    font-size: 34px;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
    position: relative;
}
.banner-sec h1:before {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 110px;
    height: 2px;
    background-color: #fff;
}
.banner-sec h2 {
    font-size: 34px;
    color: #fff;
    margin: 30px 0;
}
.banner-sec h2 span {
    color: #f04d22;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.banner-sec p {
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
}
.apply-btn {
    background: #fff;
    color: #f04d22;
    padding: 12px 30px;
    font-size: 26px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
/* bnr-bottom css strt here */
.bnr-bottom {
    padding: 60px 0 20px;
    background: url(../img/bnr-btmshape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -40px;
}
.bnt-btmtxt p {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}
.bnr-bottom .row>div:not(:last-child) {
    border-right: 2px solid #f04d22;
}
.bnr-bottom .bnt-btmtxt {
    padding-left: 30px;
}

/* .education-align css strt here */
.education-align {
    padding: 230px 0;
    background-image: url(../img/education-align-latest.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color:  #f04d22; */
    padding-top: 150px;
}
.edu-left h2 {
    font-size: 42px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.edu-left p {
    color: #fff;
    font-size: 18px;
    width: 580px;
    font-weight: 400 !important;
    font-family: "Flama";
}
.edi-right h3{
     font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
.edi-right ul {
    list-style: disc;
    padding-left: 24px;
}
.edi-right ul li{
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 16px;
    font-weight: 400;
}





        

        .layout-grid {
            display: grid;
            grid-template-columns: 1fr 1.5fr 1fr;
            align-items: center;
            gap: 20px;
            position: relative;
        }

        /* Central Image Section */
        .center-graphic {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* .orange-circle {
            width: 320px;
            height: 320px;
            background: var(--primary-orange);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 10px 30px rgba(255, 87, 34, 0.3);
        } */

    .gavel-img {
    position: absolute;
    width: 140%;
    right: 0;
    top: -150px;
    z-index: 2;
}

        /* Feature Item Styling */
   .feature {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    position: relative;
    padding: 15px;
    width: 250px;
}

        /* .feature::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: black;
            border-radius: 50%;
        } */

        /* Left Column Alignment */
        .left-col {
            text-align: left;
        }
        .left-col .feature::after {
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
        }

        /* Right Column Alignment */
        .right-col {
            text-align: left;
        }
        .right-col .feature::after {
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
        }

        /* Bottom Center Alignment */
        .bottom-feature {
            grid-column: 2;
            margin-top: 10px;
            padding-top: 20px;
        }
        .bottom-feature::after {
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        /* Responsive Tweaks */

 
.hammer-sec {
    padding:70px 0 0;
}
.hammer-sec .head-box {
    margin-bottom: 40px;
}
.ist-circle {
    position: absolute;
    left: 220px;
    top:0;
}
.second-circle {
    position: absolute;
    left: 150px;
    top: 180px;
}
/* .third-circle {
    position: absolute;
    top: -100px;
    right: 210px;
}
 */
.third-circle {
    top: -20px;
    left: -130px;
    position: relative;
}
.fifth-circle {
    left: -60px;
    bottom: -80px;
    position: relative;
}
.sixth-circle {
    top: 0;
    left: 80px;
    position: relative;
}



/* experience-law css strt here */
.experience-law .head-box{
    text-align: center;
}
.experience-law .head-box h2{
    font-size: 46px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.experience-law .head-box h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}
.experience-law .head-box p {
    font-size: 22px;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    font-weight: 400;
    width: 480px;
    margin: 0 auto;
}
.law-img2{
    padding-left: 70px;
}
.law-img3{
    padding-right: 70px;
}
.law-img7{
     padding-left: 50px;
     margin-top: 20px;

}
.law-img8{
     padding-right: 50px;
     margin-top: 20px;
}
.experience-law {
    background: url(../img/_Clip\ Group_.webp);
    background-repeat: repeat;
    background-size: cover;
    padding: 320px 0 80px;
}


/* credibility css strt here */
.credibility{
    padding: 70px 0;
    background: url(../img/cred-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.head-box h2 {
    font-size: 46px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}

.credibility .logos {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.credibility .logos figure {
    width: 20%;
    border-bottom: 2px solid #edbeb7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.credibility .logos figure img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    border-right: 2px solid #edbeb7;
    padding: 20px;
}

.credibility .logos figure:nth-child(5) img{
    border-right: none;
}
.credibility .logos figure:nth-child(10) img{
    border-right: none;
}
.beyond-sec {
    background-image: url(../img/beyond-shapebg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 70px;
    background-color: #fff6e9;
    margin-top: -100px;
    z-index: -1;
    position: relative;
 
}
.ftr-btmShape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.ftr-sec{
    padding: 200px 0 0px;
    position: relative;
}
.ftr-sec h4 {
    font-size: 24px;
    line-height: 1.1;
    color: #000000;
    text-align: center;
}
.ftr-sec p {
    margin-top: 20px;
    font-size: 20px;
}

.sub{
max-width:700px;
margin:auto;
margin-bottom:40px;
font-size:14px;
}

.career-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
position:relative;
}

.career-left,
.career-right{
width:28%;
}

.career-item{
display:flex;
align-items:center;
justify-content:flex-end;
margin:40px 0;
position:relative;
}

.career-right .career-item{
justify-content:flex-start;
}

.text{
font-size:18px;
line-height: 1.1;
font-weight:600;
max-width:150px;
}

.circle{
width:52px;
height:52px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-weight:bold;
margin:0 15px;
}

.orange{
background:#f15a24;
}

.black{
background:#000;
}

/* center */

.career-center{
width:30%;
display:flex;
justify-content:center;
}

.circle-bg{
width:400px;
height:400px;
background:#fff2de;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.circle-bg img {
    width: 400px;
}

/* dotted lines */

.career-item::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 120px;
    border-top: 2px dashed #000;
}
/* .career-item:nth-child(4):after{
    width: 300px;
} */

.career-left .career-item::after{
right:-120px;
}

.career-right .career-item::after{
left:-120px;
}

.career-section {
    padding: 70px 0;
}
.bnr-btn {
    display: none;
}