body {
  padding: 0px;
  margin: 0px;
}

html {
  scroll-behaviour: smooth; 
}

/**HEADER STARTS **/
header nav .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px auto;
    width: 80%;
    padding: 0px;
    height: 60px;
}

header nav .container .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start ;
}

header nav .container .navbar-brand .header-logo img {
    align-items: center;
    justify-self: flex-start ;
    width: 55px;
    
}

header nav .container .offcanvas-body .navbar-nav {
    /* padding: 2px 0px; */
    display: flex;
    align-items: center;
}

header nav .container .offcanvas-body .navbar-nav .nav-link{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0px 15px;
    color: #192702;
}

header nav .container .offcanvas-body .navbar-nav .nav-link:hover{
    color: #80bb28;
}

header nav .container .offcanvas-body .let-talk{
    display: flex;
    flex-direction: row; 
}

header nav .container .offcanvas-body .let-talk a{
    align-self: flex-start;
    padding: 7px 19px;
    background-color: #387d50;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}

header nav .container .offcanvas-body .let-talk a:hover{
    background-color: #dc0b0b;
    
}

button.navbar-toggler {
    border: 2px solid green;
    width: 50px;
    padding: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    border: 2px solid #dc0b0b;
    color: transparent;
}

/**HEADER STARTS **/



/**BANNER SECTION ENDS **/
main .banner-section {
    background-image: url("../images/banner.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(105, 225, 121, 0.22);
}

main .banner-section .container {
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin: auto;
}

main .banner-section .container  .col-lg-7{
   padding: 0px;
}

main .banner-section .container .banner-introduction h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-family:'Poppins', sans-serif ;
    letter-spacing: 2px;
    font-weight: 300;
    color: #141414
}

main .banner-section .container .banner-introduction h3 {
    font-size: 45px;
    font-family:'Poppins', sans-serif ;
    font-weight: 600;
    color: #141414
}

main .banner-section .container .banner-introduction p {
    font-size: 15px;
    font-family:'Poppins', sans-serif ;
    font-weight: 400;
    color: #141414;
    margin-top: 5px;
}

main .banner-section .container .banner-introduction a {
    padding: 7px 19px;
    background-color: #387d50;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}

main .banner-section .container .banner-introduction a:hover {
    background-color: #dc0b0b;
}

/**BANNER SECTION ENDS **/




/**INLINE SECTION STARTS **/
main .outline-section .outline-space  {
    margin: 90px;
}
/**OUTLINE SECTION ENDS **/

/**INLINE SECTION STARTS **/
main .inline-section .inline-space  {
    margin: 35px;
}
/**INLINE SECTION ENDS **/


/**SUB-BANNER-INTRODUCTION SECTION starts **/
main .sub-banner-introduction .objective-grid .container {
    width: 80%;
    display: flex;
    margin: 0px auto;
    flex-direction: row;
    
}

main .sub-banner-introduction .objective-grid #first-objective  {
    background: #192702;
    background: linear-gradient(35deg, rgba(214,199,199,1) 0%, rgba(128,187,40,1) 48%);
    text-shadow: 1px 1px 2px  #192702;
}

main .sub-banner-introduction .objective-grid #first-objective svg {
    color: #dc0b0b;
}

main .sub-banner-introduction .objective-grid #first-objective h5 {
    color: white;
    
}

main .sub-banner-introduction .objective-grid #first-objective p {
    color: white;
    
}

main .sub-banner-introduction .objective-grid .objective-box  {
    padding: 15px;
    border-radius: 3px;
    box-shadow: 6px 5px 7px 5px rgba(223, 215, 215, 0.5);
}

main .sub-banner-introduction .objective-grid .objective-box:hover  {
    transform: rotate(3deg);
}


main .sub-banner-introduction .objective-grid .objective-box svg {
    color:  #80bb28;
    
}

