@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 *{
	margin:0;
	padding: 0;
	box-sizing: border-box;
    
    
}

body {
     font-family: "Lato", sans-serif;
    overflow-x: hidden;
}

::-webkit-scrollbar{
  width:12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}
li {
    list-style: none;
    font-family:  "Lato", sans-serif;
    margin-bottom: 8px;
}
p {
    font-family:  "Lato", sans-serif;
    
}


/********tobar start******/
.header{
  width:100%;
  height:100%;
}
.text-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar-top {
    background-color: #005c8f;
    width: 100%;
    height: 10%;
    padding: 10px;
}
/* Add this CSS to your stylesheet */
.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff; /* Replace with your desired background color */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle box shadow */
}
.text-content{
  display: flex;
  align-items:center;
}
.para-text{
  margin-bottom: 0px;
  font-size:1rem;
  color:#fff;
  font-weight:400;
  margin:4px 15px;
}
.span-text{
  padding: 0px 5px;
}

.icon-social{
  color:#fff!important;
  font-size:18px !important;
  padding-top:0px 2px;
  margin:0px 7px;
  cursor:pointer;
}
.icon-social:hover{
  color:#009240;
}
/********tobar end******/

/********navbar start******/
img.logo {
    width: 120px;
    
}
.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Merriweather", sans-serif !important;
}
.navtext{
  padding:0px !important;
}


.nav-item {
  margin: 0 10px; /* Adjust spacing between menu items */
  list-style: none;
}

.nav-link {
    text-decoration: none;
    color: #5e5c5c !important;
    padding: 8px 12px;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform:capitalize;
}
.navbar-nav .nav-item a {
    transition: 0.1s ease;
    color: #005c8f !important;
    font-weight: 600 !important;
    font-family: "Merriweather", sans-serif !important;
    padding-top: 8px;
/*    margin: 0 8px;*/
}
.text-capital{
  text-transform: uppercase;
}

.navbar-nav .nav-item a:hover {
    color: #c8251b !important;
    transform: scale(1.01);
}

/********navbar end******/
/*.imgbox{
  width:100%;
  height:600px !important;

}*/
/********slider start******/
.carousel-item {
    position: relative !important;
 
}
.inner-header{
  height:57vh !important;
}



/********slider end******/



/*********************Request Form start*******************/
.btn {
    padding: 8px 18px !important;
    color: #fff !important;
    background: #c8251b;
    font-family: "Merriweather", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
}


.btn-outline-primary:hover {
    background: #fff !important;
    color: #c8251b !important;
  
    
}
.form-text h2 {
    color: #c8251b;
    letter-spacing: 1px;
    font-family: "Merriweather", serif !important;
}
.form-label {
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    font-family:  "Lato", sans-serif;
}
.form-control {
    font-family:  "Lato", sans-serif;
    font-size: 14px !important;
}
/*********************Request Form end*******************/
/**********footer*******/

footer {
    width: 100%;
    min-height: 300px;
    background-color: #005c8f;
    padding: 24px;
    margin-top: 85px !important;
    font-family:  "Lato", sans-serif;
}
.footer-container{
  margin-top:20px;
  padding:20px 4px 9px 4px;
}
.footer-logo {
    max-width: 100px;
    margin-bottom: 20px;
}
.footer-para {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin: 25px 0px;
    font-family:  "Lato", sans-serif;
}
.heading-sm-footer {
    color: rgba(255, 255, 255, 0.863);
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 700;
    margin: 18px 0px;
    font-family:  "Lato", sans-serif;
}
.social-link-footer{
  margin:16px 0px;
}
.icon-social-footer {
    font-size: 21px;
    padding: 9px;
    color: #fbfdff;
    margin: 0px 4px;
    cursor: pointer;
    transition: 0.2s ease-in;
}
    .icon-social-footer:hover {
        background: #fff;
        color: #005c8f;
    }
