/*
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: #FF5CCC;
    --secondary: #512889;
    --dark: #000;
    --white: #FFF;
    --primarygradient: linear-gradient(182.5deg, #FF5CCC 1.52%, #512889 97.54%);
    --secondarygradient:linear-gradient(90deg, #E9C156 0%, #FFFFAA 50%, #E1AB39 75%, #633110 87.5%, #E9C156 100%);
    --bggradient:linear-gradient(180deg, rgba(255, 92, 204, 0.24) 0%, rgba(81, 40, 137, 0.24) 100%);
}
html {
    margin-top: 0 !important;
}
body {
    padding-top: 95px;
    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% !important;
    font-family: "Playfair Display", serif;
}
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;
}

/*  Header  */
header#site-header {
    background: var(--dark);
    padding: 22px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.4s;
    border: 0;
}
.sticky header#site-header {
    background: var(--dark);
    padding: 14px 0;
}
html.sticky #site-logo #site-logo-inner a {
    width: 180px;
}
html #site-header-inner {
    width: 1370px;
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}
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: 250px;
}
html #site-logo #site-logo-inner a:hover {
    transform: scale(0.9);
}
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: 60px;
}
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(--white);
    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);
}
html .elementor-button, html #site-navigation-wrap .dropdown-menu>li.btn>a {
    background: var(--secondarygradient) !important;
    color: var(--white) !important;
    padding: 0 30px !important;
    line-height: 42px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    display: inline-block !important;
}
html .elementor-button::before,
html #site-navigation-wrap .dropdown-menu>li.btn>a:before {
    content: "";
    background: var(--primarygradient);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin: 1px;
    transition: all 0.4s;
}
html #site-navigation-wrap .dropdown-menu>li.btn>a:hover:before,
html .elementor-button:hover:before {
    filter: brightness(0.4) invert(0);
}
html .btn_dark .elementor-button:hover:before {
    opacity: 0.8;
}
html .elementor-button,
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: 0;
    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(--secondary);
    font-size: 14px;
    line-height: 140%;
    padding: 6px 10px;
    border-radius: 0;
}
html #site-navigation #menu-header-menu ul.sub-menu li.menu-item a.menu-link:hover {
    background-color: var(--secondary);
    color: var(--white);
}
html .elementor-counter .elementor-counter-number-suffix {
    background: linear-gradient(180deg, #DB0098 26.39%, #63A4FF 56.62%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
html .gradient-title .elementor-heading-title {
    background:linear-gradient(180deg, #FF5CCC 27.61%, #512889 80.6%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
div#footer-bottom {
    display: none;
}
html #footer-widgets {
    padding:0;
}
.site-footer .footer-widgets-inner {
    width: 100%;
    max-width: 100%;
}
footer .menu_list ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer .menu_list li.elementor-icon-list-item {
    width: 50%;
}
html .btn_dark .elementor-button::before {
    background: var(--dark) !important;
}
.h-100-img .elementor-widget-image .elementor-widget-container,
.h-100-img .elementor-widget-image {
    height: 100%;
}

.our_services_box .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.our_services_box .elementor-icon-box-wrapper .elementor-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.our_services_box .elementor-widget-icon-box .elementor-widget-container {
    position: relative;
    background-image: url('https://premier.apptagsolution.com/wp-content/uploads/2024/11/box-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.our_services_box .elementor-widget-icon-box .elementor-widget-container:hover{
    background-image: url('https://premier.apptagsolution.com/wp-content/uploads/2024/11/box-bg-hover.png');
}
.our_testimonial section#mySwiper-1 {
    padding: 0;
}
.our_testimonial section#mySwiper-1 .block-shadow {
    padding: 0px 0px 0px 270px;
    box-shadow: none;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.our_testimonial section#mySwiper-1 .slide-image {
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 308px;
    margin: auto;
}
.our_testimonial section#mySwiper-1 .block-shadow .slide-content {
    order: -1;
}
.our_testimonial section#mySwiper-1 .slide-block {
    margin: 48px 0 0 0px;
    align-items: start;
}
.our_testimonial section#mySwiper-1 .block-shadow .slide-content .slide-description {
    -webkit-line-clamp: unset !important;
    line-height: 170% !important;
}
.our_testimonial section#mySwiper-1 .block-shadow .slide-content .slide-read-more{
    display: none;
}
.our_testimonial section#mySwiper-1 .slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 6px;
    border: 6px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #FF5CCC, #512889);
}
.our_testimonial section#mySwiper-1 .block-shadow span.slide-title{
    background: var(--primarygradient);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
