body{
  font-family: "Hanken Grotesk", sans-serif;
    background-image: url(../images/body-bg.webp);
    background-size: cover;
    background-attachment: fixed;
}
.inside-header {
    padding: 0px 0px;
}
.separate-containers .site-main {
    margin: 0px;
}
.site-header {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
        padding: 10px 0px;
}
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0px;
}
.sticky{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #000;
}
.footer-widgets-container {
    padding: 40px 10px;
}
.elementor-page .wp-social-link {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 9px;
    margin: 0px !important;
    transition: .3s all;
}
.elementor-page .wp-social-link:hover{
    transform: scale(1.1)
}
.elementor-page .widget .wp-block-social-links a svg {
    fill: #fff;
}
.cta .elementor-button{
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  background: linear-gradient(
    120deg,
    #BFF747,
    #BFF747 40%,
    #ffffff 50%,
    #BFF747 60%,
    #BFF747
  );
  background-size: 200% auto;
  animation: shine 3s linear infinite;
  border-radius: 6px;
}
.cta-2 .elementor-button{
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  background: linear-gradient(
    120deg,
    #fff,
    #fff 40%,
    #BFF747 50%,
    #fff 60%,
    #fff
  );
  background-size: 200% auto;
  animation: shine 3s linear infinite;
  border-radius: 6px;
}
@keyframes shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
.mj-heading span{
	color:#BFF747;
}
.mj-cards .qodef-m-card img{
	border-radius:8px;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
}
.site-header.sticky .header-image {
    width: 50px;
}
.site-header.sticky{
	padding:5px 0px;
}
.main-navigation a {
    font-size: 17px;
}
.testimonial-thumb figure{
	display: flex;
    gap: 10px;
    align-items: center;
}
.testimonial-thumb figcaption{
	    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.testimonial-thumb figcaption span{
    font-size: 15px;
}
.logo-cnt .elementor-widget-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;	
}
.logo-cnt .elementor-widget-wrap>.elementor-element{
	width:auto;
	margin:0px;
}
.video-top{
	cursor:pointer;
}
/*--------------------------------large screens---------------------------------------------*/
@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1900px) {

}

/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
.site-header .header-image {
    width: 50px;
}	
.site-header.sticky, .site-header{
	padding:5px 10px;
	background: #000;
}
.has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 5px;
}
.testimonial-thumb figcaption{
    font-size: 15px !important;
}
.testimonial-thumb figcaption span{
    font-size: 14px;
}	
.logo-cnt .elementor-widget-wrap{
    justify-content: center;
     column-gap: 35px;
     row-gap: 25px;
}
.logo-cnt .elementor-widget-wrap>.elementor-element img {
max-height:35px;
	width:auto;
}
}
