@import 'common.css';

header {
	/* position: absolute; */
	background: rgba(var(--white-color), 0);
	top: 0;
	z-index: 999;
	width: 100%;
	/* position: absolute; */
}

.navbar {
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 8px 0px;
}

.navbar.header-fixed {
	position: fixed;
	background: rgba(var(--white-color), 1);
	border: none;
	animation: slideDown 0.35s ease-out;
	backdrop-filter: blur(5px);
	box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.navbar-brand {
	/* height: 70px; */
	width: 150px;
	margin-right: 15px;
	padding: 0px;
}

.navbar-brand img {
	object-fit: contain;
}

.navbar-toggler {
	padding: 6px;
	border: none;
}

.navbar-toggler .navbar-toggler-icon {
	background: rgba(var(--black-color), 1);
	width: 1.1em;
	height: 2px;
	position: relative;
	display: block;
}

.navbar-toggler-icon.bar-2 {
	margin: 4px 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
	color: rgba(var(--main-color), 1);
	transition: var(--transition-05s);
	position: relative;
	text-transform: capitalize;
	white-space: nowrap;
	padding: 10px 2px;
	margin-right: 22px;
	font-size: 16px;
	font-weight: 500;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0px;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
	color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.active::after, .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:hover::after, .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-current="page"]::after {
    width: 100%;
    right: auto;
    left: auto;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
	width: 0%;
    height: auto;
    background:none;
	color: rgba(var(--main-color), 1);
    bottom: auto;
    left: auto;
    right: 0px;
	position: relative;
    /* transition: all ease-in-out 0.5s; */
}
.dropdown-menu {
	padding: 0px;
	border: 0;
	border-radius: 0;
	margin: 0 !important;
	transition: var(--transition-05s);
}
.dropdown-menu li a {
	font-weight: 600;
	font-size: 13px;
	border-bottom: 1px solid rgba(var(--black-color), 0.175);
	padding: 10px 15px;
    color: rgba(var(--black-color), 0.6);
	transition: var(--transition-05s);
	background: none;
}
.dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus, .dropdown-menu li a.active {
	color: var(--fourth-color);
	background-color: rgba(var(--main-color), 1);
	border-color: rgba(var(--main-color), 1);
}
.dropdown-menu li:last-child a {
	border-bottom: none;
}
@media (min-width: 992px) {
	.nav-item.dropdown .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	.nav-item.dropdown:hover .dropdown-menu, .nav-item.dropdown .dropdown-menu.show {
		opacity: 1;
		visibility: visible;
	}
}
@media (min-width: 991px) {
	.navbar-nav .dropdown-menu {
		background: rgba(var(--main-color), 1);
		margin-bottom: 10px !important;
	}
	.dropdown-menu li a {
		color: rgba(var(--white-color), 1);
	}
}

@media (min-width: 1200px){
	.nav-item.dropdown .dropdown-menu[data-bs-popper] {
		top: 100%;
	}
}

.head-brand-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.top-nav {
	background: rgba(var(--main-color), 1);
	padding: 8px 0px;
}

.top-head {
	color: rgba(var(--white-color), 1);
	font-size: 12px;
}

.head-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	text-align: center;
	gap: 8px;
	padding: 5px 0px;
}

.head-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(var(--second-color), 1);
	color: rgba(var(--white-color), 1);
	transition: var(--transition-05s);
	width: 20px;
	height: 20px;
	font-size: 11px;
	border-radius: 50%;
}

.head-social a:hover,
.head-social a:focus {
	background: rgba(var(--main-color), 1);
	color: rgba(var(--white-color), 1);
}

.hec-list,
.head-wgc-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}

.head-wgc-list {
	justify-content: flex-end;
	text-transform: capitalize;
}

.hec-list li,
.head-wgc-list li {
	position: relative;
	padding: 8px 0px;
}
.hec-list li i ,.social-list li i{
	color: var(--fourth-color);
}

