
/*====================
2. Theme variables
======================*/

:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Yantramanav', sans-serif;
    --theme-color: #116E63;
    --theme-color2: #FDA31B;
    --theme-color-light: rgb(17, 110, 99, 0.09);
    --theme-bg-light: #F2F3F5;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #19232B;
    --hero-overlay-color: #000000;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #012758;
    --footer-bg2: #116E63;
    --footer-text-color: #F5FAFF;
  }





/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
  }

  .navbar .dropdown-menu {
   border:none;
   background-color:#fff!important;
  }

  /* breakpoint and up - mega dropdown styles */
  @media screen and (min-width: 992px) {

   /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
   padding-top:0px;
   padding-bottom:0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
   padding:.5rem .1rem;
   margin:0 .25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {position:static;}

  .navbar .dropdown-menu {
   width:100%;
   left:0;
   right:0;
  /*  height of nav-item  */
   top:45px;

   display:block;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.3s linear;

  }




   /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
   display:block;
   visibility: visible;
   opacity: 1;
   transition: visibility 0s, opacity 0.3s linear;
  }

   .navbar .dropdown-menu {
     border: 1px solid rgba(0,0,0,.15);
     background-color: #fff;
   }

  }
    /* mega menu  */
    .main-mega-menu-set{
margin-top: 20px;


    }
    .mega-menu-fixed {
      max-height: 500px;  /* Maximum height for scroll effect */
      overflow-y: auto !important;

      margin-top: 9px;
      padding: 10px 20px;
        width: 100%;
        display: flex;

        position: absolute;
        z-index: 500;
        background-color: #fff;
        box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
        flex-wrap: wrap;
        opacity: 0;
        overflow: hidden;
        background: #fff;
        position: absolute;
        visibility: hidden;
        border: 1px solid #ddd;

      }
      .mega-menu-fixed:hover .sub-menu {
        display: block;
    }

    /* Custom Thin Red Scrollbar */
     .mega-menu-fixed::-webkit-scrollbar {
        width: 4px;  /* पतली स्क्रॉलबार */
    }

     .mega-menu-fixed::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

     .mega-menu-fixed::-webkit-scrollbar-thumb {
        background: #f58230;  /* स्क्रॉलबार का रंग लाल */
        border-radius: 4px;
    }

     .mega-menu-fixed::-webkit-scrollbar-thumb:hover {
        background: #f58230;  /* Hover पर गहरा लाल */
    }


  .catagories-color-fixed

  {

    font-size: 12px;
    color: #00293c;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
  padding-bottom: 15px;
    border-bottom: 1px solid #f4bb86;
    margin-bottom: 0;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

  .catagories-color-fix li a{
     padding-top: 15px !important;
    color: #00293c !important;
    display: inline-block;
    font-size: 11px;
    color: #00293c;
    transition: color .3sease;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 15px;
  }

  .catagories-color-fix li a:hover{
   color: #f58230 !important;
 }
  .mega-menu-left-fixed{
    padding: 0px 0px !important;
  }
  .mega-menu-left-fixed a{
    padding: 0px !important;
  }

  /* accordian desing fix  */
  .accordion-button{
    background-color:#00293c !important;
    color: #fff;
  }

.right-section2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;}

  .right-section2 .accordion {
    padding: 0 !important;
}
.right-section2 .accordion .accordion-item .accordion-header .accordion-button:before {
  font-size: 30px !important;
  background-color: #fff !important;
}
.right-section2 .accordion .accordion-item .accordion-header .accordion-button:after {
  font-size: 30px !important;
  background-color: #fff !important;
}
.right-section2{
  border: 2px solid #00293c;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 0 !important;
}
.right-section2 .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border: none;
}
.right-section2 .accordion .accordion-item .accordion-header {
  margin-bottom:0 !important;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius:0;
}
.accordian-padding{

border-top: 1px solid #fff !important;
}
 .accordion-header{
    text-transform: capitalize !important;
}
.accordion-body{
  border-top: 1px solid #f4bb86 !important;
  background-color: #fff;


}

