/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root {
    --kpy-font: 'Inter', sans-serif;
	--kpy-font-2: 'Roboto', sans-serif;
	--kpy-base: #1D639E;
	--kpy-base-rgb: 10, 113, 58;
	--kpy-white: #ffffff;
	--kpy-white-rgb: 255, 255, 255;
	--kpy-black: #222;
	--kpy-black-rgb: 34, 34, 34;
	--kpy-primary: #1F64A1;
  --kpy-secondary: #FEA306;
	--kpy-primary-rgb: 116, 183, 67;
	--kpy-font-size: 16px;
  }
  
html,body {
	font-family: var(--kpy-font)!important;color:var(--kpy-black);font-size: var(--kpy-font-size);font-weight: 400;line-height: 28px;letter-spacing:0.3px; text-rendering: auto; height:100%;margin: 0;  font-optical-sizing: auto;}
h1,h2,h3,h4,h5,h6{font-family:var(--kpy-font);}
.btn-warning{background-color: var(--kpy-secondary) !important;border-color: var(--kpy-secondary) !important;}


/**=====================================================================================================================
 Menu-Section
 
 ===================================================================================================================*/
/* General Menu Section Styling */
.menu-section {font-family: var(--kpy-font, 'Arial', sans-serif);position: fixed;z-index: 999;width: 100%;color: #fff;}
/* Top Red Header */
.menu-section .top-header {background-color: #e30613;padding: 10px 0;height: 50px;display: flex;align-items: center;}
.menu-section .top-links {text-align: right;padding-right: 20px;}
.menu-section .top-links a,
.menu-section .top-menu li a {color: #fff;text-decoration: none;font-size: 8px;font-weight: 700;margin-left: 15px;}
/* WordPress top menu styling */
.menu-section .top-menu-container {display: inline-block;}
.menu-section .top-menu {list-style: none;margin: 0;padding: 0;display: flex;justify-content: flex-end;}
.menu-section .top-menu li {display: inline-block;position: relative;}
.menu-section .top-menu li:not(:last-child)::after {content: "|";color: #fff;margin: 0 10px;}
.menu-section .top-links .divider {color: #fff;margin: 0 10px;}
.menu-section .know-link {font-weight: 700;}
/* Main Navigation */
.menu-section .main-nav {background: linear-gradient(to bottom, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.54) 12%, rgba(5, 5, 5, 0.57) 29%, rgba(4, 4, 4, 0) 100%);padding: 15px 0;}
.menu-section .main-nav .logo {object-fit: contain;padding-top: 0px; height:80px;}
.menu-section .menu-toggle button {background: transparent;border: none;color: #fff;padding-right:5px;}
.menu-section .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
.menu-section .nav-links {display: flex;margin-left: 15px;}
.menu-section .nav-item,
.menu-section .horizontal-menu li a {color: #fff;text-decoration: none;font-size: 15px;font-weight: 400;text-transform: uppercase;margin-right: 20px;}
/* WordPress horizontal menu in header */
.menu-section .horizontal-menu {list-style: none;margin: 0;padding: 0;display: flex;}
.menu-section .horizontal-menu li {display: inline-block;position: relative;}
.menu-section .hotel-name {font-size: 24px;font-weight: 300;letter-spacing: 1px;text-align: center;color: #fff;}
.menu-section .reservation-info {text-align: right;margin-right: 20px;display: inline-block;}
.menu-section .reservation-text {font-size: 14px;font-weight: 400;}
.menu-section .reservation-text .no-break {white-space:nowrap;}
.menu-section .reservation-tel {font-size: 9px;font-weight: 400;word-spacing:0.9em;}
.menu-section .book-btn {display: inline-block;background: #e30613;color: #fff;font-size: 17px;padding: 12px 30px;text-decoration: none;font-weight: 600;border: 1px solid #fff;transition: 0.3s ease;margin-left: 10px;width:80px;height:40px;}
.menu-section .book-btn:hover {background: #c40000;}
/* Side Menu (Offcanvas) */
.offcanvas {background-color: #fff;width: 300px;}
.offcanvas-header {padding: 20px;border-bottom: 1px solid #eee;}
.offcanvas-title {font-size: 24px;font-weight: 300;color: #333;letter-spacing: 1px;}
.close-icon {font-size: 28px;font-weight: 300;color: #333;}
.side-navigation {padding: 20px 0;}
.side-nav-menu {list-style: none;padding: 0;margin: 0;}
.side-nav-menu .menu-item,
.side-nav-menu li {padding: 0;margin: 0;border-bottom: 1px solid #eee;}
.side-nav-menu .menu-item a,
.side-nav-menu li a {color: #333;font-size: 20px;font-weight: 300;text-decoration: none;display: block;padding: 15px 20px;transition: color 0.3s ease;}
/* WordPress submenu styling */
.side-nav-menu .sub-menu {list-style: none;padding: 0;margin: 0;background-color: #f9f9f9;}
.side-nav-menu .sub-menu li {border-bottom: none;border-top: 1px solid #eee;}
.side-nav-menu .sub-menu li a {padding-left: 40px;font-size: 16px;}
.side-nav-menu .menu-item a:hover {color: #e30613;}
.sidemenu-bottom-links {padding: 30px 20px;border-top: 1px solid #eee;margin-top: 20px;}
.sidemenu-bottom-links .footer-link,
.sidemenu-bottom-links .footer-menu a {display: inline-block;color: #333;font-size: 14px;font-weight: 400;text-decoration: none;margin-right: 20px;
}
/* WordPress footer menu in side menu */
.sidemenu-bottom-links .footer-menu {list-style: none;margin: 0;padding: 0;}
.sidemenu-bottom-links .footer-menu li {display: inline-block;margin-right: 15px;
}
.sidemenu-bottom-links .footer-link:hover {color: #e30613;}
/* Responsive Design */
/*@media (max-width: 991px) {*/
/*.menu-section.main-nav .desktop-links {display: inline-block;}*/
/*.menu-section.main-nav.hotel-name {font-size: 20px;text-align: center;}*/
/*.menu-section.main-nav .reservation-info {margin-right:5px;text-align:center;}*/
/*}*/
/*@media (max-width: 767px) {*/
/*.menu-section.top-links {text-align: center;}*/
/*.menu-section.top-links a {font-size: 8px;margin-left: 5px;}*/
/*.menu-section.main-nav.hotel-name {font-size: 18px;}*/
/*.menu-section.main-nav.reservation-info {display: none;}*/
/*.menu-section.main-nav .book-btn {display:none;}*/
/*.menu-section.main-nav .nav-links{display:none;}*/
/*}*/


/* Sticky header behavior */
.sticky-header {position: fixed;top: 0;width: 100%;background: rgba(0, 0, 0, 0.9);box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);z-index: 1000;padding-top: 0;}
.sticky-header .top-header {display: none;}
.sticky-header .main-nav {background: rgba(0, 0, 0, 0.9);}
/*.sticky-header .logo img {height: 70px;width:50px;}*/

/* WordPress Menu Integration */
.menu-section .navbar-nav .nav-item .nav-link,
.menu-section .horizontal-menu li a,
.menu-section .top-menu li a {font-size: 15px;font-weight: 400;color: white;padding-right: 18px !important;text-transform: uppercase;text-align: right;}
.menu-section .dropdown-toggle::after {content: "\F282";display: inline-block;font-family: bootstrap-icons !important;font-style: normal;font-weight: 600 !important;font-variant: normal;text-transform: none;line-height: 1;vertical-align: -.125em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding-right: .5rem;border: none !important;margin-left: .3rem;}
.menu-section .dropdown-menu {border-radius: 0px;background-color: #fff;}
.menu-section .dropdown-item {list-style: none;min-width: 100% !important;height: auto;padding-top: 10px;padding-bottom: 10px;transition: .2s ease all;font-size: 15px;color: #333;}
.menu-section .dropdown-item:hover {background: #e30613;color: #fff;transition: .3s ease-in-out;padding-left: 5px;}


/** =====================================================================
*search
=======================================================================**/

.header-search input{visibility: hidden;}
.header-search ul.search-dropdown{display: none;}
.header-search label{position: relative;display: block;cursor: pointer;margin-top: -20px}
.header-search input:checked~ul.search-dropdown{display: block;position: absolute;z-index: 119;}
.search-dropdown .input-group{right:100%;flex-wrap: unset;margin-top:28px;}
.search-dropdown ul li{list-style: none !important;}
.search-dropdown .input-group input{visibility:visible;width: 600px !important;height: 60px;}
.search-dropdown .input-group .btn-search{background:#0b5a5f;color:#fff;}
#search-results {display: none;right: 100%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
    font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
#search-results a{color:#125e63}
.search-result-item {margin-bottom: 3px;padding: 5px;}
.search-result-item h5 {margin: 0;font-size: 1.1em;}
.search-result-item p {margin-top: 2px;color: #666;font-size: 0.9em;margin-bottom: 5px;}
.search-result-item:hover{background: rgba(245, 227, 225, 0.92);}

/**modal search**/
.modal-search{background: rgba(10, 113, 58, 0.6);}
.modal-search .modal-body{align-items: center;}
.modal-search input{height: 60px;width: 600px;}
.modal-search .input-group .btn-search{background: #76b945;color:#fff;}
.modal-search #search-results {display: none;right: 0;position: relative;background: transparent;	padding: 1em;list-style: none;width: 100%;border: 0px solid #ccc;color:#fff;}
.modal-search  #search-results a{color:#76b945;}
.modal-search .search-result-item {margin-bottom: 3px;padding: 5px;}
.modal-search .search-result-item h5 {margin: 0;font-size: 1.2em;font-family: "Roboto", san-serif;}
.modal-search .search-result-item p {margin-top: 2px;color: #eee;font-size: 0.95em;margin-bottom: 5px;}
.modal-search .search-result-item:hover{background: rgba(0, 175, 239, 0.139);}

/** ==========================================================
Main Slides
===========================================================**/
.btn-one {  position: relative;  display: inline-block;  overflow: hidden;  padding-left: 30px;  padding-right: 30px;  background-color: transparent;  color: var(--kpy-black);  font-size: 18px;
	line-height: 60px;  font-weight: 500;  text-transform: capitalize;  border-radius: 0px;  -webkit-transition: all 0.3s linear;  -o-transition: all 0.3s linear;  transition: all 0.3s linear;  z-index: 2;}
  .btn-one:before {  position: absolute;  top: 110px;  left: -50px;  right: -50px;  height: 170px;
	content: "";  background: var(--kpy-primary);  -webkit-transform: translateY(-50px);  transform: translateY(-50px);  border-radius: 50%;  transition-duration: 800ms;  z-index: 1;}
  .btn-one:hover:before {  top: 0%;  left: -70px;  right: -70px;}
  .btn-one:after {  content: "";  position: absolute;  top: 0px;left: 0px;  bottom: 0px;  right: 0px;
	border-radius: 0px;  background-color: #ffffff;  opacity: 1;  transform: scaleX(1.0);  transition-duration: 800ms;  z-index: -1;}
  .btn-one:hover:after {  transform: scaleX(0);  transition-duration: 1500ms;}
  .btn-one .txt {  position: relative;  z-index: 1;}
  .btn-one:hover,.btn-one:focus {  color: #ffffff;}
  .btn-one i {  position: relative;  display: inline-block;  padding-left: 5px;  font-size: 12px;  font-weight: 500;}
  .btn-btn {  color: var(--kpy-white);  background: var(--kpy-primary);  border-radius: 0px;  padding: 11px 24px;  display: inline-block;  box-shadow: inset 0 0 0 0 var(--kpy-black);  -webkit-transition: ease-out 0.4s;  -moz-transition: ease-out 0.4s;  transition: ease-out 0.4s;}
  .btn-btn:hover {  color: var(--kpy-white);  box-shadow: inset 400px 0 0 0 var(--kpy-black);}
 
.slider-buttom-box {position: absolute;left: 20px;bottom: 20px;z-index: 11;}
.slider-buttom-box a {position: relative;display: flex;align-items: center;justify-content: space-between;width: 230px;height: 50px;background-color: var(--kpy-primary);padding: 0 20px;color: #ffffff;font-weight: 500;transition: all 200ms linear;transition-delay: 0.1s;}
.slider-buttom-box a:hover {background-color: var(--kpy-primary);}
.slider-buttom-box a+a {  margin-top: 10px;}
.slider-buttom-box a.box-link {  background-color: var(--kpy-primary);}
.slider-buttom-box a.box-link:hover {  background-color: var(--kpy-primary);}
.main-slider .swiper-slide {  position: relative;height:700px}
.main-slider .container {  position: relative;  padding-top: 250px;  padding-bottom: 100px; z-index: 3;}
.main-slider .image-layer, .slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgba(4, 0, 11, 0.696) 0,rgba(4, 3, 36, 0.457) 99%,rgba(11, 20, 45, 0.654));background-blend-mode:overlay;background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease;transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease;transition:transform 7000ms ease,opacity 1500ms ease-in;transition:transform 7000ms ease,opacity 1500ms ease-in,-webkit-transform 7000ms ease;z-index:1;} 
.main-slider .swiper-slide-active .image-layer {  -webkit-transform: scale(1.15);  transform: scale(1.15);}
.main-slider .main-slider-content {position: relative;  display: block; 	width: 100%; margin: auto; text-align: center;}
.main-slider .main-slider-content__inner {  position: relative;  display: block;  overflow: hidden;width: 80%;margin:0 auto}
.main-slider .main-slider-content__inner::before{ border-left: 3.2rem solid #f46d61;}
.main-slider .main-slider-content .big-title {  position: relative;  display: block;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}
.main-slider .swiper-slide-active .main-slider-content .big-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.main-slider .main-slider-content .big-title h2 {color: #fff;  font-size: 70px;  line-height: 1.2em;  font-weight: 800;  text-transform: uppercase; text-transform: capitalize;letter-spacing: -.8px;text-align: center;}
.main-slider .main-slider-content .big-title .btn{font-size: 80%;}
.main-slider .main-slider-content .text { margin:0 auto;  width:70%;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}
.main-slider .swiper-slide-active .main-slider-content .text {opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.main-slider .main-slider-content .text p {color: #f4f3ef;  font-weight: 500; font-size: 18px;letter-spacing: -.5px;text-align: center;margin:0 auto;}
.main-slider .main-slider-content  a.text-link {background-color: #078c44; padding: 10px; text-align: left;  color: #fff;  float: center; font-weight:500;border-radius: 5px;}
.main-slider .main-slider-content a.text-link::after {content: "\F285"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-left: .6rem; font-size: 1.1rem;}
.main-slider .main-slider-content .btns-box {  position: relative;  display: block;  line-height: 0;
  padding-top: 15px;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider .main-slider-content .btns-box a {
  background: var(--kpy-primary);
}
.main-slider .swiper-slide-active .main-slider-content .btns-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.main-slider__nav {  position: absolute;  right: 120px;  top: 400px;  transform: translateY(0%) translateX(0);  display: flex;  flex-direction: row;  justify-content: space-between;  align-items: center;  z-index: 100;  width: 100px;}
.main-slider__nav .swiper-button-next {
    right: 70px;  
}
.main-slider__nav .swiper-button-prev {
    left: 70px;  
}
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {  position: relative;  top: auto;  left: auto;  right: auto;  bottom: auto;  width: 50px;  height: 50px;  display: flex;  justify-content: center;  align-items: center;  font-size: 30px;  color: #fbfbfb;    border-radius: 0;  margin: 0;  text-align: center;  transition: all 500ms ease;  z-index: 100;}
.main-slider__nav .swiper-button-next:hover,.main-slider__nav .swiper-button-prev:hover {  color: #ffffff;  background-color: #f46d61;}
.main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after {  display: none;}

/** ==========================================================
Sliders Section - Carousel
===========================================================**/
.carousel-item {position: relative; overflow: hidden;height:850px; }
.carousel-item img { height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;width:auto !important;}
.carousel-item .carousel-caption {position: absolute;bottom: 34%;left: 8%;z-index: 2;color: #fff;}
.carousel-item .carousel-caption {text-align:left;}
.carousel-item .carousel-caption h1 {font-size: 60px;font-weight: 900;margin-bottom: 20px;color: #fff;line-height: 1.2;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);}
.carousel-item .carousel-caption .custom-width { font-size: 20px;width: 50%; max-width: 600px;box-sizing: border-box;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
.carousel-control-prev,
.carousel-control-next, .carousel-control-prev {top: 40% !important;width:7% !important;opacity:.8;}
.carousel-control-next .carousel-control-next-icon:hover, .carousel-control-prev .carousel-control-prev-icon:hover { background-color: #282828;opacity:0.5; border-radius: 50%; padding: 30px; display: flex; align-items: center; justify-content: center; }
.carousel-btn .material-symbols-outlined { font-size: 1.7em; vertical-align: middle; transition: all .4s ease-out 0s;display: inline-block;transform: scaleX(1.2);padding-left:10px;}
.carousel-caption .carousel-button{padding-top: 35px;}
.carousel-caption .carousel-btn, .product-content .product-button a {display: ruby;padding: 15px 56px;background:#1E5F99;color:#fff;font-size:14px;font-weight:600;transition:0.3s ease;}
/** ==========================================================
Breadcrumb Section
===========================================================**/
.page-header {min-height: 400px;position: relative;background-size: cover;background-position: center center;} 
.page-header .page-header-section {position: absolute;bottom: 0;width: 100%;background:#1E5F99;}
.page-header .overlay {position:absolute;width:100%;background: rgba(10, 113, 58, 0.66);min-height: 400px;bottom:0;}
.page-header .breadcrumb-section .breadcrumb-container .breadcrumb {margin:0;padding:12px 0;}
.page-header .breadcrumb-section .breadcrumb-container .breadcrumb a {text-align:center;color:#74b743;font-size: 19px;font-weight: 500;line-height: 1.2em;padding-right:10px;}
.page-header .breadcrumb-section .breadcrumb-container .breadcrumb span {color:#D3D3D3;padding-left:10px;font-size: 19px;line-height: 1.2em}
/** ==========================================================
Homepage Content
===========================================================**/
.home-services{padding-top:10px;padding-bottom: 30px;background-color: #fefefe;}
.home-services h2{font-size: 35px;font-weight: 700;text-align: center;margin-bottom: 5px;}
.home-services p{font-size: 18px; margin-bottom: 2.5rem;}

.home-services .intro{width:70%;margin:0 auto;text-align: center;margin-bottom: 40px;}
.home-services .intro h4{text-transform: uppercase;color:var(--kpy-base);font-size: 14px;font-weight: 600;}
.home-services .intro h2{text-transform: uppercase;font-weight: 700;font-size:22px;}
.home-services .intro p{font-weight: 300;}
.home-services .intro-solution .card .card-body{padding:20px;border: 1px solid #eff4de;color:#333;text-align: center;height: 400px;align-content: space-evenly;transition: transform 0.3s ease;}
.home-services .intro-solution img{border-radius: 50%;width: 80px;height: 80px;display: flex; margin:0 auto;object-fit: cover;margin-bottom: 1.0em;}
.home-services .intro-solution h3{font-size: 18px; font-weight: 700;word-spacing: 2px;letter-spacing: -.2px;color:#0D3050;margin-bottom: 10px;display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;}
.home-services .intro-solution p{color:#1e5f99c4;font-weight: 400;display: -webkit-box; -webkit-line-clamp: 4;  -webkit-box-orient: vertical;  overflow: hidden;}
.home-services .intro-solution .card:hover{transform: translateY(-5px);background: rgba(30, 96, 153, 0.934);color:#fff;}
.home-services .intro-solution .card:hover h3{color:#Fff}
.home-services .intro-solution .card:hover p{color:#f1f1f1;font-weight: 300;font-size: 90%;}
.home-services .intro-solution .card:hover .link{border:1px solid #f0b159;color:#f0b159;transition: cubic-bezier(0.95, 0.05, 0.795, 0.035);padding:5px 8px;border-radius: 20px;}

.home-why{background: linear-gradient(to right, rgba(13, 53, 88, 0.869), rgba(3, 40, 72, 0.974));max-height: 460px;height: 100%;}
.home-why .content{padding:30px 8% 15px 15px;color: #fff;}
.home-why h2{text-transform: uppercase;font-weight: 800;font-size: 22px;}
.home-why .accordion-button{background: linear-gradient(to right, rgba(3, 40, 72, 0.841), rgba(3, 40, 72, 0.974));color:#fff;}
.home-why .accordion-button:not(.collapsed){color:#FEA306 !important;}
.home-why .accordion-body {background: #1E5F99;color: #ffe;}
.home-partners{background: linear-gradient(to bottom, rgba(171, 183, 194, 0.2) 30%, rgba(0, 0, 0, 0.974) 70%);height: 150px; }
.home-partners .container{background-color: #fff;height: 120px;border-radius: 15px;}
.all_partners .card{min-height: 250px;}
.all_partners img{height: 200px;width:200px;object-fit: fill;}





/** ==========================================================
Management Team Page and Board of Directors
===========================================================**/
.management-team .team .card, .management-team .board .card {
    border: 7px solid white !important;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) Important;}
.management-team .team .card .post-thumbnail img, .management-team .board .card .post-thumbnail img {height:auto;width:100%;}
.management-team .team .card:hover .post-thumbnail img, .management-team .board .card:hover .post-thumbnail img  {transform: scale(0.97); transition: transform 0.5s ease;}
.management-team .team .card .team-details, .management-team .board .card .board-details {text-align:center;}
.management-team .team .card .team-details h4, .management-team .board .card .board-details h4 {font-size:1.3rem;padding-top:10px;}
.management-team .team .card:hover .team-details h4, .management-team .board .card:hover .board-details h4 {color:#1E5F99;transition: color 0.5s ease;}
.management-team .team .card:hover .team-details p, .management-team .board .card:hover .board-details p {color:#ffc107;transition: color 0.5s ease;}
.management-team .team .card .team-details button, .management-team .board .card .board-details button {font-size:.9rem;border-color:#1E5F99; color:#1E5F99;margin-bottom:10px;border-radius:0;}
.management-team .team .card .team-details button:hover, .management-team .board .card .board-details button:hover {background-color:#1E5F99; color:#fff;}
.management-team .modal.show .modal-dialog {padding: 20px;background: #fff;}
.management-team .modal-dialog img {width: 100%;height: auto;}

/** ==========================================================
About Page
===========================================================**/

.header-wrap .overlay {position:absolute;height:100%;width:100%;top:0;left:0;background:linear-gradient(to top, #000000b3, #0000004d);color:white;display:flex;align-items:flex-end;justify-content:flex-start;padding:0 0 0 70px;box-sizing:border-box;}
.header-wrap .page-title h1.entry-title {color:#fff;font-size:2.5rem;font-weight:700;text-shadow:0 1px 6px rgba(0, 0, 0, 0.52);padding:10px 20px;background:#00815d;margin:0;width:auto;max-width:100%;text-align:left;box-sizing:border-box;}
.header-wrap-services{min-height:600px;position:relative;overflow:hidden;} 
.header-wrap-services .overlay {position:absolute;height:100%;width:100%;top:0;left:0;background:linear-gradient(to top, #100202b7, #1b1a1a20);color:white;display:flex;align-items:center;justify-content:center;padding:0 0 0 70px;box-sizing:border-box;}
.header-wrap-services .page-title{width:100%;}
.header-wrap-services .page-title h1.entry-title {color:#fff;font-size:40px;font-weight:700;width:auto;max-width:100%;box-sizing:border-box;}
.mv{background: linear-gradient(to right, rgba(13, 53, 88, 0.869), rgba(3, 40, 72, 0.974));min-height: 280px;height:100%; margin-bottom: 10px;align-content: space-around;padding:20px 30px;border-radius: 15px;}
.valu{background: linear-gradient(to right, rgba(13, 53, 88, 0.869), rgba(3, 40, 72, 0.974));height:100%;margin-bottom: 10px;align-content: space-around;padding:20px 30px;border-radius: 15px;}
.valu .accordion-button{background: linear-gradient(to right, rgba(3, 40, 72, 0.841), rgba(3, 40, 72, 0.974));color:#fff;}
.valu .accordion-button:not(.collapsed){color:#FEA306 !important;}
.valu .accordion-body {background: #1E5F99;color: #ffe;}


@media (max-width:768px) {.header-wrap .page-title h1.entry-title {font-size:2rem;}}
@media (max-width:480px) {.header-wrap .page-title h1.entry-title {font-size:1.4rem;}}

.about-page-intro{width:60% !important;margin: 0 auto;padding-top: 50px; padding-bottom: 40px;text-align: center;}
.about-page-intro h2{font-size: 40px;font-weight: 700;}
.about-page-mv{background-color: #edf923;}
.about-page-image{min-height: 100%;position: relative;}
.about-page-image img{height: 600px;}
.about-page-mv .about-page-content-inner{padding: 30px 60px 15px 0;color:#078c44}
.about-page-mv .about-page-content-inner h4{font-weight: 700;}

/** ==========================================================
Services Page
===========================================================**/
.product-header{min-height: 600px;height: 100%; align-items: center;position: relative;}
.product-header .page-title{padding-top: 350px;color: #fff;}
.product-header .page-title h1{font-weight: 700;font-size: 55px;}
.product-page{padding-top:50px}
.product-page .product-detail{border: 5px solid rgba(218, 209, 209, 0.106);min-height: 360px;display: block;padding: 15px;margin-top:20px;}
.product-page .product-detail .content{padding:5px 15px 5px 0;text-align: justify;}
.product-page .product-detail h3{color:#000;font-weight: 700;}
.product-page .product-detail ul{list-style-type: none;padding-left: 0px;}
.product-page .product-detail ul li{margin-bottom: 5px;display: flex;text-align: left;}
.product-page .product-detail ul li::before{font-family: "bootstrap-icons"; content: "\F1C8";margin-right:5px;color:#000;font-size: 11px;align-self: center;}
.product-page .product-detail img{min-height: 350px;object-fit: cover;}
.gree{background-color: #2D4F9E !important;border-color: #2D4F9E;padding: 20px; color:#fff !important;text-align: center;margin-top:15px;}
.gree img{height: 40px !important;}
.gree p{font-size: 13px;padding-bottom: 1.0rem;text-align: center;}
.gree .btn.btn-warning{background-color: #D35B2B;border-color: #D35B2B;color:#fff;}
.ahelp{border-color:#1E5F99;padding: 20px;text-align:center;margin-top:15px;}
.ahelp img{height: 100px;}
.ahelp .call{color:#dc1040;margin-bottom: 1.0rem;font-size: larger;font-weight: 500;}
.ahelp .btn-success{background-color: #1E5F99;border-color: #1E5F99;color: #FFF;}


/** =========================================================
NEWS section
===============================================================**/
.news-section{padding: 5px 15px;}
.news-section .card{min-height: 300px;}
.news-section h2{text-align: center;font-weight: 600 !important;color:#5EC401;margin-bottom: 20px;}
.news-section h3{font-size:20px;color:#333; margin-top:10px;display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden; }
.news-section .catz{font-size:14px;background:rgb(94, 196, 1, 0.95);color:#fff; padding:2px 5px;top:165px;position: absolute;min-width:150px}
.news-section .post-thumbnail img{width:100%;height:180px !important;object-fit: cover;}
.kpy-news img {width: 100%; height: 150px;  object-fit: cover; transition: cubic-bezier(0.075, 0.82, 0.165, 1);}

.kpy-news .card{background-color: transparent;}
.kpy-news .card-body{width:300px;margin:0 auto; margin-top: -30px;background-color: #fff; min-height: 200px;}
.kpy-news .date {font-size: 13px;font-weight: 500; color: #f46d61; margin-bottom: 1rem;}
.kpy-news h3 {font-size: 19px;font-weight: 600;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 1rem;}
.kpy-news a.btn-outline-info {color: #1E5F99; border-color:#1E5F99;border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-news a.btn-outline-info:hover {color:#fff; background-color: #FEA306; border-color: #FEA306;}
.kpy-news .catz{font-size: 13px; font-weight: 600; color:#f46d61;margin-bottom: .3rem;}
.kpy-news .catz i::before {padding-right:0.5rem;}
.kpy-news .card-body p{display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden;color:#333232bf}
.hnews h2{font-weight: 800;font-size: 22px;text-transform: uppercase;}
.hnews p{width: 70%;}

.home-newz h3{position: relative;font-weight: 600;color: #012d20;margin-bottom:1.3rem;}
.home-newz  h3::after{content: ""; display: block; height: 1px; width: 80px; border-bottom: 3px dashed #00815d; background-color:transparent;margin-top: 5px;}
.kpy-front-news{margin-bottom: 10px;}
.kpy-front-news img{border-radius: 5px;width: 80px;height: 50px;object-fit: cover;}
.kpy-front-news a h4{font-size: 15px;font-weight: 600;margin-bottom: 2px;color: #000;}
.kpy-front-news a .catz{font-size: 12px;color: #f46d61;}
.kpy-front-news a:hover h4{color:#00815d;}
.kpy-other-news img{height: 150px;width: 100%;object-fit: cover;}
.kpy-other-news h3 {font-size: 19px;font-weight: 600;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 1rem;}
.kpy-other-news .catz{font-size: 13px; font-weight: 600; color:#f46d61;margin-bottom: .3rem;}
.kpy-other-news a.btn-outline-info {color: #00815d; border-color:#00815d;border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-other-news a.btn-outline-info:hover {color:#fff; background-color: #00815d;}
.kpy-news .catz i::before {padding-right:0.5rem;}
.kpy-job a{color:#00815d}
.kpy-job h3 a{color:#00815d}
.kpy-job p{color:#555}
.kpy-home-job h4{margin-bottom: 2px;}
.kpy-home-job h4 a{color:#00815d;font-size: 15px;font-weight: 600;margin-bottom: 1px;}
.kpy-home-job .date{font-size: 12px;color: #f46d61;}
.kpy-home-job{font-size: 14px;}
.kpy-partner .card{transition: ease 0.2s;}
.kpy-partner img{margin:0 auto;}
.kpy-partner .card:hover{transition: ease 0.2s;border:1px  #00815d;}
.news .card {margin-bottom: 30px;border: 1px solid #eee !important;box-shadow: 4px 4px 4px #eee !important;border-radius:0;}
.news h2{text-align: center;font-weight: 600 !important;color:#5EC401;margin-bottom: 20px;}
.news .card .post-thumbnail {overflow: hidden;}
.news .card .post-thumbnail img {height: 200px;width: 100%;object-fit: cover;}
.news .card .post-thumbnail:hover img {transform: scale(1.1);transition: transform 1.1s ease;}
.news h3{font-size:20px;color:#000;font-weight: 700; margin-top:5px;display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden; }
.news .card .card-body .catz .author, .news .card .card-body .catz .date{font-size:13px;color: var(--kpy-base);}
.news .card .card-body .catz .date{color:#078c44;}
.news .card .card-body .catz .excerpt p{font-size:15px;color:var(--kpy-black);padding-top:8px;}
.news .card .card-body .read-more{border-radius:0;border-color:var(--kpy-base);background:var(--kpy-base);font-size:15px;color:var(--kpy-white);margin-bottom:10px;}
.news .card .card-body .read-more:hover{background:var(--kpy-primary);border-color:var(--kpy-primary);color:var(--kpy-white);}

/** ==========================================================
Single Article Page
===========================================================**/
.page-header-section .page-header-content .entry-title{font-size:24px;color:var(--kpy-white);padding-top: 15px;margin-bottom: 0;text-align:center;}
.page-content2 {  padding-top:80px;}
.page-content2 .post-content img { width: 100%; height: auto; object-fit: cover; margin-bottom: 20px; }

.page-content2 .post-content h1 { font-size: 26px; font-weight: 500; color: #000; margin-bottom: .7rem; }
.page-content2 .post-content p { margin: 0 0 1.6875rem; }
.post-content h3 {font-size:1.25rem;}

.page-content2 .post-content .author { line-height: 3; border-bottom: dotted 1px #aaa; margin-bottom: 1rem; color: var(--kpy-base); }
.page-content2 .post-content .bd-highlight { align-items:center; justify-content:left !important;}
.page-content2 .post-content .bd-highlight .text-muted{ font-weight: 500;font-size:17px;color: var(--kpy-primary) !important; }
.page-content2 .post-content .bd-highlight a:hover{ color: var(--kpy-primary) !important; }
.about-side .post-thumbnail img { width: 100%; height: 150px; object-fit: cover; }
.about-side .card-body h5 { font-size: 16px; }
.about-side .card-body .catz { font-size: 12px; color: #1e5f99; }
.related-post-thumbnail img{width: 100%;height: auto;}

/** =========================================================
PARTNERS section
===============================================================**/
.partners{padding: 15px 10px;}
.partner{display: flex;overflow: hidden;position: relative;}
  .partner .card{min-height: 100px; white-space: nowrap;animation: marquee-animation 10s linear infinite;}
.partner img{height: 100px; object-fit: contain;object-position: center; display: grid; gap: 10px; padding: 10px;width: 200px;}

  @keyframes marquee-animation { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); }}
    .marquee a {animation: marquee-animation 5s linear infinite;}
.partnerlist img{width:100%;height:100px;object-fit: contain;object-position: center;}

/** ============================================================
Photo Gallery Page CSS
=============================================================**/
.gallery-page {padding: 60px 0;}
.gallery-container {display: flex;flex-wrap: wrap;justify-content: space-between; }
.gallery-item {flex: 1 1 28%;box-sizing: border-box;margin: 1% 1.5% 2.5%;text-align: center;}
.gallery-info a.gallery-img-link .gallery-img-title {font-size: 1rem; font-weight:700; color:#555;}
.gallery-info .gallery-img-count {color: #f46d61;font-size: 0.9rem;font-weight: 600;}
.gallery-stack {border: 6px solid #fff;position: relative;height: 320px;width: 100%;margin-bottom: 20px; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);}
.gallery-stack:before,.gallery-stack:after {content: "";position: absolute;width: 100%;height: 320px;border: 6px solid #fff;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);}
.gallery-stack:before {background: #eff4de;z-index: -1;top: 0;left: -10px;transform: rotate(-5deg);}
.gallery-stack:after { background: #768590;z-index: -1;top: 5px;left: 0;transform: rotate(4deg);}
.gallery-stack img {width: 100%;object-fit: cover;object-position: center top;height: 100%;}
.gallery-info { padding: 5px 0;}
.gallery-img-title,.gallery-img-count {margin: 0; }

/** ==========================================================
Contact Page
===========================================================**/
.contact-wrapper{ margin-top: -100px; background-color: #fff;position: relative;}
.cdetailz{position: relative;display: block;padding: 40px 35px;background: #f5f5f5;border-radius: 7px;transition: all 300ms ease;margin-bottom: 40px;}
.cdetailz h5{font-size: 12px;line-height: 18px;font-weight: 700;letter-spacing: .2em;text-transform: uppercase;}
.cdetailz h2{font-size: 22px;line-height: 24px;}
.cdetailz p{color: #8b888e;}
.cdetailz i{background: #fff;padding: 10px 10px;border-radius: 50%;font-size: 30px;margin-top: 15px; margin-bottom: 15px;width: 50px;height: 50px;display: inline-flex;align-items: center;color: #1e5f99;}


/** ============================================================
Error 404 Page Not Found CSS
=============================================================**/
.Error_404 {overflow: hidden; padding:80px 0 120px;}
.Error_404 .error_pic {width: 30%; float: left; text-align: center;}
.Error_404 .error_pic i {color: #1E5F99; font-size: 200px; line-height: 200px; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; margin-left: .2em;}
.Error_404 .error_desk {width: 65%; float: left; padding-top: 40px;}
.Error_404 .error_desk h2 {font-size: 55px; line-height: 60px;color: #74b743;font-weight: 500;}
.Error_404 .error_desk h4 {font-size: 28px; line-height: 30px;}
.Error_404 .error_desk p .check {line-height: 45px; font-size: 16px;}
.Error_404 .error_desk p .button {padding: 13px 20px; margin: 0; border-radius: 5px; display: inline; margin-left: 10px; box-shadow: inset 0 0 0 0;}
.Error_404 .error_desk p .button:hover{color:#f9f9f9; text-decoration: none; background: #74b743;}
a.button, a.tp-button {transition:.2s all; background: transparent; color: #74b743; border:solid 2px;}
.wp-block-ub-tabbed-content-tab-title strong {font-weight:500!important;}
.text-dark {color:#a88384;}

/** ============================================================
Footer CSS
=============================================================**/
.footer {border-style: solid;border-width: 0px 0 0 0;border-color: #74b743;transition:  0.3s, border 0.3s, border-radius 0.3s,box-shadow 0.3s;margin-bottom: 0;padding: 50px 0 30px 0;background:#000;}
.footer .footer-details {padding:0 80px;justify-content:center;color: #768590;font-size: small;}
.footer .footer-details h3{font-size: 18px;color:#26679e;font-weight: 700;}
.footer .footer-details h3::after{width: 30px;background-color: #00AEEF;content: " ";margin-top: 5px;border-bottom: 1px solid #00AEEF ;display: inline-flex;margin-left: 5px;}


.footer .copyright {text-align: center;padding: 10px 20px;color: #F4F4F4B8;font-size: 11px;font-weight: 400;}
.footer .copyright a {color: #F4F4F4B8;}

/*==========================================================
# Back to top button
==========================================================**/
.back-to-top {position: fixed;opacity: 0; visibility: hidden;right: 15px;bottom: 15px;z-index: 99999;    background: #003262;width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;}
.back-to-top i {font-size: 24px;color: #fff;padding: 5px;text-align: center;}
.back-to-top:hover {background: #d1760e;color: #fff;}
.back-to-top.active {visibility: visible;opacity: 1;}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/** ==========================================================
Container CSS
===========================================================**/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
  }
}
/*@media (max-width: 992px) {*/
/*  .container, .container-lg, .container-md, .container-sm {*/
/*    max-width: 960px!important;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .container, .container-md, .container-sm {*/
/*    max-width: 720px!important;*/
/*  }*/
/*}*/
/*@media (max-width: 576px) {*/
/*  .container, .container-sm {*/
/*    max-width: 540px!important;*/
/*  }*/
/*}*/
/*========================
Mobile styles 
==========================*/
@media (max-width: 768px) { 
.home {padding-right:0 !important;}
.header-wrap #topbar .napas-header, .header-wrap1 #topbar .napas-header{padding-top:15px;}
.header-wrap #topbar .site-logo img {height:70px;}
.header-wrap #topbar .napas-header .menu-section .header-contacts, .header-wrap #topbar .menu-section .headerb .napas-navbar, .header-wrap #topbar .menu-section .headerb .nav-search, .header-wrap #topbar .menu-section .headerb .header-button, .header-wrap1 #topbar .napas-header .menu-section .header-contacts, .header-wrap1 #topbar .menu-section .headerb .napas-navbar, .header-wrap1 #topbar .menu-section .headerb .nav-search, .header-wrap1 #topbar .menu-section .headerb .header-button {display:none;}
.header-wrap .menu-section .napas-menu .toggling-menu .napas-toggle-menu button i {padding-top:4px;}
.sticky-header .menu-section .napas-menu .toggling-menu .napas-toggle-menu button i {color:#1f1f1f !important;}
#offcanvasExample {padding: 15px; background: #fffffff7; width:100%;}
#offcanvasExample .offcanvas-body ul li a{ font-size: 14px; font-weight: 500; margin-bottom: 0; color: #1E5F99 !important; }
#offcanvasExample .offcanvas-body .dropdown-menu .dropdown-item { font-size: 15px; font-weight: 500; margin-bottom: 0; background:none !important; }
.dropdown-toggle::after {float: right;margin-left: .55em;margin-top:10px;}
.header-wrap .navbar-nav .nav-link:hover, .header-wrap1 .navbar-nav .nav-link:hover {border: none !important;}
.offcanvas-body .dropdown-menu { border: none; width: 100%; background: #eee;border-radius: 0; }
.header-wrap-services .overlay {padding: 0 0 0 30px;}
.header-wrap-services .page-title h1.entry-title {font-size: 36px;}
.navbar-nav .nav-item a {border-bottom: none !important;padding-bottom:10px;}
.header-wrap .navbar-nav .nav-link,.header-wrap1 .navbar-nav .nav-link {padding:10px 0;}
.page-header .breadcrumb-section .breadcrumb-container {padding:0;}
.page-header .breadcrumb-section .breadcrumb-container .breadcrumb {padding:10px 0;}
.carousel-item {height:460px;}    
.carousel-item .carousel-caption {bottom:0; top:40%;right:0;left:0;padding:0 15px;font-weight:500;}    
.carousel-item .carousel-caption h1 {font-size:45px;}
.carousel-item .carousel-caption .custom-width {width:100%;font-size:14px;}
.carousel-control-prev, .carousel-control-next {top: 80% !important;}
.carousel-caption .carousel-btn, .product-content .product-button a {padding: 14px 35px;font-size: 13px;}
.carousel-caption .carousel-button {padding-top: 25px;}
.main-slider .swiper-slide {position: relative;height: 460px;}
.main-slider .main-slider-content__inner {width: 100%;}
.main-slider .main-slider-content .big-title h2 {font-size: 35px;}
.main-slider .main-slider-content .text p {font-size: 14px;}
.main-slider .container{padding-top: 150px;}

.header-search input:checked~ul.search-dropdown{display: block;position: absolute;z-index: 119;}
.header-search ul.search-dropdown {display: none;}
.search-dropdown .input-group {right: 75%;margin-top: 40px;}
.search-dropdown .input-group input{visibility:visible;width: 250px !important;height: 60px;}
#search-results {display: none;right: 0%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
    font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
#search-results {display: none;right: 75%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
        font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.menu-section .member-btn a {margin-left: 0px;}

.home-services .cd, .home-services .sc{position: relative; margin-bottom: 50px !important;}
.home-services .cd img, .home-services .sc img,  .home-services .ll img, .home-services .gc img{height: 150px;width: 150px;}
.home-services .cd h3, .home-services .sc h3, .home-services .ll h3, .home-services .gc h3 {width: 120px;height: 120px;margin-top: -80px;font-size: 14px;}


/**modal search**/
.modal-search input{height: 60px;width: 320px;}
.modal-search .input-group .btn-search{background: #00AEEF;color:#fff;}
.modal-search #search-results {display: none;right: 0;position: relative;background: transparent;	padding: 1em;list-style: none;width: 100%;border: 0px solid #ccc;color:#fff;}
.page-content-containers {padding: 50px 0 10px;}
.about-homepage {padding: 0 15px;margin-bottom:40px !important;}
.about-homepage .about-images-containers {gap:0; padding:0;}
.about-homepage .about-images-containers .about-images {height:auto;}
.about-homepage .about-images .about-image2-container {left:15%;bottom: 32%;width: 70%;}
.about-homepage .about-images .about-image2 {margin:0 !important;}
.about-homepage .about-images .about-image1 img {display:block;height: 350px;}
.about-homepage .about-images .napas-partners1-mobile img {display:block;width: 100%;height: 400px;object-fit: cover;object-position: center center;border: 10px solid #fff;box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1); border-radius:3px;}
.about-homepage .about-content {padding:0;}
.about-homepage .about-content .about-sub-heading {font-weight: 500;letter-spacing: 2px;}
.about-homepage .about-content .about-title {font-size: 30px;}
.about-homepage .about-content .about-counter {display:ruby;}
.about-homepage .about-content .about-counter .counter-item {margin-bottom: 0;padding-right: 17px;}
.about-homepage .about-content .about-counter .counter-item .counter-number {
    font-size: 38px;text-align:center;}
    .about-homepage .about-content .about-counter .counter-item .counter-title {font-size:12px;text-align:center;}
.about-homepage .about-content .about-button {padding-top:30px;}
.about-page-intro h2 {font-size: 30px;}
.about-page-intro {width: 100% !important;}
.about-homepage .about-content .about-button .contact-button a {font-size: 12px;}
.about-homepage .about-content .about-title {margin-bottom:0;}
.product-section {padding-top:0 !important;min-height: 50px;background-position: bottom;}
.product-content {width: 100% !important; padding: 40px 30px 40px 30px !important;}
.about-page-image .wp-block-cover, .wp-block-cover-image {min-height: 300px !important;}
.about-page-mv .about-page-content-inner {padding: 15px;}
.post-content .post-details{font-size: 12px;}
.about-side{margin-top: 1.0rem}
.about-side h3{font-weight: 700;}
.about-side a h5{color:tomato;}
.about-side .card:hover{border: 1px solid tomato !important;}
.about-side a h5::before{font-family: "bootstrap-icons";content: "\F280";color:tomato;margin-right:5px;align-self: center;}
.related-post-thumbnail{display: none;}
.product-section [data-aos^=slide][data-aos^=slide].aos-animate {transform: translateX(0) !important;}
.product-section .product-content .product-title {font-size: 50px;}
.product-header {height: 200px;}
.breadcrumb{font-size: 12px !important;}
.breadcrumb a{color: rgb(255, 193, 7);}
.community-section {min-height: 650px;padding: 4rem 0 0;background-repeat:repeat;background-size:auto;}
.community-content .community-impact-heading {font-size: 30px;}
.community-content {width: 90% !important;padding:0;}
.community-content .community-sub-heading {font-size: 20px;padding-bottom:20px;}
.community-section .community-content .community-button .wp-block-button__link {background-color: #7bba4c;font-size: 15px;color: #fff !important;}
.community-section .community-content .community-button .community-button2 {padding-top:30px; }
.our-mission-section .our-mission-container {padding: 30px 0;width: 100%;}
.who-we-are-page .who-we-are-content .who-we-are-text .about-us-container {padding: 0;}
.who-we-are-page .who-we-are-content .who-we-are-text .about-us-container h2 {padding-bottom: 10px;}
.who-we-are-page .who-we-are-content .who-we-are-text .about-us-container .who-we-are-button {padding-top: 10px;}
.napas-core-values .wp-block-cover__inner-container {padding: 0;}
.napas-core-values h2 {padding: 30px 0 0;margin:0;}
.napas-core-values .our-values-container {padding-top: 10px;}
.napas-core-values .our-values-container .our-values-column {padding:10px;}
.partners-page .partner-image {display:flex;justify-content:center;}
.partners-page .partner-image figure {margin:0;}
.napas-products {margin-top: 0; }
.products-page .products-content .main-product-image .product-tree-fruits img {min-height: 500px;}
.products-page .products-content .main-product-content {padding-top: 50px;}
.products-page .main-product-image .all-napas-flavours {display:none;}
.products-page .products-content .main-product-content .juice-info {padding: 10px;}
.products-page .products-content .main-product-content .juice-info .juice-description {padding: 0;text-align: justify;}
.products-page .products-content .main-product-content .explore-flavours-button {padding-top: 50px;}
#pine-section {padding: 30px 10px 400px 10px;}
#pine-section .pineapple-section .round-circle {margin-left:auto; width: 350px;
    height: 350px;}
#pine-section .pineapple-section .pineapple-content-column .pineapple-content {
    padding: 30px 0;text-align: center;}
.products-page .products-content .main-product-content .juice-info .main-product-title, #pine-section .pineapple-section .pineapple-content-column .pineapple-content .main-product-title {font-size: 1.8rem;}
#pine-section .pineapple-section .pineapple-content-column .pineapple-content .pine-description {text-align: justify;padding: 2px;}
#pine-section .pineapple-section .pineapple-content-column .pineapple-content .pine-nutritional-values .main-product-subtitle {padding: 0 15px 15px 0;text-align: left;}
#pine-section .pineapple-section .pineapple-content-column .pineapple-content .pine-nutritional-values .pine-nutritional-content-icons {gap:0}
#pine-section .pineapple-section .pineapple-content-column .pineapple-content .pine-nutritional-values .pine-nutritional-content-icons .wp-block-column {display:flex;justify-content:flex-start;align-items:center;}
.pine-nutritional-content-icons .nutritional-icons {width: 60px;height: 60px;padding: 13px;margin-bottom: 20px !important;}
#pine-section .pine-nutritional-content-icons .nutritional-content, .mango-section .pine-nutritional-content-icons .nutritional-content {font-size: 14px;font-weight: 510;padding-left: 20px;}
.mango-section {padding-bottom:500px !important;}
.mango-section .pineapple-section .round-circle, .mixed-berries-section .pineapple-section .round-circle {margin-right: auto;}
.apple-section {padding: 40px 10px 450px 10px !important;}
.apple-section .pineapple-section .round-circle .pineapples-juice-bottle img {
    width: 130px;}
.mixed-berries-section {padding-bottom:580px !important;}
.our-farm-page h2 {padding-bottom: 10px;}
.our-farm-page .pineapple-farming .pineapple-growing-content {padding: 30px;}
.our-farm-page .pineapple-farming .pineapple-growing-content h4 {padding-bottom: 15px;}
.become-a-distributor-page .distributor-form .distributor-title {font-size: 20px;}
.become-a-distributor-page .distributor-form .form-container {width:100%;left:0;padding: 30px 15px;}
.contact-container {padding:0 15px;}
.get-in-touch {justify-content: flex-start;padding: 0 10px;}
.contact-page .contact-section {padding:10px;gap:0;}
.contact-page .napas-contact-items {display: inline-block;}
.footer-logo .logo {height: auto;}   
.contact-page .line {width: 95%;}
.contact-page .napas-form-style {gap: 5px;}
.form-submit-wrapper {display:inline-grid;}
.form-submit-wrapper .icon-container {left: 28%;top: 46%;font-size:15px;}
.form-submit-wrapper .acceptance {margin: 10px 10px;}
.get-in-touch .contact-subheading {padding-bottom: 20px;}
.form-submit {padding: 15px 20px 15px 30px;}
.get-in-touch .contact-info {margin-bottom: 20px;}
.footer .footer-details {padding: 0}
.footer-contact-area .row #block-10 {display:block;}
.footer-contact-area .col-lg-4, .footer-contact-area .col-md-4, .footer-contact-area .col-sm-12 {justify-content: flex-start;padding: 0 15px 10px;}
.footer-contact-area {padding-bottom: 30px;}
.footer-contact-area i {font-size: 18px;width: 35px;height: 35px;}
.footer-socials a{font-size: 16px;width: 35px;height: 35px;line-height: 25px;}
}
/* Tablet styles */
@media (min-width: 769px) and (max-width: 1024px) {}

/*@media (min-width: 320px) and (max-width: 575px) {*/
/*}*/
/*@media (max-width: 576px) and (max-width: 767px) {*/
/*}*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {*/
/*}*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}

