body {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

.top-bar {
    background: #222;
    padding: 10px 0;
    background-image: linear-gradient(#006209, #0c4900);
}

.spe {
    position: relative;
}

.align {
    align-items: center;
}

.satisfied-part ul {
    padding: 0;
    margin: 0;
}

.satisfied-part ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
}

.satisfied-part ul li img {
    width: 30px;
    margin-right: 3px;
}

.contact-us p {
    margin: 3px 0 0 0;
    text-align: right;
}

.contact-us p a {
    background: #e9a902;
    padding: 13px 25px;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    transition: 0.6s;
}

/*Start.....head-line*/

.head-line {
    padding: 0;
    background: #e00e03;
    background-image: linear-gradient(#ffe34b, #ffd133);
}

.head-line1 {
    padding: 11px 10px 0px 10px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    color: #000;
}

/*start.....call*/

ul#call {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    bottom: 10px;
    display: flex;
    bottom: 0;
    margin: 0;
}

ul#call img {
    width: 40px;
}

ul#call a {
    color: #fff;
    text-decoration: none;
}

ul#call li.mobile-chats a {
    color: #000;
}

li.call-mobile {
    width: 50%;
    background: #e31d03;
    padding: 5px 10px;
}

ul#call li {
    list-style: none;
    text-align: center;
}

li.mobile-chats {
    background: #f0b508;
}

/*Start......main-header*/

header.main-header {
    background-image: url(../images/round-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0;
}

p.specialist {
    font-size: 16px;
    color: #fff;
    background: #df0303;
    padding: 6px 10px;
    margin: 0;
    border-radius: 4px;
    text-align: center;
}

.mydiv {
    animation: myanimation 2s infinite;
}

@keyframes myanimation {
    75% {
        background-color: #222;
    }
}

a.mybtn {
    animation: mybtnanimation 2s infinite;
}

@keyframes mybtnanimation {
    75% {
        background-color: #df0303;
        color: #fff;
    }
}

.carousel-indicators li {
    background-color: rgb(2 2 2 / 38%) !important;
}

.carousel-indicators .active {
    background-color: #e00e03 !important;
}

.bg-green {
    background-color: #f7b200;
    color: #fff;
}

.underline span {
    height: 14px;
    width: 14px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-yellow {
    background-color: #212529;
    color: #000;
}

.underline {
    margin: 0 auto;
    width: 120px;
    height: 10px;
    position: relative;
}

div#m-auto-remove {
    margin: 0 0 15px 0;
}

.m-auto-box {
    width: 120px;
    margin: 0 auto;
}

/*Start....main-services*/

.main-services {
    padding: 5% 0;
}

.main-services h1 {
    font-size: 45px;
    color: #0c4a01;
}

.main-services h1 span {
    color: #222;
}

.main-services p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.box {
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.box:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}

.box:before {
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: 0.9;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    animation: animate 5s infinite linear;
}

.box:hover:before {
    height: 280px;
    width: 280px;
    top: -55px;
    right: -37px;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
}

.box:hover img {
    filter: grayscale(100%);
}

.box .box-content {
    color: #fff;
    text-align: center;
    width: 200px;
    opacity: 0;
    filter: blur(10px);
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.box:hover .box-content {
    filter: blur(0);
    opacity: 1;
    top: 80px;
}

.box .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    margin: 0 0 2px;
}

.box .post {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 5px;
    left: 13px;
}

.box .icon li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    height: 40px;
    width: 40px;
    padding: 5px 4px;
    margin: 7px 0;
    border-radius: 50% 50% 50% 0;
    display: block;
    transition: all 0.3s;
    animation: animate 5s infinite linear;
}

.box .icon li a:hover {
    box-shadow: 0 0 0 2px #fff inset;
    background: #fff;
}

