/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
body {
  position: relative;
  max-width: 100%;
  background-color: #F5F5F5;
  color: #939393;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden !important;
}


::selection {
  color: #fff;
  background: #2BA87A;
}

a,
a:hover{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
}

a{
  color: #393939;
}
a:hover{
  color: #2BA87A;
}

.elementor-widget-text-editor a{
	color: #2BA87A;
}
.elementor-widget-text-editor a:hover{
	color: #393939;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
    color: #393939;
}


h1{
    font-size: 64px;
    line-height: 86px !important;
}

h2{
    font-size: 40px;
    line-height: 40px !important;
}


h3{
    font-size: 28px;
    line-height: 42px !important;
}


h4{
    font-size: 32px;
    line-height: 48px !important;
}


h5{
    font-size: 24px;
    line-height: 38px !important;
}

h6{
    font-size: 14px;
    line-height: 73px !important;
}
.single-tours .banner_section h1 {
	font-size: 40px !important;
	line-height: 40px !important;
}
.brand-color{
    color: #2BA87A;
}

.elementor-popup-modal .dialog-close-button {
	padding: 9px;
	border-radius: 50%;
}

#sites_header #menu-main-menu li a i{
	font-size: 12px !important;
}
#sites_header #menu-main-menu .pp-advanced-menu--dropdown{
	padding-top: 15px;
	padding-bottom: 15px;
}

header.page-header{
	display: none;
}


/*--------------------------------------------------------------
# ANIMATION
--------------------------------------------------------------*/

.vertical-line {
    position: relative;
    width: 2px;
    height: 85px;
    left: -1px;
    right: 0;
    margin: 0 auto 0;
}
.vertical-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #393939;
    width: 100%;
    height: 100%;
}
.vertical-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #2BA87A;
    will-change: transform, width;
    animation: line_animation 2s cubic-bezier(0.25, 0.1, 0.1, 1) infinite;
    transform-origin: top;
}
@keyframes line_animation {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }
    45% {
        transform: scaleY(1);
        transform-origin: top;
    }
    55% {
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}




/* Glow Effect Green */
@-webkit-keyframes glow-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(43,168,122, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(43,168,122, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(43,168,122, 0);
  }
}
@keyframes glow-green {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(43,168,122, 0.9);
    box-shadow: 0 0 0 0 rgba(43,168,122, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(43,168,122, 0);
      box-shadow: 0 0 0 10px rgba(43,168,122, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(43,168,122, 0);
      box-shadow: 0 0 0 0 rgba(43,168,122, 0);
  }
}


/* Glow Effect Black*/
@-webkit-keyframes pulses {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(57,57,57, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(57,57,57, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(57,57,57, 0);
  }
}
@keyframes pulses {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(57,57,57, 0.9);
    box-shadow: 0 0 0 0 rgba(57,57,57, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(57,57,57, 0);
      box-shadow: 0 0 0 10px rgba(57,57,57, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(57,57,57, 0);
      box-shadow: 0 0 0 0 rgba(57,57,57, 0);
  }
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,150,106, 0.9);
		box-shadow: 0 0 0 0 rgba(255,150,106, 0.9);
	}
	5% {
		transform: scale(1.01);
	}
	15% {
		transform: scale(1);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,150,106, 0);
		box-shadow: 0 0 0 0 rgba(255,150,106, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,150,106, 0);
		box-shadow: 0 0 0 0 rgba(255,150,106, 0);
	}
}

@keyframes pulse {
    0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,150,106, 0.9);
		box-shadow: 0 0 0 0 rgba(255,150,106, 0.9);
    }
    5% {
        transform: scale(1.01);
    }
    15% {
        transform: scale(1);
    }
    70% {
		-moz-box-shadow: 0 0 0 0 rgba(255,150,106, 0);
		box-shadow: 0 0 0 0 rgba(255,150,106, 0);
    }
    100% {
		-moz-box-shadow: 0 0 0 0 rgba(255,150,106, 0);
		box-shadow: 0 0 0 0 rgba(255,150,106, 0);
    }
}


