@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Lato:300,400,700&display=swap");
html{
  -webkit-overflow-scrolling:touch;  
}

body {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #6A6972;
    overflow-x: hidden; }
  
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
  }


  .header {
    position:relative;
    background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
    color:white;
  }
  
  .inner-header {
    height:65vh;
    width:100%;
    margin: 0;
    padding: 0;
  }

  .header-main-text{
    text-align: center;
    font-size: 6rem;
    font-weight: 900;
    padding-bottom: 1rem;
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .header-main-text {
      font-size: 3rem;
      line-height: 3rem;
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 500px) {
    .inner-header{
      height: auto;
    }
  }

  .ag-courses-item_link {
    border-radius: 50px;
    margin: 20px;
    text-align: center;
    display: block;
    padding: 40px 20px;
    background-color: #ffffff00;
    overflow: hidden;
    position: relative;
  }
  .ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(30);
    -ms-transform: scale(30);
    transform: scale(30);
  }
  .ag-courses-item_title {
    min-height: 72vh;
    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #f200ff73;
    z-index: 1;
    position: absolute;
    top: -50px;
    left: -50px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  @media only screen and (max-width: 979px) {
    .ag-courses-item_title {
      font-size: 24px;
    }
  }
  
  @media only screen and (max-width: 639px) {
    .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;
      font-size: 20px;
      font-weight: 400;
    }
    .ag-courses-item_link {
      padding: 22px 10px;
    }
  }
  
  .waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
  }
  
  /* Animation */
  
  .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
    .content {
      height:30vh;
    }
  }



  img {
    max-width: 100%; }

    a:focus,
    input:focus,
    textarea:focus,
    button:focus {
      text-decoration: none;
      outline: none; }
    
    a:focus,
    a:hover {
      text-decoration: none; }
    
    i,
    span,
    a {
      display: inline-block; }
    
    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
      vertical-align: middle; }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      color: #2E2E2E;
      margin: 0px; }
    
    h1 {
      font-size: 48px; }
    
    h2 {
      font-size: 36px; }
    
    h3 {
      font-size: 28px; }
    
    h4 {
      font-size: 22px; }
    
    h5 {
      font-size: 18px; }
    
    h6 {
      font-size: 16px; }
    
    ul, ol {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
    
    p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #000;
      margin: 0px; }

.bg_cover {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%; }
.slick-slide {
    outline: 0; }
    .main-btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 0 25px;
        font-size: 16px;
        line-height: 48px;
        border-radius: 8px;
        border: 0;
        color: #fff;
        cursor: pointer;
        z-index: 5;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
        background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
        background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
        background-size: 200%; }
.main-btn:hover {
          color: #000;
          background-position: right center; }

