@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root{
  --primary: #e63928;
    --secondary: #32b67a;
    --white:#fff;
    --black: #000;
	--paragraph:#333;
}

body {
	margin:0 !important;
	padding:0 !important;
    font-family: "Manrope", sans-serif;
	font-family: "Roboto", sans-serif;
	overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    border: solid 1px #ddd;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 15px;
    padding: 12px 18px;
    width: 100%;
    outline: 0;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    background: var(--white);
}

input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 15px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
}
input[type="submit"]:hover {
	background: var(--secondary);
	color: var(--white);
	transition: 0.8s;
}
textarea {
	height: 90px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
    font-family: "Manrope", sans-serif;
	color: #000;
	font-weight: 500;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: 0.5px;
}
h1 {
	font-size:28px
}
h2 {
	font-size:25px
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size:16px
}
h6 {
	font-size:15px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
   color:  var(--paragraph);
    font-size: 15px;
    line-height: 30px !important;
}
ul, li, a {
	list-style-type: none;
    font-family: "Roboto", sans-serif;
	color:  var(--paragraph);
	line-height: 25px;
	font-size: 15px;
}

::placeholder{
	color:#333;
} 
.search ::placeholder {
    color: var(--white);
}
strong {
    color:  var(--paragraph);
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}
.heading {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    width: fit-content;
    margin: 0 auto 25px;
    color: var(--black);
}
.subheading {
width: 60%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 17px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
font-family: "Rubik", sans-serif;
}
.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}
.topbar {
    background: var(--primary);
    padding: 4px 0;
}
.topbar .row {
	align-items: center;
}
.topbar-cntdtls{
    display: flex;
    align-items: center;
}
.topbar p {
    margin: 0;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff38;
}
.topbar p:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.topbar p, .topbar p a, .smoicons ul li a {
	color:var(--white);
}
.topbar p i {
    color: var(--white);
    margin-right: 5px;
}
.topbar .col-sm-5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
.smoicons ul {
    display: flex;
    align-items: center;
    column-gap: 7px;
    justify-content: end;
}
.topbar .smoicons li a {
    color: var(--white);
    width: 30px;
    font-size: 13px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


header {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ffffff33;
}
header .row {
    align-items: center;
}
.home .menubar {
    position: absolute;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #c1c1c126;
}

.menubar .col-sm-10 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
}

.menubar figure img {
    width: 90px;
}
.collectionlogo figure img {
    width: 42px;
}
.collectionlogo {
    /* border-right: 1px solid #ffffff2e; */
    border-left: 1px solid #ffffff2b;
    padding: 26px;
    margin-right: 13px;
}
/* MAINSLIDER SECTION CSS */

.mainslider {
    position: relative;
}
.mainslider .carousel-item{
	overflow:hidden !important;
}
.mainslider .carousel-item figure {
    margin: 0;
	overflow:hidden !important;
}
.mainslider figure img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    filter: brightness(0.3);
}

.search {
    width: 45%;
    margin: 0 auto;
    position: relative;
}
.search input {
    border: 1px solid #ffffff38;
    width: 70%;
    border-radius: 30px;
    padding: 17px;
    position: relative;
    background: #0000003d;
}
.search button {
    position: absolute;
    right: 5px;
    font-family: 'Font Awesome 5 Free';
    background: var(--primary);
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    font-size: 20px;
    top: 5px;
}

@keyframes scale {
0% {
    transform: scale(1.0);
}
100% {
    transform: scale(1.3);
}
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.mainslider .carousel-caption h2 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Satisfy", cursive;
    background: url(../images/subheading.svg);
    padding: 5px;
    margin-bottom: 10px;
    color: var(--primary);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mainslider .carousel-caption h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    margin: 0 0 25px;
    opacity: 0;
    text-transform: uppercase;
    animation: lts .5s ease-in-out .3s forwards;
    color: var(--white);
    letter-spacing: 1px;
}

@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    color: #cf333a;
    font-size: 20px;
    margin: 25px 0 30px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    font-weight: 400;
}
.mainslider .carousel-content .btn-primary {
 	opacity:0;
	animation:lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--black) !important;
	color: var(--white);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.phone {
    background: #152f0066;
    border: 1px solid #c5aa836b;
    text-align: left;
    display: inline-flex;
    align-items: center;
    padding: 1px 25px;
    border-radius: 50px;
}
.carousel-content ul {
    column-gap: 5px;
}
.phone a {
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
}
.phone a small {
    display: block;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 0px;
    font-weight: 400;
}
.phone i {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 24px;
    padding-right: 10px;
}
.mainslider .carousel-caption li img {
    width: 200px;
}

/* Tour Packages */

