@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,900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global */

h1{
    font-size: 45px;
    font-weight: 800 !important;
}
.top-bottom-margin-150{
    margin: 150px 0px 150px 0px;
    font-family: 'Poppins', sans-serif;
}
p{
    font-size:16px;
    font-family: 'Poppins', sans-serif;
}
.button-border-radius{
    border-radius: 30px !important;
}
.theme-blue{
    background-color: #1F42E1;
}
.sec-title{
    text-align: center;
    margin-bottom: 25px;
}
.sec-title h1{
    font-size: 45px !important;
}

/* end global */
.home-sec-01{
    position: relative;
    margin-top: -58px;
    background-color: aliceblue;
    padding-top: 150px;
    padding-bottom: 150px;
}


.header-top{
    background-color: black;
}

.header-top-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;

}

.header-top-wrapper a{
    color: #fff;
}

.header-top-wrapper .left-sec a{
    font-size: 18px;
    font-weight: 600;

}
.header-top-icon-left{
    font-size: 16px;
    margin-right: 5px;
    color: #00C3FF;
}

.header-top-icon-right a:hover{
    color: #00C3FF;
}

.top-call-icon{
    padding-right: 10px;
}

.logo img{
    height: 65px;
}
.header .nav-item .nav-link{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins';
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins';
}

