
  @font-face {
    font-family: "Playfair Display";
    src: url("../Fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Lato";
    src: url("../Fonts/Lato-Regular.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "Playfair Display SC";
    src: url("../Fonts/PlayfairDisplaySC-Black.ttf") format("truetype");
  }
  
#first {

  padding: 4px 1rem;

}


  .about_thumb {
  display: flex;
  justify-content: center; /* Centers the images */
  align-items: center;
  gap: 10px; /* Adjust the gap between images */
}

.about_thumb .img_1 img {
  width: auto; /* Adjust width automatically */
  height: 100%; /* Maintain aspect ratio */
  max-width: 100%;
  object-fit: cover;
}

.about_thumb .img_2 img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .about_thumb {
    flex-direction: column; /* Stack images on smaller screens */
    align-items: center;
  }

  .about_thumb .img_1,
  .about_thumb .img_2 {
    width: 100%; /* Full width for responsiveness */
  }
}
.about_thumb1 {
  display: flex;
  gap: 10px; /* Adjust spacing between images */
}

.about_thumb1 .img_3,
.about_thumb1 .img_4 {
  flex: 1; /* Make both images take equal width */
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_thumb1 .img_3 img,
.about_thumb1 .img_4 img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures images maintain aspect ratio and cover the space */
  max-height: 400px; /* Adjust height as needed */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about_thumb1 {
    flex-direction: column;
    gap: 5px;
  }

  .about_thumb1 .img_3 img,
  .about_thumb1 .img_4 img {
    max-height: auto; /* Adjust height for smaller screens */
  }
}



  a,
  .button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
 
    a,
    button {
      color: #1f1f1f;
      outline: medium none;
    }
  
    ul {
      margin: 0px;
      padding: 0px;
    }
    li {
      list-style: none;
    }
    p {
      font-size: 16px;
      /* font-weight: 300; */
      line-height: 28px;
      /* color: #4d4d4d; */
      margin-bottom: 13px;
    }
    label {
      color: #7e7e7e;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
    }
    *::-moz-selection {
      background: #444;
      color: #fff;
      text-shadow: none;
    }
    ::selection {
      background: #444;
      color: #fff;
      text-shadow: none;
    }
    *::-webkit-input-placeholder {
      color: #cccccc;
      font-size: 14px;
      opacity: 1;
    }
    *:-ms-input-placeholder {
      color: #cccccc;
      font-size: 14px;
      opacity: 1;
    }
    *::-ms-input-placeholder {
      color: #cccccc;
      font-size: 14px;
      opacity: 1;
    }
    *::placeholder {
      color: #cccccc;
      font-size: 14px;
      opacity: 1;
    }
  
    .overlay {
      position: relative;
      z-index: 0;
    }
    .overlay::before {
      position: absolute;
      content: "";
      background-color: #1f1f1f;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0.5;
    }
    .section-padding {
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .owl-carousel .owl-nav div {
      background: transparent;
      height: 54px;
      left: 0px;
      line-height: 54px;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 54px;
      font-size: 25px;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      left: 50px;
      font-size: 18px;
      line-height: 54px;
    }
    .owl-carousel .owl-nav div.owl-next {
      left: auto;
      right: 50px;
    }
    .owl-carousel .owl-nav div.owl-next i {
      position: relative;
      right: 0;
      top: 1px;
    }
    .owl-carousel .owl-nav div.owl-prev i {
      position: relative;
      right: 1px;
      top: 0px;
    }
    .owl-carousel:hover .owl-nav div {
      opacity: 1;
      visibility: visible;
    }
    .owl-carousel:hover .owl-nav div:hover {
      color: #fff;
      background: #009dff;
    }
    .mb-20px {
      margin-bottom: 20px;
    }
    .boxed-btn {
      background: #fff;
      color: #131313;
      display: inline-block;
      padding: 18px 44px;
      font-size: 14px;
      font-weight: 400;
      border: 0;
      border: 1px solid #009dff;
      letter-spacing: 3px;
      text-align: center;
      color: #009dff !important;
      text-transform: uppercase;
      cursor: pointer;
    }
    .boxed-btn:hover {
      background: #009dff;
      color: #fff !important;
      border: 1px solid #009dff;
    }
    .boxed-btn:focus {
      outline: none;
    }
    .boxed-btn3 {
      background: #009dff;
      color: #fff;
      display: inline-block;
      padding: 18px 44px;
      font-size: 14px;
      font-weight: 400;
      border: 0;
      border: 1px solid #009dff;
      letter-spacing: 3px;
      text-align: center;
      color: #fff !important;
      text-transform: uppercase;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
    }
    .boxed-btn3:hover {
      background: #fff;
      color: #009dff !important;
      border: 1px solid #009dff;
    }
    .boxed-btn3:focus {
      outline: none;
    }
    .line-button {
      color: #919191;
      font-size: 16px;
      font-weight: 400;
      display: inline-block;
      position: relative;
      padding-right: 5px;
      padding-bottom: 2px;
    }
    .line-button::before {
      position: absolute;
      content: "";
      background: #919191;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
    }
    .line-button:hover {
      color: #009dff;
    }
    .line-button:hover::before {
      background: #009dff;
    }
    .book_now {
      display: inline-block;
      font-size: 14px;
      color: #009dff;
      border: 1px solid #009dff;
      text-transform: capitalize;
      padding: 10px 25px;
    }
    .book_now:hover {
      background: #009dff;
      color: #fff;
    }
    .section_title span {
      color: #D64942;
      font-size: 14px;
      margin-bottom: 15px;
      font-family: 'Lato';
      display: block;
    }
    .section_title h2 {
      font-size: 32px;
      text-transform: uppercase;
      line-height: 56px;
      color: #1f1f1f;
      font-family: 'Playfair Display SC', serif;
    }
    @media (max-width: 767px) {
      .section_title h3 {
        font-size: 30px;
        line-height: 36px;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .section_title h3 {
        font-size: 36px;
        line-height: 42px;
      }
    }
    @media (max-width: 767px) {
      .section_title h3 br {
        display: none;
      }
    }
    .mb-100 {
      margin-bottom: 100px;
    }
    @media (max-width: 767px) {
      .mb-100 {
        margin-bottom: 40px;
      }
    }
    @media (max-width: 767px) {
      .mobile_menu {
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 9;
      }
    }

 
    
    .about_area {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    @media (max-width: 767px) {
      .about_area {
        padding-top: 40px;
        padding-bottom: 40px;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .about_area {
        padding-top: 80px;
        padding-bottom: 80px;
      }
    }
    @media (min-width: 992px) and (max-width: 1200px) {
      .about_area {
        padding-top: 100px;
        padding-bottom: 100px;
      }
    }
    .about_area .about_info p {
      font-size: 16px;
      line-height: 28px;
      font-family: 'Lato';
      margin-top: 0;
      margin-bottom: 47px;
    }
    @media (max-width: 767px) {
      .about_area .about_info a {
        margin-bottom: 30px;
      }
    }
    .about_area .about_thumb {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .about_area .about_thumb {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        margin-top: 30px;
      }
    }
    .about_area .about_thumb img {
      width: 100%;
    }
    .about_area .about_thumb .img_2 {
      margin-top: 40px;
      margin-left: 10px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .about_area .about_thumb2 {
        margin-bottom: 30px;
      }
    }
    .about_area .about_thumb2 img {
      width: 100%;
    }
    
    .about_main_info {
      padding-top: 15px;
    }
    @media (max-width: 767px) {
      .about_main_info {
        padding-top: 50px;
      }
    }
    .about_main_info .single_about_info {
      margin-bottom: 43px;
    }
    @media (max-width: 767px) {
      .about_main_info .single_about_info {
        margin-bottom: 30px;
      }
    }
    .about_main_info .single_about_info h2 {
      font-size: 22px;
      color: #1f1f1f;
      margin-bottom: 0;
      margin-bottom: 10px;
      line-height: 32px;
      font-family: 'Lato';
      text-transform: uppercase;

    }
    .about_main_info .single_about_info p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
      color: #4d4d4d;
      font-family: 'Lato';
    }
    @media (max-width: 767px) {
      .about_main_info .single_about_info p br {
        display: none;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .about_main_info .single_about_info p br {
        display: none;
      }
    }
    @media (min-width: 992px) and (max-width: 1200px) {
      .about_main_info .single_about_info p br {
        display: none;
      }
    }
    @media (min-width: 1200px) and (max-width: 1500px) {
      .about_main_info .single_about_info p br {
        display: none;
      }
    }
    .offers_area {
      padding-bottom: 100px;
    }
    @media (max-width: 767px) {
      .offers_area {
        padding-bottom: 40px;
      }
    }
    .offers_area.padding_top {
      padding-top: 200px;
    }
    @media (max-width: 767px) {
      .offers_area.padding_top {
        padding-top: 40px;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .offers_area.padding_top {
        padding-top: 80px;
      }
    }
    @media (min-width: 992px) and (max-width: 1200px) {
      .offers_area.padding_top {
        padding-top: 80px;
      }
    }
    @media (max-width: 767px) {
      .offers_area .single_offers {
        margin-bottom: 30px;
      }
    }
    .offers_area .single_offers .about_thumb {
      overflow: hidden;
    }
    .offers_area .single_offers .about_thumb img {
      width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
    }
    .offers_area .single_offers h3 {
      font-size: 22px;
      font-weight: 400;
      color: #1f1f1f;
      margin-top: 32px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .offers_area .single_offers h3 {
        font-size: 18px;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .offers_area .single_offers h3 br {
        display: none;
      }
    }
    .offers_area .single_offers ul {
      margin-top: 17px;
      margin-bottom: 30px;
    }
    .offers_area .single_offers ul li {
      font-size: 16px;
      color: #4d4d4d;
      line-height: 28px;
      position: relative;
      z-index: 9;
      padding-left: 23px;
    }
    .offers_area .single_offers ul li::before {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      background: #4d4d4d;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 50%;
    }
    .offers_area .single_offers a {
      width: 100%;
      text-align: center;
    }
  .offers_area .single_offers:hover .about_thumb img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .video_bg {
    background-image: url(../img/video/video.png);
  }
  .video_area {
    padding: 250px 0;
    background-size: cover;
    background-position: center center;
  }
  @media (max-width: 767px) {
    .video_area {
      padding: 100px 0;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .video_area {
      padding: 100px 0;
    }
  }
  .video_area .video_area_inner span {
    font-size: 14px;
    color: #fff;
  }
  .video_area .video_area_inner h3 {
    font-size: 46px;
    color: #fff;
    line-height: 56px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 28px;
  }
  @media (max-width: 767px) {
    .video_area .video_area_inner h3 {
      font-size: 30px;
    }
  }
  .video_area .video_area_inner a {
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    font-size: 15px;
    color: #009dff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .video_area .video_area_inner a i {
    position: relative;
    left: 2px;
  }
  .features_room {
    padding-top: 93px;
    display: block;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .features_room {
      padding-top: 40px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .features_room {
      padding-top: 0;
    }
  }
  .features_room .rooms_here .single_rooms {
    position: relative;
    width: 50%;
    float: left;
  }
  @media (max-width: 767px) {
    .features_room .rooms_here .single_rooms {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  .features_room .rooms_here .single_rooms::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #000 77%);
    background: -webkit-linear-gradient(top, #fff 0%, #000 77%);
    background: linear-gradient(to bottom, #fff 0%, #000 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    z-index: 1;
    opacity: 0.5;
  }
  .features_room .rooms_here .single_rooms .room_thumb {
    position: relative;
    overflow: hidden;
  }
  
  .features_room .rooms_here .single_rooms .room_thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .features_room .rooms_here .single_rooms .room_thumb .room_heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 60px 60px 47px 60px;
  }
  @media (max-width: 767px) {
    .features_room .rooms_here .single_rooms .room_thumb .room_heading {
      padding: 20px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .features_room .rooms_here .single_rooms .room_thumb .room_heading {
      padding: 20px;
    }
  }
 
  .features_room .rooms_here .single_rooms .room_thumb .room_heading span {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 9px;
    display: block;
    position: relative;
    z-index: 8;
  }
  .features_room .rooms_here .single_rooms .room_thumb .room_heading h3 {
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 8;
  }
  @media (max-width: 767px) {
    .features_room .rooms_here .single_rooms .room_thumb .room_heading h3 {
      font-size: 20px;
    }
  }
  .features_room .rooms_here .single_rooms .room_thumb .room_heading a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    z-index: 8;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
  }
  .features_room .rooms_here .single_rooms .room_thumb .room_heading a:hover {
    color: #D64942;
  }
  .features_room .rooms_here .single_rooms:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .features_room .rooms_here .single_rooms:hover .room_heading a {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .forQuery {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  @media (max-width: 767px) {
    .forQuery {
      padding: 60px 0;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .forQuery {
      padding: 100px 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .forQuery {
      padding: 100px 0;
    }
  }
  @media (min-width: 1200px) and (max-width: 1500px) {
    .forQuery {
      padding: 100px 0;
    }
  }
  .forQuery .Query_border {
    border: 1px solid #bababa;
    padding: 38px 50px;
  }
  @media (max-width: 767px) {
    .forQuery .Query_border {
      padding: 20px 20px;
    }
  }
  .forQuery .Query_border .Query_text {
    text-align: left;
  }
  .forQuery .Query_border p {
    font-size: 30px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .forQuery .Query_border p {
      font-family: 'Lato';
      margin-bottom: 20px;
      font-size: 18px;
      text-align: center;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .forQuery .Query_border p {
      font-size: 18px;
    }
  }
  .forQuery .Query_border .phone_num {
    text-align: right;
  }
  @media (max-width: 767px) {
    .forQuery .Query_border .phone_num {
      text-align: center;
    }
  }
  .forQuery .Query_border .phone_num a {
    background: #D64942;
    color: #fff;
    padding: 12px 53px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    border: 1px solid transparent;
  }
  .forQuery .Query_border .phone_num a:hover {
    color: #D64942;
    border: 1px solid #D64942;
    background: #fff;
  }
  .instragram_area {
    display: block;
    overflow: hidden;
  }
  .instragram_area .single_instagram {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 350px;
  }
  .instragram_area .single_instagram img{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }


  @media (max-width: 767px) {
    .instragram_area .single_instagram {
      width: 100%;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .instragram_area .single_instagram {
      width: 50%;
    }
  }
  .instragram_area .single_instagram img {
    width: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .instragram_area .single_instagram .ovrelay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .instragram_area .single_instagram .ovrelay a {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    font-size: 34px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .instragram_area .single_instagram:hover .ovrelay {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  .instragram_area .single_instagram:hover img {
    -webkit-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }
  #test-form .white-popup-block .popup_inner .gj-datepicker span {
    color: red;
  }
  #test-form .white-popup-block input {
    width: 100%;
    height: 50px;
  }
  .gj-datepicker input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 17px;
    font-size: 12px;
    color: #919191;
    margin-bottom: 20px;
  }
  .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #919191;
    margin-right: 15px;
    top: 16px;
  }
  .gj-picker-md {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.87);
    padding: 10px;
    padding: 20px;
    border: 1px solid #e0e0e0;
  }
  
  .breadcam_bg {
    background-image: url(../Images/new_6.jpeg);
    background-size: cover;
    background-position: center;
  }
  .bradcam_area {
      width: 100%;
      height: 320px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      font-size: 1rem;
      font-weight: bold;
      z-index: 1;
    }
    
    .bradcam_area h2{
      position: relative;
      font-family: 'Playfair Display SC';
      /* padding: 10px 20px; */
      /* border-radius: 5px;  */
      font-size: 80px;
      text-transform: uppercase;
      display: inline-block;
    }
    @media(max-with:320px){
      .bradcam_area h2{
        font-size: 40px;
      }
    }
    
  
  .breadcam_bg::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    }

  .bradcam_area {
    /* padding: 170px; */
    /* background-size: cover; */
    /* background-position: center center; */
    /* text-align: center; */
  }
  @media (max-width: 1024px) {
    .bradcam_area h2 {
      font-size: 50px;
    }
    .bradcam_area {
      padding: 150px 0;
    }
  }
  @media (max-width: 767px) {
    .bradcam_area h2 {
      font-size: 40px;
    }
    .bradcam_area {
      padding: 150px 0;
    }
  }

  @media (max-width: 320px) {
    .bradcam_area h2 {
      font-size: 40px;
    }
  }
  .popup_box {
    background: #fff;
    display: inline-block;
    z-index: 9;
    width: 681px;
    padding: 60px 40px;
  }
  .popup_box h3 {
    text-align: center;
    font-size: 22px;
    color: #1f1f1f;
    margin-bottom: 46px;
  }
  .popup_box .boxed-btn3 {
    width: 100%;
    text-transform: capitalize;
  }
  .popup_box .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    width: 100% !important;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px !important;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
  }
  .popup_box .nice-select::after {
    content: "\f0d7";
    display: block;
    height: 5px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 3px;
    transition: all 0.15s ease-in-out;
    width: 5px;
    color: #919191;
    font-size: 15px;
  }
  .popup_box .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: 200px;
    overflow-y: scroll;
  }
  .popup_box .nice-select.list {
    height: 200px;
    overflow-y: scroll;
  }
  #test-form {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #test-form .mfp-close-btn-in .mfp-close {
    color: #333;
    display: none !important;
  }
  #test-form button.mfp-close {
    display: none !important;
  }
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 0.7;
  }
  .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-info {
    margin-bottom: 25px;
  }
  .contact-info__icon {
    margin-right: 20px;
  }
  .contact-info__icon i,
  .contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
  }
  .contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
  }
  .contact-info .media-body h3 a:hover {
    color: #ff5e13;
  }
  .contact-info .media-body p {
    color: #8a8a8a;
  }
  .contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .form-contact label {
    font-size: 14px;
  }
  .form-contact .form-group {
    margin-bottom: 30px;
  }
  .form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
  }
  .form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
  }
  .form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
  }
  .form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
  }
  .contact-section {
    padding: 130px 0 100px;
  }
  @media (max-width: 991px) {
    .contact-section {
      padding: 70px 0 40px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
      padding: 80px 0 50px;
    }
  }
  .sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
  }
  .text-heading {
    margin-bottom: 30px;
    font-size: 24px;
  }

  sup,
  sub,
  u,
  del {
    color: #ff5e13;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2em;
  }
  .typography h1,
  .typography h2,
  .typography h3,
  .typography h4,
  .typography h5,
  .typography h6 {
    color: #828bb2;
  }
  .button-area {
    background: #fff;
  }
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
  }
  .button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
  }
  .button-group-area .genric-btn:last-child {
    margin-right: 0;
  }
  .genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .genric-btn:focus {
    outline: none;
  }
  .genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
  }
  .genric-btn.large {
    line-height: 45px;
  }
  .genric-btn.medium {
    line-height: 30px;
  }
  .genric-btn.small {
    line-height: 25px;
  }
  .genric-btn.radius {
    border-radius: 3px;
  }
  .genric-btn.circle {
    border-radius: 20px;
  }
  .genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .genric-btn.arrow span {
    margin-left: 10px;
  }
  .genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
  }
  .genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
  }
  .genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
  }
  .genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
  }
  .genric-btn.primary {
    color: #fff;
    background: #ff5e13;
    border: 1px solid transparent;
  }
  .genric-btn.primary:hover {
    color: #ff5e13;
    border: 1px solid #ff5e13;
    background: #fff;
  }
  .genric-btn.primary-border {
    color: #ff5e13;
    border: 1px solid #ff5e13;
    background: #fff;
  }
  .genric-btn.primary-border:hover {
    color: #fff;
    background: #ff5e13;
    border: 1px solid transparent;
  }
  .genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
  }
  .genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
  }
  .genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
  }
  .genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
  }
  .genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
  }
  .genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
  }
  .genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
  }
  .genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
  }
  .genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
  }
  .genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
  }
  .genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
  }
  .genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
  }
  .genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
  }
  .genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
  }
  .genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
  }
  .genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
  }
  .genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
  }
  .genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
  }
  .genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
  }
  .genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
  }
  .genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
  }
  .generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #ff5e13;
  }
  .progress-table-wrap {
    overflow-x: scroll;
  }
  .progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
  }
  .progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
  }
  .progress-table .country {
    width: 28.07%;
  }
  .progress-table .visit {
    width: 19.74%;
  }
  .progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
  }
  .progress-table .table-head {
    display: flex;
  }
  .progress-table .table-head .serial,
  .progress-table .table-head .country,
  .progress-table .table-head .visit,
  .progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
  }
  .progress-table .table-row .serial,
  .progress-table .table-row .country,
  .progress-table .table-row .visit,
  .progress-table .table-row .percentage {
    display: flex;
    align-items: center;
  }
  .progress-table .table-row .country img {
    margin-right: 15px;
  }
  .progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent;
  }
  .progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
  }
  .progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
  }
  .single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
  }
  .unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
  }
  .unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ff5e13;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
  }
  .ordered-list {
    margin-left: 30px;
  }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #ff5e13;
    font-weight: 500;
    line-height: 1.82em !important;
  }
  .ordered-list li span {
    font-weight: 300;
    color: #828bb2;
  }
  .ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #ff5e13;
    font-weight: 500;
    line-height: 1.82em !important;
  }
  .ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
  }
  .ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #ff5e13;
    font-weight: 500;
    line-height: 1.82em !important;
  }
  .ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
  }
  .single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
  }
  .single-input:focus {
    outline: none;
  }
  .input-group-icon {
    position: relative;
  }
  .input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
  }
  .input-group-icon .icon i {
    color: #797979;
  }
  .input-group-icon .single-input {
    padding-left: 45px;
  }
  .single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
  }
  .single-textarea:focus {
    outline: none;
  }
  .single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
  }
  .single-input-primary:focus {
    outline: none;
    border: 1px solid #ff5e13;
  }
  .single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
  }
  .single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
  }
  .single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
  }
  .single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
  }
  .default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
  }
  .default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff5e13;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .default-switch input:checked + label {
    left: 19px;
  }
  .primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
  }
  .primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .primary-switch input:checked + label:after {
    left: 19px;
  }
  .primary-switch input:checked + label:before {
    background: #ff5e13;
  }
  .confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
  }
  .confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
  }
  .confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .single-blog:hover .thumb:after {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  @media (max-width: 1199px) {
    .single-blog h4 {
      transition: all 300ms linear 0s;
      border-bottom: 1px solid #dfdfdf;
      padding-bottom: 14px;
      margin-bottom: 12px;
    }
    .single-blog h4 a {
      font-size: 18px;
    }
  }
  .blog_item {
    margin-bottom: 50px;
  }
  .blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
  }
  @media (min-width: 768px) {
    .blog_details {
      padding: 60px 30px 35px 35px;
    }
  }
  .blog_details p {
    margin-bottom: 30px;
  }
  .blog_details a {
    color: #ff8b23;
  }
  .blog_details a:hover {
    color: #009dff;
  }
  .blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  @media (min-width: 768px) {
    .blog_details h2 {
      font-size: 24px;
      margin-bottom: 15px;
    }
  }
  .blog-info-link li {
    float: left;
    font-size: 14px;
  }
  .blog-info-link li a {
    color: #999999;
  }
  .blog-info-link li i,
  .blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
  }
  .blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-info-link li:last-child::after {
    display: none;
  }
  .blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
  }
  .blog_item_img {
    position: relative;
  }
  .blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #009dff;
    padding: 8px 15px;
    border-radius: 5px;
  }
  @media (min-width: 768px) {
    .blog_item_img .blog_item_date {
      bottom: -20px;
      left: 40px;
      padding: 13px 30px;
    }
  }
  .blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
  }
  @media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
      font-size: 30px;
    }
  }
  .blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
  }
  @media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
      font-size: 18px;
    }
  }
  .blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
  }
  .blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
  }
  .blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0px;
  }
  .blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
  }
  .blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999;
  }
  .blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
  }
  .blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
  }
  .blog_right_sidebar .search_widget .input-group button i,
  .blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999;
  }
  .blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
  }
  .blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
  }
  .blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
  }
  .blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
  }
  .blog_right_sidebar .newsletter_widget .input-group button i,
  .blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999999;
  }
  .blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
  }
  .blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
  }
  .blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
  }
  .blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
  }
  .blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
  }
  .blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
  }
  .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
  }
  .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
  }
  .blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
  }
  .blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
  }
  .blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
  }
  .blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
  }
  .blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #009dff;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
  }
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
  }
  .blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px;
  }
  .blog-pagination {
    margin-top: 80px;
  }
  .blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
  }
  .blog-pagination .page-link i,
  .blog-pagination .page-link span {
    font-size: 13px;
  }
  .blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
  }
  .blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
  }
  .single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
  }
  .single-post-area .blog_details {
    padding-top: 26px;
  }
  .single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  @media (min-width: 768px) {
    .single-post-area .quote-wrapper {
      padding: 30px;
    }
  }
  .single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
  }
  @media (min-width: 768px) {
    .single-post-area .quotes {
      padding: 25px 25px 25px 30px;
    }
  }
  .single-post-area .arrow {
    position: absolute;
  }
  .single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
  }
  .single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
  }
  .single-post-area .navigation-top p {
    margin-bottom: 0;
  }
  .single-post-area .navigation-top .like-info {
    font-size: 14px;
  }
  .single-post-area .navigation-top .like-info i,
  .single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
  }
  .single-post-area .navigation-top .comment-count {
    font-size: 14px;
  }
  .single-post-area .navigation-top .comment-count i,
  .single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px;
  }
  .single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
  }
  .single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
  }
  .single-post-area .navigation-top .social-icons li i,
  .single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999;
  }
  .single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
  }
  @media (max-width: 600px) {
    .single-post-area .blog-author {
      padding: 20px 8px;
    }
  }
  .single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
  }
  @media (max-width: 600px) {
    .single-post-area .blog-author img {
      margin-right: 15px;
      width: 45px;
      height: 45px;
    }
  }
  .single-post-area .blog-author a {
    display: inline-block;
  }
  .single-post-area .blog-author a:hover {
    color: #009dff;
  }
  .single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .single-post-area .blog-author h4 {
    font-size: 16px;
  }
  .single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
  }
  .single-post-area .navigation-area p {
    margin-bottom: 0px;
  }
  .single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .single-post-area .navigation-area .nav-left {
    text-align: left;
  }
  .single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
  }
  .single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
  }
  .single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
  }
  @media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
      margin-bottom: 30px;
    }
  }
  .single-post-area .navigation-area .nav-right {
    text-align: right;
  }
  .single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
  }
  .single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
  }
  .single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
  }
  .comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
  }
  @media (max-width: 414px) {
    .comments-area {
      padding: 50px 8px;
    }
  }
  .comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
  }
  .comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .comments-area .comment-list {
    padding-bottom: 48px;
  }
  .comments-area .comment-list:last-child {
    padding-bottom: 0px;
  }
  @media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
      font-size: 12px;
    }
    .comments-area .comment-list .single-comment .date {
      font-size: 11px;
    }
    .comments-area .comment-list .single-comment .comment {
      font-size: 10px;
    }
  }
  .comments-area .thumb {
    margin-right: 20px;
  }
  .comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
  }
  .comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
  }
  .comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
  }
  .comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .comment-form .form-group {
    margin-bottom: 30px;
  }
  .comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
  }
  .comment-form .name {
    padding-left: 0px;
  }
  @media (max-width: 767px) {
    .comment-form .name {
      padding-right: 0px;
      margin-bottom: 1rem;
    }
  }
  .comment-form .email {
    padding-right: 0px;
  }
  @media (max-width: 991px) {
    .comment-form .email {
      padding-left: 0px;
    }
  }
  .comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
  }
  .comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
  }
  .comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999;
  }
  .comment-form .form-control::placeholder {
    color: #777777;
  }
  .comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
  }
  .comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
  }
  .comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777;
  }
  .comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777;
  }
  .comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777;
  }
  
  
  *,
  ::after,
  ::before {
      box-sizing: border-box
  }
  
  html {
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -ms-overflow-style: scrollbar;
      -webkit-tap-highlight-color: transparent
  }
  
  @-ms-viewport {
      width: device-width
  }
  
  article,
  aside,
  dialog,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section {
      display: block
  }
  
  body {
      margin: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff
  }
  
  [tabindex="-1"]:focus {
      outline: 0!important
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      margin-top: 0;
      margin-bottom: .5rem
  }
  
  p {
      margin-top: 0;
      margin-bottom: 1rem
  }
  
  address {
      margin-bottom: 1rem;
      font-style: normal;
      line-height: inherit
  }
  
  
  ol,
  ul {
      margin-top: 0;
      margin-bottom: 1rem
  }
  
  ol ol,
  ol ul,
  ul ol,
  ul ul {
      margin-bottom: 0
  }
  
  dt {
      font-weight: 700
  }
  
  dd {
      margin-bottom: .5rem;
      margin-left: 0
  }
  
  blockquote {
      margin: 0 0 1rem
  }
  
  b,
  strong {
      font-weight: bolder
  }
  
  small {
      font-size: 80%
  }
  
  sub,
  sup {
      position: relative;
      font-size: 75%;
      line-height: 0;
      vertical-align: baseline
  }
  
  sub {
      bottom: -.25em
  }
  
  sup {
      top: -.5em
  }
  
  a:not([href]):not([tabindex]) {
      color: inherit;
      text-decoration: none
  }
  
  a:not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none
  }
  
  a:not([href]):not([tabindex]):focus {
      outline: 0
  }
  
  code,
  pre {
      font-size: 1em
  }
  
  pre {
      margin-top: 0;
      margin-bottom: 1rem;
      overflow: auto;
      -ms-overflow-style: scrollbar
  }
  
  figure {
      margin: 0 0 1rem
  }
  
  img {
      vertical-align: middle;
      border-style: none
  }
  
  svg:not(:root) {
      overflow: hidden
  }
  
  table {
      border-collapse: collapse
  }
  
  caption {
      padding-top: .75rem;
      padding-bottom: .75rem;
      color: #6c757d;
      text-align: left;
      caption-side: bottom
  }
  
  th {
      text-align: inherit
  }
  
  label {
      display: inline-block;
      margin-bottom: .5rem
  }
  
  button {
      border-radius: 0
  }
  
  button:focus {
      outline: 1px dotted;
      outline: 5px auto -webkit-focus-ring-color
  }
  
  button,
  input,
  select,
  textarea {
      margin: 0;
      font-size: inherit;
      line-height: inherit
  }
  
  button,
  input {
      overflow: visible
  }
  
  button,
  select {
      text-transform: none
  }
  
  [type=reset],
  [type=submit],
  button,
  html [type=button] {
      -webkit-appearance: button
  }
  
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
      padding: 0;
      border-style: none
  }
  
  input[type=checkbox],
  input[type=radio] {
      box-sizing: border-box;
      padding: 0
  }
  
  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=time] {
      -webkit-appearance: listbox
  }
  
  textarea {
      overflow: auto;
      resize: vertical
  }
  
  fieldset {
      min-width: 0;
      padding: 0;
      margin: 0;
      border: 0
  }
  
  progress {
      vertical-align: baseline
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
      height: auto
  }
  
  [type=search] {
      outline-offset: -2px;
      -webkit-appearance: none
  }
  
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
      -webkit-appearance: none
  }
  
  output {
      display: inline-block
  }
  
  template {
      display: none
  }
  
  [hidden] {
      display: none!important
  }
  
  

  
  .small,
  small {
      font-size: 80%;
      font-weight: 400
  }
  
  .blockquote {
      margin-bottom: 1rem;
      font-size: 1.25rem
  }
  
  .img-fluid {
      max-width: 100%;
      height: auto
  }
  
  .figure {
      display: inline-block
  }
  
  code,
  pre {
  }
  
  code {
      font-size: 87.5%;
      color: #e83e8c;
      word-break: break-word
  }
  
  a>code {
      color: inherit
  }
  
  pre {
      display: block;
      font-size: 87.5%;
      color: #212529
  }
  
  pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal
  }
  
  .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
  }
  
  @media (min-width:576px) {
      .container {
          max-width: 540px
      }
  }
  
  @media (min-width:768px) {
      .container {
          max-width: 720px
      }
  }
  
  @media (min-width:992px) {
      .container {
          max-width: 960px
      }
  }
  
  @media (min-width:1200px) {
      .container {
          max-width: 1140px
      }
  }
  
  .container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
  }
  
  .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px
  }
  
  .no-gutters {
      margin-right: 0;
      margin-left: 0
  }
  
  .no-gutters>.col,
  .no-gutters>[class*=col-] {
      padding-right: 0;
      padding-left: 0
  }
  
  .col,
  .col-12,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-4,
  .col-sm-6,
  .col-xl-10,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8 {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px
  }
  
  .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
  }
  
  .col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }
  
  @media (min-width:576px) {
      .col-sm-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }
      .col-sm-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
      }
  }
  
  @media (min-width:768px) {
      .col-md-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%
      }
      .col-md-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }
      .col-md-5 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%
      }
      .col-md-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
      }
      .col-md-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%
      }
      .col-md-8 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%
      }
      .col-md-9 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%
      }
      .col-md-12 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%
      }
  }
  
  @media (min-width:992px) {
      .col-lg-2 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%
      }
      .col-lg-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%
      }
      .col-lg-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }
      .col-lg-5 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%
      }
      .col-lg-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
      }
      .col-lg-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%
      }
      .col-lg-8 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%
      }
      .col-lg-9 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
          flex: 0 0 75%;
          max-width: 75%
      }
      .col-lg-12 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%
      }
      .offset-lg-1 {
          margin-left: 8.333333%
      }
  }
  
  @media (min-width:1200px) {
      .col-xl-2 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
          max-width: 16.666667%
      }
      .col-xl-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%
      }
      .col-xl-4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%
      }
      .col-xl-5 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
          max-width: 41.666667%
      }
      .col-xl-6 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%
      }
      .col-xl-7 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
          max-width: 58.333333%
      }
      .col-xl-8 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
          max-width: 66.666667%
      }
      .col-xl-10 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
          max-width: 83.333333%
      }
      .col-xl-12 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%
      }
      .offset-xl-1 {
          margin-left: 8.333333%
      }
  }
  
  .table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      background-color: transparent
  }
  
  .table td,
  .table th {
      padding: .75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6
  }
  
  .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6
  }
  
  .table tbody+tbody {
      border-top: 2px solid #dee2e6
  }
  
  .table .table {
      background-color: #fff
  }
  
  .table-bordered {
      border: 1px solid #dee2e6
  }
  
  .table-bordered td,
  .table-bordered th {
      border: 1px solid #dee2e6
  }
  
  .table-bordered thead td,
  .table-bordered thead th {
      border-bottom-width: 2px
  }
  
  .table-hover tbody tr:hover {
      background-color: rgba(0, 0, 0, .075)
  }
  
  .form-control {
      display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  .form-control::-ms-expand {
      background-color: transparent;
      border: 0
  }
  
  .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }
  
  .form-control::-webkit-input-placeholder {
      color: #6c757d;
      opacity: 1
  }
  
  .form-control::-moz-placeholder {
      color: #6c757d;
      opacity: 1
  }
  
  .form-control:-ms-input-placeholder {
      color: #6c757d;
      opacity: 1
  }
  
  .form-control::-ms-input-placeholder {
      color: #6c757d;
      opacity: 1
  }
  
  .form-control::placeholder {
      color: #6c757d;
      opacity: 1
  }
  
  .form-control:disabled {
      background-color: #e9ecef;
      opacity: 1
  }
  
  select.form-control:not([size]):not([multiple]) {
      height: calc(2.25rem + 2px)
  }
  
  select.form-control:focus::-ms-value {
      color: #495057;
      background-color: #fff
  }
  
  .form-control-sm,
  .input-group-sm>.form-control,
  .input-group-sm>.input-group-append>.btn {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
  }
  
  .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
  .input-group-sm>select.form-control:not([size]):not([multiple]),
  select.form-control-sm:not([size]):not([multiple]) {
      height: calc(1.8125rem + 2px)
  }
  
  .form-control-lg,
  .input-group-lg>.form-control,
  .input-group-lg>.input-group-append>.btn {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: .3rem
  }
  
  .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
  .input-group-lg>select.form-control:not([size]):not([multiple]),
  select.form-control-lg:not([size]):not([multiple]) {
      height: calc(2.875rem + 2px)
  }
  
  .form-group {
      margin-bottom: 1rem
  }
  
  .btn {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  .btn:focus,
  .btn:hover {
      text-decoration: none
  }
  
  .btn.focus,
  .btn:focus {
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }
  
  .btn.disabled,
  .btn:disabled {
      opacity: .65
  }
  
  .btn:not(:disabled):not(.disabled) {
      cursor: pointer
  }
  
  .btn:not(:disabled):not(.disabled).active,
  .btn:not(:disabled):not(.disabled):active {
      background-image: none
  }
  
  a.btn.disabled,
  fieldset:disabled a.btn {
      pointer-events: none
  }
  
  .btn-outline-secondary {
      color: #6c757d;
      background-color: transparent;
      background-image: none;
      border-color: #6c757d
  }
  
  .btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }
  
  .btn-outline-secondary.focus,
  .btn-outline-secondary:focus {
      box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
  }
  
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
      color: #6c757d;
      background-color: transparent
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .show>.btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .show>.btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
  }
  
  
  .btn-sm {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem
  }
  
  .fade {
      opacity: 0;
      transition: opacity .15s linear
  }
  
  .fade.show {
      opacity: 1
  }
  
  .collapse {
      display: none
  }
  
  .collapse.show {
      display: block
  }
  
  tr.collapse.show {
      display: table-row
  }
  
  tbody.collapse.show {
      display: table-row-group
  }
  
  .collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      transition: height .35s ease
  }
  
  .dropdown,
  .dropup {
      position: relative
  }
  
  .dropdown-toggle::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent
  }
  
  .dropdown-toggle:empty::after {
      margin-left: 0
  }
  
  .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: .5rem 0;
      margin: .125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: .25rem
  }
  
  .dropup .dropdown-menu {
      margin-top: 0;
      margin-bottom: .125rem
  }
  
  .dropup .dropdown-toggle::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: 0;
      border-right: .3em solid transparent;
      border-bottom: .3em solid;
      border-left: .3em solid transparent
  }
  
  .dropup .dropdown-toggle:empty::after {
      margin-left: 0
  }
  
  .dropright .dropdown-menu {
      margin-top: 0;
      margin-left: .125rem
  }
  
  .dropright .dropdown-toggle::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid transparent;
      border-bottom: .3em solid transparent;
      border-left: .3em solid
  }
  
  .dropright .dropdown-toggle:empty::after {
      margin-left: 0
  }
  
  .dropright .dropdown-toggle::after {
      vertical-align: 0
  }
  
  .dropleft .dropdown-menu {
      margin-top: 0;
      margin-right: .125rem
  }
  
  .dropleft .dropdown-toggle::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: ""
  }
  
  .dropleft .dropdown-toggle::after {
      display: none
  }
  
  .dropleft .dropdown-toggle::before {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid transparent;
      border-right: .3em solid;
      border-bottom: .3em solid transparent
  }
  
  .dropleft .dropdown-toggle:empty::after {
      margin-left: 0
  }
  
  .dropleft .dropdown-toggle::before {
      vertical-align: 0
  }
  
  .dropdown-item {
      display: block;
      width: 100%;
      padding: .25rem 1.5rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background-color: #f8f9fa
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #007bff
  }
  
  .dropdown-item.disabled,
  .dropdown-item:disabled {
      color: #6c757d;
      background-color: transparent
  }
  
  .dropdown-menu.show {
      display: block
  }
  
  .btn-group {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle
  }
  
  
  .btn-group>.btn {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto
  }
  
  
  .btn-group>.btn:hover {
      z-index: 1
  }
  
  
  .btn-group>.btn.active,
  .btn-group>.btn:active,
  .btn-group>.btn:focus {
      z-index: 1
  }
  
  .btn-group .btn+.btn,
  .btn-group .btn+.btn-group,
  .btn-group .btn-group+.btn,
  .btn-group .btn-group+.btn-group {
      margin-left: -1px
  }
  
  .btn-toolbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .btn-toolbar .input-group {
      width: auto
  }
  
  .btn-group>.btn:first-child {
      margin-left: 0
  }
  
  .btn-group>.btn-group:not(:last-child)>.btn,
  .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }
  
  .btn-group>.btn-group:not(:first-child)>.btn,
  .btn-group>.btn:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }
  
  .input-group {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%
  }
  
  
  .input-group>.form-control {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0
  }
  
  
  .input-group>.form-control:focus {
      z-index: 3
  }
  
  
  .input-group>.form-control+.form-control {
      margin-left: -1px
  }
  
  
  .input-group>.form-control:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }
  
  
  .input-group>.form-control:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }
  
  .input-group-append {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .input-group-append .btn {
      position: relative;
      z-index: 2
  }
  
  .input-group-append .btn+.btn {
      margin-left: -1px
  }
  
  .input-group-append {
      margin-left: -1px
  }
  
  .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
  .input-group>.input-group-append:not(:last-child)>.btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }
  
  .input-group>.input-group-append>.btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }
  
  .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none
  }
  
  .nav-link {
      display: block;
      padding: .5rem 1rem
  }
  
  .nav-link:focus,
  .nav-link:hover {
      text-decoration: none
  }
  
  .nav-link.disabled {
      color: #6c757d
  }
  
  
  .card {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, .125);
      border-radius: .25rem
  }
  
  .card>.list-group:first-child .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
  }
  
  .card>.list-group:last-child .list-group-item:last-child {
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem
  }
  
  .card-img {
      width: 100%;
      border-radius: calc(.25rem - 1px)
  }
  
  .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      list-style: none;
      border-radius: .25rem
  }
  
  .page-link {
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #007bff;
      background-color: #fff;
      border: 1px solid #dee2e6
  }
  
  .page-link:hover {
      color: #0056b3;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6
  }
  
  .page-link:focus {
      z-index: 2;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }
  
  .page-link:not(:disabled):not(.disabled) {
      cursor: pointer
  }
  
  .page-item:first-child .page-link {
      margin-left: 0;
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem
  }
  
  .page-item:last-child .page-link {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem
  }
  
  .page-item.active .page-link {
      z-index: 1;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }
  
  .page-item.disabled .page-link {
      color: #6c757d;
      pointer-events: none;
      cursor: auto;
      background-color: #fff;
      border-color: #dee2e6
  }
  
  .alert {
      position: relative;
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem
  }
  
  @-webkit-keyframes progress-bar-stripes {
      from {
          background-position: 1rem 0
      }
      to {
          background-position: 0 0
      }
  }
  
  @keyframes progress-bar-stripes {
      from {
          background-position: 1rem 0
      }
      to {
          background-position: 0 0
      }
  }
  
  .progress {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 1rem;
      overflow: hidden;
      font-size: .75rem;
      background-color: #e9ecef;
      border-radius: .25rem
  }
  
  .progress-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      background-color: #007bff;
      transition: width .6s ease
  }
  
  .media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .media-body {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1
  }
  
  .list-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0
  }
  
  .list-group-item {
      position: relative;
      display: block;
      padding: .75rem 1.25rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .125)
  }
  
  .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
  }
  
  .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem
  }
  
  .list-group-item:focus,
  .list-group-item:hover {
      z-index: 1;
      text-decoration: none
  }
  
  .list-group-item.disabled,
  .list-group-item:disabled {
      color: #6c757d;
      background-color: #fff
  }
  
  .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }
  
  .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5
  }
  
  .close:focus,
  .close:hover {
      color: #000;
      text-decoration: none;
      opacity: .75
  }
  
  .close:not(:disabled):not(.disabled) {
      cursor: pointer
  }
  
  button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none
  }
  
  .modal-open {
      overflow: hidden
  }
  
  .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      display: none;
      overflow: hidden;
      outline: 0
  }
  
  .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto
  }
  
  .modal-dialog {
      position: relative;
      width: auto;
      margin: .5rem;
      pointer-events: none
  }
  
  .modal.fade .modal-dialog {
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out;
      -webkit-transform: translate(0, -25%);
      transform: translate(0, -25%)
  }
  
  .modal.show .modal-dialog {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
  }
  
  .modal-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border-radius: .3rem;
      outline: 0
  }
  
  .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999999;
      background-color: #000
  }
  
  .modal-backdrop.fade {
      opacity: 0
  }
  
  .modal-backdrop.show {
      opacity: .5
  }
  
  .modal-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1rem;
      border-bottom: 1px solid #e9ecef;
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem
  }
  
  .modal-header .close {
      padding: 1rem;
      margin: -1rem -1rem -1rem auto
  }
  
  .modal-title {
      margin-bottom: 0;
      line-height: 1.5
  }
  
  .modal-body {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1rem
  }
  
  .modal-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 1rem;
      border-top: 1px solid #e9ecef
  }
  
  .modal-footer>:not(:first-child) {
      margin-left: .25rem
  }
  
  .modal-footer>:not(:last-child) {
      margin-right: .25rem
  }
  
  .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
  }
  
  @media (min-width:576px) {
      .modal-dialog {
          max-width: 500px;
          margin: 1.75rem auto
      }
  }
  
  .tooltip {
      position: absolute;
      z-index: 1070;
      display: block;
      margin: 0;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: .875rem;
      word-wrap: break-word;
      opacity: 0
  }
  
  .tooltip.show {
      opacity: .9
  }
  
  .tooltip .arrow {
      position: absolute;
      display: block;
      width: .8rem;
      height: .4rem
  }
  
  .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid
  }
  
  .tooltip-inner {
      max-width: 200px;
      padding: .25rem .5rem;
      color: #fff;
      text-align: center;
      background-color: #000;
      border-radius: .25rem
  }
  
  .popover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1060;
      display: block;
      max-width: 276px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: .875rem;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: .3rem
  }
  
  .popover .arrow {
      position: absolute;
      display: block;
      width: 1rem;
      height: .5rem;
      margin: 0 .3rem
  }
  
  .popover .arrow::after,
  .popover .arrow::before {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid
  }
  
  .popover-header {
      padding: .5rem .75rem;
      margin-bottom: 0;
      font-size: 1rem;
      color: inherit;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-top-left-radius: calc(.3rem - 1px);
      border-top-right-radius: calc(.3rem - 1px)
  }
  
  .popover-header:empty {
      display: none
  }
  
  .popover-body {
      padding: .5rem .75rem;
      color: #212529
  }
  
  .carousel {
      position: relative
  }
  
  .carousel-item {
      position: relative;
      display: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px
  }
  
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
      display: block
  }
  
  .carousel-item-next,
  .carousel-item-prev {
      position: absolute;
      top: 0
  }
  
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
  
  @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
      .carousel-item-next.carousel-item-left,
      .carousel-item-prev.carousel-item-right {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0)
      }
  }
  
  .active.carousel-item-right,
  .carousel-item-next {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
  
  @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
      .active.carousel-item-right,
      .carousel-item-next {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0)
      }
  }
  
  .active.carousel-item-left,
  .carousel-item-prev {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
  
  @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
      .active.carousel-item-left,
      .carousel-item-prev {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0)
      }
  }
  
  .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 10px;
      left: 0;
      z-index: 15;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none
  }
  
  .carousel-indicators li {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      background-color: rgba(255, 255, 255, .5)
  }
  
  .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""
  }
  
  .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""
  }
  
  .carousel-indicators .active {
      background-color: #fff
  }
  
  .align-middle {
      vertical-align: middle!important
  }
  
  .border {
      border: 1px solid #dee2e6!important
  }
  
  .border-left-0 {
      border-left: 0!important
  }
  
  .rounded-0 {
      border-radius: 0!important
  }
  
  .d-none {
      display: none!important
  }
  
  .d-inline-block {
      display: inline-block!important
  }
  
  .d-block {
      display: block!important
  }
  
  .d-flex {
      display: -webkit-box!important;
      display: -ms-flexbox!important;
      display: flex!important
  }
  
  @media (min-width:576px) {
      .d-sm-block {
          display: block!important
      }
      .d-sm-flex {
          display: -webkit-box!important;
          display: -ms-flexbox!important;
          display: flex!important
      }
  }
  
  @media (min-width:992px) {
      .d-lg-none {
          display: none!important
      }
      .d-lg-block {
          display: block!important
      }
  }
  
  .flex-row {
      -webkit-box-orient: horizontal!important;
      -webkit-box-direction: normal!important;
      -ms-flex-direction: row!important;
      flex-direction: row!important
  }
  
  .flex-wrap {
      -ms-flex-wrap: wrap!important;
      flex-wrap: wrap!important
  }
  
  .justify-content-start {
      -webkit-box-pack: start!important;
      -ms-flex-pack: start!important;
      justify-content: flex-start!important
  }
  
  .justify-content-end {
      -webkit-box-pack: end!important;
      -ms-flex-pack: end!important;
      justify-content: flex-end!important
  }
  
  .justify-content-center {
      -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
      justify-content: center!important
  }
  
  .justify-content-between {
      -webkit-box-pack: justify!important;
      -ms-flex-pack: justify!important;
      justify-content: space-between!important
  }
  
  .align-items-center {
      -webkit-box-align: center!important;
      -ms-flex-align: center!important;
      align-items: center!important
  }
