/********** Template CSS **********/
:root {
    --primary: #52AF30;
    --secondary: #3f734d;
    --light: #EEF9FF;
    --dark: #23388D;
}
.arrow{
    color:#34AD54
}
html{
overflow-x: hidden;
}
.bgcolor{
    background-color: #34AD54;
    color:white;
    z-index: 1;
    position: relative;
    font-size: inherit;
    font-family: inherit;
   
    outline: none;
    border: none;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
}
.bgcolor::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #23dc73;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: transform 0.45s ease-in-out;
  }
  .bgcolor:hover {
    cursor: pointer;
    color: #161616;
  }
  
  .bgcolor:hover::before {
    transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
  }
.bgcolorr{
    background-color: red;
    color:white
}
body {
  overflow-x: hidden;
    font-family: "Roboto", sans-serif;
   
    background-color: #EDEFF4;
  }
  ::selection {

    color: rgb(40, 23, 170);

    background-color: rgb(117, 235, 196);

  }


/*** Spinner ***/
.spinner {
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link:not(:last-child) {

    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-left:3.4rem;
    padding: 20px 0;
    color:#10266d;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .8s;
}
@media (min-width: 1024px) and (max-width: 1122px) {
  .navbar-dark .navbar-nav .nav-link{
    margin-left:0px;

  }
}
.navbar-dark .navbar-nav .nav-link:last-child {

  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-left: 3.4rem;
  padding: 20px 0;
  color:#10266d;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: .8s;
}
@media (max-width: 767px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-left: 25px;
padding: 0;

  }
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}
.dropdown-toggle::after {
  display: none;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
#kk{
  margin-left: 100px;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
    .br{
        display: none;
    }
   
    #solutio{
      display: none;
  }
  #ppp{
    width: 40px;
    height: 40px;
}
#pppp{
  height: 40px;
}
    .kk{
      margin: none;
    }
}
@media (max-width: 767px) {
#catalogue{
  position:relative !important;
  left:-25px !important;
      }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      #catalogue{
        position:relative !important;
        left:-25px !important;
            }
        
    }
@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 3s infinite linear;
    animation: section-title-run-center 3s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 3s infinite linear;
    animation: section-title-run-sm 3s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 100% { left : 80px; } 
}

@-webkit-keyframes section-title-run-center {
  0% {left: 0; } 100% { left : 80px; }
 }

@-webkit-keyframes section-title-run-sm {
  0% {left: 0; } 100% { left : 80px; } 
}







/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.bg-omar{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/omar-hasnaoui.jpg) center center no-repeat;
  background-size: cover;
}
.bg-formation{ 
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/gestion-temps-2.jpg) center center no-repeat;
  background-size: cover;
}
.bg-header {
    
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../dd.png) center center no-repeat;
    background-size: cover;
}
.bg-industrie {
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../industrie8.png) center center no-repeat;
  background-size: cover;
}
.bg-agricllture {
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/agriculturerry.png) center center no-repeat;
  background-size: cover;
}
.bg-const{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/construction.png) center center no-repeat;
  background-size: cover;
}
.bg-constt{
    
  background:  url(../img/gb3.jpg) center center no-repeat;
  background-size: cover;
}
.bg-constta{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/constructiond.png) center center no-repeat;
  background-size: cover;
}
.bg-constth{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/cond.png) center center no-repeat;
  background-size: cover;
}
.bg-pierre{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/pierrrr.png) center center no-repeat;
  background-size: cover;
}
.bg-industrrr{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/industrieyyy.png) center center no-repeat;
  background-size: cover;
}
.bg-constructionn{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/constructionnn.png) center center no-repeat;
  background-size: cover;
}
.bg-servicc{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/srviccc.png) center center no-repeat;
  background-size: cover;
}
.bg-emploi{
    
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/offre_emploi.jpg) center center no-repeat;
  background-size: cover;
}
.bg-headerr {
    
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../président.jpg);
 
}
.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/*** Section Title ***/

/********** Custom CSS ************/
.section-titlee {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #34AD54;
    
  }
  
  .section-titlee span {
    position: relative;
    background: #ffffff;
    z-index: 1;
  }
  
  .section-titlee::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #34AD54;
  }


  
