/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Enite 
Version:	1.0
Last change:
Assigned to:
Primary use:	One-Page

-------------------------------------------------------------------*/
@import url(fonts/font.css);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:400,500,600,700,800,900);

/*------------------------------------------------------------------
[Layout]

* body

	+ Global
		- Padding/Margin
		- Section Padding
		- Transitions
	+ Fonts Settings
		- Poppins
		- Raleway
	+ Common Styles
	+ Slider
	+ Layouts
	+ Footer

-------------------------------------------------------------------*/

html,body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif 
	font-size: 16px;
	color: #1e1e1e;
	background-color: #fff;
	height: 100% ;
}
html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}
::-moz-selection {
	background: #fe7e17;
	color: #fff;
}
::selection {
	background: #fe7e17;
	color: #fff;
}
section {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
	background-position:50% 50%;
	background-size:cover;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	/*font-family: 'Poppins', sans-serif;*/
	color: #1e1e1e;
	text-transform:uppercase;
}
h2{
    font: 700 45px/60px "Poppins", sans-serif;
}
h3{
    font-size: 18px;
    line-height: 24px;
	font-weight: 600;
}
p{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
	color: #777;
}
a {
	position: relative;
	color: #1e1e1e;
}
a:hover,a:focus {
	text-decoration: none;
	color: #fe7e17;
}
img {
    vertical-align: middle;
    max-width: 100%;
}

/*		Common Styles		*/
.mi-m-0 {
	margin: 0;
}
.mi-p-0 {
	padding: 0;
}
.mi-pl-0 {
	padding-left:0;
}
.mi-pr-0 {
	padding-right:0;
}
.mi-pb-0 {
	padding-bottom: 0;
}
.mi-mb-0 {
	margin-bottom: 30px;
}
.mi-mt-60{
	margin-top:60px;
}
.mi-mt-40{
	margin-top:40px;
}
.mi-mb-30{
	margin-bottom:30px;
}
.mi-pb-30{
	padding-bottom:20px;
}
.mi-pb-40 {
	padding-bottom: 40px;
}
.mi-pb-80{
	padding-bottom:80px;
}
.mi-pr-80{
	padding-right:60px;
}
.mi-pl-80{
	padding-left:80px;
}
.mi-white-color, #welcome h3, #welcome h1, #testi .mi-white-color h2  {
	color:#fff;
}
.mi-table {
    display: table;
    table-layout: fixed;
}
.mi-table-cell {
    display: table-cell;
	float: none;
    vertical-align: middle;
}
.mi-bg-color {
	background-color: #1e1e1e;
} 
.mi-img-container {
	-webkit-box-shadow: 1px 3px 40px 2px rgba(21,21,21,0.15);
    -moz-box-shadow: 1px 3px 40px 2px rgba(21,21,21,0.15);
    box-shadow: 1px 3px 40px 2px rgba(21,21,21,0.15);
}
#welcome h1.mi-black-color, #welcome p.mi-black-color, #welcome h5{
	color:#1e1e1e;
}

/*		 Button 		*/
a.mi-link {
    font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
}
.mi-link {
    /*background: rgba(255, 255, 255, 0);
    color: #1e1e1e;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;*/
        font-weight: 500;
    font-size: 16px;
    color: #f15f2a;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mi-link:after  {
    content: '';
    width: 67px;
    height: 1px;
    background-color: #f6732a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mi-link:hover:after {
    content: '';
    width: 15px;
    height: 3px;
    background-color: #fe7e17;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.mi-link:hover{
    color: #fe7e17;
	text-decoration: none;
}
a.mi-btn {
	display: inline-block;
	color: #fff;
	background: #da390d;
	padding:5px 40px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}
a.mi-btn:before {
	content: "";
	position: absolute;
	top: -30px;
	left: -80px;
	height: 203px;
	width: 45px;
	background: rgba(255, 255, 255, .7);
	transform: rotate(20deg);
	transition: all .7s;
}
a.mi-btn:hover:before {
	left: 230px;
}

/*     Loader     */
.preloader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100000;
}
.status {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
.status .bounce {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fe7e17;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: doubleBounce 2s infinite ease-in-out;
	animation: doubleBounce 2s infinite ease-in-out; 
}
.status .bounce-2 {
    -webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; 
}

@-webkit-keyframes doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } 
}

