/* Colour scheme 
  
  Connectivity (blue) - #333399
  Voice Solutions (purple) - #996699
  Managed Services (red) - #c70039
  Software licensing (yellow) - #cccc66
  Cloud Hosting (green) - #449900
  Technology (lighter blue) - #666699
  
*/

/********** General Selectors **********/
@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-VariableFont_wght.ttf') format('truetype'),
    url('../font/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0px;
    margin: 0px;

    font-family: 'Montserrat';

    transition: font-size 0.1s ease-in;
    -ms-overflow-style: none;  
    scrollbar-width: none; 
}

*::-webkit-scrollbar {
    display: none;
}

html{
    overflow-x: hidden;
    width: 100vw;
    background-color: #333;
}

section{
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
    height: 85vh;
    overflow: hidden;
}

body{
    color: #fff;
}

a{
    color: #fff;
}

a:hover{
    color: #f4f4f4;
    text-decoration: underline;
}

.row {
    justify-content: center;
    
}

.breadcrumb {
    background-color: transparent;
}

hr {
    border-top: 1px solid rgba(255,255,255,.1);
}

.alert-info {
    color: #fff;
    background-color: rgba(51,51,51,0.6);
    border-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
}

.alert-success {
    color: #333;
    background-color: #f4f4f4;
    border-color: #c3e6cb;
}

.invite-box {
  margin: 20px 0;
  padding: 20px;
  background-color: transparent;
  border: none;
}

.row-col{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.extra-margin{
    content: '';
    min-height: 10vh;
    position: relative;
}

.extra-margin5{
    content: '';
    min-height: 2.9vh;
    position: relative;
}

#main-body{
    background-image: url(../media/backgrounds/main-bodyBGdark.png);
}

.bg-light{
    background-color: rgba(51,51,51,0.6) !important;
}

.bg-white{
    background-color: transparent !important;
}

.pl-2, .px-2 {
    padding-top: 0.5rem!important;
}

.img-test{
    width: auto;
    box-sizing: unset;
}

.badge-info {
    color: #333;
    background-color: #fff;
}

.highlight{
   background-color: #fff !important;  
}

.stat {
    color: #fff;
}

.text-muted{
    color: #f4f4f4 !important;
}

.list-group-item{
    background-color: rgba(0,0,0,0);
}

.list-group-item-action{
    color: #fff;
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, 
.sidebar .list-group-item.active:hover {
    background-color: #4E2F90 ;
    border-color: #4E2F90 ;
}
 
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: rgba(78,47,144,0.6);
}

@media only screen and (max-width: 992px) {
    section{
        height: 85vh;
        overflow-y: scroll;
    } 
    
    .csidebar{
        height: 85vh;
        overflow-y: scroll;
    }   
    
    .extra-margin5{
        content: '';
        min-height: 0vh;
        position: relative;
    }
}

/********** Client Area Details **********/
.announcements .announcement article {
    background-color: rgba(0,0,0,0.6);
    border-left: 4px solid #ccc;
}

.tiles .tile {
    background-color: rgba(51,51,51,0.6);
    backdrop-filter: blur(10px);
    border: none; 
    margin: 0px 5px;
    border-radius: 4px;
}

.tiles .tile:hover{
    background-color: rgba(0,0,0,0.6);
}

/********** Buttons **********/
/* General Button */
button:focus {
    outline: none;
}

.btn:hover {
    color: #fff !important;
}

.btn:focus {
    border: none;
}

.input-group-append .btn, .input-group-prepend .btn {
    z-index: 1;
}

#btn button {
    outline: none;
}

.btn-link {
    color: #f4f4f4;
}

button.btn.btn-xs {
    color: #f4f4f4;
}

.btn .badge{
    top: -10px;    
}

/* Chat Bot Button */
.sb-chat .sb-scroll-area .sb-header {
    background-color: #222!important;
}
  
.sb-icon-send.sb-submit {
    color: #4E2F90!important;
}
  
.sb-list > div.sb-label-date span, .sb-label-date-top span {
    background-color: #eee!important;
}
 
.sb-thumb-active {
    background-color: rgba(78,47,144, 0.1)!important;
}
  
.sb-editor .sb-bar-icons > div:hover::before {
    color: #4E2F90!important;
}

/* Default Button */
.btn-default {
    color: #fff;
    background-color: #4E2F90;
    border-color: rgba(0,0,0,0.4);
}

.btn-default:hover {
    color: #fff;
    background-color: #392369;
    border-color: rgba(0,0,0,0.4);
}

.btn-default:focus {
    background-color: #4E2F90;
    border-color: rgba(0,0,0,0.4);
}

button.btn.btn-default.copy-to-clipboard {
    background-color: #f4f4f4;
}

button.btn.btn-sm.btn-default.dropdown-toggle {
    background-color: transparent !important;
    border: none;
}
button.btn.btn-sm.btn-default.dropdown-toggle:active {
    color: #fff;
    border: none;
    box-shadow: 0 0 0 0rem;
}

/* Primary Button */
.btn-primary {
    color: #fff;
    background-color: #4E2F90;
    border-color: rgba(0,0,0,0.4);
}

.btn-primary:hover {
    color: #fff;
    background-color: #392369;
    border-color: rgba(0,0,0,0.4);
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #392369;
    border-color: rgba(0,0,0,0.4);
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #392369;
    border-color: rgba(0,0,0,0.4);
}

/* Info Button */
.btn-info {
    color: #333;
    background-color: #fff;
     border-color: rgba(0,0,0,0.4);
}

.btn-info:hover {
    color: #333!important;
    background-color: #eee;
     border-color: rgba(0,0,0,0.4);
}

/* Success Button */
.btn-success {
    color: #fff;
    background-color: #4E2F90;
    border-color: rgba(0,0,0,0.4);
}

.btn-success:hover {
    color: #fff;
    background-color: #392369;
    border-color: rgba(0,0,0,0.4);
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #4E2F90;
    border-color: rgba(0,0,0,0.4);
}

.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4E2F90;
    border-color: rgba(0,0,0,0.4);
}

/* Home Page Click Here Button */
#btn-c-1:hover {
    color: #333399;
}

#btn-c-2:hover {
    color: #996699;
}

#btn-c-3:hover {
    color: #C70039;
}

#btn-c-4:hover {
    color: #CCCC66;
}

#btn-c-5:hover {
    color: #669900;
}

#btn-c-6:hover {
    color: #666699;
}

/* Cart Button */
#order-standard_cart .order-summary .btn-continue-shopping {
    color: #fff!important;
}

#btnEmptyCart.btn.btn-link.btn-xs {
    background-color: rgba(0,0,0,0.6);
}

/* White Border Button */
.click-here {
    font-weight: bolder;
    height: 60px;
    width: 140px;
    color: #fff;
    border: solid 3px #fff;
    background-color: transparent;
}

.click-here:hover {
    background-color: #fff;
}

