/* FONT IMPORT */


/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Local Font */

@font-face {
    font-family: "Silverado";
    src: url("../fonts/silverado.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #EE7C19;
    --secondary: #333333;
    /* Font Variable */
    --font-text: "Roboto", sans-serif;
    --font-heading: "Silverado";
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: var(--font-text);
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
    overflow: hidden;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--secondary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

.preLoader.black img {
    width: 300px;
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.95em 2.275em;
    border-radius: 10px;
    line-height: normal;
    outline: 2px solid var(--primary);
    outline-offset: -2px;
    transition: 0.5s ease;
}

.themeBtn:hover {
    outline-offset: 2px;
    color: var(--white);
}

.heading {
    font-size: 3.75rem;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    color: var(--black);
}

.subtitle {
    font-size: 1.25rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    font-family: var(--font-text);
}


/* !GLOBAL CSS */


/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding: 10px 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 250px;
}

.navbar .navwrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    padding: 1.375rem 0;
}

.navbar-nav {
    align-items: center;
    gap: 1.75rem;
    margin-right: 1.375rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 0.9375rem;
    color: var(--white);
    text-transform: uppercase;
    padding: 0 0;
    display: inline-block;
    position: relative;
}

.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2.125rem;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--primary);
    opacity: 0;
    transition: 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar-nav .nav-item .nav-link:hover::after {
    opacity: 1;
    width: 100%;
}

header .themeBtn {
    font-size: 0.9375rem;
    padding: 0.8em 1.5em;
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1080px;
}

.homeSlider.swiper-container,
.main-slider video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.main-slider video {
    object-fit: cover;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 5.125rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.main-slider h1 span {
    font-size: 1.5625rem;
    display: block;
}

.main-slider p {
    color: var(--white);
    line-height: 1.5;
    font-size: 1.125rem;
}


/* !MAIN HERO SLIDER CSS */


/* ABOUT SECTION */

.about-section {
    padding: 7.75rem 0;
    background: url('../images/about-bg.webp') center center/cover no-repeat fixed;
}

.about-section .heading {
    font-size: 4.375rem;
    line-height: 1;
}

.about-section p {
    color: var(--white);
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 1.375rem 0;
}


/* !ABOUT SECTION */


/* VIDEO SECTION */

.video-section {
    padding: 5.25rem 0 7.375rem;
}

.video-box {
    border-radius: 10px;
    background-color: var(--black);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
}

.video-box :is(img, iframe) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.video-box:hover :is(img, iframe) {
    opacity: 0.75 !important;
    transform: scale(1.05) !important;
}

.video-box a.btnplay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    width: 4.375rem;
    height: 4.375rem;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--primary);
    margin: auto;
    outline: 1px solid var(--white);
    font-size: 1.125rem;
    outline-offset: 8px;
    transition: 0.5s ease;
}

.video-box a.btnplay:hover {
    outline-offset: -2px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
}

.videoSlider {
    margin-right: -21.375rem;
}


/* !VIDEO SECTION */


/* SERVICES SECTION */

.services-section {
    background-color: #EE7C19;
    padding: 0;
}

.serviceimg {
    margin-right: -20rem;
}

.services-section .services-content {
    max-width: 578px;
}

.services-section .heading {
    line-height: 1;
}

