@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* -------------------------
Primary Settings
---------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #393939;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

/* -------------------------
Header Section
---------------------------- */

header {
    width: 100%;
    height: 81px;
    padding: 0 9%;
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    background-color: white;
}

.headerlogo a {
    font-size: 24px;
    font-weight: 600;
}

.nav-bar ul {
    list-style: none;
}

.nav-bar ul li {
    position: relative;
    float: left;
}

.nav-bar ul li a {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    padding: 0 20px;
    display: block;
    height: 81px;
    display: flex;
    align-items: center;
}

.nav-bar ul li a:hover {
    color: #10A07A;
}

.nav-bar ul li ul {
    position: absolute;
    left: 0;
    width: 240px;
    background-color: white;
    display: none;
    border: 1px solid #e6e6e6;
}

.nav-bar ul li ul li {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-bar ul li ul li a {
    height: 75px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.nav-bar ul li:focus-within>ul,
.nav-bar ul li:hover>ul {
    display: initial;
}

/* -------------------------
Hamburger hidden for Desktop View
---------------------------- */

#menu-bar {
    display: none;
}

header label {
    cursor: pointer;
    display: none;
}

header label img {
    height: 35px;
    margin-top: 5px;
}

/* -------------------------
Hero Section
---------------------------- */


.herosection {
    width: 100%;
    padding: 75px 9%;
    /* height: 550px; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

@keyframes slideInLeftHeroText {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.herotext {
    width: 60%;
    padding-right: 24px;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: slideInLeftHeroText;
}

.herotext h4 {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.3;
    color: #10A07A;
}

.herotext h3 {
    font-size: 51px;
    font-weight: 500;
    line-height: 1.2;
    color: #333333;
}

.herotext p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding-top: 24px;
    width: 90%;
    color: #555555;
}

.ht-callbutton {
    padding: 15px 30px;
    border: 3px solid #10A07A;
    background-color: white;
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}




@keyframes imageFloating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.herosectionimage {
    width: 40%;
}

.herosectionimage img {
    width: 100%;
    /* animation-name: imageFloating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
}

/* -------------------------
Process Steps Section
---------------------------- */

.processcontainer {
    width: 100%;
    padding: 21px 9% 100px 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 60px 0;
    text-align: center;
}

.pc-header h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.titleunderline {
    display: block;
    height: 2px;
    width: 150px;
    margin: 10px 0 15px 0;
    background-color: #10A07A;
}

.pc-header p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    width: 60%;
    color: #777777;
    padding: 0;
}

.processflex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.processimage {
    width: 50%;
    display: flex;
    align-items: center;
    /* animation-name: imageFloating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
}


.processimage img {
    width: 80%;
}

.processsteps {
    width: 50%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 39px;
}

.processone h4 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    color: #10A07A;
    padding: 0 0 15px 0;
    margin: 0;
}

.processone h3 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 15px 0;
    margin: 0;
}

.processone p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    width: 210px;
    padding: 0;
    color: #777777;
}

/* -------------------------
Start Project Section
---------------------------- */

.startproject {
    width: 100%;
    height: 450px;
    background: rgb(218, 218, 218);
    background: linear-gradient(0deg, rgba(218, 218, 218, 1) 0%, rgba(245, 245, 245, 1) 18%, rgba(245, 245, 245, 1) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sp-text p {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.4;
}

.sp-buttonbox {
    margin: 30px 0 0 0;
}

.sp-contactbutton {
    padding: 15px 30px;
    border: 1px solid #10A07A;
    background-color: #10A07A;
    display: inline-block;
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

/* -------------------------
Start Project NEW Section
---------------------------- */

.startprojectnew {
    width: 100%;
    height: 240px;
    background: rgb(9,126,95);
background: linear-gradient(90deg, rgba(16, 160, 122,0.8) 0%, rgba(16, 160, 122,0.8) 100%),
url("../images/start-now-bg.jpg");
background-size: cover;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sp-textnew p {
    font-size: 39px;
    font-weight: 600;
    line-height: 1.4;
    color: white;
}

.sp-buttonboxnew {
    margin: 0 0 0 45px;
}

.sp-contactbuttonnew {
    padding: 15px 30px;
    border: 3px solid white;
    /* background-color: #10A07A; */
    background: url("../images/start-now-bg.jpg");
background: linear-gradient(90deg, rgba(16,160,122,0.1) 0%, rgba(16,160,122,0.1) 30%, rgba(8,125,94,0.1) 60%, rgba(8,125,94,0.1) 100%);
    display: inline-block;
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}


/*===================*/
/* WOOBLE VERTICAL
/*===================*/

@-webkit-keyframes wobble-vertical-on-hover {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical-on-hover {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wobble-vertical-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical-on-hover:hover,
.wobble-vertical-on-hover:focus,
.wobble-vertical-on-hover:active {
    -webkit-animation-name: wobble-vertical-on-hover;
    animation-name: wobble-vertical-on-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}






/* -------------------------
Services Section
---------------------------- */

.serviceslisthome {
    width: 100%;
    padding: 75px 9%;
}

.slh-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px 0;
    text-align: center;
}


.slh-header h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.titleunderline {
    display: block;
    height: 2px;
    width: 150px;
    margin: 10px 0 15px 0;
    background-color: #10A07A;
}

.slh-header p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    width: 60%;
    color: #777777;
    padding: 0;
}

.slh-services {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.slh-servicesone {
    width: 330px;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
}

.sone-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}

.sone-top img {
    width: 75px;
}

.sone-top h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 30px 0 15px 0;
}

.sone-top p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    width: 90%;
    color: #777777;
    padding: 0;
}

.sone-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

button.slh-button {
    padding: 15px 50px;
    border: 2px solid #1DE9B6;
    background-color: #1DE9B6;
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

button.slh-button:hover {
    border: 2px solid #71767A;
    background-color: #71767A;
}

/* -------------------------
Portfolio Section
---------------------------- */

.portfoliohome {
    width: 100%;
    padding: 75px 9% 100px 9%;
    /* background-color: #F5F5F5; */
    background: rgb(218, 218, 218);
    background: linear-gradient(90deg, rgba(218, 218, 218, 1) 0%, rgba(245, 245, 245, 1) 25%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 1) 75%, rgba(218, 218, 218, 1) 100%);
}

.ph-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 60px 0;
    text-align: center;
}

.ph-header h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.titleunderline {
    display: block;
    height: 2px;
    width: 150px;
    margin: 15px 0 15px 0;
    background-color: #10A07A;
}

.ph-header p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    width: 60%;
    color: #777777;
    padding: 0;
}

.ph-portfolio {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.portfolio-lineone {
    margin-bottom: 45px;
}

.php-image {
    margin: 0 30px;
    width: 360px;
    height: 200px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
}

.php-image img {
    width: 100%;
}

.ph-more {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    text-align: center;
}

.ph-more-button {
    padding: 10px 30px;
    border: 1px solid #10A07A;
    background-color: #10A07A;
    display: inline-block;
    color: white;
    margin: 60px 0 0 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px;
}

/* -------------------------
Pages Hero Section
---------------------------- */


.pagesherosection {
    width: 100%;
    padding: 50px 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #F5F5F5; */
    background: rgb(228, 228, 228);
    background: linear-gradient(90deg, rgba(228, 228, 228, 1) 0%, rgba(245, 245, 245, 1) 30%, rgba(245, 245, 245, 1) 70%, rgba(228, 228, 228, 1) 100%);
}

.pagesherotext {
    width: 75%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pagesherotext h3 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    /* color: #1DE9B6; */
}

.pagesherotext p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 24px 0 0 0;
    color: #777777;
}

.phs-titleunderline {
    display: block;
    height: 2px;
    width: 150px;
    margin: 10px 0 0 0;
    background-color: #10A07A;
}

.breadcrumb p a {
    font-size: 16px;
    font-weight: 500;
    padding: 18px 0 0 0;
    color: #10A07A;
    text-shadow: 1px 1px 15px rgb(255, 255, 255);
}

.breadcrumb p a:hover {
    font-size: 16px;
    color: #333333;
}

.aboutpage {
    width: 100%;
    padding: 45px 9% 20px 9%;
    display: flex;
    flex-direction: row;
}

.ap-writeup {
    width: 60%;
    padding: 30px 45px 0 0;
}

.ap-writeup p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 0 0 20px 0;
}

.ap-sidepic {
    width: 40%;
    padding: 36px 0 0 0;
}

.ap-sidepic img {
    width: 100%;
    /* animation-name: imageFloating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
}

.aboutpagetwo {
    width: 100%;
    padding: 30px 9% 60px 9%;
    display: flex;
    flex-direction: row;
}

.ap-sidecontact {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aps-text {
    width: 90%;
    height: 300px;
    border: 3px solid #10A07A;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
}

.aps-text img {
    width: 1px;
    border: 1px solid red;
}

.aps-text h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 20px 0;
    /* color: #1DE9B6; */
}

.aps-contactlinks {
    padding: 9px 15px;
    background-color: white;
    background-color: rgb(218, 250, 242);
    display: inline-block;
    /* color: white; */
    margin: 5px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.aps-contactlinks:hover {
    background-color: #10A07A;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 6px 9px;
}

.aps-textlocation {
    width: 90%;
    height: 240px;
    border: 3px solid #10A07A;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
}

.aps-textlocation h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 20px 0;
    /* color: #1DE9B6; */
}

.aps-textlocation p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    width: 70%;
}

