

.hideInit{
	visibility:hidden;
 }
 
 .invi{
	 display:none;
    
 }
 
.row .col-md-6.marginTop15px {
    margin-top:15px;
}


.row .col-md-12.marginTop5px {
    margin-top:5px;
}



.marginTop20px{
    margin-top:20px;
}



.marginTop30px{
    margin-top:30px;
}



.marginBottom20px{
    
}



.marginTop50px{
    margin-top:50px;
}

.marginLeft10px{
    margin-left:10px;
    
}



.greenFont{
    color:#198754;
}


.redFont{
    color:#ab296a;
}

.whiteFont{
    color:#FFFFFF;   
}


.greenBackground{
    background-color:#d5f1e4;
}

.padding10{
    padding:10px;
}


.modal-xlFull {
    max-width: 90%;
 }
 
  
 .modal-midFull {
    max-width: 45%;
 }
 
 .btn:hover{
     
     
 }
 
 
 .big-checkbox {width: 30px; height: 30px;}
 
 .divMidAlign{
    padding-bottom:10px;
 }

 
 .font14px{
     font-size:18px;
 }
 
 
 .paddingTopBottom{
     padding-top:10px;
     padding-bottom:10px;
     font-size:18px;
 }
 
 
 .carousel-control-next-icon{
     color:#198754; 
     background-color:#198754;
      opacity:1;
 }
 
 
 
  .carousel-control-prev-icon{
     color:#198754; 
     background-color:#198754;
     opacity:1;
 }
 
 
 
 
 .carousel-indicators [data-bs-target] {
 
  background-color: #198754;
  padding-top:6px;
  padding-bottom:6px;
  
  width:20px;
  margin-left:5px;
  margin-right:5px;

 
}
 


 .carousel-indicators button {
      width: 2px; /* Adjust size as needed */
      height: 2px; /* Adjust size as needed */
      border-radius: 50%; /* Makes it circular */
      background-color: #ccc; /* Default color for inactive indicators */
      opacity: 0.5; /* Adjust opacity as needed */
      margin: 0 5px; /* Spacing between indicators */
      border: 1px solid #fff; /* Optional: Add a border */
    }

    .carousel-indicators button.active {
      background-color: #198754; /* Color for active indicator */
      opacity: 1;
    }
    
 
    
    .bld{
        font-weight:bold;
    }
    
    .greenTitle{
        color: #5dc269;
      
    }
    
    
    .blueTitle{
        color:#2d465e;
    }
    
.yellowSub {
  color: #ecb338;
  font-size: 20px;
}


.carousel slide{
    border:1px solid white;
}
.call-to-action .container{
    border-radius: 0em;
    border:2px solid #198754;
}


.pentagonRed{
    
    position:relative;
    right:0%;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    
    background-color:#9B0F06;
    
}

