/* 
Theme Name: Earned media
Theme URI: https://github.com/elementor/hello-theme-child/
Description: A child theme of hello elemntor customised for Earned Media
Author: Bolt Digital
Author URI: https://boltdigital.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/*----------------------------css for spin text-------------------------------------*/
body .fontvw-18.elementor-widget-text-editor .elementor-widget-container, body .fontvw-18 span.elementor-icon-list-text {
/*     font-size: medium !important; */
}
.inner-video-icon {
    position: relative;
/*     width: 100%;  /* Ensure it takes the full width of its parent */ */
/*     height: 100%; /* Ensure it takes the full height of its parent */ */
    overflow: hidden;
    cursor: pointer;
}

.spin-text-hover {
    opacity: 0;
   
    pointer-events: none;  /* Ensure it doesn't interfere with mouse events */
    transition: all .1s linear;
    pointer-events: none;
    position: absolute;
}

.spin-text-hover img.imgcircle {
    animation-name: spin !important;
    animation-duration: 10000ms !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: linear !important;
    /* transform: rotate(3deg); */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);*/
}

@keyframes spin {
                from {
                    transform: rotate(0deg);
                }

                to {
                    transform: rotate(360deg);
                }
            }

.inner-video-icon:hover .spin-text-hover {
    opacity: 1 !important;
}

/*---------------------------- END css for spin text-------------------------------------*/


/*---------------------------- Case study-------------------------------------*/

div#case_study_results {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 2.604vw;

    flex-wrap: wrap;
    row-gap: 2.604vw;

}

.case-study-custom-item {
    width: 47%;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius:1.823vw;
    position:relative;
}
#case_study_filter li {
    cursor: pointer;
    display: inline-block;
    margin-right: 0.521vw;
    padding:0.26vw 0.521vw;
}
.case-study-custom-item iframe {
 visibility:hidden;
display:none;
}

#loader {
    display: none;
    text-align: center;
    padding: 1.042vw;
    font-size:0.833vw;
    font-weight: bold;
    color: #0073aa;
}

.textareacase h2.casestudy-custom-title {
    font-size: 1.667vw !important;
    line-height: 2.031vw !important;
    margin-top: 1.406vw !important;
}

.textareacase p.casestudy-custom-excerpt,#case_study_filter li {
    letter-spacing: 0px;
    color: #031C38;
    opacity: 1;
  font-size: 0.938vw;
    line-height: 1.354vw;
}

#casestudyarchive ul#case_study_filter {
    text-align: center;
    padding: 3.646vw 0;
}
#casestudyarchive ul#case_study_filter li{
    color:#031C38;
    font-weight:bold;
}
#case_study_filter li.active {
    background-color: #22988d8c !important;
    color: #22988D !important;
    border-radius: 2.656vw;
}
.textareacase {
    transition: 0.3s linear;
}
h2.casestudy-custom-title a {
    color: #031C38;
    font-weight: bold;
}
/* Initial state for iframe and image */
.case-study-custom-item iframe {
   
   
    border-radius: 1.823vw;
   height: 31.56vw;
    transition: 0.4s linear; /* Smooth transition for opacity */
    position: absolute;
    top: 0;
}
#casestudyarchive ul#case_study_filter li:hover {
    font-weight: bold;
    background-color: #22988d8c;
    color: #22988D;
    border-radius: 51px;
}
.case-study-custom-item img.custom-feature-image {
    transition: 0.6s ease-in-out; /* Smooth transition for opacity */
}

/* Apply styles only when case-study-custom-item contains an iframe */
 .case-study-custom-item:has(iframe):hover img.custom-feature-image {
  opacity:1;
    
} 
 .case-study-custom-item:has(iframe):hover .textareacase{
/*         transform:translate(0px, 8%); */
}
.case-study-custom-item:has(iframe):hover iframe {
    visibility:visible !important;
    opacity: 1;
    transform:scale(1);
} 
.case-study-custom-item img.custom-feature-image {
/*     height: 31.56vw; */
    width: 100%;
    object-fit: cover;
    border-radius: 1.823vw;
}