.nav {
    height: 4rem;
    width: 100%;
    /* background-color: #378C3F; */
    position: fixed;
    justify-content:space-evenly;
    display: flex;
    /* align-items: left; */
    transition: 1s ease-in-out;
    z-index: 10;
  }

  .afterScroll{
    transition: 1s ease;
    background-image: linear-gradient(to right, #333399,#ff00cc);
  }
  .nav > .nav-header {
    display:flex;
    justify-content:center;
    align-items: center;
    margin-left : -4rem ;
  }
  
  .nav > .nav-header > .nav-title {
    display: inline-block;
    padding: 0 .75rem ;
    margin-top: -.4rem;
    transition: 0.3s  ease;
    /* border: 1px solid black; */
  }
  
  .nav > .nav-btn {
    display: none;
  }
  .nav .nav-links{
    margin-left: 5rem;
    margin-top: 1.7rem;
    }
    
    .nav > .nav-links .n-l {
        display: inline;
        float: right;
        font-size: 1rem;
        margin-top: -0.5rem;
        /* border: 1px solid black; */
        /* margin-right: 15rem; */
      }
      .nav > .nav-links > .n-l > ul li a{
        display: block;
        padding: 0 8px;
        color: #fff;
        
        font-size: 15px;
        text-decoration: none;
      
      }
      .nav > .nav-links> .n-l > ul{
        padding: 0;
        /* margin-top: .5rem; */
        list-style: none;
        position: relative;
        
      }
      .nav > .nav-links> .n-l > ul li{
        display: inline-block;
        /* background-color: #378C3F; */
        transition: 0.3s ease;
        
      }
      
      .nav-links .n-l ul li.active a {
        border: 1px solid #fff;
        background-color: rgb(127, 171, 242);
        border-radius: 5px;
    }
      .nav > .nav-links> .n-l> ul li:hover{
          background-color: rgb(127, 171, 242);
          /* border-radius: 10rem; */
          box-shadow: 1px 1px 2px rgb(127, 171, 242);
      }
      
      .nav > #nav-check {
        display: none;
      }

      .nav .nav-links ul a.icon{
       
        margin-right: 50px;
        color: black;
        }

        @media (max-width:1000px) {

            .nav{
              justify-content: space-between;
            }
            
            .nav > .nav-header > .nav-title {
              margin-top: 0;
            }
          
          
            .nav > .nav-btn {
              display: inline-block;
              position: absolute;
              right: 20px;
              top: 0.5rem;
            }
        
        .nav > .nav-btn > label {
            display: inline-block;
            width: 50px;
            height: 50px;
            padding: 13px;
          }
          .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
            background-color: rgba(0, 0, 0, 0.3);
          }
          .nav > .nav-btn > label > span {
            display: block;
            width: 25px;
            height: 10px;
            border-top: 2px solid #eee;
          }
          .nav > .nav-links {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 100%;
            background-image: linear-gradient(to right, #333399,#ff00cc);
            /* background-image: linear-gradient(to bottom left ,); */
            opacity: 90%;
            height: 0px;
            transition: all 0.3s ease-in;
            overflow-y: hidden;
            top: 2.1rem;
            right: 0px;
          }
          .nav > .nav-links .n-l {
            margin-top: 1rem;
          }
          .nav > .nav-links > ul li a {
            display: flex;
            width: 100%;
          }
        
          .nav > .nav-header{
            margin-left: 0;
          }
        
          /*   */
        
        
          
            .nav > .nav-links >.n-l > ul li{
              display: block;
              margin-bottom: 20px;
              padding: 0;
             
              /* background-color: #333; */
               
            }
            .nav > .nav-links > ul li a{
                margin-left: 20%;
            }
            .nav .nav-links ul a.icon{
              margin-left:20%;
            }
        
            .mlinks{
              color: white;
            }
        
            
        
          /*   */
          .nav > #nav-check:not(:checked) ~ .nav-links {
            height: 0px;
          }
          .nav > #nav-check:checked ~ .nav-links {
            height: 70vh;
            overflow-y: auto;
            
          }

          .social-links{
            visibility: hidden;
          }
        }

        .nav .social-links {
            text-align: center;
            margin: 5px 0px;
            margin-top: .7rem;
        }
        .nav .social-btn {
            display: inline-block;
            width: 40px;
            height: 40px;
            background:#08f;
            margin: 1px;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 20px;
            box-shadow: 0px 5px 10px 0px #909090;
            color: #ffffff;
            overflow: hidden;
            position: relative;
            border: 1px dotted #fff;
        }
        .nav .social-btn i {
            line-height: 15px;
            font-size: 18px;
            padding-top: .7rem;
            transition: 0.2s linear;
        }
        .nav .social-btn:hover i {
            transform: scale(1.3);
            color: #C8102E;
        }
        .nav .social-btn::before {
            content: "";
            position: absolute;
            width: 120%;
            height: 120%;
            background: #ffffff;
            transform: rotate(45deg);
            left: -110%;
            top: 90%;
        }
        .nav .social-btn:hover::before {
            animation: effect 0.6s 1;
            top: -10%;
            left: -10%;
        }
        .nav .social-btn p a {
            color: #C8102E;
        } 
/*-- Hover Animation Effect --*/
@keyframes effect {
0% {
left: -120%;
top: 100%;
}
50% {
left: 10%;
top: -30%;
}
100% {
top: -10%;
left: -10%;
}
}


