
/*  
Custom CSS Stylesheet for 'Claim Compensations'
Created by - Shailesh Dahake
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


html, body {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    line-height: 1.75rem;
    scroll-behavior: smooth;
}
.container {
    max-width: 1250px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Tilt Warp", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.02rem;
    font-weight: 500;
}
h1 {
    font-size: 40px;
    letter-spacing: 0.01rem;
    line-height: 2.75rem;
    font-weight: 500;
    margin-bottom: 20px;
}
p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.01rem;
    line-height: 1.75rem;
}
ul.list-unstyled li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
ul.list-unstyled li:before {
    content: '\f111';
    position: absolute;
    top: 2px;
    left: 1px;
    font-family: FontAwesome;
    font-size: 6px;
    font-weight: 400;
    color: #FFF;
    z-index: 1;
}

/* Hero Wrapper Style */
.heroWrapper {
    width: 100%;
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-position: bottom center;
    /* background-image: linear-gradient(44deg, #0006, #0000), linear-gradient(#0000004d, #0000004d); */
    padding: 175px 0 300px;
    position: relative;
}
.heroWrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgb(104 111 124 / 75%); */
    background-image: linear-gradient(to right, rgb(14 54 126 / 75%), rgb(167 187 223 / 15%));
    z-index: 1;
}
.heroWrapper .container {
    position: relative;
    z-index: 2;
}
.heroWrapper .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent !important;
    color: #FFF;
    z-index: 100;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    background-color: rgb(255 255 255 / 100%) !important;
}
.heroWrapper .navbarDark {
    box-shadow: 0 15px 15px rgb(0 0 0 / 12%);
}
.heroWrapper .navbar a.navbar-brand {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    letter-spacing: 0.00rem;
    font-weight: 500;
    color: #0231af;
}
.heroWrapper .navbar a.navbar-brand img.logo {
    max-width: 50px;
    margin-right: 5px;
}
.heroWrapper .navbar a.navbar-brand + span {
    display: none;
}
.heroWrapper .navbar a.navbar-brand span.location {
    font-size: 17px;
    letter-spacing: 0.01rem;
    font-weight: 500;
    color: #FFF;
    position: relative;
    padding-left: 18px;
    margin-left: 10px;
}
.heroWrapper .navbar a.navbar-brand span.location:before {
    content: '\f3c5';
    position: absolute;
    top: 5px;
    left: 1px;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #8e8f8a;
    z-index: 1;
}
.heroWrapper .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.01rem;
    color: rgb(0 0 0 / 85%);
    font-weight: 600;
}
.heroWrapper .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
}
.heroWrapper .contactWrap {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.01rem;
    color: #000;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.heroWrapper .contactWrap span {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    letter-spacing: 0.00rem;
    font-weight: 500;
    color: #000;
    margin-right: 10px;
    display: block;
}
.heroWrapper .contactWrap .btn {
    font-size: 17px;
    font-weight: 600;
    background-color: #0034c7;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
}
.heroWrapper .contactWrap .btn:hover {
    background-color: #002aa3;
}
.heroWrapper .contactWrap h1 {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02rem;
    font-weight: 600;
    color: #FFF;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}
.heroWrapper .contactWrap h1 a {
    text-decoration: none;
    color: #ffe000;
}
.heroWrapper .contactWrap h1 a:hover {
    text-decoration: underline;
}
.heroWrapper .navbar-toggler {
    padding: 0px;
    border: none;
    margin-top: -30px;
}
.heroWrapper .navbar-toggler:focus {
    box-shadow: none;
}
.heroWrapper .heroContainer {
    position: relative;
    z-index: 2;
}
.heroWrapper .heroContainer h2 {
    font-family: "Tilt Warp", sans-serif;
    font-size: 50px;
    letter-spacing: 0.05rem;
    line-height: 2.75rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #FFF;
}
.heroWrapper .heroContainer h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    letter-spacing: 0.01rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 0px;
    color: #FFF;
}
.heroWrapper .heroContainer h3 span {
    font-weight: 800;
    color: #000;
    display: inline-block;
    background-color: #ffe000;
    line-height: 40px;
    padding: 5px 8px;
    text-shadow: none;
}
.heroWrapper .heroContainer .btn {
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: #ffd400;
    padding: 20px 50px;
    margin-top: 25px;
    border: none;
    border-radius: 50px;
}
.heroWrapper .heroContainer .btn:hover,
.heroWrapper .heroContainer .btn:focus {
    background: #ffbc00;
    box-shadow: none;
}
.heroWrapper .optinWrap {
    background-color: rgb(255 255 255 / 90%);
    padding: 35px 50px;
    border-radius: 15px;
}
.heroWrapper .optinWrap h1 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
}
.heroWrapper .optinWrap h1 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: 500;
}
.heroWrapper .optinWrap .form-control,
.heroWrapper .optinWrap .form-select {
    font-size: 14px;
    color: #000;
    padding: 15px 20px;
    background-color: #FFF;
    border-radius: 3px;
    border-color: #c9cadb;
}
.heroWrapper .optinWrap .form-control:hover,
.heroWrapper .optinWrap .form-select:hover,
.heroWrapper .optinWrap .form-control:focus,
.heroWrapper .optinWrap .form-select:focus {
    box-shadow: none;
    border-color: #b1b1b1;
}
.heroWrapper .optinWrap .form-check-input[type=checkbox] {
    position: relative;
    top: -3px;
    border-color: rgb(0 0 0 / 50%);
}
.heroWrapper .optinWrap .form-check-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.heroWrapper .optinWrap .btn-success {
    width: inherit;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 1.75rem;
    font-weight: 500;
    color: #FFF;
    background-color: #0034c7;
    border-color: #0034c7;
    margin-top: 0px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.2s ease;
}
.heroWrapper .optinWrap .btn-success:hover,
.heroWrapper .optinWrap .btn-success:active {
    background-color: #002aa3;
    border-color: #002aa3;
}
/* End Hero Wrapper Style */


