@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?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&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --theme-red: #ed1c24;
    --theme-blue: #0066b3;
    --transition: .5s;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}
h1, h2, h3, h4{
    font-family: "Oswald", sans-serif;
}

ul li {
    list-style-type: none;
}

ul {
    margin-bottom: 0 !important;
}
a{
  font-family: "Rubik", sans-serif;
}
a:hover {
    text-decoration: none !important;
}

p {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
}


button:focus {
    outline: none;
}

input:focus, select:focus, textarea:focus{
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

select{ border-radius: 0 !important;}

.ptb-65 {
    padding: 65px 0;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}
.mtb-65{
    margin: 65px 0;
}
.mt-65{
    margin-top: 65px;
}
.mb-65{
    margin-bottom: 65px;
}

.primary-btn {
    color: #fff;
    background-image: linear-gradient(to right, #ff5e57, #409fff, #409fff, #ff5e57);
    display: inline-block;
    padding: 12px 30px;
    border-radius: 100px;
    font-weight: 500;
    transition: all .5s ease-in-out;
    background-size: 300% 100%;
}

.primary-btn:hover {
    background-position: 100% 0;
    transition: .5s;
    color: #fff;
}
.title {
    position: relative;
    margin-bottom: 20px;
}
.title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.title h6 {
    color: var(--theme-red);
}



.pbminfotech-custom-heading {
    font-size: 19px;
    color: #0066b3;
    font-weight: 600;
}
.pbmit-subtitle {
    font-size: 17px;
    font-weight: 600;
}
.lern a {
    background: #0066b3;
    padding: 12px 34px;
    display: inline-block;
    margin: 20px 0 0 0;
    border-radius: 30px;
    color: #fff;
}
.lern a:hover {
    background: #000;
    color: #fff;
}

/*===================top bar Start=======================*/
.top-bar {
    background-color: #32b67a;
    padding: 9px 0;
}
.top-bar ul li {
    display: inline-block;
}
.top-bar ul li a {
    color: #fff;
}
.top-bar-left ul li:not(:last-child) {
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.top-bar-right ul li i {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #1ecd79;
    border-radius: 50%;
    font-size: 15px;
    background-color: #099954;
}
.top-bar-left ul li a {
    font-size: 15px;
}
.top-bar-right .form-control {
    width: 53%;
    float: right;
    border: none;
}

/*==================Nav Section Start=====================*/
.nav-secction a.navbar-brand {
    width: auto;
}
.navbar-brand h1 {
    font-size: 25px;
    font-weight: bold;
}
.navbar-nav {
    margin-left: auto;
}
.nav-secction .navbar {
    padding: 0;
}

/*.nav-secction .navbar-nav .nav-item:not(:first-child) {
    margin-left: 20px;
}*/

.nav-secction .navbar-nav .nav-item a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
}

.nav-secction .navbar-nav .nav-item.active a, .nav-secction .navbar-nav .nav-item a:hover, .nav-secction .navbar-nav .nav-item .nav-link {
    color: #000;
}

#navbarNavDropdown .nav-link:focus{
    color: #000 !important;
}

.nav-secction .dropdown-item {
    display: block;
    width: 100%;
    padding: 13px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-secction .dropdown-item:hover {
    background-color: #ff2222;
    color: #fff !important;
}
.nav-secction .dropdown-menu {
    padding: 0;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}   
/* ============ desktop view .end// ============ */
.nav-secction {
    padding: 0;
    background-color: #ffffff;
    color: #fff;
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;

}

.consult-btn a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    background-color: #e48e1c;
    padding: 15px 17px;
}
.consult-btn a:hover{
    color: #ffffff;
    background-color:#ffb047;
}
.consult-btn {
    margin-left: auto;
}

/*========================Slider Section Start======================*/
.home-form {
    background: rgb(0 0 0 / 80%);
    padding: 20px;
    text-align: center;
}
.home-form .form-control {
    border-radius: 0;
    border: none;
    margin: 0 0 10px;
    height: 44px;
    padding: 0 6px 0 44px;
}
.home-form .form-group i {
    position: absolute;
    left: 0;
    background: #32b67a;
    width: 37px;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    color: #fff;
    z-index: 99;
}
.home-form .form-group {
    position: relative;
}
.home-form textarea {
    height: 100px !important;
}
.home-form h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 20px;
}
.home-form .primary-btn {
    width: 100%;
}
.home-form .primary-btn:hover {
       background-color: #fff;
    color: #000 !important;
}

