
@media screen and (max-width: 768px) {

    #contact-us {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        padding: 0.533rem 0.8rem !important;
    }
}
.custom-bg-color-blue-1 {
    background-color: #0749ab;
}

.min-h250 {
    min-height: 250px !important;
}
html .featured-box-primary-cus h4 {
    color: #0052CC !important;
}
.dropdown-item{
    cursor:pointer !important;
}

.labelDark {
    cursor: pointer !important;
}

.a-service-carosal {
    width: 70px !important;
    height: 70px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

h4 {
    font-size: 1.4em;
    font-weight: 100 !important;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.custom-icon-style-a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #CCC;
    border-radius: 7px;
    transform: rotate(45deg);
    z-index: 0;
    transition: ease background 300ms;
}
.custom-element-wrapper.custom-element-11:before {
    display: block;
    content: "";
    position: absolute;
    top: 40px;
    left: 90px;
    background: #0052CC;
    border-radius: 25px;
    width: 60%;
    height: 100%;
    z-index: -1;
}

.labelDark {
    color: black;
    padding-left: 10px;
}

.home-concept .process-image2 img {
    /* border-radius: 150px; */
    margin: 7px 8px;
    width: auto;
    height: auto;
     max-width: 145px; 
    max-height: 145px;
}
.home-concept .process-image3 img {
    /* border-radius: 150px; */
    margin: 7px 8px;
    width: auto;
    height: auto;
    max-width: 330px;
    max-height: 330px;
}
.toggleServiceDetails{display:none; }

.toggleService {
    cursor: pointer
}
.cursor-pointer {
    cursor: pointer !important;
}

label.text-color-light {
    cursor: pointer;
}

.width100 {
    width: 200px !important;
}
.width100 {
    width: 100px !important;
}
.width50{
    width:50px !important;
}
.width40 {
    width: 40px !important;
}
.width25 {
    width: 25px !important;
}
.width35 {
    width: 35px !important;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #0088CC;
}

body::-webkit-scrollbar-thumb {
    background-color: #0088CC;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #252932;
}

.custom-dots-svg i::before {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/particle-dot.svg);
    z-index: 0;
    -webkit-mask-size: 18px;
    background-color: #0052cc;
    opacity: .3;
}

.icon-background65 {
    background-repeat: no-repeat;
    background-origin: border-box;
    background-position: center;
    background-size: 65px;
}


.custom-dots-svg i::before {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/particle-dot.svg);
    z-index: 0;
    -webkit-mask-size: 18px;
    background-color: #0052cc;
    opacity: .3;
}
.margin0Auto {
margin: 0 auto !important;
}
.text-left{
    text-align:left !important;
}
.text-right {
    text-align: right !important;
}

.img-white {
    filter: brightness(0) invert(1);
}
.img-dark {
    filter: brightness(1) invert(0);
}

.porto-icon-grid:before {
    content: "\e880";
}

.featured-boxes-full .featured-box-full-indigo {
    background-color: #a859e3;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-yellow {
    background-color: #f3d12b;
    color: #FFF;
}
.featured-boxes-full .featured-box-full-lightgreen {
    background-color: #00cc94;
    color: #FFF;
}

html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
    color: #0088CC;
}

html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
    color: #e36159;
}

html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
    color: #2BAAB1;
}

html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
    color: #383f48;
}

html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
    color: #212529;
}

html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
    color: #FFF;
}

html .countdown.countdown-primary > span > span {
    color: #0088CC;
}

html .countdown.countdown-secondary > span > span {
    color: #e36159;
}

html .countdown.countdown-tertiary > span > span {
    color: #2BAAB1;
}

html .countdown.countdown-quaternary > span > span {
    color: #383f48;
}

html .countdown.countdown-dark > span > span {
    color: #212529;
}

html .countdown.countdown-light > span > span {
    color: #FFF;
}

html .image-hotspot-primary strong {
    color: #FFF !important;
}

html .image-hotspot-primary .circle {
    background: #0088CC !important;
}

html .image-hotspot-primary .ring {
    border-color: rgba(0, 136, 204, 0.9);
}

html .image-hotspot-secondary strong {
    color: #FFF !important;
}

html .image-hotspot-secondary .circle {
    background: #e36159 !important;
}

html .image-hotspot-secondary .ring {
    border-color: rgba(227, 97, 89, 0.9);
}

html .image-hotspot-tertiary strong {
    color: #FFF !important;
}

html .image-hotspot-tertiary .circle {
    background: #2BAAB1 !important;
}

html .image-hotspot-tertiary .ring {
    border-color: rgba(43, 170, 177, 0.9);
}

html .image-hotspot-quaternary strong {
    color: #FFF !important;
}

html .image-hotspot-quaternary .circle {
    background: #383f48 !important;
}

html .image-hotspot-quaternary .ring {
    border-color: rgba(56, 63, 72, 0.9);
}

html .image-hotspot-dark strong {
    color: #FFF !important;
}

html .image-hotspot-dark .circle {
    background: #212529 !important;
}

html .image-hotspot-dark .ring {
    border-color: rgba(33, 37, 41, 0.9);
}

