/********** Template CSS **********/
:root {
    --primary: #f47c27;
    --light: #f8f3e6;
    --dark: #181d38;
	--white: #ffffff;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.brds {
	border-radius:15px;
	box-shadow: 4px 4px 12px 1px;
	
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../images/bg-help.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-about {    
	background: linear-gradient(rgba(15, 23, 43, .3), rgba(15, 23, 43, .3)), url("../images/bg-about.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.bg-contact {    
	background: linear-gradient(rgba(15, 23, 43, .3), rgba(15, 23, 43, .3)), url("../images/bg-contact.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.bg-tenis {    
	background: linear-gradient(rgba(15, 23, 43, .3), rgba(15, 23, 43, .3)), url("../images/bg-tenis.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.bg-tenis2 {    
	background: linear-gradient(rgba(15, 23, 43, .3), rgba(15, 23, 43, .3)), url("../images/bg-tenis2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.bg-tenis3 {    
	background: linear-gradient(rgba(15, 23, 43, .3), rgba(15, 23, 43, .3)), url("../images/bg-tenis3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.bg-tenis4 {    
	background: linear-gradient(rgba(15, 23, 43, .3), rgba(15, 23, 43, .3)), url("../images/bg-tenis4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
	
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #baad41;
}


#menu_icon {
	width: auto;
	float: right;
	right: 0;
	/*background-color: #fff;*/
	width: 55px;
	height:auto;
	min-height:auto;
	position: absolute;
	/*border: 5px solid #89be47;*/
	z-index:2;
	top:78%;
	position: fixed;
	margin-bottom:0%;
	margin-right:5px;
	border-radius:25px 0px 0px 25px;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:2px;
	background-position:top;
	
	}
#menu_icon img {
	
	margin-bottom:5px;
	
	}
#menu_icon p {
	font-size: 12px;
	line-height: 17px;
	color: #333;
	text-decoration: none;
	
	}
#menu_icon .titlevote {
	font-size: 12px;
	color: #036;
	text-decoration: none;	
	text-align:center;
	margin-bottom:5px;
	}
.icon_vote {
	width:auto;
	height:auto;
	
	

	}




@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
		
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}
.header-carousel .owl-nav .owl-next {
    margin: -53px 0px 0px 60px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}




/*** Service ***/
.service-item {
    background: var(--white);
    transition: .5s;
	padding:8px;
	width:100%;
	border: 1px solid #d8d8d8;
    border-collapse: collapse;
	border-radius:8px;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}
.kotak {
width: 100%;
height:100%;
	border: 1px solid #dadada;
}

/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


.widget {
    float: left;
    margin-top: 0px;
    width: 100%;
}

/* Link Widget */
.links_widget > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
	
}
.links_widget > ul > li {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
	padding:6px 0;
}
.links_widget li > a {
    color: #000000;
    float: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 4px 0;
    width: 100%;
	
}
.links_widget li > a i {
    color: #dedede;
    margin-right: 20px;
}
.links_widget li > a:hover i {
    color:#2975a7   ;
}
.links_widget li > a:hover {
    color:#2975a7   ;
}
/*** Footer ***/
