.HomeSocial {
    text-align: center;
    border-radius: 5px;
	background:transparent;
    min-width: 30px;
    height: 28px;
    font-size: 1em;
	z-index:4;
}
.HomeSocial i {
    margin: 6px 0 0 0;
}

.home-nav-inverse{margin-bottom: 0px;}
.home-nav li:hover{border-radius:4px;}
/*.home-nav li{letter-spacing:2px;}*/
.home-nav li:hover a{color:#ed1651;}
.home-header{/*box-shadow:0px 4px 4px rgba(0, 0, 0, 0.39);*/z-index:3;width:100%;}
.main-logo{
	top: 38px;
    right: 0px;
    width: 14%;
    background-image: url(../images/logo-bg-1.png);
    background-size: 100% 100%;
    padding: 0% 0 2% 0;
    z-index: 3;
    text-align: center;
}
.Main_L{    
	top: 0px;
    right: 0%;
    width: 216px;
	z-index:2;
	}
#webticker{max-height: 25px;overflow: hidden; /*   z-index: -10;*/}
#webticker li{    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding: 0px 7px;
	border-right:2px solid #000;
	}
.home-region{}
.home-region li{
	display: inline-block;
    color: #581a73;
    padding: 14px 14px;
    margin-right: 12px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	}
.home-region li:hover{
	background: #581a73;
    color: #FFF;
	-webkit-transition: color .5s,background .5s,height .5s;
    -moz-transition: color .5s,background .5s,height .5s;
    -o-transition: color .5s,background .5s,height .5s;
    -ms-transition: color .5s,background .5s,height .5s;
    transition: color .5s,background .5s,height .5s;
}
.home-region .active{
	background: #581a73;
    color: #FFF;
}
/**/
.SideHover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.SideHover .SideLay {
	position: absolute;
    overflow: hidden;
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.SideHover .SideLay {  opacity: 0;filter: alpha(opacity=100);}
.SideHover:hover  .SideLay {  opacity: 1;filter: alpha(opacity=100);}
.SideHover img {
  display: block;
  position: relative;
  -webkit-transition: all 1.35s;
  transition: all 1.35s;
  width:100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.SideHover:hover img {
   -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-filter: brightness(0.6);
}
.SideHover:hover .SideHoverTop{opacity:0;}
.SideHover  img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.3);
}

.SideHover h2 {
  position: relative;
  color: #FFF;
  margin:0px;
  border-bottom: 1px solid;
}
.SideHover span{
	position: relative;
    top: 10px;
}
.SideLay p:hover,.SideLay a:hover{
 text-decoration:none;
  color:#FFF;
}
.SideHover a, .SideHover p {
  color: #FFF;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.SideHoverSocial {
    position: absolute;
    bottom:30%;
    width: 100%;
}
.SideHoverSocial a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.32);
}
.SideHoverTop{ -webkit-transition: opacity 0.65s, -webkit-transform 0.65s;transition: opacity 0.65s, transform 0.65s;opacity:1;}
.FooterBG {
    background-image: url(/OMR/views/pages/images/colorful.jpg);
    background-position: bottom center;
    background-size: cover;
    bottom: 0;
}
.FooterSubscribe{
	background: transparent;
    border: none;
    color: #FFF;
    outline: none;
    border-bottom: 3px solid #FFF;
    padding: 10px 10px;
    width: 100%;
    font-size: 20px;
}
.HomeTitle{padding: 7px 13px;top: 10px;background: rgb(88, 26, 115);z-index: 2;left: 20px;width: fit-content;}
.HomeNav{
   z-index: 3;
    width: 300px;
	display:none;
    margin-top: -2px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.28);
}
.HomeNavHover:hover{}
.HomeNavHover:hover .HomeNav{display:block;}
.HomeNavUL li{
	width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    background: rgb(255, 253, 253);
	-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
}
.HomeNavUL li a{-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;}
.HomeNavUL li span{ float: left;
    padding: 2px 10px;}
.HomeNavUL li img{width: 20px;
    float: left;}
.HomeNavUL li:nth-child(6n+1) {
		border-left: 8px solid #005baa;
	}

	.HomeNavUL li:nth-child(6n+2) {
		border-left: 8px solid #f58220;
	}

	.HomeNavUL li:nth-child(6n+3) {
		border-left: 8px solid #ed1651;
	}

	.HomeNavUL li:nth-child(6n+4) {
		border-left: 8px solid #005baa;
	}

	.HomeNavUL li:nth-child(6n+5) {
		border-left: 8px solid #ed1651;
	}

	.HomeNavUL li:nth-child(6n+6) {
		border-left: 8px solid #f58220;
	}
    .HomeNavUL li:nth-child(6n+7) {
		border-left: 8px solid #ed1651;
	}
	.HomeNavUL li:nth-child(6n+8) {
		border-left: 8px solid #005baa;
	}
	.HomeNavUL li:nth-child(6n+9) {
		border-left: 8px solid #f58220;
	}
	.HomeNavUL li:nth-child(6n+10) {
		border-left: 8px solid #ed1651;
	}
	.HomeNavUL li:hover{		
		background:rgba(0, 0, 0, 0.28);border-radius:0px;
	}
	.HomeNavUL li:hover a{		
		margin-left:4px;
	}
