* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	scroll-behavior: smooth;
}
html{height:100%;}

button {
	border-style: none;
	outline: none;
	cursor: pointer;
}

button a {
	text-decoration: none;
	color: #fff;
}
p {
    margin: 0px;
   
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height:19px;
}
ul {
    list-style: none;
}

.special_content p {
    font-size:16px;
}
/*HERO SECTION*/
.hero {
    width: 100%;
    height: 100vh;
    background: url('../images/hero_dark.jpeg');
    background-size: cover;
}

.hero_area {
	height: 100vh;
	display: flex;
	align-items: center;
}

.img_center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo_hero {
	width: 80%;
}

.logo_hero img {
	width: 100%;
	margin: auto;
}

.hero_content {
	color: #fff;
}

    .hero_content h5 {
        font-family: 'Montserrat', sans-serif;
        font-size: .8rem;
        margin-bottom: 15px;
        font-weight: 400;
        color: #fff;
    }

    .hero_content h1 {
        font-family: 'DM Serif Display', serif;
        font-size: 4rem;
        letter-spacing: 1px;
        line-height: 3rem;
        margin-bottom: 10px;
        color: #fff;
    }

        .hero_content h1 span {
            font-family: 'DM Serif Display', serif;
            font-size: 2.5rem;
            font-weight: 400;
            letter-spacing: 1px;
        }

.hero_content p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .95rem;
	width: 85%;
	margin-bottom: 15px;
}

.hero_cta {
	margin: 20px 0;
	padding: 15px 45px;
	background: #ffffff30;
	transition: .3s;
} 

.hero_cta a {
	font-weight: 600;
}

.hero_cta:hover {
	background: #ffffff50;
	transition: .3s;
}

/*NAVIGATION*/

.mobile_nav {
	display: none;
}

.nav_toggle {
	width: 100%;
	height: 60px;
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.nav_toggle svg {
	margin-right: 10px;
}

nav {
	width: 100%;
	height: 80px;
	background: #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.collapse {
    display: block !important;
}
.dropdown-menu{
    margin:30px 0 0 0;
}
.dropdown-menu li {
    margin: 10px 0 0 0 !important;
}
.dropdown-menu li a{
    padding:10px;
}
@media (min-width: 991px) {
    nav {
        display: flex !important;
    }
    
}

    @media (max-width: 990px) {
        nav {
            display: none;
        }
        #nav-left {
            margin-left: 0px !important;
        }
    }
	
	 @media (max-width: 450px) {
		 .Head {    
    font-size: 30px;
		 }
	 }

