@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-family: 'montserrat', sans-serif !important;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
}
p{
  font-size: 22px !important;
  line-height: 1.3 !important;
}
.p1{
  font-size: 20px !important;
}
.p2{
  font-size: 17px !important;
}
::selection{
  background: rgb(111, 38, 247);
  color: #fff;
}
h1,h2,h3,h4,h5,h6{
  width: 100%;
  display: block;
}
.main-container{
  padding: 0px;
  margin: 0px auto;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
  float: right;
}
.left{
  text-align: left;
  float: left;
}

.img20 img{
  width: 20%;
}
.img30 img{
  width: 30%;
}
.img40 img{
  width: 40%;
}
.img50 img{
  width: 50%;
}
.img60 img{
  width: 60%;
}
.img70 img{
  width: 70%;
}
.img80 img{
  width: 80%;
}
.img90 img{
  width: 90%;
}
.img100 img{
  width: 100%;
}
.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}

.mt-1{margin-top: -10px;}
.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
.mt6{margin-top: 60px;}
.mt7{margin-top: 70px;}
.mt8{margin-top: 80px;}
.mt9{margin-top: 90px;}
.mt10{margin-top: 100px;}

.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}

.br-10{border-radius: 10px;}
.br-15{border-radius: 15px;}
.br-20{border-radius: 20px;}
.br-15{border-radius: 25px;}
.br-50{border-radius: 50%;}

.b3{font-weight: 300;}
.b4{font-weight: 400;}
.b5{font-weight: 500;}
.b6{font-weight: 600;}
.b7{font-weight: 700;}
.b8{font-weight: 800;}
.b9{font-weight: 900;}

