@import url('https://fonts.googleapis.com/css2?family=Redressed&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #82B60B;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #191919;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 50px;
    height: 50px;
    background-color: #f73859;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
/*Header*/
.hero-area {
	text-align: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding-top: 250px;
	padding-bottom: 170px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	padding: 30px 0px;
}
.logo h2 {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
}
.menu {
	text-align: right;
}
.menu ul li a {
	display: inline-block;
	padding: 10px 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	letter-spacing: 4px;
	background: #F15D53;
	border-radius: 27px;
	border: 2px solid #F15D53;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.menu ul li a:hover{
	color: #333;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #eee;
}
.hero-caption h2 {
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}
.hero-caption p {
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 40px;
}
.hero-caption a{
	display: inline-block;
	padding: 20px 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	letter-spacing: 4px;
	background: #F15D53;
	border-radius: 27px;
	border: 2px solid #F15D53;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.hero-caption a:hover{
	color: #333;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #eee;
}
.page-item {
	text-align: center;
}
.page-item-b h3 {
	margin-top: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	font-size: 22px;
}
@media (min-width: 1200px){
	.container {
		max-width: 1240px;
	}
}
.page-item {
	border: 1px solid #eee;
	padding-bottom: 30px;
}
.page-item-top {
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: top;
	transition: all 2.3s;
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-item-top:hover{
	background-position: bottom;
	box-shadow: 0 30px 65px rgba(0, 0, 0, 0.15);
}
.page-area h2 {
	font-size: 40px;
	font-weight: 900;
}
.demo-thumb {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #0000005c;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}
.page-item:hover .demo-thumb {
	opacity: 1;
	visibility: visible;
}
.demo-thumb a {
	display: inline-block;
	padding: 20px 40px;
	background: #f73859;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer {
	background: #001D4C;
}
.footer-text h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 20px;
}
.footer-text p {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
@media (max-width: 576px){
	.hero-caption h2 {
		font-size: 36px;
	}
	.hero-caption p {
		line-height: 28px;
		font-size: 18px;
	}
}
/*
 * #-Preeloader
*/
#loading {
    background-color: #F15D53;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}
#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}