/* About Wrapper Style */
.aboutWrapper {
    background-color: #ebeff5;
    padding: 0px 0 75px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.aboutWrapper > .container {
    padding-top: 250px;
}
.aboutWrapper .threeStepWrap {
    margin: 0px auto;
    padding: 35px 0;
    position: absolute !important;
    top: -35%;
    background-color: #FFF;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 15px 15px rgb(0 0 0 / 12%);
    box-shadow: 0 15px 15px rgb(0 0 0 / 12%);
}
.aboutWrapper .threeStepWrap img {
    max-width: 90px;
    transition: all 0.5s ease;
}
.aboutWrapper .threeStepWrap h1 {
    color: #000;
    margin-bottom: 10px;
}
.aboutWrapper .threeStepWrap p.highligh {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.aboutWrapper .threeStepWrap h2 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    color: #000;
    letter-spacing: 0.01rem;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 5px;
}
.aboutWrapper .threeStepWrap p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
}
.aboutWrapper .container {
    position: relative;
    z-index: 2;
}
.aboutWrapper h1,
.aboutWrapper p {
    color: #000;
}
.missionvisionWrap img {
    width: 100px;
}
.missionvisionWrap .col-md-4 {
    position: relative;
}
.missionvisionWrap .col-md-4:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #FFF;
}
.missionvisionWrap .col-md-4:nth-last-child(1):after {
    display: none;
}
.missionvisionWrap h1 {
    font-family: "Lato", sans-serif;
    font-size: 40px;
    letter-spacing: 0.01rem;
    line-height: 2.75rem;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}
.missionvisionWrap p {
    font-size: 17px;
    letter-spacing: 0.01rem;
    line-height: 1.50rem;
    font-weight: 400;
}

.abouthr {
    border-color: rgb(0 0 0 / 25%);
    margin-top: 75px;
    margin-bottom: 75px;
}

/* End About Wrapper Style */