.services-section p {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.services-section .themeBtn {
    background-color: var(--black);
    outline-color: var(--black);
}


/* !SERVICES SECTION */


/* TESTIMONIAL SECTION  */

.testimonial-section {
    padding: 6rem 0 7.5rem;
}

.testimonial-section .heading {
    margin-bottom: 2.5rem;
}

.review-card {
    max-width: 640px;
    padding-left: 10px;
    margin-bottom: 2rem;
}

.review-card .rating {
    display: flex;
    gap: 6px;
    color: var(--primary);
    margin-bottom: 0;
    font-size: 1.625rem;
}

.review-card p {
    font-size: 1.625rem;
    line-height: 1.46;
    color: var(--black);
    margin-bottom: 0;
}

.review-card .icon {
    margin-bottom: -5.5rem;
    margin-left: -10px;
}

.reviewSlider1 {
    border-right: 30px solid transparent;
    border-image: url('../images/pathline.webp') 35 stretch;
    margin-right: -4rem;
}

.review-card1 {
    text-align: center;
    background-color: var(--white);
}

.review-card1 figure {
    margin-bottom: 1.25rem;
    transform: scale(0);
    transition: 0.5s ease;
}

.review-card1 h5 {
    font-size: 1.875rem;
    color: var(--primary);
    font-family: var(--font-text);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    opacity: 0;
    transform: translateY(10px);
    transition: 1s ease;
}

.review-card1 p {
    color: var(--black);
    font-size: 1.125rem;
    margin: 0;
}

.reviewSlider1 .swiper-slide-active .review-card1 figure {
    transform: scale(1);
}

.reviewSlider1 .swiper-slide-active .review-card1 h5 {
    transform: translateY(0);
    opacity: 1;
}

.reviewSlider .swiper-pagination {
    bottom: 0;
    width: fit-content;
    display: flex;
    gap: 6px;
}

.reviewSlider .swiper-pagination-bullet {
    background-color: #EEEEEE;
    margin: 0;
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: 0.5s ease;
}

.reviewSlider .swiper-pagination-bullet-active {
    background-color: var(--primary);
}


/* !TESTIMONIAL SECTION  */


/* PRODUCTS SECTION  */

.product-section {
    padding: 4.625rem 0 14rem;
    background-color: #FBFBFB;
}

.product-card {
    text-align: center;
    margin-bottom: 10px;
}

.product-card figure {
    background-color: var(--white);
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    height: 320px;
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
}

.product-card figure img {
    transition: 0.5s ease;
}

.product-card:hover figure img {
    transform: scale(0.95);
}

.product-card h4 {
    font-size: 1.375rem;
    margin: 0;
    text-transform: uppercase;
}

.product-card .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--primary);
    font-size: 0.75rem;
    margin-bottom: 7px;
}

.product-card .rating li span {
    color: #707070;
    font-size: 0.9375rem;
    margin-left: 8px;
}

