@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Nunito+Sans:wght@300;400;500;600;700&display=swap");

*{

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

}



html,body{

    overflow-x: hidden;

    font-family: "Roboto", sans-serif;

    font-weight: 400;

    font-style: normal;

}

html{

    font-size: 100%;

}

h1,h2,h3,h4,h5,h6{

    font-weight: 600;

    font-family:Roboto,sans-serif

}

a:hover{

    color: inherit;

}

a, .button {

    /* -webkit-transition: all 0.3s linear 0s; */

    -moz-transition: all 0.3s linear 0s;

    -ms-transition: all 0.3s linear 0s;

    -o-transition: all 0.3s linear 0s;

    /* transition: all 0.3s linear 0s; */

}

ul,li,ol{

    list-style: none;

    padding: 0px;

    margin: 0px;

}



button:focus , input:focus{

    outline: none;

}

p{ letter-spacing:.5px;

   color: #000000;

}



a{

    color: inherit;

    text-decoration: none;

}

a:hover{

    text-decoration: none;

}

.ptb{

    padding-top: 50px;

    padding-bottom: 50px;

}

/* ----------------------------------------------------------------------------

	Navigation Menu

----------------------------------------------------------------------------- */

.header_area{

    padding:10px 0px;

}

.header_area.sticky {



    background: #fff;



    position: fixed;



    z-index: 999;



    margin: 0 auto;



    height: 65px;



      border: none;



      display: flex;



      align-items: center;



    padding: 0;



    top: 0;



    left: 0;



    right: 0;



    width: 100%;



    -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);



    -webkit-animation-duration: .5s;



    animation-duration: .5s;



    -webkit-animation-name: sticky-animation;



    animation-name: sticky-animation;



    -webkit-animation-timing-function: ease-out;



    animation-timing-function: ease-out;



    -webkit-animation-fill-mode: both;



    animation-fill-mode: both;



  }



  @-webkit-keyframes sticky-animation {



0% {



  opacity: 0;



  -webkit-transform: translateY(-100%);



}



100% {



  opacity: 1;



  -webkit-transform: translateY(0);



}



}



@keyframes sticky-animation {



0% {



  opacity: 0;



  transform: translateY(-100%);



}



100% {



  opacity: 1;



  transform: translateY(0);



}



}



.main_menu  .nav a {

            border: 0;

            color: #6cd36a;

            font-weight: 600;

            line-height: 39px;

            letter-spacing: 1px;

            text-align: center;

            text-transform: capitalize;

            border-radius: 3px;

            transition: background 0.2s linear 0s;

            cursor: pointer;

        }

        .main_menu .nav span.submenu {

            border: 0;

            color: #6cd36a;

            font-weight: 600;

            line-height: 39px;

            letter-spacing: 1px;

            text-align: center;

            text-transform: capitalize;

            border-radius: 3px;

            transition: background 0.2s linear 0s;

            cursor: pointer;

        } 

        

        .main_menu  .nav li {

            float: left;

            margin: 0 12px;

            padding: 0;

            height: 37px;

            width: auto;

            min-width: auto;

            position: relative;

            border: 0;

            overflow: visible;

        }

        .main_menu  .num-btn a{

            padding: 6px 15px 4px;

            border-radius: 20px;

            text-align: center;

            margin-left: 10px;

            border-style: outset;

            border-width: 3.5px;

            border-color: #4caf50;

        }



#menutoggle {

    display: inline-block;

    height: 26px;

    overflow: hidden;

    margin-left: 35px;

    cursor: pointer;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);

	text-align: left;

	text-transform: uppercase;

	cursor: pointer;

	position:absolute;

	right: 0;

	bottom: 9px;

	border-radius: 4px 4px 0 0;

	transition: background 0.2s linear 0s;

	-webkit-tap-highlight-color: rgba(0,0,0,0);

}

#menutoggle span {

    display: none;

}







#menutoggle { display: block; }

.nav {

    position: relative;

    height: 0px;

    z-index: 1000;

}

.nav ul {

    float: none;

    display: block;

    margin: 0;

    width: 100%;

    opacity: 0;

	max-height: 0;

    background: #37474f;

    overflow: hidden;

    transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;

    border-radius: 0 0 4px 4px;

    top: 12px;

    border: 0;

    position: relative;

}

