/*
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 */


:root {
    --primary: #F57A00;
    --secondary: #202020;
    --Dark: #000;
    --text: #212121;
    --white: #FFF;
}
body{
    padding-top: 97px;
}
.elementor-container {
    padding-left: 25px;
    padding-right: 25px;
}
.elementor-container .elementor-container{
    padding-left: 0;
    padding-right: 0;
}
.elementor-section-full_width .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
html a:focus{
    outline: none !important;
}
html .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

.btn span.elementor-button-icon.elementor-align-icon-left svg {
    height: 34px;
    width: 42px;
}
.btn  .elementor-button-content-wrapper { 
    align-items: center;
}
header.page-header {
    display: none;
}
div#site-header-inner {
    width: 1370px;
    padding: 0 25px !important;
    max-width: 100%;
    margin: 0 auto;
}
div#top-bar-wrap {
    border: 0;
}
header#site-header {
    position: fixed;
    top: 0;
    left: 00;
    right: 0;
    bottom: auto;
    padding: 15px 0;
    background-color: var(--secondary);
    transition: all 0.4s;
    border-bottom: 0;
}
#site-logo #site-logo-inner {
    height: 50px;
}
#site-navigation-wrap .dropdown-menu>li>a {
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--white);
    font-family: 'Roboto';
}
#site-navigation-wrap .dropdown-menu>li>a span {
    display: block;
}
li.btn a {
    padding-right: 0 !important;
}
ul#menu-main-menu {
    display: flex;
    align-items: center;
}
#site-navigation-wrap .dropdown-menu>li>a:hover{
    color: var(--primary);
}
html.html.sticky header#site-header img.custom-logo {
    max-width: 90%;
}
html.html.sticky header#site-header {
    padding: 10px 0;
}
html ul li.btn a span {
    padding: 0 26px 0 26px !important;
    line-height: 44px;
    border-radius: 50px !important;
    background: linear-gradient(90deg, #F57A00 0%, #202020 100%);
    font-family: 'Larken DEMO';
    font-size: 15px;
}
html ul li.btn a span:hover {
    background-color: var(--white) !important;
    color: var(--Dark) !important;
}
li.search-toggle-li {
    display: none;
}
#site-navigation-wrap .dropdown-menu {
    margin-top: 10px;
}
div#footer-bottom {
    display: none;
}
#footer-widgets {
    padding: 0;
}
.border_color{
    background:linear-gradient(90deg, #F57A00 0%, #202020 100%);
}
.border_color img{
    padding: 4px ;
}
.btn_background a{
    background:linear-gradient(90deg, #F57A00 0%, #202020 100%);
}
.banner_section:Before {
    content: "";
    height: 204px;
    width: 100%;
    background-color: var(--secondary);
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.services_col .elementor-widget-wrap.elementor-element-populated {
    display: grid !important;
    gap: 40px;
    grid-template-columns: repeat(2,1fr);
}
.services_box .elementor-image-box-content {
    padding: 0 30px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(32, 32, 32, 0.14);
    transition: all 0.4s;
}
.services_box .elementor-image-box-content h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--secondary);
    text-align: center;
}
.services_box .elementor-image-box-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: rgba(33, 33, 33, 0.9);
    text-align: center;
    max-width: 330px;
}
.services_box .elementor-image-box-content h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--secondary);
    text-align: center;
    max-width: 290px !important;
    margin-bottom: 12px !important;
}
.services_box .elementor-image-box-content:Hover {
    background-color: var(--secondary) !important;
}
.services_box .elementor-image-box-content:Hover h3{
    color: var(--primary) !important;
}
.services_box .elementor-image-box-content:Hover p{
    color: var(--white);
}
.services_box .elementor-image-box-content:Hover {
    background-color: var(--secondary) !important;
    border-color: transparent;
}

