/***** Begin Globle Style CSS *****/
html { scroll-behavior: smooth;}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td, button {
    font-family: 'Raleway', sans-serif;
    color: #515365;
}
.flex { display: flex; }
.btn { font-size: 15px !important; }

.uppercase { text-transform: uppercase; }
.text-white { color: #fff; }
.text-size-12 { font-size: 12px; }
.text-size-13 { font-size: 13px; }
.text-size-15 { font-size: 15px; }
.text-size-16 { font-size: 16px; }
.text-size-20 { font-size: 20px; }
.text-size-22 { font-size: 22px; }
.text-size-50 { font-size: 50px; }
.text-size-60 { font-size: 60px; }

.margin-0 { margin: 0 !important; }
.margin-top-0 { margin-top: 0; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-60 { margin-top: 60px; }

hr.short {max-width: 130px;}
img.zoom { transition: 0.5s; }
.font-weight-400 { font-weight: 400 }
.font-weight-600 { font-weight: 600 }

.margin-bottom-0 { margin-bottom: 0; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-60 { margin-bottom: 60px; }

.padding-0 { padding: 0; }
.padding-left-reset { padding-left: 0 !important; }
.padding-right-reset { padding-right: 0 !important; }

.bg-white { background-color: #fff; }
.text-color-orange { color: #ff5e3a; }

.section-heading span {
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 5px 35px 5px 25px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #fa5e3f;
    font-weight: 600;
}
.header--standard-landing .header-menu {
    background-color: #fff;
}
.absolute-msg {
    top: 80px;
    right: 0px;
    width: 400px;
    z-index: 999;
    font-weight: 600;
    position: fixed;
    padding-left: 25px;
    opacity: 0.9 !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/***** End Globle Style CSS *****/

/***** Begin Landing Page Style CSS *****/
.section-overview {
    margin: 0 auto;
    position: relative;
}
.section-overview .post-thumb {
    padding: 20px;
}
.section-overview .ui-block {
    border: none;
    margin-top: -50px;
    transition: 0.5s;
    min-height: 465px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.section-overview .ui-block.middle {
    margin-top: -85px;
}
img.zoom:hover, .section-overview .ui-block:hover {
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
    -moz-transform:scale(1.03,1.03);
}
.section-services-info, .section-about-us,
.section-why-us, .section-privacy-policy {
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
.section-services, .section-contact {
    margin: 0 auto;
    padding: 40px 0;
    position: relative; 
}
.about-us-content p {
    line-height: 30px;
}
.section-why-us .ui-block {
    border: none;
    padding: 40px 0;
}
.section-why-us .post-content .post-title {
    font-size: 20px;
}
.section-why-us .blog-post .post-content {
    padding: 16px;
}
.section-services .ui-block {
    width: 100%;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.block-container .slider-nav .arrow {
    font-size: 40px;
    position: absolute;
    top: 45%;
}
.block-container .slider-nav .slider-prev {
    left: 60px;
}
.block-container .slider-nav .slider-next {
    right: 60px;
}
.service-block .list-items {
    min-height: 165px;
    overflow: hidden;
}
.service-block .list-items li {
    font-size: 15px;
    padding: 4px 0px;
}
.service-block .list-items li::before {
    content: "";
    background: url(/images/right.jpg) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 10px;
}
/***** End Landing Page Style CSS *****/

/***** Begin Services Page Style CSS *****/
.section-services-expand {
    margin: 0 auto;
    position: relative; 
}
.section-services-expand .ui-block {
    border: none;
    padding: 10px 0;
}
.section-services-expand .post-thumb {
    text-align: center;
    padding: 0 50px;
}
.section-services-expand .post-thumb img {
    width: auto;
}
.section-services-expand .blog-post .post-content {
    text-align: center;
    padding: 15px 20px;
}
.section-services-expand .ui-block {
    position: relative;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.section-services-expand .blog-post .post-content .btn-enquire {
    bottom: 0;
    left: -13px;
    width: 50%;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    position: absolute;
    padding: 5px 35px 5px 25px;
}

.section-services-expand .blog-post .post-content .btn-enquire:before,
.section-services-expand .blog-post .post-content .btn-enquire:after {
    content: "";
    position: absolute;
}
.section-services-expand .blog-post .post-content .btn-enquire:before {
    left: 0;
    top: -12px;
    border-bottom: 11px solid #383838;
    border-left: 12px solid transparent;
}
.section-services-expand .blog-post .post-content .btn-enquire:after {
    right: -13px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 12px solid #ff5e3a;
    top: -1px;
}
.section-services-expand .blog-post .post-content .btn-enquire:hover,
.section-services-expand .blog-post .post-content .btn-enquire:active,
.section-services-expand .blog-post .post-content .btn-enquire:focus {
    background-color: #ff5e3a;
    border-color: #ff5e3a;
}
.section-privacy-policy .pp-list {
    margin-left: 15px;
    list-style: inside;
}
.modal.show .modal-dialog {
    display: block !important;
}
.appointment-modal {
    width: 600px;
}
.default-inputs .form-group {
    margin-bottom: 15px;
}
.default-inputs .form-control {
    padding: 1.4rem 1.1rem 0.1rem;
}
/***** End Services Page Style CSS *****/

/***** Begin Blog Page Style CSS *****/
.blog-post-wrap .post-title,
.blog-post-wrap .blog-desc {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.blog-post-wrap .post-title {
    -webkit-line-clamp: 1;
}
.blog-post-wrap .blog-desc {
    -webkit-line-clamp: 4;
    min-height: 84px;
}
.blog-post-wrap .post-content { min-height: 218px; }
.blog-post-wrap .post-thumb img,
.blog-post-detail .featured-post-item .post-thumb img { transition: 0.5s }

.blog-post-wrap .post-thumb img:hover,
.blog-post-detail .featured-post-item .post-thumb img:hover {
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
    -moz-transform:scale(1.03,1.03);
}
.blog-post-wrap .ui-block-header {
    width: 100%;
    line-height: 1;
    position: relative;
    padding: 23px 25px 18px;
    border-bottom: 1px solid #e6ecf5;
    border-top: 1px solid #e6ecf5;
    border-radius: 5px 5px 0 0;
}
.blog-post-detail .post-category {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}
.single-post-v3 { padding: 40px 70px;}
.single-post-v3 hr { margin: 1rem -70px; }
.single-post-v3 .post-thumb { margin: 30px -70px; }
.single-post-v3 .post-thumb-header .post-title {
    font-size: 38px;
    margin-bottom: 0;
}
.single-post-v3 .post-content { padding: 0 }
.blog-post-detail .add_comment_area { padding: 25px; }
.blog-post-detail .featured-post-item .post-thumb { height: 200px; }
.featured-post-item .post-title { margin-bottom: 5px; }
/***** End Blog Page Style CSS *****/

/***** Begin Login Page Style CSS *****/
.login-container {
    margin-top: -50px;
    margin-bottom: 60px;
}
/***** End Login Page Style CSS *****/

/***** Begin Contact Page Style CSS *****/
.section-contact #map {
    width: 53%;
    z-index: 9;
    height: 435px;
    margin-top: 25px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.section-contact #map iframe {
    width: 100%;
    position: relative;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 9;
}
.section-contact .contact-portlet {
    height: 460px;
    color: #fff;
}
.section-contact .contact-portlet .contact-form {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fdfdfd;
    position: absolute;
    padding-left: 30%;
    height: 100%;
    width: 75%;
    right: 0;
    top: 0;
}
.contact-portlet .contact-form .form-group {
    margin-bottom: 15px;
}
.contact-portlet .contact-form textarea {
    min-height: 100px;
}
.contact-portlet .contact-form input {
    height: 45px;
}
/***** End Contact Page Style CSS *****/

/***** Begin Site Responsive Style CSS *****/
@media (max-width: 420px){
    .header--standard-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: unset;
        flex-direction: unset;
    }
    .header--standard-landing .open-responsive-menu {
        position: absolute;
        right: 35px;
    }
}
@media (max-width: 768px) {
    .header--standard-landing .header-menu {
        z-index: 99;
    }
}
@media (max-width: 799px) {
    .section-overview .ui-block,
    .section-overview .ui-block.middle {
        margin-top: 0;
    }
}
@media (max-width: 960px) {
    .container {
        max-width: 900px;
    }
}
@media (max-width: 1198px) {
    .container {
        max-width: 1050px;
    }
}
/***** End Site Responsive Style CSS *****/