.pages-footer{
  padding: 6px 18px !important;
}
.heading-pages
{
  color:rgba(255, 255, 255, 0.863);
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer-links{
  font-size: 15px;
  color:rgba(255, 255, 255, 0.534) !important;
  margin-left: -121px;
}
.footer-links:hover{
  color:#fff!important;
}
.contact-footer{
  display: flex;
  flex-direction: column ;
}
.text-contact{
  margin:16px 0px;
  color:#fff ;
  font-size: 16px;
  color:#fff;
}
.footer-icon{
  font-size: 16px;
  color:rgba(255, 255, 255, 0.863);
  padding:0px 9px;
}
.footer-rights{
  margin-top: 22px;
  border-top:1px solid rgba(255, 255, 255, 0.32);
  width:100%;
  min-height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-para{
  margin:0px;
  padding-top:20px;
  color:#fff;
  font-size: 16px;
}

/******Footer section end**************/


/************about section start****************/
.about{
  background-image: linear-gradient(rgb(0 0 0 / 54%), rgb(0 0 0 / 47%)), url(/Content/MyImages/aboutus.jpg);
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
    .about h2 {
        color: #fff;
        font-size: 3rem !important;
        letter-spacing: 1px;
        font-family:  "Lato", sans-serif;
        text-transform: uppercase !important;
    }

/************contact section start****************/

.contact{
  background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("/Content/Img/contact.jpg");
  width:100%;
  height:30vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}
    .contact h1 {
        color: #fff;
        font-size: 3rem;
        letter-spacing: 1px;
        font-family: "Merriweather", serif !important;
        text-transform: capitalize !important;
    }



.career{
  background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.9)), url("/content/carrer-1.jpeg");
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
    .career h2 {
        color: #fff;
        font-size: 3rem;
        letter-spacing: 1px;
        font-family: "Merriweather", serif !important;
        text-transform: uppercase !important;
    }
/*************about section end******/







/* ==================================================================== */
.img-section{
  width:100%;
  height:100vh;
}
.image-slider{
  width:60%;
  height:600px;
  background-image: url('images/main-slider/1.jpg');
  background-size: cover;
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation:changeImg 20s linear infinite;
}
@keyframes changeImg{
  0%{
    background: url('/Content/images/main-slider/2.jpg');
  }
   25%{
    background: url('/Content/images/main-slider/3.jpg');
  }
   50%{
    background: url('/Content/images/main-slider/19.jpg');
  }
   75%{
    background: url('/Content/images/main-slider/24.jpg');
  }
   100%{
    background: url('/Content/images/main-slider/6.jpg');
  }
}
.marquee-container{
  margin:0 !important;
  padding:0 !important;
}
.marquee {
  width: 100%; /* Set your preferred width */
  height: 100px; /* Set your preferred height */
  overflow: hidden;
  position: relative;
  background-color: #f8f9fa;
 
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  animation: marquee 10s linear infinite;
  padding-top: 30px;
  text-transform: uppercase;
  color:#009240;
  font-weight: 500;

}
.marquee-content:hover{
  color:grey;
}
.marquee-content span{
  margin-right: 70px;
  font-size:1.2rem !important;
}
.marquee-content span i{
  padding-right:20px;
  color:#0e519d;
  font-size:10px !important;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ----------------------------------gallery------------------------ */
/* body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
} */

h1 {
  text-align: center;
  margin: 20px 0;
  color: #333;
}

.gallery {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  height:auto !important;
}

.grid-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.grid-item:hover {
  transform: scale(1.05);
}

.grid-item img {
  width: 30%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.fancybox-slide--image {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.fancybox-caption {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.mainDataGalleryInfo{
    width:100%;
    display:flex;
    justify-content: start;
    flex-wrap: wrap;
}
.mainDataGalleryInfo .grid-item{
    position: initial !important;
    width: 31%;
    margin: 1%;
} 
.mainDataGalleryInfo .grid-item a{
    box-sizing: border-box;
    width: 100%;
    text-decoration:none;
}
.mainDataGalleryInfo .grid-item a p{
    padding: 10px;
    margin:0px;
    color:#000;
    font-size: 16px;
}

.mainDataGalleryInfo .grid-item a img{
    width:100%;
    height: 274px;
    padding: 0px 10px 10px;
    box-sizing: border-box;
}
/* ----------------------------------abc------- */
.abc {
  color: #009240 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
/* .bca h6 a {
color: #ffffff; 
margin-left: 96px;"
} */
.btn-loan1:hover{
  background:#fff !important;
  color:#fff!important;
  
}
.btn-loan1{
  padding:5px !important;
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size:15px !important;
  font-weight: 300 !important;
}
.btn-loan1 {
  background: #fff!important;
  color:#009240!important;
  border:1px solid #009240 ;
  margin-left: 144px;

}
/* ------------------product1-------------- */
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 56px;
}

.product-details__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-details__img img {
  width: 100%;
  height: 300px;
  border-radius: var(--agrion-bdr-radius);
  transition: transform 500ms;
  
}
.product-details__img img:hover {
 
  transform: scale(1.5) rotate(20deg);
}
.product-details__content-text1{
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.8;
  font-weight: 100;
  text-align: justify;
}
.hidden-content {
  display: none;
  margin-left: 20px;;
}
.easy-text h2 {
  padding-top: 10vmin;
  color: #009240 !important;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}
.faq h2 {
  padding-top: 12vmin;
  color: #009240 !important;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 2rem;
}
/*.cover2 {
  width: 100%;
  height: 66vmin;
  background: url(/Content/MyImages/whyus.jpg);
  background-size: 100%;
  position: relative;
}*/

.card-title {
  font-size: 1.1rem !important;
  padding: 5px;
  margin-bottom: none!important;
}
/* -----------------------client-------------- */

.heading {
  text-align: center;
  color: #454343;
  font-size: 25px;
  font-weight: 100;
  position: relative;
  margin-bottom: 70px;
  text-transform: inherit;
  z-index: 999;
}
.white-heading h2{
  color: #009240;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  /*background: url(img/heading-line.png);*/
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  /* background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png); */
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  /* background: url(img/testimonial.bg-top.png); */
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background-color:#dee2e670 ;
  padding-top: 10vmin;
  padding-bottom: 10vmin;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px !important;
  height: 136px !important;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #020202;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
/*padding-bottom:50px;*/
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 18px;
  height: 35px;
  color: black;
}
/* ------testimonial  close-------*/
/* ------------------------ */


/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}
.h2 .text-center{
  color: #009240 !important;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 2rem;
}
/*--------------------------------------------------My Custom CSS---------------------------------------------------*/

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #065f91;
    cursor: pointer;
}
.news-headings{
    text-align: center;
    padding: 40px;
    font-family: 'Poppins', sans-serif !important;
    color: #009240;
    font-size: 2.8rem;
}
.testimonial4_slide img {
    border: 2px solid #009240;
}
a.nav-link.footer-links.myfooterlink-txt {
    color: #fff!important;
    font-weight: 300 !important;
    font-size:16px;
}
.about-heading.mb-3 h2 {
    font-weight: 600 !important;
    color: #005c8f;
    font-size: 2rem;
}
p.about-para {
    position: relative;
    text-align:justify;
}
.content-1.about-para-txt p {
    line-height: 2;
}
.mytext-heading{
    color: #009240 !important;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 30px;
}
a.view_more_link {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 16%;
    width: 78%;
    margin-left: 12%;
    max-width: 300px;
    height: 45px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
}

a.view_more_link:hover {
    background-color: #fff;
    color: #000;
}

/* Media query for smaller screens */
@media (max-width: 600px) {
    a.view_more_link {
        font-size: 16px; 
        width: 90%;      
        margin-top: 10%; 
    }
}
.content-news-container a {
    text-decoration: none !important;
}
.viewmore-txt {
    cursor: pointer;
    float: left;
    margin-top: -42px;
    margin-left: 24px;
}
section.blog-section.style-four.section {
    padding: 60px 0;
}
.blog-section.style-four .left-side {
    margin-right: 45px;
}
.blog-section.style-four .item-holder:first-child {
    margin-top: 0px;
    position:relative;
}
.blog-section.style-four .image-box {
    display: block;
     position:relative;
}
.blog-section.style-four .image-box img {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}
.blog-section.style-four .content-text {
    display: block;
    padding-top: 40px;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
}
.blog-section.style-four .content-text h4 {
    font-weight: 400;
    color: #222222;
    margin-top: -10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.blog-section .content-text span {
    font-size: 14px;
    font-weight: 500;
    color: #032c8f;
    line-height: 24px;
}
.btn-style-one {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
    padding: 4px 25px;
    background: #032c8f;
    border: 1px solid #032c8f;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Ubuntu','Josefin Sans','Poppins', sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 0px;
}
.content-text a {
    text-decoration: none !important;
}
.content-text p {
    margin-top: 20px;
}
.link-btn {
    margin-bottom: 10%;
    margin-top: 2rem;
}
/*--------------------------------------------------Mobile View Responsive---------------------------------------------------*/

@media only screen and (min-width: 360px) and (max-width: 768px)
{
html {
    overflow-x: hidden !important;
}
.text-content {
    display: none;
}
.nav-bar-top {
    height: auto !important;
}
.numbers-1 .rect-1{
    margin-top:8%;
}
.text-heading h2 {
    font-weight: 600;
    font-size: 24px;
}
.numbers-1 .rect-1 h3 {
    font-size: 18px;
}
.text-heading p {
    font-size: 16px;
}
.text-italic {
    font-style: italic;
    font-size: 16px;
}
.content-1 h6 {
    font-size: 13px;
    color: #009240;
}
.cover2 {
    height: 70vmin;
    background: url(/Content/images/main-slider/13.jpg);
    background-size: cover; /* Adjusted to cover the entire container */
    background-repeat: no-repeat; /* Prevent image repetition */
    position: relative;
}
.purchase.text-center.mb-3 {
      margin-top: 75vh;
}
.purchase h2 {
    font-size: 22px;
}
.faq-question {
        font-size: 14px !important;
    }
    .content-head h2 {
        font-family: "Roboto Slab", serif;
        font-size: 16px;
    }
    section.section-2.container-fluid.mt-5 p {
    font-size: 12px;
}
    .btn-loan {
    padding: 6px !important;
    font-size: 14px !important;
}
    footer {
       
}
    .footer-links {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.534) !important;
   
}
 .ui-card {
    height: 316px;
}
.mainDataGalleryInfo .grid-item {
    position: initial !important;
    width: 100%;
}
.cover .content-head {
    padding-top: 12vmin;
    }
  .content-head p {
    font-size: 12px;
}
    .heading-sm-footer {
        font-size: 16px;
    }
.heading-pages {
   font-size: 18px;
   font-weight: 500;
   margin-top: 30px;
   text-align:left;
}
.count h2 {
        font-size: 34px;
    }
.pages-footer {
    margin-left: -4%;
    }
.testimonial4_slide p {
    font-size: 16px;
}
.content-news {
    margin-top: 30px;
    }
.news-headings {
    font-size: 30px;
}
}

.franchise{
  background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("/content/images/franchise.jpg");
  width:100%;
  height:60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.franchise h2{
  color:#fff;
  font-size:3rem;
  letter-spacing: 1px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  text-transform: uppercase !important;
}
.head-extradiv{
    width:100%; 
    height:auto;
    margin:100px 0;
    text-align:center;
}
.text-detail h2{
    text-align: center;
    padding: 40px;
    font-family: 'Poppins', sans-serif !important;
    color: #009240;
    font-size: 2.8rem;
    margin-bottom: 40px;
}

.extradiv{
    background:#fff;
    border:none;
    padding:50px !important;
    border-radius:3px;
    transition:0.3s;
}
.extradiv:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform:translateY(-20px);
}
.extratext{
    color:#009240;
    font-size:1.1rem;
    margin:20px 0 15px 0;
    font-weight:bold;
    line-height:1.1;
    word-spacing:4px;
}
.extraicon{
    font-size:35px !important;
    color:#009240;
}
.navbar-nav li.active > a {
    color: #c8251b !important;
}
#loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* semi-transparent white background */
    z-index: 9999; /* Ensure the loader appears on top of other content */
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey border */
    border-top: 16px solid #3498db; /* Blue border on top */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite; /* Animation for spinning */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px; /* Half of the height */
    margin-left: -60px; /* Half of the width */
}

.loader-text {
    text-align: center;
    margin-top: 10%;
    font-size: 24px;
    color: #333;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

    .pagination a {
        padding: 8px 12px;
        margin: 5px;
        border: 1px solid #ddd;
        color: #000;
        text-decoration: none;
        display: inline-block;
    }

    .pagination .active {
        background-color: #005c8f;
        color: #fff !important;
        border: 1px solid #005c8f;
    }
.blog-img {
    overflow: hidden;
}
.blog-img img {
    width: 100% !important;
}
.blog-02-content {
    margin-right: 0;
    margin-top: 36px;
}
.blog-02-content .blog-meta {
    margin-bottom: 12px;
    border-bottom: none;
    padding-bottom: 0;
}
.blog-meta span {
    margin-right: 24px;
}
.blog-meta span i {
    font-size: 18px;
    margin-right: 5px;
}
.blog-meta span > a {
    font-size: 16px;
    color: #748188;
    font-weight: 400;
    text-decoration:none;
}
.blog-meta span:last-child {
    margin-right: 0;
}
.blog-title h3 {
    font-size: 18px !important;
    margin-top: 10px;
    letter-spacing: -.3px;
    line-height: 1.4;
    font-weight: 600 !important;
}
.blog-standard .blog-02-content p {
    margin-bottom: 28px;
    margin-right: 0px !important;
    text-align: justify !important;
}
#blog_desc p {
    font-size: 15px !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: normal;
    line-height: 28px;
    color: #5e5c5c;
    margin-bottom: 12px;
}
.mb-30 {
    margin-bottom: 30px;
}
.blog-sidebar .widget {
    padding: 32px 30px 40px 30px;
    border: 2px solid #eeeeee;
}
.widget-title-2 {
    font-size: 24px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 0;
    padding-bottom: 27px;
    position: relative;
    font-weight: 600 !important;
}
.widget-title-2::before {
    position: absolute;
    background: #005c8f;
    content: "";
    height: 4px;
    width: 60px;
    left: 0;
    bottom: -3px;
}
ul {
    margin: 0px;
    padding: 0px;
}

ul.cat li:first-child {
    border-top: 0;
    padding-top: 0;
}
ul.cat li {
    border-top: 1px solid #e8e8e8;
    padding: 15px 0;
    overflow: hidden;
}
ul.cat li a {
    display: block;
    color: #222;
    text-decoration: none;
}
.f-right {
    float: right;
}
.mb-60 {
    margin-bottom: 60px;
}
.widget .recent-posts > li:first-child {
    border: 0;
    padding-top: 0;
}
.widget .recent-posts > li {
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
    overflow: hidden;
}
.widget-title-2 {
    font-size: 24px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 0;
    padding-bottom: 27px;
    position: relative;
}
.widget-title-2::before {
    position: absolute;
    background: #005c8f;
    content: "";
    height: 4px;
    width: 60px;
    left: 0;
    bottom: -3px;
}
.widget-posts-image {
    float: left;
}
.widget-posts-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}
.widget-posts-body {
    overflow: hidden;
}
.widget-posts-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
    line-height: 1.4;
}
.widget-posts-meta {
    font-size: 14px;
}
h6.widget-posts-title a {
    color: #222;
    text-decoration: none;
}