﻿.salespreview > span {
    font-size: 1.1rem;
    padding-top: 1rem;
}

.salespreview {
    border: 1px solid #3d1a6f;
    box-shadow: 0 4px 8px rgba(61,26,111, 0.4), 0 6px 20px rgba(61,26,111, 0.3);
    text-align: center;
    cursor: pointer;
    min-height: 11em;
    padding-top: 1em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    cursor: pointer; /* Changes the cursor to indicate interactivity */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for effects */
}

    .salespreview:hover {
        transform: scale(1.05); /* Slightly enlarges the image on hover */
        box-shadow: 0 4px 8px rgba(61,26,111, 0.5), 0 6px 20px rgba(61,26,111, 0.5);
    }

.salesitem > a {
    text-decoration: none;
    color: #3d1a6f;
}

.nav-pills .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.google-review-badge{
    text-align:center;
}
.google-review-link {
    color: white;
    font-weight: 400
}
    .google-review-link > a {
        color: white;
        text-decoration: none;
    }
.google-rating {
    color: white;
    font-weight: 800
}
.btn-sm {
    padding: .25rem .4rem !important;
    font-size: .875rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}

.pophome-image {
    width: 100%; /* Adjust width as needed */
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for effects */
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
    /*  cursor: pointer; Changes the cursor to indicate interactivity */
}

    .pophome-image:hover {
        /*   transform: scale(1.05);  */
    }

.fa-duotone {
    max-width: 60px;
}

.video-responsive {
    position: relative;
    padding-top: 56.2%;
    height: 0;
    overflow: hidden;
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
    margin: 0 auto; /* Center the video container */
    max-width: 100%;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.bhvideo-responsive {
    position: relative;
    padding-top: 35.6%; /* 550/1544 = 0.356, keeping the aspect ratio */
    height: 0;
    overflow: hidden;
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
    margin: 0 auto; /* Center the video container */
    max-width: 100%;
}

    .bhvideo-responsive iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }


.yt-video-responsive {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
    margin: 0 auto; /* Center the video container */
    max-width: 100%;
}

    .yt-video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hometext {
    font-weight: 400 !important;
    font-size: 1.1em !important;
}

.hometexthd {
    font-weight: 500 !important;
    font-size: 1.2em !important;
    line-height: normal !important
}
@media all and (max-width: 1200px) {
    .promoiconstable {
        padding-bottom: 4em !important;
    }
}
/*Hover effect for Nav Bar --- MOBILE */
@media all and (max-width: 575px) {





    .promoiconstable {
        padding-bottom: 2rem !important;
    }



    .mobiletext-left {
        text-align: left !important;
    }

    .mobiletext-center {
        text-align: center !important;
    }
}
.promoiconstable {
    padding-bottom: 2.5em;
    display: flex;
}

.promoicon {
    padding-right: .5em;
    font-size: 3rem;
    color: #fdb913;
}

.promoicontext {
    position: relative;
    color: #3d1a6f !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    padding-left: 1rem;
}
.mediacastbackground {
    background: #3d1a6f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d1a6f), color-stop(100%,#170a29 ));
    background: -webkit-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
    background: -moz-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
    background: -ms-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
    background: -o-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
    background: linear-gradient(to bottom, #3d1a6f 0%, #170a29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1a6f', endColorstr='#170a29',GradientType=0 );
    background-attachment: fixed;
}

.mediacastfooter,
.mediacastfooter a {
    font-size: 16px;
    color: rgba(34,34,34,0.65);
    letter-spacing: 0.4px;
    line-height: 1.8em;
    text-align: left;
}
.mediacastfooter a:hover {
    text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(253, 185, 19), rgb(237, 23, 76), rgba(125,29,97));
}

.sitemap {
    padding-bottom: 1.5rem;
}

.sitemap h6 {
    color: #3d1a6f;
}

.sitemap a {
    color: rgba(34,34,34,0.65);
}

.sitemap a:hover {
    color: #ed174c;
    text-decoration: none;
}

.text-gray {
    color: rgba(34,34,34,0.65);
}

.btn-rnd {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    padding-top: 75px;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
}

