/********** CSS Styles **********/
:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
    
}
.text-secondary{
    
    color: #029fda;
}
.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}




/***********    Home Hero Main    *****************************/



@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 120% auto; }
  100% { background-size: 100% auto; }
}


.bg-hero {
     
    height:800px;
    position:relative;
    top:140;
    /*transition : opacity .8s ease-out; */
    animation: breath 70s linear infinite;
    background: #fff url("../images/hero-image-1-provided.jpg") center right no-repeat;
    background-size:30%;
    transition: .1s;
     
}
.active {
  opacity      : 3;
}
#main-hero-message{
    overflow: hidden;
    padding-top:30px;
    padding-bottom:120px;
    font-size:+2; 
    text-align: center; 
    color:#6ffdff; 
    visibility:visible; 
    font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; 
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media screen and (max-width: 700px) {
    .bg-hero {
        background-size: cover;
        height: 400px;
        padding-top:0px;
        margin-top: 0px;
        position:relative;
        top:40;
        left:0;
        margin-bottom:0;
        padding-bottom:0;
        
    }
    #main-hero-message{ 
    display:none !important;
}
}

.bg-hero2 {
    
    padding-top:0px;
    margin-top: 0px;
    
    width: 100%;
    min-height: 350px;
    /*transition : opacity .8s ease-out; */
    /*animation: breath 70s linear infinite; */
    
    background: #fff url("../images/spaceman-bg-2-inverted.jpg") bottom right no-repeat;
    background-size:100%;
    transition: .1s;
    border-bottom:solid 10px black;
    
    
    
}
.active {
  opacity      : 3;
}

@media (max-width: 991.98px) {
    .bg-hero2 {
        background: #fff url("../images/spaceman-bg-2-inverted.jpg") bottom right no-repeat;
        background-size: cover;
        min-height: 100%;
        padding-bottom:30px;
        margin-bottom:30px;
    }
}
/******************************************************************/

#we-are-here{
    overflow: hidden; 
    border-radius: 20px; 
    background-color: #fff; 
    border:1px solid #029fda;
    
}

@media screen and (max-width: 700px) {
    #we-are-here{
        overflow: hidden; 
        border-radius: 20px; 
        background-color: #fff; 
        border:1px solid #029fda;
        position:relative;
        top:-35;
        padding-top: 0;
        padding-bottom: 120px;

    }
    
    
}




/******************************************************************/
/* Bg hero about us
/******************************************************************/




@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 120% auto; }
  100% { background-size: 100% auto; }
}


.bg-hero-about {
    
    padding-top:40px;
    margin-top: 100px;
    
    width: 100%;
    min-height: 700px;
    /*transition : opacity .8s ease-out; */
    animation: breath 70s linear infinite;
    background: #fff url("../images/about-header-2.jpg") center right no-repeat;
    background-size:10%;
    transition: .1s;
    
    
    
    
}
.active {
  opacity      : 3;
}


@media (max-width: 991.98px) {
    .bg-hero-about {
        background-size: cover;
        min-height: 100%;
        background-image:none !important;
        background-color: #212529;
    }
}



/******************************************************************/
/* Services Area
/******************************************************************/
.services-align-1{
        margin-bottom:0;
        padding-bottom: 0;
}
.services-align-2{

    margin-top:0;
    margin-bottom: 10;


}
.services-align-3{
    padding:10px;
}
.services-align-4{
    
    padding-right:15px;
    text-align: justify;
    
}
.services-align-5{
    
    padding-right:15px;
    text-align: right;
    
}


@media (max-width: 991.98px) {
    .services-align-1{
        margin-bottom:0;
        padding-bottom: 0;
     }
    .services-align-2{
        
        margin-top:0;
        margin-bottom: 10;
        
        
    }
    .services-align-3{
    padding-left:0;
}
}






































/******************************************************************/
/* Services Area
/******************************************************************/

.text-dark{
    color:#029fda;
}
.about-start,
.about-end {
    /*background: url(../img/about-bg.jpg) center center no-repeat;*/
    background-size: contain;
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #6ffdff;
}
.choose-us-newage{
    
    font-weight: bold;
    color:#029fda;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    background: url("../images/roller-1.jpg") top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.service-item:hover,
.contact-item:hover {
    background: url("../images/roller-1.jpg") bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: #6ffdff;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff017e;
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: #6ffdff;
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: #fff;
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url("../images/quote-person.jpg") top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url("../images/service-guy1.jpg") top right no-repeat;
    background-size: cover;
}

.bg-footer {
    
}
.bg-footer-dark{
    background-color: #272630
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

/* NEW CSS BELOW ********************************/

.text-light-newage{
    
    color:#ff017e;
}

.rounded-button{ border-radius:20rem !important;}
 

.bg-blue-newage
{
    background: #89C5EA; 
    background: linear-gradient(180deg, #fff, #d2d2d2);
    /*background-image: url("../images/header-bg-1.jpg");*/
}


.text-site-label{
    
    color:#000;
    
}

.me-3-newage{margin-right:1rem;}

.text-primary-newage{color:#000;}
.text-secondary-newage{color:#6ffdff;}
.text-tertiary-newage{color:#ff017e; }



.rounded-pill2{
    background-color: #ff017e;
    border-color: #212529;
    border-radius: 30px;
    color:#fff;
}
/**************************************************************************************
testimonials
/**************************************************************************************/

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
   
}
  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;
}
     .owl-dots span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;
      } 
       .owl-dots span {
        background: #01b0f8;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    


  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #01b0f8;
      font-size: 21px;
      line-height: 1.3;
}
     .card span {
        font-size: 18px;
        color: #666666;
      }
    

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;
}
    .center h5 {
      font-size: 24px;
}
      .center span {
        font-size: 20px;
      }
    

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  


@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

/**********************************************************************/
/* home page hero image fader */


    .fadein img {
    position:absolute;
    top:0;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

#f1 {
    background-color: lightblue;
}
#f2 {
    -webkit-animation-delay: -4s;
    background-color: yellow;
}
#f3 {
    -webkit-animation-delay: -2s;
    background-color: lightgreen;
}


/***********************************************************************/
/*  */

.bg {
    position   : fixed;
    width      : 100%;
    height     : 100%;
    top        : 0;
    left       : 0;
    opacity    : 0;
    transition : opacity .8s ease-out; /* not adding browser specifics for clarity sake */
    background : #FFF url(photo.jpg) 0 0 no-repeat;
}

.active {
  opacity      : 1;
}

.parallax-slider {
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    opacity: 1;
}
.transitioning-src {
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0;
}
