@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*------common------*/
:root {
	--color-blue: #003957;
	--color-brown: #7B1113;
	--color-white: #fff;
	--color-black: #000;
}

body {
	font-family: "Lato", serif;
	font-size: 16px;
}

h1,
.h1 {
	font-size: 45px;
	font-weight: 600
}

@media (max-width:991px) and (min-width:576px) {

	h1,
	.h1 {
		font-size: 36px;
	}
}

@media (max-width:575px) {

	h1,
	.h1 {
		font-size: 20px;
	}
}

h2 {
	font-size: 40px;
	font-weight: 700;
	line-height:50px;
}

h3,
.h3 {
	font-size: 43px;
	font-weight: 700
}

h4,
.h4 {
	font-size: 33px;
	font-weight: 700
}

h5 {
	font-size: 21px;
	font-weight: 400;
	line-height:32px
}

h6,
.h6 {
	font-size: 18px;
	font-weight: 400;
}

p,
a {
	font-weight: 400;
	font-size: 16px;
}

ul {
	list-style: none;
}

a,
a:hover,
a:focus {
	text-decoration: none !important;
}

.spacing-verticle {
	padding: 50px 0px;
	margin: 50px 0px;
}

.padding-verticle {
	padding: 50px 0px;
}

.spacing-top {
	padding-top: 50px;
	margin-top: 50px;
}

.padding-top {
	padding-top: 50px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.spacing-bottom {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.padding-bottom {
	padding-bottom: 50px;
}

.bg-blue {
	background: var(--color-blue);
	color: var(--color-white)
}

	.bg-blue a {
		color: var(--color-white)
	}

.bg-brown {
	background: var(--color-brown);
	color: var(--color-white)
}

	.bg-brown a {
		color: var(--color-white)
	}

.text-brown {
	color: var(--color-brown);
}
/* .card .text-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
} */
.btn-brown {
	background: var(--color-brown);
	color: var(--color-white);
	padding: 12px 31px;
	box-shadow: inset 0px 0px 0px 0px rgba(123, 17, 19, 0.25);
	border-radius: 50px;
	border: 0;
	width: fit-content;
	display: block;
	transition: all 0.5s ease-in-out;
}

	.btn-brown:hover {
		border: 0;
		background: var(--color-white);
		color: var(--color-brown);
		box-shadow: inset 2px 3px 12px 0px rgba(123, 17, 19, 0.25);
	}

.btn-white {
	background: var(--color-white) !important;
	color: var(--color-brown) !important;
	padding: 12px 31px;
	box-shadow: 0px 0px 0px 0px rgba(123, 17, 19, 0);
	border-radius: 50px;
	border: 1px solid #fff0;
	width: fit-content;
	display: block;
	transition: all 0.5s ease-in-out;
}

	.btn-white:hover {
		border: 1px solid #fff;
		background: #6E0002 !important;
		color: var(--color-white) !important;
		box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.2);
	}

/*------header------*/
.nav-logo,
.offcanvas-logo {
	max-width: 172px;
}

@media (max-width:767px) {

	.nav-logo,
	.offcanvas-logo {
		max-width: 120px;
	}
}

.bottom-header {
	background-color: var(--color-white);
}

.navbar-toggler {
	filter: invert(1);
	border: 2px solid var(--color-black);
	transform: scale(0.8);
}

.nav-item {
	color: var(--color-black);
}

	.nav-item .nav-link {
		transition: all 0.5s ease-in-out;
		color: var(--color-black);
	}

	.nav-item:hover .nav-link {
		color: var(--color-brown);
	}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.2);
}

/*------footer------*/

.bg-top {
	height: 50px;
}

.icon-bar {
	width: 186px
}


.list_disc {
	list-style: disc;
	text-align: left;
}
/* Inner Banner */
#inner_banner .content, #hero_banner .content {
	position: absolute;
	left: 0;
}
#inner_banner img {
	min-height: 360px;
	object-fit: cover;
}
#hero_banner img {
	min-height: 460px;
	object-fit: cover;
}
	#inner_banner h1 {
		max-width: 500px;
	}
#hero_banner .content_h {
	max-width: 400px;
}

@media (max-width:992px) {
	#inner_banner h1, #hero_banner .content_h {
		max-width: unset;
		align-items:center
	}
	#inner_banner .content, #hero_banner .content {
		position: unset;
		padding: 40px 0;
		text-align: center
	}
	#hero_banner img {
		min-height: 300px;
		object-fit: cover;
	}
}

