body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    background: #fff;
	overflow-x: hidden;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

.clr {
    clear: both;
}

@font-face {
    font-family: 'Avenir-LT-Stdfont';
    src: url('../fonts/Avenir-LT-Std-45-Book_5171.eot');
    src: url('../fonts/Avenir-LT-Std-45-Book_5171.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-LT-Std-45-Book_5171.woff2') format('woff2');
    src: url('AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.header_part {
    background: #ffeba2;
    padding: 14px 0;
    position: relative;
}

.header-top_social ul {
    padding: 0;
    margin: 0;
}

.header-top_social ul li {
    list-style-type: none;
    display: inline-block;
}

.header-top_social ul li a .fa {
    color: #665e41;
    padding: 5px;
    font-size: 19px;
}

.menu {
    float: right;
}

.banner-overlay {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    width: 100%;
}

.banner .owl-carousel {
    position: initial;
    position: relative;
}

.banner-text-area h1 {
    font-size: 59px;
    color: #000;
    text-align: right;
    letter-spacing: 0px;
    margin: 0;
    line-height: 67px;
    font-weight: 300;
    display: inline-block;
    background: rgba(255, 235, 162, 0.7);
    padding: 10px;
    float: right;
}

#banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#banner-carousel .owl-prev {
    left: 60px;
    position: absolute;
}

#banner-carousel .owl-nav {
    display: none;
}

#banner-carousel.owl-theme .owl-dots {
    position: absolute;
    margin-top: 0;
    z-index: 99;
    right: -2%;
    transform: rotate(90deg);
    top: 50%;
}

#banner-carousel.owl-theme .owl-dots .owl-dot span {
    background: none;
    height: 14px;
    width: 14px;
    margin: 5px;
    border: 1px solid #000;
}

#banner-carousel.owl-theme .owl-dots .owl-dot.active span,
#banner-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #3a2d26;
}

.logo {
    margin-top: 0;
    position: absolute;
    z-index: 9;
       bottom: -172px;
    background: #fff;
    padding: 17px;
}
.logo img{
	    width: 178px;
}

.home_services {
    background: url(../images/service_background.png) no-repeat 0 0;
    background-size: cover;
}

.home_services {
    padding: 87px;
}

.home_services h2 {
    font-size: 38px;
    color: #4e2c1b;
    font-weight: 300;
    text-align: center;
    position: relative;
}

.home_services h2:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 4px;
    background: #ffeba2;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 22px;
}

.home_services h2 span {
    font-weight: 600;
}

.home_services p {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    line-height: 27px;
    padding: 57px;
}

.service_slider .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.service_slider .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #f6ebc1 !important;
    background: none !important;
    border-radius: 4px;
    width: 28px;
    height: 30px;
}

.service_slider .owl-theme .owl-nav [class*='owl-'] {
    border: 1px solid #f6ebc1 !important;
    background: #f6ebc1 !important;
    border-radius: 4px;
    width: 28px;
    height: 30px;
}

.service_slider_text {
    padding: 20px 0;
    text-align: center;
}

.service_slider_text h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.service_slider_text a {
    font-size: 15px;
    color: #edc01e;
    font-style: italic;
}

.service_slider_text a img {
    max-width: 100%;
    width: auto !important;
    display: inline !important;
    padding-left: 10px;
}

.service_slider_img img {
    min-height: 238px;
    border-radius: 50px;
    border: 8px solid #fff1bb;
    background: #fff;
}

.home_about {
    background: url(../images/about_background.png) no-repeat 0 0;
    background-size: cover;
    padding: 100px 0 80px 0;
}

.home_about .title h2 {
    font-size: 38px;
    color: #4e2c1b;
    font-weight: 300;
    text-align: center;
    position: relative;
}

.home_about .title h2:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 4px;
    background: #4e2c1b;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 22px;
}

.home_about .title h2 span {
    font-weight: 600;
}

.home_about .title {
    padding-bottom: 30px;
}

.about_img {}

.about_img img {
    max-width: 100%;
    border: 7px solid #fff;
    border-radius: 22px;
    box-shadow: 7px 6px 3px 0px rgba(68, 67, 67, 0.23);
}

.about_left_text {
    padding-top: 20px;
}

.about_left_text h4 {
    font-size: 23px;
    color: #4e2c1b;
    text-align: left;
    font-weight: 600;
    line-height: 26px;
}

