@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: "Noto Sans Bengali", sans-serif;
	font-weight: normal;
	font-style: normal;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .3s linear;
}

a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

:root {
	/* font-color */
	--primary-color: #1A1A1A;
	--p-color: #4D4D4D;
	--theme-color: #C0272D;
	--strock-color: #E6E6E6;
	--white-color: #FFFFFF;


	/* font */
	--noto-bengali: "Noto Serif Bengali", serif;
	--hind-sliguri: "Hind Siliguri", sans-serif;
	--roboto-slab: "Roboto Slab", serif;
}

.site {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

.site-content {
	flex: 1;
}

/*Scroll Area*/
.scroll-area {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
}

.scroll-area i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--theme-color);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border: 1px solid var(--light);
	-webkit-animation: ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
}

.scroll-area i:hover {
	background: var(--white-color);
	color: var(--theme-color);
}

@-webkit-keyframes ripple-red {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3), 0 0 0 8px rgba(255, 0, 0, 0.2), 0 0 0 16px rgba(255, 0, 0, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3), 0 0 0 8px rgba(255, 0, 0, 0.2), 0 0 0 16px rgba(255, 0, 0, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 8px rgba(255, 0, 0, 0.3), 0 0 0 16px rgba(255, 0, 0, 0.2), 0 0 0 24px rgba(255, 0, 0, 0);
		box-shadow: 0 0 0 8px rgba(255, 0, 0, 0.3), 0 0 0 16px rgba(255, 0, 0, 0.2), 0 0 0 24px rgba(255, 0, 0, 0);
	}
}

@keyframes ripple-red {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3), 0 0 0 8px rgba(255, 0, 0, 0.2), 0 0 0 16px rgba(255, 0, 0, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3), 0 0 0 8px rgba(255, 0, 0, 0.2), 0 0 0 16px rgba(255, 0, 0, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 8px rgba(255, 0, 0, 0.3), 0 0 0 16px rgba(255, 0, 0, 0.2), 0 0 0 24px rgba(255, 0, 0, 0);
		box-shadow: 0 0 0 8px rgba(255, 0, 0, 0.3), 0 0 0 16px rgba(255, 0, 0, 0.2), 0 0 0 24px rgba(255, 0, 0, 0);
	}
}

@-webkit-keyframes ripple-blue-small {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-blue-small {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0);
	}
}


/*Header*/

.header-area {
	background: #FFFFFF;
	box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.header-bottom.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: var(--white-color);
	top: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
	animation: sticky 1s;
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}



/*navbar here*/
.header-bottom {}

.header-menu {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.mobile-toggle .call_button a,
.header-menu .call_button a {
	font-family: var(--hind-sliguri);
	color: var(--white-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 20px 10px 10px;
	background: var(--theme-color);
	border-radius: 8px;
	transition: all 0.3s linear;
	border: 1px solid transparent;
}

.mobile-toggle .call_button a:hover,
.header-menu .call_button a:hover {
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--theme-color);
}

.mobile-toggle .call_button i,
.header-menu .call_button i {
	padding: 7px 8px;
	border-radius: 8px;
	color: var(--theme-color);
	background-color: var(--white-color);
	margin-right: 5px;
	transition: all 0.3s linear;
}

.mobile-toggle .call_button a:hover i,
.header-menu .call_button a:hover i {
	color: var(--white-color);
	background-color: var(--theme-color);
}

.header-horizontal-menu .menu-content li {
	display: inline-block;
	position: relative;
}

.header-horizontal-menu .menu-content li:not(:last-child) {
	margin-right: 20px;
}

.header-horizontal-menu .menu-content li a {
	display: block;
	padding: 11px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	transition: all 0.3s linear;
	font-family: var(--noto-bengali);
}

.header-horizontal-menu .menu-content li a:hover {
	color: var(--theme-color);
	background-color: #FFF5F4;
}


.header-horizontal-menu .menu-content li .sub-menu {
	box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: absolute;
	top: 100%;
	width: 240px;
	left: 0;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-90deg);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	padding: 12px 0;
}