.accordion-body:hover{
  border-top: 1px solid #fff;
  color: #fff;
  background-color: #00293c;
  transition: all 0.5s;
}
.accordion-button
{
  padding: 11px 20px !important;

}
.accordion-body{
  padding: 7px 20px !important;
  font-size: 14px !important;
}

/* tab services page
*/

.nav .nav-item button {
color: #00293c;
  font-size: 16px;
  padding:8px 13px  !important;
  border: 1px solid transparent !important;


}
.nav .nav-item button:hover {

  color: #fff !important;
  background: #00293c;
  font-size: 16px;
  border: 1px solid transparent !important;
}

.nav .nav-item button.active {

  color: #f4bb86 !important;
  font-size: 16px;
  border: 1px solid transparent !important;
  background: #00293c;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  /* border-radius: 5px 5px 0 0; */
}

.services-section-tabfix{

  border-bottom: 1px solid rgb(215, 212, 212) !important;




}
.nav .nav-item button.active::after {
  border-bottom: 0px !important;

}
.tab-button-fixed{
  margin-left: 3px;
  margin-right: 3px;
}
.nav-pills .nav-link {
  border-radius: 0 !important;
}
.tab-bottom-fix{
  margin-top: 20px;
  padding: 10px 15px;

}
.tab-set-services{
  /* background-color: rgb(123, 119, 119) !important; */

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.popular-div {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content .media-set-fix{
  color: #0360ca;
  font-size: 14px;
  padding-bottom: 15px;
}

.content p {
  /* margin-top: 10px; */
  margin-bottom: 5px;
  line-height: 18px;
  color: #09293c;
  font-size: 16px;
  font-weight: 600;
  padding-top: 0;

}


 .media .content .date-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

 .hfc-cat-nav li a {
  font-size: 15px;
  padding: 10px 20px;
  color: #004281;
}
.hfc-cat-nav li a:hover {

  color: #03d303f1;

}
.nav>li>a {
  width: 100%;
  position: relative;
  display: block;
  padding: 5px 10px;

}
.services-blog-heading{
  margin: 20px 5px;
  font-size: 20px;
  font-weight: 700;
}
.services-pages-desing-fixed{
  font-size: 22px;
  font-weight: 600;
  color:#09293c ;
  margin-bottom: 15px;
}
.tg-sectiontitle {
  vertical-align: top;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

/* .tg-sectiontitle h2, .tg-sectiontitle h1.title {
  /* font-family: 'segoeui'; */
  /* color: #09293c;
  text-align: center;
  font-size: 22px;
  line-height: 13px;
  margin: 0 0 10px;
  padding: 0 0 0 0;
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-right: 0; */
/* } */
.headingH2 {
  color: #00293c !important;
  font-size: 26px!important;
}
.serviceInnerContent {
  font-size: 16px;
  text-align: justify;
}
.post-author {
  display: flex
;
  align-items: center;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.headingH2 {
  padding-top: 20px;
  padding-bottom: 9px;
  font-size: 18px !important;
  font-weight: 900;
}
.serviceInnerContent ul li {
  position: relative;
  padding-left: 15px;
  list-style: none;
  font-size: 16px;
}
.serviceInnerContent ul li:before {
  position: absolute;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #08283c;
  left: -3px;
}
.headingH3, .headingH4 {
  padding-bottom: 9px;
  padding-top: 20px;
  font-size: 16px !important;
  font-weight: 900;
}

.serviceInnerContent {
  font-size: 16px;
  text-align: justify;

}
.serviceInnerContent ul li p {
  padding-bottom: 15px;

}
.tg-sectiontitle h2, .tg-sectiontitle h1.title {
  /* font-family: 'segoeui'; */
  color: #09293c;
  text-align: center;
  font-size: 22px;
  line-height: 13px;
  /* margin: 0 0 10px; */
  padding: 0 15px 0 0;
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-right: 0;
}

/* clients page  */

.tg-sectiontitle .title
{
  margin-top: 50px;
  margin-bottom: 25px;
  color: #09293c;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 25px;

  display: block;
  position: relative;
  text-transform: uppercase;
  padding-right: 0;
}
.tg-sectiontitle h3{

  margin-bottom: 20px;
  color: #09293c;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 25px;

  display: block;
  position: relative;
  text-transform: uppercase;
  padding-right: 0;
}


.tg-description {
  text-align: justify !important;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}

.tg-pagecontent {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.clientBox {
  margin-bottom: 25px;
  overflow: hidden;
  transition: allease .3s;
  -webkit-transition: allease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  padding: 20px;
}
.clientPage .text .clientBox .clientImg {
  overflow: hidden;
}
 .clientBox {
  margin-bottom: 25px;
  overflow: hidden;
  transition: allease .3s;
  -webkit-transition: allease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  padding: 20px;
}
.client-pages-set{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clientImg img{
  width: 215px;
  height: 175px;

}
 .clientBox:hover {

  box-shadow: 0 0 15px 3px rgba(0, 0, 0, .1);


}
.clientBox p{
  text-align: center;
  margin-top: 10px;

}
.clientBox:hover img {
  transition: all 2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

 .clientBox .clientImg {
  overflow: hidden;
 }
.clientBox p {
  text-align: center;
  line-height: 20px;
  color: #09293c;
  font-weight: 600;

  margin-bottom: 0;
  padding-bottom: 0;

  font-size: 14px;
  text-transform: uppercase;
}

.slider-content3 img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  /* display: flex
; */
  /* align-items: center; */
  /* justify-content: center; */
  margin-bottom: 20px;
  /* position: relative; */
  /* overflow: hidden; */
  z-index: 1;
}
.left-sidebar-menus-fixed {
  color: #00293c;
}

.clientBox:hover p {

  color: rgb(74, 225, 74);
}



/* blogs pages desing in laravel  */
.blog-item {
    position: relative;
    margin-bottom: 25px;
    padding: 20px 20px 15px 20px;
    border-radius: 50px 50px 50px 0;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    transition: all .5s ease-in-out;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.blog-item-img {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 30px 0;
}
.blog-item-img img {
    border-radius: 30px 30px 30px 0;
}
.blog-item-info {
    position: relative;
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: capitalize;
}
.blog-item-info .theme-btn {
    margin-top: 15px;
    padding: 11px 15px;
}

.theme-btn {
    font-size: 14px;
    color: #ffffff;
    padding: 14px 20px;
    transition:all .5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #004274;
    box-shadow:  0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.theme-btn:hover {
    background-color: #00d100;
    color: #fff;
}
.blog-item-info h4 a:hover {
    color: #00d100 !important;
}
.blog-item-meta a:hover {
    color: #00d100 !important;
}


.blog-area{
    position: relative;
  }

  .blog-item{
    position: relative;
    margin-bottom: 25px;
    padding: 20px 20px 15px 20px;
    border-radius: 0;
    background: #f58230;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
  }

  .blog-item-img{
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 30px 0;
  }

  .blog-item-img img{
    border-radius: 30px 30px 30px 0;
  }

  .blog-item:hover .blog-item-img img{
    transform: scale(1.1);
  }

  .blog-date{
    position: absolute;
    padding: 4px 12px 4px 12px;
    right: -10px;
    top: 40px;
    font-weight: 500;
    background: var(--theme-color2);
    color: var(--color-white);
    border-radius: 50px 50px 50px 0;
    box-shadow: var(--box-shadow);
    z-index: 2;
  }

  .blog-item-info {
    position: relative;
  }

  .blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin: 12px 0;
    border-bottom: 1px solid var(--border-info-color);
    padding-bottom: 14px;
  }

  .blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: var(--color-dark);
  }

  .blog-item-meta ul li i {
    margin-right: 5px;
    color: #7cad04;
  }

  .blog-item-meta a:hover {
    color: var(--theme-color2);
  }

  .blog-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .text-truncate-3-lines p{
    font-family: "Lato", sans-serif;
  }

  .blog-item-info p {
    margin-bottom: 16px;
  }

  .blog-item-info .theme-btn {
    margin-top: 15px;
    padding: 11px 15px;
  }

  .blog-item-info h4 a {
    color: var(--color-dark);
  }

  .blog-item-info h4 a:hover {
    color: var(--theme-color2);
  }
.theme-read-more-blogs{
    margin-top: 30px !important;

}




  /*========================
  38. Blog single css
  ==========================*/

  .blog-single-content img{

    border-radius: 20px;
  }

  .blog-thumb-img {
    margin-bottom: 20px;
  }

  .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .blog-meta .blog-meta-left ul li{
    font-weight: 500;
  }

  .blog-meta i {
    margin-right: 5px;
    color: var(--theme-color2);
  }

  .blog-meta a {
    color: var(--body-text-color);
    font-weight: 500;
  }

  .blog-meta a:hover {
    color: var(--theme-color);
  }

  .blog-details-title {
    font-size: 34px;
    color:  var(--color-dark);
  }

  .blockqoute {
    background: var(--theme-bg-light);
    border-left: 5px solid var(--theme-color2);
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
    border-radius: 50px 50px 50px 0;
  }

  .blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    color: var(--color-dark);
  }

  .blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: var(--theme-color2);
    left: 0;
    top: 10px;
  }

  .blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .blog-details-tags h5 {
    color: var(--color-dark);
  }

  .blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .blog-details-tags ul a {
    background: var(--theme-bg-light);
    color:  var(--color-dark);
    padding: 6px 18px;
    border-radius: 8px;
    transition: var(--transition);
  }

  .blog-details-tags ul a:hover {
    background: var(--theme-color);
    color: var(--color-white);
  }

  .blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: var(--color-white);
    border-radius: 50px 50px 50px 0;
    box-shadow: var(--box-shadow);
    margin: 50px 0;
    padding: 20px;
  }

  .blog-author-img {
    width: 320px;
  }

  .blog-author-img img{
    border-radius: 40px 40px 40px 0;
  }

  .author-name {
    font-size: 22px;
    color: var(--theme-color);
    margin: 8px 0;
  }

  .author-info {
    padding: 0 20px;
  }

  .author-social {
    margin-top: 10px;
  }

  .author-social a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    border: 2px solid var(--theme-color);
    border-radius: 50px;
    margin-right: 5px;
    color: var(--theme-color);
    transition: var(--transition);
  }

  .author-social a:hover {
    color: var(--color-white);
    background: var(--theme-color);
  }

  .blog-comments {
    margin-bottom: 50px;
  }

  .blog-comments h3 {
    color: var(--color-dark);
  }

  .blog-comments-wrapper {
    margin: 30px 0;
  }

  .blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .blog-comments-single img {
    border-radius: 50%;
  }

  .blog-comments-content {
    padding: 0 0 0 20px;
  }

  .blog-comments-content span {
    font-size: 14px;
    color: var(--theme-color2);
    font-weight: 500;
  }

  .blog-comments-content a {
    font-weight: 500;
    margin-top: 5px;
    color: var(--theme-color2);
  }

  .blog-comments-content a:hover {
    color: var(--theme-color);
  }

  .blog-comments-content h5 {
    color: var(--color-dark);
  }

  .blog-comments-reply {
    margin-left: 50px;
  }

  .blog-comments-form {
    padding: 30px;
    margin-top: 50px;
    border-radius: 20px;
    background: var(--theme-bg-light);
  }

  .blog-comments-form h3 {
    margin-bottom: 20px;
  }

  .blog-comments-form .form-group {
    margin-bottom: 20px;
  }

  .blog-comments-form .form-control {
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: none;
    transition: var(--transition);
  }

  .blog-comments-form .form-control:focus {
    border-color: var(--theme-color2);
  }



  @media all and (max-width: 767px) {
    .blog-meta {
      flex-direction: column;
      font-size: 15px;
    }

    .blog-meta .blog-meta-left ul {
      gap: 10px;
    }

    .blog-details-tags {
      flex-direction: column;
      align-items: flex-start;
    }

    .blog-author {
      flex-direction: column;
      text-align: center;
      padding: 25px;
    }

    .author-info{
      margin-top: 25px;
    }

    .blog-comments-single {
      flex-direction: column;
      text-align: center;
      padding: 30px 0px;
      box-shadow: var(--box-shadow);
      margin-bottom: 30px;
      border-radius: 10px;
    }

    .blog-comments-single img{
      margin: 0 auto 20px auto;
    }

    .blog-comments-reply {
      margin-left: 0px;
    }
  }
  .blog-item-img{
    object-fit: contain;
   width: 320px;
   height: 224;

  }
  .blog-item-img img{
    width: 100%;
    height: 100%;

   }
   .blog-item-img img:hover{

    transition: all 2s;
   }
   .blog-item-meta ul {
display: flex;
justify-content: space-between;
font-size: 15px;
font-weight: 900;
   }
   .blog-item-info{
    margin-top: 20px;
    margin-bottom: 25px;
    min-height: 45px !important;
   }
   .read-more-blogs{
    margin-top: 30px !important;
   }

   .blog-item{
    margin-bottom: 30px;
   }

   .blog-item-meta ul li i {
    margin-right: 5px;
    color: #7cad04;
}
.blog-title a:hover{

    color: #7cad04 !important;
}
.accordion-body a:hover{
    color: #fff !important;
}
.brand-logo img{
    height: 300px !important;
    width: 300px !important;
}

.blog_details_pages_fix{
    margin-top: 80px;
    margin-bottom: 60px;
}
.blog-details-title{
    margin-bottom: 20px;
}
.blog-details p{
    margin-bottom: 15px;
    text-align: justify;
    line-height: 30px;
    color: #43464d;

    font-style: normal;
    font-size: 16px;

}
.widget .recent-post-img img {
    width: 80px;
    height: 80px;

    border-radius: 10px;
}
.widget {
    background: #F2F3F5;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    color: #19232B;
}
.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #012758;
    bottom: 0;
    left: 0;
}
.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #012758;
    bottom: 0;
    left: 22px;
}
.widget .recent-post-single {
    display: flex
;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.widget .recent-post-img {
    margin-right: 20px;
}
.widget .recent-post-bio h6 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.widget .recent-post-bio span {
    font-size: 14px;
    color: #012758;
    font-weight: 500;
}
.recent-post-bio h6 a{
    font-size: 15px;

}
.breadcurm-section-blog-details{
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
}
.services-details-heading-cut{
    font-size: 17px !important;
    font-weight: 900;
}
.mobile-menu-fixed-accordian .accordion-body{
    color: #fff !important;
    padding: 8px 0px !important;
}

.mobile-menu-fixed-accordian button{
    color: #fff !important;
    /* background-color: #5c94c2 !important; */
    border: none !important;

}
.mobile-menu-fixed-accordian .accordian-padding{
    color: #fff !important;
    /* background-color: #5c94c2 !important; */
    border: none !important;

}
 .accordion-button:not(.collapsed) {
    color: #fff !important;
     box-shadow: none !important;
}
.hospital-address-fixes{
    font-size: 14px !important;
}

/* about us  */
/* .tg-main {
    padding: 20px 0;
    padding-top: 0;
    padding-bottom: 0;
}
.tg-haslayout {
    width: 100%;
}
.tg-bglight {
    background: #f7f7f7;
}
.tg-videosection, .eventImg {
    position: relative;
}

.tg-videosection {
    width: 100%;
    float: left;
    overflow: hidden;
}
.tg-videosection figure {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1600px) {
    .tg-videosection figure img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: 0 0;
    }
}
.tg-whychooseus {
    max-width: 730px;
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px;
    padding-top: 15px;
}
.tg-whychooseus .tg-sectionhead {
    text-align: left;
}

.tg-sectionhead {
    width: 100%;
    float: left;
    padding: 0 0 25px;
    /* text-align: center; */
    /* padding-bottom: 0;
}
.tg-whychooseus .tg-sectiontitle {
    margin-bottom: 12px;
}
.tg-sectiontitle {
    vertical-align: top;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.tg-sectionhead .tg-description.mag-abt-desc, .tg-sectionhead .tg-description.mag-abt-desc h1 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    display: initial;
}

.tg-sectionhead .tg-description {
    padding: 0 0 25px;
    padding-bottom: 0;
}
.tg-description {
    width: 100%;
    float: left;
}
.tg-sectionhead .tg-description {
    padding: 0 0 25px;
    padding-bottom: 0;
}
.tg-description {
    width: 100%;
    float: left;
}
.description.mag-abt-desc h1 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    display: initial;
}
.tg-bglight {
    background: #f7f7f7;
}

.tg-haslayout {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-push-6 {
        left: 50% !important;
    }
}
@media (max-width: 1050px) {
    .tg-videosection figure, .tg-videosection figure img {
        height: auto;
        width: 100%;
    }
} */

/* Flexbox layout */
/* .row {
    display: flex;
    flex-wrap: wrap;
}

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
} */

/* Ensure images are responsive */
/* .tg-videosection figure img {
    width: 100%;
    height: auto;
}  */

/* Custom CSS */


.tg-main {
    padding: 50px 0;
}

.tg-bglight {
    background: #f7f7f7;
    padding: 20px 0;
}

.tg-videosection figure img {
    width: 100%;
    height: 380px;
    border-radius: 8px; /* Optional: Adds rounded corners to images */
}

.tg-whychooseus {
    padding: 20px;
}

.tg-sectiontitle h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.tg-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.tg-description a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
}

