/*
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;
}
:root {
    --primary: #DF3179;
    --secondary: #036C5F;
    --gradient: linear-gradient(180deg, #DF3179 0%, #D6938D 78.33%);
    --btn-gradient: linear-gradient(180deg, #DF3179 0%, #D6938D 78.33%);
    --btn-gradient-hvr: linear-gradient(180deg, #D6938D 0%, #DF3179 78.33%);
    --text: #1A1A1A;
    --dark: #000;
    --light: #FFF;
}
html {
    margin-top: 0 !important;
}
body {
    padding-top: 110px;
    font-family:arial;
    background-color: var(--dark);
}
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 header.page-header {
    display: none;
}
html #main #content-wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 60vh;
}
html #main #content-wrap #primary {
    float: none;
    display: block;
    margin: 0;
}

header#site-header {
    background: linear-gradient(180deg, #6F183C 0%, #0F0308 100%);    
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.4s;
}
.sticky header#site-header {        
    padding: 10px 0;
}
html.sticky #site-logo #site-logo-inner a {
    width: 150px;
}
html #site-header-inner {
    width: 1370px;
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html #site-header-inner:after {
    display: none;
}
html #site-logo #site-logo-inner {
    display: block;
    height: auto;
}
html #site-logo {
    float: none;
    display: block;
    height: auto;
}
html #site-logo #site-logo-inner a {
    display: block;
    width: 168px;
}
html #site-logo #site-logo-inner a:hover {
    transform: scale(0.9);
}
#site-logo #site-logo-inner a img {
    display: block;
    width: 100%;
}
html #site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
html #site-navigation-wrap {
    float: none;
    right: 0;
}
html #site-navigation-wrap .dropdown-menu {
    display: flex;
    align-items: center;
    gap: 50px;
}
html #site-navigation-wrap .dropdown-menu>li {
    float: none;
}
html #site-navigation-wrap .dropdown-menu>li>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--light);
    padding: 0;
    letter-spacing: 0;
}
html #site-navigation-wrap .dropdown-menu>li.current-menu-item>a,
html #site-navigation-wrap .dropdown-menu>li>a:hover {
    color: var(--primary);
    opacity: 1;
}
html #site-navigation-wrap .dropdown-menu>li.btn>a {
    background: var(--btn-gradient) !important;
    color: var(--dark);
    padding: 0 30px;
    line-height: 44px;
    border: 0;
    font-size: 15px;
    border-radius: 50px;
}
html #site-navigation-wrap .dropdown-menu>li.btn>a:hover{
    background:var(--btn-gradient-hvr) !important;
}
html #site-navigation-wrap .dropdown-menu>li.btn>a>span {
    display: block;
    background: transparent;
    color: inherit;
    font-weight: inherit;
    padding: 0;
    border-radius: 0;
}
html #site-navigation-wrap .dropdown-menu>li.btn>a:hover span {
    background: transparent;
    color: inherit;
}
html header#site-header ul.sub-menu {
    border: 0;
    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 .elementor-button {
    font-size: 15px !important;
    text-transform: uppercase;
    background: var(--btn-gradient);
    color: var(--dark) !important;
    font-weight: 500 !important;
}
html .s-gradient .elementor-heading-title {
    background:var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
html .elementor-heading-title {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: arial !important;
    font-weight: 700 !important;
}
div#footer-bottom {
    display: none;
}
html #footer-widgets {
    padding:0;
}
.site-footer .footer-widgets-inner {
    width: 100%;
    max-width: 100%;
}
html .text-dark .elementor-heading-title {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}
/*html .elementor-button:hover {
    filter: brightness(1) invert(1);
}*/
.our_blogs .post-grid-text-wrap {
    background: var(--gradient);
    padding: 22px;
}
.our_blogs .post-grid-text-wrap .post-grid-excerpt p {
    height: 76px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.our_blogs .post-grid-text-wrap .post-grid-meta {
    background-color: var(--dark);
    display: inline-block;
    padding: 10px 14px;
    position: absolute;
    top: 178px;
    right: 0;
}
.our_blogs .post-grid-inner {
    position: relative;
}
.our_blogs .post-grid-thumbnail a {
    padding-top: 57%;
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    width: 100%;
}
.our_blogs .post-grid-thumbnail a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s;
}
.our_blogs .post-grid-inner:hover .post-grid-thumbnail a img{
    transform: scale(1.1);
}
.faq_section .elementor-tab-title {
    border: 1px solid #0000001A;
}
.faq_section .elementor-accordion-item {
    margin-bottom: 14px;
}
.faq_section .elementor-accordion-item:last-child {
    margin-bottom: 0;
}
.faq_section .elementor-accordion-item:has(.elementor-active) {
    background: var(--gradient);
    border: 1px solid var(--light) !important;
}