/*---------------------------- END Case study-------------------------------------*/



/* locatiob page css */

div#locations-list h2.name_country {
    font-size: 2.7083vw;
    font-weight: bold;
    line-height: 3.2813vw;
    margin-bottom: 0;
    font-family: "Inter", Sans-serif;
    color: #031C38;
    margin-top: 3.6458vw;
}
div#locations-list span.name_state  {
   background-color: #EA401D;
    padding: 25px 30px;
}
div#locations-list span.name_citylocation{
    background-color: #22988D;
     padding: 25px 0;
}
 div#locations-list span.name_citylocation a{
     color: #fff;
     padding: 21px 30px;
 }
div#locations-list span.name_state, div#locations-list span.name_citylocation  {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 0.4vw;
    border-radius: 35px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    box-sizing: content-box;
}

div#locations-list span{
    margin-bottom: 1.0417vw;
    margin-right: 0.7813vw;
}


/*where i park css  */

.bsf-rt-display-label:after {
    content: 'Reading time' !important;
    display: none;
}
.article-box {
    max-width: 48vw !important;
        margin: 0 auto;
    padding-right: 2vw;
}
div#was-this-helpful {
    display: none;
}
.article-box svg.e-font-icon-svg.e-far-list-alt {
    width: 25px;
    height: 25px;
}
.article-accordion a.elementor-accordion-title {
    display: flex;
    gap: 10px;
}
.article-accordion svg.e-font-icon-svg.e-fas-chevron-down,.article-accordion svg.e-font-icon-svg.e-fas-chevron-up {
    height: 22px !important;
    width: 22px !important;
}
div#bsf_rt_marker {
    max-width: 730px !important;
    margin: 0 auto;
}
.author-last-box .sab-edit-settings {
    display: none;
}
.author-last-box a.sab-profile-edit {
    display: none;
}
.saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 300px !important;
    width: 100%;
}
.author-last-box .saboxplugin-socials {
    max-width: 203px;
    width: 100%;
    margin: 0 auto;
    margin-right: 135px;
    border: none;
    margin-top: -72px;
}


.author-last-box #bsf_rt_marker{
    background: #fcfcfc;
}

.credit h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    line-height: 2.5;
}
.banner-bottom-sec .post-info {
    display: none;
}

.banner-bottom-sec .fact-box {
    display: block;
}

.fact-box {
    display: none;
}
/* #leftsticky li a:hover,#leftsticky li a.active {
    color: #031C38;
    font-weight: 400;
    background-color:#f1f1f1;
} */
.blog-banner span.info-name:hover {
    color: #EEEEEEE0;
}
.leftbar h2 {
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 800;
    color:#031C38;
}
.saboxplugin-desc p {
    text-align: left;
     max-width: 530px;
    width: 100%;
    margin: 0 auto !important;
/*     margin-left: 120px !important; */
}
.blog-banner .last-updated-date{
    color:#fff !important;
    font-family: "IBM Plex Serif", Sans-serif;
    
}
.last-updated-date {
    color: #303030 !important;
    font-size: 1rem;
}
.icon-text {
list-style:none;
    column-count:2;
}
.icon-text li{
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: 'Poppins';
    font-weight: normal;
      padding: 6px 0;

}
.icon-text li img {
    margin-right: 10px;
}
.button-clint a.elementor-button-link.elementor-button.elementor-size-sm {
    width: 185px;
    height: 48px;
    padding: 10px !important;
}

