body
{
	overflow-x:hidden;
	font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 0.9rem;
  line-height: 1.7 !important;
  letter-spacing: 0.01em !important;
  color: #1a1a1a !important;
  -webkit-font-smoothing: antialiased;
}

body, 
p, 
h1, h2, h3, h4, h5, h6, 
span, 
div,a, li {
    font-family: 'Poppins', sans-serif !important;
}

.elementskit-menu-hamburger
{
    display:none !important;
}

/*.main-header {   
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: none;
}*/

h1,h2,h3
{
	font-family: 'Poppins', sans-serif; !important;
	 line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  /*font-weight: 600 !important;*/
	
}


h4,h5,h6,p,span,a
{
	font-family: 'Poppins', sans-serif; !important;
}


p
{
	font-size: 1rem;
    line-height: 1.7 !important;
    font-weight: 300;
    margin: 0 0 10px !important;
	letter-spacing: 0.005em;
    color: #313A44;
}

a
{
	text-decoration: none !important;
}

ul, ol
{
	padding:0 !important;
}




.list li
{
	margin-top:10px !important;
	margin-bottom:10px !important;
}


.my-green-title h2
{
    font-size: clamp(1.5rem, .7258rem + 2.5806vw, 2.3rem) !important;
	padding: 0 0 0 15px;
	font-family: 'Poppins', sans-serif; !important;
	text-transform: uppercase;
	color: #313a44;
}


.my-green-title h2:before
{
	content: '';
    height: 100%;
    width: 5px;
    border-radius: 2px;
    background-color: #0CB247;
    position: absolute;
    left: 0;
}


.my-blue-title h2
{
    font-size: clamp(1.5rem, .7258rem + 2.5806vw, 2.3rem) !important;
	padding: 0 0 0 15px;
	font-family: 'Poppins', sans-serif; !important;
	text-transform: uppercase;
	color: #313a44;
}


.my-blue-title h2:before
{
	content: '';
    height: 100%;
    width: 5px;
    border-radius: 2px;
    background-color: #2296F3;
    position: absolute;
    left: 0;
}

.main-header .elementskit-navbar-nav>li>a
{
	font-size:16px !important;
	padding: 0px 15px 0px 15px !important;
}


