@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap");
body {
    font-family: "Poppins", sans-serif;
}
body h1 {
    font-family: "Poppins", sans-serif !important;
}
.ff-pop{
    font-family: "Poppins", sans-serif !important;

    }
h1 {
    font-family: "Libre Baskerville", serif;
    font-size: 45px;
}
h2 {
    font-family: "Libre Baskerville", serif;
}
h3 {
    font-family: "Libre Baskerville", serif;
}
h4 {
    font-family: "Libre Baskerville", serif;
}
.since2000 {
    font-family: "MonteCarlo", cursive;
    color: white;
}
.h1heading {
    color: #042758;
}
.aboveNav {
    background-color: #0b1f51;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 30px;
}
.aboveNav h6 {
    color: white;
}
.orcolor {
    color: #eb934f;
}
.logoImage {
    width: 100%;
    height: 131px;
    object-fit: contain;
    background-color: #f7f7f7;
}
.logoContainer {
    padding-right: 0px;
}
.navbarContainer {
    padding-left: 0px;
}

.shadowBox {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 3px 3px 150px 75px;
    top: 0;
    left: 0;
}
.lawyerName h3 {
    color: #04367d;
    font-weight: bold;
}
.text-justify {
    text-align: justify;
}
.LEfooter p {
    color: white;
}
.LEfooter h1 {
    color: white;
}
.LEfooter li {
    color: white;
}
.LEfooter i {
    color: white;
}
.header-nav {
    position: fixed;
    z-index: 1;
    width: 103%;
}
.belowFooter {
    padding: 15px;
    background-color: #04367d;
}
.belowFooter img {
    width: 80px;
}
.belowFooter ul {
    display: inline-flex;
}
.belowFooter p {
    color: white;
}
.belowFooter ul li {
    margin-right: 50px;
    color: white;
}

.carousalSection {
    margin-top: -4px;
}
.carousel-caption h5 {
    font-size: 23px;
    font-weight: bolder;
    color: #eb934f;
}
.carousel-caption h1 {
    font-family: "Libre Baskerville", serif;
    font-size: 70px;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: bolder;
}
.carousel-caption a {
    background-color: #04367d;
    border-color: #04367d;
    border-radius: 0px;
    font-weight: bolder;
    padding: 15px 20px;
}
@media screen and (max-width: 843px) {
    .carousel-caption h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 602px) {
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption h5 {
        font-size: 18px;
    }
    .carousel-caption p {
        font-size: 15px;
        font-weight: bolder;
    }
}

.testimotionals {
    display: inline-block;
    margin-top: 50px;
    z-index: -2;
}

.testimotionals .card {
    position: relative;
    overflow: hidden;
    width: 350px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.testimotionals .card .layer {
    position: absolute;
    top: calc(100% - 5px);
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #0b1f51;
    background: #0b1f51;
    transition: 0.5s;
}
.testimotionals .card .layer .anchor {
    color: #f7f7f7;
}
.testimotionals .card .content {
    position: relative;
}

.testimotionals .card:hover .layer {
    top: 0;
}

.testimotionals .card .content .image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.testimotionals .card .conte nt .details h2 {
    font-size: 18px;
    color: white;
}
.testimotionals .card .content .details h2 span {
    font-size: 18px;
    color: purple;
    transition: 0.5s;
}
.testimotionals .card:hover .content .details h2 span {
    color: white;
    position: relative;
}
.testimotionals .card:hover .content p {
    color: white;
    position: relative;
}
.testimotionals .card:hover .content .details h2 {
    color: white;
    position: relative;
    transition: 0.7s;
}
.goldbtn {
    border-radius: 0px;
    background-color: #eb934f;
    border-color: #eb934f;
    color: white;
}
.goldbtn:hover {
    background-color: #04367d;
    border-color: #04367d;
    transition: 0.5s;
}
.smallheading {
    color: #eb934f;
}
.dropdown > a {
    display: flex;
    align-items: center;
}
.dropdown > a .icon {
    margin-left: 0.25em;
}
.dropdown:hover .dropdown-nav {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.dropdown-nav {
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1),
        opacity 0.3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: rgba(225, 255, 225, 0.9);
}
.AboutDesc {
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .AboutDesc {
        padding: 0px 60px;
        text-align: center;
    }
}
@media only screen and (max-width: 445px) {
    .AboutDesc {
        padding: 0px 0px;
        text-align: center;
    }
}

.singlePageImage {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    object-fit: cover;
}