.large-btn{
    background-color: #1F42E1 !important;
    padding: 6px 24px 6px 24px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.header .nav-item .nav-link:hover{
    color: #1F42E1;
}

.header-top-wrapper .right-sec a:not(:last-child){
    font-size: 18px;
    padding-right: 10px;
}

.home-banner{
    background-image: url(../images/banner-bg-1024x353.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-content {
    padding: 106px 0px 0px 0px;
}

.banner-content h2{
    font-size: 35px;
    font-weight: 800;
    color: #fff;
}

.banner-content a{
    font-size: 72px;
    font-weight: 800;
    color: #fff;
}
.banner-content a:hover{
    text-decoration: none;
    color: #1F42E1;
    transition: ease-in 0.25s;
}



.banner-img{
    text-align: center;
}

.banner-img img{
    max-width: 70%;
    height: auto;
    padding-top: 30px;
}
.blue-call-to-action h1{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding: 15px;
}
.blue-call-to-action .blue-background{
    background-color: #1F42E1;
    border-radius: 6px;
}

.call-to-action-btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.blue-call-to-action{
    position: relative;
    z-index: 1;
    margin-top: -77px;
}
.home-sec-01 .card{
    border:0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(112,143,235,0.58);
-moz-box-shadow: 0px 0px 5px 0px rgba(112,143,235,0.58);
box-shadow: 0px 0px 5px 0px rgba(112,143,235,0.58);
}

.home-sec-01 .card-body:hover{
    background-color: #1F42E1;
    color: #fff;
    transition: ease-in 0.25s;
}
.home-sec-01 .card-body:hover .blue-icon{
    display: none;
}
.home-sec-01 .card-body:hover .white-icon{
    display: block;
}
.home-sec-01 .card-body:hover .Learn-more-btn{
    background-color: #fff;
    color: #1F42E1;
    border-color: #fff;
}
.h-sec-01-card-img{
    max-height: 78px;
    height: auto;
    margin-bottom: 20px;
}
.card-body:hover .h-sec-01-card-img{
    fill: #fff;
}
.h-sec-01-card-title {
    font-size: 20px;
    font-weight: 700;
}
.home-sec-02{
    text-align: center;
    background-color: #fff;
    padding: 120px 0px 120px 0px;
}

.gray-bg{
    background-color: #242424;
    padding: 80px 0px 200px 0px;

    text-align: center;
    color: #fff;
}

.home-video{
    position: relative;
    margin-top: -185px;
    width: 100%;
}

.law-bg{
    background-image: url(../images/justice-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 120px 0px;
}

.home-sec-05-text{
    color: #fff;
}

.footer-top{
    background-image: url(../images/footer-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

.header .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
}

.home-sec-01 .sec-title h1{
    text-transform: uppercase;
}

.home-sec-01 .sec-title p{
    font-size: 18px;
}

.Learn-more-btn-icon{
    margin-left: 5px;
}

.Learn-more-btn{
    padding: 0.375rem 1rem 0.375rem 1rem;
}
.load-more-btn .btn{
    padding: 0.5rem 2rem 0.5rem 2rem !important;
    font-size: 20px;
}
.three-card .card-body{
    text-align: center;
}
.three-card .card-body .card-title{
    font-size: 24px;
    font-weight: 800;
}
.three-card-btn{
    padding: 0.5rem 2rem 0.5rem 2rem !important;
    border-radius: 35px;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.three-card-btn:hover{
    padding: 0.5rem 2rem 0.5rem 2rem !important;
    color: #fff;
    background-color: #1F42E1;
    text-decoration: none;
}

.star-home{
    width: 50%;
    margin-bottom: 25px;
}

.home-review{
    display: flex;
    align-items: center;
}

.home-sec-05 .card:not(:last-child){
    margin-bottom: 35px;
}
.footer-top-button{
    display: flex;
    align-items: center;
    justify-content: right;
}
.footer-top-text h2{
    font-weight: 700;
}
footer{
    padding-top: 50px;
    background-color: #fff;
}
.footer-logo{
    text-align: center;
}
.footer-logo-img{
    width: 350px;
    margin-bottom: 60px;
}

.footer-link li a{
    color: #242424;
    text-decoration: none;
}

.footer-link li{
    display: block;
   list-style: none;
}

.footer-sec-title h3{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 6px;
}
.footer-address li{
    list-style: none;
}
.address-title h5{
    font-size: 16px;
    font-weight: 700;
}
.footer-sec-title h3::after{
    position: absolute;
    content: "";
    top: 100%;
    height: 3px;
    left: 0;
    width: 15%;
    background-color: #1F42E1;
    
}
.footer-sec-title {
    margin-bottom: 18px;
}
.margin-top-45{
    margin-top: 45px;
}
.footer-address span{
    font-weight: 800;
    color: #1F42E1;
}

.legal{
    margin: 50px 0px 50px 0px;
    text-align: center;
}
.legal h2{
    font-weight: 800;
}

.footer-bottom{
    background-color: #000;
    padding: 10px 0px 0px 0px;
    color: #fff;
}

.follow-us-sec{
    display: flex;
    justify-content: right;
}

.social-icons-footer a{
    color: #fff;
    margin-left: 5px;
}
.social-icons-footer a:hover{
    color: #00C3FF;
}

.about-us-top{
    text-align: center;
}
.about-us-top p{
    font-size: 20px;
}
.devider{
    margin-bottom: 8px;
}

.education{
    margin-top: 35px;
}

.education h2{
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1F42E1;
}
.about-us-testimonial{
    background-color: #EDEDED;
    padding: 120px 0px 120px 0px;
}
.circle-testimonial{
    position: relative;
    text-align: center;
}
.testimonial-cicle-text{
    position: relative;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    padding-top: 15px;
}
.about-us-testimonial .card-body{
    padding: 25px 35px 25px 35px;
}
.about-us-testimonial .card-body h5{
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
}
.top-bold-testi{
    text-align: center;
    font-size: 26px;
    font-weight: 800;
}

.big-text-testimonial{
    border-top: 1px solid #000;
    padding-top: 15px;
}

.big-text-testimonial p{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.charlic{
    font-size: 20px;
    text-align: center;
}
.five-star{
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    text-align: center;
}
.date{
    text-align: center;
}
.testi-card-wrap{
    display: flex;
    align-items: center;
}

.about-us-title{
    background-image: url(../images/our-firm-title.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}

.successes-title{
    background-image: url(../images/success-title-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.multimedia-title{
    background-image: url(../images/media.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.partition-law-title{
    background-image: url(../images/partition-law.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.personal-injury-title{
    background-image: url(../images/person-injury.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.real-esate-title{
    background-image: url(../images/real-estate-title-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.bicycle-accident-title{
    background-image: url(../images/bicycle-accident-title-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.car-accident-title{
    background-image: url(../images/car-accident-title-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.motor-cycle-accident-title{
    background-image: url(../images/motorcycle-accident-title-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.brain-injury-title{
    background-image: url(../images/brain-injury-title-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.dogbite-injury-title{
    background-image: url(../images/dog-bite-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.medical-mal-title{
    background-image: url(../images/medical-mal-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.pedestrian-title{
    background-image: url(../images/paramedics.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.slip-fall-title{
    background-image: url(../images/slip-1024x192.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.truck-accident-title{
    background-image: url(../images/trucks-accident.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.wrongful-death-title{
    background-image: url(../images/wrongful-death.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.practice-areas-title{
    background-image: url(../images/practice-areas-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.common-title{
    background-image: url(../images/common02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(117, 117, 117);
    background-blend-mode: multiply;
    padding: 110px 0px 110px 0px;
}
.page-title h1{
    text-align: center;
    color: #fff;
    font-size: 65px;
    font-family: 'Poppins';
    font-weight: 800;
}

.success-sec-01 .sec-title p{
    font-size: 22px;
}
.success-sec-01 .card .card-body{
    text-align: center;
}
.success-sec-01 .card .card-body h5{
    font-size: 25px;
    font-weight: 700;
}
.success-sec-02{
    background-color: #000;
    padding: 317px 0px 150px 0px;
    color: #fff;
    margin: -210px 0px 0px 0px;
}
.margin-top-150{
    margin-top:150px;
}

.multimedia-sec-01 video{
    max-width: 100%;
}
.practice-areas .btn{
    display: flex;
}

.services-tab{
    background-color: #F5F5F5;
    padding: 18px;
    border-bottom: 3px solid #1F42E1;
}
.services-tab .btn{
    background-color: #fff;
    font-size: 17px;
    color: #353535;
    font-weight: 600;
}
.services-tab .btn:hover{
    background-color: #1F42E1;
    color: #fff;
}
.tab-title h2{
    font-size: 26px;
    font-weight: 800;
}

.services-img img{
    max-height: 100%;
    width: auto;
}
.tab-main-content{
    padding-left: 30px;
}
.quote-real-esate{
    background-color: #e6e9ec;
    padding: 30px;
}

.large-text{
    font-size: 24px;
    text-align: center;
}

.gradient-box{
    background: rgb(31,66,225);
    background: linear-gradient(180deg, rgba(31,66,225,1) 33%, rgba(0,0,0,1) 33%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 35px 60px 35px;
    
}
.service-img img{
    
    height: auto;
    width: 100%;
}

.service-title h3{
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0px 20px 0px;
}
.map-address-container{
    background-color: #F3F1F1;
}


.contact-us-address ul li{
    list-style: none;
}

.contact-us-address ul span{
    font-weight: 800;
}

.contact-us-address h5{
    font-weight: 800;
    line-height: 1px;
}
.devider-small{
    max-width: 15%;
    height: auto;
}
.address-wrapper{
    padding: 40px 0px 20px 0px;
}

.contact-us-sec-02 .col-xl-6{
    padding-right:0;
    padding-left:0;
}
.tab-main-content h1{
    font-size: 35px;
}
.white-button{
    background-color: #fff;
    font-weight: 600;
    color: #1F42E1;
}
.white-btn-icon{
    margin-left: 11px;
}
.footer-link li a:hover{
    color: #1F42E1;
}
.devider-small-2 img {
    width: 63px;
    text-align: center;
}
.modal-body{
    text-align: center;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px 0px;
    margin: 0.125rem 0 0;
    font-size: 1.1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
}

.dropdown-item{
    font-weight: 700 !important;
    padding: 0.35rem 1.5rem;
}

.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}


.bg-light {
    background-color: #ffffff!important;
}

.header .navbar-nav .nav-link:hover{
    color: #005cbf;
    transition: 0.3s;
}

.four-card-wrap .card-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

/* responsive */
@media (max-width: 576px) {
    
    .page-title h1 {
    font-size: 40px;
}
    .address-wrapper{
        padding: 40px 20px 20px 20px;
    }
    
    .contact-us-address{
        margin: 30px 0px 0px 0px;
    }
    .gradient-box{
        margin-bottom: 20px;
    }
    .tab-main-content{
        padding: 35px 10px 0px 10px;
    }
    .services-img{
        margin-top: 15px;
    }
    .margin-top-150{
        margin-top:80px;
    }
    .success-sec-02 h1{
        font-size: 35px;
    }
    .success-sec-02 h2{
        font-size: 18px;
    }
    .success-sec-02{
        padding: 250px 0px 100px 0px;
    }
    .success-sec-01{
        padding: 0px 25px 0px 25px;
    }
    .success-sec-01 .sec-title h1{
        font-size: 35px;
    }
    .success-sec-01 .sec-title p{
        font-size: 18px;
    }
    .banner-content {
        padding: 20px 0px 0px 0px;
    }
    .banner-content{
        text-align: center;
    }
    .banner-content h2{
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }
    
    .banner-content a{
        text-align: center;
        font-size: 45px;
        font-weight: 800;
    }

    .blue-call-to-action h1{
        font-size: 30px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding: 15px;
    }

    
    .call-to-action-btn{
        margin-bottom: 30px;
    }

    .home-sec-01 .sec-title h1{
       font-size: 35px;
    }
    .home-sec-01 .sec-title p{
        font-size: 16px;
    }
    .home-sec-04 .sec-title h2{
        font-size: 24px;
    }
    .footer-top-button{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-top-text h2{
        text-align: center;
        font-weight: 700;
    }

    .home-sec-05-text{
        margin-bottom: 40px;
    }
    .margin-resonsive{
        margin-top: 35px;
    }
    .footer-bottom{
        text-align: center;
    }
    .follow-us-sec{
        display: flex;
        justify-content: center;
    }
    .margin-top-45{
        margin: 0px;
    }
    .footer-sec{
       padding: 0px 40px 0px 40px;

    }
    .client-img{
        text-align: center;
        margin-bottom: 60px;
    }
    .testi-card-wrap .card{
        margin-bottom: 35px;
    }
    
    .tab-main-content h1 {
    font-size: 30px;
    }

 }
/* end responsive */







