@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');
section h2,
section h4 {
    margin-top: 0 !important;
    text-transform: uppercase;
}
.browse,
.btn-enq,
.social li a {
    text-align: center;
}
.breadcrumb li a:hover,
.browse li a:hover,
.enq-now:hover,
.sidenav a,
.sidenav a:hover,
a:focus,
footer ul li a:hover {
    text-decoration: none;
}
.c_detail h3,
.enq-form .btn-warning,
.hh h3,
.thanku h3,
section h2,
section h4 {
    text-transform: uppercase;
}
.c_detail h3,
.column-s a h5,
section h4 {
    letter-spacing: 0.5px;
}
body {
  font-family: "Roboto", sans-serif;
}
.c_detail h3,
.column-s a h5,
.header-text h1,
.header-text h2,
.main_title .btn-danger,
.navbar-default .navbar-nav > li > a,
.reach li a,
footer,
footer ul li a,
section h2,
section h4 {
  font-family: "Roboto", sans-serif;
}
/* .nav_bar {
    background: rgba(255, 255, 255, 0.75);
} */
.nav_bar .navbar-brand {
    padding: 18px 15px;
}
.pt-0 {
    padding-top: 0 !important;
}
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
.affix + .container-fluid {
    padding-top: 70px;
}
.carousel-control {
    color: #e2e2e2;
    top: 43% !important;
    bottom: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #333 !important;
    font-size: 30px !important;
}
.carousel-indicators .active {
    background-color: #007a38;
}
.carousel-inner img {
    width: 100%;
}
.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}
.carousel-control.left span,
.carousel-control.right span {
    background-color: none;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: 0.7;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control.left span {
    margin-left: -12px;
}
.carousel-control.right span {
    margin-right: 0;
}
.navbar-fixed {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: auto;
}
footer {
  margin-bottom: 00px;
  padding-bottom: 35px;
  padding-top: 20px;
  color: #fff;
  border-top: 4px solid #5781b4;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  background:  #1a206e;
  background-size: cover;
  position: relative;
  background-position: top;
}
section {
    padding: 40px 0;
}
section h4 {
    color: #007a38;
}
.blog a{color: #007a38!important;}
section h2 {
}
.mt-5 {
    margin-top: 70px !important;
}
.blog h4.media-heading{font-size:22px!important;}
.header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.btn-enq,
.column-s,
.dark-overlay {
    position: relative;
}
.header-text h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
}
.header-text h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 100;
}
.header-text h3 span {
    padding: 15px;
}
.main_title .btn-danger {
    padding: 15px 30px;
    border-radius: 0;
    margin-top: 20px;
    font-size: 20px;
}
.navbar-nav > .active > a {
    background: #007a38;
    box-shadow: 0 0 0 0 #007a38;
    animation: 2s infinite pulse-blue;
}
@keyframes pulse-blue {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 165, 81, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 165, 81, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 165, 81, 0);
    }
}
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  /* transform: rotate(65deg); */
  /* transform-origin: left bottom; */
  z-index: 0;
  height: 100%;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer .btn-danger {
    padding: 10px 15px;
}
footer ul li {
    float: none;
    padding: 6px 0;
    display: block;
    list-style-type: none;
}
footer ul li:last-child {
    border-bottom: none;
}
footer ul li a {
    color: #fff;
    transition: 0.2s;
}
footer ul li a:hover {
    color: #007a38;
}
footer hr {
    border-top: 1px solid rgb(255 255 255 / 9%);
}
footer span {
    font-size: 12px;
}
footer h5 {
    margin-bottom: 15px;
    color: #007a38;
}
.social li {
    float: left;
    border: none;
    margin: 10px 5px;
}
.social li a {
    font-size: 16px;
    border-radius: 50%;
    line-height: 40px;
    color: #007a38;
    padding: 12px;
    display: inline-block;
}
.btn-enq {
    padding: 10px 20px;
    display: block;
    color: #fff;
    background: #007a38;
    width: 150px;
    margin-top: 23px;
    border-radius: 50px;
}
.carousel {
    border-bottom: 3px solid #007a38;
}
.header-text .ll {
    width: 36px;
    height: 3px;
    background: #007a38;
    margin-bottom: 0;
}
.btn-white-alt-theme {
    background: 0 0 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.btn-white-alt-theme:hover {
    background: #007a38 !important;
    color: #fff !important;
    border-color: #007a38 !important;
}
.sidenav .closebtn,
.sidenav .social li a {
    border-bottom: none;
    padding: 0;
}
.btn,
.btn:hover {
    border-radius: 0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.sm-btn {
    font-size: 16px !important;
    padding: 6px 30px !important;
}
.fixed-background {
    background: url(../img/booking-process.jpg) center center fixed;
    overflow: hidden;
    color: #fff;
}
.section-wrapper {
    padding: 60px 0;
}
.dark-overlay:before {
    background: rgba(10, 49, 82, 0.8);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.column-s {
    border-radius: 0.45rem;
    box-shadow: 0 1px 1px rgba(45, 43, 43, 0.26);
    display: block;
    transition: box-shadow 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.column-s:hover {
    box-shadow: 0 1px 4px rgba(45, 43, 43, 0.19);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
}
.column-s img {
    border-radius: 4px 4px 0 0;
}
.column-s a h5 {
    color: #007a38;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-top: 10px;
}
.column-s a h5 i {
    font-size: 20px;
    color: #d7d7d7;
    padding-right: 10px;
}
.browse {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.browse li {
    list-style: none;
    float: left;
    padding: 5px 7px;
}
.browse li a {
    color: #fff;
}
.Sidemenu {
    width: 270px;
    height: 100%;
    background: #123064;
    padding-top: 5px;
    overflow-y: scroll;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: -2px;
    background-color: rgba(0, 0, 0, 0.81);
    overflow-x: hidden;
    transition: 0.5s;
    border-right: 1px solid #eee;
}
.enq-now,
.line {
    background: #007a38;
}
.sidenav a {
    padding: 12px 8px;
    font-size: 16px;
    color: #d3d3d3;
    display: block;
    transition: 0.1s;
    border-bottom: 1px solid #eee;
    margin: 0 10px;
}
.sidenav a:hover,
a:focus {
    color: #007a38;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 270px;
    font-size: 36px;
    color: #fff;
}
.sidenav .collapse {
    padding-left: 20px !important;
}
.sidenav .social {
    margin: 0 !important;
}
.sidenav .social li {
    margin-top: 13px;
    margin-left: 12px;
    margin-right: 0;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.cont-detail {
    padding: 20px 0;
}
.mobile-navbar-brand {
    color: #1ab8c7;
    padding: 5px 15px;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    display: block;
}
.mobile-navbar-brand:focus,
.mobile-navbar-brand:hover,
.mobile-navbar-brand:visited {
    color: #1ab8c7;
    text-decoration: none;
}
.breadcrumb li a,
.breadcrumb li a:hover,
.c_detail p strong {
    color: #007a38;
}
.c_detail {
    margin-bottom: 50px;
}
.c_detail h3 {
    margin-top: 8px !important;
    font-weight: 500;
}
.blog h2,
.hh h3 span,
.thanku h3 {
    font-weight: 700;
}
.c_detail p a,
.country-flag-thumbnail h5 {
    color: #333;
}
.reach {
    margin: 0;
    padding: 0;
}
.reach li {
    list-style: none;
    padding: 6px 0;
}
.reach li a {
    color: #333;
}
.line {
    width: 100px;
    height: 3px;
    margin: 15px 0 20px;
}
.country-flag-thumbnail,
.hh h3 {
    text-align: center;
    margin-bottom: 30px;
}
.enq-now {
    position: fixed;
    height: auto;
    width: auto;
    top: 125px;
    left: 4px;
    padding: 10px;
    z-index: 9;
    color: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 18px;
    clear: both;
    border-radius: 4px;
}
.enq-now:hover {
    color: #fff;
}
.enq-form {
    background: #fff;
    box-shadow: 0 15px 30px rgba(50, 50, 50, 0.12), 0 -1px 30px rgba(50, 50, 50, 0.06);
    -webkit-box-shadow: 0 15px 30px rgba(50, 50, 50, 0.12), 0 -1px 30px rgba(50, 50, 50, 0.06);
    border: 3px solid transparent;
    border-radius: 4px;
    padding: 20px;
}
.enq-form .form-control {
    height: 40px;
    font-size: 16px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.hh h3 {
    margin-top: 0;
    letter-spacing: 2px;
}
.hh h3 span {
    color: #007a38;
}
.enq-form .btn-success {
    width: 50%;
    height: 45px;
    font-size: 20px;
    background: #007a38;
}
.thanku h3 {
    color: #1ab8c7;
    margin-top: 20px;
    font-size: 26px;
}
.thanku .btn-success {
    padding: 12px 30px;
    font-size: 18px;
    margin-top: 15px;
border: 1px solid #007a38;
background:#007a38;
}
.country-flag-thumbnail {
    border: 1px solid #e2e6ea;
    transition: box-shadow 0.3s;
}
.country-icon-thumbnail-img {
    margin-bottom: 20px;
    margin-top: 20px;
}
.country-icon-thumbnail-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.country-flag-thumbnail:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
a:hover {
    text-decoration: none !important;
}
.blog h2 {
    color: #333;
    font-family: Lato, sans-serif !important;
    font-size: 14px;
    line-height: 21px;
}
.blog p strong{color:#007a38;}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: #007a38 !important;
    padding: 10px 15px;
    border-radius: 50px;
    margin: 17px 0;
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #123064;
  /* background: #123064 !important; */
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  background: #1a206e!important;
  background-size: cover;
  position: relative;
  background-position: top;
}
.navbar-default:before {
    content: "";
    position: absolute;
    background:rgb(26 32 110 / 63%);
    width: 100%;
    bottom: 0;
    left: 0;
    /* transform: rotate(65deg); */
    /* transform-origin: left bottom; */
    z-index: 0;
    height: 100%;
}
.navbar-brand>img {
    z-index: 1;
    position: relative;
}
.navbar-default .navbar-nav>li>a:hover{color: #007a38;}
.navbar-default .navbar-nav>li>a:focus{color: #fff;}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .column-s {
        height: 215px;
    }
    footer {
        margin-bottom: 40px;
    }
    .carousel-control {
        top: 35% !important;
    }
    .click h3 {
        text-align: center;
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 0;
    }
    footer .panel-body {
        padding: 0 15px;
    }
    .btn-enq,
    footer .btn-danger {
        display: none;
    }
    .enq-now {
        top: auto;
        height: auto;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        background: #007a38;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        border-radius: 0;
        text-align: center;
        padding: 15px;
        font-size: 20px;
    }
    .enq-form {
        background: #fff;
        box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
        border-radius: none;
        border-left: none;
        padding: 0;
    }
    .tour-grid .tour-brief h5 {
        font-size: 10px;
        text-transform: capitalize;
    }
}
@media screen and (min-device-width: 410px) and (max-device-width: 780px) and (orientation: landscape) {
    footer {
        margin-bottom: 40px;
    }
    .tour-grid .tour-brief h5 {
        text-transform: capitalize;
        font-size: 12px;
    }
    .carousel-control {
        top: 35% !important;
    }
    .click h3 {
        text-align: center;
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 0;
    }
    .enq-now {
        top: auto;
        height: auto;
        bottom: 0;
        right: 0;
        left: 0;
        background: #007a38;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        border-radius: 0;
        text-align: center;
    }
    .btn-enq {
        diaplay: none;
    }
}