@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding-top: 37px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.headd {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.headd span {
    color: #000;
    font-size: 40px;
    font-weight: 300
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #763500 !important;
}

.btn-secondry {
    background: #763500 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 30px;
    z-index: 10;
}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 15px;
    }
}


/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #504864;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    .News-img {
        height: 180px;
    }
}



/* ======= Tours and Destination 1 style ======= */
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin: 10px;

}

.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}

.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;

}

.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 6px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #83799b;
}

.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 3 51) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
}

.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}

.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.tours1 .item .con h5,
.elementor-widget-container .tl-tour-el-title,
.elementor-widget-container .tl-tour-el-title a,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 28px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}


.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}

.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #2095AE;
}

.WhyusSection .section-title {
    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .WhyusSection {
        padding: 30px 15px;
    }

    .destination1 .item .con h5 {
        font-size: 18px;
        line-height: 22px !important;
        margin-bottom: 20px;
    }
}


/* Responsive Adjustments */
@media (max-width: 767px) {
    .document-downloads {
        padding: 50px 0;
    }

    .section-header h2 {
        font-size: 26px;
        padding-top: 0px;
    }

    .document-card {
        padding: 25px 20px;
    }
}

/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: linear-gradient(122deg, rgb(251 175 50) 0%, rgb(255 97 20) 100%);
}

.tophead-menu-left {
    padding: 8px 0;
}

.socialLinks .fa-brands {
    background: #c3b077;
    border-radius: 50px;
    transition: 0.8s;
}

.socialLinks .fa-brands:hover {
    background: #FFF;
    color: #000;
}


.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 12px;
    color: #fff;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
}




/* .tophead-menu-social ul li:hover {
    background: #d5b272;
    color: #000;
} */

.tophead-menu-social ul li i {
    padding: 0 8px 0 5px;
}


.tophead-menu-social ul li {
    /* background: #ffe151; */
    margin: 5px 5px;
    border-radius: 100px;
    display: inline-block;
    list-style-type: none;
    padding: 8px 15px;
    float: left;
    color: white;
    transition: 0.8s;
}

.tophead-menu-social ul li a {
    display: inline-block;
    border-radius: 5px !important;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}



/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
    padding: 0;
    /* box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15); */
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    /* margin-top: 17px; */
    height: auto;
    padding: 0;
    position: absolute;
    top: -42px;
}

.navbar-brand img {
    width: 115px;
    position: relative;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    box-shadow: 0 0 13px 2px #0000001a;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/


.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 20px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    
}

.navbar-collapse>ul>li:last-child {
    margin: 12px 0;
    height: 52px;
    line-height: 54px;
}

/* .navbar-collapse>ul>li:last-child a {
    background: #000000;
    color: #fff !important;
    border-radius: 6px;
} */

.navbar-collapse>ul>li:last-child a i {
    padding-left: 10px;
}

.navbar-default .navbar-nav>li:last-child a:hover,
.navbar-default .navbar-nav>li:last-child a:focus {
    color: #ffffff !important;
    background-color: #f99a34;
}



.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul {
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: linear-gradient(122deg, rgb(251 175 50) 0%, rgb(255 97 20) 100%);
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}


.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;
    font-family: "Josefin Sans", sans-serif;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}



.navbar-collapse>ul>li>ul>li:hover>a {
    color: #000;
    background: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #d5b272;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #000;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}


/* .navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
} */

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 13px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}



/*bannerSection*/

.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: 1;
}

.banner-img {}

.banner-img img {
    width: 100%;
    position: relative;
}

.banner-txt {
    position: absolute;
    width: 60%;
    top: 40%;
    text-align: left;
    line-height: normal;
    color: white;
    letter-spacing: normal;
    padding: 20px 0px 40px 70px;
    z-index: 1;
}

.banner-txt h1 {
    font-size: 50px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.banner-txt p {
    font-size: 22px;
    line-height: 35px;
    padding: 0 0 20px;
    color: #ffe151;
}

.banner-txt a {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 100px;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 black;
}

.banner-txt a:hover {
    background-color: #ffa600;
    color: #000;
    transition: 0.6s;
}

.banner-txt a img {
    width: 30px;
}

/* 

/*carouselWithArrows*/



#bannerSlider .owl-controls {
    position: absolute !important;
    bottom: 10px !important;
    /* width: 300px !important; */
    width: auto !important;
    right: 10px;
    margin: 0;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 40px !important;
    height: 7px !important;
    margin: 3px !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}



