body{font-family: 'Poppins', sans-serif;} 
h1, h2, h3, h4{font-family: 'Roboto Condensed', sans-serif;}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite; 
} 
img{max-width: 100%;}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
header.top-header-1 { 
    background: #085d00;
}
.top-header {
    background: #085d00;
    text-align: center;
    padding: 8px 0 20px;
    background: url(../images/top.png) repeat-x;
    position: relative;
    z-index: 99;
    background-position: bottom;
}
.top-header p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
}
.marquee-part {
    background: #085d00;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 0 0 0;
}
.marquee-part i {
    color: #fabd26;
    font-size: 20px;
}
.header-part {
    padding-top: 22px;
    background: #053600;
    margin-top: -20px;
    position: relative;
    z-index: 9;
}

.social-links ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
.social-links ul li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}
.social-links ul li a:hover {
    background: #000;
    color: #fff;
}
.social-links ul li a {
    color: #000;
    font-size: 20px;
        transition: 0.7s;
    background: #ffd200;
    padding: 2px 6px;
    border-radius: 30px;
}

.zoom-part {
    background: #053600;
    padding: 10px 0;
    text-align: center;
}
 .zoom-part p {
    color: #fff;
    font-size: 17px;
        margin: 0;
}
.zoom-part h1 {
    color: #fff;
    font-size: 30px;
}
.zoom-part h1 a {
    color: #fabd26;
    font-family: 'Poppins';
    text-decoration: none;
    font-weight: bolder;
}

ul#call {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    bottom: 10px;
    display: flex;
    bottom: 0;
    margin: 0;
}
ul#call li {
    list-style: none;
    text-align: center;
}
ul#call a {
    color: #fff;
}
ul#call img {
    width: 40px;
}
ul#call li {
    list-style: none;
    text-align: center;
    width: 50%;
}
li.mobile-chats {
    background: #062003 !important;
}
li.call-mobile {
    background: #176005;
}

.about-part {
    padding: 5% 0;
    background-image: url(../images/back-white.png);
    background-size: cover;
    background-attachment: fixed;
}
 
.about-part h3 {
    font-size: 47px;
    color: #053600; 
    margin-bottom: 10px;
}
.about-part p {
    font-size: 15px;
    line-height: 1.5;
}
.services-box:hover {
    background: #085d00;
}
.services-part {
    padding: 5% 0;
    text-align: center;
    background-image: url(../images/round-bg.png);
    background-size: cover;
    background-attachment: fixed;
    transition: 0.6s;
}
.home-abt-cta {
    display: inline-flex;
    border: 2px solid #053600;
    margin-top: 10px;
    border-radius: 7px;
    color: #053600;
}
.abtcta {
    background: #053600;
    color: #fff;
    font-size: 17px;
    padding: 4px 0 0 0;
    width: 175px;
    text-align: center;
}
.home-abt-cta a {
    font-size: 30px;
    color: #053600;
    line-height: 50px;
    padding: 5px 10px;
    font-weight: 700;
    text-decoration: none;
}

