/*
* Template Name: Cube ICT Solution
* Template URL: www.cubeictsolutions.com
* Author: Staff
*/
/* ============ mobile view // ============ */
.row{margin: 0;}
header#head {
  display: none;
}
.offcanvas-header{ display:none; }
.screen-darken{
  height: 100%;
  width:0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active{
  z-index:10; 
  transition:opacity .3s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .offcanvas-header{ display:block; }
  header#head {
    display: block;
  }
  .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0; 
    display:block;
    position: fixed;
    top: 0; left:0;
    height: 100%;
    z-index: 1200;
    width:100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }
  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
    display: block;
  }
} 
#head .row.mb-menu {
  max-height: 50px;
  padding: 0 10px;
}
#head .row.mb-menu .col-md-9{
  max-width: 70%;
}
#head .row.mb-menu .col-md-9 i.bi.bi-list.mobile-nav-toggle{
  padding-top: 10px;
}
#head .row.mb-menu .col-md-3{
  max-width: 30%;
  text-align: right;
}
#head .row.mb-menu .col-md-3 img{
  width: 68px;
}
.offcanvas-header {
  height: 70px;
  color: #fff;
  padding: 30px;
}   
nav#navbar_main ul.navbar-nav {
  padding: 30px 18px;
}
li.nav-link.lang {
  padding-left: 30px;
}
.offcanvas-header h2{
  font-size: 20px;
  padding-top: 5px;
}
.offcanvas-header .btn-close {
  padding: 0.9rem 1.8rem;
}
.offcanvas-header .btn-close {
  background: url(../img/cro.svg) no-repeat;
  position: relative;
  bottom: 45px;
  opacity: 1;
}
.offcanvas-header .btn-close:hover{
  opacity: 1;
}
.bg-primary {
  background-color: #0c190feb!important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
}
nav#navbar_main ul.navbar-nav li.nav-item {
  margin-top: 50px;
}
.dropdown-toggle::after{
  display: none;
}
nav#navbar_main ul.dropdown-menu{
  height: auto;
}
nav#navbar_main ul.dropdown-menu li{
  padding: 18px 0;
}
@media all and (max-width: 600px) {
  #head .row.mb-menu .col-md-9 i.bi.bi-list.mobile-nav-toggle {
    padding-top: 6px;
  }
}
/* ============ mobile view .end// ============ */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Cabin";
  color: #444444;
  background: #fff;
  cursor: pointer;
}
a {
  color: #5846f9;
  text-decoration: none;
}
a:hover {
  color: #abfe03;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1238px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  position: absolute;
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 30px 0 10px 50px;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 33px;
}
span.vkad {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  top: 7px;    
  left: 5px;
  position: relative;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  padding: 30px 0 10px 0px;
}
.navbar a, a.reg, .navbar a:focus {
 align-items: center;
 justify-content: space-between;
 padding: 5px 3px;
 font-size: 13px;
 font-weight: 400;
 color: #fff;
 white-space: nowrap;
 transition: 0.3s;
 position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active,a.reg:hover, a.reg .active, .navbar .active:focus, .navbar li:hover > a {
  color:#abfe03;
  transition: .4s;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 20px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #162a0e;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
  color:#fff;
}
.navbar .dropdown ul a:hover{
  color:#abfe03;
  transition: .4s;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  opacity: 1;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.col-md-2.col-4 a.reg {
  padding-top: 7px;
  float: right;
  padding-right: 45px;
}
a.signup {
  float: left;
  padding:0px;
  color: #fff;
  font-size: 13px;
  margin: 0 30px;
  padding: 4px 18px;
  object-fit: contain;
  border-radius: 10px;
  border: solid 1px #abff00;
  background-color: rgba(255, 255, 255, 0.27);
}
@media (max-width: 1024px) {
  a.signup {
   margin: 20px 2px!important;
 }
 nav#navbar a.signup {
  margin: 2px 0px!important;
}
}
@media (max-width: 992px) {
  header#header {
    display: none;
  }
}
@media (min-width: 992px) {
 section.clients.section-bg {
   display: block;
 } 
 a.reg{
  display: block;
}
ul.desk{
  display: none!important;
}
}
@media (max-width: 1366px) {  
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*** Mobile Navigation ***/
nav#navbar_main {
  display: none;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before{
  float: right;
  color: #0c190f;
  position: relative;
  top: 30px;
  right: 30px;
  content: url('../../assets/img/icon/menu.svg');
}
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.nav-link img{
  padding-right: 10px;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    z-index: 11;
    position: relative;
  }
  nav#navbar_main {
    display: block;
    overflow: hidden;
  }
  nav#navbar {
    margin-top: -33px;
  }
}
@media (max-width: 769px) {
  nav#navbar {
    margin-top: -33px;
  }
  .navbar .dropdown ul a {
    color:#2c4964;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #7c4aff;
  transition: 0.3s;
  z-index: 999;
  overflow: hidden;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 33px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 80px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #7c4aff;
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 30px;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
ul.me-md-auto.text-center.text-md-start li {
  text-align: left;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5846f9;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 850px;
  background-color: #0c190f;
  padding: 50px 0;
  margin-top: -79px;
}
.vkad-hand {
    width: 64%;
    right: 0;
    position: absolute;
    top: 0;
}
#hero .container{
  padding-top: 50px;
}
#hero h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 61px;
  color: #dbdbdb;
}
#hero p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #dbdbdb;
}
#hero .col-xl-12.col-lg-12 {
  padding-left: 140px;
  width: 664px;
  padding-top: 30px;
}
@media(max-width: 1024px){
  #hero .container {
    padding-top: 140px;
  }
  #hero .col-xl-12.col-lg-12 {
    padding-left: 30px;
    width: 570px;
  }
  #hero h1 {
  font-size: 45px;
}
#hero p {
  font-size: 16px;
}
}
@media (max-width: 992px) {
  #hero {
    width: 100%;
    height: 500px;
  }
  #hero .col-xl-12.col-lg-12 {
    padding-left: 30px;
    width: 570px;
    padding-top: 0;
  }
}
@media(max-width: 768px){
  #hero .col-xl-12.col-lg-12 {
    padding: 0 10px;
  }
  .vkad-hand {
    width: 60%;
    right: 0;
    position: absolute;
    top: 0;
}
  #hero h1 {
    font-size: 30px;
    line-height: 37px;
  }
  #hero p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media(max-width: 568px){
  #hero .col-xl-12.col-lg-12 {
    padding-top: 140px;
  }
  #hero {
    width: 100%;
    height: 750px;
  }
  .vkad-hand {
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
}
}
/*--------------------------------------------------------------
# Digital
--------------------------------------------------------------*/
section#digital {
  padding: 0;
  background: #fff;
}
section#digital img.img-fluid.hand {
  position: relative;
  top: -165px;
}
section#digital .col-md-8.digital {
  margin-top: 160px;
  padding-left: 50px;
}
section#digital h2 {
  color: #0c190f;
  font-size: 30px;
  line-height: 37px;
}
section#digital p {
  color: #707070;
  font-size: 12px;
  line-height: 15px;
}
section#digital .row.vkad {
  margin-top: 50px;
}
section#digital .row.vkad h3 {
  color: #0c190f;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 0;
}
section#digital .row.vkad .col-md-4 img {
  padding-right: 10px;
}
section#digital .row.vkad span {
  font-size: 12px;
  color: #0c190f;
  line-height: 15px;
  font-weight: bold;
}
section#digital span.smart {
    margin-left: -20px;
}
section#digital span.eco,section#digital span.easier {
    margin-left: -10px;
}
section#digital .digtial {
  margin-top: -100px;
  padding: 0 185px;
}
section#digital .col-md-8.cards p {
  font-weight: 300;
  color: #0c190f!important;
  line-height: 18px;
}
section#digital .col-md-8.cards {
  padding-top: 15px;
  margin-left: -40px;
}
.row.easier,.row.eco {
  margin-top: 50px;
}
@media(min-width: 1400px){
section#digital .col-md-4 {
    width: 25%;
}
}
@media(min-width: 1200px){
  section#digital .row.vkad .col-md-4 {
    width: 20%;
  }
  .col-md-8.cards .col-md-2 {
    width: 6%;
  }
  .row.easier .col-md-8.cards,.row.eco .col-md-8.cards {
    padding-top: 25px!important;
  }
}
@media(max-width: 1024px){
  section#digital .row.vkad .col-md-4 {
    width: 25%;
  }
  .col-md-8.cards .col-md-2 {
    width: 10%;
  }
     section#digital .digtial {
    margin-top: 0px;
    padding: 0 140px;
  }
  section#digital img.img-fluid.hand {
    position: relative;
    top: -115px;
  }
  section#digital .digtial {
    padding: 80px 0px 80px 30px;
    margin: 0;
  }
  section#digital .col-md-8.digital {
    margin-top: 110px;
    padding-left: 30px;
  }
  section#digital .col-md-8.cards {
    padding: 0 30px;
    margin-left: -20px;
  }
}
@media(max-width: 768px){
  section#digital img.img-fluid.hand {
    position: relative;
    top: -115px;
  }
  section#digital .digtial {
    padding: 80px 0px 120px 30px;
    margin: 0;
  }
  section#digital .row.vkad .col-md-4 {
    width: 30%;
    padding:0;
  }
  section#digital .row.vkad .col-md-4 img {
    padding-right: 0px;
  }
  section#digital .col-md-8.digital {
    margin-top: 110px;
    padding-left: 30px;
  }
  section#digital h2 {
    font-size: 20px;
    line-height: 24px;
  }
  section#digital p {
    line-height: 18px;
  }
  .col-md-8.cards .col-md-2 {
    width: 10%;
  }
   .col-md-8.cards .col-md-10 {
    width: 90%;
  }
  .row.easier,.row.eco {
    margin-top: 40px;
  }
   section#digital .digtial {
    margin-top: -40px;
  }
}
@media(max-width: 475px){
  section#digital .row.vkad .col-md-4 {
    width: 32%;
    padding:0;
  }
  section#digital img.img-fluid.hand {
    position: relative;
    width: 80%;
    margin-top: 10px;
  }
  section#digital .col-md-8.digital {
    margin-top: -100px;
    padding-left: 30px;
    padding-right: 10px;
  }
  .row.vkad img {
    width: 35%;
  }
  .col-md-8.cards {
    margin-top: 30px;
  }
  .col-md-8.cards .col-md-2 {
    width: 10%;
  }
  .col-md-8.cards .col-md-10 {
    width: 90%;
  }
  .row.easier,.row.eco {
    margin-top: 30px;
  }
}
@media(max-width: 375px){
  section#digital img.img-fluid.hand {
    position: relative;
    margin-top: 10px;
    width: 80%;
  }
  section#digital .row.vkad .col-md-4 img {
    padding-right: 0px;
    width: 33%;
  }
  .row.vkad span {
    margin-left: -12px;
  }
}
/*--------------------------------------------------------------
#  Digital Two
--------------------------------------------------------------*/
section#digital-two {
  padding: 260px 150px 90px 150px;
  background: url('../../assets/img/icon/card-bg.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -90px;
}
section#digital-two h2 {
  color: #fff;
  font-size: 30px;
  line-height: 37px;
}
section#digital .col-md-4 img {
  position: relative;
  left: -12px;
}
section#digital-two p {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
tr.icons span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  left: 10px;
  position: relative;
  top: 13px;
}
tr.description p {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  font-weight: normal;
}
section#digital-two td,section#digital-two th{
  padding: 30px!important;
  border: 1px solid #b9b3b03d;
}
section#digital-two table tr td:first-child, section#digital-two table tr th:first-child{
  border-left: none;
}
section#digital-two table tr td:last-child, section#digital-two table tr th:last-child{
 border-right: none;
}
section#digital-two  table tr:first-child th{
  border-top: none;
}
section#digital-two table tr:last-child td{
  border-bottom: none;
}
tr.images td {
  width: 13%;
}
div#vkad-slide {
  display: none;
}
/* ------this is carousel slide effect code-------------*/
.carousel-inner .carousel-item {
  transition: transform 1s ease;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 6px!important;
  height: 6px!important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent!important; 
  background-clip: padding-box;
  border: 1px solid #abfe03!important;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
  border-radius: 50%!important;
}
.carousel-indicators .active{
 background-color: #abfe03!important; 
 opacity: 1;
}
.carousel-control-next-icon {
  background-image: url('../../assets/img/icon/rtl.svg')!important;
}
.carousel-control-prev-icon {
  background-image: url('../../assets/img/icon/ltr.svg')!important;
}
button.carousel-control-next,button.carousel-control-prev {
  opacity: 1;
}
div#vkad-slide .carousel-item {
  height: 80%;
}
/*button.carousel-control-next {
    position: absolute;
    left: 400px;
    cursor: pointer;
}
button.carousel-control-prev {
    position: absolute;
    left: 220px;
    cursor: pointer;
    }*/
    .carousel-control-prev-icon,.carousel-control-next-icon {
      width: 4rem;
      height: 4rem;
      position: absolute;
      bottom: -30px;
    }
    .carousel-indicators {
      position: absolute;
      bottom: -17px;
    }
    span.carousel-control-next-icon {
      position: absolute;
      right: 90px;
    }
    span.carousel-control-prev-icon{
      position: absolute;
      left: 90px;
    }
    @media(min-width: 1380px){
      section#digital-two {
        padding: 350px 150px 90px 150px;
        margin-top: 0;
      }
    }
    @media(max-width: 1024px){
     section#digital-two {
      padding: 240px 150px 90px 150px;
      margin-top: -70px;
    }
    section#digital-two td, section#digital-two th {
      padding: 20px!important;
    }
  }
  @media(max-width: 992px){
    section#digital-two table.table.mt-5{
      display: none;
    }
    div#vkad-slide {
      display: block;
    }
  }
  @media(max-width: 768px){
   section#digital-two {
    padding: 80px;
    background: #0c190f;
  }
  section#digital-two h2 {
    font-size: 20px;
    padding: 0px 30px;
    line-height: 24px;
  }
  section#digital-two p#dtwo{
    line-height: 18px;
    padding: 0px 30px;
  }
}
@media(max-width: 568px){
 section#digital-two {
  padding: 80px 0px;
}
div#vkad-slide .carousel-item {
  height: 550px;
}
}

