html, body {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

/* General */
body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  background: #f5f5f5;
  color: #333333;
  transition: all 0.4s; }

html.noscroll body {
  background: #000;
  transition: all 0.2s; }

a {
  color: #4ca45a;
  outline: none;
  -webkit-font-smoothing: antialiased; }
  a:hover, a:focus {
    outline: none;
    color: #4ca45a;
    text-decoration: none; }

.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0 0 20px 0;
  -webkit-font-smoothing: antialiased; }

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: normal; }

h5 {
  font-size: 20px; }

p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  margin-bottom: 20px;
  xtext-align: justify;
  -webkit-font-smoothing: antialiased; }

ul, li {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 24px; }

.clear {
  clear: both; }

.pointer {
  cursor: pointer; }

.text-light {
  font-weight: 400; }

.text-regular {
  font-weight: 500 !important; }

.text-bold {
  font-weight: 700 !important; }
  .text-bold .icon:before {
    font-weight: 700 !important; }

.text-semibold {
  font-weight: 600; }

.text-italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.animated-normal {
  transition: all 0.2s; }

.before:before,
.after:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .section {
      padding: 40px 10px; } }

.h1 {
  font-size: 52px; }

h2, .h2 {
  font-size: 36px;
  line-height: normal; }

.h3 {
  font-size: 30px; }

.h4 {
  font-size: 22px; }

.h5 {
  font-size: 18px; }

.h6 {
  font-size: 16px; }

.pt-60 {
  padding-top: 60px !important; }

.pt-0 {
  padding-top: 0px !important; }

@media (max-width: 768px) {
  .h1 {
    font-size: 46px !important; }

  .h2 {
    font-size: 32px !important; }

  .h3 {
    font-size: 24px !important; }

  .h4 {
    font-size: 20px; }

  .h5 {
    font-size: 18px; } }
@media (max-width: 575px) {
  .col-mb-12 {
    width: 100%; } }
.full-width {
  width: 100%; }

