@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--main-font: 'Ubuntu', 'Open Sans', 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
	--main-contentcolor: #fff;
	--main-bgcolor: linear-gradient(to top, #3954a5, #b9529f);
	--main-bgoverlaycolor: rgba(255, 255, 255, 0.95);
	--main-blue: #3954a5;
	--main-purple: #b9529f;
	--main-green: #24a384;
	--main-textcolorlight: #666;
	--main-textcolordark: #000;
	--main-bordercolor: #ddd;
	--main-borderradius: 20px;
	--main-boxshadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
* {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
html,
body {
	font-family: var(--main-font) !important;
	-webkit-tap-highlight-color: transparent !important;
}
html {
	background: var(--main-contentcolor) !important;
	font-size: 16px !important;
}
body {
	width: 100% !important;
	min-height: 100vh !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	color: var(--main-textcolorlight) !important;
	word-break: break-word;
	line-height: 1.5 !important;
	font-size: 1rem !important;
}
body::before {
	content: '';
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 20vh;
	opacity: 0.4;
	background-image: url(../img/wave.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
* {
	outline: 0 !important;
}
::-moz-selection {
	background: #000000 !important;
	color: #ffffff !important;
}
::selection {
	background: #000000 !important;
	color: #ffffff !important;
}
::-webkit-input-placeholder {
	color: var(--main-textcolorlight) !important;
	opacity: 1 !important;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background: var(--main-bgcolor);
	border-radius: 100px;
}
::-webkit-scrollbar-track {
	background: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--main-textcolordark);
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 20px !important;
	line-height: 1.4 !important;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-weight: 400;
	font-size: 0.8rem;
}
.h1,
h1 {
	font-size: 1.9rem;
}
.h2,
h2 {
	font-size: 1.7rem;
}
.h3,
h3 {
	font-size: 1.5rem;
}
.h4,
h4 {
	font-size: 1.3rem;
}
.h5,
h5 {
	font-size: 1.1rem;
}
.h6,
h6 {
	font-size: 1rem;
}
a {
	color: var(--main-textcolorlight);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
b,
strong {
	font-weight: 700 !important;
}
small,
.small {
	font-size: 0.8rem !important;
}
img {
	width: 100%;
	vertical-align: middle;
}
.title {
	text-align: center;
	color: var(--main-blue);
}
p {
	margin: 0 !important;
	margin-bottom: 10px !important;
}
p:last-child {
	margin: 0 !important;
}
.fixedbuttons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	bottom: 80px;
	right: 40px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 9;
	font-size: 26px;
	text-align: center;
	border-radius: var(--main-borderradius);
	border: 2px solid var(--main-contentcolor);
	-webkit-box-shadow: var(--main-boxshadow);
	box-shadow: var(--main-boxshadow);
}
.fixedbuttons a:nth-child(1) {
	bottom: 220px;
}
.fixedbuttons a:nth-child(2) {
	bottom: 150px;
}
.fixedbuttons a:nth-child(3) {
	bottom: 80px;
}
.loader_parent {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--main-contentcolor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.loader_parent img {
	max-width: 200px !important;
}
.loader {
	margin: 0 auto;
	margin-top: 40px;
	width: 40px;
	aspect-ratio: 0.75;
	--c: no-repeat var(--main-bgcolor);
	background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
	background-size: 20% 65%;
	-webkit-animation: l5 1s infinite linear;
	animation: l5 1s infinite linear;
}
@-webkit-keyframes l5 {
	20% {
		background-position: 0% 50%, 50% 100%, 100% 100%;
	}
	40% {
		background-position: 0% 0%, 50% 50%, 100% 100%;
	}
	60% {
		background-position: 0% 100%, 50% 0%, 100% 50%;
	}
	80% {
		background-position: 0% 100%, 50% 100%, 100% 0%;
	}
}
@keyframes l5 {
	20% {
		background-position: 0% 50%, 50% 100%, 100% 100%;
	}
	40% {
		background-position: 0% 0%, 50% 50%, 100% 100%;
	}
	60% {
		background-position: 0% 100%, 50% 0%, 100% 50%;
	}
	80% {
		background-position: 0% 100%, 50% 100%, 100% 0%;
	}
}
a {
	text-decoration: none;
	cursor: pointer;
	color: var(--main-blue);
}
.sidemenubutton {
	display: none;
	position: relative;
	color: var(--main-blue) !important;
	font-size: 2rem;
	height: 80px;
	width: 50px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
}
#main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}
#main-menu a {
	color: var(--main-blue);
	padding: 10px;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
}
.buttonclass {
	text-align: center !important;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
	height: 60px !important;
	line-height: 60px !important;
	display: block !important;
	padding: 0 20px !important;
	border-radius: var(--main-borderradius) !important;
	border: 0 !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}
#main-menu a.active,
#main-menu a:hover {
	border-bottom: 3px solid var(--main-blue) !important;
}
#main-menu a:last-child {
	margin-bottom: 0 !important;
}
#main-menu a:last-child,
.fixedbuttons a,
.buttonclass {
	background: var(--main-bgcolor) !important;
	color: var(--main-contentcolor) !important;
}
.container {
	padding: 0 !important;
	position: relative;
	z-index: 1;
}
.row {
	padding: 0 !important;
	margin: 0 !important;
}
.row > * {
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0;
}
section {
	padding: 80px 20px;
	position: relative;
}
section img {
	max-width: 300px;
	display: block;
}
section .row img {
	border-radius: var(--main-borderradius);
}
section.header {
	padding: 0 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100% !important;
	height: auto;
	overflow: hidden;
	-webkit-box-shadow: var(--main-boxshadow) !important;
	box-shadow: var(--main-boxshadow) !important;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background: var(--main-contentcolor) !important;
}
section.header > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
section.header .logo {
	width: auto !important;
	max-width: 100% !important;
	height: 80px !important;
	display: block;
	position: relative;
	padding: 10px;
}
section.footer {
	padding: 40px 20px 20px;
	-webkit-box-shadow: var(--main-boxshadow);
	box-shadow: var(--main-boxshadow);
	margin: 0 auto;
	text-align: center;
	background: var(--main-contentcolor);
}
section.footer img {
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
section.footer a {
	text-decoration: underline;
}
section.home {
	padding-top: 120px;
}
section.home .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
section.home .col-md-8 h1 {
	color: var(--main-blue);
}
section.home .col-md-8 > div {
	margin-bottom: 20px;
}
section.home img {
	margin-left: auto;
}
section.sliders {
	border-top: 2px solid purple;
}
section.sliders img {
	max-width: 100%;
	margin: 0 auto;
}
#swiper_home {
	width: 100%;
	height: auto;
	border-radius: var(--main-borderradius);
	overflow: hidden;
}
#swiper_home .swiper-slide {
	width: 100%;
	height: 480px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	border: 0;
	cursor: pointer;
}
#swiper_home .swiper-pagination-bullet {
	background: var(--main-purple) !important;
}
.headingimg1 {
	position: relative;
	margin-left: -20px;
	top: -4px;
	width: calc(100% + 40px);
	max-width: unset;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 0 !important;
}
.headingimg2 {
	position: relative;
	margin-left: -20px;
	bottom: -4px;
	width: calc(100% + 40px);
	max-width: unset;
	border-radius: 0 !important;
}
section.about img {
	margin-right: auto;
}
section.about .subsidiary {
	margin-top: 40px !important;
}
section.about .subsidiary h4 {
	color: var(--main-purple) !important;
}
section.about .subsidiary > div {
	color: var(--main-textcolorlight) !important;
	font-weight: 700;
}
section.services {
	background: var(--main-bgcolor);
	padding-bottom: 40px;
}
section.services * {
	color: var(--main-contentcolor);
}
section.services h4 {
	margin-top: 5px;
	margin-bottom: 5px !important;
}
section.services .row {
	justify-content: space-between;
}
section.services .col-md-4 {
	width: calc(33.33% - 20px);
	margin-bottom: 40px;
}
section.services .img_item,
section.contact {
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	border-radius: var(--main-borderradius);
}
section.contact {
	background-position: top;
	background-image: url(../img/contact.jpg);
}
section.contact::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: var(--main-contentcolor);
}
section.services .img_item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: var(--main-contentcolor);
}
section.services .img_item.a {
	background-image: url(../img/services/a.png);
}
section.services .img_item.b {
	background-image: url(../img/services/b.png);
}
section.services .img_item.c {
	background-image: url(../img/services/c.png);
}
section.services .img_item.d {
	background-image: url(../img/services/d.png);
}
section.services .img_item.e {
	background-image: url(../img/services/e.png);
}
section.services .img_item.f {
	background-image: url(../img/services/f.png);
}
section.services .img_item.g {
	background-image: url(../img/services/g.png);
}
section.choose {
	padding-bottom: 0;
	border-top: 2px solid var(--main-blue);
	border-bottom: 2px solid var(--main-blue);
}
section.choose .row {
	gap: 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
section.choose .row > div {
	-webkit-box-shadow: var(--main-boxshadow);
	box-shadow: var(--main-boxshadow);
	border-radius: var(--main-borderradius);
	background: var(--main-contentcolor);
	padding: 20px;
	margin: 0;
	width: calc(33.33% - 40px);
	text-align: center;
	border: 1px solid var(--main-purple);
}
section.choose .row > div:last-child {
	margin-bottom: 0;
}
section.choose .row > div i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100px;
	font-size: 5rem;
	margin-bottom: 5px;
	background: var(--main-bgcolor);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
section.choose .row > div h4 {
	margin-bottom: 5px !important;
}
section.mission {
	padding-top: 0;
	padding-bottom: 0;
	background: var(--main-bgcolor);
}
section.mission * {
	color: var(--main-contentcolor);
}
section.contact {
	padding-bottom: 80px;
}
section.contact .row > div {
	-webkit-box-shadow: var(--main-boxshadow);
	box-shadow: var(--main-boxshadow);
	border-radius: var(--main-borderradius);
	background: var(--main-contentcolor);
	padding: 40px;
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
}
section.contact .row > div > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 5px;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
section.contact .row > div > *:last-child {
	margin-bottom: 0;
}
section.contact .row > div a {
	text-decoration: underline;
}
section.contact .row > div i {
	color: var(--main-blue);
	width: 30px;
	font-size: 1.3rem;
	text-align: center;
}
/* mobile */
@media (max-width: 1024px) {
	#main-menu {
		position: relative;
		display: none;
		width: 100%;
		text-align: center;
		height: auto;
		background: var(--main-contentcolor);
		padding: 20px;
	}
	#main-menu a {
		margin-bottom: 10px;
	}
	.sidemenubutton {
		display: block;
	}
	section img {
		margin: 0 auto;
		max-width: 100%;
	}
	section.home img {
		margin-top: 40px;
	}
	section.about img {
		margin-bottom: 40px;
	}
	section.services .col-md-4,
	section.choose .row > div {
		width: 100%;
	}
}
