@font-face {
 font-family: "AlumniSansSC-Bold";
 src: url("../fonts/AlumniSansSC-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "AlumniSansSC-Medium";
 src: url("../fonts/AlumniSansSC-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "AlumniSansSC-Regular";
 src: url("../fonts/AlumniSansSC-Regular.ttf") format("truetype");
}
@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-SemiBold', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.navbar-expand-lg .navbar-nav {width: 100%;}

/*Header Css Start*/

.top-row {
    padding: 10px 0 0 0;
    margin: 0 0 -12px 0;
    background-color: #8b4513;
}

.head-000 {
    position: relative;
}

.head-000 ul {
    display: flex;
    justify-content: center;
}

.head-000 ul li {
    display: flex;
    padding: 0 30px 0 0;
}

.head-000 ul li i {
    color: #fff;
    font-size: 19px;
    transition: .3s;
    padding: 2px 5px 0 0;
}

.head-000 ul li:hover i {
    color: #fff;
}

.head-000 ul li a {
    color: #fff;
    font-size: 18px;
    transition: .3s;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
}

.head-000 ul li:hover a {
    color: #fff;
}

.btn-row {
    padding: 25px 0 21px 0;
    background-color: #fff;
}

.head-1 img {
    width: 100%;
    margin: -20px 0 -20px 0;
}

.head-2 {
    left: 40px;
    position: relative;
}

.head-2 ul li a {
    color: #000;
    font-size: 20px;
    padding: 0 40px 0 0;
    font-family: 'AlumniSansSC-Medium';
}

.head-2 ul li a:hover {
    color: #8b4513;
}

.dropdown-menu.show {
    padding: 15px 0 2px 10px;
}

.dropdown-menu.show a {
    color: #000;
    margin: 0 0 10px 0;
}

.dropdown-menu.show a:hover {
    color: #f39005;
}

.head-3 {
    text-align: end;
}

.head-3 a {
    color: #fff;
    font-size: 20px;
    transition: .3s;
    border-radius: 10px;
    background-color: #8b4513;
    padding: 14px 35px 12px 35px;
    font-family: 'AlumniSansSC-Medium';
}

.head-3 a:hover {
    color: #fff;
    border: none;
    background-color: #8b4513;
}

/*Header Css End*/
/*Banner Css Start*/

section.Banner {
    background: url(../images/banner.webp) center;
    background-size: cover;
    padding: 40px 0 170px;
    position: relative;
    overflow: hidden;
}

.ban-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.ban-2 {
    text-align: center;
}

.ban-2 span {
    color: #8b4513;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
    background-color: #fff;
    padding: 0 5px 0 5px;
    border-radius: 5px;
}

.ban-2 h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    padding: 0 220px 5px 220px;
    font-family: 'AlumniSansSC-Bold';
}

.ban-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    padding: 0 120px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.ban-3 {
    display: flex;
    padding: 40px 0 0 0;
    justify-content: center;
}

.ban-4 a {
    color: #fff;
    font-size: 22px;
    transition: .3s;
    border-radius: 10px;
    background-color: #8b4513;
    padding: 16px 35px 15px 35px;
    border: 2px solid transparent;
    font-family: 'AlumniSansSC-Medium';
}

.ban-4 a:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #8b4513;
}

.ban-5 {
    padding: 0 0 0 20px;
}

.ban-5 a {
    color: #8b4513;
    font-size: 22px;
    transition: .3s;
    border-radius: 10px;
    background-color: #fff;
    padding: 16px 35px 15px 35px;
    border: 2px solid transparent;
    font-family: 'AlumniSansSC-Medium';
}

