@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.robot{font-family: 'Roboto', sans-serif;}
body { font-family: 'Roboto', sans-serif;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: 'Montserrat', sans-serif!important;}
.card-body h4{font-size: 18px; font-weight: 600!important;}
    
.site-main1{padding-top:93px;}
/*.call-to-action {*/
/*    bottom: 1px;*/
/*    font-size: 22px;*/
/*    left: 1px;*/
/*    z-index: 111;*/
/*    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);*/
/*    background-color: #fff;*/
/*    border-radius: 30px;*/
/*    padding: 12px 25px;*/
/*    position: fixed;*/
/*    color: #000*/
/*}*/
.call-to-action {
    bottom: 10px;
    font-size: 22px;
    left: 0;
    z-index: 111;
    box-shadow: none;
    background-color: #2c9f1c;
    padding: 10px 25px 12px 47px;
    position: fixed;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
a.call-to-action:hover {
    color: #fff;
}
span.immhelp {
    display: block;
    font-size: 14px;
}

a.call-to-action .fa {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.navbar-collapse {
        flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
    float: right;
    margin-right: 0;
    padding: 0 0 0 562px;
}
.nav-menu .navbar-nav {
    flex-direction: row;
    align-items: center;
}
a.head-btn.btn {
    background-color: #2c9f1c;
    color: #fff;
    border-radius: 20px;
}
a.head-btn.btn i {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
table {
    width: 100%;
    margin-bottom: 20px
}

table th {
    border: 1px solid solid
}

table th {
    border: 1px solid #ccc;
    padding: 10px
}

table tr td {
    border: 1px solid #ccc;
    padding: 10px
}

span.post.post-page.current-item {
    color: #fff
}

.sidebar-box {
    border: 1px solid #ccc;
    padding: 10px;
    position: fixed;
    top: 619px;
    left: 170px;
    width: 261px;
    background-color: #fff
}

span.pages {
    display: none
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #252525;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 80px
}

.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%)
}

.card .body {
    color: #444;
    padding: 20px;
    font-weight: 400
}

.card-body {
    min-height: 210px
}

.card .header {
    color: #444;
    padding: 20px;
    position: relative;
    box-shadow: none
}

.single_post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single_post .body {
    padding: 30px
}

.single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px
}

.single_post .img-post>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease,opacity .4s ease;
    transition: transform .4s ease,opacity .4s ease;
    max-width: 100%;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01)
}

.single_post .img-post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out
}

.single_post .img-post:hover .social_share {
    display: block
}

.single_post .footer {
    padding: 0 30px 30px 30px
}

.single_post .footer .actions {
    display: inline-block
}

.single_post .footer .stats {
    cursor: default;
    list-style: none;
    padding: 0;
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 35px
}

.single_post .footer .stats li {
    border-left: solid 1px rgba(160,160,160,.3);
    display: inline-block;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1;
    margin: 0 0 0 2em;
    padding: 0 0 0 2em;
    text-transform: uppercase;
    font-size: 13px
}

.single_post .footer .stats li a {
    color: #777
}

.single_post .footer .stats li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}



.single_post h3 a {
    color: #242424;
    text-decoration: none
}



.single_post .blockquote p {
    margin-top: 0!important
}

.single_post .meta {
    list-style: none;
    padding: 0;
    margin: 0
}

.single_post .meta li {
    display: inline-block;
    margin-right: 15px
}

.single_post .meta li a {
    font-style: italic;
    color: #959595;
    text-decoration: none;
    font-size: 12px
}

.single_post .meta li a i {
    margin-right: 6px;
    font-size: 12px
}

.single_post2 {
    overflow: hidden
}

.single_post2 .content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 80px;
    position: relative
}

.single_post2 .content .actions_sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px
}

.single_post2 .content .actions_sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec
}

.single_post2 .content .title {
    font-weight: 100
}

.single_post2 .content .text {
    font-size: 15px
}

.right-box .categories-clouds li {
    display: inline-block;
    margin-bottom: 5px
}

.right-box .categories-clouds li a {
    display: block;
    border: 1px solid;
    padding: 6px 10px;
    border-radius: 3px
}

.right-box .instagram-plugin {
    overflow: hidden
}

.right-box .instagram-plugin li {
    float: left;
    overflow: hidden;
    border: 1px solid #fff
}

