/*
  Theme Name: Name - Multipurpose HTML Template
  Author: 
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer 
*/



/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,600,700|Space+Mono:400,700&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
    background: #FFFFFF;
}
#body_bg {
    background: url(../img/body_bg.jpg);
}
#body_wrapper {
    width: 1440px;
    margin: 50px auto;
    border: 1px solid #DDD;
    background-color: #FFFFFF;
}
.container{
    max-width: 1240px;
    margin: 0 auto;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #000000;
	font-size: 22px;
	opacity: 1;
	font-weight: 500;
}
*::placeholder {
	color: #000000;
	font-size: 22px;
	opacity: 1;
	font-weight: 500;
}
.separator {
	border-top: 1px solid #f2f2f2
}

/* header */
.header_top {
	background: #F0F0F0;
	height: 122px;
	display: inline-table;
	width: 100%;
}
.header_top_img {
	text-align: center;
	padding-top: 8px;
	width: 87%;
	float: left;
}
.banner_top_img img {
	padding-left: 93px;
}
.banner_top_btn a i {
	color: #000;
	font-size: 18px;
}
.header_icon {
	text-align: center;
	width: 13%;
	float: right;
	margin-top: 40px;
}
.header_icon a i {
	color: #000;
	font-size: 20px;
	margin: 0 15px;
}
.main_header_content {
	display: flow-root;
	position: relative;
}








.logo {
	width: 251px;
	float: left;
	margin-top: 10px;
}
.main_header {
	padding: 20px 0;
	display: flex;
}
.header_menu_search {
	float: right;
	display: flex;
}
.header_search {
	 position: relative; 
	margin-top: 9px;
	margin-right: 40px;
}
.header_search a {
	color: #000;
	font-size: 29px;
}
.widget_searchform_content {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	min-width: 320px;
	position: absolute;
	right: -47px;
	top: 62px;
}
.widget_searchform_content form {
  position: relative;
}
.widget_searchform_content form button {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	color: #000;
	border-left: 1px solid #000;
	height: 100%;
	font-size: 20px;
	transition: .3s;
}
.widget_searchform_content form button:hover {
	color: #00FF6E;
}
.widget_searchform_content.active {
    animation: 0.4s ease 0s normal both 1 running fadeInUp;
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
}
.widget_searchform_content form input {
	width: 100%;
	border: 1px solid #000;
	padding: ;
	padding-left: 10px;
	height: 50px;
	font-size: 22px;
}
#sidebar_menu {
	position: absolute;
	top: 0;
	right: -148px;
	width: 720px;
	background: #fff;
	z-index: 99999;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	padding-right: 148px;
}
#sidebar_menu.visible{
   opacity: 1;
    visibility: visible;
    transition: .3s;
}
.menu_top span a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #999;
    padding: 7px 25px;
    border-radius: 22px;
    top: 30px;
    position: absolute;
}
.in_btn{}
.in_btn span{}
.in_btn span i{}
.main_menu {
	margin-top: 100px;
}
.main_menu ul{}
.main_menu ul > li {
	text-align: right;
}
.main_menu ul li > a {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
	padding-right: 34px;
	padding: 10px 0 10px 0;
	position: relative;
	font-family: 'Space Mono', monospace;
}
.first {
	position: absolute;
	top: 27px;
	left: -27px;
}
.second {
	position: absolute;
	top: 37px;
	left: -27px;
	opacity: 0;
	visibility: hidden;
}
.main_menu ul li:hover .first{
    opacity: 0;
    visibility: hidden;
}
.main_menu ul li:hover .second{
    opacity: 1;
    visibility: visible;
}
.main_menu ul li ul {
	position: absolute;
	background: #fff;
	width: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transform: .3s;
	display: inline-block;
}
.main_menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    position: inherit;
}
.main_menu ul li ul > li {
}
.main_menu ul li ul li > a {
	font-size: 16px;
	padding: 5px 0px 2px 0;
	border-bottom: none;
	color: #000;
	transition: .3s;
	letter-spacing: .5px;
}
.menu_btn {
	background: #000000;
	z-index: 99;
	width: 150px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
	cursor: pointer;
}
.menu_btn i {
    font-size: 20px;
}
.menu_btn span{}
.menu_btn big {
	text-transform: uppercase;
	padding: 0 15px;
	font-size: 16px;
}