.hec-list li:first-child:after,
.head-wgc-list li:first-child:after {
	width: 0px;
}

.hec-list a,
.head-wgc-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: rgba(var(--white-color), 1);
	font-size: 13px;
}

.hec-list li::after,
.head-wgc-list li::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0px;
	left: -15px;
	background: rgba(255, 255, 255, 1);
}

.textlogo {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .nav-link.active::after,
.navbar .navbar-nav .nav-item .nav-link:hover::after,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"]::after {
	width: 100%;
	right: auto;
	left: 0px;
}

.navbar .navbar-nav .nav-item .nav-link::after {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background: rgba(var(--main-color), 1);
	bottom: 0;
	left: auto;
	right: 0px;
	transition: all ease-in-out 0.5s;
}

.side_bar_info {
	padding: 7px 0;
	width: 160px;
	background-color: rgba(var(--main-color), 1);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.side_bar_info i {
	font-size: 22px;
	color: var(--fourth-color);
}

.side_bar_info::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -8px;
	right: -50px;
	width: 80px;
	height: 48px;
	background-color: rgba(var(--main-color), 1);
	transform: skewX(30deg);
	z-index: -1;
}

.side_bar_info p {
	font-size: 20px;
	padding-left: 5px;
	color: #ffffff;
	margin: 0px;
	white-space: nowrap;
	font-weight: 600;
}

.new-link {
	position: relative;
	color: rgba(var(--black-color), 1);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: var(--transition-05s);
}
.new-link:hover{
color: var(--fourth-color);
}
.new-link::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0px;
	left: -15px;
	background: rgba(var(--main-color), 1);
}

.topsocial-list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* margin-top: 20px; */
}
.topsocial-list li i {
color: var(--fourth-color);
}

/* banner section start */
.banner-inner-slider {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: no-repeat center center / cover;
	height: 60vh;
}

.banner-inner-slider::before {
	content: '';
	position: absolute;
	display: inline-block;
	inset: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(#01060acc, var(--transparent-color));
}

.banner-slider.owl-carousel .owl-nav {
	position: absolute;
	bottom: 8%;
	left: 8%;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev,
.banner-slider.owl-carousel .owl-nav button.owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(var(--white-color), 1);
	background: rgba(var(--main-color), 0);
	border: 2px solid rgba(var(--white-color), 1);
	font-size: 25px;
	width: 60px;
	height: 50px;
}

.banner-slider.owl-carousel .owl-nav button.owl-next {
	margin-left: 8px;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.banner-slider.owl-carousel .owl-nav button.owl-next.disabled {
	color: rgba(var(--white-color), 1);
	background: rgba(var(--main-color), 1);
}

.banner-box {
	position: relative;
}

.banner-box::after {
	--ewh-banner-round: 350px;
	content: '';
	position: absolute;
	border-radius: 50%;
	background: var(--main-color);
	left: -15%;
	top: -25%;
	width: var(--ewh-banner-round);
	height: var(--ewh-banner-round);
	mix-blend-mode: hard-light;
	opacity: 0.6;
}

.banner-title,
.banner-box h1 {
	position: relative;
	color: rgba(var(--white-color), 1);
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 50px;
	letter-spacing: 1px;
}

.banner-para,
.banner-box p {
	color: rgba(var(--white-color), 1);
	;
	margin-bottom: 35px;
	line-height: 24px;
	font-size: 15px;
}

.common-btn {
	background: rgba(var(--main-color), 1);
	border: 2px solid rgba(var(--white-color), 1);
	color: rgba(var(--white-color), 1);
	border-radius: 10px 10px 10px 0px;
	font-size: 16px;
	padding: 10px 22px;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
	font-weight: 400;
}

.common-btn:hover,
.common-btn:first-child:active,
.common-btn:active,
.common-btn:focus,
:not(.btn-check)+.common-btn:active,
.common-btn:focus-visible,
button.common-btn:focus:not(:focus-visible),
.common-btn:first-child:hover {
	background: rgba(var(--white-color), 1);
	border: 2px solid rgba(var(--main-color), 1);
	color: rgba(var(--main-color), 1);
	font-weight: 600;
}

.banner-slider.owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-slider.owl-carousel button.owl-dot {
	--dot-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	border-radius: 50%;
	margin: 0px 1px;
}

.banner-slider.owl-carousel button.owl-dot:first-child {
	margin-left: 0px;
}

.banner-slider.owl-carousel button.owl-dot:last-child {
	margin-right: 0px;
}

.banner-slider.owl-carousel button.owl-dot.active {
	border-color: var(--dot-color);
}

.banner-slider.owl-carousel button.owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #C4C4C4;
	border-radius: 50%;
}

.banner-slider.owl-carousel button.owl-dot.active span {
	border-color: var(--dot-color);
}

/* banner section close */

/* about us section start */
.common-section.about-section,
.news-section {
	--about-bg: #F2F5FA;
	background: var(--about-bg);
}

.about-img {
	width: 100%;
    height: 500px;
    /* padding-left: 80px; */
    position: relative;
    border-radius: 20px 20px 20px 0px;
    overflow: hidden;
}

.about-img img {
	border-radius: 0px;
}

.about-text {
	padding-left: 40px;
}

.about-text .common-title,
.about-text .common-box h2 {
	text-align: left;
	padding-right: 10%;
}

.common-box {
	margin-bottom: 20px;
}

.common-title::after,
.common-box h2::after {
	content: attr(data-name);
	position: absolute;
	font-family: var(--Poppins-font);
	color: transparent;
	-webkit-text-stroke: 2px var(--third-color);
	font-size: 85px;
	top: -7px;
	text-transform: capitalize;
	left: 0px;
	right: 0px;
	z-index: -1;
}

.common-title,
.common-box h2 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding-top: 50px;
	z-index: 1;
	text-transform: uppercase;
}

