/*
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: #D9F800;
    --secondary: #DBDBDB;
    --dark: #000;
    --light: #FFF;
}
body {
    padding-top: 141px;
    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: 130%;
}
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: 20px 0;
    background: var(--light);
    border: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sticky header#site-header {
    padding: 10px 0;
    box-shadow: 0 10px 50px 0 #0000000a;
}
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: 120px;
}
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(--dark);
    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(--dark) !important;
    color: var(--light);
    line-height: 44px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}
html #site-navigation #menu-header-menu .btn a:hover {
    background: var(--primary) !important;
    opacity: 1;
    color: var(--dark);
}
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(--dark);
    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(--dark);
    color: var(--light);
}
html #site-navigation #menu-header-menu ul.sub-menu li.menu-item a.menu-link span {
    display: block;
}
html .elementor-counter .elementor-counter-number-suffix {
    color: var(--primary);
}
html #site-navigation #menu-header-menu .menu-link .nav-arrow {
    font-size: 13px;
}

html .testimonial-sec .swiper {
    padding: 0;
}
html .testimonial-sec li.swiper-slide {
    border-radius: 0;
    padding: 0;
    padding-top: 550px;
    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: 450px;
    height: 520px;
    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: 5px 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: 306px;
    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;
}
.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(--dark) !important;
    color: var(--primary);
}
.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: 280px;
    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: 24px;
    position: relative;
}
html .blog-section .post-grid-text-wrap .post-grid-meta .post-date {
    display: inline-block;
    background: #000000B2;
    padding: 0 20px;
    border-radius: 50px;
    position: absolute;
    top: -50px;
    right: 14px;
    line-height: 40px !important;
}
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 #footer {
    margin-left: 100px;
    position: relative;
    margin-bottom: 43px;
}
html #footer:before {
    content: '';
    display: block;
    width: 209px;
    position: absolute;
    left: -23px;
    top: 70px;
    bottom: -5px;
    background-image: url('data:image/svg+xml,<svg width="210" height="266" viewBox="0 0 210 266" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M209.095 260.069C167.875 267.201 123.965 259.45 86.0638 234.95C7.27356 184.018 -16.1752 79.6922 32.4977 0.109316C30.896 2.34084 29.3403 4.62281 27.8329 6.95477C-22.3328 84.5597 -0.0888257 188.138 77.5161 238.304C118.06 264.512 165.693 270.957 209.095 260.069Z" fill="%23D9F800"/></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;
}
.home-banner.elementor-section-boxed:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F7F7F7;
    height: 66px;
    width: 100%;
}
.our_service .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 60px 30px;
}
.our_service .elementor-container .elementor-column {
    width: 100%;
}
.our_service .elementor-icon-box-wrapper .elementor-icon-box-icon {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.our_service .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-icon-box,
.our_service .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-icon-box .elementor-widget-container {
    height: 100%;
}
html .testimonial-sec li.swiper-slide .slide-logo-block .slide-logo-image:after {
    content: "";
    height: 84px;
    width: 84px;
    display: block;
    background-image: url('/wp-content/uploads/2024/09/double-cot-1.svg');
    background-repeat: no-repeat;
    background-size: 84px;
    position: absolute;
    border-radius: 50px;
    bottom: 27px;
    right: 16px;
}
.faq-section .elementor-container {
    align-items: flex-start;
}
.faq-section .sticky {
    position: sticky;
    top: 90px;
}
.profile_section.elementor-section-boxed:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #f7f7f7;
    height: 96px;
    width: 100%;
}
body.single-post .icon-clock {
    display: none;

}
body.single-post ul.meta li {
    line-height: 130%;
    padding-bottom: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.single-post ul.meta {
    font-size: 0px;
    border: 0px;
    padding-bottom:0px;
}
.single-post.content-max-width ul.meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000000;
    font-size: 0px;
   line-height: 0px;
    margin-bottom: 14px;
    margin-top: 40px;
    padding: 0px;
}
.single-post.content-max-width .entry-header {
    margin:0 auto;
    max-width: 1320px !important;
}
html .single-post h2.single-post-title.entry-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    color: var(--dark);
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin: auto;
}
html .single-post .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    border: 5px solid #000;
}
.single-post.content-max-width .thumbnail {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px !important;
    max-width: 1200px;
}
body.single-post #main #content-wrap {
    max-width: 100% !important;
    width: 1320px !important;
}
html .single-post .entry-content {
    max-width: 1000px !important;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 50px;
}
.single-post.content-max-width .entry-content p {
    font-size: 16px;
    text-align: justify;
    line-height: 170%;
    color: #000;
}
.single-post.content-max-width .entry-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 130%;
    margin: 22px 0px !important;
}
html .single-post.content-max-width .entry-content p, 
html .single-post.content-max-width .entry-content h2,
html .single-post.single-post.content-max-width .entry-share {
    max-width: 1000px !important;
    width: 100% !important;
    padding: 0;
    margin: 14px 0px;
}
html .single-post.single-post.content-max-width .entry-share {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 100px;
}
.single-post.content-max-width .entry-share{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
html .single-post .entry-share h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--dark);
}
html .single-post .entry-share ul li a {
    background-color: rgba(0, 0, 0, 0.06);
    border: 0;
    width: 38px;
    height: 38px;
}
html .single-post .entry-share ul li a .oss-icon {
    fill: #000000;
    width: 21px;
    height: 21px;
    transition: all .3s ease;
}
html .single-post .entry-share ul li a:hover {
    color: #000 !important;
    background-color:#D9F800;
    border-color:#000 !important;
}
body .oceanwp-row article.blog-entry:nth-child(3n + 1) {
    width: 100%;
}
body .oceanwp-row article.blog-entry:nth-child(3n + 1) .blog-entry-inner {
    padding: 50px 30px 50px;
    padding-left: 51%;
    position: relative;
    min-height: 500px;
    justify-content: center;
}
body .oceanwp-row article.blog-entry:nth-child(3n + 1) .blog-entry-inner .thumbnail a {
    min-height: 460px;
    width: 640px;
}
body .oceanwp-row article.blog-entry:nth-child(3n + 1) .blog-entry-inner .thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 20px;
}
.blog .blog-entry.grid-entry .blog-entry-header .entry-title a {
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}
body .oceanwp-row article.blog-entry:nth-child(3n + 1) .blog-entry-inner .entry-title {
    font-size: 30px;
}
html .single-post .entry-share ul li a:hover svg {
    fill: #000 !important;
}














/*tablet*/
@media (max-width:1024px){
    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;
    }
}

