* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    list-style: none;
    -webkit-appearance: none;
}

:before {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a {
    text-decoration: none;
}

p {}

.mobile img {
    width: 200px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

.wrapper {
    width: 1200px;
    margin: 0px auto;
}

.full-wrapper {
    margin: 0px auto;
    width: 100%;
    position: relative;
}

.wrap {
    float: left;
    width: 100%;
}

.header .right {
    float: right;
}

.logo {
    float: left;
    margin-top: 14px;
}

.ipn0 {
    float: left;
    width: 100%;
    padding: 50px 0;
}

ul.nav {
    float: right;
    margin-top: 35px;
}

ul.nav li {
    display: inline-block;
}


ul.nav li a {
    padding: 10px 14px;
    text-transform: uppercase;
    color: #909294;
}

ul.nav li a i.fa.fa-envelope-open {
    background: #007376;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 19px;
}



ul.nav li a i.fa.fa-volume-control-phone {
    color: #308d8f;
    font-size: 27px;
}


.header {
    height: 92px;
    position: fixed;
    z-index: 999;
    background: #fff;
}

.banner {
    position: relative;
}

.banner-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 23%;
}

.banner-text h1 {
    color: #007375;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
}

.banner-text span {
    font-size: 17px;
    margin-top: 2px;
    display: inline-block;
}

.ipn1 h2 {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    color: #007375;
}



.ipn1 {
    text-align: center;
    color: #838b8c;
}


.ipn1 p,
.ipn1 span {
    line-height: 29px;
    margin-bottom: 13px;
    display: block;
}

.ipn1 a {
    background: #48696b;
    color: #fff;
    display: inline-block;
    padding: 12px 31px;
    margin-top: 9px;
    -webkit-border-radius: 114px;
    border-radius: 114px;
}



.ipn2 {
    background: url("../images/ipn2.jpg");
    background-attachment: fixed;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
}

.ipn2 .left {
    float: left;
    width: 50%;
    overflow: hidden;
}

.ipn2 .left .block {
    float: left;
    width: 50%;
}

.ipn2 h2 {
    color: #007376;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 35px;
}


.ipn2 h3 {
    color: #4a4a4a;
    font-weight: 600;
    margin-top: 11px;
    line-height: 24px;
}

.boost {
    float: left;
    width: 100%;
    background: #007376;
    color: #fff;
    padding: 13px 23px;
    font-size: 20px;
    margin-top: 50px;
}

.boost p {
    float: left;
    padding: 12px 0px;
}

.boost a {
    float: right;
    background: #fff;
    padding: 12px 24px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    color: #007376;
}


.ipn3 h2 {
    margin-bottom: 28px;
    font-weight: 600;
}

.ipn4 {
    text-align: center;
    background: url(../images/ipn4.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #fff;
    padding: 75px 0;
}

.ipn4 h2 {
    margin-bottom: 13px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 38px;
}


.ipn4 p {
    width: 70%;
    margin: 0 auto;
    line-height: 32px;
    margin-top: 14px;
    margin-bottom: 17px;
}

.ipn4 h3 {
    font-size: 17px;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin-top: 30px;
}

.ipn5 {
    background: #eeeeee;
}

.ipn5 .padding {
    float: left;
    width: 33.3%;
    padding: 15px;
}

.ipn5 img {
    width: 100%;
}

.ipn5 .block2 {
    background: #007376;
    color: #fff;
    padding: 19px;
    height: 145px;
}

.ipn5 h3 {
    margin-bottom: 6px;
    font-weight: 600;
}

.ipn5 p {
    line-height: 24px;
}

.ipn6 {
    text-align: center;
    padding-bottom: 0;
}

.ipn6 .block {
    float: left;
    width: 24%;
    margin-top: 38px;
    margin-right: 1.33%;
}

.ipn6 .block:nth-child(4n) {
    margin-right: 0
}

.ipn6 h2 {
    font-size: 33px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.footer .block {
    float: left;
    margin-right: 98px;
}

.footer .block:last-child {
    margin-right: 0;
}

.footer {
    background: #262829;
    color: #fff;
}

.footer h3 {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
}

.footer .block {
    float: left;
    margin-right: 80px;
}

.footer p {
    color: #838b8c;
    line-height: 23px;
    margin-bottom: 12px;
}

.footer .block a {
    color: #828282;
    display: block;
}

.footer li {
    line-height: 27px;
    text-transform: uppercase;
    font-size: 13px;
}


.footer b {
    margin-bottom: 14px;
    display: block;
}

.footer input.subscribe {
    padding: 16px 30px;
    background: #4e4e4e;
    color: #fff;
    border: 0;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    width: 309px;
}

.footer input[type="submit"] {
    background: #007376;
    border: 0;
    color: #fff;
    padding: 16px 24px;
    font-size: 15px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    margin-left: -60px;
    text-transform: uppercase;
}

.footer .block:nth-child(4) {
    margin-right: 0 !important;
}

.wrap.social a {
    text-transform: uppercase;
    padding: 10px 23px;
    display: inline-block;
}

.wrap.social {
    margin-top: 31px;
    text-align: center;
}

.social a:nth-child(1) {
    color: #1e73b1;
}

.social a:nth-child(2) {
    color: #85ccff;
}

.footer2 .block:last-child {
    text-align: right;
}

.footer2 .block {
    float: left;
    width: 50%;
    margin: 0;
}

.social a:nth-child(3) {
    color: #1a91ad;
}

.footer2 a {
    float: right;
    margin-left: 6px;
}

.footer2 {
    padding: 15px 0;
    border-top: 1px solid #1f1f1f;
}

.apn1 h2 {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    color: #020202;
}

.apn1 p {
    text-align: justify;
}

.apn1 h3 {
    text-align: left;
    color: #000;
    margin-bottom: 8px;
}

.apn1 li:before {
    font-family: fontawesome;
    content: "\f101";
    color: #11a2ce;
    margin-left: -9px;
    position: relative;
    left: -13px;
}

.apn1 li {
    text-align: left;
    line-height: 30px;
    padding-left: 20px;
}

.nav li a:hover {
    background: #007375;
    color: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav li a:hover i {
    color: #fff !important;
}

ul.nav li a i {
    position: relative;
    top: 1px;
}

.ipn1 a:hover {
    background: #2d4344;
}

.boost a:hover {
    color: #000;
}

.footer .block a:hover {
    color: #fff;
}

.sticky {
    position: fixed;
    z-index: 999999;
    background: #fff;
    -webkit-box-shadow: 0 0 20px gainsboro;
    box-shadow: 0 0 20px gainsboro;
}

div#map {
    float: left;
    width: 100%;
    height: 284px;
    margin-top: 45px;
}

.banner {
    margin-top: 91px;
}



.cpn1 p {
    line-height: 31px;
}

form .box * {
    width: 100%;
    border: 0;
    padding: 14px;
    border-bottom: 2px solid #9e9e9e;
    padding-left: 0;
    height: 51px;
    color: #9e9e9e;
}

form .box {
    float: left;
    width: 50%;
    padding: 17px;
}


::-webkit-input-placeholder {
    color: #000;
}


::-moz-placeholder {
    color: #000;
}


:-ms-input-placeholder {
    color: #000;
}


::-ms-input-placeholder {
    color: #000;
}


::placeholder {
    color: #000;
}

form input#Submit {
    color: #fff;
    border: 0;
    padding: 15px 29px;
    margin-top: 17px;
    background: #007374;
}

.form-wrap {
    width: 80%;
    margin: 0 auto;
}


.center1 .slick-dots {
    bottom: 29px;
}


.boxing {
    float: left;
    width: 100%;
    overflow: hidden;
}


.services-slide .slick-prev:before,
.services-slide .slick-next:before {
    color: #ed7425;
}


.services-slide2 .slick-prev,
.services-slide2 .slick-next {
    margin-top: 10.5px !important;
}



.tpn1 h3,
.tpn1 h2 {
    color: #006e71;
}

.tpn1 {
    color: #434343;
    background: #fff;
}

.tpn1 h2 {
    margin-bottom: 6px;
}

.tpn1 .slick-prev,
.tpn1 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    padding: 0px 2px !important;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    background: none;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #006d6f;
    ;
    border: none;
    outline: none;
    background: #fff;
    z-index: 99;
    padding: 10px;
}

.tpn1 .slick-prev:before,
.tpn1 .slick-next:before {
    color: #007273;
}

.tpn1 .slick-dots li button:before {
    color: #dcd7d7;
}


.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}


