.left-bar p,
.top-bar {
    background: #0f3d73;
    color: #fff
}

.comments_form button,
.footer-link h3,
.left-bar p {
    text-transform: uppercase
}

body {
    font-family: Inter, sans-serif
}

.banner_form h2,
.drop-2 li a,
.main_banner h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif
}

.contact-details,
ul {
    font-family: Montserrat, sans-serif
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.top-bar {
    display: flex;
    justify-content: space-between;
    height: 51px;
    align-items: center
}

.right-bar ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px
}

.btn-whatsapp-pulse:hover,
.right-bar ul li a,
.run-count .text h4 span,
.social-link li a,
.test-content,
.top-contact-desc:hover {
    color: #fff
}

.left-bar {
    position: relative;
    z-index: 2
}

.left-bar p {
    margin-bottom: 0;
    padding: 2px 11px;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    border-radius: 0 15px 15px 1px
}

.left-bar::after {
    content: " ";
    position: absolute;
    display: block;
    width: 118%;
    height: 51px;
    top: -13.5px;
    left: -28px;
    z-index: -1;
    background: #da4242;
    transform-origin: bottom left;
    transform: skew(-30deg, 0deg);
    border-right: 5px solid #f7665e
}

.middle-bar {
    width: 70%
}

.top-contact-icon {
    margin-right: 10px;
    height: 35px;
    width: 100%;
    object-fit: contain
}

.top-contact-desc {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px
}

.call_us_whatsapp {
    border: 1px solid #fff;
    border-radius: 5px
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Roboto Slab', serif !important;
    color: #0f3d73;
    font-size: 14px;
    font-weight: 500
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #0f3d73
}

.logo-wd {
    width: 13%
}

.logo-wd img {
    height: 85px;
    object-fit: contain;
    width: 190px
}

.col-width {
    width: 30%
}

.drop-2 {
    min-width: 252px;
    background: #eee;
    text-align: left;
    border-radius: 0;
    padding: 0;
    left: -40px
}

.drop-2 li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #cbcbcb
}

.drop-2 li a {
    line-height: 45px;
    color: #494848;
    font-weight: 600;
    font-size: 12px;
    padding: 0 30px;
    text-transform: capitalize
}

.bg-footer {
    background: #0f3d73;
    padding-top: 50px;
    padding-bottom: 50px
}

.footer-content a img {
    background: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    height: 101px;
    width: 230px;
    object-fit: contain
}

.footer-content p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    letter-spacing: .48px;
    padding: 25px 0 15px;
    margin: 0
}

.social-link li {
    display: inline-block;
    margin-right: 22px;
    font-size: 22px
}

.footer-link h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    letter-spacing: .32px;
    position: relative;
    padding-bottom: 18px
}

.footer-link ul li a {
    color: #fff;
    font-size: 14px
}

.footer-link ul li {
    margin-bottom: 5px
}

.footer-link ul li i {
    margin-right: 10px;
    font-size: 10px;
    color: #fff
}

.contact-details {
    display: flex;
    color: #fff;
    margin-bottom: 20px
}

.contact-details .icon i {
    margin-right: 10px;
    font-size: 16px
}

.contact-details .content a,
.contact-details .content p,
.copyright h5 {
    font-size: 14px
}

.copyright h5 {
    color: #c14a41;
    padding: 13px 9px;
    margin: 0;
    text-align: center
}

#owl-1 .item {
    box-shadow: none;
    background: #0f3d73;
    border-bottom: 1px solid #706c6c4a;
    margin-left: -1px;
    padding: 40px 0;
    position: relative
}

#owl-1 .owl-dots {
    display: block;
    position: absolute;
    top: 20px;
    left: 29%
}

#owl-1 .owl-dots .owl-dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin-right: 5px
}

#owl-1 .owl-dots .active {
    background: #fff
}

.test-img img {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto
}

.test-img i {
    color: #0991d4;
    font-size: 45px;
    padding-top: 15px;
    display: block
}

