.video-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	width: 100%;
}

.video-wrapper video {
	width: 100%;
	height: auto;
	display: block;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	max-width: 320px;
	margin: 0 auto;
	left: 0;
	right: 0;
	object-fit: contain;
}

.play-icon {
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-icon::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.main{
	color:red;
}

a{
	text-decoration: none!important;
}


.navbar-nav .nav-link {
	color: black !important;
	font-size: 20px;
}
.dropend .dropdown-toggle {
	color: salmon;
	margin-left: 1em;
}
.top_call ul {
	list-style-type: none;
	margin-bottom: 0px;
	display: flex;
	gap: 21px;
	align-items: center;
}
.top_call ul li a {
	color: white;
	font-size: 20px;
}
.top_call ul li a i {
	padding-right: 10px;
	font-size: 20px;
}

a{
	text-decoration: none;
}

header.top_header {
	background: #891c31;
	padding: 10px 0px;
}
.dropdown-item:hover {
	background-color: lightsalmon;
	color: #fff;
}

.dropdown .dropdown-menu {
	display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
	display: block;
	margin-top: 0.125em;
	margin-left: 0.125em;
}

.navbar-collapse .navbar-nav {
	width: 100%;
	justify-content: end;
	gap: 11px;
}

.top_call ul span {
	color: white;
}
.right_top ul {
	justify-content: end;
}


.btn_nav {
	background: #003f68;
	padding: 0px 5px;
}
.btn_nav i.fa.fa-phone {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	color: transparent;
	transform: rotate(252deg);
}
nav.navbar.navbar-expand-lg.navbar-dark {
	position: sticky;
	top: 0;
	z-index: 999;
}

a.nav-link:hover {
	color: red !important;
}

.nav-link {
	cursor: pointer;
}
.btn_nav a.nav-link {
	color: white !important;
}

/*-------------heading*/
.heading_h1 h1 {
	color: #dc1a57;
}
.heading_h1 h4 {
	color: #003f68;
}

/*about-------*/

.about_section {
	background: #f7f7f7;
	padding: 80px 0px;
}
.about_data h2 {
	font-size: 60px;
	color: #dc1a57;
	position: relative;
	z-index: 99;
}
.about_data {
	padding: 0px 25px;
}
.bottom-white-strip {
	position: sticky;
	height: 60px;
	background: #fff;
	bottom: 0;
}

/*about-------*/

/*service*/

.service{
	padding: 80px 0px;
}

.strip ul {
	padding: 0px;
	display: flex;
	list-style-type: none;
	gap: 100px;
	padding-top: 50px;
	margin-bottom: 0px;
	height: 100%;
}
.strip ul li {
	background: red;
	width: 60px;
	/*    height: 100vh;*/
}

.service .about_data {
	padding: 0px 0px;
	height: 100%;
	overflow: hidden;
}
.strip {
	height: 100%;
}
.service_col {
	padding-bottom: 20px;
	padding-top: 20px;
}


.service_col h3 {
	padding-bottom: 20px;
	color: #dc1a57;
}



#service_offer .service_col {
	padding-bottom: 20px;
	height: 100%;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

#service_offer .about_data li {
	width: 100%;
	height: 60px;
}
#service_offer .about_data ul {
	list-style-type: none;
	margin-bottom: 0px;
}

.contact_btn.btn_nav {
	padding: 10px 40px;
	text-align: center;
	width: fit-content;
	color: white;
}
.contact_btn.btn_nav .contact-link {
	color: white;
	padding: 10px 40px;
	display: block;
}

.conttact_form input {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
}

.conttact_form textarea {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	height: 100px;
}
.conttact_form .wpcf7-submit {
	width: fit-content;
	background: #003f68;
	color: white;
	padding: 10px 35px;
}

.conttact_form {
	padding: 20px;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 2px 4px 0px #d0cdcd;
}
footer {
	background: #003f68;
}

footer {
	padding: 80px 0px;
}

.con_info a {
	color: white;
	font-size: 18px;
	padding: 12px 0px;
	word-break: break-all;
	display: flex;
	gap: 20px;
	text-decoration: none;
}
.footer_logo_2 ul {
	list-style-type: none;
	display: flex;
	gap: 30px;
	justify-content: center;
	padding: 0px;
	flex-direction: column;
	align-items: center;
	max-width: 120px;
	margin:0 auto;
}

.footer_logo_2 i {
	font-size: 25px;
	color: white;
}

button.navbar-toggler {
	background: #de1255;
}


.con_info i.fa.fa-phone {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	color: transparent;
	transform: scaleX(-1);
}

.con_info i {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	color: transparent;
	font-size: 26px;
}



.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: url('https://chardayo3.sg-host.com/wp-content/uploads/2023/10/icon.png') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.slider video {
	width: 100%;
	object-fit: cover;
	height: auto;
}

html {
	scroll-padding-top: 80px;
}

.about_data h2 {
	font-size: 60px;
	color: #dc1a57;
	position: relative;
	z-index: 99;
}

