@import url("loader.css");
@import url("sidemenu.css");
@import url("socialmenu.css");

@import url("font.css");
@import url("icon.css");
@import url("style.css");

.section {
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}

.section-void {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}


.btn-glyphicon { padding:8px; background:red; margin-right:4px; }
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}


.bg-sffere-button-gradient{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8f3954+0,8f3954+98&0+0,1+24,1+75,0+100 */
background: linear-gradient(to right,  rgba(143,57,84,0) 0%,rgba(143,57,84,1) 24%,rgba(143,57,84,1) 75%,rgba(143,57,84,0.08) 98%,rgba(143,57,84,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.text-sffere-color1 {
	color:#8f3954;
}

.z-footer-bottomline{
	font-size:0.9rem;
	z-index:100;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	font-family: Poppins-Light;
	background-color: rgba(143, 57, 84) !important;
	
}

.z-footer-bottomline{
	opacity:0.8;
}

.topNavBar{
	background-color: transparent !important;
	padding-top:0px;
	padding-bottom:0px;
	position: absolute;
	z-index:100;
}

.logo-menu{
	width: 300px;
}

.sideBarMenu > div > a {
	font-family: Poppins-Italic;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

nav.navbar > .collapse > ul > li > a{
	color:#8f3954;
	font-family: Poppins-ExtraLightItalic;
	font-size:1rem; 	
}


 .active {
	font-weight: bold;
}

.navbar-nav > li> .nav-link {
	position: relative;
	padding: 0;
	color: #444;
	font-size: 15px;
	line-height: 52px;
	font-weight: 600;
	text-transform: capitalize;
	background: transparent;
	border: 0;
	transition: 0.3s;
}

.h-decor {
	display: inline-block;
	height: 3px;
	width: 53px;
	background-color: #8F3954;
}


p{
	margin-bottom:15px;
}

.img-floatLeft-w50{
	max-width:50%;
	float: left;
	margin-right:15px;
}

/*--------- Max-Width 767.98px -----------*/
@media (max-width: 767.98px) { 
	
	.section {
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}

	.z-footer-bottomline{
		position: fixed;
		z-index:1000;
	}

	.topNavBar{
		padding-top:0px;
		padding-bottom:0px;
		position: fixed;
		background-color:#fff !important;
		position: fixed;
		z-index:1000;
		box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
		border-bottom: 1px solid #DCDCDC;
	}

	.header-topline{
		font-size:0.8rem;
	}
	
	.logo-menu{
		max-width: 100px;
	}
	
	.img-mobile-round{
		border-radius: 50% !important;
	}
	
	.specialist-img{
		max-width:200px;
	}
	
	.h-decor {

	}
	
}
/*---------/Max-Width 767.98px -----------*/
/*--------- Min-Width 992px --------------*/
@media (min-width: 992px) { 
	
	.appTeamRow{
		position: absolute;
		top: 0%; 
		left: 50%; 
		transform: translate(-50%, 60%);  
		color: #fff; 
		text-align: center; 
		width: 90%;	
	}
	
}
 
 
/*---------/Min-Width 992px --------------*/
 
 
 #slider-animation{
 	max-height:100%;
 }
 
.heading-box h2{
	width:100%; 
	color: red; 
	}

.carousel-item img{
	width:100%;max-height:80%;
	}
	
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #000;
	transform: translateY(-50%);
}

.theme-color{
	color: #8F3954;
}


.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
	background: #f6f6f6;
}

.blog-post .post-image img {
	max-width: none;
}


ul.non-marker-list-md li::before {
	content: '\e900';
	font-size: 10px;
	font-family: 'dentco';
	position: absolute;
	left: 0;
	top: 1px;
	color: #8F3954;
}


/* ================== Dropdown Menu ===============*/
.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    scrollbar-color: rgba(143, 57, 84, 1) rgba(143, 57, 84, 0.5) ;
}

.dropdown-menu > li > a:hover {
	color: rgba(143, 57, 84, 1);
}



/*======= Vision/Mission/Value =========*/

.team-img { position: relative; }
.team-img img { width: 100%; }

.VMV_overlay { border-radius: 0px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0.7; transition: 1s ease; background-color:#8F3954 ;border-radius: .25rem !important; }
.text { color: #fff; position: absolute; top: 30%; left: 30%; transform: translate(-26%, -26%); -ms-transform: translate(-26%, -26%); right: 0; font-weight: 400; font-size: 16px; }
/*=======/ Vision/Mission/Value =========*/