.safaripackages {
    padding: 50px 0 60px;
    background: #efefef;
}
.safaripackages .heading {
    margin-bottom: 5px;
}
.safaripackages .row {
    row-gap: 25px;
}
.safaripackages-item {
    position: relative;
    transition: all ease-in-out .5s;
    border-radius: 6px;
    overflow: hidden;
}
.safaripackages-item:after, .safaripackages-item:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.safaripackages-item:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.safaripackages-item:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.safaripackages-item:hover .btn-secondary {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.safaripackages-item figure {
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
}
.safaripackages-item img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 6px;
    transition: all ease-in-out .5s;
}
.safaripackages-item:hover figure img {
    transform: scale(1.1);
}
.safaripackages-caption {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 22px;
    background: linear-gradient(178deg, rgba(255, 255, 255, 0) 0, #070700c4 50%);
}
.safaripackages-item h3 {
    color: var(--white);
    font-size: 22px;
    font-weight: 400;
}
.safaripackagesldr .safaripackages-item:nth-child(even) {
    transform: translateY(20px);
}
.secondary-container.packages-details .safaripackagesldr .safaripackages-item:nth-child(even) {
    transform: translateY(0);
}
.safaripackages .slick-slide {
    margin: 20px 10px !important;
}


/* Home About */


.about iframe {
    width: 100%;
    height: 410px;
    border-radius: 15px;
}
.leftheading {
    font-size: 35px;
    font-weight: 800;
    color: var(--black);
}

.homeabout {
    padding: 60px 0;
}
.homeabout .row {
    align-items: center;
}
.homeabout figure {
    position: relative;
    margin: 0;
	overflow:hidden;
}
.homeabout figure {
    overflow: hidden;
}
.homeabout figure:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
    z-index: 2;
}
.homeabout:hover figure:before {
    animation: shine 1s;
}
@keyframes shine{
	100% {
    left: 125%;
}
}

.homeabout img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left;
    border-radius: 6px;
}.subimage img {
    width: 130px;
    margin-bottom: 10px;
}
.homeabout-cnt {
    padding-left: 10px;
}
.homeabout .homeabout-cnt h2 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--primary);
    text-transform: capitalize;
    font-family: "Satisfy", cursive;
}
.homeabout .homeabout-cnt h2 {
    font-size: 38px;
    position: relative;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 10px;
}
.homeabout-cnt p {
    margin: 0;
}
.homeabout-cnt .btn-primary {
    margin-top: 20px;
}
.homeabout-cnt .btn-primary.contactbtn {
    font-size: larger;
    font-weight: 500;
    box-shadow: none;
    margin-left: 15px;
    background: none;
    /* border: solid 1px var(--primary); */
    color: var(--black);
}
/* .homeabout-cnt .btn-primary.contactbtn:hover{
	background:var(--primary);
	color:var(--white);
	border-color:var(--primary);
} */

/* ABOUT US PAGE CSS */

.mission {
    margin-top: 50px;
    background: #f8f5f0;
    padding: 60px 0;
}
.mission-item {
    transition: all ease-in-out .5s;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid var(--primary);
}
.mission-item {
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    border: 1px dashed #e6392847;
    background: var(--white);
}
.mission-item figure {
    box-shadow: 0 10px 7px #e5e5e58f;
    height: 95px;
    width: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50px;
}
.mission-item figure img {
    width: 55px;
}
.mission-item h3 {
    margin: 18px 0 5px;
    font-size: 22px;
}
.mission-item p {
    margin: 0;
}


/* TEAM SECTION CSS */

.team {
    padding-top: 40px;
}
.teamsldr-item {
    background: #c5aa831f;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
}
.teamsldr-item figure {
    margin-bottom: 15px;
}
.teamsldr-item img {
    width: 180px;
    border-radius: 50%;
}
.teamsldr-item h3 {
    font-size: 22px;
}
.teamsldr-item h3 span {
    display: block;
    color: var(--primary);
    font-weight: 300;
    font-size: 18px;
}

/* OUR VALUE SECTION CSS */

.value {
    background: #c5aa831f;
    margin-top: 60px;
    padding: 40px 0 60px;
}
.value-item {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
}
.value-item figure {
    margin-bottom: 10px;
}

/* ABOUT US SECTION CSS */

.aboutlist {
    padding: 40px 0;
}
.aboutlist .row {
    margin: 20px 0;
}
.aboutlist .row:nth-child(even) {
    flex-direction: row-reverse;
}
.aboutlist img {
    border-radius: 6px;
}
.about-list {
    column-gap: 20px;
    margin-top: 20px;
}
.about-list li {
    background: #eff6ec;
    padding: 10px 20px;
    column-gap: 10px;
    width: 50%;
    border-radius: 6px;
}
.about-list li:nth-child(2){
	background:#fcf5e7;
}
.about-list li figure {
    background: var(--white);
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.about-list li img {
    width: 45px;
}
.about-list li h3 {
    font-size: 16px;
}
.aboutlist-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.aboutlist-content p {
    text-align: justify;
    margin: 0;
}
.aboutlist-content:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    height: 35px;
    width: 35px;
    content: '';
    background: var(
    --primary);
    clip-path: polygon(70% 0, 70% 100%, 0 50%);
}

