body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  overflow-x: hidden !important;
  /*	color: #f6f6f6 !important;*/
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:hover {
  color: #5c5c5c;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #2f2f2f;
}
a:focus {
  outline: none;
  text-decoration: none;
}

h2 {
  color: #fff;
  font-size: 30px;
  /*	font-weight: 700;*/
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;
}
img {
  border: none;
}

/*scrol to top*/

.scrollToTop {
  background: #f7b719 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 18%;
  display: none;
  font-size: 12px;
  height: 45px;
  color: #fff;
  line-height: 50px;
  position: fixed;
  right: 48px;
  text-align: center;
  text-decoration: none;
  width: 45px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}
.scrollToTop:hover,
.scrollToTop:focus {
  color: #33691e;
  text-decoration: none;
  outline: none;
}

.fa-paper-plane {
  font-size: 1.5em !important;
  transform: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}

.fa-paper-plane:hover {
  transform: rotate(360deg);
}

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

.body-bg {
  background-image: url(images/bg.jpg);
  background-size: cover;
}

.header-inner {
  display: grid;
  z-index: 2;
  position: sticky;
}

.header-map {
  width: 100vw;
  height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/dandeli-map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.locate-us,
.locate-us:visited {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.header-map:hover .locate-us {
  opacity: 1;
}

#videohome {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: fill;
}

.banner-mob {
  display: none;
}

.header-inner > img {
  width: 100%;
}
.header-overlay-one {
  /*	background-color: rgba(0, 0, 0, 0.6);*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-overlay {
  background: rgba(0, 0, 0, 0);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0.8) 74%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(26%, rgba(0, 0, 0, 0)),
    color-stop(74%, rgba(0, 0, 0, 0.8)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0.8) 74%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0.8) 74%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0.8) 74%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0.8) 74%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-content {
  float: left;
  height: 100%;
  padding: 18% 140px 140px;
  text-align: center;
  width: 100%;
}
.header-content h2 {
  font-size: 80px;
  font-weight: bold;
  opacity: 0.8;
  text-transform: uppercase;
  line-height: 100px;
}
.header-content h2 span {
  font-weight: normal;
  line-height: 93px;
}
.header-btn-area {
  margin-top: 90px;
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.header-btn-area a {
  margin: 0px 15px;
}

/*--------------------*/
/* MENU S... */
/*--------------------*/

.menu {
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  width: 100%;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  z-index: 11;
}

.navbar-brand {
  height: auto !important;
  padding: 10px 15px;
}

.nav > li {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.nav > li > a {
  position: relative;
  display: block;
}

.navbar-nav {
  float: left;
  margin: 0;
  padding-left: 15%;
}

.navbar-nav > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-default .navbar-nav > li > a {
  color: #636363;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #f7b719;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #f7b719;
}

/*--------------------*/
/* MENU E... */
/*--------------------*/

.carousel {
  position: relative;
  display: block;
}

.slider-one {
  display: none;
}

/*----------------------------------------*/
/*floating social media buttons S....*/
/*----------------------------------------*/

.fa {
  font-size: 1em;
}

#socialarea {
  display: block;
  position: fixed;
  bottom: 18%;
  left: 0%;
  width: 35px;
  z-index: 1;
}

#socialarea:hover {
  cursor: pointer;
}

#socialarea ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#socialarea li {
  text-align: center;
  font-size: 1em;
  margin: auto;
  top: 10px;
  width: 100%;
}

#socialarea li a {
  line-height: 30px;
  color: white;
}

#socialarea .take {
  background-color: #15c118;
  transition: 400ms;
}

#socialarea .take:hover {
  background-color: #15c118;
}

#socialarea .facebook_social {
  background-color: #3a579a;
  padding-top: 8px;
  transition: 400ms;
}

#socialarea .facebook_social:hover {
  background-color: #2b4071;
}

#socialarea .twitter_social {
  background-color: #00abf0;
  padding-top: 8px;
  transition: 400ms;
}

#socialarea .twitter_social:hover {
  background-color: #0184b9;
}

#socialarea .googleplus_social {
  background-color: #df4a32;
  padding-top: 8px;
  transition: 400ms;
}

#socialarea .googleplus_social:hover {
  background-color: #bc3e2a;
}

#socialarea .pinterest_social {
  background-color: #cd1c1f;
  transition: 400ms;
}

#socialarea .pinterest_social:hover {
  background-color: #b0171a;
}

#socialarea .linkedin_social {
  background-color: #127bb6;
  transition: 400ms;
}

#socialarea .linkedin_social:hover {
  background-color: #0c5680;
}

.arrow_social {
  opacity: 0;
  color: white;
  transition: 400ms;
}

.arrow_social:hover {
  color: white;
}

.btnopenclose {
  background-color: rgba(0, 0, 0, 0.6);
  width: 20px !important;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-top: 5px;
  opacity: 0;
  transition: 400ms;
}

#socialarea:hover .arrow_social,
#socialarea:hover .btnopenclose {
  opacity: 1;
}

.remove {
  left: -35px !important;
  position: relative;
  transition: 400ms;
}

.as_selected {
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(180deg);
  opacity: 1;
  margin: initial;
}

.as_selected .arrow_social {
  opacity: 1;
  left: 0px;
  position: relative;
  color: white;
}

/*----------------------------------------*/
/*floating social media buttons E....*/
/*----------------------------------------*/

/*--------------------*/
/* ABOUT */
/*--------------------*/

.welcome-area {
  float: left;
  display: inline;
  padding-top: 50px;
  width: 100%;
}
.about-area {
  padding: 3% 0 3% 0;
  margin: auto;
}
.about-text {
  margin-top: 0px;
  color: #5c5c5c;
  font-size: 16px;
}
.title-area {
  display: inline;
  float: left;
  padding: 0 172px;
  position: relative;
  text-align: center;
  width: 100%;
}
.tittle {
  color: #4e4e4e;
  font-size: 50px;
  margin-bottom: 0;
  padding-bottom: 18px;
  line-height: 60px;
}
.titext {
  font-size: 24px;
  color: #5c5c5c;
}
.fa-quote-left {
  content: "\f10d";
  font-size: 30px;
  padding: 0 10px 0 0;
  color: #5c5c5c;
}
.fa-quote-right {
  content: "\f10d";
  font-size: 30px;
  padding: 0 0 0 10px;
  color: #5c5c5c;
}

.welcome-content {
  float: left;
  display: inline;
  width: 100%;
  margin-top: 50px;
}
.wc-table {
  display: inline-block;
  text-align: center;
}
.wc-table li {
  float: left;
  width: 25%;
}

.delay-200 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5;
}

/*--------------------*/
/* CALL TO ACTION */
/*--------------------*/

#call-to-action {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  bottom: 18px;
}

#call-to-action img {
  height: 100% !important;
  object-fit: cover;
}
.call-to-overlay {
  /*	background-color: rgba(0,0,0,0.8);*/
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.call-to-content {
  display: inline;
  float: left;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.call-to-content h2 {
  color: #fff;
  font-size: 45px;
}

.call-to-content p {
  color: #fff;
  font-size: 2.4rem;
}
.call-to-content a {
  display: inline-block;
  float: none;
  margin-top: 29px;
}

.call-to-content p {
  margin-top: 20px;
}

#call-to-action .fa-quote-left {
  content: "\f10d";
  font-size: 30px;
  padding: 0 10px 0 0;
  color: #fff;
}
#call-to-action .fa-quote-right {
  content: "\f10d";
  font-size: 30px;
  padding: 0 0 0 10px;
  color: #fff;
}

/*--------------------*/
/* Activities and Gallery */
/*--------------------*/
.activitie-area {
  /*    padding: 3% 0 3% 0;*/
  margin: auto;
}

.activitie-text {
  float: left;
}

.activitie-text h1 {
  font-size: 28px;
  color: #5c5c5c;
}

.activitie-text hr {
  width: 18%;
  border: 2px solid #f7b719;
  float: left;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -8px;
}

.activitie-text ul {
  padding: 20px 0 0 0;
}

.activitie-text li {
  font-size: 18px;
  font-weight: lighter;
  padding: 5px;
  color: #5c5c5c;
}

.fa-check {
  content: "\f00c";
  font-size: 1em;
  color: #f7b719;
  margin-right: 10px;
  font-weight: 100 !important;
}

.fa-times {
  content: "\f00c";
  font-size: 1em;
  color: #f7b719;
  margin-right: 10px;
  font-weight: 100 !important;
}

.activitie-text .rm {
  font-size: 13px;
  margin: auto;
  padding: 30px 0 0 0;
  color: #5c5c5c;
  text-align: center;
}

.activitie-text .rm a {
  color: #5c5c5c;
}

.activitie-text .rm a:hover {
  color: #5c5c5c;
}

.carousel-indicators li {
  border: 2px solid #f7b719;
}

.rmhr {
  width: 9% !important;
  border: 1.5px solid #f7b719 !important;
  text-align: center;
  margin-left: 140px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 0px !important;
}

.gallery-img {
  margin: auto;
}

/* CAPTION STYLE 4 */
.caption-style-4 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.caption-style-4 li {
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.caption-style-4 li:hover .caption {
  opacity: 1;
}

.caption-style-4 li:hover img {
  opacity: 1;
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}

.caption-style-4 img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}

.caption-style-4 .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.caption-style-4 img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.caption-style-4 .blur {
  background-color: rgba(0, 0, 0, 0.65);
  height: 420px;
  width: 730px;
  z-index: 5;
  position: absolute;
}

.caption-style-4 .caption-text h1 {
  color: #fff;
  font-size: 28px;
  margin: auto;
}

.caption-style-4 hr {
  width: 7%;
  border: 2px solid #f7b719;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 3px;
  margin-right: 353px;
}
.caption-style-4 .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 730px;
  height: 300px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, 50%);
}

/*--------------------*/
/* Footer */
/*--------------------*/

.footer-bg {
  width: 100%;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.35);
  margin-top: 2%;
}

.footer-container {
  width: 80%;
  margin: auto;
}

.footerlogo {
  margin: auto;
  padding: 8% 0 0px 0;
}
.footer-logo-inner {
  margin: auto;
  padding: 8% 0 0px 0;
}

.footer-bg p {
  color: #5c5c5c;
  font-size: 14px;
  /*    padding: 10px 0 0 0;*/
}

.footer-container .fa-envelope {
  content: "\f0ac";
  font-size: 16px;
  color: rgba(21, 21, 21, 0.88);
  padding: 0 5px 0 0;
  margin: auto;
}

.fa-map-marker {
  content: "\f041";
  font-size: 25px;
  color: rgba(21, 21, 21, 0.88);
  padding: 0 5px 0 0;
}

.fa-mobile {
  content: "\f10b";
  font-size: 25px;
  color: rgba(21, 21, 21, 0.88);
  padding: 0 5px 0 0;
  margin: auto;
}

.fa-envelope {
  content: "\f0ac";
  font-size: 23px;
  color: rgba(21, 21, 21, 0.88);
  padding: 0 5px 0 0;
  margin: auto;
}