.ban-5 a:hover {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

/*Banner Css End*/
/*Our-Steps Css Start*/

section.Our-Steps {
    margin: -80px 0 0 0;
}

.step-1 {
    transition: .3s;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    box-shadow: 5px 5px 20px rgba(0 0 0 / 0.15);
}

.step-1:hover {
    background-color: #8b4513;
}

.step-1 i {
    color: #8b4513;
    font-size: 35px;
    transition: .3s;
}

.step-1:hover i {
    color: #fff;
}

.step-1 h3 {
    margin: 0;
    color: #000;
    font-size: 23px;
    transition: .3s;
    padding: 20px 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.step-1:hover h3 {
    color: #fff;
}

.step-1 p {
    margin: 0;
    color: #000;
    font-size: 19px;
    transition: .3s;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.step-1:hover p {
    color: #fff;
}

/*Our-Steps Css End*/
/*Content-1 Css Start*/

section.Content-1 {
    padding: 80px 0 60px 0;
}

.cont-1 img {
    width: 100%;
    border-radius: 10px;
}

.cont-2 span {
    font-size: 30px;
    color: #8b4513;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
}

.cont-2 h2 {
    margin: 0;
    color: #000;
    font-size: 55px;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.cont-2 p {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.cont-3 {
    padding: 15px 0 0 0;
}

.cont-3 ul {
    margin: 0;
    padding: 0 0 25px 0;
}

.cont-3 ul li {
    display: flex;
    padding: 0 0 10px 0;
}

.cont-3 ul li i {
    font-size: 14px;
    color: #8b4513;
    padding: 5px 10px 0 0;
}

.cont-3 ul li p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-family: 'AlumniSansSC-Medium';
}

.cont-3 a {
    color: #fff;
    font-size: 22px;
    transition: .3s;
    border-radius: 10px;
    background-color: #8b4513;
    padding: 16px 35px 15px 35px;
    border: 2px solid transparent;
    font-family: 'AlumniSansSC-Medium';
}

.cont-3 a:hover {
    color: #8b4513;
    background: transparent;
    border: 2px solid #8b4513;
}

/*Content-1 Css End*/
/*Our-Lawyers Css Start*/

section.Our-Lawyers {
    padding: 0 0 60px 0;
}

.lawyer-1 {
    text-align: center;
    padding: 0 0 50px 0;
}

.lawyer-1 span {
    font-size: 30px;
    color: #8b4513;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
}

.lawyer-1 h2 {
    margin: 0;
    color: #000;
    font-size: 60px;
    line-height: 50px;
    padding: 0 250px 10px 250px;
    font-family: 'AlumniSansSC-Bold';
}

.lawyer-1 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    padding: 0 250px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.lawyer-2 {
    text-align: center;
    border: 0px solid #CE8346;
    padding: 20px 10px 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
    border-radius: 10px;
}

.lawyer-2 img {
    width: 100%;
    border-radius: 10px;
}

.lawyer-2 a {
    color: #8b4513;
    font-size: 20px;
    font-family: 'AlumniSansSC-Medium';
    border: 1px solid #8b4513;
    padding: 10px 25px 8px 25px;
    border-radius: 10px;
}

.lawyer-2 a:hover {
    color: #8b4513;
}

.lawyer-3 {
    background-color: #8b4513;
    text-align: center;
    padding: 20px 20px 20px 20px;
    width: 90%;
    margin: 0 0 -20px 12px;
    position: relative;
    bottom: 45px;
    border-radius: 10px;
}

.lawyer-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'AlumniSansSC-Bold';
}

.lawyer-3 span {
    color: #fff;
    font-size: 18px;
    font-family: 'AlumniSansSC-Medium';
}

/*Our-Lawyers Css End*/
/*Our-Practice Css Start*/

section.Our-Practice {
    padding: 40px 0 40px 0;
    background-color: #f4f4f4;
}

.practice-1 {
    padding: 0 0 25px 0;
}

.practice-1 span {
    font-size: 30px;
    color: #8b4513;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
}

.practice-1 h2 {
    margin: 0;
    color: #000;
    font-size: 60px;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.practice-1 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.practice-2 {
    display: flex;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid #04383f;
    padding: 30px 20px 30px 20px;
}

.practice-2:hover {
    background-color: #8b4513;
    border: 1px solid transparent;
}

.practice-3 {
    width: 330px;
}

.practice-3 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    transition: .3s;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.practice-2:hover .practice-3 h3 {
    color: #fff;
}

.practice-3 p {
    margin: 0;
    color: #000;
    font-size: 20px;
    transition: .3s;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.practice-2:hover .practice-3 p {
    color: #fff;
}

.practice-4 {
    padding: 60px 0 0 20px;
}

.practice-4 a {
    color: #fff;
    font-size: 20px;
    transition: .3s;
    margin: 0 10px 0 0;
    border-radius: 10px;
    background-color: #8b4513;
    padding: 13px 30px 10px 30px;
    border: 2px solid transparent;
    font-family: 'AlumniSansSC-Medium';
}

.practice-4 a:hover {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}

.practice-2:hover .practice-4 a {
    color: #8b4513;
    background-color: #fff;
}

.practice-5 {
    padding: 20px 0 0;
}

/*Our-Practice Css End*/
/*Testimonials Css Start*/

section.Testimonials {
    padding: 50px 0 50px 0;
}

.test-1 {
    text-align: center;
    padding: 0 0 40px 0;
}

.test-1 span {
    font-size: 30px;
    color: #8b4513;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
}

.test-1 h2 {
    margin: 0;
    color: #000;
    font-size: 60px;
    line-height: 50px;
    padding: 0 255px 10px 255px;
    font-family: 'AlumniSansSC-Bold';
}

.test-1 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    padding: 0 250px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.test-3 {
    text-align: center;
    border-radius: 20px;
    background-color: #8b4513;
    padding: 0 20px 20px 20px;
    margin: 13px 10px 13px 10px;
}

.test-3 h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    font-family: 'AlumniSansSC-Bold';
}

.test-3 span {
    color: #fff;
    font-size: 22px;
    font-family: 'AlumniSansSC-Medium';
}

.test-3 p {
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    padding: 10px 0 20px 0;
    font-family: 'AlumniSansSC-Regular';
}

.test-3 i {
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f39005;
}

.test-4 {
    width: 90px;
    height: 110px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    background-color: #fff;
    text-align: -webkit-center;
    border-radius: 0px 0px 120px 120px;
}

.test-4 img {
    width: 70px;
    height: 72px;
    padding: 3px;
    border-radius: 50%;
    background-color: #8b4513;
}

/*Testimonials Css End*/
/*Our-Ranking Css Start*/

section.Our-Ranking {
    background: #000000cf url(../images/side-banner.webp);
    background-size: cover;
    padding: 80px 0;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.rank-1 {
    text-align: center;
}

.rank-1 h3 {
    font-size: 70px;
    color: #8b4513;
    margin: 0 0 -10px 0;
    text-shadow: 2px 0 0 #fff;
    font-family: 'AlumniSansSC-Bold';
}

.rank-1 p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
}

/*Our-Ranking Css End*/
/*Home-Contact Css Start*/

section.Home-Contact {
    padding: 60px 0 0 0;
}

.contact-1 form {
    background-color: #fff;
    padding: 30px 22px 30px 30px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

.contact-2 {
    text-align: center;
    padding: 10px 0 8px 0;
    background-color: #8b4513;
}

.contact-2 h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-family: 'AlumniSansSC-Bold';
}

.contact-3 {
    display: flex;
}

.contact-3 span {
    font-size: 18px;
    color: #8b4513;
    font-family: 'AlumniSansSC-Medium';
}

.contact-3 input {
    width: 96%;
    color: #000;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px 200px 15px 0;
    padding: 12px 0 9px 20px;
    background-color: #d9d9d980;
    font-family: 'AlumniSansSC-Medium';
}

.contact-4 span {
    font-size: 18px;
    color: #8b4513;
    font-family: 'AlumniSansSC-Medium';
}

.contact-4 input {
    width: 98%;
    color: #000;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px 0 15px 0;
    padding: 12px 0 9px 20px;
    background-color: #d9d9d980;
    font-family: 'AlumniSansSC-Medium';
}

.contact-4 textarea {
    width: 98%;
    color: #000;
    border: none;
    font-size: 16px;
    margin: 5px 0 5px 0;
    border-radius: 10px;
    padding: 20px 0 40px 20px;
    background-color: #d9d9d980;
    font-family: 'AlumniSansSC-Medium';
}

.contact-4 button {
    border: none;
    font-size: 26px;
    color: #fff;
    margin: 22px 0 0 0;
    border-radius: 30px;
    background-color: #8b4513;
    padding: 10px 70px 5px 70px;
    font-family: 'AlumniSansSC-Bold';
}

/*Home-Contact Css End*/
/*Why-Choose Css Start*/

section.Why-Choose {
    padding: 60px 0 60px 0;
}

.choose-1 {
    text-align: center;
    padding: 0 0 40px 0;
}

.choose-1 span {
    font-size: 30px;
    color: #8b4513;
    letter-spacing: 1px;
    font-family: 'AlumniSansSC-Medium';
}

.choose-1 h2 {
    margin: 0;
    color: #000;
    font-size: 60px;
    line-height: 50px;
    padding: 0 250px 10px 250px;
    font-family: 'AlumniSansSC-Bold';
}

.choose-1 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    padding: 0 250px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.choose-2 {
    transition: .3s;
    border: 2px solid #000;
    padding: 0 20px 20px 20px;
}

.choose-2:hover {
    border: 2px solid #8b4513;
}

.choose-2 span {
    transition: .3s;
    color: #8b451345;
    font-size: 100px;
    font-family: 'AlumniSansSC-Bold';
}

.choose-2:hover span {
    color: #8b451345;
}

.choose-2 h3 {
    color: #000;
    font-size: 30px;
    margin: -70px 0 0 0;
    font-family: 'AlumniSansSC-Bold';
}

.choose-2 p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-family: 'AlumniSansSC-Regular';
}

.choose-3 {
    padding: 30px 0 0 0;
}

/*Why-Choose Css End*/
/*First-Footer Css Start*/

section.First-Footer {
    padding: 50px 0 0;
    background-color: #8b4513;
}

.footer-1 ul {
    margin: 0;
    transition: .3s;
    border: 1px solid #fff;
    padding: 20px 20px 15px 20px;
}

.footer-1:hover ul {
    border: 1px solid #fff;
}

.footer-1 ul li i {
    width: 63px;
    height: 63px;
    color: #fff;
    font-size: 26px;
    line-height: 65px;
    padding: 0 0px 0 0;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
}

.footer-1:hover ul li i {
    color: #8b4513;
    background-color: #fff;
    border: 1px solid transparent;
}

.footer-1 ul li a {
    margin: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
    font-family: 'AlumniSansSC-Bold';
}

.footer-1 ul li p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0 0;
    font-family: 'AlumniSansSC-Medium';
}

.footer-2 {
    text-align: center;
    padding: 40px 0 60px 0;
}

.footer-2 img {
    width: 30%;
}

.footer-2 p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding: 20px 100px 0 100px;
    font-family: 'AlumniSansSC-Regular';
}

.footer-3 {
    padding: 3px 30px 0 30px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.footer-4 p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-family: 'AlumniSansSC-Medium';
}

.footer-5 ul {
    margin: 0;
    display: flex;
    justify-content: end;
}

.footer-5 ul li {
    padding: 0 20px 0 0;
}

.footer-5 ul li a {
    color: #000;
    font-size: 20px;
    transition: .3s;
    font-family: 'AlumniSansSC-Medium';
}

.footer-5 ul li a:hover {
    color: #8b4513;
}

.footer-5 ul li a i {
    bottom: 3px;
    color: #8b4513;
    font-size: 8px;
    transition: .3s;
    position: relative;
    padding: 0 5px 0 0;
}

.footer-5 ul li a:hover i {
    color: #000;
}

/*First-Footer Css End*/
/*Family-Banner Css Start*/

section.Family-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.family-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.family-2 {
    text-align: center;
}

.family-2 h2 {
    margin: 0;
    color: #fff;
    font-size: 70px;
    font-family: 'AlumniSansSC-Bold';
}

.family-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Family-Banner Css End*/
/*Family-Law-1 Css Start*/

section.Family-Law-1 {
    padding: 50px 0 0 0;
}

.family-3 h3 {
    margin: 0;
    color: #000;
    font-size: 55px;
    font-family: 'AlumniSansSC-Bold';
}

.family-3 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.family-4 img {
    width: 100%;
    border-radius: 10px;
}

/*Family-Law-1 Css End*/
/*Family-Law-2 Css Start*/

section.Family-Law-2 {
    padding: 40px 0 0 0;
}

.family-5 {
    padding: 0 0 50px 0;
}

.family-5 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: 'AlumniSansSC-Bold';
}