.custom-psot-code .elementor-grid {
    grid-template-columns: repeat(3,1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.custom-psot-code p.read-more {
    display: none !important;
}

.custom-psot-code .elementor-post__card {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    width: 93% !important;
}

.custom-psot-code .elementor-post__meta-data span {
    color: #000;
    font-size: 0.75rem;
}

.custom-psot-code a.elementor-post__read-more {
    color: #f0572c;
    font-size: 0.9375rem !important;
}

.custom-psot-code .elementor-posts .elementor-post__excerpt p {
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.custom-psot-code .elementor-post__text {
    margin-top: 40px !important;
}

.custom-psot-code .elementor-posts .elementor-post__card .elementor-post__meta-data {
    margin-top: 30px;
}


.credit-list li p {
    margin-bottom: 5px !important;
}

.credit-list {
    margin-left: 0px;
    list-style:none;
    padding-left:0px;
}
.credit h1 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}
.saboxplugin-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 20px;
}


/* author page css */

h3.author-custm {
    font-size: 1.25rem;
    margin-bottom: 12px;
}
/*  .article-accordion {
       padding: 2% 4% 4% 4%;
}  */

.tooltip:after {
    content: "";
    background: #22988D 0% 0% no-repeat padding-box;
    border-radius: 18px;
    opacity: 0.3;
    position: absolute;
    width: 145px;
    height: 36px;
}

 .tooltip {
         position: relative;
    cursor: pointer;
    color: #10D5C2;

    border-radius: 5px;
    padding: 0px 9px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 5px;
     max-width:130px;
     width:100%;
     justify-content:center;
    }
.AntiPlagiarism .tooltip:after{
    
    width: 235px;
height: 36px;
/* UI Properties */
background: #D8D6D5 0% 0% no-repeat padding-box;
border-radius: 18px;
opacity: 0.3;
    
}

.factcheck.AntiPlagiarism .tooltip {
    max-width: 310px;
    color:#D8D6D5 !important;
}
    /* Tooltip text */
.tooltiptext a {
    color: #0060ff !important;
}
.AntiPlagiarism .tooltiptext {
    left: -35px !important;
}
 .tooltip .tooltiptext {
     visibility: hidden;
	     top: 37px;
    width: 295px;
    background-color: #fff;
    color: #303030;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: -112px
    left: -85px;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.75rem;
    padding: 10px 10px;
    border-top: 1px solid;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
     display:none;
}

    /* Show the tooltip on hover */
    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
            display:block;
    }
.read-time p {
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: uppercase;
}
p.last-updated-date {
    margin-bottom: 0;
    color: #f0572c;
}
 .tooltip-new {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .tooltip-new .tooltiptext-new {
    
    visibility: hidden; 
    width: 330px;
    background-color: #fff;
    color: #303030;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 0%;
    margin-left: -60px;
     opacity: 0; 
    transition: opacity 0.3s;
    border-top: 2px solid #f0572c;
                box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
            font-size: 0.875rem;
}
    

    .tooltip-new:hover .tooltiptext-new {
      visibility: visible;
      opacity: 1;
    }
.author-box.d-flex {
    display: flex;
    gap: 15px;
/*      padding: 0% 4% 0% 4%; */

}
span.info-name {
    font-weight: 700;
    color: #f0572c;
}
.post-info{
font-size:1rem;
    font-family: raleway;
        display: flex;
    align-items: center;
    margin-bottom:15px;
}
.post-info img {
    border-radius: 50%;
    width: 30px;
    height:30px;
    margin-right: 10px;
}
.helpful-form-box {
    background: #ffeee9;
    border-radius: 10px;
    max-width: 445px;
    padding: 30px 45px 30px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #000;
}
.helpful-form-box .helpful-box-title {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
}
.helpful-form-box .helpful-box-text {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #444444;
    display: block;
    margin-bottom: 20px;
}
.helpful-form-box .buttons {
    display: flex;
    column-gap: 30px;
    align-items: stretch;
}
.helpful-form-box .btn {
    cursor: pointer;
    background: #031C38;
    border: 2px solid #031C38;
    border-radius: 38px;
    flex: 1;
    transition: all 0.4s ease;
    opacity: 1;
    padding: 10px 10px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    text-align: center;
}
.helpful-form-box .btn-red {
    cursor: pointer;
    background: transparent;
    border: 2px solid #FF7162;
    border-radius: 38px;
    flex: 1;
    transition: all 0.4s ease;
    opacity: 1;
    padding: 10px 10px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #FF7160;
    text-align: center;
}
/*scroll css  */
.container-scroll .row {
    display: flex;
	    justify-content: space-between
}

.container-scroll .col-sm-4 {
/*position: absolute; */
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    opacity: 1;
    transition: opacity .33s ease-out;
}

.leftbar {
    position: sticky;
    top: 50px;
    padding: 12px 0;
    margin-bottom: 20px;
/*     border-right: 1px solid #e7e7e7; */
    overflow-y: auto;
    max-height: 90vh;
    max-height: calc(100vh - 50px - 20px);
}

.container-scroll .col-sm-8 {
    width: 70%;
	    padding-right: 2vw;
}
.leftbar::-webkit-scrollbar {
  width: 2px;
}
.leftbar {
  scrollbar-width: thin;
 
}
.author-details .elementor-widget-container::-webkit-scrollbar{
    width: 0px !important;
    display:none;
    color:#fff !important;
}
#leftsticky{
    margin-left: 0px !important;
/*     list-style: decimal-leading-zero; */
     list-style: none;
    padding-left:0;
}
#rightscrollable h2.wp-block-heading {
    font-size: 3.125rem;
    line-height: 3.375rem;
}
#rightscrollable p {
    font-size: 0.95vw;
    font-weight: 400;
    line-height: 1.4vw;
	color: #707070;
