
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");

html, body {
  min-height: 100%;
  overflow-x: hidden;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Roboto", sans-serif; }

body {
  line-height: 25px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #777777; }

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 36px; }

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 30px; }

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 24px; }

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 18px; }

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 16px; }

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 14px; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  transition: all .3s ease-in-out; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-40 {
  margin-left: 40px; }

.margin-20 {
  margin-right: 20px; }

.margin-25 {
  margin-right: 25px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.sec-space {
  padding: 130px 0; }

.sec-space_top {
  padding-top: 120px; }

.association_space {
  padding-bottom: 120px; }

.white_bg {
  background: #fff !important; }

.sub-title {
  text-align: center;
  margin-bottom: 80px; 
}
  .sub-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
   }
  .sub-title p {
    margin-bottom: 0;
    max-width: 570px;
    margin: auto; 
  }

.sub-title.white h2 {
  color: #ffffff; 
}
.sub-title.white p {
  color: #ffffff;
  opacity: .6; 
}

.primary-btn {
  display: inline-block;
  background: #7ca543;
  padding: 0 30px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  border: 1px solid #7ca543;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms linear 0s; 
}
  .primary-btn:hover {
    background: 0 0;
    color: #7ca543; }

.primary-btn.p-btn {
  background: #F8A536 !important;
  border: 1px solid #F8A536 !important;
  color: #000; 
}
  .primary-btn.p-btn:hover {
    background: 0 0 !important; 
  }

.header_main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: background .4s, all .3s linear; 
}
  .header_main .container {
    padding: 0 8px; 
  }
  .header_main .navbar {
    background: 0 0;
    padding: 0;
    border: 0;
    border-radius: 0; 
  }
    .header_main .navbar .nav .nav-item {
      margin-right: 45px; 
    }
      .header_main .navbar .nav .nav-item .nav-link {
        font-size: 13px;
        font-weight: 500;
        line-height: 80px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 0;
        display: inline-block; }
        .header_main .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_main .navbar .nav .nav-item:hover .nav-link {
        color: #7ca543; }
      .header_main .navbar .nav .nav-item:last-child {
        margin-right: 0; }
    .header_main .navbar .nav .nav-item.active .nav-link {
      color: #7ca543; }
    .header_main .navbar .nav .nav-item.submenu {
      position: relative; }
      .header_main .navbar .nav .nav-item.submenu ul {
        border: none;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        background: #ffffff; }
        .header_main .navbar .nav .nav-item.submenu ul:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0;
          border-color: #eee transparent transparent transparent;
          position: absolute;
          right: 24px;
          top: 45px;
          z-index: 3;
          opacity: 0;
          transition: all 400ms linear; }
        .header_main .navbar .nav .nav-item.submenu ul .nav-item {
          display: block;
          float: none;
          margin-right: 0;
          border-bottom: 1px solid #ededed;
          margin-left: 0;
          transition: all .4s linear; }
          .header_main .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
            line-height: 45px;
            color: #222222;
            padding: 0 30px;
            transition: all 150ms linear;
            display: block;
            margin-right: 0;
            text-transform: capitalize; }
          .header_main .navbar .nav .nav-item.submenu ul .nav-item:last-child {
            border-bottom: none; }
          .header_main .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
            background: #7ca543;
            color: #ffffff; }
      .header_main .navbar .nav .nav-item.submenu:hover ul .nav-item {
        margin-top: 0; }

.header_main.navbar_fixed .menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #091b27;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1); 
}
  .header_main.navbar_fixed .menu .navbar .nav .nav-item .nav-link {
    line-height: 70px; 
  }

.rafting-banner {
	  z-index: 1;
	  min-height: 100vh;
	  height:100vh;
	  display: flex;
	  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../img/home-banner.jpg) no-repeat scroll center center;
	  background-size: cover; 
}
.rafting-banner.about {
	  z-index: 1;
	  min-height: 400px;
	  height:400px;
	  display: flex;
	  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../img/about-banner.jpg) no-repeat scroll center center;
	  background-size: cover; 
}
.rafting-banner.gallery {
  z-index: 1;
  min-height: 400px;
  height:400px;
  display: flex;
  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../img/gallery-bg.jpg) no-repeat scroll center center;
  background-size: cover; 
}
.rafting-banner.contact {
	  z-index: 1;
	  min-height: 400px;
	  height:400px;
	  display: flex;
	  background: linear-gradient(rgba(3, 1, 10, 0.5), rgba(3, 1, 10, 0.5)), url(../img/contact-banner.jpg) no-repeat scroll center center;
	  background-size: cover; 
}
  .rafting-banner .banner_inner {
    width: 100%;
    display: flex; }
    .rafting-banner .banner_inner .container {
      vertical-align: middle;
      align-self: center; }
    .rafting-banner .banner_inner .banner_content {
      color: #ffffff;
      vertical-align: middle;
      align-self: center;
      text-align: center; }
      .rafting-banner .banner_inner .banner_content .upper_text {
        font-size: 50px;
        text-transform: uppercase;
        color: #F8A536; }
      .rafting-banner .banner_inner .banner_content h2 {
        color: #ffffff;
        margin-top: 0;
        font-size: 50px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        line-height: 70px;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .rafting-banner .banner_inner .banner_content p {
        color: #f9f9ff;
        max-width: 680px;
        margin: 0 auto 45px; }
      .rafting-banner .banner_inner .banner_content .primary-btn:hover {
        background: 0 0;
        color: #fff;
        border-color: #fff; }

  
  
        .form-control.placeholder {
    color: #ccc; 
  }


.rafting_footer {
  background: #091b27; }

.single-footer-widget p {
  margin-bottom: 15px; }
  .single-footer-widget p:last-child {
    margin-bottom: 0; }
.single-footer-widget .feedback {
  margin-left: -5px;
  margin-right: -5px; }
  .single-footer-widget .feedback li {
    margin: 5px; }
.single-footer-widget .sm-head {
  color: #7ca543;
  margin-bottom: 0; }
  .single-footer-widget .sm-head span {
    position: relative;
    margin-left: -40px;
    margin-right: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #7ca543;
    color: #ffffff;
    border-radius: 20px; }

.widgets .list li {
  margin-bottom: 12px; }
  .widgets .list li a {
    color: #777777;
    font-family: "Roboto", sans-serif; }
  .widgets .list li:last-child {
    margin-bottom: 0; }

.footer_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 28px; 
  }

.footer_title.large_title {
  font-size: 36px;
  font-weight: 600; 
  }

.footer-bottom {
  background: #071721;
  padding: 10px; 
}
 
.footer-bottom .footer-text {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
.footer-bottom .footer-text a {
    color: #7ca543;
    opacity: 1; 
}
	  
.navbar-brand h1 {
    color: #ffffff;
}
.about-rafting {
    padding: 70px 0;
}
.contact-us {
    padding: 70px 0;
}
.about-rafting .sub-title{
	margin-bottom:0;
}
.contact-us .sub-title{
	margin-bottom:0;
}

.contact-us .row {
    padding: 40px 15px;
}
.contact-us .row h4 {
    color: #7ca543;
    margin: 31px 0 0 0;
}

.contact-us .row input, .contact-us .row textarea {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px;
    border: 1px solid #7ca543;
	color: #757575;
}

.contact-us .row .primary-btn {
    margin-top: 20px;
}
	
.adventure .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.rafting-details{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 80px 130px 80px;
}
.rafting-details.bg-color {
    background: #7ca543;
}
.bg-color {
    color: #ffffff;
}

.bg-color .primary-btn {
    background: #ffffff;
    padding: 0 30px;
    color: #7ca543;
    font-size: 14px;
    border: 1px solid #ffffff;
}
.bg-color .primary-btn:hover {
    color: #ffffff;
	background:none;
}

.rafting-details.bg-color h2 {color:#ffffff;}

.rafting-nature {
    background-position: bottom center;
    background-size: cover;
}

.rafting-nature.nature-one {
    background-image: url(../img/home-banner.jpg);
	min-height: 300px;
    height: auto;
}
.rafting-nature.nature-two{
    background-image: url(../img/nature.jpg);
	min-height: 300px;
    height: auto;
}
.rafting-nature.nature-three {
    background-image: url(../img/nature-1.jpg);
	min-height: 300px;
    height: auto;
}
.rafting-nature.nature-four {
    background-image: url(../img/about1.jpg);
	min-height: 300px;
    height: auto;
}
.rafting-nature.nature-five{
    background-image: url(../img/about2.jpg);
	min-height: 300px;
    height: auto;
}

.rafting-nature.nature-six {
    background-image: url(../img/about3.jpg);
	min-height: 300px;
    height: auto;
}

.mission {
    padding-bottom: 70px;
}

.mission h2{
   color:#ffffff;
}
.mission .sub-title {
    padding-bottom: 0px !important;
}

.ready-for-rafting .sub-title {
    margin: 0;
    padding: 70px;
}
.ready-for-rafting h3 {
    display: inline-block;
    margin-right: 5%;
	font-weight: 400;
}
.ready-for-rafting .primary-btn {
    color: #7ca543;
    border: 2px solid #7ca543;
    background: no-repeat;
}
.view-rafting-tour {
    background-image: url(../img/bg-rafting.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 630px;
}
.view-rafting-tour .tour-info-content {
    max-width: 328px;
    margin-left: auto;
    text-align: left;
    background-color: #ffffff;
    padding: 20px;
    /* text-align: center; */
}
.tour-info {
    margin-top: 15%;
    clear: left;
    float: right;
}


.filter a{
  padding: 10px 20px;
  display:inline-block;
  color:#003;
  background:#eee;
  text-decoration:none;
  transition:all 0.2s;
  border-radius:0px;
}
.filter a:hover{
  background:#7ca543;
  color:#ffffff;
}
.filter{
  padding:50px;
  text-align:center
}
.sets a img{
  width:100%;
  height:auto;
  float:left;
}
.sets a{
  width:25%;
  transition:all 0.2s;
  display:block;
  float:left;
  opacity:1;
  height:auto;
  /*border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;*/
}

.sets .hide, .sets .pophide{
  width:0%;
  opacity:0;
  transition:all 0.1s;
}

.sets .pop{
  width:100%;
  position:relative;
  z-index:2;
  box-shadow:0 0 0px 1000px rgba(0,0,0,0.5);
}
.pop:after{
  content:"\00D7";
  position:absolute;
  top:10px;
  right:10px;
  color:#333;
  background:#fff;
  padding:10px 15px;
  border-radius:50%;
  opacity:0.8;
}
.pop:hover:after{
  opacity:1
}
.follow{
  font-size: 12px;
  text-align: center;
  color: #666;
  background:rgba(0,0,0,0.92);
  width: 100%;
  position: absolute;
  top: 1200px;
  opacity: 0.5;
  padding:5px 0
}
.ready-for-rafting {
    clear: left;
}
.all-rafting-tour {
    padding: 70px 0 0 0;
}
.all-rafting-tour .sub-title {
    margin-bottom: 0;
}

.book-trip.bg-color {
    background: #7ca543;
    color: #ffffff;
}
.book-trip h3 {
    color: #ffffff;
}
.book-trip .primary-btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    background: no-repeat;
    margin: 0;
}
.map {
    border-top: 5px solid #7ca543;
}
.get-touch {
    padding-bottom: 70px;
}
.get-touch .sub-title {
    padding-bottom: 0;
}
.get-touch .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 1%;
}
.get-touch input{
	border:1px solid #7ca543;
	padding:10px;
}
.get-touch .primary-btn{
	background: #7ca543 !important;
	color:#ffffff;
}
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
  .fancybox-overlay-fixed {
      top: 70px !important;
  }


@media (max-width: 575px) {
	.filter {
		padding: 50px 0;
		text-align: center;
	}
	.filter a {
		margin: 5px;
		padding: 10px 20px;
	}
	.ready-for-rafting .sub-title {
		padding: 30px 20px;
	}
	.get-touch .col-md-3 {
		-ms-flex: 0 0 960% !important;
		flex: 0 0 90% !important;
		max-width: 90% !important;
		margin: 5% !important;
	}
}


@media(min-width: 768px) and (max-width: 1199px){

}

	  
@media (max-width: 991px) {
.get-touch .col-md-3 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
}
	.rafting-details {
    padding: 30px 20px 30px 20px;
}
  .sec-space {
    padding: 70px 0; }

  .sec-space_top {
    padding-top: 70px 0; }

  .about-rafting {
    padding: 70px 0 40px; }

  
  .footer_title {
    margin-bottom: 10px; }

  .navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px; }

    .navbar-toggler span {
      display: block;
      width: 25px;
      height: 3px;
      background: #ffffff;
      margin: auto;
      margin-bottom: 4px;
      transition: all 400ms linear;
      cursor: pointer; }

  .header_main {
    background: #222222; }
    .header_main .navbar .nav .nav-item {
      margin-right: 0; }
      .header_main .navbar .nav .nav-item .nav-link {
        line-height: 40px;
        margin-right: 0;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0; }
    .header_main .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
      padding: 0 15px; }
    .header_main .navbar .search {
      margin-left: 0; }
    .header_main .navbar .tickets_btn {
      margin-left: 0; }
    .header_main .navbar-collapse {
      max-height: 340px;
      overflow-y: scroll; }

  .navbar-toggler[aria-expanded=false] span:nth-child(2) {
    opacity: 1; }

  .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0; }
  .navbar-toggler[aria-expanded=true] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px; }
  .navbar-toggler[aria-expanded=true] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative; }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }

  .nav {
    padding: 0; }

  .header_main + section {
    margin-top: 117px;
    margin-top: 71px; }

  .header_main + row {
    margin-top: 117px;
    margin-top: 71px; }

  .header_main + div {
    margin-top: 117px;
    margin-top: 71px; }

  .header_main.navbar_fixed .menu .navbar .nav .nav-item .nav-link {
    line-height: 40px; }

  .rafting-banner {
    min-height: 700px; }
    .rafting-banner .donation_inner {
      margin-bottom: -30px; }
    .rafting-banner .dontation_item {
      max-width: 350px;
      margin: auto; }

  .rafting_footer .col-sm-6 {
    margin-bottom: 30px; } 
  
  }
