@charset "UTF-8";
* {padding: 0;
    margin: 0;
    box-sizing: border-box; 
}
body{

}
.index_body{
    background-color: #171B2C !important;
  font-weight: 600 !important;
  width:100%;
}
.top-bar{
	width: 100%;
    background-color: #171B2C !important;
	line-height: 60px;
}
.top-bar .header_logo{
	width: 100px;
	border-radius: 5px;
}
table {
  width: 100%;
  line-height: 35px;
  text-align: center;
}

table tr:hover {
  background: #171B2C;
  color: white !important;
}

table tr td:hover {
  background: #171B2C;
  color: white !important;
  cursor: pointer;
}

table tr td a {
  text-decoration: none;
  color: inherit;
}

table tr td a:hover {
  background: #171B2C;
  color: white !important;
  text-decoration: none;
}
section {
    display: block;
}
/*Slider*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  width: 100%;
}
.sec1 {
    background: radial-gradient( rgb(31 47 79) 10%, rgb(4 4 4) 100%);
    padding: 66px 0px 0px 0;
    margin-bottom: 3px;
    width: 100%;
}
.image-right img {
    width: 100%;
}
.Content-left h2 {
    color: #efb903;
    font-family: 'Hind Siliguri', sans-serif ! important;
    font-size: 22px;
    padding-top: 0px;
    margin-top: 0px !important;
}
.Other-Content-left{
    color: #171B2C;
    font-family: 'Hind Siliguri', sans-serif ! important;
    font-size: 22px;
    padding-top: 0px;
    margin-top: 0px !important;
}
.Content-left p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Noto Serif Bengali', sans-serif ! important;
}
.text_heading{
    font-family: 'Hind Siliguri', sans-serif ! important;
    font-size: 25px;
    padding-top: 0px;
    margin-top: 0px !important;
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: 160px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  animation: fadeInDropdown 0.200s ease forwards;
}

@keyframes fadeInDropdown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeOutDropdown {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-10px); }
}

.dropdown-content.hide {
  animation: fadeOutDropdown 0.200s ease forwards;
  display: block;
}

.dropdown-content.show {
  display: block;
}
  
.dropdown-content a {
  color: black;
  padding: 0px 10px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}


.show {display: block;}
.body_st{
  margin-top: 10px;
}
ul li{
  list-style: none;
}

.image-right{
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif ! important;
    text-align: justify;
}
  .note-float-left{
    margin-right: 5px;
    border-radius: 5px;
  }
  .note-float-right{
    margin-left: 5px;
    border-radius: 5px;
  }
.myButton {
  box-shadow: 0px 0px 0px 0px #f0f7fa;
  background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  background-color:#33bdef;
  border-radius:5px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family: 'Hind Siliguri', sans-serif ! important;
  font-size:15px;
  font-weight:bold;
  padding:10px 25px;
  text-decoration:none;
}
.myButton:hover {
  background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  background-color:#019ad2;
  color:#ffffff;
  text-decoration: none;
}
.myButton:active {
  position:relative;
  top:1px;
}
.sample_video{
    color: #fff;
    line-height: 40px;
    font-family: 'Hind Siliguri', sans-serif ! important;
    font-size: 22px;    
}
.answer p{
  font-family: 'Hind Siliguri', sans-serif ! important;
  font-size: 15px;
}
.sample_video i{
    padding: 10px;
    height: 25px;
    width: 25px;
    background-color: #006cb5;
    border-radius: 50%;
    margin-top: 8px;
    margin-left: 5px;
    font-size: 10px;
    line-height: 4px;
    color: #fff;

}
.youtube{
  margin-bottom: 5px;
}
.player{
    width: 25px;
    height: 25px;
    background-color: #006cb5;
    border-radius: 50%;
    margin-left: 6px;
    font-size: 10px;
    line-height: 25px !important;
    color: #fff;
}
.player a:hover{
    list-style: none;
}
ul li a:hover {
  list-style: none;
  text-decoration: none;
}
.fa-play:before {
    margin-left: 10px;
}

/*Carasule Slider*/
.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS 
.owl-item{
  width: 100% !important;
  margin-right: 50px !important;
}
.owl-carousel .owl-item{
    width: 0% !important;
  margin-right: 50px !important;
}*/
.item {
  position: relative;
  display: inline-table;
}
.item img{
  height: 200px;
  border-radius: 10px;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}

/*Class V*/
.parent {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /*grid-template-rows: repeat(4, 1fr);*/
        grid-column-gap: 10px;
        grid-row-gap: 4px;
        margin-bottom: 5px;
    }

    .parent img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      border-radius: 10px;
    }

@media (max-width: 767px) {
        .parent {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-gap: 8px;
        }
        .parent img {
            width: 100%;
            height: auto;
        }
    }

.panel-heading{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Serif Bengali', sans-serif ! important;
}
.panel-body{
  line-height: 25px;
}
/*Collapes Menu*/

.container_faq {
  background-color: #337ab7;
  color: black;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;

}

.question {
  font-size: 20px;
  font-weight: 400px;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: 'Noto Serif Bengali', sans-serif ! important;
  color: white;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  margin-top: 10px;
}

.question.active + .answercont {
  background: #fff;
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 100%;
}
}
footer{
  width: 100%;
    background-color: #171B2C !important;
  line-height: 30px;
  /*#337ab7*/
  color: #efb903;
  font-family: 'Hind Siliguri', sans-serif ! important;
}
footer a{
  color: #fff;
  font-family: 'Hind Siliguri', sans-serif ! important;
}
footer a:hover{
  color: #efb903;
  font-family: 'Hind Siliguri', sans-serif ! important;
  text-decoration: none;
}

.body_desc div{
  font-family: 'Hind Siliguri', sans-serif ! important;
}
.body_desc{
  font-size: 15px;
  font-family: 'Hind Siliguri', sans-serif ! important;
}

/*Media Screen Setting*/
/*
@media only screen and (max-width: 600px) {
  .header_logo{
    background-color: lightblue;
  }
}
*/
@media only screen and (max-width: 768px) {
  .top-bar .header_logo{
    display: block;
    margin: 0 auto; 
  }
  .dropdown{
    display: block;
    margin: 0 auto;
  }
  .dropbtn{
    display: block;
    margin: 0 auto;
  }
}