.tg-description a:hover {
    text-decoration: underline;
}


/* Responsive adjustments */
@media (max-width: 991.98px) {
    .tg-sectiontitle h1 {
        font-size: 2rem;
    }
    .naveen-pandey-about{
        margin-top: 0px;
        }
    .tg-videosection figure img {
        width: 100%;
        height: 400px;

    }
    .align-items-center {
        align-items: none !important;
    }
    .tg-videosection{
        margin-top: 35px;
        align-items: normal !important;
    }



    .tg-description {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .tg-sectiontitle h1 {
        font-size: 1.75rem;
    }
   .naveen-pandey-about{
    margin-top: 0px;
    }
    .tg-videosection figure img {
        width: 100%;
        height: auto;

    }

    .tg-description {
        font-size: 0.95rem;
    }

    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tg-videosection figure img {
        margin-bottom: 20px; /* Adds space between image and content on small screens */
    }
}

.team-member-card {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member-card:hover
 {
    transition: all 0s;
     transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

}

.team-member-img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;


    z-index: 1;
    display: block;
    position: relative;

    object-fit: contain;

    transition: allease .3s;
    -webkit-transition: allease .3s;
    -moz-transition: all ease .3s;
}

.team-member-info {
   padding: 12px 20px;
    background-color: #09293c;
    border-radius: 0 0 10px 10px;
}

.team-member-name {
    color: #4ee328;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
    text-align: center;

}

.team-member-designation {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

.footer-main-wrapper .footer-logo {
    width: 250px;
    height: 65px;

}
@media (max-width: 991px) {
    .footer-main-wrapper .footer-logo {
        width: 200px;
        height: 65px;

    }
}

@media (max-width: 768px) {
    .footer-main-wrapper .footer-logo {
        width: 250px;
        height: 65px;

    }
}


/* WhatsApp and Phone Floating Buttons */
.btn-whatsapp-pulse,
.btn-phone-pulse {
    position: fixed;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    font-size: 33px;
    z-index: 99;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* WhatsApp Button */
.btn-whatsapp-pulse {
    bottom: 23%;
    right: 2%;
    background-color: #25d366;
}

/* Phone Button */
.btn-phone-pulse {
    bottom: 45%;
    right: 2%;
    background-color: #1A73E8;
}

/* Pulsing Effect - Multiple Waves */
.btn-whatsapp-pulse::before,
.btn-whatsapp-pulse::after,
.btn-phone-pulse::before,
.btn-phone-pulse::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
    animation: pulse-animation 1.5s infinite linear;
}

/* Second wave for better effect */
.btn-whatsapp-pulse::after,
.btn-phone-pulse::after {
    animation-delay: 0.5s;
}

/* Keyframes for pulsing animation */
@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}





.btn-whatsapp-pulse:hover, .btn-phone-pulse:hover {
    background-color: #1fb385; /* Darker WhatsApp green */
}

.btn-phone-pulse:hover {
    background-color: #ff6923; /* Darker Phone blue */
}

.shareSocial .socialList li:nth-child(5) a {
    background-color: #ee2a7b;
}
.shareSocial .socialList li:nth-child(4) a {
    background-color: #747cb4;
}


.top-to-bottoms-icon{
    padding: 8px;
}

@media (max-width: 580px) {
    .top-to-bottoms-icon{
        padding: 0px;
    }
}

#return-to-top {
    bottom: 4%;
}

