/*---------------------------
Whatsapp connecter logo start
-----------------------------*/
.align-text-center{
    text-align: center;
}

a[href^="tel:"] {
    color: #007bff; /* Bootstrap primary color or any color you prefer */
    text-decoration: none; /* Remove underline */
}

a[href^="tel:"]:hover,
a[href^="tel:"]:focus {
    text-decoration: underline; /* Underline on hover/focus */
}

a[href^="mailto:"] {
    color: #007bff; /* Bootstrap primary color or any color you prefer */
    text-decoration: none; /* Remove underline */
}

a[href^="mailto:"]:hover,
a[href^="mailto:"]:focus {
    text-decoration: underline; /* Underline on hover/focus */
}
a[href^="https://www.google.com/maps"] {
    color: #007bff; /* Bootstrap primary color or any color you prefer */
    text-decoration: none; /* Remove underline */
}

a[href^="https://www.google.com/maps"]:hover,
a[href^="https://www.google.com/maps"]:focus {
    text-decoration: underline; /* Underline on hover/focus */
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}
.whatsapp-float i {
    margin-top: 16px;
}
.whatsapp-float:hover {
    color: #FFF;
    text-decoration: none;
}
/*-------------------------
Whatsapp connecter logo end
---------------------------*/

/*----------------------------------
Section background or about sections 
------------------------------------*/
.section-background {
    background-color: #f5f5f5;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0px 10px 15px  rgba(0, 0, 0, 0.4);
    margin-top: 20px;
}

/*--------------------------
Section titles css
----------------------------*/
.title-1 {
    color: #9a2835;
    font-size: 30px;
    font-weight: 900;
    border-bottom: 5px solid #8b0000;
    border-radius: 20px;
}
.title-2 {
    color: #9a2835;
    font-size: 20px;
    font-weight: 900;
    border-bottom: 5px solid #8b0000;
    border-radius: 20px;
    padding-left: 10px;
}
.title-3 {
    color: #F61732;
    font-size: 20px;
    font-weight: 900;
}

ul {
    font-size: medium;
}
p {
    font-size: medium;
}
.img-thumbnail {
    padding: 0 !important;
    border-radius: 40px !important;
}

