@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
	font-family: "TeXGyreAdventor_bold";
	src:
		url("../fonts/texgyreadventor-bold.woff2") format("woff2"),
		url("../fonts/texgyreadventor-bold.woff") format(woff);
	font-weight: Black;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "TeXGyreAdventor_regular";
	src:
		url("../fonts/texgyreadventor-regular.woff2") format("woff2"),
		url("../fonts/texgyreadventor-regular.woff") format(woff);
	font-weight: Black;
	font-style: normal;
	font-display: swap;
}
body {
	font-size: 1rem;
	font-family: "Jost", sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}
/* Slider CSS */
.commen-slider .slide .slide__content--headings h2 {
	font-family: "TeXGyreAdventor_bold";
}
.commen-slider .slide .slide__content--headings p {
	font-size: 1.1rem;
	font-weight: 400;
}
/* .commen-slider .slide__img:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #0a0a0a6b;
	z-index: 999;
	width: 100%;
	height: 100%;
} */
.close-button {
	display: none;
}
@media (min-width: 992px) {
	.commen-slider .slider,
	.commen-slider .slide {
		height: calc(100vh - 8px);
		background-color: #fff;
	}
}
.commen-slider .slide {
	position: relative;
}
.commen-slider .slide .slide__img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

@media (min-width: 992px) {
	.commen-slider .slide .slide__img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}
.commen-slider .slide .slide__img img {
	/* max-width: 100%; */
	height: auto;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transition: all 1s ease;
}
.commen-slider .slide .slide__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.commen-slider .slide .slide__content--headings {
	text-align: left;
	color: #fff;
	/* text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	0px 8px 13px rgba(0,0,0,0.1),
	0px 18px 23px rgba(0,0,0,0.1); */
}
.commen-slider .slide .slide__content--headings h2 {
	font-size: 5rem;
	margin: 10px 0;
	font-weight: 700;
	margin-bottom: 4rem;
	line-height: 1;
	text-shadow:
		0px 4px 3px rgba(0, 0, 0, 0.4),
		0px 8px 13px rgba(0, 0, 0, 0.1),
		0px 18px 23px rgba(0, 0, 0, 0.1);
}

.commen-slider .slide .slide__content--headings .animated {
	transition: all 0.5s ease;
}
.commen-slider .slider [data-animation-in] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	transition: opacity 0.5s ease 0.3s;
}
.commen-slider .slick-dotted .slick-slider {
	margin-bottom: 30px;
}
.commen-slider .slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	left: 6%;
}
.commen-slider .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.commen-slider .slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.commen-slider .slick-dots li button:hover,
.commen-slider .slick-dots li button:focus {
	outline: none;
}
.commen-slider .simple-dots .slick-dots li {
	width: 20px;
	height: 20px;
}
.commen-slider .simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: white;
	opacity: 0.25;
	width: 20px;
	height: 20px;
}
.commen-slider .simple-dots .slick-dots li button:hover,
.commen-slider .simple-dots .slick-dots li button:focus {
	opacity: 1;
}
.commen-slider .simple-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
}
.commen-slider .stick-dots .slick-dots li {
	height: 22px;
	width: 22px;
}
.commen-slider .stick-dots .slick-dots li button {
	position: relative;
	background-color: white;
	width: 22px;
	height: 22px;
	padding: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	background-color: rgba(102, 102, 102, 0.4);
}
.commen-slider .stick-dots .slick-dots li button:hover,
.commen-slider .stick-dots .slick-dots li button:focus {
	opacity: 1;
}
.commen-slider .stick-dots .slick-dots li.slick-active button {
	color: white;
}
.commen-slider .stick-dots .slick-dots li.slick-active button:hover,
.commen-slider .stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1;
}
.commen-slider .stick-dots .slick-dots li button:before {
	box-sizing: border-box;
	content: "";
	border: 2px solid #fff;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	box-shadow:
		0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5),
		inset 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.commen-slider .stick-dots .slick-dots li.slick-active button:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	border-width: 6px;
}
.commen-slider .slick-arrow {
	position: absolute;
	bottom: 25px;
	font-size: 0;
	right: 6%;
	height: 48px;
	width: 48px;
	margin-bottom: 30px;
	border-radius: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	background-color: transparent;
}
.commen-slider .slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.643);
}
.commen-slider .slick-arrow.slick-next {
}
.commen-slider .slick-arrow.slick-next::before {
	content: "";
	background-image: url(../images/next-arrow.svg);
	width: 30px;
	height: 30px;
}
.commen-slider .slick-arrow.slick-prev::before {
	content: "";
	background-image: url(../images/prev-arrow.svg);
	width: 30px;
	height: 30px;
}
.commen-slider .slick-arrow.slick-prev {
	right: 11%;
	z-index: 999;
}

