header {
    background-color: #273946;

}


.home-banner {
    background-color: #273946;
    padding: 115px 0px;
    position: relative;
}
.home-banner .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.home-banner .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #47b64d;
    border-radius: 7px;
    margin: 0 4px;
}
.home-banner .owl-dots .owl-dot.active {
    background-color: #fff;
}


.content-wraper {
    display: flex;
    flex-direction: row;
}

.home-banner .w1 {
    width: 650px;
}

.home-banner .homban-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.home-banner .homban-right::before {
    content: url('../images/homebanner-ico.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-banner .homban-right h3 {
    font-family: 'Krona One', sans-serif;
    font-size: 47px;
    color: #ffffff;
    margin-bottom: 20px;
}
.home-banner .homban-right p {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 20px;
}
.home-banner .homban-right .hbquote-btn {
    font-size: 19px;
    padding: 0 40px;
    margin-top: 30px;
}
.home-banner .homban-right .hbquote-btn:hover {
    background-color: #ffffff;
    color: #47b64d;
}


.services-section { 
    padding: 100px 0px;
}
.sersec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.sersec-left h5 {
    font-size: 21px;
    color: #737373;
    margin-bottom: 15px;
}
.sersec-left h3 {
    font-family: 'Krona One', sans-serif;
    font-size: 36px;
    color: #47b64d;
    margin-bottom: 15px;
}
.sersec-left p {
    font-size: 22px;
    color: #4e4e4e;
    margin-bottom: 0px;
}
.sersec-left .viewall-btn {
    font-size: 19px;
    padding: 0 40px;
    margin-top: 30px;
}

.sersec-right {
    position: relative;
}
.sersec-right::before {
    content: url('../images/services-dots.png');
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-25%) translateY(-40%);
}
.sersec-right::after {
    content: url('../images/services-dots.png');
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(10%);
    right: 0;
    text-align: center;
}

.serslide-block {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    padding: 45px 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
     -ms-transition: 0.5s;
      -o-transition: 0.5s;
         transition: 0.5s;
}
.serslide-block * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
     -ms-transition: 0.5s;
      -o-transition: 0.5s;
         transition: 0.5s;
}
.serslide-block img {
    width: auto !important;
    height: auto;
}
.serslide-block .ser-icon {
    margin-bottom: 15px;
}
.serslide-block h3 {
    font-family: 'Krona One', sans-serif;
    font-size: 20px;
    color: #2d3849;
    margin-bottom: 10px;
}
.serslide-block p {
    font-size: 18px;
    color: #4e4e4e;
    line-height: 28px;
}

.serslide-block:hover {
    background-color: #47b64d;
    border-color: #47b64d;
}
.serslide-block:hover img {
    filter: brightness(0) invert(1);
}
.serslide-block:hover h3 {
    color: #ffffff;
}
.serslide-block:hover p {
    color: #ffffff;
}

.services-owl .item .serslide-block {
    margin-bottom: 30px;
}
.services-owl .item > a:last-child .serslide-block{
    margin-bottom: 0px !important;
}
.services-owl .owl-item:nth-child(even) {
    padding-top: 50px;
}
.services-owl .owl-dots {
    margin-top: 5px;
    padding-left: 50px;
}
.services-owl .owl-dots button {
    width: 20px;
    height: 20px;
    background-color: #bbbbbb !important;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px 5px;
}
.services-owl .owl-dots button.active {
    background-color: #47b64d !important;
}



/* inner banner :start */
.inner-navheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.inner-banner {
    position: relative;
    height: 450px;
}
.inner-banner .ibimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inner-banner .ibtxt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 100px 0px 20px 0px;
}
.inner-banner .ibtxt h3 {
    font-family: 'Krona One', sans-serif;
    font-size: 47px;
    color: #ffffff;
    line-height: 47px;
    margin-bottom: 15px;
}
.inner-banner .ibtxt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.inner-banner .ibtxt ul li {
    font-size: 19px;
    color: #47b64d;
}
.inner-banner .ibtxt ul li a {
    font-size: inherit;
    color: inherit;
}
.inner-banner .ibtxt ul li a:hover {
    color: #ffffff;
}
.inner-banner .ibtxt ul li::after {
    content: '/';
    padding: 0px 10px;
}
.inner-banner .ibtxt ul li:last-child::after {
    display: none;
}



@media (max-width: 767px) { 
    .inner-banner {
        position: relative;
        height: 350px;
    }
    .inner-banner .ibtxt h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .inner-banner .ibtxt ul li {
        font-size: 16px;
    }
}
/* inner banner :end */



/* ---- Contact Page Style :start ---- */
.contactpg-section {
    margin: 80px 0;
}

.contactform-sec {
    margin-bottom: 40px;
}
.form-style .form-label {
    font-size: 14px;
    font-weight: 400;
    color: #47b64d;
    margin-bottom: 10px;
}
.form-style .form-control {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 14px 20px;
}
.form-style .form-control:focus {
    border-color: #47b64d;
    box-shadow: none;
}
.checkbox-style {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}
.checkbox-style .form-check-input {
    width: 14px;
    height: 14px;
    border-color: #bcbcbc;
}
.checkbox-style .form-check-input:checked {
    background-color: #47b64d;
    border-color: #47b64d;
}
.checkbox-style .form-check-input:focus {
    border-color: #47b64d;
    outline: 0;
    box-shadow: none;
}

.contactform-sec .confrm-right {
    padding-left: 50px;
}
.contactdetails {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contactdetails li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.contactdetails li:last-child {
    margin-bottom: 0;
}

.contactdetails li div h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #47b64d;
    margin-bottom: 10px;
}
.contactdetails li div p {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    color: #000000;
}
.contactdetails li div p a {
    color: inherit;
}
.contactdetails li div p a:hover {
    color: #28b7ea;
}

.gmap {
    position: relative;
    width: 100%;
    height: 415px;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 991px) {
    .contactform-sec .confrm-right {
        padding-left: 0px;
    }
    .confrm-right {
        margin-bottom: 30px;
    }
}
/* ---- Contact Page Style :end ---- */