@media (max-width: 330px) {
		 .Head {    
    font-size: 22px;
		 }
	 }

    #nav-left {
        margin-left: 90px;
    }

    .navlinks {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

        .navlinks li {
            margin: 0 0 0 0;
        }

        .navlinks a {
            text-decoration: none;
            color: #000;
            font-size: .85rem;
            margin-right: 20px;
            transition: .3s;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            padding: 30px 10px;
        }

    .navlinks_active {
        border-bottom: 2px solid #ed5be3;
        color: #ed5be3 !important;
        transition: .3s;
    }

    .navlinks a:hover {
        border-bottom: 2px solid #ed5be3;
        color: #ed5be3;
        transition: .3s;
    }

    .navbuttons {
        display: flex;
        align-items: center;
    }

        .navbuttons a {
            text-decoration: none;
            margin-left: 10px;
        }

    .mailbtn {
        background: #579ad9;
        padding: 15px 25px;
        border-radius: 5px;
        font-size: .85rem;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

        .mailbtn:hover {
            background: #4f8cc5;
            transition: .3s;
        }

        .mailbtn svg {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

    .callbtn {
        background: #ed5be3;
        padding: 15px 25px;
        border-radius: 5px;
        font-size: .85rem;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

        .callbtn:hover {
            background: #da54d1;
            transition: .3s;
        }

        .callbtn svg {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

    #callicon {
        transform: rotate(90deg);
    }

    /*ABOUT SECTION*/

    .about {
        padding: 80px 0;
        overflow: hidden;
    }

    .about_content h5 {
        color: #579ad9;
        letter-spacing: 4px;
        margin-bottom: 40px;
        font-weight: 700;
        font-size: 13.28px;
        font-family: 'Montserrat', sans-serif;
    }

    h1, h2, h3, h4, h5, h6, p, a, span, strong {
        font-family: 'Montserrat', sans-serif;
    }

    .about_content p {
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        opacity: 0.9;
    }

    .aboutimg {
        width: 100%;
        position: relative;
        z-index: 99;
    }

        .aboutimg img {
            width: 100%;
        }

    .greybox {
        position: absolute;
        bottom: -30px;
        left: -35px;
        width: 220px;
        height: 220px;
        background: #000;
        opacity: .1;
        z-index: -1;
    }

    .pinkbox {
        position: absolute;
        top: -30px;
        right: -35px;
        width: 150px;
        height: 150px;
        background: #ffc0fb;
        z-index: -1;
    }

    /*PEST CONTROL SECTION*/

    .pestcontrol {
        padding: 80px 0;
        overflow: hidden;
    }

    .pcleft p {
        margin-top: 50px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .pcleft img {
        width: 100%;
        height: 422px;
        object-fit: cover;
    }

    .pcright {
        margin-top: 80px;
    }

        .pcright h1 {
            font-family: 'DM Serif Display', serif;
            font-size: 3rem;
            margin-bottom: 30px;
            letter-spacing: 10px;
        }

            .pcright h1 span {
                font-family: 'DM Serif Display', serif;
                font-size: 3rem;
                color: #579ad9;
                letter-spacing: 10px;
            }

        .pcright img {
            width: 100%;
            height: 320px;
            object-fit: cover;
        }

    .pc_button {
        margin-top: 30px;
        background: #579ad9;
        padding: 15px 35px;
        transition: .3s;
        font-weight: 500;
    }

        .pc_button:hover {
            background: #4f8cc5;
            transition: .3s;
        }

    /*SERVICES SECTION*/

    .services {
        padding: 60px 0;
    }

    .services_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .services_header h1 {
            font-family: 'DM Serif Display', serif;
            font-size: 3rem;
            letter-spacing: 10px;
        }

            .services_header h1 span {
                font-family: 'DM Serif Display', serif;
                font-size: 3rem;
                letter-spacing: 10px;
                color: #579ad9;
            }

    .service_line {
        width: 55%;
        height: 2px;
        background: #579ad9;
    }

    .services p {
        margin: 15px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    .card {
        background-color: #fff;
        box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
        border-bottom: 3px solid #ed5be3;
        height: 240px;
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: .4s;
    }

        .card:hover {
            cursor: pointer;
            transform: translateY(-5px);
            transition: .4s;
        }

        .card img {
            width: 100px;
            height: 100px;
            margin-bottom: 40px;
        }

        .card h4 {
            letter-spacing: 2px;
            font-size: .85rem;
            font-weight: 500;
        }

    .artimg {
        text-align: center;
    }

    .art img {
        width: 60%;
        transform: translateY(5px);
    }

    /*GET IN TOUCH SECTION*/

    .getintouch {
        width: 100%;
        background: #579ad9;
        padding: 50px 0;
    }

    .getintouch_data {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .getintouch_content {
        width: 60%;
        color: #fff;
    }

        .getintouch_content h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            margin-bottom: 20px;
            color: #fff;
        }

        .getintouch_content p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 300;
            font-size: .85rem;
            color: #fff;
        }

    .getintouch_btn {
        background: #fff;
        padding: 15px 35px;
    }

        .getintouch_btn a {
            color: #579ad9;
            font-weight: 500;
        }

    /*SPECIAL SECTION*/

    .special {
        padding: 60px 0;
        overflow: hidden;
    }

    .special_headers {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

        .special_headers h1 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
        }

    .special_line {
        width: 3px;
        height: 70px;
        border-radius: 3px;
        background: #ed5be3;
        margin-right: 40px;
    }

    .special_img img {
        width: 100%;
        object-fit: cover;
    }

    .special_content h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .tick {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

        .tick img {
            width: 18px;
            height: 18px;
            margin-right: 15px;
        }

    /*CONTACT SECTION*/

    .contact {
        width: 100%;
        background: #f6f6f6;
        height: 450px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .contact_data {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        text-align: right;
        height: 450px;
        z-index: 99;
    }

        .contact_data h1 {
            font-family: 'DM Serif Display', serif;
            font-size: 3rem;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .contact_data h3 {
            color: #579ad9;
            font-family: 'DM Serif Display', serif;
            font-size: 1.5rem;
            font-weight: 400;
            line-height: 2.2rem;
            margin-bottom: 30px;
        }

        .contact_data a {
            text-decoration: none;
            margin-bottom: 10px;
            color: #000;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
        }

    .contact_btns {
        margin-top: 25px;
    }

        .contact_btns button {
            padding: 15px 55px;
            margin-left: 15px;
        }

    .contact_callbtn {
        background: #000;
    }

        .contact_callbtn a {
            color: #fff;
            font-weight: 500;
        }

    .contact_mailbtn a {
        font-weight: 500;
    }

    .contact_mailbtn {
        background: transparent;
        border: 1px solid #000;
    }

    .contactbgimg {
        position: absolute;
        top: 0;
        left: 0;
        height: 460px;
        z-index: -1;
    }

    footer {
        width: 100%;
        background: #579ad9;
        min-height: 150px;
    }

    .footer_logo {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer_logo img {
            width: 80%;
        }

    .footer_right {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        text-align: right;
        height: 150px;
    }

    .footer_links a {
        text-decoration: none;
        color: #fff;
        font-size: .85rem;
        margin-left: 25px;
    }

    .footer_line {
        height: 1px;
        width: 40%;
        background: #fff;
        margin: 25px 0;
    }

    .footer_credit p, .footer_credit span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: .75rem;
        color: #fff;
    }

    /*MEDIA QUERIES*/

    @media (max-width: 990px) {
        .hero {
            background-position: center;
        }

        .logo_hero {
           
            margin-bottom: 40px;
        }

        .hero_content {
            text-align: center;
        }

            .hero_content h1 {
                font-size: 2.5rem;
                line-height: 2rem;
                font-weight: 400;
            }



                .hero_content h1 span {
                    font-size: 1.5rem;
                }

            .hero_content p {
                width: 100%;
            }

        .mobile_nav {
            display: block;
        }

        .mobile_nav_active {
            display: flex;
        }

        nav {
            height: auto;
            flex-direction: column;
            text-align: center;
            padding-bottom: 10px;
            display: none;
        }

        .navlinks {
            flex-direction: column;
        }

            .navlinks a {
                display: block;
                margin: 25px 0;
                padding: 0;
            }

                .navlinks a:hover, .navlinks_active {
                    padding: 0;
                    border-bottom: none;
                }

        .navbuttons {
            justify-content: center;
            flex-direction: column;
        }

        .mailbtn, .callbtn {
            margin-bottom: 20px;
            font-size: .75rem;
            font-family: 'Montserrat', sans-serif;
        }

        .about, .pestcontrol, .services, .getintouch, .special {
            padding: 30px 0;
        }

        .about_content h5 {
            margin-bottom: 20px;
        }

        .aboutimg {
            margin-top: 20px;
        }

        .greybox, .pinkbox {
            display: none;
        }

        .pc_order {
            order: -1;
        }

        .pcleft {
            margin-top: 30px;
        }

            .pcleft img {
                height: 400px;
            }

            .pcleft p {
                margin-top: 20px;
            }

        .pcright {
            margin-top: 0px;
        }

            .pcright h1 {
                margin-bottom: 20px;
            }

        .pc_button {
            width: 100%;
        }

        .services_header h1, .services_header h1 span {
            font-size: 2rem;
        }

        .service_line {
            display: none;
        }

        .card {
            margin-top: 20px;
        }

        .artimg img {
            width: 90%;
        }

        .getintouch_data {
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .getintouch_content {
            width: 100%;
        }

            .getintouch_content h1 {
                font-size: 1.5rem;
                margin-bottom: 15px;
            }

        .getintouch_cta {
            width: 100%;
        }

        .getintouch_btn {
            width: 100%;
            margin-top: 15px;
        }

        .special_line {
            display: none;
        }

        .special_headers {
            margin-bottom: 20px;
        }

            .special_headers h1 {
                font-size: 1.5rem;
            }

        .special_content {
            margin-top: 20px;
        }

            .special_content h3 {
                margin-bottom: 20px;
            }

        .tick {
            margin-bottom: 20px;
        }

            .tick p {
                font-size: .85rem;
            }

        .contactbgimg {
            opacity: .1;
        }

        .contact_data {
            align-items: flex-start;
            text-align: left;
        }

        .contact_callbtn {
            margin-bottom: 10px;
        }

        .footer_logo {
            height: auto;
            padding: 20px 0;
        }

            .footer_logo img {
                width: 55%;
            }

        .footer_right {
            width: 100%;
            text-align: center;
            margin: 20px 0;
            height: auto;
            align-items: center;
            justify-content: center;
        }

        .footer_links {
            width: 100%;
            text-align: center;
        }

            .footer_links a {
                display: block;
                text-align: center;
                margin: 0;
                padding: 10px 0;
            }

        .footer_line {
            width: 100%;
        }
    }