/* Steakhouse HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider Section
6. Order Section
7. Production Section
8. CTA Section
9. Menu Section / Two / Three
10. Experiance Section
11. Team Section
12. Testimonial Section
13. News Section
14. Newsletter Section
15. Main Footer
16. Page Title Section
17. Welcome Section
18. Dining Section
19. Quote Section
20. Pricing Section
21. Table Section
22. Blog Section
23. Blog Detail Section
24. Cart Section
25. Checkout Section
26. Contact Form Section
27. Contact Info

**********************************************/

/* 
	font-family: 'Berkshire Swash', cursive;
	font-family: 'Overpass', sans-serif;
	font-family: 'Playfair Display', serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Overpass', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  background-color: #ffffff;
  width: 10px;
   border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	 border-radius: 10px;
    background: linear-gradient(to bottom,#0054d2,#335ea1);
}

::-webkit-scrollbar-thumb:hover {
	 background: linear-gradient(to bottom,#335ea1,#0054d2);

}


.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ff3209;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
/*	font-family: 'Berkshire Swash', cursive;*/
font-family: "Dosis", sans-serif;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

/* Typography */

h1{
	position:relative;
	font-size:90px;
	line-height:1em;
}

h2{
	position:relative;
	font-size:60px;
	line-height:1.1em;
}

h3{
	font-size:40px;
}

h4{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
}

h5{
	position:relative;
	font-size:20px;
	font-weight:700;
}

h6{
	font-size:18px;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.text{
	position:relative;
	line-height:1.6em;
	font-weight:400;
	color: #fff;
	font-family: 'Overpass', sans-serif;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#191919;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#ffffff;
	display:none;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	    background-image: linear-gradient( 90deg, rgb(191 115 31) 0%, rgb(225 223 34 / 99%) 100%);
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ff3209;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	width:205px;
	height:67px;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 18px 35px 11px;
	text-transform: capitalize;
	background:none;
	text-align:center;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	background:url(../images/icons/btn-1-bg.png) no-repeat;
	font-family: 'Berkshire Swash', cursive;
}

.btn-style-one .txt{
	position:relative;
	    font-family: 'Overpass', sans-serif;
   text-transform: uppercase;
    font-weight: 700;
}
	
.btn-style-one .txt:before{
	position:absolute;
	content:'';
	right:-18px;
	top:0px;
	width:10px;
	height:7px;
	background:url(../images/icons/btn-icon.png) no-repeat;
}

.btn-style-one:hover{

	color: #0056d6;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	width:200px;
	height:67px;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ff3209;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 18px 35px 11px;
	text-transform: capitalize;
	background:none;
	text-align:center;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	background:url(../images/icons/btn-2-bg.png) no-repeat;
	font-family: 'Berkshire Swash', cursive;
}

.btn-style-two .txt{
	position:relative;
}
	
.btn-style-two .txt:before{
	position:absolute;
	content:'';
	right:-18px;
	top:0px;
	width:10px;
	height:7px;
	background:url(../images/icons/btn-icon-1.png) no-repeat;
}

.btn-style-two:hover{
	color: #111111;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	width:200px;
	height:67px;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 18px 35px 11px;
	text-transform: capitalize;
	background:none;
	text-align:center;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	background:url(../images/icons/btn-3-bg.png) no-repeat;
	font-family: 'Berkshire Swash', cursive;
}

.btn-style-three .txt{
	position:relative;
}
	
.btn-style-three .txt:before{
	position:absolute;
	content:'';
	right:-18px;
	top:0px;
	width:10px;
	height:7px;
	background:url(../images/icons/btn-icon.png) no-repeat;
}

.btn-style-three:hover{
	
}

/* Social Icon One */

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #ff3209;
}

.theme_color{
	color:#ff3209;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:90px; }

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:0;
}

.sec-title h2{
    color:#161616;
    font-size: 33px;
    font-weight: 600;
}

.sec-title h2 span{
    color:#0054e6;
}

.sec-title .text{
	position: relative;
    color:#161616;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:20px;
	font-size:16px;
	font-family: 'Overpass', sans-serif;
	    text-align: justify;
}

.sec-title.light .text,
.sec-title.light h2{
	color:#ffffff;
	font-family: 'Overpass';
}

.sec-title.centered{
	text-align: center !important;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	right:0px;
	z-index:99;
	width:100%;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:22px;
}

.main-header .info-box{
	position:relative;
	float:left;
	z-index:1;
	min-height:56px;
	margin-left:50px;
	font-size:15px;
	color:#777777;
	text-align:left;
	padding:0px 0px 10px 65px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:3px;
	font-size:42px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	color:#ff3209;
	line-height:1em;
}

.main-header .info-box ul li{
	position:relative;
	line-height:20px;
	color:#132144;
	font-size:16px;
	margin-bottom:8px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header .info-box strong{
	position:relative;
	font-weight:600;
	color:#132144;
	font-size:18px;
	text-transform:capitalize;
}

.main-header .info-box:last-child{
	padding-left:0px;
	margin-left:20px;
}

.main-header .header-upper .inner-container{
	position:relative;
}

.main-header .header-upper .outer-container{
	position:relative;
	padding: 30px 40px;
	max-width:1600px;
	margin:0 auto;
}

.main-header .nav-outer{
	position:relative;
	float:right;
	width:100%;
	margin-top:-100px;
	text-align:center;
}

.main-header .header-upper .logo-box{
	position: relative;
	/*padding:15px 0px;*/
	z-index:10;
	margin-top:-10px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
	    -webkit-animation: rotation 10s infinite linear;
}
/*
.main-header .header-upper .logo-box .logo{
        -webkit-animation: rotation 10s infinite linear;
         }

         @-webkit-keyframes rotation {
         from {
         -webkit-transform: rotate(0deg);
         }
         to {
         -webkit-transform: rotate(359deg);
         }
         }*/

.main-header .outer-box{
	position: absolute;
	right:0px;
	z-index:10;
	margin-left:50px;
	padding: 40px 0px;
}

.main-header .cart-box{
	position:relative;
	float:left;
	color:#ff3209;
	font-size:16px;
	background:none;
	margin-top:-20px;
	display:inline-block;
	    margin-right: 50px;
}

.main-header .cart-box .cart-box-btn{
	    width: 45px;
    height: 40px;
    background: #191919;
	color:#ff3209;
	cursor: pointer;
	
	border-radius:50px;
	line-height:45px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .cart-box .cart-box-btn .total-cart{
	position:absolute;
	left: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:10px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#ff3209;
}

.main-header .cart-box .cart-box-btn:hover{
	
}

.main-header .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.main-header .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.main-header .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .cart-product .inner .cross-icon:hover{
	color:#ff3209;
}

.main-header .cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.main-header .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
	font-family: 'Overpass', sans-serif;
}

.main-header .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-product .inner h3 a:hover{
	color:#ff3209;
}

.main-header .cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}

.main-header .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}

.main-header .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:20px;
	padding:20px 20px;
	min-width:300px;
	margin-top:62px;
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #ff3209;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}

.main-header .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.main-header .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.main-header .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.main-header .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	padding:10px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#ff3209;
	border:1px solid #ff3209;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover{
	color:#ff3209;
	background:none;
}

.main-header .cart-box .icon a{
	color:#999999;
}

/* Search Box Outer */

.main-header .search-box-outer{
	position:relative;
	float:left;
}

.main-header .search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	float:left;
	margin-top:26px;
	font-size:24px;
	color:#ffffff;
	font-weight:500;
	cursor:pointer;
	background:none;
	line-height:20px !important;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Berkshire Swash', cursive;
}

.main-header .search-box-btn span{
	position:relative;
	top:3px;
	margin-left:8px;
}

.main-header .search-box-btn:after{
	display:none;
}