main .sub-banner-introduction .objective-grid .objective-box h5 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;;
    color: #192702;
    margin: 15px 0px;
    
}

main .sub-banner-introduction .objective-grid .objective-box p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;;
    color: #192702;
    line-height: 30px;
    
}

/**SUB-BANNER-INTRODUCTION SECTION ENDS **/





/**ABOUT-INTRODUCTION SECTION ENDS **/
main .about-introduction-section .about-introduction .container {
    width: 80%;
    margin: 0px auto;
}

main .about-introduction-section .about-introduction .container .about-introduction-image img {
    width: 100%;
}


main .about-introduction-section .about-introduction .container .about-introduction-text h6 {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;;
    color:#80bb28 ;
    text-transform: uppercase;
    border-left: 2px solid #dc0b0b;
    padding-left: 10px;
    letter-spacing: 2px;
    text-shadow: 0.5px 0px #192702;

}


main .about-introduction-section .about-introduction .container .about-introduction-text h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;;
    color:#141414 ;
    line-height: 50px;
    
}

main .about-introduction-section .about-introduction .container .about-introduction-text span {
    color:#80bb28 ;
    
    
}

main .about-introduction-section .about-introduction .container .about-introduction-text p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;;
    color:#141414 ;
    line-height: 30px;
    
}

main .about-introduction-section .about-introduction .container .about-introduction-text a {
    padding: 7px 19px;
    background-color: #387d50;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    
}

main .about-introduction-section .about-introduction .container .about-introduction-text a:hover {
    background-color:#dc0b0b;
        
}

main .about-introduction-section .about-introduction .container  #why-choose{
    margin-top: 10px;
}

main .about-introduction-section .about-introduction .container  .why-choose-grid  {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
        
}

main .about-introduction-section .about-introduction .container  .why-choose-grid  .grid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

main .about-introduction-section .about-introduction .container  .why-choose-grid  .grid svg{
    color:#80bb28;
    
}

main .about-introduction-section .about-introduction .container  .why-choose-grid  .grid svg:hover{
    color:#dc0b0b;
    
}

main .about-introduction-section .about-introduction .container  .why-choose-grid  .grid .highlight{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #141414;   
}

main .about-introduction-section .about-introduction .container  .why-choose-grid  .grid .highlight p{
    margin: 0px;
   padding-left: 5px;
       
}

/**ABOUT-INTRODUCTION SECTION ENDS **/





/**GALLERY SECTION STARTS **/
main .gallery-section .gallery .container-fluid {
   width: 100%;
   display: flex;
   flex-direction: row;
   margin: auto;
   box-sizing: border-box;
   flex-wrap: wrap;
   justify-content: space-between;
}

 main .gallery-section .gallery .container-fluid .col-lg-4 {
    padding: 0px;
    position: relative;

 }

main .gallery-section .gallery .container-fluid img:hover{
    background-color: #192702;

 }

main .gallery-section .gallery .container-fluid img {
    width: 100%;
    height: auto;
     
 }

 main .gallery-section .gallery .container-fluid .text-container {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 8px;
    right: 10px;
    top: 120px;
    bottom: 50px;
    background-color: rgba(41, 41, 41, 0.2);
    padding: 10px;
    
 }
 

main .gallery-section .gallery .container-fluid .text-container:hover {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 8px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background-color: rgba(108, 9, 9, 0.3);
    padding-top: 100px;
    cursor:pointer;
 }


 main .gallery-section .gallery .container-fluid .text-container h3{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;;
    color:white ;
    text-shadow: 0.4px 0px #192702;
 }

main .gallery-section .gallery .container-fluid .text-container p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;;
    color:white ;
    text-shadow: 0.4px 0px #192702;
 }

main .gallery-section .gallery .container-fluid .text-container a{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;;
    color:#80bb28 ;
    text-shadow: 1px 0px #192702;
    text-decoration: none;
} 
/**GALLERY SECTION ENDS **/





