<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.section_gap {
  padding: 120px 0;
}
.section_logo_top {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .section_gap {
    padding: 80px 0;
  }
}

.section_gap_top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .section_gap_top {
    padding-top: 80px;
  }
}

.section_gap_bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .section_gap_bottom {
    padding-bottom: 80px;
  }
}

.mt-25 {
  margin-top: 25px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

.overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .header_area.home_menu {
    display: none;
  }
  .header_area.home_menu + section, .header_area.home_menu + row, .header_area.home_menu + div {
    margin-top: 0px;
  }
}
/* Main Title Area css
============================================================================================ */
.main_title {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .main_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .main_title {
    margin-bottom: 30px;
  }
}
.main_title h1 {
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .main_title h1 {
    font-size: 36px;
  }
}
.main_title p {
  margin-bottom: 0;
}

/* End Main Title Area css
============================================================================================ */
/* Start video button css
============================================================================================ */
.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 30px 8px 18px 28px;
}
@media (max-width: 991px) {
  .video-play-button {
    padding: 40px 8px 18px 28px;
  }
}
.video-play-button:before, .video-play-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .video-play-button:before, .video-play-button:after {
    width: 70px;
    height: 70px;
  }
}
.video-play-button:before {
  z-index: 0;
  animation: pulse-border 2000ms ease-out infinite;
  background: #fff;
}
.video-play-button:after {
  z-index: 1;
  transition: all 200ms ease;
  box-shadow: 0px 10px 30px rgba(39, 0, 110, 0.3);
  background: #929f96;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media (max-width: 991px) {
  .video-play-button span {
    border-left: 15px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* =================================== */
/*  Start Header Area CSS
/* =================================== */
.canvus_menu {
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  min-height: 80px;
  width: 100%;
}
.canvus_menu .toggle_icon {
  cursor: pointer;
  position: relative;
  height: 20px;
  width: 30px;
  top: 30px;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease 0s;
  display: inline-block;
  background: #ffffff;
}
.canvus_menu .toggle_icon span {
  height: 2px;
  width: 30px;
  display: block;
  background: #222222;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.canvus_menu .toggle_icon span:before {
  content: "";
  height: 2px;
  width: 25px;
  display: block;
  background: #222222;
  left: 0px;
  top: 20px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.canvus_menu .toggle_icon span:after {
  content: "";
  height: 2px;
  width: 20px;
  display: block;
  background: #222222;
  left: 0px;
  bottom: 8px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.side_menu {
  position: fixed;
  left: -500px;
  top: 0px;
  width: 100%;
  background: #fff;
  max-width: 500px;
  padding: 130px 115px;
  z-index: 999;
  box-shadow: 0px 20px 50px rgba(70, 129, 255, 0.1);
  transition: all 0.3s ease 0s;
}
@media (max-width: 575px) {
  .side_menu {
    max-width: 300px;
    padding: 20px 15px;
  }
}
.side_menu .logo {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .side_menu .logo {
    margin-bottom: 30px;
  }
}
.side_menu .menu-left {
  max-height: 420px;
}
@media (max-width: 1440px) {
  .side_menu .menu-left {
    margin-top: 20px;
  }
}
.side_menu .menu-left li {
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .side_menu .menu-left li {
    margin-bottom: 15px;
  }
}
.side_menu .menu-left li:last-child {
  margin-bottom: 0px;
}
.side_menu .menu-left li a,
.side_menu .menu-left li .dropdown-toggle {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  transition: all 0.3s ease 0s;
}
.side_menu .menu-left li a:hover,
.side_menu .menu-left li .dropdown-toggle:hover {
  color: #4681ff;
}
.side_menu .menu-left li .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
}
.side_menu .menu-left li .dropdown-toggle:focus {
  outline: none;
}
.side_menu .menu-left li .dropdown-toggle:after {
  content: none;
}
.side_menu .menu-left li .dropdown-menu {
  top: -36px !important;
  left: 110px !important;
  border: 0;
  background: #4681ff;
  border-radius: 0px;
}
.side_menu .menu-left li .dropdown-menu a {
  color: #fff;
  font-size: 14px;
}
.side_menu .menu-left li .dropdown-menu.show:after {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 18px;
  left: -22%;
  color: #000;
  transform: scaleX(3);
}
.side_menu .menu-left li .dropdown-menu .dropdown-item {
  background: transparent;
}
.side_menu .menu-left li .dropdown-menu .dropdown-item:hover {
  opacity: 0.7;
}

.open .side_menu {
  left: 0px;
}
.open .canvus_menu {
  z-index: 999;
  position: fixed;
}
.open .canvus_menu .toggle_icon {
  left: 50px;
}
@media (max-width: 1440px) {
  .open .canvus_menu .toggle_icon {
    left: 240px;
  }
}
@media (max-width: 575px) {
  .open .canvus_menu .toggle_icon {
    left: 240px;
  }
}
.open .canvus_menu .toggle_icon span {
  background: transparent !important;
}
.open .canvus_menu .toggle_icon span:before {
  width: 25px;
  transform: rotate(45deg);
  top: 9px;
  left: 3px;
  transition: all 0.5s ease-in-out;
}
.open .canvus_menu .toggle_icon span:after {
  width: 25px;
  transform: rotate(-45deg);
  left: 3px;
  top: 9px;
  transition: all 0.5s ease-in-out;
}

/* =================================== */
/*   End Header Area CSS
/* =================================== */
.top-btn-area {
  padding: 25px 0;
  text-align: right;
}
@media (max-width: 575px) {
  .top-btn-area .main_btn {
    margin-right: 30px;
  }
}

/* Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home-banner-area {
  background: #ffffff;
  position: relative;
}
.home-banner-area .owl-nav {
  right: 58%;
  position: absolute;
  bottom: 30px;
  display: flex;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .home-banner-area .owl-nav {
    display: none;
  }
}
.home-banner-area .owl-nav .owl-prev {
  transform: rotate(180deg);
  position: relative;
  top: 3px;
  margin-right: 40px;
}
.home-banner-area .owl-nav .owl-prev, .home-banner-area .owl-nav .owl-next {
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.3s ease 0s;
  opacity: 0.4;
}
.home-banner-area .owl-nav .owl-prev:hover, .home-banner-area .owl-nav .owl-next:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .fullscreen {
    height: 100% !important;
  }
}
.header-left {
  position: relative;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .header-left {
  }
}
.header-left .video-popup {
  position: absolute;
  bottom: 110px;
  left: -15px;
}
@media (max-width: 991px) {
  .header-left .video-popup {
    bottom: 60px;
  }
}
.header-left .video-popup .watch {
  color: #fff;
  padding-left: 50px;
}
.header-left .video-popup .watch h5 {
  font-size: 18px;
  color: #fff;
}
.header-left .video-popup .watch p {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}

.header-right {
  padding-left: 20%;
  padding-right: 9.5%;
}
.header-right h1 {
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .header-right {
    padding-left: 17%;
    padding-right: 6%;
  }
}
@media (max-width: 1440px) {
  .header-right {
    padding-left: 12%;
    padding-right: 11%;
  }
}
@media (max-width: 1380px) {
  .header-right {
    padding-left: 10%;
  }
}
@media (max-width: 1199px) {
  .header-right {
    padding-left: 12%;
    padding-right: 6%;
  }
}
@media (max-width: 1024px) {
  .header-right {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .header-right {
    padding-left: 15%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {

  .header-right:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    opacity: 0.2;
    z-index: -1;
  }

  .header-right .main_btn {
    color: #fff;
    margin-top: 20px;
  }
  .header-right .main_btn img {
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
  }
}
@media (max-width: 570px) {
  .header-right {
    padding: 80px 15px;
  }
}
.header-right h1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .header-right h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .header-right h1 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .header-right h1 br {
    display: none;
  }
}
.header-right .main_btn {
  margin-top: 20px;
}

/* common banner Area css
============================================================================================ */
.home-banner-area.common-banner {
  max-height: 450px;
}
@media (max-width: 1920px) {
  .home-banner-area.common-banner .header-right {
    padding-right: 7.5%;
  }
}
@media (max-width: 1024px) {
  .home-banner-area.common-banner .header-right {
    padding-right: 3%;
  }
}
@media (max-width: 991px) {
  .home-banner-area.common-banner .header-right {
    padding-right: 0;
  }
}
.home-banner-area.common-banner .header-right .page-link-wrap {
  position: relative;
  padding: 0px 25px;
  line-height: 48px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #f8b600;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 20px;
}
.home-banner-area.common-banner .header-right .page-link-wrap img {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .home-banner-area.common-banner .header-right .page-link-wrap img {
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
  }
}
.home-banner-area.common-banner .header-right .page-link-wrap .page_link a {
  font-size: 14px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-right: 30px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .home-banner-area.common-banner .header-right .page-link-wrap .page_link a {
    color: #fff;
  }
}
.home-banner-area.common-banner .header-right .page-link-wrap .page_link a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner-area.common-banner .header-right .page-link-wrap .page_link a:last-child {
  margin-right: 0px;
}
.home-banner-area.common-banner .header-right .page-link-wrap .page_link a:last-child:before {
  display: none;
}

/* Blog Area css
============================================================================================ */
.home_slider .swiper-slide {
  position: relative;
}
.home_slider .swiper-slide .slider_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  opacity: 0;
  transition: all 4s ease;
  text-align: center;
}
.home_slider .swiper-slide .slider_text h1 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 30px;
}
.home_slider .swiper-slide .slider_text p {
  color: #ffffff;
  max-width: 516px;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 50px;
}
.home_slider .swiper-slide.swiper-slide-active .slider_text {
  opacity: 1;
}

/* End Blog Area css
============================================================================================ */
/* Banner Area css
============================================================================================ */
.banner_area {
  position: relative;
  z-index: 1;
  min-height: 400px;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*Popular area css
==========================================*/
.popular-place-area {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .popular-place-area {
    margin-bottom: 0;
  }
}
.popular-place-area .left-content {
  position: relative;
}
@media (max-width: 1024px) {
  .popular-place-area .left-content img {
    max-width: 80%;
  }
  .popular-place-area .left-content .img2 {
    max-width: 50%;
    top: 5% !important;
  }
  .popular-place-area .left-content .img3 {
    right: 70% !important;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .popular-place-area .left-content {
    display: none;
  }
}
.popular-place-area .left-content .img2 {
  position: absolute;
  left: 50%;
  top: 2%;
}
.popular-place-area .left-content .img3 {
  position: absolute;
  right: 30%;
  bottom: -10%;
}
.popular-place-area .right-content .main_title {
  padding-right: 30px;
}

@media (max-width: 615px) {
  .counter_area {
    text-align: center;
  }
}
.counter_area .top-two {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .counter_area .top-two {
    display: inline;
  }
}
@media (max-width: 991px) {
  .counter_area .bottom-two {
    display: inline;
  }
}
.counter_area .single_counter {
  text-align: center;
  padding: 30px;
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 180px;
  width: 165px;
  margin-right: 30px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
  .counter_area .single_counter {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .counter_area .single_counter {
    height: 150px;
    width: 138px;
    padding: 15px;
  }
  .counter_area .single_counter:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .counter_area .single_counter {
    margin-right: 25px;
  }
}
@media (max-width: 400px) {
  .counter_area .single_counter {
    width: 100%;
    margin-right: 0;
  }
  .counter_area .single_counter:nth-child(2) {
    margin-bottom: 30px;
  }
}
.counter_area .single_counter .thumb {
  margin-bottom: 20px;
}
.counter_area .single_counter .thumb img {
  transition: all 0.3s ease 0s;
}
.counter_area .single_counter .info-content h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.counter_area .single_counter:hover {
  background: #4681ff;
  color: #fff;
  border: 1px solid transparent;
}
.counter_area .single_counter:hover .thumb img {
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.counter_area .single_counter:hover .info-content h4 {
  color: #fff;
}

/* Start Packages Area css
============================================================================================ */
@media (max-width: 991px) {
  .package-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .package-area {
    margin-bottom: 125px;
  }
}
@media (max-width: 480px) {
  .package-area {
    margin-bottom: 80;
  }
}
.package-area .main_title {
  margin-bottom: 0;
  padding-left: 50%;
}
@media (max-width: 1680px) {
  .package-area .main_title {
    padding-left: 40%;
  }
}
@media (max-width: 1440px) {
  .package-area .main_title {
    padding-left: 30%;
  }
}
@media (max-width: 1380px) {
  .package-area .main_title {
    padding-left: 24%;
  }
}
@media (max-width: 1024px) {
  .package-area .main_title {
    padding-left: 8%;
  }
}
@media (max-width: 991px) {
  .package-area .main_title {
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 50px;
  }
}
@media (max-width: 570px) {
  .package-area .main_title {
    padding-left: 0;
    padding-right: 0;
  }
}
.package-area .main_title p {
  padding-bottom: 15px;
}
.package-area .main_title .main_btn {
  margin-top: 20px;
}

.active-gallery-carousel {
  text-align: center;
}
.active-gallery-carousel .owl-nav {
  left: -52%;
  position: absolute;
  right: 56%;
  bottom: 10%;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .active-gallery-carousel .owl-nav {
    left: 0;
    bottom: -60px;
    transform: rotate(0deg);
  }
}
@media (max-width: 480px) {
  .active-gallery-carousel .owl-nav {
    display: none;
  }
}
.active-gallery-carousel .owl-nav .owl-prev, .active-gallery-carousel .owl-nav .owl-next {
  display: inline-block;
  margin: 20px;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.active-gallery-carousel .owl-nav .owl-prev:hover, .active-gallery-carousel .owl-nav .owl-next:hover {
  opacity: 0.5;
}

.single-gallery {
  position: relative;
  display: inline-block;
  text-align: left;
}
.single-gallery img {
  width: 100%;
}
.single-gallery:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.single-gallery .gallery-content {
  position: absolute;
  padding: 30px;
  left: -10%;
  bottom: -20%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.single-gallery .gallery-content h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.single-gallery .gallery-content .title {
  margin-bottom: 15px;
}
.single-gallery .gallery-content .title p {
  color: #f8b600;
  margin: 0;
}
.single-gallery .gallery-content .title h4 {
  font-size: 24px;
  margin: 15px;
}
.single-gallery .gallery-content .review-title p {
  color: #fff;
  margin: 0;
}
.single-gallery .gallery-content .review-title .review i.fa {
  color: #f9af11;
}
.single-gallery .light-box {
  position: absolute;
  top: 30px;
  right: -10px;
  background: #fff;
  z-index: 999;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.single-gallery:hover:after {
  opacity: 0.65;
  visibility: visible;
}
.single-gallery:hover .gallery-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
}
.single-gallery:hover .light-box {
  right: 30px;
  top: 30px;
  opacity: 1;
  visibility: visible;
}

/* Start Amenities Area css
============================================================================================ */
.amenities-area {
  position: relative;
}
.amenities-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 39.5%;
  background: #f9f9ff;
  content: "";
}
@media (max-width: 1024px) {
  .amenities-area:before {
    height: 41.5%;
  }
}
@media (max-width: 991px) {
  .amenities-area:before {
    height: 54.5%;
  }
}
@media (max-width: 767px) {
  .amenities-area:before {
    height: 100%;
  }
}

.single-amenities {
  border: 1px solid #eee;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .single-amenities {
    margin-bottom: 30px;
  }
}
.single-amenities .amenities-thumb {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .single-amenities .amenities-thumb img {
    width: 100%;
  }
}
.single-amenities .amenities-thumb:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  z-index: 999;
  left: 110%;
  top: 0;
  height: 100%;
  width: 130%;
  transition: 0.5s;
}
.single-amenities .amenities-details {
  padding: 25px;
}
.single-amenities .amenities-details .amenities-meta {
  margin-top: 15px;
}
.single-amenities .amenities-details .amenities-meta span {
  padding-right: 15px;
  text-transform: uppercase;
}
.single-amenities .amenities-details .amenities-meta span i.fa {
  padding-right: 10px;
}
.single-amenities .amenities-details h5 {
  font-size: 18px;
  margin: 15px 0px 15px;
}
.single-amenities .amenities-details h5 a {
  color: #222222;
  font-size: 18px;
  line-height: 27px;
}
.single-amenities:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.single-amenities:hover .amenities-thumb:before {
  left: -130%;
}

/* Start Package Search Area css
============================================================================================ */
.package-search-area .main_title p {
  margin-bottom: 15px;
}

.contact-form-section {
  position: relative;
  background: url(../img/pac-search-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 70px 50px;
  z-index: 1;
}
@media (max-width: 400px) {
  .contact-form-section {
    padding: 70px 10px;
  }
}
.contact-form-section:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.contact-form-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.contact-form-section .contact-form-area .form-group {
  position: relative;
}
.contact-form-section .contact-form-area .form-group .ui-datepicker-trigger {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.contact-form-section .contact-form-area .form-control {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 20px;
  font-size: 13px;
  background: transparent;
  border-radius: 0;
}
.contact-form-section .contact-form-area .form-control.placeholder {
  color: #fff !important;
}
.contact-form-section .contact-form-area .form-control:-moz-placeholder {
  color: #fff !important;
}
.contact-form-section .contact-form-area .form-control::-moz-placeholder {
  color: #fff !important;
}
.contact-form-section .contact-form-area .form-control::-webkit-input-placeholder {
  color: #fff !important;
}
.contact-form-section .contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form-section .primary-btn {
  margin-top: 20px;
}
.contact-form-section .form-select .nice-select {
  padding: 0px;
  background: transparent !important;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  height: 50px;
}
.contact-form-section .form-select .nice-select:after {
  border-color: #fff;
}
.contact-form-section .form-select .nice-select span {
  color: #fff;
}
.contact-form-section .form-select .nice-select .list {
  z-index: 999;
}
.contact-form-section .form-select .nice-select .list .option.selected {
  color: #f8b600;
}
.contact-form-section .form-select .nice-select .list .option:hover {
  color: #f8b600;
}
.contact-form-section .main_btn {
  border-color: #4681ff;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
}
.contact-form-section .main_btn img {
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
}
@media (max-width: 400px) {
  .contact-form-section .main_btn img {
    display: none;
  }
}
.contact-form-section .main_btn:hover {
  background:#929f96;
  border-color: #929f96;
  color: #fff;
}

/* Start Testimonial Area css
============================================================================================ */
.owl-carousel.active_testimonial img {
  width: auto;
}
.owl-carousel.active_testimonial .owl-nav {
  position: absolute;
  left: 0;
  bottom: -40%;
}
@media (max-width: 1024px) {
  .owl-carousel.active_testimonial .owl-nav {
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 400px) {
  .owl-carousel.active_testimonial .owl-nav {
    display: none;
  }
}
.owl-carousel.active_testimonial .owl-nav .owl-prev, .owl-carousel.active_testimonial .owl-nav .owl-next {
  display: inline-block;
  margin: 20px;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.owl-carousel.active_testimonial .owl-nav .owl-prev:hover, .owl-carousel.active_testimonial .owl-nav .owl-next:hover {
  opacity: 0.5;
}

.single_testi .quote {
  margin-bottom: 30px;
}
.single_testi .testi_content h1 {
  font-size: 42px;
  line-height: 45px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .single_testi .testi_content h1 {
    font-size: 34px;
  }
}
.single_testi .testi_content p {
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
}
.single_testi .testi_author {
  margin-top: 30px;
}
.single_testi .testi_author .a-desc {
  display: inline-block;
}
.single_testi .testi_author .a-desc h4 {
  margin-bottom: 5px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .testi_img {
    display: none;
  }
}

/* Start Newsletter Area css
============================================================================================ */
.newsletter-area .main_title {
  padding-left: 50%;
  margin-bottom: 0;
}
@media (max-width: 1680px) {
  .newsletter-area .main_title {
    padding-left: 40%;
  }
}
@media (max-width: 1440px) {
  .newsletter-area .main_title {
    padding-left: 30%;
  }
}
@media (max-width: 1380px) {
  .newsletter-area .main_title {
    padding-left: 24%;
  }
}
@media (max-width: 1024px) {
  .newsletter-area .main_title {
    padding-left: 8%;
  }
}
@media (max-width: 991px) {
  .newsletter-area .main_title {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (max-width: 570px) {
  .newsletter-area .main_title {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsletter-area .main_title p {
  margin-bottom: 15px;
}
.newsletter-area .main_title .input-group {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-top: 50px;
}
.newsletter-area .main_title .input-group input {
  height: 40px;
  background: #fff;
  border-radius: 0px;
  width: 65%;
  border: none;
  padding: 25px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #cccccc;
  outline: none;
  box-shadow: none;
}
.newsletter-area .main_title .input-group input.placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
.newsletter-area .main_title .input-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
.newsletter-area .main_title .input-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
.newsletter-area .main_title .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #cccccc;
}
@media (max-width: 420px) {
  .newsletter-area .main_title .input-group input {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .newsletter-area .main_title .input-group .main_btn img {
    display: none;
  }
}
@media (max-width: 991px) {
  .newsletter-area .nw-img {
    display: none;
  }
}

/* Start Blog Area css
============================================================================================ */
.blog-area {
  position: relative;
}
.blog-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60.6%;
  background: #f9f9ff;
  content: "";
}
@media (max-width: 1024px) {
  .blog-area:before {
    height: 58.6%;
  }
}
@media (max-width: 991px) {
  .blog-area:before {
    height: 100%;
  }
}

.single-blog {
  border: 1px solid #eee;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.single-blog .blog-thumb {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .single-blog .blog-thumb img {
    width: 100%;
  }
}
.single-blog .blog-thumb:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  z-index: 999;
  left: 110%;
  top: 0;
  height: 100%;
  width: 130%;
  transition: 0.5s;
}
.single-blog .blog-details {
  padding: 25px;
}
.single-blog .blog-details .blog-meta {
  margin-top: 15px;
}
.single-blog .blog-details .blog-meta .m-gap {
  padding-right: 20px;
  color: #777777;
}
.single-blog .blog-details .blog-meta .m-gap span {
  padding-right: 10px;
  text-transform: uppercase;
}
.single-blog .blog-details .blog-meta .m-gap span i.fa {
  padding-right: 10px;
}
.single-blog .blog-details h5 {
  font-size: 18px;
  margin: 15px 0px 15px;
}
.single-blog .blog-details h5 a {
  color: #222222;
  font-size: 18px;
  line-height: 27px;
}
.single-blog:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.single-blog:hover .blog-thumb:before {
  left: -130%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}
.l_blog_item .l_blog_text .date a {
  color: #777777;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.l_blog_item .l_blog_text h4 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  max-width: 300px;
}
.l_blog_item .l_blog_text h4:hover {
  color: #f8b600;
}
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.causes_slider .owl-dots .owl-dot.active {
  background: #f8b600;
}

.causes_item {
  background: #fff;
}
.causes_item .causes_img {
  position: relative;
}
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  background: #f8b600;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  background: #f8b600;
  color: #fff;
  padding: 0px 5px;
}
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}
.causes_item .causes_text h4 {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}
.causes_item .causes_text h4:hover {
  color: #f8b600;
}
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 300;
  margin-bottom: 0px;
}
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid #f8b600;
  text-align: center;
  float: left;
  line-height: 50px;
  background: #f8b600;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
  color: #222222;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}
.single-recent-blog-post .thumb {
  overflow: hidden;
}
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}
.single-recent-blog-post .details {
  padding-top: 30px;
}
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}
.single-recent-blog-post .details .sec_h4:hover {
  color: #777777;
}
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #222222;
}
.tags .tag_btn:before {
  background: #f8b600;
}
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.categories_post img {
  max-width: 100%;
}
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}
.categories_post:hover .categories_details {
  background: rgba(250, 51, 63, 0.85);
}

.contact_area .main_btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact_area .main_btn img {
    display: none;
  }
}

.mapBox {
  height: 420px;
  margin-bottom: 80px;
}

.contact_info .info_item {
  position: relative;
  padding-left: 45px;
}

.contact_info .info_item h6 {
  font-size: 16px;
  line-height: 24px;
  color: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  color: #222222;
}
.contact_info .info_item h6 a {
  color: #222222;
}
.contact_info .info_item p {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0px;
}

.contact_form .form-group {
  margin-bottom: 10px;
}
.contact_form .form-group .form-control {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  border: 1px solid #eeeeee;
  font-family: "Roboto", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}
.contact_form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact_form .form-group .form-control.placeholder {
  color: #999;
}
.contact_form .form-group .form-control:-moz-placeholder {
  color: #999;
}
.contact_form .form-group .form-control::-moz-placeholder {
  color: #999;
}
.contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}
.contact_form .form-group textarea {
  resize: none;
}
.contact_form .form-group textarea.form-control {
  height: 140px;
}
.contact_form .submit_btn {
  margin-top: 20px;
  cursor: pointer;
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sample-text-area {
  padding: 100px 0px;
}
.sample-text-area .title_color {
  margin-bottom: 30px;
}
.sample-text-area p {
  line-height: 26px;
}
.sample-text-area p b {
  font-weight: bold;
  color: #f8b600;
}



/*============== End Elements Area css ================*/
/*==============Elements Button Area css ================*/
.elements_button .title_color {
  margin-bottom: 30px;
  color: #222222;
}

.title_color {
  color: #222222;
}

.button-group-area {
  margin-top: 15px;
}
.button-group-area:nth-child(odd) {
  margin-top: 40px;
}
.button-group-area:first-child {
  margin-top: 0px;
}
.button-group-area .theme_btn {
  margin-right: 10px;
}
.button-group-area .white_btn {
  margin-right: 10px;
}
.button-group-area .link {
  text-decoration: underline;
  color: #222222;
  background: transparent;
}
.button-group-area .link:hover {
  color: #fff;
}
.button-group-area .disable {
  background: transparent;
  color: #007bff;
  cursor: not-allowed;
}
.button-group-area .disable:before {
  display: none;
}

.primary {
  background: #52c5fd;
}
.primary:before {
  background: #2faae6;
}

.success {
  background: #4cd3e3;
}
.success:before {
  background: #2ebccd;
}

.info {
  color: #38a4ff;
}
.info:before {
  background: #298cdf;
}

.warning {
  background: #f4e700;
}
.warning:before {
  background: #e1d608;
}

.danger {
  background: #f54940;
}
.danger:before {
  background: #e13b33;
}

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd;
}
.primary-border:before {
  background: #52c5fd;
}

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3;
}
.success-border:before {
  background: #4cd3e3;
}

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff;
}
.info-border:before {
  background: #38a4ff;
}

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700;
}
.warning-border:before {
  background: #f4e700;
}

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940;
}
.danger-border:before {
  background: #f54940;
}