/*     font-family: "IBM Plex Serif", Sans-serif; */
}
div#rightscrollable.medium p {
    font-size: 1vw;
    line-height: 1.5;
}
.blogtipbox {
    background-color: rgb(0 155 216 / 30%);
    padding: 1.3vw 3vw 2.5vw;
    border-radius: 35px;
    margin: 3vw 0;
}

.blogtipbox h3 {color: #009BD8 !important;}

.blogtipbox p {
    color: #026288 !important;
}
div#rightscrollable.large p {
    font-size: 1.2vw;
    line-height: 1.9vw;
}
.addtoany_shortcode {
    /* display: none; */
}

.addtoany_shortcode {
    width: max-content;
    height: max-content;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    right: 8vw;
    top: 0;
    opacity: 0;
}


span.sizeguides span {
    cursor: pointer;
}
div#rightscrollable h3 {
    font-size: 1.67vw;
    line-height: 2vw;
    margin: 1.9vw 0vw;
    font-weight: bold;
	color: #031C38;
}

div#rightscrollable img {
    margin-top: 2.5vw;
	margin-bottom: 3.9vw;
}
.shareandsize img {
    margin-bottom: 0vw !important;
}
#leftsticky li {
    padding: 0.3vw 0px;
    text-transform: capitalize;
}

ol#leftsticky li::marker {
    color: #303030;
    font-weight:400;
    font-size:0.9375rem;
}
#leftsticky li a {
    font-family: "Inter";
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 1.3vw;
    font-style: normal;
    text-align: left;
    color: #969696;
    padding: 4px 0;
    display: block;
}
html{
        scroll-behavior: smooth;
}
#wpforms-5979-field_1-container textarea {
    height: 120px;
}
#wpforms-5979-field_1-container label.wpforms-field-label {
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 2.3125rem;
    color: #f0572c;
    display: block;
    margin-bottom: 15px;
}
#wpforms-form-5979 textarea,#wpforms-form-5979 .wpforms-field-large {
    border-color: #f0572c !important;
    border-radius: 10px !important;
}
#wpforms-form-5999 .wpforms-field-label {
   font-weight: 800;
    font-size: 1.875rem;
    line-height: 1.2;
    color: #f0572c;
    display: block;
    margin-bottom: 15px;
}
img.thnq-img {
    width: 200px;
}
#wpforms-form-5999 ul li {
    max-width: 100%;
    width: 100%;
}
.social-icon-authore {
    display: flex;
    justify-content: center;
    gap: 19px;
    color: #f0572c !important;
}
.tooltiptext-new img {
    width: 110px;
    border-radius: 7px;
    margin: 7px 0px;
    height:auto !important;
}
#wpforms-form-5999 {
    padding-top: 30px;
}
/* .blog-banner .post-info img {
    display: none;
} */
.blog-banner .post-info span {
    color: #fff;
  
}
span.by-text {
    color: #8B9EB4 !important;
    display: inline-block;
    margin-right: 5px;
}
.blog-banner .author-box.d-flex{
        display: -webkit-box;
    text-align: left;
    -webkit-box-pack: left;
    -webkit-box-align: left;
}
/* .blog-banner .post-info.fact-box {
    display: none;
} */
.blog-banner span.tooltiptext-new {
    display: none;
}
.blog-banner span.info-name{
font-weight:inherit !important;
}