html .our_talent_carousel .swiper-slide.card {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}
html .our_talent_carousel .swiper-slide.card .card-content {
    padding: 0;
}
html .our_talent_carousel .myEmployees .card::before{
    display: none;
}
html .our_talent_carousel .swiper-slide.card .image {
    background: none;
    height: 344px;
    width: 100%;
    padding: 0;
}
html .our_talent_carousel .swiper-slide.card .card-content .name-profession {
    background-color: #000A13;
    margin: 0;
    padding: 16px 20px;
}
html .our_talent_carousel .swiper-slide.card .image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
html .our_talent_carousel section#mySwiper-1 {
    padding: 0;
    width: auto;
}
.rewards-section .elementor-container {
    margin-right: 40px !important;
}
html .our_talent_carousel .swiper-slide.card .name-profession span {
    text-align: left !important;
}
html .our_talent_carousel .swiper-button-prev, html .our_talent_carousel .swiper-button-next {
    height: 48px;
    width: 48px;
    top: auto;
    border: 1px solid rgba(245, 122, 0, 0.2);
    border-radius: 30px;
    background: transparent;
}
html .our_talent_carousel .swiper-slide.card .media-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: 34px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.06);
    margin-right: 8px;
    padding: 8px;
}
html .our_talent_carousel .swiper-slide.card .media-icons a:before {
    content: "";
    height: 25px;
    width: 25px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/05/63c80293dcf6a43b450fb47d_onlyfuns_icon-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
html .our_talent_carousel .swiper-slide.card .media-icons a:last-child {
    margin-right: 0px;
}
html .our_talent_carousel .swiper-slide.card .media-icons {
    display: flex;
    top: auto;
    flex-direction: row;
    bottom: 13px;
    right: 16px !important;
}
html .our_talent_carousel .swiper-slide.card .media-icons a[icon="insta"]:before{
    background-image: url(/wp-content/uploads/2024/05/instagram_2111491-1.svg);
    width: 19px;
}
html .our_talent_carousel .swiper-slide.card .media-icons a:hover {
    background-color: var(--primary);
}
html .our_talent_carousel .swiper-slide.card .name-profession .name {
    font-size: 18px;
}
html .our_talent_carousel [class*="swiper-button-"]::after {
    content: "" !important;
    background-image: url("/wp-content/uploads/2024/05/Arrow-6.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 22px;
    height: 22px;
}
html .our_talent_carousel .swiper-button-next {
    transform: rotate(180deg);
}
html .our_talent_carousel [class*="swiper-button-"] {
    position: absolute;
    bottom: -80px;
    left: 60px;
    right: 0;
    margin: auto;
}
html .our_talent_carousel [class*="swiper-button-prev"] {
    right: 120px;
}
html .our_talent_carousel [class*="swiper-button-"]:hover {
    background-color: var(--primary);
    border-color: var(--primary) !important;
}
html .our_talent_carousel [class*="swiper-button-"]:hover::after {
    filter: brightness(0)invert(0);
}
.step_inner_col{
    margin: 0 40px;
    background: linear-gradient(180deg, #F57A00 -31.77%, #202020 100%);
}
.step_box .elementor-image-box-content h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
}
.step_box  .elementor-image-box-wrapper {
    padding-left: 68px;
    position: relative;
    margin: 30px 0;
}
.step_box .elementor-image-box-content .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}
.step_box .elementor-image-box-content .text p:last-child {
    margin-bottom: 0;
}
.step_box .elementor-image-box-content h3 span {
    position: absolute;
    left: 15px;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
}
.step_box .elementor-image-box-content h3 span:before {
    content: "";
    display: block;
    width: 52px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px 0px 0px 30px;
    transform: rotate(90deg);
    position: absolute;
}


html .testimonial-carousel .mySwiper {
    padding: 0;
}
html .testimonial-carousel .swiper-wrapper {
    margin: 0;
}
html .testimonial-carousel .mySwiper {
    padding: 0;
    width: 1240px;
    max-width: 100%;
    position: relative;
}
html .testimonial-carousel li.swiper-slide {
    padding: 0;
    padding-left: 490px;
    border-radius: 0;
    background: transparent;
    position: relative;
    min-height: 442px;
}
html .testimonial-carousel li.swiper-slide .slide-logo-block {
    order: 1;
    margin-bottom: 0;
}
html .testimonial-carousel li.swiper-slide .slide-logo-block .slide-logotype {
    display: none;
}
html .testimonial-carousel li.swiper-slide .slide-logo-block .slide-logo-image {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
html .testimonial-carousel li.swiper-slide .slide-logo-block .slide-logo-image img {
    width: 352px;
    height: 442px;
    object-fit: cover;
    border-radius: 230px;
    padding: 3px;
    background: linear-gradient(180deg, #F57A00 -31.77%, #202020 100%);
}
html #slider-modal {
    display: none;
}
html .testimonial-carousel li.swiper-slide .slide-description {
    line-height: 180% !important;
    margin-bottom: 20px;
    padding-top: 100px;
}
html .testimonial-carousel  .slide-content {
    position: relative;
}  
html .testimonial-carousel li.swiper-slide .slide-description:before {
    content: '';
    display: block;
    width: 80px;
    height: 65px;
    margin-bottom: 0;
    background-image: url(/wp-content/uploads/2024/05/Group.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    left: -60px;
    top: 70px;
    z-index: -1;
}
html .testimonial-carousel li.swiper-slide .slide-logo-basic-info {
    margin: 0;
}
html .testimonial-carousel li.swiper-slide .slide-logo-basic-info .slide-logo-title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
html .testimonial-carousel li.swiper-slide .slide-logo-basic-info .slide-logo-title:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: var(--primary);
    margin-right: 12px;
}
html .testimonial-carousel .swiper-button-prev,
html .testimonial-carousel .swiper-button-next {
    border: 1px solid rgba(245, 122, 0, 0.2);
    border-radius: 30px;
    background-image: url(/wp-content/uploads/2024/05/Arrow-6.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    transition: all 0.4s;
}
html .testimonial-carousel .swiper-button-prev:hover,
html .testimonial-carousel .swiper-button-next:hover {
    background: var(--primary);
    background-image: url(/wp-content/uploads/2024/05/Arrow-6-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
html .testimonial-carousel .swiper-button-next {
    transform: rotate(180deg);
    margin-left: 10px;
}
html .testimonial-carousel .swiper-button-prev:after,
html .testimonial-carousel .swiper-button-next:after {
    display: none;
}
html .testimonial-carousel .swiper-logo-buttons-block {
    margin-top: 40px !important;
    margin-bottom: 70px;
}
.faq_col {
    background-color: var(--secondary);
    margin: 0 40px;
}
.accordian_faq .elementor-accordion-item {
    border-bottom: 1px solid rgba(0, 10, 19, 0.1) !important;
}
.accordian_faq svg {
    height: 15px !important;
    width: 15px !important;
}
}
.our_blog .sp-pcp-section .sp-pcp-title, .our_blog .sp-pcp-section .sp-pcp-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    color: var(--white);
    font-family:"Andada Pro";
}
.our_blog .sp-pcp-section .sp-pcp-post-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    color: #FFFFFFE5;
}
.our_blog .sp-pcp-section .sp-pcp-post-content {
    margin-bottom: 0;
}
html .our_blog .sp-pcp-section .sp-pcp-post {
    padding: 30px 20px !important;
    position: relative;
}
html .our_blog .sp-pcp-section .sp-pcp-post .pcp-post-thumb-wrapper {
    margin: -30px -20px 30px !important;
}
.our_blog .sp-pcp-post-meta i.fa.fa-calendar {
    display: none;
}
html .our_blog .sp-pcp-post-meta li .entry-date {
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    color: var(--white);
    display: inline-block;
    padding: 0 16px;
    background: #31271D;
    border: 1px solid #F4F9E9;
    border-radius: 30px;
}
html .our_blog .sp-pcp-post-meta li{
    margin: 0;
}
html .our_blog .sp-pcp-post-meta {
    position: absolute;
    top: 12px;
    right: 10px;
    margin: 0;
}
.our_blog .sp-pcp-section .sp-pcp-title a:hover {
    color: var(--primary);
}
.our_blog .sp-pcp-post {
    background-color: var(--secondary) !important;
    min-height: 510px;
}
.our_blog h2.sp-pcp-title a {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
    font-family: 'Larken DEMO';
}
.our_blog .sp-pcp-post-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.9);
}
.faq_section:before {
    content: "";
    height: 215px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #c16408;
    bottom: 0;
    left: 0;
    right: 0;
}
.our_blog .sp-pcp-post .sp-pcp-post-thumb-area img:Hover {
    transform: scale(1.1);
}
.our_blog a.sp-pcp-thumb {
    overflow: hidden;
}