html .our_testimonial span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: var(--primarygradient) !important;
}
html .our_testimonial span.swiper-pagination-bullet:hover{
    background: var(--primarygradient) !important;
}
.faq-section .elementor-tab-title.elementor-active {
    background:var(--primarygradient) !important;
}
.faq-section .elementor-tab-title {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 92, 204, 0.3) -0.65%, rgba(81, 40, 137, 0.3) 99.35%) !important;
    z-index: 1;
}
.faq-section .elementor-tab-title:before {
    content: "";
    background: #140914;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 1px;
    z-index: -1;
    border-radius: 12px;
}
.faq-section .elementor-tab-title.elementor-active::before,
.faq-section .elementor-tab-title.elementor-active {
    background: var(--primarygradient) !important;
    z-index: 3;
    position: relative;
}
.faq-section .elementor-tab-title .elementor-accordion-title span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 24px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    background:linear-gradient(180deg, #FF5CCC 27.45%, #512889 72.62%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.faq-section .elementor-tab-title.elementor-active span {
    background: var(--white);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.faq-section span.elementor-accordion-icon-opened svg, .faq-section span.elementor-accordion-icon-closed svg {
    height: 28px !important;
    width: 28px !important;
}
.faq-section .elementor-accordion-item {
    margin-bottom: 16px;
}
.faq-section .elementor-accordion-item .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block;
    background: var(--primarygradient);
    border-radius: 6px;
    height: 30px;
    width: 30px;
}
.faq-section .elementor-accordion-item .elementor-accordion-icon svg {
    height: 100% !important;
    width: 100% !important;
}
.faq-section .elementor-accordion-item .elementor-accordion-icon .elementor-accordion-icon-opened {
    border-radius: 6px;
    height: 30px;
    width: 30px;
}
.our_blog_list article .post-grid-thumbnail a {
    border-radius: 6px;
    overflow: hidden;
    display: block;
    padding-top: 62%;
    position: relative;
    transition: all 0.4s;
}
.our_blog_list article .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_blog_list article:hover .post-grid-thumbnail a img {
    transform: scale(1.1);
}
.our_blog_list article  .post-grid-text-wrap {
    padding: 0px 10px 10px 10px;
}
html .gradient-title .elementor-heading-title span {
    background: var(--white);
    background-clip: text;
}
html #site-navigation-wrap .dropdown-menu>li>a:hover {
    color: var(--primary);
}
.page-id-24 .cta_section {
    display: none;
}
.apply_now_section:before {
    content: "";
    background: #000;
    height: 380px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}


html .blog .blog-entry-content {
    padding-left: 50px !important;
    padding-bottom: 90px !important;
}
body.blog .blog-entry.post .blog-entry-header {
    margin-bottom: 14px;
}
body.blog .blog-entry.thumbnail-entry .blog-entry-summary {
    margin-bottom: 0px;
}
body.blog header.blog-entry-header.clr h2.blog-entry-title.entry-title a {
    color: #FFF;
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
}
body.blog header.blog-entry-header.clr h2.blog-entry-title.entry-title a:hover {
    color: var(--primary);
}
body.blog .blog-entry-summary.clr p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFF;
    padding-bottom: 0;
    height: 80px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
