@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&amp;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&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin:700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Play&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&amp;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:#253339 !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:#009fe3; 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, #009fe3, #009fe3 );
	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, #009fe3, #009fe3);}

.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:#253339; /*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:#009fe3; 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: #009fe3;
    line-height: 25px;
    display: block;
}

.work-box-bg{background: url(../images/work-petern.html); 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:#253339; overflow:hidden;
background-color: #253339;
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='%23253339' 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:#009fe3; 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:#2b3b41; border-radius:20px; border:solid 1px #3c4d53; 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(#253339, #424f55); 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:#009fe3;}
.higher-return .hr-box{ width:100%; margin:10px auto; background:#1c292e; }
.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:#b8bbbe; line-height:26px;}


.sec-6{ width:100%; margin:0 auto; padding:80px 0; background:#2b3b41;}
.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:#253339; 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:#009fe3; 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:#3d535d;}
.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:#3d535d; 
  /*-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:#253339; 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:#009fe3; 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: #009fe3;
  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: #424e53;
  color: #fff;
}

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

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

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

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

.whitepaper{ width:100%; margin:0 auto; padding:30px 0; /*background: linear-gradient(to right, #253339, #2b3b41);*/

background-color: #253339;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1000 1000'%3E%3Cdefs%3E%3CradialGradient id='a' cx='500' cy='500' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23253339'/%3E%3Cstop offset='1' stop-color='%235A7C8B'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='500' cy='500' r='60%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%232E3F46' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%232E3F46' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1000' height='1000'/%3E%3Cg fill='none' stroke='%235A7C8B' stroke-width='1' stroke-miterlimit='10' stroke-opacity='.3'%3E%3Crect x='12.5' y='12.5' width='975' height='975'/%3E%3Crect x='25' y='25' width='950' height='950'/%3E%3Crect x='37.5' y='37.5' width='925' height='925'/%3E%3Crect x='50' y='50' width='900' height='900'/%3E%3Crect x='62.5' y='62.5' width='875' height='875'/%3E%3Crect x='75' y='75' width='850' height='850'/%3E%3Crect x='87.5' y='87.5' width='825' height='825'/%3E%3Crect x='100' y='100' width='800' height='800'/%3E%3Crect x='112.5' y='112.5' width='775' height='775'/%3E%3Crect x='125' y='125' width='750' height='750'/%3E%3Crect x='137.5' y='137.5' width='725' height='725'/%3E%3Crect x='150' y='150' width='700' height='700'/%3E%3Crect x='162.5' y='162.5' width='675' height='675'/%3E%3Crect x='175' y='175' width='650' height='650'/%3E%3Crect x='187.5' y='187.5' width='625' height='625'/%3E%3Crect x='200' y='200' width='600' height='600'/%3E%3Crect x='212.5' y='212.5' width='575' height='575'/%3E%3Crect x='225' y='225' width='550' height='550'/%3E%3Crect x='237.5' y='237.5' width='525' height='525'/%3E%3Crect x='250' y='250' width='500' height='500'/%3E%3Crect x='262.5' y='262.5' width='475' height='475'/%3E%3Crect x='275' y='275' width='450' height='450'/%3E%3Crect x='287.5' y='287.5' width='425' height='425'/%3E%3Crect x='300' y='300' width='400' height='400'/%3E%3Crect x='312.5' y='312.5' width='375' height='375'/%3E%3Crect x='325' y='325' width='350' height='350'/%3E%3Crect x='337.5' y='337.5' width='325' height='325'/%3E%3Crect x='350' y='350' width='300' height='300'/%3E%3Crect x='362.5' y='362.5' width='275' height='275'/%3E%3Crect x='375' y='375' width='250' height='250'/%3E%3Crect x='387.5' y='387.5' width='225' height='225'/%3E%3Crect x='400' y='400' width='200' height='200'/%3E%3Crect x='412.5' y='412.5' width='175' height='175'/%3E%3Crect x='425' y='425' width='150' height='150'/%3E%3Crect x='437.5' y='437.5' width='125' height='125'/%3E%3Crect x='450' y='450' width='100' height='100'/%3E%3Crect x='462.5' y='462.5' width='75' height='75'/%3E%3Crect x='475' y='475' width='50' height='50'/%3E%3Crect x='487.5' y='487.5' width='25' height='25'/%3E%3C/g%3E%3Crect fill-opacity='.3' fill='url(%23b)' width='1000' height='1000'/%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:#2b3b41;*/
background-color: #253339;
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='%23253339' width='11' height='11'/%3E%3Crect fill='%2325343a' x='10' width='11' height='11'/%3E%3Crect fill='%2326343a' y='10' width='11' height='11'/%3E%3Crect fill='%2326353b' x='20' width='11' height='11'/%3E%3Crect fill='%2327353b' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%2327363c' y='20' width='11' height='11'/%3E%3Crect fill='%2327363d' x='30' width='11' height='11'/%3E%3Crect fill='%2328373d' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%2328373e' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%2329383f' y='30' width='11' height='11'/%3E%3Crect fill='%2329393f' x='40' width='11' height='11'/%3E%3Crect fill='%232a3940' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%232a3a40' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%232a3a41' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%232b3b42' y='40' width='11' height='11'/%3E%3Crect fill='%232b3b42' x='50' width='11' height='11'/%3E%3Crect fill='%232c3c43' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%232c3d44' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%232c3d44' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%232d3e45' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%232d3e46' y='50' width='11' height='11'/%3E%3Crect fill='%232e3f46' x='60' width='11' height='11'/%3E%3Crect fill='%232e3f47' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%232f4047' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%232f4048' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%232f4149' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23304249' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%2330424a' x='70' width='11' height='11'/%3E%3Crect fill='%2331434b' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%2331434b' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%2331444c' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%2332454d' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%2332454d' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%2333464e' x='80' width='11' height='11'/%3E%3Crect fill='%2333464e' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%2334474f' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23344750' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23344850' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23354951' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23354952' x='90' width='11' height='11'/%3E%3Crect fill='%23364a52' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23364a53' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23374b54' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23374c54' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23374c55' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23384d56' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23384d56' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23394e57' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23394e58' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%233a4f58' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%233a5059' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%233a505a' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%233b515a' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%233b515b' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%233c525c' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%233c535c' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%233d535d' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%233d545e' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%233e545e' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%233E555F' 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:#009fe3;}
.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, #253339, #253339); /*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, #009fe3);
    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, #009fe3, #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: #009fe3;
  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: #253339;
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='%23253339' width='11' height='11'/%3E%3Crect fill='%2325343a' x='10' width='11' height='11'/%3E%3Crect fill='%2326343a' y='10' width='11' height='11'/%3E%3Crect fill='%2326353b' x='20' width='11' height='11'/%3E%3Crect fill='%2327353b' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%2327363c' y='20' width='11' height='11'/%3E%3Crect fill='%2327363d' x='30' width='11' height='11'/%3E%3Crect fill='%2328373d' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%2328373e' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%2329383f' y='30' width='11' height='11'/%3E%3Crect fill='%2329393f' x='40' width='11' height='11'/%3E%3Crect fill='%232a3940' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%232a3a40' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%232a3a41' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%232b3b42' y='40' width='11' height='11'/%3E%3Crect fill='%232b3b42' x='50' width='11' height='11'/%3E%3Crect fill='%232c3c43' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%232c3d44' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%232c3d44' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%232d3e45' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%232d3e46' y='50' width='11' height='11'/%3E%3Crect fill='%232e3f46' x='60' width='11' height='11'/%3E%3Crect fill='%232e3f47' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%232f4047' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%232f4048' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%232f4149' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23304249' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%2330424a' x='70' width='11' height='11'/%3E%3Crect fill='%2331434b' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%2331434b' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%2331444c' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%2332454d' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%2332454d' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%2333464e' x='80' width='11' height='11'/%3E%3Crect fill='%2333464e' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%2334474f' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23344750' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23344850' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23354951' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23354952' x='90' width='11' height='11'/%3E%3Crect fill='%23364a52' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23364a53' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23374b54' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23374c54' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23374c55' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23384d56' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23384d56' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23394e57' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23394e58' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%233a4f58' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%233a5059' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%233a505a' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%233b515a' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%233b515b' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%233c525c' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%233c535c' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%233d535d' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%233d545e' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%233e545e' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%233E555F' 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:#424e53; 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:#3d535d;}
.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;}
}