@keyframes animate {
    20% {
        background-color: #fd9501;
    }

    30% {
        background-color: #000;
    }

    45% {
        background-color: #016008;
    }
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

/*Start...services-part*/

.services-part {
    padding: 5% 0;
    background-image: url(../images/back-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.product-content div a {
    display: block;
    /* Make the <a> take full width */
    padding: 14px 20px;
    /* Horizontal padding instead of 'auto' */
    color: #000;
    font-size: 17px;
    background-image: linear-gradient(#ffe34b, #ffd133);
    text-decoration: none;
    transition: 0.6s;
    position: relative;
    top: 0px;
    font-weight: 700;
    border-radius: 53px;
    width: 100%;
    /* Full width of its parent container */
    text-align: center;
    /* Center the text and icon */
}


.product-content div a:hover {
    background: #0a4c01;
    /* Dark green background */
    color: #fff;
    /* White text on hover */
}


.services-part h2 {
    color: #ffc93f;
    font-size: 20px;
    text-align: center;
}

.head-line1 b {
    color: #0a4e02;
    font-weight: 700;
}

.services-part h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

div#white-bt span.bg-yellow {
    background: #fff;
}

div#white-bt {
    margin-top: 1%;
    margin-bottom: 4%;
}

:root {
    --main-color: #76a713;
}

.product-grid {
    font-family: 'Lexend', sans-serif;
    text-align: center;
    margin: 0 0 10px;
    border: 10px solid #fff;
    border-radius: 5px;
    transition: all 0.4s ease 0s;
    background-color: white;

    height: 100%;
    display: flex;
    flex-direction: column;


}

.product-grid:hover {
    box-shadow: 0 15px 45px rgba(131, 131, 131, .3);
}

.product-grid .product-image {
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.4s ease 0s;
}

.product-grid:hover .product-links {
    opacity: 1;
}

.product-grid .product-links li {
    margin: 0 0 8px;
    transform: translateX(-10px);
    transition: all 0.3s ease 0s;
}

.product-grid:hover .product-links li {
    transform: translateX(0);
}

.product-grid .product-links li a {
    color: var(--main-color);
    background-color: rgba(118, 167, 19, .15);
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: block;
    transition: all 0.2s ease-out;
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: var(--main-color);
}

.product-grid .product-content {
    background: #fff;
    padding: 18px 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Push content to the bottom */
    height: 100%;
    /* Ensure full height if used in a grid/card */
}

p.text-part {
    font-size: 16px;
    line-height: 1.4;
}

.product-grid .title {
    font-size: 23px;
    font-weight: 700;
    color: #0c4a01;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.product-grid .title a {
    color: #071c1f;
    transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
    color: var(--main-color);
}

.product-grid .price {
    color: #ff7d3f;
    font-size: 17px;
    font-weight: 700;
}

.product-grid .price span {
    color: #071c1f;
    text-decoration: line-through;
}

.product-grid .add-to-cart {
    color: #fff;
    font-size: 19px;
    line-height: 40px;
    background-image: linear-gradient(#006209, #0c4900);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    transform: scale(0);
    position: absolute;
    top: -28px;
    right: -4px;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .add-to-cart {
    transform: scale(1);
}

.product-grid .add-to-cart:hover {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}

/*Start....why-choose-us*/
.why-choose-us {
    background-image: url(../images/round-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
}

.sub-heading {
    color: #0c4a01;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-heading {
    color: #222;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

.counter {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.counter:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.counter-icon {
    font-size: 36px;
    color: #0a4c01;
}

.counter-value {
    color: #0a4c01;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.counter h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    text-transform: uppercase;
}

.text-green {
    color: #0a4c01;
}

.shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.counter {
    border: 10px solid #0a4c01;
}

.underline {
    width: 80px;
    height: 4px;
    margin: 0 auto;
    position: relative;
}

.underline span {
    display: block;
    width: 40px;
    height: 100%;
    margin: 0 auto;
}

.bg-green {
    background-color: #0a4c01;
}

.bg-yellow {
    background-color: #facc15;
}

@media (max-width: 767px) {
    .main-heading {
        font-size: 28px;
    }

    .sub-heading {
        font-size: 18px;
    }

    .counter {
        margin-bottom: 30px;
    }
}


@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*Start UP Down CSS*/

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*End UP Down CSS*/

/*Start........testimonial-part*/
.testimonial-part {
    padding: 5% 0;
    background-image: url(../images/back-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .testimonial-part h2 {
    color: #ffc530;
    font-size: 20px;
    text-align: center;
  }
  
  .testimonial-part h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
  }
  
  .testimonial {
    background: #fff;
    padding: 40px 20px;
    margin: 0 15px 10px 15px;
    position: relative;
  }
  
  .testimonial:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f7b200;
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: -1;
  }
  
  .testimonial .description {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
  }
  
  .testimonial .testimonial-content {
    position: relative;
  }
  
  .testimonial .testimonial-content:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
  }
  
  .testimonial .pic {
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
  }
  
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  
  .testimonial .content {
    margin: 10px 0;
    display: inline-block;
  }
  
  .testimonial .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
  }
  
  .testimonial .rating {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .testimonial .rating li {
    display: inline-block;
    color: #ffc207;
  }
  
  .owl-theme .owl-controls {
    margin-top: 20px;
  }
  
  .owl-theme .owl-controls .owl-page span {
    background: #0d8a63;
  }
  
  /* Prev/Next Button Styling */
  .testimonial-nav .nav-btn {
    background: #ffc530;
    color: #000;
    border: none;
    padding: 10px 25px;
    margin: 0 10px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .testimonial-nav .nav-btn:hover {
    background: #0d8a63;
    color: #fff;
  }
  
  @media only screen and (max-width: 479px) {
    .testimonial .testimonial-content:after {
      content: "";
    }
  }
  
  .testimonial-wrapper {
    position: relative;
  }
  
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffc530;
    color: #000;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
  }
  
  .nav-btn:hover {
    background: #0d8a63;
    color: #fff;
  }
  
  .left-btn {
    left: -45px;
  }
  
  .right-btn {
    right: -45px;
  }
  
  /* Responsive: reposition arrows for small screens */
  @media only screen and (max-width: 767px) {
    .left-btn {
      left: 0;
    }
  
    .right-btn {
      right: 0;
    }
  
    .nav-btn {
      padding: 8px 12px;
      font-size: 16px;
    }
  }
  

/*Start.......keywords-part*/

.keywords-part {
    padding: 5% 0;
}

.keywords-part h2 {
    color: #0a4c01;
    font-size: 20px;
    text-align: center;
}

.keywords-part h3 {
    color: #222;
    font-size: 40px;
    text-align: center;
}

.pricingTable {
    color: #B185E8;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 28px 20px;
    margin: 0 15px;
    border-radius: 20px;
    position: relative;
    border: solid 3px #ebebeb;
    box-shadow: 0 7px 7px 10px #f5f5f5;
    overflow: hidden;
}

.pricingTable:before {
    content: '';
    background: linear-gradient(#007a0a2b, transparent);
    border-radius: 0% 0% 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
}

img.reviews {
    border: solid 2px #eee;
    padding: 5px;
}

.pricingTable .pricingTable-header {
    margin: 0 0 20px;
}

.pricingTable .title {
    font-size: 25px;
    color: #0a4c01;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    margin: 0 0 13px;
    position: relative;
}

.pricingTable .pricing-content li i {
    color: #0a4c01;
}

.pricingTable .pricing-content li:hover {
    color: #e21803
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .pricing-content li i {
    margin-right: 5px;
}

.pricingTable.green {
    color: #2982A4;
}

.pricingTable.green:before {
    background: linear-gradient(#f7b20040, transparent);
}

img.hand_bg.fa-spin {
    position: absolute;
    left: 0;
    animation: fa-spin 5.2s infinite linear;
}

img.hand {
    position: relative;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 15px 40px;
    }
}

/*Start Pages*/

ul.privacy {
    margin: 0;
    padding: 0;
}

ul.privacy li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 10px 0;
}

ul.privacy li a {
    color: #000;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 52px;
    background-image: linear-gradient(#ffe34b, #ffd133);
}

.pages-banner {
    text-align: center;
    padding: 70px 0;
    background-image: url(../images/back-1.jpg);
    color: #fff;
    background-position: bottom;
}

ul.pri-list li i {
    position: absolute;
    top: 6px;
    left: 0;
}

ul.pri-list {
    margin: 0;
    padding: 0;
}

.pages-content {
    padding: 40px 0;
}

ul.pri-list li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

.full-img {
    width: 100%;
    height: auto;
    display: block;
}


/*End Pages*/

ul.pricing-content li a {
    text-decoration: none;
    color: #212121;
    transition: 0.5s;
}

ul.pricing-content li a:hover {
    color: #fd0200;
}

/*Start........footer-part*/

.footer-part {
    padding: 3% 0;
    background-image: url(../images/back-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.footer-part p {
    color: #fff;
    font-size: 18px;
}

.footer-part p strong {
    color: #f7b200;
}

.footer-part-2 {
    background: #000;
    padding: 10px 0;
    text-align: center;
}

.footer-part-2 p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.footer-part img {
    margin-bottom: 10px;
}

@media (max-width:1270px) {
    p.specialist {
        font-size: 14px;
    }

    .main-services h1 {
        font-size: 30px;
    }

    .main-services p {
        font-size: 15px;
        line-height: 1.4;
    }

    .main-services ul li {
        font-size: 15px;
    }

    .footer-part p {
        font-size: 16px;
        line-height: 1.6;
    }

    img.hand_bg.fa-spin {
        position: absolute;
        animation: fa-spin 0s infinite linear;
    }

    .spe img {
        width: 80%;
    }

    .spe {
        text-align: center;
    }
}

@media (max-width:980px) {
    .satisfied-part ul li {
        font-size: 11px;
    }

    p.specialist {
        font-size: 10px;
    }

    .product-grid .title {
        font-size: 16px;
    }

    .services-part h2 {
        font-size: 18px;
    }

    .services-part h3 {
        font-size: 30px;
    }

    .why-choose-us h2 {
        font-size: 18px;
    }

    .why-choose-us h3 {
        font-size: 30px;
    }

    .testimonial-part h2 {
        font-size: 18px;
    }

    .testimonial-part h3 {
        font-size: 30px;
    }

    .pricingTable .pricing-content li {
        font-size: 12px;
        line-height: 17px;
    }

    .pricingTable {
        padding: 28px 7px;
    }

    .counter .counter-value {
        font-size: 17px;
        margin: 0;
    }

    .counter h3 {
        font-size: 13px !important;
    }

    .main-services ul li {
        font-size: 13px;
    }
}

@media (min-width:581px) {
    img.mobile-part {
        display: none;
    }

    ul#call {
        display: none;
    }
}

@media (max-width:580px) {
    img.mobile-part {
        margin: 0 !important;
    }

    .satisfied-part ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .satisfied-part ul {
        text-align: center;
    }

    .contact-us p {
        margin: 20px 0 15px 0;
        text-align: center;
        /*  display: none;*/
    }

    .contact-us p a {
        background: #e31d03;
        padding: 9px 25px;
    }

    header.main-header {
        text-align: center;
    }

    header.main-header img {
        margin-bottom: 5px;
    }

    p.specialist {
        font-size: 14px;
        margin-top: 7px;
    }

    .head-line1 {
        font-size: 14px;
    }

    .main-services ul {
        margin: 0;
    }

    .main-services ul li {
        font-size: 16px;
    }

    .main-services p {
        font-size: 16px;
        line-height: 1.5;
    }

    .product-grid .title {
        font-size: 20px;
        line-height: 1.4;
    }

    .counter .counter-value {
        font-size: 20px;
    }

    .counter h3 {
        font-size: 20px !important;
        margin-top: 7px;
    }

    .pricingTable .pricing-content li {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .pricingTable {
        margin: 0 0 18px 0px;
    }

    .footer-part p {
        font-size: 14px;
    }

    .contact-us {
        display: none;
    }

    .main-services ul li {
        font-size: 18px;
    }

    .main-services ul li i {
        color: #fe0000;
        font-size: 25px;
        position: relative;
        top: 4px;
        margin-right: 4px;
    }

    .satisfied-part ul li {
        font-size: 13px;
    }

    .satisfied-part ul li img {
        width: 25px;
    }

    .footer-part-2 {
        padding: 10px 0 60px 0;
    }

    .spe img.hand_bg.fa-spin {
        animation: fa-spin 4s infinite linear;
        width: 220px;
        left: 25%;
        top: 10%;
    }

    .spe {
        margin-bottom: 5%;
    }

    .box .icon {
        bottom: 25px;
    }
}

@media (max-width:385px) {
    .spe img.hand_bg.fa-spin {
        left: 20%;
    }
}

@media (max-width:350px) {
    .main-services ul li i {
        font-size: 20px;
    }

    .main-services ul li {
        font-size: 16px;
    }

    .satisfied-part ul li {
        font-size: 11px;
    }

    .satisfied-part ul li img {
        width: 20px;
    }

    p.specialist {
        font-size: 12px;
    }

    .spe img.hand_bg.fa-spin {
        left: 15%;
    }
}

@media(max-width:767px) {
    .new-ser {
        margin-top: 0 !important;
    }

    img.reviews {
        margin-bottom: 20px;
    }

    ul.privacy li {
        margin: 0 5px 25px 0;
    }

    img.m-bor {
        padding: 10px 0;
        border-top: solid 2px #f0b50840;
        border-bottom: solid 2px #f0b50840;
    }
}