/* faq sectipon  */

.faqsection {
    background: #f6f6f6;
    padding: 40px 0 60px;
}
button.accordion-button.collapsed {
    border-radius: 6px;
    border: 1px solid #e6392821;
}
.secondary-container.faq {
    padding: 0;
}
.faq {
    padding-top: 15px !important;
}
/* partners section */
.partners {
    background-image: url(../images/partners-bg.png);
    padding: 55px 0;
}
.partnersldr figure{
 overflow:hidden;
 border-radius:6px;
}
.partnersldr figure {
    overflow: hidden;
    width: 250px;
    background: var(--white);
    padding: 15px;
    border-radius: 10px;
}
button.slick-next.slick-arrow {
    right: 20px !important;
}
.partnersldr figure img {
    width: 200px;
    display: block;
    margin: 0 auto;
}




/* FOLLOW US SECTION CSS */

.instagram {
    padding: 40px 0 60px;
}
.instaitem img {
    width: 100% !important;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
.instaid {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
}
.instaid i {
    background: #f5d1d3;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
}
.instagram ul {
    column-gap: 10px;
    margin-top: 35px;
}
.load-btn, .insta-btn {
    background: #333333;
    color: var(--white);
    padding: 8px 15px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .5px;
    border-radius: 4px;
}
.insta-btn {
    background: var(--primary);
}





/* BENEFITS SECTION CSS */

.benefits {
    padding: 40px 0 60px;
}
.benefits .row {
    row-gap: 22px;
}
.benefits-item {
    box-shadow: 0 0 20px -2px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 6px;
    column-gap: 15px;
}
.benefits-item img {
    width: 70px;
}
.benefits-info h3 {
    margin-bottom: 5px;
}
.benefits-info p {
    margin: 0;
    line-height: 27px !important;
}


/* TOURS */

.tours {
    background: url(../images/tourbg.png),linear-gradient(180deg,#1d231f 0%,#1d231f 100%);
    padding: 50px 0 60px;
    background-attachment: fixed;
}
.tours .row {
    row-gap: 22px;
}
.tours-item {
    border-radius: 6px;
    overflow: hidden;
    background: var(--white);
    height: 100%;
}
.tours-item figure {
    overflow: hidden;
	position:relative;
}
.tours-item img {
    height: 270px;
    object-fit: cover;
    transition: all ease-in-out .5s;
}
.tours-item figure:after {
    background-color: #000000b0;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
    transform: rotate3d(1,-1,0,100deg);
    opacity: 0;
}
.tours-item figure:hover:after {
    transform: rotate3d(0,0,0,0deg);
    opacity: .6;
}
.tours-item:hover figure img {
    transform: scale(1.1) rotate(3deg);
}
.tours-info h3 {
    letter-spacing: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ccccccc7;
    padding: 15px;
}
.tours-info .btn-secondary {
    background: var(--primary);
    margin: 0px 15px 15px 15px;
    padding: 6px 20px;
}
.packagedtls-box h5 {
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
}

.secondary-container.safaripackages .tours {
    background: none;
}
.secondary-container.safaripackages .tours-item {
    box-shadow: 0 0 14px #ebebeb;
}

/* TOURS PAGE CSS */

.secondary-container.tour .row {
    row-gap: 22px;
}
.secondary-container.tour .tours-item {
    box-shadow: 0 5px 14px #c3a88142;
}

/* DEDICATED CAR DRIVER SECTION CSS */

.dedicated {
    background: #f5f5f5;
    padding: 60px 0;
    margin-bottom: 60px;
}
.dedicated-cnt {
    box-shadow: 0 0 14px #e3e3e3;
    padding: 20px;
    border-left: 3px solid var(--primary);
    border-radius: 10px;
    height: 100%;
    background: var(--white);
}
.dedicated-cnt h3 {
    margin-bottom: 5px;
}
.dedicated-cnt p:last-child {
    margin: 0;
}
.dedicated-info {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    margin-top: 20px;
}
.dedicated-info ul {
    margin-bottom: 10px;
}
.dedicated-info li {
    line-height: 30px;
}
.driver {
    border: 1px dashed var(--secondary);
    padding: 20px;
    border-radius: 6px;
}

/* GALLERY SECTION CSS */

.ourgallery {
    padding: 40px 0 60px;
}
.gallerylightbox .row {
    row-gap: 22px;
}
.gallerylightbox .gallerylightboxlist {
    height: 230px;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 300ms ease;
    border-radius: 6px;
}
.gallery-item {
    position: relative;
}
.gallery-item:after, .gallery-item:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery-item:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.gallery-item:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}





/* BLOG SECTION CSS */

.homeblog {
    padding: 40px 0 60px;
}
.zoomeffect {
    border-radius: 0;
    overflow: hidden;
}
.homebloglist {
    background: #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: inset 0 0 30px #e3e3e3;
	height:100%;
}
.homeblogbox {
    padding: 5px 20px 20px;
}
.homebloglist img {
    width: 100% !important;
    height: 280px;
    object-fit: cover;
    transition: 1s;
}
.homebloglist:hover img {
    transform: scale(1.1);
}
.date {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--white);
    background: var(--primary);
    font-size: 14px;
    padding: 5px 15px;
    letter-spacing: .8px;
    border-radius: 12px;
    border-left: 2px solid var(--white);
    border-right: 2px solid var(--white);
}
.homeblogbox h3 a {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    display: block;
    color: var(--black);
    margin: 15px 0 0;
}