.footer-bg h1 {
  font-size: 28px;
  color: #5c5c5c;
}

.footer-bg hr {
  width: 18%;
  border: 2px solid #f7b719;
  float: left;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -8px;
  margin-left: 5%;
}

#form-main {
  width: 100%;
  float: left;
  padding-top: 0px;
}

#form-div {
  /* background-color: rgba(72,72,72,0.4); */
  padding-left: 35px;
  padding-right: 35px;
  /* padding-top: 35px; */
  /* padding-bottom: 50px; */
  width: 100%;
  float: left;
  left: 50%;
  position: absolute;
  /* margin-top: 30px; */
  margin-left: -260px;
  -moz-border-radius: 7px;
  /* -webkit-border-radius: 7px; */
}

.feedback-input {
  color: #5c5c5c;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
}

.feedback-input:focus {
  background: #fff;
  box-shadow: 0;
  border: 3px solid #f7b719;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 54px;
}

.focused {
  color: #30aed6;
  border: #30aed6 solid 3px;
}

name:focus {
  background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
  background-size: 30px 30px;
  background-position: 8px 5px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email {
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

#email:focus {
  /*background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);*/
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}

textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background-color: white;
}

#button-blue {
  float: left;
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor: pointer;
  background-color: #33691e;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#button-blue:hover {
  background-color: rgb(247, 183, 25);
  color: #ffffff;
}

.submit:hover {
  color: #3498db;
}

.ease {
  width: 0px;
  height: 74px;
  background-color: #fbfbfb;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.submit:hover .ease {
  width: 100%;
  background-color: white;
}

@media only screen and (max-width: 580px) {
  #form-div {
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.footermeun {
  text-align: right;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 34px;
  padding: 50px 0 0 0;
}

.copyright {
  width: 100%;
  background-color: #787878;
  color: #1b1818;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #d3d2d2;
}

/*--------------------*/
/* Activities page */
/*--------------------*/

.acti-con {
  margin: auto;
  margin-top: 2%;
}

.acti-con h2 {
  color: #4e4e4e;
  font-size: 45px;
  margin: auto;
  padding: 0% 0 5% 0;
  line-height: 60px;
}

.header-content-one {
  margin: auto;
  height: 100%;
  padding: 14% 140px 140px;
  text-align: center;
  width: 100%;
}

.header-content-one h2 {
  font-size: 60px;
  font-weight: bold;
  /*    opacity: 1;`*/
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
}

.img-bg {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.img-bg {
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.img-bg li:hover .caption {
  opacity: 1;
}

.img-bgli:hover img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}

.img-bg img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}

.img-bg .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.img-bg img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.img-bg .blur {
  background-color: rgba(0, 0, 0, 0.7);
  height: 420px;
  width: 730px;
  z-index: 5;
  position: absolute;
}

.img-bg .caption-text h1 {
  color: #fff;
  font-size: 28px;
  margin: auto;
}

.img-bg .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 730px;
  height: 300px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-13%, 50%);
}

.img-bg .caption-text hr {
  width: 20%;
  border: 2px solid #f7b719;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  margin: auto;
  margin-top: 1%;
  /*        margin-left: 41%; */
}

.acti-text {
  margin: auto;
}

.acti-text h3 {
  margin: auto;
  margin-top: 12%;
  color: #5c5c5c;
  text-align: center;
  font-size: 30px;
}

.acti-text hr {
  width: 20% !important;
  border: solid #f7b719;
  margin: auto;
  margin-top: 1%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.acti-text p {
  margin: auto;
  color: #5c5c5c;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.img-box {
  display: none;
  border: 1px solid red;
}
/*--------------------*/
/* Gallery page */
/*--------------------*/

/*-- Portfolio --*/

.portfolio {
  margin: auto;
  padding: 2px 0px 2px 0px;
}

.portfolio h3 {
  text-align: center;
  margin-bottom: 30px;
}

.portfolio p {
  font-size: 17px;
  width: 55%;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
}

.portfolio-grid {
  padding: 2px;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  background: transparent !important;
  text-align: center;
}

.grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 9em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-apollo {
  background: #000 !important;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

/*-- //Portfolio --*/

/*--------------------*/
/* How to reach page */
/*--------------------*/

.reach {
  margin: auto;
}

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.gridder-list {
  display: inline-block;
  vertical-align: top;
}

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #eee url("../images/loading-spin.svg") no-repeat center;
}

.gridder-show.loading {
  background: #eee url("../images/loading-spin.svg") no-repeat center;
}

.gridder-content {
  display: none;
}

.gridder-list:nth-child(n) {
  margin-bottom: 1%;
  margin-right: 1%;
}

.gridder-list:nth-of-type(6n) {
  margin-right: 0;
  margin-bottom: 0;
}

.text-box {
  padding: 10px;
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #fff;
  background-color: rgb(247, 183, 25);
}

.cont-box {
  padding: 40px;
}

.cont-box h2 {
  font-size: 24px;
  padding: 0px 0 0px;
  color: #fff;
}

.cont-box p {
  font-size: 14px;
  line-height: 20px;
  font-weight: lighter !important;
  color: #fff;
}

.gridder-show {
  background: rgba(62, 136, 33, 0.64);
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  overflow: hidden;
}

.gridder-navigation .gridder-nav.disabled {
  opacity: 0.5;
  display: none;
}

.gridder-navigation .next {
  display: none;
}

.gridder-navigation .prev {
  display: none;
}

.gridder-navigation .gridder-close {
  float: right;
  padding: 10px;
  color: #dedede;
}

.gridder-list {
  cursor: pointer;
}

.gridder-list:hover {
  opacity: 0.8;
}

.hasSelectedItem .gridder-list {
  opacity: 0.5;
}

.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}

.gridder-list > img {
  display: block;
  position: relative;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 5px;
  min-width: 324px;
  max-width: 500px;
  max-height: 382px;
  /*    width: 49%;*/
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  width: 100%;
  height: 260px;
}

.grid figure figcaption {
  padding: 0 3em 0 3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Common style end */

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  height: 480px;
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  /*	padding: 3em;*/
  /*	background-color: rgba(58,52,42,0.7);*/
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
  content: "";
}

