
* {
    padding: 0;
    margin: 0;
  }
  html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
  }
  body { 
      font-family: 'Poppins', Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      overflow-x: hidden;
      background-color: #ffffff;
      color: #666666;
  }
  html,
  body,
  .wrapper {
    height: 100%;
  }
  h1,h2,h3,h4,h5,h6 {
    color: #008000;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
  }
  h1, h2, h3, h4 {
    margin-bottom: 15px;
  }
  h5 {
    margin-bottom: 10px;
  }
  img {
    border: none;
    outline: none;
    max-width: 100% !important;
  }
  p {
    color: #333333;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
  }
  .copyright-inner p{
    color: #fff;
  }
  ul {
    margin: 0;
    list-style-type: none;
  }
  a, a:hover{
    transition: all 0.35s ease-in-out;
    text-decoration: none; 
  } 
  b{
    font-weight: 900;
  }
  .img-responsive{
    max-width: 100%;
  }
  .bg-cover {
    background-position: center center;
    background-size: cover;
  } 
  .bg-gray {
    background-color: #f7f7f7;
  }
  .bg-light {
    background-color: #ffffff;
  }
  .text-light h4, 
  .text-light a {
    color: #ffffff;
  }
  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  } 
  .default-padding.bottom-less {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .carousel-shadow {
    padding-bottom: 105px;
  }
  .bg-cover {
    background-position: center center;
    background-size: cover;
  } 
  header {
    position: relative;
  }
  .wrap-sticky {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .wrap-sticky nav.navbar {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow:  0 8px 25px 0 rgba(0, 0, 0, 0.04);
    z-index: 999;
  }
  .fixed-top {
    background-color: #ffffff !important;
    position: fixed !important;
    -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    -webkit-animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
  .site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
  } 
  .site-heading.clean h2 {
    padding-bottom: 0;
  }
  .site-heading h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
  }
  .site-heading {
    margin-bottom: 20px;
    margin-top: -5px;
  }
  .activity-bg h2{
    font-size: 27px;
    color: #000;
  }
  .about-area{
    padding-top: 110px;
  }
  .about-area .icon img{
    height: 45px;
  }
  .about-area .about-items .about-info {
    padding-right: 35px;
  }
  .about-area .about-info h2 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 60px;
    margin-top: -20px;
  }
  .about-area .about-info h2 span {
    font-weight: 200;
    display: block;
    font-size: 30px;
  } 
  .about-items blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
  .about-area .about-items blockquote {
    padding: 0;
    padding-left: 20px;
    border-color: #ffb606;
    border-width: 3px;
    line-height: 30px;
    font-size: 18px;
  }
  .about-area .features .item {
    border-radius: 5px;
  }
  .about-area .features .item.mariner {
    background: #008000;
  } 
  .about-area .features .item.brilliantrose {
    background: #000;
  } 
  .about-area .features .item .info {
    padding-left: 8px;
  }
  .about-area .features .item h2 {
    font-weight: 700;
    margin-top: -2px;
    line-height: 1;
  }
  .about-area .features .item h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
  .about-area .features .item i {
    display: inline-block;
    font-size: 45px;
  }
  .about-area .features .equal-height {
    margin-top: 30px;
  }
  .about-area .features .equal-height:first-child,
  .about-area .features .equal-height:nth-child(2) {
    margin-top: 0;
  }
  .about-area .features .item {
    border-radius: 5px;
  }
  .about-area .about-items .about-info>a {
    margin-top: 15px;
  }
  .features-area.fixed {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    z-index: 1;
  }
  .features-area .features .equal-height {
    margin-bottom: 30px;
  }
  .features-area .features .item a {
    display: block;
    padding: 50px 30px;
    box-shadow: 0 10px 10px 10px #cccccc;
    background: #ffffff;
    transition: all 0.5s ease;
  }
  .features-area .features .item a:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  }
  .features-area .features .item a h4 { 
    font-weight: 700;
  } 
  .features-area .features .item a h2 {
    font-weight: 800;
    font-size: 42px;
  } 
  .features-area .features .item a p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }
  .portfolio-area.default-padding {
    padding-bottom: 50px;
  }
  .advisor-details-area .content {
    padding-left: 35px;
  }
  .inner-info {
    display: flex;
    justify-content: center;
    background: #008000 none repeat scroll 0 0;
   }
  .advisor-details-area .advisor-info .thumb {
    position: relative;
    z-index: 1;
  }
  .advisor-details-area .advisor-info .thumb .info {
    padding: 30px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #ffb606;
  }
  .advisor-details-area .advisor-info .thumb .info h4 {
    text-transform: uppercase;
    font-weight: 600;
  }
  .advisor-area .advisor-items .single-item {
    margin-bottom: 30px;
  }
  .single-item h4{
    font-size: 18px;
  }
  .advisor-area .advisor-items .item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
  }
  .advisor-area .advisor-items .item .thumb {
    padding: 30px;
  }
  .advisor-area .advisor-items .item .thumb img {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    /* padding: 5px; */
    border-radius: 50%;
    border: 4px solid #008000;
  }
  .advisor-area .advisor-items .item .thumb img:hover {
      border: 2px solid #ffb606;
  }
  .advisor-area .advisor-items .item .info {
    padding: 10px;
    text-align: left;
    background: #008000 none repeat scroll 0 0;
  }
  .advisor-area .advisor-items .item .info h4 {
    margin-bottom: 0;
    font-weight: 300;
  }
  .advisor-area .advisor-items .item .info span {
    color: #ffb606;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    margin: 5px 0;
  }
  .blog-area .single-item {
    margin-bottom: 30px;
  }
  .blog-area .blog-items .single-item .item {
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
  }
  .blog-area .blog-items .thumb {
    position: relative;
    z-index: 1;
  }
  li {
    list-style-type: none !important;
  }
  /* li a span { 
    margin-top: 30px !important;
    margin-right: 10px;
    float: right;
    color: #fff;
  } */
  .dropdown-menu>li>a {
    color: #262626;
    text-decoration: none; 
    width: 100%;
  }
  .dropdown-menu {
    top: 60px; 
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-nav .nav-link{
    font-weight: 700;
  }
  .navbar-nav li a>span:last-child{
    display: none;
  }
  .nav-item a {
    color: #262626; 
  }
  .menuBody{
    background-color:#f7f7f7 !important;
  } 
  .listView li{
      line-height:30px;
      text-align:justify;
      font-size:15px;
      margin-top: 15px;
      color: #333333;
  }
nav{
  padding: 0;
}
nav .navbar {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    margin: 0;
  }
  nav .navbar {
    z-index: 100;
  }
  .contact-items li{
    margin: 10px 0;
    font-size: 16px;
  }
  .contact-items li i{
    margin-right: 5px;
  }
  .navbar .nav-item {
   padding: 12px 8px;
  }
  .dropdown-item{ 
    padding: 10px 12px;
  }
  .dropdown-item:hover{
    background: #ededed8c;
  }
  .navbar-nav a.active, .navbar ul li a:hover{
    color: #ffb606 !important;
  } 
  .dropdown-menu {
    background: #fff ;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 7%);
    padding: 0;
    width: 250px;
  }
  .about-area .features .item a {
    display: flex;
    padding: 30px 15px;
}
#activity{
  color: #000;
}
#activity .listView li{
  list-style: bengali !important;
  color: #000;
}
.activity-bg {
  background: #f1f1f1;
}
.activity-area .default-padding{
  padding-left: 30px;
}
.form-control {
  background: #fff;
  box-shadow: 0px 2px 0px 2px rgb(12 143 16 / 58%);
} 
.find-us-bg-color{
  background-color: #00000073;
  color: #fff;
  border-radius: 10px;
}
.contact-items{
  padding-top: 20px;
  padding-bottom: 20px;
}
 .booking-button button{
  padding: 10px 15px;
  border: none;
  background: #fff;
  color: #000;
  font-size: 16px;
  border: 1px solid #000000;
  transition: .3s all ease-in-out;
  }
  .booking-button button:hover{
    background: #000000;
    color: #ffffff;
  border: 1px solid #ffffff;
  }