@media (max-width: 767px) {
  .sub-title h2 {
    font-size: 30px; }

  .rafting-banner {
    min-height: 500px; }
    .rafting-banner .banner_inner {
      min-height: 500px; }
      .rafting-banner .banner_inner .banner_content {
        margin-top: 0; }
        .rafting-banner .banner_inner .banner_content .upper_text {
          font-size: 35px; }
        .rafting-banner .banner_inner .banner_content .margin-20 {
          margin-right: 0;
          margin-bottom: 15px; }
        .rafting-banner .banner_inner .banner_content h3 {
          font-size: 30px; }
          .rafting-banner .banner_inner .banner_content h3 span {
            line-height: 45px;
            padding-bottom: 0;
            padding-top: 0; }
        .rafting-banner .banner_inner .banner_content p br {
          display: none; }
  .footer-bottom {
    text-align: center; }
    .footer-bottom .footer-social {
      text-align: center;
      margin-top: 15px; } 
    
    }

@media (min-width: 992px) {
  .header_main .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(221, 221, 221, 0.2); }
  .header_main .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%; } }

@media (max-width: 1199px) {

  .footer_title.large_title {
    font-size: 18px; }

  .header_main .navbar .nav .nav-item {
    margin-right: 28px; }
  .header_main .navbar .tickets_btn {
    margin-left: 40px; }

  .rafting-banner .banner_inner {
    padding: 100px 0; } 

  }


