@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kalam|Noto+Sans');
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif;
}
p {
	line-height: 26px;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
html, body {
	height: 100%;
}
.margin-10 {
	margin-top: 10px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-70 {
	margin-top: 70px;
}
.margin-100 {
	margin-top: 100px;
}
.margin-150 {
	margin-top: 150px;
}
.margin-top-bottom {
	margin-top: 50px;
	margin-bottom: 50px;
}
.padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-top-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-top-bottom-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top-bottom-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px 5px;
}
.padding-30 {
	padding: 30px;
}
.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.background-image-2 {
	background-repeat: no-repeat;
	background-size: 200%;
	height: 250px;
	position: relative;
	background-position: center center !important;
	transition: all ease 0.6s;
}
.background-image-2:hover {
	background-size: 250%;
	background-position: center center;
	transition: all ease 0.6s;
}
.background-image-3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.gray {
	color: #aaa;
}
.bg-off-white {
	background-color: #f9f9f9;
}
.bg-white {
	background-color: #fff;
}
.bg-black-light {
	background-color: rgba(0,0,0,0.4) !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 100px 10px 10px 10px;
	transition: all ease 0.5s;
}
.bg-black-light:hover {
	background-color: rgba(0,0,0,0) !important;
	transition: all ease 0.5s;
}
.bg-black-light a {
	color: #fff;
	text-decoration: none;
	transition: all ease 0.5s;
}
h1, h2 {
	line-height: normal;
}
.cursor {
	cursor: pointer;
}
.top-bar {
	background-color: #1a1a1a;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}
.top-bar a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	transition: all linear 0.3s;
}
.top-bar a:hover {
	color: #F00;
	transition: all linear 0.3s;
}
.bg-logo img {
	width: 100%;
}
.height-400 {
	height: 400px;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 16px;
	float: left;
	transition: all ease 0.5s;
}
.menu ul li a:hover {
	color: #f00;
	padding: 5px 10px;
	transition: all ease 0.5s;
}
.menu ul li a:active {
	color: #f00;
	transition: all ease 0.5s;
}
.topnav .search-container {
	float: right;
}
.topnav input[type=text] {
	padding: 6px;
	font-size: 13px;
	border: 1px solid #ccc;
}
.topnav .search-container button {
	float: right;
	padding: 6px 10px;
	background: #f00;
	font-size: 13px;
	border: 1px solid #f00;
	cursor: pointer;
}
.topnav-2 .search-container-2 {
	width: 100%;
}
.topnav-2 input[type=text] {
	padding: 12px 20px;
	;
	font-size: 16px;
	color: #000;
	border: 1px solid #fff;
	width: 600px;
}
.topnav-2 .search-container-2 button {
	padding: 12px 20px;
	background: #f00;
	color: #fff;
	font-size: 16px;
	border: 1px solid #f00;
	cursor: pointer;
}
/*responsive menu starts here*/
.responsive-menu .menu .navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding-bottom: 10px;
}
.responsive-menu .menu .navbar .navbar-collapse {
	padding: 0;
}
.responsive-menu .navbar-collapse.collapse {
	margin-left: -16px;
	margin-top: 30px;
}
.responsive-menu .menu .navbar {
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.responsive-menu .menu .navbar-brand {
	padding: 0px;
	height: 80px;
}
.responsive-menu .menu .navbar-brand>img {
	height: 100%;
	padding: 15px;
	margin-top: 5px;
	width: auto;
	padding: 7px 10px;
}
.responsive-menu .menu .nav li a {
	text-decoration: none;
	color: #000;
	transition: all 0.4s ease-out;
	padding: 5px 10px;
}
.responsive-menu .menu .nav > li > a:hover {
	color: #f00;
	transition: all 0.4s ease-out;
}
.responsive-menu .menu .navbar-toggle .icon-bar {
	background: #f00;
	height: 3px;
}
.responsive-menu .menu .navbar-toggle {
	margin-top: 30px;
}
/*responsive menu end here*/


.image-width-100 img {
	width: 100%;
}
.image-width-100-2 img {
	width: 100%;
}
.border-left {
	border-left: 4px solid #f00;
}
.border-1 {
	border: 1px solid #aaa;
}
.bg-white-border {
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
.bg-black {
	background-color: #000;
}
.bg-black a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #fff;
	transition: all linear 0.5s;
}
.bg-black a:hover {
	transition: all linear 0.5s;
	color: #f00;
}
.bg-black a:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
.box-shadow-1 {
	transition: all ease 0.5s;
	box-shadow: 5px 5px 10px transparent;
}
.box-shadow-1:hover {
	transition: all ease 0.5s;
	box-shadow: 0px 0px 15px #ccc;
}
.div-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
}
.div-scroll::-webkit-scrollbar {
 width: 4px;
}
/* Track */
.div-scroll::-webkit-scrollbar-track {
 background: #f1f1f1;
}