.about_left_text h3 {
    font-size: 21px;
    color: #4e2c1b;
    text-align: left;
    font-weight: 400;
    padding: 5px 0;
}

.about_left_text a {
    background: #4e2c1b;
    color: #ffeba2;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 33px;
    border-radius: 24px;
    text-decoration: none;
}

.about_left_text .abox {
    margin: 13px 0 24px;
}

.about_left_text p {
    font-size: 22px;
    color: #4e2c1b;
    font-weight: 500;
}

.about_left_text ul {
    padding: 0;
    margin: 0;
}

.about_left_text ul li {
    list-style-type: none;
    position: relative;
    font-size: 19px;
    color: #4e2c1b;
    font-weight: 300;
    padding-left: 30px;
}

.about_left_text ul li:before {
    position: absolute;
    content: "";
    background: url(../images/tik.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    left: 0;
    top: 11px;
}

.about_right_text h3 {
    font-size: 22px;
    color: #4e2c1b;
    font-weight: 500;
    padding-top: 20px;
}

.about_right_text ul {
    padding: 0;
    margin: 0;
}

.about_right_text ul li {
    list-style-type: none;
    position: relative;
    font-size: 19px;
    color: #4e2c1b;
    font-weight: 400;
    padding-left: 30px;
}

.about_right_text ul li:before {
    position: absolute;
    content: "";
    background: url(../images/tik.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    left: 0;
    top: 11px;
}

.accredited {
    padding: 80px 50px;
}

.accredited .title h3 {
    font-size: 38px;
    color: #4e2c1b;
    font-weight: 300;
    text-align: center;
    position: relative;
}

.accredited .title h3:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 4px;
    background: #ffeba2;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 22px;
}

.accredited .title h3 span {
    font-weight: 600;
}

.accredited .title {
    padding-bottom: 30px;
}

#accredited-carousel {
    padding: 20px 30px 0;
}

.home_gallery {}

.gallery_box {
    float: left;
    width: 25%;
}

/*.gallery_box a img {
    max-width: 100%;
}*/

.home_gallery .col-lg-3 {
    padding: 0;
}

.gallery_box img {
    width: 100%;
}
.type-of-services p{
/* 	word-break: break-all; */
}

.testimonial {
    background: url(../images/testimonial_background.png) no-repeat 0 0;
    background-size: cover;
    padding: 97px 0 123px;
}

.testimonial .title h3 {
    font-size: 38px;
    color: #4e2c1b;
    font-weight: 300;
    text-align: center;
    position: relative;
    font-family: 'Avenir-LT-Stdfont';
}

.testimonial .title h3:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 4px;
    background: #ffeba2;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 22px;
}

.testimonial_slider_img img {
    max-width: 100%;
    width: auto !important;
}

.testimonial_slider_text p {
    font-size: 20px;
    color: #000;
    font-family: 'Avenir-LT-Stdfont';
    text-align: center;
    padding: 0 90px;
    position: relative;
    line-height: 32px;
}

.testimonial_slider_text p:before {
    content: "";
    position: absolute;
    background: url(../images/testi_arr.png) no-repeat 0 0;
    width: 108px;
    height: 101px;
    left: 0;
    bottom: 5px;
}

.testimonial_slider_text h3 {
    font-size: 20px;
    color: #4e2c1b;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 47px;
}

.testimonial_slider_text {
    margin-top: 50px;
}

#testimonial-carousel.owl-theme .owl-dots {
    position: absolute;
    margin-top: 15px;
    z-index: 99;
    left: 0;
    right: 0;
}

#testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    height: 14px;
    width: 14px;
    margin: 5px;
    border: 1px solid #4e2c1b;
    background: #fff;
}

#testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
#testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #4e2c1b;
}

.top_footer {
    background: #4e2c1b;
    padding: 70px 0 60px;
}

.fo_contact {}

.fo_contact h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-shadow: 2px 0px 1px rgba(4, 4, 4, 0.49);
}

.fo_contact h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.fo_contact h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}

.fo_contact a {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    padding-top: 15px;
    text-decoration: none;
}

.bottom_footer {
    text-align: center;
    padding: 30px 0 28px;
}

.footer_menu ul {
    padding: 0;
}

