@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Agency FB';
    src: url('./fonts/AgencyFB-Bold.eot');
    src: url('./fonts/AgencyFB-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AgencyFB-Bold.woff2') format('woff2'),
        url('./fonts/AgencyFB-Bold.woff') format('woff'),
        url('./fonts/AgencyFB-Bold.ttf') format('truetype'),
        url('./fonts/AgencyFB-Bold.svg#AgencyFB-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body,
html {
    font-family: "Oswald", sans-serif;

}

body {
    background: #fff;
}

.nopad {
    padding: 0;
}

.pad-left {
    padding-left: 0;
}

.pad-right {
    padding-right: 0;
}

a:hover,
a:active {
    text-decoration: none !important;
}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
}

* a:hover {
    text-decoration: none !important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #019623;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 1024px) {

    .slider .item .carousel-caption {
        top: 80px;
    }

    .slider-text h3 {
        font-size: 40px;
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-text .form-group label {
        font-size: 12px;
    }

}



@media screen and (max-width: 767px) {
    nav.nav1 {
        display: block;
    }

    .logo-bar nav {
        display: none !important;
    }

    a#hamburg {
        display: block;
        background: #019623;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav>form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover>a {
        color: #000;
    }

    .nav1 ul li a>i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover>ul {
        display: none;
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }

    .nav1 ul li.open>a {
        background-color: transparent;
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }

    .nav1 ul li.open>ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 99999;
        background: #019623;
    }

    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open>span {
        background: #fff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .open-menu .nav-cross span {
        display: block;
    }

    .open-menu span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .open-menu span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px !important;
        left: 4px;
    }

    .open-menu span:nth-child(3) {
        transform: rotate(-45deg);
        left: 4px;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #019623;
}

body::-webkit-scrollbar-thumb {
    background-color: #011a41;
    outline: 1px solid #001a41;
}

/*Scroll css End here*/


header.header {
    padding: 30px 0;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.27);
}

header.header .container-fluid {
    padding: 0 318px;
}

header.header .row{
    align-items: center;
}

header.header .logo {
    width: 100%;
    height: auto;
}

header.header .logo img{
    width: 100%;
}

header.header .menu-header {}

header.header .menu-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.header .menu-header ul li {
    color: #5d5d5d;
    margin-right: 55px;
}

header.header .menu-header ul li:last-child {
    margin-right: 0;
}

header.header .menu-header ul li a.active {
    color: #001a42;
}

header.header .menu-header ul li a {
    color: #5d5d5d;
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
}

header.header .call {
    text-align: right;
}

header.header .call a {
    font-size: 26px;
    color: #5d5d5d;
    font-weight: 700;
}

header.header .call a:hover {
    color: #ff7e14;
}

header.header .call a img {
    width: auto;
    height: auto;
}

section.main-sec {
    background-image: url('../Images/hero-bg.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 103px 0 123px;
}

section.main-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    opacity: 85%;
}

section.main-sec:after {
    content: 'Lawn & Landscaping';
    position: absolute;
    font-size: 183px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Agency FB';
    letter-spacing: 0.5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 180px;
    text-align: center;
    font-weight: 700;
    z-index: 0;
    color: transparent;
    /* transparent fill */
    -webkit-text-stroke: 1px #2d2e2a;
    /* stroke color & width */
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* empty so it doesn't alter layout */
    ';;

}

section.main-sec .container-fluid {
    padding: 0 318px;
}

section.main-sec h1 {
    text-align: center;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
}

section.main-sec h1 span {
    color: #019622;
    font-size: 80px;
}

section.main-sec .login-btn {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 42px;
    position: relative;
    z-index: 1;
}

section.main-sec .login-btn a {
    background-color: #001b3e;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    padding: 14px 47px;
}

section.main-sec .pic-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
}

section.main-sec .pic-wrapper img {
    width: 100%;
}

footer.footer {
    background-color: #019623;
    padding: 26px 0;
}

footer.footer .copy {}

footer.footer .copy p,
footer.footer .copy p a {
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}


section.wos {
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.09);
    padding: 95px 103px 100px;
    margin: 120px 318px 105px;
}

section.wos form h3 {
    font-weight: 700;
    font-size: 38px;
    color: #424242;
    line-height: 40px;
    margin: 0 0 30px;
}

section.wos form h6 {
    margin: 0 0 60px;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #5e5e5e;
    line-height: 28px;
}

section.wos form legend {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 28px;
    color: #424242;
    margin: 0 0 10px;
}

section.wos form input[type="radio"] {}

section.wos form label {
    width: 100%;
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 36px;
}

section.wos form fieldset {
    margin-bottom: 60px;
}

section.wos form input[type="text"],
section.wos form input[type="email"],
section.wos form input[type="tel"],
section.wos form select {
    width: 49%;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    height: 51px;
    padding: 0 0 0 20px;
    font-family: 'Poppins';
    color: #545353;
    margin-bottom: 10px;

}

section.wos form input::placeholder {
    font-size: 18px;
    color: #545353;
    font-family: 'Poppins';
    font-weight: 300;
}

section.wos form textarea {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 20px 0 0 20px;
    font-family: 'Poppins';
    color: #545353;
}

section.wos form fieldset p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5e5e5e;
    margin: 0 0 25px;
}

section.wos form input[type="file"] {
    font-family: 'Poppins';
    width: 100%;
}

section.wos form span {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}

section.wos form button.submit-btn {
    background-color: #001a40;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 13px 143px;
}

section.wos.contact_page fieldset {
    margin-bottom: 25px;
}