.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.red1{color: #7e0927;}
.yellow{color: #ffcc00;}
.green{color: #1cb85e;}
.blue{color: #22e8ff;}
.light-blue{color: #27ffe8;}
.pink{color: #ff004c;}
.orange{color: #fd6e00;}

.uppercase{
  text-transform: uppercase;
  letter-spacing: 3px;
}
.transparent{
  opacity: 0.7;
}
.text-shadow {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}
.heading1{
  font-size: 50px;
}
.headingl{
  font-size: 55px;
}
.headingl1{
  font-size: 70px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffff00;
  display: inline-block;
  padding: 5px 5px 0px;
}
.shadow{
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
-moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.top-bar{
  display: block;
  position: fixed;
  width: 100%;
  background: transparent;
  padding: 10px;
  z-index: 1000;
  transition: all .3s;
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section2{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: #000517;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: linear-gradient(to bottom, #002538, #003c55);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: linear-gradient(to right bottom, #0c0039, #081b4b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  /*margin-bottom: -135px;*/
  background-position: right top;
}
.section7{
  display: block;
  background: linear-gradient(to right bottom, #001d2c, #00283c, #00334b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section8{
  display: block;
  background: #000517;
  /*margin-bottom: -135px;*/
  background-position: right top;
}
.section9{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: linear-gradient(to bottom, #0e0224, #06050b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: linear-gradient(to right bottom, #001d2c, #00283c, #00334b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: linear-gradient(to bottom, #0e0224, #06050b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section17{
  display: block;
  background: linear-gradient(to left, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section18{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section19{
  display: block;
  background: linear-gradient(to left, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section20{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: linear-gradient(to right bottom, #0c0039, #081b4b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: linear-gradient(to bottom, #0e0224, #06050b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section23{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section24{
  display: block;
  background: linear-gradient(to right, #140133, #020C21);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section25{
  display: block;
  background: linear-gradient(to bottom, #0e0224, #06050b);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu{
  margin-left: -20px;
}
.footer_menu li {
  list-style: none;
  margin-top: 20px;
  display: inline-block;
  padding-left: 20px;
}
.footer_menu li a{
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.footer_menu li a:hover{
  text-decoration: underline;
}
.logo img{
  width: 80%;
}
.demo-bg{
  padding: 10px;
  background: linear-gradient(to right, #140133, #021235);
  border-radius: 10px;
}
.top-strip{
  display: inline-block;
   background: url(../images/top-strip.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
  padding: 18px 30px 10px 30px;
  margin-top: 20px; 
}
.jvzoo{
  background: #fff;
  padding: 6px 40px;
  display: inline-block;
  /* width: 100%; */
  border-radius: 20px 20px 0 0;
}
.button-green {
  display: inline-block;
  /* background: #1cb85e; */
  background: linear-gradient(to right, #462DBC, #8D2DBC, #CF33D5);
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 50px;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.button-green:hover{
  text-decoration: none;
  color: #fff;
  --x: 100%;
  transform: scale(1.03);
  /*background: #ff9a4c;*/
}
.top-menu{
  text-align: end;
}
.top-menu li{
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  margin-top: 25px;
}
.top-menu li a{
  font-size: 17px;
  font-weight: 400;
  color: #eaeceead;
  text-decoration: none;
}
.top-menu li a:hover{
  color: #fff;
}
.guarantee img{
  width: 30%;
}
.feature-box{
  display: inline-block;
  background: #f2f2ff;
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.img-100 img{
  width: 100%;
}
.img-50 img{
  width: 50%;
}
.list1 li {
  list-style: none;
  background: url(../images/list1.png);
  background-size: 5%;
  background-repeat: no-repeat;
  font-size: 18px;
  padding-left: 35px;
  color: #fff;
  margin-top: 15px;
  /*margin-left: 30px;*/
}
.list1 li i {
  color: #1cb85e;
  padding-right: 5px;
  margin-left: -30px;
}
.list2 li{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  list-style: none;
}
.list2 li i {
  color: #1cb85e;
  padding-right: 5px;
  margin-left: -30px;
}
.box1{
  display: inline-block;
  background: #3b5cd1;
  width: 100%;
  padding: 30px;
  border-radius: 15px;
  margin-top: 50px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box2{
  display: inline-block;
  background: #6b0fba;
  width: 100%;
  padding: 30px 30px 10px;
  border-radius: 15px;
  margin-top: 50px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box3{
  display: inline-block;
  background: #346277;
  width: 100%;
  padding: 50px;
  border-radius: 45px;
  margin-top: 50px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box4{
  display: inline-block;
  background: #01091e;
  width: 100%;
  padding: 100px 60px 80px 30px;
}
.box5{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 45px;
  margin-top: 50px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box6{
  display: inline-block;
  background: #0070b1;
  width: 100%;
  padding: 30px 30px 20px 30px;
  border-radius: 45px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box7{
  display: inline-block;
  background: #004b60;
  width: 100%;
  height: 480px;
  padding: 30px 30px 20px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box8{
  display: inline-block;
  background: #004b60;
  width: 100%;
  height: 420px;
  padding: 30px 30px 20px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box9{
  display: inline-block;
  background: #39275f;
  width: 100%;
  padding: 50px 50px 40px 50px;
  border-radius: 65px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box10{
  display: inline-block;
  background: transparent;
  width: 100%;
  border: 2px solid #6441af;
  padding: 30px 30px 20px 30px;
  border-radius: 25px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box11{
  display: inline-block;
  background: transparent;
  width: 100%;
  border: 2px solid #6441af;
  padding: 30px 30px 20px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box12{
  display: inline-block;
  background: transparent;
  width: 100%;
  border: 2px solid #6441af;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.box13{
  display: inline-block;
  background: #19023e;
  width: 100%;
  padding: 50px 30px;
  border-radius: 55px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.name{
  padding: 13px 20px;
  width: 40%;
  text-align: center;
  border: none;
  font-weight: 18px;
  font-weight: 500;
  background: #fff;
  border-radius: 50px;
  outline: 0;
  margin-top: -20px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.name::placeholder{
  font-size: 17px;
  font-weight: 500;
}
.email{
  padding: 13px 20px;
  width: 40%;
  text-align: center;
  border: none;
  font-weight: 18px;
  font-weight: 500;
  background: #fff;
  border-radius: 50px;
  outline: 0;
  margin-top: 15px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.email::placeholder{
  font-size: 17px;
  font-weight: 500;
}
.button1{
  background: #CC32D4;
  width: 40%;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 55px;
  outline: 0;
  border: 0;
  color: #fff;
  margin-top: 15px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.button1:hover{
  background: #8c1492;
}
.strip1{
  background: linear-gradient(to right, #6441af, #250864);
  display: inline-block;
  border-radius: 50px;
  padding: 10px 30px 0 30px;
  margin-top: 20px;
  text-align: center;
}
.strip2{
  background: #6327e3;
  padding: 15px 50px 0px 50px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 3% 100%);
}
.skype{
  background: #03A9F4;
  padding: 0px 10px 0px 0px;
  font-size: 22px;
  width: 100%;
  margin-top:10px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-radius: 35px;
  transition: all .5s;
}
.skype:hover{
  color: #fff;
}
.skype img{
  width: 20%;
  margin-right: 0px;
}
.guarantee-box{
  display: inline-block;
  width: 80%;
  background: #194fa8;
  padding: 30px;
  border-radius: 25px;
  text-align: center;
  margin-top: 100px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.guarantee-box img{
  width: 25%;
  margin-top: -120px;
}
.table-head1 {
  background: linear-gradient(to right bottom, #88168b, #2828A8);
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.table-body1 {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 20px 50px;
  background: #fff;
}
.table-list1 {
  margin-left: -30px;
  text-align: left;
}
.table-list1 li {
  list-style: none;
  font-size: 19px;
  font-weight: 400;
}
.table-list1 li i{
  color: #1DB85C;
  margin-left: -30px;
  margin-right: 5px;
}
.table-list1 hr{
  margin-left: -30px !important;
}
.p-table {
  display: inline-block;
  background: #fff;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.p-head1 {
  background: #114481;
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-head2 {
  background: #ed861c;
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-body {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.p-body2 {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 4px dotted #ed861c;
  border-top: none;
}
.p-list {
  margin-left: -30px;
  text-align: left;
}
.p-list li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
}
.p-list li i{
  color: #1DB85C;
}
.jv-button img{
  width: 100%;
}
@media (max-width: 767px){
  .logo img{
    width: 50%;
  }
  .section1 .top-strip h4{
    font-size: 20px;
  }
  .headingm{
    font-size: 27px;
  }
  .heading1{
    font-size: 30px;
  }
  .heading1a{
    font-size: 30px;
  }
  .headingl{
    font-size: 35px;
  }
  .heading-big{
    font-size: 40px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  .mt-res{
    margin-top: 0px;
  }
  .mt-res1{
    margin-top: 10px;
  }
  .br-res br{
    display: none;
  }
  .center-res{
    text-align: center !important;
  }
  .button-green{
    font-size: 20px;
  }
  .button-green{
    padding: 10px 20px;
  }
  .guarantee img{
    width: 70%;
  }
  .img70 img{
    width: 100%;
  }
  .img50 img{
    width: 100%;
  }
  .top-menu{
    text-align: start !important;
    margin-left: -30px;
  }
  .top-menu li{
    margin-left: 7px;
    margin-top: 10px;
  }
  .top-bar{
    padding-bottom: 0;
  }
  .list1{
    margin-left: -20px;
  }
  .list1 li{
    margin-top: 12px;
    font-size: 17px;
    background-size: 8%;
  }
  p, .p1{
    font-size: 19px !important;
  }
  .mt10-res{
    margin-top: 50px;
  }
  .mt5-res{
    margin-top: 20px;
  }
  .mt0-res{
    margin-top: 0px;
  }
  .box3 img{
    width: 60%;
  }
  .box3{
    padding-left: 0;
    padding-right: 0;
  }
  .box7 img, .box8 img{
    width: 50%;
  }
  img.img30-res{
    width: 40%;
  }
  .list2 li{
    font-size: 19px !important;
  }
  img.img70-res{
    width: 70%;
  }
  .name, .email, .button1{
    width: 100%;
  }
  .section3{
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer img{
    width: 70%;
  }
}