.nav #menutoggle.is-active + ul {

    max-height: 1000px;

	opacity: 1;

	transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out;

}

.nav li {

    display: block;

    margin: 0;

    padding: 0;

    height: auto;

    overflow: hidden;

    border: 0;

    border-top: 1px dotted #455a64;

}

.nav li:first-child {

    border-top: 0;

}

.nav li.onmobile {

	display: block;

}



.nav span.submenu.is-active {

	border-bottom: 1px dotted #455a64;

}



.nav ul.submenu {

    margin: 0;

    padding: 0;

    width: 100%;

    max-height: 0;

    background: none;

    opacity: 1;

    position: relative;

    top: 0;

	transition: max-height 0.15s linear 0s;

}

.nav span.submenu.is-active + ul.submenu {

    max-height: 360px;

    overflow-y: auto;

}

.nav ul.submenu a {

    padding-left: 40px;

    background: none;

}

.nav ul.submenu a:before {

    display: inline-block;

    margin-right: 5px;

    margin-left: -15px;

    width: 10px;
    height: inherit;
    content: "\00BB";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
}

/*=======================================

             main banner section

 ========================================== */

 .blog-content a{
         color: #6cd36a;
 }

 .quick-blog-banner{

     background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),url('../img/blog-banner.jpg');

     background-size: cover;

     background-repeat: no-repeat;

     padding: 4rem 0 5rem;

 }

 .main-title h1{

    color: #fff;

    font-weight: bold;

 }

 .main-title p{

    font-size: 1.25rem;

    font-weight: 600;

    color: #fff;

 }

 .tb

{

    display: table;

    width: 100%;

}



.td

{

    display: table-cell;

    vertical-align: middle;

}



input, button

{

    color: #6cd36a;

    font-family: Nunito;

    padding: 0;

    margin: 0;

    border: 0;

    background-color: transparent;

}



.blog-field

{

    background-color: #ffffff;

border-radius: 100px;

    box-shadow: 0 0px 1px #2f3135, 0 0 0 10px #ffffffeb;

    transform: scale(0.6);

    /* width: calc(100% - 41%); */
    margin-left: -143px;

}




.td .formt-control {
  width: 100%;
  padding: 10px;
    padding-left: 10px;
  font-size: 38px;
  line-height: 1;
  color: #000 !important;
  font-family: inherit;
  padding-left: 40px;
}





.blog-field input[type="text"]::placeholder

{

    color: #6cd36a;

}



.s-cover

{

    width: 1px;

    padding-left: 35px;

}



.s-cover button

{

    position: relative;

    display: block;

    width: 84px;

    height: 96px;

    cursor: pointer;

}



.s-circle{

    position: relative;

    top: -8px;

    left: 0;

    width: 47px;

    height: 46px;

    margin-top: 0;

    border-width: 10px;

    border: 9px solid #6cd36a;

    background-color: transparent;

    border-radius: 50%;

    transition: 0.5s ease all;

}



.s-cover button span

{

    position: absolute;

    top: 73px;

    left: 30px;

    display: block;

    width: 41px;

    height: 3px;

    background-color: transparent;

    border-radius: 10px;

    transform: rotateZ(

52deg);

    transition: 0.5s ease all;

}



.s-cover button span:before, 

.s-cover button span:after

{

    content: '';

    position: absolute;

    bottom: 1px;

    right: 10px;

    width: 37px;

    height: 9px;

    background-color: #6cd36a;

    border-radius: 10px;

    transform: rotateZ(0);

    transition: 0.5s ease all;

}



.s-cover:hover .s-circle

{

    top: -1px;

    width: 68px;

    height: 10px;

    border-width: 0;

    background-color: #6cd36a;

    border-radius: 20px;

}



.s-cover:hover span

{

    top: 60%;

    left: 60px;

    width: 18px;

    margin-top: -9px;

    transform: rotateZ(0);

}



.s-cover:hover button span:before

{

    bottom: 11px;

    transform: rotateZ(52deg);

}



.s-cover:hover button span:after

{

    bottom: -11px;

    transform: rotateZ(-52deg);

}

.s-cover:hover button span:before, .s-cover:hover button span:after

{

    right: -6px;

    width: 40px;

    background-color: #6cd36a;

}