.services-box img {
    margin-bottom: 15px;
}
.services-part h2 {
font-size: 30px;
    color: #fff; 
}
.services-part h3 {
    color: #ffd200;
    font-size: 35px;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.services-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.services-box h4 {
    font-size: 30px;
    font-weight: 600;
    color: #053600;
    transition: 0.6s;
    text-transform: uppercase;
}
.services-box p {
    font-size: 15px; 
    color: #222;
}
.services-box p a {
    text-decoration: none;
    color: #000;
    background: #ffd200;
    padding: 10px 20px;
    border-radius: 40px;
    transition: 0.6s;
}
.services-box:hover p a {
    background: #fff;
    color: #085d00;
}
.services-box:hover p   {
   color: #fff
}
.services-box:hover h4 {
    color:#ffd200;
}
.other-services{ 
    text-align: center;
        padding: 5% 0;
    background-image: url(../images/back-white.png);
    background-size: cover;
    background-attachment: fixed;
}

.services-box img {
    transition:0.8s;
}
.services-box:hover img {
    transform: scale(1.2);
}
.services-img {
    overflow: hidden;
    height: 182px;
    margin-bottom: 20px;
}
.other-services h2 {
    font-size: 30px;
    color: #333;
}
.other-services h3 {
    font-size: 35px;
    color: #053800;
        margin-bottom: 30px;
}
.pricingTable {
    color: #fff;
    background: linear-gradient(to bottom, #053600, #085d00);
    font-family: 'Mukta', sans-serif;
    text-align: center;
    padding: 10px 10px 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    overflow: hidden;
    position: relative;
}
 
.pricingTable:after{
    content: "";
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #692a92;
    box-shadow: 0 0 1px 8px #fff;
    position: absolute;
    top: 100px;
    right: 20px;
}
.pricingTable:after{
    width: 20px;
    height: 20px;
    box-shadow: 0 0 1px 4px #fff;
    top: 35px;
    right: 50px;
}
  
.pricingTable .pricing-content {
    border: 2px solid #fff;
    padding: 23px 10px 23px;
    margin: 0 20px;
}
.pricingTable .title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px 0;
}
.pricingTable .pricing-content ul{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    font-size: 17px; 
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 7px;
    left: 0;
}
.pricingTable .pricingTable-signup a {
    background: #fff;
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 80%;
    padding: 10px 5px;
    display: block;
    margin: 15px auto 0;
    text-decoration: none;
    transition: all 0.3s ease 0s;
        border-radius: 100px;
}
.pricingTable:hover .pricingTable-signup a { 
    color: #fff !important;
    background: linear-gradient(to bottom, #333, #0e0e0e);
}
.pricingTable.blue {
    background: linear-gradient(to bottom, #f87224, #df9103);
}
.pricingTable.blue:before,
.pricingTable.blue:after,
 
.pricingTable.blue .pricingTable-signup a{ color: #253e81; }
.pricingTable.red{ background: linear-gradient(to bottom, #333, #000000); }
.pricingTable.red:before,
.pricingTable.red:after,
 
.pricingTable.red .pricingTable-signup a{ color: #cc1438; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}

.form-part{
      padding: 5% 0;
    background-image: url(../images/back-white.png);
    background-size: cover;
    background-attachment: fixed;
}
.form-data {
    background: linear-gradient(to bottom, #053600, #0b4e04);
    padding: 25px;
    border-radius: 10px;
}
.form-data .contact-part {
    border: dashed 2px #ffd200;
    padding: 20px;
}
.form-data span {
    color: #ffd200;
    font-size: 35px;
    font-family: 'Lobster', cursive;
}
.form-data label {
    color: #fff;
}
.form-texxx {
    margin-bottom: 20px;
}
.form-data .submit {
    background: #ffd200;
    color: #000;
    padding: 14px 16px;
}
.testimonial img {
    width: 100px;
    border-radius: 128px;
    border: solid 3px #fff;
    margin-bottom: 15px;
}

.why-choose h4 {
    font-size: 35px;
    color: #053900;
    font-family: 'Lobster', cursive;
    margin-bottom: 30px;
}
ul.list-choose {
    padding: 0;
    margin: 0;
}
ul.list-choose li {
    list-style: none;
    font-size: 18px;
    padding-bottom: 22px;
}
ul.list-choose li i {
        background: linear-gradient(to bottom, #053600, #0b4e04);
    padding: 12px 0;
    font-size: 30px;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
}
#marquee-part2 {
    background: #ffd200;
    color: #000;
}
#marquee-part2 i {
    color: #103e07;
}

.testimonial-part h2 {
    font-size: 30px;
    color: #fff;
}
.testimonial-part h3 {
    color: #ffd200;
    font-size: 35px;
    margin-bottom: 35px;
}
.testimonial-part {
  background-image: url(../images/round-bg.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 0;
}
 
.testimonial .description {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffd200;
    text-transform: capitalize;
    margin: 0;
} 
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active:hover span {
    border-color: #ffd200 !important; 
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 75%;
    left: 0;
}
.owl-prev {
    left: -6% !important;
}
.owl-next {
    right: -6% !important;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before, .owl-buttons .owl-next:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-size: 35px;
    font-weight: 900;
    color: #000;
    line-height: 40px;
    padding: 3px  5px;
}
.owl-theme .owl-controls .owl-buttons div { 
    background: #ffd200 !important;
        opacity: 1 !important;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../images/img-1.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/img-2.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}


.footer-part {
     background-image: url(../images/round-bg.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0;
}
.footer-part h4 {
    color: #fdc701;
    margin-bottom: 10px;
    font-size: 35px;
    font-family: 'Lobster', cursive;
}
.footer-links p {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
}
section.footer-part-2 {
    background: #075b00;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
section.footer-part-2 p {
    margin: 0;
}




@media (min-width: 980px){
 
ul#call {
    display: none;
}
}
@media (max-width:1024px){
.top-header p { 
    font-size: 12px; 
}
.zoom-part h1 { 
    font-size: 25px;
}
.zoom-part p { 
    font-size: 14px; 
}
.services-box h4 {
    font-size: 20px; 
}
.pricingTable .pricing-content { 
    padding: 20px 10px 20px;
    margin: 0 10px;
}
.pricingTable .pricing-content ul li {
    font-size: 14px; 
}
.pricingTable .title {
    font-size: 25px; 
    text-align: left;
}
.pricingTable .pricingTable-signup a { 
    font-size: 15px; 
    line-height: 30px; 
    padding: 10px 5px; 
    letter-spacing: 0px;
}
.marquee-part { 
    font-size: 15px; 
}
.about-part h3 {
    font-size: 35px; 
} 
.home-abt-cta a {
    font-size: 22px; 
}
.services-img { 
    height: 147px; 
}

}

@media (max-width: 980px){
.top-header p {
    font-size: 10px;
}
.marquee-part { 
    font-size: 15px; 
}
.zoom-part h1 {
    font-size: 20px;
}
.zoom-part p {
    font-size: 15px;
    line-height: 1.6;
}
 
.about-part h3 {
    font-size: 30px; 
        margin-bottom: 22px;
}
.about-part img {
    margin-bottom: 25px;
    width: 100%;
}
.services-part h3 {  
    font-size: 28px;
    margin-bottom: 30px;
}
.services-part h2 {
    font-size: 25px; 
}
.services-box h4 {
    font-size: 15px;
}
.services-box p {
    font-size: 12px; 
}
.other-services h2 {
    font-size: 25px; 
}
.other-services h3 {
    font-size: 30px; 
}
.pricingTable .title {
    font-size: 18px; 
}
.pricingTable .pricing-content ul li {
    font-size: 10px;
}
.pricingTable .pricingTable-signup a {
    font-size: 11px;
    line-height: 23px;
    padding: 7px 5px; 
}
.form-data span { 
    font-size: 25px; 
}
.why-choose {
    margin-top: 30px;
}
ul.list-choose li { 
    font-size: 16px;
    padding-bottom: 18px;
}
ul.list-choose li i { 
    font-size: 25px; 
    width: 45px;
    height: 45px; 
}
.footer-part h4 { 
    font-size: 30px; 
}
.about-part a img {
    width: 22px;
    margin-bottom: 2px;
}
.home-abt-cta {
    margin-bottom: 40px;
}
.services-img {
    height: 110px;
        margin-bottom: 0;
}
section.footer-part-2 {
    padding-bottom: 50px;
}


}


@media (max-width:767px){
    .social-links ul { 
    text-align: center;
}
.social-links {
    margin: 10px 0 0 0;
}
.top-header p {
    font-size: 13px;
    text-align: center;
}
.top-header {
    padding: 5px 10px 24px 10px;
    background-position: bottom;
}
.services-part .row.mb-3 {
    margin-bottom: 0 !important;
}
.services-part .services-box {
    margin-bottom: 20px;
}
.pricingTable .title {
    font-size: 24px;
        text-align: center;
}
.pricingTable .pricing-content ul li {
    font-size: 16px;
}
.pricingTable .pricingTable-signup a {
    font-size: 15px; 
    padding: 11px 5px;
}
.owl-buttons { 
    display: none;
}
.footer-links p { 
    font-size: 15px; 
}
.footer-part h4 {
    font-size: 27px;
}
section.footer-part-2 { 
    font-size: 13px;
}
.about-part p {
    font-size: 14px; 
}
.home-abt-cta a {
    font-size: 15px;
}
.abtcta { 
    font-size: 14px; 
    width: 130px; 
}
.services-part h3 {
    font-size: 22px; 
}
.services-img {
    height: unset; 
}
.services-box:hover img {
    transform: scale(1.1);
}
.services-box h4 {
    font-size: 20px;
}
.services-box p {
    font-size: 14px;
}
.header-part img {
    margin: 5px 0 0 0;
}

}

@media (max-width: 580px){
section.footer-part-2 {
    margin-bottom: 0;
}
ol.carousel-indicators {
    display: none;
}
.testimonial-part h2 {
    font-size: 23px; 
}
.testimonial-part h3 { 
    font-size: 27px; 
        margin-bottom: 15px;
}
}

@media (max-width: 370px){
.zoom-part h1 {
    font-size: 17px;
    line-height: 1.6;
}
.zoom-part p {
    font-size: 13px;
    line-height: 1.6;
}
.about-part h3 {
    font-size: 25px; 
}
.pricingTable .pricing-content ul li {
    font-size: 14px;
}
.home-abt-cta a {
    font-size: 13px;
}


}