.color {

    color: rgb(141, 198, 63) !important;

    font-weight: bold;

}



.colorw {

    color: white !important;

}



.btn-kshitoo {

    background-color: rgb(141, 198, 63) !important;

    font-weight: bold;

}



.btn-kshitoo-menu {

    background-color: rgb(141, 198, 63) !important;

    -moz-border-radius: 28px;

    -webkit-border-radius: 28px;

    border-radius: 50px;

    display: inline-block;

    cursor: pointer;

    color: #ffffff;

    font-family: Arial;

    font-size: 15px;

    padding: 0px 20px;

    text-decoration: none;

    text-shadow: 0px 1px 0px #2f6627;

}



.btn-kshitoo-menu:hover {

    background-color: #5cbf2a;

}



.btn-kshitoo-menu:active {

    position: relative;

    top: 1px;

}



input {

    border-radius: 33px !important;

}



.img-prom {

    min-height: 120px !important;

}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*

.jagged-border {

    position: relative;

    width: 100%;

    height: 500px;

    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px);

  }

.jagged-border:before {

    content: "";

    display: block;

    position: absolute;

    top: -10px;

    width: 100%;

    height: 10px;

  }

  .darkgray-bg:before {

    background: linear-gradient(45deg, transparent 33.333%, #c3c9cc 33.333%, #c3c9cc 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #c3c9cc 33.333%, #c3c9cc 66.667%, transparent 66.667%);

    background-size: 20px 40px;

  } */

  