@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: 'Oswald';
}
h1, h2, h3, h4, h5, h6, span, b, strong, ul, li {
      font-family: "Outfit", sans-serif;
}
p {
    font-family: "Jost", sans-serif;
    font-size: 14px;
  
}
.social-icons {
    float: right;
}
.pre-header {
    background: #002e84;
    padding: 0 0;
    position: relative;
    color: #fff;
    /* font-family: MATH; */
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
.pre-header-right a {
    margin-left: 0;
    padding: 13px 10px;
    line-height: 42px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.pre-header-right a:hover {
    color: #ffe475;
}
.pre-header a {
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
    line-height: 32px;
}
/*-- foter css --*/
.footer_background p {
    text-align: left;
    font-family: system-ui;
    font-weight: 400;
    font-size: 13px;
    color: #bcbcbc;
    font-size: 13px;
    line-height: 20px;
}
.input-group-btn .btn {
    background: #000;
    color: #fff;
    font-family: system-ui;
    font-weight: 500;
}
.footer_background {
    padding-top: 30px;
    margin-top: 0;
    color: #fff;
    background: url(../images/footerbg.jpg) no-repeat 0 0;
    height: 253px;
    background-size: cover;
}
.footer_body ul  {
  padding-inline-start: 0;
}
.footer_body {
    width: 25% !important;
    float: left;
    padding: 10px 8px;
}
.footer_body h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    min-height: 14px;
    padding-bottom: 0;
}
.footer_body ul li {
    text-align: left;
    list-style-type: none;
    font-family: 'Montserrat';
    line-height: 35px;
}
.footer_body li a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    margin-right: 7px;
    font-weight: 400;
    font-family: system-ui;
    transition: padding 0.2s linear 0s;
}
.footer_body li a:hover {
    padding-left: 10px;
    cursor: pointer;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}
.slide .carousel-control-prev {
    left: -60px;
}
.slide .carousel-control-next {
    right: 0;
}
.enquiry-form {
    position: absolute;
    /* left: 0; */
    z-index: 999;
    right: 113px;
    margin-top: 0;
}
.transform-bg {
    background: url(../images/form-img.png) no-repeat 0 0;
    height: 107px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 36px;
}
.enquiry-form-h3 {
    font-family: 'MONTSERRAT';
    font-size: 19px;
    font-weight: bolder;
    color: #06194c;
    position: absolute;
    /* left: 0; */
    right: 132px;
    text-align: right;
    padding-top: 60px;
    z-index: 999;
    text-shadow: 0 0 BLACK1;
}
.transform-bg p {
    font-size: 18px;
    padding-top: 8px;
    font-weight: bold;
    font-family: 'Montserrat';
}
.enquiry-form form {
    background: rgb(255 255 255 / 46%);
    width: 302px;
    height: 425px;
}
.enquiry-form .form-group {
    padding: 0 15px;
}
.enquiry-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom: 1px solid #ddd;
}
.enquiry-form textarea.form-control {
    height: 76px;
}
.enquiry-form .btn-primary {
    color: #fff;
    background-color: #dd550b;
    border-color: #dd550b;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px  15px;
}
.about-section img {
    border-radius: 10px;
    margin-bottom: 30px;
}
.about-section  {
    padding: 0 0;
}
.aboutleft-content h2 {
    font-size: 28px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 50px 0 0;
    font-family: "Poppins", sans-serif;
}
.aboutleft-content h2::before {
    content: '';
    position: absolute;
    /* margin-top: 30px; */
    /* left: 0; */
    /* right: 0; */
    background: #ea811a;
    width: 4px;
    height: 36px;
    margin: 2px -12px;
}
.aboutleft-content h2 span {
    font-size: 24px;
    color: #0039a3;
}
.aboutleft-content p {
    color: #000000;
    font-size: 15px;
    /* font-family: 'Montserrat'; */
    text-align: justify;
    /* font-weight: 700; */
    margin-bottom: 30px;
}
.b-sub-font {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
}
.b-strong {
    font-size: 31px;
    font-weight: 500;
    line-height: 73px;
    color: #dd550b;
    display: block;
}
.span-iise {
    font-size: 15px;
    line-height: 25px;
    color: #323232;
}
.knowmore-btn {
    color: #fff;
    margin-left: 0;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    padding: 14px 24px;
    background: #002e84;
    border-radius: 13px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 60px;
    text-decoration: none;
    background: linear-gradient(to right, #003366, #0056b3);
}
.knowmore-btn:hover {
    color: #002e84;
    text-transform: uppercase;
    border: 2px solid #002e84;
    background: #fff;
    border-radius: 7px;
	text-decoration:none;
}


/******************  News Slider Demo-8 *******************/
.feature-section a:hover {
    text-decoration: none;
    background-color: transparent;
}
.category-box:hover {
    transform: translateY(-15px);
}
.category-box {
    display: block;
    height: 95px;
    line-height: 100px;
    background-color: #f6f7f9;
    position: relative;
    padding: 15px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #363636;
    cursor: pointer;
    margin-bottom: 30px;
	overflow: hidden;
    transition: all 0.5s;
}
.category-box img {
    width: 55px;
    float: left;
    margin-right: 10px;
}
.category-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--lmsmart-header-font-color);
    line-height: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-left: 15px;
}
.iise-main-heading h4 {
    color: #525fe1;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
.iise-main-heading h2 {
    text-align: center;
    color: #000;
    font-size: 28px;
    margin-bottom: 35px;
    font-weight: bold;
    font-family: 'Montserrat';
}
.view-course {
    margin: 0 auto;
    background: cornflowerblue;
    color: #fff;
    /* margin-left: 0; */
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #002e84;
    padding: 12px 24px;
    background: #002e84;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-weight: 600;
    /* margin-top: 60px; */
    display: block;
    text-align: center;
}
.gallery_main {
    /* background: #002e84; */
    margin: 0 0 0;
    padding-top: 0;
}
.approval-h2 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 2px;
    font-family: 'Montserrat';
    font-weight: 600;
}

#counter {
    background: #002e84;
    padding: 50px 25px;
    width: 950px;
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
    font-family: 'Montserrat';
    top: -30px;
    border-radius: 6px;
    list-style-type: none;
}
#counter li {
    flex: 1;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    border-right: 1px solid #264d96;
}
#counter li:nth-last-child(1) {
    border-right: 1px solid transparent;
}

   #counter span.percent:after {
    content: "";
    display: inline-block;
  }

.news-section {
    position: relative;
    z-index: 9999;
    transition: background-color 0.9s ease;
    border-bottom: 1px solid #ebebeb;
    background: linear-gradient(to left, #e5eeff 50%, #f7f7f7 50%);
    padding: 35px 0;
}
.news-column h3 {
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 22px;
}
.news-column p {
    color: #141414;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    padding-right: 33px;
    margin-bottom: 0;
}
.news-column a {
    font-weight: bold;
    color: #074ac3;
    line-height: 52px;
    text-decoration: underline;
}
.notice-column h4 {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 24px;
}
.notice-column span {
    color: #0045c3;
    font-weight: bold;
}
.notice-column  {
    overflow-y: scroll;
    height: 388px;
}
.notice-h4  {
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
    font-weight: bold;
}
#counter img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}
#counter b {
    font-size: 14px;
    display: block;
    padding-top: 32px;
}
.service-section {
	background: url(../images/bg.jpg) no-repeat 0 0;
    height: 900px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin-top: 0;
}
.number-section {
	background: url(../images/bg.jpg) no-repeat 0 0;
    height: 901px;
	background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin-top: 0;
}
.serviceBox {
    background: #fff;
    border-radius: 7px;
    padding-bottom: 20px;
    float: left;
	    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
}
.service-content  {
    font-family: 'Montserrat';
    padding: 20px 20px 0 20px;
}
.service-content .title {
    color: #231f40;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.service-content .description {
    color: #c70a2a;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.demo a {
    float: right;
    line-height: 15px;
    margin-right: 21px;
    color: #0f4cbf;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Montserrat';
}
.service-icon img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.serviceBox:hover {
    transform: translateY(-15px);
}
.view-all-course {
    margin: 0 auto;
    background: cornflowerblue;
    color: #fff;
    /* margin-left: 0; */
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #002e84;
    padding: 12px 24px;
    background: #002e84;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-weight: 600;
    /* margin-top: 60px; */
    display: block;
    text-align: center;
    width: 14%;
    margin-top: 30px;
}
.view-all-course:hover {
    text-decoration: none;
    background-color: transparent;
}
.feature-section {
    padding: 50px 0;
}
.feature-section h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000000;
    padding-top: 12px;
}
.violet {
	color:#0047cd;
}
.franchise-ul li::before {
    background: url("../images/tick.jpg") no-repeat;
    content: "";
    height: 18px;
    width: 18px;
    left: 16px;
    margin-top: 16px;
    position: absolute;
    padding-left: 32px;
}
.franchise-ul {
    list-style-type: none;
    padding-inline-start: 13px;
}
.franchise-ul li {
    padding-left: 14px;
    line-height: 52px;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
}
.whasapp-a {
    font-size: 14px;
    color: #fff;
    font-family: system-ui;
    line-height: 37px;
    position: relative;
    display: block;
    /* text-align: -webkit-right; */
    text-decoration: none;
}
.mail {
    color: #fff;
    font-size: 14px;
    font-family: system-ui;
    line-height: 30px;
    text-decoration: none;
}
.social_icon_links a i {
    color: #f0980c;
    font-size: 16px;
}
.whasapp-a i {
    color: #e9980c;
}
.mail i {
    color: #e9980c;
}
.copyright {
    text-align: center;
    background: #000;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
}
.livlihood {
    background: url(../images/subpage-banner.jpg) no-repeat 0 0;
    height: 261px;
    padding: 0;
    width: 100%;
    padding-top: 6%;
}
.missionvision-text img {
    width: 85px;
    height: 85px;
    box-shadow: 0 0 11px 0 #b5e5ff;
    border-radius: 50px;
    padding: 15px;
    margin: 0 auto;
    display: block;
    background: #fff;
}
.objective-section {
    padding: 0 0;
}
.missionvision-text h3 {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    padding-top: 17px;
    color: #262626;
}
.missionvision-text ul  {
	padding-inline-start:0;
	list-style-type:none;
    text-align: left;
    font-weight: 600;
}
.missionvision-text ul li {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat';
    text-align: justify;
    color: #565656;
    margin-bottom: 22px;
}
.missionvision-text .fa-check {
    color: #feffff;
    background: #0393db;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    padding-top: 4px;
    font-size: 12px;
    text-align: center;
    margin-right: 6px;
    float: left;
}
.objective-section {
    padding: 45px 0;
    background: #fafdff;
}
.mail b {
    color: skyblue;
}
.contact_details {
    margin-bottom: 50px;
    margin-top: 20px;
}
.inner_contact_us_page_text {
    margin: 30px 0 28px;
}
.inner_contact_us_page_text i {
    /* display: inline-flex; */
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    float: left;
    width: 59px;
    margin-right: 15px;
    color: #097ee0;
}
.inner_contact_us_page_text p {
    font-family: lato;
    font-size: 15px;
    color: #505050;
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    text-align: left;
}
.iise-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}
.iise-form {
    width: 95%;
    margin-top: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 27px 20px;
    box-shadow: 0 0 10px 0 #d1d1d1;
}
.iise-form textarea.form-control {
    height: 170px !important;
}
.iise-form .btn {
    /* background: #4c4c4c; */
    color: #fff;
    width: 20%;
    padding: 8px 10px;
    margin: 0 auto;
    display: block;
    background: #088117;
}
.placement {
    background: url(../images/placement-banner.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 10%;
}
.innerpage-heading {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #002e84;
    font-size: 27px;
}
.logo-section {
    background: #fafbff;
    padding: 27px 0 50px;
}
.logo-section h3 {
    text-align: center;
    color: #000;
    font-size: 30px;
}
.logo-box img {
    padding: 20px 13px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 20px 0;
    border-radius: 14px;
    background: #fff;
}
#login .container #login-row #login-column #login-box {
    margin-top: 24px;
    max-width: 600px;
    height: 225px;
    /* border: 1px solid #9C9C9C; */
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 #a9a9a9;
    border-radius: 14px;
    margin-bottom: 60px;
}
#login .container #login-row #login-column #login-box #login-form {
    padding: 63px 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}