/*--------------------------------------------------------------
# Advantage
--------------------------------------------------------------*/
section#advantage {
  padding: 100px 150px;
  background: #fff;
}
section#advantage h2 {
  color: #0c190f;
  font-size: 30px;
  line-height: 37px;
}
section#advantage p {
  color: #707070;
  font-size: 12px;
  line-height: 15px;
}
section#advantage .col-md-8 p {
  color: #0c190f!important;
  font-weight: 500;
  margin-bottom: 0px;
}
section#advantage .gogreen {
  margin-top: 40px;
}
section#advantage .gocontent {
  margin-top: 45px;
}
section#advantage .col-md-8 {
  padding-left: 95px;
}
section#advantage .gocontent .col-md-10 p {
  padding-top: 15px;
  margin-left: -35px;
}
@media(max-width: 1200px){
  section#advantage .gogreen {
    margin-top: 5px;
  }
  section#advantage .col-md-8 {
    padding-left: 50px;
  }
  section#advantage .gocontent {
    margin-top: 15px;
  }
}
@media(max-width: 1024px){
  section#advantage .gocontent .col-md-10 p {
    padding-top: 15px;
    margin-left: -5px;
  }
  section#advantage .col-md-8 {
    padding-left: 10px;
  }
}
@media(max-width: 768px){
 section#advantage {
  padding: 60px 80px;
}
section#advantage h2 {
  font-size: 20px;
  line-height: 24px;
}
section#advantage p {
  line-height: 18px;
}
section#advantage .col-md-8{
  padding: 0;
}
section#advantage .gocontent .col-md-10 {
  width: 80%;
}
section#advantage .gocontent .col-md-2 {
  width: 20%;
}
section#advantage .gocontent .col-md-10 p {
  padding-top: 10px;
  margin-left: -40px;
}
section#advantage .gocontent {
    padding: 0 10px;
}
}
@media(max-width: 568px){
  section#advantage {
    padding: 80px 0px;
  }
  section#advantage h2.adv, section#advantage p.adv {
    padding: 0 30px!important;
}
  section#advantage .gogreen {
    margin-top: 30px;
    padding-left: 12px;
  }
  section#advantage .gocontent {
    margin-top: 35px;
  }
  section#advantage h2,section#advantage p {
    padding-left: 20px;
  }
}
@media(max-width: 568px){
  section#advantage .gocontent .col-md-10 p {
  padding-top: 10px;
  margin-left: -30px;
}
}
/*--------------------------------------------------------------
# Customise
--------------------------------------------------------------*/
section#customise {
  padding: 100px 150px;
  background: url('../../assets/img/vkad/cus-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
section#customise h2 {
  color: #0c190f;
  font-size: 30px;
  line-height: 37px;
}
section#customise p {
  color: #707070;
  font-size: 12px;
  line-height: 15px;
}
@media(max-width: 768px){
 section#customise {
  padding: 80px;
}
section#customise h2 {
  font-size: 20px;
  line-height: 30px;
}
section#customise p {
  line-height: 18px;
}
}
@media(max-width: 568px){
 section#customise {
  padding: 80px 30px;
}
}
/*--------------------------------------------------------------
# Testmonials
--------------------------------------------------------------*/
section#testmonials {
  padding: 50px 120px 180px 120px;
  background: #fff;
}
section#testmonials h2 {
  color: #0c190f;
  font-size: 30px;
  line-height: 37px;
  padding-left: 30px;
}
section#testmonials .row.testi h5 {
  color: #0c190f;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
}
section#testmonials p {
  color: #707070;
  font-size: 12px;
  line-height: 20px;
  padding-left: 30px;
}
section#testmonials .contact p {
  padding: 0px!important;
}
section#testmonials .row.testi .col-md-4.save {
  border-left: 1px solid #0c190f42;
  border-right: 1px solid #0c190f42;
}
section#testmonials .row.testi .col-md-4 {
  padding: 20px 30px;
}
section#testmonials .row.testi .col-md-12 {
  padding: 20px 0px;
}
section#testmonials .row.testi .contact{
  height: 150px;
}
section#testmonials .row.test .bio {
  margin-top: 55px;
}
section#testmonials .row.testi .bio img {
  width: 30%;
  float: left;
  padding-right: 30px;
}
section#testmonials .row.testi .star p {
  margin-bottom: -1px;
}
div#vkad-slide2 .carousel-indicators [data-bs-target],div#vkad-slide2\ mb .carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 6px!important;
  height: 6px!important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #abfe03!important;
  background-clip: padding-box;
  border: 1px solid #0c190f!important;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
  border-radius: 50%!important;
}
div#vkad-slide2 .carousel-indicators {
  position: absolute;
  bottom: -90px;
}
div#vkad-slide2\ mb  .carousel-indicators {
  position: absolute;
  bottom: -60px;
}
div#vkad-slide2 .carousel-indicators .active,div#vkad-slide2\ mb  .carousel-indicators .active{
 background-color: #0c190f!important; 
 opacity: 1;
}
div#vkad-slide2\ mb {
  display: none;
}
@media(max-width: 992px){
  div#vkad-slide2 {
    display: none;
  }
  div#vkad-slide2\ mb {
    display: block;
  }
  section#testmonials .row.testi .bio img {
    width: 13%;
}
}
@media(max-width: 768px){
 section#testmonials {
  padding: 80px;
}
section#testmonials h2 {
  font-size: 20px;
  line-height: 24px;
  padding: 0;
}
section#testmonials p {
  line-height: 18px;
  padding: 0;
}
section#testmonials .row.testi .bio img {
  width: 13%;
}
}
@media(max-width: 568px){
 section#testmonials .row.testi .bio img {
  width: 30%;
}
section#testmonials {
  padding:80px 30px;
}
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
section#pricing {
  padding: 150px 150px 360px 150px;
  background: url('../../assets/img/icon/pricing-bg.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#pricing h2 {
  color: #fff;
  font-size: 30px;
  line-height: 37px;
}
section#pricing p {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}
section#pricing table.table {
  border: 1px solid #b9b3b03d;
}
section#pricing tr th {
  font-size: 13px;
  color: #abfe03;
  font-weight: bold;
  line-height: 25px;
  left: 10px;
  position: relative;
  top: 13px;
}
section#pricing tr td {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  font-weight: normal;
  width: 50px;
}
section#pricing tr th{
  padding: 0 20px 20px!important;
  border: 1px solid #b9b3b03d;
  width: 50px;
}
section#pricing tr td{
  padding: 10px 10px 10px 30px!important;
  border: 1px solid #b9b3b03d;
}
section#pricing table tr td:first-child, section#pricing table tr th:first-child{
  border-left: none;
}
section#pricing table tr td:last-child, section#pricing table tr th:last-child{
 border-right: none;
}
section#pricing table tr:first-child th{
  border-top: none;
}
section#pricing table tr:last-child td{
  border-bottom: none;
}
@media(max-width: 992px){
 section#pricing{
   background: #0c190f;
 }
 section#pricing {
  padding:80px 150px;
}
section#pricing table.table {
  margin-bottom: 5px;
  margin-top: 50px;
}
}
@media(max-width: 768px){
  section#pricing {
  padding:80px 80px;
}
  section#pricing h2 {
    font-size: 20px;
    line-height: 24px;
  }
  section#pricing p {
    line-height: 18px;
  }
}
@media(max-width: 568px){
 section#pricing {
  padding: 80px 30px;
}
}
/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
section#faqs {
  padding: 10px 150px 90px 150px;background: #fff;
}
section#faqs h2 {
  color: #0c190f;
  font-size: 30px;
  line-height: 37px;
}
section#faqs p {
  color: #707070;
  font-size: 12px;
  line-height: 15px;
}
section#faqs .ask{
  margin-top: 65px;
}
@media(min-width: 1380px){
  section#faqs {
    padding: 80px 150px;
    background: #fff;
  }
}
@media(max-width: 1024px){
section#faqs {
    padding-top: 50px;
    background: #fff;
}
}
@media(max-width: 768px){
 section#faqs {
  padding: 80px;
}
section#faqs h2 {
  font-size: 20px;
  line-height: 24px;
}
section#faqs p {
  line-height: 18px;
}
p.accordion{
  font-size: 15px!important;
}
p.accordion.active:after {margin-right: 5px!important;}
p.accordion:after{margin-right: 5px!important;} 
}
@media(max-width: 568px){
 section#faqs {
  padding: 80px 30px;
}
}
.card {margin-top: 10px;}
p.accordion { background-color: #0c190f;color: #fff!important;cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(118, 118, 118, 0.48);
  padding: 26px 30px;border-radius:10px;width: 100%;font-size: 18px!important;line-height: 22px;
  text-align: left;border: none;  outline: none; transition: 0.4s;  margin-bottom:10px;}
  p.accordion.active, p.accordion:hover { background-color: #0c190f;}
  p.accordion:after{content: url('../../assets/img/icon/down.svg');font-size: 13px; color: #777;float: right;
  margin-top: -5px;margin-right: 50px;}
  p.accordion.active:after {content: url('../../assets/img/icon/up.svg');margin-top: -5px;margin-right: 50px;}  
  div.panel {padding: 20px;background-color: #f4f4f4;max-height: 0; overflow: hidden;
    transition: 0.4s ease-in-out; opacity: 0;margin-bottom:10px;}
    div.panel.show {opacity: 1; max-height: 500px;margin-top: -10px;
      border-radius: 0 0 10px 10px;}
      div.panel.show p {color: #0c190f!important;font-weight: 500; line-height: 25px;font-size: 12px;}
      @media(max-width: 375px){
        p.accordion{padding: 26px 20px;}
      }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
div#footer-top{
  background: #f9faf7;
  padding: 60px 150px;
  height: 375px;
}
div#footer-top h2 {
  color: #0c190f;
  font-size: 30px;
  font-weight: bold;
  line-height: 37px;
}
div#footer-top .row {
  margin-top: 20px;
}
div#footer-top .row h3 {
  font-size: 25px;
  color: #707070;
  font-weight: bold;
  line-height: 30px;
}
div#footer-top .row p {
  font-size: 12px;
  color: #707070;
  font-weight: 500;
  line-height: 15px;
}
div#footer-top input.form-control {
  background: #f9faf7;
  border: none;
  border-bottom: 0.3px solid #707070;
  border-radius: 0;
  width: 50%;
  margin-left: 10px;
  font-size: 12px;
  color: #707070;
  font-weight: 500;
  padding: 7px 0;
  margin-top: -20px;
}
div#footer-bottom {
  background: #0c190f;
  padding: 30px 150px;
  height: 90px;
}
div#footer-bottom a {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  margin-right: 70px;
}
div#footer-bottom a:hover{
  color:#abfe03;
  transition: .4s;
}
.vkad-reg img {
    width: 38%;
    margin-top: 30px;
}
.vkad-customise img {
    width: 25%;
    margin-top: 30px;
}
.vkad-learn img {
    width: 25%;
    margin-top: 30px;
}
@media(max-width: 768px){
  div#footer-top {
    padding: 60px 80px;
    height: auto;
  }
  div#footer-bottom {
    padding: 30px 80px;
  }
  div#footer-top h2 {
    font-size: 20px;
    line-height: 24px;
  }
  div#footer-top .row h3{
    margin-top: 40px;
  }
  div#footer-top .col-md-8 {
    margin-top: 30px;
  }
  div#footer-top input.form-control{
    width: 85%;
  }
  .v_btn.foot a img {
    width: 14%;
    margin-left: 100px;
  }
   .vkad-customise img,.vkad-learn img {
    width: 38%;
    margin-top: 30px;
}
    .vkad-reg img{
    width: 42%;
    margin-top: 30px;
}
}
@media(max-width: 568px){
  div#footer-bottom a {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-right: 32px;
  }
  div#footer-bottom {
    background: #0c190f;
    padding: 0 0 0 30px;
  }
  div#footer-top {
    padding: 60px 20px;
    height: auto;
  }
  div#footer-bottom {
    padding: 30px 30px;
  }
  .vkad-customise img,.vkad-learn img {
    width: 70%;
    margin-top: 30px;
}
  .vkad-reg img{
    width: 80%;
    margin-top: 30px;
}
div#footer-top h2 {
    padding-left: 15px;
}
}
/*------------------Button----------------*/
.v_btn {
  margin-top: 40px;
}
.v_btn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  padding: 14px 0 18px 25px;
  border: 1px solid #abfe00;
  border-radius: 16px;
  background: rgba(171, 254, 3, 0.07);;
}
.v_btn a img {
  border: solid 1px #abff00;
  background-color: #abfe03;
  padding: 14px;
  border-radius: 14px;
  margin-left: 22px;
  width: 10%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}
