@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');

.slider-back{
    padding-top:50px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans HK', sans-serif;
  background: #fff;
}

.without-texture{
  padding: 80px 0;
  background-color: #fff;
}

a{
    text-decoration:none;
}




.head{
  font-size: 30px;
  text-align: center;
 
}

#lawbanner {
  background: #f8f1f7 url(images/service-listing-banner.svg);
    padding: 30px 40px;
    border-radius: 10px;
    background-position: bottom;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  margin: 0;
}

.lawpara{
    margin-left:10%;line-height:40px;margin-top:8%;text-transform:capitalize; font-size:25px;font-weight:500;
}
/* section afterbanner */
.number {
    margin-top:0;
  /*padding: 30px 0 0;*/
  position: relative;
}
/* article, aside, header, nav, section {
  display: block;
} */

.title-head {
  font-size: 28px;
  line-height: 36px;
  color: #1d1d1d;
  font-family: robotomedium;
  text-align: center;
  position: relative;
}

.number .number-box {
  display: inline-block;
  width: 22%;
  padding: 10px;
  background: #fff;
  margin: 30px 25px 0 0;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-bottom: 2px solid #A55198;
  position: relative;
  text-align: center;
}

svg:not(:root) {
  overflow: hidden;
}
.number .number-box .number-count {
  color: #A55198;
  font-size: 30px;
  line-height: 34px;
  font-family: robotomedium;
  margin: 10px 0 0;
}
.number .number-box .name {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  font-family: robotomedium;
}
/* review */

#review-banner{
    margin-top: 5%;
  background: #edc6f7;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EAECC6, #edc6f7);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EAECC6, #edc6f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
padding: 1% 1%;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}

.rating-col-icon img {
  max-width: 170px;
  width: 100%;
  max-height: 100px;
}
.rating-col-number {
  font-size: 24px;
  font-weight: 700;
  color:#000;
}
span.feedback-rating .checked {
  color: #f7c63a;
}






/* faq */

.accordion1 {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 7px !important;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 1%;
    position: relative;
  }
  .center-accordion{
      display: flex;
      align-items: center;
  }
  
  .accordion1 h3{
      font-size:18px;
      font-weight:bolder;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .accordion1:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}



/* slider section */
.slider {
 
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.25);
  opacity: 1;
  background: #ff9966; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 10px 10px;
  margin: 50px 15px 50px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.7;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
 
}
.owl-carousel .owl-item img{
  height: 150px;
  width: 150px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}

/*CTA*/
.services-mission-card {
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
  background: #f9f9f9;
  margin: 25px 0;
  border-radius: 18px;
}
.services-mission-card-left {
  padding: 30px 60px;
  max-width: 775px;
}
.mission-card-head1 {
  margin: 0 0 15px;
  line-height: 45px;
  font-size: 32px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000000;
}
.mission-card-head2 {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ff8e29;
}
.services-mission-card-right .callnow {
 background: #ff8d26;
  color: #fff;
  padding: 10px 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  border-radius: 4px;
  width: 100%;
  max-width: 272px;
  border: none;
  margin-top: 15%;
}
.services-mission-card-left .order-btn {
  background: #ff8d26;
  color: #fff;
  padding: 10px 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  border-radius: 4px;
  width: 100%;
  max-width: 215px;
}
.services-mission-card-left p {
  font-size: 18px;
  color: #222848;
}
.services-mission-card-right p {
  font-size: 18px;
  color: #222848;
 margin: 5% 2px 5px 10%;
}


    .footimg{
        background-image: url("img/footer-vector.webp");
      
    }
    
    .call {
    background: transparent;
    height: 50px;
    position: fixed;
    bottom: 0;
    transition: bottom .2s ease-in-out;
    width: 100%;
    text-align: -webkit-center;
    z-index: 999999;
    border-radius: 5px 5px 0 0;
}
.call-action {
    width: 100px;
    background: #ffffff;
    height: 50px;
    border-radius: 12rem 12rem 0 0;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    box-shadow: inset 0 0 10px #df3df3;
    margin-top:-1%;
    /*box-shadow: 0 15px 30px rgb(0 0 0 / 20%);*/
    z-index: 9999999;
   
}

