html {
	font-size: 1rem;
}

@media screen and (max-width:1920px) {
	html {
		font-size: 1rem;
	}
}

@media screen and (max-width:1440px) {
	html {
		font-size: calc(0.25000000000000006rem + 0.8333333333333333vw);
	}
}

@media screen and (max-width:960px) {
	html {
		font-size: calc(0.7505197505197505rem + 0.4158004158004158vw);
	}
}

@media screen and (max-width:479px) {
	html {
		font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
	}
}

select {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

/* Make text look crisper and more legible in all browsers */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
	outline: 0.125rem solid #4d65ff;
	outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
	margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
	pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
	margin-right: auto !important;
	margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
	display: inline-flex;
}

/* These classes are never overwritten */
.hide {
	display: none !important;
}

@media screen and (max-width: 991px) {

	.hide,
	.hide-tablet {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-mobile-landscape {
		display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.hide-mobile {
		display: none !important;
	}
}

.margin-0 {
	margin: 0rem !important;
}

.padding-0 {
	padding: 0rem !important;
}

.spacing-clean {
	padding: 0rem !important;
	margin: 0rem !important;
}

.margin-top {
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}

.padding-top {
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}

.margin-right {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}

.padding-right {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}

.margin-bottom {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}

.padding-bottom {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

.margin-left {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
}

.padding-left {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
}

.margin-horizontal {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

.padding-horizontal {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.margin-vertical {
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}

.padding-vertical {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

.banr-text {
	margin: 0 auto;
	max-width: 750px;
	text-align: center;
	position: absolute;
	top: 45%;
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	left: 0;
	right: 0;
	display: none;
}

.banr-text h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	padding: 15px 0px 40px;
	transform: translateY(30px);
	font-family: Sanomat Web, serif;
}

.item:before {
	background-color: rgba(0, 0, 0, 0.60);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	display: none;
}

li.casestudy-list-item {
	list-style: none;
	text-align: center;
	font-size: 25px;
}

.smltxt {
	font-size: 18px;
	position: relative;
	text-align: center;
	background: #e31e24;
	color: #fff;
	border-right: 1px solid #fff;
	display: inline-grid;
	z-index: 9;
	width: 100%;
}

.header-content-wrapper img {
	max-width: 250px;
	margin-bottom: 40px;
}

.clients-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 5px;
	gap: 20px;
}

.clients-image p {
	width: 150px;
	border: 1px solid #333;
	background: #fff;
	height: 90px;
	padding: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clients-image img {
	max-height: 60px;
	width: auto;
	height: auto;
	object-fit: cover;
}

.clients-content {
	margin-bottom: 0px;
}

.cowlogo-cont {
	text-align: center;
	max-width: 650px;
	margin: 0 auto 10px;
	width: 100%;
}

.kiswelogo {
	max-width: 250px;
}

.clients-container {
	display: flex;
	justify-content: center;
	gap: 50px;
	width: 100%;
	max-width: 1200px;
}

.our-colla p {
	width: 160px;
}

.our-colla {
	margin-bottom: 20px;
}

.mobview {
	display: none;
}

.deskview {
	display: block;
}

.global-partner {
	color: #e7393f;
	font-size: 27px;
	text-align: center;
	margin-bottom: 0px;
}

.custom-head .heading-style-h1 {
	font-size: 1.5rem;
	text-transform: capitalize;
}

.extranotes {
	text-align: center;
	color: #e7393f;
	margin-bottom: 60px;
	margin-top: 50px;
}

.extranotes h2, .extranotes h3 {
	font-size: 2.00rem;
	margin-bottom: 15px;
}

.extranotes h3 {
	margin-top: 50px;
}

.extranotes a {
	color: #f00;
}

.extranotes li {
	list-style: none;
	font-size: 1.3rem;
	line-height: 2;
}

.extranotes ul {
	padding-left: 0;
}

.contact-con {
	display: flex;
	gap: 20px;
	align-items: center;
	background: #eee;
	margin-bottom: 40px;
}

.contact-con .left, .contact-con .right {
	max-width: 50%;
}

.contact-con a {
	color: #e31e24;
	font-size: 15px;
	display: block;
}

.contact-con h3 {
	font-size: 25px;
	margin-bottom: 5px;
}

.highlight-text {
	background-color: #C6860D;
	color: #fff;
	padding: 0px 5px;
	border-radius: 5px;
}

.viewdvantage h2 {
	line-height: 1.6;
}

.faq-block {
	color: #fff;
	margin-bottom: 15px;
}

.faq-block-q {
	color: #e7393f;
	font-size: 1.2rem;
	text-transform: capitalize;
	display: flex;
	gap: 5px;
	margin-bottom: 1px;
	align-items: center;
}

.faq-block-a span {
	color: #e7393f;
}

.faq-block-a .check {
	color: #fff;
	margin-bottom: 10px;
}

.faq-block-a {
	display: flex;
	gap: 10px;
	text-transform: capitalize;
}

.faq-block-a .pgl {
	padding-left: 10px;
}

.faq-block-q span {
	font-size: 1rem;
}

.white-text {
	color: #fff;
}

.paper-block .mrg-btm {
	margin-bottom: 15px
}

.paper-block img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 8px;
}

.paper-block h4, .paper-block a {
	color: #e7393f;
	text-align: left;
}

.paper-block a:hover {
	text-decoration: none;
}

.paper-block {
    text-align: justify;
    text-transform: capitalize;
}

@media(max-width: 1024px) {
	.clients-container {
		flex-direction: column;
		gap: 20px;
	}

	.our-colla {
		display: grid;
		grid-template-columns: auto auto auto;
		background-color: transparent;
		padding: 0;
	}

	.footer .padding-vertical {
		margin-top: 0px;
	}

}

@media(max-width: 991px) {
	.padding-global.is-footer-mobile .padding-vertical.padding-xlarge {
		display: none;
	}
}


@media(max-width: 991px) and (min-width: 600px) {
	.contact-con .right {
		line-height: 1.1;
	}
}

@media(max-width: 576px) {
	.banr-text {
		max-width: 300px;
		top: 5%;
		-ms-transform: translateY(-15%);
		transform: translateY(-15%);
	}

	.banr-text h1 {
		font-size: 20px;
	}

	.clients-container {
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	.clients-content {
		margin-bottom: 20px;
	}

	.clients-image p {
		width: 200px;
	}

	.our-colla {
		grid-template-columns: auto auto;
	}

	.our-colla p {
		width: 170px;
	}

	.mobview {
		display: block;
	}

	.deskview {
		display: none;
	}

	.mobview .button-primary.is-gradient {
		width: 100%;
		margin-bottom: 30px;
	}

	.mob-btn {
		background-color: unset !important;
		background-image: unset !important;
		width: 100px !important;
		color: #f00;
		text-align: left !important;
		padding: 0 !important;
		justify-content: start;
		line-height: 1px;
		height: auto !important;
	}

	.custom-head .heading-style-h1 {
		font-size: 1.5rem;
	}

	.contact-con {
		flex-direction: column;
		padding-bottom: 20px;
	}

	.contact-con .left, .contact-con .right {
		max-width: 100%;
	}

	.right {
		padding: 5px 25px;
	}

	.padding-global.is-footer-mobile .padding-vertical.padding-xlarge {
		display: none;
	}

	.padding-global.is-footer-mobile {
		padding-top: 30px;
		padding-bottom: 0px !important;
	}

	.contact-con a {
		font-size: 13px;
	}

	.highlight-text {
		display: block;
	}

	.footer .text-size-small.is-mobile-1rem:last-child {
		margin-bottom: 30px !important;
	}

	.faq-block-q {
		line-height: 1.2;
		margin-bottom: 5px;
	}
}


.mainWrapper {
	display: flex;
	gap: 40px;
	padding-bottom: 60px;
}

.sideNav {
	width: 40%;
	position: relative;
}

.navbar__menu {
	position: sticky !important;
	top: 100px;
	background-color: #fff;
	list-style: none;
	padding-left: 0;
	padding: 20px;
	border-radius: 5px;
}

.navbar__item a {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}

.navbar__item a:hover {
	color: #e7393f !important;
}

.activeNav {
	color: #e7393f !important;
}

.NavTitle {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #e7393f !important;
	border-bottom: 1px solid #000;

}

.navbar__item {
	line-height: 22px;
	margin-bottom: 0.55rem;
}

.navbar__item i {
	margin-right: 5px;
	vertical-align: middle;
}

.contentWrapper {
	width: 60%;
}


@media screen and (max-width:991px) {
	.mainWrapper {
		flex-direction: column;
		padding-bottom: 0px;
	}

	.mainWrapper {
		margin-top: 50px;
	}

	.sideNav {
		width: 100%;
	}

	.contentWrapper {
		width: 100%;
	}
}