.radius {
  border-radius: 3px;
}

.circle {
  border-radius: 20px;
}

.arrow span {
  padding-left: 5px;
}

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.general {
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*==============End Elements Button Area css ================*/
/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.generic-banner {
  margin-top: 60px;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}
.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}
.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.typo-list {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.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;
}

.circle {
  border-radius: 20px;
}

.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;
  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: inline-flex;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  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: #222222;
  background: #f9f9ff;
  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: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}


@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}
.progress-table {
  background: #fff;
  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: #222222;
  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;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: 0.8;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}



.ordered-list {
  margin-left: 30px;
}



.ordered-list li span {
  font-weight: 300;
  color: #777777;
}


.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.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 #f8b600;
}

.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: #fff;
  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: #f8b600;
  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;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  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;
  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;
  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: #f8b600;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  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-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;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.single-defination h4 {
  color: #222222;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ordered-list {
  list-style: none;
  padding: 0px;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}
.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.mt-10 {
  margin-top: 10px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  padding: 0px 25px;
  background: transparent;
  z-index: 1;
  display: inline-block;
  text-align: center;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  border: 1px solid #929F96;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.main_btn img {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.main_btn:hover {
  background: #f8b600;
  color: #222222;
  border: 1px solid #f8b600;
}
.main_btn:hover img {
  right: -38px;
}