.fill {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fill.fill-top {
    background-position: top center; }

.horizontal-center, .horizontal-left, .horizontal-right {
  float: none; }

.horizontal-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.horizontal-left {
  margin-left: 0;
  margin-right: auto;
  left: 0; }

.horizontal-right {
  margin-left: auto;
  margin-right: 0;
  right: 0; }

.vertical-center {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none; }

.pull-middle {
  display: inline-block;
  vertical-align: middle !important;
  float: none; }

.img-radius, .border-radius {
  border-radius: 8px; }

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

/* Buttons */
.button {
  max-width: 400px;
  display: inline-block;
  padding: 12px 30px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center; }
  .button:focus {
    outline: none;
    color: #ffffff; }
  .button span {
    vertical-align: middle;
    font-size: 29px;
    margin-top: -10px;
    position: relative;
    margin-left: 5px;
    bottom: 5px; }
  .button .icon {
    font-size: 16px;
    position: relative;
    top: 1px; }

.button-normal {
  color: #e67e22; }
  .button-normal:focus, .button-normal:hover {
    color: #666666; }

.button-primary {
  overflow: hidden;
  transition: all 0.2s;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  line-height: normal;
  border: 2px solid transparent; }
  .button-primary.button-green {
    background: #1abc9c; }
    .button-primary.button-green:hover {
      border-color: #1abc9c;
      background: transparent;
      color: #1abc9c; }
  .button-primary.button-orange {
    background: #e67e22; }
    .button-primary.button-orange:hover {
      background: transparent;
      border-color: #e67e22;
      color: #e67e22; }
  .button-primary.button-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .button-primary.button-white:hover {
      background: #ffffff !important;
      color: #333333 !important; }
  .button-primary.button-blue {
    background: transparent;
    border-color: #4ca45a;
    color: #4ca45a; }
    .button-primary.button-blue:hover {
      background: #4ca45a;
      color: #ffffff; }
  @media (max-width: 768px) {
    .button-primary {
      xfont-size: 14px;
      xpadding: 15px 30px; } }

.button-white {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #ffffff; }
  .button-white:before {
    background: #ffffff; }
  .button-white:hover {
    color: #e67e22;
    border-color: #ffffff; }
  .button-white .button-inverted:hover {
    color: #e67e22;
    border-color: #ffffff; }
  .button-white:hover:before {
    opacity: 1;
    background-color: #ffffff; }
  .button-white .button-inverted:hover:before {
    background-color: #ffffff; }

.button-full {
  width: 100%;
  display: block; }

.button-thin-border {
  border: 1px solid; }

.color-primary {
  color: #666666 !important; }

.color-primary1 {
  color: #333333 !important; }

.color-blue {
  color: #4ca45a !important; }

.color-midblue {
  color: #90b0cc !important; }

.color-lightblue-1 {
  color: #2364a0 !important; }

.color-lightblue-2 {
  color: #3374af !important; }

.color-lightblue-3 {
  color: #dfe4ef !important; }

.color-white {
  color: #ffffff !important; }

.color-black {
  color: #000000 !important; }

.color-red {
  color: #f33434 !important; }

.color-lightred {
  color: #3a3839 !important; }

.color-yellow {
  color: #f68a29 !important; }

.color-purple {
  color: #4d5dad !important; }

.color-green {
  color: #13762d !important; }

.color-orange {
  color: #e67e22 !important; }

.color-grey {
  color: #8b8b8b !important; }

.color-lightgrey {
  color: #f5f5f5 !important; }

.color-facebook {
  color: #3b5999 !important; }

.color-twitter {
  color: #55acee !important; }

.color-linkedin {
  color: #0077b5 !important; }

.color-youtube {
  color: #e12d28 !important; }

.color-google {
  color: #d4201f !important; }

.color-instagram {
  color: #c7309a !important; }

.color-pinterest {
  color: #ca2027 !important; }

.bg-blue {
  background: #4ca45a !important; }

.bg-grey {
  background: #8b8b8b !important; }

.bg-lightgrey {
  background: #f5f5f5 !important; }

.bg-green {
  background: #13762d !important; }

.bg-white {
  background: #ffffff !important; }

.bg-facebook {
  background: #3b5999 !important; }

.bg-skype {
  background: #00aff1 !important; }

.bg-red {
  background: #f33434 !important; }

.bg-lightred {
  background: #3a3839 !important; }

.bg-lightgreen {
  background: #1abc9c !important; }

.bg-purple {
  background: #4d5dad !important; }

.bg-pink {
  background: #9b59b6 !important; }

.bg-darkblue {
  background: #34495e !important; }

.bg-darkgreen {
  background: #13765d !important; }

.bg-orange {
  background: #e67e22 !important; }

.box-grey {
  border: solid 1px #d0d0d0; }

.box-grey:after {
  bottom: -4px;
  border-bottom: 3px solid #f2f2f2; }

.radius-lightgreen {
  border: 2px solid #1abc9c !important; }

.radius-purple {
  border: 2px solid #4d5dad !important; }

.radius-pink {
  border: 2px solid #9b59b6 !important; }

.radius-darkblue {
  border: 2px solid #34495e !important; }

.radius-darkgreen {
  border: 2px solid #13765d !important; }

.radius-orange {
  border: 2px solid #e67e22 !important; }

/* Header */
#header {
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 15;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 0px 10px 0 rgba(67, 67, 69, 0.35); }
  #header .container .logo-block {
    position: absolute;
    z-index: 1; }
    #header .container .logo-block a.logo-link {
      display: block;
      max-width: 260px;
      margin: 5px;
      transition: all 0.4s; }
      #header .container .logo-block a.logo-link img {
        transition: all 0.4s; }
  #header .container .navigation {
    width: 100%;
    padding-left: 195px;
    float: right;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    transition: all 0.4s; }
    #header .container .navigation .top {
      margin-bottom: 0;
      overflow: hidden;
      transition: all 0.4s;
      max-height: 50px; }
      #header .container .navigation .top .np-search {
        background: transparent;
        display: block;
        width: 100%;
        max-width: 300px;
        transition: all 0.2s;
        margin-top: 10px; }
        #header .container .navigation .top .np-search .input-group {
          margin: 0;
          position: relative;
          display: block; }
          #header .container .navigation .top .np-search .input-group .form-control {
            box-shadow: none;
            padding: 10px 40px 10px 20px;
            height: inherit;
            font-size: 16px;
            line-height: normal;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: transparent;
            border-radius: 100px;
            color: #ffffff;
            border: 2px solid #ffffff; }
            #header .container .navigation .top .np-search .input-group .form-control:focus {
              box-shadow: none; }
          #header .container .navigation .top .np-search .input-group .input-group-btn {
            margin: 0 !important;
            position: absolute;
            right: 0;
            width: auto; }
            #header .container .navigation .top .np-search .input-group .input-group-btn button {
              border-radius: 0;
              line-height: 43px;
              padding: 0px 20px;
              border: none;
              outline: none;
              margin: 0;
              background: transparent;
              color: #ffffff;
              font-size: 18px; }
              #header .container .navigation .top .np-search .input-group .input-group-btn button:focus {
                background: none;
                outline: none; }
              #header .container .navigation .top .np-search .input-group .input-group-btn button .fa {
                line-height: 12px; }
        #header .container .navigation .top .np-search ::-webkit-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        #header .container .navigation .top .np-search ::-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #header .container .navigation .top .np-search :-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        #header .container .navigation .top .np-search :-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        #header .container .navigation .top .np-search input:-webkit-autofill {
          background: transparent; }
      #header .container .navigation .top .top-block {
        margin: 10px 0; }
        #header .container .navigation .top .top-block .support-block {
          float: left; }
          #header .container .navigation .top .top-block .support-block .content-block {
            display: inline-flex;
            margin: 0 10px 0px 0; }
            #header .container .navigation .top .top-block .support-block .content-block .icon-block {
              margin-right: 5px; }
              #header .container .navigation .top .top-block .support-block .content-block .icon-block img {
                max-width: 40px; }
            #header .container .navigation .top .top-block .support-block .content-block .content .title-block {
              margin-bottom: 0px;
              font-size: 14px;
              font-weight: 600; }
            #header .container .navigation .top .top-block .support-block .content-block .content a {
              font-size: 14px;
              font-weight: 600;
              color: #333333; }
              #header .container .navigation .top .top-block .support-block .content-block .content a:hover {
                color: #4ca45a;
                text-decoration: underline; }
        #header .container .navigation .top .top-block .contact-block {
          float: left; }
          #header .container .navigation .top .top-block .contact-block a {
            margin-right: 10px;
            background: #ffffff;
            font-size: 14px;
            padding: 5px 20px 5px 55px;
            border-radius: 40px;
            font-weight: 600;
            position: relative;
            line-height: 20px;
            display: inline-block;
            color: #666666;
            line-height: normal;
            transition: all 0.4s; }
            #header .container .navigation .top .top-block .contact-block a .fa {
              border-top-left-radius: 40px;
              border-bottom-left-radius: 40px;
              padding: 0 15px;
              font-size: 16px;
              position: absolute;
              line-height: 28px;
              left: -1px;
              top: 0; }
            #header .container .navigation .top .top-block .contact-block a.phone {
              border: 1px solid #4ca45a; }
              #header .container .navigation .top .top-block .contact-block a.phone:hover {
                background: #4ca45a;
                color: #ffffff; }
            #header .container .navigation .top .top-block .contact-block a.email {
              border: 1px solid #3a3839; }
              #header .container .navigation .top .top-block .contact-block a.email:hover {
                background: #3a3839;
                color: #ffffff; }
        #header .container .navigation .top .top-block .social-icons {
          float: right; }
          #header .container .navigation .top .top-block .social-icons a {
            border-radius: 50%;
            border: 1px solid #e5e5e5;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 18px;
            transition: all 0.4s; }
            #header .container .navigation .top .top-block .social-icons a:hover {
              background: #4ca45a;
              color: #ffffff !important;
              border-color: #4ca45a; }
      #header .container .navigation .top .navbar-header {
        float: right;
        margin-top: 24px; }
        #header .container .navigation .top .navbar-header .navbar-toggle {
          position: relative;
          float: none;
          padding: 2px 5px;
          margin: 0;
          border: none;
          border-radius: 0;
          min-height: 20px; }
          #header .container .navigation .top .navbar-header .navbar-toggle .icon-bar {
            display: block;
            width: 34px;
            height: 4px;
            border-radius: 0;
            background: #4ca45a;
            transition: all 0.2s; }
          #header .container .navigation .top .navbar-header .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 8px; }
          #header .container .navigation .top .navbar-header .navbar-toggle .top-bar {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -webkit-transform-origin: left 6px;
            transform-origin: left 6px;
            margin-top: -2px; }
          #header .container .navigation .top .navbar-header .navbar-toggle .middle-bar {
            opacity: 0; }
          #header .container .navigation .top .navbar-header .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform-origin: left -3px;
            -webkit-transform-origin: left -3px;
            margin-top: 11px !important;
            margin-left: 0 !important; }
          #header .container .navigation .top .navbar-header .navbar-toggle.collapsed .icon-bar.top-bar {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            margin-top: 0px; }
          #header .container .navigation .top .navbar-header .navbar-toggle.collapsed .icon-bar.middle-bar {
            opacity: 1; }
          #header .container .navigation .top .navbar-header .navbar-toggle.collapsed .icon-bar.bottom-bar {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            margin-top: 8px !important;
            margin-left: 0px !important; }
    #header .container .navigation .navbar {
      border: none;
      margin-bottom: 0px;
      min-height: initial;
      position: relative;
      border-radius: none;
      float: right;
      margin-top: 0; }
      #header .container .navigation .navbar .navbar-nav {
        float: right; }
        #header .container .navigation .navbar .navbar-nav li {
          position: relative;
          margin: 0; }
          #header .container .navigation .navbar .navbar-nav li .fa {
            display: none; }
          #header .container .navigation .navbar .navbar-nav li a {
            border: none;
            padding: 0 10px;
            margin: 0;
            font-size: 14px;
            line-height: 55px;
            font-weight: 600;
            color: #333333;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            text-transform: uppercase; }
            #header .container .navigation .navbar .navbar-nav li a:hover {
              color: #4ca45a; }
          #header .container .navigation .navbar .navbar-nav li:first-child > a {
            padding-left: 0; }
          #header .container .navigation .navbar .navbar-nav li:last-child > a {
            padding-right: 0; }
          #header .container .navigation .navbar .navbar-nav li .dropdown-menu {
            position: absolute;
            z-index: 10;
            float: left;
            min-width: 220px;
            padding: 0;
            margin: 0;
            font-size: 16px;
            background: #ffffff;
            border: none;
            border-radius: 0px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; }
            #header .container .navigation .navbar .navbar-nav li .dropdown-menu li {
              position: relative; }
              #header .container .navigation .navbar .navbar-nav li .dropdown-menu li a {
                color: #333333;
                padding: 10px 15px;
                line-height: normal;
                text-transform: inherit;
                font-size: 14px;
                font-weight: 500;
                transition: all 0.2s;
                text-transform: uppercase; }
                #header .container .navigation .navbar .navbar-nav li .dropdown-menu li a:hover {
                  color: #4ca45a; }
              #header .container .navigation .navbar .navbar-nav li .dropdown-menu li:first-child {
                padding-top: 5px; }
              #header .container .navigation .navbar .navbar-nav li .dropdown-menu li:last-child {
                padding-bottom: 5px; }
              #header .container .navigation .navbar .navbar-nav li .dropdown-menu li:hover {
                background: #4ca45a; }
                #header .container .navigation .navbar .navbar-nav li .dropdown-menu li:hover a {
                  color: #ffffff; }
              #header .container .navigation .navbar .navbar-nav li .dropdown-menu li ul.dropdown-menu li a {
                color: #333333; }
              #header .container .navigation .navbar .navbar-nav li .dropdown-menu li ul.dropdown-menu li:hover a {
                color: #ffffff; }
            #header .container .navigation .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
              left: 100%;
              top: 0;
              background: #f9f9f9; }
        #header .container .navigation .navbar .navbar-nav .active a {
          background: transparent;
          color: #4ca45a; }
          #header .container .navigation .navbar .navbar-nav .active a:hover, #header .container .navigation .navbar .navbar-nav .active a:focus {
            background: transparent;
            color: #4ca45a; }
  #header.scroll .container .logo-block .logo-link {
    max-width: 130px; }
  #header.scroll .container .navigation {
    padding-left: 155px; }
    #header.scroll .container .navigation .top {
      max-height: 0px; }
  @media (max-width: 1130px) {
    #header .container .logo-block a.logo-link {
      max-width: 250px; }
    #header .container .navigation {
      padding-left: 165px; }
      #header .container .navigation .top .np-search {
        max-width: 240px; }
      #header .container .navigation .navbar .navbar-nav li a {
        padding: 0 10px; } }
  @media (max-width: 991px) {
    #header .container {
      padding-left: 10px;
      padding-right: 10px; }
      #header .container .logo-block a.logo-link {
        max-width: 200px; }
      #header .container .navigation {
        padding: 0 !important; }
        #header .container .navigation .top {
          margin-left: 110px;
          min-height: 80px; }
          #header .container .navigation .top .np-search {
            margin-top: 18px; }
          #header .container .navigation .top .top-block {
            margin: 25px 15px 10px 0; }
            #header .container .navigation .top .top-block .social-icons a {
              margin: 0; }
        #header .container .navigation .navbar {
          position: absolute;
          float: none;
          margin-top: 0;
          width: calc(100% - 110px);
          border-radius: 0;
          right: -10px;
          background: #ffffff;
          max-height: calc(100vh - 100px);
          overflow: auto;
          box-shadow: 0 -5px 5px -5px rgba(67, 67, 69, 0.35); }
          #header .container .navigation .navbar .navbar-nav {
            float: none;
            margin: 0; }
            #header .container .navigation .navbar .navbar-nav li {
              float: none; }
              #header .container .navigation .navbar .navbar-nav li .fa {
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 44px;
                height: 43px;
                line-height: 43px;
                font-size: 26px;
                text-align: center;
                z-index: 4;
                cursor: pointer;
                color: #ffffff;
                transition: all 0.2s; }
              #header .container .navigation .navbar .navbar-nav li a {
                padding: 12px 15px;
                margin: 0;
                font-size: 16px;
                line-height: normal;
                text-transform: inherit;
                border-bottom: 1px solid #333333;
                white-space: inherit;
                color: #ffffff;
                background: #4ca45a; }
                #header .container .navigation .navbar .navbar-nav li a:hover {
                  color: #ffffff;
                  background: #4ca45a;
                  border-color: #ffffff; }
                #header .container .navigation .navbar .navbar-nav li a .caret {
                  display: none; }
              #header .container .navigation .navbar .navbar-nav li:first-child a {
                padding-left: 15px; }
              #header .container .navigation .navbar .navbar-nav li .dropdown-menu {
                position: relative;
                float: none;
                font-size: 16px;
                border: none;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                display: none !important;
                opacity: 1 !important; }
                #header .container .navigation .navbar .navbar-nav li .dropdown-menu li {
                  position: relative; }
                  #header .container .navigation .navbar .navbar-nav li .dropdown-menu li a {
                    color: #ffffff;
                    padding-left: 25px;
                    font-size: 16px;
                    line-height: 23px;
                    background: #58b266;
                    border-bottom: 1px solid #ffffff;
                    text-transform: capitalize; }
                    #header .container .navigation .navbar .navbar-nav li .dropdown-menu li a:hover {
                      color: #ffffff;
                      xbackground: #2364a0;
                      border-color: #4ca45a; }
                  #header .container .navigation .navbar .navbar-nav li .dropdown-menu li:first-child, #header .container .navigation .navbar .navbar-nav li .dropdown-menu li:last-child {
                    padding: 0; }
                #header .container .navigation .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
                  position: relative;
                  left: inherit;
                  top: 0;
                  background: transparent; }
                  #header .container .navigation .navbar .navbar-nav li .dropdown-menu .dropdown-menu a {
                    padding-left: 45px;
                    background: #7bc286;
                    color: #ffffff !important; }
            #header .container .navigation .navbar .navbar-nav .active a {
              background: #4ca45a;
              color: #ffffff; }
              #header .container .navigation .navbar .navbar-nav .active a:hover, #header .container .navigation .navbar .navbar-nav .active a:focus {
                background: #4ca45a;
                color: #ffffff; }
            #header .container .navigation .navbar .navbar-nav .open > .fa {
              transform: rotate(-180deg); }
            #header .container .navigation .navbar .navbar-nav .open > ul.dropdown-menu {
              display: block !important; } }
  @media (max-width: 820px) {
    #header .container .navigation .top .top-block {
      display: none; } }
  @media (max-width: 768px) {
    #header .container .navigation .top {
      margin-left: 110px; }
      #header .container .navigation .top .np-search {
        margin-top: 18px;
        max-width: 210px; } }

@media (min-width: 768px) {
  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    cdisplay: block !important; } }
@media (min-width: 992px) {
  .navbar-toggle {
    display: none; }

  .navbar-collapse.collapse {
    cdisplay: none !important; } }
body.logged-in #header {
  top: 32px; }
@media screen and (max-width: 782px) {
  body.logged-in #header {
    top: 46px; } }

.container {
  max-width: 1200px !important;
  width: 100%; }

.container-full {
  width: 100% !important;
  max-width: 100% !important; }

.main-container {
  margin: 105px 0 0 0;
  position: relative; }
  @media (max-width: 991px) {
    .main-container {
      margin-top: 80px; } }

.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
  float: right; }
.navbar-default .navbar-form {
  border: none; }