.sicon{
    padding: 3%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    color: white;
    background: #2A5273;
}
.lw_assignment_hlper{
    color: #000;
    margin-top: -3rem;
}
.lw_footer_h1{
    font-size: 1.6rem;
}
.lw_footer_bx_container{
    width: 90%;
    margin-left: auto !important;
}
.lw_footer_li_bx li{
    font-size: .8rem;
}
.lw_para_btm, .lw_para_btm1{
    font-size: .6rem;
}
.lw_para_btm1{
    margin-top: -1.2rem;
}
.call-actionw {
    width: 60px;
    background: #25d366;
    height: 60px;
    border-radius: 50%;
    margin-top: -20px;
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    z-index: 9999999;
    float: left;
}
.wc-fix{
    width:auto;position:fixed;left:20px; bottom:20px;z-index:1000;
}
.wa-container {
 height: auto;
 max-width: 600px;
 margin: auto;
 display: flex;
 flex-direction: column;
 justify-content: center;
 /*padding: 1rem;*/
 width:220px;
}
.whtIcon {float: left;width: auto;padding: 0 5px 0 0;margin-left: 5px;color: #25D366;}
.wa-container small { font-size: 14px; padding-left:5px; }

.overflow-hidden p {
    margin: 2px 0;
    font-size: 20px;
}

.overflow-hidden p a{
    text-decoration: none;
    color: blue;
}

/* animation class and keyframes */
.overflow-hidden {
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    background: #e7cfe7;
    padding: 2px 4px;
    margin: 4px;
    /* box-shadow: 0 0 10px -1px #000; */

}

.drop-in {
 animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}
.drop-in-3 {
 animation: drop-in 2600ms ease 500ms backwards;
}
/*############################# service styling ##############################*/
.service_page_container{
    margin: 5rem auto;
}
.service_bg_color{
    background: #f8f1f7;
    
}
.service_content_bx_1{
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 80%;
    margin: auto;
    padding-bottom: .5rem;
}
.lists_bx_con-1 li{
    list-style: none;
    border-bottom: 1px solid #666 !important;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
.lists_bx_con-1 li a{
    text-decoration: none;
    color: #666;
}
.service_icon007{
    margin-right: 1rem;
    color: #666;
}
.service_page_container_bx101{
    width: 90%;
    margin: auto;
    border: 15px solid #fff;
}
.service_pg_hd{
    font-size: 2.5rem;
    font-weight: bold;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}



/*review*/

.rating-img{
    display:block;
    margin:auto;
    width:700px;
}
/*.product-home-tab-box {*/
/*  padding: 65px 0;*/
/*}*/
.product-home-tab-box>div {
  padding-bottom: 30px;
}
.product-home-box-col {
  margin-bottom: 0;
  height: 100%;
  padding-bottom: 45px;
  position: relative;
}
.product-home-box-col {
  background: #fff;
  padding: 7%;
  width: 98%;
  margin: auto;
  height:435px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 2px #f9f9f9;
}
.product-home-box-col h5{
text-align: right;
    color: #f16126;
    font-size: 14px;
}
.product-home-box-col .code{
    float: left;
    font-size:14px;
}
.product-home-box-col h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 15px 0 15px;
  text-align:center;
}
.product-home-box-col p {
  font-size: 14px;
  margin: 0 0 0;
  color: #6d6c6c;
  text-align: center;
  padding: 0 10px;
}
.product-home-box-col-btm {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
}
.box-col-btm-left a.learn-more {
  font-size: 16px;
  font-weight: 700;
  color: #ffca00;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.box-col-btm-right .like-btn {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: normal;
  color: #ffca00;
  font-size: 24px;
}

.law-review{
  text-align: center;
  color: #ea8026;
    position: absolute;
    bottom: 2px;
    left: 15%;
    right: 15%;
}


/*banner button*/

.banRt ul {
  margin: 60px 0 0;
}

.banRt ul {
  margin: 60px 0 136px;
  margin: 60px 0 0;
  position: relative;
  z-index: 100;
  padding: 0;
    list-style-type: none;
    position: relative;
   
}

.banRt ul li {
  background: #fff;
  display: inline-block;
  margin: 5px 1%;
  padding: 8px 10px 8px 45px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 21px -5px #666;
  position: relative;
  font-size: 14px;
}
  
.banRt ul li span {
  width: 35px;
  background: var(--sblu);
  height: 100%;
  float: left;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
 .banRt ul li:nth-child(2n+1) span {
  background: purple;
}
.banRt ul li span {
  background: #dfbcdf;
}
.banRt ul li:nth-child(2n+3) span {
  background: #875f87;
} 
.banRt ul li:nth-child(2n+5) span {
  background: #834483;
} 


section.freelance-job {
  padding: 50px 0;
  background-color: #efefef12!important;
}
.job-post-b {
  border: 1px solid #f9dfdf!important;
  min-height: 347px!important;
  border-radius: 10px!important;
  background-color: #faf4f4;
}
.icon-value {
  text-align: center;
  font-size: 30px!important;
  border: 0!important;
  width: 80px!important;
  height: 80px!important;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto;
  color: #151414!important;
  font-weight: 700;
  margin-bottom: 36px!important;
}
.icon-value.active {
  width: 60px!important;
  background-color: transparent;
}

.icon-value img {
  max-width: 100%!important;
}
.job-content-d h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px!important;
  color: #000!important;
}
.job-content-d p {
  text-align: center;
  padding: 0 12px;
  font-weight: 400;
}
.firstsection{
  background-image: linear-gradient(180deg,#f3f2ff,#fdf7f7);
}



/*footer*/

.footerback{
  background: #392d3a;
  color: #dcdcdc;
  margin-top:2%;
  width:100%;
  
}

.footerback a{
text-decoration: none;
color: #dcdcdc;
}
.footersec{
  /*background: #f5f5f5;*/
  /*color: #000000;*/
  border-top: 2px solid;

}

.footersec a{
  text-decoration: none;
  color: #000;
 
}


/*form*/
.formback{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  background: #fff;
  padding: 2%;
  width: 70%;
  border-radius: 5px;
  margin:auto;
}
.form-group{
margin-top: 15px;
}