table.table.mb {
    display: none!important;
}
@media(max-width: 1200px){
 .v_btn a img {
  width: 11%;
}
}
@media(max-width: 992px){
 .v_btn a img {
  width: 9%;
}
}
@media(max-width: 768px){
 .v_btn a img {
  width: 9.2%;
}
table.table.mb {
    display: block!important;
}
table.table.pricing {
    display: none!important;
}
section#pricing tr {
    padding: 10px 10px 10px 30px!important;
    border: 1px solid #b9b3b03d;
}
section#pricing tr th{
  left: 0;
}
section#pricing tr th {
    width: 200px;
}
th#prices {
  width: 60%!important;
}
}
@media(max-width: 600px){
 .v_btn a img {
  width: 14%;
} 
}
@media(max-width: 425px){
  .v_btn.faq a img{
    width: 14%;
  }
}
@media(max-width: 390px){
 .v_btn a img {
  width: 15%;
}
}
@media(max-width: 375px){
 .v_btn a img {
  width: 16.5%;
}
}
@media(max-width: 320px){
 .v_btn a img {
  width: 19%;
}
}

/*-------------How to Design-------------*/
@media(max-width: 768px){
  section#main .col-md-1{width: 12%;}
  section#main .col-md-11{width: 88%;}
  section#main .container.mt-5.mb-5 img.img_fluid {width: 100%;}
}
@media(max-width: 567px){
  section#main .col-md-1{width: 20%;}
  section#main .col-md-11{width: 80%;}
}
/*-------------End How to Design-------------*/