/* ---------------about-section------------ */

/* aboutusSection */
.aboutSection {
  position: relative;
  clear: both;
  width: 100%;
  padding: 130px 110px;
  display: block;
  background: #ffffff;
  color: #111010;
  overflow: hidden;
}

.about-one__img-box {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  transition: 0.5s ease;
  z-index: 1;
  margin-top: 40px;
}

.about-one__img-box::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 110px;
  right: -17px;
  bottom: 40px;
  border-radius: 5px;
  background-color: #ff7f00;
  z-index: -2;
}

.about-one__img-box:hover {
  transition: 0.5s;
  transform: scale(1.12);
}

.about-one__img-box-overlay-bg {
  position: absolute;
  top: -17px;
  left: 110px;
  bottom: 40px;
  right: -17px;
  border-radius: 4px;
  background-color: var(--thm-secondary);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.about-one__img-box .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background: white;
}

.about-one__img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  box-shadow: 0px 0px 20px -5px;
}


.img-02 {
  position: absolute;
  margin-top: 41px;
}
.background-shape {
  margin-left: 38px;
  width: 450px;
  height: 400px;
  background-color: #ff6d1e;
  transform: rotate(15deg);
  border-radius: 10px;
  z-index: -1;
}
.black-div {
  margin-left: 38px;
  width: 450px;
  height: 400px;
  background-color: black;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  z-index: 0;
}
.black-div img {
  /* width: 220px; */
  height: 100%;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}
.site-heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  
  letter-spacing: 5px;
  font-size: 35px;
  font-weight: 700;
  color: black;
  position: relative;
}

.site-title {
  font-weight: 700;
    text-transform: capitalize;
    font-size: 32px;
    color: #ff7b2a;
    margin-bottom: 0;
    padding-top: 10px;
}

.site-title span {
  color: #000000;
}

.site-heading p {
  margin-top: 15px;
}

.site-heading h4 {
  margin-top: 15px;
}
.theme-btn {
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff;
  padding: 13px 22px;
  transition: all 1s ease-in-out; /* Slower transition */
  text-transform: capitalize;
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #f99a34;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Slower transition */
  z-index: -1;
}

.theme-btn:hover {
  color: #ffffff;
}

.theme-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}




.btn-view {
    display: inline-block;
    padding: 8px 20px;
    background: #f99a34;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}
/* program section  */

.programs-section {
    position: relative;
    clear: both;
    height: auto;
    width: 100%;
    overflow: hidden;
    background: url(../images/explore-background.jpg); 
    padding: 50px 0px 50px;
    
  }
 .program-heading {
    text-align: center;
    margin-bottom: 50px;
  }

  .program-heading h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .program-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease;
    height: 100%;
  }

  .program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }

  .program-icon-wrap {
    width: 75px;
    height: 75px;
    background: linear-gradient(45deg, #f26107, #fc9a20);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  .program-icon-wrap i {
    color: #fff;
    font-size: 30px;
  }

  .program-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
  }

  .program-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
  }

  .program-card ul {
    padding-left: 18px;
    margin-bottom: 15px;
  }

  .btn-learn {
    border: 2px solid #f26107;
    color: #f26107;
    background: transparent;
    font-weight: bold;
    border-radius: 25px;
    padding: 8px 20px;
    transition: all 0.3s ease;
  }

  .btn-learn:hover {
    background: #f26107;
    color: #fff;
  }

  @media (max-width: 767px) {
    .program-card {
      margin-bottom: 30px;
    }
  }

/* Value Section */
.team-section{
     position: relative;
    clear: both;
    height: auto;
    width: 100%;
    overflow: hidden;
    /* background: #f9f9f9; */
     background: url(../images/explore-background.jpg) repeat;
    padding: 50px 0;

}
.core-card {
    background: #fff;
    padding: 25px 20px;
    border: 1px solid #bbb4b4;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 300px;
    box-shadow: 0 0 8px rgb(0 0 0 / 31%);
    transition: all 0.3s ease;
}