body.blog span.overlay{
    display: none;
}
.parent-blog h1 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 44px;
    line-height: 130%;
    text-transform: uppercase;
}
.parent-blog {
    position: relative;
    width: auto;
    margin-left: calc( 50% - 50vw );
    margin-right: calc( 50% - 50vw );
    padding: 70px 25px;
    background:var(--primarygradient) ;
}
.parent-blog::before {
    content: "";
    background-image: url('https://premier.apptagsolution.com/wp-content/uploads/2024/11/blog-shape.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 80px;
    bottom: 0;
    height: 135px;
    width: 135px;
}
body.blog #main.site-main.clr {
    padding-top: 0;
    position: relative;
    background-color: var(--dark);
}
body.blog .blog-entry-header h4.entry-title a {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 130%;
    text-transform: uppercase;
}
body.blog .blog-entry-category {
    display: none !important;
}
body.blog .blog-entry-bottom {
    border-top: 0 !important;
    display: inline-flex !important;
}
body.blog .blog-entry-bottom .blog-entry-comments {
    display: none !important;
}
body.blog .blog-entry{
    margin-bottom: 50px;
}
body.blog .blog-entry .thumbnail {
    width: 60% !important;
    padding: 10px;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #FF5CCC, #512889);
}
body.blog #blog-entries article.post:nth-child(2n + 2) header.blog-entry-header.clr h2.blog-entry-title.entry-title {
    text-align: left;
}
body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-summary.clr p {
    text-align: left;
}
body.blog .blog-entry .thumbnail a {
    height: 400px;
}
body.blog article.blog-entry.clr.thumbnail-entry {
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
}
body.blog .blog-entry-header .entry-title a:after {
    content: 'Read more';
    color: #ffffff;
    background: var(--primarygradient);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 44px;
    width: 165px!important;
    position: absolute;
    display: block;
    bottom: 90px;
    padding: 0 30px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    transition: all 0.4s;
}
body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content .entry-title a:after {
    left: 0px;
    bottom: 77px;
}
body.blog .blog-entry-header .entry-title a:hover:after {
    color: #ffffff;
    background-color: #000000;
}
body.blog .blog-entry-bottom.clr {
    order: -1;
    padding: 0;
}
body.blog .blog-entry-bottom.clr .blog-entry-date {
    order: -1;
    border-radius: 0 !important;
    color: var(--primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Playfair Display';
}
.blog-entry-bottom.clr .blog-entry-date.clr {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #00161C;
}
body.blog .blog-entry .thumbnail a{
    overflow: hidden;
}
body.blog .blog-entry .thumbnail a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: all 0.4s;
}
body.blog .blog-entry .thumbnail a img:hover {
    transform: scale(1.1);
}
body.blog .blog-entry {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body.blog .blog-entry.thumbnail-entry {
    border-bottom: 0 !important;
}
body.blog #main #content-wrap.container {
    width: 1370px;
    padding: 0 25px;
    max-width: 100%;
}
body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content {
    padding-left: 0 !important;
    padding-right: 50px;
    text-align: end;
}
body.blog #blog-entries article.post:nth-child(2n + 2) .thumbnail {
    order: 1;
    display: flex;
    justify-content: end;
    align-items: end;
}
body.blog .page-numbers a, body.blog .page-numbers span:not(.elementor-screen-only), body.blog .page-links span {
    border-radius: 0;
    border: 1px solid #FFFFFF33;
    background: transparent;
    font-size: 16px;
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFF;
}
.blog #main #content-wrap {
    padding-bottom: 100px;
    padding-top: 0;
}
ul.page-numbers li {
    display: inline-block;
}
body.blog ul.page-numbers span.page-numbers.current, body.blog .page-numbers a:hover {
    color: #FFF;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to bottom, #FF5CCC, #512889);
}
body.blog article.blog-entry.clr.thumbnail-entry:last-child {
    border-bottom: 0 !important;
}
ul.page-numbers {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    text-align: right;
    clear: both;
}
body.blog .page-numbers {
    text-align: center;
}



/* blog_detail */
body.blog div#content {
    padding: 100px 0 100px;
}
.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(--primarygradient);
    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: 44px;
    letter-spacing: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.single-post main#main {
    max-width: 100% !important;
    width: 1320px !important;
    margin: auto;
    padding: 70px 25px 70px;
    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: 600;
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    background: linear-gradient(180deg, #FF5CCC 29.71%, #512889 80.82%);
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
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: linear-gradient(180deg, rgba(255, 92, 204, 0.2) 0%, rgba(81, 40, 137, 0.2) 100%);
    border-color: rgba(0,0,0,0.06) !important;
}
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: #EEEFFC;
    max-width: 100% !important;
}
html .single-post blockquote p {
    font-size: 18px !important;
    color: var(--primary) !important;
    font-weight: 600 !important;
    line-height: 170% !important;
}
html .single-post.content-max-width .entry-content>* {
    color: #FFF;
}
.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: center;
    flex-wrap: wrap;
    margin: 40px auto 0px !important;
    padding: 24px 0 !important;
    background: transparent;
    border-top: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(270deg, rgba(81, 40, 137, 0.6) 0%, rgba(255, 92, 204, 0.6) 49.55%, rgba(81, 40, 137, 0.6) 100%);
}
html .single-post .entry-share h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: normal;
    color: #FFF;
}
.single-post.content-max-width figure img {
    margin: 0 auto;
    max-height: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 4px solid #000000;
}
.single-post.content-max-width figure {
    width: 1000px;
    margin: 0 auto;
    height: 600px;
    max-width: 100%;
}
.elementor-heading-title span.primary{
    color: var(--primary);
}