.product-card p {
    color: var(--black);
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.product-card .themeBtn {
    font-size: 1rem;
    padding: 0.85em 1.5em;
}

.product-section .swiper-control {
    position: relative;
}

.product-section .swiper-control .swiper-button-prev {
    left: -6rem;
}

.product-section .swiper-control .swiper-button-next {
    right: -6rem;
}

.product-section .swiper-control .swiper-button-prev::after,
.product-section .swiper-control .swiper-button-next::after {
    font-size: 3rem;
    color: var(--white);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    transition: 0.5s ease;
}

.product-section .swiper-control .swiper-button-prev::after {
    content: "\f177";
    transform: translateX(10px);
}

.product-section .swiper-control .swiper-button-next::after {
    content: "\f178";
    transform: translateX(-10px);
}

.product-section .swiper-control .swiper-button-prev,
.product-section .swiper-control .swiper-button-next {
    width: 62px;
    height: 62px;
    background-color: var(--primary);
    border-radius: 50%;
    transition: 0.5s ease;
}

.product-section .swiper-control .swiper-button-prev:hover::after,
.product-section .swiper-control .swiper-button-next:hover::after {
    transform: translateX(0);
}


/* !PRODUCTS SECTION  */


/* CONTACT SECTION */

.contact-section {
    padding: 0;
    background: url('../images/contactbg.webp') bottom center/contain no-repeat;
    background-size: 100%;
    margin-top: -6rem;
}

.contact-section .heading {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-section p {
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.375rem;
    max-width: 600px;
}

.contact-section .btncall {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    color: var(--white);
}

.contact-section .btncall figure {
    overflow: visible;
}

.contact-section .btncall:hover figure img {
    animation: tada 2s infinite;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.contact-section .btncall div {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-transform: uppercase;
}

.contact-section .btncall div strong {
    font-size: 1.25rem;
    font-weight: 400;
}

.contact-section .btncall div span {
    font-size: 1.875rem;
    font-weight: 700;
}

.contact-section .contact-content {
    padding: 0;
}

.contactForm {
    background-color: var(--primary);
    border-radius: 1.875rem 1.875rem 0 0;
    padding: 1.875rem;
    max-width: 560px;
}

.contactForm h3 {
    font-size: 3.125rem;
    color: var(--white);
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.contactForm .form-control {
    border-radius: 10px;
    background-color: var(--white);
    border: 0;
    padding: 1.125rem 1.875rem;
}

.contactForm .form-group {
    margin-bottom: 1.25rem;
}

.contactForm .form-control:focus {
    box-shadow: none;
}

.contactForm input.form-control {
    height: 3.75rem;
}

.contactForm .themeBtn {
    background-color: var(--black);
    width: 100%;
    outline-color: var(--black);
}


/* !CONTACT SECTION */


/* Footer */

footer {
    background-color: var(--black);
    padding-top: 5.75rem;
}

footer h3 {
    font-size: 1.625rem;
    margin-bottom: 1.375rem;
    color: var(--white);
    text-transform: uppercase;
}

footer ul li a {
    color: var(--white);
    overflow-wrap: break-word;
}

footer ul li a:hover {
    color: var(--primary);
}

.quicklist {
    display: flex;
    flex-flow: column wrap;
    max-height: 220px;
    gap: 2.25rem 1rem;
}

.quicklist li a {
    text-transform: uppercase;
}

.calFoter li+li {
    margin-top: 1.75rem;
}

.calFoter li:last-child a {
    /* color: var(--primary); */
    font-size: 1.125rem;
    /* font-weight: 700; */
}

footer p {
    color: var(--white);
    font-size: 1.125rem;
    margin: 0;
    line-height: normal;
}

.newsletter {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #707070;
    margin-top: 1rem;
}

.newsletter input.form-control {
    background-color: transparent;
    border: 0;
    outline: none !important;
    padding: 0;
}

.newsletter input.form-control:focus {
    box-shadow: none;
}

.newsletter .btn {
    padding: 0;
    width: 42px;
    height: 42px;
}

.copyRight {
    margin-top: 4.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    padding: 1.25rem 0;
}

.social-link {
    display: flex;
    justify-content: end;
    gap: 1rem;
}

.social-link a {
    width: 3.125rem;
    height: 3.125rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.social-link a:hover {
    background-color: var(--white);
    color: var(--primary);
}


/* !Footer */


/* inner pages css start */

.innerBanner {
    padding: 0;
}

.innerBanner h2 {
    margin: 0;
    position: absolute;
    bottom: 7rem;
    display: flex;
    align-items: center;
    font-size: 3.75rem;
    color: var(--white);
    text-transform: uppercase;
}

.innerBanner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 70%;
}

.about-section.aboutPage {
    background: transparent;
    padding-bottom: 4rem;
}

.subtitle.blackClr,
.heading.blackClr,
p.blackClr {
    color: var(--black);
}

.about-section.aboutPage .row+.row {
    margin-top: 3.2rem;
}

.about-section.aboutPage .row+.row p {
    margin: 0;
}

.videoPage {
    padding: 6rem 6rem;
}

.videoPage .video-box {
    margin-bottom: 1.8rem;
}

.productPage .product-card {
    margin-bottom: 3.5rem;
}

.caselawCard figure img {
    border-radius: 20px 20px 0 0;
}

.caselawContent {
    background: var(--white);
    border: 1px solid #DFDFDF;
    border-radius: 0 0 20px 20px;
    padding: 2rem 2rem;
}

.caselawContent h2 {
    font-size: 1.875rem;
    margin: 0 0 1.5rem;
}

.caselawContent span {
    font-size: 1rem;
    color: #3E3E3E;
    font-weight: 400;
}

.caselawCard {
    margin-bottom: 2.8rem;
}

.productPage {
    padding-bottom: 2.5rem;
}

.cntctInfo .oneTop {
    background: linear-gradient(to left, #fff 55%, var(--primary) 55%);
    border-radius: 0.3125rem;
    padding: 2.5rem 2rem;
    /* border: 2px solid #f3f3f3; */
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.cntctSet h1 {
    margin: 0 0 0.5rem;
    color: white;
    font-size: 3.125rem;
    font-weight: bold;
    text-transform: uppercase;
}

.cntctSet p {
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0 0 3rem;
    color: white;
    font-weight: 400;
    padding-right: 1rem;
    text-transform: uppercase;
}

.cntctSet .contInfo {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 0rem 0;
}

.cntctSet .contInfo li a {
    display: flex;
    align-items: center;
    gap: 0 2rem;
    line-height: 1.5;
}

.cntctSet .contInfo li a img {
    filter: brightness(0) invert(1);
}

.cntctSet .social {
    position: unset;
    transform: translateY(0%);
    flex-direction: row;
    gap: 1rem;
    margin-top: 10rem;
}

.estimateForm {
    padding: 0 0 0 3.5rem;
}

.estimateForm label {
    display: block;
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    margin: 0 0 0.4rem;
}

.estimateForm input {
    all: unset;
    border-bottom: 2px solid #c7c7c7;
    width: 100%;
    height: 45px;
    font-weight: 600;
    margin: 0 0 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.estimateForm input:focus,
.estimateForm textarea:focus {
    border-color: #000;
}

.estimateForm input:focus::placeholder,
.estimateForm textarea:focus::placeholder {
    color: #000;
}

.estimateForm input::placeholder,
.estimateForm textarea::placeholder {
    color: rgb(0 0 0 / 20%);
}

.estimateForm textarea {
    all: unset;
    border-bottom: 2px solid #c7c7c7;
    width: 100%;
    height: 115px;
    font-weight: 600;
    margin: 1rem 0 1.5rem;
}

.estimateForm .btnStyle {
    display: table;
    margin-left: auto;
}

button.btnStyle .submitBtn {
    padding: 1rem 2rem;
}

.cntctInfo {
    padding: 5rem 2rem;
}

.cntctSet .contInfo li a strong span {
    display: block;
    font-weight: bold;
    font-size: 1.125rem;
    text-transform: lowercase;
    margin: 2px 0 0;
}

.formHeading .sectionHeading {
    text-align: left;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
}

.formHeading .sectionHeading:before {
    content: '';
    position: absolute;
    left: 7.5%;
    bottom: 0;
    background: var(--primary-color);
    width: 136px;
    height: 6px;
    border-radius: 50px;
}

.estimateForm .themeBtn {
    display: table;
    margin-left: auto;
    border: 0;
    font-size: 1.0625rem;
    border-radius: 5px;
    padding: 1.2em 3em;
}

.cntctSet .contInfo li a span {
    font-size: 1rem;
    color: var(--white);
}

.cntctSet .contInfo li {
    border-top: 1px solid var(--white);
    padding: 3.5rem 0;
}

.cntctSet .contInfo li:first-child {
    border: 0;
}

.cntctSet .contInfo li:last-child {
    padding: 2.5rem 0 0;
}

.estimateForm select {
    border: 0;
    border-bottom: 2px solid #c7c7c7;
    width: 100%;
    height: 45px;
    font-weight: 500;
    margin: 0 0 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 1.125rem;
    --font-text: "Roboto", sans-serif;
    padding: 0 0.8rem;
}


/* donationSec */

.donationSec {
    font-family: "Montserrat", sans-serif;
    padding: 5rem 0 8rem;
}

.donationSec .col-md-6+.col-md-6 {
    border-left: 1px solid #707070;
}

.donationSec h3 {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif;
}

.donationSec .btn-group {
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
}

.donationSec .btn-group .btn {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    width: fit-content;
    padding: 0.5em 0.75em;
    font-size: 1rem;
    font-weight: 600;
    flex: unset;
    width: -moz-fit-content;
}

.donationSec .btn-group .btn:hover,
.donationSec .btn-group .btn.active {
    background-color: #e5e5e5;
}

.donationSec .form-group .form-control {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: 43px;
}

.donationSec .greyBg {
    background-color: #f9f9f9;
    padding: 3rem 2.2rem 6rem;
}

.donationSec .form-group {
    margin-bottom: 2.5rem;
}

.donationSec .greyBg .form-control {
    border: 0;
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
    background-color: transparent;
    border-bottom: 1px solid #b8b8b8;
    --font-text: "Roboto", sans-serif;
}

.donationSec select {
    width: 100%;
    height: 40px;
    border: 1px solid #9B9B9B;
    background: #FFFFFF;
    font-size: 12px;
    padding: 0 10px;
}

.donationSec .greyBg .form-control::placeholder {
    opacity: 0.5;
    color: var(--black);
}

.donationSec label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #828282;
}

.donationSec .themeBtn {
    position: absolute;
    right: 0;
    bottom: -125px;
}

.donationSec .col-md-6.pstlcode {
    border: 0;
}

.donationSec .themeBtn.themeBtn1 {
    bottom: -9.375rem;
}


/* inmates-section */

.inmates-box {
    height: 280px;
    margin-bottom: 2rem;
    border-radius: 0.725rem;
    box-shadow: 0px 0 20px 5px #00000030;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.inmates-box:hover img {
    object-position: bottom;
}

.inmates-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 300ms ease-in-out;
}


/* inner pages css end */


/* Text Document */

.textDocument ul {
    list-style: disc;
    margin: 0 0 1rem 1.5rem;
    line-height: 2;
}

section,
header,
footer {
    overflow: hidden;
}

.caselawImg img {
    width: 100%;
    object-fit: cover;
}

.caselawImg img+img {
    margin-top: 2rem;
}

.sideImg img {
    width: 100%;
    height: 650px;
    object-fit: contain;
    object-position: 25%;
}

.petitionContent h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.petitionFile {
    border: none !important;
    height: auto !important;
    margin: 0 !important;
}

#phone-error {
    color: #ff0000;
}

#estimateFormResult {
    width: fit-content;
    margin-left: auto;
    margin-top: 1rem;
}

.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #ed902a;
}

input.search-field {
    border: 2px solid #ed902a;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #ed902a;
    border: 2px solid #ed902a;
    width: 133px;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #212529 !important;
    color: #ed902a;
}
section.main-acblty {
    padding: 0;
}