body {
  padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif!important;
    background-image: url("../img/bgwood.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 .nav-tabs{ border: none; }
.tab .nav-tabs li a{
    
    color: #ffffff;
    background: linear-gradient( 45deg , #b98f57, #a6792f);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px 8px;
    margin: 0 5px 10px 0;
    border: 2px solid #dfbb8f;
    border-radius: 7px;
    box-shadow: inset 6px 4px 8px 0px rgb(0 0 0 / 10%), 0 0 5px rgb(29 29 29 / 59%) inset;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    font-size: 12px;

}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover ,
.tab .nav-tabs li.active a:hover{
   
    color: #ffffff;
    background: linear-gradient( 45deg , #b98f57, #a6792f);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px 8px;
    margin: 0 5px 10px 0;
    border: 2px solid #dfbb8f;
    border-radius: 7px;
    box-shadow: inset 6px 4px 8px 0px rgb(0 0 0 / 10%), 0 0 5px rgb(29 29 29 / 59%) inset;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    font-size: 12px;
}

.tab .tab-content{
    color: #0f0f0f;
    background-color: #f5e5cc;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 15px 9px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 0 10px rgb(0 0 0 / 15%) inset;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        text-align: center;
        margin: 0 0 5px;
    }
    .tab .nav-tabs li a{
    font-size: 10px;
    padding: 10px 9px 8px;
}
}
@media (min-width: 279px) and (max-width: 318px){

    .tab .nav-tabs li a{
    font-size: 7px;
    padding: 10px 4px 8px;
}
  .add{
    font-size: 9px !important;
  }
}

.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:#fff;
}
/*.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 #dfbb8f;
    background: linear-gradient( 158deg , #bd9460, #a17325);
    color: #fff;
}
/*.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: 70%;
    box-shadow: 2px 4px 5px 0px #a09f9f;
    margin-bottom: 11px;
}

.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: -70px!important;
    
}
}
/*----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: -86px;
    z-index: 1000;
    width: 130px;
    height: 130px;
    border: 3px solid #bd9460;
    /* 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:#93600a;
  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: #ab6e1e;
    font-weight: 600;
}
.main1 {
  /*margin-top: 10px;*/
     padding: 0px 0px 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: 10px;
  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;*/
  text-align: center;
  border-radius: 10px;
  /*box-shadow: 0px 0px 10px 0px #00000029;*/
  /*border:1px solid #77499a;
  box-shadow: 3px 4px #001438;*/
}
.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 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: linear-gradient(to bottom, #a27d4a 0%,#a97d35 100%);
    border: 1px solid #fdfbf8;
    color: #ffffff;
    border-radius: 11px;
    margin-right: 5px;
    box-shadow: 2px 2px 3px #00000085;

}
.loc:hover{
        
    color: #ffffff!important;
    background: #a87c34;
    font-weight: 600;
    box-shadow: 0 0 white;
}
.add{
    font-size: 12px;
    margin-top: 0px;
    margin-left: -24px;
    color: #6e4209;
    font-weight: 600;
    /* margin-top: 6px; */
    /* margin-bottom: 24px;*/
}
.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: linear-gradient(to bottom, #a27d4a 0%,#a97d35 100%);
    border: 1px solid #fdfbf8;
    color: #ffffff;
    border-radius: 11px;
    margin-right: 5px;
    box-shadow: 2px 2px 3px #00000085;


}
.mail:hover{
       
    color: #ffffff!important;
    background: #a87c34;
    font-weight: 600;
    box-shadow: 0 0 white;

}
.mailtxt{
   font-size: 12px;
    margin-top: 0px;
    margin-left: -11px;
    color: #6e4209;
    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: linear-gradient(to bottom, #4a4a4a 0%,#050505 100%);
    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: 11px;
   /* margin-top: -51px;*/
    margin-left: 50px !important;
  }
  .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: 0px;
}
  .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: -24px !important;
  }
  .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: 9px 2px;
    font-size: 13px;
    color: #ffffff!important;
    margin: 5px;
    background: linear-gradient(to bottom, #b88e55 0%,#a6792f 100%);
    flex: 1;
    border-radius: 5px;
    font-weight: 600;
    /* border: 2px solid #111111; */
    /* border: 2px solid #a0680e; */
    border-top: 3px solid #a57c40;
    border-bottom: 3px solid #87602b;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: -1px 3px 5px #14141469;
  }