/* Purple Border Button */
.order-now {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-now a {
    text-decoration: none;
    border: solid 2px #4E2F90;
    background-color: transparent;
    color: #4E2F90;
    padding: 10px 20px;
    border-radius: 0px;
}

.order-now a:hover {
    background-color: #4E2F90;
    color: #fff;
}

/* White Order Button */
.order-white {
    font-weight: bolder;
    color: #fff;
    border: solid 3px #fff;
    background-color: transparent;
}

.order-white:hover {
    color: #4E2F90;
    background-color: #fff;
}

@media only screen and (max-width: 992px) {
    .order-white{
        height: 30px;
        width: 70px;
    }
}

@media only screen and (min-width: 992px) {
    .order-white{
        height: 40px;
        width: 130px;
    }
}

/* Login Password Reveal Button */
.btn-reveal-pw {
    color: #fff;
    border: 1px solid rgba(0,0,0,0.6);
    background-color: rgba(255,255,255,0.12);
    padding: 0px 20px;
    border-radius: 0px 4px 4px 0px;
}

.input-group .btn-reveal-pw:active, .input-group .btn-reveal-pw:hover {
    color: #fff;
    border: 1px solid rgba(0,0,0,0.6);
    background-color: rgba(255,255,255,0.06);
    padding: 0px 20px;
    border-radius: 0px 4px 4px 0px;
}

.input-group .btn-reveal-pw:active, .input-group .btn-reveal-pw:focus {
    background-color: rgba(255,255,255,0.06);
}

/********** Login & Sign Up **********/
.loged-m-div {
    /* width: 20vw; */
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loged-m-div a {
    color: #fff;
}

.loged-m-div:hover {
    background-color: #fff;
}

.loged-m-div:hover > a {
    color: #4E2F90!important;
}

.loged-div{
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    text-align: center;
    padding: 0px 5px;
}

.loged-div a{
    color: #fff;
}

.loged-div a:hover{
    text-decoration: underline;
    color: #fff;
}

.log-btn {
    background-color: transparent;
    border: none;
}

.log-m-div {
    /* width: 20vw; */
    height: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log-m-div:hover {
    background-color: #fff;
}

.log-m-div:hover > a {
    color: #4E2F90;
}

.log-reg-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.log-reg-btn:hover {
    text-decoration: none;
}

.log-dropdown {
    display: flex;
}

.log-dropdown.active > .log-menu {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}

.log-menu {
    background-color: #4E2F90;
    background-clip: padding-box;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 10vh;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25vw;
    max-height: 60vh;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
    -webkit-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
    -moz-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
    
    box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
}

.switch-a{
    color: #fff;
    padding: 0px 10px;
}

.switch-a:hover{
    color: #eee;
}

.get-together-buttons {
    width: 12vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 23px;
    margin-right: 4vw;
}

.forgot-p {
    margin: auto;
    width: 200px;
    height: 80px;
    border-top: solid 1px #fff;
    display: flex;
    justify-content: center;
}

.forgot-p a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-self: center;
    padding: 10px 0px;
}

.forgot-p a:hover {
    text-decoration: underline;
}

/* Register Form */
.register {
    padding: 30px 40px;	
}

.reg-form {
    padding-top: 15vh;
    padding-bottom: 15vh;
    background-color: #9b59b6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.reg-form-container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 100%;
}

.reg-form-header {
    border-bottom: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    padding: 20px 40px;
}

.reg-form-header h2 {
    color: #000;
    margin: 0;
}

.reg-form button {
    background-color: #4E2F90;
    border: 2px solid #4E2F90;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
}

.client-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.client-btn a {
    color: #4E2F90;
}

.client-btn input {
    background-color: #4E2F90;
    border: 2px solid #4E2F90;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 5px;
    margin-top: 20px;
    width: 100%;
}

.form-log {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
    .reg-form-container {
        width: 80vw;
    }
}

/* Form Control General*/
#registration .field, #registration .form-control {
    border: 1px solid rgba(0,0,0,0.6)!important;
    color: #f4f4f4;
    background-color: rgba(255,255,255,0.12);
}

.form-p {
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.form-p a {
    color: #666;
}

.form-control:focus {
    color: #f4f4f4;
    background-color: rgba(255,255,255,0.12);
    border-color: #f4f4f4;
}

.form-control {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    background-color: rgba(255,255,255,0.12);
}

.form-control label {
    margin-bottom: 5px;
}

.form-control input {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    padding: 10px;
}

.form-control::placeholder {
    color: #f4f4f4 !important;
}

.form-control input:focus {
    outline: 0;
    border-color: #777;
}

.form-control option {
    background-color: rgba(0,0,0,0.8);
}

select#inputCountry.field.form-control option{
    background-color: #333!important;
}

.form-control option:hover {
    background-color: rgba(0,0,0,0.9);
    color: #eee;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(0,0,0,0.2);
    opacity: 1;
}

.lable{
    background-color: transparent;
}

.label-success {
    background-color: transparent;
    color: #5cb85c;
}

input:placeholder {
    color: #999 !important;
}

input.field.form-control::placeholder{
    color: #f4f4f4 !important;
}

textarea.field.form-control::placeholder{
    color: #f4f4f4 !important;
}

input.field::placeholder{
    color: #f4f4f4!important;
}

input.field.form-control::placeholder{
    color: #f4f4f4 !important;
}

.input-group {
    background-color: rgba(51,51,51,0.6);
}

.input-group-text {
    color: #fff;
    border: 1px solid rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0.6);
}

table.dataTable {
        background-color: rgba(51,51,51,0.6)!important;
        backdrop-filter: blur(10px)!important;
    }

@media only screen and (min-width: 992px) {
    .form-control {
        width: 100%;
    }

    .form-row {
        display: flex;
        width: 100%;
    }

    .reg-form-container {
        width: 60vw;
    }
    
}

@media (max-width: 600px) {
    .dataTables_wrapper .dataTables_filter label .form-control {
        margin: 0;
        min-width: fit-content;
        width: -webkit-fill-available;
    }
    
    table.dataTable {
        font-size: 9px;
    }
}

/* Domain Renewals */
.domain-renewals {
    background-color: transparent!important;
    border-top: none!important;
}

.domain-renewals .domain-renewal {
    border-bottom: 1px solid rgba(0,0,0,0.6)!important;
}

.domain-renewals .domain-renewal:nth-child(2n) {
  background-color: rgba(0,0,0,0.2)!important;
}

#order-standard_cart label, #order-standard_cart p.domain-renewal-desc {
    color: #fff!important;
}

/* Form Control - Domain Renewals */
.form-control.domain-renewals-filter {
    background: url(../media/search-iconW.png) rgba(51,51,51,0.8) no-repeat left!important;
}

/* Domain Checker */
#DomainSearchResults {
    background-color: rgba(51,51,51,0.6);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 20px;
}

#order-standard_cart .domain-selection-options .option {
    background-color: rgba(51,51,51,0.6)!important;
    backdrop-filter: blur(10px);
}

.domain-checker-bg {
    background-image: none!important;
    padding: 0px!important;
}

.domain-checker-container {
    background-color: transparent;
    background: transparent!important; 
}

.domain-checker-container .input-group-box {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    background-color: transparent!important;
}

#primaryLookupResult{
    background-color: #f4f4f412;
    border-radius: 5px;
    padding: 4px 0px;
    color: #fff;
}

.spotlight-tld {
    background-color: #f4f4f412 !important;
    color: #fff !important;
    
}

.spotlight-tld .btn {
    background-color: #4E2F90 !important;
}

.domain-promo-box {
    background-color: rgba(51,51,51,0.6)!important;
    border: 1px solid rgba(0,0,0,0.6)!important;
    color: #fff!important;
}

.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #999!important;
    background-color: rgba(51,51,51,0.6)!important;
    color: #fff;
}

.domain-pricing .tld-pricing-header .col-sm-2, .domain-pricing .tld-pricing-header .col-sm-4, .domain-pricing .tld-pricing-header .col-xs-2, .domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 6px solid #666!important;
    background-color: rgba(0,0,0,0.6)!important;
}

.domain-pricing .tld-row.highlighted {
    background: rgba(255,255,255,0.12)!important;
}

.domain-pricing .tld-row {
    border-bottom: none!important;
}

.spotlight-tlds {
    background-color: transparent!important;
}

.spotlight-tld span {
    font-size: 10pt;
}

/********** Modal **********/
#order-standard_cart .modal-body, #order-standard_cart .modal-footer, 
#order-standard_cart .modal-header {
    background-color: rgba(0,0,0,0.85);
}

.modal-backdrop {
    position: relative;
}

.modal .modal-header {
    background-color: #000;
}

.modal-header {
    display: block;
}

.modal-content {
        background-color: rgba(51,51,51);
}

.modal-header .close {
    margin: -0.7rem 2rem -1rem auto;
}

/********** Card **********/
.card{
    background-color: rgba(51,51,51,0.6);
    backdrop-filter: blur(10px);
}

.card-header{
    background-color: rgba(0,0,0, 0.6);
}

.client-home-cards .card-header {
    background-color: rgba(0,0,0,0.6);
}

.card-footer{
    background-color: rgba(0,0,0,0.6)
}

.card a{
    color: #fff;
}

.card a:hover{
    color: #fff;
}

.client-home-cards .list-group {
    border-top: 1px solid rgba(255,255,255,0.12)!important;
    border-bottom: 1px solid rgba(255,255,255,0.12)!important;
}

.client-home-cards .list-group .list-group-item {
    border-bottom: none;
}

/* Card Accent Colors  */
.card-accent-gold {
    border-top: 3px solid #999;
}

.card-accent-blue {
    border-top: 3px solid #999;
}

.card-accent-emerald {
    border-top: 3px solid #999;
}

.card-accent-asbestos {
    border-top: 3px solid #999;
}

.card-accent-red {
    border-top: 3px solid #999;
}

.card-accent-midnight-blue {
    border-top: 3px solid #999;
}

/* Client Area Details */
.view-ticket .posted-by {
    color: #f4f4f4;
    font-size: .9rem;
    background-color: rgba(0,0,0,0.6);
    padding: 0.5rem 1rem;
}

.md-editor>.btn-toolbar {
    background-color: rgba(0,0,0,0.6)!important;
}

.md-editor>.md-preview, .md-editor>textarea.markdown-editor {
    padding: 15px!important;
    border-top: 1px solid rgba(0,0,0,0.6)!important;
    border-bottom: 1px solid rgba(0,0,0,0.6)!important;
    background-color: rgba(0,0,0,0.2)!important;
    color: #fff;
}

.md-editor .md-footer, .md-editor>.md-header {
    display: block;
    padding: 6px 4px;
    background: rgba(0,0,0,0.6);
}

.md-editor {
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 3px;
}

.page-item.active .page-link {
    z-index: 1;
}

/********** Promo Banner **********/
.promo-banner{
    background-color: rgba(51,51,51,0.6);
    backdrop-filter: blur(10px);
}

.promo-banner a {
    color: #f4f4f4;
    text-decoration: underline;
}