#course-content .nav-link.active {
	background: #003957;
	color:#fff;
}
#course-content .nav-link {
	background: #fff;
	border-radius: 0px;
	margin-bottom: 15px;
	color: #003957;
	border: 1px solid #003957;
	padding:15px 10px;
}
@media (min-width: 1400px) {
	#Adaptations .one {
		padding-left: calc((100vw - 1320px) / 2);
		padding-right: 20px;
	}

	#Adaptations .two {
		padding-right: calc((100vw - 1320px) / 2);
		padding-left: 20px;
	}
}
@media (max-width: 1400px) {
	#Adaptations .one {
		padding-left: calc((100vw - 1140px) / 2);
		padding-right: 20px;
	}

	#Adaptations .two {
		padding-right: calc((100vw - 1140px) / 2);
		padding-left: 20px;
	}
}
@media (max-width: 1200px) {
	#Adaptations .one {
		padding-left: calc((100vw - 960px) / 2);
		padding-right: calc((100vw - 960px) / 2);
	}

	#Adaptations .two {
		padding-right: calc((100vw - 960px) / 2);
		padding-left: calc((100vw - 960px) / 2);
	}
}

	@media (max-width:992px) {
		#Adaptations .one {
			padding-left: 20px;
			padding-right: 20px;
		}

		#Adaptations .two {
			padding-right: 20px;
			padding-left: 20px;
		}
	}
.gallery img{
	cursor:zoom-in;
}
.news img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}


a.active {
	color: #7b1113 !important;
	font-weight:600;
}
footer a.active {
	color: #fff !important;
	font-weight: 900;
}
.btn-brown.active {
	color: #fff !important;
}
.btn-brown:hover {
	color: #7b1113 !important;
}
.text-blue {
	color: #003957;
}

/*.gsa {
	max-width: 200px;
	max-height: 200px;
}*/

@media (max-width:1199px) and (min-width:992px) {
	h5.training-heading {
		min-height: 51px;
	}
}

@media (min-width:1200px) {
	.video-play-button {
		top: 37%;
	}
}

@media (max-width:767px) and (min-width:576px) {
	.video-play-button {
		top: 30%;
	}

		.video-play-button img {
			width: 50px !important;
			height: 50px !important;
		}
}

@media (max-width:575px) {
	.video-play-button {
		top: 30%;
	}

		.video-play-button img {
			width: 50px !important;
			height: 50px !important;
		}
}

.video-play-button {
	text-align: center;
	top: 37%;
	width: 100%;
}

	.video-play-button img {
		width: 100px;
		height: 100px;
		border-radius: 50px;
		animation: shadow-pulse 1.3s infinite ease-in-out;
	}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
	}

	100% {
		box-shadow: 0 0 7px 25px rgba(0, 112, 244, 0);
	}
}

.input-group i {
	color: #7e7e7e !important; /* Default icon color */
}

.input-group-text {
	background: #fff;
	border: unset;
	border-radius: 0;
	padding: 15px;
	color: #7e7e7e; /* Default color */
}

input {
	border: unset !important;
	color: #7e7e7e; /* Default text color */
}
.form-select {
	color: #656667;
}
.input-group {
	border: 1px solid #7e7e7e;
}

	/* Style changes on input focus */
	.input-group input:focus {
		outline: none;
		color: #7b1113; /* Text color on focus */
		border-color: #7b1113 !important;
	}

	/* Full border change on input focus */
	.input-group:focus-within {
		border-color: #7b1113 !important;
	}

		/* Icon color change on input focus */
		.input-group:focus-within .input-group-text {
			color: #7b1113 !important;
		}

	/* Icon and placeholder color change on input focus */
	.input-group input:focus::placeholder {
		color: #7b1113; /* Placeholder color on focus */
	}

	.input-group:focus-within i {
		color: #7b1113 !important; /* Icon color on focus */
	}
.form-control:focus, .form-select:focus {
	box-shadow: unset;
}
.form-select, .form-control {
	border-left: unset !important;
	border: unset;
}

.contact_box{
	padding:30px 20px;
}

#subscribe .input-group {
	background:#fff;
	border-radius:25px;
}
#subscribe .input-group-text {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#scroll-top {
	display: inline-block;
	background-color: #7b1113;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 10px;
	right: 15px;
	transition: background-color .3s,opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	padding-top: 5px
}

	#scroll-top::after {
		content: "\f062 ";
		font-family: FontAwesome;
		font-size: 1.4rem;
		line-height: 40px;
		color: #fff;
	}

	#scroll-top:hover {
		cursor: pointer
	}

	#scroll-top.show {
		opacity: 1;
		visibility: visible;
	}

@media(max-width:742px) {
	#scroll-top {
		display: none
	}
}