.testimonial-section.slide-logo-image img {
    border-radius: 0 !important;
}
.testimonial-section .swiper-slide img {
    border-radius: 0 !important;
}
.testimonial-section .slider-logo-container-background .slide-logo-image {
    width: 310px !important;
    height: 100% !important;
    max-width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: auto;
    overflow: hidden;
    padding: 2px;
}
.testimonial-section .slide-content {
    margin-left: 0;
}
.testimonial-section li.swiper-slide.slider-container-background {
    padding: 0;
    padding-left: 410px;
    border-radius: 0;
    justify-content: center;
    padding-right: 0;
    min-height: 410px;
}
.testimonial-section .slide-logo-block {
    order: 1;
    margin-bottom: 0px !important;
}
.testimonial-section .slide-logo-basic-info {
    margin-left: 40px !important;
    margin-right: 0px !important;
    position: relative;
}
.testimonial-section .slide-logo-basic-info span::before {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: -41px;
    width: 30px;
    height: 2px;
    background: var(--primary);
}
.testimonial-section .slider-logo-container-background {
    background-color:transparent;
}
.testimonial-section .slider-logo-container {
    border-radius: 0px; 
}
.testimonial-section .slide-description {
    line-height: 170% !important;
    margin-bottom: 30px !important;
}
.testimonial-section .swiper-logo-buttons-block {
    position: relative;
}
.testimonial-section .swiper-logo-button-prev:after, .testimonial-section .swiper-logo-button-next:after {
    content: '';
    display: block;
    background-image: url('data:image/svg+xml,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.57629 9.09375L5.57629 5.09375L1.57629 1.09375" stroke="white" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    border-radius: 0;
    transition: all 0.3s;
    border: 1px solid #FFF;
}
.testimonial-section .swiper-logo-button-prev, .testimonial-section .swiper-logo-button-next {
    border-radius: 8px !important;
}
.testimonial-section .mySwiper {
    padding: 0px !important;
}
.testimonial-section .swiper-logo-button-prev:hover::after, .testimonial-section .swiper-logo-button-next:hover::after{
    border: 1px solid var(--primary);
}
.testimonial-section .swiper-logo-button-prev:after {
    transform: rotate(180deg);
}
.testimonial-section .swiper-logo-button-prev {
    margin-right: 10px !important;
}
.testimonial-section .swiper-logo-button-next{
    margin-left: 0px !important;
}
.testimonial-section .swiper-logo-buttons-block {
    margin-top: 0px !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.testimonial-section .slide-description h2 {
    color: var( --dark ) !important;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.testimonial-section .slide-description{
    position: relative;
}
.testimonial-section .slide-logo-image:before {
    content: '';
    background: var(--gradient);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: -1;
}
.testimonial-section .slider-logo-container-background .slide-logo-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px !important;
    border: 10px solid var(--dark);
}
.faq_section .elementor-tab-title .elementor-accordion-icon {
    margin-top: 6px;
}
.our_services_box .elementor-image-box-wrapper {
    padding: 60px 40px;
    box-shadow:0px 8px 0px 0px rgba(223,49,121,.2);
    background:rgba(255,255,255,.1);
    position: relative;
    height: 100%;
    transition: all 0.4s;
}
.our_services_box .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 60px;
}
.our_services_box .elementor-image-box-wrapper .elementor-image-box-img {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.our_services_box .elementor-image-box-wrapper:hover {
    box-shadow: 0px 8px 0px 0px #FFFFFF;
}
.our_services_box .elementor-image-box-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.our_services_box .elementor-image-box-wrapper:hover:before {
    background:var(--gradient);
    visibility: visible;
    opacity: 1;
}
.our_services_box .elementor-image-box-wrapper:hover h3,
.our_services_box .elementor-image-box-wrapper:hover p {
    color: var(--light) !important;
}
.our_services_box .elementor-image-box-wrapper:hover .elementor-image-box-img {
/*    filter: brightness(10) invert(0);*/
}
.our_services_box .elementor-widget-container {
    height: 100%;
}
.elementor-counter .elementor-counter-number-suffix{
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: "Poppins";
    font-size: 36px;
}
html .sticky{
    position: sticky;
    top: 100px;
}
.elementor-container:has(.sticky) {
    align-items: flex-start;
}

html .parent-blog h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    font-weight: 700;
    color: #000000;
    letter-spacing:0;
    margin-bottom: 0;
    position: relative;
}
html body.blog #primary {
    padding-top: 100px !important;
}
body .oceanwp-row article.blog-entry {
    padding: 0 20px;
    margin-bottom: 40px;
}
html .blog #main #content-wrap {
    max-width: 1370px;
}
div#blog-entries {
    margin: 0 -30px;
}
.blog-entry.grid-entry .blog-entry-header h3.blog-entry-title.entry-title a {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.blog-entry.grid-entry .blog-entry-header h3.blog-entry-title.entry-title a:hover {
    opacity: 0.7;
}
.blog-entry.grid-entry .blog-entry-inner {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.blog-entry.grid-entry .blog-entry-inner .thumbnail {
    margin: 0px;
    order: -2;
    padding: 1px;
}
.blog-entry.grid-entry .blog-entry-inner .thumbnail a {
    overflow: hidden;
    border-radius: 10px;
    height: 380px;
    display: block;
    margin-bottom: 22px;
}
.blog-entry.grid-entry .blog-entry-inner .thumbnail a img {
    height: 100%;
    object-fit: cover;
}
.blog-entry.grid-entry .blog-entry-inner ul {
    order: -1;
    z-index: 1;
    color: #000000;
    text-transform: uppercase;
    padding-left: 44px;
    position: relative;
    margin-bottom: 10px !important;
    padding-bottom: 0;
}
.blog-entry.grid-entry .blog-entry-inner ul::before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: var(--light);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blog-entry.grid-entry .blog-entry-summary p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--light);
}
.blog-entry.grid-entry .blog-entry-inner ul li.meta-date {
    padding: 0;
    color: var(--light);
}
.blog-entry.grid-entry .blog-entry-inner ul li.meta-date i {
    display: none;
}
.blog-entry.grid-entry .blog-entry-summary {
    font-size: 16px;
    opacity: 0.9;
}
html .blog-entry.grid-entry .blog-entry-header {
    margin-bottom: 0;
    margin-top: 0;
}
span.edit-link {
    display: none;
}
.blog .blog-entry.grid-entry .blog-entry-readmore {
    margin-top: 5px;
}
.blog .blog-entry.grid-entry .blog-entry-header .entry-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: var(--light);
}
.blog .blog-entry.grid-entry .blog-entry-header .entry-title a {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}
.blog .blog-entry.grid-entry .blog-entry-header .entry-title a:hover {
    color: var(--primary) !important;
}
.parent-blog {
    padding:120px 0;
    position: relative;
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background:var(--gradient);
    z-index: 2;
}
.parent-blog:before {
    content: "";
    background-image: url(https://aboutu.onlinevideodownloader.online/wp-content/uploads/2024/12/title-logo-150x150.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 235px auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
}
.blog-entry.grid-entry .blog-entry-readmore a {
    padding: 0px 30px 0 30px;
    height: 42px;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    background: var(--btn-gradient);
    color: var(--dark);
    border-radius: 50px;
    gap: 0;
    transition: all 0.5s;
    letter-spacing: normal;
    font-size: 0;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-entry.grid-entry .blog-entry-readmore a:after {
    content: 'Read More';
    font-size: 15px;
    font-weight: 600;
}
.blog-entry.grid-entry .blog-entry-readmore a:hover {
    filter: brightness(1) invert(1);
}
.blog-entry.grid-entry .blog-entry-readmore a i.fa.fa-angle-right {
    display: none;
}  
html ul.page-numbers {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
}
html ul.page-numbers li .page-numbers {
    margin: 0;
    border: 0;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    z-index: 1;
}
html ul.page-numbers li .page-numbers.current, html ul.page-numbers li .page-numbers:hover {
    border-color: var(--dark);
    background: var(--primary);
    color: var(--dark);
}

.single-post .single-header-ocean-2,
.single-post .single-header-ocean-2 .col-xs-12.col-l-8.col-ml-9 {
    padding: 0;
}
.single-post #wrap::before {
    content: "";
    display: block;
    height: 700px;
    width: 100%;
    background: var(--btn-gradient);
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.single-post #wrap {
    background:var(--dark);
}
.single-post .single-header-ocean-2 .head-row {
    justify-content: start;
}
.single-post .ocean-single-post-header .single-post-title {
    font-size: 42px;
    letter-spacing: 0;
    margin: auto;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}
.single-post main#main {
    max-width: 100% !important;
    width: 1320px !important;
    margin: auto;
    padding: 70px 25px 0px;
    display: flex;
    flex-direction: column;
}
body.single.single-post article {
    display: flex;
    flex-direction: column;
}
body.single-post.content-max-width #wrap .entry-header {
    order: 1;
    text-align: left;
    width: 100%;
    max-width: 1320px;
    margin: 0 !important;
}
html .single-post .thumbnail {
    max-width: 1320px !important;
    width: 100%;
    order: 4;
    height: 600px;
    overflow: hidden;
    margin-bottom: 50px !important;
}
html .single-post .thumbnail img {
    height: 100%;
    object-fit: cover;
    border: 2px solid #ffffff;
    filter: drop-shadow(0px 4px 50px rgba(0,0,0,0.08));
}
html .single-post h2.single-post-title.entry-title {
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1072px;
    margin: auto;
}
body.single-post #main #content-wrap {
    max-width: 100% !important;
    width: 1320px !important;
}
body.single-post.content-max-width ul.meta {
    border: 0;
    color: #ffffff;
    text-align: center;
    justify-content: start;
    width: 1320px;
    max-width: 100% !important;
    margin: -100px auto 0 -18px !important;
    padding: 0 20px !important;
    order: 4;
    z-index: 11;
}
html .single-post ul.meta li {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 0px 26px;
    
}
html .single-post ul.meta li i {
    display: none;
}
html .single-post .entry-content {
    order: 6;
    max-width: 1000px !important;
    width: 100% !important;
    margin: 0 auto;
}
html .single-post.content-max-width .entry-content p,html .single-post.content-max-width .entry-content h2{
    max-width: 1100px !important;
    width: 100% !important;
}
html .single-post.content-max-width .entry-content h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    color: var(--primary);
}
html .single-post .paragraph_box p {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 190% !important;
    text-align: center !important;
    text-transform: uppercase;
}
html .single-post .paragraph_box {
    padding: 40px;
    background-color: #F9F7F3;
}
html .single-post.content-max-width .entry-content img {
    display: inline;
}
.single-post .entry-content p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
html .single-post.content-max-width .entry-content p {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
}
html .single-post .entry-share {
    order: 10;
    max-width: 1100px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto 50px !important;
    padding: 30px 0 !important;
    border-top: 0;
    border-bottom: 0;
    background: #F3EFFF;
}
html .single-post .entry-share ul li a {
    background:var(--gradient);
    border: 0;
}
html .single-post .entry-share ul li a .oss-icon {
    fill: #FFF;
}
html .single-post .entry-share ul li a:hover {
    background: var(--primary);
}
html .single-post .entry-share ul li a:hover .oss-icon {
    fill: #FFF !important;
}
html .single-post blockquote {
    padding: 20px !important;
    margin: 0 20px!important;
    width: 1060px;
    border: 0;
    background-color: #ffffff;
    max-width: 100% !important;
}
html .single-post blockquote p {
    font-size: 18px !important;
    color: var(--secondary) !important;
    font-weight: 600 !important;
    line-height: 170% !important;
    text-align: center !important;
}
html .single-post.content-max-width .entry-content>* {
    color: #FFF;
    max-width: 100%;
}
.single-post.content-max-width .thumbnail {
    padding: 0;
}
.single-post .single-header-ocean-2 {
    margin: 0 auto;
}
.single-post ul.meta-item.meta-style-2.hms-style-stylish li.meta-date {
    font-size: 0;
}
.single-post ul.meta-item.meta-style-2.hms-style-stylish li.meta-date time.meta-date.published {
    font-size: 0;
}
.single-post  ul li time.meta-date.published {
    text-align: center;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'Playfair Display';
}
.single-post .blog-post-meta {
    order: -1;
    text-align: center;
    margin: 0 auto;
}
.single-post  header.blog-post-title {
    display: flex;
    flex-direction: column;
}
.single-post .blog-post-breadcrumbs {
    display: none;
}
.single-post .blog-post-meta ul.meta-item.meta-style-2.hms-style-stylish {
    justify-content: start;
}
.single-post ul.meta-item.meta-style-2.hms-style-stylish li.meta-date {
    font-size: 0;
    gap: 0;
    letter-spacing: 0;
}
.single-post .single-header-ocean-2 .head-row .col-xs-12.col-l-8.col-ml-9 {
    flex: 100%;
    max-width: 100%;
    -webkit-flex: 100%;
}
html .single-post .entry-share {
    max-width: 960px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 0px !important;
    padding: 28px 30px !important;
    background:var(--gradient);
    position: relative;
}
html .single-post .entry-share h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: normal;
    background:var(--gradient);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: none;
}
html .single-post .entry-share>* {
    margin: 0 !important;
    padding: 0 !important;
}
.single-post.content-max-width figure img {
    margin: 0 auto;
    max-height: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 6px solid #000000;
    border-radius: 20px;
}
.single-post.content-max-width figure {
    width: 1320px;
    margin: 0 auto;
    height: 600px;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
html .single-post .entry-share>* {
    margin: 0 !important;
    padding: 0 !important;
}
html .single-post .entry-share::after{
    display: none;
}


.btn-css .elementor-button-link:hover,
.btn-css .elementor-button:hover { background:var(--btn-gradient-hvr) !important;}
.faq-section{ background:var(--gradient) !important;}
.home-carousel:after{background:url(https://aboutu.onlinevideodownloader.online/wp-content/uploads/2024/12/circle-logo.png) no-repeat 0 0;
content:''; width:150px; height:150px; position:absolute; bottom:30px; right:30px; background-size:150px; opacity:.7;}

.curiouse .elementor-element-populated>div:first-child{ margin-bottom:0 !important }

p a{ color:var(--primary) !important; text-decoration:underline; transition:ease-in-out .5s}
p a:hover{ text-decoration:none }

@media (max-width:1024px){
    html #site-navigation-wrap{ display:none; }
    .testimonial-section .slider-logo-container-background .slide-logo-image {
        width: 280px !important;
    }
    .testimonial-section li.swiper-slide.slider-container-background {
        padding-left: 310px;
        min-height: 330px;
    }
    .testimonial-section .slide-description h2 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .testimonial-section .slide-description {
        margin-bottom: 20px !important;
    }
    html #site-logo #site-logo-inner a {
        width: 130px;
    }
    header#site-header {
        padding: 8px 0;
    }
    header .oceanwp-mobile-menu-icon a {
        font-size: 22px;;
    }
    a.sidr-class-toggle-sidr-close {
        color: #333 !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 20px !important;
    }
    a.sidr-class-toggle-sidr-close .sidr-class-close-text {
        display: none;
    }
    ul#sidr-id-menu-header-menu a.sidr-class-menu-link {
        color: #000;
    }
    body {
        padding-top: 90px;
    }
    .our_services_box .elementor-widget-wrap {
        gap: 30px;
    }
    .our_services_box .elementor-image-box-wrapper {
        padding: 30px;
    }
    .our_services_box .elementor-image-box-wrapper .elementor-image-box-img {
        width: 50px !important;
    }
    .elementor-counter .elementor-counter-number-suffix {
        font-size: 22px;
    }
    html .sticky{
        position: relative;
        top: 0px;
    }
    .our_blogs .post-grid-text-wrap {
        padding: 10px;
    }
    .our_blogs .post-grid-text-wrap .post-grid-excerpt p {
        height: 66px;
    }
    .our_blogs .post-grid-text-wrap .post-grid-meta {
        padding: 4px 8px;
        top: 95px;
    }
    .our_blogs .post-grid-thumbnail a {
        padding-top: 60%;
    }
    html.sticky #site-logo #site-logo-inner a {
        width: 110px;
    }
    .sticky header#site-header {
        padding: 6px 0;
    }
    .oceanwp-mobile-menu-icon {
        height: 30px;
        width: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    div#blog-entries {
        margin: 0;
    }
    html body.blog #primary {
        padding-top: 60px !important;
    }
    html .parent-blog h1 {
        font-size: 36px;
    }
    .parent-blog {
        padding: 60px 0 60px;
    }
    .parent-blog:before {
        background-position: 95% 100%;
        background-size: 120px auto;
    }
    .blog-entry.grid-entry .blog-entry-inner .thumbnail a {
        height: 240px;
        margin-bottom: 18px;
    }
    .blog .blog-entry.grid-entry .blog-entry-header .entry-title {
        font-size: 18px;
    }
    .blog-entry.grid-entry .blog-entry-summary p {
        font-size: 14px;
    }
    .blog-entry.grid-entry .blog-entry-readmore a:after {
        font-size: 14px;
    }
    .blog-entry.grid-entry .blog-entry-readmore a {
        padding: 0px 24px 0 24px;
        height: 40px;
        line-height: 40px;
    }
    
    html .single-post h2.single-post-title.entry-title {
        font-size: 28px;
    }
    html .single-post .thumbnail {
        height: 380px;
        margin-bottom: 30px !important;
        padding: 0 20px !important;
    }
    body.single-post #main.site-main.clr:before {
        height: 350px;
    }
    html .single-post.content-max-width .entry-content p {
        font-size: 15px;
    }
    html .single-post.content-max-width .entry-content h2 {
        font-size: 24px;
        margin-top: 20px !IMPORTANT;
    }
    html .single-post .paragraph_box p {
        font-size: 15px !important;;
    }
    html .single-post .paragraph_box {
        padding: 30px;
        margin: 0 20px;
    }
    html .single-post ul.meta li {
        font-size: 15px;
    }
    html .single-post blockquote {
        width: 728px;
    }
    html .single-post .entry-share {
        margin: 20px auto 0 !important;
        padding: 25px !important;
    }
    body.single-post.content-max-width ul.meta {
        width: 300px;
        margin: -50px auto 0px 30px !important;
        max-width: 740px !important; 
    }
    body.single-post.content-max-width ul.meta {
        margin: -50px auto 0 20px !important;
    }
    html .single-post .entry-share {
        max-width: 730px !important;
    }
    .single-post #wrap::before {
        height: 450px;
    }
    .single-post .ocean-single-post-header .single-post-title {
        font-size: 26px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .single-post main#main {
        padding:50px 25px 0px;
    }
    body.blog .blog-entry .thumbnail {
        padding: 8px;
    }
    .single-post.content-max-width figure {
        height: 400px;
    }
    html .single-post .entry-share h3 {
        font-size: 20px;
    }
    .single-post .single-header-ocean-2 {
        max-width: 100%;
    }
    .single-post.content-max-width figure,
    .single-post.content-max-width figure img {
        border-radius: 10px;
    }
}

