

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: inherit;
    letter-spacing: -1px;
  }

  h1 {
    color: #292929;
    font-size: 3em;
    margin-bottom: 30px;
  }

  h2 {
    color: #393939;
    font-size: 2em;
  }

  h3 {
    color: #505050;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    color: #696969;
    font-size: 18px;
    line-height: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
  }

  strong {
    font-weight: 500;
  }

  .lis{
  color: white!important;
}
  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #252525;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

 

  .section-title {
    margin-bottom: 60px;
  }

  .section-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 0;
  }

  .section-title .line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 5em;
    line-height: 0;
  }

  .section-btn {
    background: #0586C5;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #000000;  /* fallback for old browsers */
    background: black;  /* Chrome 10-25, Safari 5.1-6 */
    background: black; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent;
    color: white;
  }
.w-100{width:100%!important}

  section {
    padding-top: 80px;
    padding-bottom: 80px;
  
  }



/*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }



  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .section-btn {
    padding: 15px;
    margin-left: 2em;
  }

  .custom-navbar .section-btn:hover {
    background: #000000;  /* fallback for old browsers */
    background:  #000000;  /* Chrome 10-25, Safari 5.1-6 */
    background: #000000; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .custom-navbar .section-btn a {
    padding: 0;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.5px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #0586C5; /* color hover */
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #0586C5;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }
  .overlay {
    background: #0575E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
  }

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    background: url('../../images/home-bg.jpg') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 10em;
    text-align: left;
  }

  #home h1 {
    color: #ffffff;
  }

  .home-info span {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-weight: 500;
    margin-left: 20px; 
  }

  .home-info span small {
    display: block;
  }
#contact-header{
   background: url('../../images/showcase_bg.jpg') no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15vh;
    color: #ffffff;
    position: relative;
    padding-top: 12em;
}
#contact-header h2{
  color: white!important;
}
#contacti-header{
   background: url('../../images/showcase_bg.jpg') no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85vh;
    color: #ffffff;
    position: relative;
    padding-top: 12em;
}
#contacti-header h2{
  color: white!important;
}


section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}
 .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
 
}

 .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

 .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

 .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
    height: 30xp!important;
}


.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}


.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 10px;

  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.images-now{
  height: 40vh;
 width: 100%!important;
  object-fit: cover!important; 
}
.meeting-item .down-content h5 {

}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}

.bidin{
    background: #0586C5;
        border: 0;
        border-radius: 15px;
        color: #ffffff;
        cursor: pointer;
        font-size: inherit;
        font-weight: normal;
        padding: 15px 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
}
.bidin:hover{
  background: black!important;
  color: white!important;
}
.bidin2{
      background: red;
        border: 0;
        border-radius: 15px;
        color: #ffffff;
        cursor: pointer;
        font-size: inherit;
        font-weight: normal;
        padding: 15px 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
}


  .small-img-div{
            display: flex;
            justify-content: space-between;
            flex-wrap:wrap;
            
        }
        .small-img-col{
            flex-basis: 24%;
            flex-grow:1;
            cursor: pointer;
            height: 30px!important;
        }
        .small-img-col .small-img{
            height: 40px;
            width:100px;
            object-fit: cover;
            border-radius: 20px;
        }
      .images-dive .imaae-bg{
        object-fit: contain;
        height: 60vh!important;
      }
   
      .text-primary,.meta {
        display: flex;
      }
      .product-price{
    color: #333333;
font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.product-all-info .product-info-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 5px;
    
}
.product-all-info .product-info-menu li{
width: 100%;
text-align: center;
font-weight: 600px;
display: flex;
padding: 10px 20px;
border: 1px solid #e9e9e9;
background-color: #ffffff ;
color: #252525; 
letter-spacing: 1px;
user-select: none;
cursor: pointer;
}
.product-all-info{
    margin-top: 20px;
    
   
}
.product-all-info .product-info-menu li.active{
    color: #ffffff;
    background-color: #252525;
}
.info-container{
    padding: 20px;
    border:  1px solid #eeeeee;
    margin-top: 5px;
    background-color: #ffffff;
    display: none;
    height: 40vh;
    scroll-behavior: auto;
    overflow-y: scroll;
}
.info-container.Description{
    display: block;
}
.info-container p{
    color: #333333;
 
}


