.logo-w-100{width:110px;}
.footer-logo-w{width: 90px; }
.fs-20px{font-size: 17px;}
.footer-style-one .footer-bottom .inner-container a.footer-Atag {
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 18px;
    background-color: transparent;    font-size: inherit;
    border-radius: inherit;}
/*.content-box .title {color: #004f76;}*/
.post-info a{color: #adadad}
.post-info a:hover{color: #ededed}
.social-icon-WH{border-radius: 20%;
    background: #fff;border:1px solid #fff;    width: 30px;
    text-align: center;
    padding: 0px 7px;  transition: all 0.5s ease;
    color: #004f76;}
 .social-icon-WH:hover{border-radius: 20%;
    background: #004f76;
    padding: 0px 7px;
    color: #fff;}
.banner-min-w-100 {
    min-width: 100%;min-height: 375px;
}
.mq-d-b, .mq-d-b-470{display: none;}
.banner-main-txt {    padding-top: 8.5rem;
   font-size: 34px;
    color: var(--sec-title-color);
       font-family: 'OpenSans Regular' !important;
    font-weight: var(--sec-title-font-weight);
}
.gallery-sec figure {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
.gallery-sec figure:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -70px;
    left: -70px;
    box-shadow: 0px -7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hover_effect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover_effect.h_lightbox:after {
    content: "\00254B"; 
    }
.hover_effect:after {
     font-family: FontAwesome; 
     color: #fff; 
     position: absolute; 
     font-size: 1.6em; 
     text-align: center; 
     line-height: 40px; 
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
     margin-left: -20px; 
     margin-top: -20px; 
     -webkit-transition: all 0.3s ease-out; 
     transition: all 0.3s ease-out; 
     -webkit-transform: scale(0.1, 0.1); 
     transform: scale(0.1, 0.1); 
    filter: alpha(opacity = 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
     opacity: 0; 
}
.gallery-sec figure:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -70px;
    right: -70px;
    box-shadow: 0px 7px 6px -9px black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9;
}

.hover_effect.h_blue:hover {
    background: #1dc1f8;
}
.hover_effect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity = 40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
 .hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity = 60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}
 
/*.fancybox-navigation button:before{ content: "<";font-size: 1rem;}*/
.fancybox-button:first-child svg { 
    left: 0.85rem;
}
.fancybox-button:last-child svg { 
    right: 0.4rem;
}
.fancybox-button--zoom, .fancybox-button--thumbs, .fancybox-button--play{display: none !important;}

/* footer */
.bg-footer-linear{background: #222;color: #666;}
.bg-footer-linear .text, .bg-footer-linear .footer-Atag{  color: #adadad;
    font-size: 14px;line-height: 18px;letter-spacing: 0px;
}

.bg-footer-linear .footer-Atag:hover{  color: #ededed; 
}
.py-2rem{padding: 1rem 0px;}

 



.section-bg {
    position: relative;
    overflow: hidden;
  }

  .section-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .section-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Adjust the opacity for the overlay */
    z-index: 1;
  }

  .section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: white;
  }

/**/
.banner-section-new {
  position: relative;
  width: 100%;
  height: 100vh; /* Adjust height as needed */
}

.banner-slider-new {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.banner-slide-new {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/banner/banner-img-1.jpg') center/cover no-repeat; /* Replace 'your-background-image.jpg' with your image path */
}
.banner-slide-new-index {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/banner/banner-01.png) center / cover no-repeat !important;
    
}

 
/* .slide-from-right { 
   animation: zoomIn 3.2s ease  ;
    animation-iteration-count: infinite; 
  }

  @keyframes zoomIn {
    from {
      transform: scale(1.1);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }*/
/*.carousel-item .hover-layer {
    background-color: rgba(0, 0, 0, 0.65); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.slide-from-right{
  transition: transform 0.5s ease !important;
  transform: scale(1.3) !important; 
  
}

.active.slide-from-right{
  transform: scale(1) !important; 
   transition: transform 0.5s ease !important;

}*/


/* banner*/
    @media (min-width: 992px) {
      .banner__slider .slider, .banner__slider .slide {
        height: 100vh;
      }
    }
 
.banner__slider .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.6);  */
  background-image:linear-gradient(to bottom, rgb(30 29 29 / 60%) 70%, transparent 100%) ;  
}

.banner__slider .slide {
  position: relative;
  transition: 1s;
}
.banner__slider .slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner__slider .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.banner__slider .slide .slide__img img {
   width: 100%;
  height: 100%;object-fit: cover;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.banner__slider .slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  
.banner__slider .slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
  

.banner__slider .slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.banner__slider .slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.banner__slider .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner__slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner__slider .slick-dots li button:hover,.banner__slider  .slick-dots li button:focus {
  outline: none;
}

.banner__slider .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.banner__slider .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.banner__slider .simple-dots .slick-dots li button:hover, .banner__slider .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner__slider .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.banner__slider .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.banner__slider .stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.banner__slider .stick-dots .slick-dots li button:hover, .banner__slider .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner__slider .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.banner__slider .stick-dots .slick-dots li.slick-active button:hover, .banner__slider .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.15, 1.15, 1.15);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.15, 1.15, 1.15);
    transition: 1s;
  }
}
.banner__slider .zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.15, 1.15, 1.15);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.15, 1.15, 1.15);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.banner__slider .zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  transition: 1s;
}