/*-- Footer Responsive CSS --*/
@media (max-width: 576px){
.nav .nav-item .social-btn {
width: 40px;
height: 40px;
margin: 5px;
}
.nav .nav-item .social-btn i {
line-height: 40px;
font-size: 18px;
}
}

/*===========================
       10.SECTION_TITLE  css 
===========================*/ 


/*===== All SECTION TITLE Style =====*/
.section-title .line {
  background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important; }

.section-title .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }
  .section-title .title span {
    font-weight: 400;
    display: contents; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #361CC1;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 16px; } }

.section-title .title {
  font-size: 32px;
  padding-top: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 24px; } }
  .section-title .title span {
    font-weight: 400;
    display: contents; }

 /*===========================
       2.HEADER  css 
===========================*/ 

.header-hero {
    position: relative;
    z-index: 5;
    background-position: bottom center; }
  
  #particles-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .header-hero-content {
        padding-top: 180px; }
        @media (max-width: 767px) {
          .header-hero-content {
            padding-top: 100px; } }
        .header-hero-content .header-sub-title {
          font-size: 38px;
          font-weight: 300;
          color: #fff; }
          @media (max-width: 767px) {
            .header-hero-content .header-sub-title {
              font-size: 24px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .header-hero-content .header-sub-title {
              font-size: 30px; } }
        .header-hero-content .header-title {
          font-size: 38px;
          font-weight: 700;
          color: #fff; }
          @media (max-width: 767px) {
            .header-hero-content .header-title {
              font-size: 24px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .header-hero-content .header-title {
              font-size: 30px; } }
        .header-hero-content .text {
          color: #fff;
          margin-top: 30px; }
        .header-hero-content .main-btn {
          margin-top: 40px; }
      
      .header-hero-image {
        padding-top: 45px; }
        .header-hero-image img {
          max-width: 250px; }
          @media (max-width: 1000px) {
            .header-hero-image img {
              max-width: 80%; } }
        @media (max-width: 767px) {
          .header-hero-image {
            padding-top: 30px; } }
 
          





.owl-carousel{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------slider card-------------------- */
.card_new {
  margin: 0 4rem;
  position: relative;
  width: 90%; 
  height: 70vh;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 99.2%;
  height: 68.5vh;
  z-index: 2;
  background: rgba(249, 249, 249, 0.95);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  outline: 2px solid rgb(235, 235, 235);
}
@media (max-width:1000px){
  .card_new{
    margin: 0 2rem;
  }
  .bg{
    width: 97.5%;
  }
}
@media (max-width:500px){
  .card_new{
    margin: 0 1rem;
  }
  .bg{
    width: 96.6%;
  }
}

.blob {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 65vh;
  border-radius: 50%;
  background-color: #00a2ff;
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }

  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }

  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }

  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }

  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}


#software-card ._content{
  display: flex; 
  flex-direction: column; 
  gap: 10px; 
  align-items: center; 
  justify-content: space-evenly;
  margin: 10px;
  height: 100%;
}
#software-card img{
  height: 100px; 
  max-width: fit-content; 
}
#software-card .title{
  font-size: 3.5rem;
  font-weight: 600; 
  line-height: 3.5rem;
}
#software-card .text{
  display: flex; 
  flex-direction: column; 
  align-items: start; 
  margin-top: 10px; 
  padding: 20px; 
  border-radius: 10px;
}
#software-card .about{
  font-size: 18px; 
  line-height: 1.6; 
  color: #333;
}
#software-card .text .points{
  display: block; 
}
@media (max-width:500px){
  #software-card ._content{
    gap: 0px;
  }
  #software-card img{
    height: 65px; 
  }
  #software-card .title{
    font-size: 2rem;
    font-weight: 600; 
    line-height: 2rem;
  }
  #software-card .text{
    padding: 5px;
    margin-top: 0px;
  }
  #software-card .about{
    font-size: 14px; 
    line-height: 1.4; 
  }
}
@media (max-width: 400px){
  #software-card .text .points{
    display: none; 
  }
  #software-card img{
    margin-top: -10px;
  }
}





