

#brand_scroll {
        
        display:none;
}






/*
.abc.ncol{
    
    width:200px; 
    height:20px ;
    background: url(images/TTC_Logo2.png); 
    background-size: contain; 
    background-repeat: no-repeat; 
    text-indent: -9999px;
    
}
*/


.hs-richtext {
	color: #fff !important;
	
}
.label {
	color: #fff !important;
	
}
.navbar-brand {
    
border:;
margin-top: 5px;
    
}

  .navbar-brand:hover, .navbar-brand:focus {
      text-decoration: none; }




.navbar-custom {
    background-color: #353B42;
}



.brand-test{
    
    width:200px; 
    height:20px ;
    background: url(images/TTC_Logo2.png); 
    background-size: contain; 
    background-repeat: no-repeat; 
    text-indent: -9999px;
    
}




.brand-home{
    
    width:200px; 

    text-align: center;
    margin-top:-10px;
    
    
}




.nav-font-style{
    
    color: black;
    border: 1px solid rgba(0, 0, 0,);
    border-radius: 30px; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 10px;
    padding-right: 10px;
    margin: 1px;
    margin-right:10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    text-align:right;
    
    
}

.nav-font-style:hover{
    
    color: coral;
    border: 1px solid rgb"0,0,0,0";
    border-radius: 30px; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 10px;
    padding-right: 10px;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px; 
    font-weight: 500;
    
    text-decoration: none;
    
}




.button-contact{
    color: black;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 30px; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1px;
    padding-right: 1px;
    margin: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    
     font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 200;
    font-size: 16px;
    text-transform: uppercase;
}




.button-contact:hover{
    color: black;
    border: 1px solid black;
    border-radius: 30px; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1px;
    padding-right: 1px;
    margin: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
font-weight: 500;

}



/* ERSTE SEKTION - STARTBILDSCHIRM ///////////////////////////////////////////////////////// */



.video-background {
    position:relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0);    
}


.caption{
    
    position:absolute;
    top:45%;
    width:100%;
    color: black;
}

.caption-socialmedia{

    position: absolute;
    top: 8px;
   
    
    left: 5%;
   
   
}


.Sprachauswahl{
    
   
    position: absolute;
    
    left: 6%;
    margin-left:;
    top: 92%;  

}


.English_true{
    
 color: black;
    text-decoration: none;
    font-weight: bold;
    
    
    
    
}


.English_false{
    
  color: #454545;
        text-decoration: none;
    
    
    
     
    
}



.Deutsch_false{
 
    
    color: #454545;
        text-decoration: none;
    
    
}


.Deutsch_true{
    
    color: black;
    text-decoration: none;
    font-weight: bold;
    
    
    
    
}


.Sprachauswahl2{
    
     font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    text-align:right;
    
    position: absolute;
    
    left:88%;
    margin-left:;
    top: 63%;  

}