.spn1 {
    background: #fff;
}



.spn2 {
    text-align: left;
}

.spn2 h2 {
    margin-bottom: 12px;
}

.spn2 p {
    text-align: justify;
    line-height: 29px;
    color: #5a5a5a;
}

.links {
    float: left;
    width: 100%;
}

.links a {
    padding: 15px 27px;
    display: inline-block;
    background: #e8e8e8;
    margin-left: 1px;
    text-align: center;
    color: #007171;
    font-size: 19px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
}

.links a.active {
    background: #007171;
    color: #fff;
}

.spn2 h2 {
    margin-bottom: 22px;
}


.spn3 {
    padding-bottom: 50px;
}



.spn3 .block1 {
    float: left;
    background: #007376;
    padding: 26px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    width: 32.3%;
    height: 354px;
}

.spn3 .block1 h3 {
    margin-bottom: 7px;
    font-size: 16px;
    text-transform: uppercase;
}

.spn3 .block1 li {
    line-height: 31px;
    padding-left: 13px;
}

.spn3 .block1 li:before {
    font-family: fontawesome;
    content: "\f0da";
    margin-left: 0px;
    position: relative;
    left: -12px;
}

.spn3 .block1 li a {
    color: #fff;
}

.spn3 .block2 {
    margin-left: 12px;
    color: #007376;
    background: #fff;
    border: 1px solid #007376;
}