.main-header .search-box-outer .dropdown-menu{
	top:49px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #ff3209;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

/* Main Menu */

.main-menu{
	position:relative;
	float:left;
	z-index:2;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	width:100%;
	padding:0px;
	float: left;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:15px 0px;
}

.main-menu .navigation > li{
	position:relative;
	margin:0px 16px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#0054e6 ;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	       background-color: #1d1e20e0;
    box-shadow: 0 0 20px -10px rgb(247 247 247 / 38%);
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu{
	width:auto;
}

.sticky-header .outer-box{
	position:relative;
}

.sticky-header .logo{
	position:relative;
	z-index:2;
	padding:29px 0px 6px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	padding:30px 0px 20px;
	font-size:17px;
	text-transform: capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
       font-family: 'Overpass', sans-serif;
    text-transform: uppercase;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	bottom:12px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
	color:#0054e6;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:10px;
	font-weight:600;
	font-size:15px;
	font-family: 'Overpass';
	text-transform:capitalize;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	padding:23px 0px;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:10px;
	top:8px;
	opacity:0;
	color:#ff3209;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
}

.sticky-header .main-menu .navigation > li > a:before{
	top:18px !important;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#0156c4;
	padding-left:10px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:6px 18px;
	line-height:24px;
	font-weight:600;
	font-size:18px;
	text-transform:capitalize;
	color:#000000;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ff3209;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:#ff3209;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ff3209;
	padding-left:30px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .header-lower .options-box{
	position:relative;
	float:right;
	padding:10px 15px 10px;
}

.main-header .header-lower .options-box .option-inner{
	position:relative;
	padding-left:70px;
}

.main-header .header-lower .options-box .option-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
}

.main-header .header-lower .options-box .option-inner .number{
	position:relative;
}

.main-header .header-lower .options-box .option-inner .number span{
	position:relative;
	display:block;
	color:#ffffff;
	margin-bottom:3px;
	text-transform:uppercase;
}

.main-header .header-lower .options-box .option-inner .number a{
	position:relative;
	font-weight:800;
	font-size:22px;
	color:#ffffff;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 50px;
	cursor: pointer;
	color:#000000;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#000000;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.sticky-header .navbar-header{
	display:none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #ff3209;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}

.main-header .sticky-header .outer-box{
	float:right;
	padding:15.5px 0px;
	padding-left:40px;
}

.main-header .sticky-header .outer-box .cart-box{
	color:#000000;
	margin-top:0px;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover{
	color:#000000;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart{
	background-color:#ff3209;
}

.main-header .sticky-header .search-box-btn{
	color:#ffffff;
	margin-top:9px;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-toped{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-toped:hover{
	color:#ffffff;
	background:#000000;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
}

.banner-section .slide{
	position:relative;
	overflow:hidden;
	padding-top:220px;
	padding-bottom:200px;
	background-size:cover;
}

.banner-section .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.25;
	right:0px;
	height:519px;
	z-index:2;
	background-size:cover;
}

.banner-section .content-boxed{
	position:relative;
	z-index:10;
}

.banner-section .content-boxed .inner-box{
	position:relative;
	text-align:center;
}

.banner-section .content-boxed .title{
	color:#ffffff;
	opacity: 0;
	font-size:90px;
	line-height:1em;
	transform: scale(0.4);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: 'Berkshire Swash', cursive;
}

.banner-section .active .content-boxed .title{
	opacity: 0.20;
	transform: scale(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .content-boxed .icon{
	opacity: 0;
	margin-top:20px;
	transform: scale(0.4);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-boxed .icon img{
	width:auto;
	margin:0 auto;
}

.banner-section .active .content-boxed .icon{
	opacity: 1;
	transform: scale(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-boxed h1:before{
	position:absolute;
	content:'';
	left:0px;
	top:-55px;
	right:0px;
	bottom:0px;
	z-index:-1;
	height:199px;
	background:url(../images/main-slider/heading-bg.png) no-repeat;
	background-position:center center;
}

.banner-section .content-boxed h1{
	color:#ffffff;
	opacity: 0;
	z-index:1;
	margin-top:60px;
	transform: scale(0.4);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-boxed h1 .icon{
	position:absolute;
	left:-100px;
	top:-60px;
}

.banner-section .active .content-boxed h1{
	opacity: 1;
	transform: scale(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-boxed .text{
	color:#ffffff;
	font-size:31px;
	margin-top:70px;
	margin-bottom:35px;
	opacity: 0;
	transform: scale(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-boxed .text:before{
	position:absolute;
	content:'';
	left:30px;
	top:-25px;
	right:0px;
	bottom:0px;
	z-index:-1;
	height:149px;
	background:url(../images/main-slider/text-bg.png) no-repeat;
	background-position:center center;
}

.banner-section .active .content-boxed .text{
	opacity: 1;
	transform: scale(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	text-align:center;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
	background-color:#00ac41;
}

.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section:hover .owl-nav{
	opacity:1;
}

.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:72px;
	height:75px;
	font-size:0px;
	opacity:0.5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:url(../images/main-slider/prev-arrow.png) no-repeat;
}

.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	width:72px;
	height:75px;
	opacity:0.5;
	font-size:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:url(../images/main-slider/next-arrow.png) no-repeat;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	opacity:1;
}

.banner-section .side-icon{
	position:absolute;
	right:70px;
	bottom:-80px;
	z-index:2;
}

/*** 

====================================================================
	Order Section
====================================================================

***/

.order-section{
	position:relative;
	padding: 80px 0 0 80px;
	background-color:#191a1c;
	
}

.order-section.style-two{
	padding-top:140px;
}

.order-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.order-section .content-column .inner-column{
	position:relative;
}

.order-section .content-column .icon{
	position:relative;
	margin-bottom:20px;
}

.order-section .content-column {
	position:relative;
}

.order-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.order-section .image-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	Production Section
====================================================================

***/

.production-section{
	position:relative;
	padding:110px 0px 190px;
	background-size:cover;
	background-attachment:fixed;
}

.production-section.style-two{
	padding-bottom:100px;
}

.production-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.40);
}

.product-block{
	position:relative;
	margin-bottom:30px;
}

.product-block .inner-box{
	position:relative;
	text-align:center;
	padding-top:35px;
}

.product-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:105px;
	border:3px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box:hover::before{
	border-color:#ff3209;
}

.product-block .inner-box .title-box{
	position:relative;
	margin-bottom:45px;
}

.product-block .inner-box .title-box h3{
	position:relative;
	font-family: 'Berkshire Swash', cursive;
}

.product-block .inner-box .title-box h3 a{
	position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box:hover .title-box h3 a{
	color:#ff3209;
}

.product-block .inner-box .title-box .price{
	position:relative;
	color:#ffffff;
	font-size:20px;
	margin-top:22px;
}

.product-block .inner-box .lower-content{
	position:relative;
}

.product-block .inner-box .product-image{
	position:relative;
	width:282px;
	height:282px;
	margin:0 auto;
	padding:15px;
	border-radius:50%;
	overflow:hidden;
}

.product-block .inner-box .product-image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:282px;
	height:282px;
	z-index:1;
	background:url(../images/resource/products/product-image-bg.png) no-repeat;
	background-size:cover;
}

.product-block .inner-box .product-image img{
	position:relative;
	width:100%;
	display:block;
}

.product-block .inner-box .price-tag{
	position:absolute;
	left:10px;
	top:0px;
	z-index:2;
	color:#ffffff;
	font-size:30px;
	width:121px;
	height:103px;
	line-height:103px;
	text-align:center;
	font-family: 'Berkshire Swash', cursive;
	background:url(../images/icons/price-bg.png) no-repeat;
}

.production-section .owl-dots{
	display:none;
}

.production-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	margin-top:-85px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.production-section .owl-nav .owl-prev{
	position:absolute;
	left:-85px;
	width:72px;
	height:75px;
	font-size:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:url(../images/main-slider/prev-arrow.png) no-repeat;
}

.production-section .owl-nav .owl-next{
	position:absolute;
	right:-85px;
	width:72px;
	height:75px;
	font-size:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:url(../images/main-slider/next-arrow.png) no-repeat;
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	    background: #191a1c;
}

.cta-section .inner-container{
	position:relative;
	/*text-align:center;*/
	/*margin-top:-120px;*/
	z-index:1;

	    padding: 70px 0px 30px;
}

.cta-section .icon-layer-one{
	position:absolute;
	left:10%;
	top:28%;
	width:126px;
	height:83px;
	z-index:1;
	background-repeat:no-repeat;
}

.cta-section .icon-layer-two{
	position:absolute;
	right:-6%;
	top:25%;
	width:109px;
	height:101px;
	z-index:1;
	background-repeat:no-repeat;
}

.cta-section .icon-layer-three{
	position:absolute;
	right:-6%;
	top:29%;
	width:169px;
	height:154px;
	z-index:6;
	background-repeat:no-repeat;
}

.cta-section .inner-container .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#161616;
	background-position:center center;
	background-repeat:no-repeat;
	clip-path: polygon(0 0, 100% 9%, 100% 96%, 5% 100%);
}

.cta-section .inner-container .title-box{
	position:relative;
}

.cta-section .inner-container .title-box .title{
	position:absolute;
	left:0px;
	right:0px;
	top:-80px;
	color:#e9e4c4;
	font-size:150px;
	line-height:1em;
	font-family: 'Berkshire Swash', cursive;
}

.cta-section .inner-container .title-box h2{
	position:relative;
	color:#fff;
	font-size:45px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-text-stroke-color: #967d49;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 2px 0 #967d49;
    position: relative;
    padding-bottom: 8px;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
}

.cta-section .inner-container .title-box h4{
	position:relative;
	color:#29212a;
	font-size:30px;
	font-weight:400;
	margin-top:35px;
	padding:0px 15px;
	text-transform:capitalize;
}

.cta-section.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	bottom:0px;
	height:190px;
	background-color:#ff866e;
}

.cta-section.style-two{
	padding-top:70px;
}

.cta-section.style-two .inner-container{
	margin-top:0px;
	margin-bottom:-40px;
}

/*** 

====================================================================
	Menu Section
====================================================================

***/

.menu-section{
	position:relative;
	padding:100px 0px 100px;
}

.menu-section .pattern-layer{
	position:absolute;
	left:0px;
	top:-230px;
	right:0px;
	height:631px;
	background-position:center center;
	background-repeat:no-repeat;
}

.menu-section .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:30px;
	right:0px;
	height:326px;
	z-index:-1;
	background-position:center center;
	background-repeat:no-repeat;
}

.menu-tab{
	position:relative;	
}

.menu-tab .tabs-header{
	position:relative;
	text-align:center;
}

.menu-tab .menu-tab-btns{
	position:relative;
	text-align:center;
	padding-bottom:30px;
}

.menu-tab .menu-tab-btns .p-tab-btn{
	position: relative;
    display: inline-block;
    margin: 0px 10px;
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    color: #161616;
    z-index: 1;
	width:170px;
	height:130px;
    cursor: pointer;
	margin-bottom:10px;
    padding: 32px 22px 12px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	font-family: 'Berkshire Swash', cursive;
}

.menu-tab .menu-tab-btns .p-tab-btn .icon{
	position:relative;
	display:block;
	font-size:40px;
	margin-bottom:15px;
}

.menu-tab .menu-tab-btns .p-tab-btn:hover,
.menu-tab .menu-tab-btns .p-tab-btn.active-btn{
	color: #ffffff;
    background-color:#ff3209;
}

.menu-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.menu-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.menu-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.p-tab.active-tab .menu-block{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.p-tab .menu-block{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);	
}

.menu-section .owl-dots,
.menu-section .owl-nav{
	display:none;
}

.menu-section .owl-carousel .owl-stage-outer{
	position:static;
	padding:20px 0px;
}

.menu-section .owl-theme .menu-block{
	margin:0px 15px;
}

.menu-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.menu-section .btn-box{
	position:relative;
	margin-top:50px;
}

.menu-block{
	position:relative;
	margin-bottom:30px;
}

.menu-block .inner-box{
	position:relative;
}

.menu-block .inner-box .image-outer{
	position:relative;
	padding:30px 25px 30px;
	border:3px solid #161616;
	border-bottom:0px;
}

.menu-block .inner-box .image-outer .image{
	position:relative;
	width:295px;
	height:295px;
	margin:0 auto;
}

.menu-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:50%;
}

.menu-block .inner-box .image-outer .gram{
	position:absolute;
	right:15px;
	bottom:10px;
	width:75px;
	height:36px;
	color:#ffffff;
	font-size:16px;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/icons/gram-bg.png) no-repeat;
}

.menu-block .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
	padding-bottom:30px;
	background-color:#ffffff;
	box-shadow:0px 10px 15px rgba(0,0,0,0.05);
}

.menu-block .inner-box .lower-content h4{
	position:relative;
	text-transform:uppercase;
	font-family: 'Overpass', sans-serif;
}

.menu-block .inner-box .lower-content h4 a{
	position:relative;
	color:#161616;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.menu-block .inner-box:hover .lower-content h4 a{
	color:#ff3209;
}

.menu-block .inner-box .lower-content .offer{
	position:relative;
	color:#161616;
	font-size:16px;
	margin-top:8px;
	margin-bottom:8px;
}

.menu-block .inner-box .lower-content .rating{
	position:relative;
	color:#fecb1c;
	font-size:14px;
}

.menu-block .inner-box .lower-content .price{
	position:relative;
	color:#161616;
	font-size:20px;
	margin-top:10px;
	font-weight:700;
	font-family: 'Overpass', sans-serif;
}

/*** 

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section{
	position:relative;
	padding:90px 0px 60px;
	background-attachment:fixed;
	background-size:cover;
}

.experiance-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.experiance-section .content-column .inner-column{
	position:relative;
	padding:60px 60px;
	background-color:#955333;
}

.experiance-section .content-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-30px;
	right:0px;
	height:74px;
	background:url(../images/background/pattern-6.png) repeat-x;
}

.experiance-section .content-column h3{
	color:#ffffff;
	margin-bottom:25px;
}

.experiance-section .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:15px;
}

.experiance-section .content-column .styled-text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.7em;
	font-weight:400;
	margin-bottom:30px;
	font-family: 'Playfair Display', serif;
}

.experiance-section .content-column .inner-column .price-box{
	position:absolute;
	right:30px;
	bottom:-80px;
	width:207px;
	height:207px;
	color:#ffffff;
	z-index:1;
	font-size:30px;
	padding:60px 10px;
	text-align:center;
	line-height:1.3em;
	font-family: 'Berkshire Swash', cursive;
}

.experiance-section .content-column .inner-column .price-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background:url(../images/icons/experiance-icon.png) no-repeat;
}

.experiance-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.experiance-section .image-column .inner-column{
	position:relative;
	text-align:center;
	padding-top:25px;
}

.experiance-section .image-column h2{
	position:relative;
	font-size:90px;
	font-weight:400;
	color:#ffffff;
	opacity:0.20;
	margin-bottom:25px;
	font-family: 'Berkshire Swash', cursive;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:30px 0px 90px;
	background-color:#191a1c;
}

.team-section .row{
	margin:0px -3px;
}

.team-section .team-block{
	padding:10px 40px;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image .color-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:40%;
	z-index:1;
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:2;
	text-align:center;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background-position:center center;
}

.team-block .inner-box:hover .image .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.team-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:10px;
	top:15px;
	right:10px;
	bottom:-20px;
	border:5px solid #ffffff;
	transform: skewY(4deg);
}

.team-block .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	right:0px;
	bottom:10px;
	text-align:center;
}

.team-block .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	left:0px;
	right:0px;
	bottom:0px;
	text-align:center;
	display:inline-block;
	padding:26px 48px;
	background:url(../images/icons/team-icon.png) no-repeat;
}

.team-block .inner-box .image .overlay-box .overlay-inner h5{
	position:relative;
	font-weight:400;
}

.team-block .inner-box .image .overlay-box .overlay-inner h5 a{
position: relative;
    color: #0056c5;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Overpass';
}

.team-block .inner-box .image .overlay-box .overlay-inner .designation{
	position:relative;
	color:#ffffff;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:100px 0px 120px;
	background-attachment:fixed;
	background-size:cover;
}

.testimonial-section .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:474px;
	opacity:0.50;
	z-index:1;
	background-size:cover;
	background-repeat:no-repeat;
}

.testimonial-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:100%;
	z-index:1;
	background: rgba(0,0,0,0.40);
}

.testimonial-section:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:40%;
	z-index:1;
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to top, rgba(255,255,255,0) 0%, #b69c7a 100%);
	background: -moz-linear-gradient(to top, rgba(255,255,255,0) 0%, #b69c7a 100%);
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, #b69c7a 100%);
}

.testimonial-section .title-box{
	position:relative;
	z-index:2;
	margin-bottom:60px;
}

.testimonial-section .title-box .title{
	position:relative;
	font-size:18px;
	font-weight:300;
	color:#ffffff;
	text-transform:uppercase;
}

.testimonial-section .title-box h3{
	position:relative;
	color:#ffffff;
	margin-top:10px;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:-40px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 7px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover{
	background-color:#00ac41;
}

.testimonial-block{
	position:relative;
	padding:30px;
}

#ind-block{padding:150px;}

.testimonial-block .inner-box{
	position:relative;
	padding-left:400px;
	min-height:336px;
}

.testimonial-block .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:336px;
	height:336px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block .inner-box .author{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#ffffff;
}

.testimonial-block .inner-box .author span{
	position:relative;
	display:block;
	font-size:16px;
	margin-top:12px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:36px;
	line-height:1.4em;
	margin-top:30px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:110px 0px 90px;
	background-color:#0a090a;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image .color-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:80%;
	z-index:1;
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:2;
}

.news-block .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:25px;
	right:25px;
	bottom:25px;
}

.news-block .inner-box .image .overlay-box .post-date{
	position:relative;
	color:#00ac41;
	font-size:15px;
	text-transform:uppercase;
}

.news-block .inner-box .image .overlay-box h4{
	font-weight:400;
	margin-top:10px;
	margin-bottom:16px;
}

.news-block .inner-box .image .overlay-box h4 a{
	position:relative;
	color:#ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block .inner-box .image .overlay-box h4 a:hover{
	color:#00ac41;
}

.news-block .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding:100px 0px 70px;
	background-color:#ff7409;
	background-size:cover;
}

.newsletter-section .pattern-layer{
	position:absolute;
	left:0px;
	top:-25px;
	right:0px;
	height:45px;
}

.newsletter-section .title-column{
	position:relative;
	margin-bottom:30px;
}

.newsletter-section .title-column .inner-column{
	position:relative;
}

.newsletter-section .title-column h3{
	font-weight:400;
	color:#ffffff;
}

.newsletter-section .title-column .text{
	font-weight:400;
	color:#181818;
	font-size:20px;
}

.newsletter-section .form-column{
	position:relative;
	margin-bottom:30px;
}

.newsletter-section .form-column .inner-column{
	position:relative;
}

/* Newslettter Form */

.newsletter-form{
	position:relative;
}

.newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:0px;
	padding-right:90px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:34px;
	height:70px;
	font-size:16px;
	color:#5d5956;
	border-radius:50px;
	background:#ffffff;
	padding:14px 85px 10px 35px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.newsletter-form .form-group .subscribe-btn{
	position:absolute;
	right:0px;
	top:-2px;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
	transform: skewY(-4deg);
	padding:22px 48px;
	background-color:#00ac41;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background: #191919;
}

.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	    background-color: rgb(22 22 22 / 95%);
}

.main-footer .widgets-section{
	position:relative;
	padding:120px 30px 0px;
	/*background-color:#191919;*/
	/*background-position:center center;
	background-repeat:no-repeat;*/
	/* animation: ripple 5s infinite;*/
}

.main-footer .footer-column{
	position:relative;
	/*margin-bottom:30px;*/
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	opacity:0.65;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:18px;
}

.main-footer .logo-widget .phone-number{
	position:relative;
	color:#e4d183;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .logo-widget .phone-number:hover{
	color:#ffffff;
}

.main-footer .logo-widget .timing{
	position:relative;
	margin-top:32px;
}

.main-footer .logo-widget .timing span{
	position:relative;
	color:#ffffff;
	font-size:20px;
	display:block;
	margin-bottom:22px;
	font-family: 'Berkshire Swash', cursive;
}

.main-footer .logo-widget .timing li{
	position:relative;
	font-size:16px;
	margin-bottom:8px;
	color:rgba(255,255,255,0.65);
}

.main-footer .footer-nav{
	position:relative;
	text-align:center;
}

.main-footer .footer-nav li{
	position:relative;
	margin:0px 8px 10px;
	display:inline-block;
}

.main-footer .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Berkshire Swash', cursive;
}

.main-footer .footer-nav li a:hover{
	color:#ff3209;
}

.main-footer .big-logo{
	position:relative;
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
	   
}
/*.work-box-bg {
    background: url(https://devsdesign.net/products/html/clenia/assets/images/clean/circle-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
   width: 100%;
    height: 100%;
  animation: rotated-style;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}*/
@keyframes rotated-style {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
/*@keyframes ripple{0%{transform:scale(.8)}50%{transform:scale(1.2)}100%{transform:scale(.8)}}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(359deg)}};
*/
.main-footer .social-box{
	position:relative;
	text-align:center;
}

.main-footer .social-box li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.main-footer .social-box li a{
	position:relative;
	color:#ffffff;
	width:48px;
	height:48px;
	font-size:18px;
	line-height:48px;
	text-align:center;
	display:inline-block;
	background-image: linear-gradient( 90deg, rgb(0 88 215) 0%, rgb(0 116 255 / 29%) 100%);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-radius: 50%;
}

.main-footer .social-box li a:hover{
	background-color:#ff3209;
}

.main-footer h5{
	color:#ffffff;
	font-weight:400;
	margin-bottom:10px;
	-webkit-text-stroke-color: #0056d2;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 2px 0 #0056d2;
    position: relative;
    text-transform: uppercase;
    font-family: 'Overpass', sans-serif;
    font-weight: 800;
}

.main-footer .footer-list{
	position:relative;
	margin-top: 43px;
}

.main-footer .footer-list li{
	position:relative;

}

.main-footer .footer-list li a{
	position:relative;
	margin-bottom:10px;
	font-size:17px;
	font-family: "Overpass";
	font-weight: 600;
	color:rgba(255,255,255,0.60);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	line-height: 30px;
}
.main-footer .footer-list li a:before{
	font-family: "FontAwesome";
   content: "\f101";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 900;

}

.main-footer .footer-list li a:hover{
	color:#ffffff;
}

.main-footer .gallery-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 6px;
	margin-bottom:12px;
}

.main-footer .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
	opacity:0.70;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:30px 0px;
	margin-top:40px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .copyright{
	position:relative;
	color:#8b8b8b;
	font-size:16px;
	font-family: 'Overpass'
}

.main-footer .copyright a{
	color:#0056d6;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:240px 0px 200px;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	top:0px;
	width:100%;
	opacity:0.30;
	background-color:#000000;
}

.page-title h1{
	color:#ffffff;
}

.page-title .pattern-layer{
	position:absolute;
	left:0px;
	bottom:-410px;
	right:0px;
	height:827px;
	opacity:0.30;
	background-position:center bottom;
	background-repeat:repeat-x;
}

.page-title .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	top:0px;
	background-position:center center;
	background-repeat:no-repeat;
}

/*** 

====================================================================
	Page Title Two Section
====================================================================

***/

.page-title-two-section{
	position:relative;
	overflow:hidden;
	padding:300px 0px 40px;
	background-color:#1a1921;
	background-position:center center;
	background-repeat:no-repeat;
}

.page-title-two-section .page-info{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.page-title-two-section h1{
	color:#ffffff;
	margin-bottom:160px;
	text-align:center;
}

.page-title-two-section .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-repeat:repeat-x;
}

.page-title-two-section .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	top:0px;
	background-position:center center;
	background-repeat:repeat-x;
}

/*** 

====================================================================
	Page Title Three Section
====================================================================

***/

.page-title-three-section{
	position:relative;
	overflow:hidden;
	padding:250px 0px 40px;
	background-color:#1a1921;
	background-size:cover;
	background-repeat:no-repeat;
}

.page-title-three-section:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:149px;
	background:url(../images/background/pattern-17.png);
	background-repeat:repeat-x;
}

.page-title-three-section .page-info{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.page-title-three-section h1{
	color:#ffffff;
	margin-bottom:160px;
	text-align:center;
}

.page-title-three-section .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-repeat:repeat-x;
}

.page-title-three-section .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	top:0px;
	background-position:center center;
	background-repeat:repeat-x;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section{
	position:relative;
	padding:100px 0px 100px;
}

.welcome-section .pattern-layer{
	position:absolute;
	left:0px;
	top:-50px;
	right:0px;
	height:631px;
	background-repeat:repeat-x;
}

.welcome-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}