/**SERVICE SECTION STARTS**/
main .service-section {
    text-align: center;
}

main .service-section .service-title h6{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color:#80bb28 ;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 2px;
    text-shadow: 0.5px 0px #192702;
}


main .service-section .service-title h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color:#141414 ;
    line-height: 50px;
    
}

main .service-section .service-title p {
    font-size: 15px;
    font-family:'Poppins', sans-serif ;
    font-weight: 400;
    color: #141414;
    margin-top: 5px;
}

/**SERVICE SECTION ENDS**/




/**SERVICES GRID SECTION STARTS**/
main .services-grid-section .services-grid .service .top  {
    color: #80bb28;
    margin-bottom: 10px;
}

main .services-grid-section .services-grid .container  {
    width: 80%;
    margin: 0px auto;
}

main .services-grid-section .services-grid #first  {
    margin-bottom: 20px;
}

main .services-grid-section .services-grid #arrow-button  {
    color: white;
}

main .services-grid-section .services-grid .service  {
    padding: 15px;
    border-radius: 3px;
    box-shadow: 6px 5px 7px 5px rgba(223, 215, 215, 0.5); 
}

main .services-grid-section .services-grid .service:hover  {
    box-shadow: 6px 5px 7px 5px rgba(223, 215, 215, 0.2); 
    cursor: pointer;
    color:#dc0b0b ;
}

main .services-grid-section .services-grid .service h6  {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;;
    color:#141414;
    
}


main .services-grid-section .services-grid .service p  {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;;
    color:#141414;
    
}

main .services-grid-section .services-grid .service #red  {
    color: #dc0b0b;
    
}

main .services-grid-section .services-grid #red-second  {
    background: rgb(214,199,199);
    background: linear-gradient(35deg, rgba(214,199,199,1) 0%, rgba(128,187,40,1) 48%);
    text-shadow: 1px 1px 2px  #192702;
}

main .services-grid-section .services-grid #red-second h6 {
    color: white;
}

main .services-grid-section .services-grid #red-second p{
    color: white;
}


/**SERVICES GRID SECTION ENDS**/





/**FOOTER SECTION STARTS**/
footer {
    background-color: #141414;
    padding: 50px 0px;
    margin-top: -10px;
}

footer .footer-section .container {
    margin: 0px auto;
    width: 80%;
}

footer .footer-section #footer-first-row {
    margin-bottom: 70px;
}

footer .footer-section .container .first-column img {
    width: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    
}

footer .footer-section .container .first-column p {
    color: white;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0.5px 0px #192702;
    line-height: 27px;
}

footer .footer-section .container .col-lg-1 {
    padding: 0px;
    
}

footer .footer-section .container .col-lg-3 {
    padding: 0px;
    
}

footer .footer-section .container .col-lg-2 {
    padding: 0px;
    
}

footer .footer-section .container .footer-column h5 {
    color:#80bb28;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    
}

footer .footer-section .container .footer-column p {
    color: white;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0.5px 0px #192702;
    line-height: 27px;
    
}

footer .footer-section .container .footer-column a {
    color: white;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0.5px 0px #192702;
    line-height: 27px;
    text-decoration: none;
    line-height: 32px;
    
}

footer .footer-section .container .footer-column a:hover {
    color:#80bb28;
    
}

footer .footer-section .container .footer-column .links {
    margin-top: 15px;
    
}

footer .footer-section .container .footer-column .links {
    display: flex;
    flex-direction: column;
    
}

footer .footer-section .container .footer-column .let-talk-btn a {
    padding: 7px 19px;
    background-color: #387d50;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    
}

footer .footer-section .container .footer-column .let-talk-btn{
    margin-top: 15px;
    
}

footer .footer-section .container .footer-column .let-talk-btn a:hover {
    background-color:#dc0b0b;
    cursor: pointer;
        
}