.blog-banner span.info-name {
    font-size: 0.9375rem;
    font-weight:400 !important;
    text-decoration: underline;
    line-height: 1.625rem;
}


.blog-banner h1{
    letter-spacing: 2px;
}

.author-container .row {
    display: flex;
        justify-content: space-between;
}

.author-container .col-9 {
    width: 73%;
    padding: 30px 10px;
}

.author-container .col-3 {
 width: 23%;
    padding: 30px 20px;
    background: #F3F3F3;
    border-radius: 15px;
     height: 100%;
}
.author-container ul {
    margin-left: 0px;
    margin-top: 10px;
}
.author-container span.Icon.text-blue {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    color:#031C38;
}
.author-container ::marker {
    color: #031C38;
}
.author-container ul li {
     font-size: 0.9375vw;
	line-height: 1.3542vw;
    color: #212529;
    padding-left: 10px;
}
.experience-col {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}
.container.author-container {
    padding-top: 9vw;
    max-width: 100vw;
}
.user-profile.user-banner  {
    display: flex;
    gap: 30px;
    align-items: flex-start;
/*         margin-bottom: -150px; */
	margin-bottom: -8vw;
}
.sub-word {
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: -.015625rem;
}
.author-icon a {
    color: #fff !important;
}

.user-banner .user-name {
    font-size: 2.75vw;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 800;
	    margin-top: 3vw;
}

.author-icon {
    display: flex;
    gap: 20px;

    padding: 0px 0;
}

.user-avatar img {
    border: 4px solid #fff;
    width: 21.3vw;
    height: 21.3vw;
    border-radius: 50%;
    object-fit: cover;
}
.custom-tab .elementor-widget-container {
    width: 77%;
}
.author-container p {
    font-size: 0.9375vw;
    line-height: 1.3542vw;
}
.experties-col h3, .experience-col h3 {
    font-size: 0.9375vw;
	line-height: 1.3542vw;
    font-style: normal!important;
    font-weight: 800!important;
    letter-spacing: 1.6px;
    color: #009BD8;
}
@media (min-width: 768px) and (max-width: 1100px){
#custom-header .e-con-inner {
    justify-content: space-between;
}
	#custom-header .elementor-nav-menu {
    padding: 2vw 2.59vw;
}
#custom-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    height: 100vh;
}
#custom-header nav.elementor-nav-menu--dropdown ul>li>a.elementor-item {
    padding-left: 0px !important;
}
.contact-btn-header {
     padding: 2vw 2.59vw;
     text-align: left;
}
	.location-inner-banner .services-subtitle h1.service-single-title {
    text-indent: -8px !important;
}
	.location-inner-banner h1.service-single-title {
    line-height: 2.2vw !important;
}
}
@media (min-width: 1150px){
.location-inner-banner h1.service-single-title {
    line-height: 2.2vw !important;
}
}
@media(max-width: 1680px){
/* .user-avatar img {
   
  max-width: 286px;

    height: 284px;
}
    .user-profile.user-banner{
        margin-bottom: -90px;
    }
    div#author-banner {
    height: auto;
    min-height: auto;
    padding-top: 140px;
} */
}
@media (max-width: 767px){
	body.post-type-services .inner-scroll-color .text {
    font-size: 4.238vw !important;
    line-height: 6.206vw !important;
}
	.sc-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.location-inner-banner h1.service-single-title {
    line-height: 11.2vw !important;
}
	
.location-inner-banner .services-subtitle h1.service-single-title {
    text-indent: -8px !important;
}

	  .custom-psot-code .elementor-grid {
    grid-template-columns: repeat(1,1fr);
    margin: auto;
}
		.sc-padding div#locations-list span.name_state {
    padding: 1.0417vw 2.5625vw !important;
}
	.sc-padding div#locations-list span.name_state, .sc-padding div#locations-list span.name_citylocation {
    font-size: 3.0417vw !important;
    line-height: 8.25vw !important;
}
	.sc-padding div#locations-list span.name_citylocation {
    padding: 4px 0 !important;
}
	.sc-padding div#locations-list span.name_citylocation a {
    padding: 21px 15px;
}
}