.result-section {
    /* background: #f7f7f7; */
    margin: 13px 0;
}
#login h3 {
    color: #161616!important;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 26px;
}
#login-box .form-control {
    display: block;
    width: 100%;
    height: 57px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#login-box .btn-info {
    color: #fff;
    background-color: #088117;
    border-color: #088117;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 9px 30px;
}
.recognitions {
    background: url(../images/recognitions.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 10%;
}
.approval-ul li {
    line-height: 29px;
    font-size: 14px;
    color: #666;
    font-family: 'Montserrat';
    font-weight: 600;
}
.internship {
    background: url(../images/internship.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 10%;
}
.admission {
    background: url(../images/admission-img.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 10%;
}
.admission-box {
    box-shadow: 0 0 10px 0 #ddd;
    padding: 0px;
    height: 190px;
}
.admission-box h4 {
    background: #0ca5ff;
    color: #fff;
    font-size: 17px;
    padding: 11px 16px;
    border-radius: 8px  8px 0 0;
    text-align: center;
}
.admission-box p {
    padding: 0 13px;
    color: #2e2e2e;
}
.admission-box p b {
    color: #2a2a2a;
    font-family: 'Montserrat';
    margin-right: 10px;
}
#admission-table .thead-dark th {
    color: #fff;
    background-color: #1970c9;
    border-color: #1970c9;
    padding: 8px 8px;
    font-family: 'Montserrat';
    font-size: 13px;
}
#admission-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#admission-table  td, th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: 600;
}
.thead-darkcolor {
    background-color: #08488b  !important;
    border-color: #08488b  !important;
}
.admission-ul {
    padding-inline-start: 22px;
    color: #000;
    line-height: 35px;
    font-size: 14px;
    font-family: 'Montserrat';
}
.apply-online {
    color: #fff;
    margin-left: 0;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #002e84;
    padding: 11px 24px;
    background: #002e84;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 0;
    margin-left: 30px;
}
.login {
    background: url(../images/login-bg.jpg) no-repeat 0 0;
    height: 479px;
    padding: 0;
    width: 100%;
    padding-top: 6%;
}
.login-box {
    width: 42%;
    margin: 0 auto;
    background: #fff;
    height: 341px;
    padding: 40px 27px;
    border-radius: 10px;
    box-shadow: 0 0 11px 0 #747474;
}
.login-box h3 {
    font-size: 22px;
    color: #3c3c3c;
    text-align: center;
}
.login-box h3 span {
    color: #2058c1;
}
.student-login {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 33px;
    background: #fb700e;
    width: 53%;
    padding: 8px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 5px;
}
.student-login:hover {
    color: #ffffff;
    text-decoration: none;
	background:#002e84;
}
.centre-login {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 24px;
    background: #002e84;
    width: 53%;
    padding: 8px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 5px;
}
.centre-login:hover {
    color: #ffffff;
    text-decoration: none;
	background:#fb700e;
}
.studentlogin-page {
    background: url(../images/studentlogin-bg.jpg) no-repeat 0 0;
    height: 479px;
    padding: 0;
    width: 100%;
    padding-top: 6%;
}
.studentlogin-form {
    margin-top: 26px;
}
.studentlogin-page .btn-primary {
    color: #fff;
    background-color: #088117;
    border-color: #088117;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 9px 30px;
}
.studentlogin-page .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.studentlogin-page p {
    text-align: center;
    line-height: 47px;
}
.studentlogin-page p a {
    color: #035bff;
    font-weight: 600;
}
.centreregistration-page {
    background: url(../images/centreregistration-bg.jpg) no-repeat 0 0;
    padding: 0;
    width: 100%;
    padding: 4% 0;
    background: #f1f6ff;
}
.registration-box {
    width: 83%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 27px;
    border-radius: 10px;
    box-shadow: 0 0 11px 0 #747474;
}
.registration-box h3 {
    font-size: 22px;
    color: #3c3c3c;
    text-align: center;
}
.registration-box h3 span {
    color: #2058c1;
}
.organization-group {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
}
.organization-group .form-control {
    float: left;
    width: 73%;
}
.organization-group-label {
    /* float: left; */
    /* width: 44%; */
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    line-height: 38px;
    margin-right: 22px;
}
.centre-registration label {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 700;
}
.form-check-label{
      font-family: "Jost", sans-serif;
      font-size:15px;
      font-weight:500;
}
.organization-group .form-check-label {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
}

.m-right {
    margin-right: 30px;
}
.document-h4 {
    text-align: center;
    padding: 15px 0;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 21px;
    color: #2058c1;
}
.span-owner {
    color: #6a6a6a;
    font-weight: 500;
    font-size: 13px;
}
.declaration-text {
    color: #000;
    text-align: justify;
}

.centreregistration-page .btn-primary {
    color: #fff;
    background-color: #088117;
    border-color: #088117;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 9px 30px;
}
.affiliation-section {
	background: url(../images/affiliation.jpg) no-repeat 0 0;
    height: 300px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin-top: 0;
}

.affiliation-content h2 {
    text-align: left;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}
.course-list {
	background: url(../images/courselist-banner.jpg) no-repeat 0 0;
    height: 300px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin-top: 0;
}

.coursepage-body {
    background: url(../images/coursebg-banerr.jpg) no-repeat 0 0;
    height: 1437px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding:35px 20px;
    width: 100%;
    margin-top: 0;
}
.serviceBox a:hover {
	text-decoration:none;
}
.coursedetails-banner {
    background: url(../images/coursedetails-banner.jpg) no-repeat 0 0;
    height: 300px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding:35px 20px;
    width: 100%;
    margin-top: 0;
}
.coursedetails-section {
	background:#f8f8f8;
	padding:50px 0;
}
.couselist-h3 {
    font-family: 'Playfair Display', serif;
    color: #003aa5;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 19px;
    text-align: center;
}
.cousedetails-h3 {
    font-family: 'Playfair Display', serif;
    color: #003aa5;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 19px;
    text-align: left;
}
.cousedetails-left {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
.cousedetails-content h4 {
    color: #202020;
    padding-top: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
}
.cousedetails-content p {
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #000;
}
.cousedetails-right {
    background: #fff;
    margin-top: 50px;
    font-family: 'Montserrat';
    box-shadow: 0 0 15px 0 #ebebeb;
    padding-bottom: 13px;
}
.cousedetails-right h3 {
    background: #041831;
    color: #fff;
    padding: 14px 15px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}
.cousedetails-form {
    padding: 9px 15px;
    padding-bottom: 25px;
}  
.cousedetails-right .form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-height {
    height: 100px !important;
}
.cousedetails-form .btn-primary {
    color: #fff;
    background-color: #088117;
    border-color: #088117;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-top: 19px;
    padding: 7px 24px;
    font-weight: 700;
    font-size: 13px;
    /* padding-bottom: 30px; */
}
.cousedetails-right h3 {
    background: #041831;
    color: #fff;
    padding: 14px 15px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}
h3.all-course {
    color: #000;
    background: #fff;
    padding: 14px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-align: left;
    margin-left: 14px;
}
h3.all-course:after {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 31px;
    width: 2px;
    height: 23px;
    background: #034bd1;
}
.coursedetails-ul {
    color: #000;
    line-height: 30px;
    font-family: 'Montserrat';
}
.coursedetails-ul a {
    color: #000;
}
.affiliation-body {
    padding: 45px 0;
    background: #ededed;
}
.affiliation-ul h3 {
    font-size: 19px;
    color: #073c9f;
}
.affiliation-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 #bbbbbb;
    margin-bottom: 30px;
}
.affiliation-ul ul {
    color: #000;
}
.affiliation-ul ul li {
    margin-bottom: 11px;
}

.p-applytext {
    text-align: center;
    font-size: 18px;
    color: #003bab;
    font-weight: 500;
}
.applyonline-ul {
    color: #000;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 600;
}
.applyonline-ul li {
    margin-bottom: 10px;
}
.applyonline-h2 {
    text-align: center;
    font-size: 21px;
    color: #0540af;
    padding: 24px 0;
}
#search-table .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    font-weight: 600;
    font-family: 'Montserrat';
}
.download-banner {
    background: url(../images/download-banner.jpg) no-repeat 0 0;
    height: 300px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding:35px 20px;
    width: 100%;
    margin-top: 0;
}

