@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

.cl-sb-box *{
    margin: 0; padding:0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.cl-sb-box{
    display: grid;
    width: 100%;
    align-items: center;
    background: linear-gradient(315deg, #ffffff 0%, #d7e1ed 74%);
}

.cl-sb-container{
    position: fixed;
    top: 14vh;
	left: 0;
	z-index: 100;
	margin-left: -70px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cl-sb-box.active .cl-sb-container{
	margin-left: 0;
}

.cl-sb-container.active{
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cl-sb-container .cl-sb-icon{
    margin:0;
    text-align: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45);
	direction: ltr;
}

.cl-sb-container .cl-sb-icon span{ 
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
    background: #fff;
    border-radius: 0%;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}

.cl-sb-container .cl-sb-icon span:hover{
    width: 60px;
}

.cl-sb-container .cl-sb-icon span a{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.cl-sb-container .cl-sb-icon span i{
    line-height: 48px;
    font-size: 22px;
    color: #fff;
}

.cl-sb-container .cl-sb-icon .cl-sb-tooltip{
    position: absolute;
    background: #fff;
    color: #fff;
    padding: 10px 18px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 0px;
    top:20px;
    right: 80px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45);
}
.cl-sb-container .cl-sb-icon .cl-sb-tooltip {
	display:none;
}

.cl-sb-container .cl-sb-icon:hover .cl-sb-tooltip{
    top: -0px;
    opacity: 1;
    margin-top: 10px;
    pointer-events: auto;
}

.cl-sb-container .cl-sb-icon .cl-sb-tooltip:before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    right: -15px;
    bottom: 15px;
    transform: translate(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.52, -0.50, 0.212, 1.45);
}

.cl-sb-container .cl-sb-display{
	margin-left: -70px;
}
.cl-sb-container.active .cl-sb-display{
	margin-left: 70px;
}

.cl-sb-container .cl-sb-hide span,
.cl-sb-container .cl-sb-hide .cl-sb-tooltip,
.cl-sb-container .cl-sb-hide .cl-sb-tooltip:before,
.cl-sb-container .cl-sb-display span,
.cl-sb-container .cl-sb-display .cl-sb-tooltip,
.cl-sb-container .cl-sb-display .cl-sb-tooltip:before{
    background: transparent;
    color: #000;
}
.cl-sb-container .cl-sb-icon.cl-sb-hide span,
.cl-sb-container .cl-sb-icon.cl-sb-display span{
	height: 48px;
    box-shadow: none;
    text-shadow: 2px 2px 0px #ffffff;
}
.cl-sb-container .cl-sb-icon.cl-sb-hide span i,
.cl-sb-container .cl-sb-icon.cl-sb-display span i {
    line-height: 20px;
    font-size: 16px;
	color: #878787;
}

.cl-sb-container .cl-sb-shares span,
.cl-sb-container .cl-sb-shares .cl-sb-tooltip,
.cl-sb-container .cl-sb-shares .cl-sb-tooltip:before{
    background: #fff;
    color: #000;
}
.cl-sb-container .cl-sb-icon.cl-sb-shares span i {
    color: #000;
    line-height: 40px;
}
.cl-sb-container .cl-sb-shares span .cl-sb-scount{
    display:block;
	font-size: 14px;
	padding-top: 5px;
	font-weight: bold;
}
.cl-sb-container .cl-sb-shares span .cl-sb-stext{
    display:block;
	font-size: 10px;
    font-weight: bold;
}

.cl-sb-container .cl-sb-facebook span,
.cl-sb-container .cl-sb-facebook .cl-sb-tooltip,
.cl-sb-container .cl-sb-facebook .cl-sb-tooltip:before{
    background: #3b5999;
    color: #fff;
}

.cl-sb-container .cl-sb-linkedin span,
.cl-sb-container .cl-sb-linkedin .cl-sb-tooltip,
.cl-sb-container .cl-sb-linkedin .cl-sb-tooltip:before{
    background: #0077B5;
    color: #fff;
}

.cl-sb-container .cl-sb-twitter span,
.cl-sb-container .cl-sb-twitter .cl-sb-tooltip,
.cl-sb-container .cl-sb-twitter .cl-sb-tooltip:before{
    background: #46c1f6;
    color: #fff;
}

.cl-sb-container .cl-sb-instagram span,
.cl-sb-container .cl-sb-instagram .cl-sb-tooltip,
.cl-sb-container .cl-sb-instagram .cl-sb-tooltip:before{
    background: #e1306c;
    color: #fff;
}

.cl-sb-container .cl-sb-whatsapp span,
.cl-sb-container .cl-sb-whatsapp .cl-sb-tooltip,
.cl-sb-container .cl-sb-whatsapp .cl-sb-tooltip:before{
    background: #2AD348;
    color: #fff;
}

.cl-sb-container .cl-sb-plus span,
.cl-sb-container .cl-sb-plus .cl-sb-tooltip,
.cl-sb-container .cl-sb-plus .cl-sb-tooltip:before{
    background: #FF6651;
    color: #fff;
}

.cl-sb-container .cl-sb-email span,
.cl-sb-container .cl-sb-email .cl-sb-tooltip,
.cl-sb-container .cl-sb-email .cl-sb-tooltip:before{
    background: #000;
    color: #fff;
}



html.at-expanded-menu-noscroll {
    overflow-x: visible;
    overflow-y: visible;
}
body.at-expanded-menu-noscroll {
    overflow: hidden;
}
#at-expanded-menu-host .at-expanded-menu-hidden, #at-expanded-menu-host .at-expanded-menu-top-services-header.at-expanded-menu-hidden {
    display: none;
    visibility: hidden;
}
#at-expanded-menu-host * {
    box-sizing: border-box;
}
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-close {
    left: 20px;
    right: auto;
}
#at-expanded-menu-host .at-expanded-menu-close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    z-index: 16777274;
    background: none;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    color: #000;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: all .4s ease;
}
#at-expanded-menu-host .at-expanded-menu-close:hover {
    background-color: #666;
    color: #fff;
}
#at-expanded-menu-host .at-expanded-menu-close span {
    font-family: arial,sans-serif;
    font-size: 28px;
    line-height: 0;
    vertical-align: initial;
}
#at-expanded-menu-host .at-expanded-menu-close:after {
    content: '';
    display: inline-block;
    height: 22px;
}
#at-expanded-menu-host .at-expanded-menu-mask {
    background-color: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 16777270;
}
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu {
    left: 0;
    padding-left: 50%;
}
#at-expanded-menu-host .at-expanded-menu {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    margin-left: -20pc;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 40px;
    z-index: 16777271;
    text-align: left;
    background: transparent;
}
#at-expanded-menu-host .at-expanded-menu-fade {
    width: 100%;
    height: 151px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 16777272;
    pointer-events: none;
    background: linear-gradient(to bottom,transparent 0%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
#at-expanded-menu-host #at-expanded-menu-hd {
    display: inline-block;
}
#at-expanded-menu-host #at-expanded-menu-hd, #at-expanded-menu-host .at-expanded-menu-ft {
    text-align: center;
}
#at-expanded-menu-host #at-expanded-menu-bd {
    padding: 20px 0;
    text-align: center;
    position: relative;
}
#at-expanded-menu-host .at-expanded-menu-title {
    display: block;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    margin: 0 35px 30px;
    padding: 0;
    width: 575px;
}
#at-expanded-menu-host .at-expanded-menu-page-title, #at-expanded-menu-host .at-expanded-menu-page-url {
    display: block;
    line-height: 20px;
    color: #eeecec;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    white-space: nowrap;
    width: 575px;
}
#at-expanded-menu-host .at-expanded-menu-page-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0 35px;
}
#at-expanded-menu-host .at-expanded-menu-page-title, #at-expanded-menu-host .at-expanded-menu-page-url {
    display: block;
    line-height: 20px;
    color: #eeecec;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    white-space: nowrap;
    width: 575px;
}
#at-expanded-menu-host .at-expanded-menu-page-url {
    font-size: 13px;
    font-weight: 300;
    margin: 0 35px 20px;
    opacity: .6;
}
#at-expanded-menu-host .at-expanded-menu-search {
    position: relative;
    overflow: hidden;
    width: 575px;
    margin: 0 35px;
    height: 65px;
    max-height: 65px;
    line-height: 65px;
}
#at-expanded-menu-host .at-expanded-menu-search-input[type=text] {
    display: inline-block;
    height: inherit;
    width: 100%;
    padding: 0;
    margin: 0 0 0 1px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
    background: 0 0;
    outline: 0;
    border: none;
    border-radius: 0;
    color: #fff;
}
#at-expanded-menu-host .at-expanded-menu-search-label {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    height: 55px;
    max-height: 55px;
    line-height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-search-label {
    text-align: right;
}
#at-expanded-menu-host .at-expanded-menu-search-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 25px;
    height: 25px;
    margin-left: -29px;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzkyOTI5MiIgaWQ9Imljb24tMTExLXNlYXJjaCI+PHBhdGggZD0iTTE5LjQyNzExNjQsMjEuNDI3MTE2NCBDMTguMDM3MjQ5NSwyMi40MTc0ODAzIDE2LjMzNjY1MjIsMjMgMTQuNSwyMyBDOS44MDU1NzkzOSwyMyA2LDE5LjE5NDQyMDYgNiwxNC41IEM2LDkuODA1NTc5MzkgOS44MDU1NzkzOSw2IDE0LjUsNiBDMTkuMTk0NDIwNiw2IDIzLDkuODA1NTc5MzkgMjMsMTQuNSBDMjMsMTYuMzM2NjUyMiAyMi40MTc0ODAzLDE4LjAzNzI0OTUgMjEuNDI3MTE2NCwxOS40MjcxMTY0IEwyNy4wMTE5MTc2LDI1LjAxMTkxNzYgQzI3LjU2MjExODYsMjUuNTYyMTE4NiAyNy41NTc1MzEzLDI2LjQ0MjQ2ODcgMjcuMDExNzE4NSwyNi45ODgyODE1IEwyNi45ODgyODE1LDI3LjAxMTcxODUgQzI2LjQ0Mzg2NDgsMjcuNTU2MTM1MiAyNS41NTc2MjA0LDI3LjU1NzYyMDQgMjUuMDExOTE3NiwyNy4wMTE5MTc2IEwxOS40MjcxMTY0LDIxLjQyNzExNjQgTDE5LjQyNzExNjQsMjEuNDI3MTE2NCBaIE0xNC41LDIxIEMxOC4wODk4NTExLDIxIDIxLDE4LjA4OTg1MTEgMjEsMTQuNSBDMjEsMTAuOTEwMTQ4OSAxOC4wODk4NTExLDggMTQuNSw4IEMxMC45MTAxNDg5LDggOCwxMC45MTAxNDg5IDgsMTQuNSBDOCwxOC4wODk4NTExIDEwLjkxMDE0ODksMjEgMTQuNSwyMSBMMTQuNSwyMSBaIiBpZD0ic2VhcmNoIi8+PC9nPjwvZz48L3N2Zz4=);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    filter: brightness(0) invert(1);
}
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-search-icon {
    left: 30px;
    right: auto;
}
#at-expanded-menu-host .at-expanded-menu-search-label:after, #at-expanded-menu-host .at-expanded-menu-search-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eeecec;
}
#at-expanded-menu-host .at-expanded-menu-search-label-content {
    display: block;
    font-size: 19px;
    font-weight: 300;
    color: #eeecec;
    opacity: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    transition: all .4s ease;
}
#at-expanded-menu-host #at-expanded-menu-bd {
    padding: 20px 0;
    text-align: center;
    position: relative;
}
#at-expanded-menu-host .at-expanded-menu-top-services-header {
    color: #eeecec;
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 30px;
    text-transform: uppercase;
    width: 40pc;
}
#at-expanded-menu-host .at-expanded-menu-service-list {
    list-style-type: none;
    padding: 0 0 110px;
    margin: 0;
    width: 40pc;
}
.at-expanded-menu-service-list li {
    overflow: visible;
}
#at-expanded-menu-host .at-expanded-menu-service-list li {
    display: inline-block;
    position: relative;
    width: 84px;
    min-width: 84px;
    margin: 0 17px 20px 22px;
    outline-color: #eeecec;
    vertical-align: top;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-service-list button, #at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-service-list li {
    overflow: visible;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-service-list button, #at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-service-list li {
    overflow: visible;
}
#at-expanded-menu-host .at-expanded-menu-service-list button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 84px;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-button-label {
    display: block;
    color: #eeecec;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .8px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
}
#at-expanded-menu-host .at-expanded-menu-service-list li * {
    outline-color: #eeecec;
}
#at-expanded-menu-host .at-expanded-menu-service-list.border-before:before {
    border-top: 1px solid #fff;
    content: '';
    display: block;
    margin-left: 75pt;
    margin-top: -5pc;
    padding-bottom: 50px;
    opacity: .4;
    width: 440px;
}
#at-expanded-menu-host .at-expanded-menu .at-icon-wrapper {
    display: block;
    width: 84px;
    height: 84px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s ease;
}
#at-expanded-menu-host .at-expanded-menu-round .at-icon-wrapper {
    border-radius: 50%;
}
#at-expanded-menu-host .at-expanded-menu .at-icon {
    fill: #fff;
}
.at-expanded-menu-page-description, .at-expanded-menu-page-page-image{
	display:none;
}