.main_btn2 {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 45px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  transition: color 0ms linear;
}
.main_btn2:hover {
  background-image: -ms-linear-gradient(0deg, rgb(188, 43, 255) 0%, rgb(114, 73, 251) 100%);
  box-shadow: 0px 10px 30px 0px rgba(115, 73, 251, 0.3);
  color: #fff;
}

.submit_btn {
  width: auto;
  display: inline-block;
  background: #f8b600;
  padding: 0px 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  border: 1px solid #f8b600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  box-shadow: -14px 14px 60px rgba(244, 47, 44, 0.32);
}
.submit_btn:hover {
  color: #f8b600;
  background: transparent;
  box-shadow: none;
}

.white_btn {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 50px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.white_btn:hover {
  background: #f8b600;
  color: #fff;
}

.banner_btn {
  padding: 0px 40px;
  line-height: 48px;
  background: #f8b600;
  color: #fff;
  display: inline-block;
  border: 1px solid #f8b600;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.banner_btn:hover {
  color: #f8b600;
  background: transparent;
}

.banner_btn2 {
  padding: 0px 35px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  border: 1px solid #bebfc4;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.banner_btn2:hover {
  color: #f8b600;
  background: transparent;
}

.white_bg_btn {
  background: #fff;
  display: inline-block;
  color: #222222;
  line-height: 40px;
  padding: 0px 28px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border: none;
}
.white_bg_btn:hover {
  background: #f8b600;
  color: #fff;
}

.blog_btn {
  border: 1px solid #eeeeee;
  background: #f9f9ff;
  padding: 0px 32px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  color: #222222;
  line-height: 34px;
  display: inline-block;
}
.blog_btn:hover {
  background: #f8b600;
  border-color: #f8b600;
  color: #fff;
}

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* =================================== */
/*  Start Footer Area CSS
/* =================================== */
.footer-area {
  min-height: 100%;
  background: #1e1c27;
}
.footer-area h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer-area .col-lg-3:nth-child(3) .single-footer-widget, .footer-area .col-lg-3:nth-child(4) .single-footer-widget {
    margin-bottom: 0;
  }
}
@media (max-width: 570px) {
  .footer-area .col-lg-3:nth-child(3) .single-footer-widget {
    margin-bottom: 40px;
  }
}