html .image-hotspot-light strong {
    color: #777 !important;
}

html .image-hotspot-light .circle {
    background: #FFF !important;
}

html .image-hotspot-light .ring {
    border-color: rgba(255, 255, 255, 0.9);
}

.icon-featured {
    background-color: #0088CC;
}

html .featured-box-primary .icon-featured {
    background-color: #0088CC;
}

html .featured-box-primary h4 {
    color: #0088CC;
}

html .featured-box-primary .box-content {
    border-top-color: #0088CC;
}

html .featured-box-primary .box-content-border-bottom {
    border-bottom-color: #0088CC;
}

html .featured-box-secondary .icon-featured {
    background-color: #e36159;
}

html .featured-box-secondary h4 {
    color: #e36159;
}

html .featured-box-secondary .box-content {
    border-top-color: #e36159;
}

html .featured-box-secondary .box-content-border-bottom {
    border-bottom-color: #e36159;
}

html .featured-box-tertiary .icon-featured {
    background-color: #2BAAB1;
}

html .featured-box-tertiary h4 {
    color: #2BAAB1;
}

html .featured-box-tertiary .box-content {
    border-top-color: #2BAAB1;
}

html .featured-box-tertiary .box-content-border-bottom {
    border-bottom-color: #2BAAB1;
}

html .featured-box-quaternary .icon-featured {
    background-color: #383f48;
}

html .featured-box-quaternary h4 {
    color: #383f48;
}

html .featured-box-quaternary .box-content {
    border-top-color: #383f48;
}

html .featured-box-quaternary .box-content-border-bottom {
    border-bottom-color: #383f48;
}

html .featured-box-dark .icon-featured {
    background-color: #212529;
}

html .featured-box-dark h4 {
    color: #212529;
}

html .featured-box-dark .box-content {
    border-top-color: #212529;
}

html .featured-box-dark .box-content-border-bottom {
    border-bottom-color: #212529;
}

html .featured-box-light .icon-featured {
    background-color: #FFF;
}

html .featured-box-light h4 {
    color: #FFF;
}

html .featured-box-light .box-content {
    border-top-color: #FFF;
}

html .featured-box-light .box-content-border-bottom {
    border-bottom-color: #FFF;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #0088CC;
    color: #0088CC;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2BAAB1;
    color: #2BAAB1;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #FFF;
    color: #FFF;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #0088CC;
    color: #0088CC;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2BAAB1;
    color: #2BAAB1;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #FFF;
    color: #FFF;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #0088CC;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #212529;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #0088CC;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #212529;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #0088CC;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #212529;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

.featured-boxes-modern-style-primary .featured-box {
    background: #0088CC;
    background: linear-gradient(135deg, #0088CC 0%, #383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#383f48', GradientType=1);
}

.featured-boxes-modern-style-secondary .featured-box {
    background: #e36159;
    background: linear-gradient(135deg, #e36159 0%, #383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36159', endColorstr='#383f48', GradientType=1);
}

.featured-boxes-modern-style-tertiary .featured-box {
    background: #2BAAB1;
    background: linear-gradient(135deg, #2BAAB1 0%, #383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1);
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #0088CC;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #e36159;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #2BAAB1;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #383f48;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #212529;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #FFF;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #0088CC;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #0088CC !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #e36159;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #e36159 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #2BAAB1;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #2BAAB1 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #383f48;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #383f48 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #212529;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #212529 !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #FFF;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #FFF !important;
}

.feature-box .feature-box-icon {
    background-color: #0088CC;
}

html .feature-box-primary .feature-box-icon {
    background-color: #0088CC;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #e36159;
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #2BAAB1;
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #383f48;
}

html .feature-box-dark .feature-box-icon {
    background-color: #212529;
}

html .feature-box-light .feature-box-icon {
    background-color: #FFF;
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #0088CC;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
    color: #0088CC;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
    color: #e36159;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #0088CC;
}

    .feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
    .feature-box.feature-box-style-3 .feature-box-icon .icons {
        color: #0088CC;
    }

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #0088CC;
}

    html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
    html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
        color: #0088CC;
    }

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #e36159;
}

    html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"],
    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
        color: #e36159;
    }

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #2BAAB1;
}

    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
        color: #2BAAB1;
    }

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #383f48;
}

    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"],
    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
        color: #383f48;
    }

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #212529;
}

    html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
    html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
        color: #212529;
    }

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #FFF;
}

    html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
    html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
        color: #FFF;
    }

.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
    color: #0088CC;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
    color: #0088CC;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
    color: #e36159;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
    color: #0088CC;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
    color: #0088CC;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
    color: #e36159;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
    color: #FFF;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
    color: #0088CC;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
    color: #e36159;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
    color: #FFF;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
    background-color: #006699;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #0077b3;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #0088CC;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #0099e6;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #00aaff;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #1ab2ff;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #0088CC;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #e36159;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #2BAAB1;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #383f48;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #212529;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #FFF;
    color: #777;
}
div.white-background-op4:hover,
div.white-background-op4:focus,
div.white-background-op4:active {
    background-color: hsl(0deg 0% 0%);
    padding: 10px;
    cursor: pointer;
}