body{
    background-color: #1111111a!important;
    }
    body.vp-center {
    width: 100% !important;
    display: inline-block;
    padding: 0;
    }
    .player .vp-video-wrapper object, .player .vp-video-wrapper video {
    width: 100%;
    height: auto !important;
    max-width: 100%;
    }
    div#player {
    width: 100% !important;
    max-width: 100% !important;
    }
    .vp-video {
    width: 100% !important;
    }
    .embed-container {
    position: relative;
    padding-bottom: calc(70vh - 6.7em);
    height: 0;
    overflow: hidden;
    max-width: 100%;

    }
    .embed-container .vcontent {
    position: absolute;
    overflow: hidden;
    height: calc(70vh - 6.2em);
    width: 100%;
    margin-top: -0.5em;
    }
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    padding: 0;
    margin: -3em 0;
    }

    /*.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    }*/

    .header, .bullet-nav {
    visibility: hidden;
    }

    #sticker-sticky-wrapper .header {
    visibility: visible;
    }

    .bullet-nav.display-visibility {
    visibility: visible;
    }
    .carousel {
    position: relative
    }
    .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
    }
    .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    }
    .carousel-inner::after {
    display: block;
    clear: both;
    content: ""
    }
    .item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }
    @media (prefers-reduced-motion:reduce) {
    .item {
    transition: none
    }
    }
    .item-next,
    .item-prev,
    .item.active {
    display: block
    }
    .active.item-right,
    .item-next:not(.item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
    }
    .active.item-left,
    .item-prev:not(.item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
    }
    .carousel-fade .item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
    }
    .carousel-fade .item-next.item-left,
    .carousel-fade .item-prev.item-right,
    .carousel-fade .item.active {
    z-index: 1;
    opacity: 1
    }
    .carousel-fade .active.item-left,
    .carousel-fade .active.item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
    }
    @media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.item-left,
    .carousel-fade .active.item-right {
    transition: none
    }
    }
    .carousel-control-next,
    .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
    }
    @media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
    transition: none
    }
    }
    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
    }
    .carousel-control-prev {
    left: auto;
    right: 48px;
    bottom: 0;
    }
    .carousel-control-next {
    right: 0
    }
    .carousel-control-next span, .carousel-control-prev span {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 23px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
    }
    .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
    }
    .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
    }
    .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
    }
    .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
    }
    @media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
    transition: none
    }
    }
    .carousel-indicators .active {
    opacity: 1
    }
    .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
    }
    .carousel-control-next,
    .carousel-control-prev {
    font-size: 35px;
    opacity: 1;
    width: 30%;
    top: 29%
    }
    .carousel-caption h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    }
    .carousel-caption h4 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #619506;
    }
    /*.carousel-caption h4:after
    {
    content: '';
    position: absolute;
    background-color: #619506;
    left: 0;
    top: 100%;
    width: 100%;
    height: 3px;
    }*/
    .carousel-caption p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    }
    .carousel-caption h4 span {
    color: #FFBF00
    }
    .carousel-caption {
    bottom: 29%
    }
    .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 16%);
    z-index: 1
    }
    .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    position: relative;
    margin-right: 6px;
    margin-left: 15px
    }
    .carousel-indicators .active {
    width: 17px;
    height: 17px
    }
    .carousel-indicators {
    bottom: 9%;
    align-items: center
    }
    .item img.slidingimg {
    /* object-fit: cover; */
    object-position: top;
    max-height: 90vh;
    -webkit-animation: zoom 20s;
    animation: zoom 20s infinite;
    }
    #home2.section.home-landing-section
    {
    height: 90vh;
    }
    @-webkit-keyframes fadeInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
    }
    to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
    }
    }
    @keyframes fadeInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
    }
    to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
    }
    }
    .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
    }
    @media only screen and (max-width:767px) {
    .carousel-caption {
    bottom: 20%;
    }
    .carousel-caption h5 {
    font-size: 17px;
    margin: 0;
    }
    .carousel-caption h4 {
    font-size: 23px;
    margin:  0;
    }
    }
    @media only screen and (max-width:575px) {
    .carousel-caption h5 {
    font-size: 14px;
    margin:  0;
    }
    .carousel-control-next, .carousel-control-prev
    {
    display:  none;
    }
    .carousel-caption h4 {
    font-size: 19px;
    margin:  0;
    }
    .carousel-caption {
    bottom: 0%;
    }
    }
    .carousel-caption {
    text-align: left;
    }
    .carousel-control-next, .carousel-control-prev {
    width: 15%;
    top: 0;
    bottom: 100px;
    top: auto;
    }
    .carousel-caption {
    right: 0;
    bottom: auto;
    top: 49%;
    transform: translateY(-50%);
    left: 10%;
    width: 45%;
    padding-top: 0px;
    }
    #home2.section.home-landing-section {
    top: auto;
    margin-bottom: 0;
    }
    .htitle
    {
    position:  relative;
    }
    .leafimg {
    z-index: -1;
    position: absolute;
    top: -29%;
    left: -5%;
    }
    .leafimg img {
    width: 128px;
    }
    .btnwhite {border: 1px solid #BCFF00;border-radius: 25px;padding: 10px 2px 10px 16px;color: #fff;font-size: 16px;
    transition:  0.5s ease-in-out; background:transparent;}
    .btnwhite i {
    color: #000;
    background: #619506;
    padding: 12px 14px;
    border-radius: 50%;
    position: relative;
    margin-left: 6px;
    }
    .btnwhite:hover
    {
    background-color: #fff;
    color: #000;
    }
    button.btnwhite {
    padding: 2px 2px 2px 16px;
    }
    img.bottomsvg {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 100px; */
    z-index: 9;
    filter: opacity(0.7);
    }
    header#sticker {
    background: #fff!important;
    box-shadow: 2px 6px 11px rgb(0 0 0/20%)!important;
    }
    .sticky-wrapper nav.navbar.navbar-default .navbar-nav li a
    {
    color:  #000;
    }
    .sticky-wrapper nav.navbar.navbar-default .video_img {
    display: block;
    }
    .navbar-nav>li {
    margin-top: 10px;
    }
    @media screen and (min-width:  1700px)
    {
    .carousel-caption {
    width: 32%;
    }
    .carousel-caption h4 {
    font-size: 41px;
    }
    }
    .waves { position:absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 15vh; margin-bottom:-7px;
    min-height: 100px;
    max-height:150px;
   }
    .parallax > use { animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite; }
    .parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; }
    .parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; }
    .parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; }
    .parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; }
    @keyframes move-forever {
    0% { transform: translate3d(-90px,0,0); }
    100% {  transform: translate3d(85px,0,0); }
    }
    #home2.section.home-landing-section {
    height: 85vh !important;
    }
    /* .item img.slidingimg
    {
    height: 85vh
    } */
    @media screen and (min-width: 1400px)
    {
    #home2.section.home-landing-section {
    height: 90vh !important;
    }
    .item img.slidingimg
    {
    height: 90vh
    }
    }
    @media screen and (min-width: 1600px)
    {
    #home2.section.home-landing-section {
    height: 92vh !important;
    }
    .item img.slidingimg
    {
    height: 92vh
    }
    .btnwhite {
    padding: 12px 4px 12px 18px;
    font-size: 20px;
    }
    button.btnwhite {
    padding: 2px 4px 2px 18px;
    }
    .carousel-caption p {
    font-size: 20px;
    line-height: 35px;
    }
    .carousel-caption h4 {
    font-size: 53px;
    line-height: 74px;
    }
    .leafimg {
    top: -11%;
    left: -4%;
    }
    .leafimg img {
    width: 140px;
    }
    .carousel-caption {
    width: 45%;
    }
    }
    @media screen and (min-width: 1900px)
    {
    .leafimg {
    top: -11%;
    left: -4%;
    }
    .item img.slidingimg {
    object-fit: cover;
    max-height: 100vh;
    }
    }
    @media screen and (min-width: 2000px)
    {
    #home2.section.home-landing-section {
    height: 100vh !important;
    }
    .item img.slidingimg
    {
    height: 100vh
    }
    .carousel-caption h4 {
    font-size: 80px;
    line-height: 102px;
    }
    .carousel-caption p {
    font-size: 32px;
    line-height: 48px;
    }
    .leafimg img {
    width: 273px;
    }
    }
    @media screen and (max-width:  1380px)
    {
    .carousel-caption h4 {
    font-size: 40px;
    }
    }
    @media screen and (max-width:  1199px)
    {
    .carousel-caption h4 {
    font-size: 38px;
    }
    }
    @media screen and (max-width:  1099px)
    {
    .carousel-caption {
    width: 53%;
    padding-top: 0px;
    }
    }
    @media screen and (max-width:  991px)
    {
    .carousel-caption h4 {
    font-size: 30px;
    line-height: 44px;
    }
    .leafimg img {
    width: 80px;
    }
    .leafimg {
    top: 1%;
    left: -4.6%;
    }
    }
    @media screen and (max-width:  600px)
    {
    .carousel-caption {
    top: 51%;
    }
    /* .item img.slidingimg {
    height: 400px;
    } */
    #home2.section.home-landing-section {
    height: 400px !important;
    }
    .carousel-caption {
    width: 80%;
    padding-top: 0px;
    }
    .carousel-caption h4 {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 10px;
    }
    .leafimg img {
    width: 63px;
    }
    .leafimg {
    left: -4.6%;
    top: -23%;
    }
    .carousel-caption p {
    font-size: 15px;
    line-height: 25px;
    }
    }
    @media screen and (max-width:  400px)
    {
    div#sticker-sticky-wrapper, header#sticker {
    height: 70px!important;
    }
    }
    @media screen and (max-width: 345px)
    {
    .carousel-caption h4 {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 10px;
    }
    }
    .modal-video {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items:center;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    }

    .modal-video-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    max-width:800px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
    }

    @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
    }

    @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
    }

    .close-video {
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
    }

    .close-video:hover,
    .close-video:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    }

    .modal-video-body {padding: 0;}
    .ratio {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    }
    .ratio iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    }
    .ratio::before {
    display: block;
    content: "";
    padding-top: 56.25%;
    }

    /* my custom css  */
.test tr th{
    border: 1px solid red;
    padding: 10px 100px;
}
.test tr td{
    border: 1px solid red;
    padding: 0 10px;
}