.box{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.box:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.box:before{
    content: "";
   background-image: linear-gradient(to right,rgb(0 123 255), rgb(31 78 129));
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box:hover:before{ bottom: 0; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.box:hover img{ opacity: 0.3; }
.box .box-content {
    color: #fff;
    background-image: linear-gradient(to right,rgb(0 123 255), rgb(31 78 129));
    width: 100%;
    padding: 13px 20px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.box:hover .box-content {
    color: rgb(0 87 181);
    background: #fff;
}
.box .title {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat';
}
.box .post{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: lowercase;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-35%);
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .icon{ opacity: 1; }
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #000;
    background: #fff;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: all .5s ease 0s;
}
.box .icon li a:hover {
    color: #000;
    background: rgb(255 255 255);
    border-radius: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
.download-section {
    padding: 55px 0 70px;
    background: #fff;
}
a.no-bg {
    background: transparent !important;
    color:transparent !important;
}

.examination-banner {
    background: url(../images/examination-banner.jpg) no-repeat 0 0;
    height: 300px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding:35px 20px;
    width: 100%;
    margin-top: 0;
}
.b-text {
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Montserrat';
    color: #000;
}
p.coduct-text {
    font-size: 16px !important;
    color: #767676;
    margin-bottom: 7px;
}
.grey-text {
    color: #282828;
    font-weight: 500;
}
.text-strong {
    color: #000;
    font-family: 'Montserrat';
    line-height: 15px;
    position: relative;
    top: 17px;
}
.payment-banner {
    background: url(../images/payment-banner.jpg) no-repeat 0 0;
    height: 300px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding:35px 20px;
    width: 100%;
    margin-top: 0;
}
.payment-ul  {
    color: #000;
    list-style-type: none;
    padding-inline-start: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.payment-ul span  {
    color: #1145a7;
}
.payment-ul b {
    width: 15%;
    display: inline-block;
}
.b-para {
    font-family: 'Montserrat';
    color: black;
    font-size: 14px;
    line-height: 64px;
    font-weight: 600;
}
.fees-b {
    display: block;
    font-size: 21px;
    color: #000;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.scanner-img {
    display: block;
	margin-bottom:30px;
}
.our-team{
    text-align: center;
}
.our-team .team-img{
    overflow: hidden;
    position: relative;
}
.our-team .team-img img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    height: 30%;
    background: rgba(243, 144, 77,0.7);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translateY(-50%) rotate(-30deg);
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    height: 100%;
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
}
.our-team .social ul li{
    display: inline-block;
}
.our-team .social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.our-team .social ul li a:hover{
    background: #fff;
    color: #f3904d;
}
.our-team .team-content{
    padding: 20px 0;
    background: #f5f7f8;
    color: #54478a;
}
.our-team .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    font-family: 'Montserrat';
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #999;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
#gallery-page {
	margin:30px 0 50px;
}

.gallery-banner {
    background: url(../images/gallery-banner.jpg) no-repeat 0 0;
    height: 300px;
    background-position: inherit;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding:35px 20px;
    width: 100%;
    margin-top: 0;
}
.blink{
		text-align: center;
		line-height: 50px;
	}
.blink a {
    font-size: 25px;
    font-family: cursive;
    color: white !important;
    animation: blink 1s linear infinite;
    background: #ff6a00;
    color: #fff;
    padding-right: 18px !important;
    line-height: 41px;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.affiliation-ul p {
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
} 
.result-page {
    background: url(../images/result-bg.jpg) no-repeat 0 0;
    height: 479px;
    padding: 0;
    width: 100%;
    padding-top: 6%;
}
.result-box {
    width: 42%;
    margin: 0 auto;
    background: #fff;
    height: 341px;
    padding: 40px 27px;
    border-radius: 10px;
    box-shadow: 0 0 11px 0 #747474;
}
.result-box h3 {
    font-size: 22px;
    color: #3c3c3c;
    text-align: center;
}
.result-form {
    margin-top: 26px;
}
.result-form .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.result-page .btn-primary {
    color: #fff;
    background-color: #088117;
    border-color: #088117;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 9px 30px;
}
.download-section table {
    background: #fff;
    width: 60%;
    margin: 0 auto;
}
.download-section table td, .table-bordered th {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
text-align: center;
}
.download-section a {
    background: #0049d1;
    color: #fff;
    font-size: 12px;
    padding: 11px 11px;
    border-radius: 6px;
}
.download-section a:hover {
    background: #fb832d;
    color: #fff;
}
.affiliation-content-h2 {
    text-align: left;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
    float: left;
    clear: both;
    display: block;
    /* width: 100%; */
}
.affiliation-applynow {
    background: #0c47b7;
    color: #fff;
    padding: 13px 26px;
    margin-left: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 7px;
}
.affiliation-applynow:hover {
    color: #fff;
}

.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}
.readmore-label {
    color: #084dcf;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
}
.read-more-wrap p {
    color: #000;
    text-align: justify;
    line-height: 22px;
}
.centrelist-section {
    width: 83%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 27px;
    border-radius: 10px;
    box-shadow: 0 0 11px 0 #747474;
}
.no-margin {
	    margin-bottom: 7px !important;

}
h3.centre-list-h3 {
    font-size: 20px;
    color: #3c3c3c;
    text-align: left;
}
.studycentre-list {
    background: #f9f9f9;
    width: 96%;
    padding: 19px 16px;
    margin-top: 31px;
    border-radius: 10px;
}
.studycentre-list ul {
    list-style-type: none;
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    padding-inline-start: 15px;
}
.studycentre-list ul li {
    border-bottom: 1px dashed #a7a7a7;
    line-height: 30px;
    color: #003eb3;
    font-weight: 700;
    font-size: 12px;
}
.contactus-banner {
    background: url(../images/contactus-bg.jpg) no-repeat 0 0;
    height: 380px;
    padding: 0;
    width: 100%;
}
.contactenquire-now {
    text-align: center;
    color: #000;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
}
.contact-left {
    margin-top: 46px;
}
.enquire-now {
    text-align: left;
    color: #000;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    padding-left: 26px;
}
.courselist-box {
    background: #fff;
    padding: 25px 15px;
    border: 1px solid #ddd;
}
.courselist-img img {
    width: 100%;
}
.courselist-course {
    /* box-shadow: 0 0 20px #ddd; */
    border-radius: 6px;
    padding: 53px 6px;
    text-align: center;
    font-size: 15px;
    min-height: 138px;
    background: #eaf5ff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.courselist-course h3 {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 700;
    padding-top: 18px;
    color: #000;
    min-height: 62px;
}
.courselist-a {
    background: #002e84;
    color: #fff;
    padding: 9px 22px;
    font-size: 12px;
    line-height: 71px;
    border-radius: 5px;
    font-family: 'Montserrat';
}
.courselist-a:hover {
    color: #fff;
}
.courselist-course:hover {
    transform: translateY(-15px);
}
.courselist-a-main:hover {
	text-decoration:none;
}

.course-table tbody {
    background: #fff;
}
#course-table .thead-light th {
    color: #ffffff;
    background-color: #323232;
    border-color: #dee2e6;
    font-family: 'Montserrat';
}
#course-table {
    margin-top: 28px;
}
#course-table tbody {
    background: #fff;
}
#course-table td, th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 600;
}
.cousedetails-img img {
	    width: 100%;
    height: 395px;
}
header .logo {
    position: relative;
    padding: 0;
    top: 56% !important;
}  

.enquire-btn {
    background-color: #f28c28;
    color: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}

.enquire-btn .arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.enquire-btn:hover {
  background-color: #e07a16;
  box-shadow: 0 8px 20px rgba(242, 140, 40, 0.4);
  transform: translateY(-2px);
}

.enquire-btn:hover .arrow {
  transform: translateX(6px);
}

.ban-text {
    position: absolute;
    top: 123px;
    left: 40px;
}
.why-choose {
  background: url(../images/choose-bg.jpg) no-repeat 0 0;
    height: 338px;
    padding: 0;
    width: 100%;
}

.why-box {
  padding: 20px 10px;
}

.icon-circle {
  width: 90px;
  height: 90px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.5s;
    cursor: pointer;
}
.icon-circle:hover {
    transform: translateY(-15px);
}
.icon-circle i {
  font-size: 32px;
  color: #f26c1a;
}

.why-box h3 {
  margin-top: 15px;
  font-weight: 700;
  color: #000;
}

.why-box p {
    font-size: 16px;
    margin-top: 5px;
    color: #242424;
    font-weight: 500;
    line-height: 54px;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.title {
  margin-top: 50px;
}
.title h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #d63031;
}
.title h1 span {
  display: block;
  color: #300a0a;
  font-size: 20px;
  margin-bottom: 10px;
}

/*Carousel Gallery*/
.carousel-gallery {
  margin: 50px 0;
  padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/
.plugins {
  text-align: center;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial;
  text-transform: uppercase;
  color: #111;
}
.plugins a {
  display: inline-block;
  font-family: Arial;
  color: #777;
  font-size: 14px;
  margin: 10px;
  transition: all 0.2s linear;
}
.plugins a:hover {
  color: #d63031;
}
.why-choose .col-lg-2 {
    width: 20%;
}
.icon-circle::before {
    content: "";
    bottom: 0;
    width: 80%;
    background-color: #e3771f;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.icon-circle h4 {
    padding: 15px 0 5px;
    font-family: var(--primary-font);
    font-size: var( --fontsi-22);
    font-weight: var(--fw-600);
}
.icon-circle:hover i {
    filter: brightness(5) saturate(0%);
}
.icon-circle:hover {
    background-color: #e3771f;
}
.website-heading h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before,
.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}



.quick-enquiry {
  background: #fff;
}

/* Underline input style */
.form-line {
    border: none !important;
    border-bottom: 1px solid #bfbfbf !important;
    border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.form-line:focus {
  box-shadow: none;
  border-color: #0a1f44;
}

/* Button */
.enquire-btn {
    background: #f48502;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
}

.enquire-btn:hover {
  background: #081836;
  color: #fff;
}

/* Map */
.map-frame {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}
.bg-grey {
    background: #f5f5f5;
}
.carouseller__wrap .car__3 span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    position: relative;
    top: -5px;
    font-weight: 400;
}
.block_box {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    background: rgb(15 28 94 / 72%);
    /* opacity: 0.4; */
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active, .testim .dots .dot:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 77px;
    height: 77px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 13px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #ffffff;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}
#testim {
	background: url(../images/testimonial-bg.jpg) no-repeat 0 0;
    height: 479px;
    padding: 0;
    width: 100%;
    padding-top: 4%;
}