@media (max-width:991px){
    .faq-section .sticky {
        position: relative;
        top: 0px;
    }
    .oceanwp-mobile-menu-icon a {
        font-size: 26px;
        line-height: normal;
    }
    html #site-logo #site-logo-inner a {
        width: 80px;
    } 
    header#site-header {
        padding: 10px 0;
    }
    html.sticky header#site-header {
        padding: 8px 0;
    }
    html.sticky #site-logo #site-logo-inner a {
        width: 70px;
    }
    body {
        padding-top: 88px;
        font-size: 14px;
    }
    .home-banner.elementor-section-boxed:before {
        height: 40px;
    }
    .our_service .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
        font-size: 38px;
    }
    .our_service .elementor-icon-box-wrapper .elementor-icon-box-icon {
        top: -16px;
    }
    .our_service .elementor-container {
        gap: 34px 20px;
    }
    html .elementor-counter {
        text-align: center;
    }
    html .testimonial-sec li.swiper-slide .slide-description {
        margin-bottom: 16px;
        padding: 0 1%;
    }
    html .testimonial-sec li.swiper-slide {
        padding-top: 310px;
    }
    html .testimonial-sec li.swiper-slide .slide-logo-block .slide-logo-image:after {
        height: 70px;
        width: 70px;
        background-size: 70px;
        bottom: 16px;
        right: 14px;
    }
    html .testimonial-sec .swiper-logo-buttons-block .swiper-button-next {
        right: 30px;
        left: auto;
    }
    html .testimonial-sec .swiper-logo-buttons-block [class*="swiper-button-"] {
        top: 100px;
    }
    html .blog-section .post-grid-text-wrap {
        padding: 18px;
    }
    html .blog-section .post-grid-text-wrap .post-grid-meta .post-date {
        padding: 0 16px;
        top: -44px;
        right: 10px;
        line-height: 32px !important;
    }
    html .blog-section .post-grid-thumbnail a {
        height: 180px;
    }
    html #footer {
        margin-left: 30px;
        margin-bottom: 20px;
    }
    html .single-post h2.single-post-title.entry-title {
        font-size: 24px;
    }
    .single-post.content-max-width .thumbnail {
        margin-top: 15px;
        margin-bottom: 15px !important;
    }
    html .single-post .content-area {
        padding: 0 25px !important;
    }
    html .single-post.content-max-width .entry-content p,
     html .single-post.content-max-width .entry-content h2 {
        margin: 10px 0;
    }
    html .single-post.content-max-width .entry-content p {
        font-size: 13px;
    }
    .content-full-width .content-area {
        margin-bottom: 0;
    }
    html .single-post.content-max-width .entry-content h2 {
        font-size: 19px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    html .single-post .entry-content {
        margin-bottom: 25px;
    }
    html .single-post.single-post.content-max-width .entry-share {
        padding-top: 22px;
    }
    html .single-post .entry-share h3 {
        font-size: 18px;
    }
    html .single-post .entry-share ul li a {
        width: 35px;
        height: 35px;
    }
    .entry-share ul li {
        margin-right: 6px;
    }
    html .single-post .entry-share ul li a .oss-icon {
        width: 16px;
        height: 16px;
    }
    .single-post.content-max-width ul.meta {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    body.single-post ul.meta li {
        font-size: 14px;
    }
    html .single-post.single-post.content-max-width .entry-share {
        padding-bottom: 50px;
    }
}

/*mobile*/
@media (max-width:767px){
    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: 0;
    }
    html #footer:before {
        display: none;
    }
    html #footer #footer-inner {
        border-radius: 0;
    }
    .our_service .elementor-container {
        grid-template-columns: repeat(1,1fr);
        gap:30px;
    }
    html .admin-bar #sidr{
        top: 0;
        height: 100vh;
    }
    .home-banner.elementor-section-boxed:before{
        display: none;
    }
    body {
        padding-top: 83px;
    }
    .our_service .elementor-icon-box-wrapper .elementor-icon-box-icon {
        top: -20px;
    }
    html .blog-section .post-grid-text-wrap {
        padding: 14px;
    }
    .oceanwp-mobile-menu-icon a {
        font-size: 24px;
    }
    .apply_now .elementor-heading-title br {
        display: none;
    }
    .apply_now .elementor-button {
        line-height: normal !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
    }
    html .single-post h2.single-post-title.entry-title {
        font-size: 18px;
    }
    html .single-post .content-area {
        padding: 0 20px 0px !important;
    }
    html .single-post.content-max-width .entry-content p {
        font-size: 13px;
        text-align: left;
    }
    html .single-post.content-max-width .entry-content h2 {
        font-size: 17px;
        margin-top: 12px !important;
    }
    body.single-post ul.meta li {
        font-size: 13px;
    }
    html .single-post.single-post.content-max-width .entry-share {
        padding-top: 30px;
    }
    html .single-post .entry-share h3 {
        font-size: 16px;
    }
    .single-post.content-max-width .entry-share {
        flex-direction: column;
    }
    html .single-post .entry-share.side .theme-heading {
        margin: 0px !important;
    }
    html .single-post .entry-share ul li {
        margin-right: 3px;
    }
    .single-post.content-max-width .entry-header {
        padding: 0;
    }
    .profile_section.elementor-section-boxed:before{
        display: none;
    }
}