.footer_menu ul li {
    display: inline-block;
    list-style-type: none;
}

.footer_menu ul li a {
    padding: 0 8px;
    color: #4e2c1b;
    font-size: 17px;
    text-decoration: none;
}

.footer_menu ul li a.active {
    color: #d9ae14;
}

.footer_copy h3 {
    font-size: 15px;
    color: #4e2c1b;
    font-weight: 400;
}

.footer_copy h3 a {
    color: #d9ae14;
    text-decoration: none;
}

.fo_Social h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-shadow: 2px 0px 1px rgba(4, 4, 4, 0.49);
}

.fo_Social ul {
    padding: 0;
    margin-bottom: 61px;
    position: relative;
}

.fo_Social ul:after {
    position: absolute;
    content: "";
    background: url(../images/line.png) no-repeat 0 0;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -29px;
}

.fo_Social ul li {
    list-style-type: none;
    display: inline-block;
}

.fo_Social ul li a .fa {
    color: #fff;
    padding-right: 14px;
    font-size: 20px;
}

.fo_Social h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.fo_Social h4 span {
    font-weight: 500;
}

.news_Social h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-shadow: 2px 0px 1px rgba(4, 4, 4, 0.49);
    letter-spacing: 1px;
}

.news_Social .form-control {
    width: 252px;
    height: 51px;
    border: none;
    border-radius: 24px 0 0 24px;
    color: #000;
    text-transform: lowercase;
}

.news_Social [type="submit"] {
    font-size: 14px;
    color: #4e2c1b;
    background: #ffeba2;
    border: none;
    width: 109px;
    font-weight: 600;
    border-radius: 0 24px 24px 0;
}

.news_Social .mc4wp-success p {
    color: green;
}

.news_Social .form-group {
    display: flex;
}

.footer_bottom {
    text-align: center;
    padding-top: 88px;
}

.map {
    margin-top: 30px;
}

.map iframe {
    border-radius: 20px;
}

.page-id-15 div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    color: #fff;
    background: #ff0000;
}

.page-id-15 div.wpcf7-mail-sent-ok {
    border: 2px solid #008127;
    color: #fff;
    background: #008127;
}

.inner-banner img {
    width: 100%;
}

.inner-services {
    background: #fffdef;
    padding: 97px 0;
}

.inner-services h2 {
    display: block;
    text-align: center;
    color: #4e2c1b;
    font-size: 50px;
    margin: 0 0 29px 0;
    font-weight: normal;
}

.inner-services h6 {
    display: block;
    text-align: left;
    color: #4e2c1b;
    font-size: 25px;
    margin: 0 0 50px 0;
    font-weight: normal;
}

.services-note-left ul {
    padding: 0;
    list-style: none;
}