.comment-reply li {
    margin-bottom: 15px
}

.comment-reply li:last-child {
    margin-bottom: none
}

.comment-reply li h5 {
    font-size: 18px
}

.comment-reply li p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
}

.comment-reply .list-inline li {
    display: inline-block;
    margin: 0;
    padding-right: 20px
}

.comment-reply .list-inline li a {
    font-size: 13px
}

.grnn {
    color: #119726
}

.bg-light.d-flex.align-items-center.w-100.p-4 {
    padding: 2.2rem!important
}

span.post-root.post.post-post.current-item {
    color: #fff
}

span.post.post-post.current-item {
    color: #fff
}

span.archive.taxonomy.category.current-item {
    color: #fff
}

.text-white.slideInDown {
    font-size: 2.5rem;
    font-weight: 600!important
}

h2.hd {
    padding-top: 10px;
    padding-bottom: 16px
}

h2.hf {
    padding-top: 27px
}

@media (max-width: 640px) {
    .blog-page .left-box .single-comment-box>ul>li {
        padding:25px 0
    }

    .blog-page .left-box .single-comment-box ul li .icon-box {
        display: inline-block
    }

    .blog-page .left-box .single-comment-box ul li .text-box {
        display: block;
        padding-left: 0;
        margin-top: 10px
    }

    .blog-page .single_post .footer .stats {
        float: none;
        margin-top: 10px
    }

    .blog-page .single_post .body,.blog-page .single_post .footer {
        padding: 30px
    }
    
   
    
    
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11
}

.head-title h5 {
    font-size: 3rem;
    font-family: "Teko",sans-serif;
    font-weight: bold!important
}

.get-intouch-lefttext h5 {
    font-size: 1.75rem;
    font-weight: 600!important
}

.testimonial-slide {
    background-color: #119726
}

.testimonial-slide {
    background-color: #119726;
    padding: 10px 0;
    color: #fff
}

.testimonial-wrap .owl-carousel .owl-dots {
    text-align: center
}

.testimonial-wrap .owl-dot span {
    width: 10px;
    height: 10px;
    background: #e9e9e9;
    display: block;
    margin-right: 5px;
    opacity: .5;
    border-radius: 10px
}

.testimonial-wrap .owl-dot.active span {
    opacity: 1
}

.carouseltext {
    padding: 20px 130px 20px 130px
}

.get-in-row {
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    padding: 20px
}

.get-intouch-rgtimg {
    text-align: right
}

.client-slider {
    position: relative;
    margin-bottom: 30px
}

.article-wrap .owl-carousel .owl-nav.disabled {
    display: block
}

.client-slider .owl-prev {
    background: #383838!important;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%)
}

.client-slider .owl-prev span i {
    color: #fff
}

.client-slider .owl-next {
    background: #383838!important;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%)
}

.client-slider .owl-next span i {
    color: #fff
}

.contact-us-wrap {
    margin-top: 0px
}

.banner-text {
    background-color: #119726;
    padding: 20px 30px;
    height: 340px;
    width: 450px;
    margin-top: 145px
}

@media (max-width: 1500px) {
    .sidebar-box {
        top:520px;
        left: 90px
    }
    .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
  float: right;
  margin-right: 0px !important;
  padding: 0 0 0 21px;
}
}

@media (max-width: 1024px) {
    .sidebar-box {
        top:408px;
        left: 10px
    }
}

@media (max-width: 991px) {
    .banner-text {
        height:auto;
        width: auto
    }

    .carouseltext {
        padding: 20px
    }

    .client-slider .owl-prev {
        position: static;
        transform: none
    }

    .client-slider .owl-next {
        position: static;
        transform: none;
        margin: 10px
    }

    .banner-text {
        margin-top: 0
    }

    .team-item {
        color: #fff
    }

    .sidebar-box {
        position: static
    }

    .hbanner {
        width: 100%;
        min-height: 196px;
        padding-top: 60px
    }

    .text-white.slideInDown {
        font-size: 2.5rem;
        font-weight: 600!important;
        padding-top: 52px
    }

    .homepageblogpara {
        color: #333
    }
    
    .nav-menu .navbar-nav{
        flex-direction: column;
    align-items: start;
    background: #dfdfdf;
    display: block;
    max-height: 440px;
    overflow-y: auto; }
}

