/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


*{
    box-sizing: border-box;
}
html:root {
    --primary: #008080;
    --secondary: #CFB53B;
    --dark: #000;
    --light: #FFF;
}
html {
    margin-top: 0 !important;
}
html #site-navigation #menu-header-menu .current-menu-item .menu-link,html #site-navigation #menu-header-menu .current-menu-parent .menu-link {
    color: var(--secondary);
}
body {
    padding-top: 110px;
    font-family: "Montserrat", Sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}
p {
	margin-top: 0;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
    line-height: 120%;
}
html a:focus{
    outline: none !important;
}
html p:last-child {
    margin-bottom: 0 !important;
}
html .elementor-container {
    padding-left: 25px;
    padding-right: 25px;
}
html .elementor-section-full_width .elementor-container,
html .elementor-container .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
html #main #content-wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
html #main #content-wrap #primary {
    float: none;
    display: block;
    margin: 0;
}
html .clr:after {
    display: none;
}
html #site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header#site-header {
    transition: all 0.5s;
    padding: 15px 0;
    background: var(--dark);
    border: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sticky header#site-header {
    padding: 10px 0;
}
header#site-header #site-header-inner {
    width: 1370px;
    max-width: 100%;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
}
html #site-logo #site-logo-inner {
    display: block;
    height: auto;
}
html #site-logo #site-logo-inner a {
    display: block;
    width: 100px;
}
html.sticky #site-logo #site-logo-inner a {
    width: 86px;
}
html #site-logo #site-logo-inner a img {
    width: 100%;
    display: block;
}
html #site-logo #site-logo-inner a:hover {
    transform: scale(0.9);
}
html #site-logo #site-logo-inner a:hover img {
    opacity: 1;
}
html #site-navigation #menu-header-menu {
    display: flex;
    align-items: center;
    gap: 50px;
}
html #site-navigation #menu-header-menu .menu-link {
    padding: 0;
    line-height: 140%;
    font-size: 16px;
    font-weight: 500;
    color: var(--light);
    letter-spacing: 0;
}
html #site-navigation #menu-header-menu .menu-link:hover {
    opacity: 0.7;
}
html #site-navigation #menu-header-menu .btn a span {
    padding: 0;
    background: transparent;
    color: inherit;
    font-weight: inherit;
    border-radius: 0;
    transition: none;
}
html #site-navigation #menu-header-menu .btn a {
    padding: 0 30px;
    background: var(--primary) !important;
    line-height: 44px;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 0;
}
html #site-navigation #menu-header-menu .btn a:hover {
    background: var(--secondary) !important;
    opacity: 1;
}
html #site-navigation-wrap {
    float: none;
    right: 0;
}
html header#site-header ul.sub-menu {
    padding: 8px;
    border-radius: 8px;
    min-width: 220px;
}
html header#site-header ul.sub-menu li.menu-item {
    border: 0;
    margin-bottom: 4px;
}
html header#site-header ul.sub-menu li.menu-item:last-child {
    margin-bottom: 0;
}
html #site-navigation #menu-header-menu ul.sub-menu li.menu-item a.menu-link {
    color: var(--primary);
    font-size: 14px;
    line-height: 140%;
    padding: 6px 10px;
    border-radius: 5px;
}
html #site-navigation #menu-header-menu ul.sub-menu li.menu-item a.menu-link:hover {
    background-color: var(--primary);
    color: var(--light);
}
html #site-navigation #menu-header-menu ul.sub-menu li.menu-item a.menu-link span {
    display: block;
}
html .elementor-widget-divider--view-line_text .elementor-divider-separator:after {
    display: none;
}
html .elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    flex: unset;
    min-width: 80px;
}
html .elementor-widget-divider .elementor-divider__element {
    margin: 0 0 0 18px;
}
html .elementor-counter .elementor-counter-number-suffix {
    color: var(--primary);
}

