
.header{
	position:relative;
}
/* Topbar */
.topbar {
    background-color: #f4f4f4;
    padding: 8px 0;
}
.top-contact {
    padding-top: 8px;
}
.topbar .single-contact {
    display: inline-block;
    margin-right: 25px;
    cursor: default;
}
.topbar .single-contact:last-child{
	margin-right:0px;
}
.topbar .single-contact,
.topbar .single-contact a{
    color: #000;
	font-weight:normal;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	font-size:14px;
}
.topbar .single-contact i {
	color: #000;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.topbar .single-contact:hover,
.topbar .single-contact a:hover{
	color: #ff0000;
}
/* Top right */
.topbar-right {
    position: relative;
    float: right;
}
.topbar-right .button {
    float: left;
    right: 0;
}
.btn.btn-danger {
    height: auto;
    text-transform: initial;
    padding: 8px 15px;
    line-height: initial;
    background: #FF0000;
	font-size:14px;
    color: #fff;
    border: 1.5px solid transparent;
}
.btn.btn-danger:hover{
	background: transparent;
	border: 1.5px solid #FF0000;
	color:#FF0000;
}
.btn.btn-dark {
    height: auto;
    text-transform: initial;
    padding: 8px 15px;
    line-height: initial;
    background: #000;
    font-size:14px;
    color: #fff;
    border: 1.5px solid transparent;
}
.btn.btn-dark:hover{
    background: transparent;
    border: 1.5px solid #000;
    color:#000;
}
/* Social Icons */
.topbar .social-icons {
    float: left;
    margin-right: 20px;
    padding-top: 8px;
    cursor: default;
}
.topbar .social-icons li {
	display: inline-block;
	margin-right: 10px;
}
.topbar .social-icons li:last-child{
	margin:0;
}
.topbar .social-icons li a {
	color: #000;
    font-size: 16px;
}
.topbar .social-icons li a:hover{
	color:#ff0000;
}

/* Middle header */

.middle-header {
    background: #fff;
    position: relative;
    border-bottom: 3px solid red;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.header.sticky .middle-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 3px solid red;
    -webkit-box-shadow: 0px 0px 10px #00000021;
    -moz-box-shadow: 0px 0px 10px #00000021;
    box-shadow: 0px 0px 10px #00000021;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    animation: fadeInDown .5s both 0.2s;
}
/* Logo */
.header .logo {
    z-index: 33;
    max-width: 140px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: inherit;
}
.header .img-logo {
    height: auto;
    width: 100%;
    margin: 3px 0;
}
.header .text-logo{
	margin-top:30px;
}
.header .text-logo a,
.header .img-logo a {
    font-size: 26px;
    font-weight: 600;
    display: block;
    z-index: 999;
    position: relative;
}
.header .menu-area {
    position: relative;
}
.header .navbar {
	padding: 0;
}
.header .navbar .nav.navbar-nav{
    width: 100%;
    justify-content: flex-end;
}
/* Main Menu */
.header .nav li {
    margin-right: 30px;
    position: relative;
    float: none;
    display: inline-block;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 20px 20px;
    color: #000;
    font-weight: 600;
}
.header .nav li.active a,
.header .nav li:hover a{
	color:#FF0000;
    
}
.header .nav li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #FF0000;
	bottom: -2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.header .nav li.active a::before,
.header .nav li:hover a::before {
	opacity:1;
	visibility:visible;
    transform: scaleY(1);
	width: 50%;
}
.navbar-expand-lg .navbar-collapse{
	/*display:block !important;*/
}
.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}
.header .nav li.icon-active a::after {
	content: "\f078";
	position: relative;
	font-family: 'Font Awesome 5 Free';
	padding-left: 6px;
}
.header .nav li:hover.icon-active a::after {
   content: "\f077";
}
.header .nav li .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active .sub-menu a::after{
	display:none;
}
.header .nav li.icon-active .sub-menu li.icon-active a::after, .header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active a::after {
    display: inline-block;
    float: left;
    content: "\f100";
    padding: 0;
    margin-right: 8px;
}
/* Dropdown Menu */
.header .nav li .sub-menu {
    background: #fff;
    width: 220px;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    left: -32px;
    margin: 10px 0 0 0;
    -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.5s ease 0s;
}
.header .nav li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.header .nav li .sub-menu li {
    float: none;
    margin: 0;
    display: block;
}
.header .nav li .sub-menu li:last-child{
	border:none;
}
.header .nav li .sub-menu li a {
    padding: 6px 15px;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    background: transparent;
}
.header .nav li .sub-menu li a:before{
	display:none;
}
.header .nav li .sub-menu li:last-child a{
	border-bottom:0px;
}
.header .nav li .sub-menu li:hover a{
	color:#fff;
	background:#ff0000;
}
.header .nav li .sub-menu li a:hover{
	border-color:transparent;
}
.header .nav li .sub-menu li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.header .nav li .sub-menu li .sub-menu {
    top: 0;
    left: initial;
    left: -122%;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}
