body{
    font-family: 'Montserrat', sans-serif;
    font-display: swap;
    color:black;
    line-height:normal;
}
img{
    width: 100%;
    height:auto;
}
p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 15px;
}
/* li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 15px;
} */
 li {
 
    line-height: 1.7;
  
}
.mobile-visible {
    display: none !important;
}
.w-60 {
    width: 60%;
}
.w-70{
    width:70%;
}
.w-80 {
    width: 80%;

}
.w-90 {
    width: 90%;

}
.pt-5r {
    padding-top: 5rem!important;
}
.pt-10r {
    padding-top: 10rem!important;
}
.bld{
    font-weight:bold;
}
.sec-title{
    font-size:2rem;
    margin-bottom: 20px;
    font-weight:bold;
}
.brd-org {
/*    color: #e96622;*/
    color: #103f63;    
}
.brd-blu{
    color:rgb(20 60 95);
}
.center{
    text-align:center;
}
.banner {
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/banner/background-min.jpg);
     min-height: 600px;
    position: relative;
  background-size: cover;
/*    margin-top:78px;  */
}
.grey-backg.banner {
    background: #f0f0f0;
}
.v-align{
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 80vh; */
    min-height:600px;
}
.heading {          
    margin:auto;
    line-height:2rem;
}
.banner .heading .title{
    font-size: 2.5em;
    font-weight: 600;
    line-height:3.6rem;
}

.banner img{
    width:100%;
}
.banner::after {
    content: '';
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/banner/white-cover.png);
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: 0px;
    left: -1%;
    right: 0px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.demo-btn {
    border: 1px solid #e96622;
    color: black;
    text-decoration: none;
    padding: 10px;
    margin: 50px auto 20px auto;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    line-height: 1.5;
    position: relative;
    z-index: 10;
}
.demo-btn .arrow {
    padding: 15px 20px;
    background: #e96622;
    position: relative;
    left: 11px;
    border-radius: 5px;
    font-size: 24px;
    top: 0px;
    color: white;
    
}

#mouse-scroll {
    style: block;
}
#mouse-scroll {
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    z-index: 9;
    
}
#mouse-scroll span {
    display: block;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #ed6823;
    border-bottom: 2px solid #ed6823;
    margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
    height: 25px;
    width: 18px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ed6823;
    top: 170px;
}
#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite;
}
#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s; 
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s; 
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
    height: 5px;
    width: 3px;
    display: block;
    margin: 5px auto;
    background: #ed6823;
    position: relative;
}
#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    } 
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}



/* Menu Alignment*/

body .collapse.navbar-collapse{ 
    display: block !important;
    text-align: center;
}
.dropdown-menu[data-bs-popper] {
    border: none;
    top: 140% !important;
    border-radius: 0px;
}
.c-align {
    text-align: center !important;
}
.l-align{
    text-align: left;
}
.r-align{
    text-align: right;
}
nav li{
    margin:auto;
}

ul.navbar-nav {   
    display: inline-flex;
    display: inline-flex;
    height: 78px;
    justify-content: center;
    align-items: center;
}
.navbar-brand img{
    width:100px;
    height:auto;
}
.dropdown-menu[data-bs-popper] {
    top: 174%;
}
.navbar.bg-light {
    background: white !important;
    box-shadow: 1px 0px 10px rgb(0 0 0 / 21%);
    padding: 20px 0px;
    font-size: 16px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index:99;
    height:78px;
}
.navbar.bg-light .nav-link{
    color:black !important;
    font-size:14px;
}
.nav-item {
    margin-right: 10px;
}
.cta-btn {
    border: 1px solid #e96622 !important;
    padding: 10px;
    min-width: 100px;
    text-align: center !important;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: black;  
    display: inline-block;
}
.nav-link.cta-btn{
      padding: 5px;
}
.cta-btn.fill {    
    color: white;
    padding: 12px 10px;
    background: #e96622;
    
}
.nav-link.cta-btn:hover {
    border-width: 2px !important;
    color: #e96622 !important;
}
a.dropdown-item {
    font-size: 14px;
}

.logo {   
    padding:20px;
    margin: auto;
    display: flex;
}
.tech-logos img {
    max-width: 60%;
    margin: auto;
}
.tech-logos {
    padding: 80px 30px 30px 30px;
    text-align: center;
    border: 5px solid #1e5882;
    border-radius: 20px;
    position: relative;
    max-width: 80%;
    margin: auto;
}
.tech .sec-title {
    width: 55%;
    background: white;
    position: relative;
    padding: 10px;
    line-height: normal;
    top: 60px;
    text-align: center;
    margin: auto;
    margin-top: -60px;
    z-index: 2;
}
.tech.w-80 {
    margin: auto;
}

.tech.w-80 .tech-logos{
    padding-top: 30px;
    
}
.tech.w-80 .sec-title{
    top: 30px;
    margin-top: -30px;
}

.left-empty, .right-empty {    
    width: 200px;
    height: 10px;
    background: white;
    padding: 10px;
    position: absolute;
    top: auto;
    left: 200px;
    right: auto;
    bottom: -12px;
    
}
.right-empty{
    left: auto;
    right:200px;
}   