html .testimonial-sec .swiper {
    padding: 0;
}
html .testimonial-sec li.swiper-slide {
    border-radius: 0;
    padding: 0;
    padding-top: 430px;
    background: transparent;
    position: relative;
}
html .testimonial-sec li.swiper-slide .slide-logo-block {
    display: block;
    order: 1;
    margin-bottom: 0;
}
html .testimonial-sec li.swiper-slide .slide-logo-block .slide-logo-image {
    width: 360px;
    height: 360px;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
html .testimonial-sec li.swiper-slide .slide-logo-block .slide-logo-image:before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    background-image: url('/wp-content/uploads/2024/09/testimonial-quote-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
}
html .testimonial-sec li.swiper-slide .slide-logo-block .slide-logo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid var(--light);
}
html .testimonial-sec li.swiper-slide .slide-description {
    line-height: 190% !important;
    margin-bottom: 28px;
    padding: 0 1%;
}
html .testimonial-sec li.swiper-slide .slide-logo-basic-info {
    margin: 0;
}
html .testimonial-sec li.swiper-slide .slide-logo-basic-info .slide-logo-title:before {
    content: '';
    display: block;
    width: 24px;
    height: 1.4px;
    background: #000;
    margin: 0 auto 10px;
}
html .testimonial-sec .swiper-logo-buttons-block {
    margin: 0;
    display: block;
}
html .testimonial-sec .swiper-logo-buttons-block [class*="swiper-button-"] {
    margin: 0;
    border: 1px solid rgb(0 0 0 / 20%);
    position: absolute;
    left: 50px;
    top: 256px;
    transition: all 0.4s;
}
html .testimonial-sec .swiper-logo-buttons-block [class*="swiper-button-"]:hover {
    border-color: var(--dark);
}
html .testimonial-sec .swiper-logo-buttons-block .swiper-button-next {
    left: auto;
    right: 50px;
    transform: scaleX(-1);
}
html .testimonial-sec .swiper-logo-buttons-block [class*="swiper-button-"]:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 9L1 5L5 1" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}
html .testimonial-sec .swiper-logo-buttons-block [class*="swiper-button-"]:after {
    display: none;
}

.service_inner_box .elementor-image-box-content {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    cursor: default;
    background: rgba(0, 128, 128, 0.04);
    border: 1px solid rgba(0, 128, 128, 0.1);
    border-radius: 290px;
}
.service_inner_box{
    transition: all 0.4s;
}
.service_inner_box {
    border-radius: 500px;
    position: relative;
    cursor: pointer;
    margin: 0 -15px;
    width: auto !important;
    flex-grow: 1 !important;
}
.service_inner_box:hover h3,
.service_inner_box:hover p{
    color: var(--white) !important;
}
.service_inner_box:hover .elementor-widget-container {
    background-color: #008080;
    border: 1px solid #FFFFFF !important;
}
.service_box_sec .elementor-container {
    flex-wrap: wrap;
}
.service_box_sec .elementor-container .elementor-column {
    width: 25%;
    margin-top: 30px;
}
.service_box_sec .elementor-container .elementor-column:first-child {
    margin-left: 50%;
}
.title_col {
    width: 50% !important;
    padding-right: 20px;
    position: absolute !important;
    top: 149px;
}
.faq-section .elementor-accordion-item {
    margin-bottom: 12px;
    border-radius: 20px;
    overflow: hidden;
}
.faq-section .elementor-accordion-item:last-child {
    margin-bottom: 0;
}
.faq-section .elementor-accordion-item .elementor-active {
    background: var(--primary) !important;
    color: var(--light);
}
.faq-section .elementor-accordion-item .elementor-active a.elementor-accordion-title {
    color: inherit;
}
.faq-section .elementor-tab-content {
    text-align: justify;
}
.faq-section .elementor-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.faq-section .elementor-tab-title .elementor-accordion-icon-right {
    order: 1;
}

html .blog-section .post-grid-thumbnail {
    margin-bottom: 0;
}
html .blog-section .post-grid-thumbnail a {
    display: block;
    height: 300px;
    overflow: hidden;
}
html .blog-section .post-grid-thumbnail a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
html .blog-section .post-grid-thumbnail a:hover img {
    transform: scale(1.1);
}
html .blog-section .post-grid-text-wrap {
    padding: 30px 20px 20px;
    position: relative;
}
html .blog-section .post-grid-text-wrap .post-grid-meta .post-date {
    display: inline-block;
    background: var(--primary);
    padding: 0 17px;
    border-radius: 50px;
    position: absolute;
    top: -18px;
    left: 20px;
}
html .blog-section .post-grid-text-wrap h3.title {
    padding: 0 !important;
}
html .blog-section .post-grid-text-wrap h3.title a {
    display: block;
    padding: 0 !important;
}
html .join-section .elementor-divider-separator {
    justify-content: flex-end;
}
html .join-section .elementor-divider-separator:before {
    min-width: 140px;
    order: 2;
    margin-left: 18px;
}

