@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
}


body {
    background-color: #fcfefd !important;
}

.bg-main {
    background-image: linear-gradient(to right, #FFC107 , #CDDC39) !important;
}

/* navbar backgound color */
.navbar {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#076942", endColorstr="#FF7B74", GradientType=1);
}

div#navbarNav {
    z-index: 1000;
}

.navbar ul li a {
    color: #00713b;
    font-family: 'Lato', sans-serif !important;
    font-weight: 800 !important;
}

.navbar ul li a:hover {
    transition: all 0.4s !important;
    transition-delay: 0.1s !important;
    color: #00a354 !important;
}

/* dropdown */
.dropdown-menu {
    background: #333 !important;

    background: -webkit-radial-gradient(circle, hsla(156, 87%, 22%, 1) 100%, hsla(3, 100%, 73%, 1) 100%);

    background: -moz-radial-gradient(circle, hsla(156, 87%, 22%, 1) 100%, hsla(3, 100%, 73%, 1) 100%);

    background: radial-gradient(circle, hsla(156, 87%, 22%, 1) 100%, hsla(3, 100%, 73%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#076942", endColorstr="#FF7B74", GradientType=1);
}


.dropdown-item:focus,
.dropdown-item:hover {
    color: white !important;
    background-color: transparent !important;
}


/* hero section css */

header {
    background-image: linear-gradient(180deg,
            rgba(0, 0, 0, 0.103) 0%,
            rgba(0, 0, 0, 0.295) 100%),
        url("/assets/image/hero_image.jpg");
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Hind Siliguri', sans-serif !important;
    background-attachment: fixed;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* slider */
.carousel-item img {
    object-fit: cover;
    height: 70vh;
    object-position: 0 0;
}

.carousel-caption {
    position: absolute;
    top: 50;
    left: 50;
    bottom: 5%;
    background-color: #2d2d2d81;
    border-radius: 60px;
}

@media (max-width: 767px) {
    .carousel-item {
        width: 100% !important;
        height: 500px !important;
    }
    .carousel {
        height: 400px !important;
    }

    .carousel-item img {
        height: 50vh;
        object-position: 50% 50%;

    }

    .carousel-caption {
        position: absolute;
        bottom: 45% !important;
        background-color: #2d2d2d40;

    }
    
}
/* slider end */

.color-overlay {
    min-height: 70vh;
    color: rgb(223, 200, 200);
}

@media (max-width: 767.98px) {
    .color-overlay {
        min-height: 100vh;
    }
}

.hero_text {
    background-color: rgba(51, 51, 51, 0.644);
    border-radius: 10px;
}

/* hero section end */

/* marque text */
.marq {
    background: url(../image/Notice\ background\ graphics.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}


.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    background-color: transparent;


}

.news {
    width: 76%;
    background: white;
    border: 3px solid rgba(7, 88, 7, 0.24);
    border-left: 0px solid white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: rgba(4, 71, 16, 0.281) 0px 10px 50px;
}

.title {
    width: 20%;
    text-align: center;
    background: #068a3db7;
    color: aliceblue;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;

}



.title h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.news marquee {
    font-size: 18px;
    margin-top: 12px
}

.news-content p {
    margin-right: 41px;
    display: inline
}

/* end */


/* end */

/* member section */
.ct {
    margin-bottom: 0px !important;
    font-weight: bold !important;
    letter-spacing: 1.5px;
    font-family: 'Lato', sans-serif !important;
}

.cb {
    padding-top: 0px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px;
}

/* end */
/* presiden message */
.pr-msg {
    background: url(../image/Background\ 04.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.btn {
    background-image: linear-gradient(to right, #FFC107 , #CDDC39) !important;
    color: #ffffff !important;
    border: 0px solid white !important;
    width: 10rem;
    margin-top: 90px;
}

.btn:hover {
    transition: 0.2s;
    /* color: rgb(255, 255, 0) !important; */
    color: #00713b !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* end */
/* certificate part */
.cert-or {
    background: url(../image/background\ 2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.heading {
    font-family: 'Lato', sans-serif !important;
    padding-top: 5rem;
    text-align: center;
}

.paragraph {
    margin-bottom: 5rem;
}

.vv {
    border: 1px solid #FCDC00 !important;
    background-color: #FFFEFD !important;
    height: 16vh !important;
    font-family: 'Lato', sans-serif !important;
}

.vv:hover {
    background-image: linear-gradient(to right, #FFC107 , #CDDC39) !important;
    color: white;
    transition: .5s !important;
}

/* end */
/* from */
.frm {
    font-family: 'Lato', sans-serif !important;
    padding-top: 5rem;
    background: url(../image/background\ 2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

input, textarea, select {
    height: 2.5rem;
    border: 2px solid #FCDC00 !important;
}

#exampleFormControlTextarea1 {
    border: 2px solid #FCDC00 !important;
}

.form-control:focus {
    color: #FCDC00;
    outline: 0 !important;
    /* border-color: #FCDC00 !important; */
    
    
}

/* certificate of origin */
/* search-opt  */
.search-opt {
    background: url(../image/Background\ 3.svg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-group {
    margin-bottom: 16px;
}

.bt {
    background-image: linear-gradient(to right, #047835, #00703c, #006841, #006044, #005845) !important;
    color: #ffffff !important;
    border: 0px solid white !important;
}

.bt:hover {
    transition: 0.2s;
    color: rgb(255, 255, 0) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-control:focus {
    color: #333 !important;
    outline: 0 !important;
    border-color: #FCDC00 !important;
    box-shadow: 0 0 0 0.25rem rgb(0 87 59) !important;
    border: 0px solid !important;
}

.card {
    background-color: #fcda0063 !important;
}

.still-not-member {
    width: 75%;
}


.block {
    position: relative;
    /* margin: 300px auto 0; */
    height: auto;
    background: linear-gradient(0deg, #000, #272727);
}

.block:before,
.block:after {
    content: '';
    position: absolute;
    border-radius:15px;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094,
            #0000ff, #00ff00, #ffff00, #ff0000);
    background-size: 400%;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: steam 20s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.block:after {
    filter: blur(50px);
} 

/* form */
.bg-info {
    background-image: linear-gradient(to right, #CDDC39 , #FFC107) !important;
}
/* end */

@media only screen and (max-width: 767px) {
    /* #still-not-a-member {
        margin-top: 20rem !important;
    } */

    #latest-news-slider {
        margin-top: 25rem !important;
    }
}

  
  .contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  
  .item {
    align-items: center;
    background-color: tomato;
    color: white;
    display: flex;
    height: 300px;
    justify-content: center;
  }
  
  .section-title {
    font-weight: 700 !important;
    color: #3A3A3A !important;
    font-size: 45px !important;
  }
  
  .widget {
    /* background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .post-body {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 90%;
  }

  #latest-post-container {
    border: 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 40vh;
  }

  #latest-post-container a {
    text-decoration: none;
    color: #076942;
  }

  .count-number {
    font-size: 2.5rem !important;
    font-weight: 500 !important;
  }

@media (min-width: 1200px) {

    .member-directory-card {
        min-height: 300px;
        margin: 0 4px;
    }
}

@media (min-width: 991px) {

    .nav-lang {
        margin-left: 2em !important;
    }
}



/*thanks message*/
/*--thank you pop starts here--*/
.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
  }
  .thank-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
  }

  .thank-you-pop h1{
    font-size: 42px;
      margin-bottom: 25px;
    color:#5C5C5C;
  }
  .thank-you-pop p{
    font-size: 20px;
      margin-bottom: 27px;
    color:#5C5C5C;
  }
  .thank-you-pop h3.cupon-pop{
    font-size: 25px;
      margin-bottom: 40px;
    color:#222;
    display:inline-block;
    text-align:center;
    padding:10px 20px;
    border:2px dashed #222;
    clear:both;
    font-weight:normal;
  }
  .thank-you-pop h3.cupon-pop span{
    color:#03A9F4;
  }
  .thank-you-pop a{
    display: inline-block;
      margin: 0 auto;
      padding: 9px 20px;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      background-color: #8BC34A;
      border-radius: 17px;
  }
  .thank-you-pop a i{
    margin-right:5px;
    color:#fff;
  }

  .mg-thumb {
    width: 400px;
    height: 300px;
  }
  .blog-thum-img {
    width: 384px;
    height: 250px;
  }