/* blog page */
html .blog {
    background-color: #202020;
    font-family: 'LarkenDEMO light';
}
.blog .parent-blog {
    background: #31271D;
    padding: 100px 0px;
    position: relative;
}
.blog .parent-blog h1 {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 44px;
    line-height: 90%;
    font-family: 'LarkenDEMO light';
    text-align: center;
    text-transform: uppercase;
}

.blog #primary #content {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 20px 80px 20px;
}
html .blog .blog-entry {
    border: 0;
    padding: 0;
    margin-bottom: 80px;
}
html .blog .blog-entry:last-child {
    margin-bottom: 0;
}
html .blog .blog-entry-inner .thumbnail {
    width: 54%;
    padding-right: 50px;
}
html .blog .blog-entry-inner .blog-entry-content {
    width: 50%;
    padding: 0 0 20px !important;
    position: relative;
}
html .blog .blog-entry-content .blog-entry-category,
html .blog .blog-entry-content .blog-entry-comments {
    display: none;
}
html .blog .blog-entry .blog-entry-header {
    margin: 14px 0;
}
html .blog .blog-entry-content .blog-entry-title {
    color: var(--dark);    
    font-family: 'LarkenDEMO light';
    font-size: 38px !important;
    line-height: normal;
    transition: all 0.4s;
}
html .blog .blog-entry-content .blog-entry-title:hover {
    opacity: 0.7;
}
html .blog .blog-entry-content .blog-entry-title a {
    color: #fff;
    font-size: inherit;    
    font-family: 'LarkenDEMO light';
    letter-spacing: 0 !important;
    text-transform: capitalize;
}
.blog-entry.post .blog-entry-header .entry-title a:after {
    content: "Read More";
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    bottom: 40px;
    padding: 0 26px 0 26px !important;
    line-height: 44px;
    border-radius: 50px !important;
    background: linear-gradient(90deg, #F57A00 0%, #202020 100%);
    font-family: 'Larken DEMO';
    font-size: 15px;
}
html .blog .blog-entry-content .blog-entry-summary {
    margin-bottom: 0;
}
html .blog .blog-entry-content p {
    color: #fff;
    font-size: 16px;
    line-height: 160%;
    font-family: 'Roboto';
}
html .blog .blog-entry-content .blog-entry-bottom {
    border: 0;
    padding: 0;
    order: -1;
    display: flex;
}
html .blog .blog-entry-content .blog-entry-bottom .blog-entry-date {
    color: #fff;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 16px;
    text-transform: capitalize;
    background-color: rgba(49, 39, 29, 1);
    border-radius: 50px;
    border: 1px solid #fff;
}
html .blog .blog-entry-content .blog-entry-bottom .blog-entry-date {
    position: absolute;
    left: -30%;
    top: 4%;
    z-index: 10;
}
html .blog .blog-entry:nth-child(2n + 2) .blog-entry-content .blog-entry-date {
    right: -106%;
    left: auto;
}

html .blog .blog-entry:nth-child(2n + 2) .thumbnail {
    order: 1;
    padding-right: 0;
    padding-left: 50px;
}
html .blog .blog-entry:nth-child(2n + 2) .blog-entry-content {
    text-align: right;
}
html .blog .blog-entry:nth-child(2n + 2) .blog-entry-bottom {
    display: block;
}
html .blog .blog-entry:nth-child(2n + 2) .blog-entry-title a:after {
    left: auto;
    right: 0;
}


/* pagination */
.oceanwp-pagination {
    margin-top: 60px;
}
.oceanwp-pagination ul.page-numbers {
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oceanwp-pagination ul.page-numbers li + li {
    margin-left: 10px;
}
.oceanwp-pagination ul.page-numbers li a, .oceanwp-pagination ul.page-numbers li .current {
    margin: 0;
    border: 0;
    border-radius: 50px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    line-height: normal;
    font-size: 16px;
    color: rgba(245, 122, 0, 1);
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    justify-content: center;
    border: 1px solid rgba(245, 122, 0, 0.2);
}
.oceanwp-pagination ul.page-numbers li a:hover, .oceanwp-pagination ul.page-numbers li .current {
    color: rgba(32, 32, 32, 1);
    background: var(--primary);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.02);
}


/* single-post */
html .single-post .site#outer-wrap {
    position: relative;
}
html .single-post .site#outer-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 650px;
    background-color: rgba(49, 39, 29, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
html .single-post {
    background-color: rgba(32, 32, 32, 1);
}
html .single-post article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
html .single-post article .entry-header {
    margin: 0 0 20px 0!important;
    position: relative;
    max-width: 100% !important;
    order: -1;
    padding: 0 !important;
}
html .single-post .entry-header h2.entry-title {
    border: 0;
    letter-spacing: 0;
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 44px;
    line-height: 150%;
    font-family: 'LarkenDEMO light';
    text-align: center;
    text-transform: uppercase;
}
html .single-post .site-main {
    font-family: 'LarkenDEMO light';
    width: 1370px;
    padding: 50px 25px 100px 25px;
    max-width: 100%;
    margin: 0 auto;
}
html .single-post article .thumbnail {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    margin-bottom: 50px !important;
    height: 600px;
    width: 100%;
}
html .single-post article .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
html .single-post.content-max-width ul.meta {
    display: block;
    margin: 0 auto 20px;
    border: 0;
    max-width: 100%;
    width: 1040px;
    padding: 0 20px;
}
html .single-post.content-max-width ul.meta .meta-date {
    padding: 0;
    color: var(--dark);
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
html .single-post .icon-clock {
    display: none;
}
html .single-post .entry-content {
    width: 1040px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 50px;
    font-family: 'Roboto';
}
html .single-post .meta-date {
    color: #fff !important;
    font-family: 'Roboto' !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: normal;
    display: inline-block;
    padding: 10px 16px !important;
    text-transform: capitalize;
    background-color: rgba(49,39,29,1);
    border-radius: 50px;
    border: 1px solid #fff;
}
html .single-post .entry-content > * {
    max-width: 100% !important;
    padding: 0 !important;
}
html .single-post .entry-content p {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    font-family: 'Roboto';
}
html .single-post .entry-content h2 {
    color: rgba(245, 122, 0, 1);
    font-family: 'LarkenDEMO light';
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin-top: 40px !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
html .single-post .entry-share {
    margin: 0 auto !important;
    padding: 34px 25px 0px 25px !important;
    max-width: 100% !important;
    border-top: 1px solid rgba(245, 122, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1040px;
    flex-wrap: wrap;
}
html .single-post .entry-share .social-share-title {
    color: rgba(245,122,0,1);
    font-family: 'LarkenDEMO light';
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
    margin-right: 20px;
}
html .single-post .oss-social-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
html .single-post .oss-social-share li {
    margin-right: 13px;
}
html .single-post .oss-social-share li:last-child {
    margin-right: 0;
}
html .single-post .oss-social-share li a {
    border: 0 !important;
    background: rgba(245, 122, 0, 0.06);
}
html .single-post .oss-social-share li a:hover {
    background: var(--primary);
    color: #fff !important;
}
html .single-post .oss-social-share li a .oss-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
html .single-post .oss-social-share li a:hover .oss-icon-wrap{
    color: var(--light);
}
html .single-post .oss-social-share li a .oss-icon-wrap svg, 
html .single-post .oss-social-share li a:hover .oss-icon-wrap svg {
    fill: currentColor !important;
}

@media (max-width:1024px) {
    header#site-header .oceanwp-mobile-menu-icon.clr.mobile-right a.mobile-menu i,
    header#site-header .oceanwp-mobile-menu-icon.clr.mobile-right a.mobile-menu span {
        display: none;
    }
    ul.menu {
        background-color: var(--Dark);
        padding: 20px 0;
    }
    ul.menu li.menu-item a {
        color: var(--white);
        font-size: 22px;
        font-family: 'Montserrat';
    }
    header#site-header .oceanwp-mobile-menu-icon.clr.mobile-right a.mobile-menu:before {
        content: "";
        background-image: url(/wp-content/uploads/2024/05/menu-icon-1.svg);
        height: 35px;
        width: 30px;
        display: block;
        background-repeat: no-repeat;
        background-position: center right;
        margin-top: 15px;
    }
    header#site-header .oceanwp-mobile-menu-icon.clr.mobile-right a.mobile-menu.opened:before {
        background-image: url(/wp-content/uploads/2024/05/menu-icon-1.svg);
        background-position: center;
        background-size: contain;
        height: 30px;
        width: 30px;
    }
    header#site-header .oceanwp-mobile-menu-icon.clr.mobile-right a.mobile-menu.opened:before{
        background-image: url(/wp-content/uploads/2024/05/menu-close-1-1.svg);
    }
    div#mobile-menu-search {
        display: none !important;
    }


    html .blog .blog-entry-content .blog-entry-title {
        font-size: 27px !important;
    }
    .blog-entry.post .blog-entry-header .entry-title a:after {
        bottom: 0px;
    }
    html .single-post .entry-content {
        width: 100%;
        padding: 0;
    }
    html .single-post.content-max-width ul.meta {
        width: 100%;
        padding: 0;
    }
    html .single-post .entry-header h2.entry-title {
        width: 100%;
    }
    html .blog .blog-entry-content .blog-entry-bottom .blog-entry-date {
        left: -40%;
    }
}
/*mini-leptop*/
@media (min-width:992px) and (max-width:1199px){
}
/*tablet*/
@media (min-width:768px) and (max-width:991px){
    .services_col .elementor-widget-wrap.elementor-element-populated {
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    } 
    html .our_talent_carousel .swiper-slide.card .media-icons {
        right: 35px !important;
    }
    .step_inner_col {
        margin: 0 20px;
    }
    .step_box .elementor-image-box-content h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    html .testimonial-carousel li.swiper-slide .slide-logo-block .slide-logo-image img {
        width: 282px;
        height: 352px;
    }
    html .testimonial-carousel li.swiper-slide {
        padding-left: 310px;
        min-height: 410px;
    }
    html .testimonial-carousel li.swiper-slide .slide-description:before {
        width: 50px;
        height: 55px;
        left: -10px;
        top: 80px;
    }
    html .testimonial-carousel .swiper-logo-buttons-block {
        margin-top: 0px !important;
        margin-bottom: 60px;
    }
    .faq_col {
        margin: 0 20px;
    }
    .faq_section:before {
        height: 90px;
    }
    .our_blog .sp-pcp-post {
        min-height: 0;
    }
    html .our_blog .sp-pcp-section .sp-pcp-post .pcp-post-thumb-wrapper {
        margin: -30px -20px 20px !important;
    }


    html .blog .blog-entry-inner .thumbnail {
        width: 55%;
        padding-right: 30px;
    }
    html .blog .blog-entry-content .blog-entry-title {
        font-size: 20px !important;
    }
    html .blog .blog-entry-content p {
        font-size: 12px;
        line-height: 130%;
    }
    html .blog .blog-entry .blog-entry-header {
        margin: 6px 0;
    }
    .blog-entry.post .blog-entry-header .entry-title a:after {
        padding: 0 20px 0 20px !important;
        line-height: 35px;
        font-size: 14px;
    }
    html .blog .blog-entry-content .blog-entry-bottom .blog-entry-date {
        font-size: 10px;
        padding: 7px 10px;
    }
    .blog #primary #content {
        padding: 50px 20px 50px 20px;
    }
    .oceanwp-pagination ul.page-numbers li a, .oceanwp-pagination ul.page-numbers li .current {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 15px;
    }
    html .blog .blog-entry {
        margin-bottom: 50px;
    }
    html .blog .blog-entry:nth-child(2n + 2) .thumbnail {
        padding-left: 20px;
    }
    .blog .parent-blog {
        padding: 60px 0;
    }
    .blog .parent-blog h1 {
        font-size: 35px;
    }
    .content-area{
        margin-bottom: 0;
    }
    html .single-post .entry-header h2.entry-title {
        width: 100%;
        font-size: 30px;
    }
    html .single-post .entry-content h2 {
        font-size: 30px;
        margin-top: 40px !important;
        margin-bottom: 10px !important;
    }
    html .single-post .entry-share .social-share-title {
        font-size: 20px;
    }
    html .single-post .site-main {
        width: 100%;
        padding: 50px 25px 60px 25px;
    }
    html .single-post article .thumbnail {
        margin-bottom: 40px !important;
        height: 350px;
    }    
    html .single-post .site#outer-wrap:before {
        height: 350px;
    }
}
/*mobile*/
@media (max-width:767px){
    .services_col .elementor-widget-wrap.elementor-element-populated {
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .services_box .elementor-image-box-content {
        padding: 25px;
        min-height: 0;
    }
    .services_box .elementor-image-box-content h3 {
        font-size: 17px;
        line-height: 130%;
        max-width: 100% !important;
    }
    .services_box .elementor-image-box-content p {
        font-size: 14px;
        line-height: 130%;
        max-width: 100%;
    }
    html .our_talent_carousel  .mySwiper .swiper-button-next, html .our_talent_carousel  .mySwiper .swiper-button-prev {
        display: flex;
    }
    .step_inner_col {
        margin: 0 20px;
    }
    .step_box  .elementor-image-box-wrapper {
        margin: 20px 0 20px;
        padding-top: 70px;
        padding-left: 0;
    }
    .step_box .elementor-image-box-content h3 {
        font-size: 20px;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        max-width: 250px;
    }
    .step_box .elementor-image-box-content .text p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 8px;
        text-align: center;
    }
    .step_box .elementor-image-box-content h3 span {
        font-size: 16px;
        top: 15px;
        margin: auto;
        bottom: auto;
        left: 0;
        right: 0;
    }
    html .testimonial-carousel ul.swiper-wrapper li.swiper-slide {
        padding: 350px 0px 0;
        padding-left: 0;
        min-height: 380px;
    }
    .testimonial-carousel ul.swiper-wrapper li.swiper-slide .slide-logo-block .slide-logo-image {
        left: 0;
        top: 0;
        right: 0;
        bottom: auto;
        width: 250px;
        height: 260px;
        margin: auto;
    }
    html .testimonial-carousel li.swiper-slide .slide-description {
        padding-top: 0;
    }
    html .testimonial-carousel li.swiper-slide .slide-logo-block .slide-logo-image img {
        width: 312px;
        height: 312px;
        margin: auto;
    }
    html .testimonial-carousel li.swiper-slide .slide-description:before {
        width: 70px;
        height: 35px;
        left: 0px;
        top: -20px;
    }
    .testimonial-carousel .mySwiper .swiper-button-next, .testimonial-carousel  .mySwiper .swiper-button-prev {
        display: flex;
    }
    html .testimonial-carousel .swiper-logo-buttons-block {
        margin-top: 20px !important;
        margin-bottom: 50px;
    }
    .faq_col {
        margin: 0 20px;
    }
    .faq_section:before {
        height: 70px;
    }
    .our_blog .sp-pcp-post {
        min-height: 0;
    }
    html .our_blog .sp-pcp-section .sp-pcp-post .pcp-post-thumb-wrapper {
        margin: -30px -20px 20px !important;
    }
    #mobile-dropdown ul li a {
        padding: 8px 20px;
        font-size: 16px;
    }
    header#site-header a.custom-logo-link {
        width: 70%;
        display: block;
    }
    header#site-header .oceanwp-mobile-menu-icon.clr.mobile-right a.mobile-menu:before {
        width: 35px;
        height: 27px;
        margin-top: 10px;
    }
    body {
        padding-top: 80px;
    }
    html .testimonial-carousel .swiper-button-prev, html .testimonial-carousel .swiper-button-next {
        background-size: 35%;
    }
    html .our_talent_carousel .swiper-button-prev, html .our_talent_carousel .swiper-button-next {
        height: 42px;
        width: 42px;
    }
    .blog-entry.post .blog-entry-header .entry-title a:after {
        bottom: -10px;
    }

    html .blog .blog-entry-inner .thumbnail {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    html .blog .blog-entry-inner .blog-entry-content {
        width: 100%;
        margin: 0;
        padding: 0 0 50px !important;
    }
    .oceanwp-pagination ul.page-numbers li a, .oceanwp-pagination ul.page-numbers li .current {
        width: 35px;
        min-width: 35px;
        height: 35px;
        font-size: 14px;
    }
    html .blog .blog-entry:nth-child(2n + 2) .thumbnail {
        padding-left: 0;
        order: 0;
    }
    html .blog .blog-entry:nth-child(2n + 2) .blog-entry-content {
        text-align: left;
    }
    html .blog .blog-entry:nth-child(2n + 2) .blog-entry-bottom {
        display: flex;
    }
    html .blog .blog-entry:nth-child(2n + 2) .blog-entry-title a:after {
        left: 0;
        right: auto;
    }
    .oceanwp-pagination {
        margin-top: 40px;
    }
    html .blog .blog-entry-content p {
        font-size: 14px;
    }
    html .blog .blog-entry-content .blog-entry-title {
        font-size: 23px !important;
    }
    html .blog .blog-entry-content .blog-entry-bottom .blog-entry-date {
        font-size: 11px;
    }
    .blog .parent-blog h1 {
        font-size: 30px;
    }
    .blog .parent-blog {
        padding: 50px 0;
    }
    html .single-post .entry-header h2.entry-title {
        font-size: 21px;
        padding-bottom: 10px;
        text-align: left;
    }
    html .single-post article .thumbnail {
        margin-bottom: 30px !important;
        height: 250px !important;
    }
    html .single-post .entry-content p {
        font-size: 15px;
    }
    html .single-post .meta-date {
        font-size: 12px !important;
    }
    html .single-post .entry-content h2 {
        font-size: 25px !important;
        margin-top: 30px !important;
    }
    html .single-post .entry-content {
        margin: 0 auto 20px;
    }
    html .single-post .entry-share {
        padding: 30px 0 0 0 !important;
        width: 100%;
        display: block;
        margin: 0 !important;
    }
    html .single-post .entry-share .social-share-title {
        font-size: 20px;
        margin-right: 0;
        display: block;
        text-align: left !important;
    }
    html .single-post .oss-social-share {
        text-align: left;
    }
    html .single-post .site#outer-wrap:before {
        height: 300px;
    }
    .content-area{
        margin-bottom: 0;
    }
    html .single-post .site-main {
        width: 100%;
        padding: 50px 25px 60px 25px;
    }
    html .blog .blog-entry-content .blog-entry-bottom .blog-entry-date,
    html .blog .blog-entry:nth-child(2n + 2) .blog-entry-content .blog-entry-date {
        left: auto;
        top: -250px;
        right: 10px;
        bottom: auto;
    }
}
