* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.8), rgba(4, 9, 30, 0.8)), url(images/aboutimg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.header img {
    width: 150px;
    height: 150px;
    position: relative;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 75px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: #ffbb30;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.nav-links ul li::after {
    content: '';
    width: 00%;
    height: 2px;
    background: #1569b1;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    width: 90%;
    color: #FF5733;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-size: 62px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 38px;
    color: #ffbb30;
}

.text-box p1 {
    color: #d3d3d3;
    font-size: 19px;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #ffbb30;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid #ffbb30;
    box-sizing: border-box;
    height: auto;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border: 1px solid #ffbb30;
    border-radius: 4px;
    background: #FF5733;
    transition: 0.5s;
}

nav .fa {
    display: none;
}

@media(max-width: 800px) {

    .text-box h1 {
        font-size: 19px;
    }

    .header img {
        width: 100px;
        height: 100px;
        position: relative;
    }

    .text-box p {
        margin: 10px 0 40px;
        font-size: 15px;
        color: #ffbb30;
    }

    .text-box p1 {
        font-size: 10px;
        color: #d3d3d3;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: absolute;
        background: #FF5733;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }

}

.index-btn {
    display: inline-block;
    text-decoration: none;
    color: #ffbb30;
    border: 2px solid #ffbb30;
    padding: 12px 14px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.index-btn:hover {
    border: 2px solid #ffbb30;
    background: #1569b1;
    transition: 0.6s;
}

@media(max-width: 800px) {
    .index-btn {
        padding: 8px 10px;
        ;
    }

    .index-btn b {
        font-size: 14px;
        ;
    }
}

.scroll-down {
    height: 30px;
    width: 30px;
    border: 2px solid #ffbb30;
    position: absolute;
    left: 95%;
    bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
}

.scroll-down::before,
.scroll-down::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #ffbb30;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: transparent;
    border-left: transparent;
    animation: scrolldown 1s ease-in-out infinite;
}

.scroll-down::after {
    top: 30%;
}

.scroll-down::hover {
    border: 2px solid #FF5733;
}

.sub-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.sub-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/img-2.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

.sub-header p {
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

.ser-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.ser-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/service.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.ser-header h1 {
    margin-top: -30px;
    font-size: 68px;
}


@media (max-width: 800px) {
    .ser-header img {
        width: 100px;
        width: 100px;
        position: relative;
    }

    .ser-header {
        height: 30vh;
        width: 100%;
        background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/service.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
        color: #fff;
    }

    .ser-header h1 {
        margin-top: -10px;
        font-size: 25px;
    }

}

/*------------Title-------------*/

.title-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.title-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/title-search1.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.title-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

.title-header p {
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

@media (max-width: 800px) {
    .title-header img {
        width: 100px;
        height: 100px;
        position: relative;
    }

    .title-header {
        height: 30vh;
    }

    .title-header h1 {
        margin-top: -0px;
        font-size: 20px;
    }
}

/*------------Salesforce-------------*/

.sales-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.sales-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/salesforce2.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sales-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

@media (max-width: 800px) {
    .sales-header img {
        width: 100px;
        width: 100px;
        position: relative;
    }

    .sales-header {
        height: 30vh;
        width: 100%;
        background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/salesforce2.png);
        background-position: center;
        background-size: cover;
        text-align: center;
        color: #fff;
    }

    .sales-header h1 {
        margin-top: 10px;
        font-size: 20px;
    }
}

/*------------Real Estate---------*/

.real_estate_p1 {
    padding: 50px 150px 0 150px;
}

.real_estate_p1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
}

.real_estatep2 {
    padding: 10px 160px 0 160px;
    color: #777;
    font-weight: 400;
    line-height: 1.7;
}

.real_estatep2 h4 {
    font-size: 20px;
}

.realserv {
    padding-left: 18px;
}

/*------------Roofing-------------*/

.roof-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.roof-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/roofing2.jfif);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.roof-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

@media (max-width: 800px) {
    .roof-header img {
        width: 100px;
        height: 100px;
        position: relative;
    }

    .roof-header {
        height: 30vh;
    }

    .roof-header h1 {
        font-size: 20px;
        margin-top: 10px;
    }
}

/*------------Staffing-------------*/

.staff-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.staff-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/staffing1.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.staff-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

@media (max-width: 800px) {
    .staff-header img {
        width: 100px;
        height: 100px;
    }

    .staff-header {
        height: 30vh;
    }

    .staff-header h1 {
        margin-top: 10px;
        font-size: 20px;
    }
}

/*------------Medical-------------*/

.medi-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.medi-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/medical.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.medi-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

@media (max-width: 800px) {
    .medi-header img {
        width: 100px;
        height: 100px;
        position: relative;
    }

    .medi-header {
        height: 30vh;
    }

    .medi-header h1 {
        margin-top: 10px;
        font-size: 20px;
    }
}

/*------------Contact-------------*/

.cont-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.cont-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/contact1.jfif);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.cont-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