figure.effect-oscar h2 {
  color: #fff;
  margin: 20px 0 0px 0;
  font-size: 48px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar li {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  padding: 0px 0px 24px 0px;
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover li {
  opacity: 1;
  font-size: 13px !important;
  text-align: left;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(59, 59, 59, 0.31);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/*--------------------*/
/*       contact      */
/*--------------------*/

.contact {
  margin: auto;
}

.contact h2 {
  text-align: left;
  padding: 5% 0 2% 0;
  font-size: 38px;
}

.contact h1 {
  color: #5c5c5c;
  padding: 0px;
  font-size: 50px;
}

.contact h3 {
  font-size: 28px;
  color: #33691e;
  padding: 2% 0 2% 0;
}

.contact p {
  font-size: 16px;
  color: #5c5c5c;
  padding: 0 0 0 0;
}

.contact p a {
  font-size: 16px;
  color: #5c5c5c;
  padding: 0 0 0 0;
}

.contact p a:hover {
  font-size: 16px;
  color: #343434;
  padding: 0 0 0 0;
}

form input {
  padding: 10px;
  border: 1px solid rgba(247, 183, 25, 0.63);
  display: block;
  /*  margin: 10px 0 10px;*/
  width: 80%;
}

form {
  padding: 0px;
  margin: auto;
}
form p {
  font-size: 12px;
  margin-left: 10px;
  color: red;
  text-transform: capitalize;
}
input[type="submit"] {
  color: #fff;
  background: #33691e;
  border-style: none;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="submit"]:hover {
  background: #f7b719;
  border-style: none;
  font-size: 24px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scrollToTop {
    height: 40px;
    line-height: 45px;
    right: 48px;
    width: 40px;
  }

  .about-area .col-md-6 {
    width: 100%;
  }

  .carousel {
    display: none;
  }

  .slider-one {
    display: block;
  }

  .header-content h2 {
    font-size: 58px;
    line-height: 76px;
  }

  .tittle {
    font-size: 45px;
    line-height: 24px;
  }

  /*floating social media buttons S....*/

  .fa {
    font-size: 1em;
  }

  #socialarea {
    display: block;
    position: fixed;
    /* left: 0; */
    bottom: 10%;
    left: 0%;
    width: 33px;
    z-index: 1;
  }

  /*floating social media buttons E....*/

  .gallery-box {
    margin-top: 8%;
  }

  .activitie-text .rm {
    font-size: 13px;
    margin: auto;
    padding: 10px 0 0 0;
    color: #5c5c5c;
    text-align: left;
    margin-left: 15%;
  }

  .rmhr {
    width: 12% !important;
    border: 1.5px solid #f7b719 !important;
    margin-left: 15%;
  }

  .about-text {
    margin-top: 2%;
    color: #5c5c5c;
    font-size: 16px;
  }

  /*--------------------*/
  /*      ACTIVITIES    */
  /*--------------------*/

  .title-area {
    padding: 0px;
  }

  /*--------------------*/
  /* Gallery page */
  /*--------------------*/

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0 10px;
    min-width: auto;
    max-height: 382px;
    width: 300px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  /*--------------------*/
  /*       Reach     */
  /*--------------------*/

  .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 0%;
    width: 33%;
  }

  .gridder-navigation .gridder-close {
    font-size: 12px;
  }

  .cont-box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter !important;
    color: #fff;
  }

  .cont-box h2 {
    font-size: 22px !important;
    color: #fff !important;
    padding: 0% 0 0% 0 !important;
  }

  figure.effect-oscar {
    height: 520px;
    width: 400px !important;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 90%;
  }

  .scrollToTop {
    background: #f7b719 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 12px;
    height: 45px;
    color: #fff;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 45px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
  }

  /*--------------------*/
  /* MENU S... */
  /*--------------------*/

  .navbar-nav {
    float: left;
    margin: 0;
    padding-left: 3%;
  }

  .navbar .container {
    width: 95%;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }

  .navbar-brand {
    height: auto !important;
    padding: 10px 10px;
  }

  .navbar-nav > li > a {
    padding: 35px 10px;
  }

  /*--------------------*/
  /* MENU E... */
  /*--------------------*/

  .activitie-text {
    float: left;
    width: 30%;
  }
  .activitie-text hr {
    width: 30%;
    border: 2px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
  }

  .header-content {
    padding: 19% 0 0 0;
  }
  .header-content h2 {
    font-size: 60px;
    line-height: 80px;
  }
  .knowmore-btn {
    font-size: 16px;
    padding: 18px 20px;
  }
  .download-btn {
    font-size: 16px;
    padding: 18px 20px;
  }
  .header-btn-area {
    margin-top: 20px;
  }

  .welcome-area {
    float: left;
    display: inline;
    padding: 20px 0;
    width: 100%;
  }

  .tittle {
    font-size: 42px;
    line-height: 45px;
  }

  .titext {
    font-size: 20px;
    color: #5c5c5c;
  }

  .about-text {
    margin-top: 3%;
    color: #5c5c5c;
    font-size: 14px;
  }
  .call-to-content {
    display: inline;
    float: left;
    padding: 35px 0;
    text-align: center;
    width: 100%;
  }

  .gallery-box {
    width: 70% !important;
    float: right;
  }

  .gallery-img {
    margin: auto;
    margin-top: 12%;
  }

  .rmhr {
    width: 15% !important;
    border: 1.5px solid #f7b719 !important;
    text-align: center;
    margin-left: 34%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0px !important;
  }

  .activitie-text h1 {
    font-size: 24px;
    color: #5c5c5c;
    text-align: center;
  }

  .activitie-text hr {
    width: 11%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 43.5%;
    /* margin: auto; */
  }

  .activitie-text li {
    font-size: 14px;
    padding: 5px 0px;
  }

  .main-nav li a {
    font-size: 14px;
    padding: 39px 7px;
  }
  .less-padding {
    padding: 30px 7px !important;
  }
  .search-area input[type="text"]:focus {
    width: 630px;
  }
  .single-wc-content .wc-tittle {
    font-size: 15px;
  }
  .about-left {
    width: 100%;
  }
  .about-left img {
    width: 100%;
  }
  .about-right .tittle {
    padding-bottom: 10px;
    font-size: 28px;
  }
  .about-right .tittle-line {
    margin-bottom: 15px;
  }
  .about-right p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .about-btn-area {
    margin-top: 0;
  }
  .call-to-content h2 {
    font-size: 32px;
  }

  .activitie-text ul {
    padding: 10px 0 0 2%;
  }

  .caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 700px;
    height: 350px;
    text-align: center;
    top: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-8%, 37%);
  }

  .caption-style-4 hr {
    width: 7%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 45%;
  }

  .footer-container {
    width: 100%;
    margin: auto;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 35% !important;
  }

  .footer-conttact-box {
    width: 36% !important;
    margin: auto;
  }

  .footermeun {
    width: 20% !important;
    text-align: right;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 34px;
    padding: 50px 0 0 0;
  }

  .footer-bg h1 {
    font-size: 26px;
    color: #5c5c5c;
  }

  .footer-bg hr {
    width: 24%;
    border: 2px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 6%;
  }

  /*--------------------*/
  /*      ACTIVITIES    */
  /*--------------------*/

  .header-content-one h2 {
    font-size: 50px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    /*	line-height: 100px;
  }

  .header-content-one {
    margin: auto;
    height: 100%;
    padding: 12%;
    text-align: center;
    width: 100%;
  }

  .title-area {
    display: inline;
    float: left;
    padding: 0px 100px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .acti-con {
    margin: auto;
    margin-top: 0px;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 40px;
    margin: auto;
    line-height: 46px;
    padding: 3% 0 2% 0;
  }

  .img-bg {
    float: left;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
  }

  .img-bg .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 111vh;
    width: 832px;
    z-index: 5;
    position: absolute;
  }

  .img-bg .caption-text {
    z-index: 9;
    color: #fff;
    position: absolute;
    width: 870px;
    height: 0px;
    text-align: center;
    top: 250px;
  }

  .img-bg .caption-text h1 {
    color: #fff;
    font-size: 38px;
    margin: auto;
  }

  .img-bg .caption-text hr {
    width: 15%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin: auto;
    margin-top: 1%;
    /* margin-left: 41%; */
  }

  .acti-text h3 {
    margin: auto;
    margin-top: 2%;
    color: #5c5c5c;
    text-align: center;
    font-size: 36px;
  }

  .acti-text hr {
    width: 18% !important;
    border: 1px solid #f7b719;
    margin: auto;
    margin-top: 1%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .acti-con .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .acti-text p {
    margin: auto;
    color: #5c5c5c;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }

  .img-box-border {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 100%;
    margin: 20px 0px 5px 5px !important;
  }

  .img-box-border-one {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 96.9%;
    margin: 8px 0px 5px 13px !important;
  }

  .footer-logo-inner {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 35%;
  }

  .img-bg img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    width: 1000px !important;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  /*--------------------*/
  /*       Gallery     */
  /*--------------------*/

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px;
    min-width: auto;
    max-height: 382px;
    width: 210px;
    height: 200px;
    background: #8d8d8d;
    text-align: center;
    cursor: pointer;
  }

  #Choco_left_arrow {
    left: -14% !important;
  }

  #Choco_right_arrow {
    left: 14% !important;
  }

  .contact .col-sm-12 {
    width: 50%;
  }

  /*--------------------*/
  /*       Reach     */
  /*--------------------*/

  .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 30%;
  }

  .gridder-navigation .gridder-close {
    font-size: 12px;
  }

  .cont-box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter !important;
    color: #fff;
  }

  .cont-box h2 {
    font-size: 22px !important;
    color: #fff !important;
    padding: 0% 0 0% 0 !important;
  }

  figure.effect-oscar {
    height: 275px;
    width: 300px;
  }

  figure.effect-oscar img {
    width: 100%;
  }

  figure.effect-oscar h2 {
    color: #fff;
    margin: 12px 0 0px 0;
    font-size: 30px;
    padding: 0% 0 2% 0 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .grid .col-md-6 {
    width: 49%;
    display: -webkit-inline-box;
  }

  .grid figure figcaption {
    padding: 0 2em 0 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-oscar:hover li {
    font-size: 11px !important;
    padding: 0px 0px 10px 0px;
  }

  /*--------------------*/
  /*       Contact     */
  /*--------------------*/

  .contact h1 {
    color: #5c5c5c;
    padding: 0px;
    font-size: 36px;
  }

  .contact h2 {
    text-align: left;
    padding: 5% 0 2% 0;
    font-size: 30px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .container {
    width: 90%;
  }

  .scrollToTop {
    background: #f7b719 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 10px;
    height: 40px;
    color: #fff;
    line-height: 45px;
    position: fixed;
    right: 6px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 8;
  }

  .title-area {
    display: inline;
    float: left;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  /*--------------------*/
  /* MENU S... */
  /*--------------------*/

  .navbar-toggle {
    margin-top: 6%;
  }

  .navbar-nav {
    float: none;
    margin: 0;
    padding-left: 0%;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #f8f8f8;
    background: #ededed;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*--------------------*/
  /* MENU E... */
  /*--------------------*/

  /*floating social media buttons S....*/

  .fa {
    font-size: 1.5em;
  }

  #socialarea {
    display: block;
    position: fixed;
    /* left: 0; */
    bottom: 10%;
    left: 0%;
    width: 45px;
    z-index: 1;
  }

  #socialarea:hover {
    cursor: pointer;
  }

  #socialarea ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #socialarea li {
    text-align: center;
    font-size: 10px;
    margin: auto;
    top: 10px;
    width: 100%;
  }

  #socialarea li a {
    line-height: 30px;
    color: white;
  }

  #socialarea .take {
    background-color: #15c118;
    transition: 400ms;
  }

  #socialarea .take:hover {
    background-color: #15c118;
  }

  #socialarea .facebook_social {
    background-color: #3a579a;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .facebook_social:hover {
    background-color: #2b4071;
  }

  #socialarea .twitter_social {
    background-color: #00abf0;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .twitter_social:hover {
    background-color: #0184b9;
  }

  #socialarea .googleplus_social {
    background-color: #df4a32;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .googleplus_social:hover {
    background-color: #bc3e2a;
  }

  #socialarea .pinterest_social {
    background-color: #cd1c1f;
    transition: 400ms;
  }

  #socialarea .pinterest_social:hover {
    background-color: #b0171a;
  }

  #socialarea .linkedin_social {
    background-color: #127bb6;
    transition: 400ms;
  }

  #socialarea .linkedin_social:hover {
    background-color: #0c5680;
  }

  .arrow_social {
    opacity: 0;
    color: white;
    transition: 400ms;
  }

  .arrow_social:hover {
    color: white;
  }

  .btnopenclose {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20px !important;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    opacity: 0;
    transition: 400ms;
  }

  #socialarea:hover .arrow_social,
  #socialarea:hover .btnopenclose {
    opacity: 1;
  }

  .remove {
    left: -35px !important;
    position: relative;
    transition: 400ms;
  }

  .as_selected {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
    opacity: 1;
    margin: initial;
  }

  .as_selected .arrow_social {
    opacity: 1;
    left: 0px;
    position: relative;
    color: white;
  }

  /*floating social media buttons E....*/

  .header-content {
    padding: 26% 0px 0px 0px;
  }
  .header-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .header-content h2 span {
    font-weight: normal;
    line-height: 55px;
  }
  .knowmore-btn {
    font-size: 15px;
    padding: 15px 18px;
  }
  .download-btn {
    font-size: 15px;
    padding: 15px 18px;
  }
  .welcome-area {
    float: left;
    display: inline;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
  }

  .fa-quote-left {
    content: "\f10d";
    font-size: 20px;
    padding: 0 10px 0 0;
    color: #5c5c5c;
  }

  .tittle {
    color: #4e4e4e;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 18px;
    line-height: 45px;
  }

  .fa-quote-right {
    content: "\f10d";
    font-size: 20px;
    padding: 0 0 0 10px;
    color: #5c5c5c;
  }

  .titext {
    font-size: 20px;
    color: #5c5c5c;
  }

  .about-text {
    margin-top: 20px;
    color: #5c5c5c;
    font-size: 14px;
    text-align: center;
  }

  #call-to-action {
    z-index: 8;
  }

  .call-to-content {
    display: inline;
    float: left;
    padding: 15px 0 0 0;
    text-align: center;
    width: 100%;
  }

  #call-to-action .fa-quote-left {
    content: "\f10d";
    font-size: 18px;
    padding: 0 10px 0 0;
    color: #fff;
  }

  .call-to-content h2 {
    font-size: 30px;
    line-height: 28px;
  }

  #call-to-action .fa-quote-right {
    content: "\f10d";
    font-size: 18px;
    padding: 0 0 0 10px;
    color: #fff;
  }

  .call-to-content p {
    margin-top: 8px;
  }

  .activitie-text h1 {
    font-size: 24px;
    color: #5c5c5c;
    text-align: center;
  }

  .activitie-text hr {
    width: 11%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 41%;
    /* margin: auto; */
  }

  .activitie-text li {
    font-size: 16px;
  }

  .activitie-text ul {
    padding: 10px 0 0 34%;
  }

  .rmhr {
    width: 7% !important;
    border: 1px solid #f7b719 !important;
    text-align: center;
    margin-left: 44.5% !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0px !important;
  }

  .caption-style-4 .caption-text h1 {
    color: #fff;
    font-size: 38px;
    margin-left: 25% !important;
    margin: auto;
  }

  .caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 59vh;
    width: 118vh;
    z-index: 5;
    position: absolute;
  }

  .caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 700px;
    height: 350px;
    text-align: center;
    top: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-15%, 35%);
  }

  .caption-style-4 hr {
    width: 12%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 55%;
  }

  .footer-bg h1 {
    font-size: 28px;
    color: #5c5c5c;
    text-align: center;
  }

  .footer-bg hr {
    width: 18%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 38%;
  }

  .footer-bg p {
    color: #5c5c5c;
    font-size: 14px;
    text-align: center;
    /* padding: 10px 0 0 0; */
  }

  .footermeun {
    text-align: center;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 30px;
    padding: 0px 0 16px 0;
    width: 100%;
  }

  .copyright {
    width: 100%;
    background-color: #787878;
    color: #1b1818;
    padding: 15px;
    font-size: 12px;
    text-align: center;
  }
  .activitie-text {
    float: left;
    width: 100%;
  }

  .gallery-box {
    width: 100% !important;
    float: right;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 100%;
  }

  .footer-conttact-box {
    width: 100%;
    margin: auto;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 100% !important;
  }

  .footer-conttact-box {
    width: 100% !important;
    margin: auto;
  }

  .footermeun {
    width: 100% !important;
  }

  /*--------------------*/
  /*      ACTIVITIES    */
  /*--------------------*/

  .header-content-one h2 {
    font-size: 50px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    /*	line-height: 100px;*/
  }

  .header-content-one {
    margin: auto;
    height: 100%;
    padding: 12%;
    text-align: center;
    width: 100%;
  }

  .acti-con {
    margin: auto;
    margin-top: 0px;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 40px;
    margin: auto;
    line-height: 46px;
    padding: 3% 0 2% 0;
  }

  .img-bg {
    float: left;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
  }

  .img-bg .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 79vh;
    width: 592px;
    z-index: 5;
    position: absolute;
  }

  .img-bg .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 120vh;
    height: 0px;
    text-align: center;
    top: 180px;
  }

  .img-bg .caption-text h1 {
    color: #fff;
    font-size: 38px;
    margin: auto;
  }

  .img-bg .caption-text hr {
    width: 20%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin: auto;
    margin-top: 1%;
    /* margin-left: 41%; */
  }

  .acti-text h3 {
    margin: auto;
    margin-top: 2%;
    color: #5c5c5c;
    text-align: center;
    font-size: 28px;
  }

  .acti-text hr {
    width: 18% !important;
    border: 1px solid #f7b719;
    margin: auto;
    margin-top: 1%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .acti-con .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .acti-text p {
    margin: auto;
    color: #5c5c5c;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }

  .img-box-border {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 98%;
    margin: 20px 0px 5px 5px !important;
  }

  .img-box-border-one {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 95%;
    margin: 8px 0px 5px 14px !important;
  }

  .footer-logo-inner {
    margin: auto;
    padding: 6% 0px 0px 0% !important;
    width: 100%;
  }

  /*--------------------*/
  /*       Gallery     */
  /*--------------------*/

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 0px;
    min-width: 100%;
    max-width: 500px;
    max-height: 382px;
    width: 220px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  #Choco_left_arrow {
    left: -14% !important;
  }

  #Choco_right_arrow {
    left: 14% !important;
  }

  /*--------------------*/
  /*       Reach     */
  /*--------------------*/

  .gridder-list:nth-child(n) {
    width: 100%;
  }

  .gridder-list > img {
    width: 100%;
  }

  .gridder-navigation .gridder-close {
    font-size: 12px;
  }

  .cont-box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter !important;
    color: #fff;
  }

  .cont-box h2 {
    font-size: 24px !important;
    color: #fff !important;
    padding: 0% 0 2% 0 !important;
  }

  .figure.effect-oscar {
    height: 480px;
  }

  figure.effect-oscar img {
    width: 100%;
  }

  figure.effect-oscar h2 {
    color: #fff;
    margin: 12px 0 0px 0;
    font-size: 40px;
    padding: 8% 0 8% 0 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .grid figure figcaption {
    padding: 0 2em 0 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-oscar:hover li {
    font-size: 16px !important;
    padding: 0px 0px 15px 0px;
  }

  /*--------------------*/
  /*      Contact     */
  /*--------------------*/

  .contact h1 {
    color: #5c5c5c;
    padding: 4% 0 0 0;
    font-size: 40px;
    text-align-last: center;
    text-transform: uppercase;
  }

  .contact h3 {
    font-size: 26px;
    color: #33691e;
    text-align: center;
    padding: 0% 0 2% 0;
  }

  .contact p {
    font-size: 16px;
    text-align: center;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .contact p a {
    font-size: 16px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .contact p a:hover {
    font-size: 16px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 34px;
    margin: auto;
    line-height: 45px;
    padding: 5% 0 2% 0;
    text-align: center;
  }

  form input {
    padding: 10px;
    border: 1px solid rgba(247, 183, 25, 0.63);
    display: block;
    margin: 0px 13%;
    font-size: 14px;
    width: 75%;
  }

  input[type="submit"] {
    color: #fff;
    background: #33691e;
    border-style: none;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type="submit"]:hover {
    background: #f7b719;
    border-style: none;
    font-size: 20px;
  }

  .contact .col-sm-12 {
    width: 100% !important;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .container {
    width: 90%;
  }

  .scrollToTop {
    background: #f7b719 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 10px;
    height: 40px;
    color: #fff;
    line-height: 45px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 8;
  }

  .title-area {
    display: inline;
    float: left;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  /*--------------------*/
  /* MENU S... */
  /*--------------------*/

  .navbar-toggle {
    margin-top: 6%;
  }

  .navbar-nav {
    float: none;
    margin: 0;
    padding-left: 0%;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #f8f8f8;
    background: #ededed;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*--------------------*/
  /* MENU E... */
  /*--------------------*/

  /*floating social media buttons S....*/

  .fa {
    font-size: 1.5em;
  }

  #socialarea {
    display: block;
    position: fixed;
    bottom: 10%;
    left: 0%;
    width: 40px;
    z-index: 1;
  }

  #socialarea:hover {
    cursor: pointer;
  }

  #socialarea ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #socialarea li {
    text-align: center;
    font-size: 10px;
    margin: auto;
    top: 10px;
    width: 100%;
  }

  #socialarea li a {
    line-height: 30px;
    color: white;
  }

  #socialarea .take {
    background-color: #15c118;
    transition: 400ms;
  }

  #socialarea .take:hover {
    background-color: #15c118;
  }

  #socialarea .facebook_social {
    background-color: #3a579a;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .facebook_social:hover {
    background-color: #2b4071;
  }

  #socialarea .twitter_social {
    background-color: #00abf0;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .twitter_social:hover {
    background-color: #0184b9;
  }

  #socialarea .googleplus_social {
    background-color: #df4a32;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .googleplus_social:hover {
    background-color: #bc3e2a;
  }

  #socialarea .pinterest_social {
    background-color: #cd1c1f;
    transition: 400ms;
  }

  #socialarea .pinterest_social:hover {
    background-color: #b0171a;
  }

  #socialarea .linkedin_social {
    background-color: #127bb6;
    transition: 400ms;
  }

  #socialarea .linkedin_social:hover {
    background-color: #0c5680;
  }

  .arrow_social {
    opacity: 0;
    color: white;
    transition: 400ms;
  }

  .arrow_social:hover {
    color: white;
  }

  .btnopenclose {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20px !important;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    opacity: 0;
    transition: 400ms;
  }

  #socialarea:hover .arrow_social,
  #socialarea:hover .btnopenclose {
    opacity: 1;
  }

  .remove {
    left: -35px !important;
    position: relative;
    transition: 400ms;
  }

  .as_selected {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
    opacity: 1;
    margin: initial;
  }

  .as_selected .arrow_social {
    opacity: 1;
    left: 0px;
    position: relative;
    color: white;
  }

  /*floating social media buttons E....*/

  .header-content {
    padding: 35% 0px 0px 0px;
  }
  .header-content h2 {
    font-size: 48px;
    line-height: 65px;
  }
  .header-content h2 span {
    font-weight: normal;
    line-height: 55px;
  }
  .knowmore-btn {
    font-size: 15px;
    padding: 15px 18px;
  }
  .download-btn {
    font-size: 15px;
    padding: 15px 18px;
  }
  .welcome-area {
    float: left;
    display: inline;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
  }

  .fa-quote-left {
    content: "\f10d";
    font-size: 20px;
    padding: 0 10px 0 0;
    color: #5c5c5c;
  }

  .tittle {
    color: #4e4e4e;
    font-size: 38px;
    margin-bottom: 0;
    padding-bottom: 18px;
    line-height: 35px;
  }

  .fa-quote-right {
    content: "\f10d";
    font-size: 20px;
    padding: 0 0 0 10px;
    color: #5c5c5c;
  }

  .titext {
    font-size: 22px;
    color: #5c5c5c;
  }

  .about-text {
    margin-top: 20px;
    color: #5c5c5c;
    font-size: 14px;
    text-align: center;
  }

  #call-to-action {
    z-index: 8;
  }

  .call-to-content {
    display: inline;
    float: left;
    padding: 20px 0 0 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  #call-to-action .fa-quote-left {
    content: "\f10d";
    font-size: 18px;
    padding: 0 10px 0 0;
    color: #fff;
  }

  .call-to-content h2 {
    font-size: 28px;
    line-height: 30px;
  }

  #call-to-action .fa-quote-right {
    content: "\f10d";
    font-size: 18px;
    padding: 0 0 0 10px;
    color: #fff;
  }

  .call-to-content p {
    margin-top: 2rem;
  }

  .activitie-text h1 {
    font-size: 24px;
    color: #5c5c5c;
    text-align: center;
  }

  .activitie-text hr {
    width: 11%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 40%;
    /* margin: auto; */
  }

  .activitie-text ul {
    padding: 10px 0 0 34%;
  }

  .rmhr {
    width: 7% !important;
    border: 1.5px solid #f7b719 !important;
    text-align: center;
    margin-left: 44% !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0px !important;
  }

  .caption-style-4 .caption-text h1 {
    color: #fff;
    font-size: 38px;
    margin-left: 25% !important;
    margin: auto;
  }

  .caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 59vh;
    width: 118vh;
    z-index: 5;
    position: absolute;
  }

  .caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 300px;
    height: 400px;
    text-align: center;
    top: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(15%, 23%);
  }

  .caption-style-4 hr {
    width: 12%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 50%;
  }

  .footer-bg h1 {
    font-size: 28px;
    color: #5c5c5c;
    text-align: center;
  }

  .footer-bg hr {
    width: 18%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 38%;
  }

  .footer-bg p {
    color: #5c5c5c;
    font-size: 14px;
    text-align: center;
    /* padding: 10px 0 0 0; */
  }

  .footermeun {
    text-align: center;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 30px;
    padding: 0px 0 16px 0;
    width: 100%;
  }

  .copyright {
    width: 100%;
    background-color: #787878;
    color: #1b1818;
    padding: 15px;
    font-size: 12px;
    text-align: center;
  }
  .activitie-text {
    float: left;
    width: 100%;
  }

  .gallery-box {
    width: 100% !important;
    float: right;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 100%;
  }

  .footer-conttact-box {
    width: 100%;
    margin: auto;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 100% !important;
  }

  .footer-conttact-box {
    width: 100% !important;
    margin: auto;
  }

  .footermeun {
    width: 100% !important;
  }

  /*--------------------*/
  /*      ACTIVITIES    */
  /*--------------------*/

  .header-content-one h2 {
    font-size: 50px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    /*	line-height: 100px;*/
  }

  .header-content-one {
    margin: auto;
    height: 100%;
    padding: 12%;
    text-align: center;
    width: 100%;
  }

  .acti-con {
    margin: auto;
    margin-top: 0px;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 40px;
    margin: auto;
    line-height: 46px;
    padding: 3% 0 2% 0;
  }

  .img-bg {
    float: left;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
  }

  .img-bg .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 79vh;
    width: 592px;
    z-index: 5;
    position: absolute;
  }

  .img-bg .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 120vh;
    height: 0px;
    text-align: center;
    top: 180px;
  }

  .img-bg .caption-text h1 {
    color: #fff;
    font-size: 38px;
    margin: auto;
  }

  .img-bg .caption-text hr {
    width: 20%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin: auto;
    margin-top: 1%;
    /* margin-left: 41%; */
  }

  .acti-text h3 {
    margin: auto;
    margin-top: 2%;
    color: #5c5c5c;
    text-align: center;
    font-size: 24px;
  }

  .acti-text hr {
    width: 18% !important;
    border: 1px solid #f7b719;
    margin: auto;
    margin-top: 1%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .acti-con .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .acti-text p {
    margin: auto;
    color: #5c5c5c;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }

  .img-box-border {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 98%;
    margin: 20px 0px 5px 5px !important;
  }

  .img-box-border-one {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 95%;
    margin: 8px 0px 5px 14px !important;
  }

  .footer-logo-inner {
    margin: auto;
    padding: 6% 0px 0px 0% !important;
    width: 100%;
  }

  /*--------------------*/
  /*       Gallery     */
  /*--------------------*/

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 0px;
    min-width: 100%;
    max-width: 500px;
    max-height: 382px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  #Choco_left_arrow {
    left: -14% !important;
  }

  #Choco_right_arrow {
    left: 14% !important;
  }

  /*--------------------*/
  /*       Reach     */
  /*--------------------*/

  .gridder-list:nth-child(n) {
    width: 100%;
  }

  .gridder-list > img {
    width: 100%;
  }

  .gridder-navigation .gridder-close {
    font-size: 12px;
  }

  .cont-box p {
    font-size: 12px;
    line-height: 18px;
    font-weight: lighter !important;
    color: #fff;
  }

  .cont-box h2 {
    font-size: 20px !important;
    color: #fff !important;
    padding: 0% 0 4% 0 !important;
  }

  figure.effect-oscar {
    height: 382px;
  }

  figure.effect-oscar h2 {
    color: #fff;
    margin: 12px 0 0px 0;
    font-size: 40px;
    padding: 8% 0 8% 0 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .grid figure figcaption {
    padding: 0 2em 0 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-oscar:hover li {
    font-size: 16px !important;
    padding: 0px 0px 15px 0px;
  }

  /*--------------------*/
  /*      Contact     */
  /*--------------------*/

  .contact h1 {
    color: #5c5c5c;
    padding: 4% 0 0 0;
    font-size: 40px;
    text-align-last: center;
    text-transform: uppercase;
  }

  .contact h3 {
    font-size: 26px;
    color: #33691e;
    text-align: center;
    padding: 0% 0 2% 0;
  }

  .contact p {
    font-size: 16px;
    text-align: center;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .contact p a {
    font-size: 16px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .contact p a:hover {
    font-size: 16px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 28px;
    margin: auto;
    line-height: 38px;
    padding: 5% 0 2% 0;
    text-align: center;
  }

  form input {
    padding: 10px;
    border: 1px solid rgba(247, 183, 25, 0.63);
    display: block;
    margin: 0px 13%;
    font-size: 14px;
    width: 75%;
  }

  input[type="submit"] {
    color: #fff;
    background: #33691e;
    border-style: none;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type="submit"]:hover {
    background: #f7b719;
    border-style: none;
    font-size: 20px;
  }

  .contact .col-sm-12 {
    width: 100% !important;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 361px) and (max-width: 480px) {
  .container {
    width: 90%;
  }

  #videohome {
    display: none;
  }

  .banner-mob {
    display: block;
    position: relative;
    height: 300px;
    z-index: 100;
    background: url(images/video-bg.jpg) center no-repeat;
    background-size: cover;
  }

  .header-content {
    padding: 23% 0% !important;
  }

  .scrollToTop {
    background: #f7b719 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 8px;
    height: 40px;
    color: #fff;
    line-height: 45px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 8;
  }

  /*--------------------*/
  /* MENU S... */
  /*--------------------*/

  .navbar-toggle {
    margin-top: 8%;
  }

  .navbar-nav {
    float: none;
    margin: 0;
    padding-left: 0%;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #f8f8f8;
    background: #ededed;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*--------------------*/
  /* MENU E... */
  /*--------------------*/

  /*floating social media buttons S....*/

  .fa {
    font-size: 1.5em;
  }

  #socialarea {
    display: block;
    position: fixed;
    /* left: 0; */
    bottom: 10%;
    left: 0%;
    width: 40px;
    z-index: 1;
  }

  #socialarea:hover {
    cursor: pointer;
  }

  #socialarea ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #socialarea li {
    text-align: center;
    font-size: 10px;
    margin: auto;
    top: 10px;
    width: 100%;
  }

  #socialarea li a {
    line-height: 30px;
    color: white;
  }

  #socialarea .take {
    background-color: #15c118;
    transition: 400ms;
  }

  #socialarea .take:hover {
    background-color: #15c118;
  }

  #socialarea .facebook_social {
    background-color: #3a579a;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .facebook_social:hover {
    background-color: #2b4071;
  }

  #socialarea .twitter_social {
    background-color: #00abf0;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .twitter_social:hover {
    background-color: #0184b9;
  }

  #socialarea .googleplus_social {
    background-color: #df4a32;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .googleplus_social:hover {
    background-color: #bc3e2a;
  }

  #socialarea .pinterest_social {
    background-color: #cd1c1f;
    transition: 400ms;
  }

  #socialarea .pinterest_social:hover {
    background-color: #b0171a;
  }

  #socialarea .linkedin_social {
    background-color: #127bb6;
    transition: 400ms;
  }

  #socialarea .linkedin_social:hover {
    background-color: #0c5680;
  }

  .arrow_social {
    opacity: 0;
    color: white;
    transition: 400ms;
  }

  .arrow_social:hover {
    color: white;
  }

  .btnopenclose {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20px !important;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    opacity: 0;
    transition: 400ms;
  }

  #socialarea:hover .arrow_social,
  #socialarea:hover .btnopenclose {
    opacity: 1;
  }

  .remove {
    left: -35px !important;
    position: relative;
    transition: 400ms;
  }

  .as_selected {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
    opacity: 1;
    margin: initial;
  }

  .as_selected .arrow_social {
    opacity: 1;
    left: 0px;
    position: relative;
    color: white;
  }

  /*floating social media buttons E....*/

  .header-content h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .tittle {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: -10px;
  }

  .fa-quote-left {
    content: "\f10d";
    font-size: 20px;
    padding: 0 10px 0 0;
    color: #5c5c5c;
    top: 0px;
  }

  .fa-quote-right {
    content: "\f10d";
    font-size: 20px;
    padding: 0 0 0 8px;
    color: #5c5c5c;
    top: 0px;
  }

  .welcome-area {
    padding: 0px 0px 4% 0px;
  }

  .titext {
    font-size: 16px;
    color: #5c5c5c;
    top: 10px;
  }

  .about-text {
    margin-top: 3%;
    color: #5c5c5c;
    text-align: center;
    font-size: 12px;
  }

  #call-to-action {
    bottom: 8px;
    z-index: 8;
  }
  .call-to-content {
    padding: 15px 0;
  }

  .call-to-content h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #call-to-action .fa-quote-left {
    content: "\f10d";
    font-size: 10px;
    padding: 0 0 0 10px;
    color: #fff;
  }
  #call-to-action .fa-quote-right {
    content: "\f10d";
    font-size: 10px;
    padding: 0 0 0 10px;
    color: #fff;
  }

  .activitie-text {
    float: none;
  }

  .activitie-text h1 {
    font-size: 24px;
    text-align: center;
    color: #5c5c5c;
  }

  .activitie-text hr {
    width: 18%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 34.2% !important;
  }

  .activitie-text .rm {
    font-size: 13px;
    margin: auto;
    padding: 10px 0 0 0;
    color: #5c5c5c;
    text-align: center;
  }

  .activitie-text ul {
    padding: 10px 0 0 26%;
  }

  .activitie-text li {
    font-size: 16px;
    font-weight: lighter;
    padding: 4px;
    color: #5c5c5c;
  }

  .rmhr {
    width: 12% !important;
    border: 1px solid #f7b719 !important;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin: auto;
    margin-right: 47% !important;
    float: right !important;
  }
  .caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    /*    height: 150px;*/
    width: 100vh;
    z-index: 5;
    position: absolute;
  }

  .caption-style-4 hr {
    width: 17%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 36%;
  }

  .caption-style-4 hr {
    width: 7%;
    border: 2px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-right: 353px;
  }

  .caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 300px;
    height: 400px;
    text-align: center;
    top: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(10%, 20%);
  }

  .caption-style-4 .caption-text h1 {
    color: #fff;
    font-size: 24px;
    margin: auto;
    margin-left: 0px !important;
  }

  .caption-style-4 hr {
    width: 11%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 40%;
  }

  .footer-container {
    width: 100%;
    margin: auto;
  }

  .footer-bg {
    margin-top: 7%;
  }

  .footer-bg h1 {
    font-size: 24px;
    color: #5c5c5c;
    text-align: center;
  }

  .footer-bg hr {
    width: 20%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 35%;
  }

  .footer-bg p {
    color: #5c5c5c;
    font-size: 13px;
    text-align: center;
    /* padding: 10px 0 0 0; */
  }

  .fa-map-marker {
    content: "\f041";
    font-size: 16px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
  }

  .fa-mobile {
    content: "\f10b";
    font-size: 16px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }
  .footer-container .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .footermeun {
    text-align: center;
    font-size: 13px;
    color: #5c5c5c;
    line-height: 20px;
    padding: 0px 0 14px 0;
    margin-top: -14px;
  }

  .copyright {
    width: 100%;
    background-color: #787878;
    color: #1b1818;
    padding: 15px;
    font-size: 11px;
    text-align: center;
  }
  .knowmore-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .download-btn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .title-area {
    padding: 0 10px;
  }
  .search-area input[type="text"] {
    font-size: 15px;
  }
  .search-area input[type="text"]:focus {
    height: 35px;
    top: 32px !important;
    width: 350px;
  }
  .call-to-content h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .team-grid {
    padding: 0 75px;
  }
  .team-grid li {
    height: 300px;
    margin: 20px 0 70px;
    width: 100%;
  }
  .team-info {
    padding: 70px 18px;
  }
  .team-info p {
    font-size: 18px;
  }
  .single-portfolio {
    margin-left: 8px;
    width: 100%;
  }
  #counter img {
    height: 354px;
    width: 100%;
  }
  .counter-area {
    padding: 40px 0;
  }
  .single-counter > span {
    font-size: 50px;
    text-align: center;
    width: 100%;
  }
  .single-counter .counter-count {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .single-price .price-header {
    font-size: 20px;
    padding: 10px 0;
  }
  .single-price .price-header::after {
    bottom: -43%;
  }
  .standard-price .price-header {
    padding: 20px 0;
  }
  .standard-price .price-header::after {
    bottom: -32%;
  }
  .single-price .price-amount {
    font-size: 16px;
  }
  .single-price p {
    font-size: 14px;
  }
  .single-price a span {
    padding: 12px 20px;
  }
  .button-default::after,
  .button-default > span {
    font-size: 10px;
  }
  .single-slide {
    padding: 0 100px;
  }
  .single-slide > p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
  }
  .single-slide > p::after {
    font-size: 40px;
    top: -10px;
  }
  .testimonial-thumb {
    margin: 20px auto 0;
  }
  .client-table {
    padding-left: 30px;
  }
  .instagram-feed .slick-prev {
    left: 34%;
  }
  .instagram-feed .slick-next {
    right: 35%;
  }
  #error-page {
    padding: 80px 0;
  }
  .error-page-area {
    width: 350px;
  }
  .error-no {
    padding: 20px;
  }
  .error-no h2 {
    font-size: 45px;
  }
  .error-no p {
    font-size: 50px;
  }
  .error-message h4 {
    font-size: 35px;
    line-height: 35px;
  }
  .error-message p {
    font-size: 20px;
    padding: 0 45px;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 100% !important;
  }

  .footer-conttact-box {
    width: 100% !important;
    margin: auto;
  }

  .footermeun {
    width: 100% !important;
  }

  /*--------------------*/
  /*      ACTIVITIES    */
  /*--------------------*/

  .header-content-one h2 {
    font-size: 32px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    /*	line-height: 100px;*/
  }

  .header-content-one {
    margin: auto;
    height: 100%;
    padding: 30px;
    text-align: center;
    width: 100%;
  }

  .acti-con {
    margin: auto;
    margin-top: 0px;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 25px;
    margin: auto;
    line-height: 46px;
    padding: 3% 0 2% 0;
  }

  .img-bg {
    float: left;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
  }

  .img-bg .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 49.5vh;
    width: 74.5vh;
    z-index: 5;
    position: absolute;
  }

  .img-bg .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 74vh;
    height: 0px;
    text-align: center;
    top: 112px;
  }

  .img-bg .caption-text h1 {
    color: #fff;
    font-size: 24px;
    margin: auto;
  }

  .img-bg .caption-text hr {
    width: 25%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin: auto;
    margin-top: 1%;
    /* margin-left: 41%; */
  }

  .acti-text h3 {
    margin: auto;
    margin-top: 5%;
    color: #5c5c5c;
    text-align: center;
    font-size: 20px;
  }

  .acti-text hr {
    width: 25% !important;
    border: 1px solid #f7b719;
    margin: auto;
    margin-top: 1%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .acti-con .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .acti-text p {
    margin: auto;
    color: #5c5c5c;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
  }

  .img-box-border {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 95%;
    margin: 20px 0px 5px 5px !important;
  }

  .img-box-border-one {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 92%;
    margin: 8px 0px 5px 14px !important;
  }

  .footer-logo-inner {
    margin: auto;
    padding: 6% 0px 0px 0% !important;
    width: 100%;
  }

  /*--------------------*/
  /*       Gallery     */
  /*--------------------*/

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 0px;
    min-width: 100%;
    max-width: 500px;
    max-height: 382px;
    width: 49%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  #Choco_left_arrow {
    left: -17% !important;
  }

  #Choco_right_arrow {
    left: 17% !important;
  }

  /*--------------------*/
  /*       Reach     */
  /*--------------------*/
  .gridder-navigation .gridder-close {
    font-size: 12px;
  }

  .cont-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: lighter !important;
    color: #fff;
  }

  .cont-box h2 {
    font-size: 20px !important;
    color: #fff !important;
    padding: 0% 0 4% 0 !important;
  }

  figure.effect-oscar {
    height: 321px;
  }

  figure.effect-oscar h2 {
    color: #fff;
    margin: 12px 0 0px 0;
    font-size: 30px;
    padding: 5% 0 10% 0 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .grid figure figcaption {
    padding: 0 2em 0 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-oscar:hover li {
    font-size: 12px !important;
    padding: 0px 0px 12px 0px;
  }

  /*--------------------*/
  /*      Contact     */
  /*--------------------*/

  .contact h1 {
    color: #5c5c5c;
    padding: 4% 0 0 0;
    font-size: 32px;
    text-align-last: center;
    text-transform: uppercase;
  }

  .contact h3 {
    font-size: 26px;
    color: #33691e;
    text-align: center;
    padding: 0% 0 2% 0;
  }

  .contact p {
    font-size: 14px;
    text-align: center;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .contact p a {
    font-size: 14px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .contact p a:hover {
    font-size: 14px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 25px;
    margin: auto;
    line-height: 35px;
    padding: 5% 0 5% 0;
    text-align: center;
  }

  form input {
    padding: 10px;
    border: 1px solid rgba(247, 183, 25, 0.63);
    display: block;
    margin: 0px 0 10px;
    font-size: 14px;
    width: 100%;
  }

  input[type="submit"] {
    color: #fff;
    background: #33691e;
    border-style: none;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type="submit"]:hover {
    background: #f7b719;
    border-style: none;
    font-size: 20px;
  }

  .contact .col-sm-12 {
    width: 100% !important;
  }

  .locate-us,
  .locate-us:visited {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 321px) and (max-width: 360px) {
  .container {
    width: 95%;
  }

  #videohome {
    display: none;
  }

  .banner-mob {
    display: block;
    position: relative;
    height: 200px;
    z-index: 100;
    background: url(images/video-bg.jpg) center no-repeat;
    background-size: cover;
  }

  .scrollToTop {
    background: #f7b719 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 7px;
    height: 30px;
    color: #fff;
    line-height: 38px;
    position: fixed;
    right: 6px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 8;
  }

  .header-content {
    float: left;
    height: 100%;
    padding: 20% 0px 0px 0px;
    text-align: center;
    width: 100%;
  }

  .header-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  /*--------------------*/
  /* MENU S... */
  /*--------------------*/

  .navbar-toggle {
    margin-top: 10%;
  }

  .navbar-nav {
    float: none;
    margin: 0;
    padding-left: 0%;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #f8f8f8;
    background: #ededed;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*--------------------*/
  /* MENU E... */
  /*--------------------*/

  /*floating social media buttons S....*/

  .fa {
    font-size: 1.5em;
  }

  #socialarea {
    display: block;
    position: fixed;
    /* left: 0; */
    bottom: 10%;
    left: 0%;
    width: 32px;
    z-index: 1;
  }

  #socialarea:hover {
    cursor: pointer;
  }

  #socialarea ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #socialarea li {
    text-align: center;
    font-size: 10px;
    margin: auto;
    top: 10px;
    width: 100%;
  }

  #socialarea li a {
    line-height: 30px;
    color: white;
  }

  #socialarea .take {
    background-color: #15c118;
    transition: 400ms;
  }

  #socialarea .take:hover {
    background-color: #15c118;
  }

  #socialarea .facebook_social {
    background-color: #3a579a;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .facebook_social:hover {
    background-color: #2b4071;
  }

  #socialarea .twitter_social {
    background-color: #00abf0;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .twitter_social:hover {
    background-color: #0184b9;
  }

  #socialarea .googleplus_social {
    background-color: #df4a32;
    padding-top: 8px;
    transition: 400ms;
  }

  #socialarea .googleplus_social:hover {
    background-color: #bc3e2a;
  }

  #socialarea .pinterest_social {
    background-color: #cd1c1f;
    transition: 400ms;
  }

  #socialarea .pinterest_social:hover {
    background-color: #b0171a;
  }

  #socialarea .linkedin_social {
    background-color: #127bb6;
    transition: 400ms;
  }

  #socialarea .linkedin_social:hover {
    background-color: #0c5680;
  }

  .arrow_social {
    opacity: 0;
    color: white;
    transition: 400ms;
  }

  .arrow_social:hover {
    color: white;
  }

  .btnopenclose {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20px !important;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    opacity: 0;
    transition: 400ms;
  }

  #socialarea:hover .arrow_social,
  #socialarea:hover .btnopenclose {
    opacity: 1;
  }

  .remove {
    left: -35px !important;
    position: relative;
    transition: 400ms;
  }

  .as_selected {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
    opacity: 1;
    margin: initial;
  }

  .as_selected .arrow_social {
    opacity: 1;
    left: 0px;
    position: relative;
    color: white;
  }

  /*floating social media buttons E....*/

  .tittle {
    font-size: 20px;
    margin-bottom: -30px !important;
  }

  .fa-quote-left {
    content: "\f10d";
    font-size: 8px;
    padding: 0 10px 0 0;
    color: #5c5c5c;
    top: 0px;
  }

  .fa-quote-right {
    content: "\f10d";
    font-size: 8px;
    padding: 0 0px 0 8px;
    color: #5c5c5c;
    top: 0px;
  }

  .welcome-area {
    padding: 0px 0px 4% 0px;
  }

  .titext {
    font-size: 14px;
    color: #5c5c5c;
    top: 10px;
  }

  .title-area {
    padding: 0px;
  }

  .about-text {
    margin-top: 5%;
    text-align: center;
    color: #5c5c5c;
    font-size: 12px;
  }

  #call-to-action {
    bottom: 8px;
    z-index: 8;
  }
  .call-to-content {
    padding: 24px 0;
  }

  .call-to-content h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #call-to-action .fa-quote-left {
    content: "\f10d";
    font-size: 10px;
    padding: 0 0 0 10px;
    color: #fff;
  }
  #call-to-action .fa-quote-right {
    content: "\f10d";
    font-size: 10px;
    padding: 0 0 0 10px;
    color: #fff;
  }

  .call-to-content p {
    margin-top: 10px;
    font-size: 12px;
  }

  .activitie-text {
    float: none;
  }

  .activitie-text h1 {
    font-size: 20px;
    text-align: center;
    color: #5c5c5c;
  }

  .activitie-text hr {
    width: 18%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 93px !important;
  }

  .activitie-text .rm {
    font-size: 12px;
    margin: auto;
    padding: 10px 0 0 0;
    color: #5c5c5c;
    text-align: center;
  }

  .activitie-text ul {
    padding: 10px 0 0 23%;
  }

  .activitie-text li {
    font-size: 14px;
    font-weight: lighter;
    padding: 4px;
    color: #5c5c5c;
  }

  .rmhr {
    width: 12% !important;
    border: 1px solid #f7b719 !important;
    text-align: center;
    margin-right: 138px !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0px !important;
    float: right !important;
  }
  .caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 150px;
    width: 300px;
    z-index: 5;
    position: absolute;
  }

  .caption-style-4 hr {
    width: 17%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 36%;
  }

  .caption-style-4 hr {
    width: 7%;
    border: 2px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-right: 353px;
  }

  .caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 300px;
    height: 300px;
    text-align: center;
    top: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, 18%);
  }

  .caption-style-4 .caption-text h1 {
    color: #fff;
    font-size: 20px;
    margin: auto;
    /*    margin-left: -27px;    */
  }

  .caption-style-4 hr {
    width: 11%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 116px;
  }

  .footer-container {
    width: 85%;
    margin: auto;
  }

  .footer-bg {
    margin-top: 7%;
  }

  .footer-bg h1 {
    font-size: 20px;
    color: #5c5c5c;
    text-align: center;
  }

  .footer-bg hr {
    width: 26%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 80px;
  }

  .footer-bg p {
    color: #5c5c5c;
    font-size: 12px;
    text-align: center;
    /* padding: 10px 0 0 0; */
  }

  .fa-map-marker {
    content: "\f041";
    font-size: 16px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
  }

  .fa-mobile {
    content: "\f10b";
    font-size: 16px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }
  .footer-container .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .footermeun {
    text-align: center;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 20px;
    padding: 0px 0 14px 0;
    margin-top: -14px;
  }

  .copyright {
    width: 100%;
    background-color: #787878;
    color: #1b1818;
    padding: 15px;
    font-size: 10px;
    text-align: center;
  }

  .search-area input[type="text"] {
    font-size: 14px;
  }
  .search-area input[type="text"]:focus {
    height: 35px;
    top: 32px !important;
    width: 250px;
  }
  .wc-table li {
    margin-bottom: 20px;
    width: 100%;
  }
  .about-right {
    margin-top: 45px;
  }
  .about-right .tittle {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .about-right .tittle-line {
    width: 60px;
  }
  .call-to-content h2 {
    font-size: 20px;
  }
  .team-grid {
    padding: 0 55px;
  }
  .team-grid li {
    height: 220px;
  }
  .team-info {
    padding: 20px 10px;
  }
  .team-info p {
    font-size: 14px;
  }
  .portfolio-container {
    margin-left: 0;
  }
  .portfolio-menu ul li {
    font-size: 12px;
    margin: 0 7px 5px;
    padding: 8px;
  }
  .single-portfolio {
    width: 100%;
    margin-left: 0px;
  }
  .portfolio-social-icon {
    padding: 105px 50px;
  }
  #counter img {
    height: 354px;
    width: 100%;
  }
  .counter-area {
    padding: 40px 0;
  }
  .single-counter > span {
    font-size: 40px;
  }
  .single-counter .counter-count > span {
    font-size: 30px;
  }
  .single-counter .counter-count > p {
    font-size: 12px;
  }
  .price-table li {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e4e4e4;
  }
  .single-price a span {
    font-size: 14px;
  }
  .single-price .price-amount {
    font-size: 16px;
  }
  .single-price p {
    font-size: 14px;
  }
  .button-default::after,
  .button-default > span {
    font-size: 14px;
  }
  .standard-price {
    margin-top: 0;
  }
  .single-slide {
    padding: 0 50px;
  }
  .introduction-btn {
    font-size: 20px;
  }
  /*
	.header-content h2 {  
	  margin-bottom: 10px;
	}
*/
  .contact-left h2,
  .contact-right h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-address h4 {
    font-size: 18px;
  }
  .single-address p {
    font-size: 13px;
  }
  .contact-right {
    padding: 30px 20px;
  }
  .contact-form .form-group input {
    font-size: 16px;
    height: 40px;
  }
  .footer-social a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    width: 40px;
  }
  .blog-archive .single-from-blog figure img {
    height: 250px;
  }
  .instagram-feed .slick-prev {
    left: 26%;
  }
  .instagram-feed .slick-next {
    right: 27%;
  }
  .single-widget h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .blog-pagination > li > a,
  .blog-pagination > li > span {
    padding: 6px 15px;
  }
  .follow-us a {
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    width: 32px;
  }
  .blog-details-content {
    padding: 25px;
  }
  .blog-comment {
    padding: 0 25px 40px;
  }
  .blog-details-content blockquote {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #error-page {
    padding: 60px 0;
  }
  .error-page-area {
    width: 250px;
  }
  .error-no {
    padding: 20px;
  }
  .error-no h2 {
    font-size: 35px;
  }
  .error-no p {
    font-size: 40px;
  }
  .error-message h4 {
    font-size: 25px;
    line-height: 20px;
  }
  .error-message p {
    font-size: 16px;
    padding: 0 15px;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 100% !important;
  }

  .footer-conttact-box {
    width: 100% !important;
    margin: auto;
  }

  .footermeun {
    width: 100% !important;
  }

  /*--------------------*/
  /*      ACTIVITIES    */
  /*--------------------*/

  .header-content-one h2 {
    font-size: 22px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    /*	line-height: 100px;*/
  }

  .header-content-one {
    margin: auto;
    height: 100%;
    padding: 10px;
    text-align: center;
    width: 100%;
  }

  .acti-con {
    margin: auto;
    margin-top: 0px;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 19px;
    margin: auto;
    line-height: 24px;
    padding: 5% 0 14% 0;
  }

  .img-bg {
    float: left;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
  }

  .img-bg .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 37.5vh;
    width: 57vh;
    z-index: 5;
    position: absolute;
  }

  .img-bg .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 58vh;
    height: 0px;
    text-align: center;
    top: 85px;
  }

  .img-bg .caption-text h1 {
    color: #fff;
    font-size: 20px;
    margin: auto;
  }

  .img-bg .caption-text hr {
    width: 25%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin: auto;
    margin-top: 1%;
    /* margin-left: 41%; */
  }

  .acti-text h3 {
    margin: auto;
    margin-top: 5%;
    color: #5c5c5c;
    text-align: center;
    font-size: 16px;
  }

  .acti-text hr {
    width: 25% !important;
    border: 1px solid #f7b719;
    margin: auto;
    margin-top: 1%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .acti-con .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .acti-text p {
    margin: auto;
    color: #5c5c5c;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
  }

  .img-box-border {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 95%;
    margin: 20px 0px 5px 5px !important;
  }

  .img-box-border-one {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 90%;
    margin: 8px 0px 5px 14px !important;
  }

  .footer-logo-inner {
    margin: auto;
    padding: 9% 0px 0px 10% !important;
    width: 100%;
  }

  /*--------------------*/
  /*       Gallery     */
  /*--------------------*/

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 0px;
    min-width: 100%;
    max-width: 489px;
    max-height: 382px;
    width: 49%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  #Choco_left_arrow {
    left: -17% !important;
  }

  #Choco_right_arrow {
    left: 17% !important;
  }

  /*--------------------*/
  /*       Reach     */
  /*--------------------*/

  .grid {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    max-width: 1000px;
    list-style: none;
    text-align: center;
  }

  .gridder-navigation .gridder-close {
    font-size: 12px;
  }

  .cont-box p {
    font-size: 12px;
    line-height: 18px;
    font-weight: lighter !important;
    color: #fff;
  }

  .cont-box h2 {
    font-size: 16px !important;
    color: #fff !important;
    padding: 0% 0 4% 0 !important;
  }

  figure.effect-oscar {
    height: 321px;
  }

  figure.effect-oscar li {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    padding: 0px 0px 10px 0px;
  }

  figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 8px 0px -17px;
  }

  figure.effect-oscar:hover li {
    opacity: 1;
    font-size: 13px !important;
    text-align: left;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  figure.effect-oscar h2 {
    color: #fff;
    margin: 12px 0 0px 0;
    font-size: 24px;
    padding: 5% 0 10% 0 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .grid figure figcaption {
    padding: 0 1.6em 0 1.6em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-oscar:hover li {
    font-size: 11px !important;
    padding: 0px 0px 8px 0px;
  }

  /*--------------------*/
  /*      Contact     */
  /*--------------------*/

  .contact h1 {
    color: #5c5c5c;
    padding: 4% 0 0 0;
    font-size: 28px;
    text-align-last: center;
    text-transform: uppercase;
  }

  .contact h3 {
    font-size: 22px;
    color: #33691e;
    text-align: center;
    padding: 0% 0 2% 0;
  }

  .contact p {
    font-size: 12px;
    text-align: center;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .contact p a {
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .contact p a:hover {
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 20px;
    margin: auto;
    line-height: 30px;
    padding: 5% 0 12% 0;
    text-align: center;
  }

  form input {
    padding: 10px;
    border: 1px solid rgba(247, 183, 25, 0.63);
    display: block;
    margin: 0px 0 10px;
    font-size: 12px;
    width: 100%;
  }

  input[type="submit"] {
    color: #fff;
    background: #33691e;
    border-style: none;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type="submit"]:hover {
    background: #f7b719;
    border-style: none;
    font-size: 20px;
  }

  .contact .col-sm-12 {
    width: 100% !important;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 320px) {
  .container {
    width: 95%;
  }

  .scrollToTop {
    background: #f7b719 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 7px;
    height: 30px;
    color: #fff;
    line-height: 38px;
    position: fixed;
    right: 6px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 8;
  }

  #videohome {
    display: none;
  }

  .banner-mob {
    display: block;
    position: relative;
    height: 200px;
    z-index: 100;
    background: url(images/video-bg.jpg) center no-repeat;
    background-size: cover;
  }

  /*--------------------*/
  /* MENU S... */
  /*--------------------*/

  .navbar-toggle {
    margin-top: 10%;
  }

  .navbar-nav {
    float: none;
    margin: 0;
    padding-left: 0%;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #f8f8f8;
    background: #ededed;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*--------------------*/
  /* MENU E... */
  /*--------------------*/

  /*floating social media buttons S....*/

  .fa {
    font-size: 1.5em;
  }

  #socialarea {
    display: block;
    position: fixed;
    /* left: 0; */
    bottom: 10%;
    left: 0%;
    width: 32px;
    z-index: 1;
  }

  #socialarea:hover {
    cursor: pointer;
  }

  #socialarea ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #socialarea li {
    text-align: center;
    font-size: 10px;
    margin: auto;
    top: 10px;
    width: 100%;
  }

  #socialarea li a {
    line-height: 30px;
    color: white;
  }

  #socialarea .take {
    background-color: #15c118;
    transition: 400ms;
  }

  #socialarea .take:hover {
    background-color: #15c118;
  }

  #socialarea .facebook_social {
    background-color: #3a579a;
    padding-top: 4px;
    transition: 400ms;
  }

  #socialarea .facebook_social:hover {
    background-color: #2b4071;
  }

  #socialarea .twitter_social {
    background-color: #00abf0;
    padding-top: 4px;
    transition: 400ms;
  }

  #socialarea .twitter_social:hover {
    background-color: #0184b9;
  }

  #socialarea .googleplus_social {
    background-color: #df4a32;
    padding-top: 4px;
    transition: 400ms;
  }

  #socialarea .googleplus_social:hover {
    background-color: #bc3e2a;
  }

  #socialarea .pinterest_social {
    background-color: #cd1c1f;
    transition: 400ms;
  }

  #socialarea .pinterest_social:hover {
    background-color: #b0171a;
  }

  #socialarea .linkedin_social {
    background-color: #127bb6;
    transition: 400ms;
  }

  #socialarea .linkedin_social:hover {
    background-color: #0c5680;
  }

  .arrow_social {
    opacity: 0;
    color: white;
    transition: 400ms;
  }

  .arrow_social:hover {
    color: white;
  }

  .btnopenclose {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20px !important;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    opacity: 0;
    transition: 400ms;
  }

  #socialarea:hover .arrow_social,
  #socialarea:hover .btnopenclose {
    opacity: 1;
  }

  .remove {
    left: -35px !important;
    position: relative;
    transition: 400ms;
  }

  .as_selected {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
    opacity: 1;
    margin: initial;
  }

  .as_selected .arrow_social {
    opacity: 1;
    left: 0px;
    position: relative;
    color: white;
  }

  /*floating social media buttons E....*/

  .header-content {
    float: left;
    height: 100%;
    padding: 25% 0px 0px 0px;
    text-align: center;
    width: 100%;
  }

  .header-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .tittle {
    font-size: 16px;
    margin-bottom: -32px !important;
  }

  .fa-quote-left {
    content: "\f10d";
    font-size: 6px;
    padding: 0 10px 0 0;
    color: #5c5c5c;
    top: 0px;
  }

  .fa-quote-right {
    content: "\f10d";
    font-size: 6px;
    padding: 0 0 0 5px;
    color: #5c5c5c;
    top: 0px;
  }

  .welcome-area {
    padding-top: 0px;
  }

  .titext {
    font-size: 14px;
    color: #5c5c5c;
    top: 10px;
  }

  .title-area {
    padding: 0;
  }

  .about-text {
    margin-top: 5%;
    text-align: center;
    color: #5c5c5c;
    font-size: 12px;
  }

  #call-to-action {
    bottom: 8px;
    z-index: 8;
  }
  .call-to-content {
    padding: 10px 0;
  }

  .call-to-content h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #call-to-action .fa-quote-left {
    content: "\f10d";
    font-size: 10px;
    padding: 0 0 0 10px;
    color: #fff;
  }
  #call-to-action .fa-quote-right {
    content: "\f10d";
    font-size: 10px;
    padding: 0 0 0 10px;
    color: #fff;
  }

  .call-to-content p {
    margin-top: -6px;
    font-size: 12px;
  }

  .activitie-text {
    float: none;
  }

  .activitie-text h1 {
    font-size: 18px;
    text-align: center;
    color: #5c5c5c;
  }

  .activitie-text hr {
    width: 18%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 78px !important;
  }

  .activitie-text .rm {
    font-size: 12px;
    margin: auto;
    padding: 10px 0 0 0;
    color: #5c5c5c;
    text-align: center;
  }

  .activitie-text ul {
    padding: 10px 0 0 23%;
  }

  .activitie-text li {
    font-size: 14px;
    font-weight: lighter;
    padding: 4px;
    color: #5c5c5c;
  }

  .rmhr {
    width: 12% !important;
    border: 1px solid #f7b719 !important;
    text-align: center;
    margin-right: 51% !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0px !important;
    float: right !important;
  }
  .caption-style-4 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 150px;
    width: 300px;
    z-index: 5;
    position: absolute;
  }

  .caption-style-4 hr {
    width: 17%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-left: 36%;
  }

  .caption-style-4 hr {
    width: 7%;
    border: 2px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-right: 353px;
  }

  .caption-style-4 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 300px;
    height: 300px;
    text-align: center;
    top: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, 18%);
  }

  .caption-style-4 .caption-text h1 {
    color: #fff;
    font-size: 18px;
    margin: auto;
    margin-left: -27px !important;
  }

  .caption-style-4 hr {
    width: 11%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 3px;
    margin-right: 353px;
  }

  .footer-container {
    width: 100%;
    margin: auto;
  }

  .footer-bg {
    margin-top: 7%;
  }

  .footer-bg h1 {
    font-size: 18px;
    color: #5c5c5c;
    text-align: center;
  }

  .footer-bg hr {
    width: 26%;
    border: 1px solid #f7b719;
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -8px;
    margin-left: 87px;
  }

  .footer-bg p {
    color: #5c5c5c;
    font-size: 12px;
    text-align: center;
    /* padding: 10px 0 0 0; */
  }

  .fa-map-marker {
    content: "\f041";
    font-size: 16px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
  }

  .fa-mobile {
    content: "\f10b";
    font-size: 16px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }
  .footer-container .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .footermeun {
    text-align: center;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 20px;
    padding: 0px 0 14px 0;
    margin-top: -14px;
  }

  .copyright {
    width: 100%;
    background-color: #787878;
    color: #1b1818;
    padding: 15px;
    font-size: 9px;
    text-align: center;
  }

  .search-area input[type="text"]:focus {
    width: 210px;
  }
  .search-area input[type="text"] {
    font-size: 12px;
  }

  .team-grid {
    padding: 0 35px;
  }
  .team-info {
    padding: 25px 10px;
  }
  .footer-social a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    width: 35px;
  }
  .footer-bottom p {
    font-size: 15px;
  }
  .blog-archive .single-from-blog figure img {
    height: 200px;
  }
  .instagram-feed .slick-prev {
    left: 23%;
  }
  .instagram-feed .slick-next {
    right: 24%;
  }
  .blog-pagination > li > a,
  .blog-pagination > li > span {
    padding: 4px 13px;
  }
  .follow-us a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  .popular-post-widget .media-left {
    margin-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .popular-post-widget .media-left a {
    display: inline-block;
  }
  .popular-post-widget .media-body {
    text-align: center;
  }

  .footerlogo {
    margin: auto;
    padding: 9% 0 0px 0;
    width: 100% !important;
  }

  .footer-conttact-box {
    width: 100% !important;
    margin: auto;
  }

  .footermeun {
    width: 100% !important;
  }

  /*--------------------*/
  /*      ACTIVITIES    */
  /*--------------------*/

  .header-content-one h2 {
    font-size: 22px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    /*	line-height: 100px;*/
  }

  .header-content-one {
    margin: auto;
    height: 100%;
    padding: 0px;
    text-align: center;
    width: 100%;
  }

  .acti-con {
    margin: auto;
    margin-top: 0px;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 16px;
    margin: auto;
    line-height: 24px;
    padding: 5% 0 14% 0;
  }

  .img-bg {
    float: left;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
  }

  .img-bg .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 32.5vh;
    width: 49vh;
    z-index: 5;
    position: absolute;
  }

  .img-bg .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 50vh;
    height: 0px;
    text-align: center;
    top: 70px;
  }

  .img-bg .caption-text h1 {
    color: #fff;
    font-size: 20px;
    margin: auto;
  }

  .img-bg .caption-text hr {
    width: 25%;
    border: 1px solid #f7b719;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin: auto;
    margin-top: 1%;
    /* margin-left: 41%; */
  }

  .acti-text h3 {
    margin: auto;
    margin-top: 5%;
    color: #5c5c5c;
    text-align: center;
    font-size: 14px;
  }

  .acti-text hr {
    width: 25% !important;
    border: 1px solid #f7b719;
    margin: auto;
    margin-top: 1%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .acti-con .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .acti-text p {
    margin: auto;
    color: #5c5c5c;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
  }

  .img-box-border {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 95%;
    margin: 10px 0px 6px 5px !important;
  }

  .img-box-border-one {
    border-bottom: 2px dotted #f7b719;
    display: block;
    width: 90%;
    margin: 8px 0px 5px 14px !important;
  }

  .footer-logo-inner {
    margin: auto;
    padding: 9% 0px 0px 10% !important;
    width: 100%;
  }

  /*--------------------*/
  /*       Gallery     */
  /*--------------------*/

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 0px 5px 5px;
    min-width: 100%;
    max-width: 487px;
    /* min-height: 300px; */
    max-height: 382px;
    width: 50%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }

  .grid figure img {
    position: relative;
    display: block;
    /*    min-height: 315px !important;*/
    max-width: 100%;
    opacity: 0.8;
  }

  #Choco_left_arrow {
    left: -17% !important;
  }

  #Choco_right_arrow {
    left: 17% !important;
  }

  /*--------------------*/
  /* How to reach page */
  /*--------------------*/

  .reach {
    margin: auto;
  }
  .cont-box p {
    font-size: 12px;
    line-height: 20px;
    font-weight: lighter !important;
    color: #fff;
  }

  .gridder-navigation .gridder-close {
    font-size: 12px;
  }

  .cont-box h2 {
    font-size: 14px !important;
    color: #fff !important;
    padding: 0% 0 4% 0 !important;
  }

  figure.effect-oscar {
    height: 262px;
  }

  figure.effect-oscar h2 {
    color: #fff;
    margin: 12px 0 0px 0;
    font-size: 20px;
    padding: 5% 0 6% 0 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .grid figure figcaption {
    padding: 0 1.6em 0 1.6em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-oscar:hover li {
    font-size: 9px !important;
    padding: 0px 0px 8px 0px;
  }

  /*--------------------*/
  /*      Contact     */
  /*--------------------*/

  .contact h1 {
    color: #5c5c5c;
    padding: 4% 0 0 0;
    font-size: 28px;
    text-align-last: center;
    text-transform: uppercase;
  }

  .contact h3 {
    font-size: 22px;
    color: #33691e;
    padding: 0% 0 2% 0;
  }

  .contact p {
    font-size: 12px;
    text-align: center;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .fa-envelope {
    content: "\f0ac";
    font-size: 12px;
    color: rgba(21, 21, 21, 0.88);
    padding: 0 5px 0 0;
    margin: auto;
  }

  .contact p a {
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .contact p a:hover {
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 0;
  }

  .acti-con h2 {
    color: #4e4e4e;
    font-size: 16px;
    margin: auto;
    line-height: 24px;
    padding: 5% 0 12% 0;
    text-align: center;
  }

  form input {
    padding: 10px;
    border: 1px solid rgba(247, 183, 25, 0.63);
    display: block;
    margin: 0px 0 10px;
    font-size: 12px;
    width: 100%;
  }

  input[type="submit"] {
    color: #fff;
    background: #33691e;
    border-style: none;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  input[type="submit"]:hover {
    background: #f7b719;
    border-style: none;
    font-size: 20px;
  }

  .contact .col-sm-12 {
    width: 100% !important;
  }
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5rem 0;
}

.thanks h2 {
  color: #333;
  margin-top: 3rem;
}

@media only screen and (max-width: 991px) {
  .header-inner {
    /* position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%); */
    display: none !important;
  }
}
