@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,600,600italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

@font-face {
  font-family: 'KrutiDev100';
  src: url('../fonts/KrutiDev100.eot');/* IE9 Compat Modes */
  src: url('../fonts/KrutiDev100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/KrutiDev100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/KrutiDev100.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/KrutiDev100.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/KrutiDev100.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeueRegular.eot');
	src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueRegular.woff') format('woff'),
		url('../fonts/BebasNeueRegular.ttf') format('truetype');
}
Body{
	color: #636466;
	FONT-SIZE: 15px;	
	margin:0;
	padding:0;	
}

::selection {color:#ed1651;background:#000;}
::-moz-selection {color:#ed1651;background:#000;}
::-o-selection {color:#ed1651;background:#000;}
::-ms-selection {color:#ed1651;background:#000;}
::-webkit-selection {color:#ed1651;background:#000;}
 
.Shadow{
	-moz-box-shadow: 0px 0px 8px 0px #999;
	-webkit-box-shadow: 0px 0px 8px 0px #999;
	box-shadow: 0px 0px 8px 0px #999;}	

.bg-offwhite{background-color:#f2f2f2;}
.bg-offwhite1{background-color:#d3d3d3;}
.text-offwhite{color:rgba(255, 255, 255, 0.82);}	
.FontColor1 {color: #005baa;}
.FontColor2 {color: #f58220;}
.FontColor3 {color:#FFFFFF;}
.FontColor4 {color:#000;}
.FontColor5 {color:#ed1651;}
.FontColor6 {color:#6d6e71;}
.FontColor7 {color:#939598;}
.FontColor8 {color:#555;}
.FontColor9 {color:#ffc148;}
.FontColor10{color:#581a73;}
.FontStyle1{font-family: 'Quicksand', sans-serif; /*letter-spacing:-1px;*/}
.FontStyle2{font-family: 'PT Sans', sans-serif;}
.FontStyle3{font-family: 'Josefin Sans', sans-serif;}
.FontStyle4{font-family: 'Fjalla One', sans-serif;}
.FontStyle5{font-family: 'Open Sans', sans-serif;}
.FontStyle6{font-family: cursive;}
.HindiFont{font-family: 'KrutiDev100';}
.BebasFont{font-family: 'Bebas Neue';letter-spacing: 0.04em;}
.FontSerif{font-family: clarendon-w01-medium-692107, clarendon-w02-medium-693834, serif;}
.Montserrat{font-family:'Montserrat', sans-serif;}



.BgColor1 {background-color:#000;background:#000;}
.BgColor2 {background-color:#005baa;}
.BgColor3 {background-color: #ed1651;}
.BgColor9 {background: #581a73;}
.BgColor4{background:rgb(162, 117, 181);}

.LetterSpace3{letter-spacing: 3px;}
.LetterSpace5{letter-spacing: 5px;}
/* Font Sizes */
.TinyText{FONT-SIZE: 10px;}
.SmallerText{FONT-SIZE: 13px;}
.SmallText{FONT-SIZE: 12px;}
.MediumText{FONT-SIZE: 14px;}
.NormalText{FONT-SIZE: 16px;}
.NormalTextBig{FONT-SIZE:20px;}
.Heading{FONT-SIZE:24px;}
.BiggerText{FONT-SIZE: 30px;}
.LargeText{FONT-SIZE:40px;}
.ExtraLargeText{FONT-SIZE:50px;}
.BigHeading{FONT-SIZE:80px;}
.SmallerLink{FONT-SIZE: 13px; text-decoration: none}
a.SmallerLink:hover{text-decoration:underline;}	
.JustLinks{TEXT-DECORATION: none;}
.JustLinks:hover{TEXT-DECORATION: underline;}
.UnderlineLinks{TEXT-DECORATION: underline;}
.UnderlineLinks:hover{TEXT-DECORATION: none;}
.italic{font-style:italic;}
.fw900{font-weight:900;}

.border1{ border-top:4px solid #005baa; }
.borderB1{ border-bottom:4px solid #005baa; }
.borderB4{ border-bottom:6px solid #000; }
.border2{ border-top:4px solid #f58220; }
.border3{ border-top:4px solid #fff; }
.border5{ border-top:4px solid #ed1651; }
.border8{ border-top:4px solid #555; }
.borderB8{ border-bottom:2px solid #555; }
.borderB9{ border-bottom:2px solid #581a73; }

.border9{ border-top:4px solid #ffc148; }
.HBorderPadding{padding: 30px 0 15px 0;}
.borderBW{border-bottom: 2px solid #FFF;}
.bold{ font-weight: bold; }
.AllCaps{text-transform:uppercase;}
.margin0{margin:0px;}
.padding0{padding:0px !important;}
.PositionABT{position: absolute}
.PositionREL{position: relative}
.PositionFIX{position: fixed}


.WidthI{width: initial !important;}
/* Button Styles */
.Button{
	font-size:15px;	
	color:#000;
	background-color:#fff;	
	border:1px solid #dbdbdb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:inline-block;
}
.Button:hover{
	color:#fff;	
	background-color: #ed1651;	
	border:1px solid #000;
	transition:0.3s ease-in-out;
}
.Button:active{
	position:relative;
	top:1px;	
}

/* All Border Styles */
.Border1 {border-width:1px; border-style:solid}
.Border2 {border-width: 2px;  border-style:solid}

.BorderColor1{border-color: #000}
.BorderColor2{border-color:#fff}
.HORBoxShadow{}
.HORBoxShadow:after{    content: "";box-shadow: 6px 7px 8px 0px rgba(0, 0, 0, 0.22);transform: rotate(-2deg);width: 80%;position: absolute; bottom: 44px;  z-index: -1;box-shadow: 7px -3px 24px 5px rgba(0, 0, 0, 0.8);left: 24px;}

/* Border Rounded Corners */
.BorderRounded15{border-radius:15px;}
.BorderRounded10{border-radius:10px;}
.BorderRounded8{border-radius:8px;}
.BorderRounded5{border-radius:5px;}

/* All Alignments */	
.AlignJustify{text-align:justify}
.AlignRight{text-align: right;}
.AlignCenter{text-align: center;}
.AlignLeft{text-align: left;}

.TextBox{	
	padding:6px 3px;
	border:1px solid #dbdbdb;
	border-radius:2px;
	outline:none;	
}
.TextBox:focus{	
	border:1px solid #222;
	transition:0.4s;
	outline:none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.BottomBg{
	background-image:url(../images/bottombg_img.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
	bottom:0;	
}
.CaptionBg{
	box-sizing:border-box;	
	width:14%;
	z-index:2;
	top:0;
	position: absolute;
	right:4%;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	transition:  0.8s ease-in-out;
	height:44%;
	background-image: url(../images/logo_tb.png);
	background-size: 100% 100%;
}

.xx{
	/*background:rgba(29,3,3,0.65);*/
	padding: 13%;
	cursor:pointer;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	transition:  0.8s ease-in-out;
	
}
.logo-text{
	position:absolute;
	bottom: 99%;
    line-height: 1.6em;
	text-align: left;
    padding-left: 10px;
	font-size:15px;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	transition:  0.8s ease-in-out;
	opacity:0;
}
.Caption{
	width:12%;	
	font-size:20px;
	color:#fff;	
	z-index:3;
	position: absolute;	
	top:50%;
	right:3.4%;
	line-height:1.2;	
	text-shadow:1px 1px 1px #000;
}
.BigCaption{	
	color:#fff;	
	z-index:3;
	position:absolute;
	left: 3%;
    bottom: 10%;
	text-shadow:1px 1px 1px #000;
	width:78%;
	text-align:left;
} 
.Changelang{
	top:55px;
	left:200px;
	position:absolute;
	padding:5px;
	z-index:3;
}
.Innerpagebg{
	background-image:url(../images/PageBg1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;	
}
.History,.history{	background-image:url(../images/PageBg.jpg);	}
.Royal-Kitchens,.royal-kitchens{	background-image:url(../images/Royal-Kitchens.jpg);}
.Wildlife{	background-image:url(../images/Wildlife.jpg);}
.Culture,.Arts-And-Crafts{background-image:url(../images/PageBg1.jpg);}
.Travel-And-Destinations{	background-image:url(../images/t-d.jpg);}
.People{	background-image: url(../images/PeopleBg.jpg);}
.HomePage-bg{	background-image: url(../images/home-bg.jpg);background-size: 100% 100% !important;}


.hor-bg{background-image: url(../images/hor.jpg);}

.hadoti{	background-image: url(../images/hadoti.jpg);}
.Shekhawati,.shekhawati{	background-image: url(../images/Shekhawati.jpg);}
.Mewar,.mewar{	background-image: url(../images/Mewar.jpg);}
.Marwar,.marwar{	background-image: url(../images/Marwar.jpg);}
.Vagad,.vagad{	background-image: url(../images/Vagad.jpg);}
.Dhundhar,.dhundhar{	background-image: url(../images/Dhundhar.jpg);}
.Mewat,.mewat{	background-image: url(../images/mewat.jpg);}
.Gorwar,.gorwar{	background-image: url(../images/Gorwar.jpg);}

.Blacktransparent{	background:rgba(0, 0, 0, 0.85);}
.Blacktransparent1{	background:rgba(0, 0, 0, 0.54)}
.Blacksupertransparent{	background:rgba(0, 0, 0, 0.36);}
.Whitetransparent{	background:rgba(255,255,255,0.85);}
.capitalize { text-transform: capitalize;}
.BigLink{	
	color:#fff;
	background-color:#000;	
	border:1px solid #000;
	border-radius:10px;	
	padding:10px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:block;	
}
.BigLink:hover{
	color:#fff;	
	background-color: #005baa;	
	border:1px solid #000;
	transition:0.3s ease-in-out;
}
.InnerLinkDiv{
	float:right;
	z-index:3;
	position: relative;
	width:40%;
	right:5%;
}
.ButtonLink1{
	color:#fff;
	background-color:#ed1651;	
	border:3px solid #ed1651;
	border-radius:10px;	
	padding:6px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	margin:5px;
	display:block;	
}

.ButtonLink1:hover{	
	background-color:#b1063a;	
	border:3px solid #fff;
	box-shadow:0px 0px 0px 5px #ed1651;	
	transition:0.4s ease;
	text-decoration:none;
	color:#FFF;
}
.ButtonLink2{
	color:#fff;
	background-color:#f58220;	
	border:3px solid #f58220;
	border-radius:10px;	
	padding:6px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	margin:5px;
	display:block;	
}

.ButtonLink2:hover{	
	background-color:#ca6c18;	
	border:3px solid #fff;
	box-shadow:0px 0px 0px 5px #f58220;	
	transition:0.4s ease;
	text-decoration:none;
	color:#FFF;
}
.side-left-btn{
    left: 0px;
	border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
}
.side-left-btn i{margin-right: 7px;}
.side-left-btn,.side-right-btn{
	position: fixed;
	text-align:center;
    top: 43%;
    background: rgba(237, 22, 81, 0.88);
    color: #FFF;
   /* padding: 8px 15px;*/
	transition: all 1s;
	z-index:100;
	
	display: inherit;
    padding: 20px 0px;
    width: 33px;
    border: none;
    margin: 2px 0;
    opacity: 0.9;
    color: #FFF;
}
.side-right-btn{
	right: 0px;
	border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow img{margin: 0 -3px 0 -3px;}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.jssorb01 {position: absolute;top: 0px;}
        
.jssorb01 div{
		width: 8px;
		height: 8px;
		overflow: hidden;
		cursor: pointer;
}
.jssorb01 div{background: url(https://www.ohmyrajasthan.com/OMR/views/pages/css/BlueIcon.png) no-repeat;background-size: 100%;}
.jssorb01 div:hover{background: url(https://www.ohmyrajasthan.com/OMR/views/pages/css/OrangeIcon.png) no-repeat;background-size: 100%;}
.jssorb01 .av{background: url(https://www.ohmyrajasthan.com/OMR/views/pages/css/OrangeIcon.png) no-repeat;background-size: 100%;}
.jssorb01 .dn,.jssorb01 .dn:hover{background-position:-97px -7px}
.blog-slider-thumb{
			    width: 100%;
				background: rgba(0, 0, 0, 0.55);
				position: absolute;
				bottom: 0;
				padding: 5px 5px;
}
.blog-slider-thumb p{
			margin:0;
			letter-spacing: 0.1em;
			font-size: 10px;
}
 .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('/OMR/views/pages/images/a18.png') no-repeat;
            overflow: hidden;
 }
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none;display:none; }
.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none;display:none; }
.jssort09-600-45 .p {    position: absolute;    top: 0;    left: 0;    width: 600px;    height: 45px;}
.jssort09-600-45 .t {    
		font-weight: normal;    position: absolute;    width: 100%;    height: 100%;    top: 0;    left: 0;    color:#fff;    font-size: 10px;}
.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 72px;    height: 72px;}
.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}
.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;}
.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 68px;    height: 68px;    border: #000 2px solid;    box-sizing: content-box;    background: url('../images/t01.png') -800px -800px no-repeat;    _background: none;}
.jssort01 .pav .c {    top: 2px;    _top: 0px;    left: 2px;    _left: 0px;    width: 68px;    height: 68px;    border: #000 0px solid;    _border: #fff 2px solid;    background-position: 50% 50%;}.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 70px;    height: 70px;    border: #fff 1px solid;    background-position: 50% 50%;}.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 68px;    height: 68px;    border: #000 2px solid;}* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}
   
@media screen and (max-width:1439px) {
.Caption{	
	width:14%;
	padding:5px;
	box-sizing:border-box;
	font-size:18px;
	color:#fff;	
	z-index:3;
	position: absolute;	
	top:54%;
	right:4%;
	line-height:1.2;	
	text-shadow:1px 1px 1px #000;
}
}
@media screen and (max-width:1279px) {
.SmallerText{FONT-SIZE: 12px;}
.MediumText{FONT-SIZE: 13px;}
.NormalText{FONT-SIZE: 14px;}
.NormalTextBig{FONT-SIZE:16px;}
.Heading{FONT-SIZE:20px;}
.BiggerText{FONT-SIZE: 24px;}
.LargeText{FONT-SIZE:36px;}
.ExtraLargeText{FONT-SIZE:42px;}
.SmallerLink{FONT-SIZE: 12px;}
.Caption{
	width:15.5%;
	padding:5px;
	box-sizing:border-box;	
	font-size:15px;
	color:#fff;	
	z-index:3;
	position: absolute;	
	top:56%;
	right:4.6%;	
	text-shadow:1px 1px 1px #000;
}
.Changelang{
	top:50px;
	left:200px;
	position:absolute;
	padding:5px;
	z-index:3;
}
}

@media screen and (max-width:1023px) {
Body{
	color: #636466;
	FONT-SIZE: 14px;	
	margin:0;
	padding:0;	
}

.BiggerText{FONT-SIZE: 22px;}
.LargeText{FONT-SIZE: 32px;}
.ExtraLargeText{FONT-SIZE:40px;}
.Caption{
	width:20%;
	padding:5px;
	box-sizing:border-box;	
	font-size:14px;
	color:#fff;	
	z-index:3;
	position: absolute;	
	top:47%;
	right:2%;	
	text-shadow:1px 1px 1px #000;
}
.Changelang{
	top:35px;
	left:190px;
	position:absolute;
	padding:5px;
	z-index:3;
}
}
@media screen and (max-width:767px) {
	Body{
	color: #636466;
	FONT-SIZE: 13px;	
	margin:0;
	padding:0;	
}

.ExtraLargeText{FONT-SIZE:38px;}

.Caption{
	background-color: #efefef;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    width: 100%;
    z-index: 3;
    right: 0%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 85px;
    text-shadow: none;	

}
.Changelang{
	top:30px;
	left:190px;
	position:absolute;
	padding:5px;
	z-index:3;
}
}
@media screen and (max-width:639px) {
.BiggerText{FONT-SIZE: 20px;}
.LargeText{FONT-SIZE: 28px;}
.ExtraLargeText{FONT-SIZE:36px;}
.SmallerText{FONT-SIZE: 11px;}
.MediumText{FONT-SIZE: 11.5px;}
.Caption{
	background-color:#efefef;
	padding:10px;
	box-sizing:border-box;
	font-size:15px;
	color:#000;	
	width:100%;	
	z-index:3;
	right:0%;		
	position: relative;	
	margin-bottom:20px;
	text-shadow:none;	
	margin-top: 18%;
}
.Changelang{
	top:22px;
	left:170px;
	position:absolute;
	padding:2px;
	z-index:3;
}
.InnerLinkDiv{
	float:right;
	z-index:3;
	position: relative;
	width:50%;
	right:5%;
}
.BigLink{	
	border-radius:10px;	
	padding:6px 15px;	
}
.BigHeading{FONT-SIZE:50px;}
}
@media screen and (max-width:479px) {
.BiggerText{FONT-SIZE: 18px;}
.LargeText{FONT-SIZE: 28px;}
.SmallerText{FONT-SIZE: 11px;}
.MediumText{FONT-SIZE: 11.5px;}
.SliderH1{FONT-SIZE: 16px!important;}
.SliderH2{FONT-SIZE: 12px!important;}

.Caption{
	background-color:#efefef;
	padding:10px;
	box-sizing:border-box;
	font-size:14px;
	color:#000;	
	width:100%;	
	z-index:3;
	right:0%;		
	position: relative;	
	margin-bottom:20px;
	text-shadow:none;	
    margin-top: 36%;
}
.Changelang{
	top:7px;
	left:160px;
	position:absolute;
	padding:2px;
	z-index:3;
}
.Glance{
	font-size:30px !important;
}
.InnerLinkDiv{
	float:right;
	z-index:3;
	position: relative;
	width:92%;
	right:5%;
}
.ButtonLink1{
	color:#fff;
	background-color:#ed1651;	
	border:3px solid #ed1651;
	border-radius:6px;	
	padding:6px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	margin:5px;
	display:block;	
}
.ButtonLink2{
	color:#fff;
	background-color:#f58220;	
	border:3px solid #f58220;
	border-radius:6px;	
	padding:6px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	margin:5px;
	display:block;	
}
.BigCaption{	
	bottom: 13%;
}

}
@media screen and (max-width:359px) {
.BiggerText{FONT-SIZE:18px;}
.LargeText{FONT-SIZE: 24px;}

.Caption{
	background-color:#efefef;
	padding:8px;
	box-sizing:border-box;
	font-size:13.5px;
	color:#000;	
	width:100%;	
	z-index:3;
	right:0%;		
	position: relative;	
	margin-bottom:20px;
	text-shadow:none;	

}
.ButtonLink1{
	color:#fff;
	background-color:#ed1651;	
	border:3px solid #ed1651;
	border-radius:5px;	
	padding:5px 12px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	margin:5px;
	display:block;	
}
.ButtonLink2{
	color:#fff;
	background-color:#f58220;	
	border:3px solid #f58220;
	border-radius:5px;	
	padding:5px 12px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	margin:5px;
	display:block;	
}
}

/*My Css*/
/*ANIMATIONS*/
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.error{
	-webkit-animation-name: wobble;
	animation-name: wobble;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	border:1px solid red;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*ANIMATIONS ENDED AND PROGRESS Button Starts*/
.progress-button{
	position:relative;
}
.progress-button.in-progress,
.progress-button.finished{
	color:transparent !important;
}

.progress-button.in-progress:after,
.progress-button.finished:after{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	padding-top: inherit;
	color: #000 !important;
	left: 0;
}

.progress-button.in-progress:after{content:attr(data-loading);}

.progress-button.finished:after{	content:attr(data-finished);}
.progress-button .tz-bar{
	background-color:#e667c0;
	height:3px;
	bottom:0;
	left:0;
	width:0;
	position:absolute;
	z-index:1;
	-webkit-transition: width 0.5s, height 0.5s;
	-moz-transition: width 0.5s, height 0.5s;
	transition: width 0.5s, height 0.5s;
}
.progress-button .tz-bar.background-horizontal{height:100%;}

.progress-button .tz-bar.background-vertical{
	height:0;
	top:0;
	width:100%;
}

.MySocial{
	text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-color: rgba(255, 255, 255, 0.54) !important;
    min-width: 30px;
    height: 28px;
    font-size: 1em;
}
.MySocial i{	margin: 6px 0 0 0;}
.quick-link li{
	text-decoration: none;
    display: block;
	padding:4px 0 0 0;
}
.quick-link li a{color:#FFF;}
.quick-link li a:hover{	color:#ab812f;}
.Glance{
	font-weight: bold;
    font-size: 55px;
}
.lineheight2 {line-height: 1.6em;}
.top{top:0px;} 
.bottom{bottom:0px;}
.top50{ top:50%;}
.top5{top:5%;}
.z3{z-index:3;}
.left{left:0;}
.home-black{
	background:#000;
	position:absolute;
	height:10%;
	width:100%;
}
.mid{
	height:80%;
	width:100%;
	position:absolute;
	top:10%;
}
.loader{
	position: absolute;
    top: 23%;
    width: 99%;
    height: 54%;
    text-align: center;
    margin: 0 auto;
}
.logo_w_m{height:100%;}
.HeightFull{height:100% !important;}
.mooch_preloader {
    width: 100%;
    height: 8%;
    text-align: center;
    position: relative;
    top: 53%;
}
.mooch_preloader img{height:100%}
.lesspadding{
	 padding-right: 7px !important;
    padding-left: 7px !important;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

.flipped{
	 -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.fontDesc{font-size:1.3em;}
.shortDesc{	line-height:1.9em !important;font-style: italic;}
.white{	color:#FFF;}
.owl-heading{
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom:	-11px;
    padding: 15px 10px;
    color: #FFF;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	line-height: 1.7em;
}
.min-height185{min-height:185px;}
.padding_bottom40{padding-bottom:40px;}
.fixed_height300{	max-height:300px;}
.max-height400{	max-height:400px;}
.min-h-height300{	min-height:300px;}
.Block225{height: 225px;}
.height400{	height:400px;}
.height350{	height:350px;}
.max-height500{	max-height:500px;}
.min-height300{	min-height:300px;max-height:310px;}
.fixed_height200{ height:200px!important; }
.MaxHeight200{ max-height:200px; }
.fixed_height350{	max-height: 304px;background:#FFF;}
.twitter_height{	height:300px;text-align:center;}
.fixed_facebook{max-height: 304px;background:#f1f1f1;text-align:center;}
.minheight100{min-height:100px;}
.maxheight100{max-height:100px;}
.height100px{height:100px;}



.insta_div{
	float: left;
	height:150px;
	overflow:hidden;
	margin:1.4px;
	width:49%;
}
.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
	width:100%;
	height:100%;
}

.hovereffect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:17px;
	background:rgba(0,0,0,0.6);
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;
}

.hovereffect a.info {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:50px 0 0;
	padding:7px 14px;
}

.hovereffect a.info:hover {box-shadow:0 0 5px #fff;}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.hovereffect:hover .overlay {opacity:1;filter:alpha(opacity=100);}
.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {-webkit-transition-delay:.2s;transition-delay:.2s;}
.width50{	width:50%}
.fixed_height350::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #F5F5F5;}

.fixed_height350::-webkit-scrollbar{	width: 6px;	background-color: #F5F5F5;}
.fixed_height350::-webkit-scrollbar-thumb{	background-color: #c1c1c1;}
.twitter-overflow{overflow-y:auto;}
.paddingT40{padding-top:40px;}
.paddingTB40{padding:40px 0;}
.paddingT40{padding:40px 0 0 0;}
.contact{letter-spacing: 0.03em;}
.inline-block{display:inline-block !important;}
.full{width:100%;}
.overflow-hidden{ overflow: hidden; }
.overflow-scroll{ overflow-y: scroll; }
.max-height215{max-height:215px;}
.min-height215{	min-height:215px;}
/*Slider*/
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown { animation-name: bounceInDown;}
.animated {  animation-duration: 1s;  animation-fill-mode: both;}
.animated.infinite {  animation-iteration-count: infinite;}
.animated.hinge {  animation-duration: 2s;}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut {animation-duration: .75s;}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {  animation-name: fadeIn;}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

.bg-white{	background:#F4F4F4;}
/*My Defined Css*/
.hovereffect1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect1 .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.hovereffect1 .overlay1 {  opacity: 1;filter: alpha(opacity=100);}
.FestOverlay{
	width: 90% !important;
    height: 90% !important;
    left: 5% !important;
    top: 4% !important;
    border: none !important;
}
.hovereffect1 img {
  display: block;
  position: relative;
  -webkit-transition: all 1.35s;
  transition: all 1.35s;
  width:100%;
  height:270px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect1:hover img {
   -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-filter: brightness(0.6);
}
.hovereffect1  img {
  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);
}

.hovereffect1 h2 {
  /*text-transform: uppercase;*/
  text-align: center;
  position: relative;
  /*font-size: 17px;*/
  background-color: transparent;
  color: #FFF;
  padding-top: 0.5em;
  opacity: 0;
  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);
}
.overlay1 p:hover,.overlay1 a:hover{
 text-decoration:none;
  color:#FFF;
}
.hovereffect1 a, .hovereffect1 p {
  color: #FFF;
  /*padding: 1em 0;*/
  opacity: 0;
  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);
}
.hover1social{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.hover1social a{
	-webkit-transition:0.3s;
          transition: 0.3s;
    background-color: transparent;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.32);
}

/*Glimpses*/
.HoverGlimpses {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.HoverGlimpses .GlimpsesOverlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border:2px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
}

.HoverGlimpses:hover .GlimpsesOverlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.HoverGlimpses img {
  display: block;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.HoverGlimpses:hover img {
  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(1);
  -webkit-filter: brightness(0.4);
}

.HoverGlimpses h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  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);
}

.HoverGlimpses a, HoverGlimpses p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  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);
}

.HoverGlimpses:hover a, .HoverGlimpses:hover p, .HoverGlimpses:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*Glimpses*/
.static{position:static !important;}
.hovereffect1 a, .hovereffect1 p, .hovereffect1 h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.PborderTB{	border-bottom: 12px solid #ed1651;    border-top: 12px solid #ed1651;}
.blog-head{font-size: 40px;}
.spacing-height{	line-height: 2.3em;letter-spacing: 1px;}
.heading_bg{text-align:center;	margin-bottom:-40px;}
.heading_bg  span{
	padding: 20px 60px;
    color: #ab812f;
    font-family: 'Fjalla One', sans-serif;
    background-color: rgba(0, 0, 0, 0.69);
	position: relative;
    bottom: 56px;
    margin: 0 auto;
}
/*Animations*/
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {  animation-name: rubberBand;}
.animated {  animation-duration: 1s;  animation-fill-mode: both;}
.animated.infinite {animation-iteration-count: infinite;}
.moustache{
	width: 60px !important;
    display: block;
    margin: 0 auto;
    height: 40px;
    position: relative;
    top: 42%;
}
.moustache_bg{	background:rgba(244, 244, 244, 0.36) !important;}
/*Animations*/
@media screen and (max-width:240px) {
  .logo_w_m img {width: 4em;height: 5.4em;}
	.Moustache_div {top: 49% !important;}
	.Moustache_div img {width: 57px;height: 30px;}
}
@media screen and (max-width:320px) and (min-width:240px){
  .Moustache_div {top: 59% !important;}
	.logo_w_m img {width: 4em;}
}
@media screen and (max-width:480px) and (min-width:320px) and (orientation : portrait){
  .Moustache_div {top: 48% !important;}
	.logo_w_m {top: 31%;}
	.logo_w_m img {width: 4em;}
}
@media screen and (max-width:767px) and (min-width:480px) and (orientation : landscape){
  .Moustache_div {
		top: 58% !important;
	}
	.logo_w_m img {
		width: 4em;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
	.Moustache_div {
		top: 46% !important;
	}
	.logo_w_m img {
		width: 4.4em;
	}
} 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	.Moustache_div {
		top: 49% !important;
	}
	.logo_w_m img {
		width: 4em;
	}
}

/*Regions*/
.regions_head{
	position: relative;
    top: 32%;
}
.fixed_social{
   position: fixed;
   top: 30%;
   z-index: 2;
   width: 33px;
}
.fixed_social button{
	float:left;
    padding: 20px 0px;
    width: 33px;
    border: none;
    margin: 2px 0;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    text-align: left;
	opacity: 0.9;
	color:#FFF;
	height: 62px;
}
.fixed_social button:hover{
	opacity:1;
}
.fixed_social button:hover .Social_Hover{
	display:block;
	-webkit-transform: translate(25px, 0);
  -moz-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  -o-transform: translate(25px, 0);
  transform: translate(25px, 0);
}
.fixed_social button i{
	margin-left: 7px;
}
.Social_Hover{
	width: 340px;
    min-height: 280px;
    position: absolute;
    top: 0px;
	-webkit-transform: translate(-364px, 0);
	-moz-transform: translate(-364px, 0);
	-ms-transform: translate(-364px, 0);
	-o-transform: translate(-364px, 0);
	transform: translate(-364px, 0);
	 -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -ms-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	  background: #FFF;
}

.main_news{
    bottom: 0% !important;
}
.news_inner{
	background: rgba(0, 91, 170, 0.82);
    color: #000;
    position: absolute;
    width: 100%;
    bottom: 18%;
    padding: 8px 14px 20px 18px;
	cursor:pointer;
}
.news_outer{
	width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
}
.arrow_button{
	width: 30px;
    float: left;
    margin: 0 8px 0 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #581a73;;
    color: #FFF;
	background: #581a73;
}
.arrow_button:hover{
	background: transparent;
	color:#581a73;
}
.Dnone{
	display:none;
}
.bw{
	filter: grayscale(170%);
    opacity: 0.6;
}
.bw:hover{
	filter: none;
    opacity: 1;
}
.PaddingI{ padding: inherit !important; }
.no-filter{    
	filter: brightness(0.8) !important;
    -webkit-filter: brightness(0.8) !important;
}
.bg-Fwhite{background:#FFF;}
.bg-blog{background:rgba(183, 168, 168, 0.31);}
input.placeholder::-webkit-input-placeholder,textarea.placeholder::-webkit-input-placeholder { color: #ed1651;}
input.placeholder::-moz-placeholder textarea.placeholder::-moz-placeholder { color: #ed1651;}
input.placeholder:-ms-input-placeholder textarea.placeholder:-ms-input-placeholder { color: #ed1651;}
input.placeholder:-moz-placeholder textarea.placeholder:-moz-placeholder { color: #ed1651}
.whitetransparent{ background:rgba(255, 255, 255, 0.76) }
.line-height2{ line-height:2em; }
.width20{ width:20%; }
.fixed_abt_hover{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.opacity7{ opacity:0.7; }
.bg0{ background: linear-gradient(45deg, rgba(77, 178, 236, 0.75) 0%, rgba(74, 143, 94, 0.62) 100%);}
.bg2{ background: linear-gradient(45deg, rgba(209, 118, 70, 0.75) 0%, rgba(198, 57, 57, 0.83) 100%);}
.bg1{ background: linear-gradient(135deg, rgba(215, 96, 183, 0.78) 0%, rgba(59, 120, 180, 0.82) 100%);}
.bg4{ background: linear-gradient(135deg, rgba(244, 208, 63, 0.88) 0%, rgba(242, 122, 53, 0.89) 100%);}
.bg3{ background: linear-gradient(45deg, rgba(86, 58, 65, 0.84) 0%, rgba(220, 21, 21, 0.74) 100%);}
.bg5{ background: linear-gradient(135deg, rgb(88, 14, 119) 0%, rgba(223, 43, 101, 0.62) 100%);}
.bg6{ background: linear-gradient(0deg,rgba(0, 0, 0, 0.93) 70%,rgba(0, 0, 0, 0.82) 50%);}
.bg-HalfBlack{ background: linear-gradient(180deg,#000 50%,#FFF 50%);}
.bg-black{background:#000;}
.bg-UTblack{background:linear-gradient(to top,#000 63%,transparent 100%) repeat scroll 0 0 transparent;}
.scroll_btn{
	position: fixed;
    bottom: 15px;
    border: none;
    background: rgb(220, 25, 75);
    color: #FFF;
    right: 6px;
    z-index: 9999;
    padding: 11px 0px;
    width: 45px;
    border: none;
    opacity: 0.9;
    color: #FFF;
    /* border-top-left-radius: 75px; */
    /* border-top-right-radius: 75px; */
    border-radius: 50%;
	}
.width48{  width:48%;float:left;}
.marginRB2{margin:0 2% 2% 0;}
.max-height1087{ max-height: 1087px;}
.Dscroll::-webkit-scrollbar-track{	/*-webkit-box-shadow: inset 0 0 6px #FFF;background-color: #FFF;*/}
.Dscroll::-webkit-scrollbar{	width: 6px;	/*background-color: #FFF;*/}
.Dscroll::-webkit-scrollbar-thumb{background-color: rgba(179, 183, 187, 0.35);}
/*Mozila Firefox*/
.Dscroll::-moz-scrollbar {    width: 6px;}
.Dscroll::-moz-scrollbar-track {  -webkit-box-shadow: inset 0 0 6px #FFF;background-color: #FFF;  }
.Dscroll::-moz-scrollbar-thumb {background-color: rgba(179, 183, 187, 0.35);}
.Dscroll::-moz-scrollbar-thumb:window-inactive {background-color: rgba(179, 183, 187, 0.35);}


.overflow-visible,.overflow-visible div{overflow:visible!important;}
.cross-button{
	position: absolute;
    top: -11px;
    right: -8px;
    z-index: 7;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 50%;
}
.jssorb01M{
	position: absolute;
    top: 0px;
}
.jssorb01M .av{
	background-position: -15px 0px!important;
}
.jssorb01M div{
	background-position: -3px -3px;background-size: 60px 18px!important;background: url(/OMR/views/pages/images/b05.png) no-repeat;
}
.Menu-Bg{background-image: url(/OMR/views/pages/images/Menubg.jpg); background-position:center; background-repeat:repeat-x;padding: 28px 0 46px 0;}
.fest-nav li{width:8.3% !important;}
.pointer{cursor:pointer}
.NewsTglBtn{top:0%;}
.Right{ right:0px;}
.clock{
	position:absolute;
	z-index: 9999;
    top: 15%;
    left: 4%;
	}
.clock ul li{display:inline-block;}
#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}
/*Search*/
.home_search input{
  display:block;
  margin: 0 0 0 auto;
  width: 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background-image:url(../images/search-icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  padding: 4px 9px 9px 32px;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
  color:#FFF;
  background-size:32px;
}
.home_search input:focus { width: 100%; border: 1px solid #FFF; }
.SearchResult{position:absolute;width:300px;}
.S_I:hover + .home_search input{width: 100%;border: 1px solid #FFF;}
.searchhover:hover{background:#e2e2e2;}
.searchhover{transition:0.3s ease-in-out;border-bottom:1px solid rgba(0, 0, 0, 0.06);}
.Hsearch{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.Hsearch input{
 display: block;
    margin: 0 0 0 auto;
    width: 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 2px 9px 5px 24px;
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    color: #FFF;
    /*background-position: 1px 6px;
    background-image: url(../images/Hsearch.png);
    background-size: 16px;*/
    float: left;
}
.Hsearch input:focus { width: 250px; border: 1px solid #FFF; }
.top30{top:30px;}

.Hsearch:after {
  position: absolute;
  font-family: 'FontAwesome';
  top: 6px;
  left: 2px;
  content: "\f002";
  color:#FFF;
  z-index:-1;
}




/*Search Ends*/
@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}


@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}
.news_icon{top:40%;z-index: 9999;}
.Featured_a{height: 100%;width: 100%;position: absolute;left: 0;}
.SFSize{font-size:26px;}
.MaxWidth{max-width:100%}
.SocialHOR a{    background-color: transparent; color: #000;border: 1px solid;}
.width40{ width:40%;}
.width60{ width:60%;}
.RelLeft{position:relative;left:-15px;}
.horDesc{padding:230px 40px 25px 40px;}
.horDesc1{padding:10px 40px 25px 40px;}
.HOREffectOuter{
	width: 95%;
    height: 90%;
    position: absolute;
    top: 0;
    margin: 4% 3%;
	}
.min-height200{min-height:200px;}
.borderBlack{border: 2px solid #000;}
.borderWhite{border: 2px solid #FFF;}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

.owl-centered .owl-wrapper {display: table !important;}
.owl-centered .owl-item { display: table-cell;float: none; vertical-align: middle;}
.owl-centered .owl-item > div { text-align: center;}			
.outer-block { -moz-column-count: 3;-webkit-column-count: 3;column-count: 3;-moz-column-gap: 1em;}
.outer-block1 { -moz-column-count: 1;-webkit-column-count: 1;column-count: 1;-moz-column-gap: 1em;}
.outer-block2 { -moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 1em;}
.items { display: inline-block;margin: 0 0 1em;width: 100%;}
.items img{	min-height:200px;max-height:100%;height:auto !important;width:100%;} 
.LeftSIcon,.RightSIcon{position:absolute;top:45%;z-index:4;cursor:pointer;}
.RightSIcon{right:0px;}
.btn-black{background: #000;padding: 5px 10px;border: navajowhite; border-radius: 0px;font-size: 12px;color:#FFF;}
.HalfContent,.HalfContent p,.HalfContent ol li{color:#FFF;}
.height100{height:100%;}
.imgClick{width: 100%;height: 100%;top: 0; background: rgba(0, 0, 0, 0.77);z-index:3;}
.imgClick i{    position: absolute;top: 47%;left: 45%;color: #FFF;}
.BreadcrumbList{}
.BreadcrumbList li{}
.BreadcrumbList li a{}
.BreadcrumbList li a span{}