@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body{
	background-color: #272A31;
	font-family: 'Roboto', sans-serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
}
header{
	float: left;
	width: 100%;
}		
.wrapper{
	float: left;
	width: 100%;
	background: #191B21;
}
.headertop{
	float: left;
	width: 100%;
	height: 55px;
	background: rgb(46,211,245);
	background: linear-gradient(0deg, rgba(46,211,245,1) 0%, rgba(34,150,230,1) 100%);
	padding: 0px 20px;
	line-height: 55px;
	margin-top: 15px;
	border-radius: 5px;
}
.headertop label{
	float: left;
	margin-right: 20px;
	color: #fff;
	font-weight: bold;
}
.headertop span{
	float: left;
	font-weight: bold;
	color: #fff;
}
.headerarea{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.headerarea .logo{
	float: left;
	height: 40px;
	margin-top: 9px;
	object-fit: contain;
}
.topmenu{
	float: right;
	width: 100%;
}
.topmenu ul{
	float: right;
	margin-top: 15px;
}
.topmenu li{
	float: left;
	margin-left: 60px;
}
.topmenu li a{
	color: #fff;
	font-family: "Audiowide";
	transition: all 0.3s;
}
.topmenu li a:hover{
	color: #2dcff4;
}
.buybtn{
	float: right;
	font-family: "Audiowide";
	color: #fff;
	background: linear-gradient(0deg, rgb(46, 211, 245) 0%, rgb(34, 150, 230) 100%);
	padding: 14px 30px;
	border-radius: 5px;
	transition: background 0.5s
}
.buybtn:hover{
	background: linear-gradient(0deg, rgb(46, 211, 245) 19%, rgb(34, 150, 230) 100%);
}
.hmslidertext{
	float: left;
	width: 100%;
	color: #fff;
	padding: 170px 0;
}
.hmslidertext h1{
	float: left;
	width: 100%;
	font-size: 45px;
	font-family: "Audiowide";
	margin-bottom: 25px;
}
.hmslidertext span{
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	max-width: 600px;
}
.slidebtnlist{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.slidebuybtn{
	float: left;
	background: rgb(46,211,245);
	background: linear-gradient(0deg, rgba(46,211,245,1) 0%, rgba(34,150,230,1) 100%);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 18px 60px;
	border-radius: 40px;
	margin-right: 25px;
	transition:  background 0.5s;
}
.slidebuybtn:hover{
	background: linear-gradient(0deg, rgba(46,211,245,1) 14%, rgba(34,150,230,1) 100%);
}
.readmorebtn{
	float: left;
	background: #2A2E37;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 18px 40px;
	border-radius: 40px;
	transition: all 0.4s;
}
.readmorebtn:hover{
	background: #46484e;
}
.hmslider_section{
	float: left;
	width: 100%;
}
.sliderimg{
	float: left;
	width: 90%;
	margin-left: 10%;
	height: 520px;
	margin-top: 60px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.sliderimg::before{
	content: "";
	background: rgb(25,27,33);
	background: linear-gradient(119deg, rgba(25,27,33,1) 0%, rgba(27,96,114,1) 100%);
	opacity: 0.30;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sliderimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sliderapp{
	float: left;
	width: 100%;
	position: relative;
}
.sliderapp::before{
	content: "";
	background: #272A31;
	position: absolute;
	left: -50%;
	top: 0;
	width: 50%;
	height: 100%;
}
.sliderapplist{
	float: left;
	width: 100%;
	border-top-right-radius: 20px;
	background: #272A31;
	padding: 30px 0;
	position: relative;
	padding-right: 30px;
}

.sliderapplist .appitem{
	float: left;
	width: 100%;
	background: transparent;
	border: 3px solid #FFFFFF;
	border-radius: 20px;
	padding: 15px 0px;
	display: flex;
	justify-content:center;
	transition: all 0.4s;
}
.sliderapplist .appitem:hover{
	background: #191b21;
}
.sliderapplist .appitem img{
	float: left;
	height: 50px;
	margin-right: 15px;
}
.sliderapplist .appitem span{
	float: left;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0px;
}
.hmsectionone{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 70px;
	background: url(../img/sectiononebg.jpg);
	background-position: center;
	background-size: cover;
}
.hmsectionone::after{
	content: '';
	background: #222;
	opacity: 0.50;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.hmsectionone .row{
	position: relative;
	z-index: 2;
}
.sectiononeimg{
	float: left;
	width: 100%;
	height: 100%;
	padding: 50px 40px;
}
.sectiononeimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 3px solid #BFA488;
}
.hmsectiononetext{
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-left: 50px;
	color: #fff;
}
.hmsectiononetext h2{
	float: left;
	width: 100%;
	font-family: "Audiowide";
	font-size: 35px;
	margin-top: 70px;
}
.hmsectiononetext p{
	float: left;
	width: 100%;
	font-weight: normal;
	margin-bottom: 50px;
}
.hmsectiontwo{
	float: left;
	width: 100%;
	margin-top: 30px;
	background: #2A2E37;
	border-radius: 10px;
	border: 3px solid #45484E;
	padding: 30px;
}
.hmsectiontwotext{
	float: left;
	width: 100%;
	padding-left: 10px;
	color: #fff;
	display: flex;
	height: 100%;
	flex-flow: column;
	justify-content: center;
}
.hmsectiontwotext h2{
	float: left;
	width: 100%;
	font-family: "Audiowide";
	font-size: 32px;
}
.hmsectiontwo .box1{
	float: left;
	width: 100%;
	height: 350px;
	background: url(../img/box3592227.jpg);
	background-size: cover;
	border: 2px solid #29DCE970;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.hmsectiontwo .box1::after{
	content: '';
	background: #222;
	opacity: 0.50;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hmsectiontwo .box1 .text{
	float: left;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	height: 100%;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.hmsectiontwo .box1 .text h3{
	font-family: "Audiowide";
	font-size: 20px;
}
.hmsectiontwo .box1 .text p{
	line-height: initial;
}


.hmsectiontwo .box2{
	float: left;
	width: 100%;
	height: 167.5px;
	background: url(../img/box4948502.jpg);
	background-size: cover;
	border: 2px solid #FFC5AB70;
	border-radius: 10px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.hmsectiontwo .box2::after{
	content: '';
	background: #222;
	opacity: 0.50;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hmsectiontwo .box2 .text{
	float: left;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 2;
}
.hmsectiontwo .box2 .text h3{
	font-family: "Audiowide";
	font-size: 20px;
}
.hmsectiontwo .box2 .text p{
	line-height: initial;
	font-size: 15px;
}
.hmsectiontwo .col-md-7 .col-md-6{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.hmsectiontwo .box3{
	float: left;
	width: 100%;
	height: 167.5px;
	background: url(../img/box3551763.jpg);
	background-size: cover;
	border: 2px solid #3CDCBF70;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.hmsectiontwo .box3::after{
	content: '';
	background: #222;
	opacity: 0.50;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hmsectiontwo .box3 .text{
	float: left;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 2;
}
.hmsectiontwo .box3 .text h3{
	font-family: "Audiowide";
	font-size: 20px;
}
.hmsectiontwo .box3 .text p{
	line-height: initial;
	font-size: 15px;
}
.sectiontwo_bar{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.sectiontwoitem{
	float: left;
	width: 100%;
	border-radius: 10px;
	background: #2A2E37;
	border: 3px solid #45484E;
	padding: 20px;
	color: #fff;
	height: 100%;
	transition: all 0.4s;
}
.sectiontwoitem:hover{
	background: #2293D0;
}
.sectiontwoitem:hover .icon img{
	filter: brightness(0) invert(1);
}
.sectiontwoitem .icon{
	float: left;
	width: 56px;
	height: 56px;
	margin-bottom: 10px;
}
.sectiontwoitem .icon img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.sectiontwoitem h2{
	float: left;
	width: 100%;
	font-family: "Audiowide";
	font-size: 30px;
}
.sectiontwoitem p{
	margin-bottom: 0px;
	float: left;
	width: 100%;
	font-size: 15px;
}
.sectiontwo_bar .row .col-md-4:nth-child(1){
	padding-right: 7px;
}
.sectiontwo_bar .row .col-md-4:nth-child(2){
	padding-right: 7px;
	padding-left: 7px;
}
.sectiontwo_bar .row .col-md-4:nth-child(3){
	padding-left: 7px;
}
.sectionthree{
	float: left;
	width: 100%;
	padding: 50px 0;
	margin-top: 50px;
	position: relative;
}
.sectionthree::before{
	content: "";
	background: url(../img/aerial-view-of.jpg);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.13;
}
.sectionthree .container{
	position: relative;
}
.sectionthreeimg{
	float: left;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.sectionthreeimg img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.sectionthreetext{
	float: left;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 50px 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.sectionthreetext h2{
	float: left;
	width: 100%;
	font-family: "Audiowide";
	font-size: 33px;
}
.sectionthreetext p{
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 17px;
	line-height: initial;
}
.sectionfour{
	float: left;
	width: 100%;
	background: url(../img/sectionfourbg.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	position: relative;
}
.sectionfour .container{
	position: relative;
	z-index: 2;
}
.sectionfour::after{
	content: "";
	background: #1E2229;
	opacity: 0.85;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.scfouritem{
	float: left;
	width: 100%;
	color: #fff;
}
.scfouritem h4{
	float: left;
	width: 90%;
	font-family: "Audiowide";
	font-size: 32px;
	margin-bottom: 15px;
}
.scfouritem p{
	float: left;
	width: 90%;
}
.scfouritem a{
	float: left;
	width: 100%;
	color: #2293D0;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.3s;
}
.scfouritem a:hover{
	color: #0f80bd;
}
.sectionfive{
	float: left;
	width: 100%;
	padding: 80px 0;
	color: #fff;
}
.fiveleft{
	float: left;
	width: 100%;
	padding: 25px;
	padding-bottom: 7px;
	background: #2A2E37;
	border-radius: 10px;
	border: 3px solid #45484E;
}
.fiveitem{
	float: left;
	width: 100%;
	background: #22262D;
	border-radius: 10px;
	padding: 20px 30px;
	padding-bottom: 15px;
}
.fiveitem label{
	float: left;
	width: 100%;
	font-size: 17px;
}
.fiveitem span{
	float: left;
	width: 100%;
	font-family: "Audiowide";
	font-size: 34px;
}
.fiveleft .col-md-6{
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 18px;
}
.fiveleft .col-md-12{
	margin-bottom: 18px;
}
.fiveright{
	float: left;
	width: 100%;
	background: url(../img/fiverightbg.jpg);
	height: 100%;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	border: 3px solid #8899D190;
	position: relative;
	overflow: hidden;
}
.fiveright::after{
	content: "";
	background: #22222290;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	position: absolute;
	left: -3px;
	top: -3px;
}
.fiverightarea{
	position: relative;
	float: left;
	width: 100%;
	z-index: 2;
	padding: 40px;
}
.countarea{
	float: left;
	width: 100%;
	border-radius: 10px;
	background: #00000060;
	padding: 30px;
}
#countdown li{
	float: left;
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
#countdown li span{
	float: left;
	width: 100%;
	background: #292F39;
	text-align: center;
	padding: 10px 0;
	font-family: "Audiowide";
	font-size: 45px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#countdown li label{
	float: left;
	width: 100%;
	background: #303847;
	text-align: center;
	padding: 8px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.fiverightarea h2{
	float: left;
	width: 100%;
	font-size: 33px;
	margin-top: 50px;
	font-family: "Audiowide";
}
.fiverightarea p{
	float: left;
	width: 100%;
	line-height: initial;
}
.sectionsix{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.sectionsix h1{
	float: left;
	width: 100%;
	color: #fff;
	font-family: "Audiowide";
	font-size: 35px;
	text-align: center;
	margin-bottom: 80px;
}
.sectionsixlist{
	float: left;
	width: 100%;
}
.sectionsixlist .item{
	float: left;
	height: 200px;
	width: 200px;
	background: #1E2229;
	border-radius: 10px;
	padding: 50px 20px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.sectionsixlist .item img{
	width: 100%;
	height: 40px;
	object-fit: contain;
}
.sectionsixlist .row .col-md-2:nth-child(2n){
	margin-top: 100px;
}
.sectionseven{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 70px;
	background: url(../img/sectionsevenbg.jpg);
	background-position: center;
	background-size: cover;
}
.sectionseven::after{
	content: '';
	background: #222;
	opacity: 0.50;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sectionseven .row{
	position: relative;
	z-index: 2;
}
.sectionseven .sectiononeimg{
	padding: 40px 50px;
}
.sectionseven .sectiononeimg img{
	border: 0;
}
.sectionseven .hmsectiononetext{
	padding-left: 0;
	padding-right: 40px;
}
.sectionseven .hmsectiononetext h2{
	margin-top: 80px;
	margin-bottom: 20px;
}
.sectionvideo{
	float: left;
	width: 100%;
	padding: 70px 0;
	margin-top: 20px;
}
.sectionvideo h1{
	float: left;
	width: 100%;
	color: #fff;
	font-family: "Audiowide";
	font-size: 35px;
	text-align: center;
	margin-bottom: 50px;
}
.videoitem{
	float: left;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	height: 280px;
}
.videoitem img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoitem::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.50;
	left: 0;
	top: 0;
	position: absolute;
}
.videoplay{
	position: absolute;
	background: url(../img/icon/playicon.svg);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0 auto;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
}
.sectioncomnt{
	float: left;
	width: 100%;
	background: #1E2229;
	border-radius: 10px;
	padding: 70px;
	margin-top: 20px;
	margin-bottom: 60px;
	color: #fff;
}
.sectioncomnt h3{
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Audiowide";
	font-size: 35px;
	margin-bottom: 15px;
}
.sectioncomnt p{
	float: left;
	width: 100%;
	text-align: center;
}
.sectioncomnt ul{
	float: left;
	width: 100%;
	display: flex;
	margin-top: 20px;
	justify-content: center;
}
.sectioncomnt ul li{
	float: left;
	text-align: center;
	margin-right: 25px;
}
.sectioncomnt ul li img{
	height: 40px;
	width: 55px;
	object-fit: contain;
}
footer{
	float: left;
	width: 100%;
	background: #2A2E37;
	padding: 50px 0;
}
.footerlogo{
	background: #373C47;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 88px;
	text-align: center;
	line-height: 230px;
}
.footersocial{
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.footersocial ul li{
	float: left;
	margin-right: 15px;
}
.footersocial ul li svg{
	height: 20px;
	transition: all 0.4s;
	object-fit: contain;
}
.footersocial ul li:hover svg path#Path_8{
	fill: #0a79fa;
}
.footersocial ul li:hover svg path#Path_5{
	fill: #0a79fa;
}
.footersocial ul li:hover svg path#Path_6{
	fill: #0a79fa;
}
.footersocial ul li:hover svg path#telegram{
	fill: #0a79fa;
}
.footersocial ul li:hover svg path#twitter{
	fill: #0a79fa;
}
.footermenu{
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.footermenu ul li{
	float: left;
	margin-right: 40px;
	text-align: center;
}
.footermenu ul li a{
	color: #fff;
	transition: all 0.3s;
}
.footermenu ul li:hover a{
	color: #0a79fa;
}
.footerdesc{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: initial;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: -20px;
	background-color: #191b21;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 20px;
	border-right: 1px solid #838181;
}
.mobilmenu{
	float: right;
	color: #fff;
	font-size: 30px;
	margin-top: -45px;
	display: none;
}
.closebtn{
	float: right;
	color: #fff;
	width: 100%;
	font-size: 36px;
	text-align: right;
	padding: 0 25px;
}
#mobilSidenav ul li{
	float: left;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
#mobilSidenav ul{
	float: left;
	width: 100%;
	padding: 0 30px;
	margin-top: 20px;
}
#mobilSidenav ul li a{
	color: #fff;
	font-size: 17px;
}
#mobilSidenav .buybtn{
	display: block!important;
	float: right;
	margin-right: 47px;
	margin-top: 30px;
}
.titlebar{
	float: left;
	width: 100%;
	background: #191B21;
	padding: 40px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.titlebar h1{
	font-family: "Audiowide";
	font-size: 34px;
	margin-bottom: 0;
}
.samplepagecontent{
	float: left;
	width: 100%;
	background: #2A2E37;
	border-radius: 10px;
	border: 3px solid #45484E;
	color: #fff;
	padding: 30px 25px;
	margin-bottom: 50px;
}
.samplepagecontent h4{
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
}
.contactform{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	padding: 0 5px;
}
.contactformls{
	float: left;
	width: 100%;
	background: #2A2E37;
	border-radius: 10px;
	padding: 30px;
	border: 3px solid #45484E;
	height: 100%;
	color: #fff;
}
.contactimg{
	float: left;
	width: 95%;
	height: 100%;
	border-radius: 10px;
	border: 2px solid #FF6E9790;
	overflow: hidden;
	position: relative;
}
.contactimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.50;
}
.contactimg .text{
	position: absolute;
	bottom: 30px;
	left: 30px;
	float: left;
	width: 100%;
	max-width: 460px;
}
.contactimg .text h6{
	font-size: 22px;
	font-family: "Audiowide";
}
.form{
	float: left;
	width: 98%;
}
.form input{
	float: left;
	width: 100%;
	background: #21242B;
	border: 0;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
}
.form .col-md-6:nth-child(1){
	padding-right: 6px;
}
.form .col-md-6:nth-child(2){
	padding-left: 6px;
}
.form h5{
	float: left;
	width: 100%;
	text-align: center;
	font-family: "Audiowide";
	font-size: 22px;
	margin-bottom: 30px;
}
.form input::placeholder{
	color: #494F5A; 
}
.form textarea::placeholder{
	color: #494F5A; 
}
.form textarea{
	float: left;
	width: 100%;
	background: #21242B;
	border: 0;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
	min-height: 135px;
}
.contsitem{
	float: left;
	width: 100%;
	background: #2A2E37;
	border-radius: 10px;
	padding: 30px;
	border: 3px solid #45484E;
	height: 100%;
	color: #fff;
}
.contact_area{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 5px;
}
.contsitem .icon{
	float: left;
	width: 50px;
	margin-bottom: 20px;
}
.contsitem .icon img{
	width: 100%;
	height: 50px;
	object-fit: contain;
}
.contsitem h6{
	float: left;
	width: 100%;
	font-size: 33px;
	font-weight: normal;
	font-family: "Audiowide";
	margin-bottom: 15px;
}
.contsitem span{
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	max-width: 350px;
}
.form button{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	padding: 15px;
	background: linear-gradient(0deg, rgb(46, 211, 245) 0%, rgb(34, 150, 230) 100%);
	border: 0;
	border-radius: 10px;
	margin-top: 10px;
	transition: all 0.4s;
}
.form button:hover{
	background: linear-gradient(0deg, rgb(46, 211, 245) 15%, rgb(34, 150, 230) 100%);
}
.reveal {
	position: relative;
	opacity: 0;
}

.reveal.active {
	opacity: 1;
}
.active.fade-bottom {
	animation: fade-bottom 1s ease-in;
}
.active.fade-left {
	animation: fade-left 1s ease-in;
}
.active.fade-right {
	animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade-left {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fade-right {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}


@-moz-document url-prefix() {
	.row{
		float: left;
		width: 100%;
	}
}

@media (max-width: 850px) {
	.topmenu{
		display: none;
	}
	.contsitem{
		margin-bottom: 15px;
		height: auto!important;
	}
	.headertop label{
		font-size: 12px;
		margin-right: 7px;
	}
	.headertop span{
		font-size: 11px;
	}
	.headerarea{
		padding: 0px 15px;
	}
	.headerarea .buybtn{
		display: none;
	}
	.hmslidertext{
		padding: 50px 15px;
	}
	.hmslidertext h1{
		font-size: 35px;
	}
	.slidebtnlist a{
		float: left;
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
	.slidebuybtn{
		font-size: 15px;
		padding: 18px 0;
		width: 100%;
		text-align: center;
	}
	.readmorebtn{
		font-size: 15px;
		width: 100%;
		text-align: center;
		padding: 18px 0;
	}
	.sliderimg{
		margin-top: 0px;
		margin-bottom: 40px;
		margin-left: 5%;
		height: 250px;
	}
	.sliderapplist{
		padding: 30px;
	}
	.sliderapplist .appitem{
		margin-bottom: 15px;
	}
	.sliderapp .col-md-6{
		background: #272A31;
	}
	.hmsectionone{
		margin-top: 20px;
	}
	.hmsectiononetext{
		padding: 0px 20px;
	}
	.hmsectiononetext h2{
		font-size: 30px;
	}
	.hmsectiontwo .box1{
		margin-bottom: 15px;
	}
	.hmsectiontwotext{
		padding: 0;
	}
	.sectiontwo_bar .row .col-md-4:nth-child(1){
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.sectiontwo_bar .row .col-md-4:nth-child(2){
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.sectiontwo_bar .row .col-md-4:nth-child(3){
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.sectiontwoitem{
		margin-bottom: 15px;
		height: auto;
	}
	.sectionthreeimg{
		padding: 0;
		height: 250px;
	}
	.sectionthreetext{
		padding: 45px 20px;
	}
	.scfouritem{
		margin-bottom: 15px;
		text-align: center;
	}
	.scfouritem h4{
		width: 100%;
	}
	.scfouritem p{
		width: 100%;
	}
	.fiveitem span{
		font-size: 25px;
	}
	.fiveleft{
		margin-bottom: 15px;
	}
	.fiverightarea{
		padding: 30px 15px;
	}
	.countarea{
		padding: 15px;
	}
	#countdown li span{
		font-size: 35px;
	}
	.fiverightarea h2{
		font-size: 28px;
		margin-top: 30px;
	}
	.sectionsixlist .row .col-md-2:nth-child(2n){
		margin-top: auto;
	}
	.sectionsixlist .item{
		margin-bottom: 20px;
	}
	.sectionsixlist .col-md-2{
		width: 50%;
	}
	.sectionsixlist .item{
		width: 100%;
		height: 170px;
	}
	.sectionseven .sectiononeimg{
		padding: 30px;
	}
	.sectionseven .hmsectiononetext{
		padding: 20px;
	}
	.sectionseven .hmsectiononetext h2{
		margin-top: 0;
	}
	.videoitem{
		margin-bottom: 15px;
		height: 200px;
	}
	.sectioncomnt ul li img{
		height: 30px;
		width: 37px;
	}
	.footermenu{
		padding: 0px 30px;
	}
	.footermenu ul li{
		margin-right: 25px;
	}
	.hmsectiontwo{
		padding: 30px 20px;
	}
	.mobilmenu{
		display: block!important;
	}
	.contactimg{
		width: 100%;
		margin-bottom: 20px;
		height: auto;
	}
	.contactimg .text{
		width: auto;
		padding-right: 20px;
	}
	.form .col-md-6:nth-child(1){
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.form .col-md-6:nth-child(2){
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.sectioncomnt ul{
		display: block;
	}
	.sectioncomnt ul li{
		margin-bottom: 25px;
	}
	.sectionsixlist{
		padding: 0px 15px;
	}
	.headertop{
		line-height: 18px;
	}
	.headertop label {
	    font-size: 12px;
	    margin-right: 7px;
	    width: 100%;
	    text-align: center;
	    margin-top: 8px;
	}
	.headertop span {
	    font-size: 11px;
	    width: 100%;
	    text-align: center;
	}
}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
	.sliderapplist .col-md-6{
		width: 100%;
	}
	.sliderimg{
		display: none;
	}
	.hmslider_section .col-md-7{
		width: 100%;
	}
	.mobilmenu{
		margin-top: 0px;
		font-size: 40px;
	}
	.hmsectiontwo .col-md-5{
		width: 100%;
	}
	.hmsectiontwo .col-md-7{
		width: 100%;
	}
	.sectiontwo_bar .col-md-4{
		width: 100%;
	}
	.sectionfive .row .col-md-6{
		width: 100%;
	}
	.fiveleft .col-md-6{
		width: 50%!important;
	}
}