footer .footer-section .container .contact-grid  {
    display: flex;
    flex-direction: row;
    
    /* align-items: flex-start; */
} 

footer .footer-section  #footer-second-row  {
    border-bottom: 1px solid rgb(157, 154, 154);
    padding: 10px;
}

footer .footer-section .container .contact-grid svg {
    color: white;
}

footer .footer-section .container .contact-grid .contact-details  {
    padding: 0px;
}

footer .footer-section .container .contact-grid .contact-details h6 {
   
    color: rgb(157, 154, 154);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

footer .footer-section .container .contact-grid .contact-details h6:hover {
    color:#80bb28;
}    

footer .footer-section .container .contact-grid .contact-details p {
    color: rgb(214, 209, 209);
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}


footer .footer-section .container .footer-social h6  {
    color: rgb(157, 154, 154);
    font-size: 18px;
    font-weight: 500;
    padding-top: 3px;
    font-family: 'Poppins', sans-serif;
}


footer .footer-section .container .footer-social svg:hover  {
    color:#80bb28
}

footer .footer-section .container .footer-social svg  {
    color: rgb(214, 209, 209);
    font-family: 'Poppins', sans-serif;
    padding-right: 5px;
    cursor: pointer;
}

footer .footer-section #footer-third-row   {
    margin-top: 10px;
}

footer .footer-section #footer-third-row  .col-lg-5 {
   padding: 0px ;
}

footer .footer-section #footer-third-row h6  {
    color: rgb(214, 209, 209);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

footer .footer-section #footer-third-row a {
    color: rgb(214, 209, 209);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

footer .footer-section #footer-third-row a:hover {
    color: #dc0b0b;
}
/**FOOTER SECTION STARTS**/









/**ABOUT US PAGE **/

/**BANNER SECTION STARTS **/
main .mini-banner-section {
    background-image: url("../images/banner3.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(80, 213, 98, 0.62);
}

main .mini-banner-section .mini-banner {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: auto;
}

main .mini-banner-section .mini-banner h3 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}