.core-card:hover {
    /* background: linear-gradient(45deg, #f26107, #fc9a20); */
        background: linear-gradient(45deg, #f261073d, #fc9a2054);
    transform: translateY(-5px);
}

.core-icon {
    background: linear-gradient(122deg, rgb(251 175 50) 0%, rgb(255 97 20) 100%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}



.core-icon img {
    width: 40px;
    height: 40px;
}




/* Responsive */
@media (max-width: 767px) {
    .core-card {
        min-height: auto;
        padding: 20px 15px;
    }

    .core-card h3 {
        font-size: 16px;
    }

    .core-card p {
        font-size: 13px;
    }

    .core-icon {
        width: 70px;
        height: 70px;
    }

    .core-icon img {
        width: 34px;
    }
}


/* approches section */
   .campaigns-section {
    background: url(../images/bg-approch.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.campaigns-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgb(180 126 15 / 68%);
    z-index: 1;
}

.campaigns-section .container {
    position: relative;
    z-index: 2;
}

.camphead {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Jost", sans-serif;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
    font-family: "Jost", sans-serif;
}

.checklist li img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .camphead {
        font-size: 28px;
        text-align: center;
    }

    .checklist li {
        font-size: 15px;
        line-height: 24px;
    }

    .campaigns-section {
        padding: 40px 15px;
    }
}

/* Event and news section */
.Event-Section {
    position: relative;
    clear: both;
    height: auto;
    width: 100%;
    overflow: hidden;
   
    padding: 50px 0;
    
  }
 .section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .section-title h2 {
      font-weight: 700;
      color: #1e1e2f;
    }

    .section-title span {
      color: #f39c12;
      display: block;
      font-size: 14px;
      margin-bottom: 8px;
    }

    .event-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: all 0.4s ease;
    }

    .event-card:hover {
      transform: translateY(-10px);
    }

    .event-img {
      height: 450px;
      background-size: cover;
      background-position: center;
    }

    .event-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
      color: white;
    }

    .event-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .event-info i {
      margin-right: 6px;
      color: #f9c74f;
    }

    .event-info {
      font-size: 13px;
      color: #ccc;
    }

    .event-date {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #e74c3c;
      color: white;
      text-align: center;
      padding: 8px 12px;
      border-radius: 0 8px 8px 8px;
      font-weight: bold;
      box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    }

    .event-date.green { background: #27ae60; }
    .event-date.yellow { background: #f39c12; }

    @media (max-width: 767px) {
      .event-img { height: 200px; }
      .event-title { font-size: 17px; }
    }



/* ============ footer-section ============== */

/*footerSection*/

.footerSection {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0 0 0;
  background: #000000;
  color: #fff;
  display: block;
  overflow: hidden;
}

/* .footerSection:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/dividerfooter.png') no-repeat;
    background-size: 100% 100%;
    height: 110px;
    width: 100%;
    top: -105px;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 99;
} */

.footerSection .heading {
  display: block;
  border-bottom: solid 1px #eee;
  color: #ff9200;
  font-weight: bold;
  margin-bottom: 10px;
}



.footerSection p .fa {
  padding-right: 5px;
  
}

.footerSection .heading:before,
.footerSection .heading:after {
  display: none;
}


.logofooter {
  display: block;
  text-align: center;
  width: 80%;
}

.logofooter img {
  width: 80%;

}

.footerMenu {
  display: block;
}

.footerMenu ul {
  margin: 0 0 0 16px;
  padding: 0;
}

.footerMenu ul li {
  list-style-type: square;
}

.footerMenu ul li a {
  display: inline-block;
  font-size: 16px;
  margin: 3px 0;
  color: #fff;
}

.footerMenu ul li a:hover {
  color: #faa830;
  text-decoration: underline;
}

/*copyright*/

.copyright {
  display: block;
  padding: 0;
  width: 100%;
  float: left;
  margin-top: 50px;
  padding: 20px 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eee;
}

.copyright p {
  margin-bottom: 0;
}

/*footerSocial*/

.footerSocial {
  display: block;
  clear: both;
  width: 100%;
}

.footerSocial ul {
  display: block;
  margin: 0;
  padding: 0 0 0 0;
}

.footerSocial ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}

.footerSocial ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: #ff6719;
  border-radius: 50%;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 400ms;
}