.navbar-default .navbar-toggle {
  border-radius: 0px;
  background: transparent !important;
  border: none;
  border-radius: 0px;
  float: right;
  margin: 19px 18px 19px 18px;
  padding: 0px;
  position: relative; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #505050;
    border-radius: 1px;
    display: block;
    width: 26px;
    height: 2px;
    transition: all 0.2s; }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent; }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
      background-color: #505050; }
.navbar-default .top-close-block {
  padding: 13px 6px;
  position: relative; }
  .navbar-default .top-close-block .search {
    float: left;
    margin: 12px 0 0 15px; }
    .navbar-default .top-close-block .search a {
      color: #2f3234;
      display: block;
      width: 21px;
      height: 21px;
      overflow: hidden;
      text-indent: 9999px;
      background: url(../../images/search-icon.png) center center no-repeat;
      background-size: 21px; }
  .navbar-default .top-close-block button {
    float: right;
    border: 0;
    padding: 10px;
    box-shadow: none;
    background: transparent; }
    .navbar-default .top-close-block button .icon-bar {
      background-color: #505050;
      border-radius: 1px;
      display: block;
      width: 28px;
      height: 3px;
      transition: all 0.2s; }
      .navbar-default .top-close-block button .icon-bar.top-bar {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left 6px;
        transform-origin: left 6px; }
      .navbar-default .top-close-block button .icon-bar.bottom-bar {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: left -3px;
        -webkit-transform-origin: left -3px; }
    .navbar-default .top-close-block button .icon-bar + .icon-bar {
      margin-top: 19px; }

.error404 {
  background: #f5f5f5; }
  .error404 .main-container .not-found-container {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    max-width: 500px;
    margin: 0px auto;
    padding-top: 30px; }
    .error404 .main-container .not-found-container .content-box {
      padding: 40px;
      background: #ffffff; }
      .error404 .main-container .not-found-container .content-box h3 {
        font-size: 24px;
        line-height: 32px; }
      .error404 .main-container .not-found-container .content-box p {
        font-size: 16px; }

.owl-carousel .owl-nav {
  z-index: 2; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .sidebar-right .sidebar_block .owl-nav .owl-next, .sidebar-right .sidebar_block .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    font-size: 22px;
    left: 20px;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5); }
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
      background: black;
      color: #ffffff; }
  .owl-carousel .owl-nav .owl-next {
    right: 20px;
    left: inherit; }
.owl-carousel .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 40px;
  max-width: 1200px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 5px;
    display: inline-block;
    zoom: 1; }
    .owl-carousel .owl-dots .owl-dot span {
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 0;
      background: white;
      xborder: 1px solid #ffffff; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background: #4ca45a; }
    .owl-carousel .owl-dots .owl-dot:hover span {
      background: #4ca45a; }

.title-block {
  margin-bottom: 30px; }

/* ///////////////// */
/*     HOME PAGE     */
/* ///////////////// */
/* Parallax Section */
.section-parallax:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  xbackground: #4ca45a;
  opacity: 0.7;
  z-index: 1; }
.section-parallax .container {
  position: relative;
  transition: all 0.2s;
  z-index: 2; }

/* Section Hero */
.section-hero {
  padding: 0;
  position: relative;
  color: #ffffff;
  transition: all 0.2s;
  xbackground-color: #f5f5f5;
  min-height: 500px; }
  .section-hero .home-slider .owl_hero {
    position: relative; }
    .section-hero .home-slider .owl_hero:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.3); }
    .section-hero .home-slider .owl_hero .container {
      position: relative;
      z-index: 2; }
      .section-hero .home-slider .owl_hero .container .hero-block {
        margin: 170px auto 40px auto;
        min-height: 320px;
        max-width: 920px; }
        .section-hero .home-slider .owl_hero .container .hero-block h1 {
          text-shadow: 0 0 144px rgba(1, 7, 13, 0.9); }
        .section-hero .home-slider .owl_hero .container .hero-block .h1 {
          margin: 0 0 60px 0; }
        .section-hero .home-slider .owl_hero .container .hero-block .btn-block .button-primary:hover {
          color: #ffffff;
          border-color: #ffffff;
          background: transparent; }
  .section-hero:after {
    xposition: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    background: black;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  @media (max-width: 991px) {
    .section-hero .home-slider .owl_hero .container .hero-block {
      margin: 180px 50px 30px 50px;
      min-height: 320px; }
      .section-hero .home-slider .owl_hero .container .hero-block .h1 {
        margin-bottom: 20px; }
    .section-hero:after {
      display: none; } }
  @media (max-width: 768px) {
    .section-hero {
      min-height: inherit; }
      .section-hero .home-slider .owl_hero:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
        z-index: 1;
        background: black;
        background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
      .section-hero .home-slider .owl_hero .container .hero-block {
        margin: 100px 30px 30px 30px;
        min-height: 220px; }
        .section-hero .home-slider .owl_hero .container .hero-block .h1 {
          font-size: 32px !important;
          margin-bottom: 20px; }
        .section-hero .home-slider .owl_hero .container .hero-block .btn-block .button-primary {
          padding: 8px 30px;
          min-width: inherit; }
      .section-hero .home-slider .owl-nav .owl-prev, .section-hero .home-slider .owl-carousel .owl-nav .owl-next, .owl-carousel .section-hero .home-slider .owl-nav .owl-next, .section-hero .home-slider .sidebar-right .sidebar_block .owl-nav .owl-next, .sidebar-right .sidebar_block .section-hero .home-slider .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 18px;
        left: 10px; }
      .section-hero .home-slider .owl-nav .owl-next {
        left: inherit;
        right: 10px; }
      .section-hero:after {
        display: none; } }
  @media (max-width: 575px) {
    .section-hero .home-slider .owl_hero .container .hero-block {
      margin: 80px 30px 30px 30px;
      min-height: 220px; }
      .section-hero .home-slider .owl_hero .container .hero-block .h1 {
        font-size: 28px !important; } }

/* Intro Section */
.section-intro .container .btn-block {
  margin-bottom: 20px; }
