
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
	margin:0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #8F8F8F;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
p {
	font-weight: 400;
	font-size: 14px;
	color: #8F8F8F;
	line-height: normal;
}
h1 {
	font-weight: 700;
	color: #000000;
	font-size: 18px;
}
h4 {
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}
a, a:hover {
	text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus {
	outline: none !important;
}
label {
	display: initial;
	margin-bottom: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*Header area*/
/*Header area*/
.header_area{
	background: #FFD10A;
	padding: 10px 20px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.header_area.header_sticky {
	box-shadow: -2px 14px 16px -16px rgba(0,0,0,0.3);
	position: fixed;
}
.logo_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo img{
	width: 150px;
	height: auto;
}
.social_link ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-left: 60px;
}
.social_link ul li a {
	position: relative;
	display: inline-block;
	background: #062E59;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	font-size: 24px;
	color: #FFD10A;
	margin: 0px 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.social_link ul li:first-child a, .menu ul li:first-child a{
	margin-left: 0;
}
.social_link ul li:last-child a, .menu ul li:last-child a{
	margin-right: 0;
}
.menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.menu ul li a {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	color: #313263;
	line-height: normal;
	text-transform: capitalize;
	margin: 0px 30px;
}
.menu ul li a.menu_active{
	font-size: 28px;
}
.menu ul li a.menu_active::after {
	position: absolute;
	content: "";
	background: #313263;
	width: 100%;
	height: 10px;
	bottom: -23px;
	left: 0;
}

/*Start Banner CSS*/
/*Start Banner CSS*/
.banner_area{
	overflow: hidden;
	padding-top: 70px;
}
.banner_items_slider {
	position: relative;
	z-index: 1;
}
.banner_items_slider > img{
	width: 100% !important;
	height: auto;
}
.banner_row {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 50px;
	width: 100%;
}
.banner_box {
	background: #FFD10AD4;
	padding: 50px 40px;
	border-radius: 15px;
	max-width: 700px;
	width: 100%;
}
.banner_logo img{
	width: 150px !important;
}
.banner_title{
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.banner_title h3 {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #062E59;
	margin-bottom: 20px;
}
.banner_title a {
	background: #062E59;
	color: #FFD10A;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	border: none;
	padding: 10px 0px;
	border-radius: 7px;
	margin-top: 10px;
	cursor: pointer;
}
.banner_slider{
	position: relative;
}
.banner_slider .owl-dots {
	margin: 0px !important;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.banner_slider .owl-dot span{
	border-radius: 100% !important;
	border: 2px solid #FFFFFF !important;
	width: 20px !important;
	height: 20px !important;
	background: #FFFFFF !important;
}
.banner_slider .owl-dot.active span {
	background: #FDD93D !important;
	border: 2px solid #FDD93D !important;
}
.main_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/*section area*/
/*section area*/
.abd_area, .contact_area{
	padding: 80px 0px;
	background: #F9F9F9;
}
.abd_area{
	padding-left: 40px;
	padding-right: 40px;
}
.abd_area.order_1{
	padding-left: 0;
	padding-right: 0;
}
.contact_area{
	border: none;
}
.about_left img{
	width: 100%;
	height: auto;
}
.about_right{
	text-align: center;
	margin-top: 20%;
	font-weight:bold;
}
.about_right h1, .head_title h1{
	font-weight: 700;
	font-size: 30px;
	color: #FFD10A;
}
.head_title h1{
	font-size: 36px;
}
.about_right p, .deliver_items p{
	font-weight: bold;
	font-size: 18px;
	color: #062E59;
	padding-top: 25px;
	max-width: 780px;
	margin: 0 auto;
	line-height: 1.4em;
}
.deliver_items{
	text-align: center;
}
.deliver_items span {
	display: inline-block;
	width: 200px;
	height: 200px;
	line-height: 200px;
	margin: 0 auto;
	border-radius: 100%;
	background: #FFD10A;
	border: 1px solid #707070;
}
.deliver_items span img {
	width: 100px;
	height: 100px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.deliver_items p{
	line-height: normal;
}
.items_gap .col-sm-4{
	margin-top: 80px;
}
.contact_area .head_title h1{
	text-transform: capitalize;
}
.contact_area .head_title h1 span:last-child{
	display: none;
}
.single_btn {
	max-width: 700px;
	margin: 0 auto;
}
.single_btn a {
	background: #FFD10A;
	font-weight: 600;
	font-size: 24px;
	color: #062E59 !important;
	text-align: center;
	width: 100%;
	border: none;
	line-height: normal;
	padding: 23px 0px;
	cursor: pointer;
	border-radius: 7px;
	display:block;
}
.show_mobile_button{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}