.shadow-buttons :hover {
   
    color: #f7f6f6!important;
    background: #b3884b;
    font-weight: 600;
    border-top: 3px solid #a57c40;
    border-bottom: 3px solid #a57c40;
}

}
@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: 10px;
    justify-content: center;
    /*margin: -4px;*/
    margin: 7px;
    /*margin-top: 20px;*/
}
.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;
  }

}
/*--------tabs---------*/
/*@media (min-width: 280px) and (max-width: 653px){
.contact-button {
    padding: 8px 8px;
    font-size: 9px;
}
}
/*--------tabs---------*/
/*a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.tab{ font-family: 'Lexend Deca', sans-serif;}
.tab .nav-tabs{ border: none; }
.tab .nav-tabs li a{
    color: #a15a00;
    background: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 25px 10px;
    margin: 0 10px 0 0;
    border: none;
    border-top: 3px solid  #a15a00;
    border-radius: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background: transparent;
    border: none;
    border-top: 3px solid #a15a00;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    background:linear-gradient(to left, #001438 0%,#293141 100%);
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: perspective(300px) rotateX(-100deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
}
.tab .nav-tabs li a:after{
    transform: perspective(300px) rotateX(100deg);
    left: auto;
    right: 0;
    transition: all 0.4s ease 0.1s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    opacity: 1;
    transform: perspective(300px) rotateX(0);
}
.tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 20px;
    border-bottom: 4px solid #a15a00;
    box-shadow: 0 0 7px rgba(0,0,0,0.1) inset;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
       
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
}
@media (min-width: 280px) and (max-width: 280px){
  .tab .nav-tabs li a {
    padding: 8px 19px 10px;
  }
}*/
/*------------------------*/
/*.m1{
  margin-top: -106px;
}*/
.card-content3 {
    z-index: 2;
    text-align: left;
    font-weight: 400;
    margin: 0;
    position: relative;
    width: auto;
    text-align: center;
}
.card-content3 h2 {
  color: #7e531b;
  font-weight: 600;
 padding-bottom: 9px;
  font-size: 23px;
  margin: 0 auto;
/*  margin-top: 15px;*/
}
.card-content3 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background:#a17c56;
    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: #bf8d40;
   /* bottom: 0;*/
    left: calc(50% - 25px);}
.office h5::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #bb8939;
    bottom: 0;
    left: calc(50% - 25px);}
.office{

    padding: 10px;
   background: linear-gradient(to top, #f5e5cc 0%,#f5e5cc 100%);
    border-radius: 8px;
    box-shadow: inset 4px 3px 10px 1px #bb9355

}
.office h5{
   position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #916116;
}

.time li{
  font-size: 16px;  
  /*padding-left: 5px;*/
 list-style: none;
 text-align: left;
 color: #000;
 font-weight: 400;
}
.fa-clock-o{
color:#916116!important;
}
.color-yellow{
  color: #6e4209;
  font-weight: 600;
}
.notary img{
  text-align: center;
  width: 23%;
}
.notary h5{
  color: #0e0e0e;
font-weight: 800;
font-size: 22px;
}
.membership {
    background-color: #fff;
    margin-top: 11px;
    box-shadow: inset 0px 2px 7px 0px #0000006b;
    /* border: 4px double #242424; */
    padding: 9px;
   /* font-size: 14px;*/
   /* text-align: center;*/
    border-bottom: 3px solid #9b7438;
}
.Membership p{
  
    
  /*  box-shadow: 2px 2px 6px 1px #0000004d;
    background: linear-gradient(to top, #383e46 0%,#31373d 99%);*/
   margin-top: 0px;
    border-radius: 5px;
    color: #93600a;
    border-bottom: 2px solid #ffffff;
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
  }

  .callbefore{
    
    
    border: 2px solid #a87b34;
    padding: 8px;
    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;*/
}
.imglogo{
    width: 45%;
    text-align: center;
}
/*---------------- accordion -------------------*/
.accordion {
  position: relative;
  /*margin: 60px auto;*/
 /* width: 80%;*/
}

[id*="open-accordion"], [id*="close-accordion"] {
  
   /* background: linear-gradient(to top, #e8c36d 0%,#a97820 99%); */
    /* border-bottom: 1px solid #fff; */
    line-height: 39px;
    /* height: 40px; */
    text-align: center;
    display: block;
    margin: 5px auto;
    position: relative;
    width: 96%;
    box-shadow: 2px 2px 6px 1px #0000004d;
    /* background: linear-gradient(to top, #a6a8aa 0%,#e1e2e4 99%); */
    margin-top: 10px;
    border-radius: 5px;
    color: #ffffff;
    border: 2px solid #916218;
    padding: 7px;
    /* font-weight: 700; */
    font-size: 15px;

}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color: #93600a;
    font-size: 13px;
    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(175 118 36);
  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: 0;
  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: 0px;
}

.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 #916218;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.about1{
  font-size: 13px;
  color: #93600a;
 text-transform: capitalize;
 font-weight: 600;
}
.about2{
  color: #93600a;
  font-weight: 800;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}