.logo_img{
    max-width: 100%;
    width: 500px;
}
.couple-destination-slider {
    margin-right: 0%;
}
.header-area .navbar-nav li > a {
   
    gap: 1px !important;
}
.chairmanImgInner {
    object-fit: cover;
    border: 3px solid #f7b005;
    background-color: #2c48b6;
    position: relative;
    max-width: 100%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9;
}

.chairmanMSGParent {
    position: relative;
    width: 50%;
}

.chairPerson_img {
    width: 255px !important;
    position: relative;
    left: 108px;
    top: 50%;
    transform: translate(-50%);
}
 
 
.header-area.style-two .navbar .navbar-brand {
    margin-right: 80px;
}

.section-heading h2 {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.2;
    text-transform: capitalize;
    color: #161920;
}

.hero-two-search-form.style-three {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border: 1px dotted #f7921f70;
}

.inner_div{
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 99;
}


.follow-instagram-card {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.member_img{
  width: 100%;
}

.member_name{
  font-size: 20px;
  text-align: center;
  margin-top:10px;
}

.member_position{
  font-size: 18px;
  text-align: center;
  color: #f3901f;
}

.header-area.style-two.sticky-on .navbar {
    height: 100px;
}

.section-heading .sub-title {
   font-size: 32px;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
    font-family: 'tabler-icons' !important;
    display: inline-block;
    font-weight: 500;
}

.top-catagory-card a h4{
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.custom_width_container {
    margin: auto;
    width: 95%;
    border: 1px  dashed #36348e;
    padding: 10px;
}

.ti-check{
    padding-right: 5px;
}

.chairPerson_img{
    width: 300px;
}


/* .inner_div::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
    background: linear-gradient(180deg, rgb(20 20 20 / 55%) 0%, #141414 100%);

} */


.follow-instagram-card img {
    border-radius: 5px;
   
}

.book_btn{
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

.cutsom_btn{
    background-color: transparent;
    color: #dc635b;
    border-color: #e27d76;
    border: 1px solid #e27d76; 
}

.cutsom_btn:hover{
        background-color: #f9e5e4;
    color: #dc635b;
    border-color: #dc635b;
     border: 1px solid #e27d76; 
}

.inner_div h4{
    color: #fff;
    position: relative;
    z-index: 99;
    font-size: 30px;
}

.inner_div .arrow{
    font-size: 30px;
     position: relative;
      z-index: 99;
      color: #fff;
}


.inner_div.one{
  background-image: url('../img/APSRTC-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;


 
}

.left-news-box {
    width: 15%;
    padding: 5px 10px;
    text-align: center;
    background-color: #f7b005;
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.left-news-box .polygon {
    position: absolute;
    width: 15px;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #f7b005;
    clip-path: polygon(0% 0, 100% 50%, 0% 100%);
}

.news-contents {
    width: 81%;
    margin-right: 20px;
    height: 100%;
    display: flex;
}

.notice_marquee a::before {
    content: "➡️ ";
}

.notice_marquee a {
    color: white;
    font-weight: 400;
    margin-right: 60px;
    font-size:16px
}

.latest-news {
    background-color:rgb(3, 71, 149);
    width: 100%;
    padding: 3px 0 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rbt-information-list li a {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #0a3087;
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-weight: 400;
}

.rbt-information-list li a{
    color: #fff;
}

.rbt-information-list li a:hover {
    color: #fda41b;
}

strong {
    margin-left: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 50%;
    background:#f7b005;
    padding: 0px 7px;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
}

@keyframes blink {
    0% {
    color: blue;
}
100% {
    color: rgb(118, 0, 0);
}
}

b, strong {
    font-weight: 700;
}


.daySpan{
    font-size: 14px;
}

.blog-card-two .post-img {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    background-color: antiquewhite;
    padding: 25px 10px;
}


.blg_img{
  height: 433px;
  object-fit: cover;
}


.custom-title{
    margin-left: 30px;
}

.iocn_img{
     width: 35px;
}

.profImg{
  width: 90px;
}

.about_us_img{
  width: 533px;
  height: 753px;
  object-fit:cover;
}

.header-area .navbar-nav li > a {
    font-size: 1.02rem;
}

.touria-pagination li.active a {
    background-color: #f7921f;
    color: #FFFFFF;
}

.blog-widget form button{
    background-color: #f7921f;
}

.breadcrumb-section .breadcrumb-content h2 {
    font-size: 50px;
}

.custom-tour-details ul{
  flex-direction: column;
}

.custom-tour-details ul li{
  width: 100%;
}

.myTable{
  border: 1px solid #f7921f00;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

input[type="file"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
}

input[type="file"]::file-selector-button {
  background-color: #f7921f; /* Bootstrap primary */
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}

input[type="file"]::file-selector-button:hover {
  background-color: #f7921f !important;
  color: #141414 !important;
}

.contact-card-sm .icon {
   
    background-color: #f7921f;
    color: #FFFFFF;
}

.contact-card-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border-radius: 18px;
    background-color: #eeeeee;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}

/* .footer-logo img {
    filter: brightness(0) invert(1);
    width: 250px;
} */





.accordion-item {
    margin: 0px 0px 20px 0px;
}

.accordion-button {
  background-color: #085893;
  color: #fff;
  font-weight: 600;
}

.accordion-button::after {
    filter: brightness(0.5) invert(1);
}

.accordion-button:not(.collapsed) {
    background-color: #085893;
  color: #fff;
  font-weight: 600;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-top-left-radius:0;
    border-top-right-radius:0;
}




.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.acc_title {
   
    font-size: 20px;
    color: #00214e;
  
    text-transform: uppercase;
    font-weight: 700;
}


.inner_heading{
    font-size: 18px;
    border-bottom: 1px solid #3F78BC;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.name{
  font-size: 16px;
   text-transform: uppercase;
   color: #575757;
   margin: 0;
}

.phone_no{
   font-size: 16px;
   text-transform: uppercase;
   color: #575757;
   margin: 0;
   font-weight: 600;
}


.Resources_ul {
    width: 370px !important;
}

.header-area .navbar-nav {
    gap: 35px;
}

.btn {
    height: 50px;
    padding: 9px 24px;
    font-size: 16px;
}

.header-area.style-two .navbar .navbar-brand {
    margin-right: 50px;
}

.header-area.style-four .header-top {
    background-color: #36348e;
    padding-left: 2%;
    padding-right: 2%;
}

.header-area.style-two .header-top .left-side span {
    color: #ffffff;
    font-weight: 500;
}

.header-area.style-two .header-top .left-side i {
    color: #ffffff;
    font-size: 20px;
}

.header-area.style-two .header-top .left-side .vr-line {
    width: 1px;
    height: 18px;
    background-color: #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-area.style-two .social-nav a i {
    font-size: 18px;
    color: #fff;
}


.custom_section_padding{
  padding-bottom: 90px;
}

.padding_section{
  padding: 50px 0px;
}

.section-title span {
  
    font-weight: 700;
    color: #161920;
    background-color: #f5f5f5;
    padding-left: 16px;
    padding-right: 16px;
}

.services_div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}

.inner_div {
    width: 100%;
}

.follow-instagram-card img {
    width: 100%;
    height: auto;
    display: block;
}

.top-catagory-card a img {
    
    width: 45px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.top-catagory-card a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #36348e;
 height: 185px;
 padding: 10px;
}

.top-catagory-card a .img_div{
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
}


.top-catagory-pagination{
  display: none;
}

.flight-img:after {
    border-radius: 18px;
    background: rgba(22, 25, 32, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}


.follow-instagram-card .instagram-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    width: 100%;
    height: 68px;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 24px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden;
    font-weight: 600;
}

.follow-instagram-card .instagram-btn:hover, .follow-instagram-card .instagram-btn:focus {
    background-color: transparent;
    color: #FFFFFF;
}


.team-mr {
    margin: 0.8rem 0;
}
.team-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 1rem 1.5rem;
    border: solid 1px rgb(247 79 34 / 54%);
    border-radius: 12px;
    height: 100%;
}
.member-img{
    width: 140px;
    height: 140px;
    background: #fa7855;
}
.member-img img {
    object-fit: cover;
    object-position: center;
    height: 140px;
    width: 140px;
}
.pg-team-title{
    flex: 1;
}
.pg-team-title h4 {
    font-weight: 700;
    letter-spacing: -0.1px;
    font-size: 21px;
}
.pg-team-title h4 span {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #f74f22;
    line-height: 22px;
}
.pg-team-title p {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    letter-spacing: -0.2px;
    color: #505050;
    font-family: "Inter", sans-serif;
}

/* Tablet */
@media (max-width: 991px) {
    .services_div {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .services_div {
        grid-template-columns: repeat(1, 1fr);
    }
}



table thead th{
    background-color: #36348e !important;
    color: #fff !important;
    padding: 10px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 13px 10px !important;
}

table{
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

table thead td{
    padding: 5px 10px !important;
}

/* .dataTables_length{
    margin-bottom: 10px !important;
} */

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: inherit;
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 1.755em !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 1.755em !important;
}


.action_btn{
    height: 42px !important;
    padding: 3px 10px !important;
    font-size: 16px;
}

.icon_img_new{
    width: 70px;
}

.contact-card-sm {
    background-color: #fff;
    border: 1px solid #36348e26;
}


#dataTable td a {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
}

#dataTable td a:hover {
    text-decoration: underline;
}

   .header_chairman {
            background: linear-gradient(135deg, #0a3d62, #36348e);
            color: #ffffff;
            text-align: center;
            padding: 30px 20px;
        }

        .header_chairman h1 {
            margin: 0;
            font-size: 28px;
            letter-spacing: 1px;
            color: #fff;
        }

        .header_chairman h2 {
            margin-top: 8px;
            font-size: 18px;
            font-weight: 400;
            opacity: 0.9;
            color: #fff;
        }

        .content_chairman {
            padding: 35px 40px 10px;
            line-height: 1.7;
        }

        .content_chairman p {
            margin-bottom: 18px;
            font-size: 16px;
            text-align: justify;
        }

        .greeting_chairman {
            font-weight: 600;
            font-size: 17px;
        }

        .highlight_chairman {
            padding: 0px 5px;
            margin: 25px 0;
            border-radius: 6px;
        }

        .highlight_chairman h3 {
            margin-top: 0;
            color: #0a3d62;
            font-size: 20px;
        }

        .content-list {
            margin: 10px 0 0 0px;
            padding: 0;
        }

        .content-list li {
            margin-bottom: 10px;
            font-size: 15.5px;
        }

        .sub-highlight_chairman {
            padding: 0px 5px;
            margin: 25px 0;
            border-radius: 6px;
        }
        .sub-highlight_chairman h3 {
            margin-top: 0;
            color: #a86f00;
            font-size: 20px;
        }

        .footer_chairman {
            margin-top: 20px;
            border-top: 1px solid #ddd;
            padding: 15px 40px;
            background: transparent;
            text-align: right;
        }

        .footer_chairman strong {
            font-size: 16px;
        }

        .footer_chairman span {
            display: block;
            margin-top: 5px;
            font-size: 14px;
            color: #555;
        }

                    .chairman_container {
                            background: #ffffff;
                            border-radius: 12px;
                            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
                            padding: 0;
                            overflow: hidden;
                        }


        .chairman_top_container{
            display: flex;
            justify-content:space-between ;
            align-items: center;
        }

        .chairman_msg_img_p{
            text-align: center;
            margin-top: 20px;
        }

        .chairman_msg_img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
}







     .text-primary-custom{
                color: #fda31b !important;
                font-weight: 600;
            }

            .text-primary-custom:hover{
                color: #cf014c !important;
            }


            .map_iframe{
                border-radius:10px;
                width: 380px;
                height: 250px;     
                }


              .hero-5 .hero-navigation .hero-button-prev {
                width: 60px !important;
                height: 60px !important;
                line-height: 68px !important;
                border-radius: 50% !important;
                background-color: #ffffff2e !important;
                color: #ffffff !important;
                border: 1px solid #ffffff33;
            }

            .hero-5 .hero-navigation .hero-button-next {
                width: 60px !important;
                height: 60px !important;
                line-height: 68px !important;
                border-radius: 50% !important;
                background-color: #ffffff2e !important;
                
                border: 1px solid #ffffff33;
                color: #fff !important;
            }

            .hero-5 .hero-navigation .hero-button-prev:hover {
                    background-color: #f7921f94 !important;
                    color: #fff !important;
                }

                .hero-5 .hero-navigation .hero-button-next:hover {
                background-color: #f7921f94 !important;
                    color: #fff !important;
                }


/* --------------------------------------------------------Large Screen--------------------------------------------- */

@media screen and (max-width:1400px) {


    .header-area .navbar-nav {
        gap: 25px;
    }

    .header-navigation {
        margin-left: 1rem !important;
    }

    .logo_img {
        max-width: 95%;
        width: 450px;
    }


.left-news-box {
    width: 18%;
    padding: 5px 10px;
    text-align: center;
    background-color: #f7b005;
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.news-contents {
    width: 78%;
    margin-right: 20px;
    height: 100%;
    display: flex;
}

   

.header-area .navbar-nav li > a {
    font-size: 0.8rem;
}

    .btn {
        height: 40px;
        padding: 10px 16px;
        font-size: 14px;
    }

.offcanvas-icon {
    width: 45px;
    height: 45px;
}

.header-area.style-two .navbar .navbar-brand {
    margin-right: 20px;
}

.follow-instagram-card .instagram-btn {
   
    font-size: 20px;
  
}

}

/* --------------------------------------------------------Tablet--------------------------------------------- */

        @media (max-width: 768px) {
            .content_chairman, .footer_chairman {
                padding: 25px;
            }

            .header_chairman h1 {
                font-size: 24px;
            }

            .header-area.style-two.sticky-on .navbar {
                height: 100%;
            }
            .hero-5 .hero-navigation .hero-button-prev {
                    display: none;
                }
                .hero-5 .hero-navigation .hero-button-next {
                    display: none;
                }

                .left-news-box {
                    width: 30%;
                 
                }
                .news-contents {
                    width: 65%;
                  
                }

                .logo_img {
                    max-width: 100%;
                    width: 400px;
                }
                .map_iframe {
                    border-radius: 10px;
                    width: 100%;
                    height: 250px;
                }
                .breadcrumb-section .breadcrumb-content h2 {
                    font-size: 30px;
                }
                .breadcrumb-section .breadcrumb-content ul li {
                    font-size: 14px;
                }
        }

/* --------------------------------------------------------Mobile--------------------------------------------- */

@media (max-width: 480px) {
    .notice_marquee a {
   
    font-size: 12px;
}
  .logo_img {
    max-width: 100%;
    width: 260px;
}


.left-news-box {
    width: 43%;
    padding: 5px 10px;
    text-align: center;
    background-color: #f7b005;
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}
.news-contents {
    width: 46%;
    margin-right: 20px;
    height: 100%;
    display: flex;
}
.chairPerson_img {
    width: 200px;
}





.breadcrumb-section .breadcrumb-content h2 {
    font-size: 34px;
}


}

/* --------------------------------------------------------Mobile Small --------------------------------------------- */

@media (max-width: 380px) {
  .header-area.style-two .social-nav.style-two a {
    border: 1.258px solid #535B5F;
    width: 25px;
    height: 25px;
   
}
.header-area.style-two .social-nav a i {
    font-size: 14px;
    color: #fff;
}

.header-area.style-two .header-top .left-side i {
    color: #ffffff;
    font-size: 16px;
}



.team-wrapper {
    display: block;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 1rem 1.5rem;
    border: solid 1px rgb(247 79 34 / 54%);
    border-radius: 12px;
    height: 100%;
}

.pg-team-title h4 {
    font-weight: 700;
    letter-spacing: -0.1px;
    font-size: 16px;
    margin: 5px 0px;
}

.footer-card .social-nav a {
   
    width: 36px;
    height: 30px;
    border-radius: 50%;
   
}

.container{
    max-width: 350px;
}

}