/*==========================================================
                        1. COMMON
==========================================================*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Quicksand', sans-serif;
    scroll-behavior: smooth;
    font-weight: 500;
}

iframe{
    max-width: 100%; 
}

img,
figure {
    max-width: 100%;
    height: auto;
}

p:last-child {
    margin-bottom: 0;
}

.cl-main {
    color: #3eb2c3 !important;
}

button:focus {
    outline: none;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-submit {
    font-weight: bold;
    color: #fff;
}

.copright {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    color: #fff;
    background-color: #666666;
}

.copright a {
    color: #fff;
}

@media (min-width: 760px) {
    body {
        padding-top: 70px;
    }

    body.fixed-contact-enable {
        padding-bottom: 56px;
    }

    .header {
        transition: top 0.5s ease-in-out;
        width: 100%;
        z-index: 9990;
        top: 0;
        position: fixed;
    }

    body.admin-bar .header {
        top: 32px;
    }

    body.admin-bar .header.nav-up,
    .header.nav-up {
        top: -100%;
    }

    .header.nav-down {
        top: 0;
    }

    .admin-bar .header.nav-down {
        top: 32px;
    }
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slick-dots li {
    margin: 0 20px;
    cursor: pointer;
}

.slick-dots li button {
    display: none;
    visibility: hidden;
}

.slick-dots li::marker {
    color: rgb(255 255 255 / 0.5);
    font-size: 2rem;
    cursor: pointer;
}

.slick-dots li.slick-active::marker {
    color: #fff;
}

.layout-slide .slick-arrow {
    color: #fff;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: none;
    background-color: transparent;
    font-size: 25px;
    z-index: 2;
    color: inherit;
}

.layout-slide .slick-prev {
    left: 20px;
}

.layout-slide .slick-next {
    right: 20px;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-slide {
    outline: none;
}

.slider-gap .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.slider-gap .slick-list .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.modal .close {
    position: absolute;
    top: 15px;
    right: 20px;
}

/*==========================================================
        2. HEADER
            (2.1) .top-bar
            (2.2) .main-menu
==========================================================*/

/*(2.1) .top-bar*/

#masthead {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

#Logo {
    margin-right: 50px;
}

.box-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

.box-item .box-img img {
    width: 45px;
}

.box-item .box-img {
    max-width: 30%;
    margin-right: 15px;
}

.box-item .box-content {
    color: #7a7a7a;
    padding-right: 10px;
}

.box-item .box-content .box-title {
    font-size: 12px;
}

.box-item .box-content p {
    font-weight: 700;
}

.contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #6F448A;
    font-size: 20px;
}

.contact-item .contact-img {
    border: 2px solid #6F448A;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 15px;
    color: #6F448A;
    font-size: 16px;
}

.box-item:last-child {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    width: max-content;
}

/*Pagination*/
#pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.pagination {
    padding-left: 15px;
}

#pagination .page-numbers {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #54595f;
    border-radius: 50%;
    color: #fff;
    margin: 0 10px;
    opacity: 0.5;
}

#pagination .page-numbers.current {
    opacity: 1;
}

/*(2.2) .main-menu*/
.main-menu {
    background-color: #fff;
    min-height: 55px;
    display: flex;
    align-items: center;
}

.custom-header .navbar,
.main-menu .navbar {
    padding: 0;
}

.custom-header .logo,
.main-menu .logo {
    height: 70px;
}

.custom-header .logo img,
.main-menu .logo img {
    max-width: unset;
    max-height: 100%;
    width: auto;
}

.search-form {
    position: relative;
}

.not-found .search-form input {
    font-size: 20px;
}

.search-form input {
    border-radius: 20px;
    outline: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
}

.search-btn-mb {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    height: 40px;
    font-size: 1.25rem;
    line-height: 1;
    display: none;
    order: 1;
}

.search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    right: 10px;
    color: #767676;
}

#headerCustom,
#Header {
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
}

#mainMenu .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 0;
}

#mainMenu ul.navbar-nav li.nav-item:first-child {
    margin-left: 0;
}