.slider-section {
    background: url(../images/banner.jpg);
    background-size: cover;
}
.free-quote-btn {
    background: #e48e1c;
    border-radius: 2px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    border: none;
}
.banner-caption {
    padding: 15% 0 0;
}
.free-quote-btn:hover {
    background: #f9ab43;
    color: #fff;
}

.banner-caption h1 {
    color: #fff;
    font-weight: 700;
    font-size: 76px;
    text-transform: uppercase;
}
.banner-caption h4 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 23px;
    text-transform: uppercase;
}
.site-btn {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    background-color: #f22;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 600;
}
.site-btn:hover {
    color: #ffffff;
    background-color:#32b67a;
}

/*************About Section*****************/
.about-left h1 {
    font-size: 50px;
    font-weight: 800;
    color: #000;
}
.about-top h1 {
    font-weight: 800;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
}
.about-top p {
    font-size: 17px;
    line-height: 27px;
}
.about-top {
    text-align: center;
    margin: 0 0 25px;
}
.vsn-box {
    padding: 15px;
    background: #f2f2f2;
    margin: 0 0 20px;
    border-radius: 5px;
}
.vsn-box h3 {
    text-transform: uppercase;
    font-size: 22px;
}
/****************number-section************/
.number-section{
    background: url(../images/number-bg.png);
    background-size: cover;
}
.number-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.number-box h2 {
    font-weight: 800;
    color: #000;
    font-size: 36px;
}
.number-box h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 13px 0 0;
    color: #178d57;
}

/************Package Section*************/
.package-box-thumb {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 300px;
}
.package-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.package-box-des {
    padding: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.price-list li {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
.price-list .prc {
    text-align: right;
    float: right;
}
.price-list {
    position: absolute;
    top: -23px;
    z-index: 99;
    background: #0b7e47;
    width: 89%;
    padding: 8px 13px;
    border-radius: 30px;
}
.package-box-des {
    text-align: center;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 183px;
    box-sizing: border-box;
    margin-bottom: 28px;
}
.package-box-des h2 {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    padding: 0;
    text-transform: uppercase;
}
.package-box-des h3 {
    font-size: 16px;
    font-weight: 600;
}
.package-box-des h3 i {
    color: #4da52a;
    font-size: 14px;
    margin: 0 4px 0 0;
}
.title h1 {
    font-weight: 800;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
}
.title{
    margin: 0 0 30px;
}
.package-section .title{
    text-align: center;
}
/**************Second Sec***************/
.second-section{
    background: url(../images/s-bg.jpg);
    background-size: cover;
}
.second-section-des h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.second-section-des p {
    color: #fff;
}
/****************Review Section******************/
.review-section .title{
    text-align: center;
}
.review-box {
    background: #fff;
    padding: 15px;
    margin: 0 13px 0 0;
    border-radius: 10px;
    text-align: center;
    height: 302px;
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); */
    border: 1px solid #9f9e9e;
}
.review-box h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}
.review-box li {
    display: inline-block;
    margin: 8px 0;
}
.review-box li i {
    color: #f5a712;
}