.cont-header p {
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

@media (max-width: 800px) {
    .cont-header img {
        width: 100px;
        width: 100px;
        position: relative;
    }

    .cont-header {
        height: 30vh;
        width: 100%;
        background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/contact1.jfif);
        background-position: center;
        background-size: cover;
        text-align: center;
        color: #fff;
    }

    .cont-header h1 {
        margin-top: -10px;
        font-size: 20px;
    }
}

/*------------Why DF?-------------*/

.why-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.why-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/whydf.jfif);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.why-header h1 {
    margin-top: -30px;
    font-size: 68px;
}

.why-header p {
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

@media (max-width: 800px) {
    .why-header img {
        width: 100px;
        width: 100px;
        position: relative;
    }

    .why-header {
        height: 30vh;
        width: 100%;
        background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/whydf.jfif);
        background-position: center;
        background-size: cover;
        text-align: center;
        color: #fff;
    }

    .why-header h1 {
        margin-top: -10px;
        font-size: 25px;
    }
}

/*------------Title-------------*/
.title {
    padding-left: 150px;
    padding-right: 150px;
}

.title h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}

.title h2 {
    color: #000;
    font-weight: 300;
    font-size: 22px;
    line-height: 0px;
    padding: 10px;
    text-align: left;
    background-color: linear-gradient(rgba(45, 158, 193, 1), rgba(141, 197, 65, 1));

}

.title h3 {
    color: #fff;
}

.title h5 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    padding: 10px;
    background: linear-gradient(50deg, #ffbb30, #fff);
    border-radius: 5px;
}

.title h6 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    background: linear-gradient(50deg, #FF5733, #fff);
    border-radius: 5px;
    text-shadow: 0 0 20px 0 #111;
}

.title p1 {
    color: #777;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
}