.header .nav li .sub-menu li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.header .nav li .sub-menu li .sub-menu li a{
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .sub-menu li:hover .sub-menu li a{
	background:transparent;
}
.header .nav li .sub-menu li .sub-menu li a:hover{
	color:#fff;
	background:#179E66;
}
.header .nav li .sub-menu .sub-menu li:last-child a{
	border-bottom:0px solid;
}
.header .nav li .sub-menu li .sub-menu .sub-menu {
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}
.header .nav li .sub-menu li .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

/*======================================
	End Header CSS
========================================*/

/*======================================
	Blog CSS
========================================*/  
.blog {
	background: #fff;
	position: relative;
}
.blog .blog-slider {
	margin-top: 30px;
}
.single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
    margin-bottom: 15px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}
.single-news .news-head{
	overflow: hidden;
	position:relative;
}
.single-news .news-head:before{
	opacity:0;
	visibility:hidden;
}
.single-news:hover .news-head:before{
	opacity:0.5;
	visibility:visible;
}
.single-news .news-head:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    z-index: 333;
    z-index: 4444;
    transform: translateY(50px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-news:hover .news-head:after{
	opacity:1;
	visibility:visible;
    transform: translateY(0px);
}
.single-news .news-head img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-news .news-body {
    padding: 25px;
    background: #fff;
    position: relative;
}
.single-news .news-meta {
    position: absolute;
    width: 100%;
    background: transparent;
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    text-align: center;
    z-index: 333;
    transition: all 0.3s ease;
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.single-news:hover .news-meta{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.single-news .news-meta li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #d6d6d6;
	margin-right: 10px;
	padding-right: 10px;
}
.single-news .news-meta li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.single-news .news-meta li i {
    margin-right: 5px;
    color: #ff0000;
}
.single-news .news-meta .author span{
	display:inline-block;
	color:#179E66;
}
.single-news .news-title {
    line-height: 25px;
}
.single-news .news-title a {
    font-size: 20px;
}
.single-news .news-title:hover a{
	color:#179E66;
}
.single-news .news-text {
    margin-top: 18px;
    font-size: 14px;
}
.single-news .more {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    background: #ff0000;
    padding: 10px 20px;
    border-radius: 3px;
	border:1px solid transparent;
}
.single-news .more:hover{
	background:#000000;
	color:#fff;
}
.single-news .more i {
	display: inline-block;
	margin-left: 5px;
}
/* Blog Grid */ 
.blog.blog-grid {
	background: #fff;
	position: relative;
	height: auto;
	padding: 100px 0 130px;
}
.blog.blog-grid .single-news {
	border-radius: 8px;
	margin: 30px 0 0;
}
/* Blog Single CSS */
.blog-single {
    padding: 50px 0 50px;
    background: #fff;
}
.blog-single h1, 
.blog-single h2, 
.blog-single h3, 
.blog-single h4, 
.blog-single h5, 
.blog-single h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-single .blog-space{
	margin-bottom:20px;
}
.blog-detail .news-meta li:before{
    display:none;
}
.blog-detail .news-meta li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    padding: 0;
}
.blog-detail .news-meta li i {
    color: #ff0000;
    margin-right:5px;
}
.blog-single h5,
.blog-single h4{
    font-size:18px;
}
.blog-single .main-image {
	margin-top: 30px;
}
.blog-single .blog-detail {
	margin-top: 20px;
}
.blog-single .blog-detail .blog-title {
    font-size: 28px;
    line-height: 40px;
    margin: 15px 0;
}
.blog-single .blog-detail p {
	margin-bottom: 20px;
}
.blog-single .blog-detail blockquote {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    padding-left: inherit;
    padding: 30px;
    background: #F4F9FC;
    color: #fff;
    border: none;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
}
.blog-single .blog-detail blockquote p {
    color: #2E2751;
}
.blog-single .blog-detail blockquote i {
	font-size: 65px;
	color:#fff;
	position: absolute;
	left: 35px;
	top: 30px;
	opacity:0.3;
	z-index:-1;
}
.blog-single .blog-detail blockquote a {
    background: #ff0000;
    color: #fff;
    padding: 4px 20px;
    margin-top: 16px;
    display: inline-block;
}
.blog-single .blog-detail blockquote cite {
    color: #fff;
    background: #1FA16B;
    padding: 10px 20px;
    font-size: 14px;
}
.blog-single .share-social{
	margin-top:55px;
}
.blog-single .coment-author{
	position:relative;
}
.blog-single .coment-author img{
	position:absolute;
	left:0;
	top:0;
	height:40px;
	width:40px;
	border-radius:100%;
	display:block;
}
.blog-single .coment-author .author {
	display: inline-block;
	padding-left: 60px;
	margin-top: 10px;
}
.blog-single .coment-author .author span{
	display:inline-block;
	color:#333;
	display:inline-block;
}
.blog-single .share-inner {
	float: right;
	margin-top: 7px;
}
.blog-single .share-inner h4{
	font-weight:normal;
	font-size:16px;
	color:#909090;
	display:inline-block;
	margin-right:15px;
}
.blog-single .share-inner ul{
	display:inline-block;
}
.blog-single .share-inner ul li {
	display: inline-block;
	margin-right: 10px;
}
.blog-single .share-inner ul li:last-child{
	margin:0;
}
.blog-single .share-inner ul li a:hover{
	color:#179E66;
}
/* Post Navigation */
.posts_nav {
    padding: 0 0 30px;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.posts_nav a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
    color: #1FA16B;
    font-size: 14px;
}
.posts_nav a:hover{
	border-color:transparent;
	background:#ff0000;
}
.posts_nav .post-left i {
	padding-right: 5px;
}
.posts_nav .post-right i {
	padding-left: 5px;
}
.posts_nav .post-left {
    display: inline-block;
    margin-right: 5px;
}
.posts_nav .post-right {
	display:inline-block
}
.posts_nav a:hover{
	background:#179E66;
	color:#fff;
}
/* Blockquote */
blockquote {
	padding: 20px;
	color: #353535;
	font-size: 18px;
	border-left: 4px solid #179E66;
	background: #F5F8F9;
	line-height: 28px;
	margin-bottom: 15px;
}
/* Comment List */
.blog-comments-form {
    margin-top: 20px;
}
.blog-comments-form .bottom-title h2 {
    font-size: 24px;
    margin: 0 0 5px;
}
.blog-comments-form .form {
    margin-top: 30px;
}
.blog-comments-form .form input,
.blog-comments-form .form textarea {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cccccca6;
    height: 40px;
	padding:10px;
}
.blog-comments-form .form label {
    font-weight: 500;
}
.blog-comments-form .form textarea {
    height: 150px;
}
.blog-comments-form .form .bizwheel-btn {
	background: #1A9F68;
	padding: 20px 30px;
	border-radius: 0px;
	border: none;
	color: #fff;
}
.blog-comments-form .form .bizwheel-btn:hover{
	background:#2E2751;
	color:#fff;
}
.blog-comments-form .form .bizwheel-btn i {
    margin-left: 10px;
    font-size: 14px;
}
/*======================================
	End Blog CSS
========================================*/  

/*======================================
	Sidebar CSS
========================================*/  
/* Blog Sidebar */
.blog-sidebar {
	margin-top: 30px;
}
.blog-sidebar .single-sidebar ul,
.blog-sidebar .single-sidebar ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.blog-sidebar .single-sidebar ul li:before{
	display:none;
}
.blog-sidebar .single-sidebar {
	margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog-sidebar .single-widget:last-child{
	margin:0;
}
/* Widget Title */
.blog-sidebar .sidebar-title {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-top: 0;
}
.blog-sidebar .sidebar-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    bottom: 0;
    background: #ff0000;
	display: block;
}
/* Blog Search */
.blog-sidebar .blog_search {
    background: #000000;
    padding: 5px;
}
.blog-sidebar .blog_search form{
	position:relative;
}
.blog-sidebar .blog_search form label{
	width:100%;
}
.blog-sidebar .blog_search form input {
    width: 100%;
    height: 60px;
    box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    border: none;
    color: #666;
    background: #fff;
    border-radius: 5px;
    padding: 0 35px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
}
.blog-sidebar .blog_search button {
    position: absolute;
    right: 15px;
    top: 20px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 18px;
    color: #13A068;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-sidebar .blog_search button:hover {
	color:#2E2751;
}

/*======================================
	End Sidebar CSS
========================================*/  

/*====================================
	Page CSS
======================================*/

/* BLog Single */
.news-area.archive.single {
	padding-top: 70px 0 0;
}
/* Search Page CSS */
.search-page{
	padding:70px 0 100px;
}
/* Content None CSS*/
.no-results {
	margin-top: 30px;
	width: 100%;
}
.no-results .page-header {
  margin-bottom: 5px;
}
.no-results .page-header .page-title {
  font-size: 28px;
}
.no-results .search-form {
  margin-top: 15px;
}

/* 404 Page CSS */
.error {
    padding: 130px 0;
}
.error .error-inner{
	text-align:left;
}
.error-inner h4 {
    font-size: 110px;
    line-height: 100px;
    color: #ff0000;
}
.error .error-image{
	margin-bottom:30px;
}
.error .error-inner img{
	height:100%;
	width:100%;
	max-width:50%;
	display:inline-block;
}
.error .error-inner h2 {
    font-size: 40px;
    color: #2E2751;
    font-weight: 600;
    margin: 15px 0;
}
.error .error-inner h2 span{
	color:#ff0000;
}
.error .error-inner p {
    font-size: 15px;
}
.error .error-inner .button {
	margin-top: 20px;
}
.error .error-inner .button .bizwheel-btn i {
	margin-right: 10px;
}
/*====================================
	End Page CSS
======================================*/

/*====================================
	BreadCrumbs CSS
======================================*/
.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 35px 0;
    z-index: 10;
    background: url('../../images/bg4.jpg');
}
.breadcrumbs::before {
	background: #000;
	opacity: 0.6;
}
.breadcrumbs .bread-title {
    z-index: 22;
    margin: 15px 0;
    position: relative;
    border-radius: 5px;
}
.breadcrumbs .bread-title p {
    color: #fff;
    font-size: 13px;
}
.breadcrumbs h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 45px;
	z-index: 333;
	position: relative;
	font-weight: 700;
	padding-top: 10px;
}
.breadcrumbs .bread-list {
	display: block;
	margin-top: 15px;
}
.breadcrumbs ul li {
	display: block;
	display: inline-block;
}
.breadcrumbs ul li span {
	margin: 0px 10px;
	font-size: 11px;
	font-weight: 400;
	color:#fff;
}
.breadcrumbs.style2 ul li span {
	font-size: 14px;
}
.breadcrumbs ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.breadcrumbs ul li a:hover{
	opacity:0.8;
	color:#fff !important;
}
.breadcrumbs.style2 ul li a{
	font-weight:500;
}
.breadcrumbs.style2 ul li a:hover{
	color:#179E66;
}
.breadcrumbs .bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    /*font-size: 0;*/
}
.breadcrumbs .bread-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: #ff0000;
    margin-top: -2.5px;
}
.breadcrumbs .bread-menu li a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 18px;
	font-weight:500;
	padding-right: 8px;
	margin-right: 8px;
	display: inline-block;
}
/*.breadcrumbs .bread-menu li a:hover{
	color:#ff0000;
}*/
.breadcrumbs .bread-menu li:last-child{
	margin:0;
	padding:0;
    color:#ff0000;
}
.breadcrumbs .bread-menu li:last-child a:hover{
    opacity: 1!important;
}
.breadcrumbs .bread-menu li + li::before {
	content: "\f101";
	font-family: 'Font Awesome 5 Free';
	left: -9px;
    font-weight: 800;
	position: relative;
    color: #ff0000;
	font-size: 18px;
}
/* Blog Single */
.breadcrumbs.bread-blog {
    padding: 0;
    text-align: center;
    background: #F4F9FC;
    margin: 0;
    padding: 20px;
}
.breadcrumbs.bread-blog .bread-menu:before{
	display:none;
}
.breadcrumbs.bread-blog .bread-menu ul li{
	position:relative;
}
.breadcrumbs.bread-blog .bread-menu ul li:before {
    content: "";
    position: absolute;
    right: 7.5px;
    width: 12px;
    font-size: 0px;
    height: 12px;
    left: auto;
    background: #ff0000;
    top: 6px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.breadcrumbs.bread-blog .bread-menu ul li:last-child:before{
	display:none;
}
.breadcrumbs.bread-blog .bread-menu ul li a{
	color:#2E2751;
    font-size: 15px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.breadcrumbs.bread-blog .bread-menu ul li a:hover{
	color:#ff0000 !important;
}
/*====================================
	End BreadCrumbs CSS
======================================*/

/*====================================
	Pagination CSS
======================================*/
.pagination-main {
	text-align: left;
	margin: 40px 0 0 0;
	display: block;
}
.pagination-main.full-width {
	text-align: center;
}
.pagination-main.full-width{
	text-align: left;
}
.pagination-main .pagination-list li {
	margin-right:5px;
	display: inline-block;
}
.pagination-main .pagination-list li:last-child{
	margin-right:0px;
}
.pagination-main .pagination-list li a {
	font-size: 20px;
	background: #fff;
	color: #179E66;
	height: 45px;
	width: 50px;
	line-height: 45px;
	display: block;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
}
.pagination-main .pagination-list li.active a,
.pagination-main .pagination-list li:hover a{
	background: #179E66;
	color: #fff;
}
.pagination-main .pagination-list li.prev a,
.pagination-main .pagination-list li.next a{
	border: none;
	font-weight: 600;
	margin-left: 10px;
	background: transparent !important;
	width: auto;
	height: auto;
	color: #333;
}
.pagination-main .pagination-list li.next:hover a{
	color:#179E66;
}
/*====================================
	End Pagination CSS
======================================*/

/*====================================
	Preloader CSS
======================================*/
.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 10px solid #ff0000;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/*====================================
	End Preloader CSS
======================================*/


@media only screen and (min-width: 991px) and (max-width: 1900px) {
    /* Header Sticky */
    
    .header.style2.sticky .middle-header {
        background: #000;
    }

    .header.sticky .nav li a {
        padding: 20px 20px;
    }
    .header.sticky .text-logo {
        margin-top: 22px;
    }
    .header.sticky .right-bar {
        line-height: 72px;
    }
    .header.sticky .img-logo {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .header.style2.sticky .middle-inner {
        padding: 0;
    }
    .header.style2.sticky .text-logo {
        margin-top: 15px;
    }
    .header.sticky .search-top {
        top: 69px;
    }
}

/* Pagiantion */
.page-links{
	margin-top:10px;
}
.page-links a, .page-links span {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    width: auto;
}
.page-links span.current,.page-links a:hover {
    background: #ff0000;
    color: #fff;
}
.blog-single ul li {
    line-height: 30px;
    padding-left: 20px;
    position:relative;
}
.blog-single ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #ff0000;
    border-radius: 100%;
    margin-top: -4px;
}
p.has-large-font-size {
    line-height: 43px;
}

/*====================================
	Footer CSS
======================================*/
.footer {
	background-color: #000;
}
.footer .footer-top {
    padding: 50px 0;
}
.footer .single-widget {
    margin-top: 30px;
    margin-top: 10px;
}
.footer .single-widget h3 {
    color: #fff;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
	padding-bottom: 15px;
}
.footer .single-widget h3::before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	bottom: -1px;
	background: #ff0000;
	display: block;
}
.footer p {
	color: #d4d4d4;
	font-size: 16px;
}
.footer-about {
	padding-right: 30px;
}
.footer-about .logo {
    margin-bottom: 15px;
}
.footer-about .logo .img-logo{
    margin: auto;
}
.footer-about .text-logo a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.footer-about .text {
	margin-bottom: 35px;
}
.footer-about .button .bizwheel-btn {
    background: #179E66;
    margin-top: 20px;
    color: #fff;
}
.footer-about .button .bizwheel-btn:hover{
	background:#fff;
	color:#179E66
}
/* Footer Link */
.footer .f-link ul li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    line-height: 34px;
}
.footer .f-link ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: -5px;
    background: #d4d4d4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer .f-link ul li:hover:before{
	background:#ff0000;
}
.footer .f-link ul li:last-child{
	margin-bottom:0px;
}
.footer .f-link ul li a {
    display: inline-block;
    color: #d4d4d4;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
}
.footer .f-link ul {
    box-shadow: none;
    margin: 0;
}
.footer .f-link ul li a::before{
	display:none;
}
.footer .f-link ul li a:hover {
	color:#ff0000;
}
/* Footer Newsletter */
.footer .footer-newsletter form {
    background: #fff;
    padding: 15px;
    line-height: initial;
	position:relative;
}
.footer .footer-newsletter form input{
	height: 54px;
	padding: 0 20px 0 20px;
	border: none;
	width: 100%;
	position: relative !important;
	font-size: 14px;
	border: 1px solid #ebebeb;
	line-height: 50px;
	border-radius:0px;
}
.footer .footer-newsletter form button {
	background: #ff0000;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	box-shadow: none;
	width: auto;
	padding: 0 20px;
	height: 53px;
	text-align: center;
	display: block;
	margin: 0;
	margin-top: 0px;
	border-radius: 0px;
	cursor: pointer;
	color: #fff;
	top: 15px;
	right: 15px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .footer-newsletter form button:hover{
    background:#000;
    color: red;
}
/* Footer News */
.footer-news .single-f-news .content {
  padding-left: 85px;
}
.footer-news .single-f-news .content .title {
  font-size: 14px;
}
.footer-news .single-f-news .content .title a {
    color: #ccc;
}
.footer-news .single-f-news .content .title a:hover{
	color:#F2A611
}
.footer .footer-newsletter .address {
	color: #777;
	font-size: 15px;
	margin-bottom: 20px;
}
.footer .single-f-news .post-meta i {
    color: #ff0000;
}
.footer .address-widget-list li {
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
}
.footer .address-widget-list li,
.footer .address-widget-list li a {
    font-weight: normal;
    color: #ccc;
    font-size: 16px;
}
.footer .address-widget-list li i {
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .address-widget-list li:hover i{
    /* background:#fff; */
    border: 1px solid #ff0000;
	color:#ff0000;
}
.footer .address-widget-list li:last-child{
	margin-bottom:0px;
}
.footer .address-widget-list li span{
	/*color:#179E66;*/
	display:inline-block;
    width: calc(100% - 38px)
}
.footer_contact p {
	margin-bottom: 15px;
}
/* Social */
.footer .social{
    margin-top:22px;
    text-align: center;
    
    
}
.footer .social .title{
    color: #B4B4B4;
    font-size: 20px;
    margin-bottom: 5px;
}
.footer .social li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer .social li:last-child{
	margin-right:0px;
}
.footer .social li a {
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    width: 35px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 50%;
}
.footer .social li:hover a{
    color: #ff0000;
    border: 1px solid #ff0000;
}
.footer .social-icons li:before {
  display: none;
}

/* Copyright */
.footer .copyright {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #ebebeb3b;
}
.footer .copyright-content p {
    color: #fff;
    font-size: 16px;
}
.footer .copyright-content p span{
	font-size: 18px;
	font-weight:800;
	text-transform:uppercase;
}
.footer .copyright-content a:hover{
	color:#ff0000;
}
/*====================================
	End Footer CSS
======================================*/

/*======================================
	Banner slider CSS
========================================*/ 
.home-slider {
	overflow: hidden;
}
.banner-slider {
	position: relative;
}
.banner-slider,
.banner-slider .single-slider{
	/*height:680px;*/
}
.banner-slider .single-slider {
	display: flex;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 450px;
    align-items: center;
}
.banner-slider .single-slider .box-text{
    margin-left: 20px;;
}
.banner-slider .single-slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.65;
}
.banner-slider .detail-text {
    margin: 40px 0;
}
.banner-slider .detail-text h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    background:#f50400;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 4px 4px 4px 0px;
}
.banner-slider .detail-text h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    border-top: 8px solid #f50400;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.banner-slider .detail-text h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #fff;
   /* -webkit-text-stroke: 1px #fff;*/
    text-shadow: -1px -1px 3px #ff0000, 1px -1px 3px #ff0000, -1px 1px 3px #ff0000, 1px 1px 3px #ff0000;
}
.banner-slider .detail-text h1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    height: 6px;
    background: #ff0000;
    bottom: -3px;
}
.banner-slider .detail-text .p-text{
	max-width: 82%;
}
.banner-slider .detail-text p {
    color: #fff;
    font-size: 16px;
}
.banner-slider .detail-text .button {
	margin-top: 30px;
}