.author-banner {
/*     height: 18rem; */
}
.author-icon a:hover, .author-icon a:focus {
    color: #fff;
}
ul.author-posts-list {
    list-style: none;
}
ul.author-posts-list {
    list-style: none;
}

li.author-post {
    display: flex;
    gap: 20px;
    padding: 20px 0;
   align-items:center;
}

.author-posts-list .post-thumbnail {
    width: 30%;
    max-width: 200px;
}
.author-post  .post-date {

   color: #515260;
    font-weight: 500;
    font-size: 0.875rem;
}
.author-post  .post-content h2 {
    font-size: 1.625rem;
}
.custom-tab .elementor-tabs-wrapper {
    border-bottom: 2px solid #6c6c6c;
}
.custom-tab ul.author-posts-list {
    margin: 0;
    padding:0;
}
.custom-tab .elementor-tab-title:hover {
    color: rgb(15 37 72);
}
.custom-tab a:hover,.custom-tab a:focus {
    color: #f0572c
            ;
}
.custom-tab a {
    color: #031C38;
}

.author-container .col-3 span.Icon.text-blue {
    margin-right: 5px;
}
.custom-tab .nav .nav-link.active {
    border-bottom: 3px solid #031C38 !important;
}

.custom-tab div#nav-tab {
    border-bottom: 2px solid #b1b7c5;
}

.custom-tab .nav-tabs button,.custom-tab .nav-tabs button:hover {
    border: none !important;
}
.custom-tab .nav-tabs button {
      font-size: 1.0417vw;
    font-weight: 600;
    color: #515260;
    line-height: 1.8750vw;
}

.custom-tab .nav-tabs button.active {
    color: #031C38;
    font-weight: 700;
}
.author-post .post-content h2 {
   font-size: 1.6667vw;
    line-height: 2.0313vw !important;
    font-weight: 800!important;
}

ul.author-posts-list li.author-post:hover {
    gap: 20px;
   
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
    transition: border-color .2s ease-in,box-shadow .2s ease-in;
   
}
ul.author-posts-list li.author-post{
         padding:15px 20px;
        margin:20px 0;
        transition: border-color .2s ease-in,box-shadow .2s ease-in;
}
.author-admin h2, .author-admin h1, .author-admin h3, .author-admin h4,.author-admin p,.author-admin ul,.author-admin li {
    font-family: CircularStd-Bold,Arial,sans-serif!important;
}
.author-post .post-content {
    width: 100%;
}
.single-post #breadcrumbs a {
    color: #fff !important;
}
.author-container .col-9 h3 {
    font-size: 1.6667vw;
	line-height: 2.0313vw;
    font-weight: 700;
    color:#031C38;
	    margin: 2.2vw 0 1vw;
}
.single-post #breadcrumbs a:hover {
    color: #EEEEEEE0 !important;
}
.post-content .post-meta {
    display: flex;
      padding-top: 10px;

}