/* Footer */

footer {
    background: #030303;
    padding: 40px 0 30px;
}
footer ul.menu li a {
    position: relative;
}
#menu-quick-links {
    display: flex;
    flex-wrap: wrap;
}
#menu-quick-links li {
    width: 100%;
}

footer ul.ftraddr-item li {
border-left: solid 2px var(--secondary);
    margin: 10px 0;
    padding-left: 35px;
    line-height: 28px;
    position: relative;
}
footer ul.ftraddr-item li:last-child {
    margin-bottom: 0;
}
footer ul.ftraddr-item li i {
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 14px;
    color: var(--secondary);
}
.footer-content h3 {
    margin-bottom: 0;
}
footer .footer-content p {
    margin: 20px 0 0;
    color: #555;
}
footer h4 {
    margin-bottom: 15px;
    color: var(--white);
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.ftr-btn a {
    padding: 10px 15px;
    letter-spacing: .5px;
    font-size: 14px;
}
.ftr-btn i{
  margin-left:8px;
}
.ftr-call i {
    height: 47px;
    width: 47px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--white);
    margin-right: 10px;
    font-size: 21px;
}
.ftr-call h5 {
    color: var(--white);
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: 600;
}
.ftr-btn a {
    padding: 12px 20px;
    letter-spacing: .5px;
    font-size: 14px;
}
.ftr-contact {
    border-bottom: 1px solid #cccccc21;
    padding-bottom: 15px;
}
.ftr-icons h5 {
    color: var(--primary);
    margin: 0;
    font-size: 18px;
    margin-right: 20px;
}
.ftr-icons li a {
    height: 37px;
    width: 37px;
    background: #ffffff14;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
}
.ftr-icons li a img {
    width: 20px;
}
.ftr-icons {
    padding: 30px 0;
    border-bottom: 1px solid #cccccc1f;
}
.ftr-contact {
    column-gap: 250px;
}
.ftr-call a {
    color: #ffffffa3 !important;
    font-size: 16px;
}
footer ul.ftraddr-item {
    margin-top: 20px;
}
footer ul li {
    line-height: 34px;
}
footer ul li, footer ul li a, footer p, footer p a {
    color: var(--white);
    font-weight: 300;
    letter-spacing: .5px;
}
.ftr-info {
    border-left: 1px solid;
    padding-left: 32px;
}
footer figure {
    background: var(--white);
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
}
footer figure img {
    width: 100%;
}
.ftrbtn {
    font-weight: 300;
    letter-spacing: .5px;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.payment {
    column-gap: 10px;
    background: #ffffff1a;
    padding: 15px;
    border-radius: 4px;
}
.payment li {
    width: 33%;
}
.payment li img {
    width: 100%;
    border-radius: 3px;
}
.socialicon {
    column-gap: 5px;
    margin-top: 20px;
}
.socialicon li a {
    background: #ffffff1c;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: var(--white);
}
.copyright {
    padding: 30px 0;
    text-align: center;
}
.copyright .row{
	align-items:center;
}
.copyright p {
    margin: 0;
    color: var(--white);
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
	font-weight: 300;
}
.copyright ul.socialicon {
    display: flex;
    justify-content: flex-end;
    column-gap: 8px;
}
.copyright ul.socialicon li a {
    background: #ffffff2e;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 14px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 36px;
    z-index: 99999999;
    padding: 0;
    border: solid 1px #d3c8c8;
    background: #fff;
    width: 45px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    font-size: 17px;
    text-decoration: none;
    padding-top: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
    background: var(--primary);
    color: #fff;
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    left: 30px;
    z-index: 99999999;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img {
	width: 30px;
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
.breadcrumb {
    background: linear-gradient(45deg, #000000bd, #000000bd), url(../images/bredcrumb.jpg) center / cover;
    padding: 200px 0 100px !important;
    margin: 0 !important;
}
.breadcrumb img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    z-index: -1;
}
.breadcrumb h1 {
	margin: 0;
}
.breadcrumb h1 p#breadcrumbs span {
    display: inline-block;
}
.breadcrumb h1 .breadcrumb_last {
    font-size: 30px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 39px;
}
.breadcrumb h1 span a {
	display: none;
}
.breadcrumb span a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    padding: 0 7px;
    color: var(--white);
    font-weight: 600;
	font-size: 12px;
}
.breadcrumb h1 p#breadcrumbs {
    text-align: center;
    margin-bottom: 22px;
}
.breadcrumb p, .breadcrumb p a {
    color: var(--white);
    margin: 0;
    font-size: 16px;
}
p#breadcrumbs {
	text-align: center;
}
.secondary-container {
    padding: 50px 0;
}
.secondary-container .row {
    row-gap: 22px;
}
.secondary-container.services-dtls {
    padding-bottom: 0;
}