.promo-banner.symantec {
    border-top: 3px solid #999;
}

.promo-banner.weebly {
    border-top: 3px solid #999;
}

.promo-container{
    background-color: rgba(0,0,0.6)!important;
}

/********** Tables **********/
tr.masspay-total td {
    background-color: transparent!important;
    font-weight: 400;
}

.table {
    color: #fff !important;
}

.table-list>tbody {
    background-color: rgba(51,51,51,0.6);
    backdrop-filter: blur(10px);
}

.table thead th {
    vertical-align: inherit;
    background-color: #1e1e1e;
    border-top: solid 1px rgba(0,0,0,0.6);
    border-bottom: solid 1px rgba(0,0,0,0.6);
}

table td, .table th {
    border-top: 1px solid rgba(0,0,0,0.6)!important;
}

table.table-list thead th {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}

.dataTables_wrapper table.table-list thead th {
    border-bottom: 4px solid rgba(0,0,0,0.6);
}

.table-bordered td, .table-bordered th {
    border: 1px solid rgba(0,0,0,0.6);
}

.table-list>tbody>tr>td {
    background-color: transparent; 
}

.table-list>tbody>tr>td:hover {
    background-color: transparent;
}

.table-list>tbody>tr:hover>td {
    background-color: rgba(78,47,144,0.6)!important;
}

.table-hover tbody tr:hover {
    color: #fff;
}

.table-list>tbody>tr:hover{
    background-color: rgba(0,0,0,0.6)!important;
}

.dataTables_wrapper table.table-list {
    border: 1px solid rgba(0,0,0,0.6);
}

.dataTables_wrapper table.table-list thead th.sorting_asc, 
.dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: rgba(0,0,0,0.6);
}

table.dataTable thead>tr>td.sorting:before, 
table.dataTable thead>tr>td.sorting_asc:before, 
table.dataTable thead>tr>td.sorting_asc_disabled:before, 
table.dataTable thead>tr>td.sorting_desc:before, 
table.dataTable thead>tr>td.sorting_desc_disabled:before, 
table.dataTable thead>tr>th.sorting:before, 
table.dataTable thead>tr>th.sorting_asc:before, 
table.dataTable thead>tr>th.sorting_asc_disabled:before, 
table.dataTable thead>tr>th.sorting_desc:before, 
table.dataTable thead>tr>th.sorting_desc_disabled:before{
    color: #fff;
}
  
table.dataTable thead>tr>td.sorting:after, 
table.dataTable thead>tr>td.sorting_asc:after, 
table.dataTable thead>tr>td.sorting_asc_disabled:after, 
table.dataTable thead>tr>td.sorting_desc:after, 
table.dataTable thead>tr>td.sorting_desc_disabled:after, 
table.dataTable thead>tr>th.sorting:after, 
table.dataTable thead>tr>th.sorting_asc:after, 
table.dataTable thead>tr>th.sorting_asc_disabled:after, 
table.dataTable thead>tr>th.sorting_desc:after, 
table.dataTable thead>tr>th.sorting_desc_disabled:after{
    color: #fff;
}

.featured-tld {
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
}

/* Tables - Form Control */
.dataTables_wrapper .dataTables_filter label .form-control {
    background: url(../media/search-iconW.png) rgba(51,51,51,0.8) no-repeat left;
    background-size: 10%;
    padding: 7px 10px 7px 45px!important;
    height: auto;
    font-size: .9rem;
    box-sizing: unset;
    width: -moz-available;
}

div.dataTables_wrapper div.dataTables_filter input {
    color: #fff;
    backdrop-filter: blur(10px);
}

/********** Standard Cart **********/
.view-cart-items-header {
    background-color: #4E2F90;
}

/* Order Form */
#order-standard_cart{
    padding: 0px;
}

#order-standard_cart .cart-sidebar{
    display: none;
}

#order-standard_cart .sidebar-collapsed {
  display: none;
}

#order-standard_cart .sub-heading span, 
#order-standard_cart .sub-heading-borderless span {
    color: #333!important;
    border-radius: 10px;
}

#order-standard_cart .mc-promo {
    color: #333;   
}

#order-standard_cart .addon-promo-container {
 border: none !important;   
}

#order-standard_cart .account-select-container div.account.active {
    background: rgba(255,255,255,0.12)!important;
    backdrop-filter: blur(10px);
}

#order-standard_cart .account-select-container div.account {
    background: rgba(255,255,255,0.12)!important;
    backdrop-filter: blur(10px);
}

#order-standard_cart .summary-container {
    background-color: rgba(51,51,51,0.6)!important;
    backdrop-filter: blur(10px);
}

#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true], 
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true] {
    border-color: rgba(0,0,0,0.6) !important;
    background-color: rgba(0,0,0,0.6)!important;
}

#order-standard_cart .view-cart-tabs .tab-content {
    background-color: transparent!important;
}

#order-standard_cart .view-cart-tabs .nav-tabs>li.active>a {
    background-color: rgba(0,0,0,0.6)!important;
}

#order-standard_cart .view-cart-items-header {
    background-color: rgba(0,0,0,0.6)!important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 2px solid rgba(0,0,0,0.6)!important;
}

#order-standard_cart .product-info{
    background-color: rgba(51,51,51,0.6)!important;
    border-top: 1px solid rgba(0,0,0,0.6)!important;
    border-bottom: 1px solid rgba(0,0,0,0.6)!important; 
}


#order-standard_cart .secondary-cart-body{
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background-color: rgba(51,51,51,0.6);
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#order-standard_cart .view-cart-items .item {
    background-color: transparent !important;
}

/* Products */
.product-desc{
    /*height: 38vh;*/
    overflow-y: scroll;
    overflow-x: hidden;
    
    scrollbar-color: #4E2F90 #eee;
    scrollbar-width: thin;
}

/*
  .product-desc p > strong{
      display: none;
  }
*/

.product-desc-cont{
    /*height: 55vh;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-desc::-webkit-scrollbar {
    display: block;
    width: 5px;
    background-color: #eee;
    border-radius: 5px;
    opacity: 0.8;
}

.product-desc::-webkit-scrollbar-thumb {
  background: #4E2F90; 
}

.product-desc li {
    list-style: none;
    font-size: 14pt;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: solid 1px #999;
    padding: 20px 0px 0px 0px;
    margin: 0px 20px;
    color: #333;
}

.product-desc li::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    /* Height of the list image*/
    height: 20px;
  
    /* Width of the list image*/
    min-width: 20px;
    background-image: url("../media/check.png");
    background-size:     100%;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}

.products{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 10vh;
}

.product{
    background-color: rgba(255, 255, 255, 0.65);
    width: 400px;
    margin: 20px;
    padding-bottom: 20px;
    /*height: 70vh;*/
}

.product p{
    text-align: center;
    margin: 0px 40px;
    color: #000;
}

.product-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90vw;
}

.product-pricing{
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price{
    font-size: 18pt;
    font-weight: bolder;
    /*text-shadow: 2px 4px 7px rgba(0,0,0,0.3);*/
}

.product-pricing p{
    font-weight: bold;
}

.cart-body{
    height: 85vh;
    overflow-x: hidden;
    width: 100% !important;
}

div.tab-content.bg-white.product-details-tab-container{
    background-color: rgba(51,51,51,0.6);
    border: rgba(0,0,0,0.6);
}

div.product-icon.text-center{
    background-color: rgba(0,0,0,0.6)!important;
}

/*
.container{
    overflow-y: scroll;
}
*/

@media only screen and (max-width: 992px) {
    .cart-body{
        margin-top: 0vh;
    }

}

/* Orderform - Form Control */
#order-standard_cart .field, #order-standard_cart .form-control {
    color: #fff!important;
    background-color: rgba(255,255,255,0.12)!important;
    border: 1px solid rgba(0,0,0,0.6)!important;
    backdrop-filter: blur(10px);
}

/* Coming Soon */
.comingSoon{
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comingSoon h1{
    font-weight: bold;
    color: #fff;
}

.text-primary {
    color: #fff!important;
}

/********** Header **********/
#custom-header{
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100vw;
    box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
    background-color: #333;
}

#custom-header button{
    outline: none;
}

#custom-nav{
    display: grid;
    height: 100%;
    position: relative;
}

#nav-grid-3 li{
    list-style: none;
}

#nav-grid-3 > li a{
    text-decoration: none;
    color: #4E2F90;
    font-weight: 600;
}

#nav-grid-3 > li a:hover{
    text-decoration: none;
    color: #4E2F90;
    font-weight: 600;
}

#header-line{
    width: 1px;
    height: 40%;
}

#nav-grid-1{
    display: flex;
    align-items: center;
}

#nav-grid-1 a{
    display: flex;
    justify-content: flex-end;
}

.notifications-margin{
    margin: 0px 15px;
}