.copy-right-text i,
.copy-right-text a {
  color: #f8b600;
}

.instafeed {
  margin: 0px -24px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .instafeed {
    margin: -16px;
  }
}
@media (max-width: 575px) {
  .instafeed {
    margin: 0px;
    padding: 0;
  }
}
.instafeed li {
  overflow: hidden;
  width: 25%;
}
.instafeed li img {
  margin: 5px;
}

@media (max-width: 575px) {
  .footer-social {
    margin-top: 15px;
  }
}
.footer-social a {
  padding-left: 25px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 575px) {
  .footer-social a:first-child {
    padding-left: 0;
  }
}
.footer-social a:hover i {
  color: #f8b600;
}
.footer-social i {
  color: #cccccc;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .footer-social {
    text-align: left;
  }
}

.footer-top {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .footer-top {
    padding: 80px 0px;
  }
}

@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 40px;
  }
}
.single-footer-widget .footer-nav li {
  list-style: none;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .single-footer-widget .footer-nav li {
    margin-bottom: 3px;
  }
}
.single-footer-widget .footer-nav li a {
  color: #777777;
}
.single-footer-widget .footer-nav li a:hover {
  color: #ffffff;
}
.single-footer-widget input {
  border: 1px solid #333333;
  width: 80% !important;
  font-weight: 300;
  background: transparent;
  color: #ffffff;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  border-right: 0px;
}
.single-footer-widget input:focus {
  box-shadow: none;
  color: #ffffff;
  background: #222222;
}
.single-footer-widget .info {
  position: absolute;
  margin-top: 20%;
  color: #fff;
  font-size: 12px;
  background: transparent;
}
.single-footer-widget .info.valid {
  color: green;
}
.single-footer-widget .info.error {
  color: red;
}
.single-footer-widget .click-btn {
  background: #f8b600;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 12px;
  border: 0;
}
.single-footer-widget .click-btn:focus {
  box-shadow: none;
}
.single-footer-widget .click-btn i {
  color: #fff;
}
.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #999999;
}
.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #999999;
}
.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  font-weight: 300;
}
.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-weight: 300;
}
.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-weight: 300;
}

.footer-bottom {
  padding: 26px 0px;
  border-top: 1px solid #333333;
}
@media (max-width: 570px) {
  .footer-bottom {
    padding: 26px 15px;
  }
}
@media (max-width: 380px) {
  .footer-bottom {
    text-align: left !important;
  }
}

.footer-text a,
.footer-text i {
  color: #f8b600;
}

/* =================================== */
/*  End Footer Area CSS
/* =================================== */
/*---------------------------------------------------- *//*# sourceMappingURL=style.css.map */</pre></body></html>