@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 34px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #636363;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color: #636363;
}

.heading small {
    font-size: 20px;
    color: #009948;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

.heading small a {
    color: inherit;
}
/* 
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #009948;
    position: absolute;
    bottom: 0;
} */

/* .heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
} */

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #636363;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #636363 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/* Navbar Section */

/*containerWrapper*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 125px;
    padding: 0;
    transition: all 500ms;
    background: transparent;
    background: #fff;
    border-bottom: 5px solid #009c45;
}

.navigationBar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background: url(../images//pattern.png) no-repeat center center;
}

.navigationBar>.container-fluid {
    background: #fff;
    margin: 0px 15px;
}

.containerWrapper {
    display: block;
    padding: 0 100px;
    position: relative;
    z-index: 2;
}

/*topNavbar*/

.topNavbar {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    background: #fdfdfd;
    border-bottom: 1px solid #eee;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    padding: 5px 0px;
    float: left;
    text-align: left;
}

.apointbtn {
    float: right;
}

.modelBtn li {
    float: left;
    margin-right: 5px;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #636363;
}

.tophead-menu-social ul li a:hover i {
    background: #636363;
    color: #fff;
    border-color: transparent;
}

/*user-menu*/

.user-menu {
    float: left;
    margin-top: 5px;
}

.user-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.user-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
}

.user-menu ul li a i {
    color: #009948;
}

.user-menu ul li a {
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.user-menu ul li a:hover {
    color: #eee;
    text-decoration: underline;
}

.modelBtn a {
    padding: 8px 10px;
    font-size: 14px;
    float: right;
    margin-top: 0px;
}

.modelBtn a i {
    color: #fff !important;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-header {
    position: relative;
    height: 100%;
}

/* .navbar-header:after {
    background-color: #009948;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    right: 10%;
    width: 2000px;
} */

/* .navbar-header:before {
    right: -30px;
    width: 80%;
    background-color: #009948;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
    border-right: 5px solid #00abb5;
} */

.navbar-brand {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 80px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0;
    left: 0;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #333;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Roboto', sans-serif;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 80px;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    color: #009948;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    /*width: 100%;
    left: 0;*/
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #009948 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*callbackBtn*/

.navbar-collapse>ul>li.callbackBtn {
    color: #fff;
}

.navbar-collapse>ul>li.callbackBtn>a {
    background: #009948;
    color: inherit;
    text-transform: none;
}

.navbar-collapse>ul>li.callbackBtn:hover {
    background: #404041;
    color: #fff !important;
}

.navbar-collapse>ul>li.callbackBtn:hover>a {
    color: inherit !important;
}

.navbar-collapse>ul>li.callbackBtn:before {
    display: none;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    /*top: 87px;*/
    left: 0;
    margin: 0;
    background: #fff;
    /*visibility: hidden;
    opacity: 0;*/
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}

/* .navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
} */

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-collapse>ul>li:hover>ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #009948;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #009948;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/

.navigationBarScroll {
    height: 70px;
    background: #fff;
    position: fixed;
}

.navigationBarScroll .topNavbar {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 5px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.8);
    top: -12px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarFixed {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    height: 80px;
}





/*banner-slider-full*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(2, 36, 91, 0) 100%);
    opacity: 0.8;
    z-index: 1;
}

#banner-slider .banner-info {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    z-index: 100;
    color: #fff;
    text-align: left;
    padding: 20px 0;
    border-radius: 119px;
    text-align: center;
}

#banner-slider .banner-info .containerWrapper {
    padding: 0 50px;
}

#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    color: inherit;
    padding: 10px 20px;
    font-size: 34px !important;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 5px 0;
    clear: both;
}

#banner-slider .banner-info .bannerInfoHeading small {
    display: block;
    color: #fff;
    font-size: 22px;
    background: #009948;
    width: fit-content;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
}

#banner-slider .banner-info .btn-transparent {
    margin-top: 0px;
    font-size: 14px;
    padding: 13px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

#banner-slider .banner-info .btn-transparent:hover {
    background: #01ba58 !important;
    box-shadow: 0 0 20px #000;
}

#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: none;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 20px !important;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #0078c0 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}

.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    background: #fff !important;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: inherit;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 20px;
    color: #fff !important;
    background: #009948 !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 50px;
    box-shadow: 4px 2px 5px #0000001a;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 20px;
    color: #fff !important;
    background: #009948 !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    line-height: 50px;
    box-shadow: 4px 2px 5px #0000001a;
}

/* About us */
.wpo-about-section-s2 {
    padding: 120px 0;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.wpo-about-section-s2 .wpo-about-wrap {
    position: relative;
}

.wpo-about-section-s2 .wpo-about-wrap:before {
    width: 100%;
    height: 330px;
}

.wpo-about-section-s2 .wpo-about-wrap:before {
    position: absolute;
    left: 25px;
    top: 15px;
    content: "";
    border: 1px solid #009948;
    border-radius: 10px;
    z-index: 0;
}



.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
    overflow: hidden;
    position: relative;
    /* transform: rotate(40deg); */
    border-radius: 10px;
}



.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .inner-img img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s; */
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .inner-img:hover img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    /* transform: scale(1); */
    /* transition: all 0.3s; */
    border-radius: 10px;
}

.wpo-about-section-s2 .wpo-about-text {
    padding-left: 40px;
    max-width: 600px;
}

.wpo-about-section-s2 .wpo-about-text h4 {
    font-size: 34px;
    color: #636363;

    font-weight: bold;
}



.wpo-about-section-s2 .wpo-about-text p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000b5;
}