.services-note-left ul li {
    color: #4e2c1a;
    font-weight: 300;
    font-size: 20px;
    padding: 6px 0 6px 33px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.badge-ribbon {
    background-image: url("../images/ribon.png");
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 16px;
    display: inherit;
    font-size: 20px;
    margin-bottom: 20px;
}

.services-note-right p {
    color: #4e2c1a;
    font-size: 18px;
    font-weight: normal;
}

.includes {
    background-image: url(../images/includes-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 75px 0;
}

.includes h2 {
    margin: 0 0 40px 0;
    display: block;
    text-align: center;
    color: #f5d252;
    font-size: 25px;
    font-weight: 500;
}

.includes ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.includes ul li {
    color: #fffdef;
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    padding: 0px 15px 0 31px;
    margin: 0 0 31px 0;
    background-image: url("../images/right-tick.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.type-of-services {
    background: #fffdef;
    padding: 80px 0;
}

.type-of-services h6 {
    color: #4e2c1a;
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 37px 0;
}

.services-box-image img {
    width: 100%;
    border-radius: 40px;
    border: 10px solid #fff1bb;
}

.services-box-content h3 {
    font-size: 25px;
    color: #4e2c1a;
    margin: 0 0 18px 0;
}

.services-box-content p {
    margin: 0;
    color: #4e2c1a;
    font-size: 18px;
}

.services-partition {
    border-bottom: 2px dashed #dbc88d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.type-of-services .services-partition:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.services-partition:last-child {
    border: none;
    margin: 0;
}

.type-of-services h2 {
    display: block;
    text-align: center;
    color: #4e2c1b;
    font-size: 50px;
    margin: 0 0 29px 0;
    font-weight: normal;
}

.testimonial-list-content strong {
    color: #4e2c1a;
    font-weight: 700;
    font-size: 21px;
}

.testimonial-list-content p {
    color: #4e2c1a;
    font-size: 18px;
}

.testimonial-list {
    border-bottom: 2px dashed #dbc88d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.testimonial-list:last-child {
    border: none;
    margin: 0;
}

.resources span {
    background: #b79000;
    font-size: 22px;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    width: 405px;
    max-width: 100%;
    margin-bottom: 22px;
}

.resources p {
    color: #4e2c1a;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 26px 0;
}

.resources h5 {
    font-size: 18px;
    font-weight: 300;
    color: #4e2c1a;
}

.resources a {
    color: #b79000;
    font-size: 18px;
}

.contact-info-box {
    display: flex;
    margin-bottom: 25px;
}

.contact-info-box span {
    margin-right: 16px;
    color: #eacd64;
    font-size: 27px;
    width: 23px;
}

.contact-info-content h3 {
    color: #4e2c1a;
    font-size: 18px;
    font-weight: 300;
}

.contact-info-content h4 {
    color: #4e2c1a;
    font-size: 18px;
    font-weight: 500;
}

.contact-info-content h4 a {
    color: #4e2c1a;
}

.contact-info-content h4 label {
    font-size: 15px;
    font-style: italic;
}

.contact-map iframe {
    border-radius: 30px;
    border: 10px solid #fff1bb !important;
}

.contact-info {
    margin-top: 58px;
}

.contact-us-form {
    background: #ffeba2;
    padding: 70px 0;
}

.contact-us-form h2 {
    display: block;
    text-align: center;
    color: #4e2c1b;
    font-weight: 300;
    margin: 0 0 19px 0;
}

.contact-us-form form {
    width: 710px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.contact-us-form form .form-control {
    border-radius: 30px;
    font-size: 19px;
    color: #5b3f31;
    height: auto;
    font-weight: 300;
    border: none;
    background: #fff8d8;
    padding: 17px 20px;
}

.contact-us-form form .form-group .btn {
    background: #4e2c1b;
    color: #fff8d8;
    font-size: 21px;
    border: none;
    display: block;
    width: 388px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 12px 10px;
    max-width: 100%;
}

.inner-services h2 span {
    font-weight: 700;
}

.about-left-img img {
    width: 100%;
    border: 10px solid #fff1bb;
    border-radius: 30px;
}

.about-right-content label {
    display: block;
    color: #4e2c1b;
    font-size: 19px;
}

.about-right-content ul {
    padding: 0;
    list-style: none;
}

.about-right-content ul li {
    color: #4e2c1a;
    font-weight: 300;
    font-size: 20px;
    padding: 6px 0 6px 33px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.about-left {
    margin-bottom: 93px;
}

.about-page p {
    color: #4e2c1b;
    font-size: 18px;
}

.about-info {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.about-info li {
    padding: 0 15px;
}

.about-info li span {
    color: #eacd64;
    font-size: 21px;
}

.about-info li span i {
    margin-right: 10px;
}

.about-info li span a {
    color: #4e2c1b;
}

.accridate-box-content h3 {
    font-size: 25px;
    color: #4e2c1a;
    margin: 0 0 18px 0;
}

.accridate-box-content p {
    margin: 0;
    color: #4e2c1a;
    font-size: 18px;
}

.accridate-partition {
    border-bottom: 2px dashed #dbc88d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.accridate-box-image {
    width: 100%;
    height: 195px;
    background: #fff;
    border-radius: 30px;
    border: 5px solid #fff1bb;
    position: relative;
}

.accridate-box-image img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.accridate-partition:nth-child(odd) .accridate-part {
    flex-direction: row-reverse;
}

.accridate-part {
    align-items: center;
}

.accridate-box-content a {
    color: #b79000;
    font-size: 18px;
    display: block;
    margin-top: 8px;
}

.accridate-partition:last-child {
    border: none;
    margin: 0;
}
.footer_menu ul .active a{
	color: #e5b714;
	
}



.mc4wp-alert.mc4wp-error p {color:#f00;}
ul#header-menu li.active ul.sub-menu li a {color:#000;}






