.common-para {
	margin-bottom: 25px;
}

.common-para p:last-child {
	margin-bottom: 0px;
}

.common-para p {
	font-size: 15px;
}

/* about us section close */


/* service section start */


.service-slider {
	padding: 0px 30px;
}

.service-slider.owl-carousel .owl-nav button.owl-prev,
.service-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	font-size: 22px;
	color: rgba(var(--main-color), 1);
}

.service-slider.owl-carousel .owl-nav button.owl-prev {
	left: 2px;
}

.service-slider.owl-carousel .owl-nav button.owl-prev.disabled,
.service-slider.owl-carousel .owl-nav button.owl-next.disabled {
	color: #7B7B7B;
}

.service-slider.owl-carousel .owl-nav button.owl-next {
	right: 2px;
}

.service-box {
	display: block;
	width: 100%;
	height: 210px;
	border: 1px solid rgba(var(--main-color), 1);
	background: #fff;
	border-radius: 20px 20px 20px 0px;
	padding: 25px;
	margin: 8px 0px;
	box-shadow: 0px 0px 0px 0px rgba(14, 13, 14, 0.08);
	transition: all ease-in-out 0.5s;
}

.service-box:hover {
	border-bottom: 6px solid rgba(var(--main-color), 1);
}

.service-box h3 {
	font-size: 18px;
	font-weight: 700;
	padding-right: 31%;
	line-height: 25px;
	margin-bottom: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgba(var(--main-color), 1);
}

.service-box .service-para {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	color: rgba(var(--black-color), 1);
	margin: 20px 0px;
	line-height: 1.5;
	font-size: 14px;
}

.service-box .service-para p:last-child {
	margin-bottom: 0px;
}

.service-img {
	width: max-content;
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	margin-bottom: 10px;
	transition: all ease-in-out 0.5s;
}

.service-box:hover .service-img {
	padding: 10px 10px;
	padding-bottom: 12px;
}