.banner__slider .slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.banner__slider .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.banner__slider .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.banner__slider .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.banner__slider .slick-nav i:before, .banner__slider .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.banner__slider .slick-nav i:before {
  transform: rotate(-40deg);
}
.banner__slider .slick-nav i:after {
  transform: rotate(40deg);
}
.banner__slider .slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.banner__slider .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.banner__slider .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.banner__slider .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
/*banner*/
.content-box-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}

 
.overlay-banner-bg::after { 
  background: rgba(0, 0, 0, 0.6) !important;  
} 
.banner-slide-new::after, .banner-slide-new-index::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  z-index: 2;
}

/**/



 .img-border-hover:before {
    content: '';
    z-index: 1;
    border: 6px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    -webkit-border-radius: 10px 10px 0 0 ;
    -moz-border-radius: 10px 10px 0 0 ;
    border-radius: 10px 10px 0 0 ;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-img-border-hover{position: relative;}
.main-img-border-hover img {
    width: 100%;
    -webkit-border-radius:10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
 
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.main-img-border-hover .img-border-hover img {
    width: 100%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
}
.main-img-border-hover .img-border-hover {
    /*max-width: 200px;*/
    overflow: hidden;
    margin: auto;
    position: relative;
    -webkit-border-radius: 10px 10px 0 0 ;
    -moz-border-radius: 10px 10px 0 0 ;
    border-radius: 10px 10px 0 0 ;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}
.main-img-border-hover:hover .img-border-hover img {
    -webkit-transform: scale(1.25);}
.main-img-border-hover:hover{box-shadow:0 2px 8px 1px #bbb;}
/*.main-img-border-hover:hover .img-border-hover:before {
    border-color: #004f76 !important; ;
}*/
.main-img-border-hover {background: #f8f5f0;
  box-shadow:0 2px 8px 1px #e3e3e3;
    border-radius: 10px 10px 0 0 !important;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
}
.main-img-border-hover h6{font-size: 18px;color: #222;}
/* About */
 
  .sticky-header .main-menu .navigation > li { margin-left: 40px !important;}
  
.reservations .text a.small {
  font-size: 15px !important; 
  line-height: 22px !important;
}
/*.h-lg-100{max-height: 100% !important;}*/
/*.sticky-header .nav-outer { 
  margin-left: 120px !important;
}*/

.bg-darkblack {
    background: #f8f5f0;
}

.sticky-header .logo {
  width: 75px !important; 
   
}
br.mbl-o-db  {
  display: block !important;
}
 .sec-title h2 {
    font-size: 30px;
    line-height: 40px !important;
  }

/* img-hover */
.image-hover-eff {
    overflow: hidden;
    position: relative;
    margin : 10px;border-radius: 10px;
 
}

.image-hover-eff:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.image-hover-eff img {
    width: 100%; 
    transition: transform .5s ease !important;
    display: block;
    transform: scale(1); border-radius: 10px;
}

.image-hover-eff img:hover {
    transform: scale(1.12) !important;
     
}

.image-hover-eff:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

 .normal-line-after::after {
    content: "";
    display: inline-block;
    width: 40px;
    border-top: 1.1px solid #004f76;
    margin: 7px 7px; 
    box-shadow: 0 0 5px 0px #919191;
}

.banner__slider .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}






@media only screen and (max-width:439px) {
.mq-d-b-470{display: block;}
.mq-d-n, .mq-d-b{display: none;}
}


@media only screen and (min-width: 440px) and (max-width: 600px) {
.mq-d-b{display: block;}
.mq-d-n, .mq-d-b-470{display: none;}
}
@media only screen and (max-width: 600px) {
.footer-Atag.px-1{padding-right: .04rem !important;padding-left: .04rem !important;}
  .banner__slider .slick-nav svg { width: 0px !important;
  height:0px !important; 
  }
  .banner__slider .slick-nav  { width: 32px !important;
  height: 32px !important;}
  .banner__slider .slide .slide__content { width: 75%;top: 57%;}
  .banner__slider .slide .slide__img img { height: 90vh;}
  .tab-h-405 {
  height: auto !important;
}
.services-p {
  font-size: 16px;
  line-height: 26px;}
.bg-img-overlay { 
  background: linear-gradient(to bottom, transparent -50%, #000 100%);}

  .service-block .inner-box { padding: 30px 20px 10px;}
  .service-block .inner-box .icon-box {margin-bottom: 0px;}
.feature-row .image-column .inner-column {
    margin: 0;
  }
  .mbl-w-25{width: 50%;flex: 0 0 auto;}
.checkout-form-section {bottom: 0px;}
.checkout-form.row {
    display: flex;
  }
  .contact .container {
  padding-top: 75px;padding-bottom: 75px;}
  .mb-60 {
  margin-bottom: 30px !important;
}
.reservations .text a.small {
 font-size: 14px !important;
    line-height: 20px !important;}
.mbl-fs-30{font-size: 30px;}
.section-bg h6{font-size: 16px;}
/*.h-lg-100{height: 100%;}*/

@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(10px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(10px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(10px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

}

@media only screen and (min-width: 601px) and (max-width: 991px)  {
  .main-img-border-hover.pt-tab-04{padding-top: 1rem !important;}
  .contact h3{font-size: 29px;margin-bottom: 0.5rem;
    line-height: 40px;}
    .reservations .text a.small {
  font-size: 15px; 
  line-height: 20px;}
  .contact .container {
  padding-top: 75px;padding-bottom: 75px;}
/*  .reservations .text a {
  font-size: 22px; 
  line-height: normal;
}*/
 .tab-h-405{height: 420px !important;}
 .banner__slider .slide .slide__img img { height: 90vh;}

}
/*@media only screen and (min-width: 830px) and (max-width: 940px)  {
.about-section .image-column .image-1 img {
  min-width: 125%;
}
}
@media only screen and (min-width: 941px) and (max-width: 991px)  {
.about-section .image-column .image-1 img {
  min-width: 140%;
}
}*/
@media only screen and (min-width: 768px) and (max-width: 991px)  {
   .booking-box {
    margin-bottom: -60px;}
}
@media only screen and (min-width: 992px) and (max-width: 1100px)  {
 .about-section .image-column .btn-box { 
  right: -10%;}
  .about-section .image-column .image-2 { 
  position: absolute; 
  bottom: -41px;right: -10%;
  margin-bottom: 0;
  border: 15px solid var(--theme-color-light);
  overflow: hidden;} 
 .tab-h-405{height: 420px !important;}
}
 @media only screen and (min-width: 1101px) and (max-width: 1199px)  {
  .about-section .image-column .btn-box {
  position: absolute;
  top: 45px;
  right: inherit;
  height: 133px;
  width: 133px;
  text-align: center;
  line-height: 133px;
  left: 400px;
}
 .tab-h-405{height: 420px !important;}
.about-section .image-column .image-2 {
  position: absolute;
  right: -18px;
  bottom: -41px;
  margin-bottom: 0;
  border: 15px solid var(--theme-color-light);
  overflow: hidden;
}
 }
 @media only screen and (min-width: 1300px) {
/*.h-lg-100{height: 100%;}*/
 

 } 


 

@media (min-width: 992px){
.col-lg-3.col-02 {
    flex: 0 0 auto;
    width: 20%;
}
}

   @media only screen and (min-width: 992px)  {
 
 .feature-row .content-column .inner-column .img-left {  
    right: 150px !important;
}

 }
