@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@100..900&display=swap');

body {
	  font-family: 'Figtree', sans-serif !important;
}
  
  * {
	  margin: 0px;
	  padding: 0px;
	  outline: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6, .heading-size-1{
	  font-family: 'Figtree', sans-serif !important;
	  margin: 0px !important;
	  padding: 0px;
	  letter-spacing: 0;
	  font-weight: 700;
  }
  h1, .blog-page span.xpro-post-title-text{
	  font-size: 46px;
  }
  
  h2 {
	  font-size: 36px;
  }
  
  h3 {
	  font-size: 28px;
  }
  
  h4 {
	  font-size:25px ;
  }
  
  h5 {
	  font-size: 22px;
  }
  
  h6 {
	  font-size: 19px;
  }
  
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
	  margin: 0;
  }
  
  li, span, p, a, .uc_post_text{
	  font-family: 'Figtree', sans-serif !important;
	  font-size: 18px;
	  font-weight: 400 !important;
  }
  button, .uc_btn_txt, .elementor-36 .elementor-element.elementor-element-990c9df .elementor-slide-button {
	  font-family: 'Figtree', sans-serif !important;
	font-size: 18px;
	font-weight: 400 !important;

}
  
  /* Placeholder text color -- selectors need to be separate to work. */
  ::-webkit-input-placeholder {
		  font-family: 'Figtree', sans-serif !important;
  }
  
  :-moz-placeholder {
	  font-family: 'Figtree', sans-serif !important;
  }
  
  ::-moz-placeholder {
		  font-family: 'Figtree', sans-serif !important;
	  opacity: 1;
  }
  
  :-ms-input-placeholder {
	  font-family: 'Figtree', sans-serif !important;
  }
  
  @media only screen and (min-width: 767px) and (max-width:1023px){
  
	  .entry-content p,
	  .entry-content li {
		  font-size: 15px !important;
	  }
  
	  h1, .blog-page span.xpro-post-title-text {
		  font-size: 26px !important;
	  }
  
	  h2 {
		  font-size: 24px !important;
	  }
  
	  h3 {
		  font-size: 21px !important;
	  }
  
	  h4 {
		  font-size: 20px !important;
	  }
  
	  h5 {
		  font-size: 18px !important;
	  }
  
	  h6 {
		  font-size: 16px !important;
	  }
  
  }
  
  @media only screen and (max-width: 767px) {
  
	  h1, .blog-page span.xpro-post-title-text{
		  font-size: 23px !important;
	  }
  
	  h2 {
		  font-size: 22px !important;
	  }
  
	  h3 {
		  font-size:21px !important;
	  }
  
	  h4 {
		  font-size: 19px !important;
	  }
  
	  h5 {
		  font-size: 17px !important;
	  }
  
	  h6 {
		  font-size: 16px !important;
	  }
	    li, span, p, a, .uc_post_text{
	  font-size: 16px;
  }
  button, .uc_btn_txt, .elementor-36 .elementor-element.elementor-element-990c9df .elementor-slide-button {
	font-size: 16px;
  }
  
  } 
 
 .home header.entry-header.has-text-align-center.header-footer-group {
	  display: none;
  }
.page-id-2572 header.entry-header.has-text-align-center.header-footer-group{
	  display: none;
  }
  header.entry-header.has-text-align-center {
	  background-color:#000000 !important;
}

header.entry-header.has-text-align-center.header-footer-group h1.entry-title {
    font-size: 24px !important;
    padding: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px !important;
	  font-family: 'Figtree', sans-serif !important;
    opacity: 0;
    transform: translateY(60px);
    animation: titleRise 1.8s ease-out forwards;
}

@keyframes titleRise {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    60% {
        opacity: 0.7;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
  
  .post-inner {
	  padding-top: 0;
  }
  .singular .entry-header {
	  padding:0;
  }
  .footer-nav-widgets-wrapper.header-footer-group {
	  display: none;
  }
  .post-meta-wrapper.post-meta-edit-link-wrapper {
	  display: none;
  }
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	  max-width:100% !important;
	  width:100% !important;
  }

  #slider-part .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	  padding: 0px;
  }
  p{
	  margin:0;
  }
.xpro-theme-builder-frontend.xpro-theme-builder-mount {
  display: none !important;
}

.xpro-hero-slider-subtitle-wrapper {
    margin-bottom:8px;
}

.xpro-hero-slider-slide-content-wrapper {
    opacity: 0;
    animation: slideInUp 1s ease-out forwards;
    animation-delay: 0.5s;
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.xpro-hero-slider-description {
    margin-bottom: 20px !important;
}

div.tnp-subscription{
    margin: 0.2em 0 !important;
}
/* Main Form */
.tnp-subscription form{
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 100px;
    padding: 5px;
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(4px);
    overflow: hidden;
    max-width: 100% !important;
     text-decoration: none !important;
}

/* Hide Label */
.tnp-subscription label{
    display:none !important;
}
.tnp-subscription .tnp-field-email{
    flex:1;
    margin:0 !important;
}

.tnp-subscription .tnp-email{
    width:100% !important;
    border:none !important;
    background:transparent !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:300 !important;
    padding:0 10px !important;
    box-shadow:none !important;
    outline:none !important;
    text-decoration: none !important;
}

.tnp-subscription .tnp-email::placeholder{
    color:rgba(255,255,255,.9);
    border:none !important;
}

/* Submit Field */
.tnp-subscription .tnp-field-button{
    margin:0 !important;
}

/* Circular Arrow Button */
.tnp-subscription .tnp-submit{
    width:40px !important;
    height:40px !important;
    border-radius:100% !important;
    border:none !important;
    background:#6c6c6c !important;
    color:#fff !important;
    font-size:40px !important;
    line-height:1 !important;
    font-weight:300 !important;
    cursor:pointer;
    transition:all .35s ease;
    display:flex !important;
    align-items:center;
    justify-content:center;
    padding:0 !important;
	text-decoration:none !important;
}
.tnp-subscription input[type="email"]:focus{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
}
/* Hover */
.tnp-subscription .tnp-submit:hover{
    background:#888 !important;
    transform:translateX(4px);
}

/* Focus Effect */
.tnp-subscription form:focus-within{
    border-color:#fff;
    box-shadow:0 0 30px rgba(255,255,255,.15);
}
#slider-part .xpro-hero-slider .xpro-hero-slider-title, #slider-part .xpro-hero-slider .xpro-hero-slider-title span {
    display: inline-block;
    font-size: 48px;
    font-weight: 800 !important;
    color: #fff;
}
#slider-part .xpro-hero-slider .xpro-hero-slider-title span {
    color: #0433b3;
}
#slider-part .xpro-hero-slider-slide-button-wrapper {
    margin-top: 3rem !important;
}
.pricing .elementor-column-gap-default {
    gap: 2rem !important;
}




.elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.elementor-button:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #7d7c7c;
    transform: translateX(-102%);
    transition: transform .4s ease;
    z-index: -1;
}

.elementor-button:hover:before {
    transform: translateX(0);
}

.elementor-button:hover {
    color: #fff !important;
}



@media (min-width: 1025px) {
ul#menu-primary {
    gap: 2rem;
}
	ul#menu-primary a.xpro-elementor-nav-link {
    font-size: 18px !important;
}
}