.server_section {
    background:  #020230 ;
    padding: 55px 0;
    color: #ffffff;
  }
  
  .server_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .server_section .img-box {
    position: relative;
  }
  
  .server_section .img-box img {
    width: 100%;
  }
  
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 65px;
    height: 65px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
  }
  
 .play_btn button {
    background-color: transparent;
    border: none;
    background-color: #34AD54;
    color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    outline: none;
  }
  
 .play_btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #34AD54;
    opacity: 1;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
 .play_btn:before {
    z-index: 2;
    -webkit-animation: before-animation 1500ms infinite;
            animation: before-animation 1500ms infinite;
  }
  
 .play_btn:after {
    z-index: 1;
    -webkit-animation: after-animation 1500ms infinite;
            animation: after-animation 1500ms infinite;
  }
  
  @-webkit-keyframes before-animation {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  @keyframes before-animation {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes after-animation {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
    }
  }
  
  @keyframes after-animation {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
    }
  }
  
  .server_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #34AD54;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #34AD54;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 25px;
  }
  
  .server_section .detail-box a:hover {
    background-color: transparent;
    color: #34AD54;
  }
  /********** Play vedeo ************/
.vedeo .playvedeo{
    transition: 0.5s;
}
 .playy{
        box-shadow:0 0 0 150vh #34AD54;

}
.clip{
    position:fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: 0.5s;
}
.clip video{
max-width: 900px;

}
.clip .play{
    transition-delay:0.5s ;
    transform: translate(-50%,-50%) scale(1);
}
@media (max-width:991px){
    .clip video{
        max-width: 90%;
        
    }  
}


.section-tile {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #17a2b8;
  }
  
  .section-tile span {
    position: relative;
    background: #ffffff;
    z-index: 1;
  }
  
  .section-tile::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #17a2b8;
  }

























































.client_section {
    
  }
  
  .client_section .heading_container {
    
  }
  
  .client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .client_section .box .img-box {
    width: 125px;
    height: 125px;
    min-width: 125px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: -65px;
    position: relative;
  }
  
  .client_section .box .img-box img {
    width: 100%;
  }
  
  .client_section .box .client_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .client_section .box .client_info .client_name h5 {
    font-weight: bold;
    color: #10266d;
    margin-bottom: 0;
  }
  
  .client_section .box .client_info .client_name h6 {
    margin-bottom: 0;
    color: #34AD54;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .client_section .box .client_info i {
    font-size: 24px;
    color: #10266d;
  }
  
  .client_section .box p {
    margin-top: 25px;
  }
  
  .client_section .box .detail-box {
    background-color: #ffffff;
    padding: 45px 45px 45px 85px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  
  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #10266d;
    opacity: 1;
    font-size: 28px;
    font-weight: bold;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .client_section .carousel-control-prev {
    left: 0;
  }
  
  .client_section .carousel-control-next {
    right: 0;
  }
  
@media (max-width: 992px) {
   
  
    .client_section .box {
      margin: 15px;
    }
  
    .client_section .carousel_btn-box {
      display: flex;
      justify-content: center;
      margin-top: 45px;
    }
  
    .client_section .carousel-control-prev,
    .client_section .carousel-control-next {
      position: unset;
      margin: 0 2.5px;
      width: 45px;
      height: 45px;
    }
  
    .info_section .info_main_row>div {
      margin-bottom: 25px;
    }
  }
  
 
  
  @media (max-width: 576px) {
  
  
    .client_section .box {
      flex-direction: column;
      align-items: center;
    }
  
    .client_section .box .detail-box {
      padding: 85px 45px 45px 45px;
  
    }
  
    .client_section .box .img-box {
      margin-right: 0;
      margin-bottom: -65px;
    }
  }

  .showw{
    display: flex;
    list-style: none;
 
  }
  .showw li a{
   padding: .3em 3em;
  }
  .showw li a:active{
   background-color: #34AD54;
  }

  
  .section-titlle {
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #dee2e6;
    border-left: 5px solid #34AD54;
  }
  .section-titllle {
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 5px solid #34AD54;
  }
  @media (max-width: 768px) {

#solutio{
  display: none;
}

  }
  




 




  .buttonDownload {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    background-color: #4CC713;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    text-indent: 15px;
    border: none;
    width: fit-content;
   }
   
   .buttonDownload:hover {
    background-color: #45a21a;
    color: white;
   }
   
   .buttonDownload:before, .buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
   }
   
   .buttonDownload:before {
    width: 10px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
   }
   
   .buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -7px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 1s linear infinite;
    animation-play-state: paused;
   }
   
   .buttonDownload:hover:before {
    border-color: #cdefbd;
   }
   
   .buttonDownload:hover:after {
    border-top-color: #cdefbd;
    animation-play-state: running;
   }
   
   @keyframes downloadArrow {
    0% {
     margin-top: -7px;
     opacity: 1;
    }
   
    0.001% {
     margin-top: -15px;
     opacity: 0.4;
    }
   
    50% {
     opacity: 1;
    }
   
    100% {
     margin-top: 0;
     opacity: 0.4;
    }
   }
   