.footerSocial ul li a:hover {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
  text-shadow: none;
}

/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
   background: linear-gradient(45deg, #f26107, #fc9a20);
    z-index: 200;
    border-radius: 100px;
}

.scrollup:hover {
    background: #ffaf03;
    opacity: 1;
    color: #fffffe;
}



/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;

    }

    .navigationBarWrapper {
        position: relative;
    }

    .tophead {
        text-align: center;
        display: none;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

}

@media (max-width: 768px) {
    .navbar-collapse>ul>li>ul>li>ul {
        display: contents;
        visibility: unset;
        opacity: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000 !important;
    }

    .navbar-brand img {
        width: 70px;
        position: relative;
    }

    .navbar-brand img {
        padding: 5px;
        box-shadow: 0 0 0px 0px #0000001a;
    }

    .navbar-brand {
        top: 4px;
    }

    .svg-wrapper {
        height: 57px;
    }

    .banner-txt {
        top: 15%;
        padding: 13px 0;
        left: 20px;
    }

    .banner-txt h1 {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 0 0 5px 0;
    }

    .banner-txt p {
        font-size: 12px;
        line-height: normal;
        padding: 0 0 13px;
    }

    .banner-txt a {
        font-size: 8px;
        letter-spacing: 2px;
        padding: 5px 15px;
        top: 0;
    }


    .about-boxx {
        padding: 10px 0 10px;
        height: auto;
        display: grid;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 0px;
    }




    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 50px 17px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .abouttxt li {
        margin: 0 12px 10px 0;
        padding: 5px 8px;
        font-size: 18px;
    }

    .abouttxt h1 {
        color: #000;
        font-family: "Josefin Sans", sans-serif;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0px;
        text-align: left;
        padding: 20px;
    }

    .abouttxt p {
        color: #494848;
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    }

    


    .brand-section .owl-theme .owl-buttons>div.owl-prev {
        position: absolute;
        left: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div.owl-next {
        position: absolute;
        right: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div {
        bottom: 11vh;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px !important;
    }


    .brand-box {
        margin: 20px 49px;
    }

    .product-section {
        padding: 50px 0 20px;
    }



    


    .abouttxt h2 {
        color: #d9ba80;
        font-size: 32px;
    }


    .service-head h2 {
        font-size: 32px;
    }


    .blog-txt h2 {
        font-size: 32px;
    }

    .blog-txt h3 {
        font-size: 28px;
    }


    .svg-wrapper {
        height: 80px;
    }

    .brand-head h2 {
        font-size: 32px;
    }

   }

/* -------------------------- */

@media (max-width : 768px) {

    .navbar-collapse>ul>li:last-child {
        margin: auto;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li:last-child a {
        background: none;
        color: #000 !important;
        border-radius: 6px;
        text-align: start;
    }

    .navbar-default .navbar-nav>li:last-child a:hover,
    .navbar-default .navbar-nav>li:last-child a:focus {
        color: #333;
        background-color: transparent;
    }

}
/* about usss**********8 */
@media (max-width: 768px) {
  .aboutSection {
    padding: 50px 0;
  }
  .about-right {
    padding-top: 270px;
  }
  .black-div {
    text-align: left;
    margin-left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
  }
  .black-div img {
    width: 281px;
    margin-left: 29px;
  }
  .background-shape {
    margin-left: 37px;
    width: 262px;
    height: 230px;
    transform: rotate(22deg);
  }
  .img-02 {
    position: absolute;
    margin-top: 41px;
    width: 65%;
  }
  .banner-slider-section .banner-info .bannerInfoHeading {
    font-size: 18px !important;
    padding-right: 113px;
    padding-top: 17px;
    line-height: 27px !important;
  }
}


/* Display None  */
.product-content p {
    display: none;
}

.product-content a {
    margin-top: 10px;
}

.blogsection {
    display: none;
}

.document-downloads {
    display: none;
}