#mainMenu ul.navbar-nav li.nav-item {
    margin: 0 15px;
    line-height: 70px;
}

#mainMenu ul.navbar-nav li.nav-item:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border-radius: 0;
    margin-top: 0;
    min-width: 13rem;
    padding: 0;
    border-top: 2px solid;
}

.dropdown-menu .dropdown-item {
    padding: 7px 15px;
    line-height: 1.4;
    font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fefefe;
    color: #333;
}

/*==========================================================3. MAIN CONTENT(3.1)(3.2)==========================================================*/
.main-content {
    padding: 50px 0;
}

.content {
    margin: 10px 0;
}

.home .main-content {
    padding: 0;
}

.related-title,
.page-title {
    text-align: center;
    margin-bottom: 20px;
}

.post-lists div[class^="col-"] {
    margin-bottom: 30px;
}

.read-more {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 15px;
    font-weight: 600;
    color: #fff;
}

.single-content .single-header {
    text-align: center;
    margin-bottom: 40px;
}

.single-content .single-body {
    overflow: hidden;
}

.single-content .single-body img {
    display: block;
    margin: 10px auto 20px;
}

.single-content .blog-item-poster {
    border: 1px solid #e4edee;
    border-radius: 4px;
    padding: 30px;
    overflow: hidden;
}

.single-content .blog-item-poster-image {
    float: left;
    max-width: 100px;
    margin-right: 30px;
}

.single-content .blog-item-poster-image img {
    max-width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.single-content .blog-item-poster-name {
    margin-bottom: 5px;
}

.single-content .blog-item-poster-name a {
    font-size: 15px;
    font-weight: 600;
}

.single-content .blog-item-poster-position {
    color: #4c7284;
    font-size: 13px;
    margin-bottom: 20px;
}

.footer-widget .widget-title:after,
.page-title:after,
.related-title:after {
    content: "";
    height: 3px;
    width: 99px;
    display: block;
    margin: 10px auto;
}

.footer-widget a {
    color: inherit;
}

#Sidebar {
    padding: 10px;
    border: 2px solid;
}