.select-account a:hover {
    background-color: rgba(78,47,144,0.6);
    border-radius: 2px;
}

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      color: #fff!important;
      background-color: rgba(0,0,0,0.6)!important;
      border-color: rgba(0,0,0,0.6)!important;
  }

  .nav-tabs .nav-item .nav-link{
      color: #fff!important;
  }
  
  .nav-tabs .nav-item .nav-link:hover {
      color: #fff!important;
      background-color: rgba(51,51,51,0.6)!important;
      border-color: rgba(0,0,0,0.6)!important;
  }

  .nav-tabs {
      border-bottom: 1px solid rgba(0,0,0,0.6);
  }

/* Header - Dropdown Menu - Buy Now */
.link{
    text-decoration: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
}

.link:hover{
    text-decoration: none;
    color: #4E2F90;
}

.d-links a{
    text-decoration: none;
}

.d-links a:hover{
    text-decoration: underline;
}

/* Header - Dropdown Menu - Our Company */
#header-our-company a{
    text-decoration: none;
}

#header-our-company ul{
    list-style: none;
}

/* Small devices (mobile) */
@media only screen and (max-width: 992px) {
    #custom-nav{
        grid-template-columns: auto 100px;
        width: 100vw;
    }

    #header-line{
        display: none;
    }

    #nav-grid-3{
        display: none;
    }

    #nav-grid-2{
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header-logo-white{
        height: 45px;
        margin-left: 40px;
    }

    .header-text{
        display: none;
    }

    .header-logo-purple{
        display: none;
    }

    .nav-dropdown.active > .link{
        background-color: #4E2F90;
    }

    .nav-dropdown-menu{
        background-color: #4E2F90;
    }

    .nav-dropdown{
        display: none;
    }

    .hamburger-menu{
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        cursor: pointer;
    }

    .hamburger-menu.active .top-bar{
        transform: translate(-50%, -90%) rotate(-315deg);
        top: 50%;
        background-color: #4E2F90;
    }

    .hamburger-menu.active .mid-bar{
        background-color: #4E2F90;
        opacity: 0;
    }

    .hamburger-menu.active .bottom-bar{
        transform: translate(-50%, -90%) rotate(-225deg);
        top: 50%;
        background-color: #4E2F90;
    }

    .hamburger-bar{
        content: '';
        width: 55px;
        height: 4px;
        border-radius: 25px;
        position: absolute;
        top: 50%;
        left: 90%;
        transform: translate(-50%, -90%);
        transition: transform 0.6s, opacity 0.8s, background-color 0.2s, top 0.6s;
        background-color: #fff;
    }

    .top-bar{
        top: 25%;
    }

    .bottom-bar{
        top: 75%;
    }

    .mobile-menu{
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #fff;
        height: 100vh;
        width: 100%;
        transition: right 0.5s;
        color: #4E2F90;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .mobile-menu a{
        text-decoration: none;
        color: #333;
    }

    .mobile-menu ul{
        list-style: none;
        margin-bottom: 0;
    }

    .mobile-menu.active{
        right: 0;
    }

    .mobile-menu-container{
        margin-top: 10vh;
    }

    .mobile-select.active > .first-menu{
        opacity: 1;
        max-height: 1000px;
        pointer-events: auto;
        transition: max-height 1s ease;
    }

    .mobile-select.active .poly-img-1{
        transform: rotate(-180deg);
    }
    
    .mobile-links-container{
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        width: 100vw;
    }

    .mobile-link{
        width: 100%;
        padding: 20px 40px;
        font-size: 16pt;
    }

    .mobile-dropdown-heading{
        width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .mobile-dropdown-heading:hover{
        background-color: #eee;
    }

    .mobile-dropdown-heading img{
        height: 9px;
        margin-right: 40px;
    }

    .mobile-link a{
        color: #4E2F90;
        font-size: 16pt;
    }

    .mobile-our-company li{
        padding: 20px 60px;
        cursor: pointer;
    }

    .mobile-our-company li:hover{
        background-color: rgba(51, 0, 102, 0.6);
    }

    .mobile-our-company li:nth-child(1){
        padding-top: 20px;
    }
    
    .mobile-our-company li:nth-last-child(1){
        padding-bottom: 20px;
    }

    .mobile-our-company a{
        color: #fff;
        font-size: 15pt;
    }
    
    .mobile-our-company a i{
        margin-right: 20px;
    }
    
    .poly-img-1{
        transition: transform 0.3s ease;
    }

    .first-menu{
        color: #fff;
        background-color: #4E2F90;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        position: relative;
        box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
        -webkit-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
    }

    .second-select{
        padding: 20px 60px;
        width: 100%;
        font-size: 15pt;
    }
    
    .second-mobile-select:hover{
        background-color: rgba(51, 0, 102, 0.6);
    }

    .second-mobile-select.active > .second-menu{
        position: relative;
        opacity: 1;
        max-height: 500px;
        pointer-events: auto;
        transition: max-height 1s ease;
    }

    .poly-img-2{
        transition: transform 0.3s ease;
    }

    .second-mobile-select.active .poly-img-2{
        transform: rotate(-180deg);
    }
    
    .second-mobile-select div{
        width: 100vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .second-mobile-select img{
        height: 9px;
        margin-right: 60px
    }

    .second-menu{
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        position: relative;
        background-color: #330066;
        display: flex;
        justify-content: baseline;
        flex-direction: column;
        box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
        -webkit-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
    }

    .second-menu a{
       color: #fff;
       width: 80vw;
       text-align: justify;
    }

    .second-menu li{
        padding: 20px;
    }

    .second-menu li:nth-child(1){
        padding-top: 20px;
    }
    
    .second-menu li:nth-last-child(1){
        padding-bottom: 20px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* Basic Header */
    #nav-grid-3 img{
        height: 16px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* Basic Header */

    #custom-nav{
        grid-template-columns: 20% auto 30%;
    }

    .CC-header-logo{
        width: 50%; 
        margin-right: 30px;
    }

    /*.header-logo-white{
        display: none;
    }*/

    .hamburger{
        display: none;
    }

    .link{
        color: #fff;
        font-size: 9pt;
        height: 10vh;
        padding: 0px 23px;
    }
    
    .link:hover{
        color: #fff;  
    }

    .polygon{
        height: 8px;
        transition: transform 0.3s ease;
    } 

    #nav-grid-2{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    #nav-grid-3{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }
    
    /* Dropdown Menu - Buy Now */
    .d-links a{
        font-size: 9pt;
    }

    .bn-dropdown-services h1{
        font-size: 10pt;
    }

    .nav-dropdown-menu{
        background-color: #333;
        position: absolute;
        z-index: 2;
        left: 0;
        top: calc(0);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-5px);
        transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
        min-width: 100vw;
        max-height: 1000px;
        
        box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
        -webkit-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: inset 0px 6px 14px -6px rgba(0,0,0,0.30);
    }
    
    .nav-dropdown.active > .link + .nav-dropdown-menu{
        opacity: 1;
        transform: translateY(0px);
        pointer-events: auto;
    }

    .nav-dropdown.active .polygon{
        transform: rotate(-180deg);
    }
    
    .bn-dropdown-services{
        display: grid;
        grid-template-columns: 18% 18% 18% 18% 18%;
        column-gap: 1.5%;
        min-height: 30vh;
        max-height: 570px;
        width: 95vw;
        margin: 2vw 4vw;
    }
    
    .bn-img{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 10%;
    }

    .bn-img img{
        height: 50px;
    }
    
    .d-links{
        padding: 10px;
        height: 200px;
    }
    
    .d-links ul{
        list-style: none;
    }
    
    .d-links li{
        margin-bottom: 5%;
    }
    
    .d-links a{
        color: #fff;
    }
    
    .bn-dropdown-services h1{
        font-weight: 600;
        color: #fff;
        display: flex;
        justify-content: center;
        padding: 20px 0px;
    }
    
    .d-connectivity h1{
        background-color: #333399;
    }
    
    .d-voice-solutions h1{
        background-color: #996699;
    }
    
    .d-managed-services h1{
        background-color: #A41119;
    }
    
    .d-software-licensing h1{
        background-color: #B3A233;
    }
    
    .d-cloud-hosting h1{
        background-color: #33860B;
    }
    
    .d-technology h1{
        background-color: #0D3988;
    }
    
    .d-connectivity{
        background-color: #6875b2;
    }
    
    .d-voice-solutions{
        background-color: #bc93c8;
    }
    
    .d-managed-services{
        background-color: #c2696e;
    }
    
    .d-software-licensing{
        background-color: #cbc07e;
    }
    
    .d-cloud-hosting{
        background-color: #7eb066;
    }
    
    .d-technology{
        background-color: #6781b1;
    }

    /* Dropdown Menu - Our Company */
    .oc-dropdown{
        display: grid;
        grid-template-columns: 20% 77%;
        column-gap: 3%;
        margin: 3% 5%;
    }

    #header-our-company{
        background-color: #fff;
    }

    #header-our-company h1{
        font-weight: 600;
        padding: 15px;
        color:#333;
        background-color: rgba(0,0,0,0.20);
        font-size: 14pt;
    }

    #header-our-company ul{
        padding: 10px 30px;
    }

    #header-our-company li{
        padding: 10px 0px

    }

    #header-our-company a{
        color: #333;
        font-size: 12pt;
    }

    #header-our-company a:hover{
        color: #4E2F90;
    }

    #header-newsletter{
        background-color: #fff;
    }

    #header-n-margin{
        margin: 100px;
    }

    #header-n-margin div{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 80px;
    }

    #header-n-margin img{
        height: 50px;
        margin-right: 30px;
    }

    #header-n-margin h1{
        font-size: 16pt;
        font-weight: 400;
        color: #333;
    }

    #header-n-margin span{
        font-weight: bold;
    }

    #header-n-margin form{
        display: flex;
        flex-direction: column;
    }

    #header-n-margin input{
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
        border: solid 2px rgba(0,0,0,0.30);
        border-radius: 0;
    }

    #header-n-margin input::placeholder{
        padding-left: 40px;
        opacity: 0.8;
    }

    #header-n-margin button{
        width: 100%;
        height: 40px;
        color: #fff;
        background-color: #4E2F90;
        border: none;
        font-size: 16pt;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* Basic Header */
    .CC-header-logo{
         width: 50%; 
    }

    .polygon{
        height: 10px;
    }
    
    #nav-grid-3 img{
        height: 25px;
    }

    .link{
        font-size: 12pt;
    }

    .bn-img img{
        height: 50px;
    }

    /* Dropdown Menu - Buy Now */
    .d-links a{
        font-size: 11pt;
    }

    .bn-dropdown-services h1{
        font-size: 13pt;
    }
    
}

