@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
	margin: 0;
	padding: 0;
	outline: 0;
	scroll-behavior: smooth;
}

body {
	font-family: "Nunito Sans", sans-serif;
	overflow-x: hidden;
}


ul li,
ol li {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

ul,
ol {
	padding-left: 2%;
}


.btn-style-one img {
	padding-right: 10px;
}

.btn-style-one {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	background: #7c1415;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 50px;
	transition: all ease .3s;
}

.btn-style-one:hover {
	color: #fff;
	background: #620f11;
}

.btn-style-two {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	background: #f79517;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 65px;
	border-radius: 6px;
	transition: all ease .3s;
}

.btn-style-two:hover {
	color: #000;
	background: #fff;
}
.btn-style-three {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	background: #7c1415;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 65px;
	border-radius: 6px;
	transition: all ease .3s;
}

.btn-style-three:hover {
	color: #fff;
	background: #620f11;
}

/* banner starts */

section.banner-section {
	position: relative;
	height: calc(100vh + 100px);
	overflow: hidden;
}
section.banner-section .logo img {
    width: 100%;
}
div#carouselExampleIndicators .carousel-inner:before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #04000070;
    z-index: 1; */
}
section.banner-section .carousel-inner img {
	width: 100%;
	height: calc(100vh + 100px);
	object-fit: cover;
}

section.banner-section .bannerAbs {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	width: 100%;
}

section.banner-section .head-content {
	position: relative;
	padding: 20px;
}

section.banner-section .logo {
	width: 250px;
}

section.banner-section .banner-caption {
	color: #000;
	font-weight: 600;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
	padding: 30px 20px;
}

section.banner-section .banner-caption h1 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

section.banner-section .banner-caption h1 span {
	display: block;
	color: #f79517;
	font-weight: 700;
	font-size: 42px;
}

section.banner-section .banner-caption p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

section.banner-section .banner-caption h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
hr.rule-one {
    border-color: #fff;
}
section.banner-section .banner-caption h2 hr {
	border-color: #fff;
	margin: 10px 0;
}

section.banner-section .banner-caption h3 {
	font-weight: 800;
	color: #fff;
	margin-top: 20px;
	animation-iteration-count: infinite;
	font-size: 30px;
	margin-bottom: 15px !important;
	background: linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(128, 7, 13, 0) 100%);
}

section.banner-section .banner-caption h3 span {
	display: inline-block;
	font-size: 45px;
	background: no-repeat;
	padding: 0;
}


/* banner ends */


/* helpline no section starts */
section.helpline-section {
	padding: 60px 0;
	background: #000;
}

section.helpline-section h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}

section.helpline-section a {
	font-size: 20px;
	padding: 10px 50px;
}

/* helpline no section ends */

/* counselling section starts */
section.counselling-section {
	position: relative;
	background: #7c1415;
    overflow: hidden;
}

section.counselling-section .conselling-box {
	padding: 60px 25px;
}

section.counselling-section .conselling-box h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}

section.counselling-section .conselling-box h3 {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}

section.counselling-section .conselling-box p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
}

/* counselling section ends */


/* table section starts */

section.table-section {
	position: relative;
	padding: 60px 0;
}

section.table-section table thead {
	background-color: #7c1415;
	color: #fff;
}

section.table-section ul li {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 15px;
}

section.table-section .table td {
	color: #000;
	font-weight: 500;
	font-size: 16px;
}

section.table-section .table th {
	font-weight: 700;
	font-size: 16px;
}


/* table section ends */

/* process section starts */
section.process-section {
	position: relative;
	padding: 0 0 60px;
}

section.process-section li {
	line-height: normal;
	margin-bottom: 15px;
	font-size: 18px;
}

section.process-section ul {
	list-style: none;
	padding: 0;
}

section.process-section ul li h4 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

section.process-section ul li p {
	font-size: 18px;
	margin-left: 25px;
	font-weight: 500;
	color: #000;
}

/* process section ends */

/* Now Accepting JET section starts */
section.accepting-section {
	position: relative;
	background: #7c1415;
	padding: 60px 0;
}

section.accepting-section h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

section.accepting-section p {
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 35px;
}

/* Now Accepting JET section ends */