/*-------------------------------------------
Padding top or bottom for every title heading
--------------------------------------------*/
.mtb {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*-------------------
Hovered Button
----------------------*/
.button:hover {
    background-color: white;
    color: #007bff;
} 

/*---------------------
clean block css
-----------------------*/
.clean-block {
    padding-bottom: 20px;
}

/*------------------------------
Navbar to head section gap
--------------------------------*/
.clean-navbar.fixed-top + .page {
    padding-top: 62px;
}

/*---------------------------------
Navbar css with media css start
----------------------------------*/
.clean-navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: black !important;
}
.texts-muted{
    color: #9a3232;
}
.clean-navbar.fixed-top,
.clean-navbar.fixed-bottom {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.clean-navbar .navbar-nav .nav-item {
    padding-right: 2rem;
}
.clean-navbar .navbar-nav:last-child .item:last-child,
.clean-navbar .navbar-nav:last-child .item:last-child a {
    padding-right: 0;
}
.navbar-nav .button {
    font-weight: 900;
    border-radius: 5px;
}  

@media (max-width: 576px) {
    /*----------------
    nav section css
    ------------------*/
    .clean-navbar img {
        width: 80px;
      }
    }
@media (min-width: 576.99px) {
    .clean-navbar img {
        width: 100px;
    }
    .navbar {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .clean-navbar.fixed-top + .page {
        padding-top: 5rem;
    }
}
@media (min-width: 820.99px) {
    .clean-navbar img {
        width: 145px;
      }
    }

/*---------------------------------
Navbar css with media css end
----------------------------------*/


/*------------------------------
 Head Section 1 start
 ----------------------------------*/
 .clean-block.clean-hero {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content:left;
    padding-bottom: 0;
  }
  .clean-block.clean-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .clean-block.clean-hero .text {
    max-width: 640px;
    color: #602f2f;
    z-index: 2;
    padding: 77px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin-left: 8rem;
  }
  .clean-block.clean-hero .text_blog {
    max-width: 743px;
    color: #602f2f;
    z-index: 2;
    padding: 77px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    margin-left: 8rem;
  }
  .faq-color{
    color: #305273;
  }
  .leaflet-popup-close-button span {
    color: #000000;
  }
  .clean-block.clean-hero .header_heading {
    margin-bottom: 30px;
    color: #F61732;
    font-size: 3rem;
    font-weight: 900;
  }
  .clean-block.clean-hero p {
    font-weight: 900;
    margin-bottom: 30px;
  }
  .clean-block.clean-hero input {
      font-size: medium;
      font-weight: 800;
      border-radius: 0.5rem;
      opacity: 0.8;
      height: 42px;
  }
  .clean-block.clean-hero button {
      font-weight: 800;
      border-radius: 0.5rem;
      font-size: 0.9rem;
      height: 40px;
  }
  .allignment-col-rght {
      text-align: right;
  }   
  .allignment-col-lft {
      text-align: left;
  }
/*---------------------------
Head Section 1 end
----------------------------*/

/*--------------------------
Head Section 1 media css
---------------------------*/
  @media (max-width: 576px) {
    .allignment-row{
        top: 35px;
        position: relative;
        right: 14px;
    }
    .allignment-col-rght{
        text-align: right;
        padding: 0;
    }
    .allignment-col-lft{
        padding: 0;
        text-align: left;
    }
    .clean-block.clean-hero .text {
        margin-left: 1rem;
    }
    .clean-block.clean-hero .text_blog {
        margin-left: 1rem;
    }
    .clean-block.clean-hero .header_heading {
        font-size: 1.5rem;
        margin-bottom: 0px;
    }
    .banner-heading {
        font-size: 2em !important;
    }
    .clean-block.clean-hero p {
        margin-bottom: 10px;
    }
    .clean-block.clean-hero input {
        max-width: 100%;
        height: 40px;
    }
    ::placeholder {
        font-size: 0.9rem;
    }
    .clean-block.clean-hero button {
        height: 40px;
    }
}
/*--------------------------
Head Section 1 media css end
---------------------------*/

/*---------------------------
Introduction section 2 start
-----------------------------*/
.intro-section {
    padding: 60px 0;
}
.intro-section .intro-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.intro-section .intro-text {
    flex: 1;
}
.intro-section .intro-img {
    flex: 1;
    text-align: center;
}
.intro-section .intro-img img {
    max-width: 100%;
    height: auto;
    border-radius: 40px;
}
.intro-section .title-2  {
    margin-bottom: 20px;
}
.intro-section .intro-content .intro-text button {
    font-size: medium;
    font-weight: 900;
    padding: 0.3rem;   
}
/*---------------------------
Introduction section 2 end
-----------------------------*/

/*----------------------
About us Section 3 start
------------------------*/
.section-3 .img-thumbnail {
    padding: 0;
    border-radius: 40px;
}
.about_us{
    height: 24rem;
    overflow: hidden;
}
.about_img{
    width: 100%;
}
/*----------------------
About us Section 3 end
------------------------*/

/*----------------------------
Service Cards Section 4 start
------------------------------*/
.clean-card {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
}  
  .clean-card .image {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}  
  .clean-card .info {
      padding: 10px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
}
 
.clean-card  p {
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 5px;
}
.clean-card button {
    width: 40%;
    border: none;
    margin-top: 5px;
    font-size: small;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}
.card-body-1 {
    background-color: #265f26;
    color: white;
}
.leaflet-control a {
    color: #000000 !important;
}
.card-body-1 button {
    background-color: lightgrey;
    color: black;
}
.card-body-1 button:hover {
    background-color: black;
    color: lightgrey;
}
.card-body-2 {
    background-color: #e8b021;
}
.card-body-2 button {
    background-color: darkslategrey; 
    color: white;
}
.card-body-2 button:hover {
    background-color: white;
    color: darkslategray;
}
.card-body-3 {
    background-color: #5a5858;
    color: white;
}
.button-color{
    background-color: #2b4e73 !important;
}
.card-body-3 button{
    background-color: goldenrod;
    color: black;
}
.card-body-3 button:hover {
    background-color: black;
    color: goldenrod;
}
/*--------------------------
Service Cards Section 4 end
----------------------------*/

/*------------------------
Safety First Section 5 start
--------------------------*/
.safety-sec {
    padding: 20px 0px;
}
.safety-sec p,ul {
    font-size: medium;
}
.safty-title-2 {
    border: none;   
}
.target {
    color: red;
}
.banner-heading{
    color: #953232;
    font-size: 4em;
    margin-bottom: 0px !important;
    text-align: left;
}
.banner-heading-support{
    margin-bottom: 4px !important;
    text-decoration: underline;
    float: left;
    font-size: 18px;
}
.service-title{
    text-decoration: underline;
    font-weight: bold;
}
#map { 
    height: 180px; 
}
/*.safety-sec h4 {
    border: none;   
}*/
/*------------------------
Safety First Section 5 end
--------------------------*/

/*---------------------
Pricing Section 6 start
----------------------*/
.py-3 .pricing-sec-card-bg  {
    background-color: #F61732;
    color: whitesmoke;
    padding-top: 10px;
}
.py-3 .pricing-sec-card-bg text-center h5 {  
    font-weight: 900;
}
/*---------------------
Pricing Section 6 end
----------------------*/


/*--------------------------------
Collapse FAQs Section 7 start
------------------------------------*/
.collapseCss {
    padding-top: 20px;
    padding-bottom: 20px;
}

.collapseCss .card {
    border: none;
}
/*--------------------------------
Collapse FAQs Section 7 end
------------------------------------*/

/*------------------------------
Contact Section start 8  
--------------------------------*/
.contact_section {
    margin-top: 50px;
    background-color: #FFF;
}
/*.contact_section h5 {    
    opacity: 0.5;
    font-weight: 400;
}
.eight-sec .row-1 {
    padding-top: 30px;
}
.eight-sec h2 {
    padding-top: 30px;
    margin-bottom: 15px;
}
label {
    font-size: smaller;
    font-weight: 600;
}
input {
    opacity: 0.8;
    font-weight: 600;
}
::placeholder {
    font-size: 0.8rem;
}
textarea {
    opacity: 0.8;
    font-weight: 600;
}
.footer-button .bottom-button {
    font-size:medium;
    font-weight: 900;
}*/

/*------------------
Contact Section 8 end
-------------------*/

/*--------------------------
Footer css start
---------------------------*/
.page-footer {
    margin-top: 50px;
    width: 100%;
}
.page-footer .container {
    border-top: 1px solid black;
}
.page-footer .footer-image {
   width: 135px;
    margin-top: 15px;
}
.page-footer  .icons {
    margin-top: 15px;
}
.page-footer .icons a {
    font-size: 20px;
    padding: 0.6em 0.4em;
}
.page-footer .icons a .icon-social-youtube {
    font-size: 22px;
}
.page-footer ul {
    margin-top: 50px;
}
.page-footer ul li {
    list-style-type: none;
}
.page-footer ul li a {
    color: black;
     font-size: small;
     font-weight: 600;
     text-transform: capitalize;
}
.page-footer a:hover,
.page-footer a:focus {
  text-decoration: none;
  color: #8b0000;
}

/*--------------------------
Footer css start
---------------------------*/

/*------------------
Footer Css
--------------------*/
@media (max-width: 576px) {
/*----------------
Title Css
------------------*/
    .title-1 {
        font-size: 19px;
    }
    .title-2 {
        font-size: 11px;
    }
    .intro-section {
        padding: 20px 0;
    }
    .clean-block {
        padding-bottom: 0px;
    }
    address {
        font-size: small;
    }
    .intro-section .intro-content .intro-text button {
        padding: 0.3rem;   
    } 
/*------------------
ul p css
-------------------*/
    ul {
        font-size: small;
    }
    p {
        font-size: small;
    }
    #pricing .card .pricing-sec-card-bg h4 {
        font-size: 1.2rem;
    }
/*------------------
Footer Css
--------------------*/
    .page-footer .footer-image {
        width: 80px;
    }
    .copyright {
        font-size: 11px;
    }
}



@media (min-width: 576px) {
  .clean-block {
    padding-top: 40px;
    /*padding-bottom: 50px;*/
  }
  .clean-block.clean-hero {
    min-height: 500px;
  }
  .clean-block.clean-hero .text {
    padding: 0px;
  }
  .clean-block.clean-hero .text_blog {
    padding: 0px;
  }
}

@media (min-width: 768px) {
 
  .clean-block.clean-info {
    padding-left: 0px;
    padding-right: 0px;
    text-align: inherit;
  }
}

.author{
    text-transform: capitalize;
}

/* #home{ */
    /* background-image: url('../../Assets/images/sunrw8l8dtxeaxlyxv8f1.webp'); */
  /* } */
/* .hero-banner {
transition: all 1s ease-in-out;
} */

/* Hide with a class, not default */
/* .hidden-on-load {
opacity: 0;
transform: translateY(100px);
} */

/* Show it with JS after paint */
/* .hero-banner.show {
opacity: 1;
transform: none;
} */
  