/* =========================================

                   section cleints

============================================ */

.section-cleints {

    background-color: #f5f7fa;

    border-bottom: 2px solid #f5f7fa;

    border-top: 2px solid #f5f7fa;

    padding: 1.2rem 0;

    text-align: center;

}

.cleints-img img {

    width: 32px ;

    transition: all 0.4s ease-in-out;

    display: inline-block;

    padding: 5px 0;

    -webkit-filter: grayscale(100);

    filter: grayscale(100);

    margin-right: 10px;

}

.cleints-img {

    border-right: 2px solid #eee;

}

/* =========================================

             section post

============================================ */

.title-post{

    max-width: 896px;

    margin: auto;

    margin-bottom: 34px;

}

.title-post h2{

    font-size: 2rem;

    /*padding-bottom: 0.3em;

    line-height: 1.25;*/

    color: #333333;

    font-weight: 600;

    /*border-radius: 20px;

    padding: 4px 20px;

    display: inline-block;

    background-color: rgb(108 211 106);*/

}
.post-box .card-body{
    height: 305px;
}
.boderny {

    width: 60px;

    border: 3px solid #4caf50;

    display: block;

    border-radius: 5px;

    margin: 0 auto 2rem;

}



/*  */

.card {

    border: 1px solid var(--color-three);

    margin-bottom: 20px;

    transition: border 0.1s, transform 0.3s;

}



.card:hover {

    -webkit-transform: translateY(-10px);

    transform: translateY(-10px);

    cursor: pointer;

}

.card-p{

    padding: 10px  1.25rem 0px  1.25rem;

}

.card-p i{

    color: #4caf50;

}

.post-subtitle  h2 {

        font-size: 1.2rem;

    }

    .post-subtitle  h2  a{

        -webkit-transition: all .3s ease 0s;

    transition: all .3s ease 0s;

    }

    .post-subtitle  h2  a:hover{

            color: #4caf50;

    }



.card img:hover {

  opacity: 0.6;

}

.readlink{

    display: inline-block;

    font-size: 14px;

    height: 30px;

    line-height: 30px;

    padding: 0 15px;

    background-color: #6cd36a;

    color: #fff;

    border-radius: 18px;

    letter-spacing: 1px;

    text-transform: capitalize;

}

.post-box{

    margin-bottom: 2rem;

}

/*===========================================================

                blog detail section  

==============================================================*/

.blog-content h2{

 font-size: 1.6rem;

}

.blog-content h3{

    font-size: 1.4rem;

}

.quick-detail-banner{

    background: #47b945;

}

.quick-detail-banner .blog-img{

    background-repeat: no-repeat;

    padding: 90px 0px;

    background-image: url('../img/blog-detail-bg.png');

    background-position: right center;

}

.blog-detail-title h1{

    color: #fff;

    font-weight: bold;

    width: 80%;

}

.post-details{

    color: rgba(255,255,255,0.7);

    font-size: 14px;

    font-weight: 300;

    letter-spacing: 0.5px;

    text-transform: uppercase;

}

.main-content{

    background: #ececed;

}

.panel .panel-heading{

    background: #2c9f1c;

    color: #fff;

    font-size: 14px;

    line-height: 1.5;

    font-size: 14px;

    padding: 12px;

}

.single-article{

    padding: 40px;

    background: #fff;

}

.entry-content{

    padding: 20px 0px;

}



.entry-content p,

.entry-content-1 p{

    text-align: justify;

}

.blog-list li{

    position: relative;

    padding-left: 25px;

    margin: 10px 0px;

}

.blog-list li::before {

    content: "\f058";

    color: #5fc535;

    font-size: 20px;

    position: absolute;

    font-family: 'Font Awesome 5 Free';

    left: 0;

    top: -2px;

}

.blog-bg{

    position: relative;

    padding: 1.25em 2.375em;

    background: #469544;

    margin-bottom: 12px;

}

.blog-bg::after{

    content: "";

    position: absolute;

    background: #6dd36b;

    width: 5px;

    height: 100%;

    top: 0;

    left: 0;

}

 

.blog-bg p{

    color: #ffffff;

}

/*===========================================================

                right-sidebar-content

==============================================================*/

.search-box{

    padding-bottom: 20px;

}

.search-box .form-control{

   height: 45px;

}