.family-5 ul {
    margin: 0;
    display: flex;
}

.family-5 ul li {
    display: flex;
    padding: 0 40px 0 0;
}

.family-5 ul li i {
    color: #8b4513;
    font-size: 20px;
    padding: 6px 5px 0 0;
}

.family-5 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'AlumniSansSC-Regular';
}

.family-6 img {
    width: 100%;
    border-radius: 10px;
}

.family-6 ul {
    transition: .3s;
    margin: 30px 0 0 0;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 20px 20px 15px 20px;
}

.family-6:hover ul {
    border: 1px solid #8b4513;
}

.family-6 ul li i {
    width: 63px;
    height: 63px;
    color: #8b4513;
    font-size: 26px;
    line-height: 65px;
    padding: 0 0px 0 0;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #000;
}

.family-6:hover ul li i {
    color: #fff;
    background-color: #8b4513;
    border: 1px solid transparent;
}

.family-6 ul li a {
    margin: 0;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
    font-family: 'AlumniSansSC-Bold';
}

.family-6 ul li p {
    margin: 0;
    color: #000;
    font-size: 18px;
    padding: 10px 0 0 0;
    font-family: 'AlumniSansSC-Medium';
}

.family-7 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 5px 0;
    font-family: 'AlumniSansSC-Regular';
}

/*Family-Law-2 Css End*/
/*Family-Law-3 Css Start*/

section.Family-Law-3 {
    padding: 50px 0 50px 0;
}

.family-8 h4 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'AlumniSansSC-Bold';
}

.family-8 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 5px 0;
    font-family: 'AlumniSansSC-Regular';
}

.family-9 img {
    width: 100%;
    border-radius: 10px;
}

.family-10 {
    padding: 30px 0 0 0;
}

.family-10 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: 'AlumniSansSC-Bold';
}

.family-10 ul {
    margin: 0;
    display: flex;
}

.family-10 ul li {
    display: flex;
    padding: 0 40px 0 0;
}

.family-10 ul li i {
    color: #8b4513;
    font-size: 20px;
    padding: 6px 5px 0 0;
}

.family-10 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'AlumniSansSC-Regular';
}

/*Family-Law-3 Css End*/
/*Criminal-Banner Css Start*/

section.Criminal-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.criminal-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.criminal-2 {
    text-align: center;
}

.criminal-2 h2 {
    margin: 0;
    color: #fff;
    font-size: 70px;
    font-family: 'AlumniSansSC-Bold';
}

.criminal-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Criminal-Banner Css End*/
/*Criminal-Law-1 Css Start*/

section.Criminal-Law-1 {
    padding: 60px 0 0 0;
}

.criminal-3 h3 {
    margin: 0;
    color: #000;
    font-size: 48px;
    line-height: 50px;
    padding: 0 0 5px 0;
    font-family: 'AlumniSansSC-Bold';
}

