

.clip-svg {
  width: 0;
  height: 0;
  
}

.clip-caption {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  

}

.clip-block {
display: table-cell;
vertical-align: middle;
}


.clip-eachB {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path:  polygon(24% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -webkit-clip-path: url("#hexagon-clip");
  clip-path: url("#hexagon-clip");
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 auto;
  // box-shadow: 0 0 10px rgba(160,0,0,0.8);
   //  border: 5px solid #24BABA;
   background: #24BABA;
 
}

.clip-each {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -webkit-clip-path: url("#hexagon-clip");
  clip-path: url("#hexagon-clip");
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 auto;
   box-shadow: 0 0 10px rgba(160,0,0,0.8);
   //  border: 5px solid #24BABA;
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/

@media only screen and (min-width: 1280px) {
  .wrap1 {
    display: table;
    position: absolute;
    top:50%;
    left: 130%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }




  .wrap2 {
    display: table;
    position: absolute;
    top:50%;
    padding-right: 110px;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
 
  .wrap {
    display: table;
    position: absolute;
    padding-left: 20px;
    top: 10%;   
    //right: 10%;
    left: 65%;
   // -ms-transform: translateY(-50%) translateX(-50%);
   // -webkit-transform: translateY(-50%) translateX(-50%);
  //  transform: translateY(-50%) translateX(-50%);
  }

  .wrapleft {
    display: table;
    position: absolute;
    //padding-left: 12px;
     top: 22%;   
    left: 5%;
    //-ms-transform: translateY(-50%) translateX(-50%);
    //-webkit-transform: translateY(-50%) translateX(-50%);
    //transform: translateY(-50%) translateX(-50%);
    //color: #ffffff
    // padding-left: 20px;
     padding-left: var(--bs-gutter-x, 0.75rem);
     padding-right: var(--bs-gutter-x, 0.75rem);
  }

.clip-gradientB {
  background: #24BABA;
  width: 190px;
  height: 190px;
 }


.clip-gradient {
  //background:#A8CACA ;
  top: 1px;
  background:#FFFFFF ;
  width: 188px;
  height: 188px;
   cursor:pointer;
}

.clip-gradient1 {
  top: 1px;
  background: #FFFFFF;
  cursor:pointer;
  width: 188px;
  height: 188px;  
}

.clip-gradient2 {
  top: 1px;
  background: #FFFFFF;
  width: 188px;
  height: 188px;
  cursor:pointer;
  
  
}

.clip-gradient3 {
  top: 1px;
  background: #FFFFFF;
  width: 188px;
  height: 188px;
  cursor:pointer;
  
  
}

.clip-gradient4 {
  top: 1px;
  background: #FFFFFF;
  width: 188px;
  height: 188px;
  cursor:pointer;
  
  
}

.clip-gradient5{
  top: 1px;
  background: #FFFFFF;
  width: 188px;
  height: 188px;
  cursor:pointer;
  
  
}

.clip-gradient6 {
  top: 1px;
  background: #FFFFFF;
  width: 188px;
  height: 188px;
  cursor:pointer;
  }

.clip-gradient .clip-caption {
  //font-family:  open Sans;
  font-family: Calibri;
  font-size:14px;
  font-weight: bold;
  color: #000000;
}


.clip-gradient1 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:14px;
   font-weight: bold;
  color: #000000;
}


.clip-gradient2 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:14px;
   font-weight: bold;
  color: #000000;
}

.clip-gradient3 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:14px;
   font-weight: bold;
  color: #000000;
}


.clip-gradient4 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:14px;
   font-weight: bold;
   color: #000000;
}


.clip-gradient5 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:14px;
   font-weight: bold;
   color: #000000;
}

.clip-gradient6 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:14px;
   font-weight: bold;
   color: #000000;
}

}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media only screen and (max-width: 1279px) {

  .wrap1 {
    display: table;
    position: absolute;
    top:50%;
    left: 130%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }


  .wrap2 {
    display: table;
    position: absolute;
    top:50%;
    padding-right: 80px;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
 
  .wrap {
    display: table;
    position: absolute;
    padding-left: 20px;
    //top: 50%;   
    //right: 10%;
    left:30%;
    //-ms-transform: translateY(-50%) translateX(-50%);
    //-webkit-transform: translateY(-50%) translateX(-50%);
    //transform: translateY(-50%) translateX(-50%);
  }

  .wrapleft {
    //display: table;
    //position: absolute;
  //  padding-left: 12px;
    //top: 150%;   
    //left: 22%;
    //-ms-transform: translateY(-50%) translateX(-50%);
    //-webkit-transform: translateY(-50%) translateX(-50%);
    //transform: translateY(-50%) translateX(-50%);
    //color: #ffffff
    //left: 45%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  //margin-left: auto;
  //margin-right: auto;   
     top: 5%;   
    left: 2%;  
  }

.clip-gradientB {
  background: #24BABA;
  width: 100px;
  height: 100px;
 }


.clip-gradient {
  //background:#A8CACA ;
  top: 1px;
  background:#FFFFFF ;
  width: 98px;
  height: 98px;
   cursor:pointer;
}

.clip-gradient1 {
  top: 1px;
  background: #FFFFFF;
  cursor:pointer;
  width: 98px;
  height: 98px;  
}

.clip-gradient2 {
  top: 1px;
  background: #FFFFFF;
  width: 98px;
  height: 98px;
  cursor:pointer;
  
  
}

.clip-gradient3 {
  top: 1px;
  background: #FFFFFF;
  width: 98px;
  height: 98px;
  cursor:pointer;
  
  
}

.clip-gradient4 {
  top: 1px;
  background: #FFFFFF;
  width: 98px;
  height: 98px;
  cursor:pointer;
  
  
}

.clip-gradient5{
  top: 1px;
  background: #FFFFFF;
  width: 98px;
  height: 98px;
  cursor:pointer;
  
  
}

.clip-gradient6 {
  top: 1px;
  background: #FFFFFF;
  width: 98px;
  height: 98px;
  cursor:pointer;
  }

.clip-gradient .clip-caption {
  //font-family:  open Sans;
  font-family: Calibri;
  font-size:8px;
  font-weight: bold;
  color: #000000;
  padding-top: 20px;

}


.clip-gradient1 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:8px;
   font-weight: bold;
   color: #000000;
   padding-top: 20px;
}


.clip-gradient2 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:8px;
   font-weight: bold;
   color: #000000;
   padding-top: 20px;
}

.clip-gradient3 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:8px;
   font-weight: bold;
   color: #000000;
   padding-top: 20px;
}


.clip-gradient4 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:8px;
   font-weight: bold;
   color: #000000;
   padding-top: 20px;
}


.clip-gradient5 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:8px;
   font-weight: bold;
   color: #000000;
   padding-top: 20px;
}

.clip-gradient6 .clip-caption {
   //font-family:  Open Sans;
   font-family: Calibri;
   font-size:8px;
   font-weight: bold;
   color: #000000;
   padding-top: 20px;
}

} 