html #footer {
    margin-left: 80px;
    position: relative;
}
html #footer:before {
    content: '';
    display: block;
    width: 138px;
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 8px;
    background-image: url('data:image/svg+xml,<svg width="138" height="328" viewBox="0 0 138 328" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2495_52)"><path fill-rule="evenodd" clip-rule="evenodd" d="M114.693 327.049C105.49 323.193 96.4972 318.502 87.8148 312.955C6.62997 261.085 -16.6401 153.99 35.8397 73.7494C60.1163 36.6311 96.35 11.7617 136.32 0.886274C93.4345 10.0919 54.0846 35.4197 28.3781 74.7241C-23.1916 153.573 -0.325083 258.811 79.452 309.781C90.7413 316.994 102.565 322.733 114.693 327.049Z" fill="%23008080"/></g><defs><clipPath id="clip0_2495_52"><rect width="138" height="328" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
html #footer #footer-inner {
    border-radius: 300px 0 0 300px;
    overflow: hidden;
}
html #footer-widgets {
    background: transparent;
    padding: 0;
}
html .container {
    width: 100%;
    max-width: 100%;
}
html #footer-bottom {
    display: none;
}
.service_main_sec .elementor-column:first-child {
    max-width: 685px;
    margin-left: auto;
    padding-left: 25px;
}
.service_second_sec .elementor-column:last-child {
	 max-width: 685px;
    margin-right: auto;
    padding-right: 25px;
}
section.elementor-section.service_cms_sec > .elementor-container > .elementor-column:first-child {
    max-width: 550px;
    margin-left: auto;
    padding-left: 25px;
}
.faq-section .elementor-container {
    align-items: flex-start;
}
.faq-section .sticky {
    position: sticky;
    top: 90px;
}
/*mini-leptop*/
@media (min-width:992px) and (max-width:1199px){
    .title_col {
        width: 40% !important;
        top: 100px;
    }
}

/*tablet*/
@media (max-width:1024px){
    .title_col {
        width: 100% !important;
        padding-right: 0;
        position: static !important;
    }
    .service_box_sec .elementor-container .elementor-column:first-child {
        margin-left: 0;
    }

    html .testimonial-sec li.swiper-slide {
        padding-top: 340px;
    }
    html .testimonial-sec li.swiper-slide .slide-logo-block .slide-logo-image {
        width: 300px;
        height: 300px;
    }
    html .testimonial-sec li.swiper-slide .slide-logo-block .slide-logo-image:before {
        width: 60px;
        height: 60px;
        background-size: 60px;
        bottom: 10px;
        right: 10px;
    }
    html .testimonial-sec li.swiper-slide .slide-description {
        line-height: 170% !important;
    }
    html .testimonial-sec .swiper-logo-buttons-block [class*="swiper-button-"] {
        left: 30px;
        top: 160px;
    }
    html .testimonial-sec .swiper-logo-buttons-block .swiper-button-next {
        right: 30px;
    }
    html #footer {
        margin-left: 40px;
    }
    html #footer:before {
        width: 112px;
        left: -14px;
    }
    section.elementor-section.service_cms_sec > .elementor-container > .elementor-column:first-child{
        max-width: 100%;
    }
}
@media (max-width:991px){
    .faq-section .sticky {
        position: relative;
        top: 0px;
    }
}
/*mobile*/
@media (max-width:767px){
    .title_col {
        width: 100% !important;
        padding-right: 0;
        position: static !important;
    }
    .service_box_sec .elementor-container .elementor-column:first-child {
        margin-left: 0;
    }
    .service_box_sec .elementor-container .elementor-column {
        width: 80% !important;
        margin: -12px auto 0 !important;
    }
    header#site-header #site-header-inner {
        padding: 0 20px;
    }
    html .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header#site-header {
        padding: 12px 0;
    }
    html #site-logo #site-logo-inner a {
        width: 70px;
    }
    html.sticky #site-logo #site-logo-inner a {
        width: 60px;
    }
    html .hamburger {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html .hamburger-box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html #footer {
        margin-left: 0;
    }
    html #footer:before {
        display: none;
    }
    html #footer #footer-inner {
        border-radius: 0;
    }
    .service_main_sec .elementor-column:first-child,.service_second_sec .elementor-column:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .elementor-column.order-1 {
        order: -1;
    }
    section.elementor-section.service_cms_sec > .elementor-container > .elementor-column:first-child {
        padding-left: 0px;
    }
}