.service-img img {
	width: 30px !important;
	height: 30px;
	position: relative;
	object-fit: contain;
	z-index: 1;
}

.service-img::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(var(--main-color), 1);
	top: 0px;
	left: 0;
	border-radius: 50%;
	transition: all ease-in-out 0.5s;
}

/* .service-box:hover .service-img::before {
	top: 0;
	left: 0;
} */

/* news section start */
.news-box {
	border-radius: 20px 20px 20px 0px;
	background: #bdd1f16e;
	box-shadow: 0px 5px 20px 0px rgba(14, 13, 14, 0.08);
}

.news-img {
	width: 100%;
	height: 275px;
	overflow: hidden;
	border-radius: 20px 20px 20px 0px;
}

.news-text {
	padding: 30px;
	font-family: var(--poppins-font);
}

.news-date,
.news-text span {
	display: block;
	font-size: 13px;
	color: #7B7B7B;
	margin-bottom: 10px;
}

.news-text p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	color: rgba(var(--black-color), 1);
	margin: 20px 0px;
	line-height: 1.5;
	overflow: hidden;
	font-size: 14px;
}

.news-title,
.news-text h5 {
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 48px;
	color: rgba(var(--main-color), 1);
}

.news-btn,
.news-text .btn {
	padding: 5px 0px;
	color: rgba(var(--main-color), 1);
	font-weight: 600;
	border: none;
	margin-top: 5px;
	/* transition: var(--transition-05s); */
}
.news-btn:hover , .news-text .btn:hover {
	text-decoration: underline;
	text-decoration-color: var(--fourth-color);
	text-decoration-thickness: 2px;
  
}

/* form section */
.select-box, .form-control, .select-box:hover, .form-control:hover, .select-box:focus, .form-control:focus {
	position: relative;
    background: transparent;
    color: rgba(var(--black-color), 0.8);
    border: 1px solid rgba(var(--main-color), 0.5);
    border-radius: 0px;
}

.form-box {
	margin-bottom: 15px;
}

.HC-img {
	height: calc(100% + 30%);
	margin-top: -67px;
	margin-right: 0;
}
.HC-img img{
	object-fit: cover;
    object-position: 25%;
}



/* event section */

/* --Event Boxed Area-- */
.event_left_side_wrapper {
	background: #ffffff;
	box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08),
	  6px 12px 24px rgba(0, 0, 0, 0.08);
	border-radius: 20px 20px 20px 0px;
  }
  
  .event_big_img {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 20px 0px;
	/* border-top-right-radius: 8px; */
  }
  
  .event_big_img a img {
	width: 100%;
	transition: var(--transition);
  }
  
  /* .event_left_side_wrapper:hover .event_big_img a img {
	transform: scale(1.2) rotate(3deg);
  } */
  
  .event_content_area {
	position: relative;
  }
  
  .big_content_padding {
	padding: 15px 18px;
  }
  
  .small_content_padding {
	padding: 15px 18px;
	margin-bottom: 20px;
  }
  
  .small_content_padding .event_heading_area {
	padding-top: 7px;
  }
  
  .small_content_padding .event_para {
	padding-top: 8px;
	padding-right: 90px;
  }
  
  .event_tag_area a {
	font-size: 18px;
	font-weight: 500;
	color: rgba(var(--main-color), 1);
  }
  
  .event_heading_area {
	padding-top: 15px;
  }
  
  .event_heading {
	padding-right: 90px;
  }
  
  .event_heading h3 {
	line-height: 34px;
  }
  
  .event_heading h3 a {
	color: rgba(var(--main-color), 1);
  }
  
  .event_heading h3 a:hover {
	color: var(--fourth-color);
  }
 .event_para p{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: rgba(var(--black-color), 1);
    margin: 20px 0px;
    line-height: 1.5;
    overflow: hidden;
    font-size: 14px;
 } 
  
  .event_date {
	border: 5px solid var(--fourth-color);
    background: rgba(var(--main-color), 1);
    position: absolute;
    width: 85px;
    height: 85px;
    text-align: center;
    right: 20px;
    top: 15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
  
  .event_date h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	color: #fff;
	transform: translate(-50%, -58%);
  }
  
  .event_date h6 span {
	display: block;
  }
  
  .event_para {
	padding-right: 90px;
  }
  
  .event_boxed_bottom_wrapper {
	border-top: 1px solid rgba(var(--main-color), 0.5);
	border-bottom: 1px solid rgba(var(--main-color), 0.5);
	padding-top: 15px;
	margin-top: 17px;
	padding-bottom: 15px;
  }
  
  .event_boxed_bottom_wrapper .row .col-lg-6:last-child .event_bottom_boxed {
	border-right: none;
  }
  
  .event_bottom_boxed {
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(var(--main-color), 0.5);
  }
  .event_bottom_icon i{
		font-size: 20px;
		color: var(--fourth-color);
	}
  
  .event_bottom_content {
	padding-left: 8px;
  }
  
  .event_bottom_content h5 {
	font-size: 16px;
	font-weight: 500;
  }
  
  .event_bottom_content p {
	padding-top: 0;
	font-size: 14px;
  }
  
  .event_button {
	margin-top: 30px;
  }
  
  .event_button a {
	width: 100%;
  }
  