.header-horizontal-menu .menu-content li .sub-menu li {
	margin-left: 0;
	padding: 0;
	display: block;
	position: relative;
}

.header-horizontal-menu .menu-content li .sub-menu li a {
	color: #333;
	line-height: 40px;
	height: auto;
	display: block;
	letter-spacing: 0;
	font-size: 16px;
	padding: 0 25px;
	font-weight: 400;
	position: relative;
	text-align: start;
}

.header-horizontal-menu .menu-content li .sub-menu li a i {
	position: absolute;
	top: 0;
	right: 25px;
	line-height: 40px;
}

.header-horizontal-menu .menu-content li .sub-menu li:hover>a {
	color: #FF004C;
}

.header-horizontal-menu .menu-content li .sub-menu li .sub-menu {
	top: 20px;
	left: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

.header-horizontal-menu .menu-content li .sub-menu li:hover .sub-menu {
	top: 0;
	opacity: 1;
	visibility: visible;
}

/*=========== Mobile  ========================================*/
.mobile-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-toggle a {
	color: var(--theme-color);
	line-height: 39px;
	font-size: 24px;
	padding: 5px;
	display: inline;
}

.mobile-toggle .call_button a {
	font-size: 16px;
	margin-left: 0;
}

/*OVERLY Start*/
.overlay {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: 99;
	visibility: visible;
	opacity: 0;
	visibility: hidden;
}

.overlay.open {
	opacity: 0.6;
	visibility: visible;
}

/*END OVERLY*/
.mobile-off-canvas-menu {
	position: fixed;
	top: 0;
	left: -350px;
	background: #031822;
	z-index: 999;
	width: 350px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.mobile-off-canvas-menu.open {
	left: 0;
}

.mobile-canvas-close {
	background: var(--theme-color);
	padding: 0 35px;
}

.mobile-canvas-close p {
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	pointer-events: none;
	position: relative;
}

.mobile-canvas-close p i {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	height: 40px;
	cursor: pointer !important;
	z-index: 6;
}

.mobile-main-menu .menu-content li {
	position: relative;
}

.mobile-main-menu .menu-content li a {
	font-family: var(--noto-bengali);
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 35px;
	padding-right: 50px;
	line-height: 30px;
	text-transform: capitalize;
	border-top: 1px solid #e5e5e5;
}

.mobile-main-menu .menu-content li.active a,
.mobile-main-menu .menu-content li a:hover {
	background-color: var(--theme-color);
}

.mobile-main-menu .menu-content li a i {
	margin-right: 10px;
	color: var(--theme-color);
}

.mobile-main-menu .menu-content li .mobile-menu-expand {
	position: absolute;
	right: 35px;
	top: 13px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.mobile-main-menu .menu-content li .mobile-menu-expand::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #333;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-main-menu .menu-content li .mobile-menu-expand::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #333;
	left: 50%;
	bottom: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mobile-main-menu .menu-content li.active-expand>.mobile-menu-expand::after {
	height: 0;
}

.mobile-main-menu .menu-content li .sub-menu li a {
	font-weight: 400;
	padding-left: 50px;
}

.mobile-main-menu .menu-content li .sub-menu li .submenu-item li a,
.mobile-main-menu .menu-content li .sub-menu li .sub-menu li a {
	padding-left: 65px;
}

.mobile-main-menu .menu-content li .sub-menu li img {
	padding: 10px;
	padding-right: 20px;
}

.header-horizontal-menu .menu-content li:hover .sub-menu,
.header-horizontal-menu .menu-content li:hover .mega-sub-menu {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* Slider Controller Style */
.left-arrow,
.right-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	color: var(--primary-color);
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);
	box-shadow: 0px 2px 7px 0px #00000026;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 333;
}

.left-arrow {
	left: 0;
}

.right-arrow {
	right: 0;
}

/* Style Start From Here */
.responsive-section {
	padding: 80px 0;
}

.paragraph-text {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
}

/* SECTION */
.section-title-wrap {
	text-align: center;
}

.section-title-wrap .sub-title {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--theme-color);
	padding: 10px;
	border-radius: 8px;
	background: #F2F2F2;
	display: inline-block;
	margin-bottom: 32px;
}

.section-title-wrap .title {
	font-family: var(--hind-sliguri);
	font-size: 36px;
	font-weight: 600;
	color: var(--primary-color);
	padding-bottom: 16px;
	position: relative;
}

.section-title-wrap .title::after {
	content: '';
	position: absolute;
	left: 0;
	background: url(../img/index-page/section-title-back.png) no-repeat;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	z-index: -1;
}

/* BUTTON-section */
.section-btn {
	font-family: var(--hind-sliguri);
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	padding: 12.5px 23px;
	border-radius: 8px;
	display: inline-block;
}

.section-btn:hover {
	color: var(--primary-color);
	background-color: var(--white-color);
}

.section-btn i {
	margin-left: 5px;
}

/* BUTTON-border */
.border-btn {
	font-family: var(--hind-sliguri);
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	border: 1px solid var(--strock-color);
	background: transparent;
	padding: 10.5px 16px;
	border-radius: 8px;
	display: inline-block;
}

.border-btn i {
	margin-left: 5px;
}

.border-btn:hover {
	color: #d6b161;
}


.video-thumbnail {
	position: relative;
}

.video-icon {
	width: 59px;
	height: 59px;
	border-radius: 8px;
	background: var(--white-color);
	opacity: .9;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-animation: ripple-blue-small 2s linear infinite;
	animation: ripple-blue-small 2s linear infinite;
}

.video-icon i {
	color: #FF0000;
	font-size: 18px;
}


/* Page-Banner-Start */
.page-banner {
	background: url(../img/page-banner.png) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 118px 0;
	text-align: center;
}

.page-title {
	font-family: var(--hind-sliguri);
	font-size: 36px;
	font-weight: 600;
	color: var(--primary-color);
}

.back-link-wrap {
	margin-top: 16px;
}

.back-link-wrap .back-link {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
	padding: 5px;
}

.back-link-wrap .back-active {
	color: #FF0000;
}

/* Page-Banner-End */

/* Pagination_Start */
.pagination-wrap .pagination {
	gap: 12px;
}

.pagination-wrap .page-link {
	font-family: var(--noto-bengali);
	color: var(--primary-color);
	background-color: transparent;
	border: none;
	box-shadow: 0px 4px 22px 0px #0000001A;
	border-radius: 3px;
}

.pagination-wrap .page-link:focus {
	box-shadow: unset;
}

.pagination-wrap .page-link:hover,
.pagination-wrap .active-page-link {
	background: var(--theme-color);
	color: var(--white-color);
}

.pagination-wrap .arrow-item:hover {
	background: var(--strock-color);
	color: var(--primary-color);
}

/* Pagination_End */

/*================ Home-Page-Start=================== */
/* ===Hero-banner-style=== */
.hero-banner-section {
	padding: 176px 0;
	position: relative;
}

.bg-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bg-video__content {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hero-banner-section::after {
	content: '';
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 18.07%, rgba(0, 0, 0, 0.05) 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-sub-title {
	font-family: var(--hind-sliguri);
	font-size: 16px;
	font-weight: 500;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(185, 185, 185, 0.2) 100%);
	color: var(--white-color);
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
}

.hero-banner-wrap {
	position: relative;
	z-index: 99;
}

.hero-banner-wrap::after {
	content: '';
	position: absolute;
	background: url(../img/index-page/check-up.png) no-repeat;

	left: 261px;
  top: 306px;


	/* left: 20%;
	top: 78%; */
	width: 115px;
	height: 85px;
	animation: short-updown 5s infinite ease-in-out;
}

@keyframes short-updown {
	0% {
		transform: translateY(0px);
	}

	40% {
		transform: translateY(-12px);
	}

	80% {
		transform: translateY(12px);
	}

	100% {
		transform: translateY(0px);
	}

}


.hero-title-wrap {
	margin: 32px 0;
}

.hero-main-title {
	font-family: var(--hind-sliguri);
	font-size: 90px;
	font-weight: 700;
	color: var(--white-color);
}

.hero-sub-text-wrap {
	max-width: 600px;
	margin-bottom: 48px;
}

.hero-sub-text-wrap .paragraph-text {
	color: var(--white-color);
}

.hero-btn {
	font-family: var(--hind-sliguri);
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	background-color: var(--theme-color);
	padding: 15px;
	border-radius: 44px;
	display: inline-block;
	position: relative;
}

.hero-btn::after {
	position: absolute;
	top: 0;
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	background: var(--theme-color);
	transform: rotate(-45deg);
	transition: all .4s;
}

.hero-btn:hover::after {
	transform: translateX(25px) rotate(0);

}

.hero-btn:hover {
	color: var(--white-color);
}

/* ===Ceo-speech-style=== */
.speech-of-ceo {
	padding-bottom: 165px;
}

.ceo-speech-wrap {
	background: #F3F3F3;
	padding: 32px 24px 0;
	border-radius: 12px;
	position: relative;
}

.ceo-speech-wrap::after {
	content: '';
	position: absolute;
	background: url(../img/index-page/speech-back-top.png) no-repeat;
	background-position: right top;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

.ceo-speech-wrap::before {
	content: '';
	position: absolute;
	background: url(../img/index-page/speech-back-bottom.png) no-repeat;
	background-position: left bottom;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}

.speech-content-wrap {
	position: relative;
	z-index: 11;
}

.speech-video {
	max-width: 1096px;
	margin: 0 auto;
	position: relative;
	bottom: -97px;
}

.speech-title-wrap {
	margin-bottom: -42px;
}

.speech-video img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.ceo-title-wrap {
	position: absolute;
	right: 0;
	bottom: -1px;
	background: #F3F3F3;
	padding: 16px 37px;
	border-radius: 12px 0px;
	min-width: 312px;
	min-height: 97px;
}

.ceo-title-wrap .ceo-name {
	font-family: var(--hind-sliguri);
	font-size: 24px;
	font-weight: 600;
	color: var(--theme-color);
	margin-bottom: 6px;
}

.ceo-title-wrap .ceo-des {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
}

/* ===Client-testimonils-Start=== */
.client-testimonils-wrap {
	position: relative;
	margin-top: 48px;
	padding: 0 24px 48px;
}

.client-testimonils-wrap::after {
	content: '';
	position: absolute;
	background: url(../img/index-page/testimonils-bg.png) no-repeat;
	background-position: bottom center;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.client-testimonils-video {
	margin: 6px;
}

.client-testimonils-video img {
	width: 100%;
	border-radius: 12px;
}

.testimonils-see-all {
	margin-top: 48px;
}

.testimonils-prev,
.testimonils-next {
	top: 38%;
}

.testimonils-prev {
	left: 15px;
}

.testimonils-next {
	right: 15px;
}

/* ===Client-testimonils-End===== */



/*================ Home-Page-End===================== */

/*================ Our-Service-Start================= */
.our-service-wrap {
	margin: 48px 0 24px;
}

.service-card {
	padding: 32px 20px;
	border: 1px solid var(--strock-color);
	border-radius: 8px;
	text-align: center;
	margin-bottom: 24px;
	transition: all .7s;
}

.service-card:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	transform: translateY(-8px);
}

.service-card-logo {
	width: 70px;
	height: 70px;
	padding: 10px;
	margin: 0 auto;
}

.service-card-logo img {
	width: 100%;
	height: 100%;
}

.service-title {
	font-family: var(--hind-sliguri);
	font-size: 28px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 32px 0 24px;
}

.service-card:hover .service-title {
	color: var(--white-color);
}

.service-card:hover .paragraph-text {
	color: var(--white-color);
}

.service-card:hover .border-btn {
	background-color: var(--white-color);
	color: var(--theme-color);
}




.service-description {
	margin-bottom: 24px;
}

/*================ Our-Service-End=================== */
/*================ Our-Portfolio-Start=============== */
.our-portfolio-section {
	background: #EDEEF2;
	padding: 48px 0;
}

.portfolio-card img {
	width: 100%;
	border-radius: 8px;
}

.port-folio-content-wrap {
	margin: 48px 0 24px;
}

.portfolio-card {
	margin-bottom: 24px;
}

.portfolio-card .video-icon {
	width: 48px;
	height: 48px;
}

/*================ Our-Portfolio-End================= */
/*================ Clients-ask-Start================= */
.clients-item {
	border: 1px solid var(--strock-color);
	border-radius: 8px;
}

.clients-ask-img {
	max-width: 490px;
}

.clients-ask-img img {
	width: 100%;
}

.clirnts-ask-accoedion {
	margin-top: 32px;
}

.accordion-flush .accordion-item {
	border: 1px solid var(--strock-color);
	border-radius: 5px;
}


.clients-item:not(:last-of-type) {
	margin-bottom: 24px;
}

.clients-ask-btn {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: #242424;
	border-radius: 5px;
	padding: 19px 24px;
}

.clients-ask-content .accordion-flush .accordion-item:first-child {
	border-top: 1px solid var(--strock-color);
}

.clients-ask-content .accordion-flush .accordion-item:last-child {
	border-bottom: 1px solid var(--strock-color);
}

.clients-item .accordion-button:focus {
	box-shadow: unset;
	color: var(--theme-color);
	border: transparent;
}

.clients-item .accordion-button:not(.collapsed) {
	color: var(--theme-color);
	background-color: transparent;
	box-shadow: unset;
}

.clients-item .accordion-button::after {
	position: absolute;
	display: inline-block;
	right: 10px;
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: none;
}

.clients-item .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f054";
	transform: rotate(90deg);
}

.clients-ask-content .accordion-flush .accordion-item .accordion-button {
	border-radius: 5px;
}

.clients-ask-body {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
}

/*================ Clients-ask-End=================== */

/*================ Show-Offer-Start================== */
.show-offer-slider img {
	width: 100%;
	border-radius: 12px;
}

.show-offer-slider .offer-item {
	margin: 0 6px;
}

/*================ Show-Offer-End==================== */

/*================ Our-Clients-Start================= */
.our-clients-wrap {
	padding: 48px 0;
}

.our-clients-wrap .single-clients {
	height: 151px;
	padding: 24px 0;
	border: 1px solid var(--strock-color);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-clients img {
	height: 100%;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.our-clients-wrap .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 6px;
}

.our-clients-wrap .slick-dots li button {
	width: 8px;
	height: 8px;
	background: var(--theme-color);
	border-radius: 50%;
}

.our-clients-wrap .slick-dots li button::before {
	font-size: 0;
}

.our-clients-wrap .slick-dots {
	bottom: 0;
}

.our-clients-wrap .slick-dots li.slick-active button {
	animation: pulse 2s linear infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(238, 103, 108, 0.8);
	}

	40% {
		box-shadow: 0 0 0 8px rgba(255, 203, 205, 0);
	}

	80% {
		box-shadow: 0 0 0 8px rgba(255, 203, 205, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 203, 205, 0);
	}
}

/*================ Our-Clients-End=================== */
/*================ About Section-start=============== */
.about-section {
	position: relative;
	z-index: 1;
}

.about-section::after {
	content: '';
	position: absolute;
	background: url(../img/about-us/about-animation.png) no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	animation: rotate 20s infinite linear;
	z-index: -1;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

.about-title-wrap {
	margin-bottom: 32px;
}

.about-title-wrap .title {
	font-family: var(--hind-sliguri);
	font-size: 36px;
	font-weight: 600;
	color: var(--primary-color);
}

.about-content-wrap {
	padding-left: 50px;
	position: relative;
}

.about-content-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/about-left.png) no-repeat;
	background-position: left center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	animation: updown 5s infinite ease-in-out;
	z-index: -1;
}

@keyframes updown {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0px);
	}

}