.widget-section .widget-title {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.item-post-mini .post-title {
    font-size: 14px;
    line-height: 1.4;
}

.item-post-mini .post-title a {
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item-post-mini+.item-post-mini {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.widget-section+.widget-section {
    margin-top: 30px;
}

.section-padding {
    padding: 50px 0;
}

.ukirot-layout .section-title {
    margin-bottom: 20px;
}

.z-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.z-block.ztheme-layout-2 .icon-wrap {
    margin-right: 15px;
    max-width: 30%;
}

/*Post item*/
.post-item {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 100%;
}

.post-item .post-thumbnail {}

.post-item .post-thumbnail img {
    width: 100%;
}

.post-item .post-inner {
    padding: 15px 20px;
}

.post-item .post-title {
    margin-bottom: 10px;
}

.post-item .post-title a {
    font-size: 18px;
    color: inherit;
    font-weight: 600;
}

.post-item .post-date {
    font-size: 13px;
    color: #555;
}

.post-item .post-excerpt {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.z-block.ztheme-layout-6 .faq-wrap {
    margin-bottom: 10px;
}

.z-block.ztheme-layout-6 .card .card-header .btn {
    text-align: left;
    padding: 0 30px 0 0;
    position: relative;
    font-weight: 600;
    width: 100%;
}

.z-block.ztheme-layout-6 .card .card-header .btn.focus,
.z-block.ztheme-layout-6 .card .card-header .btn:focus {
    outline: 0;
    box-shadow: none;
}

.z-block.ztheme-layout-6 .card .card-header .btn:after {
    content: "-";
    position: absolute;
    color: inherit;
    right: -5px;
    transition: all ease 0.5s;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid;
    line-height: 19px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.z-block.ztheme-layout-6 .card .card-header .btn.collapsed:after {
    content: "+";
}

/*==========================================================
    4. FOOTER(4.1) 
        .main-footer(4.2) 
        .bottom-footer
==========================================================*/

/*(4.1) .main-footer*/
.main-footer {
    background-color: #7fc3ce8a;
    padding: 50px 0 60px;
    color: #54595f;
}

.footer-widget .widget-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.footer-widget .widget-title:after {
    background-color: #fff;
}

.footer-widget ul {
    padding-left: 5px;
}

.footer-widget ul li {
    list-style: none;
    margin-bottom: 8px;
}

.social-icons-wrapper {
    margin-top: 20px;
}

.social-icons-wrapper a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #6f448a;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}

.social-icons-wrapper a .screen-only {
    display: none;
}

/*(4.2) .bottom-footer*/
.bottom-footer {
    background-color: #3eb2c3;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.bottom-footer p {
    color: #fff;
}

/*Layout custom*/
.ukirot-layout {
    padding: 50px 0;
}

.ukirot-layout .content {
    overflow: hidden;
    width: 100%;
}

.ukirot-layout strong a,
.ukirot-layout a strong,
.ukirot-layout b a {
    padding: 5px 20px 7px;
    border: 1px solid;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: inherit;
}

.ukirot--layout-2 .media {
    display: flex;
    margin-bottom: 30px;
}

.ukirot--layout-2 .media img {
    align-self: center;
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.ukirot--layout-2 .media .content {
    font-size: 22px;
    flex: 1;
    padding-right: 30px;
}

.fixed-contact,
.ukirot--layout-11 {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background-color: #8ec75f;
    height: 56px;
}

.ukirot--layout-11 .bottom-box,
.fixed-contact .bottom-box {
    padding: 10px;
    justify-content: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%)
}

.ukirot--layout-11 .bottom-box .bottom-item,
.fixed-contact .bottom-box .bottom-item {
    background-color: #51802a;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 0 10px;
}
.fixed-contact .bottom-box .bottom-item img{
	max-width: 20px;
    margin-right: 5px;
}
.ukirot--layout-11 .bottom-box .bottom-item a,
.fixed-contact .bottom-box .bottom-item a {
    color: #fff;
    font-weight: bold;
}

.fixed-contact .bottom-box .bottom-item i {
    margin-right: 5px;
}

.ukirot--layout-11 .bottom-box .bottom-item img {
    height: 20px;
    width: auto;
    margin-right: 5px;
}

#phoneForm .modal-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

/*Comments*/
#comments {
    margin-top: 30px;
    border: 1px solid #e4edee;
    border-radius: 3px;
    padding: 30px;
}

#comments .title_comment {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

#comments .comment_list {
    overflow: hidden;
    margin: 0 0 20px 0;
    padding-left: 0;
}

#comments .comment_list li {
    list-style: none;
    border-top: 1px solid #e4edee;
    padding: 20px 0;
    position: relative;
}

#comments .comment_list li:before {
    display: none;
}

#comments .comment_list li .comment-author {
    overflow: hidden;
    width: 70px;
    float: left;
    height: 70px;
    margin-right: 20px;
}

#comments .comment_list li .comment-author img {
    border-radius: 50%;
    margin: auto;
}

#comments .comment_list li .comment-author .says {
    display: none;
}

#comments .comment-reply {
    position: absolute;
    top: 25px;
    right: 0;
}

#comments .comment-body .comment-meta .info-date {
    font-size: 13px;
    margin-top: 5px;
}

#comments .comment-reply .comment-reply-link,
#comments .comment-reply .comment-edit-link {
    background: transparent;
    color: inherit;
    border: 1px solid #e4edee;
    border-radius: 20px;
    transition: all 300ms;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 20px;
}

#comments .comment-body-text {
    margin-top: 10px;
}

#comments .comment-body-text p {
    line-height: 1.4;
    margin-bottom: 10px;
}

.form-comment-wrapper {
    background: #f9f9f9;
    border: 1px solid #e4edee;
    border-radius: 3px;
    padding: 30px;
    margin-top: 30px;
}

.form-comment-wrapper .user-name {
    margin-bottom: 10px;
}