/* Text Center */
.banner-slider .detail-text.text-center h1::before {
    left: 50%;
    margin-left: -25px;
}

/* Text Left */
.banner-slider .detail-text.text-right h1::before {
    left: auto;
	right:0;
    margin:0;
}

/* Slider Nav */
.banner-slider .owl-nav{
	margin: 0;
    width: 100%;
}
.banner-slider .owl-carousel .owl-nav div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    background: #ff0000;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 50%;
    margin-top: -30px;
    border: 2px solid #ff0000;
}
.banner-slider .owl-carousel .owl-nav div:hover{
	color:#ff0000;
    background:transparent;
    border: 2px solid #ff0000;
}
.banner-slider .owl-carousel .owl-nav .owl-prev{
	left:-100px;
}
.banner-slider:hover .owl-carousel .owl-nav .owl-prev{
	left:10px;
}
.banner-slider .owl-carousel .owl-nav .owl-next{
	right:-100px;
}
.banner-slider:hover .owl-carousel .owl-nav .owl-next{
	right:10px;
}

/* banner Animations */
.banner-slider .owl-item.active .detail-text h4{
	animation: fadeInDownBig 0.4s both .7s;
}
.banner-slider .owl-item.active .detail-text h1{
	animation: fadeInRightBig .7s both 1s;
}
.banner-slider .owl-item.active .detail-text p{
	animation: fadeInLeft 1s both 1.4s;
}
.banner-slider .owl-item.active .button{
	animation: fadeInUp 1.2s both 1.6s;
}