.criminal-3 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.criminal-4 {
    padding: 5px 0 0 0;
}

.criminal-5 {
    background-color: #8b4513;
    padding: 10px 20px 10px 20px;
}

.criminal-5 p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'AlumniSansSC-Medium';
}

.criminal-6 {
    padding: 10px 0 0 0;
}

.criminal-7 img {
    width: 100%;
    border-radius: 10px;
}

/*Criminal-Law-1 Css End*/
/*Criminal-Law-2 Css Start*/

section.Criminal-Law-2 {
    padding: 40px 0 0 0;
}

.criminal-8 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Medium';
}

.criminal-9 ul {
    margin: 0;
}

.criminal-9 ul li {
    display: flex;
    padding: 0 0 20px 0;
}

.criminal-9 ul li i {
    color: #8b4513;
    font-size: 7px;
    padding: 7px 10px 0 0;
}

.criminal-9 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    font-family: 'AlumniSansSC-Regular';
}

/*Criminal-Law-2 Css End*/
/*Criminal-Law-3 Css Start*/

section.Criminal-Law-3 {
    padding: 30px 0 0 0;
}

.criminal-10 h4 {
    margin: 0;
    color: #000;
    font-size: 36px;
    padding: 15px 0 10px 0;
    font-family: 'AlumniSansSC-Medium';
}

.criminal-10 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.criminal-11 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.criminal-12 form {
    width: 100%;
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
    background: linear-gradient(45deg, #8b4513, #000000);
}

.criminal-12 form h2 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 0 0 25px 0;
    font-family: 'AlumniSansSC-Bold';
}

.criminal-12 input {
    color: #000;
    border: none;
    font-size: 18px;
    margin: 0 0 10px 0;
    border-radius: 30px;
    padding: 10px 0 6px 20px;
    font-family: 'AlumniSansSC-Medium';
}

.criminal-12 textarea {
    color: #000;
    border: none;
    font-size: 18px;
    margin: 0 0 20px 0;
    border-radius: 40px;
    padding: 10px 0 0px 20px;
    font-family: 'AlumniSansSC-Medium';
}

.criminal-12 button {
    width: 100%;
    color: #fff;
    font-size: 24px;
    border-radius: 30px;
    padding: 4px 0 2px 0;
    border: 2px solid #000;
    font-family: 'AlumniSansSC-Bold';
    background: linear-gradient(45deg, #8b4513, #000000);
}

/*Criminal-Law-3 Css End*/
/*Criminal-Law-4 Css Start*/

section.Criminal-Law-4 {
    padding: 40px 0 0 0;
}

.criminal-13 h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Bold';
}

.criminal-14 {
    border: 1px solid #000;
    padding: 20px 10px 20px 20px;
}

.criminal-15 {
    width: 83px;
    height: 83px;
    padding: 6px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #8b4513;
}

.criminal-15 img {
    width: 50px;
}

.criminal-16 {
    padding: 20px 0 0 0;
}

.criminal-16 h4 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: 'AlumniSansSC-Medium';
}

.criminal-16 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

/*Criminal-Law-4 Css End*/
/*Criminal-Law-5 Css Start*/

section.Criminal-Law-5 {
    padding: 50px 0 40px 0;
}

.criminal-17 {
    z-index: 2;
    text-align: left;
    overflow: hidden;
    min-height: 422px;
    position: relative;
    padding: 21px 30px;
    background-color: #8b4513;
}

.criminal-17:after {
    left: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    width: 290px;
    height: 245px;
    background: #000;
    position: absolute;
    border-top-right-radius: 92%;
}

.criminal-17 h4 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Bold';
}

.criminal-17 a {
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #000;
    padding: 8px 35px 8px 35px;
    font-family: 'AlumniSansSC-Medium';
    background: linear-gradient(45deg, #8b4513, #000000);
}

.criminal-18 {
    right: 0;
    bottom: 0;
    position: absolute;
}

.criminal-18 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.criminal-19 {
    padding: 0 0 30px 0;
}

.criminal-19 h5 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'AlumniSansSC-Bold';
}

.criminal-19 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.criminal-20 h5 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 15px 0;
    font-family: 'AlumniSansSC-Medium';
}

.criminal-6 ul {
    margin: 0;
}

.criminal-20 ul li {
    display: flex;
    padding: 0 0 20px 0;
}

.criminal-20 ul li i {
    color: #8b4513;
    font-size: 7px;
    padding: 7px 10px 0 0;
}

.criminal-20 ul li p {
    margin: 0;
    color: #000;
    font-size: 19px;
    line-height: 20px;
    font-family: 'AlumniSansSC-Regular';
}

.criminal-21 img {
    width: 100%;
    border-radius: 10px;
}

/*Criminal-Law-5 Css End*/
/*Business-Banner Css Start*/

section.Business-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.business-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.business-2 {
    text-align: center;
}

.business-2 h2 {
    margin: 0;
    color: #fff;
    font-size: 70px;
    font-family: 'AlumniSansSC-Bold';
}

.business-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Business-Banner Css End*/
/*Business-Law-1 Css Start*/

section.Business-Law-1 {
    padding: 50px 0 0 0;
}

.business-3 h3 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-family: 'AlumniSansSC-Bold';
}

.business-3 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.business-4 h4 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: 'AlumniSansSC-Medium';
}

.business-4 ul {
    margin: 0;
    display: flex;
}

.business-4 ul li {
    display: flex;
    padding: 0 40px 0 0;
}

.business-4 ul li i {
    color: #8b4513;
    font-size: 20px;
    padding: 6px 5px 0 0;
}

.business-4 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'AlumniSansSC-Regular';
}

.business-5 img {
    width: 100%;
    border-radius: 10px;
}

/*Business-Law-1 Css End*/
/*Business-Law-2 Css Start*/

section.Business-Law-2 {
    padding: 50px 0 0 0;
}

.business-6 h3 {
    margin: 0;
    color: #000;
    font-size: 45px;
    padding: 0 0 5px 0;
    font-family: 'AlumniSansSC-Bold';
}

.business-7 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.business-8 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.business-9 h4 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: 'AlumniSansSC-Medium';
}

.business-9 ul {
    margin: 0;
}

.business-9 ul li {
    display: flex;
    padding: 0 40px 0 0;
}

.business-9 ul li i {
    color: #8b4513;
    font-size: 20px;
    padding: 6px 5px 0 0;
}

.business-9 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'AlumniSansSC-Regular';
}

