








.example {
    overflow-y: scroll; /* Add the ability to scroll */
    background: #d2383800; 
}
  
  /* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
      width: 10px;
}
  
  /* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f100; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(19, 136, 19); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(17, 183, 64); 
  }



.pdng{
    padding: 70px;
}



@media (max-width:900px) {
    .td{
        height: 160px;
        width: 160px;
    }
    
}
@media(min-width:900px) {
    .td{
        height: 200px;
        width: 200px;
    }
    
}
@media(min-width:992px) {
    .langx{
        display: none;
    }
    
}


.border-r{
    border-radius: 10px;
}
.m-b{
    border: 1px solid rgba(227, 227, 227, 0.445);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.fnt-15{
    font-size: 55px;
}
.logo-site{
    width: 55%;
    margin: 5px 0px;
}
.logo-site-img{
    width: 55%;
    margin: 5px 0px;
}
@media (max-width: 992px) {
    .logo-site-img{width: 100%;}
    .grd-n{
        display: grid;
        grid-template-columns: 80% 20%;
    }
}
.text-link-s{
    color: #5b5b5b !important;
}
.cont-big{
    width: 100%;
    margin: auto;
}
.pl{
    padding-left: 45px;
    margin-bottom: 20px;
}
.border-full{
    border: 1px solid rgba(173, 173, 173, 0.35);
}
.bg-topbar{
    background-color: #182333;
}
.oz{
    color: #309B16 !important;
}
.oz-bg{
    background-color: #309B16 !important;
    color: white;
}

.oz-hover:hover{
    color: #309B16 !important;
}
.mg-left{
    margin-left: 38px !important;
}
.border-clr{
    color: #309B16 !important;
}
.trx{
    transform: scale(2.6);
}
.bg-oz{
    color: white;
    margin-left: -10px;
}
.bg-y-oz{
    background-color: #309B16;
}
.bg-oz:hover{
    margin-left: -10px;
    color: #309B16 !important;
}
.border-tp{
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.back-top:hover{
    background-color: white  !important;
    border: 1px solid;
    border-radius: 30px;
}
.lft{
    margin-left: -32px;
    font-size: 15px;
    color: #999999;
}
.cnt{
    color: #999999;
    font-size: small;
    font-size: 19px;
}
.cnt:hover{color: #309B16;}
.cnt-a{font-size: 22px;}
.cnt-a:hover{color: #309B16;}




.img-services-a{
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.img-services-b{
    display: none;
}
.img-services-a:hover{
    border-top:10px solid #309B16;
    border-left:10px solid #309B16;
    border-right:10px solid #309B16;
    
}








.quotes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
  }
  
  .quotes .box {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 2;
    padding: 30px;
  }
  
  .quotes .box::before {
    content: '\201C';
    position: absolute;
    top: -20px;
    left: 5px;
    font-size: 120px;
    opacity: 0.5;
    pointer-events: none;
  }
  
  .quotes .box::after {
    content: '\201D';
    position: absolute;
    bottom: -10%;
    right: 5%;
    font-size: 120px;
    opacity: 0.5;
    filter: invert(1);
    pointer-events: none;
  }
  
  .quotes .box p {
    margin: 0;
    padding: 10px;
    font-size: 1.2rem;
  }
  
  .quotes .box h2 {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 10%;
    right: 10%;
    font-size: 1.5rem;
  }
  
  .quotes .box:hover {
    color: #7f7f7f;
  }
  
  .quotes .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in;
    pointer-events: none;
    overflow: hidden;
  }
  
  .quotes .box.box1:hover,
  .quotes .box.box1:hover~.bg {
    opacity: 1;
    background: #ace5a96c;
  background: -moz-linear-gradient(-45deg, #8dd8b7 15%,#00ff0d5c 100%);
  background: -webkit-linear-gradient(-45deg, #8dd8b7 15%,#00ff0d5c 100%);
  background: linear-gradient(135deg, #8dd8b7 15%,#00ff0d5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2a9e5', endColorstr='#2b94e5',GradientType=1 );
  }
  
  .quotes .box.box2:hover,
  .quotes .box.box2:hover~.bg {
    opacity: 1;
    background: #632c65;
  background: -moz-linear-gradient(-45deg, #b2e371 15%, #5bac4da5 100%);
  background: -webkit-linear-gradient(-45deg, #b2e371 15%, #5bac4da5 100%);
  background: linear-gradient(135deg, #b2e371 15%, #61d34da5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#632c65', endColorstr='#56a5e2',GradientType=1 );
  }
  
  .quotes .box.box3:hover,
  .quotes .box.box3:hover~.bg {
    opacity: 1;
    background: #4b384c;
  background: -moz-linear-gradient(-45deg, #9ec796a5 15%,#5de25f 100%);
  background: -webkit-linear-gradient(-45deg, #9ec796a5 15%,#5de25f 100%);
  background: linear-gradient(135deg, #9ec796a5 15%,#5de25f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b384c', endColorstr='#da5de2',GradientType=1 );
  }

  .quotes .box.box4:hover,
  .quotes .box.box4:hover~.bg {
    opacity: 1;
    background: #4b384c;
  background: -moz-linear-gradient(-45deg, #ade6a1a5 15%,#59ff5c 100%);
  background: -webkit-linear-gradient(-45deg, #ade6a1a5 15%,#59ff5c 100%);
  background: linear-gradient(135deg, #ade6a1a5 15%,#59ff5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b384c', endColorstr='#da5de2',GradientType=1 );
  }












@media (max-width: 600px) {
    .grid-container-1 {
        display: grid;
        grid-template-columns: 50% 50%;

        height: 140px;
        grid-template-areas:
            "A B"
            "C D"

    }

    .grid-inf-1 {
        grid-area: A;
        text-align: center;
        margin-bottom: 10px;
        background-color: rgba(143, 255, 83, 0.266);
    }

    .grid-inf-2 {
        grid-area: B;
        text-align: center;
        background-color: rgba(213, 255, 190, 0.2);
        margin-bottom: 10px;
    }

    .grid-inf-3 {
        grid-area: C;
        background-color: rgba(143, 255, 83, 0.266);
        text-align: center;
        height: 130px;
    }

    .grid-inf-4 {
        grid-area: D;
        background-color: rgba(213, 255, 190, 0.2);
        text-align: center;
    }

    .text-centers{
        line-height: 85px;
    }
    






    .infos{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;


        display: grid;
        grid-template-columns: 100%;
        min-height: 300px;
    }

    .inf{
        padding: 25px;
        text-align: center;
    }
    .inf0-img{
        width: 50%;
        height: auto;
    }


    
    .grid-big {
        display: grid;

        grid-template-columns: 50% 50%;
        grid-row-gap: 20px;
        grid-template-areas:
            "D D"
            "C C"
            "A A"
            "B B"
            

    }

    .grid-1 {
        grid-area: A;
        text-align: center;
    }

    .grid-2 {
        grid-area: B;
        text-align: center;
    }

    .grid-3 {
        margin-top: 20px;
        grid-area: C;
        text-align: center;
    }
    .grid-4 {
        grid-area: D;
        width: 100%;
        text-align: center;
    }
    .grd-img{
        width: 90%;
    }

}









@media (min-width:600px) and (max-width:900px) {
    .grid-container-1 {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;

        height: 180px;
        grid-template-areas:
            "A B C D"

    }

    .grid-inf-1 {
        grid-area: A;
        text-align: center;
        background-color: rgba(143, 255, 83, 0.266);
    }

    .grid-inf-2 {
        grid-area: B;
        background-color: rgba(213, 255, 190, 0.2);
        text-align: center;
    }

    .grid-inf-3 {
        grid-area: C;
        background-color: rgba(143, 255, 83, 0.266);
        text-align: center;
    }

    .grid-inf-4 {
        grid-area: D;
        background-color: rgba(213, 255, 190, 0.2);
        text-align: center;
    }

    .text-centers{
        line-height: 120px;
    }
    


    .infos{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;


        display: grid;
        grid-template-columns: 49.8% 49.8%;
        min-height: 300px;
    }

    .inf{
        padding: 25px;
        text-align: center;
    }
    .inf0-img{
        width: 50%;
        height: auto;
    }



    
    .grid-big {
        display: grid;
        

        grid-template-columns: 25% 25% 25% 25%;
        grid-row-gap: 20px;
        grid-template-areas:
            "D D C C"
            "B B A A"

    }

    .grid-1 {
        grid-area: A;
        padding: 0px 30px;
        text-align: center;
    }

    .grid-2 {
        grid-area: B;
        padding:0px  20px;
        text-align: center;
    }

    .grid-3 {
        grid-area: C;
        text-align: center;
    }
    .grid-4 {
        grid-area: D;
        width: 100%;
        text-align: center;
    }
    .grd-img{
        width: 90%;
    }
}


@media (min-width: 900px ) {
    .grid-container-1 {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        width: 90%;
        margin: auto;
        height: 300px;
        grid-template-areas:
            "A B C D"

    }

    .grid-inf-1 {
        grid-area: A;
        text-align: center;
        line-height: 300px;
        background-color: rgba(143, 255, 83, 0.266);
    }

    .grid-inf-2 {
        grid-area: B;
        text-align: center;
        background-color: rgba(213, 255, 190, 0.2);
    }

    .grid-inf-3 {
        grid-area: C;
        text-align: center;
        background-color: rgba(143, 255, 83, 0.266);
    }

    .grid-inf-4 {
        grid-area: D;
        background-color: rgba(213, 255, 190, 0.2);
        text-align: center;
    }

    .text-centers {
        line-height: 120px;
    }
    




    
    .infos{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;


        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
        min-height: 300px;
    }
    .inf{
        padding: 25px;
        text-align: center;
    }
    .inf0-img{
        width: 50%;
        height: auto;
    }
}




@media (min-width:900px) and (max-width:1050px) {
    .grid-big {
        display: grid;

        grid-template-columns: 25% 25% 25% 25%;
        grid-row-gap: 20px;
        grid-template-areas:
            "D C B B"
            "A A A A"

    }

    .grid-1 {
        grid-area: A;
        padding: 0px 20px;
        text-align: center;
    }

    .grid-2 {
        grid-area: B;
        padding: 0px 40px;
        text-align: center;
    }

    .grid-3 {
        grid-area: C;
        text-align: center;
    }
    .grid-4 {
        grid-area: D;
        width: 100%;
        text-align: center;
    }
    .grd-img{
        width: 90%;
    }
}
@media (min-width:1050px){
    .grid-big {
        display: grid;

        grid-template-columns: 25% 25% 25% 25%;
        grid-template-areas:
            "D A B C"

    }

    .grid-1 {
        grid-area: A;
        padding: 0px 20px;
        text-align: center;
    }

    .grid-2 {
        grid-area: B;
        padding: 0px 40px;
        text-align: center;
    }

    .grid-3 {
        grid-area: C;
        text-align: center;
    }
    .grid-4 {
        grid-area: D;
        width: 100%;
        text-align: center;
    }
    .grd-img{
        width: 90%;
    }
}
.m-x{
    margin-top: 100px;
    margin-bottom: 100px;
}
















@media (min-width: 900px) {
    .containers{
        overflow: hidden;
        margin: 50px 0px;
    }
    .slider{
        animation: slidein 40s linear infinite;
        white-space: nowrap;
    }
    .logos1{
        width: 100%;
        display: inline-block;
        margin: 0px 0;
    }
    .logos2{
        width: 100%;
        display: inline-block;
        margin: 0px 0;
    }
    .fab {
        width: calc(100% / 12);
        height: calc(100% / 12);
        margin-left: 55px;
        animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    }

    @keyframes slidein {
        from {
            transform: translate3d(0, 0, 0);
        }

        to {
            transform: translate3d(-100%, 0, 0);
        }
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}
@media (max-width: 900px) {
    .containers{
        margin: 20px 0px;
        overflow: hidden;
    }
    .slider{
        animation: slidein 34s linear infinite;
        white-space: nowrap;
    }
    .logos1{
        width: 100%;
        display: inline-block;
        margin: 0px 0;
        margin-left: 10px;
    }
    .logos2{
        width: 100%;
        display: inline-block;
        margin: 0px 0;
        margin-left: 10px;
    }
    .del{
        visibility: hidden;
    }
    .fab {
        width: calc(100% / 5);
        height: calc(100% / 8);
        margin-left: 48px;
        animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    }

    @keyframes slidein {
        from {
            transform: translate3d(0, 0, 0);
        }

        to {
            transform: translate3d(-100%, 0, 0);
        }
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}







@media (max-width:600px){
    .certificate{
        width: 90%;
        margin: 80px 5%;

        display: grid;
        grid-template-columns: 50% 50% ;
        min-height: 230px;
        
    }
    .certificate1{
        padding: 15px;
    }
}



@media (min-width:600px) and (max-width:960px) {

    .certificate{
        width: 90%;
        margin: 80px 5%;
        padding: 25px;

        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
        min-height: 200px;
        
    }
    .certificate1{
        padding: 15px;
    }
}

@media (min-width:960px) {    
    .certificate{
        width: 98%;
        margin: 10px 1%;

        display: grid;
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    }
    .certificate1{
        padding: 5px;
        margin: 0px 11px;
    }
}
.certi-img{
    width: 100%;
}




/*-----------------   Certificate   -------------------*/
@media (max-width:600px) {
    .box-big{
        width: 90%;
        margin: auto;
        padding: 10px;
        min-height: 300px;

        display: grid;
        grid-template-columns: 50% 50%;
        
    }
    .boxes1{
        height: auto;
        padding: 5px;
    }
    .img-boxes{
        width: 100%;
        border: 3px solid #f1f1f1;
    }
    .img-boxes:hover{
        border: 3px solid rgb(86, 86, 86);
        
    }
}


@media (min-width:600px) and (max-width:900px) {
    .box-big{
        width: 90%;
        margin: auto;
        padding: 10px;
        min-height: 300px;

        display: grid;
        grid-template-columns: 50% 50%;
        
    }
    .boxes1{
        height: auto;
        padding: 5px;
    }
    .img-boxes{
        width: 100%;
        border: 3px solid #f1f1f1;
    }
    .img-boxes:hover{
        border: 3px solid rgb(86, 86, 86);
    }
}

@media (min-width:900px) {
    .box-big{
        width: 90%;
        margin: auto;
        padding: 10px;
        min-height: 300px;

        grid-column-gap: 4%;
        display: grid;
        grid-template-columns: 22% 22% 22% 22%;
        
    }
    .boxes1{
        height: auto;
        padding: 5px;
    }
    .img-boxes{
        width: 100%;
        border: 3px solid #f1f1f1;
    }
    .img-boxes:hover{
        border: 3px solid rgb(86, 86, 86);
    }
}