/*		Slider			*/
.mi-full-height {
	position:relative;
	width: 100%;
	height:100vh;
	overflow: hidden;
}
.mi-short-home-bg {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}
.mi-bg-image{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mi-slider-img-1{
	background-image: url(../img/image/31.png);
}
.mi-slider-img-2{
	background-image: url(../img/bg/slider-2.jpg);
}
.mi-slider-img-3{
	background-image: url(../img/bg/slider-3.jpg);
}
.mi-res-img-1{
	background-image: url(../assets/img/image/31.png);
        background-size: contain;
}
.mi-res-img-2{
	background-image: url(../assets/img/image/IMG_9693-1.jpg);
}
.mi-res-img-3{
	background-image: url(../assets/img/image/IMG_9818.JPG);
}
.mi-res-bg-image{
	background-image: url(../img/bg/res.jpg);
	background-attachment: fixed;
}
.mi-arch-img-1{
	background-image: url(../img/bg/arch-1.jpg);
}
.mi-arch-img-2{
	background-image: url(../img/bg/arch-2.jpg);
}
.mi-arch-img-3{
	background-image: url(../img/bg/arch-3.jpg);
}
.mi-personal-img {
	background-image: url(../img/bg/personal.jpg);
}
.mi-per-bg-image {
	background-image: url(../img/image_2.jpg);	
}
.mi-coming-img{
	background-image: url(../img/bg/coming.jpg);
}
.mi-404-img{
	background-image: url(../img/bg/404.jpg);
}
.mi-preview-img{
	background-image: url(../preview/preview.jpg);
}
.mi-overlay-white {
    position: absolute;
	left:0;
	top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}
.mi-overlay-black {
    position: absolute;
	left:0;
	top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.17);
}
.mi-slider-img {
    position: absolute;
	left: 0;
    top: 10%;
	width: 50%;    
}
.mi-slider-caption {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
    top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.mi-slider-caption h1{
	font-size:54px;
	font-weight:800;
}
.mi-slider-caption p {
	color: rgba(255, 255, 255, 0.75);
}
.mi-slider-caption {
	padding-left: 40px;
}
.mi-slider-carousel .owl-dots .owl-dot {
	display: inline-block;
    width: 25px;
    height: 3px;
	margin: 0 6px;
    background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mi-slider-carousel .owl-dots .owl-dot.active {
	background-color: #fe7e17;
	width: 25px;
}
.mi-slider-carousel .owl-dots {
	position: absolute;
	display: inline-block;
    bottom: 30px;
	left: 50%;
    transform: translateX(-50%);
}
.mi-slider-caption-left {
    position: absolute;
    color: #fff;
    padding: 0 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 		Heading		 */
.mi-heading {
    position: relative;
	padding-bottom:60px;
}
.mi-service {
	padding-bottom: 100px;
}
.mi-service-img {
	overflow: hidden;
    position: relative;
}
.mi-service-img img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mi-service:hover .mi-service-img img{
    -webkit-transform: scale(1.1 ,1.1);
    transform: scale(1.1 ,1.1);
	overflow: hidden;
}
.mi-service h1{
	font-size:30px;
	font-weight:800;
}
.mi-works .mi-single-item {
	padding: 0;
}
.mi-figure {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#menu .mi-service.mi-pb-0 {
	padding-bottom:0;
}
.mi-border-content{
	border:1px solid #1e1e1e;
	padding:30px;
}

/* 		Portfolio 		*/
.filter {
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
}
.filter li {
	display: inline-block;
	text-align: right;
	margin: 0 15px;
}
.filter li.active a {
	color: #fe7e17;
}
.mi-grid .mi-single-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mi-preview {
    position: relative;
    display: block;
    color: #3d4140;
    font-size: 20px;
    overflow: hidden;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    box-sizing: border-box;
	top:50%;
}
.mi-mask {
    left: auto;
    right: 0;
    top: 0;
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.mi-mask {
    content: '';
    position: absolute;
    background: none;
    background: rgba(255,255,255,0.85);
    height: 150%;
    width: 100%;
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    opacity: 0;
}
.mi-mask-preview {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    -webkit-transform: scale(4);
    transform: scale(4);
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    opacity: 0;
}
.mi-preview:hover .mi-mask, .mi-preview:hover .mi-mask-preview {
    opacity: 1;
}
.mi-preview:hover .mi-mask {
    top: 100%;
    -moz-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
}
.mi-preview:hover .mi-mask-preview {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mi-center {
	margin-top: 30%;
}
.mi-mask-preview h3{
	font-size: 24px;
}

/* 		Blog		 */
h5.mi-blog-small {
	padding-top: 30px;
    text-transform: uppercase;
    color: #777;
	letter-spacing: 1px;
    font-size: 12px;
}
#blog .mi-service{
	padding-bottom: 20px;
}

/* 		Restaurant		 */
.mi-menu h4{
	padding-bottom: 10px;
}
.mi-menu-list .mi-menu {
    padding-bottom: 20px;
}
.mi-menu-list .menu-value {
    float: right;
    padding-left: 5px;
    margin-top: 1px;
    background-color: #fff;
}
.mi-service-img h1{
	position: absolute;
	left: 32%;
	top: 35%;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 80px;
	font-weight: 800;
	text-transform: capitalize;
}

/* 		Testimonials		 */
.mi-testi-content h6 {
    font-size: 16px;
    font-weight: 300;
    color: #565656;
    line-height: 26px;
}
.mi-testi-content p {
    font-size: 12px;
    color: #999999;
}
.mi-testi-content a {
    color: #fe7e17;
    font-weight: 600;
}
.mi-bg-image p, .mi-bg-image h6{
	color: #fff;
}
/* 		Team	 */
.mi-our-team {
    text-align:center;
}
.slick-slide {
    display: block;
	position: relative;
}
.mi-our-team .team-img {
    position: relative;
    margin-bottom: 30px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mi-our-team .team-img img {
    margin: auto;
    position: relative;
    z-index: 1;
}
.mi-our-team .mi-our-team-name {
    font-size: 22px;
    font-weight: 700;
    color: #fe7e17;
    text-transform: uppercase;
}
.mi-list-social {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

/* 		Fact Block		*/
span.counter {
	position: relative;
	font-size: 42px;
	font-weight:800;
	letter-spacing: 1px;
	color:#fff;
}
.mi-fact span.counter:after {
	content: "";
    display: block;
    width: 25px;
    border: 1px solid #3751e7;
    margin: 5px auto 20px auto;
}
.mi-bg-image span, .mi-bg-image h5{
	color:#fff;
}
.mi-counter-timer ul li{
    display: inline-block;
    padding:30px 60px;
}
.mi-counter-timer ul li h4 {
	color:#fff;
}
.mi-counter-timer ul li span{
    font-size: 80px;
	font-weight: 700;
    display: block;
}

/* 		Progressbar		 */
.mi-bar-group p {
	margin-bottom:20px;
}
.mi-bar-text span {
    float: right;
	font-size: 16px;
	width: auto;
}
.mi-progress-bar {
    background: rgba(30,30,30,0.11) none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 3px;
    margin: 0 0 20px;
    width: 100%;
}
.mi-progress-bar > span {
    background: #fe7e17 none repeat scroll 0 0;
    display: block;
	width: 0;
    height: 100%;
}

/* 		Coming Soon		 */
#coming-soon .mi-subscribe button {
    position: absolute;
    top: 30%;
    right: 10%;
	color: #fff;
}
#coming-soon .mi-subscribe input {
	width: 80%;
	color: #fff;
}
.mi-center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/*	 Subscribe 		*/
.mi-group input, .mi-group textarea, .mi-subscribe input {
    padding: 10px 10px 10px 5px;
    border: none;
    border-bottom: 1px solid #32343c;
	outline:0;
	box-shadow:none;
	width: 100%;
	margin-bottom: 40px;
}
.mi-group input {
	margin-bottom:60px;
	background: transparent;
}
.mi-form-control:focus {
    border-color: #fe7e17;
    box-shadow: none;
}

/*		Footer		*/
ul.mi-list {
	margin:0;
	padding-bottom:60px;
	list-style-type: none;
}
ul.mi-list li, .mi-list-social li{
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.mi-footer{
    padding: 60px 0;
    color: #777;
}
.pull-left h3, .mi-subscribe h3 {
	color:#fff;
}	
.mi-subscribe input {
	background:none;
	border-bottom:1px solid #fff;
	width:80%;
}
.mi-subscribe button {
    position: absolute;
    top: 77%;
    right: 20%;
    width: auto;
    height: 54px;
    line-height: 40px;
    background-color: transparent;
    padding: 0 15px 0 15px;
    font-size: 18px;
    border: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	outline:0;
	box-shadow:none;
}
.mi-subscribe button i:hover{	
	color:#fe7e17;
}
.mi-map {
    width: 100%;
    height: 400px;
}
.mi-map #mi-map {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 1000px){
	.mi-service .mi-table-cell {
		display: initial;
		padding-bottom:0;
		border: none;
	}
	.mi-service {
		padding-bottom:40px;
	}
	#blog h1 {
		font-size: 24px;
	}
}
@media (max-width: 1000px){
	.mi-service-img {
	margin-top: 40px;
	}
}

.test_a
{
    margin-bottom:60px;
}
.test_p
{
    margin-top: 50px;
}
.test_sec
{
   padding: 10px 0 95px !important;
}
.business_ul
{
    margin-top: 50px ;
}