/* POLICY PAGE CSS */

.policy-content h3 {
    font-size: 25px;
    font-weight: 700;
}
.policy-content li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.policy-content li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: var(--primary);
    height: 10px;
    width: 10px;
    border-radius: 30px;
    outline: 3px solid #e6392838;
}
.policy-content li a {
    color: var(--primary);
}



/* CONTACT US PAGE CSS */

.topcontact {
    padding-bottom: 22px;
}
.contact-item {
    box-shadow: 0 0 14px #ebebebe8;
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed var(--primary);
    height: 100%;
}
.contact-item i {
    background: var(--primary);
    height: 55px;
    width: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 22px;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
}
.contact-item h3 {
    margin: 8px 0 5px;
    font-weight: 600;
}
.contact-item ul {
    column-gap: 4px;
    flex-wrap: wrap;
}
.contact-content {
    background: #c5aa831f;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-content .heading {
    font-size: 30px !important;
    margin-bottom: 5px !important;
}
.contactus form {
    padding: 25px;
    border-radius: 6px;
    background: url(../images/contactbg.jpg);
    background-size: cover;
}
.contact-form p {
    margin: 0;
}
.contactus input, .contactus select, .contact-form textarea {
    padding: 14px 20px;
    margin-bottom: 15px !important;
    border: 1px solid #f2ebfdc7;
    border-radius: 5px;
}
.wpcf7-spinner {
    position: absolute !important;
    left: 0;
}
.contact-form textarea {
    height: 130px;
}
.contactus input[type="submit"] {
    padding: 16px 25px;
    width: 100%;
    margin-bottom: 0;
}
.contact-sidebar {
    background: var(--primary);
    padding: 40px;
    margin-top: 50px;
    border-radius: 6px;
}
.googlemap {
    height: 100%;
}
.googlemap iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.contactaddr-item {
    display: flex;
    justify-content: space-between;
}
.contactaddr-list {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.contactaddr-list p {
    margin: 0;
    color: var(--white);
}
.contactaddr-list p strong {
    display: block;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.contactaddr-list p a {
    color: var(--white);
}
.contactaddr-list i {
    color: var(--white);
    font-size: 25px;
    border-style: double;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ACCORDION SECTION CSS */

.accordion-sidebar {
    border-radius: 6px;
    padding: 20px;
    transition: 0.7s ease-in-out;
    background: #f5f5f5;
    box-shadow: inset 0 0 10px #0066b02e;
    height: 100%;
}
.accordion-sidebar figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.stillhaveqn-cnt {
    padding: 15px 20px 20px;
    background: var(--white);
    border-radius: 6px;
    margin-top: 20px;
    text-align: center;
}
.stillhaveqn-cnt h3 {
    position: relative;
}
.stillhaveqn-cnt h3:before {
    content: '';
    border-bottom: solid 4px var(--primary);
    width: 100px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

/* Packages Details */

.packagedtls {
    padding-bottom: 40px;
}
.servcsdtls .row:nth-child(even) {
    flex-direction: row-reverse;
    margin: 50px 0;
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.servcsdtls .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.servcsdtls-info h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}
.servcsdtls-info p {
    text-align: justify;
    line-height: 24px;
}
.servcsdtls-info p:last-child {
    margin-bottom: 0;
}
.packagedtls-content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
}
.packagedtls-content ul {
    margin: 5px 0 10px;
}
.packagedtls-content ul li {
    position: relative;
    padding-left: 18px;
    line-height: 30px;
}
.packagedtls-content ul li:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 600;
    font-size: 12px;
}
.servcsdtls-info {
    height: 100%;
}
.servcsdtls-info ul li {
    line-height: 30px;
    list-style-type: disc;
    list-style-position: inside;
}
.secondary-container.servcsdtls {
    background: #f8fbfe;
}
.packagedtls .btn-primary {
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: .5px;
}
.packagedtls-box {
    margin-bottom: 25px;
    box-shadow: 0 5px 10px #ddddddb8 !important;
    padding: 20px 20px 15px;
    border-radius: 6px;
    top: 0;
}

.page-id-4162 #whatsappbtn, .page-id-4164 #whatsappbtn, .page-id-4357 #whatsappbtn, .page.page-id-4359 #whatsappbtn{
    display: none !important;
}
#book-here {
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    padding: 8px 15px;
    left: 30px;
    z-index: 99999999;
    background: var(--primary);
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: var(
    --white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
    text-transform: uppercase;
    border-radius: 6px;
}
#book-here:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
    background: #e63928ad;
    box-shadow: 0 0 10px #e6392887;
    animation: whtsbtn 2s linear infinite forwards;
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}