/* /////////// IMAGE ZOOM /////////// */
/* @-webkit-keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1);
	}
	to {
		transform: scale3d(1.1, 1.1, 1.1);
	}
}
@keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1);
	}
	to {
		transform: scale3d(1.1, 1.1, 1.1);
	}
}
.zoomInImage {
	-webkit-animation-name: zoomInImage;
	animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
@keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.zoomOutImage {
	-webkit-animation-name: zoomOutImage;
	animation-name: zoomOutImage;
} */

/* Slider CSS Close */
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background-color: rgba(0, 0, 0, 0.52);
}
.darkHeader {
	background-color: #0e0e0e;
	position: fixed;
}
/* header:not(.clone) {
	backdrop-filter: blur(16px);
} */
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo img {
	height: 70px;
}
.header-menu-wrap ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-menu-wrap ul li {
	line-height: 80px;
}
.header-menu-wrap ul li a {
	max-height: 100%;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
}
.header-menu-wrap ul li a span.text-menu {
	display: inline-block;
	max-height: 100%;
	padding: 0 1rem;
	color: #fff;
	transition:
		color 0.4s,
		background-color 0.4s,
		opacity 0.4s;
	position: relative;
	z-index: 10;
}
.header-menu-wrap ul li a span.text-menu::before {
	background-color: #fceddb;
	border-color: #fceddb;
	clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	transition: height 0.3s;
	z-index: -1;
}
.header-menu-wrap ul li a:hover span.text-menu::before {
	height: calc(100% + 15px);
	top: 0;
	bottom: auto;
}
.header-menu-wrap ul li a:hover span.text-menu {
	color: #073842;
}
.mobile-click {
	display: none;
}
/* TypeWriter Effect CSS */

.animate-text h2,
.section-heading h2 {
	overflow: hidden;
	font-family: "TeXGyreAdventor_bold";
	font-size: 90px;
	color: #073842;
	line-height: 100px;
}
.section-heading h1 {
	overflow: hidden;
	font-family: "TeXGyreAdventor_bold";
	font-size: 90px;
	color: #073842;
	line-height: 100px;
}
.section-heading h4{
	color: #073842;
	font-family: "TeXGyreAdventor_bold";
	font-size: 56px;
	line-height: 1.5;
}
.section-heading.white h2 {
	color: #ffffff;
}
.subTitle.white {
	color: #ffffff;
}
/* Animation */
.animate-text h2 {
	animation:
		animated-text 4s linear 1s 1 normal both,
		animated-cursor 600ms linear infinite;
}
.btn-footer {
	font-size: 20px;
	color: #ffffff;
	border-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-radius: 22px 22px 22px 22px;
	padding: 10px 40px 10px 40px;
	transition:
		color 0.25s ease-in-out,
		background-color 0.25s ease-in-out,
		border-color 0.25s ease-in-out;
}
.btn-footer:hover {
	color: #000000;
	background-color: #ffffff;
}

