@import url('../css2.css');
body{
  margin:0;
  padding:0;
  font-family: "Josefin Sans", sans-serif;
 }
a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

ul{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

@font-face {
font-family: 'Giahfita';
      font-weight: normal;
      font-style: normal;
    }
/* top head section start */
.tophead_section{
  padding:0;
  background:#0e3100;
}
.tophead_section1{
  padding:6px 0 0;
  /* border-bottom:1px solid #0a4317; */
}
.tophead_left1{
  padding: 0;
}
.tophead_left2 .welcome{
  font-size:16px
}
.tophead_left2 .topcall{
  font-size: 22px;
  color: #000;
  font-weight: 800;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
      background: #fff;
}
.tophead_left2 .topcall strong{
  color: #ff0001;
  font-size: 27px;
}
.tophead_right1{padding: 10px 0;}
.tophead_right2 ul{
  display: flex;
  align-items: center;
  justify-content: right;
}
.tophead_right2 ul li{
  color: #ffb300;
  font-size: 21px;
  font-weight: 700;
  padding: 0px 10px 0px 0;
  text-transform:capitalize;
  display:inline-block;
}
.tophead_right2 ul li a{
  font-weight: bold;
  color:#084d2c;
  background: #ffb300;
  display: flex;
  padding: 5px 15px 3px;
  border-radius: 24px 0;
  align-items: center;
}
.tophead_right2 ul li a i{
  
font-size: 22px;
  font-weight: bold;
padding: 0 5px 0 0;
}
/* top head section end */

.blink{
  animation: blinker 0.5s linear infinite;
  transition: 0.2s;
}
@keyframes blinker {
  0%{
    color: #000;
    opacity: 0.8;
  }100%{
    opacity: 1;
    color: red;
  }
}

/* head logo section start */
.head-align{
  align-items: center;
  justify-content: center;
}
.head-section{
  text-align: center;
  position: relative;
}
.tophead_section1{
	background-color:#ffb300;
	padding:6px 0px;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
}
.head-section1{
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 15px 10px;
  border-radius: 0 0 20px 20px;
}

.head-left1{
  padding: 0;
}
.head-right1{
  padding: 0;
}

.head-top span {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #2222224d;
    color: #222;
    border-radius: 40px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 13px;
}
.head-top span {
    display: inline-block;
    color: #000000;
    border-radius: 40px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 7px 0 4px;
    font-size: 18px;
}
.head-top .color {
    background: #0a4317;
    color: #fff;
    font-weight: 400;
    margin: 0 2px;
    padding: 6px 12px 4px;
    font-size: 16px;
}
.topcounter-1{
  padding: 10px 8px 0;
}
.topcounter-2 i {
    background: linear-gradient(45deg, #fff600, #ffd800);
    color: #0A7221;
    font-size: 23px;
    border-radius: 50px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    display: inline-block;
    border: 1px solid #0a43172e;
}
.topcounter-2 span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0 0;
    text-transform: capitalize;
}
.topcounter-2 p {
    color: #0A7221;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 0 0;
}
.head-icon a{
    background: #0A7221;
    border-radius: 25px;
    text-align: center;
    padding: 2px 12px;
    display: block;
    color: #ffffff;
    margin: 0 5px;
  }
.head-icon a p {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 4px 0 0;
}
.head-tag-col p{
    font-size: 22px;
    color: #026017;
    padding: 13px 0 8px;
    font-weight: 700;
    animation: scl 0.6s infinite;
    text-transform: capitalize;
}
.head-tag-col p i{
  padding: 0 15px;
}
@keyframes scl{
  0%{color: #0A7221;}
  50%{color: #026017;}
  100%{color: #0A7221;}

}
/* head logo section end */

/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */

/* award section start */
.award-title strong{
    text-transform: capitalize;
    padding: 0 15px;
    font-size: 65px;
    font-weight: 600;
    display: block;
    font-family: 'Giahfita';
    text-align: center;
    color: #026017;
    background: linear-gradient(45deg, #fff600, #ffd800);
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}
/* award section end */


/* about us section start */
.about-left{
   padding: 0 0 0 15px;
}
.list{
  padding: 0 0 20px 0;
}
.list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    /* background: #525fe1; */
    margin: 0 auto;
    left: 0;
    z-index: -1;
}
.list strong {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    display: block;
    text-align: center;
    padding: 0;
    color: #026017;
}
.list strong span{
    font-size: 34px;
    padding: 8px 12px 1px;
    color: #026017;
    background: linear-gradient(45deg, #fff600, #ffd800);
    border-radius: 13px;
}
.list p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 21px;
    display: block;
    text-align: center;
    padding: 0 0 0;
    color: #000000;
}
.serv-link{
  padding: 0;
  position: relative;
  z-index: 0;
}
.serv-link ul{
    
padding: 0 0 0 30px;
}
.serv-link ul li{
    font-size: 17px;
    font-weight: 600;
    color: #026017;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border: 1px solid #02601726;
    padding: 13px 20px 10px;
    margin: 25px 0;
    border-radius: 8px;
    background: #FFF841;
}

.list ul li:before {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    left: -29px;
    position: absolute;
    z-index: -1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    content: "\f678";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    background: #026017;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
      opacity:1.1;
  }
  100% {
       opacity:.5;

  }
}
.about-title{
  padding: 0 0 5px;
  text-align: center;
}
.about-title span{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #026017;
    line-height: 24px;
    padding: 7px 30px 2px;
    background: #fff;
    border-radius: 120px 120px 0 0;
}
.about-title strong{
    text-transform: capitalize;
    padding: 0 50px 2px;
    font-size: 52px;
    font-weight: 100;
    display: inline-block;
    color: #ffffff;
    line-height: 60px;
    font-family: 'Giahfita';
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: #0e3100;
    animation: blinker1 3s linear infinite;
}
@keyframes blinker1{
  0%{
    opacity: 0.8;
  }100%{
    color: #fc0;
  }
}
.about-us-content{
  padding: 0;
}
.about-us-content p{
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #343434;
    padding: 9px 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #026017;
    font-weight: 600;
}
.about-heading{
    color: #000000;
    font-size:18px;
    font-weight: 700;
    line-height: 35px;
    padding:5px 10px 0px;
    display: inline-block;
    background: linear-gradient(0deg, #e09004, transparent);
    border-radius: 18px 18px 18px 18px;
    margin: 5px 0 11px;
    display: none;
}
.about-us-content ul{
  padding: 6px 0 5px;
}
.about-us-content ul li{
    position: relative;
    padding: 4px 0;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #343434;
}
.about-us-content ul li i{
  color: #026017;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  padding: 0px 8px 0 0;
 }
.about-right{
  padding: 0 15px 0 45px;
}

/* about us section end */

/* top services section start */
.top-services1{
  padding: 35px 15px 0;
  text-align: center;
}

.top-services2{
    padding: 15px 0 20px;
    box-shadow: 0 4px 4px #fff;
    text-align: center;
    position: relative;
    border-radius: 400px 400px 0 0;
	background-color:#0e3100;
}
.top-services2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65%;
    z-index: -1;
    background: linear-gradient(45deg, #fff600, #ffd800);
}
.sc_image img{
  width: 275px;
  border-radius: 400px 400px 0 0;
}

.top-services2 strong{
  font-size: 31px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding: 0px 20px 0px;
  color: #026017;
  background: #fff;
  border-radius: 50px 0;
  font-family: 'Giahfita';
}
.top-services2 p{
  padding: 10px 15px 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}
.top-services2 a{
  display: inline-block;
  color: #000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: bold;
  background: #fff;
  padding: 7px 20px 3px;
  border-radius: 7px;
}
.top-services2 a i{
  font-size: 19px;
  padding: 0 5px 0 0;
  color: #ff0002;
}
/* top services section end */


/* add section start */
.add1{
  padding: 0;
}
.add2{
  padding: 0;
  background: linear-gradient(45deg, #fff600, #ffd800);
  text-align: center;
}
.add1 img{
  width: 100%;
  border-radius: 40px;
  border: 5px solid #ffe401;
}
.add2 p{
  color: #000000;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 20px 15px 0px;
  text-align: center;
}
.add2 a{
  display: inline-block;
  color: #0A7221;
  font-size: 54px;
  font-weight: 700;
}
/* add section end */


/* services section start */
.popular-sv1{
  padding: 40px 15px 15px;
  text-align: center;
}
.popular-sv2{
  
position: relative;
}
.popular-sv2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 66%;
    z-index: -1;
    border: 1px solid #02601726;
    border-radius: 40px;
}
.popular-sv3 img{
  width: 292px;
}
.popular-sv4 strong {
    background: #ffffff;
    color: #0A7221;
    font-size: 32px;
    padding: 5px 26px 0px;
    font-weight: 400;
    display: inline-block;
    border-radius: 90px;
    text-transform: capitalize;
    transform: translateY(-18px);
    font-family: 'Giahfita';
}
.popular-sv4{
}
.popular-sv4 a{
  display: block;
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  background: radial-gradient(#065f0b, #026017);
  padding: 7px 20px 3px;
}
.popular-sv4 a i{
  font-size: 22px;
  padding: 0 5px 0 0;
  color: #beff00;
}
.popular-sv4 p{
    padding: 10px 15px 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
}
/* services section end */


/* testimonial section start */
.testi-sec{
  padding: 0 15px;
}
.testi-right{
  padding: 15px;
}
.testi-right1{
  padding: 15px;
  background: #ffb300;
}
.testiserv{
    position: relative;
    padding: 20px;
    background: linear-gradient(4deg, #ffe35c, #fff9d6);
    text-align: center;
    border-radius: 20px;
}
.testiserv li span {
    color: #026017;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    padding: 0 0 4px;
    display: inline-block;
}
.testiserv ul li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #008311;
    display: inline-block;
    padding: 8px 15px 6px;
    border-radius: 9px;
}
.testiserv p {
    padding: 10px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #1a1a1a;
}
.testi-1{
  padding: 15px;
  text-align: center;
}
.testi-2{
  background: #0e3100;
  border-radius: 35px 0 35px 35px;
  padding: 0 0 15px;
}
.testi-3 {
    padding: 11px;
    position: relative;
}
.testi-box p {
    padding: 20px 20px 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}
.testi-info{
  background: #ffb300;
  text-align: right;
  position: relative;
}
.testi-info strong {
    color: #ff0001;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    padding: 5px 15px 4px;
    text-align: center;
}
.testi-info span {
    display: block;
    padding: 5px 15px;
    position: absolute;
    top: -21px;
}
.testi-info img {
    border-radius: 50%;
    box-shadow: 0 0 0px 8px #02601757;
}
.rating {
    color: #fff;
    padding: 14px 15px 0;
    font-size: 16px;
	text-align:center;
}
.why-us-1{
  padding: 7px 15px;
  text-align: center;
}
.why-us-2{
    padding: 0px 15px 0px;
    background: #0e3100;
    display: block;
}
.why-us-2 span{
  display: inline-block;
  font-size: 49px;
  color: #ffb300;
  padding: 15px 0 0;
}

.why-us-2 p{
  color: #026017;
  font-size: 17px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 4px 15px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.love_count{
  display: block;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: -7px 0 0;
  font-weight: 700;
}
.love_count:after {
    content: "+";
    display: inline-block;
  }
/* testimonial section end */

/* best services section start */
.best-services1{
    padding: 40px 15px 0;
 }
 .best-services2 strong {
    color: #026017;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    background: linear-gradient(45deg, #fff600, #ffd800);
    padding: 5px 10px 3px;
    display: block;
    text-align: center;
    border-radius: 25px 25px 0 0;
    font-family: 'Giahfita';
}
.best-services2 img{
  width: 100%;
  border: 3px solid #fff100;
  border-top: 0;
  border-bottom: 0;
}
.best-services2 a {
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
    background: linear-gradient(45deg, #fff600, #ffd800);
    margin: -15px 0 0;
    padding: 9px 10px 3px;
    display: block;
    text-align: center;
    border-radius: 0 0 25px 25px;
    animation: blink 2s linear infinite;
    position: relative;
}
.best-services2 a i{
    color: #026017;
    padding: 0 8px 0 0;
    font-weight: 600;
}
/* best services section end */




/* add1 section start */
.add1-section{
  animation: texccl 2s linear infinite;
}
@keyframes texccl{
  0%{transform:translateY(10px);}
  50%{transform:translateY(-10px);}
  100%{transform:translateY(10px);}
}

.add1-section strong{
  color: #026017;
  font-size: 53px;
  font-weight: 800;
  text-transform: capitalize;
  font-family: 'Giahfita';
}
.add1-section p{
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  display:block;
  font-weight: 700;
  padding: 4px 0 0;
  text-transform: capitalize;
}

/* add1 section end */


/* footer section start */
.footer-section{
   background: linear-gradient(45deg, #fff600, #ffd800);
   overflow: hidden;
}
.footer-call1{
  padding: 25px 0 20px;
  text-align: center;
}
.footer-call2{
  display: block;
  font-weight: 700;
  padding: 4px 0;
  color: #000000;
  font-size: 21px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.footer-call2 span{
  display: block;
  font-weight: 700;
  padding: 0 0 2px;
  color: #026017;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}

.disclimer{
    padding: 0;
    text-align: center;
}
.disclimer p{
    color: #000000;
    padding: 0 0 15px;
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
}
.copyryt{
  padding:0;
  text-align: right;
}
.copyryt span{
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 7px 15px 6px;
    background: #026017;
    z-index: 1;
    position: relative;
    width: 50%;
    border-radius: 20px 0 0 20px;
}
.copyryt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -119px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #026017;
}
/* footer section end */





#callbook {
  background:green;
  bottom: 0;
  height: 42px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook
  ul{padding: 0px;
}
#callbook
  ul li {
  background: #bc000d;
  position: relative;
  padding: 11px 6px 7px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook
  ul li:last-child{
  background: #008000;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}


@media (max-width: 767px){
.tophead_left1 {text-align: center;padding: 8px 0 0;}
.tophead_right1 {padding: 0 0 10px;}
.tophead_right2 ul {display: block;text-align: center;}
.head-tag-col p {font-size: 20px;}
.about-left {padding: 0 10px 0 0;}
.about-right {padding: 0 15px;}
.award-align1 {align-items: flex-start;}
.award1:nth-child(3) {margin: -148px 270px 0 0px;}
.about-title strong {padding: 0 40px 2px;font-size: 44px;}
.award-title strong {font-size: 45px;}
.add1-section strong {font-size: 30px;line-height: 38px;}
.add1-section p {font-size: 15px;}
.best-services1 {padding: 40px 8px 0;}
.best-services2 strong {font-size: 27px;}
.best-services2 a {font-size: 20px;}
.copyryt {padding: 0 0 40px;}
.copyryt span {width: 100%;}
#callbook {display:block;}





}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.tophead_left1 {text-align: center;padding: 8px 0 0;}
.tophead_right1 {padding: 3px 0 10px;}
.tophead_right2 ul {justify-content: center;}
.award-align1 {align-items: flex-start;}
.award1:nth-child(3) {margin: -203px 360px 0 0px;}
.add2 a {font-size: 40px;}
.add2 p {font-size: 15px;padding: 18px 15px 0px;}
.about-left {padding: 0 10px 0 0;}
.about-right {padding: 0 15px;}
.add1-section strong {font-size: 35px;}
.add1-section p {font-size: 18px;}
.award-title strong {font-size: 60px;}
.copyryt span { width: 52%;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.head-icon a {padding: 2px 8px;margin: 0;}
.head-top span {font-size: 17px;}
.popular-sv4 strong {font-size: 30px;}
.about-title strong {font-size: 48px;}
.why-us-2 p {font-size: 15px;padding: 6px 6px 4px;}
.add1-section strong {font-size: 46px;}
.add1-section p {font-size: 22px;}


}



@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.head-tag-col p {font-size: 18px;}
.head-bottom{padding:0 15px;}
.topcounter-1 {padding: 10px 0 0;}
.tophead_right2 ul li {padding: 0;}
.head-tag-col p {font-size: 15px;line-height: 20px;padding: 13px 0 8px;}
.head-section1 {padding: 0 0px 10px;}
.topcounter-1:nth-child(2){display: none;}
.topcounter-1{width: 50%;}
.award-title strong {font-size: 34px;}
.about-title strong {padding: 0 28px 2px;font-size: 33px;}
.about-title span {font-size: 15px;padding: 7px 22px 2px;}
.award1:nth-child(3) { margin: 0;}
.best-services2 strong {font-size: 32px;}
.best-services2 a {font-size: 24px;}

}



@media (max-width: 420px) and (min-width: 0px) {
.tophead_right2 ul li {font-size: 19px;}
.head-icon a {padding: 2px 8px;margin: 0;}
.head-top span {font-size: 17px;}
.award-title strong {font-size: 24px;}
.about-title strong {padding: 5px 28px 5px;font-size: 28px;line-height: 29px;}
.about-title span {font-size: 13px;}
.popular-sv4 strong {font-size: 28px;padding: 0px 10px 0px;}
.add2 a {font-size: 40px;}
.add2 p {font-size: 15px;padding: 16px 15px 0px;}
.top-services2 strong {font-size: 28px;padding: 2px 20px 0px;}
.list p{font-size: 18px;}
.list strong, .list strong span  {font-size: 30px;}
.add1-section strong {font-size: 27px;line-height: 35px;}
.add1-section p {line-height: 22px;}
#callbook ul li a span {font-size: 17px;}
#callbook ul li {padding: 11px 6px 10px;}
}
/*** Footer ***/
.footer {
   background-color:#ffeab9;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	text-decoration:none;
	font-weight:bold;
}



.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
	color:#ff0002;
}

.footer .copyright {
    padding: 15px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    background: #0e3100;
}

.footer .copyright a {
    color: #fff;
}
  .visible-xs{display: none;}

/* Mobile Screen */
@media only screen and (max-width: 450px) {
  .visible-xs{display: inherit!important;}
}