.accordion.blue .accordion-button {
    color: #133d5d;
    background: no-repeat;
    border-bottom: 0px;
    box-shadow: none;
    font-size: 18px;
    font-weight: bold;
    padding:10px !important;
}
.accordion-collapse ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 20px;
}
.accordion-collapse ul li:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 2px;
    bottom: auto;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/footer-blip.png);
    width: 12px;
    height: 14px;
    margin: 7px -11px;
    background-size: 80%;
    background-repeat: no-repeat;
}
.accordion-item {
    border: none;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    margin: 15px auto;
    border-radius: 3px;
    background: rgb(243 243 243);
    padding: 5px 10px !important;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e96622'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.acc-img{
    display: none;
}

.acc-img.show{
    display: block;
}
/*Popup Forms */
#cal-routing-form .form-group label.error {
 font-size: 10px;
 color: red;
 margin-bottom: 0;
 margin-top:2px;
 background: white;
 padding: 2px 5px;
 display: block;
 text-align: left;
 position: static;
}	
#cal-routing-form .request-form-fields input, #cal-routing-form .request-form-fields select, #cal-routing-form .request-form-fields textarea{
   margin-bottom:0px;
}
.form-modal .modal-dialog {
    max-width: 350px;
}
.form-group {
    position: relative;
}
.form-group label.error {
    font-size: 10px;
    color: red;
    margin-bottom: 5px;
    position: absolute;
    top: -7px;
    right: 27px;
    background: white;
    padding: 2px 5px;
}
.request-form-fields label {
    font-size: 14px;
    margin-bottom: 10px;
}
.form-modal .modal-content {
   background: rgb(247,203,180);
background: -moz-radial-gradient(circle, rgba(247,203,180,1) 0%, rgba(255,255,255,1) 50%, rgba(247,203,180,1) 100%);
background: -webkit-radial-gradient(circle, rgba(247,203,180,1) 0%, rgba(255,255,255,1) 50%, rgba(247,203,180,1) 100%);
background: radial-gradient(circle, rgba(247,203,180,1) 0%, rgba(255,255,255,1) 50%, rgba(247,203,180,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7cbb4",endColorstr="#f7cbb4",GradientType=1);
}
.form-modal .modal-header{
    border-bottom:none;
    display: flex;
}
.form-modal .modal-body{
    padding: 0px 30px 30px 30px;
}
.form-modal .modal-title {
    font-weight: normal;
    font-size: 20px;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin: 10px auto;
    text-transform: uppercase;
}
.checkbox label {
    font-size: 12px;
}
.form-control:focus {
    border-color: lightgrey;
    box-shadow: none;
}
.request-form-fields input::placeholder,.request-form-fields textarea::placeholder{color:black}

.request-form-fields input, .request-form-fields select, .request-form-fields textarea {
    margin-bottom: 15px;
    font-size: 14px;
    color: black !important;
    padding: 0px 12px;
    border: 0.5px solid lightgrey;
    background-color: white;
    border-radius: 5px !important;
    width: 100%;
    min-height: 42px !important;
    -webkit-appearance: none;
}
label.form-check-label{
    display:inline-flex;
}
label.form-check-label span {
    width: 20px;
    height: 20px;
    font-size: 13px;
    padding: 0px;
    border-radius: 100%;
    margin-left: 10px;
    background: #e96622;
    color: white;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em !important;
    padding: 0px !important;
    width: 15px;
    height: 15px;
    min-height: 0px !important;
}
.request-form-fields input[type='submit'] {
    max-width: 150px;
    min-width: 150px;
    background: #e96622;
    color: white !important;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
   min-height: 42px !important;
    text-transform: uppercase;
}

/*Footer*/
footer {
    background: #f7f8fc;
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.foot-title1,
.foot-title3,
.foot-title2 {
    text-transform: none !important;
    font-size: medium !important;
    color: #000;
    font-weight: 600;
    margin-left: 0px;
    margin:auto;
}

/* ul {
    padding: 0;
    margin: 0
} */

footer#footer ul li {
    font-size: 15px;
    margin: 10px auto;
    color: #000;
    list-style-type: none;
    margin-bottom: 5px;
    line-height: 26px
}

#foot-blip li {
    position: relative;
    padding-left: 11px
}

#foot-blip li:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 2px;
    bottom: auto;
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/footer-blip.png);
    width: 12px;
    height: 14px;
    margin: 7px -11px;
    background-size: 80%;
    background-repeat: no-repeat;
}

.foot-title2 {
    position: relative;
    padding-left: 0px;
    text-decoration: underline
}

.foot-title2 {
    font-weight: normal
}

.foot-title2:after {
    font-size: 1rem !important;
    content: '+';
    position: absolute;
    right: auto;
    left: 100px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-weight: 600
}

.foot-title2.active:after {
    content: '-'
}

.foot-title2+ul {
    display: none;
    margin-left: 15px
}

.foot-title2+ul.active {
    display: block
}

.foot-title2.no-ul {
    text-decoration: none;
}
footer#footer a,
footer#footer a:visited {
    text-decoration: none;
    color: #000
}

.copy-right {  
    background: rgb(220 103 34);
    padding: 10px 0px;
    background:none;
    border-top: 3px solid #ed6823;
}