.acco-head {
	position: relative;
	font-weight: 400;
	color: #203556;
	font-size: 24px;
	border-bottom: 1px solid #ebebeb;
	padding: 0.8rem 0;
	margin-bottom: 0.5rem;
	cursor: pointer;
}
.acco-head::after {
	content: "";
	position: absolute;
	background-image: url(../images/plus.svg);
	width: 30px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.acco-head.active::after {
	background-image: url(../images/minus.svg);
}
.acco-content {
	margin-bottom: 1rem;
	display: none;
}

/* text animation */

@keyframes animated-text {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

/* cursor animations */

@keyframes animated-cursor {
	from {
		border-right-color: rgba(255, 255, 255, 0.75);
	}
	to {
		border-right-color: transparent;
	}
}

/* Actual CSS */

.max-gap {
	padding: 80px 0;
}
.subTitle {
	font-size: 51px;
	color: #073842;
	font-weight: 500;
	line-height: 1;
	padding: 0rem 0 1rem;
}
.subTitle.small{
	font-size: 32px;
	margin-top: 1rem;
}
.services-cont ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.services-cont ul li {
	color: #203556;
	transition: color 0.3s;
	font-size: 16px;
	font-weight: 500;
	padding: 0.6rem 0;
	position: relative;
	padding-left: 30px;
}
.services-cont ul li:before {
	content: "";
	background-image: url(../images/plus.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 999;
	background-size: contain;
	left: 0;
	background-repeat: no-repeat;
}
.scrolling-text-section {
	background-image: url(../images/living-room-interior.jpg);
	background-position: center center;
	background-attachment: fixed;
	min-height: 247px;
	position: relative;
	margin: 0px 0;
	padding: 180px 0;
	overflow-x: hidden;
	overflow-y: hidden;
	background-size: cover;
}
/* Scrolling Text */
.scrolling-message {
	display: flex;
	flex-shrink: 0;
	height: 50px;
	align-items: center;
	animation: scrolling-slide-left 20s linear infinite;
	-webkit-animation: scrolling-slide-left 20s linear infinite;
}
.scrolling-message span {
	font-size: 2.5em;
	font-weight: 100;
	padding-left: 0.5em;
	font-family: "Bebas Neue", sans-serif;
	font-size: 100px;
	font-weight: 400;
	-webkit-text-stroke-color: #fffdf2;
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	text-shadow: none;
}
@keyframes scrolling-slide-left {
	0% {
		transform: translate(0, 0%);
		opacity: 0%;
	  }
	  10%{
		opacity:100%;
	  }
	  90%{
		opacity:100%;
	  }
	  100% {
		transform: translate(-100%, 0%);
		opacity: 0%;
	}
}

.awtech-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}
.awtech-shape-top {
	top: -1px;
}
.awtech-shape-bottom {
	transform: rotate(180deg);
	bottom: -1px;
}
.awtech-shape .awtech-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}
.awtech-shape.awtech-shape-bottom svg {
	z-index: -1;
	height: 34px;
	display: block;
	width: calc(100% + 3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.awtech-shape.awtech-shape-top svg {
	height: 30px;
	width: calc(100% - 3px);
}

/* core-values-list css */
.core-values-list {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	border-bottom: 1px solid rgba(2, 1, 1, 0.078);
	margin-bottom: 1.5rem;
}
.core-values-list li {
	color: #203556;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0.4px;
	word-spacing: 0px;
	padding: 0.5rem 1.2rem;
	flex: 1 1 0;
	position: relative;
}
.core-values-content {
	display: none;
}

.core-values-list li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 1;
	transform: scaleX(0);
	transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
	height: 2px;
	bottom: 0px;
	background-color: #203556;
}
.core-values-list li.active:after {
	transform: scaleX(1);
	transform-origin: left;
}

#carousel {
	position: relative;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

#carousel .slider-button {
	font-size: 1rem;
	padding: 5px 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--unhover-background-color);
	border: 2px solid var(--unhover-border-color);
	color: var(--unhover-text-color);
	z-index: 10;
	cursor: pointer;
}

#carousel .slider-button-prev {
	left: 2rem;
}

#carousel .slider-button-next {
	right: 2rem;
}

#carousel .slider-button:hover,
#carousel .slider-button:focus {
	background-color: var(--hover-background-color);
	border: 2px solid var(--hover-border-color);
	color: var(--hover-text-color);
}

#carousel ul.slides {
	list-style-type: none;
	height: 100%;
	width: 100%;
}

#carousel li.slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity var(--transition-delay);
	transition-delay: var(--transition-delay);
}

#carousel .slide > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#carousel li.slide[data-active-slide] {
	opacity: 1;
}

#carousel .slides-circles {
	display: flex;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

#carousel .slides-circles > div {
	height: 20px;
	width: 20px;
	margin: 10px;
	border: 3px solid white;
	border-radius: 50%;
	transition: background-color var(--transition-delay);
	transition-delay: var(--transition-delay);
}

#carousel .slides-circles > div[data-active-slide] {
	background-color: white;
}