/* Packages information */

.information {
    background: #f5f5f5;
    padding: 50px 0;
}
.package-information h3 {
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 25px;
}
.package-information p:last-child {
    margin: 0;
}
.package-information ul {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.package-information ul li {
    background: var(--white);
    padding: 10px 20px;
    border-radius: 4px;
}
.information-list figure {
    background: var(--white);
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    border-radius: 100px;
    outline: 3px solid #e6392838;
}


.tnumber p {
    display: flex;
    align-items: center;
    column-gap: 1px;
}
.number-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
.tnumber input {
    border: none !important;
    width: 25px;
    text-align: center;
    font-size: 22px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--primary);
    font-weight: 400;
}
.tnumber .minus, .tnumber .plus {
    height: 32px;
    width: 32px;
    padding: 0;
    line-height: 0;
    background: 0 0;
    box-shadow: 0 0 4px #00000059;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 50%;
    cursor: pointer;
}
.packagedtls-content {
    position: sticky;
    top: 0;
}
.packagedtls-box li {
    line-height: 35px;
}
.packagedtls-box li a {
    transition: .5s;
    display: block;
    padding: 8px 15px;
    border-radius: 2px;
    margin-bottom: 12px;
    background: rgb(254 165 0 / 3%);
    border: 1px solid #ccc6;
}
.packagedtls-box li:last-child a {
    margin-bottom: 0;
}
.packagedtls-box .current-menu-item a, .packagedtls-box li a:hover{
    background:var(--primary);
	color:var(--white);
}
.packagedtls-box input, .packagedtls-box textarea {
    border: 1px solid #e5e5e5;
}
.packagedtls-box input[type="submit"] {
    width: 100%;
}
.packagedtls-box p {
    margin: 0;
}
.packagedtls .row:nth-child(even) {
    height: inherit;
    margin: 0;
    padding: 0;
    border: none;
}
.packagedtls-box h4 {
    font-size: 20px;
    font-weight: 700;
}
.packagedtls-content h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 25px 0 15px;
    border-left: 3px solid var(--primary);
    line-height: 25px;
    padding-left: 10px;
}
.packagedtls-content h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    position: relative;
    padding-left: 18px;
}
.packagedtls-content h3:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    height: 10px;
    width: 10px;
    background: var(--primary);
    border-radius: 50px;
    outline: 2px solid #e97b1052;
}
.packagedtls-content p {
    line-height: 26px;
    text-align: justify;
    margin-bottom: 10px;
}
.inclusions-item ul li {
    margin: 7px 0;
    position: relative;
    padding-left: 22px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.inclusions-item ul li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
}
.inclusions-item {
    background: #e97b1008;
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
    border: 1px solid #e97b1024;
}
.inclusions-item h3 {
    margin: 0 0 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.inclusions-item a {
    display: inline-block;
}

/* About Us */

.aboutus-content {
    position: relative;
}
.aboutbox {
    padding: 30px;
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    background: #ffffffdb;
    box-shadow: 3px 3px 13px #444;
    border-radius: 6px;
}
.aboutus-content p{
	color:#333;
}
.aboutus-content img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}


/* PAYMENT OPTION */

