/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

/*Content Body Background*/
#content{
    background-color:#FFFAF6!important;
}


/*Galaxy Background*/
.Bg-Galaxy {
    background: url('/images/Img-Background-Galaxy.jpg') 0% 0% / cover no-repeat;
}

.Bg-Galaxy h3, .Bg-Galaxy .h3 + span, .Bg-Galaxy h3 + span, .Bg-Galaxy .h3 + span{
    color:#ffffff;
}


.text-green{
    color:#1abc9c!important;
}

/* Smooth scrolling behavior */
html {
  scroll-behavior: smooth;
}


/*Make Logo White & Transparent*/
.Logo-White{
filter: brightness(0) invert(1);
}



/* About Us Section Styles */
.section-about-us {
    padding: 60px 0;
}

.about-content h3 {
    font-size: 24px;
    margin: 15px 0;
}

.about-content p {
    font-size: 16px;
    line-height: 1.6;
}

.about-image img {
    max-width: 100%;
    height: auto;
}


.Mb-30{
    margin-bottom:30px!important;
}





/* Small Devices Mobile*/
@media (max-width: 767px) {
    /*Margin-Top*/
  .Mt-Sm-1 {
    margin-top: 0.25rem !important;
  }
  .Mt-Sm-2 {
    margin-top: 0.5rem !important;
  }
  .Mt-Sm-3 {
    margin-top: 1rem !important;
  }
  .Mt-Sm-4 {
    margin-top: 1.5rem !important;
  }
  .Mt-Sm-5 {
    margin-top: 3rem !important;
  }
    
    /*Width*/
    .W-Sm-40{
        width:40%;
    }
    
    .Px-Sm-1{
        padding-left:0.75em!important;
        padding-right:0.75em!important;
    }
    
}