.progress {
	height: 1px;
}
.progress-bar {
	background-color: #203556;
}
.icon-size svg {
	height: 60px;
	background: #fff;
	padding: 0 1.5rem;
}
.icon-size svg path {
	fill: #203556;
}
.inner-icon-flow-block {
	width: 25%;
	margin: 0 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inner-icon-flow-block .content {
	margin-top: 2rem;
}
.inner-icon-flow-block h3{
	font-size: 1.5rem;
}
.inner-icon-flow {
	position: relative;
}
.inner-icon-flow::before {
	content: "";
	position: absolute;
	width: 100%;
	background-color: #d9dde6;
	height: 1px;
	left: 0;
	top: 80px;
	z-index: -1;
}
.icon-size {
	padding: 0 1rem;
	text-align: center;
	position: relative;
}
.icon-size .circle-count {
	position: absolute;
	font-size: 15px;
	font-weight: 500;
	width: 27px;
	height: 27px;
	background-color: #203556;
	color: #fff;
	top: -10px;
	right: 35px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-icon-flow-block .moretext {
	display: none;
}
.moreless-button {
	color: #fff;
	font-size: 14px !important;
	margin-top: 1rem;
}
.multiple-items .items,
.multiple-brands .items, .brands-items .items {
	padding: 1rem;
}
.multiple-items .slick-arrow,
.slide-items .slick-arrow, .brands-items .slick-arrow  {
	background-color: transparent;
	border: 0;
	font-size: 0;
	width: 60px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	position: absolute;
	z-index: 999;
}
.brands-items .slick-arrow{
	background-color: rgba(0, 0, 0, 0.672);
}
.multiple-items .slick-next,
.slide-items .slick-next, .brands-items .slick-next {
	background-image: url(../images/left-arrow-1.svg);
	right: 40px;
}
.brands-items .slick-next {
	right: 0 !important;
	top: 100% !important;
}
.brands-items .slick-prev{
	top: 100% !important;
	right: 70px !important;
	left: auto !important;
}
.multiple-items .slick-prev,
.slide-items .slick-prev, .brands-items .slick-prev {
	background-image: url(../images/right-arrow-1.svg);
	left: 40px;
}
.testimonails-block {
	position: relative;
	overflow: hidden;
}
.testimonails-block .testimonails-m-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 1;
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	padding: 30px;
	z-index: 1;
}
.testimonails-m-title {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.4px;
	word-spacing: 0px;
	margin-bottom: 15px;
}
.testimonails-e-social-icon img {
	height: 15px;
	width: auto;
}

.testimonails-m-role {
	font-size: 16px;
	line-height: 1px;
	letter-spacing: 0.7px;
	margin-bottom: 20px;
}
.testimonails-block:hover .testimonails-m-content {
	transform: translateY(0);
	align-items: flex-start;
}
.testimonails-m-social-icons {
	display: flex;
}
.testimonails-e-social-icon-link {
	display: block;
	margin-right: 1rem;
}
.testimonails-block.middle-block {
	transform: translateY(-3rem);
	-webkit-transform: translateY(-3rem);
	-moz-transform: translateY(-3rem);
	-ms-transform: translateY(-3rem);
	-o-transform: translateY(-3rem);
}
.lets-talk-container {
	background-image: url(../images/get-in-touch.jpg);
	padding: 80px 0;
	background-attachment: fixed;
	background-position: 40% 40%;
}
.footer-top {
	background-color: #0e0e0e;
	padding: 70px 0;
	color: #ffffff;
}
.footer-logo img {
	height: 70px;
}
.footer-bottom {
	background-color: #ffffff;
	padding: 1rem 0;
}
.footer-bottom p {
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: 0.2rem;
}
.form-control {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.129);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin-bottom: 1.5rem;
}
.form-control:focus {
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
textarea.form-control {
	height: 120px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #203556;
	border: 1px solid #203556;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	font-size: 18px;
	box-shadow: none;
}
.contact-number {
	color: #203556;
	font-weight: 800;
}
.gray-background{
	background-color: #F8F8F8;
}
.testi-n-blk {
	background-color: #ffffff;
	padding: 1rem;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	height: 350px;
	color: #404040;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 3px 5px 30px #00000026;
	border-radius: 8px;
}
.testi-n-blk-para {
	height: 220px;
	overflow-y: scroll;
}
.testi-n-blk-para{
	font-size: 16px;
}



  .testi-n-blk-para::-webkit-scrollbar {
	width: 4px;
  }
  
  .testi-n-blk-para::-webkit-scrollbar-track {
	background-color: rgb(240, 235, 235);
  }
  
  .testi-n-blk-para::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
.testi-n-blk-info p{
	margin-bottom: 0;
}
.testi-n-blk-info h6{
	color: #073842;
}
.testi-n-blk:hover {
	/* transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%); */
	background-color: #eee;
}
.testi-n-blk h6 {	
	position: relative;
	padding-left: 1.5rem;
}
.testi-n-blk h6:before {
	content: "";
	position: absolute;
	background-color: #073842;
	width: 0.8rem;
	height: 0.2rem;
	top: 50%;
	left: 0;
}
.footer-link {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-link li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-bottom: 0.8rem;
}

@media (min-width: 1025px) {
	.commen-slider .slide .slide__img img {
		max-width: 100%;
		height: 100%;
	}
}
@media (max-width: 1025px) {
	.commen-slider .slide .slide__img {
		height: 100vh;
	}
	.commen-slider .slide .slide__img img {
		height: 100vh;
	}
	.animate-text h2,
	.section-heading h2 {
		font-size: 80px;
		line-height: 90px;
	}
	.commen-slider .slide .slide__content--headings h2 {
		font-size: 4rem;
	}

	.commen-slider .slide .slide__content {
		z-index: 999;
	}
	.commen-slider .slide__img:before {
		z-index: 1;
	}
}
@media (max-width: 991px) {
	header {
		position: fixed !important;
		background-color: #000000;
		z-index: 999 !important;
	}
	.header-menu-wrap {
		position: fixed;
		height: 100vh;
		max-width: 100%;
		background-color: #ffffff;
		right: 0;
		top: 0;
		z-index: 999;
		visibility: hidden;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		opacity: 0;
		overflow-y: hidden;
	}
	.header-menu-wrap.active {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}
	.header-menu-wrap ul {
		display: flex;
		flex-direction: column;
		padding-top: 4rem;
	}
	.header-menu-wrap ul li {
		font-size: 3rem;
	}
	.header-menu-wrap ul li a {
		line-height: 3.2rem;
		display: block;
		text-decoration: none;
	}
	.header-menu-wrap ul li a span.text-menu {
		color: #212529;
		font-size: 3rem;
		line-height: 3;
		padding-left: 3rem;
		display: block;
	}
	.home-slider{
		margin-top: 70px;
	}
	.commen-slider .slick-arrow{
		bottom: 15px;
		margin-bottom: 0;
		z-index: 9 !important;
	}
	.close-button {
		position: absolute;
		top: 2rem;
		right: 3rem;
		cursor: pointer;
		display: block;
	}
	.close-button img {
		height: 30px;
	}
	.commen-slider .slick-arrow.slick-prev {
		right: 13%;
	}
	.commen-slider .slide .slide__content--headings h2 {
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 1.5rem;
	}
	.mobile-click {
		display: block;
	}
	.mobile-click img {
		width: 30px;
		height: 30px;
	}
	.active-hidden {
		display: flex;
		height: 100vh;
		overflow-y: hidden;
	}
	body {
		overflow-x: hidden;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.single-image.commen-slider .slide .slide__img {
		height: auto;
	}
	.single-image.commen-slider .slide .slide__img img {
		height: auto;
	}
	.commen-slider .slick-arrow.slick-prev {
		right: 22%;
	}
	.animate-text h2,
	.section-heading h2 {
		font-size: 50px;
		line-height: 60px;
	}
	.core-values-list li {
		padding: 0.5rem 0.2rem;
		font-size: 16px;
		line-height: 16px;
	}
	.testi-n-blk {
		margin-bottom: 1rem;
	}
	.inner-icon-flow {
		overflow-x: auto;
	}
	.inner-icon-flow-block {
		flex: 1 1 auto;
		margin: 0 1.5rem;
		min-width: 240px;
	}
	#carousel {
		display: none;
	}
	.mb-m-4 {
		margin-bottom: 1rem;
	}
	.header-menu-wrap ul li a span.text-menu {
		font-size: 2rem;
		line-height: 3;
	}
	.commen-slider .slide .slide__img{
		width: 100%;
		height: auto !important;;
	}
	.commen-slider .slide .slide__img img{
		width: 100%;
		height: auto !important;
	}
}
