@charset "UTF-8";
/*===============================================

Theme Name: Neete Law HTML Template
Version:1.0
Author: ITCLAN
Description: Neete Law HTML Template

NOTE:
=====
Please DO NOT EDIT THIS CSS, you may need to use "custom.css".

==============================================*/
/* CSS INDEX
/*==============================================  
    1. Theme Default CSS
    2. Spaceing CSS
    3. Preloader CSS
    4. Header Top CSS
    5. Header CSS
    6. Banner CSS
    7. Counter CSS
    8. About CSS
    9. Why Work CSS
    10. Why Choose CSS
    11. Team CSS
    12. Success CSS
    13. Testomonial CSS
    14. Success Career CSS
    15. News CSS
    16. Footer CSS
    17. Scrool Top CSS
    18. Client  CSS
    19. Contact CSS
    20. Attorneys CSS
    21. Attorneys Details CSS
    22. News page CSS
    23. News Details CSS
    24. Practice area CSS
    25. Faq CSS
    26. Free-consultation CSS
    27. Error CSS
   
    
/*===============================================**/
/**Variable**/
/**Mixin**/
/**====================
    1. Theme Default CSS
========================
**/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
* {
  padding: 0px;
  margin: 0px; }

/**Google Fonts**/
/**Font Size & Font Family**/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Playfair Display', serif; }

h1 {
  font-size: 32px;
  line-height: 48px;
  text-transform: capitalize; }

a {
  text-decoration: none; }

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

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #fff; }

i {
  font-size: 16px; }

p, .dqauex .gx87lk .k0kzk2 p a,
a,
span,
label {
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px; }

.zkxhlg {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize; }

input:focus {
  outline: none; }

/**Default Button**/
button:focus {
  outline: none;
  box-shadow: none; }

