a {
    /* color: #e33324; */
    color: #fbfbfb;
}

a:hover {
    color:#e33324;
}

.skill-pills ul{
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.skill-pills ul li{
    margin: 0px 6px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 0px;
    display: inline-block;
    list-style: none;
}

.skill-pills ul li span{
    border: 1px solid #e33324;
    padding: 4px 10px;
    border-radius: 4px;;
  }


.section-separator{
    padding: 40px 0;
}

.project-link{
    margin-bottom: 10px;
    display: block;
    background: #e33324;
    color: #ffffff;
    border: 2px solid #e33324;
    border-radius: 4px;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    transition: all 0.5s;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  }
  
  .project-link:hover{
      background:#ffffff;
      border:2px solid #ffffff;
      color:#e33324;
  }

.color-main{
    color:#e33324;
}
.color-main:hover{
    color:#a0a0ac;
}

.certificate-img
{
    max-height: 200px;
}

.services-boxes .pricing-tag
{
	position: absolute;
	z-index: 0;
	top: 30;
	left: 0px;
	height: auto;
	font-weight: 800;
	color: #e33324;
    background:#f0f0f0;
    border-radius: 0 50% 50% 0;
}

span.price-tag {
    background: #e33324;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    line-height: 26px;
    color: #fff;
    padding: 1.5px 12px;
    display: inline-block;
    max-width: max-content;
    margin: 0 auto 8px auto;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.services-boxes:hover span.price-tag{
	background:#ffffff;
	border:2px solid #ffffff;
	color:#e33324;
}

.title-hello
{
    background-color: #e33324;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
}


#languageSelector_Content{
    border: 5px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
}

.sticky #languageSelector_options{
    border: none;
    /* border: 5px solid rgba(255, 255, 255, 0.07); */
    border-radius: 10px;
    background-color: transparent;
    color: #ffffff;
    min-width: 1rem;
}

.stickyadd #languageSelector_options{
    background-color: #ffffff;
}

.stickyadd #languageSelector_options .language-text {
	/* display: inline;     */
    /* display: none; */
    color: #000;
}

@media(min-width: 200px) and (max-width: 768px){
    .language-text {
        display: inline;
        color: #000 !important;
    }
}
@media (max-width: 991px){
    .language-text {
        display: inline;
        /* color: #000; */
        color: #ffffff;
    }
    
    .language-switcher-item{
        padding-left: 24px !important;
    }
}
@media (min-width: 991px){
    .language-text {
        display: none;
        color: #000;
    }

    .language-switcher-item{
        padding-left: 8px;
    }
    .sticky .nav-item .dropdown .show
    {
        background-color: #000;
        opacity: 0.8;
    }
}

.footer .separator{
    display: inline-block;
    width: 10px;
    background: #e33324;
    height: 2px;
    margin: 0 7px 3px 7px;
    vertical-align: middle;
}


/* Privacy */
#privacy{
    z-index:2;
}
#privacy-Container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 45px;
    margin-top: 40px;
}
#privacy h2{
    padding-top: .5rem!important;
    padding-bottom: .3rem!important;
}
#privacy p{
    padding-top: 1rem;
}
.data-privacy-content h2:before{
    right: auto;
}