footer {
	background: #000000;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
}


/* call button start  */

.CallButton {
	position: fixed;
	bottom: 30px;
	z-index: 99;
	right: 30px;
	box-shadow: 0 0 10px #ddd;
	/* background-color: var(--whiteColor); */
	background: #000;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.CallButton a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
}

.CallButton a:hover {
	text-decoration: none;
	color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
	position: fixed;
	bottom: 40%;
	z-index: 99;
	right: 0;
	box-shadow: 0 0 10px #ddd;
	background: #000;
	border-radius: 8px 0px 0px 8px;
	width: 40px;
	height: 100px;
	padding: 10px 10px 10px 20px;
	text-align: center;
	overflow: hidden;
}

.applyNowButton a {
	display: flex;
	color: #fff;
	transform: rotate(270deg);
	justify-content: center;
	height: 100%;
	white-space: nowrap;
	width: 100%;
	align-items: center;
}

.applyNowButton a h5 {
	font-size: 14px;
}

.applyNowButton a:hover {
	text-decoration: none;
	color: #fff;
}

.applyNowButton a img {
	max-width: 90%;
}

/* Apply Now  button end  */


@media only screen and (max-width: 991.98px) {
.contact-no {
    display: none;
}
.banner-caption {
        margin-top: 20px;
        position: relative;
    }
section.accepting-section h2 {
    font-size: 32px;
}
section.banner-section .carousel-inner img {
    height: auto;
    margin-top: 0;
}

section.banner-section .logo {
    width: 200px;
}
section.banner-section .bannerAbs {
    position: relative;
}
section.banner-section .banner-caption {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgb(0 0 0));
    padding: 15px 15px;
}
section.banner-section {
    height: auto;
}



}

@media only screen and (max-width: 767.98px) {
section.banner-section .head-content {
    padding: 15px;
}

    section.banner-section .logo {
        width: 150px;
    }
section.banner-section .banner-caption h1 {
    font-size: 16px;
}
section.banner-section .banner-caption h1 span {
    font-size: 24px;
    margin-top: 8px;
}
section.banner-section .banner-caption p {
    font-size: 14px;
}
section.banner-section .banner-caption h2 {
    font-size: 16px;
}
section.helpline-section h2 {
    font-size: 24px;
}
section.helpline-section a {
    font-size: 18px;
    display: block;
    margin-top: 15px;
}
section.counselling-section .conselling-box h2 {
    font-size: 26px;

}
section.counselling-section .conselling-box h3 {
    font-size: 20px;
}
section.counselling-section .conselling-box p {
    font-size: 14px;
}
section.table-section h2 {
    font-size: 22px;
}
section.table-section .table th,
section.table-section .table td {
    font-size: 14px;
}
section.process-section h2 {
    font-size: 22px;
}
section.process-section ol {
    margin-left: 20px;
}
section.process-section li {
    margin-bottom: 10px;
    font-size: 14px;
}
section.process-section ul li h4 {
    font-size: 18px;
}
section.process-section ul li p {
    font-size: 14px;
    margin-left: 15px;
}
section.accepting-section h2 {
    font-size: 22px;
}
section.accepting-section p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: normal;
}
.btn-style-two {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #f79517;
    display: block;
    text-transform: uppercase;
    padding: 15px 15px;
    border-radius: 6px;
    transition: all ease .3s;
}
.btn-style-three {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
}
    section.banner-section .carousel-inner img {
        height: 250px;
        margin-top: 0;
    }
}



/* form css starts */
section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    border: 0px solid #fff;
    padding: 15px 0px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px #00000042;
    margin-bottom: 20px;
}
section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
section.banner-section #ctpl-submit-btn {
    background: #7c1415;
    display: block;
    width: 100% !important;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #7c1415;
    transform: scale(1);
    transition: all ease .3s
}
section.banner-section #ctpl-submit-btn:hover {
    background: #7c1415;
    display: block;
    width: 100% !important;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #7c1415;
    transform: scale(0.9);
}
section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}
section.banner-section #ctpl-terms-cont {
    display: flex;
    align-items: self-start;
    padding: 0;
    line-height: normal;
}
section.banner-section #ctpl-terms-cont input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
/* form css end */