#contact{
  width: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; 
}
.blury-bg{
  position: relative;
  z-index: 2;
  backdrop-filter: blur(6px);
  height: 100%;
  width: 100%;
  color: #000;
}
.blury-bg p{
  color: #000;
  font-size: 16px;
}
.blury-bg li{
  color: #fff;
}
.contact-started-content h4{
  margin-bottom: 30px;
} 
.contact-started-content .color-responsive{ 
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .features {
    margin-top: 50px;
  }
  .about-area .features .item a {
    padding: 50px 30px;
  }
  .about-area .about-items .thumb .thumb img {
    margin-top: 30px;
  }
  .advisor-details-area .content {
    padding-left: 15px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px){
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  .navbar-nav li a>span:first-child{
    display: none;
  }
  .navbar-nav li a>span:last-child{
    display: block;
  }
  .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
  }
  .about-area {
    padding-top: 75px;
  }
  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .site-heading {
    margin-bottom: 30px;
  }
  .carousel-shadow.default-padding {
    padding-bottom: 35px;
  } 
  .about-area .about-items .about-info {
    padding-right: 15px;
  } 
  .about-area .about-info h2 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 36px;
    margin-top: -8px;
  }
  .about-area .about-info h2 span {
    font-size: 24px;
    margin-top: 20px;
  }
  .about-area .features .equal-height:first-child,
  .about-area .features .equal-height:nth-child(2) {
    margin-top: 30px;
  }
  .about-area .features .item a { 
    padding: 50px 30px;
    text-align: center;
  }
  .about-area .features .item .info {
    padding-left: 0;
    margin-top: 25px;
  }
  .features-area .features .item a {
    text-align: center;
  }
  .advisor-details-area .content {
    margin-top: 30px;
    padding-left: 15px;
  }
  .portfolio-area.default-padding {
    padding-bottom: 35px;
  } 
  .contact-started-content .color-responsive{
    margin-top: 30px; 
  }
  .activity-bg h2 {
    font-size: 24px;
}
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar .nav-item {
    padding: 0px 21px;
  }
}
@media (max-width: 576px) {
  .container{
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .nav-item {
    padding: 3px 8px;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .navbar .nav-item .nav-link{
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 3000px) {
.advisor-area .advisor-items .item .info {
  min-height: 150px;
}
}
@media screen and (min-width: 1024px){
  #activity .advisor-items ul{
    padding-left: 50px ;
  }
  .contact-items ul{
    padding-left: 30px;
  }
  }