/* Services Wrapper Style */
.servicesWrapper {
    padding: 75px 0;
}
.servicesWrapper p.highlight {
    max-width: 750px;
    margin: auto;
    margin-bottom: 35px;
}
.servicesWrapper img {
    margin: 0px auto 15px;
    transition: all 0.5s ease;
}
.servicesWrapper h4 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.servicesWrapper .serviceWrap {
    text-align: center;
    padding: 10px;
    margin-bottom: 45px;
    transition: all 0.5s !important;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 10%);
    overflow: hidden;
}
.servicesWrapper .serviceWrap:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
}
.servicesWrapper .serviceWrap img {
    margin-bottom: 0px;
}
.servicesWrapper .serviceWrap .info {
    padding: 20px;
}
.servicesWrapper .serviceWrap p {
    margin-bottom: 0;
    line-height: 26px;
    margin-bottom: 10px;
}
.servicesWrapper .serviceWrap .btn {
    background-color: #ffffff;
    background-image: linear-gradient(44deg, #0034c7, #006bd9);
    font-size: 17px;
    color: #FFF;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 8px 30px 10px;
    transition: all 0.5s ease;
}
.servicesWrapper .serviceWrap:hover .btn {
    background-image: linear-gradient(44deg, #0034c7, #0034c7);
}
/* End Services Wrapper Style */


/* Review Wrapper Style */
.reviewWrapper {
    background-color: #ebeff5;
    padding: 75px 0;
}
.reviewWrapper h1 {
    margin-bottom: 10px;
}
.reviewWrapper h3 {
    font-size: 30px;
    letter-spacing: 0.01rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.reviewWrapper .reviewWrap {
    margin: 0 20px;
}
.reviewWrapper .reviewWrap img {
    max-width: 200px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 5px;
}
.reviewWrapper .reviewWrap p.review {
    margin-bottom: 25px;
}
.reviewWrapper .reviewWrap p.info {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 0px;
}
.reviewWrapper .reviewWrap p.info span {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    display: block;
}
.reviewWrapper .slick-dots {
    position: initial;
    margin-top: 15px;
}
.reviewWrapper .slick-dots li button:before {
    font-size: 15px;
}
.reviewWrapper .slick-prev,
.reviewWrapper .slick-next {
    width: 30px;
    height: 30px;
}
.reviewWrapper .slick-prev:before,
.reviewWrapper .slick-next:before {
    font-size: 30px;
    color: #000;
    position: absolute;
    top: 2px;
    left: 1px;
    font-family: FontAwesome;
}
.reviewWrapper .slick-prev:before {
    content: '\f053';
}
.reviewWrapper .slick-next:before {
    content: '\f054';
}
/* End Review Wrapper Style */


/* CTA2 Wrapper Style */
.cta2Wrapper {
    padding: 75px 0;
    background-color: #FFF;
    background-image: url(../images/hero.jpg);
    /* background-image: linear-gradient(44deg, #0006, #0000), linear-gradient(#0000004d, #0000004d); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    position: relative;
}
.cta2Wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(28 56 104 / 75%);
    z-index: 1;
}
.cta2Wrapper .container {
    position: relative;
    z-index: 2;
}
.cta2Wrapper h1 {
    color: #FFF;
}
.cta2Wrapper .btn {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    background-color: #ffd400;
    padding: 12px 50px;
    border: none;
    border-radius: 50px;
}
.cta2Wrapper .btn:hover {
    background-color: #ffbc00;
}
/* End CTA2 Wrapper Style */


/* Footer Style */
footer {
    font-size: 16px;
    line-height: 1.5rem;
    color: #FFF;
    padding: 50px 0;
    background-color: #212327;
}
footer h1 {
    font-size: 30px;
    line-height: 1.5rem;
    color: #fed838;
    margin-bottom: 20px;
}
footer h3 {
    font-size: 20px;
    line-height: 1rem;
    color: #FFF;
    margin-bottom: 20px;
}
footer p {
    font-size: 16px;
    line-height: 1.5rem;
    color: #FFF;
}
footer ul.list-unstyled li {
    padding-left: 20px;
    margin-bottom: 0px;
}
footer ul.list-unstyled li:before {
    content: '\f054';
    font-size: 8px;
}
footer ul.contactList li {
    padding-left: 25px;
    margin-bottom: 5px;
}
footer ul.list-unstyled li.number:before {
    content: '\f2a0';
    font-size: 12px;
    color: #91949b;
}
footer ul.list-unstyled li.email:before {
    content: '\f1d8';
    font-size: 12px;
    color: #91949b;
}
footer ul.list-unstyled li.address:before {
    content: '\f3c5';
    font-size: 12px;
    color: #91949b;
}
footer a {
    text-decoration: none;
    color: #FFF;
}
footer a:hover {
    text-decoration: underline;
}
/* End Footer Style */


/* Copyright Wrapper Style */
.copyrightWrapper {
    color: #FFF;
    font-size: 16px;
    padding: 50px 0 25px;
    background-color: #1b1c1e;
}
.copyrightWrapper h1 {
    font-size: 30px;
    line-height: 30px;
}
.copyrightWrapper p.attorney {
    font-size: 16px;
    letter-spacing: 0.02rem;
    line-height: 26px;
    color: #d9d9d9;
}
.copyrightWrapper hr {
    border-color: rgb(255 255 255 /25%);
    margin-top: 35px;
    margin-bottom: 35px;
}

.copyrightWrapper p {
    margin-bottom: 5px;
}
.copyrightWrapper a {
    color: #FFF;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}
.copyrightWrapper a:hover {
    text-decoration: underline;
}
/* End Copyright Wrapper Style */



.compensationModalWrapper {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.75rem;
    font-weight: 500;
    color: #000;
}
.compensationModalWrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
}
.compensationModalWrapper .modal-header {
    padding: 15px 35px;
}
.compensationModalWrapper .modal-body {
    padding: 35px;
}
.compensationModalWrapper h1 span {
    font-family: "Tilt Warp", sans-serif;
    font-size: 25px;
    color: #0231af;
    font-weight: 500;
}
.compensationModalWrapper .col-4 {
    padding: 0 5px;
}
.compensationModalWrapper h2 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    letter-spacing: 0.01rem;
    line-height: 1.5rem;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 10px;
}
.compensationModalWrapper h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    letter-spacing: 0.01rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 10px;
}
.compensationModalWrapper .form-control,
.compensationModalWrapper .form-select {
    font-size: 14px;
    color: #000;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border-color: #d3d3d3;
}
.compensationModalWrapper .form-select {
    
}
.compensationModalWrapper .form-control:hover,
.compensationModalWrapper .form-select:hover,
.compensationModalWrapper .form-control:focus,
.compensationModalWrapper .form-select:focus {
    box-shadow: none;
    border-color: #9f9f9f;
}
.compensationModalWrapper .form-check-input[type=checkbox] {
    position: relative;
    top: -3px;
    border-color: rgb(0 0 0 / 50%);
}
.compensationModalWrapper .form-check-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.compensationModalWrapper .btn-success {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 1.75rem;
    font-weight: 500;
    color: #FFF;
    background-color: #0034c7;
    border-color: #0034c7;
    transition: all 0.2s ease;
}
.compensationModalWrapper .btn-success:hover,
.compensationModalWrapper .btn-success:active {
    background-color: #002aa3;
    border-color: #002aa3;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.85;
}




/* Animation Style */
.fadeAnimated,
.fadeInAnimated, .fadeOutAnimated,
.fadeInLeftAnimated, .fadeInRightAnimated,
.fadeInTopAnimated, .fadeInBottomAnimated {
    opacity: 0;
}



.fadeInLeft {
    -webkit-animation: fadeInLeft 1.2s both;
    -moz-animation: fadeInLeft 1.2s both;
    -o-animation: fadeInLeft 1.2s both;
    animation-duration: fadeInLeft 1.2s both;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.fadeInRight {
    -webkit-animation: fadeInRight 1.2s both;
    -moz-animation: fadeInRight 1.2s both;
    -o-animation: fadeInRight 1.2s both;
    animation-duration: fadeInRight 1.2s both;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInTop {
    -webkit-animation: fadeInTop 1.2s both;
    -moz-animation: fadeInTop 1.2s both;
    -o-animation: fadeInTop 1.2s both;
    animation-duration: fadeInTop 1.2s both;
}
@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-o-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInBottom {
    -webkit-animation: fadeInBottom 1.2s both;
    -moz-animation: fadeInBottom 1.2s both;
    -o-animation: fadeInBottom 1.2s both;
    animation-duration: fadeInBottom 1.2s both;
}
@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-o-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    -webkit-animation: fadeIn 1.2s both;
    -moz-animation: fadeIn 1.2s both;
    -o-animation: fadeIn 1.2s both;
    animation-duration: fadeIn 1.2s both;
}
/* .fadeIn:nth-child(2) {
    animation-delay: 500ms;
}
.fadeIn:nth-child(3) {
    animation-delay: 750ms;
} */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fadeOut {
    -webkit-animation: fadeOut 1.2s both;
    -moz-animation: fadeOut 1.2s both;
    -o-animation: fadeOut 1.2s both;
    animation-duration: fadeOut 1.2s both;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
        transform: scale(1.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 0;
        transform: scale(1.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 0;
        transform: scale(1.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeOut {
    0% {
        opacity: 0;
        transform: scale(1.75)
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fade {
    -webkit-animation: fade 1.2s both;
    -moz-animation: fade 1.2s both;
    -o-animation: fade 1.2s both;
    animation-duration: fade 1.2s both;
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* End Animation Style */



@media (max-width:768px) {
    body, html {
        font-size: 16px;
        line-height: 1.5rem;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    h1 {
        font-size: 35px;
        line-height: 2.5rem;
    }
    p {
        font-size: 16px;
        line-height: 1.5rem;
    }
    ul.list-unstyled li:before {
        top: 1px;
    }

    .heroWrapper:after {
        background-image: linear-gradient(to bottom, rgb(14 54 126 / 75%), rgb(167 187 223 / 15%));
    }
    .heroWrapper .contactWrap {
        border-top: 1px solid rgb(255 255 255 / 25%);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .heroWrapper .contactWrap span {
        display: none;
    }
    .heroWrapper .navbar-collapse {
        border-top: 1px solid rgb(255 255 255 / 25%);
        margin-top: 8px;
        padding-top: 8px;
    }
    .heroWrapper .navbar a.navbar-brand {
        font-size: 24px;
        padding: 0;
        margin-top: 5px;
    }
    .heroWrapper .navbar a.navbar-brand img.logo {
        max-width: 35px;
    }
    .heroWrapper .navbar a.navbar-brand + span {
        display: block;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        color: #424242;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .heroWrapper .navbar a.navbar-brand span.location {
        font-size: 15px;
        padding-left: 16px;
    }
    .heroWrapper .navbar a.navbar-brand span.location:before {
        font-size: 12px;
        top: 4px;
    }
    .heroWrapper {
        animation: none;
        padding: 100px 0 400px;
    }
    .heroWrapper .heroContainer h2 {
        font-size: 40px;
        line-height: 2.75rem;
    }
    .heroWrapper .heroContainer h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .heroWrapper .heroContainer h3 span {
        line-height: 20px;
        padding: 5px;
    }
    .heroWrapper .heroContainer .btn {
        font-size: 18px;
    }
    .heroWrapper .optinWrap {
        padding: 25px;
    }
    .heroWrapper .optinWrap h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .heroWrapper .optinWrap h1 span {
        font-size: 22px;
        line-height: 22px;
    }
    .heroWrapper .optinWrap .form-control, .heroWrapper .optinWrap .form-select {
        padding: 12px 15px;
    }
    .heroWrapper .optinWrap .btn-success {
        font-size: 16px;
        padding: 8px;
    }

    .securityWrap {
        margin: 15px auto;
    }
    

    .aboutWrapper ul {
        font-size: 16px;
        line-height: 1.5rem;
    }
    .aboutWrapper .threeStepWrap {
        width: 87%;
    }
    .aboutWrapper .threeStepWrap p.highligh {
        line-height: 26px;
    }
    .aboutWrapper .container {
        padding-top: 475px;
    }
    .missionvisionWrap .col-md-4 {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .missionvisionWrap .col-md-4:nth-last-child(1) {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .missionvisionWrap .col-md-4:after {
        top: initial;
        right: initial;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;    
    }
    .missionvisionWrap h1 {
        font-family: "Lato", sans-serif;
        font-size: 32px;
        line-height: 2.0rem;
    }
    .missionvisionWrap p {
        font-size: 16px;
    }


    .reviewWrapper h3 {
        font-size: 26px;
    }
    .reviewWrapper .reviewWrap {
        margin: 0px;
    }
    .reviewWrapper .slick-prev {
        left: -10px;
    }
    .reviewWrapper .slick-next {
        right: -10px;
    }
    .reviewWrapper .reviewWrap p.info {
        font-size: 18px;
    }
    .reviewWrapper .reviewWrap p.info span {
        font-size: 16px;    
    }


    .cta2Wrapper h4 {
        font-size: 18px;
        line-height: 1.75rem;
    }
    .cta2Wrapper .btn {
        font-size: 18px;
    }


    footer {
        font-size: 14px;
    }
    footer h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    footer h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    footer p {
        font-size: 14px;
    }
    footer .col-md-4,
    footer .col-md-2 {
        margin-bottom: 5px;
    }


    .navbar-toggler-icon {
        width: 1.25em;
        height: 1.25em;
    }
    .compensationModalWrapper .selectTierWrap .imgWrap {
        height: 150px;
    }
    .compensationModalWrapper .selectTierWrap p.info,
    .compensationModalWrapper .selectEscortWrap p.info {
        font-size: 15px;
        padding: 6px 10px;
        line-height: 1.2rem;
    }
    .compensationModalWrapper .form-control.short {
        padding: 10px 5px 10px 5px;
    }
    .compensationModalWrapper .form-control,
    .compensationModalWrapper .form-select {
        padding: 10px 10px;
    }
    .compensationModalWrapper .inputDateTime {
        width: 200px;
    }
    .compensationModalWrapper h2 {
        font-size: 25px;
    }
    .compensationModalWrapper h3 {
        font-size: 17px;
    }

    .copyrightWrapper h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .copyrightWrapper p.attorney {
        font-size: 16px;
        letter-spacing: 0.02rem;
        line-height: 26px;
        color: #d9d9d9;
    }
}