.copy-right p {
    font-size: small;
    text-align: center;
    margin: auto;
    color: white;
    font-weight: bold;
    color:black;
}

.copy-right p .seperator {
    margin: auto 5px
}

.copy-right p a {
    /*    color: #fff !important;*/
    color:black !important;

}

#note {
    padding: 15px 0px
}

#note p {
    margin: auto;
    font-size: 15px
}

.social-icons {
    align-items: center;
    display: flex;
    float: left;
    justify-content: flex-end
}

.social-icons a {
    display: inline-block;
    background:  url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/social-media-icons.png) 0px 0px no-repeat;
    width: 16px;
    height: 16px;
    margin: 10px;
    margin-left: 0px;
    background-size: cover;
}
.social-icons a.twitter {
    background-position: -23px 0px;
}
.social-icons a.fb {
    background-position: -40px 0px;
}
.social-icons a.instagram {
    background-position: -60px 0px;
}

.sp-bor {
    position: relative;
    padding:15px 0px;
}
.sp-bor:before, .sp-bor:after {
    content: '';
    position: absolute;
    top: -5px;
    bottom:auto;
    left: 100px;
    right:auto;
    width: 40%;
    height: 1px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(20deg, rgba(255,255,255,1) 0%, rgb(26 83 123) 50%, rgba(255,255,255,1) 100%);

    background: -webkit-linear-gradient(20deg, rgba(255,255,255,1) 0%, rgb(26 83 123) 50%, rgba(255,255,255,1) 100%);

    background: linear-gradient(20deg, rgba(255,255,255,1) 0%, rgb(26 83 123) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.sp-bor:after{  
    top:auto;   
    bottom:-5px;    
    left: auto;
    right: 100px;
} 
.sp-bor:before, .sp-bor:after {
    content: '';
    position: absolute;
    top: -5px;
    bottom:auto;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 1px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(20deg, rgba(255,255,255,1) 0%, rgb(26 83 123) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(20deg, rgba(255,255,255,1) 0%, rgb(26 83 123) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(20deg, rgba(255,255,255,1) 0%, rgb(26 83 123) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.sp-bor:after{
    top:auto;
    bottom:-5px;
    /* left: auto; */
    /* right: 100px; */
}   
.grey-backg{
    background: rgb(243 243 243);
    overflow: hidden;
}

section#customers img {
    width: 80%;
    margin: auto;
    height:auto;
}
section#customers {
    text-align: center;
}
.cookie-popup {
    background-color: #fff;
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: auto;
    width: 300px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 35px 0 rgb(7 6 35 / 15%);
    box-shadow: 0px 1px 35px 0 rgb(7 6 35 / 15%);
    z-index: 100;
    text-align: left;
    border-radius: 5px;
}
.cookie-popup p {
    margin-bottom: 0;
    color: black;
    line-height: 1.5;
    font-size: 15px;
}
.cookie-popup .readmore {
    color: #124266;
    text-decoration: none;
    font-size: inherit;
}
.cookie-agree {
    background: #f2681f;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin: 10px auto auto 0px;
    color: white;
    width: 70px;
    display: block;
    text-decoration: none;
    border: none;
    font-size: initial;
    background: rgb(16 64 101);
}
.cookie-popup.agreed {
    display: none;
}


@media only screen and (max-width: 992px) {
    ul.navbar-nav{
        display:block;
        height:auto;
    }
    .navbar.bg-light{
        height: auto;
    }
    .cookie-popup {
        width: 100%;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 10px;
    }
    .cookie-agree{
        max-width: 85px;
        margin: 10px auto;
        display:block;
    }
    .foot-title1 {
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .foot-title1+ul {
        display: none
    }

  .foot-title1:after {
        content: '+';
        position: absolute;
        right: 15px;
        left: auto;
        bottom: 0;
        top: 0;
        margin: auto
    }

    .foot-title1.active+ul.active {
        display: block
    }

    .foot-title1.active {
        border-bottom: 1px solid grey;
        padding-bottom: 5px
    }

    .foot-title1.active:after {
        content: '-'
    }

    .foot-title1,
    .foot-title3,
    .foot-title2 {
        margin-left: 0px;
        color: black !important;
        margin-top: 15px
    }
}

@media only screen and (max-width: 630px) {
    .copy-right p a {
        display: block;
        margin-top: 5px
    }

    .copy-right .seperator {
        display: none
    }
}

/*Review Section*/

.review-box {
    background: #123f63;
    color: white;
    padding: 20px;
    min-height: 590px;
    border-radius: 15px;
    font-size: 13px;
    line-height: normal;
    position: relative;
    margin: 20px auto;
}
.review-box:before {
    content: '';
    background: url(https://d2g1r8icjuds0p.cloudfront.net/assets/images/socxo/home/reviews/quotes-icon.png) 0px 0px no-repeat;
    width: 80px;
    height: 80px;
    background-size: 60%;
    background-position: 30px 10px;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    border-radius: 0% 0% 0% 100%;
    background-color: #f6f6f6;
}
.review-box .name {
    margin: 20px auto;
    font-size: 20px;
}
.review-box p {
    font-size: 14px;
}
.review-box .head{
    font-size: 16px;
    text-align: center;
}

.review-box img {
    width: 95px;
    margin: auto;
    border-radius: 100%;
}

.g2-cap-reviews img{
    width:80%;
    max-width:80%;
    margin:auto;
}
.logo {   
    padding:20px;
    margin: auto;
    display: flex;
}

@media only screen and (min-width: 1680px){

    .w-70, .sm-cards-v2 img{
        width: 90% !important;
    }
    img.w-62 {
        width: 80% !important;
    }
    .sec-title {
        font-size: 2.3rem;
    }
    p, li, a, body{
        font-size:18px;
    }
    .navbar.bg-light .nav-link, a.dropdown-item, footer a, footer .foot-title1, footer .foot-title2, #note p, .copy-right p{
        font-size: 16px !important;
    }
    form .checkbox *{
        font-size:13px;
    }
    .review-box p {
        font-size: 16px;
    }
    .review-box {    
        min-height: 700px;
    }
    .card .cta-btn{
        max-width: 170px !important;
    }
    .navbar-brand img {
        width: 120px;
    }
    .calci-box .heading {
        font-size: 22px !important;
        margin-bottom: 30px;
    }
    calci-box .sub-heading {   
        margin: auto;
        font-size: 18px !important;
    }
    .calci-box p {   
        font-size: 15px !important;
    }
    .sm-cards-v2 .content.lht-1:before {
        height: 560px !important;
    }
    .sm-cards-v2 .content.lht-2:before {
        height: 615px !important;
    }
    .sm-cards-v2 .content.lht-3:before {
        height: 590px !important;
    }
    .sm-cards-v2 .content.lht-4:before {
       height: 665px !important;
    }
    .sm-cards-v2 .content.lht-5:before {
        height: 691px !important;
    }
    .request-form-fields input, .request-form-fields select, .request-form-fields textarea {
    
        font-size: 15px;
    }
    .calci-box .inner {
    
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1368px){

    .sm-cards .inner-card:before {
        font-size: 17px !important;
    }
    .sec-title {
        font-size: 1.7rem;
    }
    p, li, a, body{
        font-size:14px;
    }
    .navbar.bg-light .nav-link, a.dropdown-item, footer a, footer .foot-title1, footer .foot-title2, #note p, .copy-right p{
        font-size: 13px !important;
    }
    form .checkbox *{
        font-size:12px;
    }
    .app.mobile-hidden {
        margin-top: 20px;
    }
    .banner .heading .title {
        font-size: 2.3em;    
        line-height: 3rem;
    }
    .review-box p {
        font-size: 13px;
    }
    .app .icons{
        width: 50px !important;
    }
    .app .one {
        width: 240px !important;
    }
    body .content.lht-1:before {
        height: 400px !important;
    }
    body .content.lht-2:before {
        height: 490px !important;
    }
    body .content.lht-3:before {
        height: 450px !important;
    }
    body .content.lht-4:before {
        height: 450px !important;
    }
    body .content.lht-5:before {
        height: 450px !important;
    }
    .cta-btn.fill {
        color: white;
        background: #e96622;
        padding: 13px 9px;
        border: 1px solid !important;
        text-decoration: none;
    }
    .ebook-thumb, .member-photo, .news-thumb {    
        height: 300px !important;
        width: 300px !important;
    }
    .ebook-card .text p.book_title {
        height: 53px;
    }

}
@media only screen and (max-width: 992px){
    
    .nav-link.cta-btn {
        max-width: 120px;
        min-width: 120px;
        margin: 10px auto !important;
        margin-left: 0px !important;
    }
    .banner img {
        width: 60%;
        margin: auto;
        margin-bottom: 20px;
    }
    section#customers img {
        max-width: 70%;
    }
    .v-align {
        min-height: 0px;
    }
    .banner{
        padding:10px 0px 60px 0px; 
        min-height: 0px;       
    }   
    .banner .heading {
        margin: 35px auto;        
    }

    .banner .heading .title {
        font-size: 2em;
        font-weight: 600;
        line-height: 3rem;
    }
    .review-box {
        margin-bottom: 20px;
    }

    section img{

        max-width: 60%;
        margin: 20px auto;
    }
    section.reviews .row {
        max-width: 60%;
        margin: auto;
    }
    .review-box{
        min-height: 0px;
    }

   body .collapse.navbar-collapse{
        display: none !important;
        text-align: center; 
    }
    body .collapse.navbar-collapse.show {
        display: block !important;
    }
    div#navbarNavDropdown .c-align {
        text-align: left !important;
    }
    div#navbarNavDropdown .r-align {
        text-align: left;
    }
    li.nav-item a {
        margin: auto;
        margin-bottom: 10px;
        text-align: left;
    }   
    .mobile-hidden {
        display: none !important;
    }
    .mobile-visible{
        display: block !important;
    }
    .left-empty, .right-empty{
        width: 100px;
    } 
    .tech .sec-title{
        width:80%;
    }
    

}
@media only screen and (max-width: 769px) {
    .w-30{
        width: 30%;
    }
    .words-wrapper{
        height: auto !important;
    }
    .tech-logos{
        max-width: 100%;
    }
    .tech-logos img {
        max-width: 80%;
        margin: auto;
    }
    .ebook-thumb, .member-photo, .news-thumb {
        height: 300px !important;
        width: 300px !important;
        margin: auto !important;
    }
    .member-photo img{
        width: 100% !important;
    }
    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .accordion-item {
        transition: none;
        --bs-accordion-transition: none;
        --bs-accordion-btn-icon-transform: none;
        --bs-accordion-btn-icon-transition: none;
    }
    .accordion-button{
        transition:none;
    }
    .accordion-collapse {
        display: block !important;
        transition: none;
        height: auto;
    }
    .accordion-button::after{
        content:none;
    }
    section img, .sm-cards img, .csp img, #carouselsmart img, .banner .app+.mobile-visible{
        max-width: 100%;
    }
    
    .banner img{
       max-width: 100% !important;
    }
    .sm-cards-v2 img{
        width: 100% !important;
    }
    .tech .sec-title {
        width: 75%;
    }
    section.reviews .row {
        max-width: 90%;
        margin: auto;
    }   

    .g2-cap-reviews * {
        text-align: center !important;
    }
    
    .form-modal .modal-dialog{
        max-width:100%;
    }
    .demo-btn{
       margin: 20px auto 20px auto;
    }  
    
    section.pt-5 {
        padding-top: 1.5rem !important;
    }
    section.pb-5 {
        padding-bottom: 1.5rem !important;
    }
    section#customers img {
        width: 80% !important;
    }
    
    .sec-title {
        font-size: 1.5rem;
    }     
    
    .navbar-collapse {
        margin: 30px auto;
    }
    .foot-title1, .foot-title3, .foot-title2{
        margin-bottom:0px;
    }

  
}

  h2.blog-layout-title a {
   color: rgb(62, 62, 62) !important;
}


