@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Besley:wght@700&amp;display=swap');
.main-container 
{
    float: left;
    width: 100%;
}
.banner3 {
    float: left;
    width: 100%;
}
.banner3 img{
    float: left;
    width: 100%;
}
.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
.header img{
   max-width: 100%;
}
.header-top {
    float: left;
    width: 100%;
    background: #1e701c;
    color: #fcd000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 10px;
}
.header-top2 {
    float: left;
    width: 100%;
    background: #fcd000;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}
.header-top3 {
    float: left;
    width: 100%;
    background: #fcd000;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 10px;
}
.header-top4 {
    float: left;
    width: 100%;
    background: #053707;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.best-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #1e701c;
    font-family: 'Besley', serif;
}
.best-sub {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.best-border {
    float: left;
    width: 100%;
    margin-top: 40px;
    background: #1e701c;
    position: relative;
    box-shadow: 0 0 20px #d2a52a;
}
.best-border1 {
    float: left;
    width: 100%;
    padding: 15px;
    border: 2px dashed #1e701c;
}
.best-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.best-img img{
    float: left;
    width: 100%;
}
.best-title {
    float: left;
    width: 100%;
    font-size: 22px;
    font-family: 'Besley', serif;
    color: #fcd000;
    padding: 5px 0px;
    font-weight: 800;
    text-align: center;
}
.best-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.best-call {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.best-call a {
    background: #fcd000;
    color: #000;
    transition: 0.4s;
    padding: 6px 15px 8px;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px 5px #ffffff73;
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}
.best-call a i.fa-solid.fa-phone {
    padding-right: 15px;
}
.best-call a i.fa-brands.fa-whatsapp {
    padding-left: 15px;
}
.top-bdr-serv:before {
    content: "";
    position: absolute;
    right: -5px;
    width: 4px;
    height: 59px;
    background: #fcd000;
    border-radius: 8px;
    top: -4px;
    transition: all 0.3s linear;
    border-bottom: 0;
}
.best-border:hover .top-bdr-serv:before {
    height: 100%;
}
.best-border:hover .top-bdr-serv::after {
    width: 100%;
}

.best-border:hover .top-bdr-serv1:before {
    height: 100%;
}
.best-border:hover .top-bdr-serv1::after {
    width: 100%;
}
.top-bdr-serv:after {
    content: "";
    position: absolute;
    right: -3px;
    width: 60px;
    height: 4px;
    border-radius: 8px;
    background: #fcd000;
    top: -5px;
    transition: all 0.3s linear;
}
.top-bdr-serv1:before {
    content: "";
    position: absolute;
    left: -5px;
    width: 4px;
    height: 59px;
    background: #fcd000;
    border-radius: 8px;
    bottom: -4px;
    transition: all 0.3s linear;
    border-bottom: 0;
}
.top-bdr-serv1:after {
    content: "";
    position: absolute;
    left: -3px;
    width: 60px;
    height: 4px;
    border-radius: 8px;
    background: #fcd000;
    bottom: -5px;
    transition: all 0.3s linear;
}
.other-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.other-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #1e701c;
    font-family: 'Besley', serif;
}
.other-sub {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.other-border {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    border: 1px solid #1e701c;
}
.other-img {
    float: left;
    width: 100%;
    padding: 20px;
}
.other-img img {
    float: left;
    width: 100%;
    box-shadow: 0 0 10px;
    transition: 0.4s;
    border-radius: 250px;
}
.other-border:hover .other-img img{
    transform: scale(1.1) rotate(360deg);
}
.other-title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    color: #1e701c;
    font-weight: 600;
    font-family: 'Besley', serif;
}
.other-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
}
.other-call {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.other-call a {
  background: #fcd000;
  color: #000;
  transition: 0.4s;
  padding: 6px 15px 8px;
  text-transform: capitalize;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transform: translateY(-10px);
  font-family: 'Roboto', sans-serif;
  float: left;
  width: 100%;
  text-align: center;
}
.other-call i.fa-brands.fa-whatsapp {
  padding-left: 8px;
}
.oo-s1 {
    float: left;
    width: 40%;
}
.oo-s11 {
    float: left;
    width: 60%;
    padding: 10px;
}
.oo-s2 {
    float: left;
    width: 40%;
}
.oo-s12 {
    float: left;
    width: 60%;
    padding: 10px;
}
.oo-s2 .other-call {
    text-align: right;
}
.just {
    float: left;
    width: 100%;
    padding: 50px;
    background: #fcd000;
    text-align: center;
}
.just h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: 'Besley', serif;
    color: #000;
    padding-bottom: 15px;
}
.just a {
    font-size: 30px;
    background: green;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.just a i{
  padding-right: 10px;
}
.just img{max-width: 100%;padding-top: 30px;}
.best-do3 {
    padding: 10px;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.best-do4 {
    background-color: #fff;
    padding: 20px 10px;
}
.best-do5 {
    text-align: center;
}
.best-do5 h4 {
    padding: 0px;
    font-size: 40px;
    color: #1e701c;
}.best-do5 h5 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ff0000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.about-us {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}
.about-us:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/abt.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    background-attachment: fixed;
}
.about-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #1e701c;
    font-family: 'Besley', serif;
}
.about-sub {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000;
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 500;
}
.abt-desc span{
    color: #000;
    font-weight: 600;
}
.abt-desc ul li i{
    color: #000;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    background: #fcd000;
    padding: 5px;
    margin: 0 9px 0 0;
    border-radius: 4px;
    list-style: none;
}
.abt-desc ul {
    list-style: none;
}
.abt-desc ul li{
    list-style: none;
    line-height: 35px;
}
.just2 {
    float: left;
    width: 100%;
    padding: 50px;
    background: #1e701c;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #fcd000;
    font-family: 'Roboto', sans-serif;
}
.just2 a{color: #fff;
text-decoration: none;font-size: 35px;line-height: 50px;
float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}
.best-do4:hover {
    transform: translateY(-10px);
    transition: all 300ms ease-in-out;
}
.other-serv {
    padding: 40px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.othr-serv2 {
    overflow: hidden;
    float: left;
    width: 100%;
}
.other-serv3{
    overflow: hidden;
    float: left;
    width: 100%;
}
.other-serv3 img{  float: left;
    width: 100%;}
.other-ser3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-color:#fcd000;
    transform: scale(0);
    opacity: 0;
    transition: all 300ms linear;
    z-index: 2;
}
.other-ser4 {
    position: absolute;
    bottom: 20%;
    left: 0px;
    right: 0px;
    margin: -50px auto;
    text-align: center;
    opacity: 0;
    transition: all 300ms linear;
}
.other-ser4 h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1e701c;
    background: #fcd000;
    margin-bottom: 20%;
    padding: 10px 0px;
    float: left;
    width: 100%;
    font-family: 'Besley', serif;
}
.other-serv2:hover .other-ser4 {
    bottom: 35%;
    opacity: 1;
    transition: all 300ms linear;
}
.othr-serv2:hover .other-ser3:before {
    transform: scale(1) rotate(360deg);
    opacity: 1;
    transition: all 300ms linear;

}
.other-serv .col-sm-3{padding: 0;margin: 0;}
.test {
    float: left;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.test-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #1e701c;
    font-family: 'Besley', serif;
}
.test-sub {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.testi-border {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    background: #fcd000;
}
.tes-cont {
    float: left;
    width: 60%;
    text-align: left;
}
.tes-cont h2{
    font-family: 'Besley', serif;
    font-size: 20px;
    color: #1e701c;
}
.tes-cont p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ff0000;
}
.tes-cont22 {
    float: left;
    width: 40%;
}
.tes-cont22 img{
  border-radius: 50%;
  border: 5px solid #1e701c;
  width: 80px;
  height: 80px;
}
.test-desc {
    float: left;
    width: 100%;
    padding-top: 15px;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}.ff-img img {
    max-width: 100%;
}
.footer {
    float: left;
    width: 100%;
   padding: 50px 0px;
    background: #1e701c;
}
.footer-border {
    float: left;
    width: 100%;
}
.footer-border h1 {
    font-size: 24px;
    color: #fcd000;
 font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: none;
    padding: 0;
    text-transform: uppercase;
}.footer-border p {
    float: left;
    width: 100%;
    margin-bottom: 25px;
   font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
}
.footer-border ul {
    margin: 0px;
    padding: 0px;
}
.footer-border  li {
    list-style: none;
   font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height:2.5;
    color: #fff;
}
.footer-border ul li i{
    color: #fcd000;
padding-right: 10px;
}
.footer-border2 {
    float: left;
    width: 100%;
}
.footer-border2 h1 {
    font-size: 24px;
    color: #fcd000;
 font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: none;
    padding: 0;
    text-transform: uppercase;
}
.footer-border2 ul {
    margin: 0px;
    padding: 0px;
}
.footer-border2  li{
    list-style: none;
   font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height:2.5;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
}
.footer-border2  li a{
    color: #fff;
}
.footer-border2 ul li a i{
    color: #fcd000;
    font-size: 18px;
padding-right: 10px;
}
.footerlocation {
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.footer img{background: #fff;margin-bottom: 20px;}
.foo-location{
    float: left;
    background: #fcd000;
    font-size: 24px;
    font-weight: 600;
    padding: 16px 20px 15px;
    color: #fff;
    text-align: center;
 font-family: 'Roboto', sans-serif;
    width: 20%;
    float: left;
}
.footerlocation ul {
    float: left;
    padding: 11px 0px;
    width: 80%;
    display: inline-flex;
    text-align: center;
    background: #fff;
}
.footer-border img{width: 100%;margin-top: -50px;}
.footer-call-content {
    background-color: #fff;
    padding: 20px 80px 20px 20px;
    border-radius: 15px;
    position: relative;
    float: left;
    width: 100%;
     font-family: 'Roboto', sans-serif;
}.footer-call-content h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    color: #252525;
}
.footer-call-content span a {
    color: #252525;
    font-weight: 600;
}
.footer-call-content i {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: #e5f3ff;
    color: #077e00;
    border-radius: 50px;
    -webkit-transition: .7s;
    transition: .7s;
}
.cop{
    float: left;
    width: 100%;
    background: #fcd000;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}
.cop span{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}





#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}
#callbook ul {
    padding: 0px;
}
#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 21px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}
#callbook ul li a span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  top: -15px;
  font-family: 'Besley', serif;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 20px;
}
#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}
#callbook ul li a {
  line-height: 42px;
}
@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}