.paymentop img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 6px 50px;
}
.paymentop-cnt h2 {
    margin-bottom: 5px;
}
.paymentop-cnt p {
    text-align: justify;
}
.paymentop-cnt h4 {
    margin-bottom: 5px;
}
.payment-process {
    background: linear-gradient(90deg, #221100d6, #221100d6), url(../images/payment-processbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin: 60px 0 50px;
    background-attachment: fixed;
}
.payment-process h2 {
    font-size: 40px;
    margin-bottom: 5px;
}
.payment-process h2, .payment-process h4, .payment-process p {
    color: var(--white);
}
.payment-process h4 {
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 1px;
}

.transparent .row {
    row-gap: 22px;
}
.transparent-item {
    padding: 25px;
    border-radius: 20px 0 20px 20px;
    border: 3px double #e97b1052;
    height: 100%;
}
.transparent-item figure {
    background: #e97b1021;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 20px 20px;
}
.transparent-item h3 {
    margin: 10px 0 5px;
}
.transparent-item p {
    margin: 0;
}
.transparent-item img {
    width: 75px;
}

.safaristopcnt .heading {
    margin-bottom: 10px;
}

.safaristopcnt .safaristopcnt-desc {
    text-align: center;
    margin: 0 auto 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.safari .row {
    row-gap: 25px;
}
.aboutsafari {
    margin-bottom: 50px;
}
.aboutsafari .row {
    background: #c5aa8321;
    padding: 12px 0;
    border-radius: 3px;
    border: 1px dashed #c5aa83;
    align-items: center;
}
.aboutsafari img {
    border-radius: 3px;
}
.safari-activity {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
    border-right: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
}
.safari-info h2 {
    font-size: 23px;
    margin-bottom: 10px;
}
.safari-activity ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15.8px;
    padding-left: 30px;
    line-height: 28px;
}
.safari-activity ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0a4";
    color: var(--primary);
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 17px;
}
.aboutsafari .row {
    margin-bottom: 18px;
}
.aboutsafari .row:nth-child(even) {
    flex-direction: row-reverse;
}
.summary {
    text-align: center;
    background: #c5aa832e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 50px;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.relatedtours .row {
    row-gap: 15px;
}
.keydestinations {
    background: #c5aa831a;
    padding: 40px 0 60px;
    margin-bottom: 50px;
}
.keydestinations .row{
 justify-content:center;
}
.dst-text {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.destination-list {
    background: var(--white);
    padding: 20px 15px 0;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px dashed var(--primary);
    height:100%;  
}
.destination-list h3 {
    margin: 0 0 5px 0;
    font-size: 19px;
}
 .keydestinations .row .col-lg-3:last-child {
    width: 50% !important;
}

.main-image figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.medellinsldr .slick-slide {
    margin: 10px 10px;
}
.whattodo {
    column-gap: 20px;
    margin-bottom: 14px;
}
.whattodo-item:before {
    position: absolute;
    top: -10px;
    right: -10px;
    content: '';
    background: url(../images/whattodo-shape.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.whattodo figure {
    background: #fbebeb;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
}
.whattodo figure img {
    width: 55px;
}
.whattodo-info h3 {
    margin: 0;
    font-weight: 700;
    text-align: left;
}
.whattodo-item {
    background: #ffffff;
    padding: 20px;
}
.medellin {
    padding: 40px 0 50px;
    background-image: url(../images/medelin-bg.jpg);
}
.book-tour .medellin {
    padding: 40px 0;
}
.medellin .row {
    row-gap: 22px;
}
.whattodo-item {
    border-radius: 5px 60px 5px 5px;
}
.whattodo-info h2{
    font-size: 23px;
    font-weight: 500;
}
.medellin-icon a {
    background: var(--primary);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50px;
    font-size: 16px;
}
.schedule p {
    text-align: left;
    line-height: 17px;
    line-height: 25px !important;
}
.medellin-icon {
    position: absolute;
    bottom: 10px;
}
.schedule {
    width: 80%;
}
.main-image figure {
    overflow: hidden;
    border-radius: 10px;
}
.main-image figure:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    height: 150px;
    content: '';
}

/* reviews section  */
.reviewsldr {
    padding: 50px 0 0;
}
.review {
    padding-top: 50px;
}

/* benefits section  */

.about-benefits {
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    padding: 0 18px 18px 18px;
    border-top: 2px solid var(--primary);
}
.about-benefits figure {
    height: 80px;
    width: 85px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 50px 50px;
    margin-bottom: 15px;
}
.about-benefits figure img {
    width: 50px;
}
.benefits-info h3 {
    font-size: 28px;
    font-weight: 700;
}
.benefits-info p {
    color: var(--primary);
    font-size: 17px;
    letter-spacing: .5px;
}
.benefit-shape {
    position: absolute;
    top: 0;
    right: 0;
}
.benefit-shape img {
    width: 240px;
    opacity: .7;
}


/* BOOKING FORM CSS */

.booking-form {
    background: #f7f7f7;
    padding: 30px 15px;
    border-radius: 6px;
}
.booking-form p {
    margin: 0;
}
.booking-form figure img {
    width: 60px;
    height: 60px;
}
.booking-form input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    margin: 0;
    padding: 14px 18px;
}
.booking-form p strong {
    font-weight: 500;
    color: #1a1a1a;
}
.booking-form p strong a {
    color: var(--primary);
}
.booking-form .wpcf7-list-item {
    margin: 0;
    display: block;
    margin-bottom: 15px;
    font-size: 17px;
    background: var(--white);
    padding: 7px;
    border: solid 1px #ebebeb;
}
.booking-form .wpcf7-list-item:last-child {
    margin: 0;
}
.booking-form ::placeholder {
    color: #767676;
}
.booking-form .row {
    row-gap: 18px;
}

.packagedtls-box.mobile{
	display:none;
}

.translated-ltr .whattodo-item:nth-child(6) h3{
	position:relative;
}
.translated-ltr .whattodo-item:nth-child(6) h3:before {
    content: 'Tour de Transformación del Barrio';
    background: #fff;
    position: absolute;
    width: fit-content;
    height: 100%;
}

@media (max-width:991px) {
button#rmp_menu_trigger-468 {
    top: 0;
    left: -50px !important;
    display: block;
    background: var(--primary) !important;
}
.mainslider .carousel-caption h2 {
    font-size: 50px;
}
.benefits .col-lg-3 {
    width: 50%;
}
.faqsection .col-md-6 {
    width: 100%;
}
.instaitem img {
    height: 200px;
}
footer .row {
    row-gap: 20px;
}
.mission .col-sm-6 {
    width: 100%;
}
.secondary-container {
    padding: 40px 0;
}
.mission {
    padding: 40px 0;
}
.breadcrumb {
    padding: 150px 0 50px !important;
}
.medellin .col-sm-4 {
    width: 50%;
}
.ourgallery .row .col-sm-3 {
    width: 50%;
}
.googlemap iframe {
    height: 330px;
}
.booking-form input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
    margin-bottom: 12px;
}
.sidebar h3 {
    margin-top: 15px;
}
.information-list figure {
    position: inherit;
    margin-bottom: 20px;
    transform: unset;
}
.information-list {
    flex-wrap: wrap !important;
    padding-left: 0px !important;
    column-gap: 20px;
}
.package-information {
    text-align: justify;
}
.nav-pills .nav-link {
    margin-bottom: 12px !important;
}
}