body.paperio-theme-option {
                color: #000000;
            }
.margin-fiftteen-top {
			    margin-top: 3% !important;
			}
			.socxo-blog-intro {
			    margin: 30px auto;
			    border: 1px solid lightgrey;
			    padding: 20px;
			    clear: both;
			    float: none;
			    /* background: lightgrey; */
			    box-shadow: -1px -1px 10px #0000000d;
                  color:black;
                
			}

/* section.main-slider {
    margin-top: 80px;
} */
.page-title-small {
    margin-top: 80px;
}
ul.nav.navbar-nav.navbar-right {
    margin-left: 20px;
}
.cta-btn {
    border: 1px solid #e96622 !important;
    min-width: 100px;
    text-align: center !important;
    border-radius: 5px;
    text-decoration: none;
    /* padding: 7px !important; 
  margin-top: 6px; */
    /* margin-right: 10px; */
    font-weight: 700 !important;
}
 .nav-link.cta-btn {
                padding: 5px;
            }
p {
    margin: 0 0 15px;
    font-size: 16px;
}
.navbar-default .navbar-nav li a {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
    color: black !important;
}
.navbar-nav{
    margin: auto;
}
.navbar {
    position: fixed;
    min-height: 80px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 1px 0px 10px rgb(0 0 0 / 21%);
    background: white;
}
.navbar .container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.dropdown-menu, .children, .menu-item-has-children .sub-menu{
    background:white;
}
.dropdown-menu > li > a, .children > li a, .menu-item-has-children .sub-menu li a{
    color:black;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background:white;
}
main {
    margin-top: 80px;
}
html {
    font-size: initial;
}
.search-form {
    border: 1px solid #e96622 !important;
    font-size: 14px;
    max-width: 150px;
    border-radius: 4px;
    margin-left: 20px;
}
.search-form input, .search-form button {
    border-radius: 5px;
    width: 100% !important;
}
input.search-field.form-control::placeholder {
    color: black;
    font-weight:bold;
}
.sidebar-style2 p.widget-title.font-weight-600.text-mid-gray.text-uppercase.title-border-right.no-background.margin-ten-bottom {
    font-size: 12px !important;
    top: -13px !important;
}
li.list-scroll{
    font-weight:bold;
}
.blog .owl-slider .item a.btn:hover {
    color: white !important;
}
.mfp-content form {
    background: none;
}
.request-form-fields {
    padding: 5px 0;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 5px;
    /* background: rgb(247,203,180); */
    /* background: -moz-radial-gradient(circle, rgba(247,203,180,1) 0%, rgba(255,255,255,1) 50%, rgba(247,203,180,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(247,203,180,1) 0%, rgba(255,255,255,1) 50%, rgba(247,203,180,1) 100%);
    background: radial-gradient(circle, rgba(247,203,180,1) 0%, rgba(255,255,255,1) 50%, rgba(247,203,180,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7cbb4",endColorstr="#f7cbb4",GradientType=1);
}
.request-form-fields input, .request-form-fields select, .request-form-fields textarea {
    margin-bottom: 15px;
    font-size: 14px;
    color: black !important;
    padding: 0px 12px;
    border: 0.5px solid lightgrey;
    background-color: white;
    border-radius: 5px !important;
    width: 100%;
    min-height: 42px !important;
    -webkit-appearance: none;
}
.request-form-fields input[type='submit'] {
    max-width: 150px;
    min-width: 150px;
    background: #e96622;
    color: white !important;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    min-height: 42px !important;
    text-transform: uppercase;
}
.checkbox label {
    font-size: 12px !important;
}
.mfp-content form#new-pricing-form button.mfp-close {
    width: 32px !important;
    height: 32px !important;
    line-height: 31px !important;
    position: absolute !important;
    right: -10px !important;
    top: -10px !important;
    background-color: white !important;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: black !important;
    font-size: 20px;
}
.request-form-fields b{
    font-weight:normal;
}
.ads-wrapper {
    text-align: center;
}
.cookie-popup .readmore{
    font-weight:normal;
}
#note p {
    font-size: 15px;
}
@media only screen and (min-width: 1680px) {
    p,main li {
        font-size: 18px;
    }
    .navbar-brand {   
        padding: 7px !important;
    }
    .navbar-default .navbar-nav li a, footer#footer * {
        font-size: 16px !important;
    }
    .paperio-breadcrumb-settings li a, .tagcloud a, .sidebar-style2 p.widget-title.font-weight-600.text-mid-gray.text-uppercase.title-border-right.no-background.margin-ten-bottom {
        font-size: 14px !important;
    }
    foot-title1, .foot-title3, .foot-title2 {
        font-size: 16px !important;
    }
    .search-form{
        margin-left: 16px;
    }
    .nav>li>a{
        padding: 10px 10px 
    }
    .post-content .btn-very-small{
        font-size:14px;
    }
    .cookie-popup p {
   
        font-size: 16px !important;
    }
    

}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media only screen and (max-width: 1368px) {
    .search-form {
        width:130px;
    }
    p,main li, body.paperio-theme-option {

        font-size: 14px;
    }

    .blog-single-page-title, .paperio-theme-option .blog-single-page-title {
    font-size: 1.6em;
    }

    h2 {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
    h3{
       font-size: 1.3em; 
    }
    .navbar.bg-light .nav-link, a.dropdown-item, footer a, footer .foot-title1, footer .foot-title2, #note p, .copy-right p {
        font-size: 13px !important;
    }
   

}
@media (max-width: 991px){
    body.paperio-theme-option, .post-content p {
        font-size: 14px!important;
    }
    .post-content h2 a {
        line-height: normal!important;
        font-size: 18px;
    }
    .navbar-default .navbar-form {
        position: static;
        float: none;
        margin: 10px auto 10px 14px;
        height: 38px;
        display: flex;
        align-items: end;

    }
    .navbar-default .navbar-collapse{
        top: 60px;    
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .megamenu > li ul > li > a:hover, .megamenu.disabled > a, .megamenu.disabled > a:hover, .megamenu.disabled > a:focus, .header-main .navbar-nav li a.dropdown-toggle:hover, .header-style-2 .navbar-nav li a.dropdown-toggle:hover{
        color: black !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 0px;
    }
    ul.nav.navbar-nav.navbar-right{
        float:none;
        margin:auto;
    }
    a.nav-link.cta-btn {
        max-width: 150px;
        margin: 10px auto 10px 14px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    .navbar-header {
        float: none;
        width: 100%;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
        margin: auto;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        padding: 30px 10px;
    }

}

@media (max-width: 767px){
    section.main-slider+section, .navbar-fixed-top+section {
        margin-top: 100px;
    }
    .paperio-breadcrumb-navigation ul a{
        font-size: 11px;
    }
}
.blog-slider-section {
    padding: 40px 0;
}
.blog-slider .slider-item {
    position: relative;
}
.blog-slider .slider-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.blog-slider .slider-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    border-radius: 5px;
}
.blog-post {
    margin-bottom: 30px;
}
.blog-post .post-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.subscribe-widget input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.subscribe-widget button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item.blog-article{
    position: relative;
  }

  .item.blog-article .hero-blog-content {
    position: absolute;
    z-index: 99;
    top: 0px;
    bottom: 0px;
    padding: 30px;
    background: rgb(0 0 0 / 40%);
    color: white;
  }
  .item.blog-article .heading-text a {
    color: white;
  }
  .widget ul{
    padding-inline-start: 0px !important;
  }
  .widget ul li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    border: 1px solid #322b3c;
    padding: 4px;
    margin-bottom:5px;
  }
  .widget ul li a {
    text-decoration: none;
    color: black;
    font-size: small;
    padding: 5px;
}
  div#sidebar ul *{
      list-style: none;
      font-size: large;
  }
.post-section {
    padding: 20px;
    box-shadow: -1px 1px 10px rgb(0 0 0 / 14%);
    border-radius: 10px;
    margin: 2px;
}
.post-section p, .post-section li {
    font-size: 1.1em;
    line-height: 1.8;
}

aside#sidebar {
    padding: 20px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin-left:20px;
}
.pagination.mt-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.next.page-numbers, a.prev.page-numbers {
    width: 100px;
}
.pagination .current {
    background: black;
    color: white !important;
}
.pagination .current, .pagination .page-numbers {
    border: 1px solid black;
    padding: 15px 20px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
}
  #blogpost-slider .item{
    min-height:600px;
  }
  .owl-dots {
    display: none;
}
.owl-nav {
    position: relative;
    /* margin-top: -35px !important; */
    z-index: 99;
}

 .owl-nav button.owl-prev span, .owl-nav button.owl-next span{
    font-size: 30px;
    float: none;
    padding: 22px 30px !important;
    border-bottom: 3px solid black;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
    color: #232323;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    outline: none;
}
  .cover-background {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative
}
.btn.btn-small {
    font-size: 12px;
    padding: 7px 18px 7px;
}
a.btn.btn-small.btn-white.text-uppercase.alt-font:hover {
    color: white !important;
    border: 1px solid white !important;
    background: rgb(0 0 0 / 15%);
}
.outer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    padding: 0 20px;
}
.opacity-medium-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
    top: 0;
    left: 0;
}
.overlay-layer {
    opacity: 0.3;
}
.overlay-layer {
    background: #1c1c1c;
}
.owl-slider-style1 .middle {
    width: 70%;
    margin: 0 auto;
}
.middle {
    display: table;
    height: 100%;
    width: 100%;
}
.inner {
    display: table-cell;
    vertical-align: middle;
}
.banner-content-one {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
.slide-item-3 .title-extra-large {
    font-size: 24px;
    line-height: 28px;
    min-height:120px;
}
.title-extra-large {
    font-size: 24px;
    line-height: 28px;
}
.text-link-white.featured-style-title-link {
  color: white;
  text-decoration: none;
  font-size: x-large;
  font-weight: 600;
}
.btn-white {
    background: #fff;
    border: 2px solid #fff;
    color: #000 !important;
}
.btn {
    border-radius: 0;
    padding: 6px 10px;
    letter-spacing: 1px;
    box-shadow: none;
    font-weight: 600;
}

h2.mb-4.fw-bold.heading-text {
    text-decoration: none;
    color: black;
    font-size: x-large;
}
.post-content {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    left: 0;
    margin: 6% 0 0 -4%;
    padding: 45px;
    position: relative;
    right: 0;
    top: 0;
    width: 54%;
    z-index: 0;
}
.post-date {
    position: absolute;
    /* top: 49px; */
    left: 0;
    background: #ffffff;
    padding: 10px 25px 15px;
    z-index: 9;
}
a.btn.btn-secondary.text-uppercase.btn-very-small {
    background: none;
    color: black;
    border: 1px solid black;
     font-size: 11px;
    padding: 5px 14px;
}
.row.hero-blog-section.mt-5 .col-lg-6 {
    position: relative;
}
  .col-md-9.col-sm-8.col-xs-12.padding-right-35.sm-padding-right-15.blog-listing-style1 {
                    margin-top: 20px;
                }
                #capShareAnchorTag{
                    display:none;
                }
                .referral-webhook-data {
                    margin-top:20px;
                }
                .referral-webhook-data .cap_link_cta {
                    border: 1px solid rgb(237 104 35);
                    padding: 10px;
                    border-radius: 5px;
                    background: rgb(237 104 35);
                    color: white;
                    font-size: small;
                }
                .referral-webhook-data ul li {
                    border: 0px;
                    list-style-type: none;
                    background: transparent;

                }
                .referral-webhook-data ul li:after{
                    content:none;
                }       
                .card.referral-webhook-data ul {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .card.referral-webhook-data i {
                    margin-right: 10px;
                }
                .blog-intro{
                    margin:20px auto;
                }
.sidebar-optin-box label.error {
    position: static !important;
}
	.sidebar-optin-box input {
    margin: 0px 0 10px 0 !important;
}


            a.middle-download {
                display: block;
                margin: auto;
                margin-top: 20px;
                max-width: 170px;
            }

            .sidebar-style2 p.widget-title {
                text-align: center;
                font-size: 13px !important;
                top: -10px !important;
                position: absolute;
                left: 0;
                right: 0;
                background: white;
                display: block;
                max-width: 80%;
                margin: auto auto 20px auto;
                font-weight: bold;
            }

            .theme-custom-color blockquote.blog-image:before,.theme-custom-color .owl-slider-style-4 .banner-content::before,.theme-custom-color .content-area p a,.theme-custom-color .social-icon-fa,.theme-custom-color .arrow-pagination .owl-prev:hover,.theme-custom-color .arrow-pagination .owl-next:hover,.theme-custom-color .sidebar-style3 h5 span::before,.theme-custom-color .breadcrumb-style-1 .breadcrumb > li > a:focus,.theme-custom-color .pagination-style-1 .pagination > li > a:hover,.theme-custom-color .pagination-style-1 .pagination > li > span:focus,.theme-custom-color .pagination-style-1 .pagination > li > span:hover,.theme-custom-color .breadcrumb-style-1 .breadcrumb li a:hover,.theme-custom-color .separator:after,.theme-custom-color .separator:before,.theme-custom-color .breadcrumb-style-1 .breadcrumb > li > a:focus,.theme-custom-color .pagination-style-1 .pagination > li > a:hover,.theme-custom-color .pagination-style-1 .pagination > li > span:focus,.theme-custom-color .pagination-style-1 .pagination > li > span:hover,.theme-custom-color .owl-next-prev-arrow-style3 .owl-nav button.owl-prev:hover,.theme-custom-color .owl-next-prev-arrow-style3 .owl-nav button.owl-next:hover,.theme-custom-color .header-main .navbar-nav > li a.dropdown-toggle:after,.theme-custom-color .header-main .paperio-default-menu > li a:after,.theme-custom-color .text-color,.theme-custom-color .sidebar-style1 .follow-box li a,.theme-custom-color .about-three-box i,.theme-custom-color .about-content-box span {
                color: #000000
            }

            .theme-custom-color .sidebar-style3 .follow-box li a:hover,.theme-custom-color .page-title-small h2::before,.theme-custom-color .sidebar-style2 .follow-box li a:hover,.theme-custom-color .owl-next-prev-arrow-style4 .owl-buttons div:hover,.theme-custom-color .background-color,.theme-custom-color .owl-next-prev-arrow-style1 .owl-nav button:hover,.theme-custom-color .btn-color,.theme-custom-color .right-separator::before,.theme-custom-color .sidebar-style4 .follow-box li a:hover {
                background: #000000;
            }

            .theme-custom-color .blog-listing-style7:hover .banner-content,.theme-custom-color .promo-area-style2 .promo-border p:before,.theme-custom-color .sidebar-style3 .follow-box li a:hover,.theme-custom-color .owl-next-prev-arrow-style1 .owl-nav button,.theme-custom-color .owl-next-prev-arrow-style4 .owl-buttons div:hover {
                border-color: #000000;
            }

            .theme-custom-color .header-border,.theme-custom-color .title-border-right::after,.theme-custom-color .title-border-center span:before,.theme-custom-color .title-border-center span:after,.theme-custom-color .border-footer {
                border-color: rgba(0,0,0,0.2);
            }

            .theme-custom-color a:hover,.theme-custom-color a:focus,.theme-custom-color .header-main .nav > li:hover > a,.theme-custom-color .header-main .nav > li > a:focus,.theme-custom-color .nav > li > a:hover,.theme-custom-color .header-style-2 .navbar-nav > li a.dropdown-toggle:after,.theme-custom-color .breadcrumb-style-1 .breadcrumb li a:hover,.theme-custom-color .text-link-light-gray:hover,.theme-custom-color .text-link-white:hover,.theme-custom-color .widget_categories li ul.children li a:hover,.theme-custom-color .widget_categories li ul.children li a:focus {
                color: #000000;
            }

            body {
                font-family: Montserrat,sans-serif;
            }

            .alt-font,.mfp-title,h1,h2,h3,h4,h5,h6,.breadcrumb-style-1 .breadcrumb li,.site-footer .tagcloud a,#success,.paperio-default-menu li {
                font-family: Montserrat,sans-serif;
            }

            .input-group-btn .fa-search {
                color: #e87635;
            }

            .navbar-default .navbar-nav li a {
                text-transform: uppercase;
            }

            .overlay-layer {
                background: #1c1c1c;
            }

            .overlay-layer {
                opacity: 0.3;
            }

            .featured-style-title a {
                color: #ffffff;
            }

            .featured-style-title a.featured-style-title-link:hover {
                color: #eeee22;
            }

            .blog .owl-slider .item a.btn {
                color: #000000!important;
            }

            .blog .owl-slider .item a.btn:hover {
                color: #dd9933!important;
            }

            .blog .owl-slider .item a.btn:hover {
                background: #000000;
            }

            .paperio-theme-option .widget-title {
                font-size: 18;
            }

            .blog-single-page-title,.paperio-theme-option .blog-single-page-title {
                font-size: x-large;
            }

            .entry-content p a,.entry-content a {
                color: #1e73be;
            }

            .entry-content p a:hover,.entry-content a:hover {
                color: #000000;
            }

            body.paperio-theme-option {
                font-size: 16px;
            }

            body.paperio-theme-option {
                line-height: 1.7;
            }

            body.paperio-theme-option {
                background: #ffffff;
            }

            

            .footer-bg {
                background: #f7f7f7;
            }
            .sidebar-optin-box label.error {
    position: static !important;
}
	.sidebar-optin-box input {
    margin: 0px 0 10px 0 !important;
}

	a#cap_link {
    background: #f1612c;
    padding: 10px;
    margin: 20px auto;
    display: inline-block;
    color: white !important;
    border-radius: 5px;
}

.theme-custom-color a{color: #3e3e3e;}

.theme-custom-color a:hover{color: #000000;}

 .post-date-style1 strong {position: relative;padding-right: 20px; margin-right: 5px;}
.post-date-style1 strong::before

 {
    content: "/";
    position: absolute;
    right: 0px;
    bottom: -5px;
    font-size: 12px;
}

.background-color {
    background: #000000;
}
.tagcloud a {
    color: black !important;
}

  h2.archive-layout-title,
h2.archive-layout-title a {
    color:#3e3e3e!important;
}

h2.archive-layout-title,
h2.archive-layout-title a:hover {
    color:#000000!important;
}

.blog-single-page-meta-link {
    color: #000 !important;
}

.arrow-hide,
.arrow-hide span {
    color: #000 !important;
}


ul.wp-block-list li a {
    font-size: 16px !important;
    line-height: 1.7 !important;
    display: inline-block; 
}


	