/* .apsblue {
    color: #1DE9B6;
} */

.ap-sidecontact img {
    width: 75%;
}

.ap-writeuptwo {
    width: 60%;
    padding: 0 0 0 45px;
}

.ap-writeuptwo p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 0 0 20px 0;
}






/* -------------------------
Service Page Content Section
---------------------------- */

.servicepage {
    width: 100%;
    padding: 50px 9% 75px 9%;

}

.sp-single {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    /* border: 1px solid red; */
    margin: 20px 0 0 0;
}

.sp-singlealternate {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    /* align-items: center; */
    margin: 75px 0;
}

.sp-sidepic {
    width: 40%;
    height: 270px;
    overflow: hidden;
}

.sp-sidepicalt {
    width: 40%;
    height: 240px;
    overflow: hidden;
    text-align: right;
}

.sp-sidepic img,
.sp-sidepicalt img {
    width: 90%;
    padding:10px 0 0 0;
    /* animation-name: imageFloating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
}

.sp-writeup {
    width: 60%;
    padding: 0 30px;
}

.sp-writeup h3 {
    font-size: 39px;
    font-weight: 600;
    line-height: 1.3;
}


.sp-writeup p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 24px 0 30px 0;
    color: #777777;
}

button.sp-button {
    padding: 15px 50px;
    border: 2px solid #1DE9B6;
    background-color: #1DE9B6;
    color: white;
    margin: 30px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

button.sp-button:hover {
    border: 2px solid #71767A;
    background-color: #71767A;
}

/* -------------------------
Contact Page Section
---------------------------- */

.contactpage {
    width: 100%;
    padding: 75px 9%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cp-contactform {
    width: 444px;
    padding: 0 0 0 60px;
}

.cp-contactform h5 {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}

.cp-contactform h4 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 0 0 0;
    color: #10A07A;
}

.contactformfield {
    margin: 15px 0;
}

.contactformfield p {
    font-size: 16px;
    padding: 5px 0 5px 0;
}

input.cfinputfield {
    width: 360px;
    height: 42px;
    padding: 10px;
    border: 1px solid #b1b1b1;
    background-color: #F5F5F5;
    font-size: 15px;
    resize: none;
}

input.cfinputfield::placeholder {
    color: #10A07A;
    font-size: 15px;
}

.cfinputmessagefield {
    width: 360px;
    padding: 10px;
    border: 1px solid #b1b1b1;
    background-color: #F5F5F5;
    font-size: 15px;
    resize: none;
}

.cfinputmessagefield::placeholder {
    color: #10A07A;
    font-size: 14px;
}

input.cformpagebutton {
    padding: 15px 30px;
    border: 1px solid #10A07A;
    background-color: #10A07A;
    display: inline-block;
    color: white;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;

}

button.cfpagebutton {
    padding: 15px 50px;
    border: 2px solid #1DE9B6;
    background-color: #1DE9B6;
    color: white;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

button.cfpagebutton:hover {
    border: 2px solid #71767A;
    background-color: #71767A;
}

.cp-contactdetails {
    width: 330px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    background-color: #E8FDF8;
}

.cp-contactdetails img {
    width: 18px;
    margin: 0;
}

.cp-contactdetails p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    width: 300px;
    color: #333333;
    padding: 12px 0 30px 0;

}

.contactpagemap {
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
}

/* -------------------------
Services Single Page Section
---------------------------- */

/* .sphs-titleunderline {
    display: block;
    height: 2px;
    width: 210px;
    margin: 27px 0 0 0;
    background-color: #1DE9B6;
} */

.serviceonepage {
    width: 100%;
    padding: 30px 9% 50px 9%;
}

.sop-single {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 20px 0 0 0;
    /* border: 1px solid red; */
}

.sop-sidepic {
    width: 40%;
    padding: 36px 0 0 0;
}

.sop-sidepic img {
    width: 100%;
    /* animation-name: imageFloating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
}

.sop-writeup {
    width: 60%;
    padding: 30px 0 0 45px;
}

.sop-writeup p,
.sop-writeuptwo p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 0 0 30px 0;
}

.sop-singletwo {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* border: 1px solid red; */
    margin: 20px 0 0 0;
}

.sop-writeuptwo {
    width: 60%;
    padding: 30px 45px 0 0;
}

.sop-writeuptwo ul {
    list-style-type: square;
    list-style-position: inside;
    padding: 0 0 50px 10px;
}

.sop-writeuptwo ul li {
    line-height: 1.8;
}

.sop-writeup h4,
.sop-writeuptwo h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 30px 0;
}

