@font-face {
	font-family: Gilroy Regular;
	src: url('../../font/Gilroy-Regular.otf') format('otf');
}

@font-face {
	font-family: Gilroy SemiBold;
	src: url('../../font/Gilroy-SemiBold.otf') format('otf');
}

@font-face {
	font-family: Gilroy Bold;
	src: url('../../font/Gilroy-Bold.otf') format('otf');
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

body {
	background-color: #fff;
	font-family: 'Gilroy Regular', sans-serif!important;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	/* or 167% */
	letter-spacing: 0.05em;
	/* #8890A3 */
	color: #8890A3;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d0a97e;
}

button,
input[type="submit"] {
	cursor: pointer;
}

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

img {
	max-width: 100%;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.title {
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.05em;
	/* #14183E */
	color: #14183E;
	padding-bottom: 50px;
	margin: 0;
}

.section {
	padding: 100px 0px;
}

.section-bottom {
	padding-bottom: 100px;
}

.section-top {
	padding-top: 100px;
}

.btn-all a {
	width: 230px;
	height: 60px;
	/* #6244E4 */
	background: #6244E4;
	
	border-radius: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	/* identical to box height, or 167% */
	text-align: center;
	letter-spacing: 0.05em;
	/* #FFFFFF */
	margin-top: 50px;
	color: #FFFFFF;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.btn-all a:hover{
	box-shadow: 9px 19px 29px #CBBFFF;
}
/*=============== 04. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: transparent;
	border: none;
	color: #4e4e4e;
	font-size: 15px;
	border: none;
	margin: 0px auto;
	padding: 15px 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	max-width: 100%;
	background-image: url(../../images/logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 45px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a,
.nav-white .navbar-nav>.nav-item>.nav-link {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	color: rgb(255 255 255 / 50%);
}

.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item {
	margin-left: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-light .navbar-nav>.nav-item>a:hover {
	color: #fff;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar-light .navbar-nav .nav-item:active {
	color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-light .navbar-toggler {
	border-color: #fff;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #fff;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: #00dd02!important;
	background-color: transparent;
}

.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.16);
}

.nav-white .navbar-nav>.nav-item>.nav-link {
	color: #171717;
}

.nav-white .navbar-nav>.nav-item.active>.nav-link,
.nav-white .navbar-nav>.nav-item>.nav-link:focus,
.nav-white .navbar-nav>.nav-item>.nav-link:hover {
	color: #6244E4!important;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	color: #171717;
	background-color: transparent;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}


/*=============== 04. Hero Section CSS =====================*/

.hero-section {
	height: 100vh;
	background: url(../../images/bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 55%;
	position: relative;
}

.hero-inner {
	height: 100%;
}

.hero-dis {
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 66px;
	/* or 133% */
	letter-spacing: 0.05em;
	color: #14183E;
	padding: 15px 0px 40px;
}

small {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height */
	letter-spacing: 0.05em;
	/* #8890A3 */
	color: #8890A3;
}

.smalltitle {
	color: #6244E4;
}

.inner-box {
	border: 1px solid #E7E6E6;
	box-sizing: border-box;
	box-shadow: 30px 28px 64px 18px rgba(61, 78, 111, 0.06);
	border-radius: 20px;
	padding: 40px 20px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: rgb(255 255 255 / 50%);
	cursor: pointer;
}

.inner-box:hover {
	background: #FFFFFF;
	border: 1px solid #fff;
	box-shadow: 59px 47px 100px 14px rgba(61, 78, 111, 0.1);
}

.box-head {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	/* identical to box height, or 136% */
	text-align: center;
	letter-spacing: 0.05em;
	/* #14183E */
	color: #14183E;
	margin: 40px 0 30px;
	text-align: center;
}

.icon-box {
	height: 100px;
	width: 100px;
	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;
	margin: 0 auto;
}

.f-main {
	position: relative;
	border-bottom: 1px solid #8890A3;
}

.foot-info {
	position: relative;
	padding: 100px 0px 50px;
}

.f-main:before {
	content: '';
	position: absolute;
	background: #14183E;
	bottom: 0;
	width: 100%;
	height: 70%;
}

.contact-area {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.contact-text {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	/* #14183E */
	color: #14183E;
}

.foot-text {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	/* identical to box height */
	text-align: center;
	letter-spacing: 0.05em;
	/* #8890A3 */
	background: #14183E;
	color: #8890A3;
	padding: 15px 0px;
}

.footer-list a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	opacity: 0.5;
	margin-left: 50px;
}

.map-inner {
	position: relative;
}

.red-box {
	width: 100%;
	/* padding: 70px; */
	height: 520px;
	border: 10px solid #FFFFFF;
	filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.08));
	border-radius: 15px;
}

.c-box {
	position: absolute;
	top: 70px;
	right: 70px;
	background: #FFFFFF;
	box-shadow: 0px 0px 61px rgb(49 53 86 / 17%);
	border-radius: 15px;
	padding: 50px;