#testim-content .fa-solid {
    color: #fff;
    font-size: 45px;
    padding: 20px 0 0;
}
.subpage-text h3 {
    text-align: center;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}


.social_media {
    display: inline-flex;
    padding: 0 0;
}
.social_media li  {
    margin-right: 8px;
}
.product-banner {
    background: url(../images/product-banner.jpg) no-repeat 0 0;
    height: 261px;
    padding: 0;
    width: 100%;
    padding-top: 7%;
}
.page-product {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background: #fff;
}
.page-product .prodbx {
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-bottom: 16px;
    margin-top: 30px;
    transition: all 0.5s;
    overflow: hidden;
}
.tophead h3 {
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #2e2e2e;
    text-align: left;
}
.prodbx:hover {
    transform: translateY(-15px);
    box-shadow: 0 0 20px 0 #a5a5a5;
}
.career {
   background: url(../images/career-bg.jpg) no-repeat 0 0;
    height: 261px;
    padding: 0;
    width: 100%;
    padding-top: 7%; 
}
.apply-form {
    background-color: #e7f0ff;
    padding: 45px;
}
.form-container {
    max-width: 900px;
    margin: auto;
    background: #eaf2ff;
    padding: 35px 35px;
    margin-bottom: 50px;
}
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.career-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.career-form input,
select,
textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}

.career-form textarea {
    resize: vertical;
    min-height: 120px;
}


.submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.career-form button {
    background: linear-gradient(to right, #003366, #0056b3);
    color: #fff;
    border: none;
    padding: 14px 21px;
    font-size: 16px;
    border-radius: 13px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
.career-form button:hover {
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}
.career-form {
    margin-top: 50px;
}
.form-container h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
}

/* ================================
   AERVISTA WELCOME SECTION
================================ */

.aervista-welcome-section {
    background: #ffffff;
    overflow: hidden;
}

.welcome-images {
    position: relative;
    min-height: 520px;
    width: 100%;
}

/* Main Image */
.welcome-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 425px;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.6s ease;
}

.welcome-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.welcome-main-img:hover img {
    transform: scale(1.06);
}

/* Small Image */
.welcome-small-img {
    
}

.welcome-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.welcome-small-img:hover img {
    transform: scale(1.08);
}

/* Content */
.welcome-content {
    padding-left: 20px;
}

.welcome-content h2 {
    color: #111111;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 25px;
}

.welcome-content h2 span {
    color: #0752a0;
}

.welcome-content p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 6px;
    text-align: justify;
}
.welcome-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s ease;
    font-family: "Outfit", sans-serif;
    background: #ef6900;
    padding: 11px 20px;
    border-radius: 10px;
}
.welcome-btn span {
    font-size: 22px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.welcome-btn:hover {
    color: #111111;
    text-decoration: underline;
}

.welcome-btn:hover span {
    transform: translateX(7px);
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .welcome-images {
        min-height: 480px;
    }

    .welcome-main-img {
        width: 90%;
        height: 400px;
    }

    .welcome-small-img {
        width: 42%;
        height: 230px;
    }

    .welcome-content {
        padding-left: 0;
    }

    .welcome-content h2 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {

   .welcome-images {
	min-height: auto;
	padding-bottom: 0;
}

    .welcome-main-img {
        position: relative;
        width: 90%;
        height: 350px;
    }

    .welcome-small-img {
        width: 48%;
        height: 200px;
        right: 0;
        bottom: 0;
    }

    .welcome-content h2 {
	font-size: 23px;
}
    .welcome-content p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media (max-width: 575px) {

    .welcome-main-img {
        width: 100%;
        height: 300px;
    }

   .welcome-small-img {
	width: 98%;
	height: 283px;
}

}
.welcome-btn i {
    color: #000;
}
.website-heading span {
    color: #01429d;
    font-weight: 500;
    line-height: 33px;
}

/* ===================================
   PROGRAMME SECTION
=================================== */

.programme-section {
    background: #f8f9fb;
}

/* Card */
.programme-card {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

/* Card Hover */
.programme-card:hover {
    transform: translateY(-10px);
    
}


/* Image */
.programme-img {
    width: 100%;
    overflow: hidden;
}

.programme-img img {
    transition: transform 0.6s ease;
}

.programme-card:hover .programme-img img {
    transform: scale(1.08);
}


/* Content */
.programme-content {
    padding: 15px 8px 22px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

/* Heading */
.programme-content h3 {
    font-size: 15px;
    line-height: 1.4;
    color: #06469a;
    font-weight: 600;
    margin-bottom: 14px;
}


/* Details */
.programme-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.programme-content ul li {
    color: #222;
    font-size: 14px;
    line-height: 1.9;
}

.programme-content ul li strong {
    font-weight: 500;
}


/* Read More */
.programme-link {
    margin-top: auto;
    padding-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #06469a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Outfit", sans-serif;
}

.programme-link span {
    font-size: 19px;
    transition: transform 0.3s ease;
}

.programme-link:hover {
    color: #111;
}

.programme-link:hover span {
    transform: translateX(6px);
}


/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 991px) {

    .programme-img {
        height: 230px;
    }

    .programme-content {
        min-height: 220px;
    }

}

@media (max-width: 767px) {

    .programme-card {
        max-width: 450px;
        margin: 0 auto;
    }

    .programme-img {
	height: 170px;
}

}

/* ==========================================
   WHY CHOOSE US SECTION
========================================== */
.why-choose-section .col-lg-4 {
    margin-top: 10px;
        margin-bottom: 10px;

}
.why-choose-section {
    background: url(../images/choose-bg.jpg) no-repeat 0 0;
    height: 700px;
    padding: 0;
    width: 100%;
    background-size: cover;
    padding-top: 50px;
    background-position: top;
}

/* Subtle Background Pattern */
.why-choose-section::before {
    
}

.why-choose-section .container {
    position: relative;
    z-index: 2;
}


/* ==========================================
   HEADING
========================================== */

.why-heading {
    max-width: 900px;
    margin: 0 auto 50px;
}

.why-heading h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 18px;
}

.why-heading p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto;
}

/* ==========================================
   FEATURE ITEMS
========================================== */

.why-features {
    align-items: stretch;
}

.why-item {
    text-align: center;
    height: 100%;
    padding: 10px 0;
    transition: all 0.4s ease;
}

/* Icon */
.why-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 36px;

    transition: all 0.4s ease;
}

.why-item:hover .why-icon {
    transform: translateY(-8px) scale(1.1);
}


/* Title */
.why-item h3 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 14px;
}


/* Description */
.why-item p {
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
}


/* ==========================================
   BOTTOM CTA
========================================== */

.why-bottom {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 45px;
    padding-top: 10px;
}

.why-bottom strong {
    font-weight: 700;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .why-heading h2 {
        font-size: 32px;
    }

    .why-heading p {
        font-size: 15px;
    }

    .why-item {
        padding: 10px 15px;
    }

}

@media (max-width: 767px) {
    .aviation-img {
	
	margin: 0 auto;
	display: block;
}

    .why-choose-section {
        padding: 60px 0 30px;
          height: auto;
    }

    .why-heading {
        margin-bottom: 35px;
    }

    .why-heading h2 {
        font-size: 28px;
    }

    .why-heading p {
        font-size: 14px;
    }

    .why-item {
        padding: 10px 30px;
    }

    .why-bottom {
        line-height: 1.8;
    }

}


.aviation-section{
    background:#fff;
    overflow:hidden;
}

.aviation-img-wrapper{
    position:relative;
    display:inline-block;
}

.bg-shape{
    position:absolute;
    left:-18px;
    top:35px;
    width:18px;
    height:80%;
    background:#d2a45d;
    z-index:0;
}

.aviation-img{
    position:relative;
    z-index:2;
    width:100%;
    border-radius:4px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    transition:.4s;
}

.aviation-img:hover{
    transform:translateY(-8px);
}

.aviation-content h2 {
    font-size: 33px;
    font-weight: 600;
    /* color: #111; */
    margin-bottom: 25px;
    line-height: 1.2;
    padding-top: 55px;
}

.aviation-content p {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
}
.aviation-btn {
    display: inline-flex;
    align-items: center;
    color: #0d47a1;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
    padding-bottom: 50px;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
}
.aviation-btn i {
    transition: .3s;
    color: #000;
    text-decoration: none;
}
.aviation-content {
    padding-left: 0;
}

.aviation-btn:hover{
    color:#000;
}

.aviation-btn:hover i{
    transform:translateX(6px);
}

@media(max-width:991px){

    .aviation-content{
        text-align:center;
    }

    .aviation-img-wrapper{
        display:block;
    }

    .bg-shape{
        display:none;
    }

    .aviation-content h2{
        font-size:34px;
    }

    .aviation-content p{
        font-size:16px;
    }
}

@media(max-width:576px){

    .aviation-content h2{
        font-size:28px;
          padding-top: 25px;
    }

}
.aviation-section .row  {
    box-shadow: 0 0 10px 0 #d3d3d3;
    border-radius: 9px;
    /* padding: 25px 25px; */
}


.partner-section{
    background:#fff;
}

.partner-subtitle{
    color:#1d4ed8;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    display:block;
    margin-bottom:8px;
}

.partner-title{
    font-size:46px;
    font-weight:700;
    color:#111;
    margin-bottom:45px;
}

.partner-grid .col-lg-3,
.partner-grid .col-md-6{
    padding:0;
}

.partner-box{
    height:190px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-right:1px solid #e7edf7;
    border-bottom:1px solid #e7edf7;
    transition:.35s;
}

.partner-box img{
    transition:.35s;
}

.partner-box:hover{
    background:#fafcff;
}

.partner-box:hover img{
    transform:scale(1.08);
}

/* Remove right border from last column */
.partner-grid .col-lg-3:nth-child(4n) .partner-box{
    border-right:none;
}