/**********Destination*****************/
.destination-box {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 0 0 25px;
}
.destination-box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 115px;
    border-radius: 4px;
    background: linear-gradient(180deg, transparent, #000);
}
.destination-box img{
    transition: transform .2s;
    will-change: transform;
}
.destination-box img:hover{
    transform: scale(1.1);
}
.destination-title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    text-align: center;
    width: 100%;
    padding: 10px 10px;
}
.destination-title h2 a {
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.destination .title {
    text-align: center;
}
/**********offer-sec*************/
.offer-box{
    position: relative;
    background: url(../images/offer.png);
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
    border-radius: 10px;
}
.offer-content {
    float: right;
    width: 47%;
}
.offer-content  h1 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.offer-content p {
    color: #fff;
    font-size: 17px;
}




/**************Blog****************/
.blog-box {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 12px #dde4ed;
}
.blog-box-des h2 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.blog-box-des {
    padding: 15px 0 0;
    text-align: center;
}
.blog-box-des p {
    font-size: 15px;
    line-height: 22px;
}
.post-date {
    padding: 0 0 10px;
}
.post-date li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 14px 0 0;
    width: 45%;
}
.post-date li span {
    text-align: right;
    display: inline-block;
    color: #cb4b0c;
}
.blog-box-des .site-btn {
    padding: 11px 18px;
    display: block;
    text-align: center;
    margin: 14px 0 0 0;
}
.blog-section .title {
    text-align: center;
}
.post-date li i {
    color: #d54c15;
    margin: 0 5px 0 0;
}








/*************Cta Section*******************/
.cta-section .section-title {
    text-align: center;
}
.cta-section .section-title p {
    color: #fff;
}
.details-box {
    text-align: center;
    padding: 29px 0;
    border-radius: 10px;
    border: 1px solid #f0f3f2;
    height: 238px;
    background: #279563;
}
.details-box i {
    background: #1d764e;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.cta-section .title h1 {
    color: #fff;
}
.cta-section .title p {
    color: #fff;
    font-size: 17px;
}
.details-box h3 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
}
.details-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.details-box h4 a{
    color: #fff;
}
.bg-green {
    background: #32b67a;
}
/*====================Footer Start======================*/
.footer-section {
    position: relative;
    background: url(../images/footer-bg.jpg) repeat 100%;
    /* background-color: #03180e; */
    color: #fff;
}

.footer-section::before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(3, 24, 14, 1);
}

/* .footer-widget a img {
    max-width: 150px;
    margin-bottom: 20px;
} */
.footer-widget p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}
.payment-sec {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 90%;
}
.payment-sec img {
    width: 100%;
}
.footer-widget {
    font-family: "Poppins", sans-serif;
}
.footer-widget h3 {
    position: relative;
    display: block;
    width: 100%;
    color: #dfb237 ;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.footer-widget h3::before{
    position: absolute;
    top: 58px;
    left: 0;

    content: "";
    width: 25%;
    height: 2px;
    background: #dfb237;
}

.footer-widget >li{
    position: relative;
    padding-left: 16px;
    border-bottom: 1px dashed rgba(225, 225, 225, 0.15);
    padding-top: 8px;
    padding-bottom: 8px;
}


.footer-widget > li:before{
    position: absolute;
    top: 16px;
    left: 0;

    width: 5px;
    height: 8px;
    content: "";
    background: url(../images/down.png) no-repeat;
}


.footer-widget li{
    border-bottom: 1px dashed rgba(222, 222, 222, 0.21);
    padding-bottom: 10px;
}

.footer-widget li, .footer-widget li a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;

   
}

.footer-widget li, .footer-widget li a:hover{
    color: #dfb237;
}

.footer-widget li:not(:last-child) {
    margin-bottom: 10px;
}
.f-contact ul li {
    position: relative;
    padding-left: 20px;
}
.f-contact ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #269761;
}

.f-post ul li a {
    display: flex;
    align-items: center;
}
.f-post ul li a .f-post-img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.f-post ul li a .f-post-info {
    width: calc(100% - 60px);
    padding-left: 5px;
}
.f-post-info h3 {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
}
.f-post-info span {
    color: var(--theme-red);
}
.copyright-section {
    position: relative;
    background: rgba(0, 0, 0, 0.95);
    padding: 25px 0;
}



