/********** Template CSS **********/
:root {
    --primary: #1A1744;
    --light: #F1F8FF;
    --dark: #A15547;
}
body{
    font-family: 'Montserrat', sans-serif;;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Anton', serif;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    font-size: 13px;
    letter-spacing: 2px;
    box-shadow: 0px 5px 13px 0px #0000002b;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
        width: 28px;
    height: 28px;
    font-size: 10px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 15%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    .services-content-area span.service-icons {
    margin: auto !important;
}
.service-container {
    min-height: 340px;
}
.header-menu .row {
    flex-direction: column-reverse;
}
.service-container h2 {
    font-size: 20px;
    font-weight: 100;
}
p.footer-contact-detail a {
    letter-spacing: 0px !important;
    font-size: 12px !important;
    text-align: center;
}
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section-main-title {
        font-size: 35px !important;
        line-height: 34px !important;
}
.services-content-area:after {
    content: '';
    width: 89% !important;
    height: 91% !important;
}
.map-section iframe {
    width: 100%;
}
.services-content-area p.subPara {
      text-align: center;
}
.about-image img {
    width: 100% !important;
}
.about-image {
    height: 300px !important;
    width: 300px !important;
}
ul.service-provider li {
    width: 31% !important;
    height: 77px !important;
    padding: 7px !important;
}
.contact-title {
    font-size: 17px !important;
    line-height: 32px !important;
    font-weight: normal;
}
button.navbar-toggler {
    position: absolute;
    top: 40px;
    right: 16px;
    z-index: 9;
    background-color: #1a1744;
}
.navbar-brand {
    width: 73% !important;
}
.banner-title-holder h1 {
    font-size: 35px !important; 
    line-height: 51px !important;
}
section.counter-section {
    background-size: cover !important;
}
.testimonial-carousel {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.testimonial-carousel .testimonial-item {
    padding: 94px 15px 30px !important;
    margin: 20px 10px !important;
    height: 400px !important;
}
.testimonial-name {
    padding: 6px 10px !important;
}
.testimonial-name h6 {
    font-size: 13px !important;
}
/*.footer .row {
    flex-direction: column-reverse;
}*/
.footerTwoCol {
    padding: 37px 14px 11px !important;
}
h6.footer-title {
    font-size: 17px !important;
}
.footer-logo {
    margin: auto !important;
    padding: 0px !important;
}
.navbar-toggler-icon {
    background-size: 68% !important;
    background-image: url(../img/menu.png);
}
.services-content-area {
   margin: 0px !important;
    text-align: center;
    padding: 36px 30px !important;
}
span.services-image {
    height: 300px !important;
}
.right-content-area {
    margin: 0px !important;
}
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgb(26 23 68 / 85%);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

/*.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}*/

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    position: relative;
    border-radius: 0px 0px 0px 70px !important;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: rgb(255 255 255 / 88%);
    background-blend-mode: overlay;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 94px 30px 30px;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 9%);
    border: 0px solid #c5915f;
    margin: 25px 19px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    box-shadow: 0px 0px 44px -12px rgb(0 0 0 / 11%);
}