/* Remove bottom border from last row */
.partner-grid .col-lg-3:nth-last-child(-n+4) .partner-box{
    border-bottom:none;
}

@media(max-width:991px){

    .partner-grid .col-md-6:nth-child(2n) .partner-box{
        border-right:none;
    }

    .partner-grid .col-md-6:nth-last-child(-n+2) .partner-box{
        border-bottom:none;
    }

    .partner-title{
        font-size:34px;
    }

    .partner-box{
        height:160px;
    }

}

@media(max-width:575px){

   .partner-grid .col-md-6 .partner-box {
	border-right: 1px solid #e7edf7;
	border-bottom: 1px solid #e7edf7;
}

    .partner-grid .col-md-6:last-child .partner-box{
        border-bottom:none;
    }

    .partner-title{
        font-size:28px;
    }

    .partner-box {
	height: 130px;
	padding: 0 0;
}
}


.career-form-section{
    background:#ffffff;
}

.career-box {
    /* background: #f7ede5; */
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

/* subtle texture */
.career-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
    background-size:8px 8px;
    opacity:.35;
    pointer-events:none;
}

.career-content p {
    color: #555;
    font-size: 17px;
    margin-bottom: 14px;
}

.career-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
}

.career-content p {
    color: #555;
    font-size: 18px;
    margin-bottom: 15px;
}
.career-content label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    color: #222;
    font-size: 17px;
    font-family: "Outfit", sans-serif;
}

.career-content label span{
    color:#d93b30;
}

.form-control,
.form-select{
    height:52px;
    border:none;
    border-radius:0;
    background:#fff;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
    padding:12px 18px;
    font-size:16px;
}

.form-control:focus,
.form-select:focus{
    border:none;
    outline:none;
    box-shadow:0 10px 22px rgba(20,76,196,.15);
}

.career-btn{
    background:#0d3b9f;
    color:#fff;
    border:none;
    padding:16px 45px;
    font-size:17px;
    font-weight:600;
    text-transform:uppercase;
    border-radius:10px;
    transition:.35s;
}

.career-btn:hover{
    background:#082b75;
    transform:translateY(-3px);
}

.career-image{
    position:relative;
    z-index:2;
}

.career-image img {
    max-width: 460px;
    transition: .5s;
}

.career-image img:hover{
    transform:rotate(-5deg) scale(1.04);
}

@media(max-width:991px){

    .career-box{
        padding:50px 35px;
    }

    .career-content{
        margin-bottom:40px;
    }

    .career-content h2{
        font-size:40px;
    }

    .career-image img{
        max-width:320px;
    }

}

@media(max-width:576px){

    .career-box{
        padding:0 20px;
    }

   .career-content h2 {
	font-size: 27px;
}

    .career-content p{
        font-size:15px;
    }

    .career-btn{
        width:100%;
    }

}

.aviation-enquiry-section {
    background: url(../images/enquiry-banner.jpg) no-repeat 0 0;
    height: 609px;
    padding: 0;
    width: 100%;
    background-size: cover;
    padding-top: 50px;
    background-position: top;
}


.student-review{
    background:#fff;
}

.review-left h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    text-align: center;
}

.review-left p {
    color: #666;
    margin: 15px 0;
    font-size: 16px;
}

.rating-box{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

.stars{
    color:#ffb400;
    font-size:24px;
    letter-spacing:2px;
}
.rating-box span {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.review-left h5 {
    font-size: 17px;
    font-weight: 500;
}
.review-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 21px 23px;
    text-align: center;
    min-height: 340px;
    transition: 0.4s;
}
.review-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.quote{

    font-size:42px;

    color:#333;

    margin-bottom:30px;

}

.review-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
.review-card h4 {
    margin: 25px 0;
    font-size: 16px;
    font-weight: 600;
}

.review-card img{

    width:30px !important;

    margin:auto;

}

.review-slider .owl-stage{

    display:flex;

}

.review-slider .owl-item{

    display:flex;

}

.slider-nav{

    text-align:center;

    margin-top:35px;

}

.slider-nav button{

    width:55px;

    height:55px;

    border:1px solid #ddd;

    background:#fff;

    border-radius:50%;

    margin:0 8px;

    transition:.3s;

}

.slider-nav button:hover{

    background:#0b57d0;

    color:#fff;

}

@media(max-width:991px){

.review-left{

text-align:center;

margin-bottom:40px;

}

.review-left h2{

font-size:32px;

}

.review-card{

min-height:auto;

padding:40px 25px;

}

.review-card p{

font-size:18px;

}

}

.review-left {
    text-align: center;
}


.footer-area {
    background: #022359;
    padding: 40px 0 0;
}
.footer-logo img{

    max-width:180px;
    margin-bottom:35px;
}

.footer-social{

    display:flex;
    gap:18px;
}

.footer-social a{

    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0f1f59;
    border:1px solid #d6d9ea;
    border-radius:50%;
    text-decoration:none;
    transition:.35s;
}

.footer-social a:hover{

    background:#0f1f59;
    color:#fff;
    border-color:#0f1f59;
}

.footer-title {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 18px;
}
.footer-contact,
.footer-links{

    list-style:none;
    margin:0;
    padding:0;
}

.footer-contact li, .footer-links li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 15px;
}
.footer-contact i, .footer-links i, .footer-address i {
    color: #ffa556;
    margin-top: 4px;
}
.footer-contact a, .footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover,
.footer-contact a:hover{

    color:#fff;
}

.footer-address{

    display:flex;
    gap:15px;
    color:#333;
    font-size:17px;
}

.footer-address p {
    margin: 0;
    line-height: 1.8;
    color: #fff;
}
.fab {
    color: #ff9800;
}

.footer-bottom {
    margin-top: 20px;
    padding: 8px 0 8px;
    /* border-top: 1px solid #d9dceb; */
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

@media(max-width:991px){

.footer-title{

font-size:28px;

}

.footer-logo{

text-align:center;

}

.footer-social{

justify-content:center;

}

}

@media(max-width:576px){

.footer-area{

padding:50px 0 0;

}

.footer-title{

font-size:24px;

margin-bottom:20px;

}

.footer-bottom{

margin-top:40px;

font-size:15px;

}

}


.about-aervista{

    background:#f8f8f8;
    overflow:hidden;
}

.about-content {
    position: relative;
    padding: 0 0% 0 105px;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Curved Divider */

.about-content::after{

    content:"";

    position:absolute;

    top:0;

    right:-120px;

    width:240px;

    height:100%;


    border-radius:120px;

    z-index:5;
}

/* Tag */

.about-tag{

    font-size:16px;

    font-weight:700;

    color:#0b3b88;

    letter-spacing:4px;

    margin-bottom:20px;
}

/* Heading */

.about-content h2 {
    font-size: 50px;
    line-height: 1.05;
    font-weight: 600;
    color: #0b2d63;
    margin-bottom: 10px;
}

.about-content h2 span{

    display:block;

    color:#b8862d;
}

/* Gold line */

.heading-line {
    width: 70px;
    height: 3px;
    background: #b8862d;
    margin-bottom: 20px;
}
.about-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
    max-width: 620px;
}

/* Signature */

.about-signature {
    margin-top: 20px;
    font-family: cursive;
    font-size: 20px;
    color: #123b82;
    font-weight: 600;
}

/* Plane */

.plane-icon{

    position:absolute;

    right:100px;

    top:150px;

    font-size:34px;

    color:#b8862d;
}

.plane-icon::after{

    content:"";

    position:absolute;

    width:150px;

    height:80px;

    border:2px dashed #d7b67d;

    border-left:none;

    border-bottom:none;

    border-radius:100%;

    left:-130px;

    top:18px;

    transform:rotate(-12deg);
}

/* Image */

.about-image{

    position:relative;


    overflow:hidden;
}

.about-image img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    margin-left: 36px;
}

/* Responsive */

@media(max-width:991px){

.about-content {
	padding: 20px 10px;
	min-height: auto;
}

.about-content::after{

display:none;

}

.about-content h2{

font-size:48px;

}

.about-image{

height:500px;

}

.plane-icon{

display:none;

}

}

@media(max-width:576px){

.about-content h2{

font-size:36px;

}

.about-content p{

font-size:16px;

}

.about-signature{

font-size:22px;

}

.about-image{

height:350px;

}

}


.provide-section{

    background:#fff;
    position:relative;
    overflow:hidden;
}

/* Decorative dots */

