/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/
body{
    width: 100%;
    overflow-x:hidden;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    position: static;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.nav-item{
    margin: 0 5px;    
}
.sidebar_logo img{
    max-width: 80%;
}
.sidebar_logo{
    text-align:center;
}
.carousel-indicators li{
    width:15px;
    height:15px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    cursor: pointer;
}

.sub-menu{
    background-color:#000;
    background-color: rgba(0, 0, 0, 0.79);
   z-index: 100; 
   padding: 10px;
   margin-top:0;
}
.sub-menu:hover{
    background-color: #000;    
}
.sub-menu a{
    padding:10px;    
}


.dropdown-submenu li{
        list-style: none;
        padding: 5px;
        white-space:nowrap;
        display:flex;
    }
.dropdown-submenu{
        padding: 5px;
        background-color: #333;
        display:none;
        position:absolute;
   }
   
.partners_cara{
    width: 100%;    
}

@media (min-width: 992px){
.submenu{
     transform: translateY(0);    
}
.dropdown-item:hover, .nav-item:hover, .dropdown-item:focus, .nav-item:focus{
    background-color:#007bff;
}
.dropdown:hover .dropdown-menu {display: flex;}
.dropdown-hassub:hover .dropdown-submenu{display:flex;}

.carousel-mainpage{
    width: 100%;
    height: 88vh;
    overflow: hidden;
    max-height: 610px;
}
.carousel-item img{
    height: 88vh;
    max-height: 610px;
}

.slider-sidebar{   
    margin-left:-15px;
     height:88vh;
     max-height: 610px;
     
}

section{
   padding-top:64px;
  /* min-height:610px;*/
   display: flex;
   flex-direction: column;
   justify-content: center;
   
}
#home-page-slider{
    min-height: 587px;
    max-height: 650px;
}
.ktm-head {
    min-height: 64px;
}

}
.slider-sidebar{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0f1628;
    color: #fff;
    text-align: center;
}
.btn_sidebar{
    background-color: #b69643;
    color:#000;
}
.slider-sidebar h5{
 font-size: 25px;
    line-height: 29px;       
}
.slider-sidebar i{
   font-size:28px;
   margin-bottom:5px;
   color:#b69643;
   cursor:pointer;
}
.btn_icons > div:hover i{
    color: #ffb800;    
}
#register_btn{
    justify-content: center;
    flex-direction: column;
    display: flex;    
}
.btn_icons > div{
    margin: 6% 0;    
}
.btn_icons a{
    color: #fff;
    font-size: 14px;
}
.btn_icons a:hover{
    text-decoration: none;    
}

#timer > div > div{  
    padding: 0;
}
#timer span{
    font-size: 16px;
    color: #ffb800;
    font-weight: bold;
}
#timer p{
    font-size:15px;    
}
@media (max-width: 991px){
.dropdown-submenu{
        display:block;
        position: relative;
   }
    section{
        padding-top:0;
    }
    .menu-decoy{
        /* padding-top:20vh; */
        padding-top: 11vh;
    }
    .dropdown:hover .dropdown-menu {display: block;}
    .slider-sidebar{
        padding: 32px 80px;
    }
    
}

.carousel-item img{
    width: 100%;  
}


.brand-logo{
    max-height: 64px;
    width: 100vw;
    overflow:hidden;
}


section h2{ 
    color: #3f454c;
    text-align:center;
    margin-bottom: 20px;
   font-family: 'Montserrat', sans-serif;
   font-size: 1.6rem;
    
}

section h4{ 
    color: #3f454c;
    margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;

}

section h6{ 
    color: #009edf;
    font-weight:bold;
}

.card-link{
    color: #b69643;
}

.section-divider{
    margin: 30px 0;
    border:0;
}
@media (max-width: 768px){
.section-divider2{
    margin: 15px 0;
    border:0;
}
}

#our-blog{
    background-color: #ddd;
    padding: 30px 0;
}

#our-blog .card-text{
    height: 160px;
    overflow: hidden;
    font-size: 15px;
}

#our-partners {
    text-align: center;    
}

#ktm-club-deals img{
    width:100%;
}

#ktm-club-deals h2{
    position: absolute;
    z-index: 1;
    background-color: #407b70;
    background-color: rgba(66, 117, 107, 0.7);
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    padding: 5px;    
}

@media (max-width: 768px){
    #ktm-club-deals h2{
        position: relative;
    }
}
/*
Contact us Section
*/


#contact-us{
    background-color:#f1f1f1;
    padding: 7vh 0;
  font-family: 'Montserrat', sans-serif;
}

#contact-us .well{
    margin-top:30px;
    border-radius:0;
}

#contact-us .form-control{
    border-radius: 0;
    border:2px solid #86cec0;
}

#contact-us button{
    border-radius:0;
    border:2px solid #86cec0;
}

#contact-us .row{
    margin-bottom:30px;
}

.address-card{
    border-bottom: 2px solid #ccc;
    padding-bottom:2px;
}

@media (max-width: 768px) { 
    #contact-us iframe {
        margin-bottom: 15px;
    }
    
}
.location img{
    width:100%;    
}
/*
Footer
*/
#myFooter {
    background-color: #333;
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #222;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 20px;
    color: white;
    margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
    line-height: 23px;
}

#myFooter h2 img{
    max-width: 180px;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover, #myFooter .facebook:focus{
	color:#458afe;
}

#myFooter .instagram:hover, #myFooter .instagram:focus{
	color:#cb5a48;
}

#myFooter .youtube:hover, #myFooter .youtube:focus{
	color:#ee1b0d;
}

#myFooter .twitter:hover, #myFooter .twitter:focus{
	color: #1cb7eb;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

.ktm-head{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media screen and (max-width: 767px) {
    #myFooter {
		text-align: center;
	}
	.menu-decoy{
        padding-top:114px;
        background-color:black;
        width: 100vw;
    }
    .brand-logo{
        position: absolute;
        background-color: black;    
    }
	/*.carousel {
	    margin-top:50px;    
	}*/
	.ktm-head{
    position: absolute;
    margin-top:50px;
    }
    .ktm-head nav{
        position:fixed;    
        top:0;
        left: 0;
        height: 50px;
        width: 100%;
    }
    .navbar-collapse{
        min-width: 100px;
        background-color: #232323;
        max-width: 95%;
        padding:10px;
        font-size: 16px;
    }
}
.ktm-head, .ktm-head nav{
    background-color:#000 !important;
    padding-bottom:0;
}

.top-menu a{
    color:#fff;    
}
.top-menu a:hover{
    color: #86c232;  
    text-decoration:none;
}
.ktm-head nav a{
    color: #dedede !important;
}

.ktm-head nav a:hover{
    color:#fff !important;    
}

@media screen and (max-width: 991px) {
    .desktop-view{
        display: none;
    }    
    .mobile-view{
        display: block;    
    }
    #our-partners img{
        max-width:200px;
        width: 50%;
        margin: 10px;
    }

}
@media screen and (min-width: 992px) {
    .desktop-view{
        display: block;
    }    
    .mobile-view{
        display: none;    
    }
    #our-partners img{
        width:90%;
    }
}
/* Alert css */
.alert{
  margin: 0;
  color: white;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.alert-success {
background-color: #28a745;
}
.alert-error {
background-color: #dc3545;
}