@media only screen and (min-width: 1320px) {
    .link{
        font-size: 13pt;
    }
}

@media only screen and (min-width: 1450px) {
    .link{
        font-size: 15pt;
    }
}

@media only screen and (min-width: 1660px) {
    /* Dropdown Menu - Buy Now */
    .d-links a{
        font-size: 13pt;
    }

    .bn-dropdown-services h1{
        font-size: 18pt;
    }
    
    .bn-img img{
        height: 60px;
    }
}

@media only screen and (min-height: 570px) {
    /* Basic Header */
    #custom-header{
        height: 10vh;
    }
}

@media only screen and (max-height: 570px) {
    /* Basic Header */
    #custom-header{
        min-height: 60px;
        max-height: 60px;
    }

    #custom-nav{
        min-height: 60px;
    }

    .link{
        font-size: 12pt;
        height: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    #header-our-company h1{
        font-size: 18pt;
    }

    #header-our-company a{
        font-size: 16pt;
    }
}

/********** FOOTER **********/
#custom-footer{
    position: fixed;
    z-index: 2;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 5vh;
}

#custom-footer li{
    list-style: none;
}

#custom-footer a{
    text-decoration: none;
    color: #fff;
}

.footer-socials{
    display: flex;
    flex-direction: row;
    /* margin-right: 10vw; */
    align-items: center;
}

.footer-divider{
    height: 30px!important;
}

.footer-links p{
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* Small devices (mobile) */
@media only screen and (max-width: 992px) {
    #custom-footer{
        background-color: #333;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    #custom-footer a{
        font-size: 12pt;
    }

    #custom-footer p{
        margin-left: 30px;
    }

    #footer-grid img{
        margin-right: 3vw;
    }

    #footer-grid{
        display: grid;
        grid-template-columns: 70% 30%;
        width: 100%;
        margin-top: 10px;
    }

    #footer-grid img{
        height: 15px;
    }

    .footer-links{
        display: none;
    }
    
    .footer-socials{
        justify-content: space-around;
    }

    .mobile-footer-links{
        display: flex;
        height: 10px;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .mobile-footer-links a{
        display: flex;
        align-items: center;
    }
    
    .PayGate{
        display: none;
    }
    
    .PayGate-mobile img{
        height: 20px;
        margin: 0px;
    }
    
    .PayGate-mobile{
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 10px;
        /*  background-color: #f4f4f4; */
        padding: 10px 0px;
    }
    
}

/* Larger devices (desktop) */
@media only screen and (min-width: 992px) {
    #custom-footer{
        background-color: #333;
        padding: 20px 30px;
    }

    #custom-footer a{
        font-size: 10pt;
    }
    
    #custom-footer a:hover{
        text-decoration: underline;
    }
    
    #custom-footer p{
        margin-right: 10px;
        text-shadow: none;
        color: #fff !important;
        cursor: context-menu;
    }

    #footer-grid{
        /*
        display: grid;
        grid-template-columns: 60% auto auto;
        */
        display: flex;
        justify-content: space-between;
        width: 100vw;
        /* margin-left: 6vw; */
        margin: 0px 20px;
    }
    
    #footer-grid img{
        height: 20px;
    }

    #footer-grid .PayGate img{
        height: 20px;
        margin: 0px;
    }
    
    #q-links{
        font-size: 13pt;
        margin-left: 40px;
    }

    .footer-links{
        display: flex;
            min-width: 550px;
        /* flex-direction: column; */
        /* line-height: 0.1; */
        /* align-items: center; */
    }

    .mobile-footer-links{
        display: none;
    }
    
    .footer-socials{
        justify-content: space-around;
        width: 15%;
    }
    
    .PayGate{
        /* background-color: #f4f4f4; */
        /* margin: 30px 10px; */
        /* height: 10vh; */
        /* margin-bottom: 30px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 40%;
    }
    
    .PayGate-mobile{
        display: none;
    }
    
}

/********** Page General **********/
/* Page Header */
.pageheading-top{
    height: 8vh;
}
.page-heading{
    /*height: 8vh;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
    /*margin-left: 8vw;*/
    /*max-width: 80vw;*/
    /*position: fixed;*/
    /*text-shadow: 0px 0px 6px rgba(0,0,0,0.6);*/
    display: none;
}

.page-heading h2{
    color: #fff;
    font-weight: bold;
    align-items: center;
    overflow: hidden;
}

.page-heading img{
    height: 30px;
    margin-right: 40px;
    cursor: pointer;
}

@media only screen and (max-width: 680px) {
    .page-heading h2{
        font-size: 16pt;
    }
}

@media only screen and (max-width: 992px) and (min-width: 680px){
    .page-heading h2{
        font-size: 20pt;
    }
}

@media only screen and (min-width: 992px) {
    .page-heading h2{
        font-size: 25pt;
        
    }
}

/********** Home Page **********/
/* Backgrounds */
.connectivity{
    background-image: url(../media/backgrounds/ConnectivityBG.png);
}

.voice-solutions{
    background-image: url(../media/backgrounds/VoiceSolutionsBG.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.managed-services{
    background-image:  url(../media/backgrounds/ManagedServicesBG.png);
}

.software-licensing{
    background-image:  url(../media/backgrounds/SoftwareLicensingBG.png);
}

.cloud-hosting{
    background-image:  url(../media/backgrounds/CloudHostingBG.png);
}

.technology{
    background-image:  url(../media/backgrounds/TechnologyBG.png);
}

.vps-hosting {
    background-image:  url(../media/backgrounds/CloudHostingBG.png);
}


/* Home Page General */
.column-box p{
    font-size: 16pt;
    margin: 0px 0px 20px 0px;
    color: #fff;
    font-weight: bold;
}

.clientA{
    padding: 20px;
    max-width: 100vw;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 992px) {
    .column-container{
        width: 100vw;
        overflow: hidden;
    }

    .column-box img{
        display: none;
    }
    
    .column-box{
        padding: 20px;
        width: 100vw;
        background-position: center;
        background-repeat: none;
        background-size: cover;
        display: flex;
        justify-content: baseline;
        align-items: center;
        
    }

    .column-box div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 300px;
        padding: 20px 0px;
    }

    .column-box:first-of-type {
        background-image: url(../media/backgrounds/ConnectivityMobile.png);
    }
    
    .column-box:nth-of-type(2) {
        background-image: url(../media/backgrounds/VoiceMobile.png);
    }
    
    .column-box:nth-of-type(3) {
        background-image: url(../media/backgrounds/ManagedMobile.png);
    }
    
    .column-box:nth-of-type(4) {
        background-image: url(../media/backgrounds/Software\Mobile.png);
    }
    
    .column-box:nth-of-type(5) {
    background-image: url(../media/backgrounds/CloudMobile.png);
    }
    
    .column-box:last-of-type {
        background-image: url(../media/backgrounds/TechnologyMobile.png);
    }

}

@media only screen and (min-width: 992px) {
    .column-container{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        position: absolute;
        top: 60vh;
        width: 100vw;
    }
    
    .column-box{
        width: 17%;
        margin: auto;
        text-align: center;
    }

    .column-box p{
        font-size: 12pt;
    }

    .column-box div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .column-box img{
        height: 80px;
        margin-bottom: 15px;
    }

    .swiper-slide {
        text-align: center;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width:100vw;
    }
    
    .swiper-container{
        height: 85vh;
    }
    
    .container-general {
        width: 100vw;
    }
    
    .container-general .gallery-wrap {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 90vh;
    }

    .container-general .gallery-wrap .home-section-column {
        flex: 1;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: none;
        transition: all 0.8s ease;
    }
    
    .container-general .gallery-wrap .home-section-column:hover {
        flex: 1.1;
    }
    
    .wrap-effect-1 .home-section-column:first-of-type {
        background-image: url(../media/backgrounds/ConnectivityCol-1.png);
    }
    
    .wrap-effect-1 .home-section-column:nth-of-type(2) {
        background-image: url(../media/backgrounds/VoiceSolutionsCol-1.png);
    }
    
    .wrap-effect-1 .home-section-column:nth-of-type(3) {
        background-image: url(../media/backgrounds/ManagedServicesCol-1.png);
    }
    
    .wrap-effect-1 .home-section-column:nth-of-type(4) {
        background-image: url(../media/backgrounds/SoftwareLicensingCol-1.png);
    }
    
    .wrap-effect-1 .home-section-column:last-of-type {
        background-image: url(../media/backgrounds/CloudHostingCol-1.png)!important;
    }
    
    /*.wrap-effect-1 .home-section-column:last-of-type {*/
    /*    background-image: url(../media/backgrounds/CloudHostingCol.png);*/
    /*}*/
   
}
    
@media only screen and (min-width: 1070px) {
    .column-box p{
        font-size: 13pt;
    }

}

@media only screen and (min-width: 1320px) {
    .column-box p{
        font-size: 16pt;
    }

}

/********** Connectivity **********/
  
/********** Voice Solutions **********/
    
/********** Managed Services **********/
    
/********** Software Lisences **********/
    
/********** Cloud Hosting **********/  
  
/********** Technology **********/
  
/********** About Us **********/
.pulsating-circle {
    fill: #fff;
    stroke: #4E2F90;
    stroke-width: .3;
    transition: fill 0.2s ease-in-out;
  }
  
.pulsating-circle:hover,
.pulsating-circle.hovered {
  fill: #4E2F90;
}

.circle-clicked{
    fill: #4E2F90;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;        
}

@-webkit-keyframes pulse-ring {
    0% {
    stroke-width: 0.3;
    stroke-opacity: 0;
    fill: #fff;
    }
    80%, 100% {
      stroke-width: 0.8;
      stroke-opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
      stroke-width: 0.3;
      fill: #fff;
    }
    80%, 100% {
      stroke-width: 0.8;
      stroke-opacity: 0;
    }
}

#dots{
    height: 45vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    overflow: hidden;
}

#dots .Naas-quote{
    color:#fff;
    position: absolute;
    z-index: 0;
    width: 40vw;
}