.btn-rnd-lg {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    padding-top: 55px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.btn-rnd-md {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    padding-top: 35px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.btn-rnd-sm {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding-top: 30px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
/* Hover state - trigger effect */

.btn-rnd:hover,
.btn-rnd-md:hover,
.btn-rnd-lg:hover {
    opacity: .8;
    top: -30%;
    left: -30%;
    color: white;
}

.btn-mcyellow {
    color: #ffffff;
    background-color: #fdb913;
    border-color: #fdb913;
}

.btn-mcred {
    color: #ffffff;
    background-color: #ed174c;
    border-color: #ed174c;
}

.btn-mcpurple {
    color: #ffffff;
    background-color: #7d1d61;
    border-color: #7d1d61;
}

.btn-mcyellow:hover,
btn-mcred:hover,
btn-mcpurple:hover {
    opacity: .8;
}

.bubblepad {
    padding-bottom: 50px;
}
.yellow {
    color: #fdb913;
}
.red {
    color: #ed174c;
}
.purple {
    color: #7d1d61;
}
.darkpurple {
    color: #3d1a6f;
}
.white {
    color: #ffffff;
}
.bg-yellow {
    background-color: #fdb913;
}
.bg-yellow-opacity {
    background: rgba(253,185,19, 0.6);
}
 
.bg-red {
    background-color: #ed174c !important;
}
.bg-purple {
    background-color: #7d1d61 !important;
}
.bg-darkpurple {
    background-color: #3d1a6f;
}
.rndbtn-clear-purple {
    color: #3d1a6f;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #3d1a6f;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    overflow:hidden;
    background-color:transparent;
}
    .rndbtn-clear-purple:hover {
        background-color: #3d1a6f;
        color: #fff;
        text-decoration:none;
    }

    .rndbtn-clear-purple:focus {
        outline: none;
    }
    .rndbtn-clear-purple:active {
        outline: none;
    }

.rndbtn-clear-red {
    color: #ed174c;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #ed174c;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
}

    .rndbtn-clear-red:hover {
        background-color: #ed174c;
        color: #fff;
        text-decoration: none;
    }

    .rndbtn-clear-red:focus {
        outline: none;
    }

    .rndbtn-clear-red:active {
        outline: none;
    }
.btn-workrnd {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    overflow: hidden;
    text-align: center;
}

.rndbtn-clear-yellow:focus {
    outline: none;
}

.rndbtn-clear-yellow:active {
    outline: none;
}

.rndbtn-clear-yellow {
    color: #fdb913;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #fdb913;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    background-color: transparent;
    overflow: hidden;
}

    .rndbtn-clear-yellow:hover {
        background-color: #fdb913 !important;
        color: #3d1a6f !important;
        text-decoration: none;
    }

    .rndbtn-clear-yellow:focus {
        outline: none;
    }

    .rndbtn-clear-yellow:active {
        outline: none;
    }


.rndbtn-filled-yellow {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #fdb913;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    background-color: #fdb913;
    overflow: hidden;
    width: 120px !important;
    margin-bottom: 40px;
}

    .rndbtn-filled-yellow:hover {
        background-color: #fdb913;
        color: #fff;
        text-decoration: none;
        opacity:0.8
    }

    .rndbtn-filled-yellow:focus {
        outline: none;
    }

    .rndbtn-filled-yellow:active {
        outline: none;
    }


.rndbtn-filled-red {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #ed174c;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    background-color: #ed174c;
    overflow: hidden;
    width: 120px !important;
    margin-bottom: 40px;
}

    .rndbtn-filled-red:hover {
        background-color: #ed174c;
        color: #fff;
        text-decoration: none;
        opacity: 0.8
    }

    .rndbtn-filled-red:focus {
        outline: none;
    }

    .rndbtn-filled-red:active {
        outline: none;
    }

.rndbtn-filled-purple {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #7d1d61;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    background-color: #7d1d61;
    overflow: hidden;
    width: 120px !important;
    margin-bottom: 40px;
}

.rndbtn-filled-purple {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #7d1d61;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    background-color: #7d1d61;
    overflow: hidden;
    /*   width: 120px !important;*/
    margin-bottom: 40px;
}

    .rndbtn-filled-purple:hover {
        background-color: #7d1d61;
        color: #fff;
        text-decoration: none;
        opacity: 0.8
    }

    .rndbtn-filled-purple:focus {
        outline: none;
    }

    .rndbtn-filled-purple:active {
        outline: none;
    }


.rndbtn-filled-darkpurple {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #3d1a6f;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    background-color: #3d1a6f;
    overflow: hidden;
    width: 120px !important;
    margin-bottom: 40px;
}

    .rndbtn-filled-darkpurple:hover {
        background-color: #3d1a6f;
        color: #fff;
        text-decoration: none;
        opacity: 0.8
    }

    .rndbtn-filled-darkpurple:focus {
        outline: none;
    }

    .rndbtn-filled-darkpurple:active {
        outline: none;
    }


.widebtn{
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.btn-wd {
    width: 220px !important;
}
.btn-workrnd {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 500;
    width: 300px !important;
    text-align: center;
}
    .btn-workrnd:hover {
        text-decoration: none;
        color:white;
        opacity:0.9;
    }

.btn-workrnd-noborder {
    border: 0px;
}



.yellow .image_hover {
    background-color: #fdb913 !important
}

.pink .image_hover {
    background-color: #ed174c !important
}
.red .image_hover {
    background-color: #ed174c !important
}
.purple .image_hover {
    background-color: #7d1d61 !important
}
.darkpurple .image_hover {
    background-color: #3d1a6f !important
}
.maintext h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2em;
}

.promotext {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
}




    .CTtext {
        font-weight: 400;
        font-size: 1.5em;
        line-height: 1.6em;
    }

    .CTtext2 {
        font-weight: 400;
        font-size: 2em;
        line-height: 2.2em;
    }

    .CTtext3 {
        font-weight: 600;
        font-size: 4em;
        line-height: 1.25em;
    }

    .CTtext4 {
        font-weight: 600;
        font-size: 2.5em;
        line-height: 1.25em;
    }
@media all and (max-width: 600px) {
    .CTtext3 {
        font-weight: 600;
        font-size: 3em;
        line-height: 1em;
    }

    .CTtext4 {
        font-weight: 600;
        font-size: 2em;
        line-height: 1em;
    }
}
    .countertext {
        font-weight: 700;
        font-size: 1em;
        color: #3d1a6f;
    }

    .smallplaybtn {
        position: absolute;
        top: 45%;
        left: 0%;
    }

    .commstoolloginpanel {
        background-image: url('../images/broadcast-image.jpg');
        width: 100%; /*or 70%, or what you want*/
        height: 100%; /*or 70%, or what you want*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    @media only screen and (min-width:30px) {
        .commstoolloginpanelcreds {
            background-color: #ccc;
            opacity: 0.9;
            height: 300px;
            top: 25%;
            left: 2%;
            width: 320px;
            position: absolute;
        }
    }

    @media only screen and (min-width:768px) {
        .commstoolloginpanelcreds {
            background-color: #ccc;
            opacity: 0.9;
            height: 300px;
            top: 25%;
            left: 10%;
            width: 350px;
            position: absolute;
        }
    }

    @media only screen and (min-width:1500px) {
        .commstoolloginpanelcreds {
            background-color: #ccc;
            opacity: 0.9;
            height: 300px;
            top: 25%;
            left: 30%;
            width: 500px;
            position: absolute;
        }
    }

    .workitemlogos {
        max-width: 150px;
        height: 150px;
        padding: 9px 5px 9px 5px;
    }

    @media only screen and (min-width:981px) {
        .countertext {
            font-weight: 700;
            font-size: 2em;
            color: #3d1a6f;
        }
    }

    .heavytext {
        font-weight: 400;
        font-size: 20px;
    }


    /*Hover effect for Nav Bar --- MOBILE */
    @media all and (max-width: 575px) {
        .mobile-hidden {
            display: none;
        }

        .mobiletext-left {
            text-align: left !important;
        }

        .mobiletext-center {
            text-align: center !important;
        }
    }

    @media all and (max-width: 1011px) {
        .dropdown-menu {
            border: 1px solid #fdb913;
        }



        .smallpadding {
            padding-left: 20%;
        }

        .smallplaybtn {
            left: 20%;
        }

        h1, .h1 {
            font-size: 3rem;
        }

        h2, .h2 {
            font-size: 2rem;
        }

        h3, .h3 {
            font-size: 1.5rem;
        }

        h4, .h4 {
            font-size: 1.3rem;
        }

        h5, .h5 {
            font-size: 1.25rem;
        }

        h6, .h6 {
            font-size: 1rem;
        }
    }
    /*Hover effect for Nav Bar --- DESKTOP*/
    @media all and (min-width: 1011px) {


        h1, .h1 {
            font-size: 4rem;
        }

        h2, .h2 {
            font-size: 2rem;
        }

        h3, .h3 {
            font-size: 1.75rem;
        }

        h4, .h4 {
            font-size: 1.5rem;
        }

        h5, .h5 {
            font-size: 1.25rem;
        }

        h6, .h6 {
            font-size: 1rem;
        }




        .dropdown-item {
            text-align: left;
        }

        .navbar .nav-item .dropdown-menu {
            display: block;
            opacity: 0;
            visibility: hidden;
            transition: .3s;
            margin-top: 0;
        }

        .navbar .nav-item:hover .nav-link {
            color: #fff;
        }

        .navbar .dropdown-menu.fade-down {
            top: 80%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
        }

        .navbar .dropdown-menu.fade-up {
            top: 180%;
        }

        .navbar .nav-item:hover .dropdown-menu {
            transition: .3s;
            opacity: 1;
            visibility: visible;
            top: 100%;
            transform: rotateX(0deg);
        }
    }

    .mcbackgroundgradient {
        background: #3d1a6f !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d1a6f), color-stop(100%,#170a29 )) !important;
        background: -webkit-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -moz-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -ms-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -o-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: linear-gradient(to bottom, #3d1a6f 0%, #170a29 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1a6f', endColorstr='#170a29',GradientType=0 ) !important;
        background-attachment: fixed !important;
    }

    .mcgradient {
        background: #3d1a6f !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d1a6f), color-stop(100%,#170a29 )) !important;
        background: -webkit-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -moz-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -ms-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -o-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: linear-gradient(to bottom, #3d1a6f 0%, #170a29 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1a6f', endColorstr='#170a29',GradientType=0 ) !important;
    }

    .team-member {
        margin-bottom: 3rem;
        text-align: center;
        width: 250px;
    }

    .cfadesize {
        width: 200px;
        height: 200px;
    }

    .cfade {
        width: 200px;
        height: 200px;
    }

        .cfade img {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            overflow: hidden;
            -webkit-transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
            width: 200px;
            height: 200px;
        }

            .cfade img.top:hover {
                opacity: 0;
            }

    .border-yellow img {
        border: 0.5rem solid rgba(253,185,19, 0.3);
    }

    .border-red img {
        border: 0.5rem solid rgba(237,23,76, 0.1);
    }

    .border-purple img {
        border: 0.5rem solid rgba(125,29,97, 0.3);
    }

    .fa-small {
        font-size: 8px;
    }

    .salestext {
        position: absolute !important;
        top: 20% !important;
        left: 44% !important;
        color: black;
    }

    .salesblurb {
        min-height: 100px;
        text-align: left;
    }

    .mcservice:hover {
        text-decoration: none;
    }

    .servicetext {
        font-size: 1.3em;
        line-height: 1.5em;
    }

    .et_pb_module_header {
        color: white !important;
    }

    .serviceimage {
        width: 43%;
        left: 17%;
        top: 13%;
        position: absolute;
    }

    .serviceshadow {
        position: absolute;
        top: 255px;
        left: 5%;
        width: 227px;
        height: 4px;
        z-index: 999999;
        background: radial-gradient(circle at 52% 35%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 37%, rgba(0, 0, 0, 0) 63%)
    }



    .servicecirclecontainer {
        width: 100%;
        height: 100%;
        max-width: 600px;
        overflow: hidden;
    }

    .serviceinnercircle {
        border-radius: 50%;
        width: 100%;
        max-width: 400px;
        max-height: 400px;
        padding-bottom: 100%;
        padding-top: 33%;
        overflow: hidden;
        position: relative;
        display: inline-block;
        margin: 0;
        border-radius: 50%;
        position: relative;
        background: radial-gradient(circle at 50% 120%, #3d1a6f, #3d1a6f 80%, #3d1a6f 100%);
    }

        .serviceinnercircle:before {
            content: "";
            position: absolute;
            background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            bottom: 3.5%;
            left: 8%;
            opacity: 0.6;
            height: 100%;
            width: 90%;
            -webkit-filter: blur(5px);
            z-index: 2;
        }

        .serviceinnercircle:after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 15%; /* top shading*/
            left: 20%; /* top shading*/
            border-radius: 50%;
            background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 14%, rgba(255, 255, 255, 0) 24%);
            -webkit-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -moz-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -ms-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -o-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -webkit-filter: blur(10px);
        }

    .ctcircle {
        position: absolute;
        width: 250px;
        height: 250px;
        float: none;
        background: rgba(61,26,111, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }

        .ctcircle > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 134%;
            text-align: center;
            top: -347px;
            left: -21px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 0%;
            transform: rotate(269deg);
        }

        .ctcircle:hover > div {
            top: 0;
        }

    .ctcirclemore {
        position: absolute;
        width: 250px;
        height: 250px;
        float: none;
        background: rgba(125,29,97, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }

        .ctcirclemore > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 134%;
            text-align: center;
            top: -347px;
            left: -21px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 0%;
            transform: rotate(269deg);
        }

        .ctcirclemore:hover > div {
            top: 0;
        }

    .servicecircle {
        position: absolute;
        width: 250px;
        height: 250px;
        float: none;
        background: rgba(61,26,111, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }


        .servicecircle > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 134%;
            text-align: center;
            top: -347px;
            left: -21px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 32%;
            transform: rotate(269deg);
        }

        .servicecircle:hover > div {
            top: 0;
        }

        .circlevideocontainer {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }

    .ctball {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background-size: cover;
        overflow: hidden;
        z-index: 99;
    }

    .serviceball {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background-size: cover;
        overflow: hidden;
        z-index: 99;
    }

        .serviceball:before { /*bottom shading*/
            content: "";
            position: absolute;
            background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            bottom: 20.5%;
            left: 0%;
            opacity: 0.6;
            height: 100%;
            width: 90%;
            -webkit-filter: blur(5px);
            z-index: 2;
        }

        .serviceball:after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 2%; /* top shading*/
            left: 5%; /* top shading*/
            border-radius: 50%;
            background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 16%);
            -webkit-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -moz-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -ms-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -o-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -webkit-filter: blur(10px);
        }


    .serviceballshadow {
        position: absolute;
        top: 250px;
        left: 6%;
        width: 210px;
        height: 4px;
        z-index: 999999;
        background: radial-gradient(circle at 52% 35%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 37%, rgba(0, 0, 0, 0) 52%);
    }

    .serviceoverlaytext {
        position: absolute;
        color: white;
        font-size: 17px;
        text-align: center;
        top: 68%;
        left: 4%;
        z-index: 15;
        width: 95%;
        letter-spacing: 0px;
        line-height: 22px;
        font-weight: 800;
    }

    .videocircle {
        position: relative;
        width: 100%;
        padding-bottom: 100%; /* Maintains aspect ratio */
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 0 12px 0 #ed174c;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #my-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
.text-basic {
    font-size: 1.2rem;
}

    .text-basic > p {
        line-height: 1.5;
    }
    .standard-text {
        padding-left: 5%;
        padding-right: 5%;
    }

    .blogtext {
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }


    .img-header {
        position: absolute;
        width: 100vw;
        height: 100vh;
    }

        .img-header, .img-header img, .img-header .viewport-header {
            width: 100vw;
            height: 100vh;
            position: absolute;
            top: 0;
            left: 0;
        }

            .img-header img {
                object-fit: cover;
            }

    .viewport-header {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transform: scale(var(--headerScale));
    }



    @media (min-width: 30px) {
        .page-section {
            padding: 1rem 0;
        }

        .mcintrotext {
            font-size: 50px;
            letter-spacing: 0px;
            line-height: 55px;
        }

        #mainNav .navbar-brand img {
            max-width: 12rem;
            height: unset !important
        }

        .btn-social {
            height: 2rem;
            width: 2rem;
        }

        .mcintrosecondary {
            font-weight: 800;
            letter-spacing: 0px;
        }

        .blogintrotext {
            font-size: 2.25rem;
            letter-spacing: 0px;
            line-height: 2.55rem;
            font-weight: 800;
        }

        .blogtext {
            font-size: 1rem !important;
            font-weight: 400 !important;
            line-height: 1.5rem !important;
        }

        .mcblogsecondary {
            font-size: 40px;
            letter-spacing: 0px;
            line-height: 45px;
        }

        .bigtext {
            font-size: 30px;
            letter-spacing: 0px;
            line-height: 35px;
            font-weight: 800;
        }

        .lighttext {
            font-size: 20px;
            letter-spacing: 0px;
            line-height: 25px;
            font-weight: 600;
        }

        .ctheavytext {
            font-size: 20px;
            letter-spacing: 0px;
            line-height: 25px;
            font-weight: 600;
        }
    }

    @media (min-width: 700px) {
        .page-section {
            padding: 3rem 0;
        }

        .section-heading {
            padding: 3rem 0;
        }

        .mcintrotext {
            font-size: 100px;
            letter-spacing: -4px;
            line-height: 105px;
        }

        .mcintrosecondary {
            font-weight: 800;
            letter-spacing: 0px;
        }

        .blogintrotext {
            font-size: 80px;
            letter-spacing: -4px;
            line-height: 90px;
            font-weight: 800;
        }

        .mcblogsecondary {
            font-size: 50px;
            letter-spacing: -2px;
            line-height: 55px;
        }

        .bigtext {
            font-size: 60px !important;
            letter-spacing: -4px;
            line-height: 65px;
            font-weight: 800;
        }

        .lighttext {
            font-size: 50px;
            letter-spacing: -4px;
            line-height: 55px;
            font-weight: 600;
        }

        .ctheavytext {
            font-size: 40px;
            letter-spacing: -1px;
            line-height: 45px;
            font-weight: 600;
        }
    }


    .commstoolball {
        width: 500px;
        height: 500px;
    }

    .commstoolpanel {
        color: white;
    }

    .mcprojectoverlay {
        position: absolute;
        top: 33%;
        left: 25%;
        text-align: center;
        font-size: 1.3em;
        color: white;
    }

    .mcblogoverlay {
        position: absolute;
        top: 33%;
        left: 35%;
        text-align: center;
        font-size: 1.3em;
        color: white;
    }

    .mccareeroverlay {
        position: absolute;
        top: 33%;
        left: 25%;
        text-align: center;
        font-size: 1.3em;
        color: white;
    }

    .worktitle {
        color: #ed174c !important;
        font-size: 1.6em !important;
        font-weight: 500 !important;
    }

        .worktitle:hover {
            text-decoration: none !important;
            color: #3d1a6f !important;
        }

    .workclient {
        font-size: 1.3em !important;
    }

    .vh-80 {
        height: 80vh !important;
    }

    .vh-50 {
        height: 50vh !important;
    }

    .vh-30 {
        height: 30vh !important;
    }

    .execborder {
        position: relative;
        /*width: 200px;*/
        height: 250px;
        overflow: hidden;
        /*left: 25%;*/
    }

    .execborder-yellow {
        border-radius: 50% !important;
        border: 0.5rem solid rgba(253,185,19, 0.3);
    }
.execborder-yellow:hover {
    border: 0.5rem solid rgba(253,185,19, 0.8);
}
    .execborder-red {
        border-radius: 50% !important;
        border: 0.5rem solid rgba(237,23,76, 0.3);
    }

    .execborder-purple {
        border-radius: 50% !important;
        border: 0.5rem solid rgba(61,26,111, 0.3);
    }

    .execimage {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .execimage:hover {
            box-shadow: #224 0.2em 0.2em 0.6em 0.1em;
        }

/* PROJECT ITEMS */
.projectcontainer {
    position: relative;
    width: 100%;
    height: 80%;
}

    .projectcircle {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background: rgba(61,26,111, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }


        .projectcircle > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 108%;
            text-align: center;
            top: -340px;
            left: -9px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 32%;
            transform: rotate(243deg);
        }

        .projectcircle:hover > div {
            top: 0;
        }

    .text-level {
        transform: rotate(117deg);
        top: 38%;
        left: 4%;
        position: relative;
    }

    .project-ball {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
        z-index: 99;
    }

        .project-ball:before { /*bottom shading*/
            content: "";
            position: absolute;
            background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            bottom: 2.5%;
            left: 9%;
            opacity: 0.6;
            height: 100%;
            width: 90%;
            -webkit-filter: blur(5px);
            z-index: 2;
        }

        .project-ball:after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 2%; /* top shading*/
            left: 5%; /* top shading*/
            border-radius: 50%;
            background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 24%);
            -webkit-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -moz-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -ms-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -o-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -webkit-filter: blur(10px);
        }

    .projectballshadow {
        position: absolute;
        top: 314px;
        left: 15%;
        width: 210px;
        height: 4px;
        z-index: 999999;
        background: radial-gradient(circle at 52% 35%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 37%, rgba(0, 0, 0, 0) 52%);
    }

    .projectimage {
        width: 100%;
        height: auto;
        border-radius: 0%;
        position: absolute;
        top: 25%;
    }

    .projectoverlaytext {
        position: absolute;
        color: white;
        font-size: 20px;
        text-align: center;
        top: 40%;
        /*left: 35%;*/
        z-index: 15;
        width: 100%;
    }

    .project-tint {
        background: rgba(61,26,111, 0.8);
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: 5;
    }

    .serviceitemcontainer {
        height: 300px;
        width: 260px;
        padding: 0;
        position: relative;
    }

    .projectitemcontainer {
        height: 484px;
        width: 350px;
        padding: 0;
        position: relative;
        border-top-left-radius: 41%;
        border-top-right-radius: 10%;
        border-bottom-left-radius: 5%;
        border-bottom-right-radius: 5%;
        background-color: white;
        margin-bottom: 80px;
    }

    .projectitembox {
        position: absolute;
        top: 9px;
        left: 20px;
        width: 100%;
        height: 100%;
    }

    .projecttextbottom {
        position: absolute;
        top: 65%;
        left: 0px;
        width: 100%;
    }

    .blogtextbottom {
        position: absolute;
        top: 70%;
        left: 0px;
        width: 100%;
    }


    /* IMAGE GRID */
    .cbp-rfgrid {
        margin: auto;
        padding: 0;
        list-style: none;
        position: relative;
        width: 100%;
        border-radius: 10%;
    }

        .cbp-rfgrid li {
            position: relative;
            float: left;
            overflow: hidden;
            width: 25%; /* Fallback */
            width: -webkit-calc(100% / 4);
            width: calc(100% / 4);
            -webkit-transition: 0.4s all linear;
            transition: 0.4s all linear;
            border-radius: 10%;
        }

    .flex-cover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10%;
    }

    .cbp-rfgrid li a, .cbp-rfgrid li a img {
        content: "";
        padding-top: 100%;
        display: block;
        max-width: 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        cursor: pointer;
        -webkit-transition: 0.4s all linear;
        transition: 0.4s all linear;
        border-radius: 10%;
    }


        .cbp-rfgrid li a:hover img {
            -webkit-transform: scale(1.05,1.07);
            -ms-transform: scale(1.05,1.07);
            transform: scale(1.05,1.07);
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
        }

    .zoom:hover {
        zoom: 1.4;
        -webkit-transition: all ease 1.8s;
        transition: all ease 1.8s;
    }

    /* Flexbox is used for centering the heading */


    .cbp-rfgrid li a .project-info {
        position: absolute;
        left: 30px;
        top: 10px;
        bottom: 10px;
        background: rgba(61,26,111, 0.8);
        padding-top: 25%;
        text-align: center;
        -webkit-transition: all ease .25s;
        transition: all ease .25s;
        color: white;
        font-weight: 300;
        border-radius: 50%;
        height: 85%;
        width: 85%;
    }

        .cbp-rfgrid li a .project-info:hover {
            background: rgba(61,26,111, 0.9);
        }

        .cbp-rfgrid li a .project-info .project-details {
            position: relative;
            -webkit-transition: all ease .25s;
            transition: all ease .25s;
            width: 100%;
        }

        .cbp-rfgrid li a .project-info h5 {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

    .cbp-rfgrid li a:hover .project-info {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-filter: grayscale(0) !important;
        filter: grayscale(0) !important;
    }

    .cbp-rfgrid li a:hover .project-details {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }

    .cbp-rfgrid li a:hover .button {
        filter: alpha(opacity=100);
        opacity: 1;
        bottom: -50px;
    }

    .project-cats {
        width: 90%;
        text-align: center;
    }

    .mcproject {
        color: #3d1a6f;
    }

        .mcproject:hover {
            color: #3d1a6f;
        }

    /* IMAGE GRID */
    .mc-blog {
        margin: auto;
        padding: 0;
        list-style: none;
        position: relative;
        width: 100%;
        border-radius: 10%;
    }

        .mc-blog li {
            position: relative;
            float: left;
            overflow: hidden;
            width: 25%; /* Fallback */
            width: -webkit-calc(100% / 4);
            width: calc(100% / 4);
            -webkit-transition: 0.4s all linear;
            transition: 0.4s all linear;
            border-radius: 10%;
        }

    .mcblog-cover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10%;
    }

    .mc-blog li a, .mc-blog li a img {
        content: "";
        padding-top: 100%;
        display: block;
        max-width: 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        cursor: pointer;
        -webkit-transition: 0.4s all linear;
        transition: 0.4s all linear;
        border-radius: 10%;
    }


        .mc-blog li a:hover img {
            -webkit-transform: scale(1.05,1.07);
            -ms-transform: scale(1.05,1.07);
            transform: scale(1.05,1.07);
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
        }

    .zoom:hover {
        zoom: 1.4;
        -webkit-transition: all ease 1.8s;
        transition: all ease 1.8s;
    }

    /* Flexbox is used for centering the heading */


    .mc-blog li a .blog-info {
        position: absolute;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        background: rgba(61,26,111, 0.8);
        padding-top: 25%;
        text-align: center;
        -webkit-transition: all ease .25s;
        transition: all ease .25s;
        color: white;
        font-weight: 300;
        border-radius: 10%;
    }

        .mc-blog li a .blog-info:hover {
            background: rgba(61,26,111, 0.9);
        }

        .mc-blog li a .blog-info .blog-details {
            position: relative;
            -webkit-transition: all ease .25s;
            transition: all ease .25s;
            width: 100%;
        }

        .mc-blog li a .blog-info h5 {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

    .mc-blog li a:hover .blog-info {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-filter: grayscale(0) !important;
        filter: grayscale(0) !important;
    }

    .mc-blog li a:hover .blog-details {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }

    .mc-blog li a:hover .button {
        filter: alpha(opacity=100);
        opacity: 1;
        bottom: -50px;
    }

    .redborder {
        border: 1px solid #ed174c;
        background-color: white;
        color: #ed174c;
    }

    .redborderheader {
        border: 1px solid #ed174c;
        background-color: #ed174c;
        color: white;
    }

    .vacancycard {
        display: block;
        padding: 2vh 2vh 2vh 2vh;
        border: none;
        border-radius: 15px;
        margin-top: 5%;
        margin-bottom: 5%;
        background-color: white;
    }

    .vacancycardrequirements-red {
        color: #ed174c;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #ed174c;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .vacancycardrequirements-purple {
        color: #7d1d61;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #7d1d61;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .vacancycardrequirements-darkpurple {
        color: #3d1a6f;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #3d1a6f;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .vacancycardrequirements-yellow {
        color: #fdb913;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #fdb913;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .blogauthor {
        color: #3d1a6f;
        padding: 7px 17px;
        margin-left: 25px;
        border: 2px solid #3d1a6f;
        border-radius: 15px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .workitemcat-red {
        color: #ed174c;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #ed174c;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .workitemcat-purple {
        color: #7d1d61;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #7d1d61;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .workitemcat-darkpurple {
        color: #3d1a6f;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #3d1a6f;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .workitemcat-yellow {
        color: #fdb913;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #fdb913;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .nohover {
        color: #3d1a6f;
    }

        .nohover:hover {
            color: #3d1a6f;
        }

    /* media queries:  change number of items per row */
    @media screen and (max-width: 1190px) {
        .cbp-rfgrid li {
            width: 25%; /* Fallback */
            width: -webkit-calc(100% / 4);
            width: calc(100% / 4);
        }
    }

    @media screen and (max-width: 1024px) {

        .cbp-rfgrid li {
            width: 50%; /* Fallback */
            width: -webkit-calc(100% / 2);
            width: calc(100% / 2);
        }
    }

    @media screen and (max-width: 768px) {

        .cbp-rfgrid li {
            width: 50%; /* Fallback */
            width: -webkit-calc(100% / 2);
            width: calc(100% / 2);
        }
    }

    @media screen and (max-width: 480px) {

        .cbp-rfgrid li {
            width: 100%;
        }
    }

    @media screen and (max-width: 300px) {

        .cbp-rfgrid li {
            width: 100%;
        }
    }





    @media (min-width: 30px) {
        .commstoolball {
            width: 100px;
            height: 100px;
        }

        .commstoolballhousing {
            height: 100px;
        }

        .servicesbacking {
            background: rgba(219, 207, 236, .6);
            padding-bottom: 50px;
            padding-top: 0px;
        }
    }

    @media (min-width: 700px) {
        .servicesbacking {
            background: rgba(219, 207, 236, .6);
            padding-bottom: 50px;
            padding-top: 50px;
        }

        .commstoolball {
            width: 200px;
            height: 200px;
        }

        .commstoolballhousing {
            height: 200px;
        }
    }

    @media (min-width: 900px) {
        .commstoolball {
            width: 300px;
            height: 300px;
        }

        .commstoolballhousing {
            height: 300px;
        }

        .pinnedhightlights {
            position: fixed;
            top: 20%;
            right: 0;
            border-left: 1px dotted red;
        }

        .largescreen-pl {
            padding-left: 3rem !important;
        }
    }

    @media (min-width: 1700px) {
        .commstoolball {
            width: 400px;
            height: 400px;
        }

        .commstoolballhousing {
            height: 400px;
        }
    }


    .mw-col {
        max-width: 33%;
        padding-bottom: 100px;
    }

    .pricingTable {
        background: #fff;
        padding: 14px 30px 0;
        margin: 0 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0 70px 0 0;
        transition: all 0.2s ease-in-out;
    }

        .pricingTable .pricingTable-header {
            padding: 0 0 15px;
            margin: 0 0 15px;
            border-bottom: 1px solid #fdb913;
        }

        .pricingTable .title {
            color: #fdb913;
            font-size: 30px;
            font-weight: 300;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 0;
        }

            .pricingTable .title i {
                margin-right: 5px;
                display: inline-block;
            }

        .pricingTable .price-value {
            color: #fdb913;
            font-size: 40px;
            font-weight: 700;
            text-align: center;
            margin: 0 0 0px;
        }

            .pricingTable .price-value sup {
                font-size: 20px;
                letter-spacing: normal;
                vertical-align: middle;
            }

        .pricingTable .pricing-content {
            background: linear-gradient(to right bottom, #ffbb14, #e9a600);
            text-align: center;
            padding: 40px 0;
            margin: 0 -45px;
            border-radius: 60px 20px 20px;
        }

            .pricingTable .pricing-content ul {
                text-align: left;
                padding: 0 16px 25px;
                margin: 0 0 40px;
                list-style: none;
                /* border-bottom: 1px solid #fff;*/
                display: inline-block;
            }

                .pricingTable .pricing-content ul li {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 400;
                    padding: 0 0 0 0px;
                    margin: 0 0 10px;
                    position: relative;
                }

                    .pricingTable .pricing-content ul li:last-child {
                        margin: 0;
                    }

            .pricingTable .pricing-content li:before {
                font-family: "Font Awesome 5 free";
                font-size: 16px;
                font-weight: 900;
                position: absolute;
                top: 1px;
                left: 0;
            }

            .pricingTable .pricing-content li.check:before {
                content: "\f00c";
            }

            .pricingTable .pricing-content li.times:before {
                content: "\f00d";
            }

            .pricingTable .pricing-content li:last-child {
                margin-bottom: 0;
            }

        .pricingTable .pricingTable-signup a {
            color: #fff;
            font-size: 1em;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 250px;
            padding: 5px;
            margin: 0 auto;
            border: 2px solid #fff;
            border-radius: 50px;
            display: block;
            transition: all 0.5s ease 0s;
        }

            .pricingTable .pricingTable-signup a:hover {
                text-shadow: 3px 3px rgba(255,255,255,0.5);
                box-shadow: 3px 3px rgba(255,255,255,0.5);
            }


        .pricingTable.red .pricingTable-header {
            border-bottom-color: #ed174c;
        }

        .pricingTable.red .title,
        .pricingTable.red .price-value {
            color: #ed174c;
        }

        .pricingTable.red .pricing-content {
            background: linear-gradient(to right bottom, #f61a50, #de0339);
        }

        .pricingTable.red .pricingTable-header {
            border-bottom-color: #ed174c;
        }

        .pricingTable.orange .title,
        .pricingTable.orange .price-value {
            color: #FD9976;
        }

        .pricingTable.orange .pricing-content {
            background: linear-gradient(to right bottom, #FEA980, #FF6A88);
        }

        .pricingTable.purple .pricingTable-header {
            border-bottom-color: #7d1d61;
        }

        .pricingTable.purple .title,
        .pricingTable.purple .price-value {
            color: #7d1d61;
        }

        .pricingTable.purple .pricing-content {
            background: linear-gradient(to right bottom, #9a2779, #701856);
        }

        .pricingTable.darkpurple .pricingTable-header {
            border-bottom-color: #3d1a6f;
        }

        .pricingTable.darkpurple .title,
        .pricingTable.darkpurple .price-value {
            color: #3d1a6f;
        }

        .pricingTable.darkpurple .pricing-content {
            background: linear-gradient(to right bottom, #4e248b, #351266);
        }

    .pricing-icon {
        width: 20px;
        font-weight: 900;
    }

    .pricingterm {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: normal;
    }

    .pricingTable:hover {
        background-color: #53455b;
        transform: scale(1.025);
        z-index: 2;
    }

        .pricingTable:hover .title {
            color: white;
        }

        .pricingTable:hover .price-value {
            color: white;
        }

        .pricingTable:hover:before, .suboption:hover:after {
            position: absolute;
            top: -2px;
            bottom: -2px;
            width: 2px;
        }

        .pricingTable:hover:before {
            left: -2px;
        }

        .pricingTable:hover:after {
            right: -2px;
        }

        .pricingTable:hover .button {
            background-color: #ee7a36;
        }

    @media only screen and (max-width: 990px) {
        .pricingTable {
            margin-bottom: 40px;
        }
    }

    .noselect {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    }

    .RadMultiLine {
        min-height: 100px;
        height: 100px;
        display: inline-table;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 12px;
        margin-right: -14px;
    }

        .RadMultiLine > reToolBarWrapper {
            display: none;
        }

        .RadMultiLine > .reWrapper {
            border: 1px solid #dedede !important;
            width: 97% !important;
        }

            .RadMultiLine > .reWrapper > .reContent {
                border-top: none !important;
            }

            .RadMultiLine > .reWrapper > .reBottomProperties {
                display: none;
            }


    .richtextwrapper-xsm {
        min-height: 100px;
        height: 100px;
        display: inline-table;
    }

    .richtextwrapper-xs {
        min-height: 200px;
        height: 200px;
        display: inline-table;
    }

    .richtextwrapper-sm {
        min-height: 300px;
        height: 300px;
        display: inline-table;
    }

    .richtextwrapper {
        min-height: 400px;
        height: 400px;
        display: inline-table;
    }

    .richtextwrapper-md {
        min-height: 600px;
        height: 600px;
        display: inline-table;
    }

    .richtextwrapper-lg {
        min-height: 800px;
        height: 800px;
        display: inline-table;
    }

    @media (min-width: 768px) { /* Adjust the max-width as needed */
        .richtextwrapper-sm > .reWrapper > .reBottomProperties {
            display: none;
        }

        .richtextwrapper-xs > .reWrapper > .reBottomProperties {
            display: none;
        }

        .richtextwrapper-xsm > .reWrapper > .reBottomProperties {
            display: none;
        }
    }


    @media (max-width: 768px) { /* Adjust the max-width as needed */
        .reFullScreen.RadEditor .reContent .reContentArea {
            height: 100vh !important;
        }

        .richtextwrapper-sm, .richtextwrapper-xsm, .richtextwrapper-xs {
            width: 98% !important;
        }

        .modal-lg {
            width: 100vw !important;
            height: 100vh !important;
            padding: 0 !important;
            margin: 0 !important;
        }
    }