/* footer section start */

.footer-section {
	background-color: rgba(var(--main-color), 1);
	padding-top: 60px;
}

.inner-footer {
	padding-bottom: 30px;
}

.footer-box {
	border-right: 1px solid rgba(var(--white-color), 0);
	position: relative;
	height: 100%;
	padding-right: 10px;
}

.footer-box::after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: rgba(var(--white-color), 1);
	width: 1px;
	height: 85%;
}

.inner-footer>*>*:last-child>.footer-box::after {
	display: none;
}

.foot-logo {
	color: rgba(var(--white-color), 1) !important;
	height: max-content;
	font-size: 40px;
	font-weight: 500;
	/* height: 160px; */
	margin: -50px auto 10px;
}

.foot-logo img {
	object-fit: contain;
}

.foot-para {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(var(--white-color), 1);
	line-height: 1.5;
	font-size: 14px;
}

.foot-para p {
	margin-bottom: 10px;
}

.foot-para p:last-child {
	margin-bottom: 0px;
}

.social-list {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}

.social-list li a {
	--ehw-sla: 30px;
	width: var(--ehw-sla);
	height: var(--ehw-sla);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--white-color), 1);
	color: rgba(var(--main-color), 0.95);
	font-size: 15px;
	border-radius: 8px;
	transition: var(--transition-05s);
}

.social-list li a:hover,
.social-list li a:focus {
	background: rgba(var(--main-color), 1);
	color: rgba(var(--white-color), 1);
	border: 1px solid rgba(var(--white-color), 1);
}

.foot-title {
	color: rgba(var(--white-color), 1);
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 500;
}

.foot-list li {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
	gap: 8px;
}

.foot-list li span {
	color: rgba(var(--main-color), 1);
	font-size: 14px;
}

.foot-list li a {
	transition: var(--transition-05s);
	font-size: 13px;
	color: rgba(var(--white-color), 1);
}

.foot-list.contact-list li a {
	color: rgba(var(--white-color), 1);
}

.foot-list.contact-list li:nth-child(2) {
	align-items: center;
}

.foot-list.contact-list li:nth-child(2) a {
	color: rgba(var(--white-color), 1);
	font-size: 20px;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list.contact-list li:nth-child(2) a:hover,
.foot-list.contact-list li:nth-child(2) a:focus {
	color: var(--fourth-color);
}

.copy-box {
	padding: 18px 0;
	border-top: 1px solid rgba(var(--white-color), 1);
	text-align: center;
}

.copy-text {
	/* color: #7E7E7E; */
	color: rgba(var(--white-color), 1);
	font-weight: 400;
	font-size: 13px;
}