@media (max-width:1024px){
    html #site-header-inner {
        align-items: center;
    }
    html #site-logo #site-logo-inner a {
        width: 110px;
    }
    html.sticky #site-logo #site-logo-inner a {
        width: 90px;
    }
    html .blog_post article.post .post-grid-meta {
        padding: 0 14px;
        line-height: 28px;
        border: 1px solid var(--primary);
        right: 15px;
        top: 128px;
    }
    html .sidr-class-dropdown-menu li a, html a.sidr-class-toggle-sidr-close, html #mobile-dropdown ul li a, html body #mobile-fullscreen ul li a {
        font-size: 16px;
        line-height: 140%;
        color: var(--secondry);
    }
    .our_services_box .elementor-widget-wrap {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }
    body.default-breakpoint .oceanwp-mobile-menu-icon {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html .admin-bar #sidr .sidr-class-close-text {
        display: none;
    }
    body.default-breakpoint .oceanwp-mobile-menu-icon a.mobile-menu {
        font-size: 22px;
    }
    header#site-header {
        padding: 14px 0;
    }
    html #site-logo #site-logo-inner a {
        width: 160px;
    }
    body {
        padding-top: 61px;
    }
    .faq-section .elementor-tab-title .elementor-accordion-title span {
        margin: auto 16px;
        font-size: 18px;
    }
    .faq-section .elementor-tab-title .elementor-accordion-title {
        line-height: 160%;
    }
    .faq-section .elementor-tab-title {
        background: linear-gradient(180deg, rgba(255, 92, 204, 0.3) -0.65%, rgba(81, 40, 137, 0.8) 99.35%) !important;
    }
    .our_blog_list article  .post-grid-text-wrap {
        padding: 0;
    }
    html .elementor-button, html #site-navigation-wrap .dropdown-menu>li.btn>a {
        padding: 0 22px !important;
        line-height: 38px !important;
        font-size: 14px;
    }
    .apply_now_section:before {
        height: 220px;
    }
    body.blog .blog-entry-summary.clr p {
        font-size: 14px;
        padding-bottom: 60px;
        height: 70px;
    }
    body.blog .blog-entry-header .entry-title a:after {
        font-size: 14px;
        line-height: 40px;
        width: 130px!important;
        bottom: 40px;
        padding: 0 20px;
    }
    .parent-blog::before {
        height: 100px;
        width: 100px;
        right: 20px;
    }
    .parent-blog h1 {
        font-size: 32px;
    }
    body.blog .blog-entry .thumbnail {
        width: 55% !important;
    }
    body.blog header.blog-entry-header.clr h2.blog-entry-title.entry-title a {
        font-size: 22px;
    }
    body.blog div#content {
        padding: 70px 0 70px;
    }
    body.blog article.blog-entry.clr.thumbnail-entry {
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
        padding-left: 0;
        padding-right: 0;
    }
    body.blog .blog-entry-bottom.clr .blog-entry-date {
        left: 18px;
        bottom: 20px;
        font-size: 15px;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content .entry-title a:after {
        left: 0;
        font-size: 14px;
        bottom: 40px;
    }
    html .blog .blog-entry-content {
        padding-left: 20px !important;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-bottom.clr .blog-entry-date {
        right: 18px;
        bottom: 20px;
        font-size: 15px;
    }
    .blog #main #content-wrap {
        padding-bottom: 30px;
        padding-top: 0;
    }
    .blog-entry-bottom.clr .blog-entry-date.clr {
        font-size: 15px;
    }
    body.blog .blog-entry .thumbnail a {
        height: 380px;
        width: 350px !important;
    }
    body.blog .site-content.clr {
        padding: 0 0 0;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content {
        padding-left: 0px !important;
        padding-right: 20px;
    }
    .blog .blog-entry-content {
        padding-left: 20px !important;
    }
    body.blog .page-numbers {
        margin-top: 0;
        padding: 0;
    }
    .parent-blog {
        padding: 50px 20px;
    }
    body.blog .page-numbers a, body.blog .page-numbers span:not(.elementor-screen-only), body.blog .page-links span {
        height: 42px;
        width: 42px;
        font-size: 15px;
    }
    body.blog ul.page-numbers span.page-numbers.current, body.blog .page-numbers a:hover {
        border-radius: 8px;
    }
    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: 28px;
        margin-top: 30px !IMPORTANT;
    }
    html .single-post .paragraph_box p {
        font-size: 16px !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 0 !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 30px;
    }
    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%;
    }
}