.main-header .elementskit-navbar-nav>li:last-child>a
{
	    position: relative;
    height: 53px;
    /* width: 188px; */
    margin-top: 20px;
    padding: 0px 20px !important;
    background: transparent linear-gradient(180deg, #8ECDFF 0%, #2296F3 100%) 0% 0% no-repeat;
    border-radius: 27px;
    color: #ffffff !important;
}

.main-header li ul li a
{
    padding: 10px 15px 10px 15px !important;
    border-bottom: 1px dotted;
}

.main-header.sticky-active {
	 position: fixed;
    top: 0;
    left: 0;
	padding:0 40px;
	background-color:#ffffff;	
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
	animation-duration: 0.5s;
}

.main-header.sticky-active a
{
	color: #000000 !important;
}

@keyframes fadeInDown
{
0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}

/* Top Header start INSIDE FULLSCREEN MENU */
.fullscreen-top-header {
    margin-bottom: 40px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

/* Footer Contact Items */
.fullscreen-top-header .top-header-item ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fullscreen-top-header .top-header-item li
{
	list-style:none;
	color: #000000;
}

.fullscreen-top-header .top-header-item a
{
    color: #000000 !important;
}

.fullscreen-top-header .top-header-item li i
{
	margin-right:10px;
}




/* Social Icons */
.fullscreen-top-header .top-header-social a {
    font-size: 20px;
    margin-right: 15px;
    color: #000000;
}



/* Top Header End INSIDE FULLSCREEN MENU */


     /* Fullscreen Mega Menu Starts Here*/
     .fullscreen-mega-menu {
         /*display: none;*/
         position: fixed;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background: rgba(255,255,255,1);
        /* z-index: 99999;*/
		 z-index:-1;
         overflow-y: auto;
         padding: 80px 5%;
		 -webkit-clip-path: circle(0% at 96.5% 4%);
          clip-path: circle(0% at 96.5% 4%);
		  transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
     }

.mega-menu-hamburger
{
	cursor: pointer;
}

     /* Close Button */
     .fullscreen-mega-menu .close-btn {
         position: absolute;
    top: 90px;
    right: 25px;
    font-size: 35px;
    color: #000;
    opacity: 0.4;
    cursor: pointer;
     }

.fullscreen-mega-menu.active {
	z-index: 99999;
  -webkit-clip-path: circle(140% at 96.5% 4%);
          clip-path: circle(140% at 96.5% 4%);
  transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen-mega-menu ul > li {
  -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
          animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}
.fullscreen-mega-menu.reverse_anim {
  -webkit-clip-path: circle(0% at 96.5% 4%);
          clip-path: circle(0% at 96.5% 4%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}


     /* Wrapper */
    .fullscreen-mega-menu .mega-menu-columns {
         max-width: 1400px;
         margin: 0 auto;
     }

     /* ============================
        FULLSCREEN MENU GRID SETUP
        ============================ */

     /* Grid container: 2 rows, 3 columns */
    .fullscreen-mega-menu .mega-menu-columns .fullscreen-nav {
         display: flex;
		gap:0px !important;
     }

.fullscreen-mega-menu .mega-menu-columns li
{
	 list-style: none;
	flex:auto;
	
}



.fullscreen-mega-menu .mega-menu-columns .fullscreen-nav > li
{
	top:0 !important;
	padding:0 20px;
	border-right:1px solid #efeeee;
}

.fullscreen-mega-menu .mega-menu-columns .fullscreen-nav > li:last-child
{
	border-right:0;
}



     /* ---------------------------------------
        STYLING
        --------------------------------------- */
    .fullscreen-mega-menu .mega-menu-columns .fullscreen-nav > li > a {
         color: #000000 !important;
         font-size: 18px !important;
         font-weight: 700;
         display: block;
         margin-bottom: 12px;
     }

    

.fullscreen-mega-menu .mega-menu-columns .sub-menu
{
padding:0;	
}

.fullscreen-mega-menu .mega-menu-columns .sub-menu li
{
	padding:10px 0;
	border-bottom:1px solid #efeeee;
	 
}

.fullscreen-mega-menu .mega-menu-columns .sub-menu li:last-child
{
	border-bottom:0px;
}

.fullscreen-mega-menu .mega-menu-columns .sub-menu li a
{
	color: #000000 !important;
	font-size: 16px;
	opacity: 0.7;
     font-weight: 400;
}

     .fullscreen-mega-menu .mega-menu-columns a:hover {
         color: #faca2a !important;
     }

/*Fullscreen Mega Menu Ends Here*/


   /* Fullscreen background */
     .fullscreen-menu {
         /*display: none;*/
         position: fixed;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background: rgba(0,0,0,1);
        /* z-index: 99999;*/
		 z-index:-1;
         overflow-y: auto;
         padding: 80px 5%;
		 -webkit-clip-path: circle(0% at 96.5% 4%);
          clip-path: circle(0% at 96.5% 4%);
		  transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
     }

.mega-menu-hamburger
{
	cursor: pointer;
}

     /* Close Button */
     .fullscreen-menu .close-btn {
         position: absolute;
         top: 30px;
         right: 40px;
         font-size: 50px;
         color: #fff;
         cursor: pointer;
     }

.fullscreen-menu.active {
	z-index: 99999;
  -webkit-clip-path: circle(140% at 96.5% 4%);
          clip-path: circle(140% at 96.5% 4%);
  transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen-menu ul > li {
  -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
          animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}
.fullscreen-menu.reverse_anim {
  -webkit-clip-path: circle(0% at 96.5% 4%);
          clip-path: circle(0% at 96.5% 4%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}
.logo a {
  color: #fff;
  font-size: 1.2rem;
}

     /* Wrapper */
     .mega-menu-columns {
         max-width: 1400px;
         margin: 0 auto;
     }

     /* ============================
        FULLSCREEN MENU GRID SETUP
        ============================ */

     /* Grid container: 2 rows, 3 columns */
     .mega-menu-columns .fullscreen-nav {
         display: grid;
         grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
         grid-template-rows: auto auto; /* 2 rows, auto-height based on content */
         gap: 50px; /* Space between grid cells */
         list-style: none;
         padding: 0;
         margin: 0;
     }



/* Position items using nth-child selectors */
/* Row 1, Col 1: Home and About Us (stack vertically) */
.mega-menu-columns .fullscreen-nav > li:nth-child(1),
.mega-menu-columns .fullscreen-nav > li:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
}


/* Fix overlap: Push About Us below Home */
.mega-menu-columns .fullscreen-nav > li:nth-child(2) {
    position: relative;
    top: 50px; /* Adjust based on Home's height (26px font + 12px margin + buffer) */
}

/* Row 1, Col 2: Area of Work */
.mega-menu-columns .fullscreen-nav > li:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
}

/* Row 1, Col 3: Resources */
.mega-menu-columns .fullscreen-nav > li:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
}
/* Row 2, Col 1: What We Offer */
.mega-menu-columns .fullscreen-nav > li:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
}
/* Row 2, Col 2: News and Events and Membership (stack vertically) */
.mega-menu-columns .fullscreen-nav > li:nth-child(6),
.mega-menu-columns .fullscreen-nav > li:nth-child(7) {
    grid-column: 2;
    grid-row: 2;
}

/* Fix overlap: Push Membership below News and Events */
.mega-menu-columns .fullscreen-nav > li:nth-child(7) {
    position: relative;
    top: 120px; /* Adjust based on News and Events' height */
}

/* Place logo item in 2nd row, 3rd column */
.mega-menu-columns .fullscreen-nav > li.menu-logo {
    display: flex;
    align-items: center;
}

/* Logo style */
.mega-menu-columns .fullscreen-nav > li.menu-logo img {
    max-width: 100%;
    height: auto;
}

     /* ---------------------------------------
        STYLING
        --------------------------------------- */
     .mega-menu-columns .fullscreen-nav > li > a {
         color: #fff !important;
         font-size: 26px;
         font-weight: 700;
         display: block;
         margin-bottom: 12px;
     }

     .mega-menu-columns .fullscreen-nav li ul li a {
         color: #fff !important;
         font-size: 18px;
         opacity: 0.9;
         font-weight: 400;
     }

.mega-menu-columns .sub-menu
{
padding:0;	
}

     .mega-menu-columns a:hover {
         color: #faca2a !important;
     }



/* FOOTER INSIDE FULLSCREEN MENU */
.fullscreen-menu-footer {
    border-top: 2px solid #eee;
    margin-top: 40px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

/* Footer Contact Items */
.fullscreen-menu-footer .footer-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fullscreen-menu-footer .footer-item strong {
    font-size: 16px;
    color: #ffffff;
}

.fullscreen-menu-footer .footer-item p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
}

/* Icons */
.fullscreen-menu-footer .icon {
    background: #4FD16A;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

/* Social Icons */
.fullscreen-menu-footer .footer-social a {
    font-size: 20px;
    margin-right: 15px;
    color: #ffffff;
}

.fullscreen-menu-footer .footer-social a:hover {
    color: #4FD16A;
}

.csb-wrapper {
  /*background:#2e3a8c;*/
  padding:0 50px 0 0;
  color:#fff;
  /*font-family:Arial;*/
  max-width:500px;
}
.csb-title {
  font-size:28px;
  font-weight:bold;
}
.csb-sub {
  margin-bottom:15px;
}
.csb-form {
  display:flex;
  border:2px solid #d9b3ff;
  border-radius:30px;
  overflow:hidden;
  background:#fff;
}
.csb-form input {
  border:none !important;
  flex:1;
  border:none;
  padding:12px 15px;
  font-size:16px;
}
.csb-form button {
  background:#5bd46d;
  border:none;
  padding:0 20px;
  font-size:18px;
  color:#fff;
  cursor:pointer;
}

.csb-form button:hover
{
	background:#233180;
}

/* Donate Button */
/*
.fullscreen-menu-footer .donate-btn {
    background: #ffb22a;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.fullscreen-menu-footer .donate-btn:hover {
    background: #e09915;
}*/


     /* Responsive: Stack into 1 column on small screens */
     @media (max-width: 900px) {
         .mega-menu-columns .fullscreen-nav {
             grid-template-columns: 1fr; /* 1 column */
             grid-template-rows: repeat(7, auto); /* 7 rows for 7 items */
         }
         /* Reset grid positions for single column (items stack in order) */
         .mega-menu-columns .fullscreen-nav > li {
             grid-column: 1;
             grid-row: auto;
         }
     }
     

/*.main-slider {
  border-radius: 20px;
  overflow: hidden;
}

.main-slider .nextend-thumbnail
{
	width:auto !important;
}

#n2-ss-2 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-mask-image: radial-gradient(#fff 99%, transparent 100%);
  transform: translateZ(0); 
}


#n2-ss-2 *[class*="n2-ss-slider"],
#n2-ss-2 .n2-ss-slide-backgrounds,
#n2-ss-2 .n2-ss-slide-background {
  border-radius: inherit !important;
  overflow: hidden !important;
}





.main-slider .n2-ss-slide-background-image img
{
	border-radius: inherit !important;
  display: block;
}*/

/*.main-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls
{
	width:auto !important;
	height:auto !important;
	visibility: visible !important;
	right: 2%;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.55) !important;
	padding: 15px 10px;
    border-radius: 10px;
}*/

/*.area-of-work .owl-carousel.owl-drag .owl-item
{
	margin:10px !important;
}*/

.area-of-work .item
{
	height:300px !important;
}


.area-of-work .owl-item:nth-child(odd) div {	
background-color: #2E3FA1;
	color: white;
	border-radius: 10px 10px 10px 10px !important;
}

.area-of-work .owl-item:nth-child(odd) img {
	border-radius: 10px 10px 0 0 !important;
}

.area-of-work .owl-item:nth-child(even) div {	
	display:flex;
	flex-direction:column-reverse;
background-color: #4FD16A;
	color: white;
	border-radius: 10px 10px 10px 10px !important;
}

.area-of-work .owl-item:nth-child(even) img {
	border-radius: 0 0 10px 10px !important;
}

/*.area-of-work .owl-item:nth-child(even) div {
	display:flex;
	flex-direction:column-reverse;
}*/

.area-of-work .owl-item .owl-content
{
	padding:20px 15px; 
}

.area-of-work .owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}



/*
.elementor-element-edit-mode .swiper-wrapper
{
	display:grid !important;
	grid-template-columns: auto auto;
}*/




.elementor-editor-active .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    display: flex !important;
}
.elementor-editor-active .swiper-slide {
    transform: none !important;
    opacity: 1 !important;
}


.resources-slider {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
}


.resources .swiper-slide {
    
	width: 360px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.resources .swiper-3d .swiper-wrapper
{
	padding: 10px;
}

.resources .swiper-slide-active img
{
	box-shadow: 0px 0px 5px 2px rgba(99, 99, 99, 0.7);
}

/*.resources .swiper-slide-active .content
{
	box-shadow: 0px 0px 5px 2px rgba(99, 99, 99, 0.7);
}*/


.resources .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 30px 30px;
    object-fit: cover;
}

/*
.resources .swiper-slide .content {
    background: #ffffff;
    text-align: center;
    padding: 18px 12px;
    border-radius: 0 0 10px 10px;
}*/

.resources .swiper-slide .content p {
    color: #313a44;
    font-size: 18px;
    font-weight: 300;
}


/* Widget-scoped styles */

/*
.resources-slider-wrapper .swiper-3d .swiper-wrapper {
    padding:10px;
}

.resources-slider-wrapper .swiper-slide {
    position:relative;
}

.resources-slider-wrapper .swiper-slide-active img,
.resources-slider-wrapper .swiper-slide-active .content {
    box-shadow:0 0 5px 2px rgba(99,99,99,.7);
}

.resources-slider-wrapper img {
    width:100%;
    border-radius:10px 10px 0 0;
    object-fit:cover;
    transition:transform .4s ease;
}

.resources-slider-wrapper .content {
    background:#fff;
    padding:18px 12px;
    border-radius:0 0 10px 10px;
}
*/

/*
.resources-slider .swiper-slide {
    width: 360px;
}

@media (max-width: 1024px) {
    .resources-slider .swiper-slide {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .resources-slider .swiper-slide {
        width: 260px;
    }
}

@media (max-width: 480px) {
    .resources-slider .swiper-slide {
        width: 85%;
    }
}
*/


.capacity-building .elementor-image-box-wrapper figure
{
	position:relative;
	
}

.capacity-building .elementor-image-box-wrapper figure:before
{
	 content:'';
  position:absolute;
  left:0; 
  bottom:0;
  width:100%; 
 height:0;
	opacity:0
  display:inline-block;
background: linear-gradient(to bottom, transparent, rgba(43, 63, 161, 1) 98%);
	transition:0.5s ease;
}

.capacity-building .elementor-image-box-wrapper figure:hover:before
{
	
 height:20%;
	opacity:1
 
}

.capacity-building .elementor-widget-image-box .elementor-image-box-img img
{
	display:inline !important;
	border-radius: 10px 10px 0 0;
}

.capacity-building .elementor-image-box-content
{
	padding:25px 0;
	background-color: rgba(43, 63, 161, 1);
	border-radius: 0 0 10px 10px;
	height:0;
	opacity:0;
	transition:0.5s ease;
}

.capacity-building .elementor-image-box-wrapper figure:hover~.elementor-image-box-content
{
	
	height:auto;
	opacity:1;
}

/*.capacity-building .elementor-image-box-content
{
	padding:25px 0;
	background-color: rgba(43, 63, 161, 1);
	border-radius: 0 0 10px 10px;
	
}*/

.capacity-building .elementor-image-box-title
{
	margin:0 !important;
	color:#ffffff !important;
	
}

.capacity-building a
{
	text-decoration: none !important;
}


.about-us .elementskit-funfact svg
{
	box-shadow: 80px 20px 0px 0px #4FD16A !important;
}

.about-us .elementor-widget-elementskit-funfact:nth-child(2) .elementskit-funfact svg
{
	box-shadow: 80px 20px 0px 0px #2E3FA1 !important;
}

.new-events img
{
	height:250px !important; 
}

.new-events .elementskit-post-image-card:hover .elementskit-entry-thumb>img
{
	transform: none !important;
}


.partners-labels .deensimc-text-marquee .deensimc-scroll-text
{
	    padding: 20px 30px;
		width:350px;
		height: 80px;
		white-space: normal !important;	
    	display: flex;
    	justify-content: center;
    	align-items: center;
		text-align:center;
    
}



.partners-labels .elementor-widget-deensimc-smooth-text:nth-child(odd) .deensimc-text-marquee .deensimc-text-wrapper:nth-child(even) .deensimc-scroll-text
{
	background: #a5f1c0;
}

.partners-labels .elementor-widget-deensimc-smooth-text:nth-child(odd) .deensimc-text-marquee .deensimc-text-wrapper:nth-child(odd) .deensimc-scroll-text{
  background: #ebeaf8;
}

.partners-labels .elementor-widget-deensimc-smooth-text:nth-child(even) .deensimc-text-marquee .deensimc-text-wrapper:nth-child(even) .deensimc-scroll-text
{
	background: #ebeaf8;
	
}

.partners-labels .elementor-widget-deensimc-smooth-text:nth-child(even) .deensimc-text-marquee .deensimc-text-wrapper:nth-child(odd) .deensimc-scroll-text{
  background: #a5f1c0;
}

/* Container overlay fix */
.hover-parent {
  position: relative;
	overflow: hidden;
}

.hover-parent:before
{
	content:"";
position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

z-index: 1;
	pointer-events: none;
	opacity: 0;
  transition: opacity 0.4s ease;
	background-color:rgba(0,0,0,0.3);
}
/* Keep heading above overlay */
.hover-parent .hover-child {
  position: relative;
	 opacity: 0;
	 transition: transform 0.4s ease, color 0.4s ease, opacity 0.4s ease;
	color: #ffffff;
    z-index: 4 !important;
	
}

/* Optional: overlay below text */
.hover-parent::before{
  z-index: 1;
}




/* Hover effects */
.hover-parent:hover:before {
  opacity: 0.6;
}

.hover-parent:hover .hover-child {
	opacity: 1;
  transform: translateY(-6px);
}




.hover-child {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-parent:hover .hover-child {
  opacity: 1;
}

.area-of-work-pages .heading h2
{
	font-size: 250% !important;
	font-weight: 400 !important;
}

.area-of-work-pages .sub-heading h3
{
	font-size: 17px !important;
}

.area-of-work-sample-1 .ha-slick-item
{
	background-color:#F5F5F5 !important;
}



/* Disable Elementor flex interference */
.area-of-work-sample-2, .area-of-work-sample-3 {
    display: block !important;
}

.area-of-work-sample-2 .e-con-inner, .area-of-work-sample-3 .e-con-inner {
    display: block !important;
}

/* Fix Owl stage sizing */
.area-of-work-sample-2 .owl-stage, .area-of-work-sample-3 .owl-stage {
    display: flex !important;
}

.area-of-work-sample-2 .owl-item, .area-of-work-sample-3 .owl-item {
    flex: 0 0 auto !important;
}

.area-of-work-sample-2 .owce-carousel .item
{
    padding:0 !important;
    margin:5px !important;
}

/* Prevent item shrinking */
.area-of-work-sample-2 .item,
.area-of-work-sample-2 .owl-thumb,
.area-of-work-sample-2 img, .area-of-work-sample-3 .item,
.area-of-work-sample-3 .owl-thumb,
.area-of-work-sample-3 img {
   /* width: 100% !important;*/
    max-width: 100% !important;
    height: auto;
}

/* Force nav visibility */
.area-of-work-sample-2 .owl-nav, .area-of-work-sample-3 .owl-nav {
    display: flex !important;
}

.area-of-work-sample-2 a
{
	color:#ffffff !important;
}

.area-of-work-sample-2 a:hover
{
	color:#ffffff !important;
}

.area-of-work-grid-gallery .ha-effect-bubba
{
	background-color: transparent !important;
}
.area-of-work-grid-gallery .ha-effect-bubba .ha-ihe-img
{
	opacity:1 !important;
}

.area-of-work-grid-gallery .ha-ihe-title
{
	display:none !important;
}

.area-of-work-grid-gallery .ha-effect-bubba:hover
{
	background-color:#000000 !important;
}

.area-of-work-grid-gallery .ha-effect-bubba:hover .ha-ihe-img
{
	opacity:0.4 !important;
}


.imapsTooltip foreignObject {
  width: 50vw !important;
  max-width: 250px !important;
}

.imapsTooltip foreignObject div {
  white-space: normal !important;
  word-break: break-word;
}




/*
.imapsContainer-group
{
display:flex !important;
	width: 100% !important;
}

.imapsTooltip-group
{
	width: 100% !important;
    position: absolute !important;
	top:50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}*/


/* --- RESPONSIVE BREAKPOINTS --- */


/*@media (max-width:1414px)
	{
		.main-header .elementskit-navbar-nav>li>a
		{
		}
}*/

@media (min-width: 1400px) {
  .resources .swiper-slide {
    width: 420px;
  }
}

@media (max-width: 1365px)
	{
		.main-header .elementskit-navbar-nav>li>a
		{
			padding: 0px 10px 0px 10px !important;
		}
}

@media (max-width: 1304px) {
	.main-header .hfe-site-logo img
	{
	width:200px !important;	
	}
.main-header .elementskit-navbar-nav>li>a {
    font-size: 14px !important;
	padding: 0px 10px 0px 10px !important;
}	
	
}


@media (max-width: 1274px) {
.main-header .elementskit-navbar-nav>li>a {
    font-size: 14px !important;
	padding: 0px 15px 0px 0px !important;
}	
	
}

@media (max-width: 1170px) {
	
	.main-header .elementor-widget-container
	{
		padding: 0 !important;
	}
	.main-header .hfe-site-logo img
	{
	width:200px !important;	
	}
	
	
.main-header .elementskit-navbar-nav>li>a {
    font-size: 14px !important;
}
	.area-of-work .item
	{
		height: 250px !important;
	}
	
}




@media (max-width: 1080px) {
.main-header .elementskit-navbar-nav>li>a {
    font-size: 12px !important;
}	
}

/* Tablet */
@media (max-width: 1024px) {
	
	.elementskit-menu-hamburger
	{
	    display:inline-block !important;
	}
	.main-header .elementskit-nav-logo img
	{
		margin-left: 5px !important;
		max-width:100% !important;
		max-height:60px !important;
	}
	
	.main-header .ekit_menu_responsive_tablet li > a
	{
	    padding: 10px 15px 10px 15px !important;
		font-size: 15px !important;
	}
	
	.main-header .elementskit-navbar-nav>li:last-child>a
	{
		    width: 188px !important;
		margin-left:10px;
	}
	
	.mega-menu-hamburger
	{
		display:none;
	}
	
	ekit_menu_responsive_tablet
   .resources .swiper-slide {
        max-width: 300px;
    }
    .resources .swiper-slide .content p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {
	
   .main-header .elementskit-menu-offcanvas-elements {
        height: 100vh !important;
    }
	
	 .fullscreen-menu-footer {
        flex-direction: column;
        align-items: flex-start;
    }
	
	.area-of-work .owl-item:nth-child(even) div {	
	
	flex-direction:column !important;

}
	
	
	
   .resources .swiper-slide {
        max-width: 260px;
    }
    .resources .swiper-slide .content p {
        font-size: 15px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .resources .swiper-slide {
        max-width: 220px;
    }
}