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

.colorback {
    padding: 30px 0px;
    background: #0b0b0b;

}

.colorback p {
    color: #fff;
    font-weight: 500;

}

.colorback li,
.colorback ul {

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

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

    color: #fff !important;
}

.colorback b,
.colorback strong {

    color: #fff;


}

.colorback a {

    color: #fff
}






.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: #000;
    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: #2F2F2F;


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

}

.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;
}


/* Quote Box */

.quotecontainer
{
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  box-sizing: border-box;
  padding: 40px 20px;
}

.quotecontainer .quotebox
{
  position: relative;
  padding:80px 40px 40px;
  transition:0.5s;
  text-align: center;
  background: #000;
  border-radius:10px;
}

.quotecontainer .quotebox:hover
{
  background-color: #f5f5f5;
}

.quotecontainer .quotebox p
{
  margin:0;
  padding:0;
  transition:0.5s;
	color: #fff;
	justify-self: center;
	text-align: center;

}

.quotecontainer .quotebox h4
{
  margin:20px 0 0;
  padding:0;
  transition:0.5s;
  font-size:18px;
  color: #fff;
  font-weight:700;
  line-height: 20px;
  text-transform: uppercase;
		justify-self: center;
	text-align: center;
}

.quotecontainer .quotebox h4 span
{
  font-weight: :600;
  font-size: 14px;
  color: #c5c5c5;
  transition: 0.5s;
		justify-self: center;
	text-align: center;
}

.quotecontainer .quotebox:hover p,
.quotecontainer .quotebox:hover h4,
.quotecontainer .quotebox:hover h4 span
{
  color:#111;
		justify-self: center;
	text-align: center;
}

.quotecontainer .quotebox .imgBox
{
  position:absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: 120px;
  border-radius:50%;
  overflow: hidden;

}

.quotecontainer .quotebox:before
{
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url('../img/quotes.png');
  background-size: cover;
  opacity: 0.02;
  pointer-events: none;
  transition: 0.5s;
}

.quotecontainer .quotebox:hover:before
{
  transform: translateY(-60px);
  opacity: 1;
}

.quotecontainer .quotebox:after
{
  content:'';
  position: absolute;
  bottom:20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: url('../img/quotes.png');
  background-size: cover;
  opacity: 0.02;
  pointer-events: none;
  transition: 0.5s;
  transform: rotate(180deg) translateY(0px);
}

.quotecontainer .quotebox:hover:after
{
  transform: rotate(180deg) translateY(-60px);
  opacity: 1;
}