.test-content p {
    font-size: 18px;
    margin-bottom: 20px
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
    }
}

.main_banner {
    background: linear-gradient(173deg, rgb(0 0 0 / 57%) 8%, rgb(0 0 0 / 43%) 58%, rgb(0 0 0 / 39%) 100%) center/cover, url(https://www.theslspl.com/img/banner_1.webp) center/cover;
    padding: 80px 0;
    position: relative;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.main_banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 46px
}

.main_banner p {
    color: #fff;
    font-size: 18px
}

.banner_form {
    background: #fff;
    padding: 25px 30px;
    border-top: 10px solid #0f3d73;
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.banner_form h2 {
    color: #0f3d73;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

.banner_form input {
    height: 45px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #00537c
}

.banner_form textarea {
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 20px;
    height: 80px
}

.call_click {
    background-color: #198754;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px;
    margin-top: 17px
}

.form_banner_btn .contact,
.know-more-btn {
    background-color: #0f3d73;
    cursor: pointer;
    letter-spacing: 1px
}

.form_banner_btn .contact {
    border-radius: 4px;
    color: #fff;
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 700;
    border: none
}

.form_banner_btn .contact:hover {
    background-image: linear-gradient(90deg, #53cbef 0, #dcc66c 50%, #ffa3b6 75%, #53cbef 100%);
    animation: 5s linear infinite slidernbw;
    color: #000
}

.know-more-btn {
    border-radius: 0;
    color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    border: none;
    font-family: Montserrat, sans-serif !important
}

.know-more-btn:hover {
    animation: 5s linear infinite slidernbw;
    color: #fff;
    background: #da4242
}

@keyframes slidernbw {
    to {
        background-position: 20vw
    }
}

.abt_p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 1.5rem;
    color: #000;
    font-family: Inter, sans-serif
}

.abt-img {
    object-fit: cover;
    width: 100%;
    height: 424px
}

.card-img,
.card-img img {
    width: 100% !important;
    object-fit: cover
}

.section_main {
    padding: 60px 0
}

.card {
    margin: 50px 0 0;
    padding: 22px;
    height: 475px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    z-index: -1;
    border-radius: 0;
    border: none;
    transition-duration: .6s
}

.card:hover {
    box-shadow: 2px 3px 10px 2px #80808080
}

.card-img {
    border-radius: 0 !important
}

.card-img img {
    margin-bottom: 15px;
    height: 220px;
    border-radius: 0
}

.comment_img img,
.gal-img img {
    width: 100%;
    object-fit: contain
}

.card-title {
    text-align: left;
    margin-top: 10px
}

.card-title h3 {
    color: #da4242;
    font-weight: 700;
    line-height: 26px;
    font-size: 18px
}

.card-text p {
    font-size: 14px;
    color: #000
}

.card-btn {
    margin-left: 2.5rem;
    margin-top: -4%
}

.section_counting {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)) top/cover, url('https://www.theslspl.com/img/sec-bg.webp') top/cover;
    padding: 50px 0
}

.run-count {
    background: 0 0;
    text-align: center
}

.run-count .text .icon i {
    font-size: 42px
}

.run-count .text p {
    color: #fff;
    font-size: 19px;
    margin-top: .5rem;
    font-weight: 600;
    margin-bottom: 1.3rem
}

.run-count h4 {
    font-size: 40px;
    font-weight: bolder
}

.run-count .text .icon {
    font-size: 30px;
    margin: 25px auto;
    width: 80px;
    height: 80px;
    padding: 1rem;
    display: grid;
    place-content: center;
    color: #fff
}

.home_gallery {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)) top/cover, url(https://www.theslspl.com/img/sec-bg.webp) top/cover;
    padding: 60px 0
}

.gal-img img {
    height: 300px
}

.form_main {
    background: #0f3d73 !important;
    padding: 14px 20px
}

.form-control {
    background: 0 0;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #0f3d73;
    border-bottom: 1px solid #ffffff45;
    border-radius: 0 !important
}