/* Transforming */
@-webkit-keyframes transforming {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}
@keyframes transforming {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}


/* Floating Animation */
.floating_image img {
    -webkit-animation: floating 2s linear 0s infinite;
    animation: floating 2s linear 0s infinite;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}
@-webkit-keyframes floating {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}
@keyframes floating {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}

/*--------------------------------------------------------------
# CURSOR
--------------------------------------------------------------*/
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden; 
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #2BA87A;
    -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out; 
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #2BA87A;
    opacity: .3; 
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #2BA87A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out; 
}

.cursor-outer.cursor-hover {
    opacity: 0; 
}


/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
.donate_btn a.elementor-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 9px 17px 7px 17px;
    border-radius: 6px;
    border: 1px solid rgba(57, 57, 57, 0.70);
	animation: glow-green 2s infinite;
}
.donate_btn a.elementor-button .elementor-button-text {
    color: rgba(57, 57, 57, 0.80);
    fill: rgba(57, 57, 57, 0.80);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.donate_btn .elementor-button-icon svg {
    width: 21px;
}

.donate_btn a.elementor-button:hover {
    background: #2BA87A;
	border: 1px solid #2BA87A;
}

.donate_btn a.elementor-button:hover .elementor-button-text {
    color: #ffffff;
    fill: #ffffff;
}

.donate_btn a.elementor-button:hover .elementor-button-icon svg path {
    color: #ffffff;
    fill: #ffffff;
}



.sites_btn_black a.elementor-button{
    background: #393939;
    padding: 18px 41px 17px 41px;
    border-radius: 5px;
    border: 1px solid #393939;
	animation: pulses 2s infinite;
}

.sites_btn_black a.elementor-button:hover{
    background: transparent;
    border: 1px solid #ffffff;
}

.sites_btn_black .elementor-button-content-wrapper{
        display: flex;
        align-items: center;
}

.sites_btn_black a.elementor-button .elementor-button-text {
    color: #FDFDFD;
    fill: #FDFDFD;
}

.sites_btn_black a.elementor-button .elementor-button-icon {
    font-size: 23px;
    margin-top: -7px;
}


.long_arrow a.elementor-button {
    background: transparent;
    border: none;
    padding: 0;
}
.long_arrow a.elementor-button .elementor-button-icon svg {
    width: 63px;
}

.long_arrow a.elementor-button:hover .elementor-button-icon svg path {
	color: #2BA87A;
	fill: #2BA87A;
}

.long_arrow_bottom a.elementor-button .elementor-button-icon svg{
    width: auto;
    height: auto;
}

.long_arrow_bottom a.elementor-button .elementor-button-icon {
    margin-right: 0;
    width: 96px;
    height: 96px;
    border: 1px solid rgba(57, 57, 57, 0.80);
    border-radius: 50%;
    display: block;
    line-height: 114px;
}
.long_arrow_bottom a.elementor-button {
    position: absolute;
    top: -90px;
    right: 135px;
	animation: pulse 2s infinite;
}


.long_arrow_bottom2 a.elementor-button .elementor-button-icon svg{
    width: auto;
    height: auto;
}

.long_arrow_bottom2 a.elementor-button .elementor-button-icon {
    margin-right: 0;
    width: 96px;
    height: 96px;
    border: 1px solid rgba(57, 57, 57, 0.80);
    border-radius: 50%;
    display: block;
    line-height: 114px;
}

.long_arrow_bottom2 a.elementor-button {
    position: absolute;
    top: -90px;
    right: auto;
    left: 50%;
    animation: pulse 2s infinite;
}


/* More */
.more a.elementor-button {
    background: transparent;
    border: none;
    padding: 11px 20px 11px 20px;
    border-left: 1px solid #393939;
    border-radius: 0px;
}
.more a.elementor-button .elementor-button-icon svg {
    width: 38px;
}
.more a.elementor-button .elementor-button-text{
    color: #393939;
    fill: #393939;
}

.more a.elementor-button:hover {
    border-left: 1px solid #2BA87A;
}
.more a.elementor-button:hover .elementor-button-icon svg path {
    color: #2BA87A;
    fill: #2BA87A;
}
.more a.elementor-button:hover .elementor-button-text{
    color: #2BA87A;
    fill: #2BA87A;
}


/*--------------------------------------------------------------
# SCROLL TO TOP
--------------------------------------------------------------*/
.scrollup-button {
    border-radius: 6px !important;
    padding: 2px 6px !important;
}
.scrollup-button .scrollup-svg-icon {
    width: 30px;
    height: 48px;
}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.sites_header .elementor-widget-theme-site-logo img{
    max-width: 146px;
}
.sites_header .elementor-item-active::after, 
.sites_header .elementor-item-active::before, 
.sites_header .elementor-item.highlighted::after, 
.sites_header .elementor-item.highlighted::before, 
.sites_header .elementor-item:focus::after, 
.sites_header .elementor-item:focus::before, 
.sites_header .elementor-item:hover::after, 
.sites_header .elementor-item:hover::before {
    max-width: 15px;
}

.sites_header .elementor-nav-menu li {
    padding: 0 15px;
}
.sites_header .elementor-nav-menu li a {
    font-size: 15px;
    color: rgba(57, 57, 57, 0.80);
}

.sites_header .elementor-nav-menu li .sub-menu {
    padding: 15px 35px 18px 15px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 1px rgb(255 255 255 / 10%);
    box-shadow: 0 1px 1px rgb(255 255 255 / 10%);
}

.sites_header .elementor-nav-menu li .sub-menu li {
    padding: 0;
}

.affix {
    background-color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 99999 !important;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgb(255 255 255 / 10%);
    box-shadow: 0 1px 1px rgb(255 255 255 / 10%);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding: 0 !important;
	border-bottom: 1px solid #ebebeb;
	/* overflow: hidden; */
}


/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/

.home_banner .elementor-slides-wrapper{
	border-radius: 20px;
}
.home_banner_section .swiper-slide-inner .elementor-slide-heading {
    color: #fff;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 73px !important;
    letter-spacing: 7.7px;
    text-transform: uppercase;
    margin: 0 !important;
}

.home_banner_section .swiper-slide-inner .elementor-slide-description h1 {
    color: #FDFDFD;
    font-size: 64px !important;
    line-height: 86px !important;
    font-weight: 400;
    margin: 0 !important;
}

.home_banner_section .swiper-slide-inner .elementor-slide-description p {
    color: #D9D9D9;
    font-size: 16px !important;
    line-height: 28px !important;
    margin: 30px 0 0 0;
}

.home_banner_section .swiper-slide-inner {
    max-width: 1300px;
    padding: 0 !important;
    z-index: 10;
}

.home_banner_section .swiper-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(103deg, #282828 9.56%, rgba(40, 40, 40, 0.00) 126.68%);
    z-index: 1;
}

.home_banner{
     position: relative;
}

.home_banner_social {
    position: absolute !important;
    top: 53%;
    left: 60px;
    z-index: 1;
    transform: translate(0px,-53%);
}

/* Locations */

.location_area{
    position: relative;
}

.location_area:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0px;
    width: 973px;
    height: 999px;
    background: url('assets/img/mountain.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .4;
}

.location_loop{
    position: relative;
}

.location_loop:after{
    content: '';
    position: absolute;
    top: 115px;
    left: auto;
    right: 0;
    width: 177px;
    height: 95px;
    background: url('assets/img/dot-yellow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}

.location_area:after{
    position: relative;
}

.location_block .elementor-widget-image img{
    border-radius: 20px;
}

.location_block .elementor-widget-heading,
.location_block .long_arrow{
    padding: 0 15px 0 15px;
}

.location_area .swiper-pagination-bullets {
    width: 470px !important;
    height: 10px !important;
    background: rgba(43, 168, 122, 0.10) !important;
}
.location_area .swiper-pagination-bullet {
    opacity: 0;
}
.location_area .swiper-pagination-bullet-active {
    width: 58px !important;
    background: #2BA87A !important;
    border-radius: 7px;
    height: 10px !important;
    opacity: 1;
}

.location_block .elementor-widget-heading, 
.location_block .long_arrow {
	padding: 0 15px 0 15px;
}
.location_block .elementor-widget-heading h3 {
	font-size: 26px;
	line-height: 38px !important;
}

.location_block .elementor-widget-heading h3:hover a {
	color: #2BA87A;
	fill: #2BA87A;
}

/*
.location_loop .swiper-container {
    overflow: visible;
}
.location_loop .swiper-slide{
    opacity: 0;
    visibility: hidden;
}
.location_loop .swiper-slide.swiper-slide-active,
.location_loop .swiper-slide.swiper-slide-next,
.location_loop .swiper-slide.swiper-slide-prev{
	opacity: 1;
    visibility: visible;
}
*/

.location_loop .swiper-slide{
    padding-top: 115px;
}

.location_loop .swiper-container .swiper-slide {
    transform: scale(0.9);
    -ms-transform: scale(0.8);
}
.location_loop .elementor-loop-container .swiper-slide-next {
    top: -115px;
	transform: scale(1);
    -ms-transform: scale(1);
}


.location_loop .elementor-loop-container .swiper-slide-next .elementor-button-icon svg path {
    color: #2BA87A;
	fill: #2BA87A;
}







/*
rect {
  fill: #ff0000; 
}
*/




/* Outstanding Text*/
.outstanding_text h1.elementor-heading-title{
    text-align: center;
    font-size: 96px;
    font-weight: 400;
    line-height: 80px !important;
    letter-spacing: 30.72px;
    text-transform: uppercase; 
    background: linear-gradient(180deg, rgba(43, 168, 122, 0.44) -311.29%, rgba(43, 168, 122, 0.00) 109.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}


/* About Us */

.about_area{
    position: relative;
}
.about_area::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 40px;
    width: 10px;
    height: 120px;
    background: url('assets/img/arrow-long.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}

.about_block > .e-con-inner{
    position: relative;
}

.about_block > .e-con-inner::before {
    content: '';
    position: absolute;
    top: unset;
    left: 15px;
    bottom: -15px;
    width: 202px;
    height: 177px;
    background: url('assets/img/dot-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}
.about_block > .e-con-inner::after {
    content: '';
    position: absolute;
    top: unset;
    left: unset;
    right: 0px;
    bottom: -100px;
    width: 202px;
    height: 202px;
    background: url('assets/img/map-big.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	animation: pulse 2s infinite;
}

.about_block .elementor-heading-title{
    position: relative;
}
.about_block .elementor-heading-title::after {
    content: '';
    position: absolute;
    top: -80px;
    left: unset;
    right: -80px;
    width: 26px;
    height: 26px;
    background: url('assets/img/circle-yellow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	animation: pulse 2s infinite;
}


/* Safari Block */
.safari_block .elementor-widget-image img{
    border-radius: 20px;
}
.safari_block .elementor-widget-heading,
.safari_block .elementor-widget-text-editor,
.safari_block .long_arrow{
    padding: 0 20px 0 20px;
}
.safari_area{
    position: relative;
    overflow: hidden;
}
.safari_area::before {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    width: 225px;
    height: 403px;
    background: url('../../../wp-content/uploads/2024/01/tree.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	animation: pulse 2s infinite;
}

.safari_area::after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    width: 10px;
    height: 120px;
    background: url('assets/img/arrow-long.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: translate(0px,-50%);
}

.safari_block_more > .e-con-inner{
    position: relative;
}
.safari_block_more > .e-con-inner::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 25px;
    width: 26px;
    height: 26px;
    background: url('assets/img/circle-yellow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	animation: pulse 2s infinite;
}

/* Charity Area */

.charity_area{
	position: relative;
	overflow: hidden;
}

.charity_area::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    width: 10px;
    height: 104px;
    background: url('../../../wp-content/uploads/2024/01/arrow-long-white.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: translate(0px, -50%);
}
.charity_area::after {
    content: '';
    position: absolute;
    top: unset;
    bottom: 61px;
    left: unset;
    right: -10px;
    width: 225px;
    height: 85px;
    background: url('../../../wp-content/uploads/2024/01/charity2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transform: rotate(-45deg);
    opacity: .3;
}

.charity_area .e-con-inner{
    padding-bottom: 0 !important;
}


.children-block .elementor-widget-image{
	position: relative;
	z-index: 1;
	opacity:0;
}


.children-block{
	position: relative;
}

.children-block:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -90%;
    width: 100%;
    height: 490px;
    background: #40C594;
    z-index: 0;
}
.children-block:after {
    content: '';
    position: absolute;
    top: -12px;
    left: -105px;
    width: 100%;
    height: 490px;
    background: url('../../../wp-content/uploads/2024/01/Rectangle-21.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: 0;
}

.chidren-image{
    position: relative;
}
.chidren-image:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 660px;
    height: 430px;
    background: url('../../../wp-content/uploads/2024/01/children2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.chidren-image .top-bottom-icon{
    position: relative;
}

.chidren-image .top-bottom-icon:before {
    content: '';
    position: absolute;
    top: -415px;
    left: auto;
    right: 25px;
    width: 177px;
    height: 95px;
    background: url('../../../wp-content/uploads/2024/01/dot-orange.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.chidren-image .top-bottom-icon:after {
    content: '';
    position: absolute;
    top: -50px;
    left: 40%;
    width: 177px;
    height: 95px;
    background: url('../../../wp-content/uploads/2024/01/dot-white.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: translate(-40%, 0%);
}


.charity_work .elementor-heading-title{
    position: relative;
}
.charity_work .elementor-heading-title::after {
    content: '';
    position: absolute;
    top: -120px;
    left: unset;
    right: -95px;
    width: 189px;
    height: 189px;
    background: url('../../../wp-content/uploads/2024/01/love.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: pulse 2s infinite;
}

.more_charity{
    position: relative;
}
.more_charity::after {
    content: '';
    position: absolute;
    top: unset;
    bottom: -90px;
    left: unset;
    right: -95px;
    width: 38px;
    height: 67px;
    background: url('../../../wp-content/uploads/2024/01/love2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}



/* Special Tour*/

.specia_tour_area{
	position: relative;
	overflow: hidden;
}

.specia_tour_area::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    width: 512px;
    height: 512px;
    background: url('../../../wp-content/uploads/2024/01/special1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}
.specia_tour_area::after {
    content: '';
    position: absolute;
    top: auto;
    left: auto;
	bottom: 0;
	right: 0;
    width: 512px;
    height: 512px;
    background: url('../../../wp-content/uploads/2024/01/special2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}

.special_tour_block > .e-con-inner{
    position: relative;
}
.special_tour_block > .e-con-inner::before {
	content: '';
	position: absolute;
	top: unset;
	bottom: 87px;
	left: 0;
	width: 177px;
	height: 95px;
	background: url('../../../wp-content/uploads/2024/01/dot-green.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.special_tour_block > .e-con-inner::before {
	content: '';
	position: absolute;
	top: 50%;
	left: unset;
	right: -30px;
	width: 10px;
	height: 104px;
	background: url('../../../wp-content/uploads/2024/01/arrow-long-green.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}


.special_loop-area:after {
    content: '';
    position: absolute;
    top: unset;
    bottom: 25px;
    left: 0;
    width: 177px;
    height: 95px;
    background: url('../../../wp-content/uploads/2024/01/dot-green2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    -webkit-animation: transforming 2s linear 0s infinite;
    animation: transforming 2s linear 0s infinite;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}


.red-circle{
    position: absolute;
    top: 50%;
	left: 0;
	animation: pulse 2s infinite;
}

/*
.red-circle:before{
    content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 37px;
	height: 74px;
	background: url('../../../wp-content/uploads/2024/01/red-circle.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
*/

.product_block .product_meta .detail-label{
	display: none;
}

/*
.product_block .product_meta .detail-content {
	width: 201px;
	transform: rotate(-90deg);
	display: block;
	position: relative;
	right: 50%;
	top: 125px;
}

.product_block .product_meta .detail-content a {
	color: #393939;
	font-family: 'Tenor Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 6.84px;
	text-transform: uppercase;
	pointer-events: none;
}
*/

.meta_info .elementor-widget-container {
    width: 201px;
    transform: rotate(-90deg);
    display: block;
    position: relative;
    left: -90px;
    top: 125px;
    color: #393939;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.84px;
    text-transform: uppercase;
    pointer-events: none;
}



.product_block .product_block_info {
	background: #fff;
	border-radius: 16px;
	position: relative;
	left: 35px;
	top: -60px;
	max-width: 92.5%;
	padding: 15px 15px 15px 15px;
}

.product_block .product_block_info .elementor-widget-woocommerce-product-title{
	margin: 0 0 30px 0;
}

.product_block_info .elementor-widget-woocommerce-product-price p.price {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.product_block_info .elementor-widget-woocommerce-product-price p.price span.woocommerce-Price-amount{
	margin: 0 0 0 15px;
	color: #393939;
	font-family: 'Tenor Sans', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 44px;
}

.product_block .amount-price {
    margin: 0;
    color: #393939;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
}
.product_block .prefix_price{
	margin: 0;
    color: #939393;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}


.product_block .home-amount-price .elementor-widget-container {
    margin: 0;
    color: #393939;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.product_block h5.elementor-heading-title{
    line-height: 32px !important;
	margin-bottom: 20px;
}
.single-tours .product_block .product_block_info {
    left: 0;
    min-height: 245px;
}



/*--------------------------------------------------------------
# PAGE BANNER
--------------------------------------------------------------*/

.banner_section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: linear-gradient(103deg, #282828 0.50%, rgba(40, 40, 40, 0.00) 96%);
    z-index: 1;
}

.banner_section h6.elementor-heading-title {
    color: #fff;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    letter-spacing: 7.7px;
    text-transform: uppercase;
    margin: 0 !important;
}

.single-tours .banner_section h6.elementor-heading-title{
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 2.7px;
    background: #2BA87A;
    padding: 15px 25px;
    border-radius: 50px;
    width: fit-content;
}

.package_price h6.elementor-heading-title{
    color: #fff;
    line-height: 16px !important;
    letter-spacing: 7.7px;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background: #2BA87A;
    padding: 15px 25px;
    border-radius: 50px;
	animation: glow-green 2s infinite;
}




/*--------------------------------------------------------------
# CONTACT US
--------------------------------------------------------------*/
.contact_box {
    background: #f1f1f1;
    border-radius: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ebebeb;
}
.contact_box:hover {
    transform: translateY(-10px);
}
.contact_box .elementor-view-stacked .elementor-icon {
	background-color: #2BA87A;
}
.contact_box:hover .elementor-view-stacked .elementor-icon {
	background-color: #393939;
}
.contact_box:hover .elementor-view-stacked .elementor-icon:hover {
	color: #fff;
	fill: #fff;
}

.contact_block > .e-con-inner {
    position: relative;
}
.contact_block > .e-con-inner::before {
    content: '';
    position: absolute;
    top: unset;
    left: 15px;
    bottom: -15px;
    width: 202px;
    height: 177px;
    background: url('assets/img/dot-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    -webkit-animation: transforming 2s linear 0s infinite;
    animation: transforming 2s linear 0s infinite;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}
.contact_block > .e-con-inner::after {
    content: '';
    position: absolute;
    top: -180px;
    left: unset;
    right: 0px;
    width: 170px;
    height: 170px;
    background: url('assets/img/map-big.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: pulse 2s infinite;
}

.custom_form ::-webkit-input-placeholder { /* Edge */
  color: #939393;
  font-size:14px;
}

.custom_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #939393;
  font-size:14px;
}

.custom_form ::placeholder {
  color: #939393;
  font-size:14px;
}

.custom_form .left_half {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.custom_form .right_half {
    width: 48%;
    float: left;
    margin-left: 2%;
}
.custom_form .full_width {
    width: 100%;
}
.custom_form .full_width, 
.custom_form .left_half, 
.custom_form .right_half {
    margin-bottom: 16px;
}
.custom_form input[type="text"], 
.custom_form input[type="email"], 
.custom_form input[type="tel"], 
.custom_form input[type="date"],
.custom_form input[type="number"], 
.custom_form select, 
.custom_form textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0px;
    background: transparent;
    color: #393939;
    font-weight: normal;
    min-height: 45px;
    border: 1px solid #939393;
    border-radius: 7px;
    padding: 15px;
}
.custom_form input[type="date"] {
    color: #BFBFBF;
    cursor: pointer;
}
.wpcf7-spinner {
    display: block;
    text-align: center;
    margin: 15px auto;
    background-color: #CFA959;
}
.custom_form input, 
.custom_form select, 
.custom_form textarea {
    width: 100%;
    padding: 10px;
}




.custom_form textarea {
    height: 130px;
    display: block;
}
.custom_form input[type="submit"] {
    display: block;
    outline: none;
    font-weight: 500;
    color: #fff;
    background: #393939;
    padding: 18px 41px 17px 41px;
    border-radius: 5px;
    border: 1px solid #393939;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
}

.custom_form input[type="submit"]:hover,
.custom_form input[type="submit"]:focus,
.custom_form input[type="submit"]:visited{
    text-decoration: none;
	outline: none;
    background-color: transparent;
    color: #393939;
}

.custom_form label {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
    color: #393939;
    font-size: 18px;
}


.contact_form_area {
    position: relative;
}
.contact_form_area::before {
    content: '';
    position: absolute;
    top: -52px;
    left: 50%;
    width: 96px;
    height: 96px;
    background: url('../../../wp-content/uploads/2024/01/circle-green.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border: none;
    z-index: -1;
    transform: translate(-50%, 0px);
}
.contact_form_area::after {
    content: '';
    position: absolute;
    top: unset;
    left: unset;
    right: 4px;
    bottom: -46px;
    width: 177px;
    height: 75px;
    background: url('../../../wp-content/uploads/2024/01/dot-orange.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    -webkit-animation: transforming 2s linear 0s infinite;
    animation: transforming 2s linear 0s infinite;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}

.map_area{
	position: relative;
	overflow: hidden;
}

.map_area::before {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    width: 225px;
    height: 403px;
    background: url('../../../wp-content/uploads/2024/01/tree.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: pulse 2s infinite;
}

.map_area::after {
    content: '';
    position: absolute;
    top: 0px;
    left: unset;
	right: 40px;
    width: 10px;
    height: 120px;
    background: url('assets/img/arrow-long.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    -webkit-animation: transforming 2s linear 0s infinite;
    animation: transforming 2s linear 0s infinite;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2BA87A;
    text-align: center;
}


/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/
.ekit-wid-con .elementskit-accordion .ekit-accordion-title {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
}
.ekit-accordion--content {
    line-height: 28px !important;
}
.pp-tm .pp-tm-content-normal {
    background-color: #fff;
    padding: 18px 15px 35px 15px;
}


/*--------------------------------------------------------------
# CHARITY
--------------------------------------------------------------*/
.laam_block > .e-con-inner {
    position: relative;
}
.laam_block > .e-con-inner::before {
	content: '';
    position: absolute;
    top: unset;
    left: 0;
    bottom: -45px;
    width: 202px;
    height: 202px;
    background: url('assets/img/map-big.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: pulse 2s infinite;
}

.laam_block > .e-con-inner::after {
    content: '';
    position: absolute;
    top: unset;
    left: unset;
	right: 15px;
    bottom: -15px;
    width: 202px;
    height: 177px;
    background: url('assets/img/dot-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    -webkit-animation: transforming 2s linear 0s infinite;
    animation: transforming 2s linear 0s infinite;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}
.laam_block .elementor-heading-title::after {
    content: '';
    position: absolute;
    top: -80px;
    left: unset;
    right: -80px;
    width: 26px;
    height: 26px;
    background: url('assets/img/circle-yellow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: pulse 2s infinite;
}

.help_section h6.elementor-heading-title {
    color: #393939;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    letter-spacing: 7.7px;
    text-transform: uppercase;
    margin: 0 !important;
}



/*--------------------------------------------------------------
#TEAM
--------------------------------------------------------------*/
.team-car .pp-tm-description {
    font-size: 15px;
    line-height: 25px;
}


/* About Us */

.team-area {
    position: relative;
}
.team-area::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 40px;
    width: 10px;
    height: 120px;
    background: url('assets/img/arrow-long.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}

.team-block > .e-con-inner{
    position: relative;
}

.team-block > .e-con-inner::before {
    content: '';
    position: absolute;
    top: unset;
    left: 15px;
    bottom: -15px;
    width: 177px;
    height: 95px;
    background: url('assets/img/dot-yellow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}

.team-block > .e-con-inner::after {
    content: '';
    position: absolute;
    top: unset;
    left: unset;
    right: 0px;
    bottom: -100px;
    width: 150px;
    height: 269px;
    background: url('../../../wp-content/uploads/2024/01/tree.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: pulse 2s infinite;
    opacity: 0.75;
}

.team-block .elementor-heading-title{
    position: relative;
}
.team-block .elementor-heading-title::after {
    content: '';
    position: absolute;
    top: -80px;
    left: unset;
    right: -80px;
    width: 26px;
    height: 26px;
    background: url('assets/img/circle-yellow.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
	animation: pulse 2s infinite;
}



.team-car .pp-tm {
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}


.team-car .pp-tm:hover .pp-tm-content.pp-tm-content-normal {
    background-color: #2ba87a !important;
    color: #fff;
	transition: .4s all ease-in-out;
}

.team-car .pp-tm:hover .pp-tm-name {
    color: #fff;
	transition: .4s all ease-in-out;
}

.team-car .pp-tm:hover .pp-tm-position-divider {
    border-bottom-color: #fff;
	transition: .4s all ease-in-out;
}


.team-page-grid .pp-tm .pp-tm-content-normal {
    border-radius: 0 0 16px 16px;
}

.sites_header  .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
	margin-top: -49px !important;
}


/*--------------------------------------------------------------
# DESTINATIONS
--------------------------------------------------------------*/

.location_overview .elementor-widget-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: transparent;
    animation: border-transform 10s linear infinite alternate forwards;
	overflow: hidden;
}
@-webkit-keyframes border-transform {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

/*
.section-shape{
	position: relative;
	
}

.section-shape:before {
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background: url('assets/img/shape6.png');
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

.section-shape:after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 96px;
    background: url('assets/img/shape6.png');
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}
*/

.icon_area .pp-info-box {
    padding: 30px 0px 30px 0px;
    /* background: rgba(255,255,255,.4); */
    border-radius: 10px;
    /* box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1); */
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# SAFARI
--------------------------------------------------------------*/
.safari_grid h5.elementor-heading-title{
	font-size: 20px;
}

.safari_grid .elementor-widget-heading h5:hover a {
	color: #2BA87A;
	fill: #2BA87A;
}


/*--------------------------------------------------------------
# SPECIAL TOURS
--------------------------------------------------------------*/
.special_loop-area .elementor-pagination a, 
.special_loop-area .elementor-pagination span {
    text-decoration: none;
    border: 1px solid #393939;
    padding: 3px 5px;
    margin: 2px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    background: #393939;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
}

.special_loop-area .elementor-pagination span.current, 
.special_loop-area .elementor-pagination a:hover {
    border: 1px solid #2BA87A;
    background: #2BA87A;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.footer_cta{
    position: relative;
}
.footer_cta::before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 35px;
	width: 196px;
	height: 196px;
	background: url('assets/img/map.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	top: auto;
	-webkit-animation: transforming 2s linear 0s infinite;
	animation: transforming 2s linear 0s infinite;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
}
.footer_cta::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: auto;
    right: 35px;
    width: 176px;
    height: 176px;
    background: url('assets/img/email.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: auto;
	animation: pulse 2s infinite;
}

.footer-credit a{
    color: #ABABAB;
}
.footer-credit a:hover{
    color: #ABABAB !important;
    opacity: .8;
}