/* blogs index page imgages fix  */
.blog-box .img-icon img {
 height: 250px;
}


.tg-sectiontitle h1 {
    font-size:20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 45px;
    color: #333;
}
.sevices-detail-page-section h2{
    font-size:16px;
    font-weight: 600;
    margin-top: 10px;

    margin-bottom: 10px;
    color: #333;
}

.serviceInnerContent h2 {
     font-size:16px;
    font-weight: 600;
    margin-top: 25px;

    margin-bottom: 10px;
    color: #333;
}

.serviceInnerContent h5 {
    font-size:14px;
   font-weight: 600;
   margin-top: 25px;
   margin-bottom: 10px;
   color: #333;
}

.sectiontitle-test{
     font-size:16px;
    font-weight: 600;
    margin-top: 10px;

    margin-bottom: 10px;
    color: #333;
}

.serviceInnerContent p{
     font-size:15px;
      margin-bottom: 10px;
    color: #333;
    line-height:28px !important;
}
.blog-details{
    h1{
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h2{
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h3{
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 28px;
       padding-top: 15px;
        padding-bottom: 15px;
    }
    h4{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h5{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
     h6{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.blog-content h4 a{
    font-family: "Lato", sans-serif;
}
.blog-content ul li a{
    font-family: "Lato", sans-serif;
}
.blog-content .text-truncate-3-lines p{
    font-family: "Lato", sans-serif;
}
.blog-details-title{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.breadcrumb-home:hover {
    font-weight: 700;
    font-size: 28px;
    color: #fff !important;
}


/* our team section  */
.our-team-section{
    width: 100%;
    height: 350px;
}
.our-team-section img{
    width: 100%;
    height: 450px;
    border-radius: 10px;
    background-color: #08283c;
}
.our-team-content{
    padding-left: 30px;

}
.our-team-content h1{
    font-size: 32px;
    color:#08283c;
    text-align: justify;
    padding-bottom: 10px;
    font-weight: 700;
}
.our-team-content h3{
    font-size: 22px;
    color:#08283c;
    text-align: justify;
   padding-bottom: 10px;
   font-weight: 700;
}
.our-team-content p{
    font-size: 16px;
    color:#08283c;
    text-align: justify;
    line-height: 28px;
}
.Financial-Service h2{
    padding-left: 30px;
    padding-top: 20px;
    font-size: 18px;
    color:#08283c;
    text-align: justify;
    line-height: 28px;
    font-weight: 700;
}
.Financial-Service p{
    padding-left: 30px;
    font-size: 16px;
    color:#08283c;
    text-align: justify;
    line-height: 28px;

}

@media (max-width: 575px) {
   .Chartered-Accountant{
       padding-top:0px;
    padding-bottom:50px;
}

.Chartered-Accountant h2{
   line-height:30px;
}
}

@media (max-width: 575px) {
 .our-team-section {
    width: 100%;
    height: 240px;
}

.our-team-section img {
    width: 100%;
    height: 200px;
}
.tg-pagecontent {
    padding: 0px 0;
}
.blog-item-img {

    width: 100%;
    height: 160px;
}
.blog-item-img {
    border-radius:30px;
}

}
.footer-main-wrapper .footer-logo img {
    padding:0px 10px;
    background-color: #fff !important;
}