.provide-section::before,
.provide-section::after{

    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background-image:radial-gradient(#d8d8d8 1px,transparent 1px);
    background-size:10px 10px;
    opacity:.6;
}

.provide-section::before{

    left:0;
    top:30px;
}

.provide-section::after{

    right:0;
    top:30px;
}

/* Heading */

.heading-line{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:60px;
}

.heading-line span{

    width:70px;
    height:2px;
    background:#c79a3a;
}

.heading-line h2{

    font-size:34px;
    color:#c79a3a;
    font-weight:700;
    margin:0;
    letter-spacing:2px;
    position:relative;
}

.heading-line h2 i{

    display:block;
    font-size:22px;
    margin-top:8px;
}

/* Grid */

.provide-box{

    height:260px;

    padding:35px;

    text-align:center;

    border-right:1px solid #ececec;

    border-bottom:1px solid #ececec;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    transition:.35s;
}

.provide-box:hover{

    background:#fafafa;
}

.provide-grid .col-lg-3:nth-child(4n) .provide-box{

    border-right:none;
}

.provide-grid .col-lg-3:nth-last-child(-n+4) .provide-box{

    border-bottom:none;
}

/* Icon */

.icon-box{

    width:95px;
    height:95px;
    background:#0b3474;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.icon-box i{

    color:#d5a441;
    font-size:40px;
}

.provide-box h5{

    font-size:22px;
    line-height:1.6;
    color:#333;
    font-weight:500;
}

.empty-box{

    background:transparent;
}

@media(max-width:991px){

.provide-box{

height:220px;

border-right:none;

}

.provide-grid .col-md-6:nth-child(odd) .provide-box{

border-right:1px solid #ececec;

}

.provide-grid .col-md-6:nth-last-child(-n+2) .provide-box{

border-bottom:none;

}

.heading-line h2{

font-size:28px;

}

}

@media(max-width:576px){

.heading-line{

gap:12px;

}

.heading-line span{

width:40px;

}

.provide-box{

padding:25px;
height:auto;
min-height:210px;

}

.provide-box h5{

font-size:17px;

}

.icon-box{

width:80px;
height:80px;

}

.icon-box i{

font-size:30px;

}

}


.av-benefits-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.av-benefits-section::before,
.av-benefits-section::after{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background-image:radial-gradient(#d7d7d7 1px, transparent 1px);
    background-size:10px 10px;
    opacity:.5;
}

.av-benefits-section::before{
    left:15px;
    top:20px;
}

.av-benefits-section::after{
    right:15px;
    top:20px;
}

.av-title-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    margin-bottom:60px;
}

.av-line{
    width:70px;
    height:2px;
    background:#c79b39;
}

.av-title{
    color:#c79b39;
    font-size:32px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.av-title i{
    display:block;
    margin-top:8px;
    font-size:20px;
}

.av-benefit-card {
    padding: 0 20px 15px  20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    transition: .35s;
}
.av-benefit-card:hover{
    background:#fafafa;
}

.av-benefit-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /* background: #0c3574; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.av-benefit-icon i {
    color: #002e84;
    font-size: 30px;
}

.av-benefit-card h5 {
    font-size: 15px;
    line-height: 1.6;
    color: #545454;
    /* font-weight: 400; */
    min-height: 72px;
}

.av-benefits-grid .col-lg-3:nth-child(4n) .av-benefit-card{
    border-right:none;
}

.av-benefits-grid .col-lg-3:nth-last-child(-n+4) .av-benefit-card{
     border-bottom: 1px solid #fff;
}

.av-empty-card{
    background:transparent;
}

@media(max-width:991px){

.av-benefit-card{
    height:220px;
    border-right:none;
}

.av-benefits-grid .col-md-6:nth-child(odd) .av-benefit-card{
    border-right:1px solid #fff;
    border-bottom: 1px solid #e9e9e9;
}

.av-benefits-grid .col-md-6:nth-last-child(-n+2) .av-benefit-card{
  
}

.av-title{
    font-size:28px;
}

}

@media(max-width:576px){

.av-title{
    font-size:24px;
}

.av-line{
    width:40px;
}

.av-benefit-card {
	min-height: 158px;
	height: auto;
	padding: 0 25px;
}

.av-benefit-card h5{
    font-size:17px;
}

.av-benefit-icon{
    width:75px;
    height:75px;
}

.av-benefit-icon i{
    font-size:28px;
}

}


/* Color Variables */
:root {
  --navy-blue: #0b2246;
  --gold-accent: #c49a45;
  --light-bg: #f8f9fa;
  --dark-text: #2b303a;
}

/* Background Split Setup */
.mission-vision-section {
    background: linear-gradient(90deg, #d2e4f0 0%, #e2ded8 100%);
    /* min-height: 430px; */
}

.bg-split-left, .bg-split-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
}

.bg-split-left {
  left: 0;
  background-image: url('airplane-bg.jpg'); /* Replace with your left background image */
}

.bg-split-right {
  right: 0;
  background-image: url('hotel-bg.jpg'); /* Replace with your right background image */
}

/* Cards Base */
.mission-card, .vision-card {
  border-radius: 24px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  margin-top: 40px; /* Space for top overlapping icon */
}

.mission-card {
  background-color: var(--navy-blue) !important;
}

.vision-card {
  background-color: #ffffff !important;
}

/* Overlapping Icon Badges */
.badge-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 2.2rem;
  z-index: 2;
}

.badge-dark {
  background-color: var(--navy-blue);
  color: var(--gold-accent);
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.badge-light {
  background-color: #ffffff;
  color: var(--gold-accent);
}

/* Accent Lines */
.divider-line {
  height: 3px;
  width: 50px;
  border-radius: 2px;
}

.bg-gold {
  background-color: var(--gold-accent);
}

.bg-navy {
  background-color: var(--navy-blue);
}

/* Typography & Text */
.text-gold {
  color: var(--gold-accent);
  letter-spacing: 1px;
}

.text-navy {
  color: var(--navy-blue);
  letter-spacing: 1px;
}

.text-dark-gray {
  color: var(--dark-text);
  line-height: 1.65;
  font-size: 0.98rem;
}

.mission-card .card-text {
    line-height: 1.4;
    font-size: 0.98rem;
    margin-bottom: 0;
}
.mission-card ul {
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    font-size: 15px;
}

.mission-vision-section {
    /* background: url(../images/mission-bg.jpg) no-repeat 0 0; */
    padding: 0;
    width: 100%;
    background-size: cover;
    padding-top: 0px;
    background-position: top;
    padding-bottom: 40px;
}
.mission-card  h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 13px !important;
}
.card-body p {
    text-align: justify;
    font-size: 15px;
}
.vision-card h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 13px !important;
}

.about-aervista .heading-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.course-hero {
    padding: 0 0;
    background: #f3f7ff;
    overflow: hidden;
    height: 611px;
}

.course-content {
    /* max-width: 620px; */
    margin-left: auto;
    padding: 0 0 0 106px;
}

.course-label{

    color:#c7972d;
    font-size:18px;
    letter-spacing:5px;
    font-weight:700;
}

.gold-line{

    width:70px;
    height:3px;
    background:#c7972d;
    margin:20px 0 30px;
}

.course-content h1 {
    font-size: 33px;
    font-weight: 600;
    color: #0d2d67;
    line-height: 1.05;
    margin-bottom: 10px;
    margin-top: 35px;
}
.course-content h1 span {
    color: #eb9149;
}

.course-content p{
font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
    max-width: 620px;
}

.course-features{

    
    justify-content:space-between;
    margin-bottom:50px;
}

.feature-item {
    flex: 1;
    text-align: left;
    padding: 0 10px 15px 0;
    /* border-right: 1px solid #ddd; */
}
.feature-item:last-child{

    border:none;
}

.feature-item i {
    font-size: 30px;
    color: #0d2d67;
    margin-bottom: 20px;
}

.feature-item h6 {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    font-weight: 500;
}

.course-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#0d2d67;
    color:#fff;
    padding:18px 40px;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:.35s;
}

.course-btn:hover{

    background:#c7972d;
    color:#fff;
}

.course-image{

}

.course-image::before{

    
}

.course-image::after{

   
}

.course-image img{

    width:100%;
}

@media(max-width:991px){

.course-content {
	padding: 0 8px;
	max-width: 100%;
}

.course-content h1{

font-size:52px;
}

.course-content p {
	font-size: 15px;
}

.course-features{

flex-wrap:wrap;
gap:30px;
}

.feature-item{

width:50%;
border:none;
}

.course-image{

margin-top:40px;
border-radius:40px;
}

.course-image::before,
.course-image::after{

display:none;
}

.course-image img{

height:auto;
}

}

@media(max-width:576px){

.course-content h1{

font-size:40px;
}

.course-features{

display:flex;
grid-template-columns:repeat(2,1fr);
gap:0;
  margin-bottom: 0;
}

.feature-item{

padding:0;
}

.course-btn{

width:100%;
justify-content:center;
}

}

.av-course-list{
    background:#f8f9fb;
}

.av-course-item {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
    overflow: hidden;
    transition: .35s;
    border-radius: 15px;
    margin-bottom: 40px !important;
}

.av-course-item:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

/* Number */

.av-course-no{

    width:70px;

    height:110px;

    background:#fff;

    border-radius:0 0 50px 50px;

    color:#c58a1d;

    font-size:52px;

    font-weight:700;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

/* Icon */

.av-course-icon{

    width:110px;

    height:110px;

    background:#0c2f67;

    border-radius:8px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;
}

.av-course-icon i{

    color:#fff;

    font-size:54px;
}

/* Content */

.av-course-content{

    padding:35px 20px;
}

.av-course-content h2 {
    font-size: 18px;
    color: #0c2f67;
    font-weight: 600;
    margin-bottom: 11px;
}

.av-course-line{

    display:block;

    width:55px;

    height:3px;

    background:#c58a1d;

    margin-bottom:18px;
}

.av-course-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

/* Details */

.av-course-details {
    border-left: 1px solid #ececec;
    padding: 35px 20px 20px;
}

.av-course-details ul{

    list-style:none;

    margin:0;

    padding:0;
}

.av-course-details li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.av-course-details li:last-child{

    margin-bottom:0;
}

.av-course-details i{

    width:30px;

    color:#0c2f67;

    font-size:17px;
}

.av-course-details strong {
    width: 100px;
    font-weight: 600;
    color: #333;
}

.av-course-details span{

    color:#555;
}

/* Responsive */

@media(max-width:991px){

.av-course-no{

margin:30px auto 20px;

}

.av-course-icon{

margin-bottom:20px;

}

.av-course-content{

text-align:center;

padding:20px;

}

.av-course-line{

margin:auto auto 20px;

}

.av-course-details{

border-left:none;

border-top:1px solid #ececec;

margin-top:20px;

}

}

@media(max-width:576px){

.av-course-content h2{

font-size:20px;

}

.av-course-content p{

font-size:16px;

}

.av-course-details li{

font-size:15px;

}

.av-course-details strong{

width:100px;

}

}
.me-3 i {
    color: #1759d5;
}

.welcome-content b {
    font-weight: 500;
}

.why-features .col-lg-3 {
    margin-top: 21px;
}


/* =========================
   Career Opportunities
========================= */

.career-section {
    background: #fff;
}

.career-box {
    display: flex;
    align-items: stretch;
    background: #fff;
    box-shadow: 0 5px 25px rgb(0 0 0 / 15%);
    overflow: hidden;
}

/* Image */
.career-image {
    width: 46%;
    position: relative;
    overflow: hidden;
}
.career-image img

/* Content */
.career-content {
    width: 54%;
    padding: 27px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
    padding-top: 20px;
}
.career-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 18px;
}

/* List */
.career-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.career-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #222;
}
.career-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: #f58220;
    font-size: 15px;
}


