*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

body {
	background-color: rgb(255, 255, 255);
	position: relative;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	/* or 200% */
	color: #030621;
	margin: 25px 0px;
}

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;
}

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: transparent;
	border: none;
	border: none;
	margin: 0px auto;
	padding: 50px 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: left;
	background-size: contain;
	background-repeat: no-repeat;
	width: 324px;
	height: 30px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height */
	color: #030621;
	padding: 0;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}

.main-wrraper {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-red {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FF5353;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 60px;
	/* or 167% */
	color: #030621;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 50px 0px;
}

.foot-info {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	/* identical to box height */
	color: #030621;
}

.social-icon li {
	margin-left: 20px;
}

.social-icon svg {
	height: 15px;
}

.social-icon svg path {
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.social-icon svg:hover path {
	fill: #FF5353;
}
.mail-text{
	font-weight: 500;
font-size: 20px;
line-height: 24px;

text-align: right;

color: #030621;
}
.mail-text:hover{
	    color: #FF5353;
}
@media(max-width:992px) {
	.navbar-brand {
		margin-bottom: 50px;
		width: 100%;
	}
	.foot-info {
		margin-bottom: 25px;
	}
}

@media(max-width:1280px) {
	.foot-info {
		width: 100%;
	}
	.social-icon li {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media (max-width:768px) {
	h1 {
		font-size: 25px;
    line-height: 40px;
	}
	.navbar-brand {
		margin-bottom: 20px;
		width: 250px;
    height: 30px;
	}
	.mail-text {
		font-size: 15px;
		margin-top:30px;
	}
	.main-wrraper {
		height: auto;
		flex-direction: column;
	}
	footer,
	.sticky-top {
		position: relative;
	}
	.hero-inner{
		margin:50px 0;
	}
	p {
    font-size: 12px;
    line-height: 25px;
	}
	.text-red {
		font-size: 10px;
		max-width:200px;
		margin-top:40px;
	}
	.foot-info {
		font-size: 10px;
	}
	.social-icon svg {
		height: 22px;
	}
	.social-icon li{
		margin-right:22px;
	}
}