#dots .Naas-quote h1{
    font-size: 30pt;
}

#dot-container {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dot-container canvas{
    opacity: 0.5;
}
  
#about-values{
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    min-height: 40vh;
    color: #333;
    background-color: #eee;
    padding: 0vh 3vw;
}

.a-div{
    padding: 3vh 2vw;
}
.a-info{
    text-align: center;
}

.a-info p{
    width: 100%;
    margin: auto;
    text-align: justify;
}

#about-values h2{
    color: #4E2F90;
    margin-bottom: 20px;
    font-weight: bold;
}
  
.a-values{
    width: 100%;
    transition: transform 0.6s;
}

.values-val.active .poly-img-2{
    transform: rotate(180deg);
}

.values-heading{
    padding: 10px;
    background-color: #4E2F90;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.values-body{
    display: none;
    padding: 15px;
    background-color: #fff;
    border-bottom: 2px solid #4E2F90;
}
  
.values-val.active .values-body{
    display: block;
}
  
.values-val{
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    margin-bottom: 1px;
    min-width: 300px;
}

@media (max-width: 720px) {
    #dots .Naas-quote{
        color:#fff;
        position: absolute;
        z-index: 0;
        width: 80vw;
    }
    
    #dots .Naas-quote h1{
        font-size: 20pt;
    }
    
}

@media (max-width: 1000px) {
    #about-values{
        flex-direction: column-reverse;
        height: fit-content;
    }
    
    #about-values p{
        font-size: 11pt;
    }
    
    #about-values h2{
        font-size: 18pt;
    }
}
/*
#stats {
    position: absolute;
    right: 10px;
    top: 10px;
}

*/

/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
/* Some Cool Stuff */
/*
.demo-card:nth-child(1) {
    order: 1;
} 
.demo-card:nth-child(2) {
    order: 2;
} 
.demo-card:nth-child(3) {
    order: 3;
} 
.demo-card:nth-child(4) {
    order: 4;
}
.demo-card:nth-child(5) {
    order: 5;
} 
.demo-card:nth-child(6) {
    order: 6;
}
.demo-card:nth-child(7) {
    order: 7;
}
.demo-card:nth-child(8) {
    order: 8;
}
.demo-card:nth-child(9) {
    order: 9;
}
.demo-card:nth-child(10) {
    order: 10;
}
.demo-card:nth-child(11) {
    order: 11;
}
.demo-card:nth-child(12) {
    order: 12;
}
.demo-card:nth-child(13) {
    order: 13;
}
.demo-card:nth-child(14) {
    order: 14;
}
.demo-card:nth-child(15) {
    order: 15;
}
.demo-card:nth-child(16) {
    order: 16;
}
.demo-card:nth-child(17) {
    order: 17;
}
*/
/* Border Box */
#timeline {
    /*padding: 30px 0;*/
    background: #f7f7f7;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
    height: fit-content;
    color: #333;
}
#timeline h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4E2F90;
}
#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 1;
    border-bottom: 3px solid #4E2F90;
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
#timeline .demo-card-wrapper::after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #bdbdbd;
}

#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}
  #timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 4px;
    padding-right: 8px;
}
#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
    color: rgba(255,255,255,0.6);
}
#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
#timeline .demo-card .body img {
    display: block;
    width: 100%;
}
#timeline .demo-card{
    background-color: #4E2F90;
}
  
@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
    #timeline .demo-card .head h2 {
        font-size: 100%;
        line-height: 1.2rem;
    }
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}
@media (min-width: 800px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}
@media (min-width: 1100px) {
    #timeline .demo-card .head h2 {
        font-size: 130%;
        line-height: 1.2rem;
    }
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        margin: 0 auto;
        width: 1080px;
    }
    #timeline .demo-card {
        width: 450px;
        height: fit-content;
    }
    #timeline .demo-card .body {
        height: fit-content;
    }
    /*
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
        color: #4E2F90;
    }
    #timeline .demo-card:nth-child(even) .head::before {
        left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
        color: #4E2F90;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        right: 489.5px;
    }
    #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
    */
}

/********** Contact Page **********/
.contact-background-imageCT{
    background-image: url(../media/backgrounds/CapeTown.jpg);  
    background-size: cover;
    background-position: center;
    transition: background-size 0.6s;
    background-repeat: no-repeat;
}

.contact-background-imageC{
    background-image: url(../media/backgrounds/Centurion.jpg);  
    background-size: cover;
    background-position: center;
    transition: background-size 0.6s;
    background-repeat: no-repeat;
}

