body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #808080;
	background: #000;
}
section{
    background: #fff;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.navbar{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.nav-item {
    margin-right: 5px;
}
.nav-link {
    border-radius: 20px;
    transition: .5s;
}
.nav-link:hover{
    background: #000;
    color: #fff !important;
}
.nav-link.active{
    background: #000;
    color: #fff !important;
}
.container-section{
    width: 50%;
    margin: auto;
}
.margin_top{
    padding-top: 10px;
}
.section-2{
    padding-top: 25px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.checkered-bg{
    height: 386px;
    background-image: unset;
    background: #1a1a1a;
    
    
}
.inner-page .checkered-bg{
    height: 146px;
    background-image: unset;
    background: #1a1a1a;
    
    
}
.home-slider{
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    
}
.five-section{
    width: 20%;
    padding-left: 20px;
    margin-top: 20px;
}
.five-section img{
    width: 145px;
    margin: 0 auto;
}
.section-3{
    background: #000;
}
.event-block{
    padding-top: 30px;
}
.event-date{
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.event-name{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.padding-event{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #1a1a1a;
}
.section-4{
   
}
.calls{
    text-align: center;
    color: #000;
    font-size: 17px;
    padding-top: 10px;
}
.calls a{
    
    color: #000;
    font-size: 11px;
}
.border-section{
    border-bottom: solid 1px #1a1a1a;
    padding-bottom: 30px;

}
.contact-des{
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-details{
    padding-top: 30px;
    padding-bottom: 20px;
}
.section-footer{
    padding-bottom: 30px;
}
.mob-img{
    object-fit: cover;
    width: 100%;
}
.gallery{
    cursor: pointer;
}
.set{
    border-bottom: solid 1px #1a1a1a;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.set2{
    padding-top: 50px;
    padding-left: 60px;
}
h5{
    color: #fff;
    font-weight: 600;
}
.mar-bot{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}
.mar-bot a{
    color: #808080 !important;
}
.nav>li>a{
    transition: .4s;
    color: #fff !important;
}
.nav>li>a:hover{
    color: #000 !important;
}
.nav-tabs>li.active>a{
    color: #000 !important;

}
/* com intrution */

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* pop up */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close{
    position: absolute;
    top: 50px;
    right: 28%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .mob-img2{
    width: 70% !important;
}



/* Media Queries */

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
    .hhs{
        width:30% !important;
    }
    .set2{
        padding-top: 20px;
        padding-left: 0px;
    }
    .mar-bot{
        font-size: 12px;
    }
    .mob-img2{
        width: 70% !important;
    }
    .container-section{
        width: 100%;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-slider{
        width: 100%;
    }
    .five-section{
        width: 33%;
        padding-left: unset;
    }
    .five-section img{
        width: 100%;
    }
    .checkered-bg {
        height: 562px;
        background-image: unset;
        background: #1a1a1a;
    }
    .inner-page .checkered-bg{
    height: 216px;
    background-image: unset;
    background: #1a1a1a;
    
    
    }
    .mob-left{
        float: right;
    }
    .event-head-img{
        width: 110px !important;
        margin: auto;
    }
    .padding-none-mob{
        padding: 0px !important;
    }
    .event-name{
        padding-top: 15px;
    }
    .event-img-mob{
        padding-top: 25px;
    }
    .mob-img-only{
        object-fit: cover;
        width: 100%;
    }
    .padding-mobile-top{
        padding-top: 15px;
    }
    .contact-details{
        padding: 0;
    }
    .contact-des {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .nav-link{
        border-radius: unset;
        padding-left: 30px !important;
    }
    .margin-bot-mob{
        border-bottom: solid 1px #1a1a1a;
    }
    .padding-footer-top{
        padding-top: 5px;
    }
    .close{
        right: 5%;
    }
}

/*IPHONE 5*/
@media (max-width: 320px) {


}
@media (min-width: 480px) and (max-width: 767px) {
     .hhs{
        width:30% !important;
    }
    .container-section{
        width: 100%;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-slider{
        width: 100%;
    }
    .five-section{
        width: 33%;
        padding-left: unset;
    }
    .five-section img{
        width: 100%;
    }
    .checkered-bg {
        height:1128px;
        background-image: unset;
        background: #1a1a1a;
    }
    .inner-page .checkered-bg{
    height: 376px;
    background-image: unset;
    background: #1a1a1a;
    
    
    }
    .mob-left{
        float: right;
    }
    .event-head-img{
        width: 110px !important;
        margin: auto;
    }
    .padding-none-mob{
        padding: 0px !important;
    }
    .event-name{
        padding-top: 15px;
    }
    .event-img-mob{
        padding-top: 25px;
    }
    .mob-img-only{
        object-fit: cover;
        width: 100%;
    }
    .padding-mobile-top{
        padding-top: 15px;
    }
    .contact-details{
        padding: 0;
    }
    .contact-des {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .nav-link{
        border-radius: unset;
        padding-left: 30px !important;
    }
    .margin-bot-mob{
        border-bottom: solid 1px #1a1a1a;
    }
    .padding-footer-top{
        padding-top: 5px;
    }
    .close{
        right: 5%;
    }

}
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
     .hhs{
        width:30% !important;
    }
    .container-section{
        width: 100%;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-item {
        margin-right: 1px;
    }
    .home-slider{
        width: 100%;
    }
    .five-section{
        width: 20%;
        padding-left: unset;
    }
    .five-section img{
        width: 100%;
    }
    .checkered-bg {
        height: 540px;
        background-image: unset;
        background: #1a1a1a;
    }
    .inner-page .checkered-bg{
    height: 180px;
    background-image: unset;
    background: #1a1a1a;
    
    
    }
    .mob-left{
        float: right;
    }
    .event-head-img{
        width: 110px !important;
        margin: auto;
    }
    .padding-none-mob{
        padding: 0px !important;
    }
    .event-name{
        padding-top: 70px;
        font-size: 17px;
    }
    .event-date {
        padding-top: 80px;
    }
    .event-img-mob{
        padding-top: 25px;
    }
    .mob-img-only{
        object-fit: cover;
        width: 100%;
    }
    .padding-mobile-top{
        padding-top: 15px;
    }
    .contact-details{
        padding: 0;
    }
    .contact-des {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 18px;
    }
    .nav-link{
        border-radius: unset;
        padding-left: 30px !important;
    }
    .margin-bot-mob{
        border-bottom: solid 1px #1a1a1a;
    }
    .padding-footer-top{
        padding-top: 5px;
    }
    .close{
        right: 5%;
    }
    .mob-img-only{
        width: unset;
    }
    .margin-bot-mob{
        border-bottom: unset;
    }
}
@media(min-width:768px) and (max-height: 1024px) and (orientation:portrait){
    .container-section{
        width: 100%;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-slider{
        width: 100%;
    }
    .five-section{
        width: 33%;
        padding-left: unset;
    }
    .five-section img{
        width: 100%;
    }
    .checkered-bg {
        height: 1002px;
        background-image: unset;
        background: #1a1a1a;
    }
    .inner-page .checkered-bg{
    height: 380px;
    background-image: unset;
    background: #1a1a1a;
    
    
    }
    .mob-left{
        float: right;
    }
    .event-head-img{
        width: 110px !important;
        margin: auto;
    }
    .padding-none-mob{
        padding: 0px !important;
    }
    .event-name{
        padding-top: 70px;
        font-size: 17px;
    }
    .event-date {
        padding-top: 80px;
    }
    .event-img-mob{
        padding-top: 25px;
    }
    .mob-img-only{
        object-fit: cover;
        width: unset;
    }
    .padding-mobile-top{
        padding-top: 15px;
    }
    .contact-details{
        padding: 0;
    }
    .contact-des {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 18px;
    }
    .nav-link{
        border-radius: unset;
        padding-left: 30px !important;
    }
    .margin-bot-mob{
        border-bottom: solid 1px #1a1a1a;
    }
    .padding-footer-top{
        padding-top: 5px;
    }
    .close{
        right: 5%;
    }
}
@media (min-width: 1024px) {


}
@media only screen and (min-width: 1280px){

}
@media (min-width: 1280px) and (max-width: 1400px) {
	.nav-link{
	    font-size: 10px;
	}
}
@media (min-width: 1400px) and (max-width: 1600px) {
	
}
@media (min-width: 1600px) and (max-width: 3000px) {

}
@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: flex!important;
    }
}