.description,
.description *,
.about-right .top-description,
.about-right .top-description * {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
}

.about-right .top-description p {
	margin-bottom: 10px;
}

.about-right .about-list {
	margin-top: 20px;
}

.description ul li {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: #242424;
}

.description ul li:not(:last-child) {
	margin-bottom: 10px;
}

.description ul li::before {
	content: '\f192';
	font-family: 'Font awesome 5 free';
	font-weight: 400;
	margin-right: 7px;
	color: var(--theme-color);
}

.about-left {
	display: flex;
	justify-content: end;
}

.about-left .video-thumbnail {
	width: 536px;
	height: 500px;
	overflow: hidden;
	border-radius: 24px;
}

.about-left .about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*================ About Section-End================= */
/*================ Team-member-start================= */
.our-member-wrap {
	margin-top: 48px;
}

.our-member-profile {
	margin-bottom: 24px;
	transition: all .5s;
}

.our-member-profile:hover {
	transform: translateY(-5px);
}

.member-profile-img {
	height: 400px;
	overflow: hidden;
}

.member-profile-img img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.member-profile-content {
	background: #F3F3F3;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 32px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	transition: all .5s;
}

.our-member-profile:hover .member-profile-content {
	background-color: var(--theme-color);
}

.member-name {
	font-family: var(--hind-sliguri);
	font-size: 20px;
	font-weight: 600;
	color: #242424;
	transition: all .5s;
}