.contact-background-imageD{
    background-image: url(../media/backgrounds/Durban.jpg);  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-background-imageB{
    background-image: url(../media/backgrounds/Botswana.jpg);  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-card-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-bg-image{
    width: 50%;
    height: 36vh;
    transition: background-size 0.6s;
}

.contact-background-color{
    background-color: rgba(0,0,0,0.6);
    height: 36vh;
}

.contact-background-blur h2{
    margin: 0px 10px;
}

.contact-background-blur h4{
    margin: 0px 15px;
}

.contact-background-blur p{
    margin: 0px 30px 10px 30px;
}

.contact-background-blur{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 36vh;
}

.contact-info{
    text-align: center;
    height: 13vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: solid #222 1px;
    border-bottom: solid #222 1px;
}

.contact-page{
    height: 85vh;
    background-color: rgb(70,70,90);
}

.contact-info p{
    margin: 0;
}

.contact-info a{
    margin-top: 10px;
}

@media only screen and (max-width: 992px) {

    .contact-background-color{
        background-color: rgba(0,0,0,0.6);
    }

    .contact-background-blur{
        justify-content: start;
    }

    .contact-background-blur p{
        font-size: 10pt;
    }

    .contact-background-blur h2{
        font-size: 14pt;
        margin-top: 10px;
    }

}

/********** Terms and Conditions **********/
.CloudCo-Cont{
    background-color: rgba(51,51,51,0.6);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    overflow: scroll;
}

.CloudCo-Cont h4{
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    padding: 2vh 0vw;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.CloudCo-Cont ol{
    padding: 2vh 3vw;
}

.CloudCo-Cont li{
    padding: 1vh 0vw;
}

.CloudCo-Cont ul{
    margin-left: 20px;
}

section#main-body {
    overflow-y: scroll;
}

.CloudCo-faq-headers{
    display: flex;
    flex-direction: row;
}

.CloudCo-faq-headers h4{
    font-size: 12pt;
    border: solid 1px #000;
    padding: 1vh 0vw;
    cursor: pointer;
}

.CloudCo-faq-headers h4:hover{
    background-color: rgba(0,0,0,0.8);
}

.h4body.active{
    display: block;
}

.h4body{
    display: none;
}

.selh4.active{
    background-color: rgba(0,0,0,0.8);
}

/********** Weebly Page **********/
.landing-page.ssl .ideal-for.dv i {
    color: #fff;
}
  
  .landing-page.ssl .certificate-options.ov{
    background-color: rgba(51,51,51,0.6)!important;
}
  
  .landing-page .navbar .navbar-nav > li.active > a{
    color: #333!important;
}
  
  .landing-page .navbar .navbar-nav > li > a {
    border-top: 1px solid #eee;
    border-bottom: none!important;
    color: #fff!important;
}
  
  .landing-page .trusted-by {
    color: #333!important;
    background-color: #f4f4f4!important;
}
  
  .landing-page.weebly .faq {
    background-color: transparent!important;
}
  
  .landing-page .hero {
    background-color: #f8f9fa;
}
  
  .landing-page .features {
    background-color: #333!important;
}
  
  .landing-page.weebly .weebly-lite-plan {
    padding: 60px!important;
    background-color: #eee!important;
    border: none!important;
    border-radius: 4px;
    color: #333;
}
  
  .landing-page .pricing-item {
    background: #eee;
    color: #333;
}
  
  .landing-page .pricing-item .feature-heading {
    background-color: #4E2F90!important;
    color: #fff;
}
  
  .landing-page .pricing-item .header {
    height: 100px;
}
  
  .landing-page.ssl .detailed-info .card-body {
    color: #333;
}
  
  .landing-page.ssl .what-is-ssl .fas, .landing-page.ssl .what-is-ssl .far {
    color: #fff!important;
}
  
 .landing-page.ssl .ssl-benefits i {
    display: block;
    margin: 20px 0;
    font-size: 5em;
    color: #fff!important;
}
  
  .landing-page.ssl .standout-2 {
    background-color: #f4f4f4;
}
  
  .landing-page .content-block {
    margin: 0px!important;
    padding: 40px 0;
}
  
  .landing-page.ssl .detailed-info {
    padding: 80px 0;
    background-color: transparent!important;
}

.landing-page .navbar.navbar-expand-lg .navbar-nav > li > a {
    color: #333;
}

/********** FAQ **********/
.faq-question{
    margin-bottom: 1px;
    background-color: rgba(165, 165, 165, 0.6);
}

.faq-q{
    color: #fff;
    border: solid 1px #999;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}

.faq-a{
    max-height: 0;
    overflow: hidden;
    position: relative;
    background-color: rgba(153,153,153, 0.5);
    transition: max-height 1s ease;
}

.faq-a p{
    padding: 20px;
    color: #fff;
}

.faq-question.active .faq-a{
    max-height: 500px;
    animation: fade 1s ease-in-out;
}

.faq-question.active img{
    transform: rotate(180deg);
}

.faq img{
    transition: transform 0.5s ease-in;
}

@keyframes fade {
    from{
        opacity: 0;
        transform: translateY(-10);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 992px) {
    .FAQ{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: auto;
        width: 80vw;
        text-align: left;
        margin-bottom: 15vh;
        overflow-y: auto;
    }

    .left-sidebar{
        overflow-y: auto;
    }

    .faq-q h1{
        font-size: 13pt;
    }
    
    .faq-a{
        font-size: 11pt;
    }
}

@media only screen and (min-width: 992px) {
    .FAQ{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 18%;
        margin-right: 9%;
        text-align: left;
        overflow-y: scroll;
        max-height: 70vh;
    }

    .left-sidebar{
        margin-top: 10vh;
        overflow-y: scroll;
        max-height: 70vh;
    }

    .faq-q h1{
        font-size: 16pt;
    }
    
    .faq-a{
        font-size: 14pt;
    }
}

/* Managed FAQ */
.managed-faq div{
    padding: 20px;
}

.managed-faq div:nth-of-type(odd){
    background-color: rgba(255 , 255, 255, 0.65);
}

.managed-faq div:nth-of-type(even){
    background-color: rgba(185, 185, 185, 0.65);
}

.managed-faq div{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.managed-faq img{
    margin-right: 20px;
}

@media only screen and (max-width: 992px) {
    .managedFAQ{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 3vh 8vw;
    }

    .managed-faq{
        width: 100%;
        margin-bottom: 15vh;
        font-size: 10pt;
    }

    .managed-faq img{
        height: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .managedFAQ{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0vh 8vw;
    }

    .managed-faq{
        width: 100%;
        margin-bottom: 5%;
        font-size: 12pt;
        margin-top: 10vh;
        overflow: scroll;
        max-height: 70vh;
    }

    .managed-faq img{
        height: 30px;
    }

    .managed-faq div{
        height: 60px;
    }
    
}

/********** Features List **********/
/*
.features-list{
    display: flex;
    justify-content: center;
}

.feature{
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    width: 80vw;
}

.feature-border{
    border-top: solid 2px #fff;
}

.feature:nth-last-child(3){
    border-bottom: solid 2px #fff;
}

.feature div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature p{
    display: flex;
    align-items: center;
}

.feature-2 p{
    text-align: center;
}

.feature a{
    text-decoration: none;
    display: flex;
    color: #fff;
}

.our-features{
    text-align: center;
    width: 60vw;
    color: #fff;
    margin: 40px auto;
}

.features-page-grid{
    display: flex;
    row-gap: 4vh;
    color: #fff;
    width: 100vw;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5vh;
}

.f-grid-center{
    width: 100%;
    overflow: hidden;
    margin-bottom: 8vh;
}

.features-flex-start{
    display: flex;
    justify-self: baseline;
}

@media only screen and (max-width: 992px) {
    .features{
        background-color: rgba(255, 255, 255, 0.50);
        box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
        -webkit-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
        color: #fff;
        padding: 20px 40px;
        margin: 2vh 0vw 0vh 0vw;
    }

    .features-list p{
        font-size: 8pt;
    }

    .features-flex-start p{
        font-size: 11pt;
    }

    .FAQ-img{
        margin-right: 20px;
        height: 28px;
    }

    .feature img{
        height: 28px;
    }

    .features-list h1{
        text-align: center;
        font-size: 11pt;
    }

    .feature h2{
        text-align: center;
        font-size: 11pt;
    }

    .features-flex-start img{
        padding-right: 10px;
    }

    .feature div{
        height: 60px;
    }

    .features-page-grid-2{
        text-align: center;
    }

    .features-page-grid-2 h1{
        margin: 10px 0px;
    }

    .features-page-grid-2 img{
        margin: auto;
    }

    .features-page-grid{
        column-gap: 5vw;
        max-width: 90vw;
        margin: auto;
    }
}

@media only screen and (min-width: 992px) {
    .features{
        background-color: rgba(255, 255, 255, 0.50);
        box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
        -webkit-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 6px 14px -6px rgba(0,0,0,0.30);
        color: #fff;
        padding: 20px 40px;
    }

    .feature div{
        height: 80px;
    }

    .features-list p{
        font-size: 17pt;
    }

    .FAQ-img{
        margin-right: 20px;
    }

    .feature img{
        height: 40px;
    }

    .feature h2{
        font-size: 16pt;
    }

    .features-list h1{
        font-size: 20pt;
    }

    .feature-2 p{
        font-size: 13pt;
    }

    .features-flex-start img{
        padding-right: 40px;
    }
    
    .f-margin{
        width: 100vw;
        overflow-y: scroll;
        max-height: 70vh;
        margin-top: 10vh;
    }

    .features-page-grid-2{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 1vw;
        width: 30%;
    }

    .features-page-grid-2 h1{
        margin-bottom: 10px;
        font-size: 14pt;
    }
    
    .features-page-grid-2 p{
        font-size: 11pt;
    }

    .features-page-grid-2 img{
        height: 40px;
    }

    .features-page-grid{
        column-gap: 2vw;
    }
    
}

@media only screen and (min-width: 1200px) {
    .features-page-grid-2 h1{
        font-size: 16pt;
    }
    
    .features-page-grid-2 p{
        font-size: 13pt;
    }

    .features-page-grid-2 img{
        height: 50px;
    }

}

@media only screen and (min-width: 1480px) {
    .features-page-grid-2 h1{
        font-size: 17pt;
    }
    
    .features-page-grid-2 p{
        font-size: 14pt;
    }

    .features-page-grid-2 img{
        height: 60px;
    }
}
*/

/********** Sidebar **********/
.sidebar-grid-1{
    background-color: rgba(0, 49, 56, 0.4);
}

.sidebar-grid-2{
    background-color: rgba(0, 49, 56, 0.5);
}

.sidebar-grid-3{
    background-color: rgba(0, 49, 56, 0.6);
}

.sidebar-grid-4{
    background-color: rgba(0, 49, 56, 0.7);
}

.sidebar-grid-5{
    background-color: rgba(0, 49, 56, 0.8);
}

.sidebar-grid-6{
    background-color: rgba(0, 49, 56, 0.9);
}

.years-div{
    margin-top: 2vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.years-div p{
    padding-top: 1vh;
    height: 30px;
}

.sidebar-img{
    height: 15%;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-img img{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-right{
    height: fit-content;
}

.sidebar-bar{
    backdrop-filter: blur(10px);
}

.sidebar-bar-2{
    padding: 50px 0px;
    backdrop-filter: blur(10px);
}

.sidebar .list-group-item .badge {
    padding: 5px 2px;
    width: 28px;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}

.sidebar .list-group-item{
  border-color: rgba(0,0,0,0.6);
}

.sidebar-content-2{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 3vh 0vw;
}

.sidebar-content-2 h2{
    font-size: 18pt;
    margin-bottom: 10px;
}

.FML{
    width: 80%;
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 10pt;
    
}

.sidebar-content-center{
    
}

@media only screen and (max-width: 992px){
    .sidebar-bar {
        padding: 2vh;
    }
}

.sidebar-bar{
    padding: 10px;
    display: block;
    color: #fff;
    text-align: center;
}

.sidebar-bar-2{
    padding: 50px 10px;
    display: block;
    color: #fff;
    text-align: center;
}

.sidebar-content{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.sidebar-content-2{
    margin: 3vh 8vw 0vh 8vw;
}

.sidebar-grid{
    margin: 0vh 8vw;
}

.sidebar-right-2{
    display: grid;
    grid-template-columns: 50% 50%;
    height: fit-content;
}

.sidebar-bar h2{
    text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

.sidebar-bar p{
    text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

.sidebar-div{
    height: 100%;
    display: flex;
    padding: 0 ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 0.5vh;
}

.sidebar-bar button:hover{
    color: #336633;
}

.sidebar-content h2{
    margin-bottom: 20px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
}

.sidebar-content p{
    text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
    padding-bottom: 10px;
}

.managed-heading{
    height: 9vh;
    width: 90%;
}

@media only screen and (min-width: 0px) {
    .sidebar-grid-col{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .sidebar-grid{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .mobile-center{
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
    }

    .sidebar-content{
        margin-top: 5vh;
        padding: 0vh 8vw 15vh 8vw;
    }

    .sidebar-right{
        justify-content: center;
        width: 90vw;
    }
    
    /*
    .sidebar-bar{
         height: 30vh; 
    }
    */

    .sidebar-bar h2{
        height: fit-content;
        font-size: 13pt;
        margin: 0;
    }

    .sidebar-bar p{
        font-size: 9pt;
        width: 90%;
        margin: 0;
    }
}

@media only screen and (max-width: 680px) and (min-width: 445px) {
    .sidebar-grid-col{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        overflow: auto;
    }
    
    .mobile-center{
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
    }

    .sidebar-content{
        padding: 0vh 8vw 15vh 8vw;
        margin-top: 5vh;
    }

    .sidebar-right{
        justify-content: center;
        width: 80vw;
    }

    .sidebar-bar{
        padding: 10px;
        height: 35vh;
    }

    .sidebar-bar h2{
        font-size: 15pt;
        height: fit-content;
        margin-bottom: 0;
    }
    
    .sidebar-bar p{
        font-size: 11pt;
        width: 80%;
    }

    .sidebar-grid{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) and (min-width: 680px) {
    .sidebar-grid-col{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    
    .mobile-center{
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
    }

    .sidebar-content{
        padding: 0vh 8vw 15vh 8vw;
        margin-top: 5vh;
    }

    .sidebar-right{
        justify-content: center;
        width: 60vw;
    }

    .sidebar-bar{
        padding: 20px;
    }

    .sidebar-content h2{
        font-size: 20pt;
    }
    
    .sidebar-content p{
        font-size: 15pt;
    }
    
    .sidebar-content img{
        width: 20vw;
    }

    .sidebar-grid{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .sidebar-bar{
        height: 30vh;
    }

    .sidebar-bar h2{
        font-size: 15pt;
    }
    
    .sidebar-bar p{
        font-size: 11pt;
        width: 80%;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar-grid-col{
        margin: 0vh 8vw;
        display: grid;
        grid-template-columns: 50vw 30vw;
        gap: 3vw;
        overflow: hidden;
        max-height: fit-content;
    }
    
    .sidebar-right{
        height: fit-content;
        position: fixed;
        width: 30vw;
        top: 10vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 85vh;
    }
    
    .sidebar-bar{
        height: 100%;
    }

    .sidebar-bar h2{
        font-size: 16pt;
        text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    }
    
    .sidebar-bar p{
        
        font-size: 9pt;
        
    }

    .sidebar-fix{
        overflow-y: hidden;
    }
    
    .sidebar-content{
        max-height: fit-content;
        color: #fff;
        padding: 10vh 0vw 20vh 0vw;
    }
    
    .sidebar-content-2{
        margin: 3vh 5vw 0vh 0vw;
    }

    .sidebar-grid{
        display: grid;
        grid-template-columns: 40vw 40vw;
        gap: 3vw;
        margin: 0vh 8vw;
        overflow: hidden;
        max-height: 80vh;
    }
    
    .sidebar-right-2{
        display: grid;
        grid-template-columns: 50% 50%;
        height: 85vh;
        width: 40vw;
        position: fixed;
        overflow-y: hidden;
        top: 10vh;
    }

    .sidebar-content h2{
        font-size: 24pt;
    }
    
    .sidebar-content p{
        font-size: 18pt;
    }
    
    .sidebar-content img{
        width: 9vw;
    }
}

@media only screen and (min-width: 1130px) {
    .sidebar-bar h2{
        font-size: 15pt;
        text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    }
    
    .sidebar-bar p{
        font-size: 10pt;
    }
}

/********** Three Columns - List Panel **********/
.list-panel{
    display: flex;
    justify-content: center;
    width: 100vw;
}

.panel{
    height: min-content;
    padding-bottom: 31px;
}

.panel ul{
    list-style: none;
    margin: 20px 40px 0px 10px;
}

.panel li{
    display: flex;
    flex-direction: row;
    color: #333;
}

.panel li img{
    padding: 20px 20px;
    height: 25px;
}

.panel li p{
    border: solid 2px #999;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 20px 0px;
    font-size: 14pt;
    
}

.panel li:nth-last-child(1) p{
    border-bottom: none;
}


.price{
    color:#fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.price p{
    text-shadow: 2px 4px 7px rgba(0,0,0,0.3);
}

.price li p{
    font-weight: bolder;
}

.price p:nth-child(1){
    margin-right: 5px;
}

.price p:nth-child(2){
    font-size: 60pt;
    margin-top: -10px;
}

.per-year {
    color: #fff !important;
}

.purple-box{
    width: 100%;
    height: 100px;
    background-color: #4E2F90;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    text-align: center;
}

.purple-box h1{
    color: #fff;
    font-size: 20pt;
}

.monthly-vat{
    display: flex;
    justify-content: center;
    text-shadow: 2px 4px 7px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 680px) {
    .list-panel-grid-3{
        margin-top: 3vh;
        display: flex;
        flex-direction: column;
        width: 80vw;
        margin-bottom: 10vh;
    }

    .list-panel-grid-4{
        margin-top: 3vh;
        display: flex;
        flex-direction: column;
        width: 80vw;
        margin-bottom: 10vh;
    }

    .panel{
        margin-bottom: 10%;
    }
}

@media only screen and (max-width: 992px) and (min-width: 680px){
    .list-panel-grid-3{
        display: flex;
        flex-direction: column;
        width: 50vw;
        margin-bottom: 10vh;
    }

    .list-panel-grid-4{
        display: flex;
        flex-direction: column;
        width: 50vw;
        margin-bottom: 10vh;
    }

    .panel{
        margin-bottom: 10%;
    }
}

@media only screen and (min-width: 992px) {
    .list-panel-grid-3{
        display: grid;
        grid-template-columns: auto auto auto;
        width: 64vw;
        grid-column-gap: 20px;
    }

    .list-panel-grid-4{
        display: grid;
        grid-template-columns: auto auto auto auto;
        width: 84vw;
        grid-column-gap: 20px;
    }

    .panel{
        margin-bottom: 20%;
    }

    .list-panel{
        
        max-height: 70vh;
    }
}

/********** RESPONSIVENESS TEMPLATE **********/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}





















/*custom cloudco pbx1*/
.row-product-selection {
    position: relative;
    left: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: url(https://sandbox.cloudco.co.za/templates/cloudco-theme/media/backgrounds/VoiceSolutionsBG.png);
}

#order-pure_comparison h3 {
    color: #fff;
    font-weight: 500;
}






@media only screen and (min-width: 992px){
    

    .wrap-effect-1 .home-section-column:last-of-type {
        background-image: url(../media/backgrounds/CloudHostingCol.png);
}

}












