/**
* Template Name: Techie - v4.10.0
* Template URL: https://bootstrapmade.com/techie-free-skin-bootstrap-3/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #5846f9;
  text-decoration: none;
}

a:hover {
  color: #8577fb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
#shadow-host-companion{
  padding:0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5846f9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7b27d8;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .copy{
    margin-bottom: 1rem;
  }
  .material-pic {
    height: 230px !important;
}
.mashup{
  width:100% !important;
}
.footer-top{
  text-align: center !important;
}
.footer-sub-head{
  justify-content: center;
}
.border-mv{
  border-left: unset !important;
}

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #6837e6;
  padding: 10px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* .navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color:white;
  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>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  border-color: #fff;
}

.navbar .getstarted:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  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: 14px;
  color: #2c4964;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5846f9;
}

.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;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
} */

/**
* Mobile Navigation 
*/
/* .mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}



.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.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;
}

.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;
} 

}*/


/* .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
  color: #fff;
} */
/* .navbar-nav .nav-item.active .nav-link{
  border-bottom: 3px solid #fff !important;
} */
.navbar-nav .nav-item .nav-link{
  color: #fff !important;
}
.navbar-nav .nav-item .nav-link:hover{
  border-bottom: 3px solid #fff;
}


.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;}

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
  color: #fff;
}
.nav-item.active{
border-bottom: 2px solid white;
}
/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/home-bg.jpg") center center no-repeat;
  background-size: cover;
}

#home .container,
#home .container-fluid {
  padding-top: 84px;
}

#home h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

#home h2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  font-size: 20px;
}

#home .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #fff;
}

#home .btn-get-started:hover {
  background: #fff;
  color: #5846f9;
}

#home .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #home {
    background-attachment: fixed;
  }
}
/* @media(min-width:991px){
  .flip > .front, .flip > .back {
    width: 300px !important;
  
} */

@media (max-width: 991px) {
  #home {
    text-align: center;
  }

  #home .container,
  #home .container-fluid {
    padding-top: 68px;
  }

  #home .animated {
    -webkit-animation: none;
    animation: none;
  }

  #home .home-img {
    text-align: center;
  }

  #home .home-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 26px;
    line-height: 36px;
  }
.social{
  padding: 0px;
}
  #home h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #home .home-img img {
    width: 60%;
  }
  /* .flip > .front, .flip > .back {
    width: 265px !important;
  } */
}

@media (max-width: 575px) {
  #home .home-img img {
    width: 80%;
  }
  .nav-tabs .nav-item {
    margin-bottom: 0px !important;
    font-size: 13px;
  }
  .nav-tabs .nav-link{
    padding: 3px 10px 3px 10px ;
  }
}

@media (max-width: 575px),
(max-height: 600px) {
  #home {
    height: auto;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  /* font-weight: bold; */
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5846f9;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
}

.about .content h2 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  /* background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat; */
  padding: 80px 0 60px 0;
  /* background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); */
background: linear-gradient(to right, #330867  0%, #30CFD0 100%);
}


.counts .counters span {
  font-size: 48px;
  display: block;
  color: rgba(24, 6, 185, 0.8);
  color:white;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  /* color: rgba(24, 6, 185, 0.8); */
  color:white;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #cccaf3;
}
.container .card .face.face2 h2{
  font-size: 45px !important;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-skyblue i {
  color: #00ff26ad;
}

.services .iconbox-skyblue:hover .icon i {
  color: #fff;
}

.services .iconbox-skyblue:hover .icon path {
  fill: #00ff26ad;
}
.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #5846f9;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #2c4964;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
  .border-mv{
    border-left: none;
  }
}
@media(min-width: 767px){
  /* .flip > .front, .flip > .back {
    width: 300px !important;
  } */
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5846f9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgb(0 0 0 / 37%);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2c4964;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5846f9;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #5846f9;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.pricing .featured h3 {
  color: #fff;
  background: #5846f9;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5846f9;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
}

.faq .section-title h2,
.faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5846f9;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

/* .contact .php-email-form button[type=submit] {
  background: #5846f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #7b27d8;
} */
.contact-button button[type=submit] {
  background: #5846f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact-button button[type=submit]:hover {
  background: #7b27d8;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f2f6f9;
  min-height: 40px;
  margin-top: 85px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 56px;
  }
  .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 0px !important;
}
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c6387;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/home-bg.jpg") center center no-repeat; */

  /* background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); */
  background: #6837e6;
  position: relative;
  /* background: #05b3a4; */

  /* margin-top:10%; */
}