#android-card .bg{
  display: flex; 
  flex-direction: row;
  justify-content:space-around;
}
#android-card ._content{
  padding: 40px 0px; 
  display: flex; 
  flex-direction: column; 
  gap: 10px; 
  align-items: center; 
  margin: 10px; 
  max-width: 43%;
}
#android-card .image{
  position: relative; 
  border-radius: 1rem; 
  overflow: hidden; 
  margin: 10px; 
  width: 650px; 
  background-size: cover; 
  background-repeat: no-repeat;           
  background-position: center;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
}
#android-card .hover-link{
  position: absolute; 
  inset: 0; 
  backdrop-filter: blur(2px); background-color: #2525254a; 
  cursor: pointer;
}
#android-card .hover-link i{
  color: white; 
  font-size: 50px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  height: 100%;
}
#android-card ._content img{
  height: 100px; 
  width: fit-content; 
  margin: -20px 0px 20px 0px;
}
#android-card .title{
  font-size: 3.5rem; 
  font-weight: 600;
}
#android-card .points{
  display: flex; 
  flex-direction: column; 
  align-items: start; 
  gap: 10px;
}
#android-card .get-product{
  text-decoration: none; 
  font-size: larger; 
  padding: 10px 0px;
}

@media(max-width:700px){
  #android-card .bg{
    flex-direction: column; 
    justify-content:space-evenly;
    align-items: center;
    gap: 5px;
  }
  #android-card .image{
    position: relative; 
    border-radius: 1rem; 
    overflow: hidden; 
    margin: 10px; 
    width: 100%;
    height: 250px;
    background-size: cover; 
    background-repeat: no-repeat;           
    background-position: center;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
  }
  #android-card ._content{
    padding: 0px; 
    gap: 5px;
    align-items: center; 
    margin: 10px; 
    margin-top: 0px;
    max-width: 100%;
  }
  #android-card ._content img{
    height: 90px; 
    width: fit-content; 
    margin: 0px;
  }
  #android-card .title{
    font-size: 3.5rem; 
    font-weight: 600;
    line-height: 3rem;
  }
  #android-card .points{
    display: none; 
  }  
}
.a1 .image{
  background-image: url('../images/Our\ Products/health_calculator.png');
}
.a2 .image{
  background-image: url('../images/Our\ Products/16_ana_bangalee.png');
}
.w1 .image{
  background-image: url('../images/Our\ Products/itihascharcha.png');
}
.w2 .image{
  background-image: url('../images/Our\ Products/shynofit.png');
}
.w3 .image{
  background-image: url('../images/Our\ Products/shivdairy.png');
}
.w4 .image{
  background-image: url('../images/Our\ Products/tsandsb.png');
}
.w5 .image{
  background-image: url('../images/Our\ Products/tmpc.png');
}
.w6 .image{
  background-image: url('../images/Our\ Products/haqueenterprise.png');
}



/* ===================================
        04. Our Clints
=================================== */

#ourclients{
  width: 100%;
  height: 50%;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  margin-bottom: 1rem;
  position: relative;
  
  /* border: 2px solid red; */
}


#ourclients .client-head h1{
  font-size: 3rem;
  background: -webkit-linear-gradient(90deg, rgba(37,221,228,1) 0%, rgba(0,212,255,1) 27%, rgba(24,21,217,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media(max-width:700px){
  
  #ourclients .client-head h1{
    font-size: 1.5rem;
  }
}

#ourclients .client-body{
  width: 80%;
  /* height: 70vh; */
  margin-top: 2rem;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: none;
}

@media(max-width:1000px){
  #ourclients .client-body{
    flex-direction: column;
    height: auto;
  }
  #ourclients{
    height: auto;
  }
}