@media(min-width:768px) and (max-width:991px){
    .header .col-sm-4{width: 100%;}
    .best-ser .col-sm-4{width: 50%;}
    .other-ser .col-sm-6{width: 100%;}
    .just2 .col-sm-3{width: 50%;}.just2 {
        padding: 50px 0px;
      }
      .other-serv .col-sm-3{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
}
@media(min-width:480px) and (max-width:639px)
{ .best-do3 {
    padding: 0;
  }.best-do3 h5{
    font-size: 15px;
     }.just2 {
    padding: 50px 0px;
  }
    #callbook {
    display: block;
  }
    .about-header {
  font-size: 30px;
}
.other-header {
  font-size: 28px;
}
.header .container-fluid {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{.oo-s1 {
    width: 100%;
  }
  .oo-s11 {
    width: 100%;
  }
  .oo-s2 {
    width: 100%;
  }
  .oo-s12 {
    width: 100%;
  }.just {
    padding: 50px 0px;
  }.just2 {
    padding: 50px 0px;
  }.best-do3 {
    padding: 0;
  }
  .best-do3 h5{
 font-size: 13px;
  }.other-ser4 h4 {
    font-size: 20px;}
      #callbook {
    display: block;
  }
  .about-header {
  font-size: 30px;
}
.other-header {
  font-size: 28px;
}
.header .container-fluid {
  padding: 0;
}
}