@media (max-width:767px){
    html .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial-section li.swiper-slide.slider-container-background {
        padding-left: 0;
        min-height: unset;
        text-align: center;
    }
    .testimonial-section .slider-logo-container-background .slide-logo-image {
        position: relative;
        margin: 0 auto 16px;
    }
    html .testimonial-section .slider-logo-container-background .slide-logo-main-block {
        flex-direction: column !important;
    }
    .testimonial-section .slide-logo-block {
        order: 0;
        margin-bottom: 20px !important;
    }
    .testimonial-section .slide-description {
        text-align: center !important;
    }
    .testimonial-section .slide-description h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .testimonial-section .slide-logo-basic-info span::before {
        top: 11px;
    }
    .testimonial-section .swiper-logo-button-prev, .testimonial-section .swiper-logo-button-next {
        display: flex !important;
    }
    .testimonial-section .swiper-logo-buttons-block {
        right: 0;
        left: 0;
        bottom: -40px;
    }
    .order-1 {
        order: -1 !important;
    }
    .order-0 {
        order: 1 !important;
    }
    .our_services_box .elementor-widget-wrap {
        grid-template-columns: repeat(1,1fr);
    }
    html #site-header-inner {
        padding: 0 20px;
    }
    html #site-logo #site-logo-inner a {
        width: 100px;
    }
    html.sticky #site-logo #site-logo-inner a {
        width: 90px;
    }
    body {
        padding-top: 64px;
    }
    .our_blogs .post-grid-text-wrap .post-grid-meta {
        top: 145px;
    }
    html .parent-blog h1 {
        font-size: 32px;
    }
    .parent-blog {
        padding: 50px 0 50px;
    }
    .parent-blog:before {
        background-position: 100% 100%;
        background-size: 80px auto;
    }
    html ul.page-numbers li .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    

    .single-post main#main {
        padding: 40px 20px 30px;
    }
    html .single-post h2.single-post-title.entry-title {
        font-size: 20px;
    }
    html .single-post .thumbnail {
        height: 230px;
    }
    body.single-post #main.site-main.clr:before {
        height: 266px;
    }
    html .single-post ul.meta li {
        font-size: 14px;
    }
    html .single-post.content-max-width .entry-content p {
        font-size: 14px;
        padding: 0;
        text-align: left;
    }
    html .single-post.content-max-width .entry-content h2 {
        font-size: 22px;
        margin-top: 20px !important;
        line-height: 130%;
        padding: 0;
    }
    html .single-post .paragraph_box {
        padding: 20px;
        margin: 0 20px;
    }
    html .single-post .paragraph_box p {
        font-size: 14px !important;
    }
    body.single-post #main #content-wrap {
        padding-bottom: 0;
    }
    html .single-post .entry-share {
        display: block;
        margin: 20px auto 0px !important;
        padding: 14px 20px !important;
    }
    .single-post.content-max-width .thumbnail {
        margin-bottom: 0 !important;
    }
    html .single-post blockquote {
        width: 335px;
        padding: 15px !important;
    }
    html .single-post blockquote p {
        font-size: 14px !important;
        line-height: 150% !important;
        text-align: left !important;
    }
    body.single-post.content-max-width ul.meta {
        margin: -20px auto 0 0px !important;
    }
    html .single-post .entry-share {
        max-width: 340px !important;
    }
    html .single-post ul.meta li {
        margin-left: 10px;
    }
    .single-post.content-max-width .thumbnail {
        padding: 0 20px;
    }
    .single-post #main:before{
        background-color: #F3EFFF;
    }
    body.blog div#content {
        padding: 50px 0;
    }
    body.blog header.blog-entry-header.clr h2.blog-entry-title.entry-title a {
        font-size: 18px;
    }
    .single-post  ul li time.meta-date.published {
        font-size: 14px !important;
        line-height: 40px;
    }
    .single-post #wrap::before {
        height: 270px;
    }
    .single-post .ocean-single-post-header .single-post-title {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    html .single-post .entry-share h3 {
        font-size: 20px;
        margin-bottom: 14px !important;
    }
    body.blog #main #content-wrap.container {
        padding: 0 20px;
    }
    .single-post.content-max-width figure {
        height: 200px;
    }
    html .single-post .entry-share ul li a {
        height: 35px;
        width: 35px;
    }
    body .oceanwp-row article.blog-entry {
        padding: 0;
    }
    .blog-entry.grid-entry .blog-entry-inner .thumbnail a {
        height: 220px;
        margin-bottom: 16px;
        border-radius: 8px;
    }
    html .single-post.content-max-width .entry-content>* {
        padding: 0;
    }
    html .single-post.content-max-width .entry-content ul {
        padding-left: 20px;
    }
    html .apply-btn .elementor-button {
        font-size: 13px !important;
        padding: 12px 12px;
    }
}