* {box-sizing: border-box;margin: 0;padding: 0 }body {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;background: #fff;color: #000;font-size: 16px;line-height: 1.5em }a {color: #262626;text-decoration: none }ul {list-style: none }img {display: block;width: 100%;height: auto }p {margin-top: 10px;padding: 10px 10px }h1, h2, h3 {margin: 0;padding: 1em 0 }.btn {cursor: pointer;display: inline-block;background: #005288;color: #fff;font-weight: 700;font-size: 15px;padding: 15px 50px;border-radius: 5px }.btn:hover {background: #f07d16 }.container {width: 100%;margin: auto }nav .logo {width: 300px;margin: 5px 0 0 120px;}nav .burger {display: flex;justify-content: flex-end;margin-right: 120px }nav {border-bottom: 1px solid #eaeaea;position: sticky;top: 0;background: #fff;text-align: right;height: 70px;line-height: 70px;display: flex;justify-content: space-between;z-index: 4 }nav .menu i {margin-left: 5px }nav .menu ul {display: inline-flex }.menu a {margin: 0 20px;line-height: 70px }.menu a:hover, nav .menu #current {border-bottom: #3394e6 solid 2px;line-height: 68px;color: #3394e6 }nav .sub-menu {display: none }nav .sub-menu ul li {border-bottom: 1px solid #eaeaea;background: #f9f9f9 }.menu ul li:hover .sub-menu {display: block;position: absolute;margin-top: 0;margin-left: -20px;background: #fff;text-align: center }.menu ul li:hover .sub-menu ul {display: block }nav label {margin-right: 40px;font-size: 26px;line-height: 70px;display: none }#toggle {display: none }nav .btn {border-radius: 50px;line-height: 40px;padding: 10px 20px;margin-right: 7px }#showcase-main {margin-top: 5px;width: 100%;display: flex;align-items: center;justify-content: center }#showcase-main .slider {width: auto;height:auto;overflow: hidden }#showcase-main .slides {width: 400%;height:auto;display: flex;}#showcase-main .slides input {display: none }.slide {width: 25%;transition: 2s;position: relative;}.slide img {width: 100%;z-index: -1 }#showcase-main .navigation-manual {position: absolute;width: 100%;margin-top: 30px;display: flex;justify-content: center;bottom:120px;display:none;}#showcase-main .captions {position: absolute;bottom: 80px;padding: 0 0 100px 100px;z-index: 2 }#showcase-main h1 {font-family: 'Segoe UI', sans-serif;font-size: 38px;color: #fff }#showcase-main p {letter-spacing: 2px;font-family: 'Segoe UI', sans-serif;font-style: italic;color: #fff }#showcase-main .manual-btn {border: 2px solid orange;padding: 5px;border-radius: 10px;cursor: pointer;transition: 1s;margin-right: 50px;}#showcase-main .manual-btn:hover {background: orange }#radio1:checked~.first {margin-left: 0 }#radio2:checked~.first {margin-left: -25% }#radio3:checked~.first {margin-left: -50% }#showcase-main .navigation-auto {position: absolute;display: flex;width: 100%;justify-content: center;margin-top: 660px;}#showcase-main .navigation-auto div {border: 2px solid orange;padding: 5px;border-radius: 10px;transition: 1s;margin-right: 50px }#radio1:checked~.navigation-auto .auto-btn1 {background: orange }#radio2:checked~.navigation-auto .auto-btn2 {background: orange }#radio3:checked~.navigation-auto .auto-btn3 {background: orange }#showcase-main h1, #showcase-main p {margin: 10px 0 }#showcase-main .btn {margin: 20px 0 }#section-a {color: #333;min-height: 200px;margin: 50px auto 15px auto;width: 80% }#section-a h2 {text-align: center;font-size: 30px;font-weight: 500;line-height: 40px }#section-a p {font-size: 22px;font-weight: 400;color: #7e7d7d;text-align: center;line-height: 40px;word-spacing: 1px }#section-b {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 30px;color: #333;padding: 2em 5em;text-align: center;margin-bottom: 10px }#section-b .grid {background: #f5f5f5 }#section-b .grid p {padding: 0 30px 30px 30px;text-align: justify;color: #7e7d7d }#section-c {text-align: center;background: #005288;color: #fff;padding: 30px 50px 40px 50px;height: auto }#section-c .header {font-size: 34px;font-weight: 600;letter-spacing: 2px }#section-c .content-wrap {display: flex;justify-content: center;flex-wrap: wrap;width: auto;align-items: center;margin: 0 30px }#section-c .grid {background: #0e5b8e;height: 300px;width: 18%;margin: 20px 14px;padding: 60px 30px;transition: transform .3s }#section-c .grid:hover {transform: scale(1.1) }#section-c .grid a {color: #fff }#section-c .grid a:hover {color: #ff922b }#slider {margin: 10px auto 40px auto;width: 800px;max-width: 100%;text-align: center;position: relative }.bg-image {position: absolute;z-index: -3;opacity: .1;height: 800px;width: 100% }#slider input[type=radio] {display: none }#slider label {cursor: pointer;text-decoration: none }#slides {position: relative;z-index: 1 }#overflow {width: 100%;overflow: hidden }#slide1:checked~#slides .inner {margin-left: 0 }#slide2:checked~#slides .inner {margin-left: -100% }#slide3:checked~#slides .inner {margin-left: -200% }#slide4:checked~#slides .inner {margin-left: -300% }#slide5:checked~#slides .inner {margin-left: -400% }#slide6:checked~#slides .inner {margin-left: -500% }#slides .inner {transition: margin-left .8s cubic-bezier(.77, 0, .175, 1);width: 600%;height: 600px }#slides .slide {width: calc(100%/6);float: left;display: flex;justify-content: center;align-items: center;height: 100%;color: #1d1d1d }#slides .description {font-style: italic }#slides .slide .fa-star {color: #0e5b8e }#slides .slide-content .fa-quote-left {float: left;color: #b9b9b9 }#slides .slide-content .fa-quote-right {float: right;line-height: 0;color: #b9b9b9 }#slides hr {margin: 50px auto 20px auto;width: 50%;border: 2px solid #ff922b;border-radius: 10px }#slides .company, #slides .testi, #slides .title {line-height: 0 }#controls {margin: -180px 0 0 0;width: 100%;height: 50px;z-index: 3;position: relative }#controls label {transition: opacity .2s ease-out;display: none;width: 50px;height: 50px;opacity: .4 }#slide1:checked~#controls label:nth-child(2), #slide2:checked~#controls label:nth-child(3), #slide3:checked~#controls label:nth-child(4), #slide4:checked~#controls label:nth-child(5), #slide5:checked~#controls label:nth-child(6), #slide6:checked~#controls label:nth-child(1) {background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;float: right;margin: 0 -50px 0 0;display: block }#slide1:checked~#controls label:nth-last-child(1), #slide2:checked~#controls label:nth-last-child(6), #slide3:checked~#controls label:nth-last-child(5), #slide4:checked~#controls label:nth-last-child(4), #slide5:checked~#controls label:nth-last-child(3), #slide6:checked~#controls label:nth-last-child(2) {background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;float: left;margin: 0 0 0 -50px;display: block }#bullets {margin: 150px 0 0;text-align: center }#bullets label {display: inline-block;width: 10px;height: 10px;border-radius: 100%;background: #ccc;margin: 0 10px }#slide1:checked~#bullets label:nth-child(1), #slide2:checked~#bullets label:nth-child(2), #slide3:checked~#bullets label:nth-child(3), #slide4:checked~#bullets label:nth-child(4), #slide5:checked~#bullets label:nth-child(5), #slide6:checked~#bullets label:nth-child(6) {background: #444 }.card-steph.card-john .img-wrp{width: 350px;}.card-steph.card-john .img-wrp img{width: 100%;object-fit: cover;object-position: center;}.card-steph ul{margin-left: 15px;margin-top: 20px;}.card-steph ul li {color: #000;font-size: 16px;line-height: 1.5em;font-weight: 300;list-style: disc;}@media screen and (max-width:900px) {#slide1:checked~#controls label:nth-child(2), #slide1:checked~#controls label:nth-last-child(1), #slide2:checked~#controls label:nth-child(3), #slide2:checked~#controls label:nth-last-child(6), #slide3:checked~#controls label:nth-child(4), #slide3:checked~#controls label:nth-last-child(5), #slide4:checked~#controls label:nth-child(5), #slide4:checked~#controls label:nth-last-child(4), #slide5:checked~#controls label:nth-child(6), #slide5:checked~#controls label:nth-last-child(3), #slide6:checked~#controls label:nth-child(1), #slide6:checked~#controls label:nth-last-child(2) {margin: 0 }#slides {max-width: calc(100% - 140px);margin: 0 auto }}#section-d {text-align: center;width: 100%;margin: 0 auto 30px auto;padding: 40px }#section-d h1, #slider h1 {font-size: 36px;font-weight: 500 }#section-d p {margin-bottom: 30px;font-size: 22px;font-weight: 400;line-height: 40px;color: #7e7d7d }#section-e {width: 100%;height: 300px;display: grid;grid-template-columns: repeat(4, 1fr);background: #f2f2f2;padding: 10px 50px 10px 200px }#section-e .social * {margin-right: 15px;margin-left: -20px;line-height: 0 }#contact-section-a .contact-details .fa-facebook-square, #section-e .social .fa-facebook-square {color: #3a5998 }#contact-section-a .contact-details .fa-linkedin, #section-e .social .fa-linkedin {color: #1065c1 }#section-e img {padding-top: 20px;max-width: 180px }#section-e .logo {max-width: 380px;margin: 30px 10px 20px -20px;padding: 0 }#section-e .grid i {margin: 20px 10px 10px 0 }#section-e .grid:nth-child(2) {padding-left: 20px }#section-e .grid:nth-child(2) a {line-height: 35px }#section-e .grid:nth-child(2) a:hover {color: #f07d16 }#section-e .grid:nth-child(4) {display: flex;flex-direction: column }#footer {background: #f2f2f2;font-size: 12px;display: flex;padding-bottom: 20px;display: flex;justify-content: center }#footer div:first-child {margin-right: 15px }#footer div:last-child {margin-left: 15px }#about-header, #team-header {height: 300px }#about-header img, #team-header img {height: 450px;object-fit: cover }#about-header h1 {position: absolute;color: #fff;font-size: 40px;font-weight: 500;margin: 300px 0 0 100px }#about-section-a {margin-top: 150px;display: flex;flex-flow: row wrap;}#about-section-a p {margin: 0 0 10px -10px }#about-section-a .checklist {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 20px }#about-section-a div:first-child {width:65%;box-sizing: border-box;padding-right: 60px;}#about-section-a div.image {width:35%;justify-content: center;align-self: center }#about-section-a div:last-child img{width:100% }#about-section-a div i {color: #0e5b8e;margin: 0 15px 0 -31px }#about-section-a div ul {margin-top: 20px;color: #7e7d7d }#about-section-a div ul li {margin-bottom: 20px;padding-left: 30px }#about-section-b {text-align: center;background: #f2f2f2;padding: 30px 100px 50px 100px }#about-section-a{padding: 80px 100px 80px 100px;}#about-section-a h1, #about-section-b h1 {font-size: 32px;font-weight: 500;line-height: 40px }#about-section-b p {color: #7e7d7d }#team-header h1 {position: absolute;color: #fff;font-size: 40px;font-weight: 500;margin: 300px 0 0 100px }#team-section-a {padding-top: 200px;padding-bottom: 30px;background: #f2f2f2 }.card-bill, .card-steph, .card-ury {display: grid;grid-template-columns: 1fr 2fr;grid-gap: 50px;background: #e4e4e4;padding: 30px 50px 50px 50px;margin: 30px 50px;border-radius: 30px;text-align: justify }.card-bill img, .card-steph img, .card-ury img {width: 350px;height: 450px;border-radius: 20px;margin-top: 35px }.card-bill p, .card-steph p, .card-ury p {margin-left: -10px;font-weight: 300 }.card-bill h1, .card-steph h1, .card-ury h1 {font-size: 36px;font-weight: 500;line-height: 40px;margin-bottom: -20px }.card-bill span, .card-steph span, .card-ury span {font-size: 28px;font-weight: 400;color: #7e7d7d }.card-bill h3, .card-steph h3, .card-ury h3 {margin-bottom: -20px }#googleMap iframe {margin-top: 5px;width: 100%;height: 450px }#contact-section-a {padding: 80px 100px 80px 100px;display: flex;flex-flow: row wrap;}#contact-section-a .enquire{width:70%;box-sizing: border-box;padding-right:60px;}#contact-section-a .contact-details{width:30%;}#contact-section-a .enquire input[type="text"], #contact-section-a .enquire input[type="tel"], #contact-section-a .enquire input[type="email"]{width:100%;}#contact-section-a .enquire textarea{width:100%;}#contact-section-a h1 {margin-bottom: -20px;color: #005288;font-size: 30px }#contact-section-a p {box-sizing: border-box;padding-left: 0;}#contact-section-a form {margin-top: 20px;display:flex !important;flex-flow:row wrap;justify-content: space-between;}#contact-section-a form div{width:48%;margin-bottom:15px;}#contact-section-a form div:nth-of-type(5){width:100%;}#contact-section-a form div:nth-child(5) {grid-row: 3 }#contact-section-a form div:last-child {grid-row: 4 }#contact-section-a form input {height: 40px;width: 80%;text-indent: 5px;font-family: Verdana, sans-serif }#contact-section-a form textarea {width: 185%;height: 200px;text-indent: 5px;font-family: Verdana, sans-serif }#contact-section-a form button {cursor: pointer;width: 100px;height: 50px;background: #f07d16;color: #fff;border: 2px solid #f07d16;border-radius: 50px;font-weight: 700;text-transform: uppercase }#contact-section-a form button:hover {background: #fff;color: #f07d16 }#contact-section-a .contact-details ul {margin-top: 30px;font-family: Segoe, sans-serif;letter-spacing: 1px }#contact-section-a .contact-details ul li:not(:last-child) {border-bottom: 1px solid #eaeaea;margin-top: 20px }#contact-section-a .contact-details ul li i {color: #005288;font-size: 22px }#contact-section-a .contact-details ul li span {text-transform: uppercase;font-size: 18px;font-weight: 700;margin-left: 20px }#contact-section-a .contact-details li:last-child {font-size: 18px }#contact-section-a .contact-details .social i {font-size: 35px }#pp-header {margin-top: 5px;background: #005288;height: 250px }#pp-header h1 {color: #fff;text-align: center;transform: translateY(70%);font-size: 36px;font-weight: 600 }#pp-main {margin: 50px auto 70px auto;width: 50% }#pp-main h3 {margin-bottom: -20px }#pp-main p {margin-left: -10px }#pp-main ul {list-style: circle;padding-left: 25px;text-indent: 5px;margin-bottom: -30px }#pp-main span {text-decoration: underline }#header-wrap{position: fixed;z-index: 99;width: 100%;top: 0;}#header-wrap nav{width: 100%;}.head-h2 h2{font-size: 36px;font-weight: 500;}.head-h2-a h2{font-size: 32px;font-weight: 500;line-height: 40px;}.head-h2-b h2{font-size: 36px;font-weight: 500;line-height: 40px;margin-bottom: -20px;}.toggle-custom span{width: 20px;height: 2px;background: #000;display: block;}span.line-2{margin-top:5px;}span.line-3{margin-top:5px;}nav label{margin-top: 27px;position: absolute;right: 214px;}.carousel-wrap {position: relative;}.owl-carousel .item {position: relative;z-index: 100;-webkit-backface-visibility: hidden;}.owl-nav > div {margin-top: -26px;position: absolute;top: 50%;color: #cdcbcd;}.owl-nav i {font-size: 52px;}.owl-nav .owl-prev {left: -30px;}.owl-nav .owl-next {right: -30px;}#hero-slider .item{width: 100%;height: 90vh;background-size: cover !important;background-position: center center !important;}#hero-slider{position: relative;}#hero-slider .captions{position: absolute;bottom: 15%;left: 120px;}#hero-slider h1{font-family: 'Segoe UI', sans-serif;font-size: 38px;color: #fff;}#hero-slider p{letter-spacing: 2px;font-family: 'Segoe UI', sans-serif;font-style: italic;color: #fff;margin: 20px 0;}#hero-slider .owl-dots{width: 100%;position: absolute;left: 0;bottom: 20px;z-index: 99;text-align: center;}#hero-slider .owl-dot{border: 2px solid orange;border-radius: 10px;transition: 1s;width: 15px;height: 15px;display: inline-block;margin:10px;}#hero-slider .owl-dot.active{background:orange;}.careerpage h5{color: #333;font-size:16px;}.careerpage i {color: #0e5b8e;margin: 0 !important;}.careerpage-b{background: #f2f2f2;margin-top:0 !important;}.careerpage-b .wi100{width:100% !important;}.careerpage-b hr{margin: 2rem 0;border-top: 3px dotted #cfcfcf !important;}.career-post{padding: 80px 100px 80px 100px;display: flex;}.career-post .imgarea{width: 50%;padding-right: 5rem;}.career-post .imgarea img{height: 350px;object-fit: cover;}.career-post .textarea{width: 50%;}.career-post .textarea p{color: #838383;padding-left: 0;}.career-post .textarea h2 {font-size: 27px;font-weight: 500;padding: 0;line-height: 33px;}.career-post .textarea p span {color: #005288;font-weight: 500;}.careerpage-c .wi100{width:100% !important;}.careerpage-c{margin-top:0 !important;padding-bottom: 0 !important;}.careerpage-c hr{margin: 2rem 0;border-top: 3px dotted #cfcfcf !important;}.menu ul li>a{text-transform: uppercase;}.menu .sub-menu li a{text-transform: initial;}#about-header, #team-header{height: auto;}.d-flex {display: flex;}.new-container {max-width: 1200px;}.about-section-one {padding: 80px 0;}.about-section-one .d-flex, .about-section-two .d-flex{align-items: center;}.let-content {width: 50%;padding-right: 10%;}.right-content {width: 50%;border-radius: 20px;overflow: hidden;}.let-content p {padding: 0;}.let-content h2{padding-top: 0;}.about-section-two, .about_section6{padding-bottom: 80px;}.about-section-two .d-flex{flex-flow: row-reverse;}.about-section-two .let-content {padding-right: 0%;padding-left: 10%;}.about-section-three h2{padding-top: 0px;}.text-center{text-align: center;}.about-section-three {background: #f2f2f2;padding: 80px 0px 80px 0px;}.about-section-three p{max-width: 900px;margin: 0 auto;padding: 0;}.about_section9 p{max-width: 100%;}.process_box {width: 32%;background: #f2f2f2;padding: 40px;border-radius: 20px;}span.step {color: #005288;font-size: 18px;border-bottom: 2px solid #005288;}.process_box p{padding: 0px;margin: 0px;}.about_section6 .d-flex{justify-content: space-between;}.process_box.image-box {padding: 0;overflow: hidden;}.process_box.image-box img {width: 100%;height: 100%;object-fit: cover;}.desktop-none{display: none;}.pt-50{padding-top: 50px;}.pb-50{padding-bottom: 50px;}.pt-30{padding-top: 30px;}.about-section-three .btn{margin-top: 30px;}.checklist ul li {margin-bottom: 10px;padding-left: 30px;}.checklist i {color: #0e5b8e;margin: 0 15px 0 -31px;}.legal-services ul {width: 47.5%;}.about-section-one .legal-services {justify-content: space-between;align-items: flex-start;}.team-container {max-width: 1600px;margin: 0 auto;}.legal-services p{padding: 0;margin: 0;}.new_team .profile-pic {width: 25%;}.new_team .team_content{width: 71%;}.new_team .team-row {display: flex;justify-content: space-between;align-items: stretch;padding: 40px 30px 40px 30px;margin: 30px 0 0 0;}.team-row .img-wrp {width: 100% !important;height: 100% !important;}.team-row .img-wrp img {width: 100%;height: 100%;object-fit: cover;object-position: center;margin-top: 0;}.team_content h2{margin: 0;padding: 0 }.team_content h2 {font-size: 28px;}.card-bill span, .card-steph span, .card-ury span {font-size: 18px;}.new_team .team-row:first-child{margin-top: 0;}.new_team{padding: 80px 30px !important;}.add_call .legal-services {max-width: 471px;}.add_call h2{padding: 0;margin: 0;}.Legal_Guides ul{width: 100%;}.Legal_Guides .btn{margin-top: 30px;}.why-chose-chinese p{padding-left: 0;padding-right:0;}.about_section7 .legal-services {justify-content: space-between;flex-flow: row wrap;}.about_section7 .checklist ul li {text-align: left;}#team-header .likeH1{position: absolute;color: #fff;font-size: 40px;font-weight: 500;margin: 300px 0 0 100px;}@media(max-width:1600px) {#section-c .grid{width: 17%;margin: 20px 14px;padding: 60px 18px;}#section-c .content-wrap h2{font-size: 1.2rem;}}@media(max-width:1440px) {nav .logo{width: 250px;margin: 13px 0 0 120px;}.menu a{margin: 0 15px;}.let-content {padding-right: 6%;}.about-section-two .let-content {padding-right: 0%;padding-left: 6%;}}@media(max-width:1366px) {.let-content {padding-right: 6%;}.about-section-two .let-content {padding-right: 0%;padding-left: 6%;}}@media(max-width:1280px) {.menu a{margin: 0 12px;}nav .logo{margin: 13px 0 0 68px;}nav .burger{margin-right: 68px;}#hero-slider .captions{left: 68px;}.team_content h2 {text-align: left;}.team-row .img-wrp img {height: auto;width: 100% !important;margin: 0 !important;}}@media(max-width:1200px) {nav label {display: block;cursor: pointer }.menu {text-align: center;width: 300px;margin-right: 0;display: none;position: absolute;right: 0;top: 70px;}nav .menu ul {display: block;background: #fff;margin: 0 }nav .menu ul li {border-bottom: 1px solid #eaeaea }#toggle:checked+.menu {display: block }.menu ul li:hover .sub-menu {margin-top: -60px;margin-left: -320px }#showcase-main h1, #showcase-main p {line-height: 40px;margin: -10px 0;width: 80% }#showcase-main .captions {padding: 0 0 0 20px }#showcase-main .navigation-auto {margin-top: 450px }#showcase-main .manual-btn {margin-top: 200px }.slide img {object-fit: cover }#section-a {margin-top: -10px }.card-bill, .card-steph, .card-ury {display: block;margin: 20px }.card-bill h1, .card-steph h1, .card-ury h1 {text-align: center }.card-bill img, .card-steph img, .card-ury img {width: 220px;height: auto;border-radius: 20px;margin: 25px auto 0 auto }.head-h2-b h2{text-align: center;}.card-steph.card-john .img-wrp{width: unset;}.card-steph.card-john .img-wrp img {width: 220px;height: auto;border-radius: 20px;margin: 25px auto 0 auto;}.team_content h2 {text-align: left;}.team-row .img-wrp img {height: auto;width: 100% !important;margin: 0 !important;}.new-container {max-width: 90%;}#section-d .like-H1{font-size: 36px;font-weight: 500;line-height: 1;}}@media(max-width:1100px) {#section-c .grid{width: 29%;}#hero-slider .item{}}@media(max-width:1080px) {#section-e {padding: 10px 50px 10px 50px;}#about-header img, #team-header img {height: 350px;}#team-header h1 {margin: 190px 0 0 100px;}#about-header h1 {margin: 190px 0 0 100px;}#team-header .likeH1 {margin: 190px 0 0 100px;}}@media(max-width:991px) {#about-section-a div:first-child{width:100%;}#about-section-a div:last-child{width:100%;}#about-section-a div:first-child{padding-right:0;}#about-section-a div.image{margin-top:25px;}#contact-section-a .enquire{width:100%;padding-right:0;}#contact-section-a .contact-details{width:100%;}#showcase-main .navigation-auto{margin-top: 365px;}#section-c .grid{width: 45%;}.career-post{flex-flow: row wrap;padding: 100px 80px 100px 80px;}.career-post-new .imgarea{width: 100%;padding-right: 0;padding-bottom: 25px;}.career-post .textarea{width: 100%;}#section-e {width: 100%;height: auto;display: grid;grid-template-columns: repeat(2, 1fr);background: #f2f2f2;padding: 10px 50px 10px 50px;}#section-e .logo {margin: 30px 10px 20px 0px;}#section-e .social * {margin-right: 15px;margin-left: 0;}#section-e .grid:nth-child(4) {padding-left: 20px;}.about-section-one .d-flex, .about-section-two .d-flex {flex-flow: column;}.let-content {padding-right: 0;width: 100%;margin-bottom: 40px;}.right-content {width: 100%;}.about-section-two .let-content {padding-right: 0%;padding-left: 0;margin-top: 0;margin-bottom: 40px;}.process_box {padding: 20px;}.about-section-one .legal-services{flex-flow: row;}.new_team .profile-pic {width: 100%;}.new_team .team_content {width: 100%;margin-top: 40px;}.new_team .team-row {flex-flow: column;grid-gap: 0 !important;}.team-row .img-wrp {max-width: 350px;margin: 0 auto;}.team_content h2 {text-align: center;}}@media(max-width:767px) {#section-c .grid{width: 43%;}#hero-slider .captions{left: 20px;padding-right: 20px;box-sizing: border-box;}#hero-slider h1{font-size: 33px;line-height: 1.2;padding-bottom: 0;}#hero-slider .item{height: 90vh;}.about-section-one .legal-services {flex-flow: column;}.legal-services ul {width: 100%;}.about-section-one {padding: 50px 0;}.about-section-three {padding: 50px 0px 50px 0px;}.about-section-two, .about_section6 {padding-bottom: 50px;}.process_box {width: 100%;margin-bottom: 30px;}.about_section6 .d-flex {flex-flow: column;}.mobile-none{display: none !important;}.about_section6 .pt-30{padding-top: 0;}.desktop-none{display: flex;}.new_team {padding: 50px 15px !important;}.new_team .team-row {padding: 40px 20px 40px 20px;}}@media(max-width:700px) {nav .logo {margin-left: 20px }nav .burger {margin-right: 1px }nav .btn {display: none }nav .menu {width: 100% }#showcase-main h1, #showcase-main p {width: 100%;line-height: 50px }#showcase-main .captions {width: 100%;margin-left: 20px;margin-bottom: 0px }#showcase-main .captions .btn {display: none }#section-b {display: grid;grid-template-columns: 1fr;padding: 20px }.bg-image {height: 1250px }#slides .inner {height: 1050px }#about-section-a img {}#about-section-a .checklist {display: block }#about-section-b {padding: 30px 30px 50px 30px }#contact-section-a {display: block;margin: 20px 20px 50px 20px }#contact-section-a form {display: block;margin-bottom: 50px }#contact-section-a form textarea {width: 100%;margin-bottom: 10px }#pp-main {width: 80% }#section-e {display: grid;grid-template-columns: 1fr;height: 1000px;padding: 0 }#section-e .logo {max-width: 350px }#section-e .grid:first-child, #section-e .grid:nth-child(2), #section-e .grid:nth-child(3), #section-e .grid:nth-child(4) {padding-left: 10% }#section-e .social {padding-left: 4% }#about-section-a{padding: 30px 30px 50px 30px;}#contact-section-a{padding: 30px 30px 50px 30px;}#contact-section-a form div{width:100%;}#showcase-main .captions{bottom:10px;}#showcase-main .captions h1{padding:20px 0;}#showcase-main p{line-height:25px;}#showcase-main h1{line-height:35px;}#section-c{padding: 30px 20px 40px 20px;}nav label{right:0;}nav .menu{width:300px;}#hero-slider h1{padding-bottom: 0;}#hero-slider p{margin: 0px 0;}#hero-slider .owl-dots{bottom: 0px;}.career-post{flex-flow: row wrap;padding: 30px 30px 50px 30px;}}@media(max-width:560px) {#section-c .grid{width:100%;height:auto;}#section-c .content-wrap{margin:0;}}@media(max-width:480px) {nav label{margin-right: 10px;}nav .logo{width: 224px;}#showcase-main .navigation-auto{display:none;}nav .menu{width: 130px;position: absolute;right: 0;}.menu{margin-right: 0;}#hero-slider h1{font-size: 30px;}#hero-slider p{margin: 10px 0;}#hero-slider .captions{bottom: 21%;}#hero-slider .item{height: 70vh;}}@media (max-width: 1680px){.menu a {margin: 0 12px;font-size: 14px;}}@media (max-width: 1440px){nav .logo {width: 250px;margin: 13px 0 0 120px;}}@media (max-width: 1280px){nav .logo {margin: 13px 0 0 68px;}}@media (max-width: 1200px){.menu ul li:hover .sub-menu {margin-left: -168px;margin-top: -71px;}nav label{margin-top: 27px;position: absolute;right: 214px;margin-right: 40px;}}@media (max-width: 700px){nav label {right: 0;}nav .logo {margin-left: 20px;}}@media (max-width: 480px){nav .logo {width: 224px;}nav label{margin-right: 10px;}}