@media (max-width: 575px) {
  .header_main + section {
    margin-top: 71px; }

  .header_main + row {
    margin-top: 71px; }

  .header_main + div {
    margin-top: 71px; }

  .rafting-banner {
    min-height: 500px; }
    .rafting-banner .banner_inner {
      min-height: 500px; }
      .rafting-banner .banner_inner .banner_content h2 {
        font-size: 28px;
        line-height: 38px; }
      .rafting-banner .banner_inner .banner_content img {
        display: none; }
      .rafting-banner .banner_inner .banner_content h5 {
        margin-top: 0; }

  .single-footer-widget .sub-btn {
    right: 0; }
  
  }

@media (max-width: 1199px) and (min-width: 992px) {
  .association_featues .card .card_inner_body h4 {
    font-size: 16px; }

  .association_event .single_event .content_wrapper .time {
    display: none !important; }

  .single-footer-widget .feedback li:nth-child(4) {
    display: none; }
  .single-footer-widget .feedback li:nth-child(5) {
    display: none; }
  .single-footer-widget .feedback li:nth-child(6) {
    display: none; } }

@media (max-width: 1619px) {
  .header_main .navbar .search {
    margin-left: 40px; } 
  }
@media (max-width: 480px) {
  .header_main .navbar-collapse {
    max-height: 250px; }

  .rafting-banner .banner_inner .banner_content {
    padding: 30px 15px;
    margin-top: 0; }
    .rafting-banner .banner_inner .banner_content h3 {
      font-size: 24px; }

  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px; }
   }

