

.logo_img{
    margin-top: 15px;
    width: 95px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}

.custom_navbar{
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_navbar h3{
    font-size: 11px;
    color: #eec97f;
    text-align: center;
    margin: 0;

    span {
    color: #fff;
    font-size: 8px;
    }
}




.custom_hero {
    padding: 20px 13px;
    background-color: #fefdf8;
    width: 700px;
    border-radius: 10px;
}

.inner_div{
    display: flex;
    gap: 40px;
    align-items: center;

    a{
        
    font-size: 16px;
    font-weight: 600;
    color: #05007e!important;

    }
}

.section-heading h2 {
    font-size: clamp(30px, 4vw, 45px);
    line-height: 1.2;
    text-transform: capitalize;
    color: #161920;
}



.text-success {
    color: #05007e !important;
}

.hero-section .shape1 {
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-area.style-four .offcanvas-icon {
    border: 1px solid #fff;
    background-color: #0000ff;
   
}

.header-area.style-four .offcanvas-icon svg path {
    fill: #ffffff;
}

.inner_menu{
    padding: 0;
    margin: 0;
    li{
        list-style: none;
        padding: 5px 0px;
        a{
            color: #0067b8;
            font-weight: 600;
        }
    }
}

.top-catagory-card{
    background-color: #fff;
}

.top-catagory-card a img {
    max-width: 100%;
    width: 65px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.top-catagory-card a h4{
    font-size: 18px;
}

.testimonial-navigation-container .testimonial-button-prev, .testimonial-navigation-container .testimonial-button-next{
    border: 1px solid #fff;
    color: #fff;
}


.custom-select{
    background-color: transparent;
    border: none;
    font-size: 18px;
}

.custom-select:focus{
    border: none !important;
}

.custom-select:active{
    border: none !important;
}


.news_div{
    display: flex;
    gap: 20px;
}

.new_card{
    .inner_div{
        width: 100%;
        margin: auto;
    };
     .title{
                font-size: 20px;
                text-align: center;
          }
    .text{
            .heading_div{
               padding: 20px 20px 10px;
            }
            p{
                font-size: 16px;
                text-align: center;
                margin-bottom: 0px;
            }
         
             position: relative;
            background-color: #fff;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-top: -24px;
            border-radius: 7px;
            height: 150px;
               
            
    }
    img{
        width: 100%;
    }
}


.Upcoming_text{
    font-size: 38px !important;
    color: #fff !important;
}

.main-btn{
    background-color: #eece38;
    width: 100%;
    border: navajowhite;
    padding: 8px;
    border-radius: 0px 0px 7px 7px;
    font-weight: 400;
}

.main-btn:hover{
    background-color: #000;
    color: #fff;
}


.custom_conatiner{
    width: 80%;
}



.hero-section.style-two .hero-swiper-slide::after{
   background: linear-gradient(90deg, #14141487 8.81%, rgba(20, 20, 20, 0.06) 99.92%) !important;
   background: rgb(31 30 23 / 14%);
}

.hero-section{
    position: relative;
}

.hero-section::after{
    content: "";
    position: absolute;
    /* background: linear-gradient(90deg, #14141438 8.81%, rgba(20, 20, 20, 0.06) 99.92%) !important; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


.hero-section.style-two .hero-swiper-slide{
    padding: 0;
    position: relative;
}



.hero-section.style-two {
    padding-top: 0;
    padding-bottom: 0;
        margin-top: 115px !important;
}

.footer-wrapper::after {
    background: #eec97f;
}

.footer-card .footer-nav li a{
    color: #000;
    font-weight: 600;
}

.header-area.style-two .header-top {
    height: 50px;
    background-color: #eec97f;
}

.header-area.style-two.sticky-on .header-top{
     height: 50px;
    background-color: #eec97f; 
}

.copyright-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2525eb;
}

    .footer-bottom-nav a {
        font-size: 16px;
        font-weight: 600;
    }

        .copyright-wrapper .copyright {
        font-size: 16px;
        font-weight: 600;
    }

.footer-card .card-title{
    color: rgb(2 1 102) !important;
}

.header-area.style-four .header-search-btn .btn {
    border: 1px solid rgba(20, 20, 20, 0.2);
    background-color: #3cb371;
}

.header-area.style-four .header-search-btn .btn svg path {
    stroke: #ffffff;
}

.swiper-backface-hidden .swiper-slide{
   /* background-color: #fff;
   box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
   padding: 20px 0px;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
}


.maps-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}


.header-area.style-two .navbar {
    background-color: #2525eb;
}

.btn-success:active, .btn-success:hover, .btn-success:focus {
    background-color: #198754;
    color: #FFFFFF;
}

.header-area.style-four .navbar-nav li > a {
    color: #ffffff;
}

.chairp_img{
    width: 70%;
   box-shadow: 1px 1px 2px 2px #eeeeee;
}

.member_img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 2px solid #5151d71c;
}

.team-member_one{
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.member-info{
    margin-top: 20px;
    .title{
        font-size: 20px;
        text-align: center;
    }
    .position{
        text-align: center;
        margin-bottom: 0;
    }
}


.AboutSection{
    padding: 50px 0px;
}

.inner_a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 12px 14px;
}

.inner_a.active{
    background-color: #eec97f;
    border-radius: 6px;
}

.common_sidebar li{
    padding: 0;
}

.sidebar-widget {
    background: #EFEFEF;
}

.custom_header{
    font-size: 24px;
    color: #2525eb;
    font-weight: 800;
    position: relative;

}

.custom_header::before{
    width: 60px;
    height: 2px;
    bottom: -15px;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 2px;
    background: #3CB371;
}

.custom_header::after{
    width: 10px;
    height: 2px;
    bottom: -15px;
    left: 65px;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 2px;
    background: #3CB371;
}



.color_green{
  color: #3cb371;
}


.faq-accordion.style-three .accordion-item .accordion-button {
    font-size: 18px;
}

.name_heading{
    font-size: 16px;
    padding-bottom: 10px;
}

.member_div{
    p{
        font-size: 16px;
    }
}

.accordion-body{
    ul{
        padding: 0;
        margin: 0;
    }
}

li.custom_li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #0000002b;
    padding-top: 10px;
    img{
        width: 140px;
    }
}

.guider-details-section ul li {
    font-size: 16px;
}


.tour-details-content-one ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.add_text{
    font-size: 18px;
}


    .breadcrumb-section .breadcrumb-content h2 {
        font-size: 30px;
    }


.cutsom_btn{
    height: 30px !important;
    padding: 10px !important;
    font-size: 12px !important;
}

.committie_ul li a{
    position: relative;
}


i.ti.ti-rosette-discount-check {
    padding-right: 5px;
}

.list_text{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.custom_accordian .accordion-body{
    padding: 1px 0px !important;
}


.committie_ul li a:after {
   content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    bottom: 0;
    left: 22px;
    background-color: #3cb371;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.committie_ul li a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.dtTable th,td{
    text-align: start !important;
}
.dtTable th{
    background-color: #3cb371;
    color: #fff;
    text-align: start !important;
}

.destination-section-4 .nav {
       border: 1px solid #3cb371;
    max-width: 100%;
    border-radius: 5px;
    background: #3cb3713b;
}

.destination-section-4 .nav .nav-item .nav-link.active {
    background-color: #3CB371;
    border-radius: 30px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.table_container{
  .form-select {
    border-radius: 8px;
    background: #ffffff;
    height: 35px;
    font-size: 16px;
    padding: 0px 9px;
    color: #767676;
    cursor: pointer;
    border: 1px solid #dfdfdf;
}

.form-control {
    border-radius: 8px;
    background: #FFFFFF;
    height: 35px;
    font-size: 16px;
   border: 1px solid #dfdfdf;
    padding: 20px;
    color: #767676;
}
}


.award_text{
  background-color: #4a4444;
    color: #ffffff;
    padding: 10px;

}

.post-title{
    font-size: 20px !important;
}

table th{
    text-align: start !important;
}


.wall_title{
    font-size: 14px !important;
}


.top-catagory-card.wall_row_inner {
    width: 165px;
    height: 200px;
    padding: 19px;
    
    .top{
        height: 85px;
    }
}

.wall_row_div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.skill_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin-top:20px;

    p{
        font-weight: 600;
        color: #4a4444;
    }
}

.snd_div{
        p{
        font-weight: 600;
        color: #4a4444;
        text-align: center;
    }

}

.skill_table{
    width: 100%;
    border: 1px solid black;

    .cutsom_td{
        border-right: 1px solid black;
        text-align: start !important;
    }
    th{
         text-align: start !important;
         padding: 10px;
    }
    td{
         text-align: start !important;
          padding: 5px;
    }

    a{
        color: #0067b8;
    }
}


.skill_ul li{
    padding: 10px 0px;

    a{
        color: #0067b8; ;
    }

    a:hover{
         color: #05007e;
         text-decoration: underline;
    }
}

.cutsom_inner_a{
     font-weight: 600;
}

.cutsom_inner_a:hover{
    font-weight: 600;
    color: #0067b8;
    text-decoration: underline;
}


.inner_ul li{
    list-style: circle !important;
}
    


@media only screen and (min-width: 1400px) {
    .header-area .navbar-nav {
        gap: 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-area.style-two .navbar {
        height: 65px;
    
    }

    .btn {
    height: 46px;
    padding: 16px;
    font-size: 14px;
}
}

@media only screen and (min-width: 576px) {
    .right-side-touria-offcanvas .offcanvas-body {
        padding: 20px 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-search-btn .btn {
        width: 45px;
        height: 45px;
    }

        .offcanvas-icon {
        width: 45px;
        height: 45px;

        svg{
        
            height: 14px;
        }

    }

    .header-area.style-two.sticky-on .navbar {
        height: 65px;
    }
}