.section-intro .container .why-with-us {
  padding-left: 40px; }
  .section-intro .container .why-with-us .content-block ol, .section-intro .container .why-with-us .content-block ul {
    margin: 0;
    padding: 0; }
    .section-intro .container .why-with-us .content-block ol li, .section-intro .container .why-with-us .content-block ul li {
      margin-bottom: 10px;
      list-style: none;
      padding-left: 48px;
      position: relative;
      counter-increment: step-counter;
      line-height: 28px; }
      .section-intro .container .why-with-us .content-block ol li:after, .section-intro .container .why-with-us .content-block ul li:after {
        content: counter(step-counter);
        width: 38px;
        height: 38px;
        line-height: 38px;
        background: #4ca45a;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        border-radius: 100px; }
@media (max-width: 768px) {
  .section-intro .container .intro-block {
    margin-bottom: 30px; }
  .section-intro .container .why-with-us {
    padding-left: 0; } }

/* Activities Section */
.section-activities {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  z-index: 1; }
  .section-activities:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #4ca45a;
    position: absolute;
    opacity: 0.45;
    border-radius: 8px;
    transition: all 0.2s; }
  .section-activities:before {
    position: absolute;
    content: "";
    border: 1px solid #ffffff;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0.75;
    transition-delay: 0.1s;
    transition: all 0.3s;
    border-radius: 8px; }
  .section-activities .container .title-block {
    margin-bottom: 40px; }
  .section-activities .container .activities-group .box-block {
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3); }
    .section-activities .container .activities-group .box-block .image-block {
      border-radius: 8px 8px 0 0;
      transition: all 0.2s;
      background: #ffffff;
      border-radius: 8px 8px 0 0; }
      .section-activities .container .activities-group .box-block .image-block img {
        margin: 0 auto;
        border-radius: 8px 8px 0 0;
        background: #ffffff; }
    .section-activities .container .activities-group .box-block .activity-name {
      background: #13762d;
      height: 68px;
      line-height: 68px;
      display: block;
      width: 100%;
      border-radius: 0 0 8px 8px; }
      .section-activities .container .activities-group .box-block .activity-name:before {
        xcontent: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .section-activities .container .activities-group .box-block .activity-name h4 {
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 10px;
        display: inline-block;
        vertical-align: middle; }
  .section-activities .container .activities-group .box-lightgreen .image-block img {
    border-color: #1abc9c; }
  .section-activities .container .activities-group .box-lightgreen:hover .image-block {
    background: #1abc9c; }
  .section-activities .container .activities-group .box-purple .image-block img {
    border-color: #4d5dad; }
  .section-activities .container .activities-group .box-purple:hover .image-block {
    background: #4d5dad; }
  .section-activities .container .activities-group .box-pink .image-block img {
    border-color: #9b59b6; }
  .section-activities .container .activities-group .box-pink:hover .image-block {
    background: #9b59b6; }
  .section-activities .container .activities-group .box-darkblue .image-block img {
    border-color: #34495e; }
  .section-activities .container .activities-group .box-darkblue:hover .image-block {
    background: #34495e; }
  .section-activities .container .activities-group .box-darkgreen .image-block img {
    border-color: #13765d; }
  .section-activities .container .activities-group .box-darkgreen:hover .image-block {
    background: #13765d; }
  .section-activities .container .activities-group .box-orange .image-block img {
    border-color: #e67e22; }
  .section-activities .container .activities-group .box-orange:hover .image-block {
    background: #e67e22; }
  @media (max-width: 768px) {
    .section-activities {
      padding-top: 40px;
      padding-bottom: 20px; }
      .section-activities .container .title-block {
        margin-bottom: 30px; }
      .section-activities .container .services-group {
        display: block;
        overflow: hidden; }
        .section-activities .container .services-group .service-block {
          display: block;
          width: 33.33%;
          float: left;
          margin-bottom: 15px; }
          .section-activities .container .services-group .service-block:nth-child(3n+1) {
            clear: both; }
          .section-activities .container .services-group .service-block .image-block img {
            max-width: 90px; } }

/* Trip Of Season Section */
.section-trip {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative; }
  .section-trip .container .trip-block {
    padding: 70px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .section-trip .container .trip-block:after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #34495e;
      position: absolute;
      opacity: 0.8;
      z-index: -1;
      border-radius: 8px;
      transition: all 0.2s; }
    .section-trip .container .trip-block .title-block {
      margin-bottom: 40px; }
    .section-trip .container .trip-block .img-block {
      width: 58%;
      float: left;
      min-height: 400px;
      border-radius: 8px 0px 0px 8px; }
    .section-trip .container .trip-block .content-block {
      width: 42%;
      float: left;
      min-height: 400px;
      border-radius: 0 8px 8px 0;
      background: #ffffff; }
      .section-trip .container .trip-block .content-block .trip-info {
        padding: 40px 40px 0px 40px; }
        .section-trip .container .trip-block .content-block .trip-info h3 {
          font-size: 28px; }
        .section-trip .container .trip-block .content-block .trip-info p {
          font-size: 14px;
          line-height: 24px; }
        .section-trip .container .trip-block .content-block .trip-info .price-block {
          font-size: 20px;
          margin-bottom: 20px; }
  @media (max-width: 991px) {
    .section-trip .container .trip-block {
      padding: 40px; }
      .section-trip .container .trip-block .title-block {
        margin-bottom: 30px; }
      .section-trip .container .trip-block .content-block .trip-info {
        padding: 25px; } }
  @media (max-width: 768px) {
    .section-trip {
      padding-top: 40px;
      padding-bottom: 40px; }
      .section-trip .container .trip-block {
        padding: 40px; }
        .section-trip .container .trip-block .img-block {
          width: 100%;
          float: none;
          min-height: inherit;
          border-radius: 8px 8px 0px 0px; }
        .section-trip .container .trip-block .content-block {
          width: 100%;
          float: none;
          min-height: inherit;
          border-radius: 0 0 8px 8px; }
          .section-trip .container .trip-block .content-block .trip-info {
            padding: 25px; } }
  @media (max-width: 575px) {
    .section-trip .container .trip-block {
      padding: 20px; }
      .section-trip .container .trip-block .content-block .trip-info {
        padding: 20px; }
        .section-trip .container .trip-block .content-block .trip-info h3 {
          font-size: 24px; }
        .section-trip .container .trip-block .content-block .trip-info .price-block {
          font-size: 18px; } }

/* Featured Section */
.section-featured {
  padding-top: 0;
  padding-bottom: 60px; }
  .section-featured .container .title-block {
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    .section-featured {
      padding-bottom: 20px; } }

/* Why Us Section */
.section-why-us {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  background: #162b32; }
  .section-why-us:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s; }
  .section-why-us .container .why-us-block {
    border-radius: 8px;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3); }
    .section-why-us .container .why-us-block .content-block {
      padding: 40px; }
      .section-why-us .container .why-us-block .content-block p {
        xmargin-bottom: 40px; }
  .section-why-us .container h2 {
    margin-bottom: 30px; }
  .section-why-us .container .testimonial-block .content-block {
    xpadding: 40px; }
    .section-why-us .container .testimonial-block .content-block p {
      xmargin-bottom: 40px; }
  .section-why-us .container .testimonial-block .testimonial_content {
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3);
    background: #ffffff;
    padding: 40px 40px 20px 40px; }
    .section-why-us .container .testimonial-block .testimonial_content .image-block {
      width: 90px;
      margin: 5px auto;
      border: 4px solid #666666;
      border-radius: 50%; }
      .section-why-us .container .testimonial-block .testimonial_content .image-block img {
        border-radius: 50%; }
    .section-why-us .container .testimonial-block .testimonial_content .testimonial_name {
      margin: 10px 0 0 0;
      font-size: 20px; }
      .section-why-us .container .testimonial-block .testimonial_content .testimonial_name p {
        margin-bottom: 0px; }
  .section-why-us .container .owl-dots {
    position: relative;
    bottom: 0;
    left: inherit;
    width: 100%;
    transform: none; }
    .section-why-us .container .owl-dots .owl-dot span {
      display: block;
      width: 15px;
      height: 15px;
      margin: 0;
      border-radius: 50%;
      background: transparent;
      border: 2px solid #4ca45a; }
    .section-why-us .container .owl-dots .owl-dot.active span {
      background: #4ca45a; }
    .section-why-us .container .owl-dots .owl-dot:hover span {
      background: #4ca45a; }
  @media (max-width: 768px) {
    .section-why-us {
      padding: 40px 15px; }
      .section-why-us .container .why-us-block {
        height: inherit !important;
        margin-bottom: 30px; }
        .section-why-us .container .why-us-block .content-block {
          padding: 25px; }
      .section-why-us .container .testimonial-block {
        height: inherit !important; }
        .section-why-us .container .testimonial-block .content-block {
          padding: 25px; }
        .section-why-us .container .testimonial-block .testimonial_content {
          margin-bottom: 20px; } }

.section-gallery {
  padding: 60px 0; }
  .section-gallery .trip-block {
    padding: 0 !important; }
    .section-gallery .trip-block:after {
      display: none; }
    .section-gallery .trip-block .gallery-group .gallery-block {
      position: relative; }
      .section-gallery .trip-block .gallery-group .gallery-block .block {
        position: relative; }
        .section-gallery .trip-block .gallery-group .gallery-block .block i {
          font-size: 40px;
          color: #ffffff;
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all .35s;
          transition: all .35s;
          position: absolute;
          inset: 0;
          background: rgba(76, 164, 90, 0.65);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          opacity: 0;
          -webkit-transition: all .25s;
          transition: all .25s;
          border-radius: 8px; }
      .section-gallery .trip-block .gallery-group .gallery-block:hover .block i {
        opacity: 1;
        transform: scale(1); }

.mb-20 {
  margin-bottom: 20px !important; }

/* Legendary Section */
.section-legendary {
  padding: 0px 0 40px 0; }
  .section-legendary .container .title-block {
    margin: 0 0 40px 0;
    color: #666666; }
  @media (max-width: 768px) {
    .section-legendary .container .title-block {
      margin: 0 0 30px 0; } }

/* Package Block Section */
.package-block {
  position: relative;
  margin-bottom: 20px;
  display: block;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1); }
  .package-block .img-block {
    transition: all 0.3s; }
    .package-block .img-block img {
      border-radius: 8px; }
  .package-block .content-block {
    position: relative;
    color: #333333;
    background: #ffffff;
    padding: 15px 18px;
    z-index: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .package-block .content-block h4 {
      font-size: 18px;
      margin: 0;
      font-weight: 600;
      min-height: 48px;
      display: flex;
      align-items: center; }
    .package-block .content-block .price-day {
      line-height: normal;
      letter-spacing: 0.5px;
      font-weight: 600;
      font-size: 16px;
      text-transform: capitalize;
      color: #ffffff;
      background: #4ca45a;
      border-radius: 3px;
      position: absolute;
      padding: 9px 32px;
      top: -20px;
      left: 18px;
      -webkit-clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
      clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%); }
    .package-block .content-block .button-primary {
      padding: 10px 16px;
      font-weight: 600;
      margin-top: 5px; }
  .package-block:before {
    content: '';
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 8px;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.66) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.53)), color-stop(100%, rgba(0, 0, 0, 0.66)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.66) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.66) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.66) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .package-block:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    border-radius: 8px;
    transition: all 0.2s; }
  .package-block:hover:before {
    height: 100%; }
  .package-block:hover:after {
    background: rgba(0, 0, 0, 0.25); }
  .package-block.trip-block .content-block {
    background: #ffffff;
    padding: 15px 55px 15px 25px; }
    .package-block.trip-block .content-block h3 {
      margin: 0; }
    .package-block.trip-block .content-block h4 {
      margin: 0 0 10px 0; }
    .package-block.trip-block .content-block:after {
      color: #ffffff;
      background: transparent;
      border: 2px solid #ffffff; }
  .package-block.trip-block:hover .content-block:after {
    color: #4ca45a;
    background: #ffffff; }
  @media (max-width: 768px) {
    .package-block .content-block {
      left: 20px;
      right: 20px;
      bottom: 20px; }
      .package-block .content-block h4 {
        font-size: 18px; }
    .package-block.trip-block .content-block {
      padding-left: 20px;
      padding-right: 60px; }
      .package-block.trip-block .content-block h3 {
        font-size: 20px; } }
  @media (max-width: 575px) {
    .package-block .img-block img {
      width: 100%; }
    .package-block .content-block {
      left: 20px;
      right: 20px;
      bottom: 20px; }
      .package-block .content-block h4 {
        font-size: 18px; }
    .package-block.trip-block .content-block {
      padding-left: 20px;
      padding-right: 60px; }
      .package-block.trip-block .content-block h3 {
        font-size: 20px; } }

/* Exclulsive Package Section */
.section-exclusive {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-exclusive .container .btn-block {
    margin-top: 20px; }
  @media (max-width: 768px) {
    .section-exclusive {
      padding-top: 40px;
      padding-bottom: 40px; } }

/* Blog Articles Section */
.section-blog .container .blog-group .blog-article {
  margin-bottom: 20px;
  overflow: hidden; }
  .section-blog .container .blog-group .blog-article .img-block {
    max-width: 80px;
    margin-right: 20px;
    float: left; }
    .section-blog .container .blog-group .blog-article .img-block img {
      border-radius: 8px; }
  .section-blog .container .blog-group .blog-article .blog-content {
    width: calc(100% - 100px);
    float: left; }
    .section-blog .container .blog-group .blog-article .blog-content a {
      color: #333333;
      transition: all 0.2s; }
      .section-blog .container .blog-group .blog-article .blog-content a:hover {
        color: #4ca45a; }
    .section-blog .container .blog-group .blog-article .blog-content h3 {
      font-size: 20px;
      line-height: normal;
      margin: 0 0 5px 0; }
    .section-blog .container .blog-group .blog-article .blog-content p {
      font-size: 14px;
      line-height: 24px;
      margin: 0; }
.section-blog .container .blog-group .btn-block {
  margin-top: 10px; }
.section-blog .container .video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0; }
  .section-blog .container .video-block iframe, .section-blog .container .video-block object, .section-blog .container .video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media (max-width: 768px) {
  .section-blog .container .blog-group {
    margin-bottom: 30px; }
    .section-blog .container .blog-group .blog-article {
      margin-bottom: 10px; } }

/* Call to Action Section */
.section-csr {
  padding: 80px 0; }
  .section-csr .container .title-block {
    margin-bottom: 40px;
    text-align: center; }
  .section-csr .container .csr-block {
    max-width: 1000px;
    margin: 0 auto; }
  @media (max-width: 768px) {
    .section-csr {
      padding: 40px 0; }
      .section-csr .container .title-block {
        margin-bottom: 30px; }
      .section-csr .container .csr-block {
        xpadding: 25px; } }

/* ///////////////// */
/*    INNER PAGES    */
/* ///////////////// */
.section-banner {
  padding: 100px 0 160px 0;
  position: relative;
  z-index: 1;
  transition: all 0.2s; }
  .section-banner:after {
    position: absolute;
    content: "";
    opacity: 0.5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background: black;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .section-banner .container .banner-block .h1 {
    margin: 0 0 15px 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
  .section-banner .container .banner-block p {
    font-size: 20px;
    margin: 0; }
  .section-banner .container .banner-block .date {
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 10px 30px;
    line-height: normal;
    margin-bottom: 20px; }
  .section-banner.section-banner-default {
    padding: 100px 0; }
  .section-banner.section-single-banner {
    padding: 120px 0;
    overflow: hidden; }
    .section-banner.section-single-banner .container h1 {
      margin: 0 0 20px 0; }
  @media (max-width: 768px) {
    .section-banner {
      padding: 70px 0 50px 0; }
      .section-banner.section-banner-default {
        padding: 70px 0; } }

/* Breadcrumb Section */
.section-breadcrumb {
  padding: 15px 0px; }
  .section-breadcrumb .container .breadcrumb {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0; }
  @media (max-width: 768px) {
    .section-breadcrumb {
      padding: 12px 0px; }
      .section-breadcrumb .container .breadcrumb {
        font-size: 15px; } }

/* About Us Page About Section */
.section-about {
  padding: 40px 0px; }
  .section-about .container .content-block {
    padding-right: 30px; }
    .section-about .container .content-block .panel-group .panel {
      border: none;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      margin: 0 0 10px 0;
      border-radius: 8px; }
      .section-about .container .content-block .panel-group .panel .panel-heading {
        border: none;
        border-radius: 0;
        padding: 0;
        position: relative;
        background: transparent; }
        .section-about .container .content-block .panel-group .panel .panel-heading h4 {
          font-weight: bold;
          font-size: 18px;
          margin: 0;
          padding: 18px 40px 18px 20px; }
        .section-about .container .content-block .panel-group .panel .panel-heading:after {
          position: absolute;
          right: 15px;
          top: 50%;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          transform: translateY(-50%);
          text-align: center;
          color: #ffffff;
          content: "\f106";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 28px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          line-height: 26px;
          background: #4ca45a; }
        .section-about .container .content-block .panel-group .panel .panel-heading.collapsed:after {
          content: "\f107";
          line-height: 30px; }
      .section-about .container .content-block .panel-group .panel .panel-collapse .panel-body {
        border: none;
        padding: 20px;
        border-top: 1px solid #ddd; }
        .section-about .container .content-block .panel-group .panel .panel-collapse .panel-body p:last-child {
          margin: 0; }
    .section-about .container .content-block .tabbable {
      margin: 40px 0; }
      .section-about .container .content-block .tabbable .about-tab {
        overflow: hidden;
        display: table;
        width: 100%; }
        .section-about .container .content-block .tabbable .about-tab li {
          display: table-cell;
          float: none; }
          .section-about .container .content-block .tabbable .about-tab li a {
            border-radius: 0;
            color: #666666;
            background: #ffffff;
            border-top: 4px solid #ffffff;
            border-bottom: 1px solid #f5f5f5;
            display: block;
            text-align: center;
            border-right: 1px solid #f5f5f5;
            transition: all 0.4s;
            font-size: 18px;
            font-weight: bold; }
            .section-about .container .content-block .tabbable .about-tab li a .fa {
              display: block;
              margin-bottom: 10px;
              color: #666666;
              transition: all 0.4s;
              font-size: 30px; }
            .section-about .container .content-block .tabbable .about-tab li a:hover {
              border-top-color: #1abc9c; }
              .section-about .container .content-block .tabbable .about-tab li a:hover .fa {
                color: #13762d; }
          .section-about .container .content-block .tabbable .about-tab li.active a {
            border-top-color: #1abc9c;
            color: #666666;
            border-bottom-color: #ffffff; }
            .section-about .container .content-block .tabbable .about-tab li.active a .fa {
              color: #13762d; }
          .section-about .container .content-block .tabbable .about-tab li:last-child a {
            border-right: none; }
    .section-about .container .content-block .tab-content {
      background: #ffffff;
      padding: 30px;
      width: 100%; }
      .section-about .container .content-block .tab-content .title-block {
        margin-bottom: 20px; }
  @media (max-width: 768px) {
    .section-about .container .content-block {
      padding-right: 0; } }

/* Default Page Content Section */
.section-main .container .content-block {
  padding-right: 30px; }
@media (max-width: 768px) {
  .section-main .container .content-block {
    padding-right: 0; } }

.section-package .package-container {
  margin-bottom: 30px; }

/* Right Side Bar Section */
.sidebar-right .sidebar_block {
  margin-bottom: 15px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px; }
  .sidebar-right .sidebar_block .title-block {
    padding: 0;
    margin: 0; }
    .sidebar-right .sidebar_block .title-block h3 {
      font-size: 18px;
      font-weight: 500;
      color: #ffffff;
      background: #656565;
      padding: 15px 20px;
      margin: 0;
      border-radius: 8px 8px 0 0; }
  .sidebar-right .sidebar_block .trip-block {
    padding: 10px; }
  .sidebar-right .sidebar_block .btn-block {
    padding: 18px 0;
    text-align: center;
    border-radius: 0 0 8px 8px; }
    .sidebar-right .sidebar_block .btn-block .button-white {
      min-width: 130px;
      padding: 10px 30px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }
      .sidebar-right .sidebar_block .btn-block .button-white:hover {
        background: #ffffff;
        color: #3a3839; }
  .sidebar-right .sidebar_block .content-block {
    padding: 10px 15px !important; }
    .sidebar-right .sidebar_block .content-block .gform_wrapper {
      margin: 0; }
      .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield {
        padding: 0;
        margin-top: 0; }
        .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield .gfield_label {
          display: none; }
        .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield:first-child {
          margin: 0; }
        .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield div.ginput_container {
          margin-top: 5px; }
        .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield textarea, .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield select,
        .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          border: none;
          width: 100%;
          box-shadow: none !important;
          font-size: 14px;
          color: #666666;
          border: 1px solid #dddddd;
          border-radius: 5px;
          padding: 7px 10px;
          line-height: normal;
          margin: 0; }
          .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield textarea:focus, .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield select:focus,
          .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
            outline: none; }
        .sidebar-right .sidebar_block .content-block .gform_wrapper ul.gform_fields li.gfield textarea {
          height: 120px; }
      .sidebar-right .sidebar_block .content-block .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0; }
        .sidebar-right .sidebar_block .content-block .gform_wrapper .gform_footer input[type=submit] {
          color: #4ca45a;
          border: 2px solid #4ca45a;
          border-radius: 5px;
          padding: 8px 25px;
          font-size: 14px;
          line-height: normal;
          font-weight: 600;
          transition: all 0.2s; }
          .sidebar-right .sidebar_block .content-block .gform_wrapper .gform_footer input[type=submit]:hover {
            color: #ffffff;
            background: #4ca45a; }
        .sidebar-right .sidebar_block .content-block .gform_wrapper .gform_footer.button {
          min-width: 130px; }
    .sidebar-right .sidebar_block .content-block ul.facts {
      list-style: none;
      padding: 0; }
      .sidebar-right .sidebar_block .content-block ul.facts li {
        overflow: hidden;
        margin: 5px 0; }
        .sidebar-right .sidebar_block .content-block ul.facts li span {
          background: #4ca45a;
          color: #ffffff;
          border-radius: 50%;
          margin-right: 10px;
          margin-top: 5px;
          width: 25px;
          height: 25px;
          text-align: center;
          line-height: 25px;
          font-size: 16px;
          float: left; }
        .sidebar-right .sidebar_block .content-block ul.facts li .right-info {
          display: block;
          width: calc(100% - 35px);
          float: left; }
          .sidebar-right .sidebar_block .content-block ul.facts li .right-info p {
            margin: 0; }
    .sidebar-right .sidebar_block .content-block ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sidebar-right .sidebar_block .content-block ul li {
        font-size: 14px; }
        .sidebar-right .sidebar_block .content-block ul li a {
          color: #666666;
          display: block;
          position: relative;
          padding-left: 15px;
          font-size: 14px;
          line-height: 28px; }
          .sidebar-right .sidebar_block .content-block ul li a:before {
            content: "\f105";
            font-family: FontAwesome;
            display: inline-block;
            width: 1.3em;
            left: 0;
            position: absolute;
            color: #13762d; }
    .sidebar-right .sidebar_block .content-block .review_block {
      margin: 0 0px 15px 0px;
      border-bottom: 1px solid #cccccc; }
      .sidebar-right .sidebar_block .content-block .review_block:last-child {
        border-bottom: none; }
      .sidebar-right .sidebar_block .content-block .review_block .image-block img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        text-align: center; }
      .sidebar-right .sidebar_block .content-block .review_block i {
        font-size: 16px;
        color: #383c3f;
        font-weight: 500;
        font-style: italic;
        line-height: 24px; }
      .sidebar-right .sidebar_block .content-block .review_block p {
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        font-weight: 500;
        font-style: italic; }
      .sidebar-right .sidebar_block .content-block .review_block h5 {
        font-size: 16px; }
  .sidebar-right .sidebar_block.price_block {
    background: #4ca45a; }
    .sidebar-right .sidebar_block.price_block .content-block {
      padding: 30px; }
      .sidebar-right .sidebar_block.price_block .content-block .price span {
        font-size: 36px; }
      .sidebar-right .sidebar_block.price_block .content-block .btn-block {
        margin: 20px 0 0 0; }
  .sidebar-right .sidebar_block .owl-nav {
    text-align: center;
    margin: 0; }
    .sidebar-right .sidebar_block .owl-nav .owl-prev, .sidebar-right .sidebar_block .owl-nav .owl-next {
      width: 30px !important;
      height: 30px !important;
      border-radius: 50%;
      border: none;
      background: #4ca45a !important;
      color: #ffffff !important;
      line-height: 30px !important;
      text-align: center;
      font-size: 18px !important;
      transition: all 0.2s;
      left: inherit !important;
      top: inherit !important;
      transform: none !important;
      display: inline-block;
      margin: 0 3px;
      position: relative !important; }
      .sidebar-right .sidebar_block .owl-nav .owl-prev:hover, .sidebar-right .sidebar_block .owl-nav .owl-next:hover {
        background: #3a3839;
        color: #ffffff; }
    .sidebar-right .sidebar_block .owl-nav .owl-next {
      right: inherit;
      left: inherit; }

/* Tailor Your Trip Page */
.section-tailor .container .content-block {
  padding-right: 30px; }
  .section-tailor .container .content-block.tailor-trip-block .gform_wrapper {
    xmargin: 40px 0 0 0; }
    .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield {
      padding: 0;
      margin: 0;
      float: left;
      width: 50%;
      clear: none; }
      .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield:last-child {
        width: 100% !important; }
      .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield div.ginput_container {
        margin-top: 10px;
        width: 100%;
        padding-right: 15px; }
        .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield div.ginput_container .has_first_name {
          padding-right: 15px; }
      .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield .gfield_label {
        display: none; }
      .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield:first-child {
        margin: 0; }
      .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield textarea, .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield select,
      .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        width: 100%;
        padding: 15px 20px;
        border-radius: 100px;
        border: none;
        border-radius: 5px;
        margin: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
        .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield textarea:focus, .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield select:focus,
        .section-tailor .container .content-block.tailor-trip-block .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
          outline: none; }
    .section-tailor .container .content-block.tailor-trip-block .gform_wrapper .gform_footer {
      padding: 0;
      margin: 0; }
      .section-tailor .container .content-block.tailor-trip-block .gform_wrapper .gform_footer input[type=submit] {
        background: #4ca45a;
        color: #ffffff;
        border-radius: 100px;
        padding: 15px 40px;
        font-size: 18px;
        font-weight: bold;
        line-height: normal; }
@media (max-width: 768px) {
  .section-tailor .container .content-block {
    padding-right: 0; } }

/* Service Page */
.service-section {
  padding: 60px 0; }
  .service-section .container .title-block {
    margin-bottom: 40px; }
  @media (max-width: 768px) {
    .service-section {
      padding: 40px 0; }
      .service-section .container .title-block {
        margin-bottom: 30px; }
      .service-section .container .image-block {
        margin-top: 20px; } }

/* Team Page */
.page-section-team {
  padding: 40px 0; }
  .page-section-team .container .main-team {
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd; }
    .page-section-team .container .main-team .title-block {
      margin-bottom: 20px; }
      .page-section-team .container .main-team .title-block .h3 {
        color: #333333; }
    .page-section-team .container .main-team .card-image img {
      box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
      border-radius: 5px; }
    .page-section-team .container .main-team .card-contents {
      padding: 20px 0 10px 20px; }
    .page-section-team .container .main-team .social {
      margin-bottom: 30px; }
      .page-section-team .container .main-team .social a {
        margin: 0 5px 0 0;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        background: #ffffff;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        box-shadow: 0 1px 10px rgba(57, 73, 76, 0.35);
        transition: all 0.2s; }
        .page-section-team .container .main-team .social a:hover {
          box-shadow: 0 1px 15px rgba(57, 73, 76, 0.6); }
        .page-section-team .container .main-team .social a.fa-facebook {
          color: #3b5999; }
        .page-section-team .container .main-team .social a.fa-instagram {
          color: #c7309a; }
        .page-section-team .container .main-team .social a.fa-linkedin {
          color: #0077b5; }
        .page-section-team .container .main-team .social a.fa-youtube-play {
          color: #e12d28; }
        .page-section-team .container .main-team .social a.fa-twitter {
          color: #55acee; }
    .page-section-team .container .main-team .image-block {
      margin-bottom: 20px;
      box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3); }
  .page-section-team .container .team-member {
    margin-bottom: 30px; }
    .page-section-team .container .team-member .title-block {
      margin-bottom: 30px; }
    .page-section-team .container .team-member .col-sm-6:nth-child(2n+1) {
      clear: both; }
    .page-section-team .container .team-member .member {
      margin-bottom: 20px; }
      .page-section-team .container .team-member .member .content-block {
        padding: 0 15px; }
        .page-section-team .container .team-member .member .content-block p {
          font-size: 14px;
          line-height: 24px; }
      .page-section-team .container .team-member .member .card-image img {
        box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        width: 100%; }
      .page-section-team .container .team-member .member:nth-child(2n+1) {
        clear: both; }
      .page-section-team .container .team-member .member .image-block {
        margin: 30px 0; }
  @media (max-width: 768px) {
    .page-section-team .container .main-team {
      margin: 0 0 30px 0; }
      .page-section-team .container .main-team .card-contents {
        padding: 20px 0 10px 0; }
      .page-section-team .container .main-team .social {
        margin-bottom: 20px; }
      .page-section-team .container .main-team .image-block {
        margin-bottom: 20px;
        box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3); }
    .page-section-team .container .team-member .member {
      margin-bottom: 10px; }
      .page-section-team .container .team-member .member .card-image {
        margin-bottom: 15px; }
      .page-section-team .container .team-member .member .content-block {
        padding: 0; } }

/* FAQ's Page */
.section-faq .container .panel-group .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin: 0 0 10px 0;
  border-radius: 8px; }
  .section-faq .container .panel-group .panel .panel-heading {
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background: transparent; }
    .section-faq .container .panel-group .panel .panel-heading h4 {
      font-weight: bold;
      font-size: 18px;
      margin: 0;
      padding: 18px 40px 18px 20px; }
    .section-faq .container .panel-group .panel .panel-heading:after {
      position: absolute;
      right: 15px;
      top: 50%;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      transform: translateY(-50%);
      text-align: center;
      color: #ffffff;
      content: "\f106";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 28px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      line-height: 26px;
      background: #4ca45a; }
    .section-faq .container .panel-group .panel .panel-heading.collapsed:after {
      content: "\f107";
      line-height: 30px; }
  .section-faq .container .panel-group .panel .panel-collapse .panel-body {
    border: none;
    padding: 20px;
    border-top: 1px solid #ddd; }
    .section-faq .container .panel-group .panel .panel-collapse .panel-body p:last-child {
      margin: 0; }

/* Testimonials Page */
.page-section-testimonials .container .testimonials-group .testimonial-block {
  margin-bottom: 30px; }

/* Contact Page */
.section-contact {
  padding: 40px 0; }
  .section-contact .container .content-block {
    padding-right: 30px; }
    .section-contact .container .content-block .gform_wrapper {
      margin: 0; }
      .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
        clear: none; }
        .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield:last-child {
          width: 100% !important; }
        .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield div.ginput_container {
          margin-top: 0;
          margin-bottom: 10px;
          width: 100%;
          padding-right: 15px; }
          .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield div.ginput_container .has_first_name {
            padding-right: 15px; }
        .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield .gfield_label {
          display: none; }
        .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield:first-child {
          margin: 0; }
        .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield textarea, .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield select,
        .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          width: 100%;
          padding: 15px 20px;
          border-radius: 100px;
          border: none;
          border-radius: 5px;
          margin: 0;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
          .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield textarea:focus, .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield select:focus,
          .section-contact .container .content-block .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
            outline: none; }
      .section-contact .container .content-block .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0; }
        .section-contact .container .content-block .gform_wrapper .gform_footer input[type=submit] {
          background: #4ca45a;
          color: #ffffff;
          border-radius: 100px;
          padding: 15px 40px;
          font-size: 18px;
          font-weight: bold;
          line-height: normal; }
  .section-contact .container .contact-details-block .paragraph-block h4 {
    font-size: 20px; }
  .section-contact .container .contact-details-block .paragraph-block .icon {
    font-size: 32px;
    line-height: 65px;
    height: 65px;
    width: 65px;
    float: left;
    margin-right: 20px;
    background: #4ca45a;
    color: #ffffff;
    text-align: center;
    border-radius: 50%; }
  .section-contact .container .contact-details-block .paragraph-block .right-info {
    display: block;
    width: calc(100% - 100px);
    float: left; }
  .section-contact .container .contact-details-block .social-media a {
    margin: 0 0 0 10px; }
    .section-contact .container .contact-details-block .social-media a:hover {
      color: #000000; }

.section-map h2 {
  color: #333333; }

/* Package Details Section */
.section-adventure-trips {
  position: relative;
  max-width: 1180px;
  transition: all 0.4s;
  margin: -60px auto 0px auto;
  padding: 30px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-radius: 8px; }
  .section-adventure-trips .price-block {
    margin-bottom: 20px; }
    .section-adventure-trips .price-block p {
      margin-bottom: 0; }
    .section-adventure-trips .price-block span {
      font-size: 18px;
      line-height: normal;
      font-weight: 600;
      color: #666666; }
      .section-adventure-trips .price-block span .price {
        font-size: 36px;
        line-height: normal;
        font-weight: 600;
        color: #4ca45a; }
  .section-adventure-trips .btn-block {
    margin-bottom: 30px; }
  .section-adventure-trips .trip-facts .facts-heading {
    border-bottom: 1px solid #e6e6e6; }
    .section-adventure-trips .trip-facts .facts-heading .trip_highlight {
      font-size: 14px;
      line-height: normal;
      font-weight: 600;
      padding: 5px 10px;
      margin-bottom: -1px; }
  .section-adventure-trips .trip-facts .trip-fact-list {
    padding: 0 20px; }
  .section-adventure-trips .trip-facts .facts-block {
    margin: 20px 0; }
    .section-adventure-trips .trip-facts .facts-block .fa {
      border-radius: 50%;
      border: 2px solid #4ca45a;
      color: #4ca45a;
      height: 42px;
      width: 42px;
      line-height: 40px;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 12px; }
    .section-adventure-trips .trip-facts .facts-block .facts-title {
      font-weight: 600;
      font-size: 16px;
      color: #4ca45a;
      text-align: center;
      line-height: normal; }
    .section-adventure-trips .trip-facts .facts-block p {
      font-weight: 500; }
  @media (max-width: 768px) {
    .section-adventure-trips {
      margin: 0px;
      box-shadow: none;
      padding: 30px 10px 10px 10px; } }

.single-packages .section-adventure-trips {
  padding: 30px 0 30px 0; }
  .single-packages .section-adventure-trips .container {
    padding: 0; }

.section-package-details {
  padding: 60px 0 30px 0; }
  .section-package-details .container .package-nav {
    xoverflow: hidden;
    display: table;
    width: 100%; }
    .section-package-details .container .package-nav li {
      display: table-cell;
      float: none;
      width: 16.66%; }
      .section-package-details .container .package-nav li a {
        color: #666666;
        background: #ffffff;
        border-radius: 8px;
        display: block;
        text-align: center;
        transition: all 0.4s;
        font-size: 14px;
        line-height: 30px;
        padding: 30px 0 15px 0;
        margin: 0 5px;
        font-weight: 600;
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1); }
        .section-package-details .container .package-nav li a .fa {
          display: block;
          margin-bottom: 20px;
          color: #888888;
          transition: all 0.4s;
          font-size: 42px;
          font-weight: 500; }
        .section-package-details .container .package-nav li a span {
          display: block;
          line-height: normal; }
        .section-package-details .container .package-nav li a:hover {
          background: #4ca45a;
          color: #ffffff;
          border-radius: 8px; }
          .section-package-details .container .package-nav li a:hover .fa {
            color: #ffffff; }
      .section-package-details .container .package-nav li.active a {
        background: #4ca45a;
        color: #ffffff;
        border-bottom-color: #ffffff;
        border-radius: 8px; }
        .section-package-details .container .package-nav li.active a .fa {
          color: #ffffff; }
        .section-package-details .container .package-nav li.active a:after {
          position: absolute;
          width: 0;
          height: 0;
          bottom: -8px;
          left: 50%;
          margin-left: -5px;
          content: "";
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #4ca45a; }
      .section-package-details .container .package-nav li:first-child a {
        margin-left: 0; }
      .section-package-details .container .package-nav li:last-child a {
        margin-right: 0; }
  .section-package-details .container .tab-content {
    padding: 30px 0; }
    .section-package-details .container .tab-content .title-block {
      margin-bottom: 20px; }
      .section-package-details .container .tab-content .title-block h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #333333; }
    .section-package-details .container .tab-content h3 {
      font-size: 24px;
      line-height: 28px;
      color: #333333; }
    .section-package-details .container .tab-content .paragraph-block,
    .section-package-details .container .tab-content .short-itinerary-block {
      margin-bottom: 30px; }
      .section-package-details .container .tab-content .paragraph-block p,
      .section-package-details .container .tab-content .short-itinerary-block p {
        color: #545454;
        font-weight: 500; }
      .section-package-details .container .tab-content .paragraph-block h3,
      .section-package-details .container .tab-content .short-itinerary-block h3 {
        font-size: 24px;
        line-height: 28px;
        color: #333333;
        font-weight: 600; }
    .section-package-details .container .tab-content .cost-inclusive-block:first-child {
      margin-bottom: 30px; }
    .section-package-details .container .tab-content .short-itinerary-block ul {
      list-style: none;
      padding: 0; }
      .section-package-details .container .tab-content .short-itinerary-block ul li {
        overflow: hidden;
        color: #545454;
        font-size: 16px;
        line-height: 28px; }
        .section-package-details .container .tab-content .short-itinerary-block ul li span {
          float: left; }
          .section-package-details .container .tab-content .short-itinerary-block ul li span.day {
            width: 100px;
            margin-right: 10px;
            font-weight: 600; }
          .section-package-details .container .tab-content .short-itinerary-block ul li span.text {
            width: calc(100% - 110px);
            font-weight: 500; }
    .section-package-details .container .tab-content .content-block ul li {
      color: #545454;
      font-size: 16px;
      line-height: 28px; }
    .section-package-details .container .tab-content .important-note-block .paragraph-block {
      color: #545454;
      font-size: 16px;
      line-height: 28px;
      font-weight: 500; }
    .section-package-details .container .tab-content .panel-group .panel {
      border: none;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      margin: 0 0 10px 0;
      border-radius: 8px; }
      .section-package-details .container .tab-content .panel-group .panel .panel-heading {
        border: none;
        border-radius: 0;
        padding: 0;
        position: relative;
        background: transparent; }
        .section-package-details .container .tab-content .panel-group .panel .panel-heading h4 {
          font-weight: bold;
          font-size: 18px;
          margin: 0;
          padding: 18px 40px 18px 20px; }
        .section-package-details .container .tab-content .panel-group .panel .panel-heading:after {
          position: absolute;
          right: 15px;
          top: 50%;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          transform: translateY(-50%);
          text-align: center;
          color: #ffffff;
          content: "\f106";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 28px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          line-height: 26px;
          background: #4ca45a; }
        .section-package-details .container .tab-content .panel-group .panel .panel-heading.collapsed:after {
          content: "\f107";
          line-height: 30px; }
      .section-package-details .container .tab-content .panel-group .panel .panel-collapse .panel-body {
        border: none;
        padding: 20px;
        border-top: 1px solid #ddd; }
        .section-package-details .container .tab-content .panel-group .panel .panel-collapse .panel-body p:last-child {
          margin: 0; }
    .section-package-details .container .tab-content .table-striped {
      border: none;
      width: 100%; }
      .section-package-details .container .tab-content .table-striped thead tr th {
        border: none;
        border-bottom: none;
        font-size: 17px;
        color: #000000;
        padding: 15px 20px;
        line-height: normal; }
        .section-package-details .container .tab-content .table-striped thead tr th:first-child {
          xwidth: 50%; }
      .section-package-details .container .tab-content .table-striped tbody tr {
        border: none;
        background: transparent;
        border-top: 1px solid #dddddd; }
        .section-package-details .container .tab-content .table-striped tbody tr td {
          border: none;
          padding: 5px 20px;
          line-height: normal;
          font-size: 16px; }
          .section-package-details .container .tab-content .table-striped tbody tr td span {
            display: block;
            min-height: 20px; }
            .section-package-details .container .tab-content .table-striped tbody tr td span.yes {
              background: url(../../images/table_tick.png) left no-repeat;
              background-size: 20px; }
          .section-package-details .container .tab-content .table-striped tbody tr td:last-child {
            text-align: center; }
          .section-package-details .container .tab-content .table-striped tbody tr td .button {
            background: #4ca45a;
            padding: 5px 25px;
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
            text-align: center;
            min-width: inherit;
            border-radius: 100px; }
    .section-package-details .container .tab-content .gallery-block {
      margin-bottom: 20px; }
    .section-package-details .container .tab-content .book-now-block .gform_wrapper {
      margin: 40px 0 0 0; }
      .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield {
        padding: 0;
        margin: 0;
        xfloat: left;
        xwidth: 50%;
        clear: none; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield:last-child {
          width: 100% !important; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield .input_disable input .ginput_container_text {
          disabled: disabled; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield div.ginput_container {
          margin-top: 10px;
          width: 100%; }
          .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield div.ginput_container .has_first_name {
            padding-right: 15px; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield div.ginput_container_date {
          position: relative; }
          .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield div.ginput_container_date .ui-datepicker-trigger {
            position: absolute;
            right: 40px;
            top: 35%; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield div.ginput_container_textarea {
          margin-bottom: 10px; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield .gsection_title {
          margin-bottom: 15px !important; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield .gfield_label {
          display: none; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield:first-child {
          margin: 0;
          width: 100% !important; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield textarea, .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield select,
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          width: 100%;
          padding: 12px 20px;
          box-shadow: none !important;
          border: 1px solid #cccccc;
          border-radius: 6px;
          line-height: normal;
          font-size: 16px; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield textarea {
          border-radius: 20px; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield ul.gfield_radio li {
          display: inline;
          margin-right: 50px; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_fields .gfield.gf_left_half {
          padding-right: 15px; }
      .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0; }
        .section-package-details .container .tab-content .book-now-block .gform_wrapper .gform_footer input[type=submit] {
          background: #4ca45a;
          color: #ffffff;
          border-radius: 5px;
          padding: 10px 16px;
          font-size: 18px;
          font-weight: 600; }
  @media (max-width: 768px) {
    .section-package-details .container .package-nav {
      display: block; }
      .section-package-details .container .package-nav li {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0; }
        .section-package-details .container .package-nav li a {
          line-height: normal;
          min-height: 107px; }
        .section-package-details .container .package-nav li.active a {
          border-bottom-color: #f5f5f5; }
    .section-package-details .container .tab-content {
      padding: 20px; }
      .section-package-details .container .tab-content .title-block {
        margin-bottom: 20px; } }

.section-related-package .container .related-block-group .title-block {
  margin-bottom: 30px; }
  .section-related-package .container .related-block-group .title-block .h2 {
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px; }

.ui-datepicker-title {
  background: #0f87e1; }
  .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year {
    background: #0156a3;
    font-size: 15px; }

.section-trekking .container .title-block .h2 {
  color: #333333;
  font-size: 42px;
  line-height: 80px;
  font-weight: 700; }

/* Footer Social Section */
.section-social {
  padding-top: 40px;
  padding-bottom: 30px; }
  .section-social .container .social-block {
    text-align: center;
    margin: 0 auto; }
    .section-social .container .social-block a {
      text-transform: capitalize;
      color: #ffffff;
      font-weight: normal;
      width: 65px;
      height: 65px;
      line-height: 65px;
      display: inline-block;
      border-radius: 50%;
      margin: 0 10px 10px 10px;
      font-size: 32px;
      transition: all 0.2s; }
      .section-social .container .social-block a.facebook {
        background: #3b5999; }
      .section-social .container .social-block a.twitter {
        background: #55acee; }
      .section-social .container .social-block a.linkedin {
        background: #0077b5; }
      .section-social .container .social-block a.youtube {
        background: #e12d28; }
      .section-social .container .social-block a.googleplus {
        background: #d4201f; }
      .section-social .container .social-block a.instagram {
        background: #c7309a; }
      .section-social .container .social-block a.pinterest {
        background: #ca2027; }
      .section-social .container .social-block a:hover {
        opacity: 0.8; }
  @media (max-width: 768px) {
    .section-social {
      padding-top: 30px;
      padding-bottom: 20px; }
      .section-social .container .social-block a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 28px; } }

.section-cta {
  padding: 60px 0; }
  .section-cta .cta-container h2 {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 36px; }
  .section-cta .cta-container .button {
    font-size: 20px;
    margin-bottom: 0px; }

.custom_table {
  border-color: #ebebeb;
  width: 100%; }
  .custom_table thead tr th {
    border: 1px solid #ebebeb;
    border-bottom: none;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    padding: 22px 10px;
    background: #e67e22; }
    .custom_table thead tr th:first-child {
      width: 50%; }
  .custom_table tbody tr {
    border: 1px solid #ebebeb; }
    .custom_table tbody tr th {
      background: #ffffff;
      padding: 12px 25px;
      border: 1px solid #ebebeb;
      color: #666666;
      text-align: left;
      font-size: 16px;
      font-weight: normal; }
      .custom_table tbody tr th span {
        display: block;
        min-height: 14px; }
        .custom_table tbody tr th span.yes {
          background: url(../../images/table_tick.png) center no-repeat;
          background-size: 20px 14px; }
      .custom_table tbody tr th.tr-head {
        border: none;
        text-align: left;
        color: #666666;
        padding: 12px 25px;
        background: #f1f1f1;
        font-weight: bold; }
    .custom_table tbody tr td {
      background: #ffffff;
      border: 1px solid #e5e5e5; }

/* ////////////////// */
/*   SEARCH LISTING   */
/* ////////////////// */
.section-search {
  padding: 60px 0; }
  .section-search .search-container {
    padding: 0px;
    max-width: 1184px !important; }
    .section-search .search-container .title-block h2 {
      font-size: 32px; }
    .section-search .search-container .search-group {
      margin-bottom: 15px; }
      .section-search .search-container .search-group .search-list-block {
        padding: 30px 0;
        border: 1px solid #e5e5e5;
        border-width: 1px 0; }
        .section-search .search-container .search-group .search-list-block h3 {
          font-size: 24px; }
    .section-search .search-container .pagination {
      display: block;
      overflow: hidden;
      border-radius: 0px;
      margin: 20px 0 30px 0; }
      .section-search .search-container .pagination a, .section-search .search-container .pagination span {
        display: block;
        float: left;
        font-size: 16px;
        color: #666666;
        padding: 0px;
        margin-right: 7px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        transition: all 0.2s; }
        .section-search .search-container .pagination a:hover, .section-search .search-container .pagination span:hover {
          color: #f33434; }
      .section-search .search-container .pagination span {
        background: #4ca45a;
        color: #ffffff;
        border-radius: 3px; }

/* //////// */
/*   BLOG   */
/* //////// */
.section-blog-list {
  padding: 60px 0; }
  .section-blog-list .container .blog-group {
    margin-bottom: 0px; }
    .section-blog-list .container .blog-group .blog-block {
      display: block;
      margin-bottom: 10px; }
      .section-blog-list .container .blog-group .blog-block .img-block {
        margin-bottom: 20px;
        width: auto;
        box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3); }
      .section-blog-list .container .blog-group .blog-block .blog-content {
        padding: 0px;
        font-size: 16px; }
        .section-blog-list .container .blog-group .blog-block .blog-content h3 {
          font-size: 24px;
          line-height: 26px;
          margin-bottom: 10px;
          color: #333333; }
        .section-blog-list .container .blog-group .blog-block .blog-content .date {
          color: #4ca45a;
          display: block;
          font-style: italic;
          margin-bottom: 15px;
          font-size: 14px;
          font-weight: 600; }
        .section-blog-list .container .blog-group .blog-block .blog-content p {
          font-size: 14px;
          line-height: 24px;
          text-align: normal; }
        .section-blog-list .container .blog-group .blog-block .blog-content .button-primary {
          font-size: 14px;
          padding: 8px 20px;
          text-align: center; }
  .section-blog-list .container .pagination {
    display: block;
    overflow: hidden;
    border-radius: 0px;
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #dddddd; }
    .section-blog-list .container .pagination a, .section-blog-list .container .pagination span {
      display: block;
      float: left;
      font-size: 14px;
      margin-right: -1px;
      font-weight: 600;
      border: none;
      border-right: 1px solid #dddddd;
      background: transparent;
      color: #6d6d6d;
      padding: 0px;
      width: 36px;
      height: 36px;
      line-height: 32px;
      text-align: center;
      transition: all 0.2s; }
      .section-blog-list .container .pagination a:hover, .section-blog-list .container .pagination span:hover {
        color: #4ca45a; }
      .section-blog-list .container .pagination a:last-child, .section-blog-list .container .pagination span:last-child {
        border: none; }
    .section-blog-list .container .pagination span {
      background: #4ca45a;
      color: #ffffff;
      border-radius: 0; }
  @media (max-width: 768px) {
    .section-blog-list .container .blog-group .blog-block {
      margin-bottom: 30px; } }

/* ///////////////// */
/*   BLOG  DETAILS   */
/* //////////////// */
.section-blog-details {
  padding: 40px 0; }
  .section-blog-details .container .content-block {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    .section-blog-details .container .content-block .blog-content .img-block {
      margin-bottom: 10px;
      width: auto; }
    .section-blog-details .container .content-block .blog-content .date-block .post-info {
      font-size: 16px;
      font-weight: bold;
      display: inline-block;
      padding: 5px 10px;
      background: #4ca45a;
      color: #ffffff; }
    .section-blog-details .container .content-block .paragraph-block {
      padding: 0px;
      font-size: 16px; }
      .section-blog-details .container .content-block .paragraph-block h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px; }
      .section-blog-details .container .content-block .paragraph-block .date {
        font-size: 14px;
        color: #13762d; }
    .section-blog-details .container .content-block .blog-content-block {
      padding: 30px;
      background: #ffffff;
      margin-bottom: 30px; }
      .section-blog-details .container .content-block .blog-content-block img {
        width: 100%;
        height: auto;
        max-width: 100%; }
      .section-blog-details .container .content-block .blog-content-block .form-control {
        height: inherit;
        border: 1px solid #dddddd;
        line-height: normal;
        padding: 10px 15px; }
      .section-blog-details .container .content-block .blog-content-block .comments-area p {
        margin-bottom: 15px; }

/* ////////// */
/*   FOOTER   */
/* ////////// */
footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  font-size: 14px;
  background: #121212;
  color: #90b0cc; }
  footer .section-footer {
    padding: 50px 0 0px 0;
    background-position: bottom center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    footer .section-footer .container {
      margin: 0 auto; }
      footer .section-footer .container .footer-title {
        position: relative;
        margin-bottom: 28px; }
        footer .section-footer .container .footer-title h3 {
          font-size: 18px;
          line-height: normal;
          color: #ffffff;
          text-transform: capitalize;
          padding-bottom: 20px;
          letter-spacing: 1px; }
          footer .section-footer .container .footer-title h3:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 55px;
            height: 2px;
            background-color: #ffffff; }
      footer .section-footer .container h3 {
        font-size: 16px;
        color: #ffffff; }
      footer .section-footer .container h4 {
        font-size: 16px;
        font-weight: 600;
        color: #999;
        margin-bottom: 20px; }
      footer .section-footer .container p {
        font-size: 16px;
        color: #999; }
      footer .section-footer .container .company-info {
        padding-left: 40px; }
        footer .section-footer .container .company-info .textwidget p {
          margin: 0; }
      footer .section-footer .container a {
        color: #999;
        transition: all 0.2s;
        font-size: 16px; }
        footer .section-footer .container a:hover, footer .section-footer .container a:focus {
          color: #ffffff;
          text-decoration: underline; }
      footer .section-footer .container ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 30px;
        position: relative; }
        footer .section-footer .container ul.menu li {
          margin-bottom: 10px;
          position: relative; }
          footer .section-footer .container ul.menu li a {
            color: #90b0cc;
            transition: all 0.2s;
            font-size: 16px;
            display: block;
            line-height: normal;
            position: relative;
            color: #999;
            padding-left: 20px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
            footer .section-footer .container ul.menu li a:hover, footer .section-footer .container ul.menu li a:focus {
              color: #ffffff; }
              footer .section-footer .container ul.menu li a:hover:before, footer .section-footer .container ul.menu li a:focus:before {
                color: #ffffff; }
            footer .section-footer .container ul.menu li a:before {
              position: absolute;
              content: "\f105";
              left: 0;
              top: 1px;
              line-height: 1em;
              color: #999;
              font-family: FontAwesome; }
      footer .section-footer .container .affilation ul {
        display: inline-block;
        padding: 0; }
        footer .section-footer .container .affilation ul li {
          list-style: none;
          display: inline-block;
          width: 50px;
          margin-right: 5px;
          margin-bottom: 10px; }
          footer .section-footer .container .affilation ul li img {
            display: block;
            max-width: 100%;
            height: auto; }
      footer .section-footer .container .social-icons {
        clear: both;
        overflow: hidden;
        padding: 25px 0px; }
        footer .section-footer .container .social-icons a {
          cursor: pointer;
          float: left;
          font-size: 20px;
          line-height: 20px;
          padding: 0;
          margin-right: 5px;
          text-align: center;
          text-decoration: none;
          width: 25px;
          height: 25px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      footer .section-footer .container .copyright {
        color: #999;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        footer .section-footer .container .copyright.top {
          padding: 15px 0;
          margin-top: 20px; }
          footer .section-footer .container .copyright.top ul li {
            display: inline-block;
            margin: 0; }
            footer .section-footer .container .copyright.top ul li:after {
              content: "/";
              margin: 0 6px 0 8px;
              font-size: 14px; }
            footer .section-footer .container .copyright.top ul li a {
              display: inline-block; }
            footer .section-footer .container .copyright.top ul li:last-child:after {
              display: none; }
        footer .section-footer .container .copyright a {
          color: #999;
          transition: all 0.2s;
          -webkit-transition: all 0.2s; }
          footer .section-footer .container .copyright a:hover {
            color: #ffffff; }
      footer .section-footer .container .widget .gform_wrapper {
        margin: 0; }
        footer .section-footer .container .widget .gform_wrapper form {
          overflow: hidden; }
          footer .section-footer .container .widget .gform_wrapper form .gform_body {
            float: left;
            width: calc(100% - 125px); }
            footer .section-footer .container .widget .gform_wrapper form .gform_body li.gfield {
              padding: 0;
              margin: 0; }
              footer .section-footer .container .widget .gform_wrapper form .gform_body li.gfield.gfield_error {
                background: rgba(255, 223, 224, 0.1);
                padding: 0;
                max-width: 100% !important;
                border-top: none;
                margin-bottom: 0 !important;
                width: 100%; }
              footer .section-footer .container .widget .gform_wrapper form .gform_body li.gfield .ginput_container {
                margin: 0; }
              footer .section-footer .container .widget .gform_wrapper form .gform_body li.gfield .gfield_description {
                padding: 0; }
        footer .section-footer .container .widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          border: none;
          border-radius: 100px 0 0 100px;
          padding: 7px 20px;
          font-size: 15px;
          line-height: 30px;
          font-weight: 500;
          width: 100%;
          xfloat: left; }
          footer .section-footer .container .widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
            outline: none !important; }
        footer .section-footer .container .widget .gform_wrapper label.gfield_label {
          font-size: 16px;
          color: #ffffff;
          display: none; }
        footer .section-footer .container .widget .gform_wrapper div.validation_error {
          color: #ffffff;
          background: #3a3839;
          margin-bottom: 5px;
          border: none;
          padding: 10px 15px;
          line-height: normal;
          font-weight: 500;
          border-radius: 5px; }
        footer .section-footer .container .widget .gform_wrapper .validation_message,
        footer .section-footer .container .widget .gform_wrapper .gfield_error .gfield_label {
          color: #f33434; }
        footer .section-footer .container .widget .gform_wrapper .gform_footer {
          padding: 0;
          margin: 0;
          float: left;
          clear: none;
          width: 125px; }
          footer .section-footer .container .widget .gform_wrapper .gform_footer input[type=submit] {
            margin: 0;
            background: #4ca45a;
            color: #ffffff;
            border-radius: 0 100px 100px 0;
            padding: 7px 20px;
            min-width: 115px;
            transition: all 0.2s;
            font-size: 14px;
            line-height: 30px;
            font-weight: 600; }
            footer .section-footer .container .widget .gform_wrapper .gform_footer input[type=submit]:hover {
              color: #ffffff;
              background: #3a3839; }
  @media (max-width: 768px) {
    footer .section-footer {
      padding: 40px 10px 0px 10px; }
      footer .section-footer .container h3 {
        margin-bottom: 10px; }
      footer .section-footer .container .widget {
        margin-bottom: 20px; }
      footer .section-footer .container ul.menu li {
        margin-bottom: 5px; }
      footer .section-footer .container p {
        line-height: 24px; }
      footer .section-footer .container .company-info,
      footer .section-footer .container .social-icons {
        padding: 0px; }
      footer .section-footer .container .copyright {
        padding: 20px 0;
        text-align: center;
        font-size: 12px; }
        footer .section-footer .container .copyright.top {
          padding: 10px 0; }
        footer .section-footer .container .copyright .pull-left, footer .section-footer .container .copyright .pull-right {
          float: none !important;
          display: block; }
        footer .section-footer .container .copyright .pull-left {
          margin-bottom: 15px; }
      footer .section-footer .container .widget .gform_wrapper {
        max-width: 350px; } }

@media (max-width: 1200px) {
  .container {
    width: 100%; } }
/* Slider CSS */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .sidebar-right .sidebar_block .owl-nav .owl-next, .sidebar-right .sidebar_block .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out;
  height: 0; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*# sourceMappingURL=custom.css.map */