/*Business-Law-2 Css End*/
/*Business-Law-3 Css Start*/

section.Business-Law-3 {
    padding: 50px 0 0 0;
}

.business-10 {
    width: 117%;
    right: 60px;
    position: relative;
    background-color: #8b4513;
    padding: 35px 20px 50px 60px;
}

.business-11 h3 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    padding: 0 0 5px 0;
    font-family: 'AlumniSansSC-Bold';
}

.business-11 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.business-12 {
    padding: 20px 0 0 0;
}

.business-13 {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.business-13 h3 {
    margin: 0;
    color: #000;
    font-size: 26px;
    font-family: 'AlumniSansSC-Medium';
}

.business-13 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 5px 0 0 0;
    font-family: 'AlumniSansSC-Regular';
}

.business-14 {
    padding: 20px 0 0 0;
}

.business-15 img {
    width: 111%;
}

/*Business-Law-3 Css End*/
/*Business-Law-4 Css Start*/

section.Business-Law-4 {
    padding: 50px 0 0 0;
}

.business-16 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.business-17 h4 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: 'AlumniSansSC-Medium';
}

.business-17 ul {
    margin: 0;
}

.business-17 ul li {
    display: flex;
    padding: 0 40px 0 0;
}

.business-17 ul li i {
    color: #8b4513;
    font-size: 20px;
    padding: 6px 5px 0 0;
}

.business-17 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'AlumniSansSC-Regular';
}

/*Business-Law-4 Css End*/
/*Business-Law-5 Css Start*/

section.Business-Law-5 {
    padding: 50px 0 40px 0;
}

.business-18 h3 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-family: 'AlumniSansSC-Bold';
}

.business-18 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.business-19 img {
    width: 100%;
    border-radius: 10px;
}

/*Business-Law-5 Css End*/
/*Education-Banner Css Start*/

section.Education-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.education-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.education-2 {
    text-align: center;
}

.education-2 h2 {
    margin: 0;
    color: #fff;
    font-size: 70px;
    font-family: 'AlumniSansSC-Bold';
}

.education-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Education-Banner Css End*/
/*Education-Law-1 Css Start*/

section.Education-Law-1 {
    padding: 70px 0 50px 0;
}

.education-3 form {
    width: 100%;
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
    background: linear-gradient(45deg, #8b4513, #000000);
}

.education-3 form h2 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 0 0 25px 0;
    font-family: 'AlumniSansSC-Bold';
}

.education-3 input {
    color: #000;
    border: none;
    font-size: 18px;
    margin: 0 0 10px 0;
    border-radius: 30px;
    padding: 10px 0 6px 20px;
    font-family: 'AlumniSansSC-Medium';
}

.education-3 textarea {
    color: #000;
    border: none;
    font-size: 18px;
    margin: 0 0 20px 0;
    border-radius: 40px;
    padding: 10px 0 0px 20px;
    font-family: 'AlumniSansSC-Medium';
}

.education-3 button {
    width: 100%;
    color: #fff;
    font-size: 24px;
    border-radius: 30px;
    padding: 4px 0 2px 0;
    border: 2px solid #000;
    font-family: 'AlumniSansSC-Bold';
    background: linear-gradient(45deg, #8b4513, #000000);
}

.education-4 {
    padding: 0 0 30px 0;
}

.education-4 img {
    width: 100%;
    border-radius: 10px;
}

.education-5 h3 {
    margin: 0;
    color: #000;
    font-size: 55px;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.education-5 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.education-6 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.education-7 h4 {
    margin: 0;
    color: #000;
    font-size: 36px;
    padding: 15px 0 10px 0;
    font-family: 'AlumniSansSC-Medium';
}

.education-7 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.education-8 {
    padding: 30px 0 0 0;
}

.education-8 img {
    width: 100%;
    border-radius: 10px;
}

/*Education-Law-1 Css End*/
/*Immigration-Banner Css Start*/

section.Immigration-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.immigration-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.immigration-2 {
    text-align: center;
}

.immigration-2 h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.immigration-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Immigration-Banner Css End*/
/*Immigration-Law-1 Css Start*/

section.Immigration-Law-1 {
    padding: 60px 0 0 0;
}

.immigration-3 img {
    width: 100%;
    border-radius: 10px;
}

.immigration-4 h3 {
    margin: 0;
    color: #000;
    font-size: 55px;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.immigration-4 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

/*Immigration-Law-1 Css End*/
/*Immigration-Law-2 Css Start*/

section.Immigration-Law-2 {
    padding: 40px 0 0 0;
}

.immigration-5 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Medium';
}

.immigration-6 ul {
    margin: 0;
}

.immigration-6 ul li {
    display: flex;
    padding: 0 0 20px 0;
}

.immigration-6 ul li i {
    color: #8b4513;
    font-size: 7px;
    padding: 7px 10px 0 0;
}

.immigration-6 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    font-family: 'AlumniSansSC-Regular';
}

/*Immigration-Law-2 Css End*/
/*Immigration-Law-3 Css Start*/

section.Immigration-Law-3 {
    padding: 50px 0 0 0;
}

.immigration-7 {
    text-align: center;
    padding: 0 0 40px 0;
}

.immigration-7 span {
    color: #8b4513;
    font-size: 26px;
    font-family: 'AlumniSansSC-Medium';
}

.immigration-7 h3 {
    margin: 0;
    color: #000;
    font-size: 45px;
    line-height: 45px;
    padding: 0 150px 0 150px;
    font-family: 'AlumniSansSC-Bold';
}

.immigration-8 {
    padding: 30px 20px 20px 20px;
    background-color: #f4f4f4;
}

.immigration-8 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.immigration-9 {
    padding: 30px 20px 20px 20px;
    background-color: #f4f4f4;
}

.immigration-9 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

/*Immigration-Law-3 Css End*/
/*Immigration-Law-4 Css Start*/

section.Immigration-Law-4 {
    padding: 60px 0 50px 0;
}

.immigration-10 h4 {
    margin: 0;
    color: #000;
    font-size: 40px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Medium';
}

.immigration-10 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.immigration-11 img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 1px #000;
}

/*Immigration-Law-4 Css End*/
/*Labor-Employment-Banner Css Start*/

section.Labor-Employment-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.labor-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.labor-2 {
    text-align: center;
}

.labor-2 h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.labor-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Labor-Employment-Banner Css End*/
/*Labor-Employment-Law-1 Css Start*/

section.Labor-Employment-Law-1 {
    padding: 60px 0 0 0;
}

