@import url('https://fonts.googleapis.com/css2?family=Open+Sans: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: "Open Sans", serif;*/
/*font-family: "Roboto", serif;*/
/*font-family: "Poppins", sans-serif;*/

body {
	margin: 0;
	padding: 0;
	font-family:"Open Sans", serif;;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span {
	margin: 0;
	padding: 0;
}

a,
a:hover {
	transition: all 0.30s ease;
	text-decoration: none;
}

h1 {
	margin: 0 0 30px;
	font-size: 70px;
	color: #000000;
}

h3 {
	margin: 0 0 30px;
	font-size: 50px;
	color: #000000;
	font-weight: 600;
}

/*h3 span {
	font-size: 20px;
	font-weight: 300;
	color: #ff0000;
	display: block;
}*/

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #333333;
	margin: 0 0 20px;
}


@media all and (max-width: 767px) {

	h1 {
		margin: 0 0 20px;
		font-size: 40px;
		color: #000000;
	}

	h3 {
		margin: 0 0 20px;
		font-size: 30px;
		color: #000000;
		font-weight: 600;
	}

	/*h3 span {
		font-size: 18px;
		font-weight: 300;
		color: #ff0000;
		display: block;
	}*/

}



.container {
	max-width: 1400px
}

.btnOrg{
	border: 1px solid #fdbe02;
	border-radius: 30px;
	background: #fdbe02;
	font-size: 18px;
	font-weight: 400;
	height: 48px;
	color: #ffffff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	display: table;
	line-height: 48px;
	position: relative;
	overflow:hidden;;
	text-align: center;
}

.btnOrg:after{
	content: "";
	background: #cc1515;
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	transition: all 0.30s ease;
}

.btnOrg:before{
	content: "";
	background: #cc1515;
	position: absolute;
	width: 0%;
	height: 100%;
	right: 0;
	transition: all 0.30s ease;
}

	.btnOrg:hover {
		border: 1px solid #ffffff;
		border-radius: 30px;
		background: #fdbe02;
		color: #ffffff !important;
	}

.btnOrg:hover:after, .btnOrg:hover:before{
	width: 50%;
	transition: all 0.30s ease;
}

	.btnOrg span {
		position: relative;
		z-index: 1;
		color: #ffffff !important;
	}


.btn {
	border: 1px solid #ff0000;
	border-radius: 30px;
	background: #ff0000;
	font-size: 18px;
	font-weight: 500;
	height: 60px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px
}

.btn:hover {
	border: 1px solid #ff0000;
}

.btn_black {
	border: 1px solid #000000;
	border-radius: 30px;
	background: #000000;
	font-size: 18px;
	font-weight: 500;
	height: 60px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px
}

.btn_black:hover {
	border: 1px solid #000000;
}

/*======== Scrollable Vertical Social Link Icon ========*/
/*======== Scrollable Vertical Social Link Icon ========*/

.social-icon {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1001;
}

.social-icon ul {
	-webkit-transition: color .35s cubic-bezier(0, -.04, 1, 1.08);
	transition: color .35s cubic-bezier(0, -.04, 1, 1.08);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: -6px;
}

.social-icon ul li {
	display: inline-block;
	margin: 0px auto;
	margin-bottom: 1px;
}

.social-icon ul li a {
	display: inline-block;
	color: #070707;
	font-size: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social-icon ul li a:hover,
.social-icon ul li a:active,
.social-icon ul li a:focus {
	color: #07a8ee !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social-icon ul li a svg {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social-icon ul li a:hover svg,
.social-icon ul li a:active svg,
.social-icon ul li a:focus svg {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}




/*HEADER CSS Start*/
header{
	background: #ffffff;
}
header.static-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header.fixed-header {
	width: 100%;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 15;
	margin: 0px auto;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 1) !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

header .topSection {
	background: #ffffff;
	padding:0;
	color: #cc1515;	
	border-bottom: 1px solid #eaeaea;
}

header .topSection .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .topSection .leftCol {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 6px 0; 
}

header .topSection .leftCol .contactMail {
	margin: 0 20px 0 0
}

	header .topSection .leftCol .contactMail:hover, header .topSection .leftCol .tel:hover {
		opacity: 0.6;
	}


	header .topSection .leftCol a {
		color: #cc1515;
		text-decoration: none;
		margin: 0 5px;
		font-size: 15px;
	}

		header .topSection .leftCol a:hover {
			color: #cc1515 !important
		}

header .topSection .rightCol{
	height: 100%;
}

header .topSection .rightCol .socialLinks{
	margin: 0;
	padding: 0px;
	list-style: none;	
	border-right: 1px solid #eaeaea;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .topSection .rightCol .socialLinks li{
	border-left: 1px solid #eaeaea;
	padding: 5px;
	min-width: 40px;
	max-width: 40px;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

	header .topSection .rightCol .socialLinks li a {
		color: #a4a4a4;
		font-size: 20px;
	}

	header .topSection .rightCol .socialLinks li a .fa.fa-facebook {
		color: #3b5998;
	}
	header .topSection .rightCol .socialLinks li a .fa.fa-twitter {
		color: #00aced;
	}
	header .topSection .rightCol .socialLinks li a .fa.fa-instagram {
		color: #f44f8c;
	}
	header .topSection .rightCol .socialLinks li a .fa.fa-youtube {
		color: #bb0000;
	}


	header .topSection .rightCol .socialLinks li a:hover {
		color: #cc1515;
	}

header .navSection {
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0
}

.buttonSection{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.buttonSection a{
	margin-left: 10px;
}

header  .navbar{
	background: #cc1515;
	padding: 10px 0;
}

.navigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.navigation ul li {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.50px;
	padding:10px 0;
	margin: 0
}

	.navigation ul li a, .navigation ul li a.nav-link{
		padding: 0 25px !important;
		display: block;
		font-size: 16px;
		color: #ffffff;
		font-weight: 400;
		border-right: 1px solid #ffffff;
		line-height: 18px;
	}

		.navigation ul li a:hover {
			color: #fdbe02 !important;
		}

.navigation ul li:last-child a{
	border:none;
}

.navbar .container{
	position: relative;
}

.navbar .container .buttonSection{
	position: absolute;
	right: 0
}

.navbar-toggler {
	padding: 0px;
	font-size: inherit;
	line-height: normal;
	color: inherit;
	border: 2px solid #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	width: auto;
	height: auto;
	background-image: none;
}

.navbar-expand-lg .offcanvas {
	flex-grow: 0;
}


/************/

.heroSection{
	width: 100%;
	height: 600px;
}

.heroContainer{
	position: relative;
}

	.heroContainer .swiper-container {
		width: 100%;
		height: 680px;
		overflow: hidden;
		background: #FFFFFF;
		margin: 0;
	}


		.heroContainer .swiper-container .swiper-slide {
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			background: #000000;
		}

.heroContainer .swiper-container .swiper-slide .slideContent{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2

}

.heroContainer .swiper-container .swiper-slide .slideContent .heroDesc{
	max-width: 100%;
	width: 1400px;
	margin: 0 auto
}

.heroContainer .swiper-container .swiper-slide img.img-fluid{
	opacity: 0.7 !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

			.heroContainer .swiper-container .swiper-slide .slideContent .heroDesc h1 {
				color: #ffffff;
				font-size: 60px;
				font-weight: 900;
				line-height: 75px;
				text-transform: uppercase;
				max-width: 100%;
				width: 775px;
				text-align: left;
				text-shadow: 1px 1px 5px #333;
			}

.heroContainer .swiper-container .swiper-slide .slideContent .heroDesc h1 br{
	display:none;
}

.heroContainer .swiper-container .swiper-slide .slideContent .heroDesc h1 span{
	color: #fdbe02;
}

.heroContainer .swiper-container .swiper-slide .slideContent .heroDesc p{
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	font-family: 'BrownLight';
	margin-bottom: 30px;
}

.heroContainer .swiper-container .swiper-slide-active .heroDesc h1 {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	animation-delay: 0.10s;
}

.heroContainer .swiper-container .swiper-slide-active .heroDesc p {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	animation-delay: 0.15s;
}




.heroContainer .swiper-container .swiper-slide .slideContent .heroDesc .btnAll img{
	margin-right: 18px;
}

.heroContainer .swiper-progress-bar{
	position: relative;
	bottom: 0;
	height: 4px;
	max-width: 100%;
	margin: 0 auto;


}

.heroContainer .progress{
	height: 4px;
	left: 0;
	top: 0;
	position: absolute;
	background: #fdbe02;
	z-index: 1;
	border-radius: 0
}
.heroContainer .swiper-container .swiper-slide-active img{
	animation: slideShow 24s linear infinite 0s;
	-o-animation: slideShow 24s linear infinite 0s;
	-moz-animation: slideShow 24s linear infinite 0s;
	-webkit-animation: slideShow 24s linear infinite 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

}


@keyframes 
slideShow {  0% {
	opacity: 0;
	transform:scale(1);
	-ms-transform:scale(1);
}
5% {
	opacity: 1
}
25% {
	opacity: 1;
}
30% {
	opacity: 0;
	transform:scale(1.1);
	-ms-transform:scale(1.1);
}
100% {
	opacity: 0;
	transform:scale(1);
	-ms-transformm:scale(1);
}
}
@-o-keyframes 
slideShow {  0% {
	opacity: 0;
	-o-transform:scale(1);
}
5% {
	opacity: 1
}
25% {
	opacity: 1;
}
30% {
	opacity: 0;
	-o-transform:scale(1.1);
}
100% {
	opacity: 0;
	-o-transformm:scale(1);
}
}
@-moz-keyframes 
slideShow {  0% {
	opacity: 0;
	-moz-transform:scale(1);
}
5% {
	opacity: 1
}
25% {
	opacity: 1;
}
30% {
	opacity: 0;
	-moz-transform:scale(1.1);
}
100% {
	opacity: 0;
	-moz-transformm:scale(1);
}
}
@-webkit-keyframes 
slideShow {  0% {
	opacity: 0;
	-webkit-transform:scale(1);
}
5% {
	opacity: 1
}
25% {
	opacity: 1;
}
30% {
	opacity: 0;
	-webkit-transform:scale(1.1);
}
100% {
	opacity: 0;
	-webkit-transformm:scale(1);
}
}

/**************************/
/**************/


.heading h2{
	font-size: 40px;
	font-weight: 700;
	color: #cc1515;
	margin: 0 0 20px;
}

.heading p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #000000;
	margin: 0 0 25px;
}

.aboutSection{
	padding: 80px 0
}

.videoSection{
	padding: 5px;
	border: 5px solid #cc1515;
	margin: 0 10px;
	position: relative;
}

.videoSection img{
	width: 100%;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #fdbe02;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fdbe02;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
	border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.ourWork{
	padding: 60px 0;
	background: url(../img/ourWork-bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

.ourWork .heading h2{
	color: #ffffff;
}


.workFlex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flexBox{
	border:2px solid #ffffff;
	border-radius: 10px;
	flex-basis: 48%;
	max-width: 48%;
	display: flex;
	justify-content:flex-start;
	align-items: flex-end;
	min-height: 160px;
	margin-bottom: 20px;
}

.flexBox:last-child{
	flex-basis: 100%;
	max-width: 100%;
}

.textCount{
	padding:15px 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	display: flex;
	flex-direction: column;
}

.textCount .count{
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}

.ourTeam{
	padding: 80px 0
}

.ourTeam .container{
	max-width: 1400px
}

	.ourTeam .swiper-button-next {
		color: #ffffff;
		background: #cc1515;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 100%;
		font-size: 10px;
		right: 15px;
		opacity: 0;
		z-index: 999;
		top: 40%;
		margin-top: -40px;
	}


	.ourTeam .swiper-button-prev {
		color: #ffffff;
		background: #cc1515;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 100%;
		font-size: 10px;
		left: 15px;
		opacity: 0;
		z-index: 999;
		top: 40%;
		margin-top: -40px;
	}

		.ourTeam .swiper-button-next.swiper-button-disabled, .ourTeam .swiper-button-prev.swiper-button-disabled{
			display:none;
		}

		.ourTeam .tab-pane:hover .swiper-button-next, .ourTeam .tab-pane:hover .swiper-button-prev {
			opacity: 1
		}

		.ourTeam .swiper-button-next:after, .ourTeam .swiper-button-prev:after {
			font-size: 18px
		}

.teamDesc{
	background: #e9e9e9;
	border-radius: 10px;
	overflow: hidden;
}

	.teamDesc:hover{
		cursor:pointer
	}

	.teamMemberPic {
		position: relative;
		z-index: 1;
	}


		.teamMemberPic::before {
			content: "";
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 200px;
			height: 150px;
			border-radius: 278.326px;
			background: -webkit-gradient(linear, left top, left bottom, from(#fdbe02), to(#fdbe02));
			background: linear-gradient(180deg, #fdbe02 0%, #fdbe02 100%);
			-webkit-filter: blur(50px);
			filter: blur(50px);
			z-index: 2;
			visibility: hidden;
			opacity: 0;
			pointer-events: none;
			-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

.teamDesc:hover > .teamMemberPic::before {
	visibility: visible;
	opacity: 0.5
}

.teamMemberPic img {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	-webkit-transition:  all 0.5s ease;
	transition:  all 0.5s ease;
	min-height: 360px;
	max-height:360px;
	object-fit: cover;
}

.teamDesc:hover .teamMemberPic img {
	transform: scale(1.04);
}

.teamMemberPic  a {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}


.teamMemberDetail{
	padding: 30px 20px 24px;
	background-color: #f1f0ee;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 0px 0px 10px 10px;
}

.teamDesc:hover .teamMemberDetail{
	background-color: #cc1515;
}

.teamMemberDetail h4{
	font-size: 22px;
	line-height: 30px;
	margin-top: -8px;
	font-weight: 700;
	color: #cc1515;
}

.teamDesc:hover .teamMemberDetail h4{
	color: #ffffff
}


.teamMemberDetail p {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0
}

.teamDesc:hover .teamMemberDetail p{
	color: #ffffff
}

.team__icons {
	position: absolute;
	bottom: -20px;
	inset-inline-end: 20px;
}

.teamDesc .team__single-content__icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
	;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #cc1515;
	color: #ffffff;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.teamDesc .team__single-content__icon i {
	font-size: 16px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.teamDesc:hover .team__single-content__icon {
	background-color: #fdbe02;
	color: #ffffff;
}
.teamDesc:hover .team__single-content__icon i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.teamDesc .team__single__thumb-social {
	position: absolute;
	bottom: calc(100% + 12px);
	right: 0px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.teamDesc:hover .team__single__thumb-social {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.teamDesc .team__single__thumb-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	list-style: none;
}

.teamDesc .team__single__thumb-social ul a {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color:#ffffff;
	color:#cc1515;
	font-size: 16px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.teamDesc .team__single__thumb-social ul a:hover {
	background-color: var(--base-color);
	color:#cc1515 !important;
}

#TeamMemberDetailModal .modal-dialog {
	transform: none;
	width: auto;
	max-width: 800px;
}

	#TeamMemberDetailModal .modal-dialog .teamDetails {
		background: #ffffff;
		padding: 30px 20px;
		position: relative;
		border-radius: 8px;
	}

		#TeamMemberDetailModal .modal-dialog .teamDetails .bdrRound {
			border-radius: 6px;
			border: 1px solid #cc1515;
			width:100%;
			max-width:180px;
			height:180px;
			object-fit:cover;
		}

		#TeamMemberDetailModal .modal-dialog .teamDetails .card-title {
			font-size: 22px;
			line-height: 30px;
			margin-top: 10px;
			font-weight: 700;
			color: #cc1515;

		}

		#TeamMemberDetailModal .modal-dialog .teamDetails h6 {
			font-size: 18px;
			line-height: 30px;
			margin-top: 10px;
			font-weight: 700;
			color: #cc1515;
		}

#TeamMemberDetailModal a.closeBtn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index:1;
}


	#TeamMemberDetailModal a.closeBtn:hover{
		transform:rotate(180deg);
	}

	#TeamMemberDetailModal .descDetail {
		padding: 20px 0 0;
	}


.tabMenu {
	/*background: #fff1e7;*/
	background: rgb(253 190 2 / 10%);
	height: 100%;
	border-radius: 10px;
}

.tabMenu ul{
	margin: 0;
	padding:10px 0;
	list-style: none;
}

.tabMenu ul li{
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	list-style: none;
	font-size: 24px;
	color: #cc1515;
	font-weight: 600;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.tabMenu ul li img{
	margin-right: 10px;
	opacity: 0.5;
}

.tabMenu ul li:hover img, .tabMenu ul li.active img{
	margin-right: 10px;
	opacity: 1;
}

.howWeMake{
	padding: 60px 0
}

.howWeMake .container{
	max-width: 1400px
}

.howWeMake .colBox{
	overflow: hidden;
	background: #ffffff;
	transition: all 0.3s ease-in-out;
	height: 100%;
	border:1px solid rgba(0,0,0,0.080);
	margin:15px;
}

.howWeMake .colBox:hover{
	overflow: hidden;
	border:3px solid #ffffff;
	box-shadow:0px 8px 15px 0px rgba(0,0,0, 0.2);
	transition: all 0.3s ease-in-out;
}

.howWeMake .colBox img{
	max-width: 100%;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.howWeMake .colBox:hover img{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}

.howWeMake .colBox .desc{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 30px;
}

	.howWeMake .colBox .desc div{
		min-height:315px;
	}

	.howWeMake .colBox .desc h3 {
		font-size: 22px;
		font-weight: 600;
		color: #cc1515;
		margin: 0 0 15px;
		text-align:center
	}

.howWeMake .colBox .desc p{
	font-size: 16px;
	font-weight: 400;
	color: #282828;
	margin: 0 0 20px;
}

.howWeMake .colBox .desc .btnOrg{
	text-align: center;
}


.botSlider{
	padding: 70px 0;	
	overflow:hidden
}

.botSlider .sliceDesc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-direction: column;
}

.botSlider .sliceDesc .iconImg{
	margin-bottom: 20px;
}

.botSlider .sliceDesc .iconImg img{
	max-width: 100%;
    height: 130px;
    object-fit: cover;
}

.photoGallery{
	padding: 70px 0;
	background: #dae8eb;
}

.photoGallery .container{
	max-width: 1400px
}

	.photoGallery .sliceDesc {
		width: 100%;
		min-height: 220px;
		background: #f2f2f2;
	}

	.photoGallery img {
		width: 100%;
	}

.photoGallery .swiper-button-next{
	color: #ffffff;
	background: #cc1515;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 100%;
	font-size: 10px;
	right: 5px
}


.photoGallery .swiper-button-prev{
	color: #ffffff;
	background: #cc1515;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 100%;
	font-size: 10px;
	left: 5px
}

.photoGallery .swiper-button-next:after, .photoGallery .swiper-button-prev:after{
	font-size: 20px
}


/***************************/

footer .footer {
	/*background: #333333;*/
	background: rgb(55 55 55 / 65%);
	padding: 40px 0;
	font-family: "Roboto", serif;
}

footer .footer .container{
	max-width: 1400px
}

footer .footer h5{
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 30px;
}

footer .footer .quiclLinks{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:16px;
	line-height: 24px;
	color: #ffffff;
}

footer .footer .quiclLinks li{
	margin: 0 0 20px
}

footer .footer .quiclLinks li a{
	max-width: 75%;
	display: block;
	color: #ffffff;
	transition: all 0.30s ease-in-out;
}

footer .footer .quiclLinks li a:hover{
	color: #fdbe02 !important;
	text-decoration: underline;
	transition: all 0.30s ease-in-out;
}

	footer .footer .quiclLinks li a.btnOrg:hover {
		text-decoration: none;
	}

	.socialLinks {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 10px;
	}

.socialLinks a:hover{
	transform: scale(1.15);
}



footer .copyright {
	font-family: "Roboto", serif;
	background: #cc1515;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	padding: 20px;
	text-align: center;
}


/**/

#donateSupport {
	padding: 50px 0;
}

	#donateSupport .container{
		max-width:1200px;
	}

	#donateSupport .

	.supportBox h2 {
		font-size: 30px;
	}

.supportBox p {
	font-size: 16px;
	font-weight: 400;
	color: #282828;
	margin: 0 0 20px;
}

	.supportBox .form-group {
	margin-bottom: 15px;
}

	.supportBox .form-group .form-control {
		padding: 12px 12px;
		font-size: 16px;
	}


.mobShow{
	display:none !important;
}

.offcanvas-header{
	display:none
}



.howWeMakeModal a.closeBtn {
	position: absolute;
	right: -40px;
}

@media all and (max-width: 767px) {
	.mobHide{
		display:none
	}
	.mobShow {
		display: block !important;
	}


	header .topSection {
		padding: 5px 0;
		font-size: 10px;
	}

		header .topSection .leftCol {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%;
		}

			header .topSection .leftCol a {
				margin: 0px;
				font-size: 14px;
			}

			header .topSection .leftCol .contactMail {
				margin: 0;
			}

				header .topSection .leftCol .contactMail img, header .topSection .leftCol .tel img {
					max-width: 24px;
				}

		header .topSection .rightCol {
			display: none;
		}

	header .navSection {
		padding: 10px;
		height: auto;
	}

	header .navSection .logo img,
	.offcanvas-header .logo img {
		width: 180px;
		height: auto;
	}

	header .navbar .navigation {
		position: fixed;
		top: 127px;
		left: 100%;
		width: 100%;
		height: calc(100vh - 127px);
		background: rgb(11 103 125 / 95%);
		background: rgb(204 21 21 / 95%);
		z-index: 1000;
		transition: all ease-in-out 0.30s;
	}

	body.offcanvas-open{
		overflow:hidden
	}

	.offcanvas-header{
		display:flex;
	}

	body.offcanvas-open header .navbar .navigation {
		transition: all ease-in-out 0.30s;
		left: 0%;
		justify-content: flex-start;
		align-items: center;
	}

	header .navbar {
		background: #cc1515;
		padding: 10px 0;
		margin-top: 127px;
	}

	.navbar .container .buttonSection {
		position: relative;
		right: 0;
		width: 100%;
		justify-content: flex-end;
	}

	.static-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #fff;
		border-bottom: 1px solid #cc1515;
	}

	.offcanvas-header{
		width:35px;
		height:28px;
		position:relative;
	}

		.offcanvas-header span {
			border: 1.5px solid #cc1515;
			width: 100%;
		}
			.offcanvas-header span::before {
				content: "";
				background: #cc1515;
				height: 2px;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
				transition:all ease-in-out 0.30s;
				
			}

			.offcanvas-header span::after {
				content: "";
				background: #cc1515;
				height: 2px;
				width: 100%;
				position: absolute;
				bottom: 0;
				left: 0;
				transition: all ease-in-out 0.30s;
			}
	body.offcanvas-open .offcanvas-header span {
		border: none;
		width:0;
		transition: all ease-in-out 0.30s;
	}
	body.offcanvas-open .offcanvas-header span::before {
		transform: rotate(45deg);
		top: 13px;
		transition: all ease-in-out 0.30s;
	}

	body.offcanvas-open .offcanvas-header span::after {
		transform: rotate(-45deg);
		bottom: 13px;
		transition: all ease-in-out 0.30s;
	}

	.line,
	.scroll-down {
		display: none !important;
	}

	.navigation ul {
		flex-direction: column;
		width:100%;
	}

		.navigation ul li {
			margin-left: 0;
			border-bottom: 1px solid #f1f1f1;
			padding: 20px;
			text-align: center;
		}
			.navigation ul li a, .navigation ul li a.nav-link {
				border: none;
				font-size: 20px;
			}

			.heroContainer .swiper-container {
				height: 250px;
			}
				.heroContainer .swiper-container .swiper-slide img.img-fluid {
					object-fit:fill;
				}

				.heroContainer .swiper-container .swiper-slide .slideContent .heroDesc h1 {
					font-size: 30px;
					font-weight: 700;
					line-height: 36px;
					padding: 0 25px;
				}
	
	.heading h2 {
		font-size: 26px;
		margin: 0 0 15px;
	}
	.heading p {
		line-height: 26px;
		margin: 0 0 15px;
	}

	.aboutSection {
		padding: 40px 0;
	}

		.aboutSection .desc {
			margin: 0 0 20px;
		}

	.ourWork {
		padding: 40px 0;
	}

		.ourWork .flexBox {
			flex-basis: 100%;
			max-width: 100%;	
			min-height: 120px;
			margin-bottom: 20px;
		}

			.ourWork .flexBox img {
				height: 85px;
			}

	.textCount {
		padding: 10px 20px;
		font-size: 16px;
		color: #ffffff;
		line-height: 24px;
		display: flex;
		flex-direction: column;
	}

	.ourTeam {
		padding: 40px 0;
	}

	.tabMenu {
		padding: 5px 5px 0;
		border-radius: 10px 10px 0 0;
	}

		.tabMenu ul {
			display: flex;
			overflow: auto;
			padding: 0 0;
		}
			.tabMenu ul li {
				white-space: nowrap;
				padding: 15px;
				border-bottom: 1px solid rgba(0, 0, 0, 0.1);
				list-style: none;
				font-size: 20px;
			}
	.ourTeam .tab-pane {
		margin-top:5px;
	}

	.howWeMake {
		padding: 40px 0;
	}
		.howWeMake .colBox{
			margin:5px;

		}
			.howWeMake .colBox .desc {
				padding: 20px;
				max-height: calc(100vh - 350px);
				overflow: auto;
			}
				.howWeMake .colBox .desc div {
					min-height: inherit;
				}


	.howWeMakeModal .modal-dialog {
		padding-top: 45px;
	}

	.howWeMakeModal a.closeBtn {
		position: absolute;
		right: 0;
		top: -40px;
	}

	.photoGallery {
		padding: 40px 0;
	}

		.photoGallery .sliceDesc{
			min-height:205px;
		}

		.botSlider {
			padding: 40px 0;
		}
		.botSlider .heading {
			padding: 0 20px;
		}

			.botSlider .sliceDesc{
				text-align:center;
			}

				.botSlider .sliceDesc .iconImg img{
					height:100px;
				}

				footer .footer {
					padding: 40px 0 10px;
				}
	footer .footer h5 {
		margin: 0 0 15px;
	}
	footer .footer .quiclLinks {
		margin: 0 0 40px;
	}
		footer .footer .quiclLinks li {
			margin: 0 0 10px;
		}

	#TeamMemberDetailModal .modal-dialog .teamDetails .bdrRound {
		margin: 0 auto;
		border-radius: 100%;
		max-width: 150px;
		height: 150px;
		display: block;
	}
	#TeamMemberDetailModal .modal-dialog .teamDetails .card-title, #TeamMemberDetailModal .modal-dialog .teamDetails .card-title ~ p{
		text-align: center;
	}
	#TeamMemberDetailModal .modal-dialog .descDetail,
	#TeamMemberDetailModal .modal-dialog .descDetail h6, #TeamMemberDetailModal .modal-dialog .descDetail p {
		margin: 0;
		text-align: center !important;
	}
}


/* NEW REGISTER FORM CSS 10-09-25*/

#formRegister {
	padding: 30px 0;
	background: #ffffff;
}

	#formRegister .container {
		max-width: 900px;
	}

	#formRegister .wizard-container {
		padding: 0;
	}

	#formRegister .wizard-card {
		background: #ffffff;
		box-shadow: none;
	}

		#formRegister .wizard-card .heading h2 {
			font-size: 40px;
			font-weight: 700;
			color: #cc1515;
			margin: 0;
			text-align: center
		}

		#formRegister .wizard-card .heading p {
			font-size: 16px;
			font-weight: 400;
			line-height: 28px;
			color: #000000;
			margin: 0 0 25px;
			text-align: center
		}


	#formRegister .tabsNav {
		position: relative;
		padding-bottom: 15px;
		margin:0 20px;
	}

		#formRegister .tabsNav::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			background: #fdbe02;
			height: 8px;
			border-radius: 30px;
		}

		#formRegister .tabsNav .moving-tab {
			height: 8px;
			border-radius: 8px;
			font-size: 0px;
			text-indent: -999px;
			padding: 0;
			top: auto;
			bottom: 0;
			z-index: 1;
		}

	#formRegister .tabsNav ul{
		list-style:none;
		margin:0;
		padding:0;
		display:flex;
		justify-content:space-between;
		align-items:center;
		background:none;
	}

		#formRegister .tabsNav ul li {
			text-align: left;
			width: auto !important;
		}

			#formRegister .tabsNav ul li a {
				text-align:left;
				font-size: 16px;
				font-weight: 500;
				background: url(../img/bone-icon.png) no-repeat left center;
				padding: 4px 0 4px 30px;
				opacity: 0.5;
			}

		#formRegister .tabsNav ul li a.active{
			opacity:1;
		}

	#formRegister .wizard-card .info-text {
		text-align: left;
		font-weight: 400;
		margin: 0 0 15px;
	}

	#formRegister .wizard-card .form-group{
		margin:0 0 15px;
	}

	#formRegister .wizard-card .form-group .form-control {
		background: #ffffff;
		border: 1px solid #b5b5b5;
		border-radius: 8px;
		padding: 10px 15px;
		font-size: 16px;
		height: 50px;
	}

	#formRegister .wizard-card .form-group .resendOtp {
		position: absolute;
		right: 15px;
		border: none;
		background: none;
		width: auto;
		top: 8px;
		z-index: 1;
		padding: 5px;
		color: #d03434;
		font-size:14px;
	}

	#formRegister .wizard-card .form-group .otpVarify {
		margin-right: 15px;
		border: none;
		background: none;
		width: auto;
		top: 0;
		z-index: 1;
		padding: 0;
		color: #d03434;
		font-size: 14px;
	}

	#formRegister .wizard-card .form-group .values{
		font-size:14px;
	}

#Cotpdiv{
	opacity:0.4;
	pointer-events:none
}

	#Cotpdiv.showOTP {
		opacity: 1;
		pointer-events:auto
	}

#formRegister .wizard-card .picture-container {
	padding: 10px;
	border: 2px dashed #b5b5b5;
	border-radius: 8px;
}

.checkbox1 input[type=checkbox]{
	width:20px;
	height:20px;
	margin-right:5px;
}