@media (max-width:724px) {
  
    .product-all-info .product-info-menu{

        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .product-page-details .product-price{
        font-size: 1rem;
    }
}
@media (max-width:400px) {
    .product-all-info .product-info-menu{

        grid-template-columns: 1fr;

    }

}



.dropdown-menu.show {
    border: none;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown-item {

    display: flex;
    padding: 4px;
    margin: 2px 3px;
    color: black!important;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: black;
    text-decoration: none;
    background-color: #ff084e;

}
.modal-content {
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #ebebeb;
}

.footer-link {
  list-style: none;
}
.footer-link li {
  display: block;
    list-style: none;
    margin: 5px 10px 5px 0;
}
footer
  {
     background-color: #0586C5;
     padding:50px 30px;
  }
  footer .container-fluid
  {
    padding-bottom: 60px;
  }
  footer .container-fluid  .col-md-3 img
  {
    margin-bottom: 20px;
    transform: scale(0.8);
  }
  footer .container-fluid  .col-md-3 span
  {
    color:rgba(245, 246, 250,1.0);

   margin-top: 50px;
  }
  footer .container-fluid  .col-md-3 h4
  {
    color: white;
    font-weight:666;
    font-size: 21px;
  }
   footer .container-fluid  .col-md-3 ul li a
   {
    color: white;
    font-family: 'Poppins', sans-serif;
   }
   footer .container-fluid  .col-md-3  p
   {
    color: white;
   }
    footer .container-fluid  .col-md-3 .btn
    {
      margin-top: 10px;
      background-color: white;
      color: rgba(18, 137, 167,1.0);
      padding: 10px 12px;
    }

     footer .container-fluid  .col-md-3 .btn:hover
   {
    background-color: rgba(236, 204, 104,1.0);
    color: white;
   }
   footer hr
   {
    width: 95%;
    padding: 1px 0;
    background-color:white;
    margin: auto;
   }
   footer .copyright
   {
    padding: 10px 15px;
    text-align: center;
    color: rgba(241, 242, 246,1.0);
   }

  
/*----------------------------------------
   TOAST
.........................................*/
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.9375rem;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(67, 89, 113, 0.1);
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
  border-radius: 0.5rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1.25rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.25rem;
  color: #697a8d;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.toast-header .btn-close {
  margin-right: -0.625rem;
  margin-left: 1.25rem;
}

.toast-body {
  padding: 1.25rem;
  word-wrap: break-word;
}
.bs-toast[class^=bg-],
.bs-toast[class*=" bg-"] {
  border: none;
}

.toast.bs-toast {
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1095;
}
.toast.bs-toast .toast-header {
  padding-bottom: 0.5rem;
  position: relative;
}
.toast.bs-toast .toast-header .btn-close {
  position: absolute;
  top: -8px;
  border-radius: 0.375rem;
  padding: 0.45rem;
  background-size: 0.625em;
  transition: all 0.23s ease 0.1s;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
  right: 2px;
}
.toast.bs-toast .toast-header .btn-close:hover, .toast.bs-toast .toast-header .btn-close:focus, .toast.bs-toast .toast-header .btn-close:active {
  opacity: 1;
  outline: none;
}
.toast.bs-toast .toast-header ~ .toast-body {
  padding-top: 0;
}

.toast-ex {
  position: fixed;
  top: 4.1rem;
  right: 2.5rem;
}

.toast-placement-ex {
  position: fixed;
}
.alert-primary.toast, .alert-primary.bs-toast {
  color: #fff;
  background-color: black !important;
  box-shadow: 0 0.25rem 1rem rgba(133, 146, 163, 0.4);
}
  /*---------------------------------------
      MODAL FORM             
  -----------------------------------------*/

  @media (min-width: 992px) {
    .modal-dialog {
      width: 420px;
    }
  }

  .modal-open .modal {
    padding-left: 0 !important;
  }

  .modal-dialog .modal-content {
    background: #002929;  /* fallback for old browsers */
    border: none;
    border-radius: 2px;
    text-align: center;
    position: relative;
    padding: 2em;
  }

  .modal-header, .modal-footer {
    border-bottom: 0;
    padding: 0;
  }

  .modal-dialog .modal-body {
    padding: 0;
  }

  .modal-dialog .modal-body a {
    color: #d9d9d9;
  }

  .modal .close {
    color: #999;
    font-size: 40px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    outline: none;
  }

  .modal-dialog .modal-title {
    margin-bottom: 20px;
  }

  .modal-dialog .modal-title h2 {
    color: #ffffff;
  }

  .modal-dialog .nav-tabs {
    display: inline-block;
  }

  .modal-dialog .nav-tabs > li > a {
    border: 0;
    color: #999999;
    margin-right: 0;
  }

  .modal-dialog .nav-tabs > li.active > a, 
  .modal-dialog .nav-tabs > li.active > a:hover, 
  .modal-dialog .nav-tabs > li.active > a:focus,
  .modal-dialog .nav>li>a:focus, 
  .modal-dialog .nav>li>a:hover {
    color: #ffffff;
    background-color: #0586C5;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .modal-dialog .tab-content {
    padding-top: 20px;
  }

  .modal-dialog form .form-control {
    border-radius: 5px;
    border: 1px solid #595959;
    background: transparent;
    box-shadow: none;
    margin: 15px 0 15px 0;
    height: 50px;
    color: white;
  }

  .modal-dialog form .form-control:hover,
  .modal-dialog form .form-control:focus {
    border-color: #ffffff;
  }

  .modal-dialog form input[type="submit"] {
    background: #0586C5;
    border-color: transparent;
    border-radius: 100px;
    color: #ffffff;
    margin-top: 20px;
  }
  .kamana{
   background: #0586C5;
    border-color: transparent;
    border-radius: 100px;
    color: #ffffff;
    margin-top: 20px;
}
 .navbar-brad img
{
  width: 100px!important;
  height: auto;
  text-align: center;
  margin-top:2px!important;
}

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {

    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media screen and (max-width: 991px) {

    h3 {
      font-size: 1.2em;
    }

    p {
      font-size: 13px;
    }

    #home {
      text-align: center;
    }

    .home-info {
      margin-bottom: 3em;
    }

    .custom-navbar .nav li a {
      font-size: 13px;
      padding-right: 11px;
      padding-left: 11px;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

  }


  @media screen and (max-width: 767px) {

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .home-info span {
      margin-top: 20px;
    }


    footer {
      text-align: center;
    }

    .footer-info p,
    .footer-bottom .phone-contact {
      margin-right: 0;
    }
  }

  @media screen and (max-width: 639px) {

    h1 {
      font-size: 2em;
    }

    
    
  }