@media (max-width: 991px){
	#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu {
		padding-left: 0;
		margin-left:0;
	}
	#at-expanded-menu-host .at-expanded-menu-title,
	#at-expanded-menu-host .at-expanded-menu-page-title,
	#at-expanded-menu-host .at-expanded-menu-page-url,
	#at-expanded-menu-host .at-expanded-menu-top-services-header,
	#at-expanded-menu-host .at-expanded-menu-service-list	{
		width: 100%;
		margin-left:0;
		margin-right:0;
		padding:0 15px;
	}
	#at-expanded-menu-host #at-expanded-menu-hd {
		display: block;
	}
	#at-expanded-menu-host .at-expanded-menu-service-list.border-before:before {
		margin-left: 0;
		margin: auto;
		margin-top: 0;
		opacity: .4;
		width: 70%;
	}
}
@media (max-width: 768px){
	.cl-sb-box * {
		width: 100%!Important;
	}
	.cl-sb-container{
		text-align: center;
		bottom: 0;
		top: auto;
		display: flex;
		flex-wrap: nowrap;
		margin-right:0;
		margin-bottom: -70px;
	}
	.cl-sb-container.active{
		margin-bottom: 0;
	}
	.cl-sb-container.active .cl-sb-hide,
	.cl-sb-container.active .cl-sb-display{
		display: block;
		position: fixed;
		bottom: 40px;
		width: 40px!Important;
		left: 0;
		margin: 0;
	}
	.cl-sb-box.active,.cl-sb-container .cl-sb-icon span{
		height: 40px;
	}
	.cl-sb-container .cl-sb-icon span i{
		line-height: 40px;
	}
	.cl-sb-container .cl-sb-icon {
		display: inline-block;
		margin-right: -2px;
		margin-left: -2px;
	}
	.cl-sb-container .cl-sb-icon.cl-sb-shares span i {
		line-height: 20px;
		font-size: 16px;
	}
	.cl-sb-container .cl-sb-icon .cl-sb-tooltip {
		display:none;
	}
}