.labor-3 h3 {
    margin: 0;
    color: #000;
    font-size: 50px;
    line-height: 45px;
    font-family: 'AlumniSansSC-Bold';
}

.labor-3 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.labor-4 img {
    width: 100%;
    border-radius: 10px;
}

.labor-5 {
    padding: 20px 0 0 0;
}

.labor-6 img {
    width: 100%;
    border-radius: 10px;
}

.labor-7 h3 {
    margin: 0;
    color: #000;
    font-size: 50px;
    line-height: 45px;
    font-family: 'AlumniSansSC-Bold';
}

.labor-7 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

/*Labor-Employment-Law-1 Css End*/
/*Labor-Employment-Law-2 Css Start*/

section.Labor-Employment-Law-2 {
    padding: 50px 0 0 0;
}

.labor-8 {
    transition: .3s;
    background-color: #fff;
    text-align: -webkit-center;
    padding: 30px 20px 20px 20px;
    box-shadow: 5px 5px 20px rgba(0 0 0 / 0.15);
}

.labor-8 h4 {
    margin: 0;
    color: #000;
    font-size: 23px;
    transition: .3s;
    padding: 20px 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.labor-8 p {
    margin: 0;
    color: #000;
    font-size: 19px;
    transition: .3s;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.labor-9 {
    width: 70px;
    height: 70px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #8b4513;
}

.labor-9 i {
    color: #fff;
    font-size: 30px;
}

/*Labor-Employment-Law-2 Css End*/
/*Labor-Employment-Law-3 Css Start*/

section.Labor-Employment-Law-3 {
    padding: 60px 0 0 0;
}

section.Labor-Employment-Law-3 .container {
    padding: 20px 0 35px;
    border-radius: 100px;
    background-color: #8b4513;
}

.labor-10 {
    text-align: center;
}

.labor-10 h3 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 45px;
    font-family: 'AlumniSansSC-Bold';
}

.labor-11 {
    display: flex;
    padding: 30px 0 0 0;
    justify-content: center;
}

.labor-12 a {
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #000;
    padding: 8px 35px 8px 35px;
    font-family: 'AlumniSansSC-Medium';
    background: linear-gradient(45deg, #8b4513, #000000);
}

.labor-12 a:hover {
    color: #fff;
}

.labor-13 {
    padding: 0 0 0 20px;
}

.labor-13 a {
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #000;
    padding: 8px 35px 8px 35px;
    font-family: 'AlumniSansSC-Medium';
    background: linear-gradient(45deg, #000, #8b4513);
}

.labor-13 a:hover {
    color: #fff;
}

/*Labor-Employment-Law-3 Css End*/
/*Labor-Employment-Law-4 Css Start*/

section.Labor-Employment-Law-4 {
    padding: 50px 0 0 0;
}

.labor-14 h3 {
    margin: 0;
    color: #000;
    font-size: 50px;
    line-height: 45px;
    font-family: 'AlumniSansSC-Bold';
}

.labor-14 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.labor-15 img {
    width: 100%;
    border-radius: 10px;
}

/*Labor-Employment-Law-4 Css End*/
/*Labor-Employment-Law-5 Css Start*/

section.Labor-Employment-Law-5 {
    padding: 30px 0 30px 0;
}

.labor-16 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Medium';
}

.labor-17 ul {
    margin: 0;
}

.labor-17 ul li {
    display: flex;
    padding: 0 0 20px 0;
}

.labor-17 ul li i {
    color: #8b4513;
    font-size: 7px;
    padding: 7px 10px 0 0;
}

.labor-17 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    font-family: 'AlumniSansSC-Regular';
}

/*Labor-Employment-Law-5 Css End*/
/*Intellectual-Property-Banner Css Start*/

section.Intellectual-Property-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.property-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.property-2 {
    text-align: center;
}

.property-2 h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.property-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Intellectual-Property-Banner Css End*/
/*Intellectual-Property-Law-1 Css Start*/

section.Intellectual-Property-Law-1 {
    padding: 50px 0 0 0;
}

.property-3 h3 {
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'AlumniSansSC-Bold';
}

.property-3 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.property-4 {
    background-color: #f4f4f4;
    padding: 20px 20px 40px;
}

.property-4 img {
    width: 100%;
}

.property-5 {
    top: 20px;
    position: relative;
    padding: 0 0 20px 20px;
    border-left: 2px solid #000;
}

.property-5 h4 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: 'AlumniSansSC-Bold';
}

.property-5 p {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    padding: 0 10px 20px 0;
    font-family: 'AlumniSansSC-Medium';
}

.property-5 a {
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #000;
    padding: 8px 35px 8px 35px;
    font-family: 'AlumniSansSC-Medium';
    background: linear-gradient(45deg, #8b4513, #000000);
}

.property-5 a:hover {
    color: #fff;
}

/*Intellectual-Property-Law-1 Css End*/
/*Intellectual-Property-Law-2 Css Start*/

section.Intellectual-Property-Law-2 {
    padding: 40px 0 20px 0;
}

.property-6 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    font-family: 'AlumniSansSC-Bold';
}

.property-6 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Medium';
}

.property-7 ul {
    margin: 0;
}

.property-7 ul li {
    display: flex;
    padding: 0 0 25px 0;
}

.property-7 ul li i {
    color: #8b4513;
    font-size: 20px;
    padding: 0 5px 0 0;
}

.property-7 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    font-family: 'AlumniSansSC-Regular';
}

/*Intellectual-Property-Law-2 Css End*/
/*Intellectual-Property-Law-3 Css Start*/

section.Intellectual-Property-Law-3 {
    padding: 40px 0 50px 0;
    background-color: #f4f4f4;
}

.property-8 h3 {
    margin: 0;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    padding: 0 0 40px 0;
    font-family: 'AlumniSansSC-Bold';
}

.Property-9 {
    background-color: #fff;
    border: 2px solid #8b4513;
    padding: 30px 20px 30px 20px;
    box-shadow: 5px 5px 20px rgba(0 0 0 / 0.15);
}

.Property-9 h4 {
    margin: 0;
    color: #000;
    font-size: 30px;
    padding: 0 0 5px 0;
    font-family: 'AlumniSansSC-Medium';
}

.Property-9 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Regular';
}

.property-10 {
    padding: 40px 0 0 0;
}

/*Intellectual-Property-Law-3 Css End*/
/*Intellectual-Property-Law-4 Css Start*/

section.Intellectual-Property-Law-4 {
    padding: 60px 0 0 0;
}

