@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif:wght@200;400;600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.img-fluid {
    width: 100%;
}

.navigation {
    padding: 10px 0px;
}
a:hover{cursor: pointer;}
a {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h4 {
    font-family: 'Cormorant SC', serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

span {
    font-family: 'Poppins', sans-serif;
}

h3,
h5 {
    font-family: 'Poppins', sans-serif;
}

.carousel-item {
    position: relative;
}

.bg-overlay {
    position: absolute;
    top: 0;
    background-color: #000000b8;
    height: 100%;
    width: 100%;
}

.carousel-caption {
    z-index: 1;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon {
    background-image: none;
}

.banner-text {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    left: 0;
    right: 0;
    height: 100%;
    flex-direction: column;
}

.banner-text h1 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
}

.banner-text p {
    font-size: 20px;
    color: #fff;
}

.page-btn {
    background-color: #000000c7;
    border: none;
    padding: 10px 20px;
}

.page-btn a {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}

.ptb50 {
    padding: 50px 0px;
}

.heading {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
}

.small-heading {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #747474;
}

.about-content p {font-size: 16px;line-height: 26px;margin: 13px 0px;}

.progress-title {
    display: flex;
    justify-content: space-between;
}

.progress-title h5 {

    font-size: 18px;
}

.progress {
    height: 10px;
    background-color: #000;
    border-radius: 10px;
}

.progress-bar {
    width: 90%;
    height: 10px;
    background-color: #747474;
}

.progress-bar-80 {
    width: 80%;
    height: 10px;
    background-color: #747474;
}

.progress-sec {
    margin-bottom: 25px;
}

.cases-done {
    margin-left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #b68c5a;
    padding: 60px 30px;
}

.cases-done p {

    margin-bottom: 0;

    font-size: 28px;

    color: #fff;
}

.cases-done h5 {

    color: #fff;

    font-size: 17px;
}

.legal-areas .heading {
    text-align: center;
    margin-bottom: 25px;
}

.service-card {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    box-shadow: 1px 5px 29px #ddd;
    padding: 20px;
    margin-bottom: 33px;
}

.service-card p {
    font-size: 19px;
    margin-top: 16px;
    font-weight: 500;
}

.experts-sec .heading {
    text-align: center;
}

.product-list-left-effect {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.product-list-left-effect .page-btn{
   border: 1px solid #fff;
   background-color: transparent;
}

.product-list-left-effect img {
    transition-duration: 0.4s;
}

.product-list-left-effect .product-overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    padding: 14px;
    background: rgb(0 0 0 / 75%);
    color: #fff;
    top: 5%;
    left: -100%;
    transition-duration: 0.4s;
    -webkit-transition: left 0.5s ease-in-out;
}

.product-list-left-effect .product-overlay h3 {
    margin: 0 0 12px 0;
}

.product-list-left-effect:hover .product-overlay {
    -webkit-transition: left 0.5s ease-in-out;
    left: 5%;
}

.product-list-left-effect:hover img {
    transform: scale(1.1);
}

.theme-heading {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 300;
}

.product-name {
    padding: 18px;
    /* text-align: center; */
    background-color: #000;
}

.product-name h3 {
    font-size: 25px;
    color: #fff;
    text-align: center !important;
}

.testimonial-sec {
    background-image: url(../images/testimonial-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-sec .heading {
    text-align: center;
    color: #fff;
}

.owl-item .item {
    background-color: transparent;
    padding: 30px;
    margin-top: 25px;
    margin-left: 20px;
    text-align: center;
}
.owl-item .item p{
    font-size: 21px;
    color: #d9d9d9;
}
.owl-item .item h2{color: #fff;}
.footer-sec {
    background-color: #000;
}

.footer-logo img {
    width: 70%;
}

.footer-logo p {
    margin-top: 20px;
    color: #b3b1b1;
    font-size: 15px;
}

.footer-sec h6 {

    font-size: 28px;

    margin: 31px 0px;

    color: #fff;
}

.footer-sec ul {
    margin-top: 55px;
    padding: 0;
}

.footer-sec ul li {
    list-style: none;
}

.footer-sec ul li a {
    text-decoration: none;
    color: #d7d7d7;
    font-size: 18px;
}

.social-footer li {
    list-style: none;
    display: inline-block;
    width: 40px;
    padding: 7px 13px;
    border-radius: 9px;
    height: 40px;
    margin-bottom: 5px;
}

.social-footer li {
    list-style: none;
    width: 40px;
    padding: 9px 13px;
    border-radius: 9px;
    height: 40px;
    margin-bottom: 5px;
}

.social-footer li a {
    display: block;
}

.social-footer li i {
    color: #fff;
}

.facebook {
    background-color: #4267B2;
}

.twitter {
    background-color: #00acee;
}

.youtube {
    background-color: #c4302b;
}

.pinterest {
    background-color: #E60023;
}

.linkedin {
    background-color: #0072b1;
}

.instagram {
    background: #d82564;
    background: -moz-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
    background: -webkit-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
    background: linear-gradient(to bottom, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);

}

.whatsapp {
    /* background-color: #25D366; */
}

.social-footer ul {
    margin-top: 0;
}

.top-banner {
    position: relative;
}

.top-banner p a {
    color: #fff;
    margin-right: 5px;
    text-decoration: none;
}

.top-banner p {
    font-size: 16px;
    color: #b3b3b3;
}

.left-management-content ul li {
    display: inline-block;
    margin: 0px 5px;
}

.left-management-content ul li a i {
    font-size: 25px;
    color: #7c7c7c;
}

.left-management-content ul {
    padding-left: 0;
}

.left-management-content h2 {
    font-size: 34px;
    font-weight: 600;
}

.left-management-content h4 {
    FONT-SIZE: 21PX;
    color: #7c7c7c;
    margin-bottom: 20px;
    font-weight: 600;
}

.left-management-content p {
    font-size: 17px;
    font-weight: 500;
}

.left-management-content p a {
    color: #7c7c7c;
    text-decoration: none;
}

.contact-us-page {
    background-color: #e6e6e6;
}

.contact-us-page .form-group input:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.contact-us-page .form-group input {
    padding: 14px;
}

.contact-us-page .form-group {
    margin-bottom: 15px;
}

.contact-us-page .form-group textarea {
    width: 100%;
    border: 1px solid #ced4da;
}

.contact-us-page .form-group textarea {
    padding: 14px;
}

.contact-us-page .page-btn {
    width: 100%;
    background-color: #000000d1;
}

.locationandmap p {
    color: #555;
    font-size: 16px;
}

.locationandmap ul {
    padding: 0;
}

.locationandmap ul li {
    list-style: none;
    margin-bottom: 11px;
}

.locationandmap ul li a {
    color: #555;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    padding-left: 25px;
}

.locationandmap ul li a i {
    position: absolute;
    left: 0;
    top: 2px;
}

.locationandmap iframe {
    width: 100%;
    height: 95%;
}

.banner-mobile {
    display: none;
}

.medium-full {
    display: none;
}

.service-card-col {
    width: 26%;
}

.servics-sec p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #858585;
}

.side-menu-bar li {
    list-style: none;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 15px 25px;
}

.side-menu-bar li:hover {
    cursor: pointer;
    background-color: #ddd;
}

.side-menu-bar li a {
    color: #000;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

.side-menu-bar li a::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    right: 0;
    position: absolute;
    top: 4px;
}

.service-content p {
    text-align: left;
    /* color: #767676; */
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 29px;
}

.service-content ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    color: #767676;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    text-align: justify;
}

.service-content ul {
    padding: 0;
}

.service-content ul li::before {
    content: '\f042';
    font-family: FontAwesome;
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 1px;
}

.servics-sec a {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}

.modal-body input:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.modal-body input {
    margin-bottom: 6px;
}

.modal-footer button {
    width: 100%;
}

.service-content {
    /* margin-bottom: 43px; */
}

.servics-sec ul {
    height: 500px;
    overflow-y: auto;
}
.service-content ul{height: auto; overflow: hidden;}
.service-content .page-btn {margin-top: 25px;}
.page-btnn{text-align: center;}
.lawyer-about{
    min-height: 265px;
    display: flex;
    align-items: start;
    /* flex-direction: column; */
    flex-direction: column;
    justify-content: center;
}
.lawyer-about h6{font-size: 20px;}
.service-card:hover{background-color: #000;transition: all .3s ease-in; cursor: pointer;}
.service-card:hover .service-content p{color: #fff;}
.service-content a{color: #767676; text-decoration: none;}
.legal-areas-internal a p{text-align: center; font-size: 20px;}
.legal-areas-internal .service-card{min-height: 141px;}
.service-content-internal P{
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    }
    .service-content-internal a{color: #fff;}
    .modal-title{
        font-size: 24px !important;
    font-weight: 600;
    }
    .modal-body textarea:focus{box-shadow: none; border:1px solid #000;}
    .right-content h5{font-size: 24px;font-family: 'Cormorant SC', serif;font-weight: 600;}
    .right-content p{text-align: justify;}
    #key-members-slider .owl-item .item{padding: 0 !important;}
    #key-members-slider .owl-item .item h3{text-align: left;}
    #key-members-slider .owl-item .item p{text-align: left;font-size: 16px;}
    #key-members-slider .owl-item .item .lawyer-about{min-height: 265px;}
    .owl-pagination{margin-top: 30px;}
    .experts-sec .page-btnn{margin-top: 25px;}
    .footer-copyright{padding: 10px;
        background-color: #000;
        border-top: 1px solid #464646;}
        .footer-copyright p{
            margin-bottom: 0;
            text-align: center;
            color: #fff;
        }
        .whatsapp {
            position: fixed;
            bottom: 25px;
            right: 5px;
            z-index: 99;
        }
        .right-content h2{font-weight: 900;font-size: 36px;}
        .right-content ul li{
            list-style: none;
        }
        .right-content ul {
           padding: 0;
        }
        .right-content ul li::before{
            content: '\f042';
            font-family: FontAwesome;
            font-size: 13px;
            left: 0;
            position: relative;
            top: -1px;
            margin-right: 9px;
        }