@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('../fonts/roboto_condensed-bold.ttf');
         }
         
@font-face{
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto_condensed-regular.ttf');
}
html {
    overflow-x: hidden !important;
}

.custom-hide-section {
	display: none;
}
.thrv-page-section .tve-page-section-out{
    top:140px !important;
}
.tve-page-section-out.tcb-video-background-el{
    box-shadow: none;
    background-image: linear-gradient(rgb(53 59 62 / 82%), rgb(41 45 49 / 82%)) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
	background-repeat: no-repeat !important;
}


@media (min-width: 300px){
[data-css="tve-u-1620d1f4059"] > .tcb-flex-col > .tcb-col {
    justify-content: center;
    padding-top: 280px;
   
}
}

body{
  
    font-family: 'RobotoCondensed' , sans-serif;
}

html body .navbar-nav li a{

    color: black !important;
    opacity: 1 !important;
    font-family: ‘Open Sans’, sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;

}

html body nav{
    height: 80px !important;
    padding-top: 15px !important;
}

.sec1 p{
   
  text-align: center;
  padding-top: 50% !important;
   
}
#sec2 h1{
    position: relative;
    font-size: 50px !important;
    font-family: 'RobotoCondensedBold' , sans-serif;
    color: #555555;
    padding-top: 210px !important;
    padding-bottom: 20px !important;
}

#sec2 h1:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 7%;
    border-bottom: 2px solid black;
   
}

#sec2 p{
    font-size: 25px !important;
    line-height: 1.8em !important;
    opacity: 0.8;
    padding-top: 20px;
    font-weight: 300 !important;
    color: #555555 !important;
    font-family: 'RobotoCondensed' , sans-serif;
    padding-bottom: 60px;
}

.sec3{
    background-repeat: no-repeat;
    background:url(../img/koya.jpg) ;
    background-size: cover;
    background-position: center center;
      
}
.sec3head h1{
    text-align: center;
    padding-top: 100px;
    font-size: 50px !important;
    text-transform: uppercase;
    font-family: 'RobotoCondensedBold' , sans-serif;
    font-weight: 700 !important;
    color: white !important;
}

.sec3cont{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.sec3cont i{
    padding-top: 70px !important;
}
.sec3cont #copy{
   color: #3597fde6 !important;
  font-weight: normal !important;
   
}

.sec3cont h3 , p {
    color: white !important;
}
.sec3cont h3{
    font-family: 'RobotoCondensedBold' , sans-serif;
    font-size: 28px !important;
    padding-top: 30px;
}
.sec3cont p{
    font-size: 18px !important;
    font-family: 'RobotoCondensed' , sans-serif;
    opacity: 0.9 !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
}
#sec4{
    background-repeat: no-repeat;
    background:url(../img/eventhead-1024x330.jpg) ;
    background-size: cover;
    background-position: center center;
    filter: grayscale(40%);
}
.sec4head{
    text-align: center;
    padding-top: 80px !important;
}
.sec4head h1{
    font-size: 50px !important;
    font-family: 'RobotoCondensedBold' , sans-serif;
    color: white !important;
}
.sec4head p{
    font-size: 30px !important;
    font-weight: 300;
    font-family: 'RobotoCondensed' , sans-serif;
    padding-left: 150px !important;
    padding-right: 150px !important;
    line-height: 50px !important;
    padding-top: 16px;
}
.sec4cont{
    padding-left: 16%;
    padding-right: 14%;
    padding-bottom: 100px;
    
}
.sec4cont label{
    font-size: 13px !important;
    font-family: 'RobotoCondensed' , sans-serif;
    font-weight: 300 !important;
}
.sec4cont input, textarea{
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #4c3f3fad;
    color: #fff;
    border-bottom: 1px solid #ffffff57;
    padding-top: 15px;

}

.sec4cont input[type=submit]
{
    width: 98% !important;
    height: 42px !important;
    background-color: #fff !important;
    color: #656565 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding-top: 10px;
    font-family: 'RobotoCondensedBold' , sans-serif;
}
#footer {
    height: 280px;
    width: 100%;
    background-color: #656565;
}
#footer img{
    text-align: center;
    height: 100px;
    padding-left: 450px;
    margin-top: 100px;
  
}
#copyright{
    height: 62px;
    width: 100%;
    background-color: #272727;
}
#copyright p{
    color: #b0b0b0 !important;
    font-size: 0.846em !important;
    text-align: center;
    font-family: 'RobotoCondensed' , sans-serif;
    font-weight: 300;
    padding-top: 20px;
}