.clints{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.clints img{
  width: 6rem;
  margin: 1rem;
}

@media (max-width:700px){
  .clints img{
    width: 5rem;
  }
}




.hover_visible{
  opacity: 0;
}
.hover_visible:hover{
  opacity: 100%;
}




/* ==========================
Business Partnears
============================= */
#ourBP{
  width: 100%;
  height: 70%;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  padding-bottom: 3rem !important;
  background-image:linear-gradient(rgba(0, 0, 0, 0.6),rgba(0,0,0,0.6)),url("../images/products.jpg");
  /* background-color: gray; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* background-image:linear-gradient(90deg, rgba(37,221,228,1) 0%, rgba(0,212,255,1) 27%, rgba(24,21,217,1) 100%); */
}


#ourBP .bp-head{
  padding: 2rem 1rem;
}

.bp-head h1 ,p{
  /* color: whitesmoke; */
  text-align: center;
}

@media(max-width:800px){
  #ourBP{
    height: auto;
  }
  .bp-head h1{
    font-size: 1.5rem;
  }
  .bp-head p{
    font-size: .5rem;
    line-height: 1.5 ;
  }
  
}

.bp-body{
  margin-top: .5rem;
  width: 80%;
  padding-bottom: 2rem;
  /* border: 1px solid red; */
}

.bp-body .partnears{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content:center;
  background-color: white;
  border-radius: 10rem;
}

.bp-body .partnears .top{
  /* border: 1px solid red; */
}

@media(max-width:900px){

  .bp-body{
    width: 95%;
  }

  .bp-body .partnears{
    flex-direction: column;
    border-radius: 1rem;
  }
  .bp-body .partnears .top img{
    width: 5rem;
    margin: 1rem;
  }
  .bp-body .partnears .bot img{
    width: 3rem;
    margin: 1rem;
  }
}

 
/*FEEDBACK SLIDER*/

/* Testimonial Section */
#testimonial {
  padding-top: 70px;
}
#testimonialSlider {
  position: relative;
  width: 100%;
}

#testimonialSlider .single-testimonial {
  background-color: #fff;
  width: 100%;
  height: 450px;
  box-shadow: 0px 0px 8px 0px rgb(72, 109, 244);
  /* overflow: hidden; */
  padding-top: 50px;
  border-radius: 10px;
  padding: 25px 30px 5px;
  margin: 30px 0px;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border: 1px solid #000;
}


#testimonialSlider .single-testimonial .testimonial-review .quota i {
  font-size: 36px;
  color: #119BD2;
  transition: all 0.3s ease-out;
}


#testimonialSlider .single-testimonial .testimonial-review .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 2rem;
  margin-bottom: 2rem;
}

#testimonialSlider .single-testimonial .testimonial-review .rating i {
  color: gold !important;
}

#testimonialSlider .single-testimonial .testimonial-review .rating .star {
  cursor: pointer;
}

#testimonialSlider .single-testimonial .testimonial-review .rating .star.active {
  opacity: 0;
  animation: animate 0.5s calc(var(--i) * 0.1s) ease-in-out forwards;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#testimonialSlider .single-testimonial .testimonial-review .rating .star:hover {
  transform: scale(1.1);
}

#testimonialSlider .single-testimonial .testimonial-text {
  margin-top: 25px;
}

#testimonialSlider .single-testimonial .testimonial-author {
  margin-top: auto;
}

#testimonialSlider .single-testimonial .testimonial-author .author-image {
  position: relative;
  bottom: 10px; 
  left: 0px; 
}
#testimonialSlider .single-testimonial .testimonial-author .author-content {
  position: absolute;
  bottom: 80px; 
  left: 130px; 
}

 #testimonialSlider .single-testimonial .testimonial-author .author-image .author {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 80px;
  height: 80px;
} 

#testimonialSlider .single-testimonial .testimonial-author .author-content .holder-name {
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
}

#testimonialSlider .single-testimonial .testimonial-author .author-content .text {
  font-size: 10px;
}

#testimonialSlider .single-testimonial:hover {
  border-color: #FE7A7B;
}

#testimonialSlider .single-testimonial:hover .testimonial-review .quota i {
  color: #FE7A7B;
}

