body {
  padding: 0;
    margin: 0;font-family: 'Quicksand', sans-serif!important;
    background-image: url("../img/banner1.jpg");
    background-size: cover;
  background-repeat: no-repeat;
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    box-shadow: 1px 2px 15px #48484833;
    background-attachment: fixed;
}
.text-red{
  color: #ed1b35!important;
}

/*----------------tabs-------------*/
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.tab{
   /* font-family: 'Raleway', sans-serif;*/
    padding: 3px;
}
.tab .nav-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin: 0;
    border: none;
    list-style: none;
} 
.tab .nav-tabs li {
    flex: 1;
    text-align: center;
    margin: 0 5px;
}

.tab .nav-tabs li:first-child {
    margin-left: 0;
}

.tab .nav-tabs li:last-child {
    margin-right: 0;
}
.tab .nav-tabs li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #fafafa;
    background: #517e43;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 0px;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.15s;
    border: 2px solid #517e43;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #517e43;
    background: #fff;
    border: none;
    box-shadow: 0 -2px 0 2px #517e43;
}
.tab .nav-tabs li a:before{
    content: "";
    background: #517e43;
    height: 10px;
    width: 70%;
    border-radius: 15px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    width: 50%;
    opacity: 1;
    bottom: -7px;
}
.tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 7px;
    border-radius: 15px;
    box-shadow: 0 5px 0 5px #517e43;
    position: relative;
    padding-top: 28;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 15px;
    }
    .tab .nav-tabs li{
        /*width: 100%;*/
        text-align: center;
        padding: 0px 7px;
    }
    .tab .nav-tabs li a{
        margin: 0 0 15px;
        border-radius: 10px;
        font-size: 12px;
    }
}
/*------------------------------------*/
.btn{
  
    font-size: 12px;
    padding: 6px 5px;
    position: relative;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    transform: scale(1.1,1.1);
    transition: all 0.3s ease-out 0s;
    margin-right: 13px;
    font-weight: 600;
}
.btn:hover{
    transform: scale(1,1);
    color:#fff;
}
.btn i{
    color:#517e43;
}
/*.btn:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left:0px;
    width:100%;
    height: 10px;
    filter: blur(20px);
    border-radius: 30px;
    display: inline-block;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}*/