@media (min-width: 1000px) {
    .hbanner {
        height:500px;
        width: 100%
    }
    
  .sticky_right {
    position: fixed;
    width: 335px;
    bottom: 20px; z-index:-1;
}  
    
    
}

@media screen and (max-device-width: 480px) and (orientation:portrait) {
    .navbar-collapse {
        padding:0
    }
}

@media screen and (max-device-width: 640px) and (orientation:landscape) {
    .navbar-collapse {
        padding:0
    }
}

@media screen and (max-device-width: 640px) {
    .navbar-collapse {
        padding:0
    }
}

@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio:2) {
    .navbar-collapse {
        padding:0
    }
}

@media (device-height: 568px) and (device-width:320px) and (-webkit-min-device-pixel-ratio:2) {
    .navbar-collapse {
        padding:0
    }
}

@media (min-device-height: 667px) and (min-device-width:375px) and (-webkit-min-device-pixel-ratio:3) {
    .navbar-collapse {
        padding:0
    }
}

.blog-sidebar {
    font-size: 24px;
    padding-top: 3px
}

#categories-2 {
    margin: 23px 0 40px 0
}

.heading-bc {
     margin: 12px;
    background: #f5f5f5;
    font-family: "Open Sans",sans-serif;
    font-size: 21px;
    font-weight: bold;
    padding: 28px 25px;
    color: #268718;
    line-height: 32px;
    word-spacing: 2px;
    border-radius: 15px;
    box-shadow: #fff;
    /* box-shadow: 0px 0px; */
    box-shadow: 3px 2px 0px #11111130;
}


aside#recent-posts-3 {
    margin-bottom: 32px
}

.cta {
    background-color: #0D333F;
    color: #fff
}

.align-self-lg-center {
    align-self: center!important
}

.cta-text h6 { font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 10px}
.outline-btncall { border-radius: 30px; font-size: 26px;font-weight: 500; background: #2CA01C; border: 1px solid #2CA01C; padding: 7px 26px;
    cursor: pointer;position: relative; box-shadow: none!important; color: #fff}
.outline-btncall:hover {background-color: #36b325; color: #fff}
.bredcum { padding-top: 8px;}
span.screen-reader-text{display:none;}
.mrb50{margin-bottom:50px;}
.mrt50{margin-top:50px;}

p { font-size: 16px;font-weight: 400; color: #000;}
.single_post p {font-size: 16px;line-height: 26px; margin: 0px; padding-bottom: 16px;}
.single_post li { color: #000; font-size: 16px; line-height: 26px; padding-bottom: 7px;}
.white{color:#fff;}
.inner-banner { padding-top: 140px; padding-bottom: 15px; background: transparent linear-gradient(94deg, #0e4707 0%, #1d8b0f 100%); position: relative; overflow: hidden;
     display: flex; align-items: center;}
.font-bold {font-weight: bold;}
li.breadcrumb-item a { color: #fff;}
.breadcrumb-item.active { color: rgb(255 255 255 / 70%);}




.coomentbox {
    background: #ededed;
    padding: 35px 20px 35px 33px;
    color: #000;
    border: 1px solid #cbc2c224;
    border-radius: 15px;
}


li{color:#000;}

button.accordion-button.collapsed {
    color: #000;
}
.home-icon{width:40px;}
.banner-iconlist ul {
    list-style: none;
    padding-left: 0;
}

.banner-iconlist ul li {
    color: #fff;
    display: inline-flex;
    padding-right: 12px;
    margin-bottom: 10px;
}

.banner-iconlist ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.banner-iconlist ul li span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-iconlist ul li p {
    padding-left: 10px;
       font-size: 20px;
    margin-bottom: 0;
}
.banner{ position: relative; background: url(https://www.qbcommunitypro.com/wp-content/uploads/2023/12/home-banner.webp) no-repeat;
   width: 100%; height:100vh; max-height:560px; display:flex; align-items:center;
   background-position: center center;}

.mrt30{margin-top:30px;} .bannertfn{font-size:25px;}  a.bannertfn i {
    
    font-size: 24px !important;
   
}

input.search-submit {background: #1a7e0e;color: #fff;border: 1px solid #1a7e0e;padding: 2px;width: 100;}
input.search-field {width: 100%;margin: 0px 90px 1px 4px; }

a.tfns {
    color: #2c9f1c;
    font-weight: bold;
}