.our-member-profile:hover .member-name {
	color: var(--white-color);
}

.member-title {
	font-family: var(--noto-bengali);
	font-size: 20px;
	font-weight: 400;
	color: var(--theme-color);
	margin-top: 14px;
	transition: all .5s;
}

.our-member-profile:hover .member-title {
	color: var(--white-color);
}

.social-media-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.social-media-contact a {
	width: 24px;
	height: 24px;
	padding: 4px 6.5px;
	border-radius: 5px;
	font-size: 12px;
	background: var(--white-color);
	color: var(--p-color);
	border: 1px solid var(--strock-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.our-member-profile:hover a {
	color: var(--theme-color);
}

.member-seeall-btn {
	margin-top: 24px;
}

/*================ Team-member-End=================== */
/*================ Service-details-start============= */
.service-details-text {
	margin: 48px 0;
}

.service-details-text * {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
}

.service-details-text p:not(:last-of-type) {
	margin-bottom: 32px;
}

/*================ Service-details-End============= */
/*================ Contact-Us-start================ */
.contact-card {
	padding: 47px 20px;
	border-radius: 8px;
	text-align: center;
}

.contact-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: var(--white-color);
	color: var(--p-color);
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.contact-title {
	font-family: var(--hind-sliguri);
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 32px 0 24px;
}

.contact-by {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
}

.contact-number-card {
	background: linear-gradient(180deg, #DCFCE7 0%, #DEFCE6 100%);
}

.contact-email-card {
	background: linear-gradient(180deg, #FFE2E6 0%, #FFE2E4 100%);
}

.contact-location-card {
	background: linear-gradient(180deg, #FFF3E1 0%, #FFF4DE 100%);

}

/* ===Contact-us-form=== */
.contact-form-wrap {
	margin-top: 48px;
}

.form-input-wrap {
	margin-bottom: 24px;
}

.form-title-wrap{
	margin-bottom: 32px;
}

.form-title{
	font-family: var(--hind-sliguri);
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
}

.form-input-text,
.custom-input-text,
.form-textarea-text {
	display: block;
	width: 100%;
	padding: 14px 24px;
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
	border-radius: 5px;
	border: 1px solid var(--strock-color);
	transition: all .3s;
}

.form-textarea-text:focus-visible {
	outline: unset;
}

.google-location-section iframe {
	width: 100%;
	height: 300px;
}

.form-input-text::placeholder,
.form-textarea-text::placeholder,
.custom-input-text::placeholder{
	color: #808080;
}

.opinion-form .select-text{
	color: #808080;
}

.select-text option{
	font-family: var(--noto-bengali);
	font-size: 14px;
	font-weight: 400;
	color: var(--p-color);
}
.select-text option:hover{
	color: var(--p-color);
}


/*================ Contact-Us-End ================= */
/*================ Blog-Part-Start ================ */
.blog-card {
	margin-bottom: 24px;
	transition: all .5s;
}

.blog-card:hover {
	box-shadow: 0px 4px 22px 0px #0000001A;
	border-radius: 8px;
}

.blog-user-img {
	height: 266px;
	position: relative;
}

.blog-user-img::after {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0.5) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	opacity: 0;
}

.blog-card:hover .blog-user-img::after {
	opacity: 1;
}

.blog-user-img img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.blog-content {
	padding: 24px;
	border: 1px solid var(--strock-color);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.blog-card:hover .blog-content {
	border-color: transparent;
}


.blog-user {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.blog-user-mark {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.blog-user-mark:hover {
	color: #666666;
}

.blog-user-mark i {
	margin-right: 5px;
}

.blog-title-wrap {
	margin: 16px 0;
}

.blog-title-wrap .blog-title {
	font-family: var(--hind-sliguri);
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 16px;
	transition: .5s;
}

.blog-card:hover .blog-title {
	color: var(--theme-color);
}

.blog-card:hover .border-btn {
	background-color: var(--theme-color);
	color: var(--white-color);
	border-color: var(--theme-color);
}

/*================ Blog-Part-End ================== */

/*================ Terms-condition-Start ========== */
.terms-condition-wrap {
	padding-left: 40px;
}

.terms-title {
	font-family: var(--hind-sliguri);
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
}

.terms-condition-item {
	margin-top: 32px;
}

.terms-condition-item li:not(:last-child) {
	margin-bottom: 32px;
}

.terms-single-item {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
	margin-left: 12px;
}

.terms-single-item:hover {
	color: var(--theme-color);
}

.terms-condition-item i {
	font-size: 16px;
	color: var(--primary-color);
}

.terms-details-title {
	font-family: var(--hind-sliguri);
	font-size: 28px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.terms-details-description,
.terms-details-description * {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
}
.terms-details-description h1,
.terms-details-description h2,
.terms-details-description h3,
.terms-details-description h4,
.terms-details-description h5,
.terms-details-description h6{
	font-family: var(--hind-sliguri);
	font-size: 28px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 12px;
}
.terms-details-description h2{
	font-size: 25px;
}
.terms-details-description h3{
	font-size: 22px;
}
.terms-details-description h4{
	font-size: 20px;
}
.terms-details-description h5{
	font-size: 18px;
}
.terms-details-description h6{
	font-size: 16px;
}
.terms-details-description p {
	margin-top: 24px;
}

/*================ Terms-condition-End ============ */

/*================ Blog-Details-Start ============ */

.blog-user-details {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 48px;
}

.blog-user-details i {
	margin-right: 5px;
}

.blog-user-details span:not(:last-of-type) {
	margin-right: 16px;
}

.blog-details-title {
	font-family: var(--hind-sliguri);
	font-size: 36px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 32px;
}

.blog-details-description,
.blog-details-description *{
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
}

.blog-details-description p:not(:last-child) {
	margin-bottom: 24px;
}

.blog-details-top {
	margin-bottom: 48px;
}

.blog-details-video {
	margin: 48px 0;
}

.blog-details-video img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* ===Comments-Part=== */
.blog-comments-part {
	margin: 48px 0;
}

.blog-comment-title {
	font-family: var(--hind-sliguri);
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 40px;
}

.comments-card {
	padding: 16px 24px;
	background: #F3F3F3;
	border-radius: 12px;
}

.comments-card:not(:last-of-type) {
	margin-bottom: 40px;
}

.comments-top-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.commenter-profile {
	display: flex;
	align-items: center;
	gap: 12px;
}

.commenter-img {
	width: 60px;
	height: 60px;
}

.commenter-img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.commenter-name {
	font-family: var(--hind-sliguri);
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 6px;
}

.comment-date {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.comment-date i {
	margin-right: 5px;
}

.replay-comment .replay-link {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
	padding: 4px;
}

.comment-text * {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);

}

.sub-comment-card {
	margin-left: 112px;
}

.your-decession-card {
	background: #F3F3F3;
	padding: 24px;
	border-radius: 12px;
}

.opinion-form .form-input-text,
.opinion-form .custom-input-text,
.opinion-form .form-textarea-text {
	border: none;
	background: #EBEBEB;
}

/*================ Blog-Details-End ============== */

/*================ Privacy-Policy-Start ========== */
.privacy-title {
	font-family: var(--hind-sliguri);
	font-size: 28px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 32px;
}

.privacy-description * {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 400;
	color: var(--p-color);
}

.privacy-description p:not(:last-of-type) {
	margin-bottom: 24px;
}

.privacy-top {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 36px;
}

.privacy-icon-part {
	width: 551px;
	height: 386px;
}

.privacy-icon-part img {
	width: 100%;
	height: 100%;
}

/*================ Privacy-Policy-End ============ */

/* ******** landing page start ****** */
.cta-video {
	margin-bottom: 32px;
}

.cta-video img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.content-section {
	margin-bottom: 48px;
}
.specialOffer-section{
	margin: 48px 0;
}

.specialOffer-section img{
	width: 100%;
	height: 100%;
}




.calender-wrap{
	position: relative;
}

.date-icon-wrap,
.custom-icon-wrap {
	position: absolute;
	top: 15px;
	right: 30px;
	color: var(--p-color);
}
/* ******** landing page end ****** */


/* footer section */
.footer_area {
	background: var(--primary-color);
}

.footer_section {
	padding: 80px 0 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer-widget-1 p {
	font-family: var(--noto-bengali);
	font-weight: 400;
	font-size: 16px;
	text-align: justify;
	color: #ffffff;
	line-height: 26px;
	margin: 32px 60px 32px 0;
}

.footer_menu {
	display: flex;
	padding: 0;
	margin: 0;
}

.footer_menu li {
	margin-right: 16px;
}

.footer_menu li a {
	color: #FF004C;
	font-size: 24px;
}

.footer_section .widget_title {
	font-family: var(--hind-sliguri);
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 24px;
	padding-bottom: 8px;
	position: relative;
	z-index: 1;
}

.footer_section .widget_title::after {
	content: '';
	position: absolute;
	left: 0;
	background: url(../img/index-page/footer-title-back.png) no-repeat;
	width: 100%;
	height: 100%;
	background-position: left bottom;
	z-index: -1;
}

.widget_menu li a {
	font-family: var(--noto-bengali);
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 20px;
	display: block;
}

.widget_menu li a:hover {
	color: var(--theme-color);
}

.widget_menu li a i {
	margin-right: 14px;
}

.copyright-section {
	border-top: 1px solid var(--p-color);
	padding: 28px 0;
}

.copy-right-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.copyright-text {
	font-family: var(--roboto-slab);
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
}

.Social-icon {
	display: flex;
	align-items: center;
	gap: 12px;
}

.Social-icon a {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--strock-color);
	border-radius: 5px;
	color: var(--white-color);
	padding: 4px 6.5px;
	font-size: 12px;
}