.search-box .btn-search{

    background: #4caf50;

    color: #fff;

    line-height: 30px;

    font-weight: bold;

}



.title-sidebar h2{

    font-size: 1.6rem;

}

.section-related{

    background-color: #ffffff;

    margin-bottom: 15px;

    border: 0;

}

.section-related span{

    display: block;

    padding: 1rem;

}



.items-list {

    max-width: 90vw;

    margin: 2rem;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    grid-gap: 3rem;

    justify-content: center;

    align-content: center;

  }

 

  

  /*.page {

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 1rem 0;

    border-radius: 0.6rem;

    background: #ffffff;

    box-shadow: 0 0.8rem 2rem rgb(90 97 129 / 5%);

  }*/



.page span{

    font-size: 1rem;

}

  .page__numbers, .page__btn, .page__dots {

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0.6rem;

    font-size: 1.4rem;

    cursor: pointer;

  }

  .page__dots {

    width: 2.6rem;

    height: 2.6rem;

    color: #2c9f1c;

    cursor: initial;

  }

  .page__numbers {

    width: 2.6rem;

    height: 2.6rem;

    border-radius: 0.2rem;

  }

 

  .page__numbers.active {

    color: #ffffff;

    background: #2c9f1c;

    font-weight: 600;

    border: 1px solid #2c9f1c;

  }

  

  .footer_action {

    background: #f5f7fa;

    text-align: center;

    font-size: 18px;

    padding: 1.6rem 0 0;

}

.action-content a {

    background: #4caf50;

    color: #fff;

    padding: 0.5rem 1.5rem;

    display: inline-block;

}

/*===========================================================

                footer coding  

==============================================================*/





.section_footer{

    background-color: #292b33;

    padding: 2rem 1rem;

}





.footer-item p {

    text-align: justify;

    margin: 0 0 5px;

    color: #ffffff;

}

.footer-address p{

    color: #ffffff;

}



.footer-item h5, .footer-address h5 {

    font-weight: 700;

    margin-bottom: 16px;

    position: relative;

    text-transform: uppercase;

    color: #ffffff;

    z-index: 1;

    font-size: 20px;

}

.footer-item li{

    position: relative;

    display: flex;

    margin-bottom: 8px;

}

.footer-item li a {

    position: relative;

    color: #ffffff;

    font-weight: 400;

    padding-left: 15px;

    text-transform: capitalize;

}

.footer-item li a::before {

    background: #ffffff none repeat scroll 0 0;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    content: "";

    height: 6px;

    left: 0;

    margin-top: -1px;

    position: absolute;

    top: 12%;

    width: 6px;

}

.footer-item.quick-link li a::before{

    top: 32%;

}

.footer-address i {

    color: #fff;

    text-align: center;

    height: 30px;

    width: 30px;

    line-height: 25px;

}

.footer-address ul li {

    display: flex;

}

.footer_icons a {

    margin-right: 10px;

    font-size: 20px;

}

.footer-bottom {

    margin-top: 20px;

    padding: 5px 0;

}

.footer-bottom p{

    color: #ffffff;

    text-transform: capitalize;

    line-height: 40px;

}
.action-content p{
    color: #000;
}




    .form_title h2{
        font-size: 25px;
        color: #fff;
        margin-bottom: 22px;
        text-align: center;
color: #6ed36c;
text-transform: uppercase;
    }