@media (max-width:767px){
    html .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    header#site-header {
        padding: 10px 0;
    }
    .sticky header#site-header {
        padding: 8px 0;
    }
    html #site-header-inner {
        padding: 0 20px;
    }
    html #site-logo #site-logo-inner a {
        width: 160px;
    }
    html.sticky #site-logo #site-logo-inner a {
        width: 120px;
    }
    html .hero-banner:before {
        display: none;
    }
    html .hero-banner:after {
        display: none;
    }
    .our_services_box .elementor-widget-wrap {
        grid-template-columns: repeat(1,1fr);
        gap: 22px;
    }
    html .admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
        top: 0;
        height: 100vh;
    }
    body {
        padding-top: 50px;
    }
    .order-1 {
        order: -2 !important;
    }
    .elementor-widget-wrap.elementor-element-populated {
        justify-content: center;
        text-align: center;
    }
    .our_testimonial section#mySwiper-1 .block-shadow {
        padding: 0;
        text-align: center;
    }
    .our_testimonial section#mySwiper-1 .slide-image {
        position: static;
    }
    .our_testimonial section#mySwiper-1 .block-shadow .slide-content {
        order: 0;
    }
    .our_testimonial section#mySwiper-1 .slide-block {
        margin: 0;
        align-items: center;
        text-align: center;
    }
    .our_testimonial section#mySwiper-1 .block-shadow .slide-content .slide-description {
        text-align: center;
        margin-top: 10px;
    }
    .our_testimonial .swiper-rating-centered-buttons-block {
        margin-top: 30px !important;
    }
    .faq-section .elementor-tab-title .elementor-accordion-title span {
        margin: auto 12px;
        font-size: 14px;
    }
    .apply_now_section:before {
        height: 200px;
    }
    .ap_btn .elementor-button {
        line-height: normal !important;
        padding: 12px 10px !important;
        font-size: 13px;
    }
    body.blog .blog-entry.post .blog-entry-header {
        margin-bottom: 10px;
    }
    body.blog .blog-entry .thumbnail {
        padding-left: 10px;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .thumbnail {
        padding-right: 10px;
    }
    body.blog div#content {
        padding: 20px 0;
    }
    .parent-blog::before {
        height: 70px;
        width: 70px;
    }
    .parent-blog h1 {
        font-size: 28px;
    }
    body.blog .page-numbers {
        margin-top: 0;
        padding-top: 0;
    }
    body.blog .site-content.clr {
        padding: 0;
    }
    .blog ul.page-numbers li > * {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    body.blog #main.site-main:before {
        padding-top: 75%;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .thumbnail {
        order: 0;
    }
    body.blog #blog-entries article.post:nth-child(2n + 1) .thumbnail {
        order: 0;
    }
    body.blog header.blog-entry-header.clr h2.blog-entry-title.entry-title {
        font-size: 19px;
    }
    body.blog .blog-entry-summary.clr p {
        font-size: 13px;
        padding-bottom: 15px;
        height: 60px;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content {
        text-align: start;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content .entry-title a:after {
        left: 0;
        bottom: -50px;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-bottom.clr .blog-entry-date {
        right: 12px;
    }
    .blog #main #content-wrap {
        padding-bottom: 30px;
    }
    body.blog article.blog-entry.clr.thumbnail-entry:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 80px !important;
    }
    body.blog article.blog-entry.clr.thumbnail-entry {
        padding-bottom: 0px !important;
        margin-bottom: 80px !important;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content {
        text-align: start;
    }
    body.blog .blog-entry-header .entry-title a:after {
        bottom: 50px;
        font-size: 13px;
        left: 0px;
        bottom: -50px;
        padding: 0 20px;
        width: 123px !important;
        line-height: 36px;
    }
    body.blog .blog-entry .thumbnail {
        width: 100% !important;
    }
    body.blog .blog-entry .thumbnail a {
        height: 240px;
        max-width: 100%;
    }
    body.blog  article {
        padding: 0 0px;
    }
    body.blog .blog-entry-bottom.clr {
        order: -1;
        padding-bottom: 0;
        padding-top: 0;
    }
    body.blog .blog-entry-bottom.clr .blog-entry-date {
        font-size: 13px;
    }
    .blog-entry-bottom.clr .blog-entry-date.clr {
        font-size: 14px;
    }
    body.blog .site-content.clr {
        padding: 0 0 0;
    }
    body.blog .blog-entry {
        padding-bottom: 30px !important;
    }
    body.blog .page-numbers a, body.blog .page-numbers span:not(.elementor-screen-only), body.blog .page-links span{
        height: 40px;
        width: 40px;
    }
    body.blog .blog-entry {
        padding-bottom: 30px !important;
    }
    .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;
    }
    html .single-post.content-max-width .entry-content h2 {
        font-size: 22px;
        margin-top: 30px !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: 20px 0 !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: 20px;
    }
    .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;
    }
    body.blog #main #content-wrap.container {
        padding: 0 20px;
    }
    .single-post.content-max-width figure {
        height: 200px;
    }
}