.welcome-section .title-box .title{
	position:relative;
	color:#12b24f;
	font-size:30px;
	font-family: 'Berkshire Swash', cursive;
}

.welcome-section .title-box h3{
	color:#29212a;
	font-size:45px;
	font-weight:400;
	margin-top:30px;
}

.welcome-section .title-box .separate{
	position:relative;
	margin:0 auto;
	width:153px;
	height:26px;
	margin-top:35px;
	background:url(../images/icons/separate.png) no-repeat;
}

.welcome-section .title-box .text{
	position:relative;
	color:#29212a;
	font-size:24px;
	line-height:1.6em;
	opacity:0.90;
	margin:0 auto;
	max-width:920px;
	margin-top:30px;
}

/* Video Boxed */

.video-boxed{
	position:relative;
	z-index:1;
	background-color:#ffffff;
}

.video-boxed .video-image{
	position:relative;
	margin:0px;
}

.video-boxed .video-image img{
	position:relative;
	width:100%;
	z-index:3;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}

.video-boxed .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-boxed .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	line-height:80px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:rgba(180,140,131,0.50);
}

.video-boxed .ripple,
.video-boxed .ripple:before,
.video-boxed .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
	height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-boxed .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-boxed .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

/*** 

====================================================================
	Dining Section
====================================================================

***/

.dining-section{
	position:relative;
}

.dining-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.dining-section .content-column .inner-column{
	position:relative;
}

.dining-section .content-column h3{
	color:#29212a;
	margin-bottom:20px;
}

.dining-section .content-column .styled-text{
	position:relative;
	color:#29212a;
	font-size:20px;
	font-weight:400;
	margin-bottom:20px;
	line-height:1.5em;
	font-family: 'Berkshire Swash', cursive;
}

.dining-section .content-column .text{
	position:relative;
}

.dining-section .content-column .text p{
	position:relative;
	font-size:16px;
	color:#29212a;
}

.dining-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.dining-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.dining-section .image-column .inner-column{
	position:relative;
}

.dining-section .image-column .image{
	position:relative;
}

.dining-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-page-section .team-block{
	margin-bottom:50px;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:110px 0px 120px;
	background-color:#29212a;
	background-repeat:repeat;
}

.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-section-two .owl-dots{
	position:relative;
	text-align:center;
	margin-top:35px;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 6px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover{
	background-color:#00ac41;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
}

.testimonial-block-two .inner-box .quote-icon img{
	position:relative;
	max-width:auto;
	width:auto;
	margin:0 auto;
}

.testimonial-block-two .inner-box .author-info{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.4em;
	margin-top:30px;
}

.testimonial-block-two .inner-box .author-info span{
	position:relative;
	display:block;
	font-size:16px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:34px;
	line-height:1.4em;
	max-width:760px;
	margin:0 auto;
	margin-top:25px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:110px 0px 70px;
}

.price-block{
	position:relative;
	margin-bottom:30px;
}

.price-block .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:40px 40px 50px;
	background-color:#f4eeeb;
}

.price-block .inner-box .icon-image{
	position:relative;
}

.price-block .inner-box .icon-image img{
	position:relative;
	padding:15px 0px;
}