/*slider*/
.single_slider {
	position: relative;
}
.single_slider img {
	width: 100%;
	height: 420px;
}
.slider_info {
	position: absolute;
	bottom: 50%;
	left: 52px;
	transform: translateY(50%);
}
.slider_info h1 {
	width: 368px;
	height: 200px;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	font-size: 100px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 90px;
	font-family: 'Space Mono', monospace;
}
.slider_info p:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #00FF78;
	left: 0;
	top: -30px;
}
.slider_info p {
	  width: 470px;
	  height: 72px;
	  font-size: 16px;
	  line-height: 1.5;
	  color: #ffffff;
	  margin: 0;
	  position: relative;
}
.owl-dots {
	position: absolute;
	right: 60px;
	bottom: 30px;
}
.owl-dot {
	width: 12px;
	height: 12px;
	background: transparent;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}
.owl-dot.active {
	background: #00FF6E;
	border-color: #00FF6E;
}

/*coundown*/
.coundown_area {
	background: #000;
	height: 310px;
	width: 100%;
	display: grid;
	align-items: end;
	padding-bottom: 30px;
	margin-top: -150px;
}
.coundown_info::before {
	position: absolute;
	content: "";
	background: transparent;
	width: 280px;
	height: 380px;
	right: -50px;
	border: 1px solid #00FF78;
	bottom: 82px;
}
.coundown_info {
	display: flex;
	position: relative;
}
#countdown {
	display: flex;
	font-family: 'Space Mono', monospace;
}
.coundown_info big {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	width: 180px;
	letter-spacing: 3px;
	margin-top: 15px;
	text-transform: uppercase;
}
.wrapper {
	text-align: left;
	display: flex;
	padding-right: 21px;
}
.wrapper .time {
	color: #00FF6E;
	font-size: 62px;
	float: left;
	font-weight: 700;
}
.wrapper .label {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	letter-spacing: 4.5px;
	bottom: 0;
	padding-top: 50px;
	padding-left: 8px;
	font-weight: normal;
}
.coundown_info a {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1.3px;
	margin-top: 45px;
	padding-left: 38px;
	position: relative;
}
.coundown_info a::before {
	position: absolute;
	content: "";
	width: 28px;
	height: 1px;
	background: #00FF78;
	top: 21px;
	right: -40px;
}
.bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}
/*featured_area*/
.featured_titale {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: 8px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
}
.single_featured {
	position: relative;
/*	width: 359px;
	float: left;
	margin: 0 10px;*/
}
.single_featured img {
	width: 100%;
}
.single_featured h3 {
	font-size: 30px;
	position: absolute;
	bottom: 21px;
	left: 30px;
	color: #FFFFFF;
	font-weight: 700;
	padding-right: 38px;
	letter-spacing: .5px;
	text-transform: capitalize;
}
/*banner_area*/
.banner_area {
	background: url(../img/slider/banner.jpg);
	width: 100%;
	height: 640px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
}
.banner_search {
	margin-left: 48px;
}
.banner_bottom {
	display: flex;
	background: #000;
	height: 120px;
	align-items: center;
	padding: 0 40px;
	margin: 0 -30px;
}
.banner_bottom h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 1.8px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}
.banner_search form {
	position: relative;
}
.banner_search form input {
	width: 440px;
	height: 76px;
	border: 1px solid #00FF6E;
	background: transparent;
	color: #FFFFFF;
	padding-left: 30px;
}
.banner_search form input::-moz-placeholder {
	color: #FFFFFF;
	font-size: 22px;
	opacity: 0.5;
	font-weight: 500;
}
.banner_search form input::placeholder {
	color: #FFFFFF;
	font-size: 22px;
	opacity: 0.5;
	font-weight: 500;
}
.banner_search form button {
	color: #00FF6E;
	font-size: 29px;
	position: absolute;
	top: 0;
	right: 25px;
	height: 100%;
	background: transparent;
	cursor: pointer;
	border: none;
}
.banner {
	margin-bottom: 115px;
}
.banner h1 {
	font-size: 120px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 30px;
	font-family: 'Space Mono', monospace;
}
.banner p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.43;
	letter-spacing: 4px;
	color: #ffffff;
	width: 380px;
	position: relative;
	text-transform: uppercase;
}
.banner p::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #00FF78;
	left: 0;
	bottom: -35px;
}
/*blog_area*/
.single_blog {
	border: 1px solid #E6E6E6;
	padding: 38px 30px;
	margin-bottom: 20px;
}
.single_blog h2 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	margin-bottom: 15px;
}
.single_blog p {
	color: #000;
	font-size: 16px;
	margin-bottom: 8px;
	padding-right: 20px;
}
.single_blog a {
	color: #00FF6E;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}
.blog_btn {
	text-align: center;
}
.blog_btn a {
	border: 1px solid #000;
	width: 160px;
	height: 56px;
	display: inline-block;
	text-align: center;
	line-height: 56px;
	color: #000;
	font-size: 20px;
	letter-spacing: 0.2px;
	margin-top: 20px;
}
.single_brand {
	width: 180px;
	height: 115px;
	margin-left: 60px;
}
.owl-nav div {
	position: absolute;
	color: #00FF6E;
	font-size: 50px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
}
.owl-nav div.owl-next {
	left: auto;
	right: -40px;
}
.owl-carousel .owl-nav {
	display: block;
}
/*footer_area*/
footer {
	background: #F0F0F0;
	padding-top: 100px;
}
.footer_widget {
}
.footer_widget_itle {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 3px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px;
}
.footer_widget_itle::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	left: 0;
	bottom: -15px;
	background: #00FF6E;
}
.footer_widget p {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 28px;
	margin: 0;
}
.footer_widget span {
	display: block;
	line-height: 2;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.25px;
}
.footer_widget span a {
	color: #000;
	position: relative;
}
.footer_widget span a::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	background: #000;
	top: 12px;
	right: -20px;
}
.footer_widget a img {
	float: right;
}
.footer_widget.ml-120 {
	margin-left: 120px;
}
.copy_write p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.5px;
	color: #000000;
	opacity: 0.5;
	margin: 0;
	display: inline-block;
	position: relative;
}
.copy_write p::before {
	position: absolute;
	content: "";
	background: #000, width: 12px;
	height: 1px;
	bottom: 8px;
	right: 112px;
	background: #000;
	width: 12px;
}
.footer_banner {
	text-align: center;
	padding: 20px 0;
}