#testimonialSlider .carousel-item .single-testimonial {
  border-color: #FE7A7B;
}

#testimonialSlider .carousel-item .single-testimonial .testimonial-review .quota i {
  color: #FE7A7B;
}


#testimonialSlider .slick-dots {
  margin: 0 auto;
}

#testimonialSlider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

#testimonialSlider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
  border: 0;
  font-size: 0;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

#testimonialSlider .slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}

/*#testimonialSlider .single-testimonial {*/
/*  width: 300px;*/
/*  height: 450px;*/
  /* z-index: 1; */
/*}*/
@media (max-width:1000px) {
  #testimonialSlider .single-testimonial {
    width: 100%;
    height: 450px;
  }
}



/*===========================
       11.FOOTER  css 
===========================*/
@media (max-width:1200px) {
  #footer{
    margin-top: -100px;
  }
}
@media (max-width:768px) {
  #footer{
    margin-top: -150px;
  }
}
@media (max-width:500px) {
  #footer{
    margin-top: -200px;
  }
}

.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5; }
  
   .footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-bg.svg);
    background-position: top center;
    z-index: -1;
    background-size: cover; }
    @media only screen and (min-width: 1921px) {
      .footer-area::before {
        height: 1120px; } }
  
  #particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  
  .footer-widget {
    padding-top: 50px; }
    .footer-widget .footer-about {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .footer-widget .footer-about .logo{
    width: 100%;
    /* border: 2px solid white; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-widget .footer-about .logo img{
    width: 120px;
  }
  .footer-about .text {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px; 
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  @media (max-width: 1000px) {
    .footer-about .text strong {
        display: block;
    }
}
  
  .footer-about .social {
    margin-bottom: 1rem;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
     width: 100%;
  }
    .footer-about .social li {
       display: inline-block;
      margin-right: 30px;
      justify-content: center;
      padding-left: 30px;
     }
      .footer-about .social li a {
        font-size: 25px;
        color: #fff;
        justify-content: center;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer-about .social li a:hover {
          color: rgb(213, 68, 92); }
  
  .footer-title .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 100%;
     justify-content: center;
    }
    .footer-link .link-wrapper {
      width: 100%;
      margin-bottom: 2rem;
    }
    .footer-link {
  width: 100%;
  justify-content: center;
  align-items: center;
} 
      .footer-link .link-wrapper .title{
      width: 100%;
      }

         .footer-link .link-wrapper .link {
          margin-top: 20px;
          width: 100%;  
        }
        .footer-link .link-wrapper .link li {
          margin-top: 1.2rem;
          list-style: none;
          justify-content: center;
        }
        .footer-link .link-wrapper .link li a {
          font-size: 16px;
          color: #fff;
          text-decoration: none; 
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
        }
        .footer-link .link-wrapper .link li a:hover {
          color: #FE8464;
        } 
        @media (max-width: 991px) {
          .footer-link .link-wrapper .link {
            text-align: center;
            justify-content: center;
    
          }
          .footer-title .title {
            text-align: center;
            justify-content: center;
            
          }
          .footer-contact .contact {
            text-align: center;
            justify-content: center;
        
          }
        }
  @media (min-width: 1001px) {
        .footer-link .link-wrapper {
          padding: 0 100px;
        }

        
        
        }
  .footer-contact {
    width: 100%;
  }
  .footer-contact .contact {
    padding-top: 10px;
 }
    .footer-contact .contact li {
      margin-top: 20px;
      font-size: 16px;
      color: #fff;
      list-style: none; }
  
  .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 30px; }
  
  .copyright-content {
    padding-top: 15px;
    text-align: center; }
    .copyright-content p {
      color: #fff;
      text-decoration: none; }
    .copyright-content a {
      font-size: 16px;
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .copyright-content a:hover {
        color: #FE8464; } 

.footer {
  background-color: #fff;
  padding: 60px 0px;
}

.footer .social {
  overflow: hidden;
  text-align: right;
}

.footer .social li {
  margin: 0px 5px;
  display: inline-block;
}

.footer .social li a {
  color: #fff;
  text-align: center;
  background-color: #00b4c6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer .social li a:hover {
  background-color: #0088e8;
  color: #fff;
}

.footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .footer .copyright {
    text-align: center;
  }
  .footer .social {
    text-align: center;
    margin-top: 15px;
  }
}

.feedslider .row .col .single-testimonial {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  /*overflow: hidden;*/
  border-radius: 10px;
  padding: 25px 30px 5px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin: 30px 0;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 1000px) {
  .feedslider .row .col .single-testimonial {
    padding: 20px 20px 5px;
  }
}

.feedslider .row .col .single-testimonial .testimonial-review .quota i {
  font-size: 36px;
  color: #119BD2;
  transition: all 0.3s ease-out 0s;
}

.feedslider .row .col .single-testimonial .testimonial-review .star ul li {
  display: inline-block;
  font-size: 16px;
  color: #FE806D;
}

.feedslider .row .col .single-testimonial .testimonial-text {
  margin-top: 25px;
}

.feedslider .row .col .single-testimonial .testimonial-author {
  margin-top: 30px;
}

.feedslider .row .col .single-testimonial .testimonial-author .author-image {
  position: relative;
}

.feedslider .row .col .single-testimonial .testimonial-author .author-image .author {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 80px;
  height: 80px;
}

.feedslider .row .col .single-testimonial .testimonial-author .author-content .holder-name {
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
}

.feedslider .row .col .single-testimonial .testimonial-author .author-content .text {
  font-size: 10px;
}

.feedslider .row .col .single-testimonial:hover {
  border-color: #FE7A7B;
}

.feedslider .row .col .single-testimonial:hover .testimonial-review .quota i {
  color: #FE7A7B;
}

.slick-center .single-testimonial {
  border-color: #FE7A7B;
}

.slick-center .single-testimonial .testimonial-review .quota i {
  color: #FE7A7B;
}

.testimonial-active .slick-dots {
  margin: 0 auto;
}

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.testimonial-active .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
  border: 0;
  font-size: 0;
  opacity: 0.5;
  transition: all 0.3s ease-out 0s;
}