.price-block .inner-box .icon-image:before{
	position:absolute;
	content:'';
	left:0px;
	top:-20px;
	right:0px;
	bottom:0px;
	background:url(../images/background/pattern-13.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.price-block .inner-box h3{
	position:relative;
	font-size:30px;
}

.price-block .inner-box h3 a{
	position:relative;
	color:#060606;
}

.price-block .inner-box .price{
	position:relative;
	color:#fd4d1b;
	font-size:30px;
	margin-top:25px;
	margin-bottom:28px;
	font-family: 'Berkshire Swash', cursive;
}

.price-block .inner-box .text{
	position:relative;
	color:#060606;
	font-size:16px;
	line-height:1.9em;
	padding:0px 20px;
	margin-bottom:25px;
}

.price-block .inner-box .order-btn{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.4em;
	padding:17px 35px 15px;
	border-radius:6px;
	display:inline-block;
	background-color:#5caf49;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.price-block .inner-box .order-btn:hover{
	background-color:#fd4d1b;
}

/*** 

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two{
	position:relative;
	padding:0px 0px 70px;
}

.pricing-section-two .pricing-column{
	position:relative;
	margin-bottom:30px;
}

.pricing-section-two .pricing-column .inner-column{
	position:relative;
}

.pricing-section-two .pricing-column .price-block-two:nth-child(2n + 0){
	margin-left:110px;
}

.price-block-two{
	position:relative;
	margin-bottom:30px;
	border-bottom:1px dashed #f6ede0;
}

.price-block-two .inner-box{
	position:relative;
	padding-right:150px;
	padding-bottom:30px;
}

.price-block-two .inner-box .price{
	position:absolute;
	right:50px;
	top:0px;
	color:#ffffff;
	font-size:30px;
	padding:19px 20px;
	text-align:center;
	display:inline-block;
	font-family: 'Berkshire Swash', cursive;
	background:url(../images/icons/team-price-bg.png) no-repeat;
}

.price-block-two .inner-box h4{
	position:relative;
	font-weight:400;
	margin-bottom:15px;
}

.price-block-two .inner-box h4 a{
	position:relative;
	color:#060606;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.price-block-two .inner-box h4 a:hover{
	color:#ff4a19;
}

.price-block-two .inner-box h4 .spicy{
	position:relative;
	font-size:16px;
	color:#ffffff;
	padding:6px 10px;
	text-align:center;
	font-family: 'Overpass', sans-serif;
	background:url(../images/icons/spicy-bg.png) no-repeat;
}

.price-block-two .inner-box .text{
	position:relative;
	color:#060606;
	font-size:18px;
	line-height:1.8em;
}

.price-block-two:last-child{
	margin-bottom:0px;
	border-bottom:0px;
}

.pricing-section-two .image-column{
	position:relative;
	margin-bottom:30px;
}

.pricing-section-two .image-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	Booking Section
====================================================================

***/

.booking-section{
	position:relative;
	padding:0px 0px 150px;
}

.booking-section .pattern-layer{
	position:absolute;
	left:0px;
	top:-50px;
	right:0px;
	height:631px;
	background-repeat:repeat-x;
}

.booking-section .inner-container{
	position:relative;
	max-width:890px;
	margin:0 auto;
	margin-top:-70px;
	padding:60px 65px 70px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.booking-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.booking-section .title-box h3{
	position:relative;
	color:#24212a;
	line-height:1.3em;
}

.booking-section .title-box h3 span{
	position:relative;
	display:block;
	color:#00ac41;
	font-size:28px;
}

.booking-section .title-box h3 span a{
	position:relative;
	color:#00ac41;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.booking-section .title-box h3 span a:hover{
	color:#24212a;
}

/*** 

====================================================================
	Book Form
====================================================================

***/

.booking-form{
	
}

.booking-form .form-group{
	margin-bottom:25px;
}

.booking-form .form-group label{
	position:relative;
	display:block;
	color:#29212a;
	font-size:16px;
}

.booking-form .form-group .check-box{
	position:relative;
	color:#100c0b;
	font-size:16px;
}

.booking-form .form-group .check-box label{
	margin-bottom:0px;
	display:inline-block;
}

.booking-form .form-group:last-child{
	margin-bottom:0px;
}

.booking-form .form-group input[type="text"],
.booking-form .form-group input[type="password"],
.booking-form .form-group input[type="tel"],
.booking-form .form-group input[type="email"],
.booking-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	height:55px;
	font-size:16px;
	border-radius:0px;
	background:#ffffff;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.booking-form .form-group input[type="text"]:focus,
.booking-form .form-group input[type="password"]:focus,
.booking-form .form-group input[type="tel"]:focus,
.booking-form .form-group input[type="email"]:focus,
.booking-form .form-group select:focus,
.booking-form .form-group textarea:focus{
	border-color:#111111;
}

.booking-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:210px;
	background:#ffffff;
	resize:none;
	font-size:16px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.booking-form .theme-btn{
	cursor:pointer;
	border-radius:0px;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:50px;
	padding:10px 20px 10px 20px;
	line-height:28px;
	color:#777777;
	border: none;
	border-radius:0px;
	background:none;
	border:1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#000000;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;
}

.ui-menu .ui-menu-item{
	font-size:14px;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#00ac41;
	border-color:#00ac41;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#00ac41;
}

/*** 

====================================================================
	Menu Section
====================================================================

***/

.menu-section-two{
	position:relative;
	padding:100px 0px 100px;
	background-color:#0a090a;
}

.price-block-three{
	position:relative;
	margin-bottom:30px;
}

.price-block-three .inner-box{
	position:relative;
	padding-left:170px;
	padding-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.price-block-three .inner-box .spicy{
	position:absolute;
	right:0px;
	top:5px;
	color:#ffffff;
	font-size:16px;
	padding:1px 12px;
	display:inline-block;
	background-color:#ff3209;
	font-family: 'Berkshire Swash', cursive;
}

.price-block-three .inner-box .price{
	position:absolute;
	left:0px;
	width:121px;
	height:103px;
	color:#ffffff;
	font-size:30px;
	line-height:103px;
	text-align:center;
	background:url(../images/icons/price-bg-1.png) no-repeat;
	font-family: 'Berkshire Swash', cursive;
}

.price-block-three .inner-box h3{
	position:relative;
	font-size:30px;
	line-height:1.4em;
	margin-bottom:14px;
	padding-right:60px;
}

.price-block-three .inner-box h3 a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.price-block-three .inner-box h3 a:hover{
	color:#ff3209;
}

.price-block-three .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	opacity:0.80;
	line-height:1.8em;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:100px 0px 100px;
}

.gallery-section .pattern-layer{
	position:absolute;
	left:0px;
	top:-50px;
	right:0px;
	height:631px;
	background-repeat:repeat-x;
}

.gallery-section .filters{
	margin-bottom:50px;
}

.gallery-section .filters .filter-tabs{
	position:relative;
	text-align:center;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    margin: 0px 10px;
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    color: #161616;
    z-index: 1;
	width:170px;
	height:130px;
    cursor: pointer;
	margin-bottom:10px;
    padding: 32px 22px 12px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	font-family: 'Berkshire Swash', cursive;
}

.gallery-section .filters li .icon{
	position:relative;
	display:block;
	font-size:40px;
	margin-bottom:15px;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color: #ffffff;
    background-color:#ff3209;
}

.menu-block.mix{
	display:none;
}

/*** 

====================================================================
	Menu Detail Section
====================================================================

***/

.menu-detail-section{
	position:relative;
	padding:120px 0px 100px;
	background-color:#150f0e;
}

.menu-detail-section .pattern-layer{
	position:absolute;
	left:0px;
	top:110px;
	right:0px;
	bottom:0px;
	background-position:center top;
	background-repeat:no-repeat;
}

.menu-detail-section .image{
	position:relative;
}

.menu-detail-section .image img{
	position:relative;
	width:100%;
	display:block;
}

.menu-detail-section .lower-content{
	position:relative;
	padding-top:35px;
}

.menu-detail-section .lower-content h3{
	position:relative;
	color:#ffffff;
}

.menu-detail-section .lower-content .bold-text{
	position:relative;
	font-size:24px;
	opacity:0.80;
	color:#ffffff;
	line-height:1.5em;
	margin-top:20px;
	margin-bottom:20px;
}

.menu-detail-section .lower-content p{
	position:relative;
	color:#ffffff;
	font-size:16px;
	opacity:0.90;
	line-height:1.7em;
	margin-bottom:20px;
}

.menu-detail-section .lower-content .pattern-image{
	position:relative;
	text-align:center;
}

.menu-detail-section .lower-content h4{
	color:#ffffff;
	font-weight:400;
	margin-bottom:22px;
}

.menu-detail-section .lower-content .gramns-options{
	position:relative;
	margin-bottom:20px;
}

.menu-detail-section .lower-content .gramns-options li{
	position:relative;
	margin-bottom:6px;
	color:#ffffff;
	font-size:16px;
}

.menu-detail-section .lower-content .gramns-options li span{
	position:relative;
	width:200px;
	display:inline-block;
}

.menu-detail-section .lower-content .gramns-options li:last-child{
	margin-bottom:0px;
}

.menu-detail-section .lower-content .social-box{
	position:relative;
}

.menu-detail-section .lower-content .social-box li{
	position:relative;
	margin-right:20px;
	display:inline-block;
}

.menu-detail-section .lower-content .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.menu-detail-section .lower-content .social-box li a:hover{
	color:#ff3209;
}

.menu-detail-section .lower-content .btn-box{
	margin-top:30px;
}

/*** 

====================================================================
	Menu Related Section
====================================================================

***/

.menu-related-section{
	position:relative;
	padding:100px 0px 100px;
}

.menu-block-two{
	position:relative;
	margin-bottom:30px;
}

.menu-block-two .inner-box{
	position:relative;
}

.menu-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ff3209;
}

.menu-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block; 
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-block-two .inner-box:hover .image img{
	opacity:0.60;
	transform:scale(1.05,1.05);
}

.menu-block-two .inner-box .lower-content{
	position:relative;
	padding-top:28px;
}

.menu-block-two .inner-box .lower-content .category{
	position:relative;
	color:#00ac41;
	font-size:16px;
}

.menu-block-two .inner-box .lower-content h4{
	font-weight:400;
	margin-top:6px;
}

.menu-block-two .inner-box .lower-content h4 a{
	position:relative;
	color:#150f0e;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.menu-block-two .inner-box .lower-content h4 a:hover{
	color:#ff3209;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 5px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:45px;
	height:50px;
	color:#ffffff;
	font-size:15px;
	font-weight:400;
	line-height:50px;
	text-align:center;
	border-radius:0px;
	display:inline-block;
	background-color:#2e2524;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	background-color:#00ac41;
}

.styled-pagination li.next a{
	width:80px;
	height:50px;
	color:#ffffff;
	background-color:#00ac41;
}

.news-page-section{
	position:relative;
	padding:100px 0px 130px;
	background-color:#150f0e;
}

.news-page-section .styled-pagination{
	margin-top:20px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	/*padding:100px 0px 90px;*/
	background-color:#150f0e;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

/*Search Box Widget*/

.sidebar .search-box{
	padding:25px 20px;
	background-color:#1f1716;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 25px 10px 50px;
	background:none;
	display:block;
	font-size:16px;
	width:100%;
	height:52px;
	color:#ffffff;
	border-radius:0px;
	border:2px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	left:0px;
	top:0px;
	height:52px;
	width:60px;
	display:block;
	font-size:16px;
	color:#ffffff;
	border-radius:0px;
	line-height:100%;
	font-weight:normal;
	background:none;
	cursor:pointer;
}

.sidebar-widget{
	margin-bottom:40px;
}

.sticky-top{
	z-index:1;
	top:90px;
}

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:13px;
}

.blog-cat li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li a:hover{
	color:#00ac41;
}

/* Sidebar Title */

.sidebar-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title h4{
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3em;
	display:block;
    text-transform: capitalize;
}

/* Post Widget */

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:105px;
	margin-bottom:25px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
	 border-radius:50%;
	overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:20px;
	margin:0px 0px 0px;
	font-weight:400;
	color:#ffffff;
	line-height:1.4em;
	text-transform:capitalize;
	font-family: 'Berkshire Swash', cursive;
}

.sidebar .popular-posts .post .text a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#ff3209;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#ffffff;
	font-weight:400;
	margin-top:4px;
}

.blog-detail{
	position:relative;
}

.blog-detail .inner-box{
	position:relative;
}

.blog-detail .inner-box h3{
	position:relative;
	color:#ffffff;
	margin-bottom:25px;
}

.blog-detail .inner-box .image{
	position:relative;
	margin-bottom:35px;
}

.blog-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-detail .inner-box .post-info{
	position:relative;
	margin-bottom:30px;
}

.blog-detail .inner-box .post-info li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-right:20px;
	display:inline-block;
	font-family: 'Berkshire Swash', cursive;
}

.blog-detail .inner-box .post-info li:last-child{
	margin-right:0px;
}

.blog-detail .inner-box p{
	position:relative;
	color:#ffffff;
	opacity:0.80;
	font-size:16px;
	margin-bottom:18px;
}

.blog-detail .inner-box blockquote{
	font-size:24px;
	line-height:1.4em;
	padding-left:30px;
	margin-top:25px;
	margin-bottom:30px;
	color:rgba(255,255,255,0.80);
	border-left:10px solid #00ac41;
	font-family: 'Berkshire Swash', cursive;
}

/* post share options */

.blog-detail .post-share-options{
	position:relative;
	margin-top: 40px;
	padding:25px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.blog-detail .post-share-options .tags{
	position:relative;
	float:left;
}

.blog-detail .post-share-options .tags li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.blog-detail .post-share-options .tags li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	border-radius:50px;
	display:inline-block;
	padding:9px 20px 6px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	text-transform:capitalize;
	background-color:#00ac41;
}

.blog-detail .post-share-options .tags li a:hover{
	color:#ffffff;
	background-color:#ff3209;
}

.blog-detail .social-box{
	position:relative;
}

.blog-detail .post-share-options .social-box li{
	position:relative;
	margin-left:5px;
	display:inline-block;
}

.blog-detail .post-share-options .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	display:block;
	color:#ffffff;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	background-color:#fe4c1c;
}

.blog-detail .post-share-options .social-box li.facebook a{
	background-color:#4661c5;
}

.blog-detail .post-share-options .social-box li.twitter a{
	background-color:#44b1e4;
}

.blog-detail .post-share-options .social-box li.linkedin a{
	background-color:#ff2e2e;
}

.blog-detail .post-share-options .social-box li.pinterest a{
	background-color:#0073b0;
}

.blog-detail .more-posts{
	position:relative;
	padding:30px 0px 30px;
}

.blog-detail .more-posts h4{
	position:relative;
	font-weight:400;
	margin-bottom:15px;
}

