/* Custom - CSS */
/* Custom - CSS */

.colorback {
    padding: 30px 0px;
    background: #41AB14;

}

.colorback p {
    color: #000;
    text-align: right;
    font-weight: 500;

}

.colorback li,
.colorback ul {

    color: #000;
    font-weight: 600;
}

.colorback h2,
.colorback h3,
.colorback h4,
.colorback h1 {

    color: #000 !important;
}

.colorback b,
.colorback strong {

    color: #000;


}

.colorback a {

    color: #000
}






.colorback2 {
    padding: 30px 0px;
    background-color: #000;

}

.colorback2 p,
.colorback2 li,
.colorback2 ul {
    color: #fff;
}

.colorback2 b,
.colorback2 strong {

    color: #04DF1F;
}

.colorback2 h2,
.colorback2 h3,
.colorback2 h4,
.colorback2 h1 {

    color: #04DF1F;
}



hr {
    background: url("../img/hr.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 75px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #004021;

    height: 2px;
    top: 22px;
}

hr:before {
    left: 0;
    right: 60%;
    margin-right: 10px;
    margin-left: 70px;
}

hr:after {
    right: 0;
    left: 60%;
    margin-left: 10px;
    margin-right: 70px;
}


.imageback {
    padding: 120px 0px;
    /*    background-color: #41BBAE;*/
    background-image: url("../img/imgback.jpg");
    background-repeat: no-repeat;
    background-size: cover;



}

.imageback p,
.imageback h2,
.imageback h3 {

    color: #fff;



}

.imageback h1 {

    color: #fff;


}

/*

.imageback p,
.imageback ul,
.imageback li {

    color: #fff;
    font-weight: 600;

}

.imageback b,
.imageback strong {

    color: #fff;


}*/





/*
.imageback h3,
.imageback h4 {

    color: #fff;
    font-size: xx-large;
}*/


/*
.imageback strong {

    color: #fff
}
*/


.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}



.cardya {

    /*    border: 4px solid #064E40;*/
    padding: 20px;
    border-radius: 25px;
    background: #43BEF0;
    /*    box-shadow: #473d44 7px 7px;*/
    /*    font-weight: 700;*/
    border: 4px dashed black;
    grid-gap: 7px;

}

.cardya p,
.cardya b,
.cardya a,
.cardya strong,
.cardya ul,
.cardya h1,
.cardya li {

    color: #000 !important;
    text-align: center;
    justify-self: center;



}

.cardya h3 {

    color: #000 !important;
    border-top: 2px solid white;
    padding: 8px;
    text-align: center;
    justify-self: center;


}



.cardyc {

    /*    border: 4px solid #064E40;*/
    padding: 20px;
    border-radius: 25px;
    background: #42AB14;
    box-shadow: rgba(4, 223, 31, 0.8) 3px 3px 14px;
    /*    font-weight: 700;*/
    border: 4px solid #04DF1F;
    grid-gap: 7px;

}

.cardyc p,
.cardyc b,
.cardyc a,
.cardyc strong,
.cardyc ul,
.cardyc h1,
.cardyc li {

    color: #000 !important;
    text-align: center;
    justify-self: center;



}

.cardyc h3 {

    color: #000 !important;
    border-top: 2px solid white;
    padding: 8px;
    text-align: center;
    justify-self: center;


}




.cardyb {

    /*    border: 4px solid #064E40;*/
    padding: 20px;
    border-radius: 25px;
    background: #014021;


    /*    box-shadow: #473d44 7px 7px;*/
    /*    font-weight: 700;*/
    border: 5px solid #e1af4a;

}

.cardyb p,
.cardyb b,
.cardyb a,
.cardyb strong,
.cardyb ul,
.cardyb li {

    color: #fff !important;



}

.cardyb h3 {

    color: #fff !important;
    border-bottom: 2px solid white;
    padding: 8px;

}





.bounce {
    -webkit-animation: bounce 1.5s infinite;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.mobishow {
    display: none !important;
}

.mobihide {
    display: grid !important;
}

@media (max-width: 600px) {
    .mobishow {
        display: grid !important
    }

    .mobihide {
        display: none !important;
    }
}

.shineytext {

    background: linear-gradient(to right, #96672d, #E2D386, #96672d);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.bluetext {

    color: #1B3908;

}


.bg-white {
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    /*    border: 9px #BFC2E4 double;*/
    border: 3px solid #1B4166;
}


.gradback {
    padding: 30px 0px;
    background: rgb(249, 189, 184);
    background: linear-gradient(135deg, rgba(249, 189, 184, 1) 0%, rgba(217, 116, 175, 1) 19%, rgba(187, 79, 191, 1) 35%, rgba(56, 141, 235, 1) 51%, rgba(144, 204, 208, 1) 67%, rgba(166, 243, 150, 1) 82%, rgba(242, 229, 142, 1) 100%);

}

.gradback p,
.gradback li,
.gradback ul {
    color: #000;

}

.gradback h2,
.gradback h3,
.gradback h4,
.gradback h1 {

    color: #000 !important;
    font-size: xx-large;
}


/* CSS */
.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #004021;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.button-5:hover,
.button-5:focus {
    background-color: #003333;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #004021;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}


/* - Feature Cards - */

/* .card-background {
	background-color: #175978;
	border-bottom: 3px solid #222;
} */

.card-container {
    width: 96%;
    height: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
	justify-self: center;
	background-color: #014021;
}
  
.card {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
  
.card .front-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    text-align: center;
}

.card .front-content h1 {
    color: #E0AF49;
}
  
.card .front-content p {
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
    background: linear-gradient(-45deg, #379ac7 0%, #175978 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
  
.card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(-45deg, #379ac7 0%, #175978 100%);
    color: #fff;
    line-height: 1.5;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(-96%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card .content p {
    color: #fff;
	font-family: 'Anek Latin', sans-serif;
}

.card .content a {
    color: #fff;
}
  
.card .content .heading {
    font-size: 32px;
    font-weight: 700;
}
  
.card:hover .content {
    transform: translateY(0);
 }
  
.card:hover .front-content {
    transform: translateY(30%);
}
  
.card:hover .front-content p {
    opacity: 0;
}

/* - */

.circleimg {
    border-radius: 50%;
}