.theme-btn,
.view-cart-btn {
    background: #636363;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 30px;
    border: 0;
    border-radius: 6px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 14px;
    transition: 0.3s ease-in;

}

.theme-btn:hover {
    background: #00abb5;
}


.wpo-about-section-s2 .shape-1 {
    position: absolute;
    left: -35px;
    bottom: -15%;
    z-index: -1;
}

.wpo-about-section-s2 .shape-2 {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}




/* service section */
.ourServicesSection {
    position: relative;
    clear: both;
    padding: 60px 0px;
    display: block;
    width: 100%;
    /* background: url('../images/SHU01917.JPG') no-repeat center 0;
    background-size: 110%; */
    /* color: #333; */
    background: #009948;
}

/* .ourServicesSection::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.5;
} */

.ourServicesSection .heading small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 0;
    font-weight: 600;
    color: #ffff;
}

.ourServicesSection .heading:after {
    display: none;
}

.service-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
    color: #000;
    margin-bottom: 30px;
    /* height: 325px; */
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}

.service-box i,
.service-box img {
    max-width: 100px;
    color: #8d969c;
    margin-bottom: 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 100px;
    border: 3px solid #dfdfdf;
}

.ourServicesSection a.link-box {
    color: #636363;
    border-color: #c1c1c1;
    font-weight: 700;
    border-bottom: 1px solid;
}

.service-box:hover .link-box,
.link-box:hover {
    color: #009948;
    border-color: #8d969c;
}

.service-box:hover .service-box i {
    color: #fff !important;
}

.service-box:hover h4 {
    opacity: 1;
}

.hover-link {
    /* display: block; */
    cursor: pointer;
}

.hover-link:hover {
    color: #8d969c !important;
    border-color: #bdc9b8;
}

.service-box:hover {
    background: #636363;
    color: #fff;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.content-box {
    display: block;
}

.content-box h4 {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.content-box p {
    margin: 0 0 20px;
}

.content-box ul {
    padding-left: 20px;
    margin: 0 0 20px;
    height: 90px;
    overflow: hidden;
}

.section-head h2 {
    color: #fff;
}



/* Why Us */

.whyUs {
    background: #fff;
    background-size: cover;
    width: 100%;
    padding: 50px 0px 50px 0;
    position: relative;
    /* border-bottom: solid 10px #333; */
}

/* .whyUs:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    border-bottom: dashed 2px #fff;
    bottom: -6px;
    display: block;
} */

.whyUs .heading {
    color: #000;
}

.whyUs .whyUsBlock {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    /* box-shadow: 0px 0px 9px 0px #e0c95f; */
    box-shadow: 0px 0px 9px 0px #63636387;
    height: 310px;
    border-radius: 10px;
}

.whyUs .whyUsBlock img {
    padding: 6px;
    border-radius: 10%;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    line-height: 77px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    /* border: 2px solid #cbcbcb; */
    color: #009948;
    font-size: 40px;
}

.WhyusBlock {
    margin-bottom: 50px;
}

.whyUs .whyUsBlock h3 {
    color: #636363;
    font-weight: 600;
    font-size: 24px;
}

.whyUs .whyUsBlock h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

#object {
    position: absolute;
    left: 0;
    bottom: 0%;
    height: 98px;
    width: 140px;
    border-radius: 5px;
}

/* Laser section */
.Laser-treatment {
    padding: 60px 00;
    position: relative;
    background: url(../images/lazer-bg.png) no-repeat center 0;
    background-size: cover;
}

.Laser-treatment::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.laserimage-2 {
    border: 2px solid #009948;
    padding: 140px 280px;
    position: absolute;
    top: 55px;
    left: 40px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;



}

.laserimage-2:hover {
    position: absolute;
    transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg) !important;
    transform-style: preserve-3d !important;
    animation: rotate infinite 7s ease !important;

}

@keyframes rotate {
    0% {
        transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
    }

    5% {
        transform: rotateX(-20deg) rotateY(-20deg) rotateZ(0deg);
    }

    20% {
        transform: rotateX(30deg) rotateY(200deg) rotateZ(0deg);
    }

    25% {
        transform: rotateX(-60deg) rotateY(150deg) rotateZ(0deg);
    }

    60% {
        transform: rotateX(-20deg) rotateY(130deg) rotateZ(0deg);
    }

    65% {
        transform: rotateX(-20deg) rotateY(120deg) rotateZ(0deg);
    }

    80% {
        transform: rotateX(-20deg) rotateY(375deg) rotateZ(0deg);
    }

    85% {
        transform: rotateX(-20deg) rotateY(357deg) rotateZ(0deg);
    }

    87% {
        transform: rotateX(-20deg) rotateY(360deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(-20deg) rotateY(360deg) rotateZ(0deg);
    }
}

.laserimage img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.lasertext {
    margin-left: 80px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
}

.lasertext ul li {
    font-weight: 600;
    line-height: 30px;
    color: #333;
}

.lasertext ul li i {
    color: #009948;
    font-size: 18px;
    margin-right: 5px;
}



.lasertext p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000b5;
}