.arrowxy{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrowxy span{
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrowxy span:nth-child(2){
    animation-delay: -0.2s;
}
.arrowxy span:nth-child(3){
    animation-delay: -0.4s;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

/* ZWEITE SEKTION - Vorstellung ///////////////////////////////////////////////////////// */



.zweite-icons{
    
margin-top:40px;    
width:65px;

}


.text-icons{

    margin-top: 10px;
    margin-bottom:40px;
    color:white;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 150;
    letter-spacing: 2px;
        
}




.text-icons-b{

    margin-top: 10px;
    margin-bottom:60px;
    color:  #FDC974;
    font-size: 12px;
    text-align: center;
    text-transform:;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;
        
}




.zweite{
    background-color: black;
	
}

.zweite-space{
    
    margin-top:150px;
    margin-bottom:150px;
    
}


@media (max-width: 768px) { 
    
    .zweite-space{
        
        margin-top:80px;
        margin-bottom:80px;
        
    }
    
    }


.text-image {
    background-image: url(images/image1.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}



@media (max-width: 1000px) { 
    
    .text-image{
        
        font-size: 80px;
        text-align: left;
        margin-bottom: ;
        
    }
    
    }



@media (max-width: 768px) { 
    
    .text-image{
    display: none;
        font-size: 60px;
        text-align: center;
        margin-bottom: 80px;
        background-size: cover;
    }
    
    }





.text-image1b{
    
    background-image: url(images/image1.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
   
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;  
}

@media (max-width: 768px) { 
    
    .text-image1b{
        
        text-align:;
      
    }
    
    }



.text-image1c{
    
   
    
    background-image: url(images/image1.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
    
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;  
    
}





@media (max-width: 768px) { 
    
    .text-image1c{
        
        text-align: ;
      font-size: 15px;
        background-size: cover;
    }
    
    }



.text-image1d{
    
color: white;
    
    font-size: 14px;
    text-align: left;
    text-transform:;
    letter-spacing: 2px;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 200;
      
    
}

@media (max-width: 768px) { 
    
    .text-image1d{
        
        text-align: center;
      font-size: 18px;
        background-size: cover;
    }
    
    }



.btn-secondary {
  border-width: medium;
  border-radius: 30px;
    
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: ;
  border-color: #FFA26A;
  background-color: #FFA26A;
  color: black;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;
    text-align: center;
}

.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #FF8977;
  background-color: #FF8977;
  color: black;
}


.btn-alignment{

text-align: left;


    
}


@media (max-width: 768px) { 
    
    .btn-alignment{
        
    text-align:center;
      
    }
    
    }




/* DRITTE SEKTION - Trennelement///////////////////////////////////////////////////////// */

.dritte{
    
    
    
    background-image: url(images/test-image1.jpg);

    background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    position:relative;
    
}



@media (max-width: 768px) { 
    
    .dritte{
    display:none;    
    background-image: none;
    background-color:#292E33;
    background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    position:relative; 
     
    }
    
    .dritte-overlay{

    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%); height:100%; background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    position:relative;"
}

    
    
    }


.dritte-space{
    margin: 80px; 
}


@media (max-width: 768px) { 
    
    .dritte-space{
        
        margin: 20px;
  
    }
    
    }


.font-dritte{
    align-content: center;
    text-align: center;
    margin: 0px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400; 
    color: white;
    letter-spacing: 12px;
    
}


@media (max-width: 1200px) { 
    
    .font-dritte{
        
        font-size: 25px;
        font-weight:400;
        letter-spacing: 8px;
        
    }
    
    }


@media (max-width: 768px) { 
    
    .font-dritte{
        
        color:black;
        font-size: 15px;
        font-weight:400;
        letter-spacing: 3px;
        
    }
    
    }



@media (max-width: 400px) { 
    
    .font-dritte{
        
        font-size: 15px;
        font-weight:400;
        letter-spacing: 0px;
        
    }
    
    }



/* VIERTE SEKTION - OUR VISIONS ///////////////////////////////////////////////////////// */

.vierte-space{
    
    margin-top:150px;
    margin-bottom:150px;
    
}


@media (max-width: 768px) { 
    
    .vierte-space{
        
        margin-top:100px;
        margin-bottom:100px;
        
    }
    
    }


.text-image2 {
    background-image: url(images/image3.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    font-size: 90px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 100;
        -webkit-font-smoothing: antialiased;
}

@media (max-width: 1200px) { 
    
    .text-image2{
        
        font-size: 80px; 
        text-align: left;
    }
    
    }

@media (max-width: 1000px) { 
    
    .text-image2{
        
        font-size: 60px; 
        text-align: left;
    }
    
    }


@media (max-width: 768px) { 
    
    .text-image2{
        
        font-size: 60px; 
        text-align: center;
        margin-bottom: 80px;
    }
    
    }



.text-image3 {
    background-image: url(images/image3.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 800;
        -webkit-font-smoothing: antialiased;

}


.text-image4 {
    background-image: url(images/image3.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;
        -webkit-font-smoothing: antialiased;

}

@media (max-width: 1000px) { 
    
    .text-image4{
        
        font-size: 10px; 
       
    }
    
    }





/* FÜNFTE SEKTION - TRENNER ///////////////////////////////////////////////////////// */






.fünfte{
    background-image: url(images/image5.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    position:relative;

}



@media (max-width: 768px) { 
    
    .fünfte{
          
    background-image: none;
    background-color:#292E33;
    background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    position:relative; 
     
    }
    
    }


.fünfte-overlay{

    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 80%); height:100%; background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    position:relative;
}




.font-fünfte{
    align-content: center;
    text-align: center;
    margin: 0px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400; 
    color: white;
    letter-spacing: 12px;
    
    
    
}

@media (max-width: 1200px) { 
    
    .font-fünfte{
        
        font-size: 25px;
        font-weight:400;
        letter-spacing: 8px;
        
    }
    
    }


@media (max-width: 768px) { 
    
    .font-fünfte{
        
        color:black;
        font-size: 15px;
        font-weight:400;
        letter-spacing: 3px;
        
    }
    
    }



@media (max-width: 400px) { 
    
    .font-fünfte{
        
        font-size: 15px;
        font-weight:400;
        letter-spacing: 0px;
        
    }
    
    }







/* SIEBTE SEKTION - WHO WE ARE ///////////////////////////////////////////////////////// */

.siebte{
    background-color: black;
    background-image: url(images/image4.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}


.fünfte-space{
    margin: 500px; 
}


.text-black {
    margin-right:80px;
    margin-bottom: 50px;
    font-size: 95px;
    text-align: right;
    color: black;
   
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 100;
     
}



@media (max-width: 1000px) { 
    
    .text-black{
        
        font-size: 80px;
        text-align: left;
       
        }
}

@media (max-width: 768px) { 
    
    .text-black{
        
        font-size:60px;
        font-weight:100;
        text-align:center;
        margin-right:0px;
       
        }
    }



.card-font-1{ 
   
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;
    color: #FFA676;
    
    
}


.card-font-2{ 
   
    margin-bottom: 0px;
    font-size: 12px;
    text-align: center;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;
    color: #FFA676;   
}



@media (max-width: 950px) { 
    
    .card-font-2{
        
        font-size: 12px; 
       
        }
    }

@media (max-width: 767px) { 
    
    .card-font-2{
        
        font-size: 12px; 
       
        }
    }


.card-font-3{ 
   
   
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;
    color: white;   
}


@media (max-width: 1050px) { 
    
    .card-font-3{
        
        font-size: 15px; 
       
        }
    }

@media (max-width: 768px) { 
    
    .card-font-3{
        
        font-size: 15px; 
       
        }
    }



.button-contact-cards{
    
    color: white;
    border: 1px solid white;
    border-radius: 30px; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0px;
    padding-right: 0px;
    margin: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 200;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    
}


.button-contact-cards:hover{
    color: #FFBA6F;
    border: 2px solid #FFBA6F;
    border-radius: 30px; 
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0px;
    padding-right: 0px;
    margin: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    font-weight: 200;

}






.cards-klein{
      

}




@media (min-width: 800px) { 
    
    .cards-klein{
        
        width: 16em;
        
        }
    }





@media (max-width: 800px) { 
    
    .cards-klein{
        
        width: 16em;
        
        }
    }




/* ACHTE SEKTION - RANGE OF MOTION ///////////////////////////////////////////////////////// */



.text-image8 {
    background-image: url(images/image6.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) { 
    
    .text-image8{
        
        font-size: 60px;
        text-align: center;
        margin-bottom: 80px;
    }
    
    }





/* Footer /////////////////////////////////////////////////////////////////// */



.footer-space{
    
    margin-top:70px;
    margin-bottom:30px;
  
}


.footer-headlines{

    font-size: 15px;
    color: #292E33;
    
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: bold
    font-weight: 400;

}



.list-footer{
    
    
    
    color: #FFA676;
    font-weight: bold
    
    font-size: 18px;
    text-align: left;
    text-transform: ;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;
    
    
    text-decoration: none;
    list-style: none;
    list-style-type: none;
    padding-left: 0px;
    
    
}


.list-footer:hover{
    
    
color:white;
    
    
}



.footer-social-media{
    
margin-right: 10px;
    
    
}


.footer-brand{
    
    margin-top: 20px;
    width:250px; 
    height:auto;

}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////
/SUB PAGES//////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.sub-pages-h2{
    
 font-size: 35px;
    color: #FFA676;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;
  
    
}





.sub-page-h3{
    
   font-size: 20px;
    color: #FFA676;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;   
}




.sub-page-h4{
    
    font-size: 16px;
    color: #FFA676;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;   
    
    
}



.sub-page-h5{
    
      font-size: 16px;
    color: white;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;  
    text-decoration: none;

}



.sub-page-h5:hover{
    

    color: indianred;
    font-weight: bold;
    text-decoration: ;

}




.sub-page-p{
    
     font-size: 16px;
    color: white;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;  
    text-decoration: none;  
    
    
}



.datenschutz-text p{
    
    font-size: 16px;
    color: white;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;  
    text-decoration: none;  
    
}



.datenschutz-text h2{
    
    font-size: 20px;
    color: #FFA676;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;  
}



.datenschutz-text h3{
    
   font-size: 16px;
    color: #FFA676;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 400;   
     
}



.datenschutz-text li{
    
    font-size: 16px;
    color: white;
    font-family: 'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 300;  
    text-decoration: none;  
    
}



/* HERO TEST */


.hero {
 
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: left;
          justify-content: left;
  height: 100vh;
  width: 100%;
  font-family:primpifont;
  
}

.hero .overlay {
  position: absolute;
    
  top: 0;
  left: 0;
  right: 0;
  /* background: rgb(19,58,83);*/
   background: linear-gradient(220deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 100%);
}
.hero .overlay .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: start;
		  padding-top: 250px;
  height: 100vh;
  width: 70vw;
  margin: auto;
 
}
.hero .overlay .content h1 {
  font-size: 70px;
  line-height: 0.9;
  margin-bottom: 0px;
  color: white;
  letter-spacing: 60px;
  font-family:primpifontb;
  text-align:center;
}

@media only screen and (max-width: 767px) {
.hero .overlay .content h1 {
  font-size: 70px;
  line-height: 0.9;
  margin-bottom: 0px;
  color: white;
  letter-spacing: 18px;
  font-family:primpifontb;
  text-align:center;
}
}


.hero .overlay .content h3 {
  font-size: 60px;
  line-height: 0.7;
  margin-bottom: 0px;
  color: white;
  letter-spacing: 10px;
  font-family:primpifontb;
  text-align:left;
}

.hero .overlay .content h4 {
  font-size: 22px;
  color: white;
font-family:primpifont;
text-align:left;

}

.hero .overlay .content p {
  font-size: 22px;
  color: white;
text-transform: uppercase;
text-align:center;
letter-spacing: 6px;
margin-top:10px;
}


@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes reveal {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.hero .overlay .content h6 {
  font-size: 80px;
    font-weight: 100;
  line-height: 0.9;
  margin-bottom: 0px;
  color: black;
  letter-spacing: 10px;
  font-family:'Steelfish Rg', 'helvetica neue', helvetica, arial, sans-serif;;
  text-align:center;
    
}

.hero .overlay .content h7 {
  font-size: 24px;
  color: white;
text-transform: uppercase;
text-align:center;
letter-spacing: 2px;
padding-top:10px
}








.ftco-section .ftco-sub-title {
  font-size: 16px;
  
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300; }

.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px; }

.ftco-section {
  padding: 3em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 2em 0; } }


.contact-section {
  margin-top: -250px; }
  .contact-section .container {
    z-index: 2;
    padding: 30px; }
    @media (min-width: 768px) {
      .contact-section .container {
        padding: 28px; } }
  .contact-section .contact-info p a {
    color: #59595e; }


.bg-light3 {
	background-color: rgba(0, 0, 0,1);
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.2);
	}
	







.bg-light3 .contact-info h3{
	font-family: Quicksand;
	font-size: 22px;
	text-align:center;
	letter-spacing:5px
}

.bg-light3 .contact-info h2{
	font-family: Quicksand;
	font-size: 18px;
	text-align:left;
	letter-spacing:5px;
	font-weight:bold;
	padding-top:20px;
}
.bg-light3 .contact-info p{
	font-family: Quicksand;
	font-size: 14px;
	text-align:justify;
	font-weight:400;
	color:#333;
	padding:10px
}


.bg-light3 .contact-info h1{
	font-family: Quicksand;
	font-size: 28px;
	text-align:center;
	letter-spacing:normal;
	font-weight:bold;
	color:#333;
	padding-bottom:40px;
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/