* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}









html {
  background-color: #1d1d1d;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

body {
  background-color: #1d1d1d;
  margin: 0;
  padding: 0px;
  width: 100%;
  float: left;
  max-width: 1920px;
  overflow-x: hidden;
}

.clr {
  clear: both;
}

img {
  border: none;
  max-width: 100%;
}


a {
  text-decoration: none;
  outline: none;
}



.header {
 margin: 0;
  padding: 30px 0 0 0;
  width: 100%;
  float: left;
  position: absolute;
  z-index: 999;
  background-color: transparent;
}

.logo {
  margin: 0 0 0 0;
  padding: 0 0 0 50px;
  width: auto;
  float: left;
}

.logo a {
  text-decoration: none;
  outline: none;
}

.logo a img {
  height: 45px;
  max-width: 100%;
}


.main_menu {
  margin: 0 0 0 0;
  padding: 0 50px 0 0;
  width: auto;
  float: right;
}

.main_menu ul {
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}

.main_menu ul li {
  margin: 0 10px;
  padding: 0;
  width: auto;
  float: left;
  list-style: none;
  position: relative;
}

.main_menu ul li a {
  margin: 0;
  padding: 0 0 10px 0;
  width: auto;
  float: left;
  text-decoration: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
}

.main_menu ul li a:hover {
  color: #fed402;
}

.main_menu ul li.active a {
  color: #fed402;
  font-family: "Poppins", sans-serif;
}

.banner {
  background-color: #0000;
  background-image: url("assets/images/banner-bg.png"),linear-gradient(#4507be,#020202);
  background-position: 50%,0 0;
  background-size: cover,auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 0;
  padding: 15vw 5vw 7vw;
  display: flex;
  position: relative;
}

.banner h1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg,#a59bf9,#fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
	color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 89px;
  font-weight: 400;
}
.banner p{
	color: #ebebeb;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 55px;
  font-size: 26px;
  line-height: 33px;
}
.banner_inner {
  z-index: 2;
  flex: 0 auto;
  width: auto;
  height: auto;
  padding-left: 5vw;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0 5vw 5vw;
}
.banner_icon_1{
	z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 0% auto;
    top: 2%;
	-webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
.banner_icon_2{
	 max-width: 123px;
  position: absolute;
  inset: 25% auto 0% 0%;
	-webkit-animation:spin2 10s linear infinite;
    -moz-animation:spin2 10s linear infinite;
    animation:spin2 10s linear infinite;
}
.banner_icon_3{
	position: absolute;
  inset: auto auto 0% 7%;
	-webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
.banner_icon_4{
	position:absolute;
	
}
.banner_icon_5{
	position:absolute;
	 inset:auto 7% 0% auto;
	max-width: 150px;
	-webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
.banner_icon_6{
	position:absolute;
	 inset:40% -5% 0% auto;
		 -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
.banner_icon_7{
	position:absolute;
	 inset:22% 0% auto auto;
		 -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin2 { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.banner_btn{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.banner_btn a{
	background-image: linear-gradient(249deg,#e9516e,#f2957e);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  position: static;
  box-shadow: 0 4px 26px #e9516e94;
	color: #fff;
  font-style: normal;
}

.we_do{
	float: left;
	margin:  0 0 0 0;
	padding: 120px 0 120px 0;
	width: 100%;
	background-color: #fafaff;
}
.we_do h2{
	color: #02031d;
  text-align: center;
 font-family: "Poppins", sans-serif;
  font-size: 60px;
	font-weight: 400;
  text-decoration: none;
  display: block;
	margin: 0 0 10px 0;
}
.we_do p{
	float: left;
	margin: 0 0 2em 0;
	padding: 0 6em 0 6em;
	width: 100%;
	text-align: center;
	color: #444a5c;
 font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.we_do_info{
	float: left;
	margin: 0 0 0 0;
	padding: 200px 0 0 100px;
	width: 100%;
}
.we_do_padding{
	padding: 100px 0 0 100px;
}
.we_do_info h3{
	color: #02031d;
  margin-top: 0;
  margin-bottom: 17px;
font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
	display: block;
}
.we_do_info p{
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: left;
	color: #444a5c;
font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}



.ai_area{
	float: left;
	margin:  0 0 0 0;
	padding: 120px 0 120px 0;
	width: 100%;
	background-color: #02031d;
}
.ai_area h2{
	color: #FFF;
  text-align: center;
font-family: "Poppins", sans-serif;
  font-size: 60px;
	font-weight: 400;
  text-decoration: none;
  display: block;
	margin: 0 0 10px 0;
}
.ai_area p{
	float: left;
	margin: 0 0 2em 0;
	padding: 0 6em 0 6em;
	width: 100%;
	text-align: center;
	color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.ai_area_info{
	float: left;
	margin:  0 0 0 0;
	padding: 0px 0 0px 0;
	width: 100%;
	background-color: #FFF;
	border-radius: 22px 22px 20px 20px;
}
.ai_area_info .img{
background-color: #0b1934;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
  text-align: center;
}
.ai_area_info .img img{

}
.ai_area_info h3{
	margin: 0;
  color: #02031d;
 font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 49px;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 20px 0;
}
.ai_area_info p{
	color: #02031d;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  float: left;
  padding: 0 20px 40px 20px;
  text-align: left;
  margin: 0;
	min-height: 220px;
}

.our_products{
	float: left;
	margin:  0 0 0 0;
	padding: 120px 0 0px 0;
	width: 100%;
	background-color: #fff;
}
.our_products h2{
	color: #02031d;
  text-align: center;
font-family: "Poppins", sans-serif;
  font-size: 60px;
	font-weight: 400;
  text-decoration: none;
  display: block;
	margin: 0 0 10px 0;
}
.our_products p{
	float: left;
	margin: 0 0 2em 0;
	padding: 0 6em 0 6em;
	width: 100%;
	text-align: center;
	color: #444a5c;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.our_products_btn{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.our_products_btn a{
	background-image: linear-gradient(249deg,#e9516e,#f2957e);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  position: static;
  box-shadow: 0 4px 26px #e9516e94;
	color: #fff;
  font-style: normal;
}
.our_products_img{
	float: left; 
	margin: 60px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.our_products_img img{
	border: none;
}

.we_good_at{
	float: left;
	margin:  0 0 0 0;
	padding: 120px 0 150px 0;
	width: 100%;
	background-color: #000000;
}
.we_good_at h2{
	color: #FFF;
  text-align: center;
font-family: "Poppins", sans-serif;
  font-size: 60px;
	font-weight: 400;
  text-decoration: none;
  display: block;
	margin: 0 0 10px 0;
}
.we_good_at p{
	float: left;
	margin: 0 0 2em 0;
	padding: 0 6em 0 6em;
	width: 100%;
	text-align: center;
	color: #FFF;
 font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.we_good_at_info{
	float: left;
	margin: 0 0 0 0;
	padding: 80px 0 0 100px;
	width: 100%;
}
.we_do_padding{
	padding: 100px 0 0 100px;
}
.we_good_at_info h3{
	color: #02031d;
  margin-top: 0;
  margin-bottom: 17px;
 font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
	display: block;
background-image: linear-gradient(104deg,#fff ,#6151e9);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.we_good_at_info p{
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: left;
	color: #FFF;
 font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}



.great_place_work{
	float: left;
	margin:  0 0 0 0;
	padding: 120px 0 120px 0;
	width: 100%;
	background-color: #fff;
}
.great_place_work h2{
	color: #02031d;
  text-align: center;
 font-family: "Poppins", sans-serif;
  font-size: 60px;
	font-weight: 400;
  text-decoration: none;
  display: block;
	margin: 0 0 10px 0;
}
.great_place_work p{
	float: left;
	margin: 0 0 2em 0;
	padding: 0 6em 0 6em;
	width: 100%;
	text-align: center;
	color: #444a5c;
 font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.our_products_info{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
.our_products_info .work_img{
background-color: #0b19340d;
  border-radius: 20px;
  float: left;
  width: 100%;
  text-align: center;
}
.our_products_info .work_img img{
max-width: 100%;
  padding: 20px 10px;
  height: 220px;
}
.our_products_info h3{
	margin: 0;
  font-weight: 700;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px 0;
	color: #02031d;
 font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.our_products_info p{
  font-family: "Poppins", sans-serif;
  float: left;
  padding: 0 0px 5px 0px;
  margin: 0;
	color: #e94e6c;
  text-align: center;
  font-size: 16px;
}

.footer{
	color: #02031d;
  background-color: #02031d;
  padding: 60px 3% 60px;
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}
.footer_logo{
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
}
.footer_logo img{
	max-width: 210px;
}
.footer p{
	color: #fff;
  font-size: 22px;
font-family: "Poppins", sans-serif;
  line-height: 30px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
}

.footer ul.footer_menu{
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
	
}
.footer ul.footer_menu a{
	color: #fff;
  margin: 0 15px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  float: none;
  width: auto;
  display: inline-block;
}

.footer .social_icons{
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
	
}
.social_icons a{
	color: #fff;
  margin: 0 15px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  float: none;
  width: auto;
  display: inline-block;
}
.social_icons a img{
	max-width: 22px;
}
.copy_right{
		color: #fff;
  font-size: 22px;
	font-family: "Poppins", sans-serif;
  line-height: 30px;
	float: left;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
}