.footer .btn.btn-social {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
    font-size: 10px;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    color: #ffffffb5;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 13px;
    letter-spacing: 0px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

div#header-carousel {
    height: 83vh;
}
.carousel-item {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.header-menu {
    /* position: fixed; */
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    width: 100%;
}

nav.navbar {
    padding: 0px !important;
}
.nav-link {
    padding: 27px 32px !important;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}
section.about-section {
/*    background-image: url(../img/court-building.svg);*/
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #ffffffe8;
    background-blend-mode: overlay;
}
a.navbar-brand h1 {
    font-size: 30px;
}
.navbar-brand {
    width: 100%;
    height: 115px;
    padding: 20px !important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 14%);
    margin: 0px;
}
a.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
a.topcontact-info {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
}
.about-image{
    height: 610px;
    width: 610px;
    margin: auto;
    display: block;
    border-radius: 100px;
}
.about-image img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100% !important;
    border-radius: 100% !important;
    box-shadow: 0px 13px 31px 0px #00000033;
    border: 4px solid white;
}
.carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
section.contact-banner-section {
    background-image: url(../img/abtchb3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 40px 0px;
}
.contact-banner-section:after {
    content: '';
/*    background-color: rgb(26 23 68 / 96%);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.contact-title {
    font-size: 27px;
    color: white;
    line-height: 42px;
    padding: 0px 30px;
}
.contact-para {
        color: rgb(255 255 255 / 68%) !important;
}
.subPara {
    text-align: justify;
    line-height: 27px;
    font-size: 15px;
    color: black;
}
.section-title {
    text-align: center;
}
.Services-section-cls {
    padding: 70px 0px;
}
.section-main-title {
    font-size: 38px;
    /* text-shadow: 4px 4px 3px #0000001a; */
    /* font-weight: 700; */
    line-height: 59px;
    letter-spacing: 1px;
}
.service-container {
    text-align: center;
    margin: 31px 10px 66px;
    border-radius: 5px;
    padding: 16px;
    /* background-image: url(../img/justice-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.service-icons {
    display: block;
    width: 140px;
    height: 140px;
    margin: -64px auto 20px;
    padding: 0px;
    background-color: #1f2d30;
    border-radius: 100px;
    box-shadow: inset 3px -8px 12px rgb(89 166 248 / 35%), 6px 5px 14px rgb(0 0 0 / 13%);
    border: 4px solid white;
}
.service-icons img {
    height: 100%;
    width: 100%;
    /* filter: brightness(0) invert(1); */
    border-radius: 100px;
}
.service-container h2 {
    font-size: 24px;
}
.service-container:after {
    content: '';
    width: 107%;
    height: 108%;
    position: absolute;
    top: -10px;
    left: -12px;
    border: 1px solid #ea55323b;
    border-radius: 7px;
    z-index: -14;
}
.service-container:hover {
    background-color: #59a6f8ed !important;
}
.service-container:before {
    content: '';
    background-color: #fffffff5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    box-shadow: inset 0px 0px 16px 0px rgb(0 0 0 / 26%);
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
}
.service-container:hover:before {
    background-color: rgb(89 166 248 / 93%);
}
.service-container:hover h2, .service-container:hover p {
    color: #ffffff;
}
.service-container p {
    font-size: 15px;
    height: 90px;
}
.service-container a {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    background-color: rgb(234 85 50);
    padding: 5px 17px;
    border-radius: 100px;
    display: block;
    width: 125px;
    margin: 10px auto;
    color: white;
}
.service-container:hover a {
    color: white !important;
}
section.counter-section {
    padding: 45px 0px;
    background-image: url(../img/Welding-engineer.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.fun-facts-container h2 {
    font-size: 50px;
    color: white;
}
.fun-facts-container p {
    color: #ffffffab;
    font-size: 17px;
    letter-spacing: 2px;
}
img.fun-facts-icon {
    position: absolute;
    left: 66px;
    z-index: 0;
    opacity: 0.1;
    height: 120px;
    object-fit: contain;
}
.fun-facts-container {
    position: relative;
}
.testimonial-author-detail {
    display: block !important;
}
.testimonial-name {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 51px;
    color: white;
    border-radius: 0px 30px 30px 0px;
    box-shadow: 5px 5px 6px 0px rgb(0 0 0 / 11%);
}
.testimonial-name h6 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
}
.testimonial-author-detail img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px !important;
    height: 64px !important;
    object-fit: cover !important;
}
.testimonial-item p {
    font-size: 15px;
    color: black;
    text-align: center;
    height: 165px;
}
.testimonial-quoteicon {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: -24px;
    right: 11px;
    opacity: 0.3;
}
.testimonial-quoteicon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
}
.footer:after {
    content: '';
    background-color: #1a1744f2 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
h6.footer-title {
    font-size: 24px;
}
p.copyright-text {
    color: #1a17447a;
    font-size: 14px;
    text-align: center;
    padding: 29px 0px 13px;
    font-weight: 500;
    line-height: 25px;
}
.footer-logo {
    margin-top: 35px;
    box-shadow: 0px 0px 44px -12px rgb(0 0 0 / 11%);
}
.footerTwoCol {
    padding: 37px 44px 11px;
}
.footerTwoCol a.mb-2 {
    color: #ffffffc7;
    font-size: 14px;
    display: block;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
}
section#contact {
    padding: 70px 0px;
}
.footer-contact {
    padding: 35px 20px;
    text-align: center;
    background-image: url(../img/justice-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 7px;
}
.footer-contact:after {
    content: '';
    width: 100%;
    background-color: #1a1744eb;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    border-radius: 7px;
    box-shadow: inset 0px 0px 34px 0px rgb(0 0 0 / 42%);
}
.footer-contact:before {
    content: '';
    width: 90%;
    height: 88%;
    position: absolute;
    left: 17px;
    top: 14px;
    border: 1px solid rgb(213 143 118 / 37%);
    z-index: -1;
}
.footer-contact-title {
    color: #ffffffa6;
    font-size: 25px;
    letter-spacing: 3px;
}
.footer-contact-detail {
    color: white;
    letter-spacing: 2px;
    font-size: 14px;
}

p.footer-contact-detail a {
    color: white;
    letter-spacing: 2px;
    font-size: 14px;
}
.contact-form-title {
    font-size: 21px;
    margin: 20px 0px;
}
.contact-page-row {
    margin: 20px 0px 50px;
}
.contact-form {
    padding: 0px 41px;
}
.footer-contact-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 20px auto;
    padding: 13px;
    border: 1px solid rgb(255 255 255 / 36%);
    border-radius: 100px;
}
.footer-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-form .form-group input, .contact-form .form-group textarea {
    border: 1px solid rgb(211 145 122);
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 10px 0px;
    box-shadow: inset 5px 4px 10px -3px rgb(0 0 0 / 20%);
    height: 52px;
    background-color: transparent;
    padding: 7px 24px;
    color: black; !important;
}
.contact-send-button {
    border: 0px;
    color: white !important;
    border-radius: 0px !important;
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 18%);
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 3px;
    cursor: pointer;
}
section#contact {
    position: relative;
}F
form#contact-form {
    padding-right: 40px;
}
.contact-form-row {
    align-items: center;
    box-shadow: 0px 0px 38px -5px rgb(0 0 0 / 13%);
}
.about-aim-section {
    padding: 70px 0px;
}
.lawyer-image {
    width: 100%;
    height: 500px;
    display: block;
}
.lawyer-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
span.services-image {
    width: 100%;
    display: block;
    height: 500px;
}
span.services-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.services-content-area {
    padding: 36px 54px;
    margin: 0px -61px 0px 0px;
    z-index: 1;
    position: relative;
}
.Services-row {
    align-items: center;
    margin: 45px 0px 85px;
}
.services-content-area span.service-icons {
    margin-left: 0px;
}
h2.services-title {
    color: white;
    margin: 20px 0px;
}
.services-content-area p.subPara {
    color: #ffffff96;
    font-size: 15px;
}
.right-content-area {
    margin: 0px 0px 0px -55px;
}
.services-content-area:after {
    content: '';
    width: 94%;
    height: 93%;
    position: absolute;
    top: 16px;
    left: 17px;
    border: 1px solid #b15f51;
}
.aim-container {
    display: flex;
    box-shadow: 20px 0px 34px 0px rgb(0 0 0 / 11%);
    margin: 21px 0px;
    padding: 0px 28px;
}
.about-aim-right {
    flex: 1;
    padding: 16px 0px 16px 24px;
}
.about-aim-right h2 {
    font-size: 21px;
}
.aim-container .service-icons {
    padding: 15px;
    width: 54px;
    height: 54px;
}
.header-menu.sticky {
        position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 3px 0 20px rgb(0 0 0 / 11%);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDownMenu;
}
@keyframes fadeInDownMenu{
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.sticky .secondaryMenu{
    display: none !important;
}
.sticky .navbar-brand{
    height: 81px !important;
    padding: 10px !important;
}
.banner-title-holder h1{
    font-size: 62px;
    line-height: 67px;
}
.banner-title-holder h6 {
    font-size: 25px;
    letter-spacing: 8px;
}
ul.service-provider {
    background-color: white;
    padding: 0px;
    margin: 20px 0px;
    width: 82%;
}

ul.service-provider li {
    width: 32%;
    height: 117px;
    display: inline-block;
    padding: 20px;
    box-shadow: 10px 0px 20px 0px #00000033;
}

ul.service-provider li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}