.partner-slider .item img {
	width: 160px;
	height: 100px;
	object-fit: contain!important;
	display: block;
	margin: 0 auto;
}

.partner-slider .item img.img{
	width:270px;
	margin-top: 15px;
}



.partner-slider .slick-arrow{
	display: none!important;
}

.partner-slider ul.slick-dots li {
	list-style: none;
	padding: 0 5px;
	border: 0;
	font-size: 0;
	display: inline-block;
}
.partner-slider ul.slick-dots li button {
	border: 0;
	background: #003f68;
	width: 10px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
}
.partner-slider ul.slick-dots {
	padding: 30px 0 20px;
	margin: 0;
	text-align: center;
}

.partner-slider ul.slick-dots li.slick-active button{
	background: #de1255;
}

#service_offer .service_col {
	animation-duration: 3s;
}

.con_info a:hover {
	color: #de1255;
}



@media screen and (min-width: 769px) {
	.dropend:hover>.dropdown-menu {
		position: absolute;
		top: 0;
		left: 100%;
	}
	.footer_logo {
		width: 100%;
		margin: 0 auto;
		max-width: 320px;
	}

	.dropend .dropdown-toggle {
		margin-left: 0.5em;
	}
}











@media (max-width:1400px){
	a.nav-link {
		font-size: 18px !important;
	}
}



@media(max-width:1200px){
	.about_data h2 {
		font-size: 40px;
		color: #dc1a57;
	}

	a.nav-link {
		font-size: 15px !important;
	}
	.footer_logo {
		/*    width: 30%;*/
		margin: 0 auto;
	}
	.navbar-collapse .navbar-nav {
		width: 100%;
		justify-content: end;
		gap: 1px;
	}

}


@media (max-width:991px){


	.service_col br {
		display: none;
	}
	.con_info a br {
		display: none;
	}
	#service_offer .about_data ul {
		list-style-type: none;
		margin-bottom: 0px;
		padding: 0px;
	}
	.about_data h2 {
		font-size: 40px;
		color: #dc1a57;
	}
	.about_data h2 br {
		display: none;
	}
	.strip ul {
		height: 500px;
	}
	.p-xs-1 {
		padding: 20px !important;
	}
	.about_data {
		padding: 0px 0px;
	}


	.service {
		padding: 40px 0px;
	}

	footer {
		padding: 40px 0px;
	}

	.about_section {
		background: #f7f7f7;
		padding: 40px 15px;
	}
	.mb_b{
		margin-bottom: 20px;
	}
	.con_info {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer_logo {
		/*    width: 30%;*/
		margin: 0 auto;
	}

}

@media (max-width:768px){
	.about_data h2 {
		font-size: 30px;
		color: #dc1a57;
	}
	.d_none {
		display: none;
	}

	.footer_logo {
		width: 50%;
		margin: 0 auto;
	} 



	.strip ul {
		gap: 40px;
	}

	.conttact_form {
		margin-top: 30px;
	}

	.navbar-collapse {
		position: absolute;
		width: 100%;
		background: #fff;
		top: 81px;
		padding: 0 15px 20px;
		left: 0;
	}

	html {
		scroll-padding-top: 50px;
		scroll-behavior: smooth;
	}
}

@media (max-width:576px){
	.partner-slider .item img{
		width: 130px;
	}
	.partner-slider .item img.img{
		width:170px;
	}
}

@media (max-width:365px){
	a.navbar-brand.fw-bold {
		width: 75%;
	}
}

/* Push content below the fixed v2 navbar (96px desktop / 80px mobile) */
.privacy_policy_page_content {
	padding-top: 96px;
}
body.admin-bar .privacy_policy_page_content {
	padding-top: 128px; /* 96 + 32 WP admin bar */
}
@media only screen and (max-width: 991px) {
	.privacy_policy_page_content {
		padding-top: 80px;
	}
	body.admin-bar .privacy_policy_page_content {
		padding-top: 112px; /* 80 + 32 */
	}
}

.privacy_policy_page_content .row {
	overflow: visible;
}

.privacy_policy_page_content .h1 {
	margin-bottom: 1rem;
	color: #dc1a57;
}

.privacy_policy_page_content .privacy_policy_page_content_box {
	margin: 2rem 0;
}

.privacy_policy_page_content a {
	color: #003f68 !important;
	text-decoration: underline !important;
}

.privacy_policy_page_content a:hover {
	color: #003f68 !important;
	text-decoration: none !important;
}

.privacy_sidebar {
	position: sticky;
	top: 112px; /* 96px navbar + 16px gap */
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.privacy_sidebar .main_item_2 {
	margin-top: 20px;
}

.privacy_sidebar a.active {
	font-weight: bold;
	color: #dc1a57 !important; /* example active color */
}

.privacy_sidebar a {
	font-size: 1.2rem;
	text-decoration: none !important;
}

.privacy_sidebar a.sub_item {
	padding-left: 15px;
}

@media only screen and (max-width: 991px) {
	.privacy_sidebar {
		display: none !important;
	}
}