@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*======================================
   End Banner Sliders CSS
========================================*/ 

/*======================================
	Features CSS
========================================*/
.features-area{
    padding:40px 0 70px;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}
.single-feature {
    height: 100%;
    text-align: center;
    padding: 30px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background: #000000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 5px solid transparent;
    transition: all 0.4s ease;
}
.single-feature:hover,
.single-feature.active{
	border-top-color:#ff0000;
}
.single-feature:hover{
	transform:scale(1.02);
    -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 16px  rgb(0 0 0 / 35%);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 35%);
}
.single-feature .icon-head i{
	color:#ff0000;
	width:90px;
	height:90px;
	line-height:90px;
	background:#fff;
	border: 1px solid #ebebeb;
	border-radius:100%;
	font-size: 34px;
	position:relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-feature.active .icon-head i,
.single-feature:hover .icon-head i {
    background: #ff0000;
    color: #fff;
    border-color: transparent;
}
.single-feature .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 2px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #ff0000;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-feature.active .icon-head i:after,
.single-feature:hover .icon-head i:after{
	background:#fff;
}
.single-feature h4 {
	margin: 15px 0;
    line-height: inherit;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.single-feature p{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.single-feature p:hover,
.single-feature p:active,
.single-feature h4:hover,
.single-feature h4:active{
    cursor: default;
}

.single-feature .button{
	margin-top: 15px;
}
.single-feature .button .feature-btn {
    background: transparent;
    color: #fff;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none;
}
.single-feature .button .feature-btn i {
    margin-right: 10px;
    background: #ffff;
    color: #000;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-feature.active .feature-btn i,
.single-feature:hover .feature-btn  i{
	color:#fff;
	background:#ff0000;
}
/*======================================
	End Features CSS
========================================*/

/*======================================
    ABOUT CSS
========================================*/
.about-us {
	padding: 70px 0 100px;
}
.about-us .modern-img-feature,
.about-us .about-content{
	margin-top:30px;
}
.about-us .misi-content ul{
    padding-left: 20px;
}
.about-us .misi-content ul li{
    list-style-type: square;
}

/* About Area */
.section-title{
    margin-bottom: 0px;
}
.about-area .section-title {
	margin-bottom: 15px;
}
.about-area .section-title h1 b {
	display: block;
	font-weight: 700;
	font-size: 25px;
    line-height:34px;
    
}
.about-content p{
	margin-bottom:20px;
}
.about-content p:last-child{
	margin:0;
}
.about-content .button{
	margin-top:20px;
}

/*======================================
    End About CSS
========================================*/

/*======================================
	produk CSS
========================================*/
.produk {
    background-color: #312f2f;
}
/* produk Nav */
.produk-menu {
    text-align: center;
    margin: 20px 0 50px 0;
}  
.produk .sidebar{
    background-color: #000;
    color: #fff;
}
.produk .produk-sidebar .sidebar-title {
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 12px;
    border-bottom: 4px solid #312f2f;
    padding: 12px 0;
    margin-top: 0;
    color: #fff;
}
.produk .produk-sidebar ul li {
    border-bottom: 1px dashed #ccc;
}
.produk .produk-sidebar ul li {
    padding: 15px;
}
.produk .produk-sidebar ul li a:hover{
    color: #ff8000;
}
.produk .produk-sidebar .sidebar-title::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -3px;
    background: #ff0000;
    display: block;
}
.produk-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.single-produk {
	position: relative;
	/*overflow: hidden;*/
    /*background: #ff0000;*/
    background: rgb(255,0,0);
    background: -moz-radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(242,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(242,0,0,1) 100%);
    background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(242,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#f20000",GradientType=1);
    padding: 8px;
    margin: 14px 0;
    border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-produk:hover{
    transform: scale(1.02);
    cursor: pointer;
    -webkit-box-shadow:  1px -1px 15px #000000;
    -moz-box-shadow:  1px -1px 15px #000000;
    box-shadow: 1px -1px 15px #000000;
}
.single-produk .produk-head{
	position:relative;
    /*z-index:66;*/
    /*border: 1px solid #cacaca;*/
    /*border-radius: 5px;*/
    padding: 3px;
    box-shadow:0 0 rgba(0, 0, 0, 0.13);
}
.single-produk img{
	display:block;
	width:100%;
	z-index:3;
    border-radius: 3px;
	transition:all 0.8s ease;
}
.single-produk .produk-content {
    position: relative;
    text-align: center;
    padding: 12px;
    /*top: -30px;*/
    /*border-left: 4px solid #fff;*/
    /*left: 10%;*/
    /*display: inline-block;*/
    /*z-index: 22222;*/
    /*margin-bottom: -30px;*/
    /*-webkit-box-shadow:  -1px 2px 6px #000000d1;
    -moz-box-shadow:  -1px 2px 6px #000000d1;
    box-shadow: -1px 1px 6px #000000d1;*/
}
.single-produk .produk-content .product_name {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: bold;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    word-wrap: break-word;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.single-produk .produk-content .product_categories span{
    font-size: 12px;
    color: #fff;
}
.single-produk .produk-content .desc_product {
    font-size: 12px;
    color: #fff;
}
.single-produk .produk-content .product_price {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
}

/*.single-produk .more {
    height: 50px;
    width: 50px;
    opacity: 0;
    line-height: 51px;
    text-align: center;
    color: #fff;
    background: #ff0000;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    font-size: 25px;
    border-radius: 100%;
    box-shadow: 0px 5px 5px #00000024;
    z-index: 333;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    visibility: hidden;
}
.single-produk .more:hover{
    background:#fff;
    color:#ff0000;
}
.single-produk:hover .more{
    opacity:1;
    visibility:visible;
}*/


/*======================================
	End Produk CSS
========================================*/  

/*======================================
	Contact Box CSS
========================================*/
.single-contact-box {
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}
.single-contact-box .c-icon {
    float: left;
    margin-right: 20px;
}
.single-contact-box:last-child{
	margin:0;
}
.single-contact-box i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 52px;
    background: #ff0000;
    color: #fff;
    text-align: center;
     border: 2px solid #ff0000;
    border-radius: 100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-contact-box:hover i{
    background: transparent;
    border: 2px solid #ff0000;
    border-radius: 100%;
    
	color:#ff0000;
}
.single-contact-box h4 {
    color: #2E2751;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: inherit;
    margin-bottom: 5px;
}
/* Google Map */
#myMap {
	height: 500px;
	width: 100%;
	border-radius: 0px;
}

.vc_custom_1578564488430 {
	font-size: 20px !important;
	line-height: 28px;
}
.contact-box-main .contact-title h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.contact-box-main .contact-title{
	margin-bottom: 20px;
}
/*======================================
	End Contact Box CSS
========================================*/
/*======================================
	Contact Form CSS
========================================*/
.contact-us{
	padding:70px 0 100px;
}
.contact-form-area {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
	border-top: 2px solid #179E66;
}
.contact-form-area h4 {
	font-size: 22px;
	font-weight: 600;
}
.contact-form-area .form-group{
	margin:0;
	margin-top:20px;
}
.contact-form-area .form-group input {
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.58);
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 0px 40px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
	font-weight:normal;
}
.contact-form-area .form-group input:focus{
	border-color:#7e868f;
}
.contact-form-area .form-group input:hover{
	border-color:#7e868f;
}
.contact-form-area .form-group textarea {
    height: 170px;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    padding-right: 40px;
	font-weight:normal;
}
.contact-form-area .form-group{
	position:relative;
}
.contact-form-area .form-group .icon {
    position: absolute;
    right: 15px;
    z-index: 33;
    color: #ff0000;
    top: 12px;
}
.contact-form-area .form-group.button {
    text-align: center;
    margin: 20px 0 0 !important;
}
.contact-form-area .form-group.textarea .icon {
    top: 15px;
    right: 15px;
}
.contact-form-area .bizwheel-btn.theme-2 {
    padding: 15px 32px;
}
/*======================================
	End contact Form CSS
========================================*/

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* Modern Image features */
.modern-img-feature {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
}
.modern-img-feature:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 20px;
    top: 20px;
    /*width: 100%;*/
    height: 100%;
    background: #ff0000;
}
.modern-img-feature img{
	z-index: 2;
    position:relative;
    width: 100%;
    background-color: #000;
}
.modern-img-feature .video-play a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	z-index: 333;
	height: 80px;
	color: #ff0000;
	font-size: 30px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	margin: -40px 0 0 -40px;
	z-index: 3;
	border-radius: 50%;
}
.modern-img-feature .video-play:hover a{
	background:#ff0000;
	color:#000;
}
.side.overlay:before {
    width: 80%;
    background: #179e66;
    transform: rotate(74deg);
    left: -403px;
    z-index: 0;
    opacity: 1;
}
/*======================================
	Theme Others CSS
========================================*/

/* Portfolio Pagination */
.pagination-plugin {
    margin-top: 35px;
    text-align: left;
}
.pagination-plugin li{
	display:inline-block;
}
.pagination-plugin span, 
.pagination-plugin a, 
.pagination-plugin a:focus {
	background: #000000;
	width: 44px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}
.pagination-plugin li.current a,
.pagination-plugin li:hover a {
	background: #ff0000;
	color: #fff;
	-webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	-moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
.pagination-plugin li.prev a,
 .pagination-plugin li.next a {
	box-shadow: none;
	color: #fff;
	width: auto;
	padding: 0 20px;
}
/* Mail Success CSS */
.success .mail{
}
.success .mail h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.success .mail h2 span {
	color: #ff0000;
}
.success .mail .bizwheel-btn {
	margin-top: 20px;
}
.success .mail .bizwheel-btn i{
	margin-right:10px;
}
/*=======================
  End Mail Success CSS
=========================*/
.sidebar-fixed {
    bottom: 30px;
    position: fixed;
    right: 20px;
    z-index: 90;
}
.sidebar-fixed a.btn-wa {
    text-align: center;
}
.sidebar-fixed i.fab.fa-whatsapp {
    display: block;
    font-size: 30px;
    color: #05cd51;
    height: 47px;
    width: 47px;
    line-height: 47px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 32%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;

}
.sidebar-fixed:hover i.fab.fa-whatsapp {
    color: #fff;
    background: #05cd51;
}
.sidebar-fixed .tooltip {
    z-index: 99;
    position: absolute;
    white-space: nowrap;
    right: 10px;
    bottom: 2px;
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 32%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sidebar-fixed .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #05cd51;
    right: -8px;
    top: 40%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sidebar-fixed:hover .tooltip {
  right: 60px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: #05cd51;
  color: #fff;
}

/* Extra small devices (phones, 575px and down) */
@media only screen and (max-width: 575.98px) { 
    .banner-slider .detail-text {
        margin: 10px 0 0;
    }
}

/*=============================
 Small devices (landscape phones, less than 768px)
 ==============================*/
@media only screen and (max-width: 767.98px) {

}

/*==============================
 Medium devices (tablets, less than 992px)
 ===============================*/
@media only screen and (max-width: 991.98px) {

}

/*==============================
 Large devices (desktops, less than 1200px)
 ===============================*/
@media only screen and (max-width: 1199.98px) {

}