/*.btn:hover:before{
    bottom:0;
    filter: blur(10px);
}*/
.btn.blue{
    
    box-shadow: 3px 2px 0px 0px #0b407d;
    background: linear-gradient( 158deg , #f5f7f9, #e7e9eb);
    color: #517e43;
}
/*.btn.blue:before{
    background: linear-gradient(to right,#7474bf,#348ac7);
}*/

@media only screen and (max-width: 767px){
    .btn{
      /*  margin-bottom:15px;*/
    }
}

/*.view_count{
    width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 10px;
    padding: 2px 12px;
    background: black;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
    top: 0px;
}*/
.text-bold{
  font-weight: 600;
}
.services1{
  color: #a65a00;
  font-size:13px;
  font-weight:600;
  text-align: left;
  margin-left: -20px;
}
.servicehead{
      margin-top: 23px;
    /* text-align: left; */
    font-size: 17px;
    font-weight: 600;
    color: #10203c;
}
  .share, .webshare {
    display: none;
  }

  .social .share {
    display: flex;  /*flex-wrap: wrap;*/
    user-select: none;

  }
.bg {
  /* The image used */
  background-image: url("../img/background.jpg");
   /*Full height */
  height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

.navbar {
  width: auto;
  text-align: left;
  display: flex;
  background: black;
  width: -webkit-fill-available;
  text-align: center;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-x: auto;

}
.w-70{
     width: 100%;
     height: 100px;
    box-shadow: 2px 4px 5px 0px #a09f9f;
    margin-bottom: 11px;
   /* border:2px solid #517e43*/
}

/* .accordion-content {
    height: auto !important;
    display: block !important;
} */

.navbar a {
  float: left;
  display: block;
  color:#fff;
  text-align: center;
  padding: 0px 80px;
  text-decoration: none;
  font-size: 17px;
}

.navbar .icon {
  display: none;
}
a.share.shadow-button i{
  margin-left: 35px;
  margin-top: 4px;

}
@media (max-width: 360px){
  a.share.shadow-button i{
  margin-left: 28px;
}
}
@media screen and (max-width: 1024px) {
  .navbar a{
    padding: 16px 46px;
  }
}

@media screen and (max-width: 768px) {
  .navbar a{
    padding: 16px 30px;
  }
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
    margin-top: 10px;
  }
  .navbar a{
    padding: 16px 16px;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    bottom:0;

  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
}
/*----header image-----*/
.header{
 /* position: absolute;*/
}
.header img{
  width:100%;
}
/*@media (min-width:346px) and (max-width:346px) {
  .header img{
  width: 95.6%!important;
  }
}
@media (min-width:384px) and (max-width:384px) {
  .header img{
  width: 95.3%!important;
  }
}
@media (min-width:390px) and (max-width:390px) {
  .header img{
  width: 94.7%!important;
  }
}
@media (min-width:393px) and (max-width:393px) {
  .header img{
  width: 94.3%!important;
  }
}
@media (min-width: 400px) and (max-width: 400px) {
  .header img{
  width: 93.4%!important;
  }
}
@media (min-width: 411px) and (max-width: 411px) {
  .header img{
  width: 91.9%!important;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .header img{
  width: 91.5%!important;
  }
}
@media (min-width: 432px) and (max-width: 432px){
  .header img {
      width: 89.4%!important;
  }
}
@media (min-width: 480px) and (max-width: 480px) {
  .header img{
  width: 84.3%!important;
  }
}
@media (min-width: 504px) and (max-width: 504px) {
  .header img{
  width: 84.2%!important;
  }
}
@media (min-width: 540px) and (max-width: 540px) {
  .header img{
  width: 84.2%!important;
  }
}*/
@media (min-width: 280px) and (max-width: 280px) {
  /*.header img{
  width: 94.2%!important;
  }*/
  .card-content2 h2{
    margin-top: 208px;
  }
.time {
  padding-left: 0px;
}
}
@media (min-width: 280px) and (max-width: 320px) {
.time li{
  font-size: 14px!important;
  text-align: center!important;
}
.card-content img {
  margin-top: -83px!important;
  }
  .tab .nav-tabs li a {
    border-radius: 10px;
    font-size: 8px;
  }
  .tab .nav-tabs li {
    text-align: center;
    padding: 0px 6px;
  }
}
/*----content-----*/
.content {
  background-image: url(../img/digital.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 350px;
  margin: auto;
  background: #fff;
 /* padding: 0px 0px 70px 0px;*/
  /*background: white;*/
 /* padding: 10px;*/
  margin-top: 20px;
 /* border: 6px solid #c9993e;*/
}
.card-content {
   /* margin: 18px 24px 10px;*/
    z-index: 2;
    text-align: center;
}
.card-content img {
  
   margin-top: -75px;
    z-index: 1000;
    width: 200px;
    height: 130px;
    /* border: 3px solid #517e43;
    /* padding: 10px; */
    /*border-radius: 50%;*/
    background: #ffffff;
}
.card-content2 {
    z-index: 2;
    font-weight: 400;
    margin: 0;
    position: relative;
    width: auto;

   /* text-align: center;*/
}
.card-content2 h2 {
  color:#527f45;
  font-weight: 900;
  font-size: 19px;
  margin: 0 auto;
  /*padding-bottom: 44px;*/
 
}
.contentname{
  width: 50%;
   padding-top:7px !important;
  padding-bottom: 0px !important;
  margin-bottom: 15px;
}
.card-content2 p {
    margin: 6px;
    font-size: 16px;
    color: #4d0d0d;
    font-weight: 600;
}
.main1 {
  margin-top: 16px;
  padding: 0px 8px 0px;

}
img.tabtop{
  /*margin-top: 10px;*/
    width: 100%

}
.b1{
  margin-top: -1px;
  /*margin-left: -10px;*/
}
.follow{
  text-align: center;
  padding: 5px;
  margin-top: 20px;
}
.follow h3{
  color: #7b7b05;
  font-weight: 600;
}
@media (min-width: 425px) and (max-width: 425px) {
.content{
  width: -webkit-fill-available;width: -webkit-fill-available;
  overflow: hidden;
  margin: 0px auto 10px;
  z-index: 0;
  background-size: 100% 100%;
   /*max-width: 373px !important;*/
  }
}
@media (min-width: 375px) and (max-width: 375px) {
.content{
   width: -webkit-fill-available;
  overflow: hidden;
  margin: 0px auto 10px;
  z-index: 0;
  background-size: 100% 100%;
  }

}
@media (min-width: 320px) and (max-width: 320px) {
.content{
  width: -webkit-fill-available;
  overflow: hidden;
  margin: 0px auto 10px;
  z-index: 0;
  background-size: 100% 100%;
  }
  .time {
 /* padding-left: 0px;*/
}
}

.b2{
  margin-top: -115px;
  margin-left: 308px;
}
@media(min-width: 425px) and (max-width: 425px) {

  .b2{
    margin-left: 281px !important;
  }
 /* .header img {
    width: 90.4% !important;
}*/
}
@media(min-width: 375px) and (max-width: 375px) {

  .b2{
    margin-left: 252px !important;
  }
  
}
@media (min-width: 320px) and (max-width: 320px) {

  .b2{
    margin-left: 199px !important;
  }
}

.logo{
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #0c96cc;
  padding: 14px;
}
.contact-buttons {
  margin-top: -11px;
  margin-bottom: 20px;
    text-align: center;
   /*width: calc(92% + 25px);
    margin-top: 26px;*/
}
.contact-button {
    padding: 6px 9px;
    /* min-width: 90px; */
    display: inline-block;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(to top, #212734 0%,#3a4157 45%);
    color: #ffffff;
    /* font-weight: 700; */
    border: none;
    border-radius: 4px;
    margin-right: 5px;
    box-shadow: 3px 3px 0px 0px #c7a57b;
    /* border: 1px solid #001438; */
    /* border-bottom: 2px #46300e solid; */
    /* border-right: 2px solid #4a330f;*/
   
}
.contact-button:hover{
      color: #252c3a!important;
    background: #c7a57b;
    font-weight: 600;
    box-shadow: 3px 3px 1px 1px #232938;
}
.contact-bg{
  display: block;
    padding: 10px;
    width: auto;
    margin: 15px 25px;
    /* background: #f6fbf5; */
    background: #517e43;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000029;
    border: 2px solid #517e43;
}
.c1{
  width: 100%;
}
@media (min-width: 280px) and (max-width: 653px){
  .contact-button {
    padding: 8px 8px;
    font-size: 9px;
  }
  .btn{
   font-size: 9px;
    padding: 8px 4px;
  }
}
@media(min-width: 425px) and (max-width: 425px) {
.c1{
    height:86% !important;
  }
.main1{
  /*margin-top: -131px!important;*/
  }
  .contact-button {
    /*margin-top: 100px;*/
  }
}
@media(min-width: 375px) and (max-width: 375px) {
.c1{
    height:86% !important;
  }
.main1{
  /*margin-top: -149px!important;*/
  }
  .contact-button {
    /*margin-top: 100px;*/
  }
}
@media(min-width: 320px) and (max-width: 320px) {
.c1{
    height:86% !important;
  }
.main1{
  /*margin-top: -196px!important;*/
  }
  .contact-button {
    /*margin-top: 100px;*/
  }
}
.loc {
 
    
    height: 35px;
    width: 35px;
    position: absolute;
    padding: 10px 14px;
    display: inline-block;
    font-size: 14px;
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset; */
    text-align: center;
    background: #517e43;
    color: #ffffff;
    border-radius: 11px;
    margin-right: 5px;
    box-shadow: 2px 2px 1px #03586b;

}
.loc:hover{
        
    color: #ffffff!important;
    background: #4d0d0d;
    font-weight: 600;
    box-shadow: 0 0 #0e0e0e;
}
.add{
    font-size: 10px;
    margin-top: 0;
    margin-left: -11px;
    color: #4d0d0d;
    font-weight: 600;

    /* Add this */
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;
}

.mail{
   
    height: 35px;
    width: 35px;
    position: absolute;
    padding: 10px 11px;
    display: inline-block;
    font-size: 14px;
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset; */
    text-align: center;
    background: #517e43;
    color: #ffffff;
    border-radius: 11px;
    margin-right: 5px;
    box-shadow: 2px 2px 1px #03586b;


}
.mail:hover{
       
    color: #ffffff!important;
    background: #4d0d0d;
    font-weight: 600;
    box-shadow: 0 0 #0e0e0e;

}
.mailtxt{
   font-size: 12px;
    margin-top: 0px;
    margin-left: -11px;
    color: #0e0e0e;
    font-weight: 600;
}

.mobile{
  padding: 8px 12px;
    display: inline-block;
  margin-right: 6px;
      box-shadow: 3px 2px 0px 0px rgb(191 141 64), 0 0 40px rgb(255 251 251 / 10%) inset;
    text-align: center;
    background: #517e43;
    border-radius: 5px;
    color: #ffffff;
    border: 1px solid #c7a57b00;
   

}
.mobile:hover{
  color: #0e0e0e!important;
    background: #b98330;
    font-weight: 600;
    box-shadow: 2px 2px #0e0e0e;

}
.mobiletxt{
  font-size: 12px;
  margin-top:4px;
  margin-left: -17px;
  color:#001438;
  font-weight: 600;
}

@media(min-width: 425px) and (max-width: 425px) {
  .loc {
    position: absolute;
    padding: 8px 13px;
    display: inline-block;
     /* font-size: 14px;*/
    margin-right: 5px;
   /* margin-bottom: 20px;*/
     /* margin-top: -419px;*/
    margin-left: -12px;
    text-align: center;
  }
  .add{
   /* position: absolute;*/
    font-size: 12px;
/*    margin-top: -45px;*/
    margin-left: 30px;
  }
  .mail{
     padding: 8px 10px;
      display: inline-block;
     /* font-size: 14px;*/
    text-align: center;
  /*  margin-bottom: 20px;
    margin-top: 45px !important;*/
    margin-left: -12px;
  }
  .mailtxt{
    font-size: 12px;
/*    margin-top: -45px;*/
    margin-left: 30px;
  }
  
  .mobile{
    padding: 8px 12px;
    display: inline-block;
    /* font-size: 16px;*/
    text-align: center;
    margin-right: 5px;
   /* margin-bottom: 20px;
    margin-top: 15px;*/
    margin-left: -12px;
  }
  .mobiletxt{
    font-size: 12px;
  /*  margin-top: -45px;*/
    margin-left: 30px;
  }
  .card {
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 0px auto 10px;
    z-index: 0;
    background-size: 100% 100%;
  }
}
@media(min-width: 375px) and (max-width: 375px) {
  .loc {
    position: absolute;
    padding: 8px 13px;
    display: inline-block;
   /* font-size: 14px;*/
    text-align: center;
    margin-right: 5px;
   /* margin-bottom: 20px;*/
   /* margin-top: -419px;*/
    margin-left: -12px;
  }
  .add{
  /*  position: absolute;*/
    font-size: 12px;
   /* margin-top: -45px;*/
    margin-left: 30px;
  }
  .mail{
     padding: 8px 10px;
      display: inline-block;
     /* font-size: 14px;*/
    text-align: center;
      margin-right: 5px;
    /*  margin-bottom: 20px;
      margin-top: 15px;*/
      margin-left: -12px;
  }
  .mailtxt{
     /*  position: absolute;*/
    font-size: 12px;
   /* margin-top: -45px;*/
    margin-left: 30px;
  }

  .mobile{
    padding: 8px 12px;
    display: inline-block;
    /* font-size: 16px;*/
    text-align: center;
    margin-right: 5px;
  /*  margin-bottom: 20px;
    margin-top: 15px;*/
    margin-left: -12px;
  }
  .mobiletxt{
    font-size: 12px;
  /*  margin-top: -45px;*/
    margin-left: 30px;
  }
  .card {
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 0px auto 10px;
    z-index: 0;
    background-size: 100% 100%;
  }
}
@media(min-width: 360px) and (max-width: 640px) {
  .loc {
    position: absolute;
    padding: 8px 13px;
    display: inline-block;
   /* font-size: 14px;*/
    text-align: center;
    margin-right: 5px;
   /* margin-bottom: 20px;*/
   /* margin-top: -419px;*/
    margin-left: 0px;
  }
  .add{
   /* position: absolute;*/
    font-size: 12px;
   /* margin-top: -51px;*/
    margin-left: 53px;
  }
  .mail{
     padding: 8px 10px;
      display: inline-block;
     /* font-size: 14px;*/
    text-align: center;
      margin-right: 5px;
     /* margin-bottom: 20px;
      margin-top: 45px;*/
      margin-left: 0px;
  }
  .mailtxt{
     /* position: absolute;*/
    font-size: 12px;
   /* margin-top: -51px;*/
    margin-left: 53px;
  }
  
  .mobile{
    padding: 8px 12px;
    display: inline-block;
    /* font-size: 16px;*/
    text-align: center;
    margin-right: 5px;
    /*margin-bottom: 20px;
    margin-top: 15px;*/
    margin-left:0px;
  }
  .mobiletxt{
    font-size: 12px;
   /* margin-top: -51px;*/
    margin-left: 53px;
  }
  .card {
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 0px auto 10px;
    z-index: 0;
    background-size: 100% 100%;
  }
/*  .header img{
    width: 95.7%;
  }*/
/*  .card-content2 h2 {
    color: #001438;
    font-weight: bold;
    letter-spacing: -1px;
   
    font-size: 27px;
    margin: 0 auto;
    padding-bottom: 9px;
    margin-top: -10px;
}*/
.card-content2 p{
  margin-top: 0px;
}
/*.tab .nav-tabs li a{
  font-size: 27px !important;
  padding: 5px 39px !important;
}*/
.mobiletxt1 {
    font-size: 12px;
   /* margin-top: -45px;*/
    margin-left: 157px;
    font-weight: 600;
}
.heading {
   font-size: 16px !important;
  }

}
@media(min-width: 280px) and (max-width: 280px) {
  .contact-button {
    padding: 8px 8px;
    font-size:8px!important;
  }
     .card-content2 p {
    margin: 6px;
    text-transform: capitalize;
    font-size: 11px!important;
    margin-top: 0px;
    margin-left: 7px!important;
}
}
@media (min-width: 280px) and (max-width: 360px) {
  .heading {
   font-size: 13px !important;
  }
  .contact-bg {
    margin: 16px;
}
  .card-content2 h2 {
    font-weight: bold;
    letter-spacing: -1px;
    /* text-transform: uppercase; */
    font-size: 18px;
    margin: 0 auto;
    padding-bottom: 7px;
    /*margin-top: -10px;*/
}
.card-content2 p {
    margin: 6px;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 11px;
}
/*.tab .nav-tabs li a {
    font-size: 24px !important;
    padding: 7px 26px !important;
    border-radius: 0;
    border: none;
    border: 1px solid #ddd;
     text-transform: uppercase; 
    position: relative;
}*/
/*.contact-bg{
  padding: 9px !important;
}*/
  .loc {
    position: absolute;
    padding: 10px 13px;
    display: inline-block;
   /* font-size: 14px;*/
    margin-right: 5px;
   /* margin-bottom: 20px;*/
   /* margin-top: -419px;*/
    margin-left: -5px;
    text-align: center;
  }
  .loc1 {
    padding: 8px 10px;
    display: inline-block;
   /* font-size: 14px;*/
    margin-right: 5px;
   /* margin-bottom: 20px;
    margin-top: 10px;
*/    margin-left: -5px;
    text-align: center;
  }
  .add{
   /* position: absolute;*/
    font-size: 12px;
   /* margin-top: 6px;*/
    margin-left:40px;
  }
  .mail{
     padding: 8px 10px;
      display: inline-block;
     /* font-size: 14px;*/
      text-align: center;
      margin-right: 5px;
     /* margin-bottom: 20px;
      margin-top: 45px !important;*/
      margin-left: -5px;
  }
  .mailtxt{
     
    font-size: 10px;
    /* margin-top: 6px; */
    margin-left: 40px;
  }

  .mobile{
    padding: 3px 5px;
    display: inline-block;
        margin-right: 0px;
    margin-left: -5px;
  }
  .mobiletxt{
    font-size: 11px;
   /* margin-top: -50px;*/
    margin-left:42px;
  }
  .mobiletxt1 {
    font-size: 12px;
  /*  margin-top: -45px;*/
    margin-left: 145px;
    font-weight: 600;
}
  .card {
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 0px auto 10px;
    z-index: 0;
    background-size: 100% 100%;
  }
/*  .header img{
    width: 95%!important;
  }*/
}


@media(min-width: 600px) and (max-width: 960px) {
/*  .header img{
    width: 84.2%!important;
  }*/
  .heading {
   font-size: 18px !important;
  }


  .contact-button {
    padding: 8px 8px;
    font-size: 9px;
  }
  .loc {
    position: absolute;
    padding: 10px 13px;
    display: inline-block;
   /* font-size: 14px;*/
    text-align: center;
    margin-right: 5px;
   /* margin-bottom: 20px;*/
   /* margin-top: -419px;*/
    margin-left: 0px;
  }
  .add{
  /*  position: absolute;*/
    font-size: 12px;
    margin-top: 3px;
    margin-left: -20px;
  }
  .mail{
     padding: 8px 10px;
      display: inline-block;
     /* font-size: 14px;*/
      text-align: center;
      margin-right: 5px;
    /*  margin-bottom: 20px;
      margin-top: 45px;*/
      margin-left: 0px;
  }
  .mailtxt{
     font-size: 12px;
    margin-top: 3px;
    margin-left: -20px;
  }
 
  .mobile{
    padding: 8px 12px;
    display: inline-block;
    /* font-size: 16px;*/
    text-align: center;
    margin-right: 5px;
    /*margin-bottom: 20px;*/
   /* margin-top: 15px;*/
    margin-left: 0px;
  }
  .mobiletxt{
    font-size: 12px;
  /*  margin-top: 20px;*/
    margin-left: -20px;
  }
  .card {
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 0px auto 10px;
    z-index: 0;
    background-size: 100% 100%;
  }
}
@media(min-width: 346px) and (max-width: 346px) {
  .add{
   /* margin-top: -51px;*/
    margin-left: 52px;
  }
 .mail{
 /* margin-top: 80px;*/
 }
 .mailtxt{
 /* margin-top: -47px;*/
    margin-left: 52px;
 }
 .mobiletxt {
/*  margin-top: -47px;*/
    margin-left: 52px;
 }
}

.whatsapp-input {
  margin-top: 15px;
    text-align: left;
    display: flex;
}
.input-wrapper {
    position: relative;
    flex: 1;
}
.whatsapp-input input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 10px;
    outline: none;
    font-size: 12px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 40px;
    margin-left: 10px;
}
.whatsapp-button {
  margin-left: -30px;
  color: #fff;
  line-height: 38px;
  background: #51B14D;
  font-size: 12px;
  padding: 18px 20px 18px 15px;
  cursor: pointer;

}
@media(min-width: 425px) and (max-width: 425px) {
.whatsapp-input input{
  margin-top: 74px !important;
  margin-left: 15px;
  width: 91%;
  }
.whatsapp-button{
  margin-top: 10px !important;
  margin-left: 15px;
  width: 91%;
  }
}
@media(min-width: 375px) and (max-width: 375px) {
.whatsapp-input input{
  margin-top: 95px !important;
  margin-left: 15px;
  width: 91%;
  }
.whatsapp-button{
  margin-top: 10px !important;
  margin-left: 15px;
  width: 91%;
  }
}
@media(min-width: 320px) and (max-width: 320px) {
.whatsapp-input input{
  margin-top: 147px !important;
  margin-left: -1px;
  width: 100%;
  }
.whatsapp-button{
  margin-top: 10px !important;
  margin-left: -1px;
  width: 100%;
  }
  /*.contact-bg{
    margin: 0px;
  }*/
}
.shadow-buttons {
    display: flex;
    justify-content: center;
    margin: -5px;
    margin-top: 15px;
}
.shadow-button {
    
    padding: 11px 2px;
    font-size: 13px;
    color: #ffffff!important;
    margin: 5px;
   background: #517e43;
    flex: 1;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid #0d4380;
    /* border: 2px solid #a0680e; */
    /* border-top: 3px solid #dadada; */
    /* border-bottom: 3px solid #dadada; */
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: -1px 3px 5px #14141469;
  }
.shadow-buttons :hover {
   
    color: #fefafa!important;
    background: #517e43;
    font-weight: 600;
    /*border-top: 3px solid #383d45;
    border-bottom: 3px solid #383d45;*/
}

}
@media(min-width: 425px) and (max-width: 425px) {
.shadow-buttons{
   margin-top: 10px;
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media(min-width: 375px) and (max-width: 375px) {
.shadow-buttons{
   margin-top: 10px;
    margin-left: 0px;
    margin-right: -2px;
  }
}
@media(min-width: 320px) and (max-width: 320px) {
.shadow-buttons{
  margin-top: 10px;
    margin-left: -16px;
    margin-right: -14px;
  }
}
.share1-buttons.inprofile {
    padding: 6px;
    justify-content: center;
    /* margin: -5px; */
    margin: 2px;
    /* margin-top: 20px; */
    text-align: center;
    padding-right: 45px;
}
.share1-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
   
}
.share1-buttons.inprofile .share1-button {
    padding: 4px;
}
.share1-buttons .share1-button {
   
    list-style: none;
}
.share1-buttons.inprofile .share1-button i {
    padding: 0;
    height: 27px;
    width: 27px;
    font-size: 15px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
}
.share1-buttons .share1-button i {
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fab, .far {
    font-weight: 400;
}
.share1-button-facebook {
    background-color: #2a4a8c;
}
.share1-button-twitter {
    background-color: #46b8ea;
}
.share1-button-instagram {
    background-color: #fb7522;
}
.share1-button-youtube {
    background-color: #E63631;
}
.share1-button-pinterest {
    background-color: #cb2027;
}
.share1-button-linkedin {
    background-color: #09aaf7;
}
.section-header {
    color: var(--theme-color);
    text-transform: uppercase;
    margin-top: -70px;
    margin-left: 15px;
    color: #0c96cc;
}
.About {
  max-width: 400px;
  margin: auto;
  background: #f6fbf5;
 /* padding: 10px;*/
  margin-top: 20px;
}
@media (min-width: 425px) and (max-width: 425px) {
.About{
   max-width: 373px !important;
   margin-top: 50px;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
.About{
   width: 343px !important;
   margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 320px) {
.About{
   width: 290px !important;
   margin-top: 40px;
  }
}
.about-us-table {
    font-size: 14px;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-left: 30px;
}
.about-us-table .table-row-label {
    text-align: left;
    min-width: 150px;
    vertical-align: top;
    position: relative;
}
.about-us-table .table-row-label .table-row-label-text {
    display: inline-block;
    margin: 0;
  /*  font-family: 'Cabin', sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    color:#4d9820; 
}
.about-us-table .table-row-label .table-row-label-separator {
    position: absolute;
    right: 0;
}
.about-us-table tr {
    text-align: -webkit-left;
    vertical-align: top;
}
.aboutp{
  margin-left: 16px;
  margin-top: 10px;
}
@media (min-width: 320px) and (max-width: 320px) {

  .about-us-table .table-row-label{
    min-width: 106px !important;
  }
  .about-us-table .table-row-label .table-row-label-text{
    font-size: 14px!important;
  }
}
.b3{
  margin-top: -114px;
  position: absolute;
  /*margin-left: -10px;*/
}
.b4{
  margin-top: -115px;
  margin-left: 308px;
}
@media(min-width: 425px) and (max-width: 425px) {

  .b4{
    margin-left: 281px !important;
  }
}
@media(min-width: 375px) and (max-width: 375px) {

  .b4{
    margin-left: 252px !important;
  }
}
@media (min-width: 320px) and (max-width: 320px) {

  .b4{
    margin-left: 199px !important;
  }
}
.Services {
  max-width: 400px;
  margin: auto;
  background: #f6fbf5;
 /* padding: 10px;*/
  margin-top: 20px;
}
@media (min-width: 425px) and (max-width: 425px) {
.Services{
   max-width: 373px !important;
   margin-top: 25px;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
.Services{
   width: 343px !important;
   margin-top: 25px;
  }
}
@media (min-width: 320px) and (max-width: 320px) {
.Services{
   width: 290px !important;
   margin-top: 25px;
  }
}
.card {
    text-align: left;
    background-color: #0c96cc29;
    padding: 20px;
    max-width: 93%;
    margin: 0 auto;
    margin-bottom: 20px;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; 
}
.card .card-title {
    font-size: 19px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  /*  font-family: 'Cabin', sans-serif;*/
    color: #4d9820;
    font-weight: bold;
}
.product-description {
    text-align: justify;
    max-width: 100%;
    font-size: 14px;
}
.Portfolio {
  max-width: 400px;
  margin: auto;
  background: #f6fbf5;
 /* padding: 10px;*/
  margin-top: 20px;
}
@media (min-width: 425px) and (max-width: 425px) {
.Portfolio{
   max-width: 373px !important;
   margin-top: 25px;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
.Portfolio{
   width: 343px !important;
   margin-top: 25px;
  }
}
@media (min-width: 320px) and (max-width: 320px) {
.Portfolio{
   width: 290px !important;
   margin-top: 25px;
  }
}
.webcard .webcard-title1 {
    font-size: 19px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
/*    font-family: 'Cabin', sans-serif;*/
    color: #4d9820;
    font-weight: bold;
    text-transform: uppercase;
}
.webcard {
    text-align: left;
    /*background-color: #0c96cc29;*/
    padding: 20px;
    max-width: 93%;
    margin: 0 auto;
    margin-bottom: 20px;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 251, 251, 0.1) inset; 
}
.webimg {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
   position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
   background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7); /* Black see-through */
  color: #f1f1f1; 
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.container1:hover .overlay {
  opacity: 1;
   height: 30%;
}
.container1{
  position: relative;
  width: 100%;
 /* max-width: 300px;*/
}
.webtext{
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mobcard {
    text-align: left;
    background-color: #0c96cc29;
    padding: 10px;
    max-width:100%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 251, 251, 0.1) inset; 
    border: 1px solid #5ac4eedb;
}
.logcard {
    text-align: left;
    /*background-color: #0c96cc29;*/
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 251, 251, 0.1) inset; 
     border: 1px solid #5ac4eedb;
}
.Contact {
  max-width: 350px;
  margin: auto;
  background: #f6fbf5;
 /* padding: 10px;*/
  margin-top: 20px;
}
@media (min-width: 425px) and (max-width: 425px) {
.Contact{
   max-width: 373px !important;
   margin-top: 25px;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
.Contact{
   width: 343px !important;
   margin-top: 25px;
  }
}
@media (min-width: 320px) and (max-width: 320px) {
.Contact{
   width: 290px !important;
   margin-top: 25px;
  }
}

.flex {
    display: flex;
}
.enquiry-form input[type=text], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
 /*   font-family: 'Cabin', sans-serif;*/
    
}
.btnsub {
  background-color: #0c96cc; /* Green */
  border: none;
  color: white;
  padding: 8px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}
.copy {
  max-width: 400px;
  margin: auto;
  background: #f6fbf5;
 /* padding: 10px;*/
  margin-top: 20px;
}
@media (min-width: 425px) and (max-width: 425px) {
.copy{
   max-width: 373px !important;
   margin-top: 20px;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
.copy{
   width: 343px !important;
   margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 320px) {
.copy{
   width: 290px !important;
   margin-top: 20px;
  }
}
.copyright{
  text-align: center;
  font-size: 15px;
  padding: 7px;
  color: gray;
}
.button1 {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 50%;
  margin-left: 50%;

}
/*a:hover{
  text-decoration: none;
  color:#63ceec!important;
}*/

.share1{
    display:none;
    background: #f6fbf5;
    color: black;
    position: fixed;
    top: 30%;
    width: 320px;
    padding: 10px 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 3;
    border-radius: 11px;
}
.share1 .close {
    font-size: 30px;
    text-align: end;
    padding: 0px 10px;
    font-weight: 400;
    color: red;
}
.share1-btns {
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10%;
}
.share1-btns i {
    padding: 10px;
    border-radius: 8px;
}
#whatsapp2 {
    width: 40px;
    height: 40px;
    background: #1aab2c;
    color: white;
    padding: 7px;
    border-radius: 8px;
    font-size: 25px;
}
#comment{
    width: 40px;
    height: 40px;
    background:#027DF3;
    color: white;
    padding: 7px;
    border-radius: 8px;
    font-size: 25px;
}
#envelope{
    width: 40px;
    height: 40px;
    background: #301aab;
    color: white;
    padding: 7px;
    border-radius: 8px;
    font-size: 25px;
}
#scan{
   margin-left: 35%;
    width: 90px;
    height: 90px;
    margin-top: 10px;
}
.share1-btns p {
    font-size: 12px;
    color: #000;
}

@media (min-width: 320px) and (max-width: 320px) {
  .share1-btns {
    margin-left: 4%;
  }
  .share1box {
    width: 260px;
  }

}

.card-content3 {
    z-index: 2;
    text-align: left;
    font-weight: 400;
    margin: 0;
    position: relative;
    width: auto;
    text-align: center;
}
.card-content3 h2 {
 color: #517e43;
    font-weight: 700;
    padding-bottom: 9px;
    font-size: 16px;
    margin: 0 auto;
    /* margin-top: 15px;
}
.card-content3 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
   /* background:#363c44;*/
    bottom: 0;
    left: calc(50% - 25px);
}
.s1{
  margin-top: 20px;
  text-align: center;
  font-size: 19px;
  color: #001438;
 font-weight: bold;
/*  font-family: 'Cabin', serif;*/
}
.s2{
  color: #7b7b05;
/*  font-family: 'Cabin', serif;
*/  text-align: center;
}
.heading{
  position: absolute;
  color: #79499a;
  padding-top: 11px;
  padding-left: 112px;
  font-size: 18px;
  z-index: 99;
  font-weight: bold;
}
.payu{
  width: 40px;
}
.line::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #1a7cc3;
   /* bottom: 0;*/
    left: calc(50% - 25px);}
.office h5::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #1a7cc3;
    bottom: 0;
    left: calc(50% - 25px);}
.office{

    padding: 0px;
    /* background: linear-gradient(to top, #b6b4b4 0%,#cccccc 100%); */
    border-radius: 8px;
    box-shadow: inset -1px 2px 9px 1px #c7c9ca;
    border: 3px solid #517e43;

}
.office h5{
   position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #4d0d0d;
}

.time li{
  font-size: 14px;
    /* padding-left: 1px; */
    list-style: none;
    text-align: center;
    color: #4d0d0d;
    /* font-weight: 400; */
    /* padding-left: 0px; */
    /*padding-right: 34px;*/
}
}
.fa-clock-o{
color:#4d0d0d!important;
}
.color-yellow{
  color: #517e43;
  /*font-weight: 400;*/
}
.notary img{
  text-align: center;
  width: 23%;
}
.notary h5{
  color: #0e0e0e;
font-weight: 800;
font-size: 22px;
}
.membership {
      background-color: #fff;
    margin-top: 12px;
    box-shadow: inset 0px 2px 7px 0px #0000006b;
     border: 4px double #517e43; 
    padding: 8px;
    font-size: 14px;
    text-align: center;
   /* border-bottom: 3px solid #0e0e0e;*/
}
.Membership p{
  
    
    box-shadow: 2px 2px 6px 1px #0000004d;
    background: #517e43;
    margin-top: 10px;
    border-radius: 5px;
    color: #ffffff;
    border-bottom:2px solid #517e43;
    padding: 4px;
    font-weight: 700;
    font-size: 15px;
  }

  .callbefore{
    
    
    border: 1px solid black;
    padding: 5px;
    text-decoration: none;
    font-size: 17px!important;
    color: black;
    text-align: center;
    /* background: linear-gradient(to bottom, #53585f 0%,#363c44 100%); */
    border-radius: 5px;
    /* box-shadow: 2px 2px 4px 1px #00000059; */

  }

.m1 img{
  width: 100%;
  margin-bottom: 20px;
/*  height:65px;
  margin-left: -1px;*/
  /*box-shadow: 0px 0px 10px 0px #00000029;*/
}
/*---------------- accordion -------------------*/
.accordion {
  position: relative;
    margin: 20px auto;
    width: 100%;
}

[id*="open-accordion"], [id*="close-accordion"] {
  
    background: linear-gradient(to top, #4d0d0d 0%, #4d0d0d 99%);
    border-bottom: 2px solid #517e43;
    /*line-height: 39px;*/
     height: 78px; 
    text-align: center;
    display: block;
    margin: 5px auto;
    position: relative;
   /* width: 96%;*/
   padding: 3px;

}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color: #f9f9f9;
  font-size: 16px;
  font-weight:700;
 /* padding-left: 2%;*/
  text-decoration: none;
  text-shadow: none;
}

[id*="open-accordion"]:after, [id*="close-accordion"]:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(246 246 244);
  position: absolute;
  right: 5px;
  top: 40%;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  background: #fff;
  height: fit-content;
  margin: -1px auto 0;
  padding: 0 2.5%;
  position: relative;
  overflow: hidden;
  width: 96%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-bottom: 25px;
  padding-top: 10px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
  border-top: 10px solid #fbfafa;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.card-content1 img {
  
  margin-top: 7px;
  z-index: 1000;
  width: 120px;
  height: 120px;
  border: 3px solid #517e43;
  /* padding: 10px; */
  /* border-radius: 50%; */
  background: #ffffff;
}
.card-content1 {
   /* margin: 18px 24px 10px;*/
    z-index: 2;
    text-align: center;
}
.card-content3 p {
    margin: 6px;
    font-size: 16px;
    color: #4d0d0d;
    font-weight: 600;
}

.delivery-btn {
  display: inline-block;
  padding: 7px 10px;
  background: #517e43;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
}

.delivery-btn:hover {
  background: #4d0d0d;
  transform: scale(1.05);
}

.Membership img{
  max-height: 150px;
  object-fit: contain;
}