/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .career-content {
        padding: 40px;
    }

    .career-content h2 {
        font-size: 28px;
    }

    .career-image img {
        min-height: 520px;
    }

    .career-list li {
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {

    .career-box {
        display: block;
    }

    .career-image,
    .career-content {
        width: 100%;
    }

    .career-image img {
        height: 400px;
        min-height: auto;
    }

    .career-content {
        padding: 35px 25px;
    }

    .career-content h2 {
        font-size: 26px;
    }

    .career-list li {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 575px) {

    .career-image img {
        height: 320px;
    }

    .career-content {
        padding: 30px 20px;
    }

    .career-content h2 {
        font-size: 24px;
    }
}

/* =====================================
   ADMISSION FLOW
===================================== */

.admission-flow-section {
    position: relative;
    padding: 37px 0;
    background-image: url("../images/process-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    /* overflow: hidden; */
    width: 100%;
}

/* =====================================
   HEADING
===================================== */

.admission-flow-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 65px;
}

.admission-flow-heading span {
    display: inline-block;
    color: #f6b51c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.admission-flow-heading h2 {
    color: #ffffff;
    font-size: 38px;
    margin: 0 0 12px;
}

.admission-flow-heading p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    margin: 0;
}


/* =====================================
   FLOW WRAPPER
===================================== */

.admission-flow-wrapper {
    position: relative;
    z-index: 2;
}


/* Horizontal Track */

.admission-flow-track {
    position: absolute;
    top: 82px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
    z-index: 0;
}


/* =====================================
   CARD
===================================== */

.flow-card {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 10px;
}


/* =====================================
   ICON
===================================== */

.flow-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(255, 255, 255, 0.75); */
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    /* background: rgba(15, 25, 35, 0.65); */
    transition: all 0.3s ease;
}

.flow-card:hover .flow-icon {
    background: #f6b51c;
    border-color: #f6b51c;
    color: #111;
    transform: translateY(-6px);
}


/* =====================================
   NUMBER
===================================== */

.flow-count {
    width: 38px;
    height: 38px;
    margin: -4px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6b51c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 700;
    border: 4px solid rgba(255, 255, 255, 0.15);
    text-shadow: 0 0 0 0 #000;
    margin-top: 44px;
    z-index: 9999 !important;
    position: relative;
}


/* =====================================
   CONTENT
===================================== */

.flow-card h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
}

.flow-card p {
    color: rgb(255 255 255 / 65%);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 190px;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .admission-flow-section {
        padding: 70px 0;
    }

    .admission-flow-heading {
        margin-bottom: 50px;
    }

    .admission-flow-heading h2 {
        font-size: 32px;
    }

    .admission-flow-track {
        display: none;
    }

    .flow-card {
        margin-bottom: 45px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 575px) {

    .admission-flow-section {
        padding: 60px 0;
    }

    .admission-flow-heading {
        margin-bottom: 40px;
    }

    .admission-flow-heading h2 {
        font-size: 27px;
    }

    .admission-flow-heading p {
        font-size: 14px;
    }

    .flow-card {
        margin-bottom: 35px;
    }

    .flow-icon {
        width: 70px;
        height: 70px;
        font-size: 26px;
    }

    .flow-card h4 {
        font-size: 16px;
    }

}

/* =====================================================
   AVIATION CAREER FORM SECTION
   Unique CSS - prefixed with av-career-
===================================================== */

.av-career-form-section {
    position: relative;
    padding: 80px 0;
    background: #f6f7f9;
    overflow: hidden;
}


/* =====================================================
   MAIN CARD
===================================================== */

.av-career-form-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.av-career-form-content {
    padding: 55px 55px 60px;
}

.av-career-small-title {
    display: inline-block;
    margin-bottom: 10px;
    color: #e79b18;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.av-career-form-content h2 {
    margin: 0 0 12px;
    color: #18212b;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.av-career-description {
    max-width: 500px;
    margin: 0 0 30px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}


/* =====================================================
   FORM
===================================================== */

.av-career-form {
    width: 100%;
}

.av-career-field {
    margin-bottom: 22px;
}

.av-career-course-field {
    margin-top: 2px;
    margin-bottom: 28px;
}

.av-career-field label {
    display: block;
    margin-bottom: 8px;
    color: #252b32;
    font-size: 14px;
    font-weight: 600;
}

.av-career-field label span {
    color: #e79b18;
}

.av-career-field .form-control,
.av-career-field .form-select {
    width: 100%;
    height: 48px;
    padding: 10px 15px;

    border: 1px solid #e1e5e9;
    border-radius: 7px;

    background-color: #ffffff;
    color: #333;

    font-size: 14px;

    box-shadow: none;
    outline: none;

    transition: all 0.25s ease;
}

.av-career-field .form-control::placeholder {
    color: #a6adb5;
}

.av-career-field .form-control:focus,
.av-career-field .form-select:focus {
    border-color: #e79b18;
    box-shadow: 0 0 0 3px rgba(231, 155, 24, 0.10);
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.av-career-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 160px;
    padding: 13px 23px;

    border: 0;
    border-radius: 7px;

    background: #e79b18;
    color: #ffffff;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.3s ease;
}

.av-career-submit i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.av-career-submit:hover {
    background: #d68c0e;
    transform: translateY(-2px);
}

.av-career-submit:hover i {
    transform: translateX(4px);
}


/* =====================================================
   RIGHT VISUAL
===================================================== */

.av-career-visual {
    position: relative;
    min-height: 610px;

    height: 100%;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #132c42 0%,
            #194c68 50%,
            #0e2738 100%
        );
}


/* Decorative circle */

.av-career-visual::before {
    content: "";

    position: absolute;

    width: 430px;
    height: 430px;

    top: 70px;
    right: -150px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.12);
}

.av-career-visual::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    bottom: -140px;
    left: -100px;

    border-radius: 50%;

    background: rgba(255,255,255,0.04);
}


/* =====================================================
   VISUAL TEXT
===================================================== */

.av-career-visual-content {
    position: absolute;
    z-index: 3;

    top: 55px;
    left: 45px;
}