.post-content .post-read,.post-content .post-date {
    width:100%;
}
.post-read {
       font-size: 14px;
    color: #212529!important;
    font-weight: 600;
  
    letter-spacing: 1.5px;
}
a.ast-custom-button-link {
    text-decoration: unset !important;
}
.experience-col h3 {
    text-transform: uppercase;
}
p.job-post {
/*     position: absolute; */
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
}
.author-icon {
    margin-top: 1vw;
    margin-left: 4px;
}
h3.author-job {
    display: none;
}

div#author_bread, div#author_bread a{
    color: #fff;
	    font-size: 0.7vw;
/*     padding: 20px 0;
    font-size:0.875rem; */
}

.author-admin p, .author-admin ul, .author-admin li {
    font-family: inherit!important;
}
.author-admin h2, .author-admin h1, .author-admin h3, .author-admin h4 {
    font-family: 'Poppins',sans-serif !important;
}

.user-profile.user-banner .user-avatar {
/*     height: 240px;
    width: 240px; */
}


.custom-accordion span.elementor-accordion-icon.elementor-accordion-icon-left {
    height: 50px;
    width: 30px;
}

.custom-accordion span.elementor-accordion-icon-opened {
    margin-top: -16px !important;
}
.article-box .article-accordion i.fas.fa-chevron-down,.article-box .article-accordion i.fas.fa-chevron-up {
    padding-top: 0px !important;
}
/* post accordian end */
.custom-author .saboxplugin-gravatar {
    float: none !important;
}



.custom-author .saboxplugin-wrap .saboxplugin-gravatar img {
    border-radius: 50%;
    max-width: 140px !important;
}

.custom-author .saboxplugin-desc p {
    max-width: 100%;
    margin: auto !important;
}

.custom-author .sab-edit-settings,.custom-author .saboxplugin-socials.sabox-colored,.custom-author a.sab-profile-edit {
    display: none;
}

.custom-author .saboxplugin-wrap {
    border: none;
    padding: 0px 0px !important;
}
.custom-author .saboxplugin-authorname a {
    font-size: 1.25rem !important;
    color: #031C38 !important;
    font-weight: 700;
}
.custom-author .saboxplugin-authorname {
    margin-top: 0 !important;
}
.custom-author .saboxplugin-authorname, .custom-author .saboxplugin-desc, .custom-author .saboxplugin-gravatar {
    margin: 0 !important;
    padding: 5px 0 !important;
}
span.bsf-rt-reading-time {
    opacity: 0;
}
.author-posts-list li.author-post .post-content h2 a strong{
    font-weight:inherit !important;
}

/* .author-role-editor button#nav-home-tab,.author-role-editor #nav-contact-tab,.author-role-editor #nav-home,.author-role-editor #nav-contact {
    display: none;
}
 */
.factcheck.AntiPlagiarism {
    margin-left: 10px;
}
#wpforms-form-162 textarea, #wpforms-form-162 input{
    border-color: #F95738 !important;
    border-radius: 10px !important;
}

#wpforms-form-162 label.wpforms-field-label,#wpforms-form-174 legend.wpforms-field-label {
   color: #F95738 !important;
    font-size: 1.875rem !important;
   
    line-height: 2.8125rem;
    font-weight: bold !important;
}
.wpforms-submit {
    background: #F95738 !important;
}
.author-details .saboxplugin-socials {
    display: none !important;
}
/* .post-info,.publish-details,.acf-repeater-content.post-read p {
    font-weight: 700 !important;
} */
footer#site-footer {
    padding: 50px 0;
}
.factcheck {
    display: flex;
    justify-content: center;
}
.publish-details span.elementor-icon-list-icon {
    display: none !important;
}
div#author_bread {
/*     font-family: "Raleway", Sans-serif;
    font-size: 0.875rem !important;
    font-weight: 600; */
}
.nav-item-list.mt-3.row {
    display: flex;
}

.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.nav-item-list.mt-3.row a {
    color: #fff;
    margin-bottom: 0.5rem !important;
}