.HomeNaveMenu{display:none;}
	.OMRWeather{background: linear-gradient(to bottom,#6cb2fc 0,#d6e9fe 52%,#7fceff 100%,#d6e9fe 100%,#d6e9fe 100%,#629ce9 100%);}
.NewsMenu .active{background: #581a73;color: #FFF;}	
.NewsMenu label{background: transparent ;color: #000;padding:5px 10px;}	
.NewsMenu label:hover{background: #581a73 ;color: #FFF;}	
.HomeSliders{border:2px solid #000;}	
.LeftRightIcon{z-index:2;top:47%;width:100%;}	
.IconLeft{left:4%;}
.IconRight{right:6%;}	
.owl-dots {
    text-align: center;
    position: absolute;
    top: 95%!important;
    right: 46%!important;
    width: auto!important;
}	
.owl-dots .owl-dot {border: 2px solid #FFF!important;}	
.H-Bg{
    position: relative;
    min-height: 60%;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	min-width:100%;
}
.H-explore{background-image: url(../images/hbg1.jpg);}	
.H-festivals{background-image: url(../images/festivals-hp.jpg);}	
.H-regions{background-image: url(../images/regions-hp.jpg);}	

.header-bg{background-image: url(../images/header-bg.jpg);background-size: cover;}	






/*New Layout Of Homepage*/

.Header{border-top: 1px solid rgb(222, 222, 222);}
/*.Header ul li{color: #000;
    padding: 0 12px;
    display: inline-block;
    font-weight: 900;
	font-size:12px;
	}
*/
.social-btns ul li{display: inline-block;padding: 10px 12px;}
.social-btns ul li a{color:#000;}
.social-btns ul {width: 0px;overflow: hidden;height: 37px;visibility:hidden;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
/*.social-hover:hover .social-btns{width: 172px;}*/
.social-btns{ width:100%}
.social-btns ul.active{width: 100%;visibility:visible;}

.hd-span{color:#000;padding: 9px 14px;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;}
.header-icon span:hover,.header-icon span.active{background:#ea1351;color:#fff;}
.HmarginT35{margin-top:35px;}
.header-icon input{width: 0px;border: 1px solid rgba(233, 20, 80, 0.2);padding: 13px 10px;visibility: hidden;float:right;margin: -5px -20px 0 0;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	}
.header-icon input.active{width: 260px;visibility: visible; }
	
	
.HSliderBtn button{
	border: none;
    background: #FFF;
    padding: 14px 20px;
    position: absolute;
    top: 45%;
    z-index: 2;
	 -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.HSliderBtn .Sleft{left:-20px;}
.HSliderBtn .Sright{right:-20px;}
.HSliderBtn .Sleft:hover,.HSliderBtn .Sright:hover{background:#fdde32;}
.footerTag {}
.footerTag ul{}
.footerTag li{display: inline-block;
    margin: 4px 1px;
    padding: 0 3px;font-size: 12px;}
.footerTag li a{}
/*New Layout Of Homepage*/	
.parallax-container .parallax {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;}
.parallax-container .section {width: 100%;}
.section.no-pad-bot {padding-bottom: 0;}
.section { padding-top: 1rem;padding-bottom: 1rem;}
.parallax-container {/*min-height: 380px;line-height: 0;*/height: auto; color: rgba(255,255,255,.9);}
.parallax-container {position: relative; overflow: hidden; min-height: 350px;}
.parallax-container .parallax img {
    display: none;position: absolute;left: 50%;bottom: 0;min-width: 100%;min-height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);-webkit-transform: translateX(-50%);transform: translateX(-50%);
}
.H225{height:225px;}
.z99{z-index:9999;}






@media (max-width: 420px){
	.HSliderBtn .Sleft{left:75%;}
	.HSliderBtn .Sright{right:5%;}
	.HSliderBtn button{top:9%;padding: 7px 12px;}
	.HmarginT35{margin-top:0px;}
	.social-btns ul {overflow: visible}
}

@media (max-width: 799px){
	.home-nav-inverse{z-index:3;width:0px;}
	.Nav-Close{display:none;}
	.HomeNaveMenu{display:block;}
	#NavMenu{position: fixed;background: #FFF;z-index: 3;width: 100%;left: 0;padding: 0;margin: 44px 0 0 0!important;}
	.H225{height:auto;}
}
@media (max-width: 1024px){
	.Main_L,.Main_Logo{display:none;}
}