.footer_banner_img {
  width: 728px;
  margin: 0 auto;
}
.footer_banner_img img {
  width: 100%;
}
/*style_sheet*/
.stylesheet_slider img {
	width: 100%;
	height: 260px;
}

.stylesheet_slider {
  position: relative;
}
.stylesheet_baner {
  position: absolute;
  top: 50%;
  left: 57px;
  transform: translateY(-50%);
}
.stylesheet_baner h1 {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  font-size: 72px;
  font-weight: bold;
  width: 353px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.stylesheet_baner h1::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #00FF78;
	left: 0;
	bottom: -28px;
}
.style_breadcrumb_area {
	background: #000;
	height: 280px;
	width: 100%;
	display: grid;
	align-items: end;
	padding-bottom: 12px;
	margin-top: -230px;
}
.style_breadcrumb ul li {
	display: inline-block;
}
.style_breadcrumb ul li a {
	font-weight: bold;
	line-height: 1.71;
	letter-spacing: 0.5px;
	color: #ffffff;
}
.style_breadcrumb ul li a i {
	color: #00FF6E;
	margin: 0 10px;
}
.heading_2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.1;
	color: #000000;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.body_paragrap {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	padding-right: 250px;
	margin-bottom: 17px;
}
.under_line {
	border-bottom: 2px solid #00FF6E;
	padding-bottom: 1px;
}
.order_list {
	padding-left: 53px;
	padding-right: 225px;
	margin-bottom: 30px;
}
.order_list ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order_list ol li {
	position: relative;
	counter-increment: li;
	color: #4D4D4D;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 2px;
}
.order_list ol li span {
	font-size: 18px;
	color: #000;
	line-height: 28px;
}

.order_list ol li::before {
	content: counter(li);
	color: #00FF6E;
	margin-right: 0.5em;
	text-align: right;
	position: absolute;
	top: 3px;
	left: -32px;
	font-weight: 700;
	font-size: 18px;
}
.order_list ol li::after {
	content: "•";
	color: #00FF6E;
	position: absolute;
	top: 7px;
	left: -20px;
	font-size: 12px;
}
.heading_3 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 2.5px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.style_btn a {
	border: 1px solid #000;
	width: 160px;
	height: 56px;
	display: inline-block;
	text-align: center;
	line-height: 56px;
	color: #000;
	font-size: 20px;
	letter-spacing: 0.2px;
	margin-right: 5px;
	margin-top: 30px;
}
.style_btn a:hover {
	border-color: #00FF6E;
}
.body_paragrap.bottm {
	padding-right: 73px;
	line-height: 32px;
}
.bottom_img img {
	width: 100%;
}
.bottom_img p {
	font-size: 14px;
	color: #000;
	opacity: .5;
	padding-top: 10px;
	margin: 0;
}
.body_list {
	padding-left: 50px;
	padding-right: 250px;
	margin-bottom: 35px;
}
.body_list ul li {
	position: relative;
	margin-bottom: 10px;
}
.body_list ul li span {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	display: inline-block;
}
.body_list ul li::before {
	content: "•";
	color: #00FF6E;
	position: absolute;
	top: 1px;
	left: -28px;
	font-weight: 700;
	font-size: 18px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_top {
	background: #01FF6E;
	width: 150px;
	height: 60px;
	float: right;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	color: #000;
}
.menu_hide {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	padding-left: 20px;
}