#footer .footer-top {
  padding: 0px 0 10px 0;
  position: relative;
  margin-top: 120px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  padding-left: 16px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;

  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(123, 39, 216, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #5846f9;
}

#footer .copyright-wrap {
  border-top: 1px solid #8577fb;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

/* GEMSYN */
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 20px;
}
.waviy span {
  font-family: 'Alfa Slab One', cursive;
  position: relative;
  display: inline-block;
  color: linear-gradient(#e66465, #9198e5);
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}
#about{
  background-color: white;
}
#counts{
  background-color: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
#services{
  background-color: white;
}

/* cards  */

.container-fluid {
  max-width: 100vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 35px;
  margin: 0 auto;
  /* padding: 40px 0; */
}
.container .card {
  position: relative;
  width: 300px;
  height: 400px;
  margin: 0 auto;
  background: #000;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}
.container .card .face {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .card .face.face1 {
  box-sizing: border-box;
  padding: 20px;
}
.container .card .face.face1 h2 {
  margin: 0;
  padding: 0;
}
.container .card .face.face1 .java {
  background-color: #fffc00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .card .face.face1 .python {
  background-color: #00fffc;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .card .face.face1 .cSharp {
  background-color: #fc00ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .card .face.face2 {
  transition: 0.5s;
}
.container .card .face.face2 h2 {
  margin: 0;
  padding: 0;
  font-size: 10em;
  color: #fff;
  transition: 0.5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.container .card:hover .face.face2 {
  height: 60px;
}
.container .card:hover .face.face2 h2 {
  font-size: 2em;
}
.container .card:nth-child(1) .face.face2 {
  /* background-image: linear-gradient(-225deg, #B6CEE8 0%, #F578DC 100%); */
  background-color: #87BAAB;
  border-radius: 15px;
}
.container .card:nth-child(2) .face.face2 {
  background-image: linear-gradient(40deg, #fc00ff 0%, #00fffc 45%, #fffc00 100%);
  border-radius: 15px;
}
.container .card:nth-child(3) .face.face2 {
  background-image: linear-gradient(40deg, #00fffc 0%, #fc00ff 45%, #fffc00 100%);
  border-radius: 15px;
}



        
ol {
  counter-reset: li; 
  counter-reset: li page 3 topic;
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  list-style-type: decimal;
}

ol p {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #DAD2CA;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
}


ol p:hover { background: #E9E4E0; }
ol p:hover:before { transform: rotate(360deg); }
ol p:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #f9dd94;
  height: 2em;
  width: 2em;
  line-height: 24px;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}
    
.about-points{
  display: flex;
  position: relative;
}
.points p{
  
}
.points{
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #f9dd94;
  height: 2em;
  width: 2em;
  position: absolute;
  margin-top: -16px;
  z-index: 1;
  line-height: 24px;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}
.about-points p{
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #DAD2CA;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
  width: 100%;
}


.about-points p:before{
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #f9dd94;
  height: 2em;
  width: 2em;
  line-height: 24px;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}




/* gemsyn
 */


.social-media{
  display: flex;
  height: 15vh;
  text-align: center;
  align-items: center;
  /* justify-content: center; */
}
.social{
  display: flex;
  padding-left: 1px !important;
}
.social li{
  position: relative;
  display: block;
  color: white;
  font-size: 14px;
  height: 30px;
  width: 30px;
  background: #a487f0;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  transition: .5s;

}
.social li:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  /* background: #d35400; */
  border-radius: 50%;
  transform: scale(.9);
  z-index: -1;
  transition: .5s;
}
.social li:nth-child(1):before{
  background: #4267B2;
}
.social li:nth-child(2):before{
  background: #1DA1F2;
}
.social li:nth-child(3):before{
  background: #E1306C;
}
.social li:nth-child(4):before{
  background: #2867B2;
}
.social li:nth-child(5):before{
  background: #ff0000;
}
.social li:hover:before{
  filter: blur(3px);
  transform: scale(1.2);
  /* box-shadow: 0 0 15px #d35400; */
}
.social li:nth-child(1):hover:before{
  box-shadow: 0 0 15px #4267B2;
}
.social li:nth-child(2):hover:before{
  box-shadow: 0 0 15px #1DA1F2;
}
.social li:nth-child(3):hover:before{
  box-shadow: 0 0 15px #E1306C;
}
.social li:nth-child(4):hover:before{
  box-shadow: 0 0 15px #2867B2;
}
.social li:nth-child(5):hover:before{
  box-shadow: 0 0 15px #ff0000;
}
.social li:nth-child(1):hover{
  color: #316de3;
  box-shadow: 0 0 15px #0055ff;
  text-shadow: 0 0 15px #0055ff;
}
.social li:nth-child(2):hover{
  color: #e64141;
  box-shadow: 0 0 15px #f21d1d;
  text-shadow: 0 0 15px #f21d1d;
}
.social li:nth-child(3):hover{
  color: #0076b5;
  box-shadow: 0 0 15px #0077b5;
  text-shadow: 0 0 15px #0077b5;
}
.social li:nth-child(4):hover{
  color: #2a6cbb;
  box-shadow: 0 0 15px #2867B2;
  text-shadow: 0 0 15px #2867B2;
}
.social li:nth-child(5):hover{
  color: #ff1a1a;
  box-shadow: 0 0 15px #ff0000;
  text-shadow: 0 0 15px #ff0000;
}
.footer-section{
  padding:0px;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.section:not(.active) .animate-element {
	animation-name: none
}

.section.active .animate-element {
	animation-duration: .7s;
	animation-fill-mode: both
}

.section.active .delay1 {
	animation-delay: .1s
}

.section.active .delay2 {
	animation-delay: .2s
}

.section.active .delay3 {
	animation-delay: .3s
}

.section.active .delay4 {
	animation-delay: .4s
}

.section.active .delay5 {
	animation-delay: .5s
}

.section.active .delay6 {
	animation-delay: .6s
}

.section.active .delay7 {
	animation-delay: .7s
}

.section.active .delay8 {
	animation-delay: .8s
}

.section.active .delay9 {
	animation-delay: .9s
}

.section.active .delay10 {
	animation-delay: 1s
}

.section.active .delay11 {
	animation-delay: 1.1s
}

.section.active .delay12 {
	animation-delay: 1.2s
}

.section.active .delay13 {
	animation-delay: 1.3s
}

.section.active .delay14 {
	animation-delay: 1.4s
}

.section.active .delay15 {
	animation-delay: 1.5s
}

.section.active .delay16 {
	animation-delay: 1.6s
}
.section:not(.active) .animate-element {
	animation-name: none
}

.section.active .animate-element {
	animation-duration: .7s;
	animation-fill-mode: both
}

.weapons-content {
	max-width: 515px
}

.weapons-content .read-more {
	font-size: 18px
}

.weapons-content .read-more:not(:hover) {
	color: var(--heading-color)
}
.dark-body .weapons-content .read-more:not(:hover) {
	color: #fff
}
.weapons-content {
	max-width: 515px
}

.weapons-content .read-more {
	font-size: 18px
}

.weapons-content .read-more:not(:hover) {
	color: var(--heading-color)
}

.weapons-images {
	max-width: 535px;
	margin-left: auto;
	position: relative;
	padding-bottom: 82%
}

.weapons-item {
	background: #fff;
	position: absolute;
	border-radius: 15px;
	box-shadow: 0 18px 29px 20px rgb(183 189 212/16%)
}

.weapons-item.one {
	left: 28%;
	top: 28%;
	width: 36%;
	padding-bottom: 36%
}

.weapons-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 66%;
	transform: translate(-50%, -50%)
}

.weapons-item.two {
	left: 5%;
	top: 8%;
	width: 18%;
	padding-bottom: 18%
}

.weapons-item.three {
	top: 0;
	left: 48%;
	width: 14.5%;
	padding-bottom: 14.5%
}

.weapons-item.four {
	top: 5%;
	right: 0;
	width: 28.5%;
	padding-bottom: 28.5%
}

.weapons-item.five {
	left: 2%;
	top: 46%;
	width: 20.2%;
	padding-bottom: 19.5%
}

.weapons-item.six {
	left: 0;
	width: 15%;
	bottom: 5%;
	padding-bottom: 14.5%
}

.weapons-item.seven {
	bottom: 0;
	left: 25%;
	width: 18%;
	padding-bottom: 18%
}

.weapons-item.eight {
	width: 22%;
	bottom: 8%;
	right: 10%;
	padding-bottom: 22%
}
 .text-box {
    /* margin-left: 44vw;
   margin-top: 42vh; */
   background-color: bisque;
} 

.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    /* background-color: #fff; */
    color: #777;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #fff;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}
.about {
  padding-bottom: 10px !important;
}
/* .vision{
  background-color: #badfe7;
}
.mission{
  background-color: #c2edec;
} */
.text-mv{
  padding: 2rem;
}
/*   annimated features  */
.mv{
  color:#9996e3;
}


#section-feature ul {
  margin: 100px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

#section-feature li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 240px;
  padding: 2%;
  float: left;
  margin-bottom: 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#section-feature .sf-wrap {
  background-repeat: no-repeat;
  position: absolute;
  max-width: 280px;
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -140px;
  top: 0;
  -moz-perspective: 600px;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
  cursor: pointer;
}

.sf-mdl-left,
.sf-mdl-right,
.sf-mdl-left-full,
.sf-mdl-right-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}

.sf-icon {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  left: 0;
  width: 200%;
  color: #e4610e;
}


.sf-mdl-left-full .sf-icon,
.sf-mdl-right-full .sf-icon {
  color: #fff;
}

.sf-mdl-right,
.sf-mdl-right-full {
  left: auto;
  right: 0;
}

.sf-mdl-left-full,
.sf-mdl-right-full {
  background-color: #333;
  z-index: 9;
  color: #fff;
}

.sf-wrap a {
  color: #e4610e;
  text-decoration: none;
}

.sf-mdl-left,
.sf-mdl-right {
  background-color: #fff;
  z-index: 10;
}

.sf-wrap > .sf-mdl-right-full,
.sf-wrap > .sf-mdl-right {
  background-position: right -30px;
}

.sf-wrap > .sf-mdl-right,
.sf-wrap > .sf-mdl-left-full {
  -moz-backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0 0;
  -moz-transform: rotateY(0deg);

  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotateY(0deg);

  -o-backface-visibility: hidden;
  -o-transform-style: preserve-3d;
  -o-transform-origin: 0 0;
  -o-transform: rotateY(0deg);

  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform: rotateY(0deg);
}

.sf-wrap.hover > .sf-mdl-right {
  -webkit-transform: rotateY(-45deg);
  -moz-transform: rotateY(-45deg);
  -ms-transform: rotateY(-45deg);
  -o-transform: rotateY(-45deg);
  transform: rotateY(-45deg);
  background-color: #ececec;
}

.sf-wrap > .sf-mdl-left-full {
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sf-wrap.active > .sf-mdl-right,
.sf-wrap.hover.active > .sf-mdl-right {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.sf-wrap.active > .sf-mdl-left-full {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.active .sf-mdl-left-full,
.active .sf-mdl-right-full {
  z-index: 11;
}

.sf-wrap div h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
}

.sf-wrap div h3,
.sf-wrap div p {
  width: 200%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 140px;
}

.sf-wrap div p {
  padding: 0 10%;
  line-height: 18px;
  font-size: 13px;
  top: 170px;
}

.sf-wrap div.sf-mdl-right h3,
.sf-wrap div.sf-mdl-right-full h3,
.sf-wrap div.sf-mdl-right p,
.sf-wrap div.sf-mdl-right-full p,
.sf-mdl-right .sf-icon,
.sf-mdl-right-full .sf-icon
{
  left: auto;
  right: 0;
}

.sf-wrap div.sf-mdl-left-full h3,
.sf-wrap div.sf-mdl-right-full h3 {
  top: 115px;
}
/* annimated features end  */

/* annimated who we are start */

.text-lighter {font-weight: 200;}
.text-bold {font-weight: 600;}
.text-muted {font-weight: 400;color: hsl(229, 6%, 66%);}
header {display: flex;flex-direction: column;justify-content: center;align-items: center;}
header h3 {font-size: 30px;margin: 0px auto;}
header p {text-align: center;}

.main-who {margin: 20px auto;}
.main-who .section-workflow {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.card {width: 320px;padding: 35px;box-shadow: 0.5px 0.5px 12px 0px #80808042;box-sizing: border-box;border-radius: 5px;margin: 15px auto;}
.card.card-supervisor {border-top: 3px solid hsl(180, 62%, 55%);}
/* .card.card-team_builder {border-top: 3px solid hsl(0, 78%, 62%);}
.card.card-karma {border-top: 3px solid hsl(34, 97%, 64%);}
.card.card-calculator {border-top: 3px solid hsl(212, 86%, 64%);} */
.cards-section {border-top: 3px solid hsl(212, 86%, 64%);}
.card .card-body {

}
.card .card-body .card-title {font-size: 17px;}
.card .card-body .card-text {font-size: 12px; margin-top: 8px;}
.card .card-footer {margin-top: 20px;}
.card .card-footer .card-img {display: flex;flex-direction: row-reverse;}
/* .card .card-footer .card-img img {width: 50px;height: 50px;} */
.card .card-title .card-img img {width: 41px;
  height: 41px;
  margin-left: 94px;}
  .card-body {
    flex:unset !important;
  }
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1000px) {
    body {
        height: unset;
        /* margin: 60px auto; */
    }
    header h3 {text-align: center;font-size: 22px;}
    /* {flex-direction: column;} */
    #header{    background: rgb(116 47 223) !important;}

}
/* annimated whoe we are end  */

.heading-content{
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.section-who-we-are:hover{
  /* background: #5362b5; */
  color:white;
}

/* mission vission  start*/
h1 {
  font-size: 2.2em;
}
.flip {
  position: relative;
}
.flip > .front, .flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}
.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
  width: 500px;
}
.flip > .front, .flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
  padding: 1em 2em;
  background: #313131;
  border-radius: 10px;
}
.flip > .front p, .flip > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
}
.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}
.sub-title{
  font-size: 30px;
  font-weight: 600;
}
.skill-images-inner img{
  width: 100%;
}
.services-lines{
  font-size: 15px;
}
/* mission vision end */




/* Animation */
/* .line-1{
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 22px;
 text-align: left; 
  white-space: unset;
  overflow: hidden;
  transform: translateY(-50%); 
}
.anim-typewriter{
animation: typewriter 4s steps(44) 1s 1 normal both,
           blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
from{width: 0;}
to{width: 24em;}
}
@keyframes blinkTextCursor{
from{border-right-color: rgba(255,255,255,.75);}
to{border-right-color: transparent;}
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
} */
.section-title h2{
background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.content h2{
  background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.logo-footer{
  /* width: 100%; */
  height: 75px;
  object-fit: contain;
}
/* footer heading */
.footerChanged{
  display: flex;
  justify-content: center;
}
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/footer-wave.png");
  background-size: 1000px 100px;
  border-bottom: 1px solid #6837e6;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}
/* foooter heading end  */
.points{
  list-style: disc;
}
/* mission section */


/* mission section end */

/* testimonial start */
.testimonial-slider {
  /* background-color: #fcb03b; */
  background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.testimonial-slider .testimonial-img {
  position: absolute;
  bottom: -200px;
  left: 40%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
.heading .heading-line {
  margin-bottom: 20px;
  position: relative;
}
.heading .heading-line .short-line.bg-yellow-color {
  background-color: #fcd846;
}
.heading .heading-line .short-line {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #4cc2c0;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}
.heading .heading-line .long-line.bg-yellow-color {
  background-color: #fcd846;
}
.heading .heading-line .long-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #4cc2c0;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}
.heading .heading-text {
  font-size: 24px;
  line-height: 30px;
}
.swiper-container.overflow-visible {
  overflow: visible;
}
.testimonial__thumb {
  height: 350px;
  display: flex;
  align-items: center;
  
}
.testimonial-item .testimonial__thumb {
  background-color: #362f2d;
  border-radius: 0 100px 0 100px;
  padding: 50px 100px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.testimonial-slider .testimonial-slider-item {
  position: relative;
}
.testimonial-item .testimonial-content .text {
  color: #fff;
  font-size: 14px;
}
.testimonial-item .testimonial-content .author {
  color: #fcd846;
  font-size: 18px;
  display: block;
}
.testimonial-item .testimonial-content .company {
  font-size: 14px;
  color: #797676;
  display: block;
}

.testimonial-item .avatar {
  position: absolute;
  background-image: url(../img/avtar-bg-new.png);
  width: 119px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  top: -49px;
  left: -32px;
  z-index: 1;
}
.testimonial-slider .testimonial-slider-item .avatar img {
  width: auto;
  display: inline-block;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.testimonial-slider .testimonial-slider-item {
  position: relative;
}
.testimonial-slider .testimonial-item .pagination, .testimonial-slider .testimonial-item .swiper-pagination {
  right: 100px;
  bottom: -80px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}
.testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #4cc2c0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #f0f2f2;
  margin: auto 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}
.testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet {
  background-color: #2f2c2c;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #f0f2f2;
  margin: auto 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #fff;
}
.testimonial-slider .testimonial-item .pagination .pagination-item, .testimonial-slider .testimonial-item .pagination .swiper-pagination-bullet, .testimonial-slider .testimonial-item .swiper-pagination .pagination-item, .testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet {
  background-color: #2f2c2c;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #4cc2c0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #f0f2f2;
  margin: auto 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* testimonial end */

.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;

}
/* .carousel-inner{
  height: 435px !important;
} */
.carousel-inner {
  height: 475px !important;
  display: flex;
  align-items: center;
}
.carousel-inner-1{
  height: 475px !important;
  display: flex;
  align-items: center;
}
.carousel-item{
  height: 100% !important;
}
.service-item{
  color:#8c50ffb5;
}
/* technology */
.Technology{
text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #b0d8f569;
  }
/* tech end */
/* methods start */
.material-pic{
  height: 327px;
}
.teams-pic{
  height: 300px;
  margin-bottom: 1rem;
}
/* methods end  */
/* team start */


h1 {
  text-align: center;
  margin: 1.5em;
}

.team-data  {
  width: 35%;
  border-radius: 50%;
}

.container-team {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.items {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: carouselAnim 10s infinite alternate linear;
}

.entry {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 300px;
  background: #fff;
  margin: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .items {
    animation: carouselAnim 10s infinite alternate linear;
  }
  
  @keyframes carouselAnim {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(calc(-100% + (2 * 300px)));
    }
  }
}

.entry p {
  text-align: center;
  padding: 1em;
}

.name {
  font-weight: bold;
}

@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-100% + (5 * 300px)));
  }
}

.container .faders {
  width: 100%;
  position: absolute;
  height: 100%;
}

.faders .right,
.faders .left {
  background: linear-gradient(
    to right,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 8%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.right {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.testimonial-inner{
  background-color: #362d2d80;
  border-radius: 0 100px 0 100px;
 padding-top: 70px;
}
.clinets-names{
  margin-top: 55px;
}
.testi-caption{
  position: initial !important;
  padding-left: 20px;
  padding-right: 20px;
}

/*  team end*/



@media all and (min-width: 480px) and (max-width: 560px) { 
  /* .social{
 
    flex-direction: column;
  } */
  .social-media{
    height: unset;
  }
  .social li{
    margin-bottom: 1rem;
  }
  .footer-space{
    padding-bottom: 50px;
  }
}
 
@media all and (max-width: 480px) {
  .testimonial-item .avatar {
    left: -7px;
  }
  .testimonial-inner {
   
    padding: 50px 5px;
  }
  .clinets-names{
    margin-top: 0px;
  }
  /* .social{
 
    flex-direction: column;
  } */
  .social-media{
    height: unset;
  }
  .social li{
    margin-bottom: 1rem;
  }
  .footer-space{
    padding-bottom: 50px;
  }
  .card{
  width: 290px !important;
  }
 
 }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 .points {
    left:-11px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  /* .flip{
    width: 250px !important; 
  }
} */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .flip{
    width: 350px !important; 
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media  only screen and   (min-width: 1200px) {
.flip{
  width: 500px; 
}
}
@media  only screen and   (max-width: 1199px) {
  .flip{
    width: 450px; 
  }
  }





  


/* Page Setup
================================*/
.vh-section-outer {
  display: table;
  width: 100%;
  height: 100vh;
  background: slategray;
}

.section-inner {
  display: table-cell;
  vertical-align: middle;
}

/* Tab Setup
================================*/
.tabSection {
  height: auto;
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}


/* .nav-tabs {
  border-bottom: 1px solid #0d6efd;
}
.nav-tabs .nav-link:hover {
  border-color: #0d6efd #0d6efd #0d6efd;
} */
/* nav-pills
================================*/
/* .nav {
  text-align: center;
} */

/* .nav-pills > li.category-link {
  float: none;
  display: inline-block;
  width: 19%;
  min-height: 45px;
}

.nav-pills > li.category-link > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px;
  background-color: #dadada;
  text-align: left;
  border-radius: 4px;
  transition: color, background-color 0.3s ease;
  font-size: 18px;
}

.nav-pills > li.category-link.active a {
  color: #fff;
  background-color: #333333;
}

.nav-pills > li.category-link > a:hover {
  text-decoration: none;
  background-color: #333333;
  color: white;
  transition: all 0.3s ease;
}

.nav-pills > li.category-link.active::after {
  position: absolute;
  bottom: -39px;
  height: 0;
  width: 0;
  left: 50%;
  transform: rotate(180deg);
  border: 20px solid transparent;
  border-bottom-color: #333333;
  content: "";
} */

a {
  color: #333333;
}

a p {
  margin-bottom: 0px;
}
.team-about{
  background: linear-gradient(to right, #330867 0%, #30CFD0 100%);
  color:white;
  margin-top: 2rem;
}
.border-mv{
  border-left: 1px solid #30CFD0;
}
/* tab-content
================================*/
/* .fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
} */


::selection{
  background: rgba(23,162,184,0.3);
}
.wrapper{

  width: 100%;
  margin: auto;
  padding: 25px 30px 10px 30px;
  border-radius: 5px;
  background: #fff;
  /* box-shadow: 0px 10px 15px rgba(0,0,0,0.1); */
}
.wrapper header{
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.wrapper nav{
  position: relative;
  width: 80%;
  height: 50px;
  display: flex;
  align-items: center;
}
.wrapper nav label{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #17a2b8;
  font-size: 17px;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.wrapper nav label:hover{
  background: rgba(23,162,184,0.3);
}
#home:checked ~ nav label.home,
#blog:checked ~ nav label.blog,
#code:checked ~ nav label.code{
  color: #fff;
}
nav label i{
  padding-right: 7px;
}
nav .slider{
  position: absolute;
  height: 100%;
  width: 33%;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  background: #17a2b8;
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#blog:checked ~ nav .slider{
  left: 33%;
}
#code:checked ~ nav .slider{
  left: 66%;
}
#help:checked ~ nav .slider{
  left: 99%;
}

.vision-tabs .content-sub-lines{
  display: none;
  background: #fff;
}
#home:checked ~ .vision-tabs .content-1,
#blog:checked ~ .vision-tabs .content-2,
#code:checked ~ .vision-tabs .content-3,
#help:checked ~ .vision-tabs .content-4{
  display: block;
}
.vision-tabs .content-sub-lines .title{
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
.vision-tabs .content-sub-lines p{
text-align: justify;
}

.tab-content>.active {
  display: block;
font-size: 14px;
background-color: #d8e4ef;
  padding: 1rem;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
  background-color: #BEA35D;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.mobile-button:before, .mobile-button:after {
  content: '';
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
  background-color: #BEA35D;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button:before, .mobile-button:after {
  content: '';
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
  background-color: #BEA35D;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.banner-heading{
  text-align: start;
}
.banner-sub-lines {
text-align: start !important;
}

#myTabContent
  {order: 1 !important;}
#myTab{
  order:2 !important;
 }
 .nav-tabs .nav-item {
  margin-bottom: 0px !important;
}
.mashup{
  display: flex;
  margin: auto;
}
.nav-tabs .nav-link{
  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: #343436;
  color: #fff;
  border-radius: 30px;
  height: 68px;
}
.nav-tabs .nav-link.active {
  /* color: #495057;

  background-color:#daebfb;
  border-color: #0d6efd #0d6efd #daebfb; */
  background: green;
  color: #000;
}
.clients-avtar{
  width: 70px;
  }
  .country-ca{
    color:#d10620;
    font-weight: 700;
  }
  .country-in{
     color: rgb(52, 151, 213);
     font-weight: 700;
  
    }
    .contact-number{
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }
    .logo-text{
        
      display: flex;
      align-items: center;
      margin-bottom: 0px !important;
      padding: 0px !important;
    
    }
    .slogan{
      font-size: 10px;
    }
 
    .bi-list{
      color:white !important;
    }
.navbar-toggler{
  border:1px solid white !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow:unset !important;
}


.owl-carousel .owl-item .single-staff-item img{
  max-width: 325px;
  /* width: 160px; */
  border-radius: 50%;
  margin: auto;
}
.staff-meta {
  font-size: 12px;
  color: #b7b7b7;
  margin-top: 20px;
  text-align: center;
}

.staff-meta h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.staff-list .owl-nav button {
  display: inline-block;
  width: 50px;
  height: 40px;
  background-color: #f3f3f3 !important;
  margin-left: 10px;
  transition: .3s;
}
.staff-list .owl-nav button:hover{
  background: #14ADF3 !important;
  color: white !important;
}
.staff-list .owl-nav {
  position: absolute;
  right: 0;
  top: -46px;
}
.staff-desc{
  margin-top: 20px;
}

.heading-title{
  color:white;
}
/* Media Queries
================================*/
@media (max-width:426px) {
  .wrapper nav label {
   
    font-size: 15px !important;
   
    margin: 0 0px;
    transition: all 0.3s ease;
  }
  .shape-imagination{
    padding-top: unset !important;
  }
.second-method {
  display: flex;
  flex-direction: column-reverse;
}
.carousel-indicators{
  bottom: 0;
}
.clinets-names{
  margin-top: 18px !important;
}
.wrapper nav{
  width: 100% !important;
}
.vision-tabs .content-sub-lines .title {
  font-size: 21px;
  font-weight: 500;
  margin: 0px 0 10px 0;
}
iframe{
  width:320px !important;
  
}
.weapons-content p{
  text-align: center;
}
.skills-details{
  text-align: center;
}
.methods{

}
.staff-desc{
  text-align: center;
}
.section-methods{
  text-align: center;
}
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  .weapons-images{
    margin: auto !important;

  }
  .methods{
    text-align: center;
  }
  .shape-imagination{
    padding-top: 4rem;
  }
  li.visible-xs {
    display: inline-block !important;
    float: none;
  }
.skills-details{
  text-align: center;
}
.weapons-content {
  margin: auto;
}
.weapons-content p{
  text-align: center;
}
.services p{
  text-align: center;
}
  .tab-content {
    height: 400px;
    padding: 0px 0px 52px;
  }

  iframe{
    width:100% !important;
    height: 380px !important;
  }
  .image{
    text-align: center;
  }
  #home img{
    height: unset !important;
    object-fit: contain;
  }
  .nav-pills > li.category-link > a {
    text-align: center;
    padding: 10px 0px;
    font-size: 26px;
    min-height: 57px;
  }

  .nav-pills > li.category-link {
    float: none;
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: middle;
  }

  .nav-pills > li.active::after {
    display: none;
  }

  .btnPrevious,
  .btnNext {
    background-color: #dadada !important;
    color: #333333;
  }

  .btnNext:hover,
  .btnPrevious:hover {
    background-color: #dadada !important;
    color: #333333 !important;
  }
  .carousel-inner{
    height: 550px !important;
  }
  .carousel-inner-1{
    height: 550px !important;
  }
  .clinets-names{
    margin-top: 40px;
  }
  .second-method{
    display: flex;
    /* flex-direction: column-reverse; */
  }
  .social{
    justify-content: center;
    margin: auto;
  }
  .btn-get-started{
    display: none !important;
  }
}

@media (min-width: 768px){
.text-md-right {
     text-align: center !important;
}
.carousel-control-prev {
  left: -39px;
}
.carousel-control-next {
  right: -39px;
}

}

@media only screen and (max-width: 992px){
#header.mobile-button {
    display: block;
}

}
  
/* .tab-content {
  
  position: absolute;
  width: 950px;
  height: auto;
  margin-top: -13px;
  background:#d8e4ef;
  color: #000;
  border-radius: 30px;
  z-index: 1000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  padding: 30px;
  margin-bottom: 50px;

} */


 



  /* new tabs */
  /* .tabs {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    width: 500px;
  }
   
  .tabs label {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background-color: pink;
    font-weight: bold;
    transition: background ease 0.3s;
  }
   
  .tabs .tab {
    order: 9;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    padding: 20px;
    box-shadow: -10px 10px 0px 0px black;
  }
   
  .tabs input[type="radio"] {
    display: none;
  }
   
  .tabs input[type="radio"]:checked + label {
    background: #fff;
  }
   
  .tabs input[type="radio"]:checked + label + .tab {
    display: block;
  }
   
  @media (max-width: 465px) {
    .tabs .tab,
    .tabs label {
     order: initial;
    }
   
    .tabs label {
      width: 100%;
      margin-left: 50px;
    }
  }
    */




/* new tab annimated  */
/* .perspective {
  -webkit-perspective: 76em;
  perspective: 76em;
  -webkit-perspective-origin: 50% 50px;
  perspective-origin: 50% 50px;
  width: 494px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

input { display: none; }

.tab {
  position: absolute;
  width: 80px;
  height: 70px;
  background: pink;
  right: 0;
  line-height: 70px;
  font-weight: 300;
}

.tab:nth-child(1) {
  top: -5px;
  background: #06D6A0;
}

.tab:nth-child(2) {
  top: 69px;
  background: #1B9AAA;
}

.tab:nth-child(3) {
  top: 143px;
  background: #EF476F;
}

.cube {
  position: relative;
  margin: 60px auto 0;
  width: 300px;
  height: 200px;
  -webkit-transform-origin: 0 100px;
  -ms-transform-origin: 0 100px;
  transform-origin: 0 100px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
}

.tab-content {
  width: 300px;
  height: 200px;
  position: absolute;
}

.tab-content h1 {
  font-size: 25px;
  margin: 75px 0 10px;
  font-weight: 300;
}

.tab-content p { font-size: 12px; }

.tab-content:nth-child(2) {
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
  background: #1B9AAA;
}

.tab-content:nth-child(1) {
  -webkit-transform: rotateX(-270deg) translateY(-100px);
  transform: rotateX(-270deg) translateY(-100px);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background: #06D6A0;
}

.tab-content:nth-child(3) {
  -webkit-transform: rotateX(-90deg) translateY(100px);
  transform: rotateX(-90deg) translateY(100px);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  background: #EF476F;
}
#tab-one:checked ~ .cube {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

#tab-two:checked ~ .cube {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#tab-three:checked ~ .cube {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
} */

@media all and (min-width: 1024px) and (max-width: 1280px) { }
 
@media all and (min-width: 768px) and (max-width: 1024px) { }
 
@media all and (min-width: 480px) and (max-width: 768px) { }
 
@media all and (max-width: 480px) {
  .logo-footer{
    
    width: auto;
  }
 }
 