*{
    margin: 0;
    padding: 0;
}
html{
   scroll-behavior: smooth; 
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0),rgba(4,9,30,0.8)),url(images/img.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header img{
    width: 200px;
    height: 200px;
    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: sans-serif;
}
.nav-links ul li::after{
    content: '';
    width: 00%;
    height: 2px;
    background: #FF5733;
    text-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
    text-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
}
.text-box{
    width: 90%;
    color: #1569b1;
    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: #FF5733;
}
.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: 20px;    
    border: 1px solid #ffbb30;
    box-sizing: border-box;
    height: auto;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #1569b1;
    border-radius: 20px;
    background: #1569b1;
    transition: 0.5s;
}
.index-btn{
    display: inline-block;
    text-decoration: none;
    color: #ffbb30;
    border: 1px solid #ffbb30;
    border-radius: 20px;
    padding: 12px 14px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.index-btn:hover{
    border: 1px solid #ffbb30;
    background: #1569b1;
    transition: 0.6s;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
}
.scroll-down{
    height: 30px;
    width: 30px;
    border: 2px solid #8dc541;
    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 #8dc541;
    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 #2d9ec1;
}
.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;
}
.ser-header p{
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

/*------------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;
}

/*------------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;
}
.sales-header p{
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

/*------------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;
}
.roof-header p{
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

/*------------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;
}
.staff-header p{
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

/*------------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;
}
.medi-header p{
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

/*------------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;
}

/*------------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;
}

/*------------Title-------------*/
.title{
    padding-left: 150px;
    padding-right: 150px;
}
.title h1{
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}
.title h2{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    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, #8dc541, #fff);
    border-radius: 5px;
}
.title h6{
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    background: linear-gradient(50deg, #2d9ec1, #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;
}

/*-------------Salesforce-----------*/

.salesforce{
    padding-left: 150px;
    padding-right: 150px;
}
.salesforce p{
    text-align: justify;
    font-size: 20px;
}

/*-------------Webapp-----------*/

.webapp_s{
    padding-top: 30px;
}
.webapp_s p{
    padding-left: 150px;
    padding-right: 150px;
    font-size: 18px;
}
.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/img-5.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sft-header h1{
    margin-top: -30px;
    font-size: 58px;
}
.sft-header p{
    color: #fff;
    padding-left: 150px;
    padding-right: 150px;
}

/*-------------Roofing-----------*/

.roof{
    padding-left: 150px;
    padding-right: 150px;
}
.roof p{
    font-size: 20px;
}

/*-------------Staffing-----------*/

.staffing{
    padding-left: 150px;
    padding-right: 150px;
}
.staffing p{
    font-size: 20px;
}

/*-------------Medical-----------*/

.medical{
    padding-left: 150px;
    padding-right: 150px;
}
.medical p{
    font-size: 20px;
}

/*-------------Services-----------*/
.service{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    text-align: center;
    font-size: 48px;
    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;
    text-align: center;
}
.row{
    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;
}
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);
}
.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;
}
/*-------------Footer-----------*/
.footer{
    width: 100%;
    text-align: center;
    padding: 2% 0;
}
.footer p{
    color: #777;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #777;
}
/*-------------Icons-----------*/
.icons .fa{
    color: #1569b1;
    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 #1569b1;
    background: transparent;
    color: #1569b1;
    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;
}
.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;
}
/*------------Services------------*/

.service-row p1{
    font-size: 23px;
    text-align: left;
    color: #777;
}
.service-row li{
    width: 100%;
    text-align: justify;
    font-size: 20px;
    color: #777;
    padding-left: 20px;
}
.service-row{
    width: 100%;
    text-align: left;
}
.service-row h2{
    color: #ff5733;
    font-size: 40px;
}
.service-row h3{
    font-size: 25px;
    color: #1569b1;
    text-align: justify;
}
.service-row p{
    width: 100%;
    text-align: justify;
    font-size: 20px;
}
.service-row p1{
    width: 100%;
    text-align: justify;
    font-size: 30px;
    color: #ff5733;
}
.service-row a{
    
    border: 1px;
}
.service-row img{
    width: 500px;
    height: auto;
    border: 2px solid #2d9ec1;
    border-radius: 10px;
}
.service-row img:hover{
    box-shadow: 0 0 20px 0px rgba(45, 158, 193,0.5);
    cursor: pointer;
}
.service-row1{
    text-align: center;
}
.service-row1 h3{
    font-size: 30px;
    color: #2d9ec1;
}
.service-row1 p{
    font-size: 20px;
}
.service-row1 a{
    border: 1px;
    color: #2d9ec1;
}
.service-row1 img{
    width: 500px;
    height: auto;
    border: 2px solid #8dc541;
    border-radius: 10px;
}
.service-row1 img:hover{
    box-shadow: 0 0 20px 0px rgba(141, 197, 65,0.5);
    cursor: pointer;
}
/*------------Contact Us------------*/

.location{
    width: 60%;
    margin: auto;
    padding: 80px 0;
}
.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: #1569b1;
    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;
}
.container{
    width: 100%;
    height: 100vh;
    font-family: sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    width: 350px;
    height: 500px;
    box-shadow: 0 0 40px 20px rgba(0,0,0,0.26);
}
.inner-box{
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0,0,100,0.8),rgba(0,0,100,0.8)),url(images/image1.jpg);
    padding: 55px;
    box-sizing: border-box;
    backface-visibility: hidden;
}
.card h2{
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.input-box{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
    color: #fff;
}
::placeholder{
    color: #ccc;
    font-size: 12px;
}
button{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin: 35px 0 10px;
    height: 32px;
    font-size: 12px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    color: #fff;
    cursor: pointer;
}
.submit-btn{
    position: relative;
}
.submit-btn::after{
    color: #333;
    line-height: 32px;
    font-size: 17px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -1px;
    top: -1px;
}
.submit-btn:hover{
    color: #fff;
}
.card .btn{
    margin-top: 70px;
}
.card a{
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
}
.inner-box form input{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
    color: #fff;
}
.inner-box form select{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
    color: #A9A9A9;
}
.inner-box form select::after{
    color: #000;
    background: transparent;
}