/*  Global  */
:root {
	--lqd-container-width: 1140px;
	--lqd-container-width-md: 100%;
	--lqd-container-width-sm: 100%;
	--lqd-row-gutter-x: 0;
	--lqd-row-gutter-y: 0;

	--lqd-color-primary: #0D5D82;
	--lqd-color-secondary: #52118A;
	--lqd-body-text-color: #605E77;
	--lqd-color-tertiary: #E9BF69;
	--lqd-color-link: #0FC2D8;
	--lqd-color-gradient-start: var(--lqd-color-secondary);
	--lqd-color-brown-500: #A25139;
	--lqd-color-blue-50: rgba(112, 171, 237, 0.12);
	--lqd-color-blue-100: rgba(82, 102, 255, 0.11);
	--lqd-color-blue-200: rgba(179, 174, 240, 0.24);
	--lqd-color-blue-300: #a2b2c9;
	--lqd-color-blue-400: #70ABED;
	--lqd-color-blue-500: #2C3C48;
	--lqd-color-blue-600: #007fff;
	--lqd-color-blue-700: #032A3E;
	--lqd-color-red-100: rgba(255, 118, 144, 0.14);
	--lqd-color-red-200: #fcd7e0;
	--lqd-color-red-300: #F3817E;
	--lqd-color-green-100: rgba(187, 255, 150, 0.11);
	--lqd-color-green-200: #ECF0E7;
	--lqd-color-green-300: rgba(106, 255, 192, 0.23);
	--lqd-color-green-500: #5AC394;
	--lqd-color-green-700: #022F3C;
	--lqd-color-green-900: #1b2420;
	--lqd-color-purple-100: rgba(181, 118, 255, 0.12);
	--lqd-color-purple-200: rgba(141, 126, 255, 0.44);
	--lqd-color-purple-300: #b3aef0;
	--lqd-color-purple-500: #7262D6;
	--lqd-color-gray-100: rgba(172, 207, 227, 0.11);
	--lqd-color-gray-200: #AFC5C7;
	--lqd-color-slate-50: rgba(162, 178, 201, 0.13);
	--lqd-color-slate-100: #EDF1F8;
	--lqd-color-slate-200: #b8c1c9;
	--lqd-color-slate-300: rgba(69, 67, 113, 0.6);
	--lqd-color-slate-500: #5D7F93;
	--lqd-color-slate-600: #476d83;
	--lqd-color-slate-700: #233d62;
	--lqd-color-slate-800: #0e3f58;
	--lqd-color-yellow-100: rgba(255, 208, 118, 0.12);
	--lqd-color-yellow-200: #F1F0E8;

	--lqd-color-dark: #292929;
	--lqd-color-blue-900: #0a1e26;
	--lqd-color-gray-100: #f2f2f2;
	--lqd-color-gray-200: #e6e6e6;
	--lqd-color-gray-300: #b7b9c4;
	--lqd-color-gray-400: #7a7a7a;
	--lqd-color-gray-500: #666666;
	--lqd-color-gray-600: #3a3a3a;
	--lqd-color-gray-700: #202020;
	--lqd-color-gray-800: #151515;
	--lqd-color-gray-900: #191919;
	--lqd-color-green-700: #121b1d;
	--lqd-color-green-900: #0b1415;
	--lqd-color-slate-300: rgba(9, 94, 193, 0.11);
	--lqd-color-slate-400: #99a4a8;
	--lqd-color-red-100: rgba(193, 9, 9, 0.11);
	--lqd-color-red-300: #f03a22;
	--lqd-color-red-500: #c41313;
	--lqd-color-yellow-500: #ffda01;

	--lqd-body-font-family: sans-serif;
	--lqd-body-font-size: 15px;
	--lqd-body-font-weight: 400;
	--lqd-body-line-height: 1.4em;
	--lqd-accent-font-family: var(--lqd-heading-font-family);
	--lqd-accent-font-size: 16px;
	--lqd-accent-line-height: 2em;

	--lqd-heading-color: #273653;
	--lqd-heading-font-family: "Cinzel", Sans-serif;
	--lqd-heading-font-weight: 700;
	--lqd-h1-font-size: 52px;
	--lqd-h1-line-height: 1.01em;
	--lqd-h1-letter-spacing: -4.6px;
	--lqd-h2-font-size: 46px;
	--lqd-h2-line-height: 1.1em;
	--lqd-h2-letter-spacing: -2.3px;
	--lqd-h3-font-size: 36px;
	--lqd-h3-line-height: 1.25em;
	--lqd-h4-font-size: 25px;
	--lqd-h4-line-height: 1em;
	--lqd-h5-font-size: 21px;
	--lqd-h5-line-height: 1.01em;
	--lqd-h6-font-size: 18px;
	--lqd-h6-line-height: 1.01em;

	--lqd-cc-bc: var(--lqd-color-primary);
	--lqd-cc-bg: var(--lqd-color-primary);
	--lqd-cc-size-outer: 35px;
	--lqd-cc-size-inner: 7px;
	--lqd-cc-bw: 1px;
	--lqd-cc-br: calc(var(--lqd-cc-size-outer) / 2);
	--lqd-cc-active-bc: var(--lqd-color-primary);
	--lqd-cc-active-bg: var(--lqd-color-primary);
	--lqd-cc-active-bw: 1px;
	--lqd-cc-active-circle-color: #fff;
	--lqd-cc-active-circle-txt: #000;
	--lqd-cc-active-arrow-color: #fff;
}