/* Handle */
.div-scroll::-webkit-scrollbar-thumb {
 background: #ccc;
 border-radius:5px;
}

/* Handle on hover */
.div-scroll::-webkit-scrollbar-thumb:hover {
 background: #f00;
}
.round-icon {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all ease 0.5s;
	padding-top: 10px;
	color: #fff;
}
.round-icon:hover {
	transition: all ease 0.5s;
	background-color: transparent;
	border: 2px solid #f00;
	color: #f00;
	transform: rotate(-360deg);
}
.fotter ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.fotter ul li {
	margin-bottom: 10px;
	font-size: 16px;
}
.fotter ul li a {
	color: #fff;
	text-decoration: none;
	transition: all linear 0.3s;
}
.fotter ul li a:hover {
	color: #f00;
	transition: all linear 0.3s;
}
.botton a {
	text-decoration: none;
	background-color: #f00;
	color: #fff;
	padding: 5px 10px;
}
.text-align-right p {
	text-align: right;
}
.owl-carousel .item {
	height: 600px;
	position: relative;
}
.owl-carousel .item .bg-light {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	padding-top: 15px;
	padding-left: 15px;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
}
.owl-carousel .item .bg-light:hover {
	background-color: rgba(0,0,0,0);
	transition: all ease 0.5s;
}
.owl-carousel a {
	text-decoration: none;
	color: #fff;
	transition: all ease 0.5s;
}
.owl-carousel a:hover {
	color: #f00;
	transition: all ease 0.5s;
}
.owl-carousel p {
	color: #fff;
}
.bg-offblack {
	background-color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 15px;
	color: #fff;
}
.bg-offblack-2 {
	background-color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
}
#owl-example-1 .videoframe iframe {
	width: 90%;
	height: 200px;
}

.weather ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.weather ul li{
	display:inline-block;
	margin-right:15px;
}
.bxslider-3{
	color:#F00;
}
/*responsive layout start*/

/*other layout above 1200px*/
@media only screen and (min-width:992px) and (max-width: 1200px) {
}
/*tablet layout 768px to 991px*/
@media only screen and (min-width:768px) and (max-width: 991px) {
.responsive-menu .menu .navbar {
	border: none;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.text-align-right p {
	text-align: center;
}
.text-align p {
	text-align: center;
}
.image-width-100 img {
	width: 100%;
}
.image-width-100-2 img {
	width: 50%;
}
.topnav-2 input[type=text] {
	width: 50%;
}
}
/*mobile landscape size to tablet portrate(device and browser*/
@media only screen and (min-width:481px) and (max-width: 767px) {
.text-align-right p {
	text-align: center;
}
.text-align p {
	text-align: center;
}
.image-width-100 img {
	width: 100%;
}
.image-width-100-2 img {
	width: 50%;
}
.topnav-2 input[type=text] {
	width: 50%;
}
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width: 480px) {
.text-align-right p {
	text-align: center;
}
.text-align p {
	text-align: center;
}
.image-width-100 img {
	width: 100%;
}
.topnav-2 input[type=text] {
	width: 50%;
}
.image-width-100-2 img {
	width: 50%;
}
.owl-carousel .item {
	height: 300px;
}
}

/*responsive layout end*/