.mdgrap {
  width: 268px;
  height: 50px;
  border: 2px solid #c6a720;
  line-height: 48px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  transition: all 0.6s ease-in-out 0s !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .mdgrap:hover {
    color: #fff;
    background: #c6a720;
    border: 2px solid #c6a720; }

.w9doj6, .moatrp {
  width: 170px;
  height: 50px;
  line-height: 48px;
  background: #c6a720;
  border: 2px solid #c6a720;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  transition: all 0.6s ease-in-out 0s !important; }
  .w9doj6:hover, .moatrp:hover {
    background: #495057;
    border: 2px solid #495057; }

.moatrp {
  background: #495057;
  border: 2px solid #495057; }
  .moatrp:hover {
    background: #c6a720;
    border: 2px solid #c6a720; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
.p9zwyu {
  float: right; }

/**Default Heading CSS**/
.mnleh6 .zkxhlg {
  text-transform: capitalize;
  color: #c6a720; }
.mnleh6 h1 {
  color: #303030;
  font-weight: 900;
  position: relative; }
  .mnleh6 h1::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #c6a720;
    bottom: -10px;
    left: 0; }

/**====================
  Breadcumb  css
========================
**/
.qh0eto {
  padding: 100px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .qh0eto::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #49505754;
    top: 0px;
    left: 0px;
    z-index: 0; }
  .qh0eto .k0kzk2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .qh0eto .k0kzk2 h1 a {
      text-transform: capitalize;
      font-size: 32px;
      color: #ffffff;
      font-weight: 900; }
    .qh0eto .k0kzk2 ul {
      display: flex;
      justify-content: center; }
      .qh0eto .k0kzk2 ul li:first-child a::before {
        display: none; }
      .qh0eto .k0kzk2 ul li:first-child a {
        padding-left: 0px; }
      .qh0eto .k0kzk2 ul a {
        color: #ffffff;
        font-size: 18px;
        font-size: 16px;
        font-weight: 600;
        padding-left: 30px;
        text-transform: capitalize;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .qh0eto .k0kzk2 ul a:hover {
          color: #c6a720; }
        .qh0eto .k0kzk2 ul a::before {
          content: "\eaa0";
          font-family: IcoFont !important;
          font-weight: 500;
          display: unset;
          vertical-align: 0;
          border-top: none;
          border: none;
          position: absolute;
          left: 7px;
          top: 0px;
          color: #fff; }

/**====================
    2. Spaceing CSS
========================
**/
.yktegl {
  padding: 73px 0px 80px 0px; }

.z03gg5 {
  padding-top: 5px; }

.ms2c43 {
  padding-top: 10px; }

.wsoilg {
  padding-top: 15px; }

.pkikm7 {
  padding-top: 20px; }

.fj89zl {
  padding-top: 25px; }

.kkzldn {
  padding-top: 30px; }

.v9p58s {
  padding-top: 31px; }

.dhfje4 {
  padding-top: 32px; }

.u88e9m {
  padding-top: 33px; }

.icbmpc {
  padding-top: 34px; }

.kvz8e7 {
  padding-top: 35px; }

.n7y4xm {
  padding-top: 36px; }

.op69mh {
  padding-top: 37px; }

.mj852u {
  padding-top: 38px; }

.nw2ocr {
  padding-top: 39px; }

.rix1hi {
  padding-top: 40px; }

.oq22n4 {
  padding-top: 50px; }

.p19l2k {
  padding-top: 60px; }

.yfcdu1 {
  padding-top: 70px; }

.xq28dd {
  padding-top: 71px; }

.wihntj {
  padding-top: 72px; }

.oo4l64 {
  padding-top: 73px; }

.kxbiyq {
  padding-top: 74px; }

.qjndfr {
  padding-top: 75px; }

.x30747 {
  padding-top: 76px; }

.tl284n {
  padding-top: 77px; }

.fhotni {
  padding-top: 78px; }

.txkccg {
  padding-top: 79px; }

.yrxix2 {
  padding-top: 80px; }

.eyg5rn {
  padding-top: 90px; }

.ozwdkv {
  padding-top: 100px; }

.e96vly {
  padding-right: 5px; }

.llmj6p {
  padding-right: 10px; }

.uovspp {
  padding-right: 15px; }

.lgcj7d {
  padding-right: 20px; }

.ipfz8n {
  padding-left: 5px; }

.d7fx38 {
  padding-left: 10px; }

.xbgdce {
  padding-left: 15px; }

.enw66f {
  padding-left: 20px; }

.mv7j3a {
  padding-bottom: 10px; }

.pdn6tp {
  padding-bottom: 20px; }

.oxnjs8 {
  padding-bottom: 30px; }

.wx4ats {
  padding-bottom: 31px; }

.todmpz {
  padding-bottom: 32px; }

.fe9cr5 {
  padding-bottom: 33px; }

.blsobl {
  padding-bottom: 34px; }

.kncvfs {
  padding-bottom: 35px; }

.gpyxfu {
  padding-bottom: 36px; }

.s5w0dx {
  padding-bottom: 37px; }

.hnihu7 {
  padding-bottom: 38px; }

.d1ng3a {
  padding-bottom: 39px; }

.t1idqf {
  padding-bottom: 40px; }

.v43llz {
  padding-bottom: 50px; }

.qen89u {
  padding-bottom: 60px; }

.mhbo8s {
  padding-bottom: 70px; }

.qb1anv {
  padding-bottom: 71px; }

.ug00lz {
  padding-bottom: 72px; }

.v9uq0r {
  padding-bottom: 73px; }

.s7aubk {
  padding-bottom: 74px; }

.al9rc8 {
  padding-bottom: 75px; }

.e7ssn0 {
  padding-bottom: 76px; }

.m7r5h2 {
  padding-bottom: 77px; }

.m31bi5 {
  padding-bottom: 78px; }

.zlvdnx {
  padding-bottom: 79px; }

.r7sebs {
  padding-bottom: 80px; }

.flf9oy {
  padding-bottom: 90px; }

.z7s7yb {
  padding-bottom: 100px; }

/**Default Margin**/
.df7x34 {
  margin-top: 5px; }

.zlhtt7 {
  margin-top: 6px; }

.d2gfhe {
  margin-top: 7px; }

.h9max0 {
  margin-top: 8px; }

.fbd3pf {
  margin-top: 9px; }

.c2njh2 {
  margin-top: 10px; }

.el6wve {
  margin-top: 15px; }

.eibixc {
  margin-top: 20px; }

.eku645 {
  margin-top: 30px; }

.padaxk {
  margin-top: 35px; }

.blw6o5 {
  margin-top: 40px; }

.cktqfc {
  margin-top: 50px; }

.qta0l0 {
  margin-top: 60px; }

.xy9rs6 {
  margin-top: 70px; }

.ry094o {
  margin-top: 80px; }

.roqy4q {
  margin-top: 90px; }

.oc5x2k {
  margin-top: 100px; }

.x1lk5y {
  margin-bottom: 10px; }

.yq844c {
  margin-bottom: 20px; }

.jaxrnb {
  margin-bottom: 25px; }

.hx9bzy {
  margin-bottom: 30px; }

.gz90uu {
  margin-bottom: 33px; }

.wk3eg8 {
  margin-bottom: 34px; }

.ubsdp8 {
  margin-bottom: 40px; }

.mrz7tu {
  margin-bottom: 40px; }

.gqzsbf {
  margin-bottom: 50px; }

.uaod2p {
  margin-bottom: 53px; }

.wxu5k0 {
  margin-bottom: 58px; }

.gl9sjt {
  margin-bottom: 60px; }

.vn74vm {
  margin-bottom: 70px; }

.oh5s4g {
  margin-bottom: 80px; }

.tyfes5 {
  margin-bottom: 90px; }

.scpomj {
  margin-bottom: 100px; }

.wsbyk9 {
  padding: 20px 0px; }

/**Colume  Padding Remove**/
.jgwqn2 {
  padding-left: 0px; }

.xcdtht {
  padding-right: 0px; }

.ups7yn {
  padding: 0px; }

/**Pages**/
/**====================
   3. Preloader CSS
========================
**/
#zywtvd {
  background: #c6a720;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px; }

#etxmr7 {
  width: 100%;
  height: 100%;
  position: relative; }

#agdf9l {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px; }

.d565wv {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

#os3702 {
  -webkit-animation: loader-one 1.5s infinite;
  animation: loader-one 1.5s infinite; }

#vgd6o4 {
  -webkit-animation: loader-two 1.5s infinite;
  animation: loader-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

#oq4a03 {
  -webkit-animation: loader-three 1.5s infinite;
  animation: loader-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes loader-one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
@keyframes loader-one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes loader-two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
@keyframes loader-two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes loader-three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
@keyframes loader-three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
/**====================
    4. Header Top CSS
========================
**/
.r5mi71 a {
  position: relative; }
.r5mi71 a:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #eeeeee;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
.r5mi71 i {
  color: #c6a720;
  margin-right: 10px; }
.r5mi71 span {
  color: #495057; }

.rnmmcp ul li {
  display: inline-block; }
  .rnmmcp ul li:last-child a {
    margin-right: 0px; }
  .rnmmcp ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(240, 0, 20, 0.102);
    color: #c6a720;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 2px; }
    .rnmmcp ul li a i {
      font-size: 18px; }
    .rnmmcp ul li a:hover {
      background: #c6a720;
      border: 1px solid #c6a720;
      color: #fff; }

.wfsflx i {
  font-size: 25px; }

.a90oem {
  display: none; }

/**====================
    5. Header CSS
========================
**/
header {
  background: #495057; }

.lw03nn {
  display: none; }

.bmt6gn {
  padding: 0px; }

.eo9qvq {
  position: relative; }
  .eo9qvq li {
    padding: 0px 2px; }
    .eo9qvq li:first-child a {
      padding-left: 0px; }
    .eo9qvq li:hover a {
      background: #c6a720; }
    .eo9qvq li a {
      font-family: 'Playfair Display', serif;
      color: #ffffff;
      text-transform: capitalize;
      font-size: 16px;
      padding: 30px 18px !important;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .eo9qvq li a.mf6a9t {
        background: #c6a720; }

.ag17ck {
  position: relative; }
  .ag17ck .n6ntmf li a {
    padding: 8px 12px !important;
    display: block;
    color: #303030; }
  .ag17ck:hover .n6ntmf a {
    background: none; }
  .ag17ck .vede0y {
    position: relative;
    padding-right: 36px !important; }
    .ag17ck .vede0y:after {
      content: "\eac8";
      font-family: IcoFont !important;
      font-weight: 700;
      display: unset;
      vertical-align: 0;
      border-top: none;
      border: none;
      position: absolute;
      right: 16px;
      margin-top: 2px;
      font-size: 15px;
      margin-left: 0px; }

@media (min-width: 768.98px) {
  .bmt6gn .j443zf:hover > .zj7ufg {
    display: block;
    top: 98%;
    opacity: 1;
    visibility: visible; }

  .eo9qvq .zj7ufg {
    background: #fff;
    min-width: 200px;
    transition: all linear 0.4s;
    top: 120%;
    display: block;
    opacity: 0;
    visibility: hidden; } }
.psyvo4 a {
  color: #fff; }
  .psyvo4 a i {
    font-size: 20px; }

.qighbn {
  position: relative; }

.sbyrgg {
  display: none; }

.q7dzlv {
  position: absolute;
  top: 80px;
  width: 300px;
  z-index: 99;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden; }
  .q7dzlv.mf6a9t {
    opacity: 1;
    visibility: visible;
    top: 55px; }
  .q7dzlv .o03tkb .q8170b {
    position: relative; }
  .q7dzlv .o03tkb .a5bvdh {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%; }
    .q7dzlv .o03tkb .a5bvdh:focus {
      outline: none;
      box-shadow: none; }
  .q7dzlv .o03tkb button {
    background: #495057;
    border: 1px solid #495057;
    border-radius: 0px;
    padding: .375rem .75rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0; }

/**====================
    6. Banner CSS
========================
**/
.hacbod {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }

.vht54n {
  position: absolute;
  bottom: 0; }

.sxdsy0 {
  padding: 245px 0px;
  position: relative;
  z-index: 9; }
  .sxdsy0 a {
    display: block; }
  .sxdsy0 .zkxhlg {
    color: #c6a720;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: 700; }
  .sxdsy0 h1 {
    font-size: 52px;
    line-height: 58px;
    color: #fff;
    font-weight: 700; }
  .sxdsy0 p, .sxdsy0 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .sxdsy0 a {
    color: #ffffff;
    width: 90%; }

.anad7p {
  position: static; }
  .anad7p .nvm2q6 {
    position: relative; }
    .anad7p .nvm2q6::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #49505787;
      top: 0px;
      left: 0px;
      z-index: 1; }
  .anad7p .aocy7g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .anad7p .owl-dots {
    width: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 80px; }
    .anad7p .owl-dots .owl-dot {
      display: block;
      color: #fff;
      font-size: 16px;
      text-align: left;
      width: 90%;
      position: relative;
      margin-bottom: 5px;
      padding: 0px 10px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .anad7p .owl-dots .owl-dot::after {
        content: "";
        position: absolute;
        width: 30%;
        height: 2px;
        background: #c6a720a6;
        top: 50%;
        left: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .anad7p .owl-dots .owl-dot.mf6a9t {
        padding: 0px 0px;
        font-weight: 700;
        color: #c6a720; }
        .anad7p .owl-dots .owl-dot.mf6a9t::after {
          left: 25px;
          width: 40%;
          background: #c6a720; }

/**====================
    7. Counter CSS
========================
**/
.dxwbev {
  background-color: #ffffff;
  background-color: #f7f7f7;
  padding: 35px 0px;
  position: relative;
  margin-top: 0px; }

.fyuke2 {
  display: flex;
  padding-left: 0px;
  position: relative;
  background: #fff; }
  .fyuke2 .n1q0c9 {
    background-color: #495057;
    display: flex;
    align-items: center;
    padding: 10px 12px; }
    .fyuke2 .n1q0c9 i {
      font-size: 40px;
      color: #fff; }
  .fyuke2 .k0kzk2 {
    margin-left: 15px;
    padding: 10px 0px; }
    .fyuke2 .k0kzk2 h1 {
      font-weight: 700;
      text-transform: uppercase;
      color: #c6a720;
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 0px; }
    .fyuke2 .k0kzk2 span {
      font-size: 28px; }
    .fyuke2 .k0kzk2 p, .fyuke2 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .fyuke2 .k0kzk2 p a {
      color: #303030;
      text-transform: capitalize; }

.nrupsu::before {
  display: none; }

.w1pesb .n1q0c9 i, .ixftoz .n1q0c9 i {
  color: #fff; }
.w1pesb .k0kzk2 h1, .ixftoz .k0kzk2 h1 {
  color: #c6a720; }

/**====================
   8. About CSS
========================
**/
.sf1wih .zkxhlg {
  text-transform: uppercase; }
.sf1wih a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sf1wih a:hover {
    background: #495057; }

.dp1284 {
  -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 29px 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .dp1284 h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #495057;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .dp1284 p, .dp1284 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .dp1284 a {
    margin: 8px 0px; }
  .dp1284 a {
    color: #495057;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dp1284 a i {
      font-size: 24px;
      line-height: 28px; }
    .dp1284 a:hover {
      color: #c6a720; }
  .dp1284:hover {
    -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(0, 83, 156, 0.15);
    -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(0, 83, 156, 0.15);
    box-shadow: 0px 4px 14.72px 1.28px rgba(0, 83, 156, 0.15); }
    .dp1284:hover h2 {
      color: #c6a720; }

/**====================
   9. Why Work CSS
========================
**/
.onkq2f {
  background: #f7f7f7; }

.q5wswr {
  margin-bottom: 78px; }
  .q5wswr h1 {
    color: #495057; }
    .q5wswr h1::after {
      background: #495057; }

.yg492q {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3.92px 0.08px rgba(48, 48, 48, 0.04);
  -moz-box-shadow: 0px 1px 3.92px 0.08px rgba(48, 48, 48, 0.04);
  box-shadow: 0px 1px 3.92px 0.08px rgba(48, 48, 48, 0.04);
  padding: 40px 20px 32px 20px; }
  .yg492q .n1q0c9 a {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #495057;
    margin: auto;
    line-height: 62px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .yg492q .n1q0c9 a:hover {
      background: #495057; }
      .yg492q .n1q0c9 a:hover i {
        color: #fff; }
  .yg492q .n1q0c9 i {
    font-size: 32px;
    color: #495057;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .yg492q .k0kzk2 .zidunh {
    font-weight: 700;
    color: #495057;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .yg492q .k0kzk2 a {
    color: #495057;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .yg492q .k0kzk2 a i {
      font-size: 24px;
      line-height: 28px; }
    .yg492q .k0kzk2 a:hover {
      color: #c6a720; }
  .yg492q:hover .k0kzk2 .zidunh {
    color: #c6a720; }
  .yg492q:hover .n1q0c9 a {
    background: #495057; }
    .yg492q:hover .n1q0c9 a i {
      color: #fff; }

/**====================
   10. Why Choose CSS
========================
**/
.p30vst {
  padding: 80px 0px; }

.ie5qe7 {
  display: flex;
  margin-bottom: 15px; }
  .ie5qe7 .n1q0c9 a {
    width: 70px;
    height: 70px;
    background: #c6a720;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    line-height: 75px;
    text-align: center; }
    .ie5qe7 .n1q0c9 a i {
      font-size: 40px;
      color: #fff; }
  .ie5qe7 .k0kzk2 {
    padding: 0px 22px; }
    .ie5qe7 .k0kzk2 .iqyzre {
      font-weight: 700;
      color: #c6a720; }

/**====================
   11. Team CSS
========================
**/
.dqauex .gx87lk {
  position: relative; }
  .dqauex .gx87lk:hover .k0kzk2 {
    background: #c6a720; }
    .dqauex .gx87lk:hover .k0kzk2 a {
      color: #fff; }
    .dqauex .gx87lk:hover .k0kzk2 p, .dqauex .gx87lk:hover .k0kzk2 p a {
      color: #fff; }
  .dqauex .gx87lk:hover .it82io ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  .dqauex .gx87lk:hover .abtimy a::before {
    opacity: 1;
    visibility: visible; }
  .dqauex .gx87lk .abtimy a {
    display: inline-block;
    position: relative; }
    .dqauex .gx87lk .abtimy a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #49505754;
      top: 0px;
      left: 0px;
      z-index: 0;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0;
      visibility: hidden; }
  .dqauex .gx87lk .abtimy img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .dqauex .gx87lk .k0kzk2 {
    -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
    -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
    box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
    background: #fff;
    padding: 20px 15px;
    margin-top: -40px;
    position: absolute;
    border-radius: 0px 20px;
    max-height: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden; }
    .dqauex .gx87lk .k0kzk2 a {
      text-transform: capitalize;
      color: #c6a720;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 0px;
      font-weight: 600;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .dqauex .gx87lk .k0kzk2 p, .dqauex .gx87lk .k0kzk2 p a {
      text-transform: uppercase;
      color: #b10707ed33396;
      font-size: 12px;
      font-weight: 700;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .dqauex .gx87lk .it82io {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .dqauex .gx87lk .it82io ul {
      display: flex;
      width: 100%;
      justify-content: center; }
      .dqauex .gx87lk .it82io ul li {
        display: inline-block;
        margin-right: 8px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-20px) rotate(-180deg);
        transform: translateX(-20px) rotate(-180deg);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .dqauex .gx87lk .it82io ul li a {
          color: #fff;
          display: block;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          background-color: #c6a720;
          border: 1px solid #c6a720;
          line-height: 38px;
          font-size: 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: center; }
          .dqauex .gx87lk .it82io ul li a:hover {
            background: #fff; }
            .dqauex .gx87lk .it82io ul li a:hover i {
              color: #c6a720; }
          .dqauex .gx87lk .it82io ul li a i {
            font-size: 20px;
            color: #fff; }
        .dqauex .gx87lk .it82io ul li:first-child a {
          padding-left: 0px; }

.aue1p8 {
  padding-top: 150px; }
  .aue1p8 p, .aue1p8 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .aue1p8 a {
    color: #303030; }
  .aue1p8 a {
    display: block;
    margin: auto;
    margin-top: 20px; }

/**====================
   12. Success CSS
========================
**/
.zk2zjg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 600px;
  height: 100vh; }

.czta3m .zkxhlg {
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px; }
.czta3m h1 {
  font-weight: 700;
  color: #c6a720; }
.czta3m p, .czta3m .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .czta3m a {
  color: #fff;
  margin: 24px 0px 36px 0px; }
.czta3m a {
  display: block; }

/**====================
   13. Testomonial CSS
========================
**/
.v1rrz7 h1 {
  color: #495057; }
  .v1rrz7 h1::after {
    background: #495057; }

.x6wlwj {
  position: relative;
  padding: 40px 40px 0px 40px; }
  .x6wlwj .m2ehhx {
    display: flex; }
    .x6wlwj .m2ehhx img {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .x6wlwj .m2ehhx .zidunh {
      margin: 10px 0px 0px 10px; }
      .x6wlwj .m2ehhx .zidunh .iqyzre {
        font-weight: 700;
        color: #c6a720; }
      .x6wlwj .m2ehhx .zidunh p, .x6wlwj .m2ehhx .zidunh .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .x6wlwj .m2ehhx .zidunh a {
        font-size: 14px;
        color: #4e4e4e; }
  .x6wlwj .i4bpcw a i {
    font-size: 88px;
    color: #fddfe2; }

.g63b8i .cngacn {
  position: absolute;
  height: 100%;
  bottom: 0; }
.g63b8i .fckaqm {
  position: absolute;
  height: 100%;
  bottom: 0;
  display: none !important; }

.t9pf60 .bhayth .g63b8i .cngacn {
  display: none !important; }
.t9pf60 .bhayth .g63b8i .fckaqm {
  display: block !important; }
.t9pf60 .bhayth .x6wlwj .i4bpcw a i {
  color: #c6a720; }

#sygjh2 .owl-dot {
  margin-top: 40px; }
  #sygjh2 .owl-dot span {
    background: #495057;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px; }
#sygjh2 .owl-dots .mf6a9t span {
  background: #c6a720;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 30px; }

/**====================
  14. Success Career CSS
========================
**/
.sl4bwr {
  padding-top: 123px; }

.d1i197 .mnleh6 .zkxhlg {
  font-weight: 700; }
.d1i197 .mnleh6 h1 {
  color: #495057; }
  .d1i197 .mnleh6 h1::after {
    display: none; }

.onmesu {
  background: #495057;
  position: relative; }
  .onmesu .uonjg6 {
    position: static; }
  .onmesu .dhagj0 {
    position: absolute;
    bottom: 0; }
  .onmesu .pxxz4g p, .onmesu .pxxz4g .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .onmesu .pxxz4g a {
    color: #fff; }
  .onmesu .pxxz4g a {
    background: none;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .onmesu .pxxz4g a:hover {
      background: #c6a720;
      border: 1px solid #c6a720; }

.qjpsdu {
  display: none; }

.sl4bwr.i1ddlr {
  display: none; }

/**====================
  15. News CSS
========================
**/
.n44lae .fsu2ar {
  position: relative; }
.n44lae .k0kzk2 {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 440px;
  padding: 22px 40px;
  left: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .n44lae .k0kzk2 .qz72s5 {
    font-size: 14px;
    color: #222111; }
    .n44lae .k0kzk2 .qz72s5 span {
      color: #495057;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .n44lae .k0kzk2 p, .n44lae .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .n44lae .k0kzk2 p a {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #303030;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.n44lae:hover .k0kzk2 {
  bottom: 30px; }
  .n44lae:hover .k0kzk2 p, .n44lae:hover .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .n44lae:hover .k0kzk2 p a {
    color: #c6a720; }
  .n44lae:hover .k0kzk2 .qz72s5 {
    color: #222111; }
    .n44lae:hover .k0kzk2 .qz72s5 span {
      color: #c6a720; }

/**====================
  16. Footer CSS
========================
**/
.s26gy4 {
  background: #495057; }

.my54rz p, .my54rz .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .my54rz a {
  color: #fff; }
.my54rz a {
  background: none;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .my54rz a:hover {
    background: #c6a720;
    border: 1px solid #c6a720; }

.sf33er span {
  color: #fff;
  font-weight: 700; }
.sf33er p, .sf33er .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .sf33er a {
  color: #fff;
  margin-top: 5px; }
  .sf33er p a, .sf33er .dqauex .gx87lk .k0kzk2 p a a, .dqauex .gx87lk .k0kzk2 p .sf33er a a {
    color: #fff; }

.w6j0d9 li {
  margin-bottom: 8px; }
  .w6j0d9 li a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .w6j0d9 li a:hover {
      color: #c6a720; }

.mg4dtw {
  background: #eeeeee; }

.f3nk9f p, .f3nk9f .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .f3nk9f a {
  color: #303030; }
  .f3nk9f p span, .f3nk9f .dqauex .gx87lk .k0kzk2 p a span, .dqauex .gx87lk .k0kzk2 p .f3nk9f a span {
    text-transform: uppercase;
    color: #c6a720;
    font-weight: 700; }
  .f3nk9f p strong, .f3nk9f .dqauex .gx87lk .k0kzk2 p a strong, .dqauex .gx87lk .k0kzk2 p .f3nk9f a strong {
    text-transform: uppercase;
    color: #495057; }

.d1nhee ul li {
  display: inline-block; }
  .d1nhee ul li a {
    color: #000000;
    padding: 0px 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .d1nhee ul li a:hover {
      color: #c6a720; }
  .d1nhee ul li:last-child a {
    padding-right: 0px; }

/**====================
  17. Scrool Top CSS
========================
**/
@keyframes ic_up_down {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  50% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.eor99d {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #c6a720;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  position: fixed;
  right: 4%;
  text-decoration: none;
  z-index: 99;
  animation: ic_up_down 3s linear infinite;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .eor99d:hover {
    color: #495057; }
  .eor99d i {
    font-size: 22px; }

.uovcml .mnleh6 {
  margin-bottom: 40px; }
.uovcml .x1p0k8 p, .uovcml .x1p0k8 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .uovcml .x1p0k8 a {
  line-height: 28px; }

.g1tk88 {
  position: relative; }
  .g1tk88 img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .g1tk88 .p0ljn1 {
    position: absolute;
    background-color: #495057;
    width: 220px;
    text-align: center;
    padding: 20px 0px 35px 0px;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .g1tk88 .p0ljn1 h1 {
      font-size: 64px;
      line-height: 56px;
      color: #ffffff;
      margin-bottom: 10px; }
    .g1tk88 .p0ljn1 p, .g1tk88 .p0ljn1 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .g1tk88 .p0ljn1 a {
      color: #ffffff; }

/**====================
  18. Client  CSS
========================
**/
.x2n0va {
  background: #f7f7f7;
  padding: 40px 0px; }

.rfr9ce .gx87lk {
  padding: 5px 0px;
  border: 1px solid #e1e1e1;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .rfr9ce .gx87lk:hover {
    border: 1px solid #495057; }
  .rfr9ce .gx87lk img {
    width: unset;
    margin: auto; }

/**====================
    19. Contact CSS
========================
**/
.fm7q97 {
  margin-bottom: 50px; }
  .fm7q97 h1 {
    font-size: 28px; }
    .fm7q97 h1::after {
      bottom: -5px; }

.p74tfe {
  padding: 80px 0px; }

.fl53k4 .gx87lk {
  text-align: center;
  -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
  -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
  box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
  background: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .fl53k4 .gx87lk .n1q0c9 {
    margin-bottom: 5px; }
    .fl53k4 .gx87lk .n1q0c9 i {
      font-size: 40px;
      color: #495057; }
  .fl53k4 .gx87lk .k0kzk2 p, .fl53k4 .dqauex .gx87lk .k0kzk2 p a, .dqauex .fl53k4 .gx87lk .k0kzk2 p a {
    color: #303030; }
  .fl53k4 .gx87lk .k0kzk2 a {
    color: #303030; }

.qpdpvg {
  margin-top: 40px; }
  .qpdpvg .zidunh {
    margin-bottom: 35px; }
    .qpdpvg .zidunh h4 {
      margin-bottom: 10px; }
    .qpdpvg .zidunh p, .qpdpvg .zidunh .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .qpdpvg .zidunh a {
      width: 70%; }
  .qpdpvg .a5bvdh {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 50px;
    line-height: 45px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .qpdpvg .a5bvdh:focus {
      outline: none;
      box-shadow: none;
      border: 1px solid #495057; }
    .qpdpvg .a5bvdh::placeholder {
      color: #303030;
      text-transform: capitalize; }
  .qpdpvg textarea.a5bvdh {
    height: 120px; }
  .qpdpvg .sq7iii {
    margin-top: 20px; }

.k3xes5 iframe {
  width: 100%;
  height: 500px;
  border: none; }

/**====================
    20. Attorneys CSS
========================
**/
.dehzsm .gx87lk {
  margin-bottom: 80px; }

.j8zhe9 {
  margin-top: 40px; }
  .j8zhe9 .w9doj6, .j8zhe9 .moatrp {
    margin: auto; }

/**====================
    21. Attorneys Details CSS
========================
**/
.jfimq0 {
  padding: 80px 0px; }

.ahc11s {
  -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
  -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2);
  box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.2); }
  .ahc11s:hover .ci43zn .abtimy::before {
    opacity: 1;
    visibility: visible; }
  .ahc11s:hover .ci43zn .it82io ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  .ahc11s .ci43zn .abtimy {
    position: relative; }
    .ahc11s .ci43zn .abtimy::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #49505754;
      top: 0px;
      left: 0px;
      z-index: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0;
      visibility: hidden; }
  .ahc11s .ci43zn .it82io {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ahc11s .ci43zn .it82io ul {
      display: flex;
      width: 100%;
      justify-content: center; }
      .ahc11s .ci43zn .it82io ul li {
        display: inline-block;
        margin-right: 8px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-20px) rotate(-180deg);
        transform: translateX(-20px) rotate(-180deg);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .ahc11s .ci43zn .it82io ul li a {
          color: #fff;
          display: block;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          background-color: #c6a720;
          border: 1px solid #c6a720;
          line-height: 38px;
          font-size: 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: center; }
          .ahc11s .ci43zn .it82io ul li a:hover {
            background: #fff; }
            .ahc11s .ci43zn .it82io ul li a:hover i {
              color: #c6a720; }
          .ahc11s .ci43zn .it82io ul li a i {
            font-size: 20px;
            color: #fff; }
        .ahc11s .ci43zn .it82io ul li:first-child a {
          padding-left: 0px; }
  .ahc11s .qwho58 {
    padding: 20px 20px 20px 0px; }
    .ahc11s .qwho58 .zidunh h4 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 5px; }
    .ahc11s .qwho58 .zidunh p, .ahc11s .qwho58 .zidunh .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .ahc11s .qwho58 .zidunh a {
      text-transform: uppercase;
      color: #c6a720;
      font-weight: 600; }
    .ahc11s .qwho58 .ml8mb3 {
      margin: 15px 0px 30px 0px; }
      .ahc11s .qwho58 .ml8mb3 a {
        color: #4e4e4e;
        font-size: 16px;
        margin-right: 30px; }
        .ahc11s .qwho58 .ml8mb3 a i {
          margin-right: 8px; }
    .ahc11s .qwho58 .sndb53 .s7tm9x:not(:last-child) {
      margin-bottom: 12px; }
    .ahc11s .qwho58 .sndb53 h4 {
      font-size: 19px;
      font-weight: 600;
      color: #303030;
      margin-bottom: 10px; }
    .ahc11s .qwho58 .sndb53 .ikye66 {
      display: flex;
      justify-content: space-between;
      color: #4e4e4e;
      font-size: 15px;
      margin-bottom: 6px; }
      .ahc11s .qwho58 .sndb53 .ikye66 span {
        font-size: 15px;
        color: #4e4e4e;
        text-transform: capitalize; }
    .ahc11s .qwho58 .sndb53 .sjbwj3 {
      height: 8px; }
      .ahc11s .qwho58 .sndb53 .sjbwj3 .y4i89r {
        background: #c6a720; }

.d3lpxi {
  margin-top: 40px; }
  .d3lpxi h4 {
    font-weight: 600;
    text-transform: capitalize;
    color: #495057;
    margin-bottom: 15px; }
  .d3lpxi p, .d3lpxi .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .d3lpxi a {
    margin-bottom: 10px;
    color: #303030; }
    .d3lpxi p:last-child, .d3lpxi .dqauex .gx87lk .k0kzk2 p a:last-child, .dqauex .gx87lk .k0kzk2 p .d3lpxi a:last-child {
      margin-bottom: 0px; }
  .d3lpxi .xqgtqb .avem6q {
    display: flex; }
    .d3lpxi .xqgtqb .avem6q ul {
      margin-right: 40px; }
      .d3lpxi .xqgtqb .avem6q ul li {
        font-size: 16px;
        margin-bottom: 10px; }
        .d3lpxi .xqgtqb .avem6q ul li i {
          font-size: 18px;
          font-weight: 600; }
  .d3lpxi .j82pry h4 {
    margin-bottom: 25px; }
  .d3lpxi .j82pry .gx87lk {
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    background: #fff;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 20px; }
    .d3lpxi .j82pry .gx87lk:hover {
      -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(0, 83, 156, 0.15);
      -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(0, 83, 156, 0.15);
      box-shadow: 0px 4px 14.72px 1.28px rgba(0, 83, 156, 0.15); }
    .d3lpxi .j82pry .gx87lk p, .d3lpxi .j82pry .dqauex .gx87lk .k0kzk2 p a, .dqauex .d3lpxi .j82pry .gx87lk .k0kzk2 p a {
      color: #4e4e4e; }
    .d3lpxi .j82pry .gx87lk i {
      font-size: 24px;
      margin-right: 10px;
      color: #4e4e4e; }
  .d3lpxi .oge5q3 {
    margin-top: 25px; }

.kfkkne {
  position: relative;
  border: 1px solid #ddd; }
  .kfkkne h4 {
    background: #303030;
    color: #fff;
    font-size: 18px;
    /* padding: 5px 5px 5px 5px; */
    padding: 10px; }

.va0fwv {
  position: static; }
  .va0fwv .nvm2q6 {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid #ddd; }
    .va0fwv .nvm2q6:last-child {
      border-bottom: none; }
    .va0fwv .nvm2q6 h6 {
      text-transform: uppercase;
      font-size: 16px;
      color: #303030; }
    .va0fwv .nvm2q6 p, .va0fwv .nvm2q6 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .va0fwv .nvm2q6 a {
      font-size: 14px;
      color: #4e4e4e; }
  .va0fwv .gx4hy4 {
    margin-right: 8px; }
    .va0fwv .gx4hy4 img {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .va0fwv .owl-stage-outer {
    position: static; }
  .va0fwv .owl-nav button {
    position: relative; }
    .va0fwv .owl-nav button::before {
      font-family: IcoFont !important;
      font-weight: 700;
      display: unset;
      vertical-align: 0;
      border-top: none;
      border: none;
      position: absolute;
      right: 0px;
      margin-top: 2px;
      color: #fff; }
    .va0fwv .owl-nav button.owl-next {
      position: absolute;
      top: 6px;
      right: 6px; }
      .va0fwv .owl-nav button.owl-next::before {
        content: "\eaca"; }
    .va0fwv .owl-nav button.owl-prev {
      position: absolute;
      top: 6px;
      right: 25px; }
      .va0fwv .owl-nav button.owl-prev::before {
        content: ""; }
    .va0fwv .owl-nav button span {
      display: none; }

.fbhzu6 {
  position: static; }
  .fbhzu6 .gx87lk {
    padding: 20px; }
    .fbhzu6 .gx87lk:hover .l8hph7::before {
      opacity: 1;
      visibility: visible; }
    .fbhzu6 .gx87lk:hover .it82io ul li {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg); }
    .fbhzu6 .gx87lk .l8hph7 {
      position: relative; }
      .fbhzu6 .gx87lk .l8hph7::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #49505754;
        top: 0px;
        left: 0px;
        z-index: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
        visibility: hidden; }
    .fbhzu6 .gx87lk .k0kzk2 {
      margin-top: 15px; }
  .fbhzu6 .it82io {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .fbhzu6 .it82io ul {
      display: flex;
      width: 100%;
      justify-content: center; }
      .fbhzu6 .it82io ul li {
        display: inline-block;
        margin-right: 8px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-20px) rotate(-180deg);
        transform: translateX(-20px) rotate(-180deg);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .fbhzu6 .it82io ul li a {
          color: #fff;
          display: block;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          background-color: #c6a720;
          border: 1px solid #c6a720;
          line-height: 38px;
          font-size: 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: center; }
          .fbhzu6 .it82io ul li a:hover {
            background: #fff; }
            .fbhzu6 .it82io ul li a:hover i {
              color: #c6a720; }
          .fbhzu6 .it82io ul li a i {
            font-size: 20px;
            color: #fff; }
        .fbhzu6 .it82io ul li:first-child a {
          padding-left: 0px; }
  .fbhzu6 .owl-stage-outer {
    position: static; }
  .fbhzu6 .owl-nav button {
    position: relative; }
    .fbhzu6 .owl-nav button::before {
      font-family: IcoFont !important;
      font-weight: 700;
      display: unset;
      vertical-align: 0;
      border-top: none;
      border: none;
      position: absolute;
      right: 0px;
      margin-top: 2px;
      color: #fff; }
    .fbhzu6 .owl-nav button.owl-next {
      position: absolute;
      top: 6px;
      right: 6px; }
      .fbhzu6 .owl-nav button.owl-next::before {
        content: "\eaca"; }
    .fbhzu6 .owl-nav button.owl-prev {
      position: absolute;
      top: 6px;
      right: 25px; }
      .fbhzu6 .owl-nav button.owl-prev::before {
        content: ""; }
    .fbhzu6 .owl-nav button span {
      display: none; }

/**====================
    22. News page CSS
========================
**/
.h85r2l .v1bbvt {
  margin-bottom: 30px; }
.h85r2l .n44lae {
  position: relative; }
  .h85r2l .n44lae .k0kzk2 {
    width: 315px;
    left: 80px; }

.v2z7w3 .o03tkb {
  background: #f7f7f7;
  padding: 30px;
  margin-bottom: 20px; }
  .v2z7w3 .o03tkb .q8170b {
    position: relative; }
    .v2z7w3 .o03tkb .q8170b .a5bvdh {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
      .v2z7w3 .o03tkb .q8170b .a5bvdh:focus {
        outline: none;
        box-shadow: none; }
      .v2z7w3 .o03tkb .q8170b .a5bvdh::placeholder {
        text-transform: uppercase;
        color: #ddd; }
    .v2z7w3 .o03tkb .q8170b button {
      background: #495057;
      border: 1px solid #495057;
      border-radius: 0px;
      padding: .375rem .75rem;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0; }

.lbony3 {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px; }
  .lbony3 .zidunh {
    font-weight: 600;
    color: #303030;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative; }
    .lbony3 .zidunh::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 2px;
      background: #495057;
      bottom: 0; }
  .lbony3 ul li {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between; }
    .lbony3 ul li a {
      color: #303030;
      display: flex;
      align-items: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .lbony3 ul li a:hover {
        color: #495057; }
      .lbony3 ul li a i {
        font-size: 15px;
        font-weight: 400;
        color: #495057;
        margin-right: 10px; }
  .lbony3 .cdilqk {
    border-bottom: none; }
    .lbony3 .cdilqk .kudo6q .fth79b {
      background: #303030;
      color: #fff;
      border: none;
      border-radius: 0px; }
      .lbony3 .cdilqk .kudo6q .fth79b.mf6a9t {
        background: #495057; }
  .lbony3 .jh7k6v .gx87lk {
    border-bottom: 1px solid #e8e2e2;
    padding: 15px 0px; }
    .lbony3 .jh7k6v .gx87lk:last-child {
      border-bottom: none; }
  .lbony3 .jh7k6v .k0kzk2 {
    margin-top: 10px; }
    .lbony3 .jh7k6v .k0kzk2 a {
      color: #303030; }
  .lbony3 .v3pwvm {
    display: flex;
    flex-wrap: wrap; }
    .lbony3 .v3pwvm li a {
      background: #495057;
      color: #fff;
      margin-right: 5px;
      padding: 5px 12px;
      line-height: 20px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .lbony3 .v3pwvm li a:hover {
        color: #c6a720; }

.r5v862 {
  margin-top: 30px; }
  .r5v862 ul {
    display: flex;
    justify-content: center; }
    .r5v862 ul li:last-child a {
      margin-right: 0px; }
    .r5v862 ul li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      background: #495057;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #fff;
      margin-right: 8px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .r5v862 ul li a:hover {
        background: #c6a720; }
      .r5v862 ul li a.mf6a9t {
        background: #c6a720; }

/**====================
    23. News Details CSS
========================
**/
.tdf6le .pmk45s {
  position: relative; }
  .tdf6le .pmk45s .zidunh {
    background: #495057;
    display: inline-block;
    padding: 15px;
    position: absolute;
    bottom: 0; }
    .tdf6le .pmk45s .zidunh p, .tdf6le .pmk45s .zidunh .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .tdf6le .pmk45s .zidunh a {
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      color: #fff; }
.tdf6le .rv5irq {
  margin: 20px 0px; }
  .tdf6le .rv5irq span {
    margin-right: 15px;
    color: #303030; }
    .tdf6le .rv5irq span a {
      color: #495057;
      margin-left: 2px; }
.tdf6le .twxaft p, .tdf6le .twxaft .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .tdf6le .twxaft a {
  color: #303030;
  text-align: justify;
  margin-bottom: 20px; }
  .tdf6le .twxaft p:last-child, .tdf6le .twxaft .dqauex .gx87lk .k0kzk2 p a:last-child, .dqauex .gx87lk .k0kzk2 p .tdf6le .twxaft a:last-child {
    margin-bottom: 0px; }
.tdf6le .yqszou {
  background: #f7f7f7;
  padding: 15px 20px;
  margin: 30px 0px;
  border-left: 2px solid #495057; }
  .tdf6le .yqszou p, .tdf6le .yqszou .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .tdf6le .yqszou a {
    color: #303030;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px; }
  .tdf6le .yqszou h6 {
    font-weight: 700;
    color: #303030;
    margin-top: 8px; }
    .tdf6le .yqszou h6 span {
      font-weight: 500; }
.tdf6le .tajigi {
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7; }
  .tdf6le .tajigi ul li {
    margin-bottom: 0px; }
  .tdf6le .tajigi h4 {
    font-size: 20px;
    margin-right: 20px;
    color: #303030; }
.tdf6le .kvp7hw {
  display: flex;
  align-items: center;
  padding-top: 20px; }
  .tdf6le .kvp7hw h4 {
    font-size: 20px;
    margin-right: 20px;
    color: #303030; }
  .tdf6le .kvp7hw ul {
    display: flex;
    align-items: center; }
    .tdf6le .kvp7hw ul li {
      display: flex;
      margin-right: 15px; }
      .tdf6le .kvp7hw ul li a.q7p82b {
        color: #3b5998; }
      .tdf6le .kvp7hw ul li a.ok51pj {
        color: #00acee; }
      .tdf6le .kvp7hw ul li a.h1x6ra {
        color: #8a3ab9; }
.tdf6le .k03g56 {
  margin-top: 30px; }
  .tdf6le .k03g56 .vt2wc1 {
    -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    padding: 30px;
    display: flex;
    margin-top: 25px; }
    .tdf6le .k03g56 .vt2wc1 p, .tdf6le .k03g56 .vt2wc1 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .tdf6le .k03g56 .vt2wc1 a {
      color: #303030d9;
      text-align: justify; }
    .tdf6le .k03g56 .vt2wc1 .ci43zn {
      flex: 0 0 12%; }
      .tdf6le .k03g56 .vt2wc1 .ci43zn img {
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .tdf6le .k03g56 .vt2wc1 .jyvukb {
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .tdf6le .k03g56 .vt2wc1 .jyvukb h6 {
        font-weight: 700;
        margin-right: 20px; }
    .tdf6le .k03g56 .vt2wc1 .ij78fr {
      margin-top: 10px;
      width: 60%;
      position: relative; }
      .tdf6le .k03g56 .vt2wc1 .ij78fr .a5bvdh {
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        padding: 0px 12px 12px 0px; }
        .tdf6le .k03g56 .vt2wc1 .ij78fr .a5bvdh:focus {
          outline: none;
          box-shadow: none; }
        .tdf6le .k03g56 .vt2wc1 .ij78fr .a5bvdh::placeholder {
          font-size: 16px;
          font-family: 'Lato', sans-serif; }
      .tdf6le .k03g56 .vt2wc1 .ij78fr .n1q0c9 {
        position: absolute;
        top: 5px;
        right: 0; }
        .tdf6le .k03g56 .vt2wc1 .ij78fr .n1q0c9 i {
          color: #c6a720; }
.tdf6le .hbdci0 {
  margin-top: 40px; }
  .tdf6le .hbdci0 .qpdpvg {
    margin-top: 25px; }

/**====================
    24. Practice area CSS
========================
**/
.j82pry {
  padding: 80px 0px 0px 0px; }

.ie3p0e {
  padding: 35px 30px;
  position: relative;
  -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
  margin-bottom: 30px; }
  .ie3p0e:hover::before {
    opacity: 1;
    visibility: visible; }
  .ie3p0e:hover .fckaqm {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  .ie3p0e:hover .n1q0c9 i {
    color: #fff; }
  .ie3p0e:hover .k0kzk2 h4 {
    color: #fff; }
  .ie3p0e:hover .k0kzk2 p, .ie3p0e:hover .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .ie3p0e:hover .k0kzk2 p a {
    color: #fff; }
  .ie3p0e .fckaqm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden; }
    .ie3p0e .fckaqm img {
      width: 100%;
      height: 100%; }
  .ie3p0e::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #49505796;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .ie3p0e .n1q0c9 {
    position: relative;
    z-index: 9; }
    .ie3p0e .n1q0c9 i {
      font-size: 35px;
      color: #495057;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .ie3p0e .k0kzk2 {
    position: relative;
    z-index: 9; }
    .ie3p0e .k0kzk2 h4 {
      margin: 15px 0px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #303030;
      text-transform: capitalize;
      font-weight: 600; }
    .ie3p0e .k0kzk2 p, .ie3p0e .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .ie3p0e .k0kzk2 p a {
      color: #303030;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

/**====================
    25. Faq CSS
========================
**/
.dyy1ed {
  padding: 80px 0px; }
  .dyy1ed .mnleh6 {
    margin-bottom: 50px; }

.nmg0u3 .o7gd6h {
  margin-bottom: 15px;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative; }
  .nmg0u3 .o7gd6h::before {
    content: "";
    position: absolute;
    background: #495057;
    width: 2px;
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .nmg0u3 .o7gd6h.g4vjmz {
    -webkit-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    -moz-box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05);
    box-shadow: 0px 4px 14.72px 1.28px rgba(48, 48, 48, 0.05); }
    .nmg0u3 .o7gd6h.g4vjmz::before {
      height: 100%; }
    .nmg0u3 .o7gd6h.g4vjmz .udhdzr {
      border: none; }
.nmg0u3 .udhdzr {
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 0px;
  padding: 14px 15px; }
  .nmg0u3 .udhdzr button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    padding: 0;
    color: #303030;
    font-weight: 700; }
    .nmg0u3 .udhdzr button:focus {
      outline: none;
      box-shadow: none; }
    .nmg0u3 .udhdzr button.ihe4az .a8hqzc {
      display: none; }
    .nmg0u3 .udhdzr button.ihe4az .en193d {
      display: block; }
    .nmg0u3 .udhdzr button i {
      color: #303030c4;
      font-size: 18px;
      transition: 0.2s ease; }
      .nmg0u3 .udhdzr button i.en193d {
        display: none; }
.nmg0u3 .a5ztd4 {
  padding: 0px 15px 15px 15px; }
  .nmg0u3 .a5ztd4 p, .nmg0u3 .a5ztd4 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .nmg0u3 .a5ztd4 a {
    text-align: justify; }

.dpdyha {
  background: #f7f7f7;
  padding: 20px; }
  .dpdyha h4 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    color: #495057;
    font-weight: 600; }
    .dpdyha h4::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 2px;
      background: #495057;
      bottom: 0; }
  .dpdyha .a5bvdh {
    background: #fff;
    border: none;
    border-radius: 0px; }
    .dpdyha .a5bvdh:focus {
      box-shadow: none; }
    .dpdyha .a5bvdh::placeholder {
      text-transform: capitalize;
      font-size: 15px; }
  .dpdyha .moatrp {
    width: 150px;
    height: 42px;
    line-height: 42px; }

/**====================
    26. Free-consultation CSS
========================
**/
.uynd6e {
  padding: 80px 0px;
  position: relative; }

.v1pest {
  position: absolute;
  bottom: 0; }

/**====================
    27. Error CSS
========================
**/
.yj6n9d {
  background-color: #fff; }

.hp9gz1 {
  padding: 40px 0px;
  display: flex;
  align-items: center;
  min-height: 100vh; }

.ockcs6 {
  position: relative; }

.mil9yz h1 {
  font-size: 170px;
  font-weight: 700;
  color: #c6a720;
  line-height: 120%; }

.vnxc87 {
  margin-top: 20px; }
  .vnxc87 h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 38px; }
  .vnxc87 h3 {
    margin-bottom: 20px; }
  .vnxc87 p, .vnxc87 .dqauex .gx87lk .k0kzk2 p a, .dqauex .gx87lk .k0kzk2 p .vnxc87 a {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px; }
  .vnxc87 .xdcwlr {
    display: flex; }
  .vnxc87 .w9doj6, .vnxc87 .moatrp {
    background-color: #495057;
    border: 1px solid #495057;
    margin-right: 10px; }
    .vnxc87 .w9doj6:hover, .vnxc87 .moatrp:hover {
      background-color: #c6a720;
      border: 1px solid #c6a720; }

/*# sourceMappingURL=style.css.map */

/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #b10707ed;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .v7m6vm {
  color: #aaa;
  border-color: #eee;
}
/* Article SEO title sizing */
.e26syx {
  margin: 0 0 18px;
  color: inherit;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .e26syx {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .e26syx {
    font-size: 24px;
  }
}