.blog-detail .more-posts h4 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.blog-detail .more-posts .arrow:hover,
.blog-detail .more-posts h4 a:hover{
	color:#00ac41;
}

.blog-detail .more-posts .arrow{
	position:relative;
	font-size:26px;
	line-height:1em;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h5{
	color:#ffffff;
	font-weight:400;
	margin-bottom:30px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 30px;
	margin-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:120px;
	padding:5px 0px 0px 110px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:60px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	border-radius:50%;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:400;
	color:#ffffff;
	display:block;
	line-height:1.3em;
	text-transform:capitalize;
	font-family: 'Berkshire Swash', cursive;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#ffffff;
	opacity:0.70;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:15px;
	padding-top:0px;
	max-width:560px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:15px;
	color:#ffffff;
	opacity:0.40;
	margin-top:10px;
	display:block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:relative;
	font-size:15px;
	color:#b0b1c4;
	font-weight:400;
	padding:6px 18px;
	text-transform:capitalize;
	border:1px solid rgba(255,255,255,0.50);
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:#ffffff;
	border-color:#ff3209;
	background-color:#ff3209;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .group-title{
	margin-bottom:30px;
}

.comment-form .group-title h5{
	margin-bottom:15px;
}

.comment-form .group-title .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.comment-form .form-group{
	margin-bottom:30px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.10);
	height:55px;
	font-size:15px;
	border-radius:0px;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#ffffff;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.10);
	height:185px;
	background:none;
	resize:none;
	font-size:15px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:17px 42px 14px;
	border-radius:50px;
	display:inline-block;
	background-color:#00ac41;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn:hover{
	background-color:#ff3209;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:100px 0px 110px;
	background-color:#150f0e;
}

.contact-page-section .pattern-layer{
	position:absolute;
	left:0px;
	top:180px;
	right:0px;
	height:631px;
	width:100%;
}

.contact-page-section .title{
	position:relative;
	max-width:930px;
	margin-bottom:90px;
}

.contact-page-section .title h3{
	position:relative;
	color:#ffffff;
	font-size:36px;
}

.contact-page-section .form-column{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	padding:40px 35px;
	background-color:#f3f3f3;
}

.contact-page-section .form-column .circle-box{
	position:absolute;
	left:-45px;
	bottom:-70px;
	width:670px;
	height:670px;
	z-index:-1;
	border-radius:50%;
	display:inline-block;
	background-color:#1b1513;
}

.contact-page-section .form-column .arrow-layer{
	position:absolute;
	left:10%;
	top:-6px;
	width:72px;
	height:71px;
	background-repeat:no-repeat;
}

.contact-page-section .form-column .pattern-layer-one{
	position:absolute;
	right:-50px;
	top:-30px;
	width:106px;
	height:70px;
	z-index:-1;
	background-repeat:no-repeat;
}

.contact-page-section .form-column .pattern-layer-two{
	position:absolute;
	left:-50px;
	bottom:-20px;
	width:106px;
	height:153px;
	z-index:-1;
	background-repeat:no-repeat;
}

.contact-page-section .form-column .title-box{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.contact-page-section .form-column .title-box h3{
	position:relative;
	color:#181818;
	font-weight:400;
}

.contact-page-section .form-column .title-box .text{
	position:relative;
	color:#181818;
	font-size:16px;
	line-height:1.8em;
	margin-top:15px;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#000000;
	height:55px;
	font-size:15px;
	border-radius:0px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#ffffff;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#000000;
	height:185px;
	background:#ffffff;
	resize:none;
	font-size:15px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:17px 42px 14px;
	border-radius:0px;
	display:inline-block;
	text-transform:uppercase;
	background-color:#00ac41;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn:hover{
	background-color:#ff3209;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
	padding-left:60px;
}

.contact-page-section .info-column .text{
	position:relative;
	font-size:18px;
	color:#ffffff;
	opacity:0.80;
	line-height:1.7em;
	margin-bottom:20px;
}

.contact-page-section .info-column .contact-info-list{
	position:relative;
}

.contact-page-section .info-column .contact-info-list li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.5em;
	margin-bottom:30px;
	line-height:1.8em;
}

.contact-page-section .info-column .contact-info-list li a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-page-section .info-column .contact-info-list li span{
	position:relative;
	color:#ff3209;
	display:block;
	margin-bottom:4px;
}

.contact-page-section .info-column .contact-info-list li a:hover{
	color:#ff3209;
}



/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	z-index: 9;
	padding:100px 0px 120px;
	background-repeat:repeat;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;
}

.cart-section .cart-table tbody tr{
	border-bottom:1px solid #eeeeee;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#fef8f5;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:700;
	color:#100c0b;
	font-size:16px;
	text-transform:capitalize;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:40px 40px 40px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
	padding-left:10px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#f5f5f5;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:100px;
	padding-left:130px;
	padding-top:40px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h6{
	color:#222222;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
	font-size:18px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#ff4a19;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:10px;
	line-height:14px;
	width:14px;
	height:14px;
	margin-right:8px;
	background:#f0f0f0;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove{
	
}

.cart-table tbody tr .remove-btn:hover{
	
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:#fa9928;
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td.price{
	font-size:18px;
	font-weight:400;
	color:#222222;
	padding-left:10px;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
    color: #727272;
    font-size: 16px;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#3e4494;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn{
	font-size:14px;
	padding:14px 43px;
	font-weight:400;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	padding-right:140px;
}

.cart-section .apply-coupon .form-group .coupon-btn{
	padding:11px 28px;
	line-height:30px;
	cursor:pointer;
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 20px;
	height:54px;
	width:230px;
	background:#fef7f3;
	font-size:16px;
}

.cart-section .apply-coupon .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	padding:14px 30px;
	background-color:#5caf49;
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;
}

.cart-section .sec-title h2{
	font-size:26px;
	color:#222222;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical{
	width:auto;
	right: 0px;
	position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
	position:absolute;
	top:-3px;
    content: "\f106";
	font-size: 18px;
	line-height:1em;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	line-height:12px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.cart-total-box{
	position:relative;
}

.cart-total-box h4{
	color:#222222;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:25px;
}

.totals-table{
	position:relative;
}

.totals-table li{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;
}

.totals-table li .col{
	float:right;width:auto;
}

.totals-table li .col-title{
	font-weight:600;
	float:left;
	padding:0px;
}

.totals-table li.total{
	margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

.checkout-btn{
	color:#ff4a19;
	font-size:16px;
	font-weight:400;
	cursor: pointer;
	background:none;
	margin-top:20px;
	padding:17px 43px 14px;
	border:1px solid #ff4a19;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.checkout-btn:hover{
	color:#ffffff;
	background-color:#ff4a19;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	z-index: 9;
	background-repeat:repeat;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:20px 28px 18px;
	background:#fef8f5;
	color:#797979;
	font-size:17px;
	font-weight:600;
}

.checkout-page .default-links li a{
	color:#5caf49;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
}

.shop-form .sec-title h2{
	font-size:24px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .sec-title{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#797979;	
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#faf7f6;
	line-height:16px;
	padding:10px 20px;
	height:50px;
	font-size:15px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#5caf49;	
}

/* Shop Order Box */

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section{
	position:relative;
	padding:100px 0px 60px;
	background-repeat:repeat;
}

.register-section .form-column{
	margin-bottom:40px;	
}

.register-section .form-column .title-box{
	position:relative;
	margin-bottom:30px;	
}

.register-section .form-column .title-box h3{
	color:#222222;
}

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:14px;
	color:#848484;
}

.styled-form .social-links a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.styled-form .social-links .facebook{
	background:#3b5998;	
}

.styled-form .social-links .twitter{
	background:#33ccfe;	
}

.styled-form .social-links .google-plus{
	background:#dd4b39;	
}


.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

/*custom css*/


/*Aboutus*/
.about-image {
    text-align: center;
    position: relative;
    z-index: 1;
}
.about-image .shape-image {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    z-index: -1;
}


.testimonial{
/*   background-image: linear-gradient( */
/*90deg*/
/* , rgb(191 115 31) 0%, rgb(225 223 34 / 99%) 100%);*/
   /* padding: 30px 40px 30px 90px;
    margin: 49px 50px 50px 10px;*/
    border-radius: 0 85px 85px 0;
    color: #fff;
    position: relative;
}
.testimonial .pic{
    width: 190px;
    height: 190px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid #c3811f;
    position: absolute;
    /*top: -15px;*/
    left: -100px;
    overflow: hidden;
}
.testimonial .testimonial-title{
    display: inline-block;
    width: 25%;
    /*float: left;*/
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 20px;
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.5);
}
.testimonial .testimonial-title small{
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.testimonial .description{
    display: inline-block;
    width: 85%;
    font-size: 16px;
    color: #fff;
    
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
    text-align: justify;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: #fff;
}
.testimonial .description:after{
    content: "\f10e";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 5px;
}

@media only screen and (max-width: 767px){
    .testimonial{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .testimonial .pic{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .testimonial .testimonial-title{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .testimonial .description{
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .testimonial{ padding: 100px 30px 30px; }
}

section .headul {
    margin: 50px auto 42px auto;
}

section.bg-image .headul:before,
section.bg-image .headul:after{
    background-color: #ffc107;
}

section.white-text .headul:before,
section.white-text .headul:after{
    background-color: #ffffff;
}

section .headul:before {
    content: " ";
    width: 220px;
    height: 2px;
    background-color: #0054e6;
    margin: 0 auto;
    display: block;
}

section .headul:after {
    margin: 0 auto;
    content: " ";
    width: 60px;
    height: 6px;
    background-color: #0054e6;
    display: block;
}

#curve-svg {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#curve-svg path {
    fill: #191919;
}

#curve-svg-one {
    pointer-events: none;
    position: absolute;
    /*top: 0;
    left: 0;*/
    z-index: 1;
    transform:rotate(180deg);
}

#curve-svg-one path {
    fill: #191919;
}

/* zodiec sign css start */
.as_zodiac_sign_wrapper{
  /*  background-image: url('http://kamleshyadav.com/html/astrology/version-2/assets/images/bg3.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background:#191919;
}
.as_sign_img img{
    margin: 0 auto;
}
/*.as_sign_ul {
    margin-right: 0;
    padding: 0;
    list-style: none;
}*/
.as_sign_ul .list-one{
	margin-left: -185px;
}
.as_sign_ul .list-two{
	    margin-left: -140px;
}

.as_sign_ul .list-three{
	    margin-left: -150px;
}

.as_verticle_center {
    display: flex;
    align-items: center;
}
.as_sign_ul li{
    margin-top: 40px;
}
.as_sign_box {
   background-image: linear-gradient( 90deg
 , rgb(191 115 31) 0%, rgb(225 223 34 / 99%) 100%);
    max-width: 230px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}
.as_sign_box >a{
    display: flex;
    align-items: center;
    cursor:default;
}
.as_sign_box .as_sign {
    background-color: #e9aa4a;
    height: 80px;
    width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 38px;
    position: relative;
    transition: all 0.2s linear;
}
.as_sign_box h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 2px;
        color: #191919;
}
.as_sign_box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.as_sign_box:after,.as_sign_box:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #dbd021; 
} 

.as_sign_box:before{
    left:auto;
    right: 100%;
    border-left: none;
    border-right: 20px solid #c48320;

}
.as_sign_box .as_sign:after,.as_sign_box .as_sign:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 18px solid #e9aa4a;
 
} 
/*.as_sign_box:hover {
    background-color: red;
}*/
.as_sign_box:hover:after{
    border-left-color: #dbd021;
}
.as_sign_box:hover:before{
    border-right-color: #c48320 ;
}
.as_sign_box:hover .as_sign {
    background-color: #785427;
}
.as_sign_box:hover .as_sign:after{
    border-left-color: #785427;
}
.as_sign_box:hover .as_sign:before{
    border-right-color: #785427;
}
.as_sign_box .as_sign:before{
    left:auto; 
    right: 100%; 
    border-left: none; 
    border-right: 18px solid #e9aa4a;
}
.as_sign_ul li:first-child,.as_sign_ul li:last-child  {
    transform: translateX(200px);
}
.as_sign_ul li:nth-child(2), .as_sign_ul li:nth-child(5) {
    transform: translateX(100px);
    z-index: 1;
}
.as_sign_ul.as_sign_ul_right li:first-child,.as_sign_ul.as_sign_ul_right li:last-child  {
    transform: translateX(-200px);
}
.as_sign_ul.as_sign_ul_right li:nth-child(2),.as_sign_ul.as_sign_ul_right li:nth-child(5) {
    transform: translateX(-100px);
}
.as_sign_img img {
   -webkit-animation: rotation 10s infinite linear;
   /* width: 100%;*/
}
.as_sign_ul_right {
       margin-left: 110px;
    width: 100%;

}
.as_padderBottom80 {
    padding-bottom: 80px;
}
.as_padderTop80 {
    padding-top: 80px;
}

.heading h3 {
    font-size: 60px;
    font-family: bb;
    color: white;
    -webkit-text-stroke-color: #0052d4;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 2px 0 #0052d4;
    position: relative;
    padding-bottom: 8px;
        font-family: 'Overpass', sans-serif;
        font-weight: 800;
}
.heading h3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: none;
    border: 3px solid #0054e6;

}

.owl-nav{
	display: none;
}

.footer-column .content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
}
.footer-column .content-item > .icon {
    width: 40px;
    min-width: 40px;
}
.cls-1 {
    fill: #0056d6;
    fill-rule: evenodd;
}
.footer-column .content-item:first-child .text a {
    display: block;
    font-size: 18px;
    font-weight:600;
    line-height: 1.3;
    color: #fff;
    font-family: "Overpass"
}
.footer-column .footer__top-blocks a {
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Overpass', sans-serif;
   



}
.shimmer {
  color: rgba(255,255,255,0.1);
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background-size: 125px 100%;
    -webkit-background-clip: text;
    animation-name: shimmer;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222;
    }
     @-moz-keyframes shimmer {
         0% {
         background-position: top left;
         }
         100% {
         background-position: top right;
         }
         }
         @-webkit-keyframes shimmer {
         0% {
         background-position: top left;
         }
         100% {
         background-position: top right;
         }
         }
         @-o-keyframes shimmer {
         0% {
         background-position: top left;
         }
         100% {
         background-position: top right;
         }
         }
         @keyframes shimmer {
         0% {
         background-position: top left;
         }
         100% {
         background-position: top right;
         }
         }

         

  /*breadcrump*/

  .inner-hero {
    padding-top: 225px;
    padding-bottom: 75px;
    position: relative;
}
.bg_img {
    background-size: cover;
    background-position: center;
}
.inner-hero:before{
	position: absolute;
    content: "";
    background-color: #1a1a1acc;
    background-size: 200% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inner-hero .page-title-breadcrump {
    font-size: 40px;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
    margin:10px 0;
}
.page-list {
   
    display: flex;
   
    flex-wrap: wrap;
}
.page-list li {
    padding: 3px 8px;
    text-transform: uppercase;
    color: #ffffff;
}
.page-list li a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}
.page-list li::after {
    content: "\f138";
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-left: 15px;
}
.page-list li {
    padding: 3px 8px;
    text-transform: uppercase;
    color: #ffffff;
}