.form-comment-wrapper textarea {
    width: 100%;
}

.form-comment-wrapper .title_comment {
    margin-bottom: 10px;
    margin-top: 0;
}

.form-comment-wrapper .cancel-comment-reply {
    margin-bottom: 10px;
}

.form-comment-wrapper .submit-wrap {
    margin-top: 40px;
}

.testimonials-slider {
    width: 100%;
    max-width: 100%;
}

.testimonial-item .testimonial-img img {
    display: inline-block !important;
    width: auto;
    max-width: 100%;
}

.testimonial-item .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -50px;
}

.testimonial-item {
    padding: 0 15px;
    text-align: center;
}

.testimonial-item .content {
    border: 2px dashed;
    padding: 20px;
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
    background: #fff;
}

.testimonial-item .content h4 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}

.testimonial-item .content .title {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ztheme-layout-13.ukirot-layout {
    padding: 0;
}

.ztheme-layout-13 .layout-slide .slide-item {
    height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ztheme-layout-13 .layout-slide .slide-item .slide-title {
    color: #fff;
}

.ztheme-layout-13 .layout-slide .slide-item .btn-link-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ztheme-layout-13 .layout-slide .slide-item .slide-title h2 {
    font-size: 3rem;
    font-weight: bold;
}

.ztheme-layout-13 .layout-slide .slide-item .slide-title {
    padding-top: 150px;
}

@media only screen and (max-width: 768px) {
    .main-menu .box-search-wrapper {
        display: none;
    }

    .ztheme-layout-13 .layout-slide .slide-item {
        height: 50vh;
    }

    .ztheme-layout-13 .layout-slide .slide-item .slide-title {
        padding-top: 80px;
    }

    body.fixed-contact-enable {
        padding-bottom: 48px;
    }

    #mainMenu ul.navbar-nav li.nav-item {
        margin: 0;
        line-height: 2.3;
        text-align: center;
    }

    .search-btn-mb {
        display: block;
    }

    .main-menu #Logo {
        order: 2;
        margin-right: 0;
    }

    .main-menu .navbar-toggler {
        order: 3;
    }

    .main-menu #mainMenu {
        order: 4;
    }
    .fixed-contact, .ukirot--layout-11{
        height: 48px;
    }
    .ukirot--layout-11 .bottom-box,
    .fixed-contact .bottom-box {
        padding: 8px 0 6px;
    }

    .ukirot--layout-11 .bottom-box .bottom-item img {
        display: block;
        margin: auto;
    }

    .fixed-contact .bottom-box .bottom-item i {
        margin-right: 0;
    }

    .fixed-contact .bottom-box .bottom-item {
        padding: 2px 10px;
        margin: 0 2px;
    }

    .ukirot--layout-11 .bottom-box .bottom-item {
        padding: 5px 10px;
        margin: 0 5px;
    }

    .fixed-contact .bottom-box .bottom-item a,
    .ukirot--layout-11 .bottom-box .bottom-item a {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        font-size: 12px;
        align-items: center;
    }

    .main-footer .row .col {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .z-inverse .row div:first-child {
        order: 2;
    }

    #comments .comment-reply {
        position: relative;
        top: unset;
        right: unset;
        text-align: right;
        display: block;
    }

    #comments,
    .single-content .blog-item-poster {
        padding: 15px;
    }

    #comments .comment_list li .comment-author {
        width: 40px;
        height: 40px;
    }

    .main-footer {
        padding: 30px 0;
    }

    .ukirot-layout {
        padding: 40px 0;
    }

    .z-block.ztheme-layout-2 .row .icon-box {
        flex-direction: column;
    }

    .z-block.ztheme-layout-2 .row .icon-box + .icon-box{
         margin-top: 20px;
    }

    .z-block.ztheme-layout-2 .icon-wrap {
        max-width: 55px;
    }
}

@media (max-width: 550px) {
    .main-footer {
        padding: 20px 0;
    }

    .ukirot-layout {
        padding: 30px 0;
    }
}