.dafs_form {
    height: 45px !important;
    border-radius: 5px
}

.comment_section {
    padding: 80px 0
}

.comments_form h3 {
    color: #242424;
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 32px
}

.comments_form p {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px
}

.comments_form form label {
    color: #242424;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.comments_form form textarea {
    width: 100%;
    height: 200px;
    background: #fff;
    border: 1px solid #bbb;
    margin-bottom: 10px;
    resize: none;
    padding: 10px;
    outline: 0
}

.comments_form form input {
    width: 100%;
    height: 40px;
    border: 1px solid #bbb;
    margin-bottom: 15px;
    padding: 0 20px;
    outline: 0
}

.comments_form button {
    border: 0;
    line-height: 36px;
    background: #1d3c6f;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 45px;
    padding: 0 22px;
    font-size: 13px;
    border-radius: 3px
}

.home_page_banner {
    color: #fff !important
}

.banner_form input::placeholder {
    color: #00537c !important
}

.banner_form textarea::placeholder {
    color: #00537c !important
}

.form_main input::placeholder {
    font-size: 14px;
    color: #797979;
    letter-spacing: .51px;
    font-family: 'Roboto Slab', serif !important
}

.form_main input {
    font-size: 14px;
    color: #fff;
    letter-spacing: .51px;
    font-family: 'Roboto Slab', serif !important
}

.form_main textarea::placeholder {
    font-size: 14px;
    color: #797979;
    letter-spacing: .51px;
    font-family: 'Roboto Slab', serif !important
}

.comment_img img {
    height: 400px
}

.text-overflow {
    overflow: hidden
}

.text_anime_1 {
    animation-name: fadeInUp;
    animation-duration: 5.25s
}

.text_anime_2 {
    animation-name: fadeInUp2;
    animation-duration: 5.25s
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.section_title h1
{
    font-size: 2rem;
}
.card-title h2
{
    color: #da4242;
    font-weight: 700;
    line-height: 26px;
    font-size: 18px;
}
.slspl_p
{
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 46px !important;
}
.get-touch
{
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}
.banner_form h3
{
    color: #0f3d73;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner_content h1
{
    padding-top: 80px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
@media(max-width:600px) {

    .footer-content,
    .footer-link,
    .test-img {
        margin-bottom: 30px
    }

    .top-bar {
        display: none
    }

    .logo-wd {
        width: 35%
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url('https://theslspl.com/images/barger.png')
    }

    .bg-footer {
        padding: 30px 0
    }

    .footer-content a img {
        width: 45%;
        padding: 10px;
        height: 73px
    }

    #owl-1 .owl-dots {
        left: 46%
    }

    .test-img {
        margin-top: 20px
    }

    .test-content {
        padding: 0 30px
    }

    .main_banner h1 {
        font-size: 24px
    }

    .main_banner p {
        font-size: 14px
    }

    .main_banner {
        padding: 80px 0
    }

    .call_click {
        margin-bottom: 50px
    }

    .banner_form input {
        border: 1px solid #ddd;
        font-size: 14px
    }

    .abt_p {
        font-size: 13px;
        line-height: 24px
    }

    .run-count .text .icon {
        font-size: 21px;
        margin: 10px auto;
        width: 50px;
        height: 50px;
        border: none;
        padding: 0;
        display: grid;
        place-content: center;
        color: #c14a41
    }

    .run-count h4 {
        font-size: 20px
    }

    .run-count .text p {
        font-size: 14px;
        color: #fff;
        margin-top: .5rem;
        font-weight: 600;
        margin-bottom: 1.3rem
    }

    .card-title h3 {
        font-size: 18px
    }

    .abt-img {
        height: 250px
    }

    .logo-wd img {
        height: 47px;
        width: 121px
    }
    .section_title h1
    {
        font-size:26px;
    }
    .get-touch
    {
        font-size:26px;
    }
    .slspl_p
    {
        font-size:28px !important;
    }
}


.card-title h2 {
    color: #c14a41;
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
}