.spn3 .block1 li a:hover {
    padding-left: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}





.spn2-ul li {
    line-height: 31px;
    padding-left: 13px;
    color: #4a4a4a;
}

.spn2-ul li:before {
    font-family: fontawesome;
    content: "\f101";
    margin-left: 0px;
    position: relative;
    left: -12px;
    color: #2c8586;
}

.clpn1 h3 {
    color: #000;
    margin-bottom: 9px;
    margin-top: 28px;
}


label {
    border: 0 !IMPORTANT;
    margin-top: -62px;
    display: block;
    float: right !important;
    width: auto;
    text-align: right;
}

form label i {
    display: inline-block;
    border: 0 !important;
    width: auto !important;
    color: #007374 !important;
}



.thankyou i {
    background: green;
    color: #fff;
    display: inline-block;
    margin-bottom: 17px;
    width: initial;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.thankyou {
    color: green;
    font-size: 26px;
}


.thankyou {
    display: none;
}

.error {
    display: block !important;
}

.success {
    display: block !important;
}

div#thankyou2 {
    font-size: 18px;
    margin-top: 24px;
    line-height: 30px;
    color: #fff;
}


.nav li.active a {
    background: #007375;
    color: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.gbts i {
    margin-right: 16px;
}

a.gbts {
    color: #fff;
    background: #007375;
    float: right;
    padding: 8px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.gbts:hover {
    background: #946308;
}

.services-mobile {
    display: none;
}



@media (min-width:100px) and (max-width:1024px) {
    .wrapper {
        width: 90%;
        overflow: hidden;
        padding-top: 10px;
        display: inherit;
    }
    .header {
        height: auto;
        position: inherit;
    }
    .logo {
        float: left;
        margin-top: 14px;
        width: 100%;
        text-align: center;
    }
    ul.nav {
        float: left;
        margin-top: 35px;
        width: 100%;
        text-align: center;
    }
    ul.nav li a {
        padding: 10px 11px;
    }
    .banner {
        margin-top: 20px;
    }
    .boost a {
        float: none;
        margin-top: 11px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .ipn5 .block2 {
        height: 189px;
    }
    .ipn6 .block img {
        width: 100%;
    }
    .footer .block {
        float: left;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .footer li {
        line-height: 27px;
        text-transform: uppercase;
        font-size: 13px;
        display: inline-block;
        margin: 15px;
    }
    .spn3 .block1 {
        height: initial;
    }
    .spn3 .block1 {
        width: 100%;
        margin: 0;
        margin-bottom: 18px;
    }
    .form-wrap {
        width: 100%;
    }
    .footer p {
        color: #838b8c;
        line-height: 35px;
        margin-bottom: 12px;
    }
}

@media (min-width:100px) and (max-width:900px) {


    .services-mobile {
        display: block;
    }

    #services {
        display: none;
    }



    .banner-text {
        position: inherit;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        margin-top: 0;
        padding: 35px 0;
        float: left;
        background: #007375;
        padding-bottom: 100px;
    }

    .banner-text h1 {
        color: #ffffff;
        font-size: 23px;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .banner-text span {
        color: #fff;
    }
    .banner {
        overflow: hidden;
    }
    .ipn2 .left {
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 96px;
    }
    .ipn2 .left .block {
        float: left;
        width: 50%;
        margin-bottom: 21px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }


    .ipn4 p {
        width: 100%;
    }

    .testimonials {
        overflow: hidden;
    }
    .ipn4 {
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .services-mobile {
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .ipn5 .padding {
        width: 100%;
        padding: 15px 0;
    }
    .ipn5 .block2 {
        height: auto;
    }
    .ipn6 .block {
        width: 100%;
    }
    .ipn6 .block img {
        width: auto;
    }
    .footer2 .block:last-child {
        text-align: center;
        width: 100%;
    }
    .footer2 a {
        float: none;
        margin-left: 5px;
        display: inline !important;
        width: auto;
    }
    .footer input[type="submit"] {
        margin-left: 0;
        margin-top: 12px;
    }
    .banner img {
        width: 100%;
    }
    .links a {
        background: #e8e8e8;
        margin-left: 1px;
        text-align: center;
        color: #007171;
        font-size: 19px;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .links {
        margin-bottom: 20px;
    }
    form .box {
        float: left;
        width: 100%;
        padding: 17px 0;
    }
    label {
        margin-top: 0;
    }
    a.gbts {
        color: #007375;
        background: #fff;
        float: right;
        padding: 8px 0px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 22px;
    }

    ul.nav {
        float: left;
        margin-top: 35px;
        width: 100%;
        text-align: center;
        display: none;
    }
    .openNav {
        display: block !important;
    }
}

@media (min-width:100px) and (max-width:481px) {
    .ipn2 .left .block {
        width: 100%;
    }

    .ipn6 .block img {
        width: 100%;
    }
}





* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #666666;
    line-height: 1.5em;
    position: relative;
}

.navOpen {
    overflow: hidden;
}

.full-wrapper {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    -o-transition-timing-function: swing;
    transition-timing-function: swing;
    background-color: white;
    width: 100%;
    height: 100%;
    position: relative;
}

.full-wrapper.open {
    -ms-transform: translateX(250px) translateY(50px);
    transform: translateX(250px) translateY(50px);
    -webkit-transform: translateX(250px) translateY(50px);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.openNav {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    -o-transition-timing-function: swing;
    transition-timing-function: swing;
    width: 42px;
    height: 42px;
    background-color: #007375;
    position: fixed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 20px;
    left: 20px;
    z-index: 999999999;
    display: none;
}

.openNav:hover {
    cursor: pointer;
}

.openNav .icon {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: white;
    top: 21px;
    left: 6px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.openNav .icon:before,
.openNav .icon:after {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: white;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0px;
}

.openNav .icon:before {
    top: -7px;
}

.openNav .icon:after {
    top: 7px;
}

.openNav.open {
    -ms-transform: translateX(250px) translateY(50px);
    transform: translateX(250px) translateY(50px);
    -webkit-transform: translateX(250px) translateY(50px);
}

.openNav.open .icon {
    background-color: transparent;
}

.openNav.open .icon:before,
.openNav.open .icon:after {
    top: 0;
}

.openNav.open .icon:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.openNav.open .icon:after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

nav {
    background-color: #007375;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

nav a {
    color: #fff;
    font-size: 17px;
}

nav ul {
    width: 250px;
    margin-top: 50px;
}

nav ul:hover li {
    color: rgba(255, 255, 255, 0.5);
}

nav ul li {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    display: block;
    padding: 5px 40px;
    color: white;
    letter-spacing: 0.02em;
    text-align: right;
}

nav ul li:hover {
    cursor: pointer;
    color: white;
}



.full-wrapper {
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

.block img {
    max-width: 100%;
}