@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oxygen');
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Play&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.loader {
position: relative;
top: 35%;
width: 80px;
height: 80px;
margin: 0 auto;	

/*width:50px;
height:50px;
display:inline-block;*/
padding:0px;
opacity:0.5;
border:3px solid #fff;
-webkit-animation: loader 1s ease-in-out infinite alternate;
animation: loader 1s ease-in-out infinite alternate;
}

.loader:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #fff;
}

.loader:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #fff;
}

@keyframes loader {
   from {transform: rotate(0deg) scale(1,1);border-radius:0px;}
   to {transform: rotate(360deg) scale(0, 0);border-radius:50px;}
}
@-webkit-keyframes loader {
   from {-webkit-transform: rotate(0deg) scale(1, 1);border-radius:0px;}
   to {-webkit-transform: rotate(360deg) scale(0,0 );border-radius:50px;}
}



.loader6 {
position: relative;
top: 35%;
width: 60px;
height: 60px;
margin: 0 auto;
/*display:inline-block;
width: 20px;
height:20px;*/
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 3px solid #ffffff;
border-top: 3px solid #ffffff;
-webkit-animation: loader6 2.2s ease-in-out infinite alternate;
animation: loader6 2.2s ease-in-out infinite alternate;
}

.loader6:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 0px;
  right: 0px;
  bottom: 5px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@keyframes loader6 {
   from {transform: rotate(0deg);}
   to {transform: rotate(1440deg);}
}
@-webkit-keyframes loader6 {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(1440deg);}
}


