.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.atf-main-menu > nav > ul > li > a {
  text-transform: uppercase;
}
.aft-about-year.v1 {
  width: 220px;
  height: 220px;
}
.c-div{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    margin-top:20px
}
.atf_single_service .description{
    font-size: 14px;
    line-height: 26px;
    margin-top:0px
}
.breadcrumb-title{
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.31);
}
.c-btn{
  color: var(--thm-base);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 15px;
	/* border: 2px solid var(--thm-base); */
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 1;
  cursor:default !important;

}

.atf-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--thm-black);
    background-color: var(--thm-white);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
}
.atf-sticky-active .atf-site-branding img{
  width: 250px;
}
.atf-sticky-active .atf-main-menu > nav > ul > li > a{
  padding: 5px 0;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none;
}
body{
  top:0 !important;
}
.c-div .description i{
  color: #CDAD44;
}
.atf_single_service .description{
  text-align: start;
}
.atf_single_service .title {
font-size: 20px;
}
.atf-hamburger-menu ul li > a{
  font-size: 18px;
  padding:5px 0;
}