.title p {
    color: #777;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 800px) {
    .title {
        padding-left: 30px;
        padding-right: 30px;
    }

    .title h2 {
        color: #000;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        padding: 10px;
        text-align: left;
        background-color: linear-gradient(rgba(45, 158, 193, 1), rgba(141, 197, 65, 1));

    }

    .title h3 {
        color: #fff;
    }

    .title h5 {
        color: #fff;
        font-weight: 300;
        font-size: 20px;
        text-align: left;
        padding: 10px;
        background: linear-gradient(50deg, #ffbb30, #fff);
        border-radius: 5px;
    }

    .title h6 {
        color: #fff;
        font-weight: 300;
        font-size: 20px;
        text-align: left;
        background: linear-gradient(50deg, #FF5733, #fff);
        border-radius: 5px;
        text-shadow: 0 0 20px 0 #111;
    }

    .title p1 {
        color: #777;
        font-size: 15px;
        font-weight: 300;
        line-height: 22px;
        padding: 10px;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }

    .title p {
        color: #777;
        font-size: 15px;
        font-weight: 300;
        line-height: 22px;
        padding: 10px;
        text-align: justify;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.accordion {
    margin: 30px auto;
    width: 100%;
}

.accordion li {
    list-style: none;
    width: 100%;
    margin: 20px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
        -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.accordion li label {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

label::before {
    content: '+';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}

input[type="checkbox"] {
    display: none;
}

.accordion .content {
    color: #777;
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

.accordion h2 {
    font-size: 18px;
    padding-left: 50px;
    color: #777;
}

.accordion input[type="checkbox"]:checked+label+.content {
    max-height: 400px;
    padding: 10px 10px 20px;
}

.accordion input[type="checkbox"]:checked+label::before {
    content: "-";
}

@media (max-width:800) {
    .accordion li label {
        display: flex;
        align-items: center;
        padding: 0px;
        font-size: 10px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
    }

    label::before {
        margin-right: 0px;
    }

    .accordion .content {
        color: #777;
        padding: 0 10px;
        line-height: 26px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordin ul {
        padding-left: 50px;
    }

    .accordion li {
        list-style: none;
        width: 100%;
        margin: 20px;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
            -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
    }

}

/*-------------Salesforce-----------*/

.salesforce {
    padding-left: 150px;
    padding-right: 150px;
}

.salesforce p {
    text-align: justify;
    font-size: 20px;
}

@media (max-width: 800px) {
    .salesforce {
        padding-left: 30px;
        padding-right: 30px;
    }

    .salesforce p {
        font-size: 15px;
    }
}

/*-------------Webapp-----------*/

.webapp_s {
    padding-top: 30px;
}

.webapp_s p {
    padding-left: 150px;
    padding-right: 150px;
    font-size: 18px;
    text-align: justify;
}

.webapp li {
    margin-left: 180px;
    color: #777;
    padding: 5px;
    font-size: 18px;
}

.sft-header img {
    width: 150px;
    width: 150px;
    position: relative;
}

.sft-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/real_estate.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sft-header h1 {
    margin-top: -30px;
    font-size: 58px;
}

@media (max-width: 800px) {
    .sft-header img {
        width: 100px;
        width: 100px;
        position: relative;
    }

    .sft-header {
        height: 30vh;
        width: 100%;
        background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/real_estate.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
        color: #fff;
    }

    .sft-header h1 {
        margin-top: 10px;
        font-size: 18px;
    }

    .webapp_s {
        padding-top: 30px;
    }

    .webapp_s p {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
        text-align: justify;
    }

    .webapp li {
        margin-left: 50px;
        color: #777;
        padding: 5px;
        font-size: 15px;
    }
}

/*-------------Roofing-----------*/

.roof {
    padding-left: 150px;
    padding-right: 150px;
}

.roof p {
    font-size: 20px;
}

@media (max-width: 800px) {
    .roof {
        padding-left: 15px;
        padding-right: 15px;
    }

    .roof p {
        font-size: 15px;
    }
}

/*-------------Staffing-----------*/

.staffing {
    padding-left: 150px;
    padding-right: 150px;
}

.staffing p {
    font-size: 20px;
    text-align: justify;
}

@media (max-width: 800px) {
    .staffing {
        padding-left: 15px;
        padding-right: 15px;
    }

    .staffing p {
        font-size: 15px;
    }
}

/*-------------Medical-----------*/

.medical {
    padding-left: 150px;
    padding-right: 150px;
}

.medical p {
    font-size: 20px;
    text-align: justify;
}

@media (max-width: 800px) {
    .medical {
        padding-left: 15px;
        padding-right: 15px;
    }

    .medical p {
        font-size: 15px;
    }
}

/*-------------Services-----------*/
.service {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

h2 {
    color: #777;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}

h3 {
    color: #777;
}

h6 {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;

}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.row1 {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.service-col {
    flex-basis: 30%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 00.5s;
}

.service-col p {
    text-align: justify;
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.service-col:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media(max-width: 800px) {
    .row {
        flex-direction: column;
    }
}

.software li {
    margin-left: 640px;
    color: #777;
    padding: 5px;
}

/*-------------Call to action-----------*/
.cta {
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/img-11.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.cta h1 {
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

@media(max-width: 800px) {
    .cta h1 {
        font-size: 24px;
    }

    .scroll-down {
        height: 30px;
        width: 30px;
        border: 0px solid #ffbb30;
        position: absolute;
        left: 95%;
        bottom: 20px;
        border-radius: 50px;
        cursor: pointer;
    }

    .scroll-down::before,
    .scroll-down::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        border: 0px solid #ffbb30;
        height: 10px;
        width: 10px;
        transform: translate(-50%, -50%) rotate(45deg);
        border-top: transparent;
        border-left: transparent;
        animation: scrolldown 1s ease-in-out infinite;
    }
}

/*-------------Footer-----------*/
.footer {
    width: 100%;
    text-align: center;
    padding: 2% 0;
    bottom: 0px;
    position: relative;
}

.footer p {
    color: #777;
}

.footer h4 {
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #777;
}

@media (max-width: 800px) {
    .footer h4 {
        margin-bottom: 0px;
        margin-top: 50px;
        font-weight: 600;
        font-size: 22px;
        color: #777;
    }

    .footer p {
        font-size: 12px;
    }

}

/*-------------Icons-----------*/
.icons .fa {
    color: #ffbb30;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

/*-------------ABOUT US-----------*/
.about-us {
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col {
    flex-basis: 48%;
    padding: 30px 2px;
}

.about-col img {
    width: 100%;
    border-radius: 20px;
}

.about-col h1 {
    padding-top: 0;
}

.about-col p {
    padding: 15px 0 25px;
}

.red-btn {
    border: 1px solid #ffbb30;
    background: transparent;
    color: #ffbb30;
    width: 25%
}

.red-btn:hover {
    color: #fff;
}

/*--------------Why DF--------------*/

.whydf-col {
    flex-basis: 60%;
}

.why-df {
    padding-left: 150px;
    padding-right: 150px;
}

.why-df h2 {
    color: black;
    font-size: 30px;
}

.why-df p {
    font-size: 20px;
    text-align: justify;
}

.why-df h3 {
    text-align: left;
    font-size: 25px;
    color: black;
}

.why-df h4 {
    text-align: center;
    font-size: 23px;
    align-content: center;
}

.whydf-col img {
    height: 250px;
    width: 350px;
    border: 0px solid #111;
    border-radius: 10px;
}

.whydf-col img:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
}

.whydf-col {
    padding-left: 150px;
}

@media (max-width:800px) {
    .whydf-col {
        flex-basis: 0%;
    }

    .why-df {
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-df h2 {
        color: black;
        font-size: 20px;
    }

    .why-df p {
        font-size: 14px;
        justify-content: space-between;
    }

    .why-df h3 {
        text-align: center;
        font-size: 20px;
        color: black;
    }

    .why-df h4 {
        text-align: center;
        font-size: 18px;
    }

    .whydf-col img {
        height: 125px;
        width: auto;
        box-align: center;
        border: 0px solid #111;
        border-radius: 10px;
    }

    .whydf-col img:hover {
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4);
    }

    .whydf-col {
        padding-left: 10px;
    }

    .row {
        flex-direction: column;
    }

    .row1 {
        flex-direction: column-reverse;
    }


}

/*------------Services------------*/

.col {
    margin-top: 5%;
    display: flex;
    flex-basis: 60%;
    justify-content: space-between;
}

.col1 {
    margin-top: 5%;
    display: flex;
    flex-basis: 60%;

}

.service-row {
    flex-basis: 48%;
    text-align: left;
}

.service-row h3 {
    font-size: 30px;
    color: #ffbb30;
}

.service-row p {
    font-size: 20px;
}

.service-row a {
    text-align: center;
    border: 1px;
}

.service-row img {
    width: 500px;
    height: auto;
    border: 2px solid #FF5733;
    border-radius: 10px;
}

.service-row img:hover {
    box-shadow: 0 0 20px 0px rgba(45, 158, 193, 0.5);
    cursor: pointer;
}

.service-row1 {
    flex-basis: 50%;

}

.service-row1 h3 {
    font-size: 30px;
    color: #FF5733;
}

.service-row1 p {
    font-size: 20px;
}

.service-row1 a {
    border: 1px;
    color: #FF5733;
}

.service-row1 img {
    width: 500px;
    height: auto;
    border: 2px solid #ffbb30;
    border-radius: 10px;
}

.service-row1 img:hover {
    box-shadow: 0 0 20px 0px rgba(141, 197, 65, 0.5);
    cursor: pointer;
}

@media (max-width: 800px) {
    .service-row p {
        font-size: 15px;
    }

    .service-row1 p {
        font-size: 15px;
    }

    .col {
        flex-direction: column;
    }

    .col1 {
        flex-direction: column-reverse;

    }

    .col {
        padding-left: 25px;
    }

    .col h3,
    .col p {
        padding-right: 25px;
    }

    .service-row img {
        width: 250px;
    }

    .service-row1 img {
        width: 250px;
    }

    .service-row h3 {
        font-size: 20px;
    }

    .service-row1 h3 {
        font-size: 20px;
    }

    .hero-btn {
        padding: 6px 10px;
    }

    .red-btn {
        font-size: 15px;
    }
}

/*------------Contact Us------------*/

.location {
    width: 100%;
    margin: auto;
    padding: 80px 0;
}

.location-col {
    padding: 20px;
    gap: 40px;
    width: 40%;
}

.location-row {
    display: flex;
    justify-content: center;
}

.location iframe {
    width: 100%;
}

.contact-us {
    width: 80%;
    margin: auto;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa {
    font-size: 28px;
    color: #ffbb30;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
    font-size: 18px;
    text-align: left;
}

.contact-col div h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input,
.contact-col textarea {
    width: 80%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

@media (max-width: 800px) {
    .row {
        flex-direction: column;
    }

    .contact-col div h5 {
        font-size: 15px;
    }

    .contact-col div p {
        font-size: 13px;
    }

    .contact-col input,
    .contact-col textarea {
        width: 100%;
        padding: 15px;
        font-size: 12px;
        margin-bottom: 17px;
        outline: none;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .msg button {
        text-align: center;
        font-size: 12px;
        justify-content: center;
    }

    .location {
        width: 80%;
        margin: auto;
        padding: 0px 0;
    }

    .location-col {
        padding: 20px;
        display: flex;
        gap: 40px;
        width: 95%;
    }

    .location-row {
        display: block;
    }

    .location iframe {
        width: 100%;
        height: 250px;
    }

}