/*  Button   */
.module-btn-sm {
	--btn-pt: 12px;
	--btn-pe: 25px;
	--btn-pb: 12px;
	--btn-ps: 25px;
}

/*  Main Header  */
.main-header .module-top .btn:before {
	background: rgba(255, 255, 255, 0.57);
}

.main-header .module-top .btn-underlined:hover {
	color: #ffffff;
}

.main-header .module-top .btn:after {
	background: #ffffff;
}

.main-header .module-header {
	--content-width: 1340px;
	--padding-top: 17px;
	--padding-right: 0px;
	--padding-bottom: 17px;
	--padding-left: 0px;
	padding: var(--padding-top) calc((100% - var(--content-width)) / 2 + var(--padding-right)) var(--padding-bottom) calc((100% - var(--content-width)) / 2 + var(--padding-left));
}

.main-header .main-nav {
	--lqd-menu-items-top-padding: 15px;
	--lqd-menu-items-right-padding: 45px;
	--lqd-menu-items-bottom-padding: 5px;
	--lqd-menu-items-left-padding: 0;
}

.main-header .module-header .btn:hover {
	color: var(--lqd-color-green-900);
	background-color: var(--lqd-color-primary);
}

.main-header .lqd-stickybar-left .btn {
	background-color: #82B541;
	box-shadow: 0 0 0 11px rgba(128, 179, 65, 0.27);
}

.main-header .lqd-stickybar-left .btn:hover,
.main-header .lqd-stickybar-left .btn:focus {
	box-shadow: 0 0 0 5px #82B541;
	transform: translate(0);
}

.main-header .lqd-stickybar-right .btn:hover,
.main-header .lqd-stickybar-right .btn:focus {
	transform: translate3d(0, 0, 0);
}

.is-stuck .module-header .module-sticky {
	background-color: #FFFFFF;
	box-shadow: 0 31px 53px 0 rgba(0, 0, 0, 0.07);
}

.is-stuck .navbar-collapse .main-nav > li > a {
	color: #0C0C0C;
}

.is-stuck .ld-module-cart .ld-module-trigger {
	color: #131313;
}

.is-stuck .module-header .btn {
	color: #FFFFFF;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--lqd-color-secondary) 0%, var(--lqd-color-tertiary) 100%);
}

.is-stuck .module-header .btn:hover,
.is-stuck .module-header .btn:focus {
	color: #ffffff;
}

@media screen and (max-width: 1199px) {
	[data-mobile-nav-style=modern] .main-header .lqd-mobile-sec:before {
		z-index: 10;
		background: linear-gradient(128deg, rgb(98, 117, 141) 0.3184713375796178%, rgb(45, 57, 73) 100%);
	}

	.main-header .module-btn-sm {
		font-size: 12px;
	}
}

/*  Lity Modal  */
.lity-modal .lqd-contact-form {
	--inputs-margin: 0 0 30px 0;
	--input-margin-bottom: 30px;
}

.lity-modal .ld-fancy-heading span {
	font-family: 'DM Serif Text', serif;
	font-style: italic;
}

@media (max-width: 1199px) {
	.lity-modal .module-content {
		padding: 10px;
	}

	.lity-modal .ld-fancy-heading h2 {
		font-size: 48px;
		line-height: 1em;
	}
}

@media (max-width: 767px) {
	.lity-modal .ld-fancy-heading h2 {
		font-size: 34px;
	}
}