@media(max-width:767px){
.menucontainer .btn-primary {
    margin-right: 12px !important;
}
.mainslider .carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
}
button.slick-next.slick-arrow {
    right: 0px !important;
}
button.slick-prev.slick-arrow {
    left: 0px !important;
}
.ftr-contact {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.ftr-icons {
    justify-content: center;
}
.ourgallery .row .col-sm-3 {
    width: 100%;
}
.nav-pills .nav-link {
    margin-bottom: 10px;
}
.partnersldr figure {
    width: 220px;
}
}
@media (max-width:667px){
.benefits .col-lg-3 {
    width: 100%;
}
.faqsection {
    background: #f6f6f6;
    padding: 40px 0;
}
.instagram {
    padding: 40px 0;
}
.partners {
    padding: 40px 0;
}
.benefits {
    padding: 0px 0 40px;
}
.medellin {
    padding: 40px 0;
}
.partnersldr figure {
    width: 206px;
}
.mission {
    margin-top: 40px;
}
.breadcrumb h1 p#breadcrumbs {
    margin-bottom: 9px !important;
}
.medellin .col-sm-4 {
    width: 100%;
}
.information {
    margin-bottom: 15px;
}
.packagedtls-box.desktop{
	display:none;
}	
.packagedtls-box.mobile {
    display: block;
    box-shadow: none !important;
}		
}
@media (max-width:568px){
.booking-form {
    padding: 15px 0;
}	
.menubar .col-sm-10 {
    width: 60%;
}
.menubar .col-sm-2 {
    width: 40%;
    padding-left: 13px !important;
    justify-content: start !important;
}
.mainslider .carousel-caption h2 {
    font-size: 31px;
    line-height: 35px;
}
.heading {
    font-size: 27px;
}
.ti-widget.ti-goog .star-lg .ti-star {
    width: 25px !important;
    height: 28px !important;
}
#whatsappbtn {
    display: none !important;
}
.faqsection img {
  display: none;
}
.breadcrumb {
    padding: 120px 0 30px !important;
}
.breadcrumb h1 .breadcrumb_last {
    font-size: 25px;
    line-height: 28px;
}	
.breadcrumb h1 p#breadcrumbs {
    margin-bottom: 0 !important;
}	
.packagedtls-content img {
    height: auto !important;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    height: 35px !important;
    width: 35px !important;
}	
.partnersldr figure {
    width: 220px;
}
.packagedtls .col-lg-4 a.btn.btn-primary.d-block.mb-4, .packagedtls-content .btn-primary {
    display: none !important;
}
}



@media (max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 31px;
    line-height: 48px;
    margin-bottom: 12px;
}
.contact-content .heading {
    font-size: 25px !important;
    margin-bottom: 5px !important;
}
}
@media (max-width:414px){
.heading {
    font-size: 24px;
}
.menubar .btn-primary {
    display: none !important;
}
button#rmp_menu_trigger-468 {
    top: -20px;
}
.partnersldr figure {
    width: 175px;
}
}

@media (max-width:375px){
.menubar figure img {
    width: 75px;
}
.menucontainer .btn-primary {
    font-size: 12px !important;
    padding: 8px 10px !important;
    margin-top: 4px !important;
}
.mainslider .carousel-caption h2 {
    font-size: 24px;
    line-height: 40px;
}
.btn-primary {
    padding: 8px 18px !important;
    font-size: 14px !important;
}
.heading {
    margin: 0 auto 10px;
}
.contactus form {
    padding: 25px 25px 0;
}
.partnersldr figure {
    width: 161px;
}
}