/*Aboutus*/
#content-column-one{
  margin-top:20px;
}
.about-company-slider {
    padding-bottom: 0;
    margin-bottom: 40px;
    margin:5%;
}
.about-slider-images-section-inner {
    float: right;
    z-index: 9;
    position: relative;
    padding: 0 0 14% 14%;
}
.about-slider-images-section-inner img {
    border: 20px solid #FFFFFF;
    width: 100%;
    padding: 3%;
}
.exprience-wrap {
   width: 275px;
    height: 190px;
    right: 16%;
    position: absolute;
    bottom: 13px;
    z-index: 111;
}

.exprience-b {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    background-image:linear-gradient(to right, rgb(0 85 201), rgb(18 43 78));
    position: relative;
}

.exprience-b:before {
    position: absolute;
    left: 21px;
    top: 15px;
    width: 85%;
    height: 80%;
    border: 1px dashed #fff;
    content: "";
}

.exprience-wrap h2 {
    font-size: 90px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 100px;
}

.exprience-wrap span {
    color: #fff;
    display: block;
}

/*about 2*/


.wpo-about-area-2 {
    padding: 10px 0;
    background: #191919;
}
.custom-container {
    width: 1720px;
    max-width: 100%;
}

.about-s2-img {
 padding: 28px;
    text-align: center;
    box-shadow: 0px 16px 9.8px 9.2px rgb(25 89 181 / 47%);
    margin-top: -100px;
    background: #ffffff;
    z-index: 11;
    position: relative;
}

.wpo-about-area-2 .wpo-about-text {
    padding: 30px 0;
}
.wpo-about-text {
    padding-left: 30px!important;
}
@media(max-width: 991px){
  .wpo-about-text {
        padding-left: 0px!important;
    }  
}
.about-s2-wrap {
    background: #161616;
    /*padding-bottom: 100px;*/
}
.aboutme{
    color: #0353c6!important;
    font-size: 27px;
    position: relative;
}

/*certiifcates*/
.demo-body {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #191919;
}

.demo-body-title {
    text-align: center;
}

.demo-body-title h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.demo-content {
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.demo-img {
    display: inline-block;
    border: 2px solid rgb(136 116 71);
    transform: translateY(0);
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.08);
    transition-property: box-shadow, -webkit-transform;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform;
    transition: .25s cubic-bezier(.215, .61, .355, 1);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.demo-img::before,
.demo-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: -100%;
       background-image: linear-gradient( 90deg , rgb(191 115 31) 0%, rgb(225 223 34 / 99%) 100%);
    z-index: 5;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.demo-img::after {
    top: 100%;
    left: 100%;
}

.demo-content:hover .demo-img {
    transform: translateY(5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
}

.demo-content:hover .demo-img::before,
.demo-content:hover .demo-img::after {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
}

.demo-img img {}

.demo-name {
    font-size: 18px;
    font-weight: 450;
    line-height: 30px;
    color: #1A2B48;
    text-align: center;
    margin-top: 20px;
    transition: all 0.3s;
}

.demo-content:hover .demo-name {
    color: #ff007a;
}

.demo-content:hover .btn-preview {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
}

.btn-preview {
    font-size: 15px;
   font-family: 'Dosis';
    font-weight: 700;
    background: #161616;
    color: #fff;
    padding: 15px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    border-radius: 30px;
    border: 2px solid rgb(212 184 88);
    transition: all .4s;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase;
}

.btn-preview:hover {
    background: #bdb065;
    color: #191919;
    border-color: #fff;

}


/*TESTIMONIALS*/

/*.testimonial{
    border: 10px solid #f8edd0;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
    position: relative;
    background: #161616;

}
.testimonial:before{
     content: "\f10d";
    font-family: 'FontAwesome';
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #f1971f;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    display: none;
}
.testimonial .title{
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #161616;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.testimonial .title:before{
    content: "";
    border-top: 15px solid #f8edd0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.testimonial .title:after{
    content: "";
    border-top: 15px solid #f8edd0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}*/
.testimonial .description{
   /* padding: 0 20px;*/
    margin: 0;
    font-size: 16px;
  /*  color: #6f6f6f;*/
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 400;
        font-family: 'Overpass', sans-serif;
    
}


/*services*/

.content {
  /*padding: 75px 0 0 0;*/
    background: transparent;
}

.panel {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}
.panel h4 {
    font-size: 16px;
}
.panel h4 a{
	color: #eaca60;
    font-size: 26px;
    font-weight: 600;
}
.panel .panel-img {
    position: relative;
}
.service-title a{
color: #eaca60;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-text{
position: relative;
    color: #fff;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 20px;
    font-size: 17px;
    font-family: 'Overpass', sans-serif;
    text-align: justify
}
.panel .panel-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.panel .panel-img .img img {
    position: relative;
    z-index: 2;
}
.panel .panel-img .img img:hover {
    transform: scale(0.95);
}
.panel .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background: #292929;

}
#image{
    width: 100%;
    height: auto;
}
#image{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
   
    color: #fff;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-30 {
    margin-bottom: 30px;
}




/*Contact Form*/
 .contact-one .contact-info {
     margin-left: -50px;
     padding: 60px;
     position: relative;
     z-index: 1;
}
 .contact-one .contact-info:after {
     content: '';
     position: absolute;
     left: -15px;
     top: -15px;
     width: 50px;
     height: 50px;
     background-color: #0353c6;
     z-index: -1;
}
.site-bg-black {
    background-color:#0056c4
}
.site-bg-gray {
    background-color: #eaecf5;
}
 .contact-one .contact-info:before {
     content: '';
     position: absolute;
     left: 10px;
     top: 10px;
     width: 30px;
     height: 30px;
     border-style: solid;
     border-width: 0px 2px 2px 0px;
     border-color: white;
     z-index: -1;
}
 .contact-one .contact-info-section {
     position: relative;
}
 .contact-one .contact-info-section .c-info-column {
     padding: 20px 0px 20px 30px;
     color: white;
}
 .contact-one .contact-info-section .c-info-column span {
     font-weight: 600;
     font-size: 18px;
     display: block;
}
 .contact-one .contact-info-section .c-info-column p {
     margin-bottom: 0px;
  /*   font-family: quattrocento, serif;*/
}
 .contact-form-outer {
     padding: 50px 100px 50px 50px;
}
 .cons-contact-form .form-control {
     border-width: 0px 0px 1px 0px;
     border-style: solid;
     border-color: black;
     height: 52px;
     padding: 10px 0px;
     background-color: transparent;
}
 .cons-contact-form .form-control:focus {
     box-shadow: none;
     background-color: transparent;
}
 .cons-contact-form textarea.form-control {
     padding-top: 15px;
     height: 100px;
     margin-bottom: 40px;
}
.site-button.sb-bdr-dark {
border-right:6px solid #eaecf5;
}
.site-button {
    background-color: #3445c7;
}
.site-button {
    outline: none;
    color: #fff;
    padding: 15px 40px;
    margin: 10px 0; 
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color:#0056c4;
    border: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s all ease;
}

textarea
 {
    width: 100%;
    height: 100px;
   
      border-width: 0px 0px 1px 0px;
     border-style: solid;
     border-color: black;
     height: 80px;
     padding: 10px 0px;
     background-color: transparent;
   
}



.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
    opacity: 1;
    color: #999
}


/*popup*/


.magnific-img img {
    width: 100%;
    height: auto;
}

.magnific-img {
    display: inline-block;
    /*width: 32.3%;*/
    padding: 5px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


    #img-hover {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
     filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    
     
    }

   #img-hover:hover {
      filter: none;
      -webkit-filter: grayscale(0);
     
       
    }
    
    
    .img-hover {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
     filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    
     
    }

    .img-hover:hover {
      filter: none;
      -webkit-filter: grayscale(0);
     
       
    }


/*Video*/

@media only screen and (max-width: 767px){
   .cart-box .btn-style-one{
        display:none;
    }
}


/*PRODUCTS*/

.overflow-hide {
  overflow: hidden;
    margin-bottom: 10px;

    margin-left: -10px;
    margin-right: -10px;
    border-radius: 10px;
}

/*------------------------------
	Project Box Animation
-------------------------------*/

