﻿@media only screen and (max-width: 1030px) {
}

@media only screen and (max-width: 780px) {
    .content.pb-0 > #about-company {
        padding: 20px 0 0 0 !important;
    }

    .container.pb-15 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .v-center > .about-heading-title {
        margin-bottom: 20px !important;
    }

        .v-center > .about-heading-title > h1 {
            font-size: 25px !important;
            line-height: 32px !important;
        }

    .v-center > .inner-secon-tl {
        font-size: 13px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
        letter-spacing: 0.3px !important;
    }

    .svt-spec-service-icon > i.hi-icon.ab.fa.fa-user-plus {
        font-size: 15px !important;
        height: 40px !important;
        line-height: 37px !important;
        margin: 0 auto;
        text-align: center;
        width: 40px !important;
    }

    .svt-spec-service-icon > i.hi-icon.ab1.fas.fa-file-alt {
        font-size: 15px !important;
        height: 40px !important;
        line-height: 37px !important;
        margin: 0 auto;
        text-align: center;
        width: 40px !important;
    }

    .svt-spec-service-icon > i.hi-icon.ab2.far.fa-thumbs-up {
        font-size: 15px !important;
        height: 40px !important;
        line-height: 37px !important;
        margin: 0 auto;
        text-align: center;
        width: 40px !important;
    }

    .col-lg-10 > .dlt-title-item > h2 {
        color: #4a4a4a !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 25px !important;
        margin-top: 5px !important;
    }

    .col-lg-10 > .dlt-title-item > P {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .service-item-fearured h3 {
        font-size: 15px !important;
        font-weight: 500 !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .service-item-fearured {
        padding: 20px 15px 20px !important;
        margin-bottom: 30px !important;
    }

        .service-item-fearured > p {
            font-size: 13px !important;
            line-height: 20px !important;
        }

        .service-item-fearured > .btn-quote {
            font-size: 12px !important;
            font-weight: 600 !important;
            letter-spacing: 0 !important;
            line-height: 1.3 !important;
            padding: 7px 15px !important;
        }
}

@media only screen and (max-width: 450px) {
    .v-center > .about-heading-title > h1 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .container.pb-15 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .featured-service-col {
        margin-bottom: 25px !important;
    }
}


.content {
    background-color: #fdfdff !important;
    width: 100% !important;
    padding: 0px !important;
}

.about-heading-title h1 {
    font-family: sans-serif, "Poppins" !important;
    margin: 0px;
    color: #01273a;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 34px;
}

    .about-heading-title h1 span {
        color: #60b0bd;
    }

p.inner-secon-tl {
    font-family: sans-serif, "Poppins" !important;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.3px;
}


i.hi-icon.ab.fa.fa-user-plus {
    background: #83c715;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 54px;
    line-height: 51px;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
    width: 55px;
}




i.hi-icon.ab1.fas.fa-file-alt {
    background: #3ab6ca;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 54px;
    margin-top: 10px !important;
    line-height: 51px;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
    width: 55px;
}

i.hi-icon.ab2.far.fa-thumbs-up {
    background: #42d29e;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 54px;
    line-height: 51px;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
    width: 55px;
}

.dlt-title-item h2 {
    color: #4a4a4a !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    margin-bottom: 5px !important;
}

#about-company {
    background: #ffffff !important;
    padding: 55px 0 0 0 !important;
}

.about-heading-title {
    margin-bottom: 20px !important;
}

p.inner-secon-tl {
    font-family: sans-serif, "Poppins" !important;
    color: #3d3d3d !important;
    font-size: 14px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

#featured-service-block {
    background: #f2f2f2;
    padding: 80px 0 60px 0;
}

.service-item-fearured {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 14px 2px rgb(0 0 0 / 5%);
    padding: 30px 30px 20px;
    margin-bottom: 30px;
    border: 5px solid rgba(0, 0, 0, 0.02);
    border-radius: 6px;
}

    .service-item-fearured:hover {
        background: #01273a;
        border: 5px solid rgba(0, 0, 0, 0.02);
        box-shadow: 0 3px 14px 3px rgb(0 0 0 / 30%);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: ease-out 1.0s;
        -moz-transition: ease-out 1.0s;
        -o-transition: ease-out 1.0s;
        transition: ease-out 1.0s;
        transition: all 1.0s ease-in-out 0;
    }

.btn-quote {
    font-family: sans-serif, "Poppins" !important;
    background: -webkit-linear-gradient(left, #f25c21 50%, #17a2b8 50%) repeat scroll right bottom/207% 100% transparent;
    background: linear-gradient(to right, #f25c21 50%,#17a2b8 50%) repeat scroll right bottom/207% 100% transparent;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff !important;
    display: block;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 1.3 !important;
    margin: 0 auto;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: ease-out 0.2s !important;
    -moz-transition: ease-out 0.2s !important;
    transition: ease-out 0.2s !important;
}

    .btn-quote:hover, .btn-quote:focus {
        cursor: pointer;
        background-color: #f25c21 !important;
        border-color: transparent !important;
        background-position: left bottom !important;
        box-shadow: inset 0 0 0 #F15B21 !important;
        color: #ffffff !important;
        outline: medium none;
    }

.service-item-fearured h3 {
    font-family: sans-serif, "Poppins" !important;
    color: #4a4a4a !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    text-transform: none;
}

.service-item-fearured p {
    font-family: sans-serif, "Poppins" !important;
    color: #3d3d3d !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: center !important;
    letter-spacing: 0.2px;
}

.service-item-fearured:hover h3, .service-item-fearured:hover p {
    color: #ffffff !important;
}

.dlt-title-item p {
    color: #3d3d3d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.2px;
    text-align: justify;
    padding-top: 10px;
    font-family: sans-serif, "Poppins" !important;
}

.frontFacing-reset {
    font-family: 'Segoe UI' !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important;
}
@media screen and (max-width:780px){
    .col-lg-10 > .dlt-title-item > h2 {
        font-size: 15px !important;
        margin-left: 45px !important;
    }
}
 @media screen and  (max-width:430px){
    .dlt-title-item h2 {
        margin-left: 43px !important;
    }
 }