/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
@-o-keyframes swivel {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@-webkit-keyframes swivel {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@-moz-keyframes swivel {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@keyframes swivel {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@-o-keyframes swivel-out {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@-webkit-keyframes swivel-out {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@-moz-keyframes swivel-out {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@keyframes swivel-out {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(90deg); }
  100% {
    transform: rotateY(0deg); } }
@-o-keyframes heartbeat {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }
@-webkit-keyframes heartbeat {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }
@-moz-keyframes heartbeat {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }
@keyframes heartbeat {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }
@-o-keyframes bobbing {
  0% {
    margin-top: 0px; }
  40% {
    margin-top: -5px; }
  80% {
    margin-top: 5px; }
  100% {
    margin-top: 0px; } }
@-webkit-keyframes bobbing {
  0% {
    margin-top: 0px; }
  40% {
    margin-top: -5px; }
  80% {
    margin-top: 5px; }
  100% {
    margin-top: 0px; } }
@-moz-keyframes bobbing {
  0% {
    margin-top: 0px; }
  40% {
    margin-top: -5px; }
  80% {
    margin-top: 5px; }
  100% {
    margin-top: 0px; } }
@keyframes bobbing {
  0% {
    margin-top: 0px; }
  40% {
    margin-top: -5px; }
  80% {
    margin-top: 5px; }
  100% {
    margin-top: 0px; } }
@-o-keyframes bobbing2 {
  0% {
    top: 0px; }
  40% {
    top: -5px; }
  80% {
    top: 5px; }
  100% {
    top: 0px; } }
@-webkit-keyframes bobbing2 {
  0% {
    top: 0px; }
  40% {
    top: -5px; }
  80% {
    top: 5px; }
  100% {
    top: 0px; } }
@-moz-keyframes bobbing2 {
  0% {
    top: 0px; }
  40% {
    top: -5px; }
  80% {
    top: 5px; }
  100% {
    top: 0px; } }
@keyframes bobbing2 {
  0% {
    top: 0px; }
  40% {
    top: -5px; }
  80% {
    top: 5px; }
  100% {
    top: 0px; } }
/* END ANIMATION */
body section:last-of-type {
  padding-bottom: 60px !important; }

.rnavbar {
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  padding: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 110px;
  background-color: #fff;
  -moz-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  width: 100%;
  max-width: 100%; }
  .rnavbar.affix-active {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
  .rnavbar .logo {
    height: 100px;
    -moz-transition: 0.5s top ease;
    -o-transition: 0.5s top ease;
    -webkit-transition: 0.5s top ease;
    transition: 0.5s top ease; }
  .rnavbar .nav-link {
    font-size: 16px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-weight: 700;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .rnavbar .nav-link.active, .rnavbar .nav-link:hover {
      color: red; }

.home-chapter4 {
  padding: 20px 0 80px 0; }
  .home-chapter4 h2 {
    margin: 40px 0;
    text-align: center;
    color: #ff6600; }
  .home-chapter4 .textcontainer {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/home/bg.jpg); }
    .home-chapter4 .textcontainer p {
      color: white;
      text-align: center;
      font-size: 23px; }
  .home-chapter4 .shadow {
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.5); }
  .home-chapter4 .col-sm-3 {
    width: 20% !important;
    margin-top: 10px;
    padding: 5px 10px; }
    .home-chapter4 .col-sm-3 .imgcontainer {
      position: relative; }
    .home-chapter4 .col-sm-3 .imgcontainer:before {
      background: black;
      opacity: 0;
      width: 100%;
      height: 0%;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.6s all ease;
      -webkit-transition: 0.6s all ease;
      -moz-transition: 0.6s all ease;
      transform: rotate(-45deg); }
    .home-chapter4 .col-sm-3 .imgcontainer:after {
      opacity: 0;
      width: 90%;
      height: 90%;
      content: "";
      position: absolute;
      left: 5%;
      top: 5%;
      border: 1px solid #ff6600;
      transition: 0.6s all ease;
      -webkit-transition: 0.6s all ease;
      -moz-transition: 0.6s all ease; }
    .home-chapter4 .col-sm-3 a {
      color: white;
      text-align: center;
      background: #e80505;
      width: 120px;
      padding: 5px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      z-index: 1;
      font-size: 1px; }
      .home-chapter4 .col-sm-3 a:hover {
        -o-animation: bobbing 1s ease-in-out forwards;
        -moz-animation: bobbing 1s ease-in-out forwards;
        -webkit-animation: bobbing 1s ease-in-out forwards;
        animation: bobbing 1s ease-in-out forwards; }
    .home-chapter4 .col-sm-3:hover .imgcontainer:before {
      opacity: 0.5;
      height: 100%;
      transform: rotate(0deg); }
    .home-chapter4 .col-sm-3:hover .imgcontainer:after {
      opacity: 1; }
    .home-chapter4 .col-sm-3:hover a {
      opacity: 1;
      color: white;
      font-size: 18px; }
  .home-chapter4 .clearfix {
    margin: 0 -15px;
    display: none; }

.home5 .owl-item {
  display: flex; }
  .home5 .owl-item .item {
    position: relative;
    width: 100%; }
.home5 .box {
  height: 200px;
  display: flex;
  align-items: center; }
.home5 .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  bottom: -50px; }
  .home5 .owl-dots .owl-dot {
    background-color: white;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0px; }
    .home5 .owl-dots .owl-dot.active {
      background-color: #777; }

.menu-chapter2 {
  background-image: url(../images/about/bg.jpg);
  padding: 60px 0px; }
  .menu-chapter2 .container-fluid {
    padding: 0 30px 0 0; }
  .menu-chapter2 .toptext {
    padding-bottom: 110px; }
    .menu-chapter2 .toptext p {
      text-align: center;
      line-height: 25px; }
    .menu-chapter2 .toptext .vmbtn {
      display: block;
      width: 200px;
      margin: 20px auto 0 auto; }
      .menu-chapter2 .toptext .vmbtn button {
        display: block;
        width: 100%;
        background-color: #E3080D;
        color: white;
        padding: 7px 30px;
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        text-align: center;
        position: relative;
        font-size: 16px; }
        .menu-chapter2 .toptext .vmbtn button:focus {
          outline: none; }
        .menu-chapter2 .toptext .vmbtn button:hover {
          -o-animation: bobbing2 1s ease-in-out forwards;
          -moz-animation: bobbing2 1s ease-in-out forwards;
          -webkit-animation: bobbing2 1s ease-in-out forwards;
          animation: bobbing2 1s ease-in-out forwards; }
  .menu-chapter2 .row a {
    background: #a32729;
    padding: 20px;
    position: relative;
    z-index: 0;
    height: 60px;
    border: 1px solid #9c1718; }
    .menu-chapter2 .row a button {
      background: transparent;
      color: white;
      z-index: 1;
      letter-spacing: 1px; }
      .menu-chapter2 .row a button:focus {
        outline: none; }
    .menu-chapter2 .row a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #fb8610;
      transition: 0.6s all ease;
      z-index: -1; }
    .menu-chapter2 .row a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 0%;
      height: 100%;
      background-color: #fb8610;
      transition: 0.6s all ease;
      z-index: -1; }
    .menu-chapter2 .row a:hover:before, .menu-chapter2 .row a:hover:after, .menu-chapter2 .row a.active:before, .menu-chapter2 .row a.active:after {
      width: 100%; }
  .menu-chapter2 .tabcontainer {
    height: 660px;
    bottom: 45px; }
  .menu-chapter2 .tab-content .tab-pane.showall {
    display: block;
    opacity: 1;
    margin-top: 60px; }
    .menu-chapter2 .tab-content .tab-pane.showall:nth-of-type(2), .menu-chapter2 .tab-content .tab-pane.showall:first-of-type {
      margin-top: 0; }
  .menu-chapter2 .tab-content .tab-pane .col-md-4 {
    height: 660px; }
    .menu-chapter2 .tab-content .tab-pane .col-md-4 img {
      height: 320px;
      object-fit: cover;
      border: 10px solid #cccccc; }
    .menu-chapter2 .tab-content .tab-pane .col-md-4 img:last-child {
      margin-top: 20px; }
  .menu-chapter2 .tab-content .tab-pane .col-md-8 {
    padding: 0 20px; }
    .menu-chapter2 .tab-content .tab-pane .col-md-8 .textcontainer {
      min-height: 660px;
      background: white;
      padding: 60px 100px;
      box-shadow: 1px 1px 16px -2px #666666; }
      .menu-chapter2 .tab-content .tab-pane .col-md-8 .textcontainer img {
        margin: 30px 0 50px 0; }
      .menu-chapter2 .tab-content .tab-pane .col-md-8 .textcontainer ul {
        columns: 2;
        list-style: none; }
        .menu-chapter2 .tab-content .tab-pane .col-md-8 .textcontainer ul li {
          position: relative;
          padding-left: 25px;
          margin-bottom: 10px; }
          .menu-chapter2 .tab-content .tab-pane .col-md-8 .textcontainer ul li:before {
            content: '';
            height: .4em;
            width: .4em;
            background: #fc9d3d;
            display: block;
            position: absolute;
            transform: rotate(45deg);
            top: .5em;
            left: 0; }
  .menu-chapter2 .sidebar {
    float: left; }
  .menu-chapter2 .content {
    float: right;
    bottom: 45px; }
  .menu-chapter2 .cornerimg {
    position: absolute;
    bottom: -45px;
    width: 250px;
    right: 40px; }

.sticky-stopper footer {
  position: fixed !important;
  bottom: 0;
  width: 100%; }

.gallery-chapter2 {
  background-image: url(../images/gallery/bg.jpg);
  padding: 20px 0 80px 0; }
  .gallery-chapter2 h2 {
    margin: 40px 0;
    text-align: center;
    color: #ff6600; }
  .gallery-chapter2 .imgcontainer a {
    width: 100%;
    display: block; }
  .gallery-chapter2 .textcontainer {
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s all ease; }
    .gallery-chapter2 .textcontainer div {
      text-align: center; }
    .gallery-chapter2 .textcontainer p {
      color: white;
      text-align: center;
      font-size: 22px;
      color: #fb7e00;
      bottom: -10px;
      position: relative; }
    .gallery-chapter2 .textcontainer a {
      color: white;
      text-align: center;
      background: #e80505;
      width: 120px;
      position: relative;
      opacity: 0;
      transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      z-index: 1;
      font-size: 0px; }
    .gallery-chapter2 .textcontainer:after {
      opacity: 0;
      width: 90%;
      height: 90%;
      content: "";
      position: absolute;
      left: 5%;
      top: 5%;
      border: 1px solid #ff6600;
      transition: 0.6s all ease;
      -webkit-transition: 0.6s all ease;
      -moz-transition: 0.6s all ease; }
  .gallery-chapter2 .shadow {
    box-shadow: 1px 1px 10px 0px black;
    position: relative; }
  .gallery-chapter2 .col-sm-4 {
    margin-top: 10px;
    padding: 5px 10px; }
    .gallery-chapter2 .col-sm-4 .imgcontainer {
      position: relative; }
    .gallery-chapter2 .col-sm-4:hover .textcontainer {
      height: 100%; }
      .gallery-chapter2 .col-sm-4:hover .textcontainer:after {
        opacity: 1; }
      .gallery-chapter2 .col-sm-4:hover .textcontainer a {
        position: relative;
        opacity: 1;
        color: white;
        font-size: 16px;
        left: unset;
        transform: unset;
        padding: 5px;
        margin-top: 10px; }
        .gallery-chapter2 .col-sm-4:hover .textcontainer a:hover {
          -o-animation: bobbing2 1s ease-in-out forwards;
          -moz-animation: bobbing2 1s ease-in-out forwards;
          -webkit-animation: bobbing2 1s ease-in-out forwards;
          animation: bobbing2 1s ease-in-out forwards; }
      .gallery-chapter2 .col-sm-4:hover .textcontainer p {
        bottom: unset; }
  .gallery-chapter2 .clearfix {
    margin: 0 -15px; }

.contact-chapter1 {
  background-image: url(../images/home/bg2.jpg);
  padding: 60px 0; }
  .contact-chapter1 h4 {
    text-align: center;
    margin-bottom: 40px; }
  .contact-chapter1 form {
    background-color: white;
    padding: 50px;
    box-shadow: 1px 1px 10px -2px #666666; }
    .contact-chapter1 form .form-group {
      margin-bottom: 20px; }
    .contact-chapter1 form textarea.form-control {
      height: auto; }
    .contact-chapter1 form .form-control {
      border-radius: 0;
      color: #333333;
      border: 2px solid #cccccc;
      height: 36px; }
    .contact-chapter1 form .submitbtn {
      display: block;
      margin: 20px auto 0 auto;
      background-color: #E3080D;
      color: white;
      padding: 7px 30px;
      transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      width: 200px;
      text-align: center;
      position: relative;
      font-size: 16px; }
      .contact-chapter1 form .submitbtn:focus {
        outline: none; }
      .contact-chapter1 form .submitbtn:hover {
        -o-animation: bobbing2 1s ease-in-out forwards;
        -moz-animation: bobbing2 1s ease-in-out forwards;
        -webkit-animation: bobbing2 1s ease-in-out forwards;
        animation: bobbing2 1s ease-in-out forwards; }
  .contact-chapter1 .hide-first {
    display: none; }
  .contact-chapter1 .parsley-errors-list {
    list-style: none; }
    .contact-chapter1 .parsley-errors-list li {
      color: red; }
  .contact-chapter1 label[for='place-order'] {
    pointer-events: none; }
  .contact-chapter1 .expand-control input[type=checkbox] + label {
    display: block;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 0.2em;
    font-weight: normal;
    color: #333333; }
  .contact-chapter1 .expand-control input[type=checkbox] {
    display: none; }
  .contact-chapter1 .expand-control input[type=checkbox] + label:before {
    content: "\2714";
    border: 2px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    padding-top: 1px;
    vertical-align: baseline;
    text-align: center;
    color: transparent;
    transition: .2s;
    float: left; }
  .contact-chapter1 .expand-control input[type=checkbox] + label:active:before {
    transform: scale(0); }
  .contact-chapter1 .expand-control input[type=checkbox]:checked + label:before {
    background-color: white;
    border-color: #cccccc;
    color: #ff6600; }
  .contact-chapter1 .expand-control input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa; }
  .contact-chapter1 .expand-control input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb; }
  .contact-chapter1 button.multiselect {
    border: 2px solid #cccccc;
    border-radius: 0px;
    height: 36px;
    z-index: 2 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .contact-chapter1 button.multiselect .multiselect-selected-text {
      color: #666 !important;
      letter-spacing: 0; }
    .contact-chapter1 button.multiselect .dropdown-backdrop {
      display: none; }
  .contact-chapter1 .caret {
    display: none; }
  .contact-chapter1 .multiselect-container {
    padding: 0px 0px 20px 0px;
    z-index: 1; }
    .contact-chapter1 .multiselect-container.dropdown-menu {
      top: 37px !important; }
    .contact-chapter1 .multiselect-container .input-group {
      margin: 0; }
    .contact-chapter1 .multiselect-container + label {
      position: relative;
      cursor: pointer;
      padding: 0; }
    .contact-chapter1 .multiselect-container .multiselect-search, .contact-chapter1 .multiselect-container .multiselect-clear-filter {
      margin-bottom: 0; }
    .contact-chapter1 .multiselect-container li a {
      display: grid; }
    .contact-chapter1 .multiselect-container li label {
      padding: 5px 10px !important;
      position: relative;
      left: 85px; }
      .contact-chapter1 .multiselect-container li label input {
        margin: 0;
        position: absolute;
        width: 30px;
        left: -30px;
        height: 25px !important; }
    .contact-chapter1 .multiselect-container .multiselect-item label {
      left: 50px; }
    .contact-chapter1 .multiselect-container::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 20px;
      background-color: #F5F5F5; }
    .contact-chapter1 .multiselect-container::-webkit-scrollbar {
      width: 8px;
      background-color: #F5F5F5; }
    .contact-chapter1 .multiselect-container::-webkit-scrollbar-thumb {
      border-radius: 20px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #999; }

.contact-chapter2 {
  background: url(../images/contact/banner2.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .contact-chapter2 .container {
    padding: 60px 20px; }
    .contact-chapter2 .container * {
      text-align: center; }
    .contact-chapter2 .container p {
      color: white;
      letter-spacing: 1px; }
    .contact-chapter2 .container a:hover {
      color: red; }
  .contact-chapter2 img {
    margin: 20px auto;
    width: 500px; }
  .contact-chapter2 .spacelr {
    margin: 0 20px;
    color: white; }

.about2 .col-md-4:hover .vwbtn {
  opacity: 1; }
  .about2 .col-md-4:hover .vwbtn:hover {
    -o-animation: bobbing2 1s ease-in-out forwards;
    -moz-animation: bobbing2 1s ease-in-out forwards;
    -webkit-animation: bobbing2 1s ease-in-out forwards;
    animation: bobbing2 1s ease-in-out forwards; }
.about2 .vwbtn {
  opacity: 0;
  text-align: center;
  background: #e80505;
  width: 120px;
  -moz-transition: 0.5s all ease;
  display: block;
  position: relative;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin: 15px auto; }

.health1 .box-center .black-overlay {
  -o-animation: heartbeat 3s ease infinite alternate;
  -moz-animation: heartbeat 3s ease infinite alternate;
  -webkit-animation: heartbeat 3s ease infinite alternate;
  animation: heartbeat 3s ease infinite alternate; }

.social-logo {
  padding: 0 !important;
  margin: 0 10px; }
  .social-logo i {
    font-size: 20px;
    transition: 0.3s all ease;
    color: #333;
    -o-animation: swivel-out 0.5s ease forwards;
    -moz-animation: swivel-out 0.5s ease forwards;
    -webkit-animation: swivel-out 0.5s ease forwards;
    animation: swivel-out 0.5s ease forwards;
    border-radius: 50%;
    padding: 5px;
    width: 30px; }
  .social-logo:hover i {
    color: #3A559F;
    -o-animation: swivel 0.5s ease forwards;
    -moz-animation: swivel 0.5s ease forwards;
    -webkit-animation: swivel 0.5s ease forwards;
    animation: swivel 0.5s ease forwards; }

/*Fancybox*/
.lightbox, .fancybox-container, .fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage, .fancybox-thumbs {
  z-index: 10000000 !important; }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  z-index: 100000000 !important; }

.fancybox-button svg path {
  fill: #fff !important; }

.fancybox-infobar span {
  color: #fff; }

.hide-me {
  display: none !important; }

/*Captcha*/
.grecaptcha-badge {
  display: none; }

@media only screen and (max-width: 991px) {
  .social-logo {
    padding: 8px !important; }

  .home-chapter4 .clearfix {
    display: block; }
  .home-chapter4 .col-sm-3 {
    width: 50% !important; }
    .home-chapter4 .col-sm-3 a {
      font-size: 12px; }
  .home-chapter4 .imgcontainer:before {
    opacity: 0.5 !important;
    height: 100% !important;
    transform: rotate(0deg) !important; }
  .home-chapter4 .imgcontainer:after, .home-chapter4 .imgcontainer a {
    opacity: 1 !important;
    color: white;
    font-size: 18px; }

  .gallery-chapter2 .textcontainer {
    height: 100%; }
    .gallery-chapter2 .textcontainer:after {
      opacity: 1; }
  .gallery-chapter2 .col-sm-4 a {
    position: relative;
    opacity: 1;
    color: white;
    font-size: 16px;
    left: unset;
    transform: unset;
    padding: 5px;
    margin-top: 10px; }
  .gallery-chapter2 .col-sm-4 p {
    bottom: unset; }

  .menu-chapter2 .container-fluid {
    padding: 15px; }
  .menu-chapter2 .toptext {
    padding-bottom: 80px; }
  .menu-chapter2 .tab-content .tab-pane .col-md-8 {
    padding: 0 15px; }
    .menu-chapter2 .tab-content .tab-pane .col-md-8 .textcontainer {
      min-height: unset;
      padding-bottom: 80px; }
  .menu-chapter2 .tab-content .tab-pane .col-md-4 {
    height: auto;
    padding: 15px; }
    .menu-chapter2 .tab-content .tab-pane .col-md-4 img {
      height: auto;
      width: 50%; }
      .menu-chapter2 .tab-content .tab-pane .col-md-4 img:first-child {
        border-right: 5px solid #cccccc; }
      .menu-chapter2 .tab-content .tab-pane .col-md-4 img:last-child {
        margin-top: unset;
        position: absolute;
        top: 15px;
        right: 15px;
        width: calc(50% - 15px);
        border-left: 5px solid #cccccc; }
  .menu-chapter2 .tabcontainer {
    bottom: unset !important; }
  .menu-chapter2 .sidebar {
    float: unset; }
  .menu-chapter2 .content {
    float: unset;
    bottom: unset; }
  .menu-chapter2 .col-md-3.tabcontainer.sidebar.sticky {
    position: relative !important; }

  .contact-chapter1 form {
    padding: 50px 10px; }
    .contact-chapter1 form .form-group {
      margin-bottom: 0px; }
      .contact-chapter1 form .form-group div {
        margin-bottom: 20px; }
        .contact-chapter1 form .form-group div.btn-group, .contact-chapter1 form .form-group div#multiselect-error {
          margin-bottom: 0; }

  .sticky-stopper footer {
    position: unset;
    bottom: unset;
    width: unset; }

  .home5 .owl-dots {
    bottom: -80px; } }
@media only screen and (max-width: 767px) {
  .home-chapter4 .col-sm-3 {
    width: unset !important;
    max-width: 300px;
    margin: 0 auto; }

  .clearfix {
    display: none; }

  .about2 .col-md-4 .box {
    background-color: rgba(9, 9, 9, 0.6);
    height: 100%; }
    .about2 .col-md-4 .box .box2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #945210;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      .about2 .col-md-4 .box .box2 .box3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
        .about2 .col-md-4 .box .box2 .box3 .vwbtn {
          opacity: 1; }
        .about2 .col-md-4 .box .box2 .box3 p.extra {
          opacity: 1; } }
@media only screen and (max-width: 575px) {
  .menu-chapter2 .tab-content .tab-pane .col-md-8 .textcontainer {
    padding: 60px 30px 80px 30px; }
  .menu-chapter2 .cornerimg {
    width: 200px; } }

/*# sourceMappingURL=style_new.css.map */