.copyright-section h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.copyright-section h3, .copyright-section a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.footer-widget.f-links {
    padding-left: 25px;
}
.footer-widget h4 {
    font-size: 18px;
    color: #ff4d4d;
}
.section-heading h1 {
    text-align: center;
}
.banner-box h2 {
    color: #fff;
}

.innerpage-banner li {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    margin: 0 5px 0 0;
}
.innerpage-banner li a {
    color: #fff;
}
.inner-banner {
    background: url(../images/inner-banner.jpg) top center no-repeat;
    position: relative;
    padding: 140px 0 100px;
    background-size: 100%;
}
.inner-banner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000085;
}
ul.header-breadcrumb li a {
    color: #fff;
}
ul.header-breadcrumb li {
    color: #fff;
}
ul.header-breadcrumb {
    display: flex;
    gap: 10px;
}
.banner-box h1 {
    color: #fff;
}
.details-section-title {
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.right-sidebar .item h3 {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    margin: 0;
    background: #0f6934;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
}
h3.holiday-title {
    margin-top: 30px !important;
    display: inline-block;
    width: 100%;
}
.tour-page h3 {
    border-bottom: 1px solid #c9c9c9;
    padding: 0 0 10px;
    margin: 20px 0 15px;
    color: #000;
}
.tour-page.section-padding {
    padding: 50px 0;
}
h2.detail-title {
    margin-top: 30px;
}
.tour-page .time-table-price {
    align-items: unset;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    height: auto;
}
.tour-page .time-table-price span, .tour-page .time-table-price span, .tour-page .time-table span {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    display: block;
    background: #0f6934;
    padding: 8px 10px;
    margin: 0 0 14px;
}
.include li:before {
    content: '';
    position: absolute;
    background: url(../images/tick.png);
    top: 9px;
    z-index: 999;
    left: 0;
    width: 16px;
    height: 16px;
}
.time-table-price ul li {
    display: block;
    color: #000;
    position: relative;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 26px;
}
.exclude li:before {
    content: '';
    position: absolute;
    background: url(../images/close.png);
    top: 9px;
    z-index: 999;
    left: 0;
    width: 16px;
    height: 16px;
}
.right-sidebar .item-form {
    background: #000000;
    padding: 25px;
    float: left;
}
.right-sidebar .item-form textarea {
    height: 90px;
}
.col-md-12.form-group.input1_inner input {
    width: 100%;
    padding: 7px;
}
.wpcf7-response-output {
    color: #fff;
}
.item-form input[type="password"], input[type="email"], input[type="number"], input[type="text"], input[type="file"], textarea {
    outline: none;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 12px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: #676977;
}

.item-form input:focus{
    box-shadow: none !important;
}

.item-form input::placeholder, .item-form textarea::placeholder{
    color: #a1a1a1!important;
    font-size: 16px;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 11px 11px;
    color: #0a1018;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.right-sidebar.item {
    margin-top: 30px;
}
ul.package-list li a {
    padding: 10px 20px;
    background: #0f6934;
    display: block;
    border-bottom: 1px solid #ccc;
    color: #fff;
}
.enquery-sec ul li {
    position: relative;
    padding-left: 24px;
}
.enquery-sec ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.enquery-sec ul li a {
    color: #32b67a;
}
.butn-dark {
    background: #de2129;
    border: none;
    width: 100%;
    padding: 9px 0;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
}
.enquery-sec {
    padding: 20px;
    float: left;
    border: 1px solid #ccc;
    margin-top: 30px;
    border-radius: 20px;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #fff;
    background: #32b67a;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-weight: 600;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #fff;
    background: #ff3e3e;
    padding: 10px;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.about-content h2 {
    text-align: center;
    margin-bottom: 30px;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.about {
    padding: 50px 0;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.zoo-box {
    background: #32b67a40;
    padding: 40px;
    padding-top: 40px;
    display: block;
}

.zoo-box label{ font-weight: 600; text-transform: capitalize;}

h3.top-title {
    background: #ff5555;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.zoo-box .form-group {
    position: relative;
}
textarea.form-control {
    height: 100px !important;
}
a.btn.btn--md.btn--base {
    width: 100%;
    /* background: #32b67a; */
    font-size: 20px;
    color: #fff;
}
.add-content a {
    color: #000;
}
select.form-control {
    padding: 7px 27px;
    height: 46px;
}
textarea.form-control {
    height: 95px;
    padding-left: 35px;
    padding-top: 11px;
}
.zoo-box .form-group i {
    position: absolute;
    left: 13px;
    top: 17px;
    z-index: 99;
    color: #32b67a;
    font-size: 15px;
}
.zoo-box .form--control {
    height: 40px;
    line-height: 1;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #0000008c;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    box-shadow: none;
    position: relative;
    padding-left: 30px;
    border: 1px solid #2222226b;
}

.address {
    padding: 32px 20px 18px;
    border: 1px solid #ccc;
}
.address ul {
    padding-left: 0;
}
.add-content {
    font-size: 20px !important;
    color: #000;
}
.add-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #f29b27;
}
.address ul li i {
    color: #fff;
    position: absolute;
    left: 8px;
    top: 11px;
    background: #32b67a;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
}
.getin-touch {
    padding: 50px 0;
}
.zoo-box input {
    padding-left: 33px;
    border: 1px solid #ccc;
}

.zoo-box .submit-btn{
    background-color: #32b67a !important;
}

.zoo-box .submit-btn:focus{
    box-shadow: none !important;

}

.zoo-box .submit-btn:hover{
    background: #f22 !important;
}

.address ul li {
    display: flex;
    padding: 5px 0;
    font-size: 16px;
    color: #504d4d;
    position: relative;
    padding-left: 51px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 9px 57px;
}

.partner-safari a {
    color: #32b67a;
}
.accordion .accordion-content p {
    font-size: 15px;
    font-weight: 400;
    margin: 2em 0;
    line-height: 28px;
}
.partner-safari h2 span {
    color: #32b67a;
}
.partner-safari h2 {
    font-size: 40px;
}
.vision h2 {
    font-size: 40px;
}
.about h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size:40px;
}
.vision {
    margin-bottom: 40px;
}
.safari-booking-logo {
    text-align: center;
}
.partner-safari {
    text-align: center;
    /* padding: 40px; */
}

/*********Inner Page********/

/*--==============================================->
<!-- Consen Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../images/braitcam.png) no-repeat center/cover;
    height: 350px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #ed1c24;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .5s;
}
.service-detials-area {
    padding: 60px 0;
}

.service-detials-area .consen-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 0 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #ed1c24;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 17px;
    color: #ed1c24;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
.sidebar {
    overflow: auto;
    position: sticky !important;
    top: 5%;
    height: 100%;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #ed1c24;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ed1c24;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #ed1c24;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 5px;
}

/*title*/
.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}



.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #ed1c24;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../images/srd3.jpg);
    background-repeat: no-repeat;
    padding: 30px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 25px 0 0;
}
.widget-title2 p {
    color: #fff;
}
.widget-title2 li a {
    color: #fff;
    margin: 0 0 10px;
    display: inline-block;
}
.widget-title2 li i {
    color: #ed1c24;
    margin: 0 8px 0 0;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #ed1c24;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 19px 0 0;
}

