@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Poppins:wght@300;400;500;600;700&family=Readex+Pro:wght@300;400;500;600;700&display=swap');
/*font-family: 'Poppins', sans-serif;
  font-family: 'Readex Pro', sans-serif;
  font-family: 'Oswald', sans-serif;*/


body {
    font-size: 0.9rem;
    font-weight: 300;
    font-family: 'Readex Pro', sans-serif;
    padding: 0;
    color: #4F4F4F;
	overflow-x: hidden;
}
html{scroll-behavior: smooth;}
a {color: inherit; text-decoration: none;}

h3, h4, h5, h6{font-weight: 600; color: #130665;}
h1, h2{font-weight: 700; color: #130665;}
h1{font-size: 46px;}


.line{position: relative;}
.line:after{content: ''; height: 2px; width: 50px; background: #92bc0a; position: relative; display: block; margin: 30px 0 20px;}

header {
  width: 100%;
  padding: 30px 3rem;
  /* animation magic */
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  z-index: 1046;
  top: 0;
  position: fixed;
}
.shrink {
  padding: 20px 3rem;
  background: #130665;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}
.logo img {
	max-width: 200px;
	transition: all 0.2s ease-out;
}
.shrink .logo img {
    max-width: 150px;
}
.snav{ border: none; width: 35px; cursor: pointer; z-index: 998; background: none;}	
.snav i{display:block; background:#FFFFFF; height:2px; width: 25px; transition: all 0.2s ease-out;}
.snav i+i{margin-top:5px;}
.snav:focus{outline: none;}
.snav.openbtn i:nth-child(1){
	-moz-transform: rotate(45deg) translateX(5px) translateY(5px);
	-webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
	-o-transform: rotate(45deg) translateX(5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(5px) translateY(5px);
	transform: rotate(45deg) translateX(5px) translateY(5px);
}
.snav.openbtn i:nth-child(2){opacity:0;}
.snav.openbtn i:nth-child(3){
	-moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.phone a{transition: all 0.2s ease-out;}
.phone a:hover{color: #92bc0a;}

.hero-video{padding: 70px 0;width: 100%; min-height: 100vh; overflow: hidden; background: #1c0c98; display: flex; align-items: center; position: relative}
.hero-video:before{content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url("/storage/uploads/images/banner.jpg"); background-size: cover; opacity: .2}

.inner-banner{min-height: 50vh;}


.hero-video video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	opacity: .3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-video .square{top:0!important; left: -5%!important;}

.hero-right{position: absolute; top: 0; bottom: 0; right: 0; width: 50%; display: flex;}
.hero-right .hero-layer{width: 25%; position: relative; box-shadow: 0 0 5vw rgb(49 2 85 / 50%); overflow: hidden;}
.hero-right .hero-layer img{min-height: 100%;position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%) scaleX(-1); left: 50%; right: 0;  width: 100vw; height: 100vh; object-fit: cover; opacity: .7;}

.hero-right .hero-layer:nth-child(1) img{width: 60vw; object-position: bottom right;}
.hero-right .hero-layer:nth-child(2) img{width: 30vw; object-position: bottom left;}
.hero-right .hero-layer:nth-child(3) img{width: 60vw; object-position: bottom left;}
.hero-right .hero-layer:nth-child(4) img{width: 40vw; object-position: bottom left;}
.hero-right .hero-layer:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	opacity: .5;
    content: '';
    z-index: 2;
    background: -moz-linear-gradient(top, rgb(15, 18, 106, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(15, 18, 106, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(15, 18, 106, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-right .hero-layer:nth-child(1):after {height: 100%;}
.hero-right .hero-layer:nth-child(2):after {height: 75%;}
.hero-right .hero-layer:nth-child(3):after {height: 55%;}
.hero-right .hero-layer:nth-child(4):after {height: 25%;}

.hero-video .caption{position: relative; font-size: .9rem; line-height: 1.5rem; color:rgba(255, 255, 255, .83);z-index: 3; padding: 3em;}
.hero-video .caption h1, .hero-video .caption .h1 { font-size: 2.4rem;font-weight: 700; font-family: 'Readex Pro', sans-serif;}
.hero-video .caption .arrow{position: absolute; left: 200px; display: flex; flex-flow: column; align-items: center;}
.hero-video .caption .tail:before, .inner-banner .caption .tail:before{content:''; width: 2px; height: 8vh; background: #FFFFFF;}

.hero-video .caption .arrow a{display: block; width: 15px; animation: arrowanim 1s infinite;}
.inner-banner .caption .link-success:hover{color: #FFFFFF;}
.hero-video svg{position: absolute; height: 100%; z-index: 3;}

.hero-video .text-center svg, .hero-video .text-center .arrow{margin: 0 auto; left: 0; right: 0;}

.hero-video .group-icons{position: absolute; bottom: 5%; left: 0; right: 0; margin: 0 50% 0 auto; max-width: 645px;}
.hero-video .platform-icons{position: absolute; bottom: 20%; left: 5%; margin: 0 50% 0 auto; max-width: 800px; width: 100%;}
#anim svg{position: relative; max-width: 500px;}
.bannerform{max-width:300px; margin-bottom: 0;}
.email_now{display:none;}
.btn:focus{box-shadow:none;}
.bannerform .form-control{color:#fff;}

.btn{border-radius: 0; text-transform: uppercase; font-weight: 700; border-width: 2px; position: relative; /*padding: 0.7rem 1rem;*/}
.btn.arrow{padding-left: 30px;}
.btn.arrow span{position: absolute; left: -8px; top: 50%; transform: translateY(-50%); transition: all .3s ease-out; animation: arrowanim2 1s infinite;}
.btn.arrow span:before,.btn span:after{content:"\f105"; font-family: "Line Awesome Free"; font-weight: 900; position:absolute; left: 5px; opacity: .8;}
.btn.arrow span:after{left: 10px; opacity: .6;}
.btn-tail{padding-left: 60px!important;}
.btn-tail span{left: 22px!important;}
.btn-tail:before{content:"——"; position:absolute; left: 0px; top: 50%; transform: translateY(-50%); margin-top: -1px; letter-spacing: -2px;}

.rounded-30 {border-radius: 30px;}
/*.ps-inherit{padding-left:inherit;}*/
.btn-link{color: inherit; text-decoration: none;}
.btn-warning{background-color: #fe9d01; border-color: #fe9d01; color: #fff;}
.btn-warning:hover{background-color: #ef9504; border-color:#ef9504; color: #fff;}
.btn-outline-warning { color: #fe9d01!important; border-color: #fe9d01;}
.contact-sec .btn-warning:hover, header .btn-warning:hover{background-color: transparent; border-color: #979797; color: #fff;}
.btn-outline-dark { color: #0b0435; border-color: #0b0435;}
.btn-outline-dark:hover { background-color: #0b0435; border-color: #0b0435;}
.btn-dark { background-color: #130665; border-color: #130665;}
.btn-dark:hover { background-color: #0b0435; border-color: #0b0435;}
.btn-success { background-color: #92bc0a; border-color: #92bc0a;}
.btn-success:hover { background-color: #80a506; border-color: #80a506;}
.btn-lg{padding: 20px 30px!important;}
.btn-sm{font-size: 12px;}
.btn-sm:not(.arrow){padding: 0.25rem 0.5rem!important;}
.btn-xs{font-size: 10px; padding: 0.25rem 0.5rem;}
.link-success{color: #92bc0a;}
.link-white:hover{color: #92bc0a;}
.online-presence .link-success:hover{color: #fff;}
/*.section{
    width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.section .row{
	min-height: 90vh;
}*/
.bg1{background: #fefefe url("/storage/uploads/images/bg-texture-laptop.jpeg") no-repeat scroll 0% 100%/cover;}
.bg2{background: #2f0d53 url("/storage/uploads/images/bg-texture-2.jpeg") no-repeat scroll 50% 50%/cover;}
.bg3{background: #fefefe url("/storage/uploads/images/bg-3.jpg") no-repeat scroll 0% 100%/cover;}
.bg4{background: url("/storage/uploads/images/contact-sec-bg.jpg") no-repeat scroll 0% 100%/cover;}
.bg5{background: url("/storage/uploads/images/contact-bg.jpg") no-repeat scroll 0% 100%/cover;}
.bg6{background: url("/storage/uploads/images/home-app-bg.jpg") no-repeat scroll 0% 100%/cover; position: relative;}
.bg7{background: url("/storage/uploads/images/about-bg.jpg") no-repeat scroll 0% 100%/cover; position: relative; background-position: center;}
.bg6:before, .overlay-light:before{content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #FFFFFF; opacity: .7;}

.inner-bg1:before{background: url("/storage/uploads/images/portfolio-banner.jpg") center; background-size: cover; opacity: .2}
/*.inner-bg2:before{background: url("https://digitalvertex.com/storage/uploads/images/web-develop-banner.jpg") center; background-size: cover; opacity: .2}*/
.inner-bg3:before{background: url("/storage/uploads/images/mobile-app-banner.jpg") center right; background-size: cover; opacity: 1}
.inner-bg4:before{background: url("/storage/uploads/images/our-pricing-banner1.jpg") center; background-size: cover; opacity: .2}
.inner-bg5:before{background: url("/storage/uploads/images/marketing-strategy.jpg") center; background-size: cover; opacity: .2}
.inner-bg6:before{background: url("/storage/uploads/images/about-banner.jpg") center; background-size: cover; opacity: .2}
.inner-bg7:before{background: url("/storage/uploads/images/free-mockup-banner.jpg") top center; background-size: cover; opacity: .2}
.inner-bg8:before{background: url("/storage/uploads/images/mobile-app-banner2.jpg") center right; background-size: cover; opacity: 1}

.content-box{
	color: rgba(85, 85, 85, .83);
	padding: 2vw;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.content-box .btn { font-size: .6rem;}
.content-box .btn:hover {color: #92bc0a;}

.section-dark{color: #FFFFFF;}
.section-dark .content-box{background: #210a5f;}
.section-dark .content-box, .text-muted {color: rgb(255 255 255 / 50%);;}
.section-dark .content-box .btn{color: #92bc0a;}
.section-dark .content-box .btn:hover{color: #FFFFFF;}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6{color: #FFFFFF}

.object-mobile {max-width: 450px; width: 100%; margin: 0 auto;}

.object-tab {max-width: 750px; width: 100%; background: url("/storage/uploads/images/tablet-frame.png") no-repeat center; background-size: contain;}
.object-tab .object-wraper {padding: 5.5% 12.3%;}

.object-laptop {max-width: 1050px; margin: -15%; margin-left: -10%; background: url("/storage/uploads/images/laptop-frame.png") no-repeat left; background-size: contain;}
.object-laptop .object-wraper {padding: 19% 17.5% 20.5% 17.5%;}

.object-wraper img{width: 100%;}
.object-wraper a{position: relative; display: block; overflow: hidden;}
.object-wraper a:before{content: ''; position: absolute; width: 100%; height: 160%; left: 0; background:url("/storage/uploads/images/paint-hero2.svg"); background-size: cover; animation: slide 2s forwards;}

svg.square{right: 0; left: inherit!important;}
.shape {
  stroke: #92bc0a;
  stroke-width: 30;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  fill: none;
  animation: border 3s forwards;
}

@keyframes border {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes slide {
    0% {
        top: -50%;
    }
 
    100% {
        top: 100%;
    }
}
@keyframes arrowanim {
    0% {
        margin-top: 0px;
		opacity: .3;
    }
    50% {
        margin-top: 10px;
		opacity: 1;
    }
	100% {
        margin-top: 0px;
		opacity: .3;
    }
}
@keyframes arrowanim2 {
    0% {
        margin-left: 0px;
		opacity: .3;
    }
    50% {
       margin-left: 10px;
	   opacity: 1;
    }
	100% {
       margin-left: 0px;
	   opacity: .3;
    }
}
.text-success{color:#92bc0a!important }

.type-wrap {

	font-weight: 700;
}

/* the above is for styling puposes only */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.icon-box{width: 100%; display: flex; justify-content: center; gap: 2rem;}
.icon-box div{text-align: center;}
.icon-box i{font-size: 36px; padding: 10px; border-radius: 100%; color: #FFFFFF; margin-bottom: 1rem;}
.icon-box div:nth-child(1) i{background: #44d3cb;}
.icon-box div:nth-child(2) i{background: #3a6eff;}
.icon-box div:nth-child(3) i{background: #ffb93a;}
.icon-box div:nth-child(4) i{background: #ff5252;}

.section-insight h1{font-size:8rem; color: #0f126a; padding-top: 2rem; margin-bottom: 6rem; position: relative;}
.section-insight h3{font-size: 2.5rem;}
/*.section-insight h1:before{content:''; width: 350px; height: 250px; border: 15px solid #92bc0a; position: absolute; top: 0; left: 0; right:0; margin: 0 auto; z-index: -1}*/
.section-insight svg{position: absolute; left: 50%; transform: translateX(-50%); width: 350px; height: 250px;}

.portfolio h6{text-transform: uppercase; font-weight: 700; margin-top: 20px;}
.portfolio a{font-size: 13px; color: #000; text-decoration: none;}
.portfolio .slick-slider {
    overflow: hidden;
}
/* the parent */
.portfolio .slick-slide {
    margin: 0 10px;
}
.portfolio .slick-slide img{
    width: 100%;
}

.portfolio .slick-slide{height:auto !important;}


.contact-sec{position: relative; overflow:hidden;}
.contact-sec:before{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #33146f; opacity: .7;}
.contact-sec h1, .contact-sec h2, .contact-sec h3, .contact-sec h4, .contact-sec h5, .contact-sec h6{color: #FFFFFF}

.contact-sec .form-control, .contact-sec .form-select{border: 0; font-size: 0.8rem; color: #828282;}

.error{display: block;margin-top: 5px;}
#webform_error.error{color: rgb(255 255 255 / 50%);}
#webform_success.error{ color: #92bc0a;}

.input-group-text, .form-control, .form-select{border-radius: 0;  /*padding: 0.7rem;*/}
.input-group-text{font-weight: 900;}

.bg-success{background-color: #92bc0a!important;}
.bg-dark{background: #0b0435!important;}
.bg-dark-gradient{
	background: rgb(19,6,101);
	background: -moz-linear-gradient(top,  rgba(19,6,101,1) 0%, rgba(59,23,134,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(19,6,101,1) 0%,rgba(59,23,134,1) 100%);
	background: linear-gradient(to bottom,  rgba(19,6,101,1) 0%,rgba(59,23,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130665', endColorstr='#3b1786',GradientType=0 );
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6{color: #FFFFFF}

footer{
	background: #0b0435;
    color: #fff;
    font-size: .9rem;
	position: relative;
}
footer .copyright{font-size: 12px; text-transform: uppercase; color: #ffffff;}

footer small{font-size: 11px;}
footer h1 span{position: relative; display: flex; flex-flow: column; align-items: center;}
footer h1 span:after {
	margin: 20px 0;
    width: 1px;
    height: 50px;
    -webkit-transition: height .5s .5s;
    transition: height .5s .5s;
    background: #92bc0a;
    content: '';
    display: block;
}
footer h1{position: relative; display: inline-flex;}
footer h1:before {
	position: absolute;
    height: 100px;
	width: 100px;
    border:5px solid #92bc0a;
    content: '';
    display: block;
	right: -10%;
	top: -20%;
}
footer h1 img {position: absolute;	right: -25%; top: 0;}
footer hr{background: #241c55; opacity: 1;}
footer a{text-decoration: none; display: inline-block; transition: all .3s ease-out;}
footer a:hover{color: #FFFFFF}
footer .copyright a{color: #0e6efd;}
footer .copyright a:hover{color: #FFFFFF}
.social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 24px;
	margin-left: 5px;
	text-decoration: none;
}
footer small{font-size: 10px;}

.offcanvas-top{height:100vh; background: #130665;
    background: -moz-linear-gradient(-45deg, #130665 0%, #36166d 100%);
    background: -webkit-linear-gradient(-45deg, #130665 0%, #36166d 100%);
    background: linear-gradient(-45deg, #130665 0%, #36166d 100%);
}



.menu a{display: block; position: relative; cursor: pointer; width: 100%; background: #fff; font-size: 2rem; color: #130665; text-decoration: none; font-weight: 600; padding: 2rem; transition: all .3s ease-out;}
.menu a:hover{box-shadow:inset 0 0 0 15px #92bc0a}
.menu a small{text-transform: uppercase; font-size: .8rem; display: block; font-weight: 300; letter-spacing: 2px;}
.menu a small i{color: #92bc0a; transition: all .3s ease-out;margin-right: 5px;}
.menu a:hover small i{margin-left: 5px;}
.menu a.last{background:url("/storage/uploads/images/free-mockup.jpg"); background-size: cover; color: #FFFFFF}


.gallery{
/*  height:100%;
  padding-bottom:100%;*/
  position:relative;
    background: -moz-linear-gradient(-45deg, #130665 0%, #36166d 100%);
    background: -webkit-linear-gradient(-45deg, #130665 0%, #36166d 100%);
    background: linear-gradient(-45deg, #130665 0%, #36166d 100%);
}

.gallery img{
/*  position:absolute;
  top:0;
  left:0;
height:100%;*/
  width:100%;
  object-fit:contain;
transition: all .5s ease-out;
	z-index: 2;
}
.gallery a{display: block; text-align: center;}
.gallery a span {
  font-size: 20px; text-transform: uppercase; position: absolute; left: 20px; right: 20px; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; flex-flow: column; color: #FFFFFF; z-index: 1; opacity: 0; transition: all .5s ease-out;}
.gallery:hover img{opacity: .05;}
.gallery:hover span{opacity: 1;}

.wow {
   visibility: hidden;
}
@keyframes fadeInRight {
 0% {
  opacity:0;
  -webkit-transform:translate3d(20%,0,0);
  transform:translate3d(20%,0,0)
 }
 to {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}


.tree{}
.tree:not(:empty):before, .tree:not(:empty):after,
.tree ul:not(:empty):before, .tree ul:not(:empty):after,
.tree li:not(:empty):before, .tree li:not(:empty):after {
  display: block;
  position: absolute;
  content: "";
}
.tree ul, .tree li {
  position: relative;
  margin: 0;
  padding: 0;
}
.tree ul {
  display: flex;
  justify-content: space-around;
	width: 100%;
	margin-top: 20px;
}
.tree li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
	width: 100%;
}
.tree  li  .root {
  border-radius: 100%;;
	border: 1px solid #333;
}
.tree li div {
    width: 100%;
	padding: 20px;
	font-size: 14px;
}
.tree li div h3{
    display: flex;
    /*justify-content: space-between;*/
	align-items: center;
}
.tree li div h3 span{
    color: #9882bb;
	font-size: 2em; margin-right: 20px; opacity: .5;
}
.tree li:before {
  border-left: 1px solid #333;
  height: 22px;
  width: 0;
  top: 0;
}
.tree li:after {
  border-top: 1px solid #333;
  height: 0;
  width: 100%;
}
.tree li:first-child:after {
  border-top: 1px solid #333;
  height: 0;
  width: 50%;
  left: 50%;
}
.tree li:last-child:after {
  border-top: 1px solid #333;
  height: 0;
  width: 50%;
  right: 50%;
}
.tree li ul:before {
  border-left: 1px solid #333;
  height: 22px;
  width: 0;
  top: -21px;
}
.tree > li:only-child:before, .tree > li:only-child:after {
  content: none;
}

.gradianttext {
    background-image: linear-gradient(
90deg,#716cfb,#9328ed);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}






.positivity {
  overflow: hidden;
  text-transform: uppercase;
  height: 90px;
}
.positivity .positivity__words .change {
  display: inline-block;
  position: absolute;
	/* top: 45%; */
margin: 0 auto;
    left: 0;
    /* right: 0; */
  opacity: 0;
  -webkit-animation: changeword 6s linear infinite; animation: changeword 6s linear infinite;
}
.positivity .positivity__words .change.w4 { -webkit-animation: changeword 8s linear infinite; animation: changeword 8s linear infinite;}
.positivity .positivity__words .change:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.positivity .positivity__words .change:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.positivity .positivity__words .change:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.positivity .positivity__words .change:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}



@-webkit-keyframes changeword {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  5% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(50px);
  }
  80% {
    opacity: 0;
    transform: translateY(50px);
  }
}

@keyframes changeword {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  5% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(50px);
  }
  80% {
    opacity: 0;
    transform: translateY(50px);
  }
}


.whitelabel {
	text-transform: uppercase;
	
  }
  .whiltelabelforms{max-width:350px; margin-bottom: 0;}
  .whitelabel .whitelabel__words .change {
	display: inline-block;
	position: absolute;
	  /* top: 45%; */
  margin: 0 auto;
	  left: 10px;
	  /* right: 0; */
	opacity: 0;
	-webkit-animation: scrollUp 8s linear infinite; animation: scrollUp 8s linear infinite;
  }
  .whitelabel .whitelabel__words .change.w4 { -webkit-animation: scrollUp 10s linear infinite; animation: scrollUp 10s linear infinite;}
  
  .whitelabel .whitelabel__words .change:nth-child(1) {
	-webkit-animation-delay: 0s;
			animation-delay: 0s;
			
  }
  .whitelabel .whitelabel__words .change:nth-child(2) {
	-webkit-animation-delay: 2s;
			animation-delay: 2s;
  }
  .whitelabel .whitelabel__words .change:nth-child(3) {
	-webkit-animation-delay: 4s;
			animation-delay: 4s;
  }
  .whitelabel .whitelabel__words .change:nth-child(4) {
	-webkit-animation-delay: 6s;
			animation-delay: 6s;
  }
  .whitelabel .whitelabel__words .change:nth-child(5) {
	-webkit-animation-delay: 8s;
			animation-delay: 8s;
  }

@keyframes scrollUp {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	  }
	  5% {
		opacity: 1;
		transform: translateY(0);
	  }
	  20% {
		opacity: 1;
		transform: translateY(0);
	  }
	  30% {
		opacity: 0;
		transform: translateY(50px);
	  }
	  80% {
		opacity: 0;
		transform: translateY(50px);
	  }
	  100% {
		opacity: 0;
		transform: translateY(-50px);
	  }
  }


.list, .list ul{ padding: 0; margin: 0; list-style: none;}
.list li span{font-weight: 700; font-size: 16px; margin-bottom: 0.5rem; display: block; color: #102b58;}
.list > li{padding-left: 30px; position: relative; margin-bottom: 10px;}
.list > li:before {
    position: absolute;
    left: 0;
    content: '';
    background: #0f2b58;
    border-radius: 50px;
    height: 10px;
    width: 10px;
    top: 7px;
}
.list ul{margin-top: 10px;}
.list li li{padding-left: 30px; position: relative; margin-bottom: 5px;}
.list li li:before {
    position: absolute;
    left: 0;
    content: "\f061";
	font-family: 'Line Awesome Free';
    font-weight: 900;
}

.section-dark .list span{color: #fff;}
.section-dark .list li:before {background: #FFFFFF;}

.column-count-3{column-count: 3; break-inside: avoid-column;}

.icon-box2 .card{padding: 45px; align-items: center; border: 0;  box-shadow: 0 3px 6px rgba(0,0,0,.2), 0 6px 12px rgba(0,0,0,.2); border: 5px solid #f1f1f1;
transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;}
.icon-box2 .card-body { padding-left: 0; padding-right: 0;}
/* .icon-box2 .card:hover{box-shadow: 0 0 30px rgb(0 0 0 / 10%)} */
.icon-box2 .card img{height: 75px; width: auto;}
.icon-box2 .card-title{margin-bottom: 0;}

.testimonial .slick-slider { overflow: hidden;}
.testimonial .slick-slide {padding: 20px;}
.testimonial .slick-slide img{ width: 100px; margin-bottom: 20px;}
.testimonial .slick-track{display: flex; gap: 30px;}

.slick-arrow { font-size: 48px; cursor:pointer; position: absolute; z-index: 1; top: 50%; transform: translateY(-50%);}
.la-angle-right.slick-arrow{right: 0}
.la-angle-left.slick-arrow{left: 0}
.slick-slide img{display: inline-block;}
    





/*.smart-grids {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 0
}*/
.smart-wrapper {
	display: block;
	padding: 20px 0;
}
.smart-pricing, .smart-pricing * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.smart-pricing {

	line-height: 1.231;
	font-weight: 400;
	font-size: 13px;
	color: #626262
}
.smart-pricing .pricing-tables, .smart-pricing .pricing-tables .colm-list {
	display: block;
	position: relative
}
.smart-pricing .pricing-tables:before, .smart-pricing .pricing-tables:after {
	display: table;
	content: "";
	line-height: 0
}
.smart-pricing .pricing-tables:after {
	clear: both
}
.smart-pricing .pricing-tables .colm {
	min-height: 1px;
	position: relative;
	float: left
}
.smart-pricing .separated-tables {
	margin: 0 -10px
}
.smart-pricing .separated-tables .colm {
	padding-left: 10px;
	padding-right: 10px
}
.smart-pricing .six-colm .colm {
	width: 16.66%
}
.smart-pricing .five-colm .colm {
	width: 20%
}
.smart-pricing .four-colm .colm.features{width: 31%}
.smart-pricing .four-colm .colm {
	width: 23%
}
.smart-pricing .three-colm .colm {
	width: 33.33%
}
.smart-pricing .two-colm .colm {
	width: 50%
}
.smart-pricing .one-colm .colm {
	width: 100%
}
.smart-pricing .pricing-tables .pricing-header {
	position: relative
}
.smart-pricing .pricing-tables ul, .smart-pricing .pricing-tables ul li, .smart-pricing .pricing-tables .pricing-header h1, .smart-pricing .pricing-tables .pricing-header h2 {
	padding: 0;
	margin: 0
}
.smart-pricing .pricing-tables .pricing-header h1, .smart-pricing .pricing-tables .pricing-header h2 {
	font-weight: 300
}
.smart-pricing .pricing-tables ul, .smart-pricing .pricing-tables ul li {
	list-style-type: none
}
.smart-pricing .pricing-tables ul li i {
	font-size: 14px;
	margin: 0 5px
}
.smart-pricing .dark-style .colm-list, .smart-pricing .elegant-style .colm-list {
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
	-o-box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}
.smart-pricing .dark-style ul, .smart-pricing .elegant-style ul {
	margin-left: -1px
}
.smart-pricing .elegant-style ul {
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	border-top: 0
}
.smart-pricing .dark-style ul {
	background: #333;
	border: 1px solid #000
}
.smart-pricing .dark-style ul li, .smart-pricing .elegant-style ul li {
	padding: 12px;
	text-align: center
}
.smart-pricing .elegant-style ul li {
	color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2d2d2;
	text-shadow: 0 1px rgba(255,255,255,0.9)
}
.smart-pricing .dark-style ul li {
	color: #d0d0d0;
	background-color: #333;
	border: 1px solid #444;
	border-bottom: 1px solid #111;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	text-shadow: 0 -1px rgba(0,0,0,0.6)
}
.smart-pricing .dark-style .pricing-footer, .smart-pricing .elegant-style .pricing-footer {
	padding: 20px;
	margin-top: -2px;
	margin-left: -1px;
	text-align: center
}
.smart-pricing .elegant-style .pricing-footer {
	border: 1px solid #d2d2d2;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top, #fbfbfb, #ededed);
	background-image: -moz-linear-gradient(top, #fbfbfb, #ededed);
	background-image: -ms-linear-gradient(top, #fbfbfb, #ededed);
	background-image: -o-linear-gradient(top, #fbfbfb, #ededed);
	background-image: linear-gradient(to bottom, #fbfbfb, #ededed);
	-webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,0.5);
	-o-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,0.5);
	box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,0.5)
}
.smart-pricing .dark-style .pricing-footer {
	background-color: #1c1c1c;
	background-image: -webkit-linear-gradient(top, #1c1c1c, #070707);
	background-image: -moz-linear-gradient(top, #1c1c1c, #070707);
	background-image: -ms-linear-gradient(top, #1c1c1c, #070707);
	background-image: -o-linear-gradient(top, #1c1c1c, #070707);
	background-image: linear-gradient(to bottom, #1c1c1c, #070707);
	-webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,0.5);
	-o-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,0.05);
	box-shadow: inset 0 1px #353535, inset 0 0 0 1px rgba(255,255,255,0.1);
	border: 1px solid #000
}
.smart-pricing .dark-style .pricing-header, .smart-pricing .elegant-style .pricing-header {
	margin-left: -1px;
	text-align: center; height: 146px;
}
.smart-pricing .elegant-style .featured-package .pricing-header{height: 166px; background:#000;}
.smart-pricing .pricing-tables .header-colored h1, .smart-pricing .pricing-tables .header-colored h2 {
	color: #fff
}
.smart-pricing .dark-style .pricing-header h1, .smart-pricing .elegant-style .pricing-header h1 {
	font-size: 13px;
	font-weight: 400;
	padding: 15px 15px;
	letter-spacing: 1px;
	text-transform: uppercase
}
.smart-pricing .dark-style .pricing-header h2, .smart-pricing .elegant-style .pricing-header h2 {
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 11px;
	font-weight: 400
}
.smart-pricing .dark-style .pricing-header h2 span, .smart-pricing .elegant-style .pricing-header h2 span {
	display: block;
	font-size: 30px;
	font-weight: 300;
	border: 0;
box-shadow: none;
line-height: normal;
}

.pricing-header.one img, .smart-pricing .elegant-style .pricing-header.one h2 {display:inline-block; vertical-align:middle; padding-top:50px;}
.smart-pricing .elegant-style .pricing-header.two h2, .smart-pricing .elegant-style .pricing-header.four h2{padding-top: 20px;}
.pricing-header.two{background: #7ba428;}
.pricing-header.four{background: #c30;}

.smart-pricing .dark-style .pricing-header h2, .smart-pricing .elegant-style .pricing-header h2, .smart-pricing .dark-style .pricing-header h2 span, .smart-pricing .elegant-style .pricing-header h2 span {
	-webkit-transition: font-size .4s;
	-moz-transition: font-size .4s;
	-ms-transition: font-size .4s;
	-o-transition: font-size .4s;
	transition: font-size .4s
}
.smart-pricing .dark-style .featured-package, .smart-pricing .elegant-style .featured-package {
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 0 9px 0;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 0 9px 0;
	-o-box-shadow: rgba(0,0,0,0.25) 0 0 9px 0;
	box-shadow: rgba(0,0,0,0.25) 0 0 9px 0;
	box-shadow: rgba(0,0,0,0.25) 0 0 12px 0 \0/IE9;
	margin: -20px 0 0 0;
	position: relative;
	z-index: 99;
	top: 0
}
.smart-pricing .dark-style .featured-package .pricing-footer, .smart-pricing .elegant-style .featured-package .pricing-footer {
	padding: 25px 20px
}
.smart-pricing .dark-style .featured-package .pricing-header h2 span, .smart-pricing .elegant-style .featured-package .pricing-header h2 span {
	font-size: 48px
}
.smart-pricing .dark-style .featured-package {
	-webkit-box-shadow: rgba(0,0,0,1) 0 0 9px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 0 9px 0;
	-o-box-shadow: rgba(0,0,0,1) 0 0 9px 0;
	box-shadow: rgba(0,0,0,1) 0 0 9px 0;
	box-shadow: rgba(0,0,0,1) 0 0 12px 0 \0/IE9
}

.smart-pricing .elegant-style .features-list ul {
	border: 1px solid #d2d2d2;
	border-bottom: 0;
	margin-top: -1px
}
.smart-pricing .dark-style .features-list ul {
	border-bottom: 0
}
.smart-pricing .dark-style .features-list ul li, .smart-pricing .elegant-style .features-list ul li {
	text-align: left
}
.smart-pricing .dark-style.stripped-tables ul li:nth-child(even) {
	background: #272727
}
.smart-pricing .elegant-style.stripped-tables ul li:nth-child(even) {
	background: #ebebeb
}
.smart-pricing .pricing-button {
	border: 0;
	width: 100%;
	height: 50px;
	color: #444;
	padding: 0;
	cursor: pointer;
	font-weight: 400;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
*display:inline;
	zoom: 1
}
.smart-pricing a.pricing-button {
	
}
.smart-pricing .pricing-button:hover, .smart-pricing .pricing-button:active {
	background: #c2c2c2
}
.smart-pricing .six-colm .pricing-button {
	font-size: 1em
}
.smart-pricing .grad-button {
	border: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,.3);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(0,0,0,.1));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(0,0,0,.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(0,0,0,.1));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')
}
.smart-pricing .dark-style .grad-button {
	border: 1px solid rgba(225,225,225,.4);
	border-bottom: 1px solid rgba(225,225,225,.08);
	border-top: 1px solid rgba(225,225,225,.6);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0)
}
.smart-pricing .grad-button:hover {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')
}
.smart-pricing .grey-btn, .smart-pricing .grey-lite {
	background-color: #909090;
	color: #fff
}
.smart-pricing .grey-dark, .smart-pricing .grey-btn:hover {
	background-color: gray;
	color: #fff
}
.smart-pricing .black-btn, .smart-pricing .black-lite {
	background-color: #333;
	color: #fff
}
.smart-pricing .black-dark, .smart-pricing .black-btn:hover {
	background-color: #222;
	color: #fff
}
.smart-pricing .blue-btn, .smart-pricing .blue-lite {
	background-color: #39f;
	color: #fff
}
.smart-pricing .blue-dark, .smart-pricing .blue-btn:hover {
	background-color: #0078f0;
	color: #fff
}
.smart-pricing .green-btn, .smart-pricing .green-lite {
	background-color: #93c230;
	color: #fff
}
.smart-pricing .green-dark, .smart-pricing .green-btn:hover {
	background-color: #7ba428;
	color: #fff
}
.smart-pricing .orange-btn, .smart-pricing .orange-lite {
	background-color: #ffae35;
	color: #fff
}
.smart-pricing .orange-dark, .smart-pricing .orange-btn:hover {
	background-color: #ff8000;
	color: #fff
}
.smart-pricing .red-btn, .smart-pricing .red-lite {
	background-color: #f03d00;
	color: #fff
}
.smart-pricing .red-dark, .smart-pricing .red-btn:hover {
	background-color: #c30
}
.smart-pricing .monoblue1-btn, .smart-pricing .monoblue-top-1 {
	background-color: #52b5d5;
	color: #fff
}
.smart-pricing .monoblue-bottom-1, .smart-pricing .monoblue1-btn:hover {
	background-color: #64c3de;
	color: #fff
}
.smart-pricing .monoblue2-btn, .smart-pricing .monoblue-top-2 {
	background-color: #3591ca;
	color: #fff
}
.smart-pricing .monoblue-bottom-2, .smart-pricing .monoblue2-btn:hover {
	background-color: #44a3d5;
	color: #fff
}
.smart-pricing .monoblue3-btn, .smart-pricing .monoblue-top-3 {
	background-color: #1f5f9f;
	color: #fff
}
.smart-pricing .monoblue-bottom-3, .smart-pricing .monoblue3-btn:hover {
	background-color: #2972b0;
	color: #fff
}
.smart-pricing .monoblue4-btn, .smart-pricing .monoblue-top-4 {
	background-color: #1a3e7b;
	color: #fff
}
.smart-pricing .monoblue-bottom-4, .smart-pricing .monoblue4-btn:hover {
	background-color: #224a88;
	color: #fff
}
.smart-pricing .monogreen1-btn, .smart-pricing .monogreen-top-1 {
	background-color: #83c145;
	color: #fff
}
.smart-pricing .monogreen-bottom-1, .smart-pricing .monogreen1-btn:hover {
	background-color: #96cd56;
	color: #fff
}
.smart-pricing .monogreen2-btn, .smart-pricing .monogreen-top-2 {
	background-color: #44982b;
	color: #fff
}
.smart-pricing .monogreen-bottom-2, .smart-pricing .monogreen2-btn:hover {
	background-color: #55a938;
	color: #fff
}
.smart-pricing .monogreen3-btn, .smart-pricing .monogreen-top-3 {
	background-color: #186d31;
	color: #fff
}
.smart-pricing .monogreen-bottom-3, .smart-pricing .monogreen3-btn:hover {
	background-color: #208240;
	color: #fff
}
.smart-pricing .monogreen4-btn, .smart-pricing .monogreen-top-4 {
	background-color: #0a4945;
	color: #fff
}
.smart-pricing .monogreen-bottom-4, .smart-pricing .monogreen4-btn:hover {
	background-color: #0e5b56;
	color: #fff
}
.smart-pricing .monobrown1-btn, .smart-pricing .monobrown-top-1 {
	background-color: #f0b128;
	color: #fff
}
.smart-pricing .monobrown-bottom-1, .smart-pricing .monobrown1-btn:hover {
	background-color: #f3bf34;
	color: #fff
}
.smart-pricing .monobrown2-btn, .smart-pricing .monobrown-top-2 {
	background-color: #ed8000;
	color: #fff
}
.smart-pricing .monobrown-bottom-2, .smart-pricing .monobrown2-btn:hover {
	background-color: #f19300;
	color: #fff
}
.smart-pricing .monobrown3-btn, .smart-pricing .monobrown-top-3 {
	background-color: #d85200;
	color: #fff
}
.smart-pricing .monobrown-bottom-3, .smart-pricing .monobrown3-btn:hover {
	background-color: #e06400;
	color: #fff
}
.smart-pricing .monobrown4-btn, .smart-pricing .monobrown-top-4 {
	background-color: #b5280b;
	color: #fff
}
.smart-pricing .monobrown-bottom-4, .smart-pricing .monobrown4-btn:hover {
	background-color: #c3350f;
	color: #fff
}
.smart-pricing .monopurple1-btn, .smart-pricing .monopurple-top-1 {
	background-color: #7468a4;
	color: #fff
}
.smart-pricing .monopurple-bottom-1, .smart-pricing .monopurple1-btn:hover {
	background-color: #867caf;
	color: #fff
}
.smart-pricing .monopurple2-btn, .smart-pricing .monopurple-top-2 {
	background-color: #605386;
	color: #fff
}
.smart-pricing .monopurple-bottom-2, .smart-pricing .monopurple2-btn:hover {
	background-color: #70619b;
	color: #fff
}
.smart-pricing .monopurple3-btn, .smart-pricing .monopurple-top-3 {
	background-color: #514172;
	color: #fff
}
.smart-pricing .monopurple-bottom-3, .smart-pricing .monopurple3-btn:hover {
	background-color: #604d87;
	color: #fff
}
.smart-pricing .monopurple4-btn, .smart-pricing .monopurple-top-4 {
	background-color: #44315b;
	color: #fff
}
.smart-pricing .monopurple-bottom-4, .smart-pricing .monopurple4-btn:hover {
	background-color: #533d71;
	color: #fff
}
.smart-pricing .monoblack1-btn, .smart-pricing .monoblack-top-1 {
	background-color: #4d4d4d;
	color: #fff
}
.smart-pricing .monoblack-bottom-1, .smart-pricing .monoblack1-btn:hover {
	background-color: #606060;
	color: #fff
}
.smart-pricing .monoblack2-btn, .smart-pricing .monoblack-top-2 {
	background-color: #303030;
	color: #fff
}
.smart-pricing .monoblack-bottom-2, .smart-pricing .monoblack2-btn:hover {
	background-color: #3f3f3f;
	color: #fff
}
.smart-pricing .monoblack3-btn, .smart-pricing .monoblack-top-3 {
	background-color: #101010;
	color: #fff
}
.smart-pricing .monoblack-bottom-3, .smart-pricing .monoblack3-btn:hover {
	background-color: #1d1d1d;
	color: #fff
}
.smart-pricing .monoblack4-btn, .smart-pricing .monoblack-top-4 {
	background-color: #000;
	color: #fff
}
.smart-pricing .monoblack-bottom-4, .smart-pricing .monoblack4-btn:hover {
	background-color: #0e0e0e;
	color: #fff
}
.smart-pricing .ribbon, .smart-pricing .ribbon-large {
	width: 75px;
	height: 78px;
	overflow: hidden;
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 1
}
.smart-pricing .ribbon-large.ribbon-horizontal {
    width: 100%;
    height: 31px;
    overflow: hidden;
    position: initial;
    z-index: 1;
}
.smart-pricing .ribbon-inner-red {
    background: black !important;
}
.smart-pricing .ribbon-inner {
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
	-o-box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.15);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	letter-spacing: 4px;
	text-align: center;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 0;
	width: 100px;
	color: #fff;
	z-index: 1;
	left: 3px;
	top: 6px
}
.smart-pricing .ribbon-inner:before, .smart-pricing .ribbon-inner:after {
	content: "";
	border-top: 3px solid;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px
}
.smart-pricing .ribbon-inner:before {
	left: 0
}
.smart-pricing .ribbon-inner:after {
	right: 0
}
.smart-pricing .ribbon-large {
	width: 115px;
	height: 118px
}
.smart-pricing .ribbon-large .ribbon-inner {
	width: 100%;
	left: 0;
	top: 0;
}
.smart-pricing .ribbon-inner-green {
	background: #0e993c
}
.smart-pricing .ribbon-inner-green:before, .smart-pricing .ribbon-inner-green:after {
	border-top-color: #0b792f
}
.smart-pricing .ribbon-inner-lite-green {
	background: #4ebd4a
}
.smart-pricing .ribbon-inner-lite-green:before, .smart-pricing .ribbon-inner-lite-green:after {
	border-top-color: #3c9b39
}
.smart-pricing .ribbon-inner-black {
	background: #333
}
.smart-pricing .ribbon-inner-black:before, .smart-pricing .ribbon-inner-black:after {
	border-top-color: #111
}
.smart-pricing .ribbon-inner-red {
	background: #ee4f3d
}
.smart-pricing .ribbon-inner-red:before, .smart-pricing .ribbon-inner-red:after {
	border-top-color: #e42914
}
.smart-pricing .ribbon-inner-yellow {
	background: #faa226
}
.smart-pricing .ribbon-inner-yellow:before, .smart-pricing .ribbon-inner-yellow:after {
	border-top-color: #e88a05
}
.smart-pricing .ribbon-inner-purple {
	background: #9464e2
}
.smart-pricing .ribbon-inner-purple:before, .smart-pricing .ribbon-inner-purple:after {
	border-top-color: #7639da
}
.smart-pricing .ribbon-inner-blue {
	background: #00acee
}
.smart-pricing .ribbon-inner-blue:before, .smart-pricing .ribbon-inner-blue:after {
	border-top-color: #0087bb
}
.sptip {
	text-decoration: none;
	position: relative;
	margin-left: 4px;
	outline: 0;
	float: right;
	cursor: help
}
.sptip .sptip-content {
	-webkit-transition: margin .6s, opacity .6s, visibility .6s;
	-moz-transition: margin .6s, opacity .6s, visibility .6s;
	-ms-transition: margin .6s, opacity .6s, visibility .6s;
	-o-transition: margin .6s, opacity .6s, visibility .6s;
	transition: margin .6s, opacity .6s, visibility .6s;
	margin-bottom: -20px;
	padding: .8em 1em;
	position: absolute;
	visibility: hidden;
	text-shadow: none;
	text-align: left;
	left: -9999em;
	bottom: 100%;
	color: #fff;
	opacity: 0
}
.sptip:hover .sptip-content {
	visibility: visible;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	opacity: .95;
	width: 14em;
	z-index: 99;
	left: -12em
}
.sptip .sptip-content:after {
	content: '';
	position: absolute;
	border-top: 8px solid #000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	right: 12px;
	top: 100%
}
.colm .la-check {
    color: #7BA428;}
.colm .la-times {
    color: #CC3300;
}


.full-width{position: relative;}
.full-img{position: absolute; top: 0; width: 35vw;}
.full-img, .full-img.start-0{border-top-right-radius: 10rem; border-top-left-radius:0;}
.full-img.end-0{border-top-left-radius: 10rem; border-top-right-radius:0; }


.service-wrapper {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	position: relative;
	display: flex;
}
.service-wrapper:after {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	bottom: -4px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 7px;
	left: 50%;
	margin-left: -3.5px;
	position: absolute;
	width: 7px;
}
.service-wrapper.no-line{border:none;}
.service-wrapper.no-line:after{display:none;}
.service-featured-icon {
	width: 100%;
    max-width: 50px; margin-right:10px;
}

.simple-pagination ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #92bc0a;
	border-color: #92bc0a;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #fff;
	border-color: #eee; color: #666;
}

.s3imgsec img {
    margin-bottom: 35px;
    max-height: 150px;
}

.home .contact-sec, .our-pricing .contact-sec{display:none;}

.online-presence {
  background: url(/storage/uploads/images/op-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8.2vw 0;
  position: relative;
  text-align: center;
  color: #fff;
}
.online-presence::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
}
.online-presence h1, .online-presence h5{color:#fff;}
.online-presence h5{margin-top: 20px; margin-bottom: 10px;}
.online-presence .row img{filter: brightness(0) invert(1); object-fit: none; width: 50px; height: 50px;}


.whitelabel{height: 30px;}

@media (min-width: 1400px) {
.custom-gutter > [class*='col-'] {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
}
.custom-gutter > .gap-md-4 {
    gap: 1.875rem!important;
}
	.hero-video .caption h1, .hero-video .caption .h1 { font-size: 3.2rem;}
    .captionbox {
  height: 120px;
    }
}

@media (min-width: 1399.98px) {
	h1{font-size: 42px;}
	.offcanvas-top .offcanvas-body{margin-top: 50px;}
	.inner-banner{padding-top: 30px;}
	.la-angle-right.slick-arrow{right: -30px}
.la-angle-left.slick-arrow{left: -30px}
 .hero-video .platform-icons {max-width: 700px;}

}
@media (min-width: 1200px) {
	
}

@media (max-width: 1199.98px) {
	.hero-video .caption h1, .hero-video .caption .h1{font-size: 2.5rem;}
	.offcanvas-top .offcanvas-body{margin-top: 100px;}
	.menu a{padding: 2rem 1rem; min-height: 150px; font-size: 1.8rem;}
	.s3imgsec img { max-height: 130px; margin-bottom: 25px;}
    .hero-video .platform-icons {max-width: 600px;}
}
@media (max-width:991.98px){
	.tree li div h3 span {font-size: 1em;}
	.menu a{min-height: inherit;}
	.offcanvas-top .offcanvas-body{margin-top: 80px;}
	.pricing-header.one img, .smart-pricing .elegant-style .pricing-header.one h2{padding-top: 0;}
	.s3imgsec img { max-height: 90px;}
	.hero-video .group-icons{max-width: 300px; margin-left: 150px;}
    .hero-video .platform-icons {max-width: 400px;}

}
@media (max-width: 767.98px){
	.logo img, .shrink .logo img{max-width: 140px;}
	.tree ul {display: block;}
	.tree li ul:before{left: 50%;}
	.tree li:before{border-bottom: 1px solid #333; height: 1px; width: 22px; top: 34px; left: 0;}
	.tree li div{border-left: 1px solid #333; padding-left: 30px; padding-bottom: 0;}
	.tree li:after, .tree li:last-child:after{width: 0;}
	.tree li:first-child:after{width: 50%; left: 0;}
	.tree li div h3 span{margin-right: 10px;}
	.offcanvas-top .offcanvas-body{margin-top: 0px; display: flex; align-items: center;}
	.menu a{background: none; color: #fff; text-align: center; padding: .5rem 0;}
	.menu a:hover{box-shadow:none; color: #92bc0a}
	.menu a small{display: none;}
	.section-insight h1{    font-size: 6rem;}
	.text-center .change {right: 0;}
	.column-count-3{column-count: 2;}

    .hero-video-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #130665;
    background: -moz-linear-gradient(-45deg, #130665 0%, #36166d 100%);
    background: -webkit-linear-gradient(-45deg, #130665 0%, #36166d 100%);
    background: linear-gradient(-45deg, #130665 0%, #36166d 100%);
    opacity: .8;}
    .hero-video .group-icons{margin: 0 auto; max-width: 90%; z-index: 1;}
    .hero-video .platform-icons {margin: 0 auto; left: 0; right: 0; z-index: 1;}
    #anim{text-align: center;}
	
	.features {display: none;}
.smart-pricing:hover, .smart-pricing:hover .dark-style .featured-package, .smart-pricing:hover .elegant-style .featured-package, .smart-pricing .dark-style .colm-list:hover, .smart-pricing .dark-style .featured-package:hover, .smart-pricing .dark-style .featured-package, .smart-pricing .elegant-style .featured-package, .smart-pricing .dark-style .colm-list:hover, .smart-pricing .elegant-style .colm-list:hover, .smart-pricing .dark-style .featured-package:hover, .smart-pricing .elegant-style .featured-package:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	z-index: 1
}
.smart-pricing:hover .dark-style .featured-package, .smart-pricing:hover .elegant-style .featured-package {
	margin: 0
}
.smart-pricing:hover .dark-style .featured-package .pricing-footer, .smart-pricing:hover .elegant-style .featured-package .pricing-footer, .smart-pricing .dark-style .colm-list:hover .pricing-footer, .smart-pricing .elegant-style .colm-list:hover .pricing-footer, .smart-pricing .dark-style .featured-package .pricing-footer, .smart-pricing .elegant-style .featured-package .pricing-footer, .smart-pricing .dark-style .featured-package:hover .pricing-footer, .smart-pricing .elegant-style .featured-package:hover .pricing-footer {
	padding: 20px
}
.smart-pricing .dark-style .featured-package .pricing-header h2 span, .smart-pricing .elegant-style .featured-package .pricing-header h2 span, .smart-pricing:hover .dark-style .featured-package .pricing-header h2 span, .smart-pricing:hover .elegant-style .featured-package .pricing-header h2 span, .smart-pricing .dark-style .colm-list:hover .pricing-header h2 span, .smart-pricing .elegant-style .colm-list:hover .pricing-header h2 span, .smart-pricing .dark-style .featured-package:hover .pricing-header h2 span, .smart-pricing .elegant-style .featured-package:hover .pricing-header h2 span {
	font-size: 46px
}
.smart-pricing .dark-style .colm-list:hover, .smart-pricing .elegant-style .colm-list:hover, .smart-pricing .dark-style .featured-package:hover, .smart-pricing .elegant-style .featured-package:hover {
	margin: 0;
	position: relative;
	top: 0
}
.smart-pricing .pricing-tables {
	margin: 0
}
.smart-pricing .five-colm .colm, .smart-pricing .four-colm .colm, .smart-pricing .pricing-tables .colm-list {
	margin-top: 0;
	margin-bottom: 30px
}
.smart-pricing .pricing-tables .colm {
	width: 100%;
	float: none;
	padding: 0
}
.smart-pricing .six-colm .pricing-button {
	font-size: 1.4em
}
.smart-pricing .comparison-table .features-list {
	display: none
}
.smart-pricing .comparison-table ul li:before {
	font-weight: 700;
	content: attr(data-feature);
	text-align: center;
	margin-bottom: 5px;
	display: block
}
	.plans-wrapper .colm:last-child, .plans-wrapper .colm:last-child .colm-list{margin-bottom: 0;}
	
	.positivity .positivity__words .change{left: auto;}
	.whitelabel .whitelabel__words .change{left: auto;}
	.text-center .change{left: 0!important;}
	.text-scroll{min-height: 30px;}
	.s3imgsec img { max-height: 70px; margin-bottom: 25px;}
	
}
@media (max-width: 575.98px){
	header, .shrink {padding: 1rem 0;} 
	.logo img, .shrink .logo img{max-width: 110px;}
	.hero-video{min-height: 70vh;}
	h1, .h1, .hero-video .caption h1, .hero-video .caption .h1 {font-size: 2rem;}
	.hero-video svg{width: calc(100% - 24px);}
	.service-wrapper.no-line { border-bottom: 1px solid #ddd;}
	.service-wrapper.no-line:after{display:block;}
	.service-box div:nth-child(4) .service-wrapper.no-line:after{display:none;}
	.service-box div:nth-child(4) .service-wrapper.no-line{ border:0;}
	header .phone a {font-size: 22px;}
	.phone a i{vertical-align: middle;}
	.section-insight h1{font-size: 4rem;}
	.section-insight h1 span:nth-of-type(2){font-size: 16px}
	.section-insight svg{width: 250px; height: 180px;}
	
	.icon-box2 .card {padding: 15px;}
	.hero-video .group-icons{margin: 0 auto; max-width: 90%; z-index: 1;}
	
	
	
	.s3imgsec img{margin-bottom: 20px; max-height: 100px;}
	
	.column-count-3{column-count: 1;}
	
	.full-img{position: relative; width: 100vw;}

    .captionbox {
  height: 80px;
    }
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
	header, .shrink{ padding: 10px 3rem;}
	.offcanvas-top .offcanvas-body{margin-top: 50px; display: block!important;}
	.hero-video .caption h1, .hero-video .caption .h1 {font-size: 1.5rem;}
	.hero-video .container{margin-top: 20px;}
	.hero-video .caption{line-height: normal;}
    #anim svg{max-width: 400px;}
}



.bb:before,.bb:after{display: block; content: ""; position: absolute; border: 15px solid #92bc0a; width: 100px; height:100px;}
.bb:before {border-top:0; border-right:0; left:0; bottom:0; }
.bb:after {border-bottom:0; border-left:0; top:0; right:0;}
.bb:before {animation: clipMe .5s linear forwards; animation-iteration-count: 1; animation-delay: 2s;}
.bb:after {animation: clipMe1 .5s linear forwards; animation-iteration-count: 1; animation-delay: 2s;}

@keyframes clipMe {
  0% {
    left:0; bottom:0;
  }
  25% {
    width:0; height:100%;
  }
  50% {
    top:0; bottom:auto; border-bottom:0; border-top:15px solid #92bc0a;
  }
  75% {
    width: 100%; height:0;
  }
  100% {
     right:0; left:auto; top:0;  bottom:auto; border-left:0; border-top:15px solid #92bc0a; border-bottom:0; border-right:15px solid #92bc0a; height:100px; width:100px;
  }
}
@keyframes clipMe1 {
  0% {
     right:0; top:0;
  }
  25% {
    width:0; height:100%;
  }
  50% {
    top:auto; bottom:0; border-top:0; border-bottom:15px solid #92bc0a;
  }
  75% {
    width: 100%; height:0;
  }
  100% {
    top:auto; bottom:0; left:0; right:auto; border-right:0; border-top:0; border-left:15px solid #92bc0a; border-bottom:15px solid #92bc0a; width: 100px; height:100px;
  }
}



















.box {
  position: relative;
}

.top, .bottom, .left, .right {
  position: absolute;
	background: #ffdb00;
  -webkit-animation: 8s linear infinite;
          animation: 8s linear infinite;
	animation-delay: 3s;
}
.top { top: 0; left: 0; height: 3px;
  -webkit-animation-name: top;
          animation-name: top;
}
@-webkit-keyframes top {
  25% {
    width: calc(10%);
	left: auto;
  }
  38% {
    width: calc(100%);
  }
  50% {
  }
  62% {

  }
  75% {
    width: calc(100%);
  }
  88% {
    left: auto;
    right: 0;
    width: 0;
  }
}

.bottom {
  bottom: 0;
  height: 3px;
  -webkit-animation-name: bottom;
          animation-name: bottom;
}
@-webkit-keyframes bottom {
  0% {
    width: 20%;
  }
  12% {
    width:0;
  }
}

.left {
  bottom: 0;
  left: 0;
  width: 3px;
  -webkit-animation-name: left;
          animation-name: left;
}
@-webkit-keyframes left {
  0% {
    height: 20%;
  }
  12% {
    height: calc(50%);
  }
	25% {
    height: calc(100%);
  }
  62% {
    top: 0;
    height: 0;
  }
}

.right {
  top: 0;
  right: 0;
  width: 3px;
  -webkit-animation-name: right;
          animation-name: right;
}
@-webkit-keyframes right {
  38% {
    height: 0;
  }
  50% {
    height: calc(100%);
  }
  88% {
    height: calc(100%);
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

.brands img {
    max-height: 70px;
	margin: 0 auto;
    display: block;
}