@media screen and (min-width: 1200px) {
  #immmage{
     
          width:100%;


  
      }
  }
  #br{
      background-color: #fff;height:300px;display:flex;justify-content: center;align-items: center ;
     
  }
   @media (max-width: 767px) {
      #br{
          display: none;
      }
      #immmage{
     
        width:100%;
height:250px;


    }
  }






  
@media screen and (min-width: 1200px) {
  #immmagea{
     
          width:100%;

          height:440px;
  
      }
  }
  #bra{
      background-color: #fff;height:440px;display:flex;justify-content: center;align-items: center ;
     
  }
   @media (max-width: 767px) {
      #bra{
          display: none;
      }
      #immmagea{
     
        width:100%;
height:auto;


    }
  }
  


  .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columns with equal width */
    grid-template-rows: repeat(5, 1fr); /* 5 rows with equal height */
    gap: 5px; /* Adjust the gap between grid items as needed */
    width:fit-content; /* Adjust the width of the grid container as needed */
    height: fit-content; /* Adjust the height of the grid container as needed */
}

#dropdown{
width: 47.5%;

margin-left: calc(100% - 31.3%);
translate: -100% 0;
}   


@media (max-width: 768px) {
#plantitle{
margin-top: 20px;
}
.grid-container {
grid-template-columns: repeat(1, 1fr);
width: 100%;

}
#frt{
display: none;
}
.grid-item{
margin: auto;
}
#dropdown{
width:60%;

margin-left: 10%;
translate:0 0;
}
}
@media (min-width: 769px) and (max-width: 992px) {
#dropdown{  
width: 70.5%;
margin-left: calc(100% - 20.3%);
translate: -100% 0; 
}
#plantitle{
margin-top: 90px;
}
#frt{
display: block;
}
.grid-container {
grid-template-columns: repeat(5, 2fr);
width: 100%;

}
.grid-item{
margin: auto;
}

}  
@media (min-width: 992px) {

#frt{
display: none;
}
}
.form-control{
  caret-color: #34AD54;
  
}
.counter{
    color: #53af32;
    font-family: 'Baloo 2', cursive;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
  }
  .counter:before,
  .counter:after{
    content: "";
    width: 200px;
    height: 200px;
    border: 15px solid #53af32;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .counter:after{
    height: 187px;
    width: 187px;
    border: 3px solid #53af32;
    border-right: 3px solid transparent;
  }
  .counter .counter-content{
    background: #fff;
    width: 160px;
    height: 160px;
    padding: 45px 20px 20px;    
    border-radius: 50%;
    box-shadow: 10px 10px 6px -6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
  }
  .counter .counter-content:before,
  .counter .counter-content:after{
    content: "";
    background: linear-gradient(45deg,#23378d, #23378d);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50% 50% 0 50%;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
  }
  .counter .counter-content:after{
    background: #fff;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border-radius: 50%;
  }
  .counter h3{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px 0;
  }
  .counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    display: block;
  }
  .counter .counter-icon{
    color: #fff;
    font-size: 22px;
    position: absolute;
    bottom: 23px;
    right: 30px;
    z-index: 1;
  }
  .counter.purple{ color: #23378d
  }
  .counter.purple:before{
    border: 15px solid #23378d
  ;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .counter.purple:after{
    border: 3px solid #23378d
  ;
    border-right: 3px solid transparent;
  }
  .counter.purple .counter-content:before{ background: linear-gradient(45deg,#53af32
  ,#53af32
  ); }
  .counter.blue{ color: #0dabc6; }
  .counter.blue:before{
    border: 15px solid #0dabc6;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .counter.blue:after{
    border: 3px solid #0dabc6;
    border-right: 3px solid transparent;
  }
  .counter.blue .counter-content:before{ background: linear-gradient(45deg,#32bbd3,#0dabc6); }
  .counter.green{ color: #10ce29; }
  .counter.green:before{
    border: 15px solid #10ce29;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .counter.green:after{
    border: 3px solid #10ce29;
    border-right: 3px solid transparent;
  }
  .counter.green .counter-content:before{ background: linear-gradient(45deg,#6dc63d,#10ce29); }
  
  @media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
  }
  
  body {
    --sb-track-color: #d4d5d8;
    --sb-thumb-color: #53af32;
    --sb-size: 15px;
  
    scrollbar-color: var(--sb-thumb-color) 
                     var(--sb-track-color);
  }
  
  body::-webkit-scrollbar {
    width: var(--sb-size) 
  }
  
  body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 20px;
  }
  
  body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 20px;
    
    }