main .mini-banner-section .mini-banner h6 {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

main .mini-banner-section .mini-banner span {
    border-left: 2px solid #dc0b0b;
    padding-left: 15px;
    margin-left: 5px;
}
/**BANNER SECTION ENDS**/








/**TERMS OF USE SECTION STARTS**/
main .termsofuse-section .termsofuse {
    width: 80%;
    margin: 0px auto;
    font-family: 'Poppins', sans-serif;
}

/**TERMS OF USE SECTION ENDS**/









/**TERMS OF USE SECTION STARTS**/
main .privacypolicy-section .privacypolicy {
    width: 80%;
    margin: 0px auto;
    font-family: 'Poppins', sans-serif;
}

/**TERMS OF USE SECTION ENDS**/






/**FAQS US PAGE **/

/**BANNER SECTION STARTS **/
main .mini2-banner-section {
    background-image: url("../images/banner4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(80, 213, 98, 0.62);
}

main .mini2-banner-section .mini-banner {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: auto;
}

main .mini2-banner-section .mini-banner h3 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
 }


main .mini2-banner-section .mini-banner h6 {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

main .mini2-banner-section .mini-banner span {
    border-left: 2px solid #dc0b0b;
    padding-left: 15px;
    margin-left: 5px;

}

    
/**BANNER SECTION ENDS**/


main .helpcenter-section .helpcenter .helpcenter-title  {
    margin-bottom: 10px;

}

main .helpcenter-section .helpcenter .helpcenter-title h4  {
    text-align: center;
    color:#141414;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
  
    
} 

main .helpcenter-section .helpcenter .helpcenter-title span  {
    color: #80bb28;
    
}


main .helpcenter-section .helpcenter .helpcenter-intro .container p {
    text-align: center;
    color:#141414;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    
}


main .accordion-session .accordion-intro {
    padding: 30px 0px;
    
}

main .accordion-session .accordion-intro h4 {
    color:#141414;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-left: 2px solid #dc0b0b;
    padding-left: 10px;
    
    
}

main .accordion-session .accordion-intro p {
    color:#141414;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    
}

main .accordion-session .accordion {
    color:#141414;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    
}

main .accordion-session .accordion button {
    border: 0px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: #141414;
    
}

.accordion-button-active-bg {
    background-color: #387d50;
}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: #387d50;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
}    
    /**FAQS PAE ENDS**/







   
/**CONTACT US SECTION STARTS**/

main .contactus-session .contactus   {
    width: 80%;
    margin: 0px auto;
}


main .contactus-session .contactus  .contact-form {
    box-shadow: 6px 5px 7px 5px rgba(223, 215, 215, 0.4);
    padding: 20px;
    border-radius: 3px;
}
    

main .contactus-session .contactus  .contact-form form input[type=text] {
    width: 100%;
    padding: 20px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0px;
    border-bottom: 1px solid  #141414 ;
    border-radius: 3px;
    box-sizing: border-box; 
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    
} 

input:focus {
    background-color:#fbfafa;
    color:#141414;
    border: 1px solid #ccc;
 }

textarea:focus {
    background-color: #fbfafa;
    color:#141414;
    border: 1px solid #ccc;
 }

 
 main .contactus-session .contactus  .contact-form form input[type=submit] {
    width: 100%;
    background-color: #387d50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
 }

 main .contactus-session .contactus  .contact-form form input[type=submit]:hover {
     background-color:#dc0b0b;
    
 }

main .contactus-session .contactus  .contact-form form input[type=tel] {
    width: 100%;
    padding: 20px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0px;
    border-bottom: 1px solid  #141414 ;
    border-radius: 3px;
    box-sizing: border-box; 
    font-family: 'Poppins', sans-serif;
    font-size: 15px;

} 

main .contactus-session .contactus  .contact-form form input[type=email] {
    width: 100%;
    padding: 20px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0px;
    border-bottom: 1px solid  #141414 ;
    border-radius: 3px;
    box-sizing: border-box; 
    font-family: 'Poppins', sans-serif;
    font-size: 15px;

} 


main .contactus-session .contactus  .contact-form form textarea {
    width: 100%;
    padding: 20px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0px;
    border-bottom: 1px solid  #141414 ;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 15px; 

}

main .contactus-session .contactus .contact-info  {
   padding-top: 70px;
   margin-bottom: -30px;
}

main .contactus-session .contactus .contact-info .contact h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #141414;
}

main .contactus-session .contactus .contact-info .contact p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #141414;
    line-height: 30px;
}

main .contactus-session .contactus .contact-info .contact #red {
    border-left: 2px solid #dc0b0b;
    padding-left: 7px;
}

main .contactus-session .contactus .contact-info .contact .info span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #141414;
    line-height: 35px;
    padding-left: 9px;
}


main .contactus-session .contactus .contact-info .contact .info svg {
    color: #80bb28;
}

main .contactus-session .contactus .contact-info .contact .info svg:hover {
    color: #dc0b0b;
}


/**CONTACT US SECTION STARTS**/






/**OUR SERVICES SECTION STARTS**/
main .our-services-section .our-services-info .container {
    width: 80%;
    margin: 0px auto;
} 

main .our-services-section .our-services-info .container .ourservices-image img {
    width: 100%;
}

main .our-services-section .our-services-info .container .ourservices-text h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #141414;
    line-height: 30px;
    padding-left: 9px;
    border-left: 2px solid #dc0b0b;
}

main .our-services-section .our-services-info .container .ourservices-text p, h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #141414;
    line-height: 30px;
 }

 main .our-services-section .our-services-info .container .ourservices-text svg{
    color:#80bb28
 } 

main .our-services-section .our-services-info .container .ourservices-text #green {
  color#387d50;
}

/**OUR SERVICES SECTION STARTS**/