.sop-widecontent {
    width: 100%;
    padding: 30px 0;
    /* border: 1px solid red; */
}

.sop-widecontent p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 0;
}

/* -------------------------
Single Pages - Start Project Section
---------------------------- */

.sop-startproject {
    width: 100%;
    height: 150px;
    border-top: 2px solid #1DE9B6;
    border-bottom: 2px solid #1DE9B6;
    background-color: none;
    padding: 50px 9%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



/* -------------------------
Portfolio Page Section
---------------------------- */

.portfoliopage {
    width: 100%;
    padding: 90px 9%;
}

.pp-groupone {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 75px 0;
}

.pp-pics {
    width: 510px;
}

.pp-pics img {
    width: 420px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 21px;
}

.pp-writeup {
    width: 330px;
}

.pp-writeup h4 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.pp-writeup p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 15px 0;
    color: #777777;
}



/* -------------------------
Footer Section
---------------------------- */

footer {
    background-color: #393939;
    width: 100%;
    padding: 45px 9% 15px 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footermain {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.fm-about {
    width: 40%;
}

.fm-about h4,
.fm-pages h4,
.fm-contact h4 {
    font-size: 24px;
    font-weight: 500;
    color: #1DE9B6;
    padding: 0 0 12px 0;
}

.fm-about p,
.fm-contact p {
    font-size: 16px;
    line-height: 1.8;
    padding: 15px 0 0 0;
    color: #c7c7c7;
}

.fm-about p {
    width: 80%;
}

.fm-pages ul {
    font-size: 16px;
    list-style-type: none;
}

.fm-pages ul li {
    padding: 16px 0 0 0;
}

.fm-pages ul li::before {
    content: "\2022";
    color: #1DE9B6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.fm-pages ul li a {
    color: #c7c7c7;
}

.fm-pages ul li a:hover {
    color: #1DE9B6;
}

.fm-socialicons {
    margin: 25px 0 0 0;
}

.fm-socialicons img {
    width: 24px;
    margin: 0 12px 0 0;
}

.fm-pages,
.fm-contact {
    width: 30%;
}


.footercredit {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #666666;
    margin: 50px 0 0 0;
}

.footercredit p {
    font-size: 15px;
    color: #777777;
}


/* -------------------------
Footer Section
---------------------------- */

.emailthanks {
    width: 100%;
    height: 100%;
    /* position: relative; */
    background-color: white;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.thankstext {
    width: 300px;
    height: 240px;
    margin-top: 30px;
    padding:15px;
    border: 3px solid #1DE9B6;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
}

.thankstext h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0 20px 0;
    /* color: #1DE9B6; */
}

.thankstext p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
}

.thankstext p a {
    text-decoration: underline;
    font-weight: 500;
    color: #0abd90;
}




/* -----------------------------------
 Media Query for responsive layout for size 320px - 480px
 ------------------------------------- */


@media only screen and (min-width: 320px) and (max-width:480px) {

    /* -------------------------
Header Section
---------------------------- */

    header {
        padding: 20px;
    }

    header label {
        display: initial;
    }

    .nav-bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: white;
        border-top: 1px solid #e6e6e6;
        display: none;
    }

    .nav-bar ul li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

    .nav-bar ul li a {
        width: 100%;
    }

    .nav-bar ul li ul {
        position: relative;
        width: 100%;
    }

    .nav-bar ul li ul li {
        background: #f1f1f1;
        width: 100%;
    }

    .nav-bar ul li ul li a {
        width: 100%;
    }

    #menu-bar:checked~.nav-bar {
        display: initial;
    }

    /* -------------------------
Hero Section
---------------------------- */


    .herosection {
        width: 100%;
        padding: 45px 20px;
        /* height: 550px; */
        /* display: flex;
    flex-direction: row;
    align-items: center; */
    }

    .herotext {
        width: 100%;
        padding-right: 24px;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-name: slideInLeftHeroText;
    }

    .herotext h4 {
        font-size: 30px;
        padding: 0 0 5px 0;
        font-weight: 500;
        line-height: 1.3;
        color: #10A07A;
    }

    .herotext h3 {
        font-size: 27px;
        font-weight: 500;
        line-height: 1.3;
        color: #333333;
    }

    .herotext p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.8;
        padding-top: 24px;
        width: 100%;
        color: #555555;
    }

    .ht-callbutton {
        padding: 12px 18px;
        border: 3px solid #10A07A;
        background-color: white;
        display: inline-block;
        margin: 30px 0 0 0;
        font-size: 16px;
        font-weight: 500;
        border-radius: 5px;
        cursor: pointer;
    }

    .herosectionimage {
        display: none;
    }

    /* -------------------------
Process Steps Section
---------------------------- */

    .processcontainer {
        display: none;
    }

    /* -------------------------
Portfolio Section
---------------------------- */

    .portfoliohome {
        padding: 75px 0 55px 0;
    }

    .ph-header {
        margin: 0 0 50px 0;
    }

    .ph-header h4 {
        font-size: 36px;
    }

    .ph-header p {
        width: 81%;
    }

    .ph-portfolio {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .portfolio-lineone {
        margin-bottom: 0;
    }

    .php-image {
        margin: 0 0 45px 0;
        width: 270px;
        height: 150px;
    }

    .ph-more-button {
        padding: 8px 30px;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
    }

    /* -------------------------
Services Section
---------------------------- */

    .serviceslisthome {
        padding: 75px 0 45px 0;
    }

    .slh-header h4 {
        font-size: 36px;
    }

    .titleunderline {
        width: 75px;
        margin: 15px 0 15px 0;
    }

    .slh-header p {
        width: 81%;
        display: none;
    }

    .slh-services {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slh-servicesone {
        width: 270px;
        height: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 30px;
    }

    .sone-top {
        margin-bottom: 18px;
    }

    .sone-top img {
        width: 60px;
    }

    .sone-top h3 {
        font-size: 21px;
    }

    .sone-top p {
        display: none;
    }

    .sp-contactbutton {
        padding: 12px 27px;
        font-size: 16px;
    }

    /* -------------------------
Start Project Section
---------------------------- */

    .startproject {
        width: 100%;
        height: 300px;
    }

    .sp-text p {
        font-size: 30px;
        font-weight: 600;
    }

    /* -------------------------
Footer Section
---------------------------- */

    footer {
        padding: 45px 20px 15px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footermain {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fm-about,
    .fm-contact {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fm-pages {
        display: none;
    }

    .fm-about p,
    .fm-contact p {
        width: 81%;
    }

    .fm-socialicons {
        margin: 25px 0 30px 0;
    }

    .fm-socialicons img {
        width: 21px;
        margin: 0 6px;
    }

    .footercredit {
        padding: 15px;
        text-align: center;
    }

    /* -------------------------
Pages Hero Section
---------------------------- */

    .pagesherosection {
        width: 100%;
        padding: 50px 20px;
    }

    .pagesherotext {
        width: 100%;
    }

    .pagesherotext h3 {
        font-size: 36px;
    }

    .phs-titleunderline {
        width: 75px;
        margin: 15px 0 0 0;
    }

    .aboutpage {
        width: 100%;
        padding: 30px 20px 20px 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .ap-writeup {
        width: 100%;
        padding: 30px 15px 0 15px;
    }

    .ap-sidepic {
        width: 100%;
        text-align: center;
    }

    .ap-sidepic img {
        width: 75%;
    }

    .aboutpagetwo {
        width: 100%;
        padding: 30px 20px 60px 20px;
        display: flex;
        flex-direction: column;
    }

    .ap-sidecontact {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 75px 0;
    }

    .aps-text {
        width: 90%;
        padding: 30px 15px;
        height: 300px;
        border: 3px solid #10A07A;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
    }

    .aps-text h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        padding: 0 0 20px 0;
        /* color: #1DE9B6; */
    }

    .aps-contactlinks {
        padding: 9px 15px;
        width: 100%;
        font-size: 15px;
    }

    .ap-writeuptwo {
        width: 100%;
        padding: 0 15px;
    }

    /* -------------------------
Service Page Content Section
---------------------------- */

    .servicepage {
        padding: 50px 15px 60px 15px;

    }

    .sp-single {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .sp-singlealternate {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
    }

    .sp-sidepic {
        width: 100%;
        text-align: center;
    }

    .sp-sidepicalt {
        width: 100%;
        text-align: center;
    }

    .sp-sidepic img,
    .sp-sidepicalt img {
        width: 240px;
    }

    .sp-writeup {
        width: 100%;
        padding: 0 30px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .sp-writeup h3 {
        font-size: 27px;
        padding: 24px 0 0 0;
    }

    /* -------------------------
Contact Page Section
---------------------------- */

    .contactpage {
        padding: 60px 15px;
        flex-direction: column;
        align-items: center;
    }

    .cp-contactform {
        display: none;
    }

    .cp-contactdetails {
        width: 90%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        text-align: center;
        background-color: white;
    }

    /* -------------------------
Services Single Page Section
---------------------------- */

    .sphs-titleunderline {
        width: 150px;
    }

    .serviceonepage {
        width: 100%;
        padding: 30px 20px 50px 20px;
    }

    .sop-single {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 0;
    }

    .sop-sidepic {
        width: 100%;
        text-align: center;
    }

    .sop-sidepic img {
        width: 75%;
    }

    .sop-writeup {
        width: 100%;
        padding: 30px 0;
    }

    .sop-singletwo {
        flex-direction: column-reverse;
        margin: 10px 0 0 0;
    }

    .sop-writeuptwo {
        width: 100%;
        padding: 0;
    }

    .sop-writeup h4,
    .sop-writeuptwo h4 {
        font-size: 24px;
        line-height: 1.3;
    }

    /* -------------------------
Portfolio Page Section
---------------------------- */

    .portfoliopage {
        padding: 90px 20px;
    }

    .pp-groupone {
        flex-direction: column;
        margin: 0 0 90px 0;
    }

    .pp-pics {
        width: 270px;
    }

    .pp-pics img {
        width: 270px;
    }

    .pp-writeup {
        width: 270px;
        text-align: center;
    }

    .pp-writeup h4 {
        font-size: 27px;
        padding: 30px 0 0 0;
    }


}


/* -----------------------------------
 Media Query for responsive layout for size 481px - 767px
 ------------------------------------- */


@media only screen and (min-width: 481px) and (max-width:767px) {

    /* -------------------------
Header Section
---------------------------- */

    header {
        padding: 20px 5%;
    }

    header label {
        display: initial;
    }

    .nav-bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: white;
        border-top: 1px solid #e6e6e6;
        display: none;
    }

    .nav-bar ul li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

    .nav-bar ul li a {
        width: 100%;
    }

    .nav-bar ul li ul {
        position: relative;
        width: 100%;
    }

    .nav-bar ul li ul li {
        background: #f1f1f1;
        width: 100%;
    }

    .nav-bar ul li ul li a {
        width: 100%;
    }

    #menu-bar:checked~.nav-bar {
        display: initial;
    }

    /* -------------------------
Hero Section
---------------------------- */


    .herosection {
        width: 100%;
        padding: 45px 5%;
    }

    .herotext {
        width: 100%;
        padding-right: 24px;
    }

    .herotext h4 {
        font-size: 42px;
        padding: 0 0 5px 0;
        font-weight: 500;
        line-height: 1.3;
        color: #10A07A;
    }

    .herotext h3 {
        font-size: 39px;
        font-weight: 500;
        line-height: 1.3;
        color: #333333;
    }

    .herotext p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.8;
        padding-top: 24px;
        width: 100%;
        color: #555555;
    }

    .ht-callbutton {
        padding: 12px 18px;
        border: 3px solid #10A07A;
        background-color: white;
        display: inline-block;
        margin: 30px 0 0 0;
        font-size: 18px;
        font-weight: 500;
        border-radius: 5px;
        cursor: pointer;
    }

    .herosectionimage {
        display: none;
    }

    /* -------------------------
Process Steps Section
---------------------------- */

    .processcontainer {
        display: none;
    }

    /* -------------------------
Portfolio Section
---------------------------- */

    .portfoliohome {
        padding: 75px 0 55px 0;
    }

    .ph-header {
        margin: 0 0 50px 0;
    }

    .ph-header h4 {
        font-size: 39px;
    }

    .ph-header p {
        width: 81%;
    }

    .ph-portfolio {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .portfolio-lineone {
        margin-bottom: 0;
    }

    .php-image {
        margin: 0 0 45px 0;
        width: 300px;
        height: 166px;
    }

    .ph-more-button {
        padding: 8px 30px;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
    }

    /* -------------------------
Services Section
---------------------------- */

    .serviceslisthome {
        padding: 75px 0 45px 0;
    }

    .slh-header h4 {
        font-size: 39px;
    }

    .titleunderline {
        width: 75px;
        margin: 15px 0 15px 0;
    }

    .slh-header p {
        width: 81%;
        display: none;
    }

    .slh-services {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slh-servicesone {
        width: 270px;
        height: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 30px;
    }

    .sone-top {
        margin-bottom: 18px;
    }

    .sone-top img {
        width: 60px;
    }

    .sone-top h3 {
        font-size: 21px;
    }

    .sone-top p {
        display: none;
    }

    .sp-contactbutton {
        padding: 12px 27px;
        font-size: 16px;
    }

    /* -------------------------
Start Project Section
---------------------------- */

    .startproject {
        width: 100%;
        height: 300px;
    }

    .sp-text p {
        font-size: 30px;
        font-weight: 600;
    }

    /* -------------------------
Footer Section
---------------------------- */

    footer {
        padding: 45px 5% 15px 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footermain {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fm-about,
    .fm-contact {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fm-pages {
        display: none;
    }

    .fm-about p,
    .fm-contact p {
        width: 81%;
    }

    .fm-socialicons {
        margin: 25px 0 30px 0;
    }

    .fm-socialicons img {
        width: 21px;
        margin: 0 6px;
    }

    .footercredit {
        padding: 15px;
        text-align: center;
    }

    /* -------------------------
Pages Hero Section
---------------------------- */

    .pagesherosection {
        width: 100%;
        padding: 50px 5%;
    }

    .pagesherotext {
        width: 100%;
    }

    .pagesherotext h3 {
        font-size: 39px;
    }

    .phs-titleunderline {
        width: 75px;
        margin: 15px 0 0 0;
    }

    .aboutpage {
        width: 100%;
        padding: 30px 5% 20px 5%;
        display: flex;
        flex-direction: column-reverse;
    }

    .ap-writeup {
        width: 100%;
        padding: 30px 15px 0 15px;
    }

    .ap-sidepic {
        width: 100%;
        text-align: center;
    }

    .ap-sidepic img {
        width: auto;
        height: 300px;
    }

    .aboutpagetwo {
        width: 100%;
        padding: 30px 20px 60px 20px;
        display: flex;
        flex-direction: column;
    }

    .ap-sidecontact {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 75px 0;
    }

    .aps-text {
        width: 390px;
        padding: 30px 15px;
        height: 300px;
        border: 3px solid #10A07A;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
    }

    .aps-text h4 {
        font-size: 27px;
        font-weight: 600;
        line-height: 1;
        padding: 0 0 20px 0;
        /* color: #1DE9B6; */
    }

    .aps-contactlinks {
        padding: 12px 21px;
        width: 100%;
        font-size: 16px;
    }

    .ap-writeuptwo {
        width: 100%;
        padding: 0 15px;
    }

    /* -------------------------
Service Page Content Section
---------------------------- */

    .servicepage {
        padding: 50px 5% 60px 5%;

    }

    .sp-single {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .sp-singlealternate {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
    }

    .sp-sidepic {
        width: 100%;
        text-align: center;
    }

    .sp-sidepicalt {
        width: 100%;
        text-align: center;
    }

    .sp-sidepic img,
    .sp-sidepicalt img {
        width: auto;
        height: 300px;
    }

    .sp-writeup {
        width: 100%;
        padding: 0 30px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .sp-writeup h3 {
        font-size: 27px;
        padding: 24px 0 0 0;
    }

    /* -------------------------
Contact Page Section
---------------------------- */

    .contactpage {
        padding: 60px 5%;
        flex-direction: column;
        align-items: center;
    }

    .cp-contactform {
        display: none;
    }

    .cp-contactdetails {
        width: 90%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        text-align: center;
        background-color: white;
    }

    /* -------------------------
Services Single Page Section
---------------------------- */

    .sphs-titleunderline {
        width: 150px;
    }

    .serviceonepage {
        width: 100%;
        padding: 30px 5% 50px 5%;
    }

    .sop-single {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 0;
    }

    .sop-sidepic {
        width: 100%;
        text-align: center;
    }

    .sop-sidepic img {
        width: auto;
        height: 300px;
    }

    .sop-writeup {
        width: 100%;
        padding: 30px 0;
    }

    .sop-singletwo {
        flex-direction: column-reverse;
        margin: 10px 0 0 0;
    }

    .sop-writeuptwo {
        width: 100%;
        padding: 0;
    }

    .sop-writeup h4,
    .sop-writeuptwo h4 {
        font-size: 24px;
        line-height: 1.3;
    }

    /* -------------------------
Portfolio Page Section
---------------------------- */

    .portfoliopage {
        padding: 90px 5% 50px 5%;
    }

    .pp-groupone {
        flex-direction: column;
        margin: 0 0 90px 0;
    }

    .pp-pics {
        width: 330px;
    }

    .pp-pics img {
        width: 330px;
    }

    .pp-writeup {
        width: 330px;
        text-align: center;
    }

    .pp-writeup h4 {
        font-size: 27px;
        padding: 30px 0 0 0;
    }


}


/* -----------------------------------
 Media Query for responsive layout for size 768px - 1024px
 ------------------------------------- */

@media only screen and (min-width: 768px) and (max-width:1024px) {

    /* -------------------------
Header Section
---------------------------- */

    header {
        padding: 20px 6%;
    }

    header label {
        display: initial;
    }

    .nav-bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: white;
        border-top: 1px solid #e6e6e6;
        display: none;
    }

    .nav-bar ul li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

    .nav-bar ul li a {
        width: 100%;
    }

    .nav-bar ul li ul {
        position: relative;
        width: 100%;
    }

    .nav-bar ul li ul li {
        background: #f1f1f1;
        width: 100%;
    }

    .nav-bar ul li ul li a {
        width: 100%;
    }

    #menu-bar:checked~.nav-bar {
        display: initial;
    }

    /* -------------------------
Hero Section
---------------------------- */


    .herosection {
        width: 100%;
        padding: 45px 6%;
    }

    .herotext {
        width: 100%;
        padding-right: 24px;
    }

    .herotext h4 {
        font-size: 54px;
        padding: 0 0 5px 0;
        font-weight: 500;
        line-height: 1.3;
        color: #10A07A;
    }

    .herotext h3 {
        font-size: 51px;
        font-weight: 500;
        line-height: 1.3;
        color: #333333;
    }

    .herotext p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.8;
        padding-top: 24px;
        width: 70%;
        color: #555555;
    }

    .herosectionimage {
        display: none;
    }


    /* -------------------------
Process Steps Section
---------------------------- */

    .processcontainer {
        /* width: 100%; */
        padding: 21px 6% 100px 6%;
        margin: 30px 0 0 0;
        /* display: flex;
    flex-direction: column;
    align-items: center; */
    }



    .titleunderline {
        width: 150px;
        margin: 15px 0 15px 0;
    }

    .pc-header p {
        width: 75%;
    }

    .processflex {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .processimage {
        display: none;
    }

    .processsteps {
        width: 519px;
        grid-gap: 39px;
    }

    .processone {
        text-align: center;
    }

    /* -------------------------
Portfolio Section
---------------------------- */

    .php-image {
        width: 270px;
        height: 140px;
    }

    /* -------------------------
Services Section
---------------------------- */

    .serviceslisthome {
        padding: 75px 6%;
    }

    .slh-header p {
        width: 70%;
    }

    .slh-services {
        justify-content: space-between;
    }

    .slh-servicesone {
        width: 30%;
        height: 330px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 30px 15px;
    }

    .sone-top img {
        width: 60px;
    }

    .sone-top h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.3;
        padding: 30px 0 15px 0;
    }

    .sone-top p {
        display: none;
    }

    .sp-contactbutton {
        padding: 12px 27px;
        font-size: 16px;
    }

    /* -------------------------
Footer Section
---------------------------- */

    footer {
        padding: 45px 6% 15px 6%;
    }

    .fm-pages {
        display: none;
    }

    .fm-about {
        width: 330px;
    }

    .fm-contact {
        width: 270px;
    }

    .fm-socialicons img {
        width: 21px;
        margin: 0 12px 0 0;
    }

    .footercredit {
        text-align: center;
    }

    /* -------------------------
Pages Hero Section
---------------------------- */

    .pagesherosection {
        width: 100%;
        padding: 50px 6%;
    }

    .pagesherotext {
        width: 75%;
    }

    .aboutpage {
        width: 100%;
        padding: 30px 6% 20px 6%;
        display: flex;
        flex-direction: column-reverse;
    }

    .ap-writeup {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .ap-sidepic {
        width: 100%;
        text-align: center;
    }

    .ap-sidepic img {
        width: auto;
        height: 300px;
    }

    .aboutpagetwo {
        width: 100%;
        padding: 30px 6% 60px 6%;
        display: flex;
        flex-direction: column;
    }

    .ap-sidecontact {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 75px 0;
    }

    .aps-text {
        width: 390px;
        padding: 30px 15px;
        height: 300px;
        border: 3px solid #10A07A;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
    }

    .aps-text h4 {
        font-size: 27px;
        font-weight: 600;
        line-height: 1;
        padding: 0 0 20px 0;
        /* color: #1DE9B6; */
    }

    .aps-contactlinks {
        padding: 12px 21px;
        width: 100%;
        font-size: 16px;
    }

    .ap-writeuptwo {
        width: 100%;
        padding: 0;
    }

    /* -------------------------
Service Page Content Section
---------------------------- */

    .servicepage {
        padding: 50px 6% 60px 6%;
    }

    .sp-single {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .sp-singlealternate {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
    }

    .sp-sidepic {
        width: 100%;
        text-align: center;
    }

    .sp-sidepicalt {
        width: 100%;
        text-align: center;
    }

    .sp-sidepic img,
    .sp-sidepicalt img {
        width: auto;
        height: 300px;
    }

    .sp-writeup {
        width: 100%;
        padding: 0 30px;
        text-align: center;
        margin: 0 0 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sp-writeup h3 {
        font-size: 27px;
        padding: 24px 0 0 0;
    }

    .sp-writeup p {
        width: 75%;
    }

    /* -------------------------
Contact Page Section
---------------------------- */

    .contactpage {
        padding: 60px 6%;
        flex-direction: column;
        align-items: center;
    }

    .cp-contactform {
        display: none;
    }

    .cp-contactdetails {
        width: 90%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        text-align: center;
        background-color: white;
    }

    /* -------------------------
Portfolio Page Section
---------------------------- */

    .portfoliopage {
        padding: 90px 6%;
    }

    .pp-groupone {
        flex-direction: column;
        margin: 0 0 90px 0;
    }

    .pp-pics {
        width: 330px;
    }

    .pp-pics img {
        width: 330px;
    }

    .pp-writeup {
        width: 300px;
        text-align: center;
    }

    .pp-writeup h4 {
        font-size: 27px;
        padding: 30px 0 0 0;
    }

    /* -------------------------
Services Single Page Section
---------------------------- */

    .serviceonepage {
        width: 100%;
        padding: 30px 6% 50px 6%;
    }

    .sop-single {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 0;
    }

    .sop-sidepic {
        width: 100%;
        text-align: center;
    }

    .sop-sidepic img {
        width: auto;
        height: 300px;
    }

    .sop-writeup {
        width: 100%;
        padding: 30px 0;
    }

    .sop-singletwo {
        flex-direction: column-reverse;
        margin: 10px 0 0 0;
    }

    .sop-writeuptwo {
        width: 100%;
        padding: 0;
    }

    .sop-writeup h4,
    .sop-writeuptwo h4 {
        font-size: 24px;
        line-height: 1.3;
    }

}

/* -----------------------------------
 Media Query for responsive layout for size 1025px - 1280px
 ------------------------------------- */


@media only screen and (min-width: 1025px) and (max-width:1280px) {

    /* -------------------------
Header Section
---------------------------- */

header {
    padding: 20px 6%;
}

    /* -------------------------
Hero Section
---------------------------- */


.herosection {
    padding: 75px 6%;
}

/* -------------------------
Process Steps Section
---------------------------- */

.processcontainer {
    padding: 21px 6% 100px 6%;
}

.processimage {
    width: 45%;
}

.processimage img {
    width: 80%;
}

.processsteps {
    width: 55%;
}

.processone p {
    width: 210px;
}

/* -------------------------
Portfolio Section
---------------------------- */

.portfoliohome {
    padding: 75px 6% 100px 6%;
}

/* -------------------------
Services Section
---------------------------- */

.serviceslisthome {
    padding: 75px 6%;
}

/* -------------------------
Footer Section
---------------------------- */

footer {
    padding: 45px 6% 15px 6%;
}

.fm-pages ul li {
    width: 210px;
}

/* -------------------------
Pages Hero Section
---------------------------- */

.pagesherosection {
    padding: 50px 6%;
}

.aboutpage {
    padding: 45px 6% 20px 6%;
}

.aboutpagetwo {
    padding: 30px 6% 60px 6%;
}

.aps-contactlinks {
    font-size: 16px;
}

/* -------------------------
Service Page Content Section
---------------------------- */

.servicepage {
    padding: 50px 6% 75px 6%;
}

/* -------------------------
Contact Page Section
---------------------------- */

.contactpage {
    padding: 75px 6%;
}

/* -------------------------
Services Single Page Section
---------------------------- */

.serviceonepage {
    padding: 30px 6% 50px 6%;
}



}