.Property-11 h3 {
    margin: 0;
    color: #000;
    font-size: 55px;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Bold';
}

.Property-11 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.property-12 img {
    width: 100%;
    border-radius: 10px;
}

/*Intellectual-Property-Law-4 Css End*/
/*Intellectual-Property-Law-5 Css Start*/

section.Intellectual-Property-Law-5 {
    padding: 40px 0 40px 0;
}

.property-13 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Medium';
}

.property-14 ul {
    margin: 0;
}

.property-14 ul li {
    display: flex;
    padding: 0 0 20px 0;
}

.property-14 ul li i {
    color: #8b4513;
    font-size: 7px;
    padding: 7px 10px 0 0;
}

.property-14 ul li p {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 20px;
    font-family: 'AlumniSansSC-Regular';
}

/*Intellectual-Property-Law-5 Css End*/
/*Copyrights-Banner Css Start*/

section.Copyrights-Banner {
    overflow: hidden;
    position: relative;
    padding: 150px 0 125px;
    background: url(../images/services-banner.webp) center;
    background-size: cover;
}

.copyright-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) -29.83%, #000000 100%);
}

.copyright-2 {
    text-align: center;
}

.copyright-2 h1 {
    margin: 0;
    color: #fff;
    font-size: 70px;
    font-family: 'AlumniSansSC-Bold';
}

.copyright-2 p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: 'AlumniSansSC-Medium';
}

/*Copyrights-Banner Css End*/
/*Copyrights-Lawyer-1 Css Start*/

section.Copyrights-Lawyer-1 {
    padding: 60px 0 0 0;
}

.copyright-3 img {
    width: 100%;
    border-radius: 10px;
}

.copyright-4 h2 {
    margin: 0;
    color: #000;
    font-size: 50px;
    font-family: 'AlumniSansSC-Bold';
}

.copyright-4 p {
    margin: 0;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

.copyright-5 {
    padding: 5px 0 0 0;
}

.copyright-5 ul {
    margin: 0;
    padding: 0 0 25px 0;
}

.copyright-5 ul li {
    display: flex;
    padding: 0 0 5px 0;
}

.copyright-5 ul li i {
    bottom: -9px;
    color: #8b4513;
    font-size: 8px;
    position: relative;
    padding: 0 5px 0 0;
}

.copyright-5 ul li p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-family: 'AlumniSansSC-Medium';
}

/*Copyrights-Lawyer-1 Css End*/
/*Privacy-Policy-1 Css Start*/

section.Privacy-Policy-1 {
    background: url(../images/pages-banner.webp);
    background-size: cover;
    padding: 120px 0 80px;
}

.privacy-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    letter-spacing: 2px;
    font-family: 'AlumniSansSC-Bold';
}

/*Privacy-Policy-1 Css End*/
/*Privacy-Policy-2 Css Start*/

section.Privacy-Policy-2 {
    padding: 40px 0 30px 0;
}

.privacy-2 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    font-family: 'AlumniSansSC-Bold';
}

.privacy-2 p {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

/*Privacy-Policy-2 Css End*/
/*Term-Condition-1 Css Start*/

section.Term-Condition-1 {
    background: url(../images/pages-banner.webp);
    background-size: cover;
    padding: 120px 0 80px;
}

.term-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    letter-spacing: 2px;
    font-family: 'AlumniSansSC-Bold';
}

/*Term-Condition-1 Css End*/
/*Term-Condition-2 Css Start*/

section.Term-Condition-2 {
    padding: 40px 0 30px 0;
}

.term-2 h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    font-family: 'AlumniSansSC-Bold';
}

.term-2 p {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'AlumniSansSC-Regular';
}

/*Term-Condition-2 Css End*/
/*Modal Css Start*/

.modal-1 img {
    width: 127%;
    filter: brightness(0.5);
}

.modal-dialog.modal-dialog1 {
    display: flex;
}

.head-form1 h5 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    padding: 0 0 20px 0;
    font-family: 'AlumniSansSC-Bold';
}

.head-form1 h5 span {
    color: #fff;
}

form#ajax-contact {
    background-color: #8b4513;
    padding: 19px 20px 26px 20px;
}

form#ajax-contact input {
    width: 100%;
    color: #000;
    border: none;
    font-size: 20px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    padding: 9px 0 7px 10px;
    background-color: #f4f4f4;
    font-family: 'AlumniSansSC-Medium';
}

form#ajax-contact button {
    width: 100%;
    border: none;
    color: #8b4513;
    font-size: 26px;
    margin: 10px 0 0 0;
    border-radius: 30px;
    background-color: #fff;
    padding: 7px 50px 2px 50px;
    font-family: 'AlumniSansSC-Bold';
}

.close {
    right: 20px;
    width: 30px;
    height: 30px;
    bottom: -28px;
    color: #8b4513;
    font-size: 50px;
    line-height: 17px;
    border-radius: 50%;
    position: relative;
    background-color: #f4f4f4;
    font-family: 'AlumniSansSC-Bold';
}

.close:hover {
    color: #8b4513;
    background-color: #fff;
}

/*Modal Css End*/
/*WhatsApp Css Start*/

.floating_btn {
  position: fixed;
  bottom: 0px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:
  center;
  justify-content:
  center;
  z-index: 1000;
}

@-webkit-keyframes glowing {
    0% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1);
    }
    50% {
        
        text-shadow: 0 0 25px #fff;
        transform:scale(1.05);
    }
    100% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1.1);
    }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

/*WhatsApp Css End*/
/*Thankyou-Page Css Start*/

.thankyou-blk {
    text-align: center;
    padding: 140px 0 0 0;
}
    
.thankyou-blk h1 {
    margin: 0;
    font-size: 50px;
    padding: 0 0 15px 0;
    font-family: 'AlumniSansSC-Bold';
}
    
.thankyou-blk i {
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 50px;
    border-radius: 50%;
    line-height: 105px;
    background: #8b4513;
}
    
.thankyou-blk h5 {
    margin: 0;
    color: #000;
    font-size: 35px;
    padding: 15px 0 25px 0;
    font-family: 'AlumniSansSC-Medium';
}
    
.thankyou-blk a {
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    padding: 12px 60px 8px;
    background-color: #8b4513;
    font-family: 'AlumniSansSC-Medium';
}

/*Thankyou-Page Css End*/



