.content {
    padding: 30px;
  }

  .panel-group {
    margin-bottom: 0;
  }
  .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
  }
  .panel-group .panel .panel-heading {
    padding: 0;
  }
  .panel-group .panel .panel-heading h4 a {
    background: #f8f8f8;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    color: #000;
    transition: 0.15s all ease-in-out;
  }
  .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #fff;
    transition: 0.15s all ease-in-out;
  }
  .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "";
  }
  .panel-group .panel .panel-heading h4 a i {
    color: #999;
  }
  .panel-group .panel .panel-body {
    padding-top: 0;
  }

  .panel-body p{
    background: #fff;
    padding: 10px;
    text-align: justify;
    color: #000 !important;
  }

  .panel-body p:nth-child(1){
    display:none;
  }
  .panel-body p:nth-child(3){
    display:none;
  }

  .panel-group .panel .panel-heading + .panel-collapse > .list-group,
  .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
  }
  .panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
  }

  .popup-hidden{
    transition:1s;
    top:67% !important;
    left:50% !important;
  }


  #popup{
  z-index:999999;
  }

  .carousel-caption{
      position: absolute;
      margin: auto;
      top: 0px;
      left: 104px;
      bottom: 0px;
      z-index:1;
  }

  .carousel-caption p{
      font-size: 32px !important;
      color: #fff !important;
  }


  .slide-overlay{
      background:#000;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 0.5;
  }





  .w-25{
    width: 25%;
  }


  .faq-container{
    padding: 0 50px !important;
  }

  #services a{
    text-decoration:none;
    color:#000;
  }
  #star a{
    text-decoration:none;
    color:#000;
  }

 #services a:hover{
    color:#fff;
  }



  .info{
      z-index: 1 !important;
  }
  .info p{
      color: #fff !important;
  }
  .info a{
      font-size:18px;
  }

  .modal-dialog {
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      max-width:none !important;

  }

  .title{
    font-size: 1.40rem !important;
  }

  .index_pop_up{
    border-bottom: none;
    padding: 0 30px;
    position: absolute;
    top: 33%;
    left: 100%;
    z-index: 1;
  }

  .index_pop_up span{
    color: #fff;
  }

  .index_pop_up_content{
    z-index: 99999;
    height: 80%;
    width: 80%;
    background: transparent;
    border: none;
    box-shadow: none !important;


  }

  .wrap-login100{
    width: 100%;
    height: 77%;
    padding: 0 !important;
    background: transparent !important;
    margin-left: 100px;
    margin-top: 100px;
  }

  .login100-pic{
    width: 100% !important;
  }

  .login100-form {
    margin-top: 150px;
    width: 340px;
  }

  .main_pop_up_content{
    z-index: 99999 !important;
  }

  .post-item p{
    color: #000 !important;
  }

  .award-section h5{
    font-size: 20px !important;
  }

  .award-section .claim-info .claim h6{
    font-size: 16px !important;
  }
  .award-section .claim-info .claim span{
    font-size: 14px !important;
  }

  .news-item p{
    color: #000 !important;
    font-size: 18px !important;

  }

  .news-item{
    margin-bottom: .5rem !important;
  }

  .hvr-bounce-to-right:before{
    background: #28A745;
  }

  .read_more{
    font-size: 12px;
    border-radius: 50px;

  }


  .social-box .box{
      background: #FFF;
      border-radius: 10px;
      padding: 40px 10px;
      margin: 20px 0px;
      cursor: pointer;
      transition: all 0.5s ease-out;
  }

  .social-box .box:hover{
     box-shadow: 0 0 6px #4183D7;
  }

  .social-box .box .box-text{
      margin:20px 0px;
      font-size: 15px;
      line-height: 30px;
  }

  .social-box .box .box-btn a{
      text-decoration: none;
      color: #4183D7;
      font-size: 16px;
  }

  .fa{
       color:#4183D7;
  }


  .explore {
    font-family: 'Space Mono', monospace;
    letter-spacing: 1px;
    background: none;
    color: white;
    position: relative;
    outline: none;
    border: 1px solid #f5f6fa;
    height: 50px;
    width: 190px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .01s .23s ease-out all;
    transition: .01s .23s ease-out all;
    overflow: hidden;
    background: transparent;
  }
  .explore:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background: transparent;
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all;
  }
  .explore:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 5%;
    height: 90%;
    width: 5%;
    background: white;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all;
  }
  .explore:hover {
    cursor: pointer;
    color: transparent;
  }
  .explore:hover:before {
    left: 100%;
    width: 25%;
  }
  .explore:hover:after {
    left: 100%;
    width: 70%;
  }
  .explore:hover .icon-right.after:after {
    left: -80px;
    color: white;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all;
  }
  .explore:hover .icon-right.after:before {
    left: -104px;
    top: 14px;
    opacity: 0.2;
    color: white;
  }

  .icon-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .icon-right:after {
    font-family: "FontAwesome";
    content: '\2192';
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 26px;
    -webkit-transform: translate3D(0, -50%, 0);
            transform: translate3D(0, -50%, 0);
  }
  .icon-right.after:after {
    left: -250px;
    color: black;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color;
  }
  .icon-right.after:before {
    content: 'Message';
    position: absolute;
    left: -230px;
    top: 14px;
    opacity: 0;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all;
  }

  .la-angle-left:before{
    content: "<";
  }

  .la-angle-right:before{
    content: ">";
  }

  .accordion_one .accordion-single h6 a[aria-expanded=false]:before, .accordion_two .accordion-single h6 a[aria-expanded=false]:before{
    content: "+"; color:#fff; font-size:20px;padding-right:10px;
  }

  .accordion_one .accordion-single h6 a[aria-expanded=true]:before, .accordion_two .accordion-single h6 a[aria-expanded=true]:before{
    content: "-"; color:#fff; font-size:20px;padding-right:10px;
  }



  .subscribe-seven{
    background: url( 'frontend/img/map-bg.png');
    padding: 0;
  }

  .team-wrapper:before{
    display: none;
  }

  .team-wrapper:after{
    display: none;
  }

  #event .event-slide .owl-dots .owl-dot{
    background-color: transparent;
  }



  .news-item p{
    text-align: left;
  }

  .products_item{
      width: 262px !important;
      height: 265px !important;
  }

  .products_item img{
      border-radius: 0 !important;
  }

  .products_item_body{
      padding: 0 !important;
  }

  .product_item_card{
    border: none !important;
    border-radius: 0 !important;
  }

  .cta--nine{
    background-color: #27ae60!important;
  }

  .blockquote3{
    padding: 0;
  }

  .far-map{
    padding:30px;
  }


  .ml2 {
    font-weight: 900;
  }

  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }

  .ml9 {
    position: relative;
    font-weight: 200;
    font-size: 1.75em;
  }

  .ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 1em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }

  .ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  }

  .ml16 {
    color: #402d2d;
    padding: 40px 0;
    font-weight: 800;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    overflow: hidden;
  }

  .ml16 .letter {
    display: inline-block;
    line-height: 1em;
  }


  #minimal-bootstrap-carousel .carousel-caption {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      padding: 0;
      text-align: right;
      text-shadow: none;
  }



  #minimal-bootstrap-carousel .carousel-caption .container .box {
      display: table-cell;
      text-align: left;
  }

  #minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
      vertical-align: top;
  }

  #minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
      vertical-align: bottom;
  }

  #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
      vertical-align: middle;
  }

  #minimal-bootstrap-carousel .carousel-caption .container .box .content {
      display: block;
  }

  #minimal-bootstrap-carousel [class*=carousel-control] {
      background: none;
      width: 40px;
      height: 40px;
      font-size: 40px;
      border-radius: 50px;
      line-height: 48px;
      color: #fff;
      background-color: #00A651;
      visibility: visible !important;
      opacity: 1;
      border: 1px solid #fff;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      top: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
}

  .carousel-control i{
        font-size: 18px;
  }

  @media (max-width: 667px) {
      #minimal-bootstrap-carousel [class*=carousel-control] {
          width: 30px;
          height: 30px;
          font-size: 15px;
          line-height: 30px;
      }
  }

  @media (max-width: 480px) {
      #minimal-bootstrap-carousel [class*=carousel-control] {
          width: 40px;
          height: 40px;
          font-size: 17px;
          line-height: 40px;
          background: rgba(255, 255, 255, 0.4);
          color: #000;
      }
  }

  #minimal-bootstrap-carousel .carousel-control-prev {
      left: 2%;
  }

  #minimal-bootstrap-carousel .carousel-control-next {
      right: 2%;
  }

  #minimal-bootstrap-carousel [class*=carousel-control]:hover {
      opacity: 1;
      background: #832F76;
      border-color: #00A651;
  }

  /* fixing slider height */
  #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #222;
  }


  .slider-content-style .content {
      text-align: center;
      position: relative;
      z-index: 999;
  }

  .slider-content-style .content h3,
  .slider-content-style .content h2,
  .slider-content-style .content p {
      margin: 0;
  }

  .slider-content-style .content h3 {
      color: #fff;
      font-size: 30px;
      line-height: 1em;
      font-weight: 600;
      font-family: 'Josefin Sans';
      -webkit-animation-delay: .5s;
      animation-delay: .5s;
  }

  .slider-content-style .content p {
      font-family: 'Josefin Sans';
      font-weight: 600;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: .150em;
      margin-top: 20px;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s;
  }

  .slider-content-style .content a.thm-btn {
      background: #fff;
      display: inline-block;
      vertical-align: middle;
      color: #222222;
      font-size: 18px;
      letter-spacing: .1em;
      font-family: 'Josefin Sans';
      font-weight: 600;
      padding: 10px 17px;
      margin-top: 27px;
      transition: all .4s ease;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
  }

  .slider-content-style .content a.thm-btn:hover {
      background: #fff;
      color: #fff;
  }

  .carousel-caption:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.897);
    opacity: .6;
    top:0;
    left:0;
  }


 .servicess{
    padding: 10px;
    align-items: center;
 }
  .servicessm{

    text-align: center;
    padding: 15px 15px 15px 15px;
  }

  /* -----------------servicessm--------------------------- */
  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   .servicessm{
    visibility: show;
   }

  }

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {

    .servicessm{
        visibility: show;
       }

  }

  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .servicessm{
        visibility: show;
       }

  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .servicessm{
        visibility: show;
       }

  }

  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {

    .servicessm{
        visibility: show;
       }

  }






  .icon-box-15{
    border: 2px solid #e4e8ed !important;
  }

  .icon-box-15 img{
    margin-bottom: 0px;
  }

  .news-box{
    border: none !important;
    padding: 0 !important;
  }

  .news-block{
    padding: 0.5rem 2rem !important;
  }

  .news-author{
    margin-top: 0.0rem !important;
  }

  .news-title{
    padding: 0 0 25px 0 !important;
  }

  .post-item .post p:nth-child(1){
      margin-bottom: 0px;
      color: #000;
      font-weight: 700;
  }

  .post-item .post p:nth-child(2){
      display: none;
  }

  .post-item .post p:nth-child(3){
      margin-bottom: 0px;
      color: #636e72 !important;
      font-size:14px !important;
  }

  .post-item .post p:nth-child(4){
      display: none;
  }

  .fareast_carousel_inner{
    height: 90vh !important;
  }


  .news-li:hover{
    background:#1dd1a1;
  }


  .claim-li:hover{
    background:#ff7979;
  }



  /* Floating Right Here Here */

  .sticky-container {
  z-index: 2;
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -168px;
  top: 37%;
  width: 200px;
  }
  .sticky-container .sticky li {
  list-style-type: none;

  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  }
  .sticky-container .sticky li:hover {
  margin-left: -150px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  }
  .sticky-container .sticky li img {
  float: left;
  margin: 10px 4px;
  margin-right: 10px;
  }
  .sticky-container .sticky li p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
  }
  /** content **/
  .sticky-container .content {
  margin-top: 150px;
  margin-left: 100px;
  width: 700px;
  }


  .sticky-container p {
  color: #ecf0f1;
  font-family: "Lato";
  line-height: 28px;
  font-size: 12px;
  padding-top: 50px;
  }


  /* Useful Classes */
  .xy-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .transition {
      transition: all 350ms ease-in-out;
  }

  .r-3-2 {
      width: 100%;
      padding-bottom: 66.667%;
      background-color: #ddd;
  }

  .image-holder {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }

  /* Main Styles */
  .gallery-wrapper {
      position: relative;
      overflow: hidden;
  }

  .gallery {
      position: relative;
      white-space: nowrap;
      font-size: 0;
  }

  .item-wrapper {
      cursor: pointer;
      width: 23%; /* arbitrary value */
      display: inline-block;
      background-color: white;
  }

  .gallery-item { opacity: 0.5; }
  .gallery-item.active { opacity: 1; }

  .controls {
      font-size: 0;
      border-top: none;
  }
  .move-btn {
      display: inline-block;
      width: 50%;
      border: none;
    color: #000;
      background-color: transparent;
      padding: 0.2em 1.5em;
  }
  .move-btn:first-child {border-right: none;}
  .move-btn.left  { cursor: w-resize; }
  .move-btn.right { cursor: e-resize; }


  img.zoom {
      width: 100%;
      height: 135px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }


  .transition {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {

       border-bottom: none;
  }
      .modal-title {
          color:#000;
      }
      .modal-footer{
        display:none;
      }

      .promo_block{
        padding: 25px 40px;
      }

      .fancybox-lock body {
      overflow: visible !important;
      }

  .star-slider .owl-dots{
    margin-top: 0;
  }
  .star-slider .owl-dots .owl-dot{
    margin-left: 5px !important;
      margin-right: 5px !important;
  }

  .star-slider .owl-dots span{
    background: #02C020;
  }

  #products{
    padding-bottom: 0;
  }

  .product-slider{
    margin-bottom: 0 !important;
  }

  .product-slider .icon-box-three{
    overflow: hidden;
  }

  .accordion-single{

    background: #ffffff !important;
  }

  .accordion-contents{
    color: #2f3542 !important;
  }

  .accordion-heading{
    background: #00A651 !important;
  }

  .accordion-heading a{
    color: #FFF !important;
    padding-top: 5px !important;
    margin-left: 15px;
  }

  .accordion_one,accordion_two{
    padding: 0px !important;
  }

  .awardtitle{
    padding-top: 20px !important;
  }

  .p-bottom{
    padding-bottom: 15px;
  }

  .buttonshadow:hover{
    box-shadow: 20px 20px 50px grey;
  }



  .modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .modal-window > div {
    width: 400px;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2em;
    background: #27ae60;
    border-radius: 10px;
    height: 80%;
  }
  .modal-window header {
    font-weight: bold;
  }
  .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }

  .modal-close {
    color: #fff !important;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
  }
  .modal-close:hover {
    color: #fafafa !important;
  }


  #bimaRes h3, h1{
    color:#fff;
  }







  #gallery {
    grid-template: repeat(6, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
        padding: 20px 0;
  }

  #gallery > div {
    border-radius: 4px;
  }

  @media (max-width: 800px) {
    #gallery {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    #gallery > div {
      width: 48%;
      margin: 1%;
    }
  }
  @media (max-width: 800px) and (max-width: 350px) {
    #gallery > div {
      width: 98%;
    }
  }

  #gallery > div:nth-child(6n + 1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  #gallery > div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
  }
  #gallery > div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
  }
  #gallery > div > a {
    opacity: 0;
    position: absolute;
    color: #000;
    font: bold 5em "Helvetica";
    padding: 2rem;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
  }
  #gallery > div > img {
    width: 100%;
    height: 135px;
    min-height: 100%;
    transition: all ease 1s;
  }
  #gallery > div:hover img {
    filter: blur(100px);
  }
  #gallery > div:hover a {
    opacity: 1;
  }
  #gallery > div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  }
  #gallery div,
  #gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .lightbox{
    z-index: 9;
  }

  [id^="lightbox-"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  [id^="lightbox-"]:target {
    opacity: 1;
    pointer-events: inherit;
  }
  [id^="lightbox-"]:target img {
    filter: blur(0);
  }
  [id^="lightbox-"] .content {
    max-width: 90%;
    position: relative;
    color: #fff;
  }
  [id^="lightbox-"] .content:hover > a.close {
    opacity: 1;
    transform: scale(1, 1);
  }
  [id^="lightbox-"] .content:hover > .title {
    opacity: 1;
    transform: translateY(-3px);
    width:94.5% !important;
  }
  [id^="lightbox-"] .content:hover > .title::after {
    opacity: 1;
  }
  [id^="lightbox-"] .content > * {
    transition: all 450ms ease-in-out;
  }
  [id^="lightbox-"] .title {
    display: block;
    margin: 0;
    padding: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    font-size: 1.5em;
    opacity: 0;
  }
  [id^="lightbox-"] .title::after {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 350ms ease-in-out 250ms;
    opacity: 0;
    transform-origin: bottom;
    mix-blend-mode: soft-light;
  }
  [id^="lightbox-"] img {
    max-height: 90vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    filter: blur(0);
  }
  [id^="lightbox-"] a.close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 0);
    opacity: 0;
    transform-origin: right top;
    text-decoration: none;
    color: #fff;
  }
  [id^="lightbox-"] a.close::after {
    content: "X";
  }




  .flip {
    position: relative;
  }
  .flip > .front,
  .flip > .back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity;
  }
  .flip > .front {
    transform: rotateY(0deg);
  }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
  }
  .flip:hover > .front {
    transform: rotateY(180deg);
  }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .flip.flip-vertical > .back {
    transform: rotateX(-180deg);
  }
  .flip.flip-vertical:hover > .front {
    transform: rotateX(180deg);
  }
  .flip.flip-vertical:hover > .back {
    transform: rotateX(0deg);
  }

  .flip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1em;
    width: 350px;
  }
  .flip > .front,
  .flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 160px;
    padding: 1em 2em;
    background: #313131;
    border-radius: 10px;
  }
  .flip > .front p,
  .flip > .back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #999;
  }

  .text-shadow {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
  }

  .inputstyle{
    border:1px solid #000 !important;
  }
  .inputstyle:focus{
    border:1px solid #000 !important;
  }

  .form {
    padding: 5px;
    margin-right: 50px;
  }

  form input{
    display: block;
    width: 100%;
    margin: 20px 0px;
    padding: 10px 0px;
    border-radius: 20px;
    border: 1px solid gray;
  }
  form input{
    padding-left: 40px;
    width: 500px;
  }
  .inputWithIcon{
    position: relative;
  }
  .inputWithIcon i{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    padding: 12px 8px;
    color: #009966;
  }

  button{
    display: block;
    margin: auto;
    background-color: #ff9933;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    margin-left: 20px;
  }


  .form2 {
    width: 50%;
    float: left;
  }

  form2 input{
    display: block;
    width: 100%;
    margin: 20px 0px;
    padding: 10px 0px;
    border-radius: 20px;
    border: 1px solid gray;
  }
  form2 input{
    padding-left: 40px;
  }


  form2 input,
  textarea, select{
    display: block;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
    border-radius: 20px;
    border: 1px solid gray;
  }
  form2 input,
  textarea, select{
    padding-left: 40px;
    width:500px;
  }

  .inputWithIcon{
    position: relative;
  }
  .inputWithIcon i{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    padding: 10px 8px;
    color: #009966;
  }
  button{
    display: block;
    margin: auto;
    background-color: #ff9933;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    margin-left:170px;
  }

  .fareast-gallery {
    column-width: 200px;
    column-gap: 5px;
    padding: 5px;
  }

  .fareast-gallery img {
    width: 100%;
    cursor: pointer;
    border-radius: 10px !important;
  }

  .fareast-lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #7f8c8d;
    perspective: 1000;
  }

  .fareast-lightbox .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
  }

  .fareast-lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
  }


  /*.lightbox:hover img{
    transform: translate(-50%, -50%) rotateY(180deg);
  }*/

  .fareast-lightbox [class^="arrow"] {
    height: 200px;
    width: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .fareast-lightbox [class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
  }

  .fareast-lightbox .arrowr {
    right: 0;
  }

  .fareast-lightbox .arrowr:after {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }

  .fareast-lightbox .arrowl {
    left: 0;
  }

  .fareast-lightbox .arrowl:after {
    border-left: 1px solid white;
    border-top: 1px solid white;
  }

  .fareast-lightbox .close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    margin: 20px;
    cursor: pointer;
  }

  .fareast-lightbox .close:after,
  .close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
  }

  .fareast-lightbox .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .fareast-lightbox .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .fareast-lightbox .title {
    font-size: 20px;
    color: #000;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
  }


  .button {
    display: inline-block;
    background: #4285f4;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
  }
  .button:hover {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -10px) scale(1.2);
            transform: translate(0px, -10px) scale(1.2);
  }


  .sh_bottom:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 100px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-10deg,-10deg) translate(40px,-15px);
    transform: skew(-10deg,-10deg) translate(40px,-15px);
    -moz-transform: skew(-10deg,-10deg) translate(40px,-15px);
    }
    .sh_bottom:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 100px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
    -moz-transform: skew(10deg,10deg) translate(-40px,-15px);
    -webkit-transform: skew(10deg,10deg) translate(-40px,-15px);
    transform: skew(10deg,10deg) translate(-40px,-15px);
    }

  .box_shadow {
    padding:0px;
    margin: 20px;
    background: #f3fdfa;
    border: 5px solid white;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px; box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px;
    }


  /*right side bar*/

.active-right-side-bar {
    background-color: #408609 !important;
}