.testimonial-active .slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}

















  /* logos */

  .logo-container{
    position: relative;
    z-index: 10; 
  }
  @media only screen and (max-width: 600px) {
    .all_logos img{
      height: 70px;
      width: auto;
    }
    .all_logos{
      margin-left: -50px;
      margin-top: -200px;
    }
  }

  .logos-text{
    width: 35%;
    height: 10vh;
    background-image:linear-gradient(90deg, rgba(37,221,228,1) 0%, rgba(0,212,255,1) 27%, rgba(24,21,217,1) 100%);
    border-radius: 10% 8% 8% 10% / 0% 50% 50% 0% ;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 2rem;
    padding-left: 2.5rem;
  }
  .logos-text h1{
    color: white;
    font-size: 2.2rem;
  }
  
  @media (max-width:820px) {
    .logos-text h1{
     font-size: 2rem; 
    }
    .logos-text{
      width: 75%;
      height: 4vh;
      padding: 2rem;
    }
    #software-logo-text h1{
      font-size: 1.2rem;
    }
    #software-logo-text{
      width: 75%;
      padding-right: .5rem;
      padding-left: 1rem;
    }
    #android-logo-text h1{
      font-size: 1.5rem;
    }
    #android-logo-text{
      width: 75%;
      padding-right: .5rem;
      padding-left: 1rem;
    }
  }

  .logos{
    overflow:hidden; 
    display: flex; 
    flex-wrap: wrap; 
    flex-direction: row; 
    align-items: center; 
    justify-content: center; 
    gap: 30px; 
    margin-top: 3vh;
    padding: 1rem;
  }

  .logos .logo{
    transition: transform .3s;
    height: auto; 
    width: 110px;
  }
  .logos .logo:hover {
    transform: scale(1.2);
  }
  @media (max-width: 768px) {
    .logos .logo{
      width: 100px;
    }
  }