.av-career-visual-content span {
    display: block;

    margin-bottom: 10px;

    color: #f2b33d;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}

.av-career-visual-content h3 {
    margin: 0;

    color: #ffffff;

    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}


/* =====================================================
   PLANE IMAGE
===================================================== */

.av-career-plane {
    position: absolute;
    z-index: 2;

    width: 92%;
    max-width: 580px;

    bottom: 25px;
    left: 50%;

    transform: translateX(-50%);

    object-fit: contain;

    transition: transform 0.5s ease;
}

.av-career-visual:hover .av-career-plane {
    transform: translateX(-50%) translateY(-8px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .av-career-form-section {
        padding: 60px 0;
    }

    .av-career-form-content {
        padding: 45px 35px;
    }

    .av-career-form-content h2 {
        font-size: 30px;
    }

    .av-career-visual {
        min-height: 480px;
    }

    .av-career-visual-content {
        top: 35px;
        left: 35px;
    }

    .av-career-visual-content h3 {
        font-size: 29px;
    }

    .av-career-plane {
        width: 85%;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .av-career-form-section {
        padding: 45px 0;
    }

    .av-career-form-card {
        border-radius: 12px;
    }

    .av-career-form-content {
        padding: 35px 22px 40px;
    }

    .av-career-form-content h2 {
        font-size: 27px;
    }

    .av-career-description {
        font-size: 14px;
    }

    .av-career-visual {
        min-height: 390px;
    }

    .av-career-visual-content {
        top: 30px;
        left: 25px;
    }

    .av-career-visual-content h3 {
        font-size: 27px;
    }

    .av-career-plane {
        width: 95%;
        bottom: 15px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 575px) {

    .av-career-form-content {
        padding: 30px 18px 35px;
    }

    .av-career-form-content h2 {
        font-size: 24px;
    }

    .av-career-visual {
        min-height: 330px;
    }

    .av-career-visual-content h3 {
        font-size: 24px;
    }

    .av-career-plane {
        width: 100%;
    }
}

.admission-flow-wrapper .col-lg-2 {
    width: 20% !important;
}


.flow-count-line {
    position: absolute;
    display: block;
    background: #fff;
    content: '';
    width: 3px;
    height: 43px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

/* =====================================================
   AVIATION ENQUIRY SECTION
   Unique CSS
===================================================== */

.aviation-enquiry-section {
   
}


/* Main container */

.aviation-enquiry-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}


/* =====================================================
   LEFT PANEL
===================================================== */

.aviation-enquiry-panel {
    height: 100%;
    padding: 0 80px 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Heading */

.aviation-enquiry-panel h2 {
    margin: 0 0 10px;

    color: #090909;

    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}


/* Intro */

.aviation-enquiry-intro {
    margin: 0 0 38px;

    color: #222222;

    font-size: 16px;
    line-height: 1.6;
}


/* =====================================================
   FORM
===================================================== */

.aviation-enquiry-form {
    width: 100%;
    max-width: 500px;
}


/* Input group */

.aviation-input-group {
    margin-bottom: 25px;
}

.aviation-input-group label {
    display: block;

    margin-bottom: 9px;

    color: #171717;

    font-size: 15px;
    font-weight: 500;
}

.aviation-input-group label span {
    color: #bd3d32;
}


/* Inputs */

.aviation-input {
    display: block;

    width: 100%;
    height: 45px;

    padding: 8px 14px;

    border: 1px solid #e1d8d1;
    border-radius: 0;

    background: #ffffff;

    color: #333333;

    font-size: 14px;

    outline: none;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);

    transition: border-color .25s ease,
                box-shadow .25s ease;
}

.aviation-input:focus {
    border-color: #17499b;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.08),
        0 0 0 2px rgba(23, 73, 155, 0.08);
}


/* Select */

.aviation-select {
    appearance: auto;
    cursor: pointer;
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.aviation-enquiry-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 200px;
    height: 50px;

    margin-top: 10px;

    border: none;
    border-radius: 8px;

    background: #06439b;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: .3px;

    cursor: pointer;

    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.aviation-enquiry-button:hover {
    background: #053477;

    transform: translateY(-2px);

    box-shadow: 0 8px 18px rgba(6, 67, 155, .20);
}


/* =====================================================
   RIGHT IMAGE
===================================================== */

.aviation-enquiry-image {
    width: 100%;
    height: 100%;
    min-height: 620px;

    overflow: hidden;

    background: #eeeeee;
}

.aviation-enquiry-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .6s ease;
}

.aviation-enquiry-image:hover img {
    transform: scale(1.03);
}


/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1199px) {

    .aviation-enquiry-panel {
        padding: 50px 55px;
    }

    .aviation-enquiry-panel h2 {
        font-size: 34px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .aviation-enquiry-section {
        padding: 50px 0;
    }

    .aviation-enquiry-panel {
        padding: 45px 40px 50px;
    }

    .aviation-enquiry-form {
        max-width: 100%;
    }

    .aviation-enquiry-image {
        min-height: 500px;
        height: 500px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .aviation-enquiry-section {
        padding: 35px 0;
    }

    .aviation-enquiry-container {
        padding: 0 12px;
    }

    .aviation-enquiry-panel {
        padding: 35px 25px 40px;
    }

    .aviation-enquiry-panel h2 {
        font-size: 28px;
    }

    .aviation-enquiry-intro {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .aviation-enquiry-image {
        height: 400px;
        min-height: 400px;
    }

    .aviation-enquiry-button {
        width: 180px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 575px) {

    .aviation-enquiry-panel {
        padding: 30px 18px 35px;
    }

    .aviation-enquiry-panel h2 {
        font-size: 25px;
    }

    .aviation-input-group {
        margin-bottom: 20px;
    }

    .aviation-enquiry-image {
        height: 330px;
        min-height: 330px;
    }

}

.owl-nav {
    display: none !important;
}

.hospitality-gallery {
    padding: 70px 0;
    background: #fff;
}

.gallery-heading span {
    color: #e39b19;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.gallery-heading h2 {
    color: #172d42;
    font-size: 36px;
    font-weight: 700;
    margin: 8px 0 12px;
}

.gallery-heading p {
    color: #777;
    font-size: 15px;
    margin: 0;
}

.gallery-item {
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}


/* Owl Navigation */

.simple-gallery .owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.simple-gallery .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd !important;
    border-radius: 50%;
    background: #fff !important;
    color: #333 !important;
    font-size: 18px !important;
}

.simple-gallery .owl-nav button:hover {
    background: #e39b19 !important;
    border-color: #e39b19 !important;
    color: #fff !important;
}

.simple-gallery .owl-dots {
    margin-top: 15px;
}

.simple-gallery .owl-dot span {
    width: 8px !important;
    height: 8px !important;
}


/* Mobile */

@media (max-width: 767px) {

    .hospitality-gallery {
        padding: 50px 0;
    }

    .gallery-heading h2 {
        font-size: 28px;
    }

    .gallery-item {
        height: 250px;
    }

}



/* =====================================================
   HOSPITALITY INTRO SECTION
===================================================== */

.hotel-intro-section {
    width: 100%;
    overflow: hidden;
    background: #f7f4ef;
    height: 400px;
}


/* =====================================================
   LEFT CONTENT
===================================================== */
.hotel-intro-content {
    padding: 34px 8% 70px 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Small heading */

.hotel-label {
    margin-bottom: 17px;

    color: #a87927;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 4px;
}


/* Main heading */

.hotel-intro-content h2 {
    margin: 0;
    color: #20384b;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
}

.hotel-intro-content h2 span {
    color: #db7600;
}

/* Decorative line */

.hotel-title-line {
    position: relative;

    width: 75px;
    height: 4px;

    margin: 22px 0 25px;

    background: #b9852c;
}

.hotel-title-line::after {
    content: "";

    position: absolute;

    left: 85px;
    top: 1px;

    width: 35px;
    height: 2px;

    background: #20384b;
}


/* Paragraph */

.hotel-intro-content p {
    max-width: 650px;

    margin: 0 0 12px;

    color: #4d555b;

    font-size: 15px;
    line-height: 1.75;
}


/* Bottom statement */

.hotel-intro-content h4 {
    margin: 18px 0 0;

    color: #24455d;

    font-size: 22px;
    line-height: 1.45;

    font-weight: 700;

    font-style: italic;
}


/* =====================================================
   IMAGE AREA
===================================================== */

.hotel-intro-image {
    position: relative;

}


/* Image */

.hotel-intro-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.hotel-intro-image:hover img {
    transform: scale(1.04);
}


/* =====================================================
   ANGLED IMAGE EFFECT
===================================================== */

.hotel-intro-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: -75px;
    top: -10%;
    width: 150px;
    /* height: 120%; */
    background: #f7f4ef;
    /* transform: rotate(9deg); */
}

/* =====================================================
   IMAGE OVERLAY
===================================================== */

.hotel-intro-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(20, 35, 45, 0.65)
        );
}


/* =====================================================
   IMAGE CAPTION
===================================================== */

.hotel-image-caption {
    position: absolute;

    z-index: 4;

    right: 35px;
    bottom: 35px;

    max-width: 300px;

    text-align: right;
}

.hotel-image-caption span {
    display: block;

    margin-bottom: 8px;

    color: #e0b35d;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}

.hotel-image-caption strong {
    color: #ffffff;

    font-size: 22px;
    line-height: 1.3;

    font-weight: 600;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .hotel-intro-content {
        min-height: auto;

        padding: 65px 8%;
    }

    .hotel-intro-image {
        min-height: 550px;
    }

    .hotel-intro-image::before {
        display: none;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .hotel-intro-content {
        padding: 50px 25px;
    }

    .hotel-label {
        font-size: 11px;
        letter-spacing: 2.5px;
    }

    .hotel-intro-content h2 {
        font-size: 35px;
    }

    .hotel-intro-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .hotel-intro-content h4 {
        font-size: 19px;
    }

    .hotel-intro-image {
        min-height: 430px;
    }

    .hotel-image-caption {
        right: 22px;
        bottom: 25px;
    }

    .hotel-image-caption strong {
        font-size: 19px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 575px) {

    .hotel-intro-content {
        padding: 45px 20px;
    }

    .hotel-intro-content h2 {
        font-size: 31px;
    }

    .hotel-intro-image {
        min-height: 360px;
    }

}
.h-410 {
    height: 410px !important;
}


.career-opportunities {
    background: #e2ecff;
}

.career-subtitle {
    display: inline-block;
    color: #e3a126;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.career-title {
    font-size: 42px;
    font-weight: 700;
    color: #14213d;
    margin-bottom: 15px;
}

.career-title span {
    color: #e3a126;
}

.career-desc {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.8;
}

.career-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    min-height: 105px;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #eeeeee;
}

.career-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.career-icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3a126;
    color: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s ease;
}

.career-card:hover .career-icon {
    background: #14213d;
    transform: rotate(8deg);
}

.career-card h5 {
    margin: 0;
    color: #14213d;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .career-title {
        font-size: 30px;
    }

    .career-card {
        min-height: 90px;
        padding: 18px;
    }

    .career-card h5 {
        font-size: 15px;
    }
}

.hospitality-gallery .col-md-3 {
    margin-bottom: 20px;
}
 
 
 /*form */
 
 .admission-form {
            max-width: 1000px;
            margin: 30px auto;
            background: #fff;
            padding: 20px;
            border: 1px solid #ddd;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        }

        .section-title {
            background: #062b65;
            margin-top:20px;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
           font-family: 'Outfit', sans-serif;
            padding: 5px 10px;
            display: inline-block;
            margin-bottom: 10px;
            border-radius: 2px;
        }

        .section-title span {
            color: #ff6b00;
        }

        .form-label {
            font-size: 15px;
            font-weight: 600;
            font-family:"Jost", sans-serif;
            color: #062b65;
            margin-bottom: 2px;
        }
          
          .application{
              background:#fcf1dc;
          }
          
        .form-control,
        .form-select {
            height: 30px;
            border: 0;
            border-bottom: 1px solid #999;
            border-radius: 0;
            padding: 2px 5px;
            font-size: 11px;
            box-shadow: none !important;
        }

        .form-control:focus,
        .form-select:focus {
            border: 1px solid #ccc !important;
    box-shadow: none !important;
    outline: none !important;
        }

        textarea.form-control {
            height: 60px;
            resize: none;
        }
        .form-control{
        padding: 20px 14px !important;}
        .photo-box {
            width: 110px;
            height: 130px;
            border: 1px solid #062b65;
            margin-left: auto;
            text-align: center;
            padding: 8px;
            border-radius: 5px;
        }

        .photo-box img {
            width: 55px;
            height: 65px;
            object-fit: cover;
            opacity: .5;
        }

        .photo-box p {
            font-size: 9px;
            margin: 5px 0;
        }

        .education-table th,
        .education-table td {
            font-size: 15px;
            padding: 4px;
            border: 1px solid #aaa;
            font-family:"Jost", sans-serif;
        }

        .education-table th {
            background: #f1f1f1;
            text-align: center;
        }

        .education-table input {
            width: 100%;
            border: 0;
            font-size: 13px;
            outline: none;
        }

        .document-box {
            border: 1px solid #ddd;
            padding: 12px;
            background: #fafafa;
            border-radius: 5px;
        }

        .document-item {
            margin-bottom: 12px;
        }

        .document-item label {
            font-size: 15px;
            font-weight: 600;
            font-family:"Jost", sans-serif;
            color: #062b65;
            margin-bottom: 4px;
        }

        .document-item .form-control {
            height: 34px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .declaration {
            border: 1px solid #aaa;
            padding: 10px;
            font-size: 15px;
            line-height: 1.5;
        }

        .declaration-title {
            background: #062b65;
            color: #fff;
            display: inline-block;
            padding: 4px 10px;
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .required {
            color: red;
        }

        .submit-btn {
            background:#ff6b00 ;
            border: none;
            padding: 10px 35px;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            border-radius: 4px;
            font-family:"Jost", sans-serif;
        }

        .submit-btn:hover {
            background: #062b65;
        }

        @media(max-width: 767px) {

            .admission-form {
               
                padding: 12px;
            }

            .photo-box {
                margin: 15px auto;
            }

            .section-title {
                font-size: 15px;
            }

            .form-label {
                font-size: 14px;
            }

            .education-table {
                min-width: 650px;
            }

            .table-responsive {
                overflow-x: auto;
            }


.form-headings h2 {
    margin: 0;
    font-size: 27px;
    font-weight: 800;
    color:#062b65;
    line-height:38px;
    letter-spacing: 1px;
   text-align:center;
}

a{
    text-decoration: none !important;
}

@media (max-width: 767px) {

    .personal-details {
        order: 2;
    }

    .photo-section {
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }

}
.form-check-input{
        border: var(--bs-border-width) solid #005ebc !important;
}