/* Titlebar */
.titlebar-inner h1 {
	font-size: 72px;
}

@media (max-width: 767px) {
	.titlebar-inner h1 {
		font-size: 62px;
	}
}

/* ***** Stickybar Right ***** */
.main-header .lqd-stickybar-right {
	padding: 0 0 7% 0;
}

/* ***** Stickybar Left ***** */
.main-header .lqd-stickybar-left {
	padding: 6% 2% 6% 0;
	justify-content: space-between;
}

.lqd-stickybar-wrap .ld-module-sd>.nav-trigger {
	transform: rotate(-90deg);
}

/* ***** Sidebar Left ***** */
.main-header .lqd-stickybar-left .ld-module-sd>.ld-module-dropdown {
	width: 55vw;
}

.main-header .ld-sd-wrap {
	padding: 0;
}

.main-header .ld-module-sd .main-nav>li:hover>a,
.main-header .ld-module-sd .main-nav>li.is-active>a,
.navbar-fullscreen .main-header .ld-module-sd .main-nav>li>a:hover {
	color: #184341;
}

.main-header .main-nav>li>a>.link-icon {
	font-size: 0.7em;
}

@media (max-width: 1199px) {
	.main-header .module-left-side {
		padding: 100px 50px 50px 50px;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.main-header .ld-module-sd>.ld-module-dropdown {
		width: 80vw;
	}

	.main-header .module-left-side {
		flex-direction: column;
		padding: 35px;
	}

	.main-header .module-left-side .lqd-fancy-menu {
		margin-bottom: 30px;
	}

	.main-header .module-left-side .main-nav a {
		font-size: 24px;
		--lqd-menu-items-top-padding: 0;
		--lqd-menu-items-right-padding: 0;
		--lqd-menu-items-bottom-padding: 40px;
		--lqd-menu-items-left-padding: 0;
	}
}

/* ***** Mobile Header ***** */
.main-header .navbar-collapse {
	flex: 1 auto;
	overflow: visible;
	height: auto;
}

/* ***** Banner ***** */
.banner .lqd-vslider-ext h2 {
	font-size: 55px;
}

.banner .lqd-vslider .lqd-extra-cursor {
	background-color: rgba(255, 4, 4, 0.85);
}

.banner .lqd-vslider-scrn {
	height: calc(100vh - 120px);
}

@media (max-width: 1199px) {
	.banner .lqd-vslider-ext .d-flex {
		padding-inline-end: 20%;
	}
}

@media screen and (min-width: 992px) {
	.lqd-vslider-ext li {
		top: 0;
		inset-inline-start: 0;
		padding: 5.5rem 4rem 1rem;
	}
}

@media (max-width: 767px) {
	.banner {
		padding: 20px 20px 0 20px;
	}

	.banner .ld-fancy-heading h2 {
		font-size: 50px;
	}
}

/* ***** Clients ***** */
@media (max-width: 1199px) {
	.clients {
		padding: 50px 20px 40px 20px;
	}
}

@media (max-width: 767px) {
	.clients {
		padding-top: 40px;
	}

	.clients .module-img {
		margin-bottom: 20px;
	}
}

/* ***** Our Services ***** */
.our-services .module-img-3 {
	inset-inline-start: 25%;
}

@media (max-width: 1199px) {
	.our-services {
		padding-inline-end: 20px;
		padding-inline-start: 20px;
	}
}

@media (min-width: 768px) {
	.our-services .ld-fancy-heading h3 {
		padding-inline-end: 10px;
	}
}

@media (max-width: 767px) {
	.our-services {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.our-services .module-img-3 img {
		width: 170px;
	}

	.our-services .module-col {
		margin-bottom: 140px;
	}

	.our-services .module-img-1 {
		width: 40%;
	}

	.our-services .module-img-2 {
		width: 45%;
	}
}

/* ***** Solutions ***** */
@media (max-width: 1199px) {
	.solutions {
		padding-top: 80px;
		padding-inline-end: 20px;
		padding-inline-start: 20px;
	}

	.solutions .module-title h2 {
		margin: 15px 0 30px 0;
	}

	.solutions .module-box {
		gap: 30px;
	}
}

@media (max-width: 767px) {
	.solutions {
		padding-top: 40px;
		padding-bottom: 90px;
	}

	.solutions .module-title {
		padding-bottom: 6%;
	}

	.solutions .module-title h2 {
		margin: 5px 0 10px 0;
	}
}

/* ***** Section Dark ***** */
@media (max-width: 767px) {
	.section-dark {
		padding: 80px 20px;
	}
}

/* ***** Our Vision ***** */
.our-vision .lqd-throwable-scene {
	height: 73vh;
}

.our-vision .lqd-throwable-scene .module-float-1 span {
	background-color: #d5d5d5;
}

.our-vision .lqd-throwable-scene .module-float-2 span {
	background-color: #e1e3e8;
}

.our-vision .lqd-throwable-scene .module-float-3 span {
	background-color: #c7d0c1;
}

.our-vision .lqd-throwable-scene .module-float-4 span {
	background-color: #d9f8ea;
}

.our-vision .lqd-throwable-scene .module-float-5 span {
	background-color: #c7d0c1;
}

.our-vision .lqd-throwable-scene .module-float-6 span {
	background-color: #d9eef8;
}

.our-vision .lqd-throwable-scene .module-float-7 span {
	background-color: #d9f8f1;
}

.our-vision .lqd-throwable-scene .module-float-8 span {
	background-color: #f8f8d9;
}

.our-vision>.pos-abs {
	inset-inline-start: 0px;
}

@media (max-width: 767px) {
	.our-vision .lqd-text-reveal-el {
		font-size: 12vw;
	}
}

/* ***** Case Studies ***** */
.case-studies .liquid-filter-items {
	margin-bottom: 35px;
}

.case-studies .filter-list li,
.case-studies .lqd-filter-dropdown .ui-button {
	color: #4d4d4d;
}

.case-studies .filter-list li.active,
.case-studies .filter-list li.hover,
.case-studies .lqd-filter-dropdown .ui-button:active,
.case-studies .lqd-filter-dropdown .ui-button:focus {
	color: #000000;
}

.case-studies .lqd-pf-item:hover .lqd-pf-overlay-bg {
	opacity: 0;
}

@media (max-width: 1199px) {
	.case-studies .module-title {
		padding-inline-start: 30px;
	}

	.case-studies .module-col {
		padding-inline-end: 30px;
		padding-inline-start: 30px;
	}
}

@media (max-width: 767px) {
	.case-studies .col-12>.d-flex .ld-fancy-heading:first-child h2 {
		font-size: 14vw;
	}

	.case-studies .col-12>.d-flex h2 {
		font-size: 13vw;
	}
}

/* ***** Services ***** */
.services .lqd-counter-element {
	font-family: var(--lqd-heading-font-family);
}

.services .accordion-item.active .accordion-expander {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.services .accordion-title a {
	border-color: #707070;
}

.services .accordion-item.active .accordion-title a {
	border-color: transparent;
}

.services .lqd-counter-element {
	font-size: 170px;
}

@media (min-width: 1199px) {
	.services .lqd-counter-element {
		font-size: 220px;
	}
}

@media (max-width: 1199px) {
	.services .module-col {
		padding-inline-end: 45px;
		padding-inline-start: 45px;
	}

	.services .module-title {
		padding-inline-start: 20px;
	}

	.services .module-btn {
		padding-inline-end: 20px;
	}

	.services .module-content {
		padding-inline-end: 20px;
	}
}

@media (max-width: 767px) {
	.services .module-title {
		margin-bottom: 20px;
	}

	.services .module-btn {
		padding-inline-start: 20px;
	}

	.services .module-col {
		padding: 0 20px 30px 20px;
	}

	.services .accordion-title a {
		font-size: 24px;
		line-height: 1.1em;
	}

	.services .accordion-expander {
		font-size: 20px;
		width: 45px;
		height: 45px;
	}

	.services span.ld-fh-element {
		margin-bottom: 0;
	}
}

/* ***** Section Flow ***** */
.section-flow {
	min-height: 655px;
}

.section-flow .lqd-section-flow-panel-end {
	padding: 13% 6%;
}

.section-flow .lqd-section-flow-panel-end .lqd-section-flow-item {
	padding-top: 20%;
	padding-bottom: 20%;
}

@media (max-width: 767px) {
	.section-flow .lqd-section-flow-panel-end .lqd-section-flow-item {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

/* ***** Testimonials *****  */
.testimonials .divider {
	--divider-border-style: solid;
	--divider-color: #FFFFFF26;
	--divider-border-width: 1px;
	--divider-element-spacing: 20px;
}

.testimonials .lqd-carousel-slides {
	justify-content: center;
	align-items: center;
}

.testimonials .carousel-nav .flickity-button {
	width: 26px;
	height: 26px;
	color: #ffffff;
	border-color: #3b3d3f;
	background: #3b3d3f;
	padding: 0;
}

.testimonials .carousel-nav .flickity-button svg {
	fill: #ffffff;
}

.testimonials .carousel-dots {
	top: auto;
	bottom: 0px;
	inset-inline-end: 0px;
	inset-inline-start: 0;
}

.testimonials .lqd-carousel-slides-numbers {
	color: #ffffff;
}

.testimonials .carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
	margin-top: 1.5em;
}

.testimonials .flickity-page-dots .dot {
	background-color: rgba(255, 255, 255, 0.14);
}

.testimonials .carousel-dots-mobile .flickity-page-dots .dot.is-selected {
	background-color: #ffffff;
}

/* ***** Clients Carousel ****** */
@media (max-width: 1199px) {
	.clients-carousel .carousel-item {
		padding-inline-start: 10px;
		padding-inline-end: 10px;
	}
}

@media (max-width: 767px) {
	.clients-carousel .carousel-item {
		width: calc(100% / 1.5);
	}
}

/* ***** Bolg ***** */
.blog .lqd-lp-style-21 h2.lqd-lp-title {
	font-size: 21px;
}

.blog .lqd-lp .lqd-lp-content-bg,
.blog .lqd-lp .lqd-lp-img .lqd-overlay {
	background-color: rgba(66, 46, 46, 0.16);
}

@media (max-width: 1199px) {
	.blog {
		padding-inline-end: 20px;
		padding-inline-start: 20px;
	}
}

@media screen and (min-width: 768px) {
	.blog .lqd-lp-style-21 .lqd-lp-img {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.blog {
		padding-bottom: 20px;
	}

	.blog .row:first-child .col-12:first-child {
		margin-bottom: 20px;
	}
}

/* ***** Contact ***** */
.contact .lqd-contact-form {
	--inputs-margin: 0 0 25px 0;
	--input-margin-bottom: 25px;
}

.lqd-contact-form select:focus,
.lqd-contact-form input:focus,
.lqd-contact-form textarea:focus,
.lqd-contact-form .ui-button.ui-selectmenu-button:focus {
	outline: none;
	border-color: #000000;
	color: #000000;
}

.contact input[type=submit] {
	height: 40px;
	border: 2px solid;
}

@media (max-width: 1199px) {
	.contact {
		padding-inline-end: 20px;
		padding-inline-start: 20px;
	}
}

@media (max-width: 767px) {
	.contact .module-content {
		margin-bottom: 30px;
	}
}

/* ***** FOOTER ***** */
.main-footer .divider {
	--divider-border-style: solid;
	--divider-color: rgba(255, 255, 255, 0.12);
	--divider-border-width: 1px;
}

.main-footer .social-icons-wrapper {
	--grid-template-columns: repeat(0, auto);
	--justify-content: center;
	--grid-column-gap: 40px;
	--content-width: 100%;
}

.main-footer .module-menu .link-badge {
	font-size: 10px;
	letter-spacing: 1px;
}

@media (max-width: 1199px) {
	.main-footer {
		padding-inline-end: 20px;
		padding-inline-start: 20px;
	}

	.main-footer .module-menu .module-col {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.main-footer .module-top .module-col {
		margin-bottom: 30px;
	}

	.main-footer .module-info .module-col {
		margin-bottom: 20px;
	}
}


/* ***** MISCELENIOUS ***** */
.lqd-testi-shadow-sm2{
	box-shadow: none;
}


.main-header .lqd-stickybar-wrap {
	--padding-top: 5vh;
	--padding-bottom: 5vh;
}

.main-header .lqd-stickybar-wrap {
	--padding-top: 22px;
}

.main-header .is-stuck .lqd-stickybar-wrap {
	padding-top: 0;
}

.main-header .lqd-stickybar-inline-start .lqd-head-col:not(:first-child) {
	flex-grow: 1;
}

.main-header .ld-module-sd>.nav-trigger {
	height: auto;
}

.main-header .lqd-active-row-dark .nav-trigger .bar:before,
.main-header .lqd-active-row-dark .nav-trigger .bar:after {
	background: #fff;
}

.main-header .lqd-active-row-dark .lqd-scrl-indc-line {
	background-color: #ffffff;
}

/* Left Side */
.main-header .ld-module-dropdown {
	width: 450px;
}

.main-header .lqd-stickybar-wrap .nav-trigger {
	transform: rotate(-90deg);
}