@charset "utf-8";
@font-face {
	font-family: 'Cera-Stencil-PRO-Black';
	src: url('fonts/Cera-Stencil-PRO-Black.eot');
	src: url('fonts/Cera-Stencil-PRO-Black.woff') format('woff'), url('fonts/Cera-Stencil-PRO-Black.ttf') format('truetype'), url('fonts/Cera-Stencil-PRO-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;

}


html, body {
  width: 100%;
 height: 100%;
  padding: 0px;
  margin: 0;
overflow: hidden;
overflow-x: hidden;
}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
color: #F4E5D1;
font-family: 'aktiv-grotesk-condensed', sans-serif;
font-weight: 400;
background: #313134;
}
b, strong{
	font-weight: 700;
}
/*=============== tags start ===================**/
section{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
overflow: hidden;

}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
/* border-color:transparent; */
}
button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
text-decoration:none;
-webkit-transition: color .3s ease-in-out;
-moz-transition:    color .3s ease-in-out;
-o-transition:      color .3s ease-in-out;
transition:         color .3s ease-in-out;
}
a:hover {

}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;

}


ul{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ol{
padding: 0px 0px 30px 25px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 0px 0px 0px 0px;
}

ol li{
padding: 0px 0px 0px 0px;
}

p { margin: 0px; padding: 0px 0px 20px 0px;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #B4B5B5;
}

img { /*  display:block;*/
height: auto }


/* ==================================== breadcrumb menu & pagination css end here========================== */
.box
{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder
{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}


.fadeIn {
	opacity: 0;
	transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe {
	opacity: 1
}

.fadeInUp {
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}



.animation, .hoverpath, .closeBtn{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}

.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow,
.col_1_1, .col_1_1_1, .col_1_1_1_1, .ContentHolder, .ContactList
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;
}

.flexWrap, .col_1_1, .col_1_1_1, .col_1_1_1_1, .ContentHolder, .ContactList
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}


.flexStretch, .col_1_1, .col_1_1_1, .col_1_1_1_1{
   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter, .ContactList
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}
.TopPart
{
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack:  space-between;
	justify-content: space-between;
}
/* , .ContentHolder */
.flexVerticalCenter, .ContactList
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
 .flexstart
{
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.flexRowReverse
{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse
{
     -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flexcolReverse .col
{
  width: 100%;
}

.flexGrow
{
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