.widget-button a i {
    margin-right: 5px;
}


.footer-widget h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.city-box {
    background: #efefef;
    padding: 30px;
    border-radius: 10px;
}
.city-box li {
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: capitalize;
}
.city-box li i {
    margin: 0 5px 11px 0;
    color: #1ea530;
}
.footer-social ul li i {
    position: inherit;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
}
.footer-social ul li {
    padding: 0;
    display: inline-block;
    margin: 20px 0 0;
}



/*============================Responsive Start======================*/
@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1024px) {
.nav-secction .navbar-nav .nav-item:not(:first-child) {
    margin-left: 0px;
}
}

@media only screen and (max-width: 991px) {
.milestone-section .row div.col-lg-3.col-sm-6:nth-child(1), .milestone-section .row div.col-lg-3.col-sm-6:nth-child(2) {
    margin-bottom: 25px;
}
.whychoose-left {
    height: auto;
    min-height: 500px;
    margin-bottom: 25px;
}
.whychoose-box {
    min-height: auto;
    height: 100%;
}
.loan-form {
    padding-top: 65px;
    margin-top: 0;
}
.loan-form-right {
    padding-left: 0;
    margin-top: 25px;
}
.footer-widget.f-links {
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #ccc;
    background: #00793f;
}
.top-bar-left ul li:not(:last-child) {
    border: none;
}
.slider-content h2 {
    font-size: 45px;
}

.ptb-65 {
    padding: 40px 0;
}

.pt-65 {
    padding-top: 40px;
}

.pb-65 {
    padding-bottom: 40px;
}
.mtb-65{
    margin: 40px 0;
}
.mt-65{
    margin-top: 40px;
}
.mb-65{
    margin-bottom: 40px;
}
.whychoose-left {
    min-height: 400px;
}
.loan-form {
    padding-top: 40px;
    margin-top: 0;
}
.logo-boxes {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 575px) {
.top-bar {
    text-align: center;
}
.top-bar-left ul li:not(:last-child) {
    border-right: 1px solid #fff;
}
.top-bar-right {
    /* text-align: center;
    margin-top: 10px; */
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.banner-caption h1{ font-size: 40px;}

.about-right{ margin-top: 28px !important;}

.number-box{
    margin-bottom: 10px;
}

.package-box-des{
    height: 222px !important;
}

.banner-caption a{
    display: none;
}

.slider-content h2 {
    font-size: 35px;
}
.title h2 {
    font-size: 30px;
}
.milestone-section .row div.col-lg-3.col-sm-6:nth-child(1), 
.milestone-section .row div.col-lg-3.col-sm-6:nth-child(2),
.whychoose-right .row>div:nth-child(1),
.whychoose-right .row>div:nth-child(2) {
    margin-bottom: 0;
}
.milestone-section .row div.col-lg-3.col-sm-6:not(:last-child),
.whychoose-right .row>div:not(:last-child) {
    margin-bottom: 25px;
}
.whychoose-left {
    min-height: 350px;
}
.whychoose-left {
    padding: 0 50px 40px 0;
}
.whychoose-right:before{
    display: none;
}
.title {
    margin-bottom: 30px;
}

.facebook-post iframe{
    margin-bottom: 24px;
}

.offer-content{
    position: relative;
    width: 100% !important;
    padding: 0 18px !important;
    text-align: center;
}

.offer-box::before{
    position: absolute;
    top: 0;
    left: 0;

    content: "";
    width: 100%;
    height: 100%;
    
    background: rgb(237,200,73);
    background: linear-gradient(0deg, rgba(237,200,73,1) 0%, rgba(232,109,29,0) 56%);
}

/* ** */
.inner-banner{ padding: 48px 0 25px !important; }

.title h1, .city-tours-title h2{ font-size: 32px !important;}

.day-inner-head h3::before{ display: none !important;}

.hotels-club{ 
    display: block !important; 
    max-width: 100% !important; 
    text-align: center !important;
}

.hotel-img{ display: block !important; max-width: 100% !important;}

.hotel-img img{ 
    max-width: 100% !important;
    height: 100% !important;
    margin-bottom: 18px;
}

/* Contact CSS */

.zoo-box{ padding: 20px; padding-top: 25px;}
.add-content h4{ font-size: 22px !important;}
.add-content{font-size: 18px !important; }
}

@media screen and (max-width: 425px) {

    .top-bar-left ul li:not(:last-child) {
    border: none;
}
.owl-main .owl-dots {
    right: 25px;
}
.slider-content h2 {
    font-size: 30px;
}
.whychoose-left h2 {
    font-size: 40px;
}
.loan-form-content h2 {
    font-size: 35px;
}
.loan-form-content h3 {
    font-size: 19px;
    line-height: 30px;
}
.loan-form-content ul {
    display: block;
}
.loan-form-content ul li:first-child {
    margin-bottom: 25px;
}
.loan-form-content li {
    width: 100%;
}
.logo-boxes {
    grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (max-width: 375px) {
.whychoose-left {
    min-height: 300px;
}

}

/* Day trips CSS */


.day-trips-desc{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 264px;
    box-sizing: border-box;
    margin-bottom: 28px;
}


.package-inlude-exclude{
    display: block;
    width: 100%;
    margin-top: 28px;
}

.package-inlude-exclude h3{
    /* padding: 20px 0 15px; */
    margin-bottom: 34px;
}

.checked {
    color: orange;
  }

.review-item{
    border: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    background: seashell;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

    margin-bottom: 28px;
}

.review-header, .review-footer{
    display: flex;
    justify-content: center;
    /* margin-bottom: 14px; */
}

.reviewer-info h4{
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.review-footer a{
    font-size: 18px;
    color: #00793f !important;
}

.review-footer a:hover{
    color: #f22 !important;
}

.review-body{ padding: 14px 0;}
.review-body p{ margin-bottom: 0;}

.reviewer-info{ margin-left: 10px;}

.reviewer-info span{font-size: 14px !important;}

.pagination-listing{
    position: relative;
    margin-bottom: 52px;
}

.list-pegi li:first-child a{
    background-color: red !important;
    color: #fff;
}

.list-pegi li:last-child a{
    background-color: red !important;
    color: #fff;
}

.list-pegi li a{ 
    font-size: 16px;
    color: #020202;
}

.list-pegi li a:hover{
    background: #32b67a !important;
    color: #fff !important;
}

.list-pegi li a:focus{
    box-shadow: none !important;
}

/********************/

.gallery-items{
    display: block;
    width: 100%;
    margin-bottom: 28px;
    
}

.gallery-items a img{ 
    border: 1px solid #dedede;
    padding: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gallery-section{
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/pattern-bg.jpg) repeat 100%;
}

.gallery-section::before{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(241, 241, 241, 0.95);

}

.safari-reviews{
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    content: "";
/*     background: url(../images/footer-bg.jpg) repeat 100%; */
}
.trip-advsr {
    width: 70px;
    height: 70px;
    background: #13914e;
    border-radius: 50%;
    text-align: center;
    line-height: 61px;
    border: 4px solid #fff;
    bottom: 80px !important;
}
.whatspp-icon2 img {
    width: 75px;
}

.safari-reviews::before{
    position: absolute;
    top: 0;
    left: 0;

    content: "";
    width: 100%;
    height: 100%;

}

.our-team{
    position: relative;
    display: block;
    width: 100%;
    padding: 32px 0;
}

.our-team .title{
    text-align: center;
}

.owner-img{
    border: 1px solid #dedede;
    padding: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}

.own-info{
    position: relative;
    display: block;
    width: 100%;
}

.own-info h3{ 
    font-size: 24px; 
    text-transform: capitalize;

}

.own-info ul{ 
    padding-bottom: 14px;
    margin-bottom: 14px !important;
    border-bottom: 1px dashed #dedede;
}
.own-info ul li{
    list-style-type: none;

    padding: 4px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.own-info ul li span{
    display: block;
    width: 108px;
    font-size: 18px;
    font-weight: 600;
    color: #00793f;
    margin-right: 18px;
}

.team-mate{
    position: relative;
    padding: 32px 0;
    background: #e1e1e1 url(../images/team-mate-bg.png) no-repeat;
    background-size: 100%;
}

.team-member{
    text-align: center;
    color: #fff;
    background-color: #00793f;
    padding: 6px 0 6px 0;
}

.team-member h4{ 
    font-size: 22px;
    padding: 4px 0;
    margin-bottom: 0;
}

.team-member p{ font-size: 18px; color: #fff; margin-bottom: 0;}

.partnering{
    position: relative;
    padding: 42px 0;

    /* top: 0;
    left: 0;

    content: "";
    width: 100%;
    height: 100%;

    background: url(../images/partnering-bg.jpg) no-repeat; */
}

.partnering::before{
    /* position: absolute;
    top: 0;
    left: 0;

    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35); */

}

.partner-safari h2{
    text-transform: uppercase;
    font-size: 34px;
    color: #101010;
    font-weight: bold;
    
}
.partner-safari h2 span{
    display: block;
    color: #008d4d;
}

.partner-safari p{
    font-size: 18px;
    padding: 12px 0;
}


ul.social-medias{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

ul.social-medias li{
    list-style: none;
    /* display: inline-block; */
    border-bottom: none !important;
}


ul.social-medias li a i{ font-size: 32px;}

ul.social-medias li:nth-child(1) a{
    color: #1877F2;
}

ul.social-medias li:nth-child(2) a{
    color: #1DA1F2;
}

ul.social-medias li:nth-child(3) a{
    color: #5b51d8;
}


ul.social-medias li:nth-child(4) a{
    color: #0762C8;
}

.payments-support p{ color: #fff;}

.hotels-club{
    display: table;
    max-width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.hotel-img{
    display: table-cell;
    /* width: 50%; */
    vertical-align: top;
}

.hotel-info{
    display: table-cell;
    vertical-align: top;
    padding:  0 14px 0 ;
    
}


.hotel-info h4{ 
    margin-bottom: 16px !important; 
    font-size: 24px;

}

.hotel-img img{
    max-width: 234px;
    height: 185px;
    object-fit: cover;
}



  button.subpage-readmore-btn{
    color: #00793f;
    border: 1px solid #00793f;
 } 

.error-page p{
    font-size: 18px;
}

.whatspp-icon {
    position: fixed;
    left: 10px;
    bottom: 0px;
    z-index: 999;
}

.city-tours{ 
    position: relative;

}

.city-tours-title h2{ font-size: 38px; color: #020202; margin-bottom: 28px; }

.city-tour-img{
    margin-bottom: 28px !important;
}

.city-tours-cont h3{ font-size: 32px; margin-bottom: 18px;}

.city-tours-cont h4{ font-size: 26px; margin-bottom: 18px;}

.city-tours-cont img{ margin-bottom: 18px !important;}

.day-inner-head h3{
    position: relative;
    margin-bottom: 30px;
}

.day-inner-head h3::before{
    position: absolute;
    top: 48px;
    left: 0;

    content: "";
    width: 45px;
    height: 2px;
    background: #00793f;

}

.day-accordion{
    position: relative;
    margin-bottom: 28px;
}


.include, .exclude{
    display: block;
    width: 100%;
}

.exclude .card-body{
    background-color: #de2129;
    padding: 22px 0 !important;
}

.include .card-body{ 
    background-color: #0c9553;
    padding: 22px 0 !important;

}    

.include .card-body h5.card-title, .exclude .card-body h5.card-title{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

ul.include-point{
    margin: 0;
    padding: 0;
    list-style: none;
}



ul.include-point li, ul.exclude-point li {
    position: relative;
    padding-left: 34px;
}


ul.include-point li:before{
    position: absolute;
    top: 16px;
    left: 8px;
    content: '';
    background: url(../images/tick.png);
    
    width: 16px;
    height: 16px;
    z-index: 999;
}


ul.exclude-point li:before{
    position: absolute;
    top: 16px;
    left: 8px;
    content: '';
    background: url(../images/close.png);
    
    width: 16px;
    height: 16px;
    z-index: 999;
}

.date-picker{
    position: relative;
}

.date-picker img{
    position: absolute;
}

#ui-datepicker-div{
    z-index: 99 !important;
}

.more-text {
    display: none;
}

.read-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

a.read-more {
    font-size: 16px;
    border: 1px solid #0f6934;
    color: #00793f !important;
    padding: 8px 26px;
    text-decoration: none;
    border-radius: 12px;
    background: antiquewhite;
}