html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}

ol, ul {
list-style-type: none;
margin: 0px;
}
li { margin:0px;}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
strong {
font-weight: bold;
}
a img {
border: 0;
}
img {
max-width: 100%;
border: 0 none;
height: auto;
vertical-align: middle;
}
iframe {
max-width: 100%;
}

:focus {
outline: 0;
}
:root {
--primary:#839c4f;

--secondary:#695b4c;
	
--white-color:#fff;

--dark-gray:#1d1d1d;

--light-gray:#fafafa;

--black-color:#000;

--blue-color:#105dab;

--text-color:#555555;

--font-family-Lato: "Lato", serif;

--btn-hover:#718842;
	
--btn-secondary: #ffffff;

--btn-secondary-hover :#ffe6d8;

--transition: all 0.5s;	
}

body {
	padding: 0;
	margin: 0px;
	color: var(--text-color);
	background:var(--white-color);
	font-family:var(--font-family-Lato);
	font-size: 22px;
	font-weight: normal;
	line-height:1.35;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding: 0;
	margin: 0;
	font-family:var(--font-family-Lato);
	font-weight: 600;
	color: var(--text-color);
	
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { 
 color: var(--primary);	
}

p {
	clear: both;
	padding: 0 0 24px 0;
	margin: 0;
	color:var(--text-color);
	font-weight: 400;
	line-height:34px;
}
a {
	color: var(--primary);
	text-decoration: none;
}
p a:hover, a:hover {
	text-decoration: none;
	/*	color: #DD3224;*/
}


h1 {
font-size:50px;

}
h2 {

font-size: 50px;
}
h3 {

font-size: 40px;

}
h4 {

font-size:32px;
}

h5 {
font-size:24px;
}

h6 {
font-size:20px;
}
::-webkit-input-placeholder {
color: #5d5d5d;
font-weight: 600;
}

::-moz-placeholder {
color: #5d5d5d;
font-weight: 600;
opacity: 1;
}

:-ms-input-placeholder {
color: #5d5d5d;
font-weight: 600;
opacity: 1;
}

:-moz-placeholder {
color: #5d5d5d;
font-weight: 600;
opacity: 1;
}

.btn-primary {
font-size:23px;
font-weight:600;
line-height:1;
padding:20px 35px;
background:var(--primary);
display: inline-block;
color:var(--white-color);
transition: var(--transition);
outline: none; 
border: none;
text-decoration: none;
border-radius: 50px;
transition: var(--transition);
font-family:var(--font-family-Lato);
}

.btn-primary:hover { 
background: var(--btn-hover);
color:var(--white-color); 
}
.btn-secondary {
font-size:23px;
font-weight:600;
line-height:1;
padding:15px 35px;
background:var(--white-color);
display: inline-block;
color:var(--black-color);
transition: var(--transition);
outline: none; 
border: none;
text-decoration: none;
border-radius: 50px;
transition: var(--transition);
border: #000000 solid 1px;
font-family:var(--font-family-Lato);
}
.btn-secondary:hover { 
background: var(--btn-secondary-hover); 
color:var(--primary); 
}


/*------------------------------------*\

		Custom Css Start

\*------------------------------------*/

.wapper { padding:75px 0 0 0;  }

.container { max-width:1468px; padding:0px 15px; margin:0 auto;  }

.container-md { max-width:1340px; padding:0px 15px; margin:0 auto;  }

/*Header css start*/

.sticky-top { position: static;}

.navbar-inverse { background-color: #6a594a; border-color: #6a594a; position: fixed; right: 0; left: 0; z-index: 1030; min-height: 50px; margin-bottom: 22px; padding: 0px; }

.main-menu { display: flex;} 

.navbar-nav { flex-direction: inherit; }

.navbar-brand { height: 50px; display: block; padding: 0px;}

.top-gb-70 {  top: 70px !important; transition: top .25s ease;}



.navbar-brand-img { margin-top: -49px;  transition: margin-top 15ms ease-in;}

.main-menu .nav > li.nav-item > .nav-link {  text-transform: uppercase;}
.navbar-inverse .navbar-nav > li > a { color: #fff;}


.nav {  margin-bottom: 0; padding-left: 0; list-style: none;}
.nav > li {     position: relative; }
.nav > li > a { position: relative;display: block;  font-size: 16px; line-height: 22px; font-weight: bold;  padding: 14px 30px;}
.nav > li:hover > a { background: var(--primary);}

.nav > li.nav-item.dropdown>a:after { display: inline-block;  font: normal normal normal 14px / 1 FontAwesome; font-size: inherit; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f107"; position: absolute;  top: calc(50% - 7px); right: 10px;}
.nav > li.nav-item.dropdown>a { position: relative; padding-right: 28px !important; }

.nav > li.nav-item.dropdown .dropdown-menu { min-width: 220px; padding: 0px; border-radius: 0px 0px 10px 10px; border: none; background: #695b4c; z-index: 99999999999; }
.nav > li.nav-item.dropdown .dropdown-menu li a {padding: 10px 15px; color: #fff; border-bottom: #ddd6cb solid 1px;}
.nav > li.nav-item.dropdown:hover .dropdown-menu { display: block; position: absolute; }
.nav > li.nav-item.dropdown .dropdown-menu li:hover a { color: #fff; background: #b7c49c; }

.nav > li.nav-item.dropdown .safari-experiences-menu { width:720px; background: #fff; padding: 0px 10px 10px 10px; border-radius: 0px 0px 10px 10px; }
.nav > li.nav-item.dropdown .list-group { border-radius: 0px;}
.nav > li.nav-item.dropdown .list-group-item { background: #695b4c; color: #fff; padding: 10px 15px; border: none; 
    border-bottom: #ddd6cb solid 1px; }
.nav > li.nav-item.dropdown .list-group-item:hover { color: #fff; background: #b7c49c; }    

.safari-experiences-menu .menu-contry { padding: 20px;}




.navbar-nav-utils { display: flex;  align-items: center;}

.nav-item-search { align-self: flex-start; }
.navbar-search { position: static; min-width: 50px; height: 1px; }

.searchbox { position: relative; width: 100%; margin-bottom: 0; padding: 9px 10px 8px;  background-color: #6a594a; transition: none; min-width: 50px;  width: 0;  overflow: hidden; }

.searchbox-open { position: absolute;  right: 0; width: 220px;  }
.searchbox-open .searchbox-input {  border-color: #fff;  }

.searchbox-input { top: 0; right: 0; border: 0; outline: 0; width: 100%; margin: 0; padding: 2px 30px 2px 10px; color: #fff;
	background-color: transparent; border-bottom: 1px solid transparent;  font-size: 16px;}
.searchbox-icon, .searchbox-submit { display: block;  position: absolute;  top: 0; right: 15px; padding: 14px 5px; line-height: 22px; margin: 0; border: 0;
outline: 0; cursor: pointer;  color: #fff; background: 0 0;  background-image: none; font-size: 14px;}

.btn-fancy {color: #fff; background-color:var(--primary); border-color: var(--primary);  border-bottom: 2px solid var(--primary); text-align: center; min-width: 178px; padding: 5px 10px !important; border-radius: 6px; text-decoration: none; font-size: 16px !important;}
.btn-fancy .enquiry-start-txt, .country-wrap input[type=checkbox], .navbar-nav-utils>li.nav-item:hover .btn-fancy .enquiry-txt, .step { display: none;}
.form-field .label, .navbar-nav-utils>li.nav-item:hover .btn-fancy .enquiry-start-txt, .step1 {  display:block; }


.enquire-frm-toggle {  border-radius: 6px; padding: 15px; position: absolute;  right:0px; width: 360px; background: #6a594a; display: none; }
.enquire-frm-inner { background: #fff; padding: 15px; border-radius: 5px}
.enquire-frm-toggle h3 { text-align: center; font-weight: 600;  margin: 0; padding: 10px 0 20px; font-size: 20px; color: #555}
.enquire-frm-toggle a, .enquire-frm-toggle input[type=submit] { border-radius: 6px; height: auto; padding: 12px 40px; color: #fff; border: 1px solid var(--primary); text-align: center; width: 100%; display: block; background: var(--primary); font-weight: 600; font-size: 18px; margin-top:10px; text-decoration: none}
.enquire-frm-toggle a:hover, .enquire-frm-toggle input[type=submit]:hover { color: #fff;  background-color: #718742}
.enquire-frm-toggle p { display: flex; align-items: center; color: #555; padding: 5px 0; font-size: 16px; font-weight: bold;}
.enquire-frm-toggle p img {  max-width: 28px !important; margin: 0 10px 0 0 !important}


.navbar-nav>li.nav-item-agents { padding-right: 15px; }
.navbar-nav>li>a.agents-btn { border-radius: 6px; height: auto; padding:4px 15px; color: #333; border: 1px solid #fff; margin: 0; text-align: center; width: 100%; display: block; background: #fff; font-weight: 600; font-size: 16px;  text-decoration: none; text-transform: none !important; }


.mobile-agents-btn { border-radius: 6px; height: auto; padding:5px 15px; color: #333; border: 1px solid #fff; margin: 0; text-align: center; width: 100%; display: block; background: #fff; font-weight: 600; font-size: 16px;  text-decoration: none; display: inline-block; }

.sticky-nav { position: fixed; right: 20px;  z-index: 1; background: #6a594a;   display: flex; padding:15px; align-items: flex-start; border-radius: 0px 0px 10px 10px; display: none;}
.sticky-nav .btn-fancy { display: block; min-width: 110px; margin: 0 0 8px 0; }


.navbar-inverse .navbar-toggle { border-color: transparent;}
.navbar-toggle { position: relative;  float: right; padding: 0px 10px 0 20px; background-color: transparent;  background-image: none; border: 1px solid transparent;  border-radius: 4px; width: 66px;}

.navbar-fixed-top .navbar-toggle.collapsed .icon-bar { background-color: #fff;  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);}
.navbar-fixed-top .navbar-toggle .icon-bar+.icon-bar { margin-top: 5px;}
.navbar-fixed-top .navbar-toggle .icon-bar { width: 34px;  height: 3px; display: block; border-radius: 1px;}
.navbar-inverse .navbar-toggle .icon-bar {  background-color: #1c1c1c;}

.icon-close { display: none;}

.scrolled .top-gb-70  { top: 0px !important;  }
.scrolled .navbar-brand-img { margin-top: -2px; }





.banner { display: table; width: 100%; height: 100vh; min-height: 100vh; table-layout: fixed;}
.banner-inner { display: table-cell;  vertical-align: middle; position: relative;}

.banner .showcase { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin-bottom: 0;   z-index: -1;height: 100vh;}
.banner .showcase .slick-list, .banner .showcase .slick-track { height: 100%;}
.banner .showcase .slick-slide > div { height: 100%;} 
.banner .showcase .slide-bg {  height: 100%; }

.carousel-autoplay-pager .slick-arrow { text-indent: 0px!important;}

.cover-container { margin-right: auto;  margin-left: auto;  color: #fff;}
.inner.cover { padding-top: 170px; padding-bottom: 170px;  margin-bottom: -170px;  text-shadow: 0 1px 3px rgba(0, 0, 0, .3);}
.inner { padding: 30px; }
.carousel-autoplay-pager { position: relative;  top: 100px;}

.scroll-down { display: inline-block; position: relative}
.scroll-down.active:not(:hover) { bottom: 5%; -webkit-animation: bounce 2.25s infinite .5s; animation: bounce 2.25s infinite .5s }


@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.carousel-autoplay-pager .article-arrow:not(:hover) {  opacity: .9;}
.carousel-autoplay-pager .article-arrow { position: absolute; z-index: 1; top: 0; display: none; }

.article-arrow { background-color: transparent; background-image: none;  border: none;}
.article-arrow-orange .svg-arrow {  fill: var(--primary);}

.slide.slide-bg { background-repeat: no-repeat; background-size: cover; background-position: 0px 50%; } 

.cover-container h1 { color: #fff; text-align: center; text-transform: capitalize; font-size: 45px; font-weight: 600;  }

.scroll-down .text-primary { color: var(--primary)!important; font-size: 46px; }
.scroll-down .fa-inverse { z-index: 99; line-height: 50px;}

.about-block { padding: 50px 0px;}
.about-content { margin: 0 auto; width: 100%; height: 188px;  overflow: hidden; color: transparent; -webkit-background-clip: text; background-clip: text;   position: relative;
text-align: center;padding-bottom: 50px;}
.about-content h1 { padding: 0 0 10px 0;}
.about-content h4 { padding: 0 0 10px 0;} 
.about-content ol, .about-content ul { padding: 0 0 20px 0;}
.about-content li {color: var(--text-color); padding: 0 0 10px 0; }


.about-content.expand { height:auto !important; }

.readmore-link { position: absolute; bottom: 0px;right: 0; display: block; width: 100%; height: 100px; text-align: center; color: blue;
  font-weight: bold; font-size: 16px;padding-top: 0px; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%); z-index: 9;}

.readmore-link:before { background: url(../images/expend-arrow.png) 0 0 no-repeat; content: ""; display: block; width: 30px; height: 20px; position: absolute;
 z-index: 99999; bottom: -16px; margin: 0 auto;transform: translate(0%, -50%); left: 50%;} 
.readmore-link.expand:before { transform: rotate(180deg); bottom: 0px; }



.safari-experiences-block .container { max-width: 1398px;} 

.safari-experiences-block h2 { text-align: center; padding: 0 0 40px 0; } 
.experiences-slider .slick-slide { margin: 0 -20px;}

.experiences-slider .slick-center .experiences-post { transform:scale(1.0); border-radius: 10px;}
.experiences-slider .experiences-post { opacity:0.8; transition:all 300ms ease; bottom: 0;  transform:scale(0.80); border-radius:10px;overflow: hidden;}

.experiences-slider .experiences-post img {  width: 100%;  }


.experiences-post-label { background:rgba(0,0,0,0.4); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; font-size: 32px;  width: 100%; height: 100%;  }
.experiences-post-label a { width: 100%; padding: 0 20px; height: 100%; display: flex; align-items: center; text-align: center; justify-content: center; color: var(--white-color);  }


.slick-arrow { position: absolute; top: 50%; transform: translate(0%, -50%);  width: 36px; height: 36px; font-size: 26px;  padding: 0; color: #fff;
 border-radius: 100%; z-index: 999; text-indent: -99999px; border: none;}
.slick-arrow.slick-prev { background: url(../images/slide-arrow-pre.png) 50% 50% no-repeat; left: -36px;}
.slick-arrow.slick-next { background: url(../images/slide-arrow-next.png) 50% 50% no-repeat; right: -36px; }


.country-specific-block { padding: 90px 0 70px 0; } 
.country-specific-block h2 { text-align: center; }


.country-specific-block h2 { padding: 0 0 40px 0;}

.specific-row { display:flex; flex-wrap:wrap; margin:0px -5px; }
.specific-row .specific-post { width: 20%; padding: 0 5px; position: relative; margin-bottom: 3px;  }

.specific-post-img img { border-radius:10px; min-height: 164px; object-fit: cover;}

.specific-post-detail { background:rgba(0,0,0,0.4); position: absolute; top:0; left:0; text-align: center; color: #fff; font-size: 32px;   height: 100%; margin: 0 5px; border-radius:10px; text-shadow: 0 1px 2px rgba(0, 0, 0, .6);  }
.specific-post-detail h4 { font-size: 20px; color: var(--white-color);  font-weight: normal; }
.specific-post-detail a { width: 100%; padding: 0 20px; height: 100%; display: flex; align-items: center; text-align: center; justify-content: center;  }
.specific-post-detail:hover { background-color: rgba(131, 156, 73, .65); }





.review-block {  padding:15px 0 50px 0; background: #e8e6e4; }
.review-block h2 { text-align: center; padding: 0 0 20px 0; }
.review-block-row { display: flex;  align-items: center; background: #fff; border-radius: 20px; padding: 50px 110px 50px 50px; }
.review-block-right {  width: calc(100% - 450px); flex: 1; }
.af-review-item {  padding: 0 8px;}
.af-review-header { display: flex; gap: 15px; align-items: center; padding: 0px 0px 10px 0px;}
.af-profile-img img { max-width: 40px; display: block;}
.af-inner { background: #695b4c; padding: 20px; border-radius: 10px;}
.af-profile-details { color: #fff;}
.af-name { font-weight: bold; font-size: 16px !important; margin-bottom: 2px;  text-transform: capitalize;}
.af-date { font-size: 16px !important; color: #ffffff; opacity: 0.5;}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 48px;
    font-family: Times;
    line-height: 1;
    padding: 0 0 10px 0;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.af-review-content {
    line-height: 20.3px !important;
    color: #fff;
    height: 81.2px !important;
    font-size: 16px !important;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    padding-right: 10px !important;
}

.af-review-content img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.af-review-content::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.af-review-content::-webkit-scrollbar-track {
    background: rgba(201, 201, 201, 0.3)
}

.af-review-content::-webkit-scrollbar-thumb {
    background: rgba(174, 174, 174, 0.9)
}

.af-review-content::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8
}

.external_link:hover {
    text-decoration: none;
}

.external_link {
    color: #555 !important;
}

.external_link:focus-visible {
    outline: none;
}

.external_link:focus {
    outline: none;
    text-decoration: none;
}

.af-footer {
    text-align: center;
    width: 450px;
    flex: 0 0 450px;
}

.based-text {
    padding: 5px 10px 12px 10px;
    font-size: 24px;
    font-weight: bold;
}

.af-rating-text strong {
    font-size: 52px;
    color: #f3703a;
}

.af-large-logo  img { height: 30px; }

.af-footer .Stars {
    padding: 0 0 0px 0;
    font-size: 52px;
}

.google_reviews-slider.slick-slider {
    margin-bottom: 0px;
}



.connect-block { background:#839c4f;}
.connect-block .container {  max-width: 1080px;}
.connect-btn-row { display: flex;}
.connect-btn-row a { color: #fff; padding: 20px 40px;}
.connect-btn-row a:hover { background: var(--btn-hover); }

.social-link { display:flex;justify-content: flex-end; }
.social-link ul { display:flex;}
.social-link ul li { padding:10px; }
.social-link ul li a img { width:52px; }
.social-link ul li a:hover { opacity: 0.9;} 

.brand-block { padding: 20px 0px;}
.brand-block h5 { font-size: 16px; text-align: center; padding: 0 0 30px 0;}
.brand-block ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.brand-block ul li { padding: 10px;}
.brand-block ul li a img { height: 65px; object-fit: cover;}

footer { background: var(--secondary); padding: 30px 0px 90px 0px; }
.footer-links { text-align: center; padding: 0 0 50px 0;  }
.footer-links h5 { color: #ebe5d9; font-size: 20px; font-weight: 600; padding: 0 0 18px 0; text-transform: uppercase;  }
.footer-links ul { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; }
.footer-links ul li { padding: 5px 10px; } 
.footer-links ul li a { font-size: 20px; color: #cfc3a7;}
.footer-links ul li a:hover {color: #aa9d7d; }
.footer-links.footer-cat-link ul li a { font-size: 18px;}

.footer-copyright { font-size: 17px; text-align: center; color: #cfc3a7;    }
.footer-copyright a { color: #cfc3a7; font-size: 17px; }
 



/* about page css */

.banner.inner-page-banner { height: auto; min-height: auto; }
.inner-page-banner .banner-img img { width: 100%; height: 400px; object-fit: cover;}

.breadcrumb { padding: 25px 0px;}
.breadcrumb ul { display: flex;}
.breadcrumb ul li { background: url(../images/breadcrumb-arrow.png) 100% 50% no-repeat; padding: 0 12px 0 0; margin: 0 0 0 7px;   }

.about-page-top { text-align: center; padding: 0 0 50px 0;}
.about-page-top h1 { font-weight: 900; padding: 0 0 70px 0;}


.about-list-block { padding: 0 0 100px 0;}
.about-list-block .about-list { padding:20px 0px; }
.about-list-block .about-list .row { align-items: center;}
.about-list-block .about-list .row .col-md-6 { padding: 0 25px;}
.about-list-block .about-list:nth-child(odd) { background-color: #e8e6e4; }
.about-list-block .about-list-img { padding: 0 24px;}
.about-list-block .about-list-img img { border-radius: 100%; width: 320px; height: 320px;  }

.about-list-detail h5 { padding: 0 0 15px 0;}
.about-list-detail p { font-size: 18px; padding-bottom: 0px; line-height: 28px; }
.about-list-block .about-list:nth-child(odd) .about-list-img img { float: right;  }
.about-list-block .about-list:nth-child(odd) .row .col-md-6:first-child { order:inherit; }
.about-list-block .about-list:nth-child(even) .row .col-md-6:first-child { order:1; }
.about-list-block .about-list:nth-child(even) .about-list-detail { text-align: right;}



.how-we-work {  text-align: center;    }
.how-we-work h2 {  padding: 0 0 10px 0; }
.how-we-work .container { max-width: 1125px; border-top:#cecece solid 1px; padding-top:40px; padding-bottom:40px; }
.how-we-work p { max-width: 960px; line-height:26px; font-size: 18px; }



.industry-affiliation-block { text-align: center; background: #e1dedb; padding: 25px 0px; margin-bottom: 20px; }
.industry-affiliation-block .container { max-width: 1125px; }
.industry-affiliation-block h2 { padding: 0 0 10px 0; }
.industry-affiliation-block p { max-width: 815px; margin: 0 auto; font-size: 18px; line-height: 28px; }
 
.industry-affiliation-block { text-align: center; background: #e1dedb; padding: 25px 0px; }
.industry-affiliation-block .col-md-6 { border-right: #fff solid 1px;}
.industry-affiliation-block .industry-data { padding: 0 10px;}
.industry-affiliation-block .industry-data a { color: #f26522; font-weight: bold;}




.about-safaris.about-content { height: 210px; }




.country-specific-block { background:#e1dedb; margin:50px 0 0 0; padding:50px 0 0 0;  }

.about-safaris.about-content { height: 210px; }






@media (min-width: 991px) {

	.carousel-autoplay-pager .article-arrow.prev {  left: -160px; }
    .carousel-autoplay-pager .article-arrow.next {  right: -160px;}

}


@media (min-width: 992px) {
	
	.navbar-nav-utils>li.nav-item:hover .enquire-frm-toggle { display: block;	}
	
}

@media (min-width: 768px) {

	.mastfoot {  position: absolute;  bottom: 0;}

	.cover-container, .mastfoot {  width: 700px;}
	
}


@media (max-width: 1432px) {

   .nav > li > a { padding: 14px 12px; }
    
   .navbar-nav>li>a.agents-btn { padding: 4px 8px; }
   .slick-arrow.slick-prev { left: -8px; }
   .slick-arrow.slick-next { right: -8px;}
    
}


@media (max-width: 1242px) {

    .nav > li > a { padding: 14px 8px; font-size: 14px; }

   
     
 }

 

@media (max-width: 1180px) {

  .navbar-nav>li>a.agents-btn { padding: 4px 8px; }
  .experiences-slider .experiences-post { transform: scale(0.7); }

}


@media (min-width:992px) and (max-width: 1180px){

    .nav > li > a { padding: 14px 5px; font-size: 12px; }

    .btn-fancy { font-size:14px!important;}

    .navbar-nav>li>a.agents-btn { font-size:14px; }

}



@media (max-width: 992px) {

 /* menu responsive css start   */

.navbar-fixed-top { background-color: transparent;  position: absolute; }

.top-gb-70 { top: 0px !important; }

.navbar-brand-img { margin-top: 0px;}

.container .main-menu { position:fixed; padding-top:100px; right:-75%; width:75%; bottom:0; top:0; background: #6a594a; transition: all .25s ease-out;overflow-y:auto;}
.container.active .main-menu {right: 0; display: block; }

.sticky-nav { display: flex;}
.container.active .sticky-nav {	background-color: transparent;}

.container .main-menu .navbar-nav {margin-left:0;	margin-right:0; float:none; display:block;}
.container .main-menu .navbar-nav li.nav-item { display:block; }

.main-menu { display: block;}
.nav > li > a {padding: 14px 15px;  display: block; } 

.navbar-nav>li.nav-item-agents, .navbar-nav>li.hide_phone { display:none!important; }


.searchbox {  width: 100%; }
.searchbox-input { border-color: #fff; font-size: 16px;  }
	

.enquire-frm-toggle { top: 50px; right: 0px; }

.site-header .container.active .navbar-toggle .icon-bar {  display:none; }
.site-header .container.active .navbar-toggle .icon-close { display: block;}

.site-header .container.active .navbar-toggle .icon-close .fa-times-circle { font-size: 30px; color: #fff; }


 /* menu responsive css end   */


}



@media (max-width: 767px) {

    body { font-size:18px; }

    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px;
    }

    .navbar-brand-img { height: 105px;  object-fit: contain; }

    .cover-container h1 { font-size: 32px;}



    .review-block-row {  display: block;}

    .af-footer { width: 100%; padding: 0 0 20px 0; }

    .review-block-right {   width: 100%; }

    .experiences-slider { padding: 0 40px;}
    .experiences-slider .slick-slide { margin: 0px;}
    .experiences-slider .experiences-post { transform: scale(1.0); margin: 0px; }
    .experiences-slider .slick-center .experiences-post { transform: scale(1.0); }

    .experiences-post-label { font-size: 24px;}


    .specific-post-detail { margin: 0px; width: 100%;}
    .specific-row { margin: 0px; padding: 0 40px; }
    .specific-row .specific-post {padding: 0 0px;}
    .specific-post-img img { width: 100%;}

    .country-specific-block { padding:50px 0 50px 0; } 
    .country-specific-block h2 { text-align: center; padding: 0 0 30px 0; }

    .review-block h2 { padding: 0 0 15px 0; }
    .review-block-row { padding: 50px 0px 50px 0px; }

    .google_reviews-slider.slick-slider { padding:0 50px; }
    .google_reviews-slider.slick-slider .slick-arrow.slick-prev { left: 8px; }
    .google_reviews-slider.slick-slider .slick-arrow.slick-next { right: 8px; }

    
    .connect-block { background:none; padding:18px 0px; }
    .connect-btn-row { display: block;}
    .connect-btn-row a { background: #839c4f; display: block; margin: 0 0 8px 0; text-align: center; }
    

    .social-link { justify-content: center; }
    .social-link svg path { fill: #3fa9f5 !important;}





}