/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: url(../images/slider2.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 60px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #009948;
    color: #fff;
    font-size: 40px;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    margin-bottom: 0px;
}


/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: #fff;
}

/* .TestimonialSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */

.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;
}

.TestimonialSection h1 {
    padding: 9px 30px 10px 30px;
    color: #333;
    text-align: center;
    display: block;
    color: #636363;
}

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.TestimonialSection .testimonialBlock {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 20px;
    border: solid 1px #009948;
    text-align: left;
    position: relative;
}

/* .TestimonialSection .testimonialBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3bd08;
    margin: 0 auto;
} */

.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonialBlock img {
    width: 40px;
    margin-bottom: 10px;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}


/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url('../images/footer-bg.JPG') no-repeat fixed 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
}

.footer::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 0 0 4px 0;
    font-size: 15px;
    color: #fff;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #666;
}

.footerLogo {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
}

.footer .btn-primary {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 40px;
    padding: 10px 20px;
}

.footerlogo {
    padding: 10px;

}

.footerlogo img {
    width: 42%;
    margin: 0 auto;
    text-align: center;
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4,
.footer h4 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.addressInfo p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
}

.addressInfo i {
    display: inline-block;
    width: 20px;
    color: #fff;
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #3a3d3d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}


.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-social {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #fdb932;
    border-color: #fdb932;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*End Footer*/


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #636363;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*Media queries*/
@media (max-width: 1366px) {}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .navigationBar {
        position: relative;
    }

    .navigationBar>.container-fluid {
        background: #fff;
        margin: 0px 0px;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #009948 !important;
        color: #000 !important;
    }

    .navbar-collapse>ul>li:hover>a,
    .navbar-collapse>ul>li.active>a {
        background: transparent !important;
        color: #009948 !important;
    }

    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }

    .navbar-collapse>ul>li>ul:before {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    .navigationBar>.containerWrapper {
        background: #fff;
        border-top: 1px solid #fff;
    }

    .scrollup {
        bottom: 0;
        right: 0;
    }

    .banner-slider-section {
        display: block;
        width: 100%;
        height: 40%;
    }

    .banner-slider-section .owl-theme .owl-controls {
        top: 170%;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 5px;
        color: #fff !important;
        background: #009948 !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px;
        box-shadow: 4px 2px 5px #0000001a;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
        left: 5px;
        color: #fff !important;
        background: #009948 !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px;
        box-shadow: 4px 2px 5px #0000001a;
    }

    .banner-slider-section .owl-theme .owl-buttons>div.owl-next {
        right: 5px;
        color: #fff !important;
        background: #009948 !important;
        width: 40px;
        height: 40px;
        border-radius: 100px !important;
        line-height: 40px;
        box-shadow: 4px 2px 5px #0000001a;
    }

    #banner-slider .banner-info .bannerInfoHeading {
        display: inline-block;
        color: inherit;
        padding: 10px 20px;
        font-size: 20px !important;
    }
    #banner-slider .banner-info {
        bottom: 20%;
    }
    #banner-slider .banner-info .bannerInfoHeading small {
        display: block;
        color: #fff;
        font-size: 18px
    }
    /* end of banner slider*/
    .wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
        width: 300px;
        height: 260px;
    }

    .wpo-about-section-s2 .wpo-about-wrap:before {
        width: 300px;
        height: 200px;
    }

    .wpo-about-section-s2 .wpo-about-text {
        padding-left: 0px;
        max-width: 600px;
    }

    .wpo-about-section-s2 .wpo-about-text h4 {
        margin-top: 0px;
    }

    .ourServicesSection {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0px;

    }

    .wpo-about-section-s2 {
        padding: 50px 0 60px 0;
    }

    .laserimage-2 {
        border: 1px solid#009948;
        padding: 118px 180px;
        position: absolute;
        top: 16px;
        left: 8px;
        z-index: -1;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    }

    .lasertext {
        margin-top: 55px;
        margin-left: 0px;
        color: #636363;
        font-family: 'Montserrat', sans-serif;
    }

    .TestimonialSection h1 {
        padding: 5px 20px 8px 20px;
    }

    .TestimonialSection::before {
        top: 87px;
    }

    .footer-social {
        display: block;
        margin-top: 0px;
        margin-left: -4px;
    }

    .footerlogo {
        padding: 10px;
        text-align: center;
    }

    .footerlogo img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .footer {
        padding: 20px 0;
    }
}