/*header 54 css*/

@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

/* Font Color */
body,
div#selected_body {
	color: #9f9ba0;
	font-family: 'Poppins', sans-serif;
}

/* Font-Size */
body,
div#selected_body {
	font-size: 18px;
	line-height: normal;
}

/* Heading Color */
h1,
h2,
h3 {
	color: #3c2833;
	font-weight: bold;
}

/* Slide Control Button Css */

/* Transparent and Circle Border */
#selected_headerbanner .uk-slidenav-position:hover .uk-slidenav,
#selected_headerbanner .uk-dotnav>li>a {
	border: rgba(255, 255, 255, 0.4) solid 1px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 100px;
}

#selected_headerbanner .uk-dotnav>li.uk-active>a {
	background-color: rgba(0, 0, 0, 0.6);
}



/* Slide Control Common */
#selected_headerbanner .uk-dotnav>li>a {
	width: 15px;
	height: 15px;
	color: rgba(255, 255, 255, 0.4);
}

.uk-dotnav>* {
	padding-left: 10px;
}



/********** Content Design  ************/


#selected_headerbanner {
	line-height: normal;
}

#selected_headerbanner .uk-grid {
	color: #fff;
}

#selected_headerbanner li {
	line-height: 26px;
}

#selected_headerbanner h1,
#selected_headerbanner h2 {
	font-style: italic;
}

/******** Responsive  **********/


/* Desktop and bigger */
@media only screen and (min-width: 1367px) {
	#selected_headerbanner h1 {
		font-size: 60px;
		line-height: normal;
	}

	#selected_headerbanner p {
		font-size: 16px;
		line-height: 1.4em;
	}
}


/* Tablet and bigger */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	#selected_headerbanner h1 {
		font-size: 60px !important;
		line-height: normal;
	}

	#selected_headerbanner h2 {
		font-size: 30px !important;
		line-height: normal;
	}
}

/* Tablet and Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#selected_headerbanner h1 {
		font-size: 60px !important;
		line-height: normal;
	}

	#selected_headerbanner h2 {
		font-size: 30px !important;
		line-height: normal;
	}
}

/* Mobile */
@media only screen and (max-width: 479px) {
	#selected_headerbanner h1 {
		font-size: 34px !important;
		line-height: normal;
	}

	#selected_headerbanner h2 {
		font-size: 30px !important;
		line-height: normal;
	}

	#selected_headerbanner p {
		font-size: 14px;
		line-height: normal;
	}

	#selected_headerbanner .rv-text-right {
		text-align: center;
	}
}