[class^=box-animation-] {
	position: relative;
	display: block;
	margin: 0;
	max-width: 100%;
	background-image: linear-gradient( 90deg, rgb(0 84 212) 0%, rgb(75 140 221 / 99%) 100%);
	overflow: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[class^=box-animation-] img {
	width: 100%;
}

[class^=box-animation-] .box-inner-content {
	background-color: rgba(255, 255, 255, .9);
	padding: 20px;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

[class^=box-animation-],
[class^=box-animation-] *,
[class^=box-animation-] :after,
[class^=box-animation-] :before,
[class^=box-animation-]:after,
[class^=box-animation-]:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .35s ease;
	transition: all .35s ease
}

[class^=box-animation-one]:before {
	opacity: 0;
	background: inherit;
	position: absolute;
	content: '';
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

[class^=box-animation-one] .box-inner-content {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
[class^=box-animation-one] .box-inner-content .sx-tilte{
	margin-bottom: 5px;
	
}
[class^=box-animation-one] .box-inner-content .sx-tilte a{
	font-family: 'Overpass', sans-serif;
	color:#000;

}

[class^=box-animation-one] .box-inner-content .m-b0{
font-family: 'Overpass', sans-serif;
color:#000;
font-weight: 600;
font-size:20px;
}





[class^=box-animation-one]:hover:before {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

[class^=box-animation-one]:hover .box-inner-content {
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.box-animation-one:before {
	top: 50%;
	bottom: 50%;
	left: -35%;
	right: -35%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.box-animation-one:hover:before {
	top: -50%;
	bottom: -50%
}

.box-inner-content i {
	display: inline-block;
	margin-top: 20px;
	width: 70px;
	height: 70px;
	position: relative;
}

.box-inner-content i:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background-color: #0052d4;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.box-inner-content i:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 0px;
	background-color: #0052d4;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.box-animation-one:hover .box-inner-content i:after {
	width: 70px;
}

.box-animation-one:hover .box-inner-content i:before {
	height: 70px;
}

@media only screen and (max-width:991px){
	.box-animation-one:hover .box-inner-content i:before{
		height: 30px;
	}
	.box-animation-one:hover .box-inner-content i:after {
		width: 35px;
	}	
	.box-inner-content i {
		margin-top: 10px;
		width: 35px;
		height: 35px;
	}
}


.full-landing-image {
	width: 100%;
}/*____Clients logo grid
======================================*/

.client-grid {
	position: relative;

	overflow: hidden;
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 0px 1px 1px;
}

.client-logo-pic {
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 0px 0px;
}

.client-logo-pic * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.client-logo-pic:before,
.client-logo-pic:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #fff;
	content: '';
	opacity: 0.9;
	z-index: 1;
}

.client-logo-pic:before {
	-webkit-transform: skew(0deg) translateX(-155%);
	transform: skew(0deg) translateX(-155%);
}

.client-logo-pic:after {
	-webkit-transform: skew(0deg) translateX(155%);
	transform: skew(0deg) translateX(155%);
}

.client-logo-pic img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 2;
	opacity: 0.2;
}

.client-logo-pic div {
	top: 30px;
	left: 60px;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(-20%, -20%);
	transform: translate(-20%, -20%);
	opacity: 0;
}

.client-logo-pic span {
	white-space: nowrap;
	background-color: #fff;
}

.client-logo-pic:hover>img {
	opacity: 1;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.client-logo-pic:hover:before {
	-webkit-transform: skew(0deg) translateX(-50%);
	transform: skew(0deg) translateX(-50%);
}

.client-logo-pic:hover:after {
	-webkit-transform: skew(0deg) translateX(50%);
	transform: skew(0deg) translateX(50%);
}

.client-logo-pic:hover div {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.client-logo-pic:hover {
	transform: scale(1);
}

.client-logo-pic2{
	text-align: center;
	display: block;
}

.client-logo-pic2 img{
	margin: 0px auto;
}

.grid-5 [class*="col-"] {
	max-width: 20%;
}

.grid-4 [class*="col-"] {
	max-width: 25%;
}

.grid-3 [class*="col-"] {
	max-width: 33.33%;
}

.grid-2 [class*="col-"] {
	max-width: 50%;
}
@media only screen and (max-width: 1365px) {
	.grid-5 [class*="col-"] {
		max-width: 25%;
	}
}
@media only screen and (max-width: 1200px) {
	.grid-5 [class*="col-"] {
		max-width: 33.333%;
	}
}

@media only screen and (max-width: 1024px) {
	.grid-5 [class*="col-"] {
		max-width: 33.333%;
	}
}

@media only screen and (max-width: 991px) {
	.grid-5 [class*="col-"],
	.grid-4 [class*="col-"],
	.grid-3 [class*="col-"] {
		max-width: 50%;
	}
}

@media only screen and (max-width: 640px) {
	.grid-5 [class*="col-"],
	.grid-4 [class*="col-"],
	.grid-3 [class*="col-"] {
		max-width: 100%;
	}
}

.column-grid-4 .container {
	max-width: 100%;
	padding: 0px 80px;
}

.column-grid-5 .container {
	max-width: 100%;
	padding: 0px 80px;
}

@media only screen and (max-width: 480px) {
	.column-grid-4 .container {
		padding: 0px 15px;
	}
	.column-grid-5 .container {
		padding: 0px 15px;
	}
}

.buy-now-btn {
    left: 30px;
    z-index: 11;
    bottom: 15%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffff !important;
    /*background-color: #8dc63f;*/
    padding: 8px 20px 8px;
    font-size: 14px;
    font-weight: 500;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

}
@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner { position: relative;}
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.align-center { position: absolute; top: 50%; width: 100%; z-index: 9; }
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item { height: 100%; }
.banner-2{padding: 8rem 0}
.banner-bg { width: 50%; height: 120%; position: absolute; z-index: -1; right: -50px; border-top-left-radius: 50%; border-bottom-left-radius: 50%; z-index: 9; overflow: hidden; }
.bnr-title { font-weight: 900; color: transparent; font-size: 10rem; text-align: center; line-height: 12rem; background: url("../images/bg/04.jpg") repeat; background-size: 200px auto; background-position: 40% 50%; -webkit-background-clip: text; position: relative; animation: background-2 10s infinite linear;}
.bnr-title.large { font-size: 25rem; line-height: 25rem }
.bnr-title2 { background: -webkit-linear-gradient(transparent, transparent), url(../images/bg/bubbles.png) repeat; background-size: 200px auto; -webkit-text-fill-color: transparent; -webkit-background-clip: text; animation: background 10s infinite linear; font-size: 110px; line-height: 130px; background-color: #0a1245; }
.error-page .bnr-title2 { font-size: 300px; line-height: 300px; }
/*.gradient-bg {
    background: #0083ff;
    background: linear-gradient(-58deg, #0083ff 70%, #00f2aa 100%);
}*/
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background-color: #0054e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.arrow-icon {
    position: absolute;
    left: 50%;
    bottom: -115px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid #fff;
    background: #fe8b57;
    margin-left: -25px;
    opacity: 0;
    transform: translateY(-25px);
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
       background: linear-gradient(90deg,rgb(143 188 143) 0,rgb(2 47 40) 97%);
    transition: all .6s ease;
    
}
.single-feature:hover .arrow-icon{
    opacity: 1;
}
.fa-arrow-right:before{
        line-height: 2.5;
}

.hero2-s-6 {
    position: absolute;
        right: 0%;
       /* bottom: 28%;*/
        z-index: -11;
        width: 40%;
}
.name{
    font-family: 'Manrope';
    color: #022f28;
    font-weight: 800;
    font-size: 20px;
}
.mt--20{
        margin: 50px 0;
}

/*Industry*/
.banner-img {
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin: 0 auto;
}
.banner-img .banner-img-box img {
    border-radius: 50%;
    border: 15px solid var(--whiteColor);
}

.banner-img .circle1 {
    position: absolute;
    z-index: -1;
    top: 120px;
    right: -135px;
    height: 52%;
    width: 100%;
    border-radius: 400px 400px 0 0;
    background-color:#0054d7;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
}
.banner-img .circle2 {
    position: absolute;
    z-index: -1;
    bottom: 120px;
    left: -135px;
    height: 52%;
    width: 100%;
    border-radius: 0 0 400px 400px;
    background-color: #0054d7;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
}

/*industry image*/

.industry .img {
  position: relative;
}

.industry .img:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
/*  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);*/
  background: linear-gradient(to right, #0055d1, #0055d7d9, #257ef7);
  border-radius: 15px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.industry .img:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #fff;
  border-radius: 15px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 0.08;
}

.industry .img img {
  border-radius: 15px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}
.content-slide {
  left: 6%;
  padding: 44px 38px;
  color: #fff;
  /*background-color: rgba(0, 0, 0, 0.85);*/
  height: 17%;
  margin: 50px;
  z-index: 111;
  position: absolute;
  top: 22%;
}

.title {
  text-align: center;
    font-size: 60px;
    font-weight:700;
    margin-bottom: 10px;
    font-family: 'Overpass';
    color: #fff;
    text-transform: uppercase;
   
   
}

.niwax-btn3 {
    background-image: linear-gradient(to right,#663ab7,#007dff,#00d7ff,#017cfe);
    box-shadow: 0 4px 15px 0 rgb(90 75 194 / 15%);
}
.niwax-btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Overpass';
    cursor: pointer;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.niwax-btn3:hover {
    background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*** 
=============================================
    Features Style3 Area Style      
=============================================
***/
.features-style3-area {
    position: relative;
    display: block;
    padding: 105px 0;
    z-index: 2;
    background: #191a1c;
}

.single-features-style3{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 40px 45px 45px;
    box-shadow:4.558px 13.237px 24px 0px rgb(181 183 187 / 37%);
    z-index: 2;
    border-radius: 10px;
}
.single-features-style3:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.single-features-style3::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom,#0b3d95,#0853b5);
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.single-features-style3:hover:after{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-features-style3 .icon {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #e9ebf4;
    border-radius: 50%;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .icon{
    background: rgba(233, 235, 244, .15);
}
.single-features-style3 .icon span::before {
    position: relative;
    display: inline-block;
    top: 15px;
    left: -15px;
    color:#0a2040;
    font-size: 75px;
    line-height: 200px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .icon span::before{
    color: #ffffff;
}


.single-features-style3 .inner{
    position: relative;
    display: block;
}
.single-features-style3 .inner .counting{
    position: relative;
    display: block;
}
.single-features-style3 .inner .counting h2{
    font-size: 72px;
    line-height: 70px;
    font-weight: 600;
    opacity: 0.1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: #0355c6;
}
.single-features-style3 .inner .text {
    position: relative;
    display: block;
    padding-top: 7px;
}
.single-features-style3 .inner .text h3{
    color: #13407e;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 3px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .inner .text h3{
    color: #ffffff;
}
.single-features-style3 .inner .text p{
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-align: justify;
    font-size: 16px;
    color: black;
    padding: 10px 0;
    line-height: 24px;
}
.single-features-style3:hover .inner .text p{
    color: #ffffff;
}
.single-features-style3 .inner .readmore-button{
    position: relative;
    display: block;
    margin-top: 24px;
}
.single-features-style3 .inner .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-features-style3 .inner .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 2px;
    color: #2739a7;
    font-size: 20px;
    line-height: 20px;
    padding-right: 10px;
}
.single-features-style3:hover .inner .readmore-button a span::before{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s
}
/*.single-features-style3.martop20 {
    margin-top: 20px;
}*/
.single-features-style3.martop40 {
    margin-top: 40px;
}

/*QUALITY*/
 /*INDUSTRY*/
 .work-process-section{
    position:relative;
    padding:40px 0;
    background: #191919;
}
.work-process-section .bg{
    position:absolute;
    top:0;
    right:0;
    left:0;
    height:550px;
    background-size:cover
}
.work-process-block .inner-box{
    position:relative;
    text-align:center;
    margin-bottom:30px
}
.work-process-block .count{
    position:relative;
    width:60px;
    height:60px;
    text-align:center;
    line-height:60px;
    font-size:20px;
    color:#fff;
    font-weight:700;
    margin:0 auto;
    margin-bottom:50px;
    border-radius:50%;
    transition:.5s;
        font-family: 'Overpass';
}
.work-process-block .count:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    width:60px;
    height:60px;
    border:2px dashed #fff;
    border-radius:50%;
    transition:.5s
}
.work-process-block .icon{
    position:relative;
    background:#fff;
    width:130px;
    height:112px;
    line-height:108px;
    text-align:center;
    font-size:50px;
    color: #0b3776;
    display:inline-block;
    margin-bottom:30px
}
.work-process-block .icon:before{
    position:absolute;
    content:'';
    border:32px solid transparent;
    top:-64px;
    left:50%;
    transform:translateX(-50%)
}
.work-process-block .icon:after{
    position:absolute;
    content:'';
    border:32px solid transparent;
    border-bottom-color:#fff;
    top:-61px;
    left:50%;
    transform:translateX(-50%)
}
.work-process-block h4{
        font-size: 20px;
    font-weight: 500;
    margin: 20px;
    color: #fff;
    font-family: 'Overpass';
    text-transform: capitalize;
}
.work-process-section .bottom-text{
    position:relative;
    font-size:20px;
    font-weight:700;
    text-align:center;
    margin-top:50px
}

.ind-title{
  color: #fff;
    z-index: 1;
    position: relative;
    font-family: Overpass;
    font-size: 25px;

}   

.ind-title-2{
  color: #fff;
    z-index: 1;
    position: relative;
    font-family: 'Overpass';
    font-size: 20px;
    margin: 20px 0;

} 
/*products*/
 /**************************************************/
/* .about-2 */
/**************************************************/
.about-2 {
  position: relative;
  /*height: 916px;*/
  width: 100%;
  /*z-index: 10;*/
  /*background-image: url(../images/jpg/about-us-bg.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-2 > .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 61, 157, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-2 > .video > a {
  margin-top: 230px;
}

.about-2 > .container {
  z-index: 15px;
  position: relative;
  top: -30px;
}

.about-2 > .container > .about-2-card {
  border-radius: 8px;
  margin-top: 50px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
 background-image:linear-gradient(to left, #092f54 250px, #ffffff 1px);
  -webkit-box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
}

.about-2 > .container > .about-2-card > .text {
  padding-top: 20px;
  padding-left: 20px;
  max-width: 550px;
}

.about-2 > .container > .about-2-card > .text > h4 {
  padding-left: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 6.5px;
  color: #333333;
  margin-bottom: 35px;
      font-family: 'Quicksand', ui-sans-serif; 
}

.about-2 > .container > .about-2-card > .text > h1 {
  margin-bottom: 35px;
}

.about-2 > .container > .about-2-card > .text > h2 {
  font-family: "Roboto Bold";
  font-size: 25px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 35px;
}

.about-2 > .container > .about-2-card > .text > p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 35px;
  text-align: justify;
}

.about-2 > .container > .about-2-card > .text > .signature {
  width: 100%;
  margin-top: 35px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-2 > .container > .about-2-card > .text > .signature > img {
  margin-right: 28px;
}

.about-2 > .container > .about-2-card > .text > .signature > h4 {
  font-size: 19px;
  padding-top: 20px;
  font-family: "Roboto Bold";
}

.about-2 > .container > .about-2-card > .text > .signature > h4 span {
  font-family: "Roboto Light";
  font-size: 15px;
  color: #333333;
}

.about-2 > .container > .about-2-card > .img {
  position: relative;
  border-radius: 8px;
  max-width: 418px;
  width: 100%;
  max-height: 559px;
  overflow: hidden;
}

.about-2 > .container > .about-2-card > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-2 > .container > .about-2-card > .img:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*sidebar*/
/*** 

====================================================================
  Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
  position:relative;
  /*padding:75px 0px 70px;*/
      background: #191919;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
  margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
  position:relative;
  padding-left:20px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
  position:relative;
}

.sticky-top{
  top:140px;
  z-index:1;
}

.categories-widget{
  position:relative;
  margin-bottom:40px;
}

.categories-widget .widget-content{
  position:relative;
  padding:35px 30px;
  background-color:#f2f2f2;
  border:1px solid #cccccc;
}

.categories-widget .widget-content h3{
  position:relative;
  color:#222222;
  font-weight:700;
  font-size:20px;
  line-height:1.1em;
  margin-bottom:30px;
  text-transform:uppercase;
         font-family: 'Dosis';
  
}

/* Blog Cat */

.blog-cat{
  position:relative;
  text-transform: uppercase;
}

.blog-cat li{
  position:relative;
  margin-bottom:10px;
  list-style-type: none;
}

.blog-cat li a{
  position:relative;
    color: #212529;    
  font-size:15px;
  padding:18px 30px;
  display:block;
  z-index:1;
  font-weight:700;
  background-color:#ffffff;
  transition:all 500ms ease;
font-family: 'Overpass';
  
}

.blog-cat li a:after{
  position:absolute;
  content:'\f105';
  right:0px;
  top:0px;
  z-index:1;
  color:#fff;
  font-size:20px;
  font-weight:800;
  width:60px;
  height:59px;
  line-height:58px;
  text-align:center;
  font-family: 'FontAwesome';
  background-color:#033678;
  transition:all 500ms ease;
  
}

.blog-cat li.active a:after,
.blog-cat li:hover a:after{
  color:#ffffff;
  background-color:#09264c;
}

.blog-cat li a:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  bottom:0px;
  width:0%;
  height:100%;
  z-index:-1;
  opacity:0;
  transition:all 500ms ease;
    background-image: linear-gradient(to top, #0255c6, #212529);
  /*background-color:#f38a17;*/
}

.blog-cat li a:hover::before{
  width:100%;
  opacity:1;
}

.blog-cat li.active a,
.blog-cat li a:hover{
  color:#ffffff;
}

.blog-cat li:last-child a{
  border-bottom:0px;
}

.blog-cat li.active a:before{
  width:100%;
  opacity:1;
}

/* Broucher Widget */

.broucher-widget{
  position:relative;
  margin-bottom:40px;
}

.broucher-widget .widget-content{
  position:relative;
  padding:35px 35px;
  background-color:#222222;
  border-top:6px solid #ffaa17;
}

.broucher-widget .widget-content h3{
  position:relative;
  color:#ffffff;
  font-weight:700;
  font-size:26px;
  line-height:1.1em;
  margin-bottom:20px;
  text-transform: uppercase;
font-family: 'Zen Kaku Gothic New', sans-serif;
  
}

.broucher-widget .widget-content h3 span{
  position:relative;
  color:#ffaa17;
}

.broucher-widget .widget-content .text{
  position:relative;
  color:#ffffff;
  font-size:18px;
  line-height:1.6em;
  margin-bottom:35px;

}

.broucher-widget .widget-content .files-outer{
  position:relative;
  text-align:right;
      padding-top: 20px;
}

.broucher-widget .widget-content .files-outer a{
  position:relative;
  margin-left:20px;
}
.broucher-widget .widget-content .files-outer a img{
      background: #f18917;
    border-radius: 50%;
    width: 110px;
    padding: 10px;
}


/* Help Widget */

.help-widget .widget-content{
  position:relative;
  padding:45px 45px;
  background-color:#173a2ee8;
  border-top:6px solid #222222;
}

.help-widget .widget-content h3{
  position:relative;
  color:#fff;
  font-weight:700;
  font-size:25px;
  line-height:1.1em;
  margin-bottom:20px;
  text-transform:uppercase;
  
}

.help-widget .widget-content .text{
  position:relative;
  color:#ffffff;
  font-size:16px;
  line-height:1.8em;
  margin-bottom:35px;
}

.help-widget .widget-content .phone{
  position:relative;
  color:#ffffff;
  font-size:18px;
  font-weight:600;
  transition:all 500ms ease;
font-family: 'Zen Kaku Gothic New', sans-serif;
}

.help-widget .widget-content .phone .fa{
  position:relative;
  top:1px;
  color:#fff;
  margin-right:12px;
}

.help-widget .widget-content .phone:hover{
  color:#222222;
}

.service-detail{
  position:relative;
}

.service-detail .inner-box{
  position:relative;
}

.service-detail .inner-box .image{
  position:relative;
  -webkit-filter: grayscale(1);

}
.service-detail .inner-box .image img{border-radius: 20px;}
.service-detail .inner-box .image:hover{
  filter: none;
      -webkit-filter: grayscale(0);
}

.service-detail .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.service-detail .inner-box .lower-content{
  position:relative;
  /*padding-top:35px;*/
}

/*.service-detail .inner-box .lower-content h2{
  position:relative;
  color:#222222;
  font-size:48px;
  font-weight:700;
  line-height:1.2em;
  margin-bottom:20px;
  
}*/


.service-detail .inner-box .lower-content h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 25px;
   text-transform: uppercase;
       font-family: 'Zen Kaku Gothic New', sans-serif;
        margin-top:10px;
    
}

.service-detail .inner-box .lower-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    border-bottom:3px solid #222222;
}

.service-detail .inner-box .lower-content h2:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 0;
    width: 20px;
    border-bottom: 3px solid #222222;
}


.service-detail .inner-box .lower-content p{
  position:relative;
  color: #212529;
  font-size:16px;
  line-height:1.8em;
  margin-bottom:20px;
}

.service-detail .inner-box .lower-content .two-column{
  position:relative;
  margin-bottom:40px;
      padding: 20px;
}

.service-detail .inner-box .lower-content h3{
 position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-family: 'Overpass';
    text-transform: uppercase;
  
}

.service-detail .inner-box .lower-content h4{
 position: relative;
    color: #222222;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-family: 'BebasNeue';
  
}

.service-detail .inner-box .lower-content .service-list{
  position:relative;
  margin-bottom: 50px;
}

.service-detail .inner-box .lower-content .service-list li{
      position: relative;
   color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding-left: 35px;
    margin-bottom: 10px;
    list-style-type: none;
 font-family:'Overpass';
   /*text-transform: uppercase;*/
  
}

.service-detail .inner-box .lower-content .service-list li:before{
  position:absolute;
  content: "\f14e";
  left:0px;
  top:3px;
  font-size:16px;
  color:#fff;
  line-height:1em;
  font-family: 'FontAwesome';
}

/*CATEGORY*/

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

.services-categories {
    position: relative;
    padding: 20px;
}

/*.services-categories li:first-child a:after, .services-categories li:first-child a {
    padding-top: 0;
    top: 0;

}*/
.services-categories li {list-style-type: none;}
.services-categories li a {
   font-size: 20px;
    position: relative;
    background: #fff;
    display: block;
    border-radius: 40px;
    padding: 10px 25px;
    margin-bottom: 10px;
    color: #212529;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 5px 12px 20px 0 rgb(0 0 0 / 5%);
    transition: all .5s;

}

.services-categories li.active a, .services-categories li a:hover {
   /* color: #ed7902;
    border-color: #ed7902;*/
    background-image: linear-gradient(to top, #173a2ee8, #212529);
    color: #fff;
}

/*.services-categories li a:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 0px;
    color: #999999;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}*/
.service-detail .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 45px;
}
.service-detail .content-box {
    position: relative;
    padding: 40px 0 0;
}
.service-detail .content-box p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 15px;
}
.service-detail .service-features {
    position: relative;
    padding-top: 30px;
}

.service-detail .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.feature-block-four {
    position: relative;
    /*margin-bottom: 30px;*/
}

.feature-block-four h4 {
    position: relative;
    font-size: 16px;
}
.service-detail .service-features p {
    margin-bottom: 30px;
}
.service-detail .content-box p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 15px;
}




.services-categories  .txt {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    float:right;
}

.services-categories .txt i {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0e0e29;
    font-size: 16px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.services-categories .txt:hover i {
    transform: rotate(360deg);
}
#slidecaption {
     -webkit-animation-name: spinner; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 2s; 
    animation-name: spinner; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    animation-duration: 2s; 
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d;
}

  /* WebKit and Opera browsers */ @-webkit-keyframes spinner { 
    from 
    { 
        -webkit-transform: rotateY(0deg); 
    } 
    to { 
        -webkit-transform: rotateY(-360deg); 
    } 
} /* all other browsers */ 
@keyframes spinner { 
    from { 
        -moz-transform: rotateY(0deg); 
        -ms-transform: rotateY(0deg); 
        transform: rotateY(0deg); 
    } 
    to 
    { 
        -moz-transform: rotateY(-360deg); 
        -ms-transform: rotateY(-360deg); 
        transform: rotateY(-360deg); 
    
    } 
}

.mapgray{
 
  filter: grayscale(100%) invert(92%) contrast(83%);
}

/*PRODUCT CONTACT FORM*/

.sidebar__contact-info {
  position: relative;
  display: block;
  background: linear-gradient(45deg, #040306 0%, #033678 100%);
  margin-top: 53px;
     padding: 20px 20px 8px;
  z-index: 1;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.sidebar__contact-info .icon {
  position: absolute;
  right: 30px;
  bottom: 8px;
  z-index: -1;
}
.sidebar__contact-info-title {
  color: #ffffff;
  font-size: 20px;
/*  line-height: 32px;*/
   font-weight: 700; 
   font-family: 'Overpass';
    text-align: center;

}
.sidebar__contact-info-text {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 13px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sidebar__contact-info a {
  color: #ffffff;
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sidebar__contact-agent {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgb(195 195 195);
  padding: 20px;
 /* margin: 21px;*/
  /*  top: -20px;*/
}
.sidebar__contact-agent h2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color:#28166f;
}
.sidebar__contact-agent p {
  color: rgba(24,
  21,
  44,
  0.8);
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sidebar__contact-agent .btn {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 20px;
  background: linear-gradient(45deg, #040306 0%, #12386e 100%);
  color: #ffffff;
  font-size: 17px;
  line-height: 33px;
  font-weight: 500;
  text-transform: capitalize;
font-family: 'Overpass';
  transition: all 0.4s linear;
  left: 35%;
  padding-top: 7px;
  padding-bottom: 8px;
      border: 1px solid #fff;
}
.sidebar__contact-agent .btn:hover {
  background: #0e0e29;
}
.sidebar__contact-agent .btn .txt {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  /*font-weight: 600;*/
}
.sidebar__contact-agent .btn i {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0e0e29;
  font-size: 20px;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s linear;
}
.sidebar__contact-agent .btn:hover i {
  transform: rotate(360deg);
}

#logo{
    width:270px;
}

/*RESPONSIVE CSS*/

@media only screen and (max-width: 600px) {
  .about-2 > .container > .about-2-card {
    background: none;
  }
  .testimonial{padding:0;
      margin:0;
  }
  .heading h3{
      font-size: 26px;
  }
  .content{
      padding:0;
  }
  .inner-hero .page-title-breadcrump{
          font-size: 20px;
  }
  .main-header .header-upper .logo-box{
      text-align:left;
  }
  #logo{width: 150px;
    margin: 10px 0;
}
.main-header .header-upper .logo-box {text-align:left!important;}
.main-header .nav-outer{margin-top: -70px!important;}
.order-section{padding: 64px 0 0 28px;}
.banner-bg{display:none;}
#ind-block{padding:0;}
.title {    font-size: 25px;}
.quality-text{padding:0 30px;}
}