.page-loader{
	width: 100%;
	/*height: 100vh;*/
	position: fixed;
	/*background: #272727;*/
	background:rgba(0, 0, 0, 0.9);
	z-index: 99999;
	bottom:0;
	top:0;
	left:0;
	overflow:hidden;
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/*--start-banner--*/
.banner{width:100%; margin:0 auto; padding-top:180px; padding-bottom:100px; overflow:hidden; /*background-image: linear-gradient(to right, #080c48, #0a0a46);*/ 
background-color:#470fac !important;
background: url(../images/banner-bg.svg) no-repeat center / cover;
background-color: rgba(0, 0, 0, 0);
background-position-x: center;
background-position-y: center;
background-attachment: scroll;
background-attachment: fixed;
 }
.banner h1{ position:absolute; z-index:5; top:0; left:0; right:0; bottom:0; font-family: 'Montserrat', sans-serif; font-size:42px; font-weight:bold; text-align:center; color:#fff; background:#0005; padding-top:250px; margin:0;}
.banner h2{font-family: 'Roboto', sans-serif; font-size:48px; font-weight:700; text-align:left; color:#fff; line-height:58px; margin:0 0 30px 0;}
.banner h5{font-family: 'Roboto', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}
.banner h6{font-family: 'Roboto', sans-serif; font-size:18px; font-weight:400; text-align:left; text-transform:uppercase; color:#da4bfd; line-height:26px; margin:40px 0 10px 0;}

.banner-img {animation: MoveUpDown 2s linear infinite;}
@keyframes MoveUpDown{0%{position: relative; top:0;}50%{position: relative; top:10px;} 100%{position: relative; top:0;}}

	
.banner .readmore_btn a {
    color: #fff;
    background: linear-gradient(to left, #da4bfd, #da4bfd );
	margin:5px 0px;
    padding: 15px 35px;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 18px;
    font-weight: bold;
	line-height:30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	display: inline-block;
}

.banner .readmore_btn a:hover { background: linear-gradient(to left, #da4bfd, #da4bfd);}

.spin-city {

    -webkit-animation: fa-spin 25s infinite linear;
    animation: fa-spin 25s infinite linear;

}
figure img {

    -webkit-transition: opacity .35s;
    transition: opacity .35s;

}
0% {

    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

}
100% {

    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);

}
.img-banner-rotate-upper {

    position: absolute;
    right: 0;
    top: 140px;
    margin: 0px auto;
    left: -3px;
    float: left;
    width: 180px;
    text-shadow: 2px 2px #000;
    background: #fff;
    padding: 20px;
    border-radius: 330px;
    height: 180px;
    text-align: center;
    box-shadow: 1px 0px 7px #000;
    -webkit-box-shadow: 1px 0px 7px #000;
    -moz-box-shadow: 1px 0px 7px #000;

}
.img-banner-rotate-upper img {

    width: 120px;
	margin:0 auto;
    margin-top: 10px;

}
/*--end-banner--*/


.how-it-works{ width:100%; margin:0 auto; padding:70px 0; background:#470fac; /*position:relative;*/}
.how-it-works h2{font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 30px 0;}
.how-it-works h3{font-family: 'Roboto', sans-serif; font-size:32px; font-weight:700; text-align:left; color:#fff; line-height:48px; margin:0 0 30px 0;}
.how-it-works h6{font-family: 'Roboto', sans-serif; font-size:15px; font-weight:400; text-align:center; text-transform:uppercase; color:#da4bfd; line-height:26px; margin:0 0 10px 0;}
.how-it-works h5{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:center; color:#fff; line-height:24px; margin:0 0 50px 0; }
.how-it-works h4{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:left; color:#fff; line-height:24px; margin:0 0 10px 0; }
.how-it-works p{font-family: 'Roboto', sans-serif; font-size:16px; font-weight:400; text-align:left; color:#fff; line-height:24px; margin:0 0 30px 0; position:relative}

.how-it-works .box {
    width: 100%;
    margin: 10px auto;
    padding: 0px 25px 5px 35px;
    border-left: solid 0px #37368e;
    position: relative;
}
.how-it-works .box .tick {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -3px;
    top: 0;
    background: #fff;
    border-radius: 50%;
}
.how-it-works .box .tick i {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #da4bfd;
    line-height: 25px;
    display: block;
}

.work-box-bg{background: url(../images/work-petern.png); background-position: center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; animation: ripple 5s infinite; transition: all 400ms ease;}
.work-box img{position: relative; margin:0 auto; display:block;}
.rotation-img{-webkit-animation: rotation 15s infinite linear;}
@keyframes ripple{0%{transform: scale(0.8);}50%{transform: scale(1.2);}100%{transform: scale(0.8);}}
@-webkit-keyframes rotation {from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}


.best-features{ width:100%; margin:0 auto; padding:70px 0; background:#470fac; overflow:hidden;
background-color: #470fac;
/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg fill-opacity='0.3'%3E%3Ccircle fill='%23470fac' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%2329383f' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%232d3d45' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%2330434a' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23344850' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23384D56' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
*/background-attachment: fixed;
background-size: cover;
}
.best-features h2{font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 30px 0;}
.best-features h6{font-family: 'Roboto', sans-serif; font-size:15px; font-weight:400; text-align:center; text-transform:uppercase; color:#da4bfd; line-height:26px; margin:0 0 10px 0;}
.best-features h5{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:center; color:#fff; line-height:24px; margin:0 0 50px 0; }

.best-features .box{ width:100%; margin:10px auto; padding:20px 10px 20px 10px; background:#490fb4; border-radius:20px; border:solid 1px #611edb; overflow:hidden;}
.best-features .box h3{ font-family: 'Roboto', sans-serif; font-size:20px; font-weight:bold; text-align:center; color:#fff; line-height:26px; margin:0 0 15px 0;}
.best-features .box i{ font-size:40px; text-align:center; color:#fff; margin-bottom:20px; display:block;}
.best-features .box h4{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:center; color:#fff; line-height:24px; margin:0 0 5px 0;}


.higher-return{ width:100%; margin:0 auto; padding:50px 0; background-image: linear-gradient(#470fac, #6a28e1); overflow:hidden;}
.higher-return h2{ font-family: 'Inter', sans-serif; font-size:36px; font-weight:600; color:#fff; line-height:42px;}
.higher-return h2 span{ color:#da4bfd;}
.higher-return .hr-box{ width:100%; margin:10px auto; background:#772cff; }
.higher-return .hr-box .caption{ width:100%; margin:0 auto; margin-top:-40px; padding:0 40px 50px 40px;}
.higher-return .hr-box .caption h3{ font-family: 'Inter', sans-serif; font-size:24px; font-weight:600; color:#fff; line-height:32px;}
.higher-return .hr-box .caption h5{ font-family: 'Inter', sans-serif; font-size:16px; font-weight:400; color:#c1d0df; line-height:26px;}


.sec-6{ width:100%; margin:0 auto; padding:80px 0; background:#490fb4;}
.sec-6 h3{ font-family: 'Roboto', sans-serif; font-weight:bold; font-size:32px; text-align:center; color:#FFF; line-height:46px; margin:10px 0 15px 0;}
.sec-6 h5{ font-family: 'Roboto', sans-serif; font-weight:normal; font-size:20px; text-align:center; color:#FFF; line-height:28px; margin:5px 0 15px 0;}
.sec-6-btn3 { font-size:16px; font-weight:bold; text-align:center; line-height:28px; background-color:#1c272b; padding:10px 20px; border-radius:25px; width:200px; margin:0 auto; margin-top:30px !important; overflow:hidden;}
.sec-6-btn3 a{ color:#ffffff; }
.sec-6-btn3:hover{ background-color:#3a5159;}
.sec-6-btn3:hover a{ color:#fff; text-decoration:none; }

.ico-distribution{ width:100%; margin:0 auto; padding:60px 0; background:#470fac; overflow:hidden;}
.ico-distribution h2{font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 20px 0;}
.ico-distribution h6{font-family: 'Roboto', sans-serif; font-size:15px; font-weight:400; text-align:center; text-transform:uppercase; color:#da4bfd; line-height:26px; margin:0 0 10px 0;}
.ico-distribution h5{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:center; color:#fff; line-height:24px; margin:0 0 50px 0; }

.ico-distribution .box{ width:100%; margin:10px auto; padding:8px 0px 8px 20px; background:#da4bfd;}
.ico-distribution .box h4{ font-size:18px; font-weight:normal; color:#fff; line-height:40px; margin:0; }
.ico-distribution .box h4 span{ font-family: 'Roboto', sans-serif; font-size:34px; font-weight:700; text-align:left; color:#e9eaea; line-height:40px; margin:0 10px 0 0; float:left;}
.bl1{ border-left:solid 7px #997dea;}
.bl2{ border-left:solid 7px #e66392;}
.bl3{ border-left:solid 7px #2acd72;}
.bl4{ border-left:solid 7px #9898ef;}
.bl5{ border-left:solid 7px #f5a67e;}

.ico-distribution .pp-box{ width:100%; margin:10px auto; /*margin-bottom:10px;  margin-top:20px;*/ padding:20px 5px; background:#e57cff; 
  /*-webkit-box-shadow: 3px 3px 5px 6px #f4f4f4;  
  -moz-box-shadow:    3px 3px 5px 6px #f4f4f4;  
  box-shadow:         3px 3px 5px 6px #f4f4f4; */
  border:solid 1px #4a636f; border-radius:3px; overflow:hidden;}
.ico-distribution .pp-box .i-box{ width:100%; margin:0 auto; padding:0; }  
.ico-distribution .pp-box .caption{ width:100%; margin:0 auto; padding:0;}
.ico-distribution .pp-box .caption h4{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:600; color:#fff; line-height:28px; margin-bottom:10px;}
.ico-distribution .pp-box .caption p{ font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; color:#ffe1d6; line-height:26px;}


.faq{ width:100%; margin:0 auto; padding:60px 0; background:#470fac; overflow:hidden;}
.faq h2{font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 20px 0;}
.faq h6{font-family: 'Roboto', sans-serif; font-size:15px; font-weight:400; text-align:center; text-transform:uppercase; color:#da4bfd; line-height:26px; margin:0 0 10px 0;}
.faq h5{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:center; color:#fff; line-height:24px; margin:0 0 50px 0; }
.faq img{ margin:0 auto; display:block;}

#faq .card {
  margin-bottom: 30px;
  border: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px  ;
  overflow:hidden;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #da4bfd;
  color: #fff;
  padding: 20px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #8650e8;
  color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #da4bfd;
  line-height: 30px;
  color:#fff;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #da4bfd;
  line-height: 30px;
  color: #fff;
}
#faq .btn{ border-radius:0;}

.whitepaper{ width:100%; margin:0 auto; padding:30px 0; /*background: linear-gradient(to right, #470fac, #490fb4);*/

background-color: #470fac;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23FB74FF'/%3E%3Cstop offset='1' stop-color='%236C2AFF'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size:cover;
background-position:center;
}

.whitepaper h2{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; text-align:center; color:#fff; line-height:42px; margin:0 0 25px 0;}
.whitepaper h5{font-family: 'Roboto', sans-serif; font-size:16px; font-weight:400; text-align:center; color:#fff; line-height:26px; margin:0 0 20px 0;}
.whitepaper i{ font-size:26px; text-align:center; line-height:32px; color:#ffffff; margin-bottom:20px; display:block;}
.whitepaper img{ margin:0 auto; display:block;}


.team{ width:100%; margin:0 auto; padding:30px 0; /*background:#490fb4;*/
background-color: #3D08AC;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%233D08AC' width='11' height='11'/%3E%3Crect fill='%233f0aad' x='10' width='11' height='11'/%3E%3Crect fill='%23420cae' y='10' width='11' height='11'/%3E%3Crect fill='%23440faf' x='20' width='11' height='11'/%3E%3Crect fill='%234610af' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%234912b0' y='20' width='11' height='11'/%3E%3Crect fill='%234b14b1' x='30' width='11' height='11'/%3E%3Crect fill='%234d16b2' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%234f18b3' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%235119b4' y='30' width='11' height='11'/%3E%3Crect fill='%23531bb5' x='40' width='11' height='11'/%3E%3Crect fill='%23551cb6' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23571eb7' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%235920b7' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%235b21b8' y='40' width='11' height='11'/%3E%3Crect fill='%235d23b9' x='50' width='11' height='11'/%3E%3Crect fill='%235f24ba' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%236126bb' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%236327bc' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%236529bd' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23672abe' y='50' width='11' height='11'/%3E%3Crect fill='%23682cbe' x='60' width='11' height='11'/%3E%3Crect fill='%236a2dbf' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%236c2fc0' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%236e30c1' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%237031c2' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%237133c3' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%237334c4' x='70' width='11' height='11'/%3E%3Crect fill='%237536c5' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%237737c6' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%237839c7' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%237a3ac7' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%237c3bc8' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%237e3dc9' x='80' width='11' height='11'/%3E%3Crect fill='%237f3eca' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%238140cb' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%238341cc' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%238443cd' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%238644ce' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%238845cf' x='90' width='11' height='11'/%3E%3Crect fill='%238947d0' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%238b48d0' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%238d4ad1' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%238e4bd2' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23904dd3' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23924ed4' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23934fd5' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%239551d6' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%239652d7' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%239854d8' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%239a55d9' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%239b57da' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%239d58db' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%239e59db' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23a05bdc' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23a25cdd' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23a35ede' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23a55fdf' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23a661e0' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23A862E1' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
overflow:hidden;
}
.team h2{font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; text-align:left; color:#fff; line-height:42px; margin:0 0 25px 0;}
.team h5{ font-family: 'Roboto', sans-serif; font-weight:bold; font-size:20px; color:#fff; line-height:28px; margin:5px 0 15px 0;}
.team h6{ font-family: 'Roboto', sans-serif; font-weight:normal; font-size:12px; color:#fff; line-height:22px; margin:5px 0 10px 0;}
.team h6 a{ font-weight:bold; color:#da4bfd;}
.team p{ font-family: "Open Sans",sans-serif; font-weight:400; font-size:16px; color:#fff; line-height:28px; margin:10px 0 15px 0;}

.sec-1{ width:100%; margin:0 auto; padding:80px 0; background-image: linear-gradient(to right, #0a0a46, #0b0945); /*position:relative;*/}
.sec-1 h2{font-family: 'Roboto', sans-serif; font-size:48px; font-weight:700; text-align:left; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-1 p{font-family: 'Roboto', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-1 h6{font-family: 'Roboto', sans-serif; font-size:20px; font-weight:400; text-align:left; color:#17C2ED; line-height:26px; margin:0 0 20px 0;}
.sec-1 .box{ width:100%; margin:10px auto; padding:25px 25px 25px 25px; background:#1e2258; border-radius:20px; overflow:hidden;}
.sec-1 .box h3{ font-family: 'Roboto', sans-serif; font-size:20px; font-weight:bold; text-align:left; color:#fff; line-height:26px; margin:0 0 15px 0;}
.sec-1 .box i{ font-size:30px; color:#17C2ED;}
.sec-1 .box h4{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:left; color:#fff; line-height:24px; margin:0 0 5px 0;}

.sec-2{ width:100%; margin:0 auto; padding:70px 0; background:#110340; position:relative;}
.sec-2 h2{font-family: 'Roboto', sans-serif; font-size:48px; font-weight:700; text-align:left; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-2 p{font-family: 'Roboto', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-2-overlay {
	height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
    background-image: url(../images/sec-2-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.sec-3{ width:100%; margin:0 auto; padding:70px 0; background:#0c0845; position:relative;}
.sec-3 h2{font-family: 'Roboto', sans-serif; font-size:48px; font-weight:700; text-align:left; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-3 p{font-family: 'Roboto', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}

.sec-4{ width:100%; margin:0 auto; padding:70px 0; background:#0c0845; position:relative;}
.sec-4 h2{font-family: 'Roboto', sans-serif; font-size:48px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-4 h6{font-family: 'Roboto', sans-serif; font-size:20px; font-weight:400; text-align:center; color:#17C2ED; line-height:26px; margin:0 0 20px 0;}

.sec-4 .box{ width:100%; height:300px; margin:15px auto; padding:15px 25px; background:#080c48; border-radius:10px; overflow:hidden;}
.sec-4 .box h4{font-family: 'Roboto', sans-serif; font-size:19px; font-weight:bold; text-align:center; color:#fff; line-height:26px; margin:0 0 20px 0;}
.sec-4 .box p{font-family: 'Roboto', sans-serif; font-size:15px; font-weight:400; text-align:center; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-4 .box i{ margin:0 auto; margin-top:20px; margin-bottom:15px; font-size:40px; text-align:center; color:#17c2ed; line-height:40px; display:block; }
.sec-4 .box:hover{ background-color: transparent; background-image: linear-gradient(135deg, #3940f4, #ba51ff);}


.sec-5{ width:100%; margin:0 auto; padding:70px 0; background:#0d0744; /*position:relative;*/}
.sec-5 h2{font-family: 'Roboto', sans-serif; font-size:48px; font-weight:700; text-align:left; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-5 h6{font-family: 'Roboto', sans-serif; font-size:20px; font-weight:400; text-align:left; color:#17C2ED; line-height:26px; margin:0 0 20px 0;}
.sec-5 p{font-family: 'Roboto', sans-serif; font-size:17px; font-weight:400; text-align:left; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-5 img{ border-radius:20px; height: 600px; object-fit: cover; margin-top:20px;}
.sec-5 .box{ width:100%; margin:0px auto; padding:15px 25px 10px 25px; border-left:solid 1px #37368e; overflow:hidden;}
.sec-5 .box h3{ font-family: 'Roboto', sans-serif; font-size:18px; font-weight:bold; text-align:left; color:#17c0e8; line-height:26px; margin:0 0 15px 0;}
.sec-5 .box h4{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400; text-align:left; color:#fff; line-height:24px; margin:0 0 5px 0;}
.sec-5 .box .tick{ position:absolute; width:35px; height:35px; left:-3px; top:0; background:#0692e9; border-radius:50%;}
.sec-5 .box .tick i{ margin:0 auto; font-size:20px; text-align:center; color:#fff; line-height:35px; display:block; }



.sec-7{ width:100%; margin:0 auto; padding:80px 0 70px 0; background-image: linear-gradient(to right, #470fac, #470fac); /*position:relative;*/}
.sec-7 h2{font-family: 'Roboto', sans-serif; font-size:48px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 30px 0;}
.sec-7 p{font-family: 'Roboto', sans-serif; font-size:17px; font-weight:400; text-align:center; color:#fff; line-height:26px; margin:0 0 30px 0;}
.sec-7 img{ margin-top:-190px;}
/**,
*::before,
*::after,
:root {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow: hidden;
  height: 100%;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  perspective: 1px;
  transform-style: preserve-3d;
}
*/



.modal-content {
  background-color: #171717 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

a{color:#fff !important;}
.readmore-btn{
	width:150px;
    color:#fff !important;
    background: linear-gradient(to right, #ff7746, #da4bfd);
    font-family: 'OpenSansBold', sans-serif;
    font-size: 13px;
    font-weight: bold;
	line-height:45px;
    text-transform: uppercase;
    border-radius: 40px;
    text-align:center;
    margin-top:30px;
    cursor: pointer;
	margin:0 auto;
	display:block;
}
.readmore-btn:hover { background: linear-gradient(to right, #da4bfd, #ff7746); text-decoration:none;} 
.readmore-btn:hover a{ text-decoration:none; }


.readmore-btn-2{
	width:150px;
	margin:0 auto;
    color:#fff !important;
    background: linear-gradient(to right, #886fef, #eb767a);
    font-family: 'OpenSansBold', sans-serif;
    font-size: 13px;
    font-weight: bold;
	line-height:45px;
    text-transform: uppercase;
	border:solid 1px #fff;
    border-radius:40px;
    text-align:center;
    margin-top:30px;
    cursor: pointer;
}
.readmore-btn-2:hover { background: linear-gradient(to right, #eb767a, #886fef); text-decoration:none;} 
.readmore-btn-2:hover a{ text-decoration:none; }


/*.banner{ margin:0 auto;  
  position: relative;
  min-height: 100vh;
  width: 100%;
  transform-style: inherit;
  z-index: -1;
  }
.banner::before { 
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: block;
  background: url(../images/banner/banner-bg.jpg) center center;
  background-size: cover;
  min-height: 100%;
  z-index: -2;
}
.banner h2{ font-family: 'Zen Dots', cursive; font-size:36px; font-weight:700; text-align:left; color:#fff; line-height:60px; margin:0 0 30px 0;}
.banner h5{font-family: 'Roboto', sans-serif; font-size:18px; font-weight:400; text-align:left; color:#fff; line-height:36px; margin:0 0 10px 0;}
.banner h6{ font-family: 'Roboto', sans-serif; font-size:16px; font-weight:700; text-align:left; color:#f8f517; margin:10px 0 25px 0;}
.banner .animation-overlay{ position:absolute; top:0; right:0; left:0;}
*/




.contact{ width:100%; margin:0 auto; padding:60px 0; background:#067cce; overflow:hidden;}
.contact h2{ font-family: 'Roboto', sans-serif; font-size:36px; font-weight:700; text-align:center; color:#222222; line-height:42px; margin:0 0 30px 0;}
.contact h5{font-family: 'Roboto', sans-serif; font-size:16px; font-weight:400; text-align:center; color:#888888; line-height:26px; margin:0 0 60px 0;}
.contact h6{ font-family: 'Roboto', sans-serif; font-size:16px; font-weight:700; text-align:center; margin:0 0 15px 0; background: -webkit-linear-gradient(45deg, #ffffff, #ffffff 80%); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

.contact .form-box{ width:100%; margin:0 auto; padding:60px 40px 40px 40px; border:solid 1px #0096ff;  box-shadow:0 10px 30px 0 rgba(50,50,50,.16);}

.contact .form-box h3{ font-family: 'Roboto', sans-serif; font-size:36px !important; font-weight:normal !important; text-align:center !important;color:#02b854 !important; margin:0 0 20px 0 !important;}
.contact .form-box h4{ font-family: 'Roboto', sans-serif; font-size:18px !important; font-weight:normal; text-align:center !important; color:#8c8b8a !important; line-height:24px; margin:0 0 5px 0;}
.contact .form-box h5{ font-family: 'Roboto', sans-serif; font-size:16px; font-weight:normal; color:#02b854; line-height:28px; margin:10px 0;}
.contact .form-box h6{ font-family: 'Roboto', sans-serif; font-size:16px; font-weight:normal; color:#322e5e; line-height:28px; margin:10px 0;}
.contact .form-control{background-color: #94d3ff;
background-clip: padding-box;
border: 1px solid #94d3ff;}






@keyframes ball-1 { 
0% {opacity: 0; }
10% {opacity: 0.2; }
20% {opacity: 0.4;}
30% {opacity: 0.6;}
40% {opacity: 0.8;}	
50% {opacity: 1;}	
60% {opacity: 1;}
70% {opacity: 0.8;}
80% {opacity: 0.6;}
90% {opacity: 0.4;}
100% {opacity: 0.2;}
}

#ball-1 {
  height: 10px;
  width: 10px;
  margin:30 0 0 50px;
  border-radius:50%;
  border:solid 0px #9affe0;
  background-color: #23cf9a;
  animation: ball-1 3s infinite;
}
#ball-2 {
  height: 10px;
  width: 10px;
  margin:40px 0 0 200px;
  border-radius:50%;
  border:solid 0px #9affe0;
  background-color: #23cf9a;
  animation: ball-1 3s infinite;
}
#ball-3 {
  height: 10px;
  width: 10px;
  margin:10px 0 0 290px;
  border-radius:50%;
  border:solid 0px #9affe0;
  background-color: #23cf9a;
  animation: ball-1 3s infinite;
}
#ball-4 {
  height: 10px;
  width: 10px;
  margin: 80px 0 0 120px;
  border-radius:50%;
  border:solid 0px #9affe0;
  background-color: #23cf9a;
  animation: ball-1 3s infinite;
}
#ball-5 {
  height: 10px;
  width: 10px;
  margin:30px 0 0 100px;
  border-radius:50%;
  border:solid 0px #9affe0;
  background-color: #23cf9a;
  animation: ball-1 3s infinite;
}
#ball-6 {
  height: 10px;
  width: 10px;
  margin:10px 0 0 180px;
  border-radius:50%;
  border:solid 0px #9affe0;
  background-color: #23cf9a;
  animation: ball-1 3s infinite;
}
#ball-7 {
  height: 10px;
  width: 10px;
  margin:30px 0 0 190px;
  border-radius:50%;
  border:solid 0px #9affe0;
  background-color: #23cf9a;
  animation: ball-1 3s infinite;
}


#scroll-to-top {
  display: inline-block;
  background-color: #da4bfd;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
#scroll-to-top:hover {
  cursor: pointer;
  background-color: #FF9800;
}
#scroll-to-top:active {
  background-color: #555;
}
#scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}






.footer-strip{ width:100%; margin:0 auto; padding:10px; background:#101112;}
.footer-strip h4{ font-family: 'Inter', sans-serif; font-size:15px; font-weight:400; text-align:left; color:#fff; line-height:44px; margin:0;}
.footer-strip i{ width:44px; height:44px;font-size:24px; text-align:center; color:#fff; background:none; line-height:44px; float:left; margin-right:10px; border:solid 1px #fff; border-radius:5px;}

.footer{ width:100%; margin:0 auto; padding:100px 0; background:#1c292e; position:relative;
/*background-color:#1c292e !important;
background: url(../images/wave.png);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
background-repeat: no-repeat;*/

background-color: #470fac;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%233D08AC' width='11' height='11'/%3E%3Crect fill='%233f0aad' x='10' width='11' height='11'/%3E%3Crect fill='%23420cae' y='10' width='11' height='11'/%3E%3Crect fill='%23440faf' x='20' width='11' height='11'/%3E%3Crect fill='%234610af' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%234912b0' y='20' width='11' height='11'/%3E%3Crect fill='%234b14b1' x='30' width='11' height='11'/%3E%3Crect fill='%234d16b2' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%234f18b3' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%235119b4' y='30' width='11' height='11'/%3E%3Crect fill='%23531bb5' x='40' width='11' height='11'/%3E%3Crect fill='%23551cb6' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23571eb7' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%235920b7' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%235b21b8' y='40' width='11' height='11'/%3E%3Crect fill='%235d23b9' x='50' width='11' height='11'/%3E%3Crect fill='%235f24ba' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%236126bb' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%236327bc' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%236529bd' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23672abe' y='50' width='11' height='11'/%3E%3Crect fill='%23682cbe' x='60' width='11' height='11'/%3E%3Crect fill='%236a2dbf' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%236c2fc0' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%236e30c1' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%237031c2' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%237133c3' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%237334c4' x='70' width='11' height='11'/%3E%3Crect fill='%237536c5' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%237737c6' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%237839c7' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%237a3ac7' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%237c3bc8' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%237e3dc9' x='80' width='11' height='11'/%3E%3Crect fill='%237f3eca' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%238140cb' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%238341cc' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%238443cd' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%238644ce' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%238845cf' x='90' width='11' height='11'/%3E%3Crect fill='%238947d0' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%238b48d0' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%238d4ad1' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%238e4bd2' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23904dd3' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23924ed4' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23934fd5' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%239551d6' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%239652d7' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%239854d8' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%239a55d9' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%239b57da' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%239d58db' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%239e59db' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23a05bdc' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23a25cdd' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23a35ede' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23a55fdf' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23a661e0' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23A862E1' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.footer h4{ font-family: 'Inter', sans-serif; font-size:15px; font-weight:400; text-align:left; text-transform:uppercase; color:#fff; line-height:24px; margin:0 0 20px 0;}
.footer h5{ font-family: 'Inter', sans-serif; font-size:14px; font-weight:400; text-align:left; color:#fff; line-height:24px; margin:0;}
.footer h5 a{ font-family: 'Inter', sans-serif; font-size:14px; font-weight:400; text-align:left; color:#fff; line-height:24px;}
.footer h5 a:hover{ color:#fff; text-decoration:none;}

.footer p{ font-family: 'Inter', sans-serif; font-size:13px; font-weight:400; text-align:left; color:#fff; line-height:24px; margin:10px 0 0 0;}

.footer .footer-list{ margin:0; padding:0; list-style:none;}
.footer .footer-list li a{ font-family: 'Inter', sans-serif; font-size:14px; font-weight:normal; color:#fff !important; line-height:26px;}
.footer .footer-list li a:hover{ text-decoration:none; color:#fff;}

.social-link{ width:100%; margin:20px 0 0 0; padding:0 0px; text-align:center; margin-bottom:0 !important; }
.social-link li{ display:inline-block;}
.social-link li a{ width:40px; height:40px;/* background:rgba(255,255,255,.15); */ background:#7021ff; display:block; border-radius:50%; margin-left:5px;}
.social-link li a i{ font-size:18px; text-align:center; color:#fff; line-height:40px; margin:0 auto; display:block;}
.social-link li:not(:last-child){ margin-right:5px;}
.social-link li a:hover i{ color:#fff;}




@media (max-width: 767px){
.sec-7 img{ margin-top:10px;}
}


@media (max-width: 575px){
	
.banner{padding-top:90px;}
.banner h1{ font-size:24px; line-height:36px; margin:30px 0 10px 0;}
.banner h5{ font-size:16px; line-height:32px; margin:10px 0 10px 0;}
.img-banner-rotate-upper{ top:80px;}

.ico-distribution .box{ width:100%; margin:20px auto; padding:10px 0px 10px 6px; background:#da4bfd;}
.ico-distribution .box h4{ font-size:16px; font-weight:normal; color:#fff; line-height:40px; margin:0; }
.ico-distribution .box h4 span{ font-family: 'Roboto', sans-serif; font-size:24px; font-weight:700; text-align:left; color:#e9eaea; line-height:40px; margin:0 10px 0 0; float:left;}
.bl1{ border-left:solid 5px #997dea;}
.bl2{ border-left:solid 5px #e66392;}
.bl3{ border-left:solid 5px #2acd72;}
.bl4{ border-left:solid 5px #9898ef;}
.bl5{ border-left:solid 5px #f5a67e;}
}