.banner_form {
position: relative;
z-index: 1;
padding: 33px;
/*background: #0909095e;*/
border-radius: 19px;
/*box-shadow: 0px 0px 25px #e1ffe4d6;*/
}
    /*.banner_form:before {*/
    /*    content: "";*/
    /*    width: 2px;*/
    /*    height: 160px;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    background-color: #fff;*/
    /*}*/
    /*.banner_form:after {*/
    /*    content: "";*/
    /*    width: 160px;*/
    /*    height: 2px;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    background-color: #fff;*/
    /*}*/
    .banner_btn{
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .banner_form .form-control{
       border-radius: 0px;
outline: 0;
font-family: inherit;
border: 0px;
font-size: 14px;
    }
    .banner_form .form-control:focus{
        box-shadow: none;
        border-color: transparent;
    }
.banner_btn {
padding: 2px 10px;
height: inherit;
border-radius: 100px;
font-family: inherit;
font-weight: 500;
text-transform: uppercase;
}

.login-area {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-conteiner {
    max-width: 900px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.login-text {
    margin-bottom: 30px;
    text-align: center;
}
.login_fleid {
    margin-bottom: 30px;
    position: relative;
}

.login_fleid input {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    border-radius: 40px;
}
.login-toggle-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.remember label {
    margin: 0;
}

.login_btn button {
    background: #6ed36c;
    color: #fff;
    padding: 8px 40px;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 4px;
}
.login-form-container {
    padding: 0 50px;
}
.login_image {
    height: 100%;
    border-right: 1px solid #ccc;
    min-height: 450px;
}
.login {
    height: 100%;
    padding-top: 45px;
}
.login_image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.login_fleid i {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #858585;
}


.pagination-title .page-item .page-link.current {
    background: #4caf50;
}

.pagination-title .pagination li .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination-title .page-item .page-link {
    text-decoration: none;
    color: #fdfdfd;
    background: #6cd36a;
    list-style: none;
    height: 46px;
    width: 63px;
    font-size: 18px;
    border: 1px solid rgb(245 247 250);
    box-shadow: inset 0px 1px 0px 0px rgb(255 255 255 / 35%);
}
.page_navv svg{width:36px; }
  .contact-info span {
            color: #ffc221;
            display: block;
            margin-bottom: 5px;
        }

        .contact-info h2 {
            color: #fff;
            font-size: 26px;
            margin-bottom: 15px;
        }

        .contact-info p {
            color: #fff;
            margin-bottom: 20px;
        }

        .contact-info ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .contact-info ul li {
            display: block;
            margin-bottom: 30px;
            padding-left: 60px;
            position: relative;
        }

        .contact-info ul li .content i {
            width: 45px;
            height: 45px;
            line-height: 45px;
            background-color: #fff;
            font-size: 20px;
            color: #4caf50;
            border-radius: 50px;
            margin-bottom: 10px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
        }

        .contact-info ul li .content h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #fff;
            display: block;
        }

        .contact-info ul li .content a {
            color: #fff;
            display: block;
            font-weight: 400;
            font-size: 15px;
        }
        .send_msg_btn {
            color: #fff;
            background-color: #4caf50;
            border: none;
            padding: 10px;
        }

.contact-info {
  margin-bottom: 30px;
  background-color: #4caf50;
  padding: 52px 35px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.contact-form .form-control { font-family: inherit;}
.address-area  {padding:50px 0px;}
.contact_banner_main{position:relative; padding:90px 0px;}
.contact_banner_main::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4caf50a3;
}
.contact_banner_main h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}
.contact_banner_main p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.services-card {
    padding: 30px 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 22%);
    }
    .services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #4caf50;
    border-radius: 272px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s;
    }
    .services-card i {
    color: #4caf50;
    font-size: 60px;
    line-height: 1;
    -webkit-transition: .7s;
    transition: .7s;
    }
    .services-card h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    -webkit-transition: .7s;
    transition: .7s;
    }
    .services-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #4caf50;
    border-radius: 170px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s;
    }
    .services-card:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 1;
    
    }
    .services-card:hover h3 {
    color: #fff;
    }
    
    .services-card:hover p {
    color: #fff;
    
    }
    
    .about_main  {padding:70px 0px;}

.page_navv nav div:nth-child(1) {
  display: none;
}

.page_navv span a{
    background: #6cd36a !important;
color: #fff;
font-weight: 600;
}
.page_navv  {width: 100%;
text-align: center;}



.page_navv  .text-sm.font-medium.text-gray-500.bg-white { background: #6cd36a !important; color: #fff;}


.page_navv   .text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.px-4.py-2 {
    background: #1ab017 !important;
color: #fff;
font-weight: 600; margin-right: -4px !important;
}

.page_navv  .relative.inline-flex.tems-center.px-2.py-2 { background: #6cd36a !important; color: #fff;}
.section-blog-details blockquote p{background-color: #f1f1f1;
padding: 23px;
font-size: 16px; }

.section-blog-details ul li{position: relative;
padding-left: 12px;
margin: 5px 0px 5px 15px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; list-style: disc;}

.banner_form:before {
    content: "";
    width: 2px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.banner_form:after {
    content: "";
    width: 160px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}




