
body {

    font-family: 'Cabinet Grotesk', sans-serif !important;

}



h1, h2, h3, h4, h5, h6, p {

    font-family: 'Cabinet Grotesk', sans-serif !important;

}



:target {

  scroll-margin-top: 100px !important;

}



/* local pages card */

.local-page-card-shadow {

    box-shadow: 0px 0px 18px -10px rgba(255, 0, 28.999999999999897, 0.41);

}

.local-page-card-shadow .local-page-card {

    margin-bottom: 0.5em !important;

}

.local-page-card-shadow .local-page-cards {

    position: relative;

    text-align: center;

}

.local-page-card-shadow .local-page-cards h3 {

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 0.5em;

}

.local-page-card-shadow .local-page-cards p {

    font-size: 14px;

    font-weight: 300;

    margin-bottom: 0.5em !important;

}



object {

    position: relative;

    width: 100%;

    height: 100%;

    display: block;

}



.title-cta h2 {

    font-size: 46px !important;

    font-weight: 700 !important;

    line-height: 1em !important;

    margin-bottom: 0em !important;

}



@media(max-width: 768px) {

    .title-cta h2 {

        font-size: 32px !important;

        font-weight: 700 !important;

        line-height: 1em !important;

        margin-bottom: 0em !important;

        text-align: center !important;

    }

}



/* client page */

.satisfaction-parent {

    background: #fff;

    border-radius: 10px;

    height: 100%;

    transition: background 0.3s ease;

}

.satisfaction-parent a {

    text-decoration: none !important;

    color: inherit;

}

.satisfaction-parent .satisfaction {

    background: #fff;

    color: #141414;

    padding: 2em;

    border-radius: 10px;

    position: relative;

    height: 100%;

    transition: transform 0.3s ease;

}

.satisfaction-parent .satisfaction h3 {

    font-size: 24px;

    line-height: 1em;

    margin-bottom: 0.5em !important;

}

.satisfaction-parent .satisfaction h5 {

    font-size: 16px !important;

    font-weight: 500 !important;

    margin-bottom: 1em;

}

.satisfaction-parent .satisfaction p {

    font-size: 16px;

    margin-bottom: 0.5em;

    color: #141414;

    font-weight: 300;

}

.satisfaction-parent .satisfaction img {

    display: block;

    max-width: 100%;

}

.satisfaction-parent:hover {

    background: #EAEBFF;

}

.satisfaction-parent:hover .satisfaction {

    transform: translate(15px, -15px);

    outline: 1px solid #515cff;

}



.tawk-toolbar.tawk-active {

    background-color: #515cff !important;

}




#mega-menu-cst .card-cst:hover .elementor-icon svg {

animation: gelatine 0.5s ;	

}

@keyframes gelatine {

  from, to { transform: scale(1, 1); }

  25% { transform: scale(0.9, 1.1); }

  50% { transform: scale(1.1, 0.9); }

  75% { transform: scale(0.95, 1.05); }

}

.cursor-pointer{

    cursor: pointer;

}

/* scroll desing start */

::-webkit-scrollbar {

  width: 6px; 

}

::-webkit-scrollbar-track {

  background: #fbfbff; 

	border: solid 1px #fbfbff;

}

::-webkit-scrollbar-thumb {

  background: #515cff; 

 border: solid 1px #fbfbff;

}

::-webkit-scrollbar-thumb:hover {

  background: #515cff;

}

::-webkit-scrollbar-button:single-button {

  background-color: #000;

  display: block;

  border-style: solid;

  height: 1px;

  width: 1px;

}

/* scroll desing end */

.blue-color{

	color:#515cff;

}

.red-color{

	color:#ff001d;

}

@media (max-width:578px){

#ast-scroll-top{width:1em;

	height:1em;line-height:1.5em;}

	#ast-scroll-top .ast-icon.icon-arrow svg{

		width: 0.7em;

        height: 1em;

        line-height: 1.3em;

	}

}