@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 320px) and (max-width: 480px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Our-Steps {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Lawyers {
    overflow: hidden;
}

section.Our-Practice {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Home-Contact {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.top-row {
    padding: 5px 0 15px 0;
}

.head-000 ul {
    display: ruby;
}

.btn-row {
    padding: 20px 0 0;
    margin: 0 0 -20px;
}

.head-1 img {
    width: 60%;
}

.head-2 {
    left: 0;
    position: relative;
}

.head-2 nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    bottom: 30px;
    text-align: center;
}

.head-2 ul li a {
    padding: 0;
}

ul.navbar-nav.mr-auto {
    padding: 20px 0 0 0;
}

.head-3 a {
    display: none;
}

section.Banner {
    padding: 40px 0 130px 0;
}

.ban-2 span {
    font-size: 20px;
}

.ban-2 h1 {
    font-size: 27px;
    padding: 5px 0 5px;
}

.ban-2 p {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.ban-3 {
    padding: 25px 0 0;
}

.ban-4 a {
    font-size: 16px;
    padding: 10px 17px 8px;
}

.ban-5 a {
    font-size: 16px;
    padding: 10px 17px 8px;
}

section.Our-Steps {
    margin: -60px 0 0 0;
}

.step-1 {
    margin: 0 0 30px 0;
}

.step-1 h3 {
    font-size: 18px;
}

.step-1 p {
    font-size: 16px;
    line-height: 20px;
}

section.Content-1 {
    padding: 20px 0 40px 0;
}

.cont-2 {
    padding: 20px 0 0 0;
}

.cont-2 span {
    font-size: 20px;
}

.cont-2 h2 {
    font-size: 30px;
    line-height: 30px;
}

.cont-2 p {
    font-size: 16px;
    line-height: 20px;
}

.cont-3 ul li p {
    font-size: 14px;
}

.cont-3 a {
    font-size: 16px;
    padding: 10px 25px 8px;
}

section#lawyers {
    padding: 0 0 20px 0;
}

.lawyer-1 {
    padding: 0 0 30px 0;
}

.lawyer-1 span {
    font-size: 20px;
}

.lawyer-1 h2 {
    font-size: 27px;
    line-height: 30px;
    padding: 0 0 10px 0;
}

.lawyer-1 p {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.lawyer-2 {
    margin: 0 0 30px 0;
}

.lawyer-2 a {
    font-size: 14px;
}

.lawyer-3 span {
    font-size: 14px;
}

.lawyer-3 h3 {
    font-size: 22px;
}

section.Our-Practice {
    padding: 20px 0 40px 0;
}

.practice-1 span {
    font-size: 20px;
}

.practice-1 h2 {
    font-size: 27px;
    line-height: 30px;
    padding: 0 0 10px 0;
}

.practice-1 p {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.practice-2 {
    display: block;
    margin: 0 0 20px 0;
}

.practice-3 {
    width: 100%;
}

.practice-3 h3 {
    font-size: 22px;
}

.practice-3 p {
    font-size: 16px;
    line-height: 20px;
}

.practice-4 {
    padding: 30px 0 0 0;
}

.practice-4 a {
    font-size: 16px;
    padding: 10px 25px 8px;
}

section.Testimonials {
    padding: 20px 0 30px;
}

.test-1 span {
    font-size: 20px;
}

.test-1 h2 {
    font-size: 27px;
    line-height: 30px;
    padding: 0 0 10px 0;
}

.test-1 p {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.test-3 h3 {
    font-size: 22px;
}

.test-3 span {
    font-size: 18px;
}

.test-3 p {
    font-size: 16px;
    line-height: 20px;
}

.test-3 {
    padding: 0 20px 0 20px;
}

section.Our-Ranking {
    padding: 20px 0 10px 0;
}

.rank-1 {
    margin: 0 0 20px 0;
}

section.Home-Contact {
    padding: 40px 0 30px 0;
}

.contact-1 form {
    padding: 30px 20px 20px 20px;
}

.contact-2 {
    padding: 10px 10px 8px 10px;
}

.contact-2 h3 {
    font-size: 30px;
}

.contact-3 {
    display: block;
}

.contact-3 input {
    width: 100%;
}

.contact-4 input {
    width: 100%;
}

.contact-4 textarea {
    width: 100%;
}

.contact-4 button {
    width: 100%;
    font-size: 20px;
    padding: 10px 0 10px 0;
}

section.Why-Choose {
    padding: 10px 0 40px 0;
}

.choose-1 span {
    font-size: 20px;
}

.choose-1 h2 {
    font-size: 27px;
    line-height: 30px;
    padding: 0 0 10px 0;
}

.choose-1 p {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.choose-2 {
    margin: 0 0 20px 0;
}

.choose-2 h3 {
    font-size: 24px;
    margin: -65px 0 0 0;
}

.choose-2 p {
    font-size: 16px;
    line-height: 20px;
}

.footer-1 {
    margin: 0 0 20px 0;
}

.footer-1 ul li p {
    font-size: 14px;
}

.footer-2 img {
    width: 100%;
}

.footer-2 p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0 0 0;
}

.footer-2 {
    padding: 0 0 30px 0;
}

.footer-3 {
    padding: 0 0 0 20px;
}

.footer-4 p {
    font-size: 14px;
}

.footer-5 ul li {
    padding: 0 32px 0 0;
}

.footer-5 ul li a {
    font-size: 17px;
}

.close {
    bottom: -20px;
}

.modal-1 img {
    display: none;
}

.head-form1 h5 {
    font-size: 27px;
}

section.Privacy-Policy-1 {
    padding: 30px 0 20px 0;
}

.privacy-1 h2 {
    font-size: 24px;
}

section.Privacy-Policy-2 {
    padding: 20px 0 10px;
}

.privacy-2 h3 {
    font-size: 20px;
}

.privacy-2 p {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 10px 0;
}

section.Term-Condition-1 {
    padding: 30px 0 20px 0;
}

.term-1 h2 {
    font-size: 24px;
}

section.Term-Condition-2 {
    padding: 20px 0 10px;
}

.term-2 h3 {
    font-size: 20px;
}

.term-2 p {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 10px 0;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Our-Steps {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Lawyers {
    overflow: hidden;
}

section.Our-Practice {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Home-Contact {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}
@media only screen and (min-width: 600px) and (max-width: 960px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Our-Steps {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Our-Lawyers {
    overflow: hidden;
}

section.Our-Practice {
    overflow: hidden;
}

section.Testimonials {
    overflow: hidden;
}

section.Our-Ranking {
    overflow: hidden;
}

section.Home-Contact {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}