@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');

.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
	position: absolute;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	width: 30px;
	height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000 !important;
}
.owl-nav span {
    font-size: 30px;    
    position: absolute;
    /*top: -12px;*/
	left:10px;
	color:#fff;
	transform: translateY(-60%);
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav {
    display: block !important;}
.owl-dots {
    display: none !important;
}

/*--start-banner--*/
.banner{width:100%; margin:0 auto; padding-top:180px; padding-bottom:50px; overflow:hidden; /*background-image: linear-gradient(to right, #080c48, #0a0a46);*/ 
background-color:#112538 !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:#eca80f; 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, #eca80f, #eca80f );
	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, #eca80f, #eca80f);}

.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; overflow:hidden;
/*background-color:#490fb4 !important;*/
background: url(../images/how-it-works-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;
}
.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:#eca80f; 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: 20px;
    text-align: center;
    color: #470fac;
    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; overflow:hidden;
background:#122535 !important;
}
.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:#eca80f; 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:25px 25px 25px 25px; background:#490fb400; border-radius:20px; border:solid 1px #1f384d; overflow:hidden;}
.best-features .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;}
.best-features .box i{ font-size:30px; color:#fff; margin-bottom:20px;}
.best-features .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;}


.ico-distribution{ width:100%; margin:0 auto; padding:60px 0; background:#470fac; overflow:hidden;
background-color:#122535 !important;
background: url(../images/wave.svg);
background-color: rgba(0, 0, 0, 0);
background-position-x: center;
background-position-y: center;
background-attachment: scroll;
background-attachment: fixed;
}
.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:#eca80f; 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:20px auto; padding:10px 20px; background:#2e5880;}
.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;}

.faq{ width:100%; margin:0 auto; padding:60px 0; background:#122535; 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:#eca80f; 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 .btn{ border-radius:0;}
#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: #eca80f;
  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: #2e5880;
  color: #fff;
}

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

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

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

#faq .card .collapse.show {
  background: #eca80f;
  line-height: 30px;
  color: #fff;
}



.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; }


.our-Partners{ width:100%; margin:0 auto; padding:80px 0 70px 0; background-image: linear-gradient(to right, #264157, #0e1d2b); position:relative;}
.our-Partners h2{font-family: 'Roboto', sans-serif; font-size:32px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 30px 0;}
.our-Partners h4{font-family: 'Roboto', sans-serif; font-size:20px; font-weight:400; text-align:center; text-transform:uppercase; color:#fff; line-height:26px; margin:5px 0 20px 0;}
.our-Partners .box{ width:100%; margin:0 auto; padding:5px 0; background:#fff; border-radius:5px; }

.our-Partners-2{ width:100%; margin:0 auto; padding:80px 0 70px 0; background-image: linear-gradient(to right, #0e1d2b, #264157); position:relative;}
.our-Partners-2 h2{font-family: 'Roboto', sans-serif; font-size:32px; font-weight:700; text-align:center; color:#fff; line-height:58px; margin:0 0 30px 0;}
.our-Partners-2 h4{font-family: 'Roboto', sans-serif; font-size:20px; font-weight:400; text-align:center; text-transform:uppercase; color:#fff; line-height:26px; margin:5px 0 20px 0;}
.our-Partners-2 .box{ width:100%; margin:0 auto; padding:5px 0; background:#fff; border-radius:5px; }

.sec-7{ width:100%; margin:0 auto; padding:80px 0 70px 0; background-image: linear-gradient(to right, #264157, #0e1d2b); position:relative;}
.sec-7 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-7 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-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;
}
*/




a{color:#fff !important;}
.readmore-btn{
	width:150px;
    color:#fff !important;
    background: linear-gradient(to right, #fcf667, #003460);
    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;
}
.readmore-btn:hover { background: linear-gradient(to right, #003460, #fcf667); 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: #eca80f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  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: 2em;
  line-height: 50px;
  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:#470fac; position:relative;
background-color:#122535 !important;
background: url(../images/footer.svg);
    background-color: rgba(0, 0, 0, 0);
background-position-x: center;
background-position-y: center;
background-attachment: scroll;
background-attachment: fixed;
}
.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:#27517d; 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;}

}