* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
  }
/*   
  font-family: 'Caprasimo', cursive;
font-family: 'Mitr', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Tsukimi Rounded', sans-serif; */
       
  img {
    max-width: 100%;
  }

  html,
  body {
    height: 100%;
  }
  
  .top-bar {
    font-size: 14px;
    color: #fff;
    background: #1b641e;
  }
 
  
  .top-bar a {
    color: inherit;
    text-decoration: none;
  }
  
  .top-bar .links a {
    margin: 3px;
    padding: 5px 20px;
    border-radius: 6px;
    background-color: #4caf50;
    transition: all .8s ease-in;
    font-size: 12px;
  }
  
  .custom-nav ul li {
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .custom-nav ul li:hover a {
    color: #ef6800;
  }
  
  a.nav-link {
    color: inherit;
    text-decoration: none;
  }
  
  .primary-gradient-bg {
    background: linear-gradient(#fff, #f8fff0);
  }
  
  .overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
  }
  
  .overlay-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;;
  }
  
  .primary-gradient-bg-inverse {
    background: linear-gradient(#eff2ff, #fff);
  }
  
  h1.gradient,
  h2.gradient,
  h3.gradient,
  h4.gradient,
  h5.gradient,
  h6.gradient,
  .text.gradient {
    color: #ef6800;
    background: linear-gradient(110deg, #01834d, #07756b 50%, #06970b 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: 'Tsukimi Rounded'
  }
  
  .form-control,
  .btn {
    border-radius: 2px;
  }
  
  .social a {
    transition: all 0.5s ease;
    display: inline-block;
  }
  .social a:hover {
    transform: translateY(-10px);
  }
  
  .footer {
    background-color: #212121;
    color: #ffffff;
  }

  .footer .title {
    font-weight: 600;
    color: #ffffff;
  }

  .footer .title::after {
    content: "";
    display: block;
    height: 4px;
    width: 100px;
    border-radius: 10px;
    background-color: #88a4a7;
  }

  .footer a {
    text-decoration: none;
    color: inherit;
  }
  
  .footer a:hover {
    opacity: 0.8;
    color: #22ff5d;
  }
 
  
  .footer-bottom {
    color: #ffffff;
    background-color: #004314;
    background: linear-gradient(45deg, #04095d, #630772);
  }

  .footer a.footer-title {
    color: #22ff5d;
  }
  .footer .bi {
    color: #4CAF50;
  }
  
  .achievements-counter {
    background: #efefef;
    background: linear-gradient(20deg, #becdff, #ffe3c7);
    border-top: 3px solid #22ff5d;
    position: relative;
  }
  .achievements-counter .title-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .achievements-counter .title {
    border: 3px solid;
    padding: 10px 20px;
    border-radius: 5px 20px;
    position: relative;
    top: -50px;
    color: #22ff5d;
    background: #fff;
  }

  .top-social a .bi {
    color: #ffffff;
    cursor: pointer;
    transition: all .5s ease;
  }

  .top-social a:hover {
    transform: translateY(-4px);
  } 

  

  .bi.bi-facebook {
    color: #3b5998;
  }
  
  .bi.bi-twitter {
    color: #1da1f2;
  }
  
  .bi.bi-whatsapp {
    color: #25d366;
  }
  
  .bi.bi-youtube {
    color: #ff0000;
  }
  
  .bi.bi-instagram {
    color: #c32aa3;
  }
  
  .bi.bi-linkedin {
    color: #007bb5;
  }

  .index-carousel .carousel-item{
    max-height: 600px;
  }
  
  .index-carousel .carousel-item .carousel-caption{ 
    bottom: 10%;
    left: 15%;
    text-align: left;
  }

  .index-carousel .carousel-item h5, .index-carousel .carousel-item p{ 
    background-color: rgb(20 129 57);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
  }

  .index-carousel .carousel-item p {
    background-color: rgb(174 135 19);
    display: block;
    padding: 10px 20px;
    width: 280px;
  }

  .experties .card {
    text-align: center;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    /* box-shadow: 0 0 20px 0 #d4d0d0; */
    transition: all .5s ease;
    cursor: pointer;
    border-radius: 0;
    min-height: 150px;
    border: 1px solid #72bf17;
    background: radial-gradient(#c0ff77, #72bf17);
  }

  .card-wrap:nth-child(even) .card{
    border: 1px solid #009688;
    background: radial-gradient(#1dd2c1, #009688);
  }
  /* .card-wrap:nth-child(odd) .card{
    border: 1px solid #dbc119;
    background: radial-gradient(#88d929, #dbc119);
  } */
  /* .card-wrap:nth-child(3n) .card{
    border: 1px solid #e98d2b;
    background: radial-gradient(#88d929, #e98d2b);
  }
  .card-wrap:nth-child(4n) .card{
    border: 1px solid #2ba3e9;
    background: radial-gradient(#88d929, #2ba3e9);
  } */
  

  .experties .card:hover {
    transform: scale(1.05);
    z-index: 100;
    background: #60ae06;
    color: #ffffff;    
    background: radial-gradient(#609f16, #609f16);
  }

  .experties .row>* {
    padding: 0;
  }

  .text-justify {
    text-align: justify;
  }