﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #53575a;
}

.p-0 {
	padding: 0;
}

.row-aligned {
	display: flex;
	flex-flow: row wrap;
}

.row-reverse {
	flex-direction: row-reverse;
}

.main-heading {
	text-align: center;
	margin-bottom: 40px;
}

	.main-heading h2 {
		text-transform: uppercase;
		font-size: 50px;
		font-weight: 600;
		letter-spacing: 20px;
		margin-top: 20px;
	}

	.main-heading h5 {
		font-weight: 700;
		font-size: 24px;
	}

.learn-btn {
	text-transform: uppercase;
	padding: 10px 30px;
	display: inline-block;
	background: #fff;
	color: #53575a;
	font-weight: 500;
	font-size: 12px;
	margin-top: 40px;
}

.event-learn-btn {
	margin-top: 0px !important;
}
	.logo-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}

	.logo-sec img {
		max-width: 50px;
		margin-right: 18px;
	}

	.logo-sec h4 {
		margin: 0;
		font-size: 24px;
		text-transform: capitalize;
		font-weight: 400;
	}

.sec-content {
	text-align: center;
	padding: 40px;
}

	.sec-content h2 {
		color: #53575a;
		font-size: 26px;
		text-transform: uppercase;
		line-height: 30px;
		margin-bottom: 30px;
		margin-top: 10px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.sec-content ul {
		text-align: left;
		max-width: 560px;
		margin: 0 auto;
		margin-left: 0px;
	}

		.sec-content ul li {
			margin-top: 5px;
		}

	.sec-content .show-more {
		border-bottom: 2px solid #53575a;
		font-weight: 500;
	}

	.sec-content .sec-con-text {
		min-height: 160px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
.more-detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-sec {
	margin-top: 50px;
}

	.contact-sec span {
		padding: 6px 20px;
		display: inline-block;
	}

		.contact-sec span:first-child {
			border-right: 2px solid #53575a;
		}

		.contact-sec span a {
			font-size: 18px;
			font-weight: 600;
			color: #53575a;
			display: flex;
		}

			.contact-sec span a:hover {
				text-decoration: none;
			}

			.contact-sec span a i {
				font-size: 25px;
				margin-right: 10px;
			}

.show-more {
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	max-width: 80px;
	margin: 0 auto;
	margin-top: 20px;
}

.head-sec {
	background-color: #e5e5e5;
	padding: 30px;
}

	.head-sec h2 {
		font-size: 45px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 5px;
		text-align: center;
		color: #53575a;
		margin: 0;
	}

.vid-sec {
	margin: 40px 0;
}

/*Section 01 Starts*/

.sec-01 {
	margin-bottom: 50px;
}

	.sec-01 .sec-main-img {
	}

		.sec-01 .sec-main-img img {
			min-width: 100%;
			min-height: 100%;
			object-fit: cover;
			object-position: center;
		}

	.sec-01 .sec-content {
		background-color: #def2fa;
		min-height: calc(100% - 80px);
	}

/*Section 01 Ends*/

/*Section 02 Starts*/

.sec-02 {
	margin-bottom: 50px;
}

	.sec-02 .sec-main-img {
	}

		.sec-02 .sec-main-img img {
			min-width: 100%;
			min-height: 100%;
			object-fit: cover;
			object-position: center;
		}

	.sec-02 .sec-content {
		background-color: #eff7e2;
	}

/*Section 02 Ends*/

/*Section 03 Starts*/

.sec-03 {
	margin-bottom: 50px;
}

	.sec-03 .sec-main-img {
	}

		.sec-03 .sec-main-img img {
			min-width: 100%;
			min-height: 100%;
			object-fit: cover;
			object-position: center;
			max-height: 540px;
		}

	.sec-03 .sec-content {
		background-color: #def2fa;
	}

/*Section 03 Ends*/


/*Section 04 Starts*/

.sec-04 {
	margin-bottom: 50px;
}

	.sec-04 .sec-main-img {
	}

		.sec-04 .sec-main-img img {
			min-width: 100%;
			min-height: 100%;
			object-fit: cover;
			object-position: center;
			max-height: 600px;
		}

	.sec-04 .sec-content {
		background-color: #eff7e2;
	}

/*Section 04 Ends*/


/*Section 05 Starts*/

.sec-05 {
	margin-bottom: 50px;
}

	.sec-05 .sec-main-img {
	}

		.sec-05 .sec-main-img img {
			min-width: 100%;
			min-height: 100%;
			object-fit: cover;
			object-position: center;
		}

	.sec-05 .sec-content {
		background-color: #def2fa;
	}

/*Section 05 Ends*/


/*Section 06 Starts*/

.sec-06 {
	margin-bottom: 50px;
}

	.sec-06 .sec-content h2 {
		margin-bottom: 10px;
	}

	.sec-06 .learn-btn {
		font-size: 18px;
		margin-top: 20px;
	}


	.sec-06 .contact-sec {
		margin-top: 30px;
	}

	.sec-06 .sec-main-img {
	}

		.sec-06 .sec-main-img img {
			min-width: 100%;
			min-height: 100%;
			object-fit: cover;
			object-position: center;
			max-height: 600px;
		}

	.sec-06 .sec-content .sec-con-text {
		min-height: unset;
		display: unset;
		flex-direction: column;
		justify-content: center;
	}


	.sec-06 .sec-content {
		background-color: #eff7e2;
		padding-bottom: 200px;
	}

.bottom-img {
	position: relative;
	margin-top: -170px;
	padding: 0 50px;
}


/*Section 06 Ends*/


/*Branches Starts*/

.branches {
	padding: 50px 0;
}

	.branches .branch-item {
		text-align: center;
	}

		.branches .branch-item img {
			margin: 0 auto;
			width: 100%;
			max-width: 330px;
			border: 1px solid #000;
			padding: 15px;
			max-height: 410px;
			object-fit: cover;
			object-position: center;
		}

		.branches .branch-item h4 {
			color: #53575a;
			font-size: 26px;
			text-transform: uppercase;
			line-height: 30px;
			margin-bottom: 30px;
			margin-top: 10px;
			font-weight: 700;
			letter-spacing: 1px;
			max-width: 340px;
			margin: 25px auto 20px;
		}

		.branches .branch-item a {
			text-transform: uppercase;
			padding: 10px 20px;
			display: inline-block;
			background: #dddddd;
			color: #53575a;
			font-weight: 700;
			font-size: 16px;
		}

/*Branches Ends*/


/*Event Sec Starts*/

.event-sec {
	padding: 40px 0;
}

	.event-sec .sec-content {
		background-color: #def2fa;
		min-height: 576px;
		max-height: 576px;
	}
@media (max-width: 992px) {
	.event-sec .sec-content {
		min-height: 100%;
		max-height: 100%;
	}
}

		.event-sec .sec-content h2 {
			color: #53575a;
			font-size: 50px;
			line-height: 60px;
			margin-bottom: 30px;
			margin-top: 10px;
			font-weight: 700;
			letter-spacing: 1px;
		}

	.event-sec .sec-main-img img {
		min-width: 100%;
		width: 100%;
		max-height: 576px;
	}


.event-time {
}

	.event-time span {
		padding: 6px 20px;
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}

		.event-time span a {
			font-size: 22px;
			font-weight: 400;
			color: #53575a;
			display: flex;
		}

			.event-time span a:hover {
				text-decoration: none;
			}

			.event-time span a i {
				font-size: 30px;
				margin-right: 10px;
			}

/*Eent Sec Ends*/



.tabby-sec {
	padding: 15px 0 0;
}

	.tabby-sec .tabby-sec-inner {
		text-align: center;
		background: #e6e6e8;
		padding: 25px;
	}

		.tabby-sec .tabby-sec-inner h4 {
			font-size: 32px;
			font-weight: 600;
			text-align: center;
			color: #53575a;
			margin: 0;
		}

		.tabby-sec .tabby-sec-inner a {
			margin-top: 22px;
			display: inline-block;
		}

			.tabby-sec .tabby-sec-inner a img {
				margin: 0 auto;
				max-width: 160px;
			}

.app-btn-sec {
	padding: 15px 0 0;
}

	.app-btn-sec .app-btn-sec-inner {
		text-align: center;
		background: #d5edfa;
		padding: 25px 20px;
	}

		.app-btn-sec .app-btn-sec-inner h4 {
			font-size: 32px;
			font-weight: 700;
			text-align: center;
			color: #53575a;
			text-transform: uppercase;
			max-width: 650px;
			margin: 0 auto;
			line-height: 35px;
		}

			.app-btn-sec .app-btn-sec-inner h4 small {
				font-weight: 700;
				opacity: 1;
				color: #53575a;
			}


		.app-btn-sec .app-btn-sec-inner a {
			display: inline-block;
			margin: 0 10px;
			margin-top: 20px;
		}

			.app-btn-sec .app-btn-sec-inner a img {
				max-width: 190px;
			}


.social-sec {
	padding: 15px 0 0;
}

	.social-sec .social-sec-inner {
		text-align: center;
		background: #e6e6e8;
		padding: 25px;
	}

		.social-sec .social-sec-inner h4 {
			font-size: 32px;
			font-weight: 700;
			text-align: center;
			color: #53575a;
			margin: 0;
		}

		.social-sec .social-sec-inner a {
			display: inline-block;
			margin: 15px 5px 0;
		}

			.social-sec .social-sec-inner a img {
				max-width: 55px;
			}



@media (max-width: 992px) {

	.p-0 {
		padding: 0 15px;
	}

	.main-heading {
		margin-bottom: 10px;
	}

		.main-heading h2 {
			font-size: 30px;
			font-weight: 600;
			letter-spacing: 10px;
			margin-top: 20px;
		}

		.main-heading h5 {
			font-weight: 700;
			font-size: 18px;
		}

	.sec-01 .sec-main-img img {
		max-height: 360px;
	}

	.logo-sec h4 {
		font-size: 20px;
	}

	.row-aligned {
		display: block;
		flex-flow: unset;
	}

	.sec-01 .sec-content {
		min-height: 100%;
	}

	.sec-content {
		padding: 20px 25px;
	}

		.sec-content h2 {
			font-size: 25px;
			line-height: 26px;
			margin-bottom: 20px;
			letter-spacing: 1px;
		}

		.sec-content ul {
			padding-left: 15px;
		}

	.show-more {
		margin-top: 15px;
	}

	.sec-content .sec-con-text {
		min-height: unset;
		display: unset;
	}

	.contact-sec {
		margin-top: 30px;
	}

.contact-sec span:first-child {
border: none;
}

		.contact-sec span {
			padding: 4px 10px;
        display: block;
        text-align: center;
		}

			.contact-sec span a {
				font-size: 15px;
    display: block;
			}

				.contact-sec span a i {
					font-size: 22px;
					margin-right: 4px;
				}

	.head-sec {
		background-color: #e5e5e5;
		padding: 15px;
	}

		.head-sec h2 {
			font-size: 22px;
			letter-spacing: 0px;
		}

	.sec-04 {
		margin-bottom: 20px;
	}

	.vid-sec {
		margin: 20px 0;
	}

	.branches {
		padding: 20px 0 0;
	}

		.branches .branch-item {
			text-align: center;
			margin-bottom: 20px;
		}

			.branches .branch-item img {
				max-width: 210px;
				max-height: 260px;
			}

			.branches .branch-item h4 {
				font-size: 18px;
				line-height: 20px;
				margin-bottom: 20px;
				margin-top: 10px;
				margin: 18px auto 20px;
			}

	.event-sec {
		padding: 20px 0;
	}

		.event-sec .sec-content h2 {
			font-size: 30px;
			line-height: 30px;
			margin-bottom: 16px;
		}

	.event-time span {
		padding: 6px 20px;
		max-width: 230px;
	}

		.event-time span a {
			font-size: 17px;
		}

			.event-time span a i {
				font-size: 25px;
				margin-right: 10px;
			}

	.learn-btn {
		padding: 10px 25px;
		font-size: 16px;
		margin-top: 20px;
	}

	.sec-01 {
		margin-bottom: 20px;
	}

	.sec-02 {
		margin-bottom: 20px;
	}

	.sec-06 .sec-main-img img {
		max-height: 400px;
	}

	.bottom-img {
		margin-top: -170px;
		padding: 0 20px;
	}

	.sec-06 .sec-content {
		padding-bottom: 110px;
	}

	.bottom-img {
		margin-top: -80px;
		padding: 0 20px;
	}

	.sec-06 {
		margin-bottom: 20px;
	}

	.sec-03 {
		margin-bottom: 20px;
	}

	.sec-05 {
		margin-bottom: 20px;
	}

	.app-btn-sec .app-btn-sec-inner {
		padding: 20px 15px;
	}

		.app-btn-sec .app-btn-sec-inner h4 {
			font-size: 25px;
			line-height: 28px;
		}

		.app-btn-sec .app-btn-sec-inner a img {
			max-width: 160px;
		}


		.app-btn-sec .app-btn-sec-inner a {
			margin: 0 5px;
			margin-top: 15px;
		}

	.tabby-sec .tabby-sec-inner h4 {
		font-size: 25px;
	}

	.tabby-sec .tabby-sec-inner a {
		margin-top: 15px;
	}

		.tabby-sec .tabby-sec-inner a img {
			max-width: 120px;
		}

	.social-sec .social-sec-inner h4 {
		font-size: 25px;
	}

	.social-sec .social-sec-inner a {
		margin: 8px 2px 0;
	}

		.social-sec .social-sec-inner a img {
			max-width: 40px;
		}
}