#custom-foot h2.elementor-heading-title {
    color: #031C38;
}
.row.mb-4.lower-footer .col-md-6 {
    display: flex;
    color: #6c757d !important;
    align-items: center;
    font-size: 0.875rem;
width:100%;
}

.sell-head {
    margin-bottom: 20px !important;
}
.footer-social a.elementor-icon {
    justify-content: flex-start;
}
#custom-header nav.elementor-nav-menu--dropdown {
/*     top: 0px !important; */
}

.custom-bread a,.custom-bread {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
}
.custom-bread a:hover{
    color:#F95738;
}

#menu-1-f0e7663 li a.elementor-item, #menu-1-ee97a85 li a {
    margin-bottom: 8px;
    padding: 0 0;
}

.elementor-tab-content .nav-item-list.mt-3.d-sm-block a {
    display: block;
    font-size: 1rem;
    color: #fff;
       font-family: "Inter", Sans-serif;
    font-weight: 600;}

.foot-accordion .elementor-tab-content, .foot-accordion .elementor-tab-title {
    padding: 0 0 !important;
}
.foot-accordion span.elementor-icon-list-icon svg {
    fill: #fff;
}

.foot-accordion span.elementor-icon-list-text {
    color: #fff;
}
.foot-accordion .elementor-tab-title {
    margin-bottom: 8px !important;
}
.foot-accordion .elementor-tab-title a{
    color:#031C38;
}

  .blogpagecta {
    background: #212529;
    padding: 40px;
    text-align: center;
  }

  .blogpagecta a {
    background: #DF2E86;
    padding: 15px 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    font-family: sans-serif;
  }

  .blogpagecta h3 {
    color: #ffffff;
    margin-bottom: 10px;
  }

  .blogpagecta h4 {
    color: #ffffff;
 
    margin-bottom: 40px;
  }

  .wrapper {
    display: flex;
    text-align: left;
    gap: 20px;
    margin-bottom: 40px;
  }
.article-accordion .elementor-accordion-item {
    border-right: none !important;
    border-left: none !important;
}

	body .author-posts-list  .post-read,body .author-posts-list .post-date,.post-category.uncategorised {
    background: #F4F4F4;
    padding: 0.4167vw 0.8854vw;
    border-radius: 35px;
}
  
body .author-posts-list .post-meta div {
    width: auto !important;
    font-size:  0.8854vw !important;
    color: #031C38 !important;
    font-weight: 400 !important;
	line-height:1.0417vw !important;
}

.author-posts-list .post-meta {
    gap: 0.6771vw;
    align-items: center;
}
.author-posts-list .post-excerpt {
    font-size: 0.9375vw;
    line-height: 1.3542vw;
}




div#author_bread {
    margin-bottom: 6vw;
}



/* 05/10/2024-update-css */

.spin-text-hover {
    display: none;
}
.case-study-post-item .inner-video-icon, div#how-we-ar-video,.featured-image.inner-video-icon {
    position: relative; /* Ensure the parent element has a position defined */
}

.case-study-post-item .inner-video-icon .feature-image:after, div#how-we-ar-video:after,.featured-image.inner-video-icon:after,.banner-video-sec .swiper-slide.inner-video-icon:after {
    content: '';
    background-image: url(https://earnedmed.boltpreview.com/wp-content/uploads/2024/06/gjk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 87px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* Optional: Ensure it stays on top */
	opacity: 0;
	pointer-events: none;
}
.case-study-post-item .inner-video-icon .feature-image:hover:after, div#how-we-ar-video:hover:after, .featured-image.inner-video-icon:hover:after, .banner-video-sec .swiper-slide.inner-video-icon:hover:after{
 opacity: 1;
}
.vs-pluse-icon .zoom-in-zoom-out {
    top: -30px;
}
.sticky-header-main span.elementor-menu-toggle__icon--open svg {
    fill: #000 !important;
    filter: invert(1);
}
.location-inner-banner h1.service-single-title {
    line-height: 2.2vw;
}
.location-inner-banner .services-subtitle h1.service-single-title{
	    text-indent: -15px;
}
/* end */