@charset "utf-8";

/* CSS Document */
* {margin: 0; padding: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
 /* vertical-align: baseline; */
}

img {
	max-width:100%;
}

html {

  line-height: 1;
overflow-x:hidden; 
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; 
}
q, blockquote {
  quotes: none; 
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; 
}
a img {
  border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; 
}

.btn, .butt{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
strong{
	 font-weight:600;
}
body{
	margin: 0;
	padding: 0;
    overflow:hidden;	
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:19px;	
	/*background-color:#25252b;*/
	background-color:#fff;
	
	
	
}
h1, h2, h3, h4, h5, h6{	  
	 color:#0c0f4f;
	  font-family: 'Josefin Sans', sans-serif;
}
a{
color:#ef131d;	
outline:none;
}
a:hover{ color:#b50a12; text-decoration:none;}
p{
	 font-family: 'Roboto', sans-serif;
	 font-size:14px;
	 line-height:19px;
	 margin-bottom:12px;
	 font-weight:400;
	 color:#888b94;
}
h1{
	font-size:60px;
	line-height:66px;
	font-weight:400;
	margin:0 0 13px 0;
	color:#fff;
}
h1 span{ color:#ef131d;}
h2{
	font-size:35px;
	line-height:40px;
	font-weight:400;
	margin:0 0 10px 0;		
}
h3{
	font-size:30px;
	line-height:36px;
	font-weight:400;
	margin:0 0 10px 0;
	
}

h4{	font-size: 27px;
	line-height: 33px;
	font-weight: 400;
	margin:0 0 10px 0;
	
}

h5{
	font-size: 24px;
	line-height:30px;
	font-weight:400;
	margin:0 0 10px 0;
	
}

h6{
    font-size: 18px;
	line-height:23px;
	font-weight:400;
	margin:0 0 10px 0;
	
}

/*-------- preloader start ----------*/
@keyframes preloader_animation {
		0% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(-100%);
		}
	}
.preloader {
		transition: transform 0.2s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		z-index: 200;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		height: 100vh;
		background-color: #121212;
		overflow: hidden;
}
	
.preloader__wrapp {
      position: relative;
}

.preloader__wrapp:after {
	  content: "";
	  background-color: rgba(18, 18, 18, 0.5);
	  position: absolute;
	  z-index: 1;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  transform: translateY(0);
}

.preloader-start {
		animation: preloader_animation 0.5s cubic-bezier(0.22, 0.17, 0, 0.98) 1.5s forwards;
}

.preloader-start .preloader__wrapp::after {
		animation: preloader_animation 1s linear forwards;
 }

/*-------- preloader end ----------*/	
/*----- header start ----*/
.top_header_bar{	
	background-color:#303849;
	/*border-bottom:1px solid rgba(255, 255, 255, 0.4);*/
	padding:15px 0 15px 0;
	margin:0;
	
}
.top_header_holder{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.top_header_left{	
	margin: 0;
}
.top_header_left ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.top_header_left ul li{
 display:inline-block;
 margin:0 10px 0 0;
 padding:0;
}
.top_header_left ul li a span{ margin-right:4px;}
.top_header_left ul li a{ color:#fff;}
.top_header_middle{
	text-align:center;
}
.top_header_middle p{
	text-align:center;
	font-style:italic;
	color:#fff;
	margin:0;
}
.header_social_wrapper a {
	margin: 0 0 0 5px ;
}
.header_social_wrapper a img{ height:17px;}
/*------- start -----*/

.header {
	/*position: absolute;
	top: 0px;
	left: 0;
	right: 0;*/
	width: 100%;
	z-index: 9;
	position:relative;
	
/*	background-color:#fff;
box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);*/
}

/*---- header-main start -----*/
.header-main{
padding:12px 0;
margin:0;
}
.header-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	justify-content: space-between;
	align-items: center;
}

.sticky {
position: fixed;
	top: 0;
	left:0;
	right:0;	
	z-index: 9999;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-top:0px;
	width: 100%;	
	background: #ebeced;
border: none !important;
padding:10px 0;
/*box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);*/
}
.animated {
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both
}
.slideInDown {
-webkit-animation-name:slideInDown;
animation-name:slideInDown
}

@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}	


.header_container_left{}
.header_container_right{}
.mobile_header_my_account{ display:none;}

.header_search{ display:inline-block; position:relative;}
.header_cart{ display:inline-block; margin-left:7px;}
.header_login{ display:inline-block; margin-left:7px;}
.search-box{
  background: #f2f2f2;
  position: absolute;
  top: 43px;
  right: -5px;
  width: 350px;
  height: 40px;
 /* line-height: 60px;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #ff913a;
  display: none;
  padding:2px 0 0 0;
}

.search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ff913a;
}

.search-box input[type="text"]{
  width: 267px;
  padding: 5px 10px;
  margin-left: 3px;
  border: 1px solid #cdcdcd;
  outline: none;
}

.search-box input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #1f1f29;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #1f1f29;
  outline: none;
  cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 700px) {

  .search-box{
    width: 270px;
    right: -16%;
  }
  .search-box input[type="text"]{
    width: 190px;
    margin-left: 0px;
  }
  .search-box input[type="button"] {
    margin-right: 2px;
  }
}

.logo{
   margin:0;    
   display:inline-block;
}
.logo img{
	width:170px;
}
.header-main.sticky .logo img{
	width:120px;
}
 	

/*------ menu start --------*/

.sub-menu{	

	position: absolute;
	top: 100%;	
	z-index: 1000;
	display: none;
	/*float: left;*/
	width: 200px;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #333f48;
	background-clip: padding-box;
	border-radius: .25rem;
	/*border: 1px solid rgba(0,0,0,.15);	
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);*/
}

.header-container .navbar {
	display: inline-block;
	padding: 0rem;
	margin: 4px 0 0 50px;
	vertical-align: middle;
}
.header-container .navbar-nav li .sub-menu li{	margin-right:0px;}
.header-container .navbar-nav li .sub-menu li a{	
color: #fff;		
font-size:13px;
font-weight:400;
padding:5px 10px;
display:block;
width:100%;
}
.header-container .navbar-nav li .sub-menu li a:hover{ color:#db908c; text-decoration:none;}
	
.header-container .navbar-nav li:hover .sub-menu{ display:block;}
.navbar-toggler-icon { 
    margin: 5px;
    display: block;
    padding: 1px 15px;
    height: 3px;
    background: #333;
}

.navbar-dark .navbar-nav .active> .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ef131d;
}
.header-container .navbar-nav li a.active{	
	  color: #ef131d !important;
	 
}
.header-container .navbar-nav li.current-menu-item a{
	color: #ef131d !important;
	 
}

.navbar-dark .navbar-brand {
    color: #0c0c0c;
}
.header-container .navbar-nav li{
	margin-left:9px;
	position:relative;
}
.header-container .navbar-nav li:first-child{/*margin-left:0px;*/}
/*.header-container .navbar-nav li:last-child a{ padding-right:0px !important;}*/
.navbar-dark .navbar-nav li.menu-item {
	position: relative;
	padding: 0 0;
	/*background: url("../images/nav_divider.png") no-repeat right center;*/
}
.navbar-dark .navbar-nav li.menu-item:last-child {
	background:none;
}
.navbar-dark .navbar-nav li.menu-item a {
    color: #031d5a;	
font-size:15px;
 line-height:22px;
font-weight:400;
 font-family: 'Roboto', sans-serif;
padding:10px 5px;
transition: 0.2s ease;

}
.navbar-dark .navbar-nav li .drop_d_arrow img{
	width:18px !important;
	margin-left:4px;
}
.navbar-dark .navbar-nav li.menu-item a:focus, .navbar-dark .navbar-nav li.menu-item a:hover {
    color:#ef131d !important;
}	
.rolling-text {
	display: inline-block;
	
	font-size: 14px;
	line-height: 22px;
	/* letter-spacing: 24px; */
	height: 22px;
	text-decoration: none;
	overflow: hidden;
	color: #1a1a1a;
}
/*  .rolling-text:hover{
	  transform: translateY(-100%);
  }*/
  .block:last-child{
    color: #3640F0;
  }
  
.rolling-text .letter {
	display: inline-block;
	transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.rolling-text:hover .letter, .rolling-text.play .letter {
	transform: translateY(-100%);
}

.letter:nth-child(1) {
	transition-delay: 0s;
}
.letter:nth-child(2) {
	transition-delay: 0.015s;
}
.letter:nth-child(3) {
	transition-delay: 0.03s;
}
.letter:nth-child(4) {
	transition-delay: 0.045s;
}
.letter:nth-child(5) {
	transition-delay: 0.06s;
}
.letter:nth-child(6) {
	transition-delay: 0.075s;
}
.letter:nth-child(7) {
	transition-delay: 0.09s;
}
.letter:nth-child(8) {
	transition-delay: 0.105s;
}
.letter:nth-child(9) {
	transition-delay: 0.12s;
}
.letter:nth-child(10) {
	transition-delay: 0.135s;
}
.letter:nth-child(11) {
	transition-delay: 0.15s;
}
.letter:nth-child(12) {
	transition-delay: 0.165s;
}
.letter:nth-child(13) {
	transition-delay: 0.18s;
}
.letter:nth-child(14) {
	transition-delay: 0.195s;
}
.letter:nth-child(15) {
	transition-delay: 0.21s;
}
.letter:nth-child(16) {
	transition-delay: 0.225s;
}
.letter:nth-child(17) {
	transition-delay: 0.24s;
}
.letter:nth-child(18) {
	transition-delay: 0.255s;
}
.letter:nth-child(19) {
	transition-delay: 0.27s;
}
.letter:nth-child(20) {
	transition-delay: 0.285s;
}

.navbar-dark .navbar-nav li.submenu > a::after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	/*position: absolute;
	right: -11px;
	top: 0;*/
}
.navbar-dark .navbar-nav li.submenu ul{
	position:absolute;
	opacity:0;
	visibility:hidden;
	top:18px;
	background-color:#38383E;
	color:#fff;
	min-width:200px;
	border-radius: .25rem;
	padding: 12px 0;
	background-clip: padding-box;
	margin-top:8px;
}
.header-container .navbar-nav li.submenu:last-child ul{
	right:0;
}
.header-container .navbar-nav li.submenu:last-child ul:after {	
	left: auto;
	right: 10%;	
}
.navbar-dark .navbar-nav li.submenu ul:after {
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #38383E;
	position: absolute;
	top: -6px;
	/*margin: 27px auto 0 auto; */
	right: 0;
	left: 10%;
	width: 5px;
	z-index: -1;
}
.dark_active .navbar-dark .navbar-nav li.submenu ul{
background-color:#12263e;
}
.dark_active .navbar-dark .navbar-nav li.submenu ul:after {
	border-bottom: 6px solid #12263e;
}
.header-container .navbar-dark  li.submenu ul li{ margin-left:6px; margin-right:6px; width:100%;}
.header-container .navbar-dark  li.submenu ul li a{	
color: #fff !important;		
font-size:13px;
font-weight:400;
padding:5px 10px;
display:block;
width:100%;
}
.header-container .navbar-dark li.sub-menu ul li a:hover{ color:#009247 !important; text-decoration:none;}	

@media (min-width: 992px){
.navbar-dark .navbar-nav li.submenu:hover ul{
	opacity:1;
	visibility:visible;
	z-index:2;
}
}
@media (max-width: 992px){
.navbar-dark .navbar-nav li.submenu ul {
	display: none;
	opacity:1;
	visibility:visible;
	position:static;
}	
.navbar-dark .navbar-nav li.submenu.show ul {
	display: block;	
	 width:95%;
	 margin:10px auto 10px auto;
}

}

/*.navbar-dark .navbar-nav li.menu-item a:before {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 0;
	height: 2px;
	background-color: #de483a;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .25s ease-in-out;
	
}
.navbar-dark .navbar-nav li.menu-item.active a:before {
	transition: all .2s ease-in-out;
	width: 100%;
	text-decoration: none;
}
.navbar-dark .navbar-nav li.menu-item a:hover:before {
	transition: all .2s ease-in-out;
  width:100%;
	text-decoration: none;
}*/

.dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
.nav-item:hover .dropdown-menu{ display: block; }
.nav-item .dropdown-menu{ margin-top:0; }

button.d-lg-none.btn.zbtn-warning.float-right {
    margin-top: 0px;
	outline:none !important;
}
button.d-lg-none.btn.zbtn-warning.float-right i{ color:#fff;}
.mobile-offcanvas .btn-close i{ color:#fff;}
.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100vh;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}

@media (min-width:992px){
.navbar .nav-item .dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

}


@media (min-width:320px){
		
.mobile-offcanvas.show {
	/*background:var(--bg-color);*/
	background:#070707;
	
	width: 360px;
}
.dark_active  .mobile-offcanvas.show {
	/*background:var(--bg-color);*/
	background:#02040F;
	
}
	
}
		
	
	
@media (max-width:992px) { 
.navbar-nav{
	margin-top:50px;
}

.header-container .navbar-nav li:first-child {
	/*margin-left: 15px !important;*/
}
.header-container .navbar-nav li {	
	margin-bottom: 14px !important;
	
}
.navbar-dark .navbar-nav li.menu-item a {
	color: #fff;
	
}
.navbar-dark .navbar-nav li.submenu ul li{
	
	padding: 0 5px;
	margin-bottom: 2px !important;
}
.login_btn {
	font-size: 12px;	
}
.offcanvas-header{ 
 /*display:block; */

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding:0 12px;
 
}
 
.offcanvas-header button{ 
      font-size: 30px;
    background: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 7px;
    /*margin-top: 5px;
	padding-right:12px;*/
      
  }
 .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(100%);
    border-radius:0; 
    display:block;
    position: fixed;
    top: 0; 
	right:0;
    height: 100vh;
    z-index: 1200;
    width:80%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }
  .dark_active .header-container .mobile_m.btn i {
	color: #fff;
}
  .dark_active .header-container .offcanvas-header .btn-close i {
	color: #fff;
}
/*-------- dev edit start -----*/
.navbar-dark .navbar-nav li ul.sub-menu li{	
	padding: 0 5px;
	margin-bottom: 2px !important;
	margin-left:0px;
}
.sub-menu {	
	width: 98% !important;	
}
/*-------- dev edit end -----*/
}

/*---------- dev_menu edit start ------*/

.navbar-dark .navbar-nav li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
}
.header-container .navbar-nav li:last-child ul.sub-menu {
	right: 0;
	left: auto;
}
.navbar-dark .navbar-nav li ul.sub-menu:after {
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #333f48;
	position: absolute;
	top: -6px;
	/* margin: 27px auto 0 auto; */
	right: 0;
	left: 10%;
	width: 5px;
	z-index: -1;
}
.header-container .navbar-nav li:last-child ul.sub-menu:after {
	left: auto;
	right: 10%;
}

/*---------- dev_menu edit start ------*/
.rmp_menu_trigger{ display:none !important;}

@media (max-width: 992px) {
.rmp_menu_trigger{ display:block !important;}	
.rmp_menu_trigger {
	top: 0 !important;	
	cursor:pointer;
}	
.rmp_menu_trigger.is-active {
	background: transparent !important;
}	
.rmp-container {	
	background-color: #0a1f3a !important;	
}
.rmp-container .rmp-menu-subarrow{ font-size:0;}
.rmp-container .rmp-menu-subarrow:after {	
	content: "\f107" !important;
	font-family: FontAwesome !important;	
	font-size: 12px;
	font-weight: 400;

}
.rmp-container .rmp-menu-subarrow-active { font-size:0;}
.rmp-container .rmp-menu-subarrow-active:after {
	content: "\f106" !important;
	font-family: FontAwesome !important;	
	font-size: 12px;
	font-weight: 400;
}
.rmp-container .rmp-menu {
	padding-top: 15px !important;
	padding-left: 0px;
	padding-bottom: 5px !important;
	padding-right: 0px;
}	
.rmp-container .rmp-menu-current-item .rmp-menu-item-link {
	color: #1cc1e3 !important;
	border-color: #1cc1e3 !important;
	background-color: transparent  !important;
}
.rmp-container .rmp-submenu .rmp-menu-item-link:hover {
	color: #1cc1e3 !important;	
}
.rmp-container .rmp-menu-item-link:hover {
	color: #1cc1e3 !important;	
}

.rmp-container .rmp-submenu .rmp-menu-item-link {
	height: 27px !important;
	line-height: 27px !important;	
	border-bottom: 0px solid #0a1f3a !important;	
}
	
}

/*---------- dev_menu edit end ------*/
/*------ menu end --------*/

/*----------- header end -------*/

.contact_btn{
	background: #077f8e; 
background: -moz-linear-gradient(left,  #077f8e  0%, #1cc1e3 100%); 
background: -webkit-linear-gradient(left,  #077f8e 0%,#1cc1e3 100%); 
background: linear-gradient(to right,  #077f8e 0%,#1cc1e3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#077f8e', endColorstr='#1cc1e3',GradientType=1 ); 
padding: 9px 19px 9px 19px;
display: inline-block;
	font-family: 'Roboto', sans-serif;
	color:#fff;
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contact_btn:hover{
	background: #1cc1e3; 
background: -moz-linear-gradient(left,  #1cc1e3  0%, #077f8e 100%); 
background: -webkit-linear-gradient(left,  #1cc1e3 0%,#077f8e 100%); 
background: linear-gradient(to right,  #1cc1e3 0%,#077f8e 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc1e3', endColorstr='#077f8e',GradientType=1 ); 
padding: 9px 19px 9px 19px;
display: inline-block;
	font-family: 'Roboto', sans-serif;
	color:#fff;
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.header_my_account .free_signin{
	position:relative;
}
.header_my_account .free_signin:after {
	content: "";
	background: url("../images/jw_divider.png") no-repeat right top;
	position: absolute;
	right: -12px;
	height: 44px;
	width: 1px;
	top: -6px;
	background-size: 75%;
}
.header_my_account .free_signin a{
	color:#CDCDCD;
	font-weight:600;
	font-size:14px;
}
.header_my_account .free_signin a:hover{
color:#3640F0;
}

.login_btn  {
	color:#fff;
	font-weight:600;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	background-color:#ef131d;
	padding: 5px 10px;
	margin: 0 0 0 25px;	
	padding: 9px 35px 10px 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	outline:none !important;
	cursor:pointer;	
}
.login_btn span { margin-left:4px;}
.login_btn:hover {
	background-color:#df0711;
	color:#fff;
} 

.read_btn{
	background: #ef131d; 
background: -moz-linear-gradient(left,  #c05d1c 0%, #b22b2a 100%); 
background: -webkit-linear-gradient(left,  #c05d1c 0%,#b22b2a 100%); 
background: linear-gradient(to right,  #c05d1c 0%,#b22b2a 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c05d1c', endColorstr='#b22b2a',GradientType=1 ); 
	
	padding: 7px 1px 7px 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.read_btn span{
	padding: 9px 28px;
	 background: rgba(20, 33, 43, 1);
	 -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.read_btn:hover span{
		background: #c05d1c; 
background: -moz-linear-gradient(left,  #c05d1c 0%, #b22b2a 100%); 
background: -webkit-linear-gradient(left,  #c05d1c 0%,#b22b2a 100%); 
background: linear-gradient(to right,  #c05d1c 0%,#b22b2a 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c05d1c', endColorstr='#b22b2a',GradientType=1 ); 
} 
.default_btn{ 
		background-color:#ef131d;
color:#fff;
	padding: 9px 34px 11px 34px;
	 -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	font-size: 14px;
	font-weight: 402;	
	font-family: 'Roboto', sans-serif;
display:inline-block;
	cursor: pointer;
	outline:none !important;
}
.default_btn:hover {
	color: #fff;
	background-color:#e00812;	
}
.w_o_b_btn {
	color: #14F092;
	cursor: pointer;
	outline:none !important;
}
.w_o_b_btn:hover {
	color: #fff;
	 text-decoration:none;
}
.w_border_btn{
	background-color: #070707;
	border:1px solid #14F092;
	padding: 9px 34px 11px 34px;
	 -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.w_border_btn:hover {
	color: #fff;
	 text-decoration:none;
}
.r_arrow_btn_holder{
	display:inline-block;
	margin-left:15px;
}
.r_arrow_btn{
border:1.5px solid #444444;
 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:40px;
	height:40px;
	text-align:center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	justify-content: center;
	 align-items: center; 
}
.r_arrow_btn i{ color:#fff;}
/*-------- header_banner start ------*/
.header_banner{
	padding:0;	
	position:relative;	
	margin:0;
	/*height:600px;	*/		
	overflow:hidden;
}
#particles-js{
  width: 100%;
  height: 100%;
    background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position:absolute;
  z-index:1;
  padding:20px 0;
}
/*.header_banner:before {
	background: url("../images/1.svg") no-repeat center top;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 400px;
	height: 686px;
	background-size: 80%;
	text-align: center;
	margin: 0 auto;
}
.header_banner:after {
	background: url("../images/2.svg") no-repeat center top;
	position: absolute;
	content: "";
	top: 10%;
	left: auto;
	right: -12px;
	width: 192px;
	height: 416px;
	background-size: 90%;
	text-align: center;
	
}*/
.home_banner_img {
	/*position:absolute;
	right:0;
width:500px;
z-index:1;*/
text-align:center;
}

.home_banner_img img {
width: 100%;
object-fit: cover;
object-position: center top;	
}
.header_banner .container {
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: left;
	z-index: 2;
	width: 100%;	
}

.header_banner .col-md-8{ margin:0 0; }

.header_banner .banner_text{
	margin:0 0 0 0;
	
}	
.header_banner .banner_text h6{	
font-size:13px;
line-height:17px;
color: #64FFE3;
/*letter-spacing: 0.24em;*/ 

	border: 1px solid #213436;
	/*border-image: linear-gradient(0.25turn, #213436, #394C4E);
	border-image-slice: 1;*/
	display:inline-block;
padding: 8px 30px 9px 30px;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;	
}

.header_banner .banner_text h1{
	color:#fff;
	font-size:60px;
	line-height:66px;
	font-weight:500;
	margin-bottom:10px;
/*	text-shadow: 0px 4px 8.73px rgba(0, 0, 0, 0.46);
	animation: jump 3s linear infinite alternate;*/
}
.header_banner .banner_text h1 span{ color:#ef131d;}
.header_banner .banner_text h2{
	line-height:42px;
	color:#81d742;
	font-weight:500;
	margin-bottom:8px;
	/*text-shadow: 0px 4px 8.73px rgba(0, 0, 0, 0.46);
	animation: jump 3s linear infinite alternate;*/
	position:relative;
	transition: all 0.5s ease-in-out;
	animation: flicker 0.5s ease-in-out infinite alternate;
	-webkit-text-stroke: #13ac16;
	-webkit-text-stroke-width: 2px;
	/*text-shadow: 2px 2px 10px #fff;*/
}
.header_banner .banner_text h2 span{ 
/*color:#81d742;*/
}
@keyframes flicker {
	0% {
		opacity: 0.7;
		/*text-shadow: 2px 2px 10px #81d742;*/
	}
	100% {
		opacity: 1;
		/*text-shadow: 2px 2px 20px #13ac16;*/
	}
}


.header_banner .banner_text p{	
font-size:14px;
line-height:20px;
color:#fff;
font-weight: 400;
margin-bottom:10px;
}

.header_banner .banner_text .banner_button_block{
	margin:17px 0 0 0;
	display:inline-block;
	width:100%;
}
.header_banner .banner_text .banner_button_block span{
	margin:0 16px 0 0;
}
.get_started_btn{
	border:1px solid #ef131d;
	background-color:#ef131d;
	font-family: 'Roboto', sans-serif;
	font-size:14px;	
	font-weight: 400;
	color:#fff;
	text-transform:capitalize;
	padding: 11px 32px 11px 32px;
	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;	
}
.get_started_btn:hover{ 
background-color:#e00812;
border:1px solid #e00812;
color:#fff;
}
.button_block{
	margin:19px 0 0 0;
	display:inline-block;
	width:100%;
}
.header_banner .owl-carousel .owl-nav {
	position: absolute;
	top: 42%;
	left:0;
	right:0;
	width: 100%;
	z-index: 9;	
}
.header_banner .owl-carousel .owl-nav .owl-prev{
	outline:none !important;
}
.header_banner .owl-carousel .owl-nav .owl-prev span {
	left: 7px;
	top: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	/*-webkit-border-radius: 50%; 
	 -moz-border-radius: 50%; 
	border-radius: 50%; */
	color: #fff;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	content: "";
	background: url("../images/arrow_prev_mb.png") no-repeat center center #8ec63e;
	font-size: 0;
	cursor: pointer;
	padding: 0px;
	/*background-size: 20%;*/
	display:inline-block;	
	outline:none !important;
}
.header_banner .owl-carousel .owl-nav .owl-next{
	outline:none !important;
}
.header_banner .owl-carousel .owl-nav .owl-next span {
	right: 7px;
	top: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	color: #fff;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	content: "";
	background: url("../images/arrow_next.png") no-repeat center center #8ec63e;
	font-size: 0;
	cursor: pointer;
	padding: 0px;
	/*background-size: 20%;*/
	display:inline-block;
	outline:none !important;
}

/*-------- header_banner end ------*/

/*---- header-main end -----*/
.home_wrapper{padding:0; margin:0;}

/*--------- our_story_home start ------*/
.our_story_home{
	background: url("../images/our_story_home_bg.jpg") no-repeat center center ;
	padding:48px 0 45px 0;
}
.our_story_home .row{
	align-items: center;
}
.our_story_home .col-md-6{
	margin:0 auto;
}
.our_story_home .text_block{ margin:0 0 0 0;}
.our_story_home .text_block h5{ 
font-size:14px;
line-height:20px;
font-weight:400;
color:#ef131d;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
}
.our_story_home .text_block h2{ color:#fff;}
.our_story_home .text_block p{ color:#fff;}
.our_story_home .img_block{	margin:0 0 25px 0;}
/*--------- our_story_home end ------*/
h2.section-title {
	text-align: center;	
	/*line-height: 52px;	*/
	color:#0c0f4f;
	margin-bottom:7px;
}
h2.section-title::before, h2.section-title::after {
	content: url("../images/header_decorator.png");
	margin: 14px;
	color: #D1BC87;
	vertical-align: text-bottom;
}
p.subTitle {	
	margin-bottom:10px;
	color: #888b94;
	
}
/*-------- home_our_services_section start ----*/
.home_our_services_section{
	padding:36px 0;
}
.home_our_services_section_top{ margin:0 0 25px 0;}
.home_our_services_section_bottom{margin:5px 0 0 0;}	

.home_our_services_section_bottom .row {
	justify-content: center;
}
.home_service_box{
	
	position:relative;	
  padding: 0; 
  border: 1.5px solid transparent;
  margin-bottom: 29px;
 /*height:370px;*/
 box-shadow: 0px 24px 33px rgba(197, 205, 216, 0.9);
}
.home_service_box:hover {
	border-image-source: linear-gradient(117.77deg, #ef131d 0%, rgba(251, 174, 61, 0) 36.23%, rgba(251, 174, 61, 0) 65.79%, #ef131d 100%);
	border-image-slice: 1;
}
.home_service_box a{ cursor:pointer;}
.home_service_box .img_block .text_bg {
	/* background: rgba(9,204,216,0.6); */
	/* background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0; */
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
	color: #fff;
	font-weight: 400;
	padding: 10px 15px;
	margin: 0;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	/* -webkit-transition: .3s all linear; */
	/* transition: .3s all linear; */
	left: 0;
	right: 0;
	position: absolute;
	top: 100%;
	display: inline-block;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	width: 100%;
	height: 30%;
	bottom: 0;
}
.home_service_box .img_block:hover .text_bg {
	transform: translate3d(0px, -100%, 0px);
	height: 100%;
	top: 100%;
}
.home_service_box .img_block {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.home_service_box .img_block:before {
	content: "";
	box-shadow: inset 0 5000px 0 rgba(0,0,0,0.9);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1;
}
/*.home_service_box .img_block:after {
	background: linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,.4) 15%,rgba(0,0,0,.7) 25%,rgba(0,0,0,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#cc000000', GradientType=0);
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), #000000) repeat scroll 0 0;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
	height: 100%;
	width: 100%;
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}*/
.home_service_box .img_block img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	/* transition: all .5s ease; */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-shadow: 1px 1px rgba(0,0,0,.2);
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* word-break: break-word; */
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*.home_service_box .img_block:hover img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}*/
.home_service_box .text_block {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	top: 0;
	bottom: 0;
	padding: 25px;
}
.home_service_box .icon_block{ margin:0 0 15px 0;}
.home_service_box .icon_block img{ width:50px;}
.home_service_box h4{ color:#fff;}
.home_service_box p{ color:#fff;}
.back_to_btn{
	background-color: #ef131d;
	color: #fff;
	padding: 12px 34px 12px 34px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 402;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	cursor: pointer;
	outline: none !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	overflow: hidden;
}
.back_to_btn:before {
	position: absolute;
	background: #db0b15;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: "";
}
.back_to_btn span {
  position: relative;
  z-index: 1;
  display: block;
}

.back_to_btn:hover {
  color: #fff;
}

.back_to_btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.back_to_btn:hover span {
  -webkit-animation: UpInitial 0.3s , UpEnd 0.3s  0.3s;
          animation: UpInitial 0.3s , UpEnd 0.3s  0.3s;
}

.back_to_btn svg, .back_to_btn i {
  margin-left: 8px;
}

.back_to_btn.btn-design-two {
  background-color: #149FD5;
  color: #fff;
}

.back_to_btn.btn-design-two::before {
  background: #1B1F2B;
}

@-webkit-keyframes UpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
  }
}

@keyframes UpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
  }
}

@-webkit-keyframes UpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes UpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*-------- home_our_services_section end ----*/


/*---------- our_brand_section start --------*/
.our_brand_section{
	padding:45px 0;
	margin:0;
}
.our_brand_section_top{
	
	margin:0 0 26px 0;
}
.our_brand_section_bottom{	
	margin:0 0 0 0;
}
.our_brand_section_bottom .brand_box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height:150px;
}

.our_brand_section_bottom .brand_box img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	max-height: 150px;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/* filter: grayscale(100%); 
	 -webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
	filter: grayscale(100%); 
	filter: gray;
	-webkit-filter: grayscale(1);*/
}
.our_brand_section_bottom .brand_box img:hover {
	 filter: grayscale(0%); 
	 -webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%);
	 filter: grayscale(0%); 
	filter: none;
	-webkit-filter: grayscale(0);
}
.our_brand_section_bottom .owl-carousel .owl-nav {
	width: 150px;
	z-index: 9;
	text-align: center;
	margin: 22px auto 0 auto;
}
.our_brand_section_bottom .owl-carousel .owl-nav .owl-prev span {
	width: 30px;
	height: 17px;
	color: #fff;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	content: "";
	background: url("../images/arrow_prev.png") no-repeat left center;
	font-size: 0;
	cursor: pointer;
	padding: 0px;
	/* background-size: 20%; */
	display: inline-block;
	margin-right: 10px;
	outline: none !important;
}
.our_brand_section_bottom .owl-carousel .owl-nav .owl-next span {
	width: 30px;
	height: 17px;
	color: #fff;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	content: "";
	background: url("../images/arrow_next.png") no-repeat right center;
	font-size: 0;
	cursor: pointer;
	padding: 0px;
	/* background-size: 20%; */
	display: inline-block;
	outline: none !important;
}
/*---------- our_brand_section end --------*/
/*-------- blog_wrapper start -------*/
.latest_news_section{
	padding:40px 0;
	margin:0;
}
.latest_news_section_buttom_top{
	margin:0 0 24px 0;
}
.blog_wrapper{
	padding:10px 0 35px 0;
	margin:0;
}
.blog_categories{
	margin:0 0 20px 0;
}
.blog_categories ul{
 list-style-type:none;
 padding:0;
 margin:0;	
}
.blog_categories ul li {
	display: inline-block;
	padding: 8px 25px 9px 25px;
	margin: 0 5px 5px 0;
	list-style: none;
	cursor: pointer;
	float: none;
	position: relative;
	width: 19%;
	border: 1px solid #747474;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	text-align: center;
}
.blog_categories ul li:last-child {margin-right:0;}
.blog_categories ul li a{
	font-family: 'Plus Jakarta Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
color: #747474;
}
.blog_categories ul li.active {	
	color:#292C33;
	background: #14F092;
	border:1px solid #14F092 ;
	
}
.blog_categories ul li:hover{	
	color:#292C33 ;
	background: #14F092;
	border:1px solid #14F092 ;	
}
.blog_categories ul li:hover a{	
	color:#292C33;
	
}
.blog_categories ul li.active a{	
	color:#292C33;
	
}
@media only screen and (max-width: 768px) {
.blog_categories ul{
	padding: 0px 0 12px 0;
	width: auto;
	float: none;
	/* text-align: center; */
	background-color: transparent;
	white-space: nowrap;
	overflow: auto;
	margin-bottom:12px;
}
.blog_categories ul li{ width:auto;}
.blog_categories ul li a{
display: inline-block;
white-space: nowrap;	
	font-size: 13px;
	line-height: 17px;	
}

}


.blog_wrapper_top{ margin:0 0 35px 0;}
.main_blog{
	
	padding: 7px;
	border: 1px solid transparent;
	border-image: linear-gradient(0.25turn, #131313, #444444, #131313);
	border-image-slice: 1;
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
}
.main_blog_holder{}
.main_blog_holder .img_block{}
.main_blog_holder .img_block img{
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.main_blog_holder .text_block{}
.main_blog_holder .text_block .post-box{
	padding:15px 0;
	
}
.main_blog_holder .text_block .post-box .entry-content .post_categories {
	margin-bottom: 9px;
}
.main_blog_holder .text_block .post-box .entry-content .post_categories a {
	
	padding: 5px 15px 8px 15px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #14F092;
	text-align: center;	
	color: #fff;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.post-box .post-content{
	margin-bottom: 16px;
}
.post-box .post-content h4.entry-title {
	color:#fff;	
	margin-bottom: 10px;
}
.post-box .post-content h4.entry-title a{
	color:#fff;		
}
.main_blog_holder .text_block .post-box .post-inner .entry-content {
	padding: 0px;
	/* -webkit-border-bottom-right-radius: 20px; */
	/* -webkit-border-bottom-left-radius: 20px; */
}
.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	align-items: center;
	justify-content: inherit;
}

.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_left{
display: inline-block;
margin-right: 15px;	
}
.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_left .post-author{
display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	align-items: center;
	
}

.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_left .post-author .author_img {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	margin-right: 6px;
	vertical-align: top;
}
.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_left .post-author .author_name{
	display: inline-block;
}
.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_right{
	display: inline-block;
}
.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_right .post-meta-date{
	display: inline-block;
	color:#cdcdcd;
	margin-right:6px;
}
.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_right .post_stats{
	display: inline-block;
	color:#cdcdcd;
	position:relative;
	padding-left:10px;
}

.main_blog_holder .text_block .post-box .entry-content .entry_header .entry_header_top .author_right .post_stats:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	height: 4px;
	width: 4px;
	background: #cdcdcd;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main_blog .owl-carousel .owl-prev.disabled, .main_blog .owl-carousel .owl-next.disabled {
      pointer-events: none;
     /* opacity: 0.25;*/
 }


.main_blog .owl-carousel .owl-nav {
	width: 110px;
	z-index: 9;
	margin: 0;
	position: absolute;
	right: 0;
	bottom:5px;
}
.main_blog .owl-carousel .owl-nav .owl-prev  {	
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	border:1px solid #444444;
	color: #cdcdcd;		
	outline: none;
}
.main_blog .owl-carousel .owl-nav .owl-prev .nav-button.owl-prevs {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	border-radius: 0;
	color: #cdcdcd;	
}
.main_blog .owl-carousel .owl-nav .owl-next  {	
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	border:1px solid #444444;
	color: #cdcdcd;		
	outline: none;
}
.main_blog .owl-carousel .owl-nav .owl-next .nav-button.owl-nexts {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	border-radius: 0;
	color: #cdcdcd;
	
}
.main_blog .owl-carousel .owl-nav .disabled .nav-button i{color:#cdcdcd;}	
.main_blog .owl-carousel .owl-nav .nav-button i{color:#14F092;}	

.main_blog .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #cdcdcd;
	text-decoration: none;
}	
	
.blog_wrapper_bottom{
	margin:18px 0 0 0;
}
.post-box .post-inner {
	/*background: #fff;*/
	margin-bottom: 25px;
	overflow: hidden;
-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	position:relative;
	
}
.blog_wrapper_bottom .post-box .post-inner .entry-content{
	padding:20px 9px 12px 9px;
	
	/*-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;*/
}
.blog_wrapper_bottom .post-box .post-inner .entry-content .entry_header{
	margin:0 0 12px 0;
}
.blog_wrapper_bottom .post-box .post_categories {
	position: absolute;
	left: 15px;
	top: 15px;	
	text-align: center;
	z-index: 1;
	color: #fff;	
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.blog_wrapper_bottom .post-box .post_categories a {
	padding: 7px 15px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #14F092;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.blog_wrapper_bottom .post-box .post_categories a:hover { color:#14F092;}
.post-box .post-content h6.entry-title a {
	color: #fff;
	display: block;
	height: 48px;
}
.post-box .post-inner .post-content p {	
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;	
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	position:relative;
	display: block;
	height: 60px;
	width: 100%;
}
.blog_wrapper_bottom .post-box .entry-content .entry_header .entry_header_top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog_wrapper_bottom .post-box .entry-content .entry_header .entry_header_top .author_left {
	display: inline-block;
	margin-right: 15px;
}
.blog_wrapper_bottom .post-box .entry-content .entry_header .entry_header_top .author_left .post-author {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.blog_wrapper_bottom .post-box .entry-content .entry_header .entry_header_top .author_left .post-author .author_img {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	margin-right: 6px;
	vertical-align: top;
}

.blog_wrapper_bottom  .post-box .entry-content .entry_header .entry_header_top .author_right {
	display: inline-block;
}
.blog_wrapper_bottom .post-box .entry-content .entry_header .entry_header_top .author_right .post-meta-date {
	display: inline-block;
	color: #cdcdcd;
	margin-right: 6px;
}
.blog_wrapper_bottom .post-box .entry-content .entry_header .entry_header_top .author_right .post_stats::before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	height: 4px;
	width: 4px;
	background: #cdcdcd;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog_wrapper_bottom .post-box .entry-content .entry_header .entry_header_top .author_right .post_stats {
	display: inline-block;
	color: #cdcdcd;
	position: relative;
	padding-left: 10px;
}
.post-box .post-inner .entry-content {
	padding: 20px 9px 12px 9px;
	/* -webkit-border-bottom-right-radius: 20px; */
	/* -webkit-border-bottom-left-radius: 20px; */
}

.post_categories a {
	padding: 5px 15px 8px 15px;
	margin:0 0 10px 0;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #14F092;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.post_categories a:hover { color:#14F092;}
.post-box .post-inner .entry-content .entry_header {
	margin: 0 0 10px 0;
}
.post-box .entry-content .entry_header .entry_header_top .author_left {
	display: inline-block;
	margin-right: 15px;
}
.post-box .entry-content .entry_header .entry_header_top .author_left .post-author {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.post-box .entry-content .entry_header .entry_header_top .author_left .post-author .author_img {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	margin-right: 6px;
	vertical-align: top;
}
.post-box .entry-content .entry_header .entry_header_top .author_right {
	display: inline-block;
}
.post-box .entry-content .entry_header .entry_header_top .author_right .post-meta-date {
	display: inline-block;
	color: #cdcdcd;
	margin-right: 6px;
}
.post-box .entry-content .entry_header .entry_header_top .author_right .post_stats {
	display: inline-block;
	color: #cdcdcd;
	position: relative;
	padding-left: 10px;
}
.post-box .entry-content .entry_header .entry_header_top .author_right .post_stats::before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	height: 4px;
	width: 4px;
	background: #cdcdcd;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.post-box .entry-date {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 60px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #feeae7;
	text-align: center;
	z-index: 1;
	color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	
}
.post-box .entry-date .day {
	display: block;
	font-size: 23px;
	line-height:27px;
	font-weight: 400;	
	
}
.post-box .entry-date .month {
	display: block;
	font-size: 22px;
	line-height:29px;
	font-weight: 400;		
	margin-bottom:4px;
}
.post-box .entry-media {
	position:relative;
	overflow:hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.post-box .entry-media img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.post-box .entry-media:hover img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.post-box .inner-post {
	padding: 20px 8px;	
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	text-align:center;
}
.post-box .post-cat a {
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	position: relative;
	display: inline-block;
	color: #646e83;
}
.post-box .post-cat a::after {
	content: "";
	background: #223354;
	margin-left: 10px;
	margin-right: 6px;
	width: 3px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.post-box .post-cat a:last-child:after {
	display: none;
}
.post-box .inner-post h6.post-author {
	
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style:italic;
	margin:0 0 6px 0;
}
.post-box .inner-post .entry-header .post_stats { margin-bottom:5px;}
.post-box .inner-post .entry-header .post_stats .post-meta-date {
	border-right: 1px solid #999494;
	padding: 0 5px 0 0;
	margin-right: 5px;
	color:#999494;
}
.post-box .inner-post .entry-header .post_stats a{
		color:#999494;
}

.post-box .inner-post h6.post-author a{ color:#9d9b9b;}
.post-box .inner-post h5.entry-title {
	
	font-size:18px;
	line-height:22px;
	font-weight:400;
	/*white-space: nowrap;*/
overflow: hidden;
text-overflow: ellipsis;
  display: block; 
  height: 38px;
}
.post-box .inner-post .entry-header p {
		font-size: 13px;
	line-height: 18px;
	font-weight: 400;	
	color:#fff;	
overflow: hidden;
text-overflow: ellipsis;
  display: block; 
  height: 52px;
width:100%;
}

.post-box .entry-title a {
	color: #fff;
	font-weight:500;
	text-shadow: 0px 4px 8.73px rgba(0, 0, 0, 0.26);
}

.blog_btn{
	position:relative;
	text-transform:capitalize;
	color:#81d742;
	font-size:13.6px;
}
.blog_btn:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 3px;
	background-color: currentColor;
	bottom: 1px;
	margin-right: 7px;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
.blog_btn:hover {
	color:#13ac16;
}

.blog_btn:hover:before {
	width: 12px;
}

.single-post .comon_wrapper .comon_wrapper_top{
	padding:10px 0 60px 0;
}
.blog_details_wraper{
	
}

.blog_details_wraper_top{	
	padding: 0 0 15px 0;
	margin-bottom:10px;
}
.blog_details_wraper_top .entry-header .entry-title {
	margin-bottom: 15px;
	word-wrap: break-word;	
	position: relative;
}

.blog_details_wraper_top .entry-header .entry-meta  {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.blog_details_wraper_top .entry-header .entry-meta .post-author {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-right:15px;
}
.blog_details_wraper_top .entry-header .entry-meta .post-author .author_img {
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	height: 40px;
	position: relative;
}
.blog_details_wraper_top .entry-header .entry-meta .post-author  .author_img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:40px;
	height:40px;
}
.blog_details_wraper_top .entry-header .entry-meta .post-meta-date{ 
display: inline-block;
margin-right: 9px;
color:#fff;
}
.blog_details_wraper_top .entry-header .entry-meta .post_stats{ 
display: inline-block;
color:#fff;
position: relative;
padding-left: 10px;
}
.blog_details_wraper_top .entry-header .entry-meta .post_stats:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	height: 4px;
	width: 4px;
	background: #cdcdcd;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog_details_wraper_top .post-meta i {
	color: #b22a2a;
	margin-right:5px;
}
.blog_details_wraper_top .entry-header .post-meta span {
	display: inline-block;
	margin-right: 15px;
	color: #939398;
	font-size: 14px;
}

.blog_details_wraper_top .entry-header .post-meta .post-author a {}
.blog_details_wraper_top .entry-header .post-meta span {
	display: inline-block;
	margin-right: 15px;
	color: #14212b;
	font-size: 14px;
}
.article_details_wrapper{
	max-width:860px;
	margin:0 auto 35px auto;
}
.blog_details_wraper_bottom{ position:relative;}
.single-post .post-wrapper-hentry {	
	/*border: 1px solid #cfcfd1;*/
	margin: 0 0 25px 0;
/*	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.single-post .post-wrapper-hentry .post-content-wrapper-single .entry-image-wrapper-single{
padding:15px 0;
	
}
.single-post .section_heading h4 {	
	/*text-shadow: 0px 4px 8.73px rgba(0, 0, 0, 0.26);*/
}

.single-post .post-wrapper-hentry .post-content-wrapper-single .entry-image-wrapper-single img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .5s ease;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.single-post .post-wrapper-hentry .entry-data-wrapper  .entry-content{
	padding: 10px 1px 20px 0;
	margin:0 0 25px 0;
border-bottom: 1px solid transparent;
border-image: linear-gradient(0.25turn, #23232b, #444444, #23232b);
  border-image-slice: 100%;
border-image-slice: 1;
width: 100%;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-meta {
	border-top: 1px solid #cfcfd1;
	border-bottom: 1px solid #cfcfd1;
	padding: 6px 0 6px 0;
	margin: 5px 0 15px 0;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-meta .posted-on {
	border-right: 1px solid #cfcfd1);
	padding: 0 7px 0 0;
	margin-right: 3px;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content h5{
	margin:15px 0;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content figure{
	margin:20px 0;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content figure img{
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 12px 0;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content ul li{
	margin-bottom: 6px;
	position: relative;
	padding-left: 15px;
	color: #CDCDCD;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	height: 4px;
	width: 4px;	
	background: #14F092;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content ul li:hover:before {
	background: #fff;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content ul li a {
	color: #CDCDCD;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content ul li a:hover {
	color: #14F092;
}

.single-post .post-wrapper-hentry .entry-data-wrapper .entry-content .entry-author {	
	margin: 20px 0 20px 0;
	padding: 15px 0 15px 15px;	
	width: 100%;
	border-left:1px solid #14F092;	
}
.single-post .post-wrapper-hentry .entry-data-wrapper .post-content-entry{}
.single-post .post-wrapper-hentry .entry-data-wrapper .post-content-entry .entry-social-share{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .post-content-entry .entry-social-share .social_share_text{
	display:inline-block;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .post-content-entry .entry-social-share .social-share{
	display:inline-block;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .post-content-entry .entry-social-share .social-share a{
	display:inline-block;
	margin:0 0 0 6px;
	width:32px;
	height:32px;
	text-align: center;
line-height: 26px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color:#070707;
	border:1px solid #444444;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .post-content-entry .entry-social-share .social-share a i{
	color:#14F092;
}
.single-post .post-wrapper-hentry .entry-data-wrapper .post-content-entry .entry-social-share .social-share a:hover i{
	color:#fff;
}
.post-navigation {
	font-size: 16px;
	line-height: 1.5;
	margin: 30px 0 0 0;
	padding: 15px;
	position: relative;
	width: 100%;	
	border: 1px solid #cfcfd1;
	margin: 0 0 25px 0;
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.10);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.post-navigation .nav-links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
	width: 50%;
}
.single-post .post-navigation .meta-nav {
	color: #009247;
}
.post-navigation .meta-nav {
	color: #208de5;
	display: block;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}
.single-post .post-title {
	font-size: 14px;
	line-height: 19px;
	word-wrap: break-word;
	font-weight: 400;
	 color: #14212b;
}
.post-navigation .nav-next {
	border-left: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 0 30px;
}
.sidebar {
	position: relative;
	margin: 0;
}
.sidebar .widget_search {
	margin: 0 0 20px 0;
}
.widget_search form {
	position: relative;
}
#searchform .input-group {
	background: 0 0;
	position: relative;
}
#searchform .input-group input[type="text"] {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#17191e;
	height: 49px;
	padding-right: 20px;
	padding-left: 10px;
	color:#fff;
	border: 1px solid #17191e;
	width: 100%;
	position: relative;
}
#searchform .input-group input[type="text"] ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
#searchform .input-group input[type="text"] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
#searchform .input-group input[type="text"]::placeholder {
 color: #fff;
 opacity:1;
}


#searchform .input-group .input-group-append {
	position: absolute;
	right: 0;
	top: 0;
	z-index:1;
}
#searchform .input-group .btn:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 32px;
	background-color: #2B2B31;
	left: 0;
	top: 8px;
}
#searchform .input-group .input-group-append .btn i {
	color: #81d742;
}
#searchform .input-group .btn {
	background: 0 0;
}
.widget_search form .btn {
	background: 0 0;
	position: absolute;
	border: none;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 54px;
	width: 50px;
	right: 0;
	top: 0;
}
.sidebar .w_border {
	padding: 15px 12px;
	border: 1px dashed #d4d6d7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 24px 0;
}
.sidebar .widget-title {
	font-size: 22px;
	line-height: 26px;
	 color:#fff;
	padding: 0 0 9px 0;
	margin-bottom: 15px;
	position: relative;
}
.sidebar .w_border ul {
}
.sidebar .w_border ul li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 15px;
}
/*.sidebar .w_border ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	height: 8px;
	width: 8px;
	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;
}
.sidebar .w_border ul li:hover:before {
	background:#d1641a;
}*/
.sidebar .w_border ul li a {
	color:#fff;
	font-size: 14px;
	line-height: 19px;
}
.sidebar .w_border ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #2B2B31;
}

.sidebar .w_border ul li a:hover {
	color: #009247;
}
.sidebar .rc-post {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sidebar .rc-post figure {
	width: 30%;
	margin: 0 8px 0 0;
}
.sidebar .rc-post .tg-postcontent {
	width: 70%;
	padding: 0;
	overflow: hidden;
}
.sidebar .rc-post .tg-postcontent .tg-posttitle h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 405;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
}
.sidebar .rc-post .tg-postcontent .tg-posttitle p{
	display: block;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999494;
	margin: 0;
	font-size:13px;
	line-height:17px;
}
.make-me-sticky {	
	position: sticky;
	position: -webkit-sticky;
	top: 65px;
height: max-content;
z-index:1;
}


.blog_wrapper_inner  {
	padding: 0px 0 25px 0;
	margin: 0;
}
.blog_wrapper_inner  .blog_wrapper_bottom {
	margin: 0px 0 0 0;
}

/*-------- latest_news_section end -------*/
/*-------- similar_posts_wrapper start ------*/
.similar_posts_wrapper{
	padding: 20px 0 25px 0;
}
.similar_posts_wrapper_top{ margin:0 0 15px 0;}
.similar_posts_wrapper_bottom{}

/*-------- similar_posts_wrapper end ---------*/


/*---------- home_faq_section start -----*/
.home_faq_section{
	padding:110px 0;
	margin:0;
	position:relative;
	background: url("../images/gradient_center.png") no-repeat center top;
	background-size: 88%;	
}
.home_faq_section:before{
	background: url("../images/3.svg") no-repeat left top;
	width: 300px;
	height: 310px;
	position: absolute;		
	content: "";
	top: 5%;
	left: -4px;
	right: auto;	
	background-size: 65%;
	transform: rotateZ(-79deg);
}

.home_faq_section:after {
	background: url("../images/3.svg") no-repeat left top;
	width: 300px;
	height: 310px;
	position: absolute;
	content: "";
	bottom: 12%;
	right: -7px;
	left: auto;
	background-size: 60%;
	transform: rotateZ(105deg);
}
.home_faq_section .row{
	  align-items: center;
}
.home_faq_section .row .col-md-6{
	margin:0 auto;
}
.home_faq_section_holder {
	background-color: #222228;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 40px 35px;
	max-width: 98%;
	margin: 0 auto;
}

.home_faq_section h2{
	 font-size:35px;
	 line-height:39px;
	text-align:center;
	margin-bottom:22px;
	background: -webkit-linear-gradient(left, #ffffff , #e9e9e9 , #e0e0e0 80%);
	background: -o-linear-gradient(right, #ffffff, #e9e9e9 , #e0e0e0 80%);
	background: -moz-linear-gradient(right, #ffffff, #e9e9e9 , #e0e0e0 80%);
	background: linear-gradient(to right, #ffffff, #e9e9e9 , #e0e0e0 80%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.home_faq_section .text_block{ margin:0 0 25px 0;}
.home_faq_section .text_block h2{ color:#fff;}
.home_faq_section .text_block p{ color:#CDCDCD;}
.home_faq_wrapper{
background: #222228;
/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	padding:0px;
	width: 88%;
margin: 24px auto 0 auto;
}

.home_faq_wrapper .ui-accordion .ui-accordion-header {
font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	 font-family: 'Urbanist', sans-serif;
}
.home_faq_wrapper .ui-accordion-header .q_mob {
	margin-right: 0px;
	margin-left: 7px;
	display: inline-block;
	width: 91%;
}
.home_faq_wrapper .ui-icon {
	background: #14F092;
}
.home_faq_wrapper .ui-icon {
	background: #3640F0;
	background-image: url("../images/Plus.svg") !important;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 15px !important;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	vertical-align:top;
}
.home_faq_wrapper  .ui-state-active .ui-icon {
	background-color: #17171D !important;
	background-image: url("../images/Minus.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 15px !important;
	border:1px solid #3640F0;
}
.gray_btn_f {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Urbanist', sans-serif;
	background-color: #38383E;
	padding: 5px 10px;
	margin: 5px 0;
	padding: 8px 28px 9px 29px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none !important;
	cursor: pointer;
	display:inline-block;
	text-align:center;
}
.gray_btn_f span{margin-left:3px;}
.gray_btn_f:hover {
	background-color: #3640F0;
	color: #fff;
}
@media (max-width: 767px) {	
.home_faq_wrapper .ui-accordion-header .q_mob{ 
margin-left:5px;
margin-right: 0;
width: 86%;
font-size: 14px;
}
.home_faq_wrapper .ui-accordion .ui-accordion-header {	
	font-size: 14px !important;
	line-height: 20px;	
}
	
}

/*---------- home_faq_section end -----*/
/*------ schedule_demo_home start -----*/

.schedule_demo_home{	
	padding:50px 0;
	position:relative;
}
.schedule_demo_content{
	position:relative;
	z-index:2;
}

.schedule_demo_content .img_block{ text-align:center; margin-bottom:25px;}

.schedule_demo_from{}
.schedule_demo_from_wrapper{padding:10px 0 0 0;}

.schedule_demo_from_wrapper form .form-group {
	margin-bottom: 15px;
}
.schedule_demo_from_wrapper form .form-control {
	background: #ebeced;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #ebeced;
	border-left: none;
	border-right: none;
	border-top: none;
	height: 58px;
	color: #2c2c32;
	font-size: 14px;
	line-height: 20px;
}
.schedule_demo_from_wrapper form .form-control::-webkit-input-placeholder { /* Edge */
  color: transparent;
}
.schedule_demo_from_wrapper form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent;
}
.schedule_demo_from_wrapper form .form-control::placeholder {
 color: transparent;
}
.schedule_demo_from_wrapper form textarea.form-control {
	height: 110px;
	resize: none;
	color: #2c2c32;
}
.schedule_demo_from_wrapper form textarea.form-control ::-webkit-input-placeholder { /* Edge */
  color: #2c2c32;
}
.schedule_demo_from_wrapper form textarea.form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2c2c32;
}
.schedule_demo_from_wrapper form textarea.form-control::placeholder {
 color: #2c2c32;
}
.schedule_demo_from_wrapper form textarea:focus{
	 box-shadow: inherit !important;
}
.schedule_demo_from_wrapper form select.form-control {

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #ebeced;	
	height: 58px !important;
	color: #2c2c32;
	font-size: 14px;
	line-height: 18px;
	padding-left:15px;
	font-weight: 400;
	background: url(../images/select-arrow.png) no-repeat #ebeced !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background-position: right 12px top 50% !important;

	
}
.schedule_demo_from_wrapper form select.form-control:focus{
	 box-shadow: inherit !important;
}
.schedule_demo_from_wrapper form .input-field {
  position: relative;
  width: 100%;
  height: 58px;
  line-height: 58px;
}
.schedule_demo_from_wrapper form label {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 100%;
  color: #2c2c32;
  transition: 0.2s all;
  cursor: text;
}
/*.schedule_demo_from_wrapper form input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.5rem 0;
  border-bottom: 2px solid #d3d3d3;
  box-shadow: none;
  color: #111;
}*/
.schedule_demo_from_wrapper form input:invalid {
  outline: 0;
  // color: #ff2300;
  //   border-color: #ff2300;
}
.schedule_demo_from_wrapper form input:focus,
.schedule_demo_from_wrapper form input:valid {
  border-color: transparent;
  outline:none !important;
  box-shadow: inherit !important;
  background-color:#ebeced;
}
.schedule_demo_from_wrapper form input:focus~label,
.schedule_demo_from_wrapper form input:valid~label {
  font-size: 10px;
  top: -16px;
  color: #ef131d;
   outline:none !important;
   box-shadow: inherit !important;
}

.submit_btn {
	background-color: #ef131d !important;
	color: #fff;
	padding: 9px 34px 9px 34px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	cursor: pointer;
	outline: none !important;
	border:none;
	margin-top:5px;
}
.submit_btn:hover {
	color: #fff;
	background-color: #e20c15 !important;
}
.submit_f_btn{
	background-color: #ef131d !important;
	border: 1px solid #ef131d !important;
	color: #fff;
	padding: 11px 32px 11px 32px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	cursor: pointer;
	outline: none !important;
	border:none;
	width: 100%;
}
.submit_f_btn:hover {
	color: #fff;
	background-color: #e20c15 !important;
}
.cancel_btn {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background-color: #38383E;
	border: 1px solid #38383E;
	padding: 11px 32px 11px 32px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none !important;
	cursor: pointer;
	width: 100%;
}
.cancel_btn:hover {
	background-color: #38383E;
}
.rad-more {
	color: #ef131d;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
	font-size: 11px;
}

/*----------- schedule_demo_home end ------*/

.section_title_row{ margin:0 0 18px 0;}
.section_title_row h2{color:#000001;}
.section_title_row p{color:#000001;}



/*-------- footer start -------*/
footer{
	padding: 0;
	margin:0;
	position:relative;
	background-color: #17171d;
}


.footer_top{	
	padding:40px 0 37px 0;
	/*border-bottom:1px solid #14212d;*/
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(0.25turn, #131313, #444444, #131313);
	border-image-slice: 100%;
	border-image-slice: 1;
	width: 100%;
}
.footer_logo{
	margin:0 0 16px 0;
	position: relative;
z-index: 1;
}
.footer_logo img{ width:150px;}
.footer_about{
	margin:0 0 16px 0;
	position: relative;
z-index: 1;
}
.footer_about p {	
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #fff;
}
.footer_about .button_block {
	margin: 4px 0 15px 0;
	display: inline-block;
	width: 100%;
}
.footer_about .button_block a{
color:#5ebf26;
}
.footer_social{
	margin:10px 0 5px 0;	
}
.footer_social a {
	margin: 0 5px 0 0;
}           
.footer_social a i {
	color: #fff;
	font-size: 20px;
}
.footer_social a:hover i {
	color: #ef131d;
}
.footer_top h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;		
}

.footer_link_box{
	display:inline-block;	
	vertical-align: top;
}

.footer_link {
	list-style-type: none;
	padding: 0;
	margin: 0;
	/*-webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  -moz-column-count: 3;
  -khtml-column-count: 3;
  column-count: 3;*/
}
.footer_link li {
	padding: 0 0 0 0;
	margin: 0 0 14px 0;
	position:relative;
	color: #fff;	
}
.footer_link li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	 font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
color: #fff;
}
.footer_link li a:hover {
	color: #ef131d;
	text-decoration: none;
}

.footer_link_sub {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_link_sub  li {
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
	position:relative;
	color: #fff;
	font-size: 13px;
}
.footer_link_sub li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	 font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 25px;
color: #fff;
font-family: 'Roboto', sans-serif;
}
.footer_link_sub li a:hover {
	color: #ef131d;
	text-decoration: none;
}

.footer_c_link{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_c_link li {
	padding: 0 0 0 0;
	margin: 0 0 7px 0;
	/*  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;  */
  position: relative;
font-family: 'Roboto', sans-serif;
	 font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #fff;
}
.footer_c_link li p{margin-bottom:0;}
.footer_c_link li span{
 margin:0 0 0 0;
 width:20px;
 min-width: 20px;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
 text-align:center;
}
.footer_c_link li .desc {	
	padding: 0 0 0 0;
	color: #fff;
}
.footer_c_link li .desc p{	
color: #fff;
}
.footer_c_link  li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	 font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #fff;
}
.footer_c_link li a:hover {
	color: #ef131d;
	text-decoration: none;
}
.footer_links_holder p{ color:#fff;}

.footer_middle{	
	border-bottom:1px solid #323232;
	padding:25px 0;
}
.footer_middle ul{
	 list-style-type:none;
	 padding:0;
	 margin:0;
}
.footer_middle ul li{
  display:inline-block;
  padding:0;
  margin:0 7px 0 0;  
}
.footer_middle ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;	
	 font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 25px;
color: #FFFFFF;
}
.footer_middle ul li a:hover {
	color: #1cc1e3;
	text-decoration: none;
}

.foorer_center{
	padding:30px 0 25px 0;
	
}
.foorer_center .row{
	align-items: center;
}

.footer_bottom{
	/*border-top:1px solid #131313;*/
	 padding:12px 4px;
}

.footer_bottom  p.copright_txt{
	color: #fff;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	margin-bottom:0px;
	
}
.footer_bottom ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:right;
}
.footer_bottom ul li{
	display:inline-block;
	padding:0;
	margin:0 0 0 10px;
	
}
.footer_bottom ul li a{
	color:#CDCDCD;
	font-size:13px;
	line-height:22px;
	font-weight:400;
}
.footer_bottom ul li a:hover {
	color: #81d742;
	text-decoration: none;
}

.whatsapp_f{
	position: fixed;
	bottom: 60px;
	right: 10px;
}
.whatsapp_f img{ width:40px;}
#go-to-top {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* text-indent: 100%; */
	white-space: nowrap;
	color: #fff;
	 background-color:#ef131d;
	/*background: #077f8e;
	background: -moz-linear-gradient(left, #077f8e 0%, #1cc1e3 100%);
	background: -webkit-linear-gradient(left, #077f8e 0%,#1cc1e3 100%);
	background: linear-gradient(to right, #077f8e 0%,#1cc1e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#077f8e', endColorstr='#1cc1e3',GradientType=1 );*/

	/* overflow: hidden; */
	/* visibility: hidden; */
	/* opacity: 0; */
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;	
	animation: jump 3s linear infinite alternate;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: -1;
	visibility: hidden;
}

@keyframes jump {
    0% {
       transform: translateY(5px);

    }
    50% {
       transform: translateY(-10px);

    }

    100% {
      transform: translateY(5px);

    }
}
#go-to-top i{color:#fff;}

#go-to-top:hover{ 
background-color:#14a165;
text-decoration:none;
}

#go-to-top.active {
	 z-index: 100; 
	 visibility:visible;
}

/*-------- footer end -------*/
.section_title {
	margin-bottom: 25px;	
}
strong{ color:#767982;}
ul.doted_list{
	list-style-type:none;
	padding:0;
	margin:0 0 12px 0;
}
ul.doted_list li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 15px;
	color: #888b94;
	font-size: 14px;
	line-height: 20px;	
	font-family: 'Roboto', sans-serif;
}
ul.doted_list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	height: 6px;
	width: 6px;	
	background: #14a165;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
ul.doted_list li:hover:before {
	background: #ef131d;
}
ul.doted_list li a {
	color: #888b94;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
}
ul.doted_list li a:hover {
	color: #3fa3d1;
}
/*--------- innerbanner-holder start ------*/
#innerbanner-holder {
	position: relative;	
	margin: 0 auto;	
}
/*#innerbanner-holder:after {
	background: rgba(0,0,0,0.7);
	background: #001c2a;
	opacity: 0.70;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .1;	
	z-index: 1;
}
#innerbanner-holder:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(6,27,65,0)),to(rgba(6,27,65,.75)));
	background: -webkit-linear-gradient(top,rgba(6,27,65,0) 0%,rgba(6,27,65,.75) 100%);
	background: -o-linear-gradient(top,rgba(6,27,65,0) 0%,rgba(6,27,65,.75) 100%);
	background: linear-gradient(to bottom,rgba(6,27,65,0) 0%,rgba(6,27,65,.75) 100%);
}
.innerpage-banner img {
	object-fit: cover;
	width: 100%;
	object-position: center center;
}
#innerbanner-holder .container {
	position: absolute;
	top: 85%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: left;	
	z-index: 2;
	width: 100%;
}
#innerbanner-holder h2{ 
margin-bottom:5px;
font-size: 38px;
line-height:43px;
color: #fff;	
text-align: left;	
position:relative;
}
#innerbanner-holder h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 50px;
	height: 3px;
	border-radius: 3px;
	 background-color:#ef131d;
}
#innerbanner-holder p{ 
margin-bottom:0px;
color: #fff;	
text-align: center;	
}
.inner_banner_location{
	margin: 20px 0 10px 0;
padding: 20px 0 10px 0;
border-top:1px solid rgba(255,255,255,.1);
border-bottom:1px solid rgba(255,255,255,.1);
display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
}
.inner_banner_location span{margin-right: 12px; margin-bottom:10px; color:#fff;}
.inner_banner_location span i{margin-right: 6px; color:#fff;}
/*--------- innerbanner-holder end ------*/
/*-------- inner_container_holder start -----*/
.inner_container_holder {
	padding: 40px 0 0px 0;
	margin:0;
}
.btn_row {
	margin: 7px 0 0 0;
	display: inline-block;
	width: 100%;
}
.section-title-sm {
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #666;
	text-transform: uppercase;
}
.section-title-border-half {
	position: relative;
}
.section-title {
	margin-bottom: 25px;
	color: #fff;
}
.section-title-border-half:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #e84444;
	bottom: -14px;
	left: 0;
}
.section-title-border-half:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	left: 15px;
	bottom: -10px;
	background: #e84444;
}
.make-me-sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 68px;
	height: max-content;
	z-index: 1;
}

.banner_button_block {
	margin: 16px 0 0 0;
	display: inline-block;
	width: 100%;
}

.section_heading{
	text-align:center;
}
.section_heading h2{
	
	position: relative;	
	margin-bottom: 20px;
	color: #000;	
	letter-spacing: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,.1);
	display: inline-block;
	padding: 0 20px 15px 20px;
	text-shadow: 0px 4px 8.73px rgba(0, 0, 0, 0.26);
}
.section_heading h2:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 5px;
	background-color: #ed4c2f;
	left: 50%;
	bottom: -3px;
	margin-left: -15px;
}
/*-------- inner_container_holder end -----*/
/*---------- breadcrumb_wrapper  start -------*/
.breadcrumb_wrapper {
	background-color: #f0f0f0;
	padding: 16px 0;
	margin: 0;
	color: #031d5a;
	position:relative;
	z-index:1;
	box-shadow: 0px 24px 43px rgba(197, 205, 216, 0.6);
}
.breadcrumb_wrapper .breadcrumb_holder a {
	text-decoration: none;
	color: #ef131d ;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	
}
.breadcrumb_wrapper .breadcrumb_holder span {
	position: relative;
	padding: 0 3px;
}
.breadcrumb_wrapper .breadcrumb_holder .delimiter i {
	color: #CDCDCD;
}
.breadcrumb_wrapper .breadcrumb_holder span.current_page_item {
	text-decoration: none;
	color: #031d5a;
	
}
.breadcrumb_wrapper .breadcrumb_holder a:hover {
  color: #df0711 !important;
}
.breadcrumb_wrapper h4.text-title-heading {
	margin-bottom: 0px;
	text-align: right;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
@media (max-width: 767px){
.breadcrumb_wrapper .col-md-6:first-child {
  order: 2;
  -webkit-order: 2;
}
.breadcrumb_wrapper h4.text-title-heading {
  margin-bottom: 6px;
  text-align: left;
}
}
/*---------- breadcrumb_wrapper  end -------*/
/*---------- comon_wrapper start --------*/
.comon_wrapper{	
	margin: 0;
	padding: 0 0 35px 0;
	position:relative;
	
}
.comon_wrapper_top{	
	margin: 0 0 22px 0;
}


.comon_section_wrapper{	
}

.comon_row{
	padding:15px 0 30px 0;
}
.comon_row_reverce{
	padding:15px 0 30px 0;
}
.comon_row_full{
	padding:15px 0 30px 0;
}
.comon_row .img_block{ margin:0 0 25px 0;}
.comon_row .text_block{ padding:0 0 0 0;}
.comon_row_reverce .img_block{
	
}
.comon_row_reverce .text_block{
	
}

@media (max-width: 767px) {
.comon_row_reverce .i_m_u{
	order: 1;
-webkit-order: 1;

}
.comon_row_reverce .img_block{
	margin:0 0 22px 0;
	
}
.comon_row_reverce .t_m_b{
order: 2;
-webkit-order: 2;	
	
}
}
/*---------- comon_wrapper end --------*/

/*--------- about_us_wrapper start --------*/

.about_us_wrapper{
	padding:0px 0 30px 0;
	margin:0;
	position:relative;
}
/*.about_us_wrapper .row{
	align-items: center;
}*/
.about_us_wrapper .img_block{
	margin: 0 0 25px 0;
	box-shadow: 0px 24px 35px rgba(197, 205, 216, 0.8);
}
.about_us_wrapper .text_block {
	margin: 0 0 0 0;
}
.about_us_wrapper .text_block h5  {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #ef131d;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom:6px;
}
.about_us_wrapper .text_block h2{ 
color:#0c0f4f;
text-shadow: 0px 4px 8.73px rgba(0, 0, 0, 0.26);
 margin-bottom:4px;
 }

.what_we_offer_section{
	padding:0px 0 35px 0;
}
.your_projects_section{
	padding:35px 0 15px 0;
}
/*--------- about_us_wrapper end --------*/
/*--------- clients_wrapper start --------*/
.clients_wrapper{
	padding:0px 0 35px 0;
}
.clients_wrapper_top{
	padding:0px 0 20px 0;
}
.clients_wrapper_middle{
	padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.clients_wrapper .clients_wrapper_middle .text_block{
	padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}

/*--------- clients_wrapper end --------*/
/*--------- projects_wrapper start --------*/
.projects_wrapper{
	padding:0px 0 35px 0;
}
.projects_wrapper_top{
	padding:0px 0 20px 0;
}
.projects_wrapper_middle{
	padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.projects_wrapper_bottom{
}
.projects_wrapper .projects_wrapper_bottom .text_block{
	padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.we_did_section{
	padding:25px 0 0 0;
}
.we_did_section .text_block h6{
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.our_products_adv {
	background: url("../images/programming_background_concept.jpg") no-repeat center center;
	padding: 75px 0 65px 0;
}
.our_products_adv .col-md-6 {
	margin: 0 auto;
}
.our_products_adv .text_block h2 {
	color: #fff;
}
.our_products_adv .text_block p {
	color: #fff;
}
/*--------- projects_wrapper end --------*/
/*--------- products_wrapper start -------*/

.products_wrapper  {
	padding: 0px 0 35px 0;
}
.products_wrapper_top {
	padding: 0px 0 20px 0;
}
.products_wrapper_middle {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

.products_box {
	background-color: #fff;
	border: 1px solid #c5c8cb;
	text-align: center;
	box-shadow: 0px 16px 29px rgba(197, 205, 216, 0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
	margin: 0 0px 30px 0px;
}
.products_box .img_block {
	padding: 0;
	text-align: center;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	position: relative;
}
.products_box .img_block img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	/* transition: all .5s ease; */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-shadow: 1px 1px rgba(0,0,0,.2);
	/* word-break: break-word; */
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* word-break: break-word; */
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.products_box .text_block {
	padding: 15px 5px 20px 5px;
	background-color: #fff;
}
.products_box .text_block h6 {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	margin: 0 0 7px 0;
	display: block;
	height: 79px;
}
.products_box .text_block .price_block{
	padding:5px 0;
}
.products_box .text_block .price_block .price {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: 405;
	color: #14a165;
}
/*--------- products_wrapper end -------*/

/*--------- service_center_wrapper start --------*/
.service_center_wrapper{
	padding:0px 0 35px 0;
}
.service_center_wrapper_top{
	padding:0px 0 20px 0;
}
.service_center_wrapper_middle{
	padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.service_center_wrapper_bottom{
}
.service_center_wrapper .service_center_wrapper_bottom .text_block{
	padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.features_list_table {
	table-layout: fixed;
	width: 100%;
	border: 1px solid #272c4c;
	border-bottom: none;
	border-right: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.features_list_table thead th {
	background-color: #272c4c;
	color: #fbce09;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 460;
	line-height: 35px;
	text-align: center;
}
.features_list_table thead th:nth-child(2n+1) {
	background-color: #164c5e;
}
.features_list_table tbody tr:nth-child(2n+1) {
	background-color: #eee;
}
.features_list_table tbody td {
	border-bottom: 1px solid #272c4c;
	border-right: 1px solid #272c4c;
}
.features_list_table td {
	word-wrap: break-word;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 8px 5px;
	text-align: center;
}
/*--------- service_center_wrapper end --------*/
/*--------- contact_us_wrapper start -----*/
.contact_us_wrapper{
	padding:20px 0 35px 0;
	margin:0;
}
.contact_wrapper_top{margin: 0 0 25px 0;}

.contact_wrapper_left {
	padding: 0;
	margin: 0 0 25px 0;
}
.information_block{margin:0 0 22px 0;}
.information_block .infobox{
	padding:0 0 12px 0;
	margin:0 0 12px 0;
	border-bottom:1px solid #86868650;
}
.information_block .infobox h5 {
	text-shadow: 0px 4px 8.73px rgba(0, 0, 0, 0.26);
	
}
.information_block .infobox p a{
	color: #ef131d;
}
.information_block .infobox p a:hover{
	color: #df0711;
}
.information_block .infobox .info_social_wrapper a {
	margin: 0 5px 0 0;	
}
.information_block .infobox .info_social_wrapper a i{
	color: #0c0f4f;
	font-size:20px;
}
.information_block .infobox .info_social_wrapper a:hover i{
	color: #df0711;
}
.contact_wrapper_bottom {
	padding: 22px 0 15px 0;
	margin: 0;
}
.g_map iframe {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/*--------- contact_us_wrapper end -----*/



/*---------- removed */


/*--------- services_wrapper start ------------*/
.services_wrapper{
	 padding:15px 0 35px 0;
}
.services_wrapper_top{
	margin:0 0 18px 0;
}
.services_wrapper_middle {	margin:15px 0 10px 0;}
.services_wrapper_middle .row {
	align-items: center;
}
.services_wrapper_middle .img_block{
	margin:0 0 25px 0;
}

.services_wrapper_bottom {	margin:10px 0 10px 0;}
.services_wrapper_bottom .row {
	justify-content: center;
}
.why_you_need{
	padding:35px 0;
	margin:0;
}
.why_you_need_top{
	margin:0 0 22px 0;
}
.why_you_need_bottom{}
.why_you_need_bottom .img_block{
	margin:0 0 25px 0;
	position: relative;
	text-align: center;
}
.why_you_need_bottom .img_block:after {
	border: 10px solid #17191e;
	position: absolute;
	content: "";
	inset: 20px 20px -13px 21px;
	z-index: -1;
	width: 85%;
	left: auto;
	right:0;
}
.consult_nerdjoint{
	padding:20px 0 35px 0;
	margin:0;
}
.consult_nerdjoint_top{
	margin:0 0 26px 0;
}
.consult_nerdjoint_bottom{margin:10px 0 0 0;}
.consult_box_holder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.consult_box{ 
display:inline-block;
width:20%;
text-align:center;
cursor:pointer;
}
.consult_box .icon_block {
	
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 14px auto;
	transition: all 0.4s ease-in-out 0s;

	border: 3px solid #2d2d2f !important;
	border-radius: 400px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	box-shadow: 0 0 60px rgba(0,0,0,.3),0 0 15px rgba(0,0,0,.1);
	cursor:pointer;
}
.consult_box:hover .icon_block  {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transform-property: -ms-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	/* -webkit-transform: initial; */
	/* -moz-transform: initial; */
	border: 3px solid #1a1a1a !important;
}
.consult_box .text_block {}
.consult_box .text_block h6	{
	  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.consult_box:hover .text_block h6{
color:#81d742;
}

.you_should_section{
	padding:35px 0;
	margin:0;
}
.you_should_section_top{
	margin:0 0 20px 0;
}
.you_should_section_bottom{
	margin:10px 0 0 0;
}
.you_should_section_bottom .row {
	justify-content: center;
}
.you_should_section_bottom .home_service_box {	
	height: 200px;
}

.go_to_portfolio {
	padding: 75px 0;
	background: url(../images/portfolio_banner.jpg) no-repeat left center;
	background-size: cover;
	width: 100%;
}
/*--------- services_wrapper end ------------*/
/*-------- portfolio_listing start -----------*/
.portfolio_box{
	background-color: #17191e;
border: 1px solid #33363d;
	text-align: center;
	box-shadow: 0px 24px 33px rgba(16, 18, 21, 0.6);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 10px 10px 15px 10px;
	margin: 0 0 25px 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	
}
.portfolio_box:hover {
	box-shadow: 0 16px 20px 0 rgba(31, 33, 38, 0.4);
	-moz-box-shadow: 0 16px 20px 0 rgba(31, 33, 38,, 0.4);
	-webkit-box-shadow: 0 16px 20px 0 rgba(31, 33, 38, 0.4);

	border-image-source: linear-gradient(117.77deg, #81d742 0%, rgba(251, 174, 61, 0) 36.23%, rgba(251, 174, 61, 0) 65.79%, #81d742 100%);
	border-image-slice: 1;
}
.portfolio_box .img_block {
	padding: 0;
	margin:0 0 8px 0;
	text-align: center;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	position: relative;
}
.portfolio_box .img_block img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	/* transition: all .5s ease; */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-shadow: 1px 1px rgba(0,0,0,.2);
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* word-break: break-word; */
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.portfolio_box .img_block:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.portfolio_box .text_block{
	padding:10px 4px;
}

.portfolio_box .view_btn {
	position: relative;
	text-transform: capitalize;
	color: #81d742;
	font-size: 13.6px;
}
.portfolio_box .view_btn:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 3px;
	background-color: currentColor;
	bottom: 1px;
	margin-right: 7px;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
.portfolio_box .view_btn:hover {
	color: #13ac16;
}
.portfolio_box:hover .view_btn:before {
	width: 12px;
}
/*-------- portfolio_listing end -----------*/


/*============== remove start ----------*/

/*--------- products_section start -------*/



.product_carisol_section{}
.product_box{
	background-color: #fff;
	border: 1px solid #d4d4d4;
	text-align: center;
	box-shadow: 0px 24px 33px rgba(197, 205, 216, 0.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 15px;
	margin: 0 5px 35px 5px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product_box:hover {
	box-shadow: 0 16px 20px 0 rgba(197, 205, 216, 0.4);
	-moz-box-shadow: 0 16px 20px 0 rgba(197, 205, 216, 0.4);
	-webkit-box-shadow: 0 16px 20px 0 rgba(197, 205, 216, 0.4);
}
.product_box .img_block {
	padding: 0;
	text-align: center;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	position: relative;
}
.product_box .img_block img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	/* transition: all .5s ease; */
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	text-shadow: 1px 1px rgba(0,0,0,.2);
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/* word-break: break-word; */
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product_box .img_block:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
/*.product_box .img_block:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(246,246,246,.45)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(246,246,246,.45) 80%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(246,246,246,.45) 80%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(246,246,246,.45) 80%);
}*/
.product_box .view_btn {
	background-color: #009247;
	color: #fff;
	font-weight: 400;	
	padding: 8px 20px;
	margin: 0 auto 20px auto;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	/* -webkit-transition: .3s all linear; */
	/* transition: .3s all linear; */
	left: 0;
	right: 0;
	position: absolute;
	top: 100%;
	display: inline-block;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	width: 150px;
}
.product_box:hover .view_btn {
	transform: translate3d(0px, -350%, 0px);
	background-color: #009247;
}
.product_box:hover .img_block:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: inherit;
	background: inherit;
	background: inherit;
	background: inherit;
}
.product_box .text_block {
	padding: 14px 1px 2px 1px;
	text-align: center;
}
.product_box .text_block .product_entry_title h6 {
	color: #222937;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.product_box .text_block .price_row{ margin:0 0 6px 0;}
.product_box .text_block .price_row .amount{
	color:#009349;
	
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
  font-weight: 405;
}
.product_box .text_block .price_row del {
	margin: 0 8px 0 0;
	color: rgba(0,0,0,.8);
}
.amount{}
.product_box .text_block .price_row inc{}
.product_box .text_block .rank{ text-align:center;}
.product_box .text_block .rank img {
	width: 100px;
	display: inline-block;
	margin: 0 4px 0 0;
}
.product_carisol_section .owl-carousel .owl-nav {
	width: 150px;
	z-index: 9;
	text-align: center;
	margin: 15px auto 0 auto;
}
.product_carisol_section .owl-carousel .owl-nav .owl-prev {
	outline: none !important;
}
.product_carisol_section .owl-carousel .owl-nav .owl-prev span {
	width: 30px;
	height: 17px;
	color: #fff;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	content: "";
	background: url("../images/arrow_prev.png") no-repeat left center;
	font-size: 0;
	cursor: pointer;
	padding: 0px;
	/* background-size: 20%; */
	display: inline-block;
	margin-right: 10px;
	outline: none !important;
}
.product_carisol_section .owl-carousel .owl-nav .owl-next {
	outline: none !important;
}
.product_carisol_section .owl-carousel .owl-nav .owl-next span {
	width: 30px;
	height: 17px;
	color: #fff;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	content: "";
	background: url("../images/arrow_next.png") no-repeat right center;
	font-size: 0;
	cursor: pointer;
	padding: 0px;
	/* background-size: 20%; */
	display: inline-block;
	outline: none !important;
}
/*-------- home_special_products end ------*/







/*------------- product_listing_section start --------*/
.product_listing_section{ padding:0 0 35px 0;}

.shop_container{ margin:0 0 20px 0;}
.product_box .img_block .pro_img img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
}
.product_box .img_block .pro_img:hover img {
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
}
.product_box .img_block .mutt_floting_social {
	position: absolute;
	bottom: 40px;
	left: 12px;
	z-index: 2;
}

.product_box .img_block .mutt_floting_social a {
	width: 26px !important;
	height: 26px !important;
	/* -webkit-box-shadow: 0px 0px 0px 6px #0a1f3a; */
	/* box-shadow: 0px 0px 0px 6px #0a1f3a; */
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	padding: 3px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	display: inline-flex;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	margin-right: 9px;
	transition: all 0.4s ease-in-out 0s;
cursor: pointer;
}
.product_box .img_block .mutt_floting_social a:hover {
	-ms-transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	transform: translate(0,-10px);
}
.product_box .img_block .listing-avatar  {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
.product_box .img_block .listing-avatar:before, .product_box .img_block .listing-avatar:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #ff913a;
	-webkit-animation: hrbutton-ripple 2s ease-out infinite;
    animation: hrbutton-ripple 2s ease-out infinite;
	/*-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;*/
}
.product_box .img_block .listing-avatar:after{
	background-color: #bcc1c4;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.5s;
}
@-webkit-keyframes hrbutton-ripple {
    0%, 35% {transform: scale(0); opacity: 1;}
	50% {transform: scale(1); opacity: 0.8;}
	100% {opacity:0; transform:scale(1.7);}
}
@keyframes hrbutton-ripple {
    0%, 35% {transform: scale(0); opacity: 1;}
	50% {transform: scale(1); opacity: 0.8;}
	100% {opacity:0; transform:scale(1.8);}
}

.product_box .img_block .listing-avatar img {
	width: 48px !important;
	height: 48px !important;
	/*-webkit-box-shadow: 0px 0px 0px 6px #0a1f3a ;
	box-shadow: 0px 0px 0px 6px #0a1f3a ;*/
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
padding: 3px;
background-color: #f8d1b2;
	position: relative;
	z-index: 2;
	-o-object-fit: cover;
	object-fit: cover;
}
.product_box .text_block{
	padding:15px 15px 20px 15px;
	background-color:#fff;
}
.product_box .text_block .mutt_name {
	margin-bottom: 12px;
	display: block;
	height: 48px;
}
.product_box .text_block .mutt_name h6{
	font-size:21px;
	line-height:24px;
	margin-bottom:0;
	/*font-family: 'Roboto', sans-serif;*/
}
.product_box .text_block .mutt_name h6 a{
	color:#1e2e46;
	font-weight:500;
}
.product_box .text_block .mutt_name h6 a span{
	display:block;
	width:100%;
	font-size:18px;
	line-height:21px;
	color:#566985;
}
.product_box .text_block .mutt_location {
	margin-bottom: 8px;
	display: block;
	height: 34px;
}
.product_box .text_block .mutt_location a{
	color:#6c819f;
}
.product_box .text_block .mutt_location a span{
	font-weight:405;
}
.product_box .text_block .mutt_location a i{
	color: #4DB7FE;
	font-size:16px;
	margin-right:2px;
}
.product_box .text_block .mutt_desc{
	 margin-bottom:8px; 
	 padding-bottom:8px;
	 border-bottom: 1px solid #d6dadd;
}
.product_box .text_block .mutt_desc p{
color:#000;
}
.product_box .text_block .mutt_phone{}
.product_box .text_block .mutt_phone a {
	margin: 0 0 0 5px;
	color:#000;
}
.product_box .text_block .mutt_phone a:hover {
	color: #ed4c2f;
	text-decoration: none;
}

/*------------- product_listing_section end --------*/
/*============= remove end */
/*------- pagination_wrapper  start -----*/

.pagination_wrapper {
	text-align: center;
	padding: 15px 0 20px 0;
}

.pagination_wrapper .page-numbers {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pagination_wrapper .page-numbers li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
	text-align: center;
}
.pagination_wrapper .page-numbers li.current {
	width: 34px;
	height: 34px;
	line-height: 31px;
	/*background: #14F092;*/
	border:1px solid #13ac16;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	/*box-shadow: -0.00px -1.00px 16px 2px rgba(153,154,154,0.36);*/
}
.pagination_wrapper .page-numbers li a {
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 34px;
	height: 34px;
	line-height: 31px;
	background: 0 ;
	display: block;
	-webkit-transition: all .3ms ease;
	transition: all .3ms ease;
	border:1px solid #272727;
}
.pagination_wrapper .page-numbers li a.prev {
	background: #13ac16;
	border:1px solid #13ac16;
	color: #fff;
}
.pagination_wrapper .page-numbers li a.next {
	background: #81d742;
	border:1px solid #81d742;
	color: #fff;
}
.pagination_wrapper .page-numbers li a:hover {
	text-decoration: none;
	background: #81d742;
	color: #fff;
}
/*------- dev_edit start -----*/
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none !important;
	padding: 3px 5px;
	margin: 2px;
}
 .wp-pagenavi span.current {
	width: 34px;
	height: 34px;
	line-height: 29px;
	background: #1cc1e3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	box-shadow: -0.00px -1.00px 16px 2px rgba(153,154,154,0.36);
	display:inline-block;
}

.wp-pagenavi a  {
	color: #0c0f4f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	line-height: 29px;
	background: 0;
	display: inline-block;
	-webkit-transition: all .3ms ease;
	transition: all .3ms ease;
}
.wp-pagenavi a:hover {
	text-decoration: none;
	background: #021735;
	color: #fff;
}
/*------- dev_edit end -----*/

/*------ pagination_wrapper end -----*/
/*------ product_details_section start -----*/
.product_details_section{
	padding:0 0 35px 0;
}
.promo_details_wrapper{ padding:0px 0 35px 0;}
.promo_details_wrapper ul.resp-tabs-list {
	padding: 10px;
	width: auto;
	float: none;
	text-align: left;
	background-color: #fff;
	height: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.promo_details_wrapper .resp-tabs-list li {
	display: inline-block;
	padding: 0px 12px;
	margin: 0 0 5px 0;
	list-style: none;
	cursor: pointer;
	float: none;
	font-family: 'Roboto', sans-serif;
	position: relative;
	color: #4F4F4F;
	width: auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	/* border-bottom: 1px solid #eee; */
	/* background-image: -moz-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%); */
	/* background-image: -webkit-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%); */
	/* background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%); */
}

.promo_details_wrapper .resp-tab-active {	
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #000 !important;
	background-color: #fff !important;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.promo_details_wrapper .resp-tab-active:before {
	content: "";
	position: absolute;
	bottom: -16px;
	height: 2px;
	width: 100%;
	background: #064532;
	left: 0;
}

.promo_details_wrapper .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
	min-height: 300px;
	border: none;
}
@media only screen and (max-width: 768px){
	.promo_details_wrapper h2.resp-accordion {
	display: block;
	background-color: #fff;
	box-shadow: inherit;
	border: none;
	color: #000000;
	border-bottom: 1px solid #e6e6e6;
	position:relative;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 3px;

}
.promo_details_wrapper h2.resp-tab-active:before {
	content: "";
	position: absolute;
	bottom: -3px;
	height: 2px;
	width: 100%;
	background: #064532;
	left: 0;
}
.promo_details_wrapper h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000;
}
.promo_details_wrapper .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
}
	
}

.product_details_right{}
.product_details_right .enquiry_form_holder{
background-color: #f6974c;
-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px 15px;	

  box-shadow: 0px 24px 33px rgba(197, 205, 216, 0.6);
}
.product_details_right .enquiry_form_holder h3{ text-align:center;}
.product_details_right .enquiry_form_holder p{ text-align:center; color:#092d42;}
.product_details_right .enquiry_form_holder .enquiry_form .form-control {
	width: 100%;
	height: 32px;
	background: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box-shadow: 0 3px 10px rgba(161, 161, 161, 0.2); */
	/* border: 1px solid rgba(126, 131, 153, 0.20); */
	border: 1px solid #092d42;
	padding: 10px 17px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #021735;
}
.product_details_right .enquiry_form_holder .enquiry_form form textarea.form-control {
	height: 100px;
	resize: none;
}
/*------ product_details_section end -----*/

.woof_auto_show {		
z-index: 5 !important;
}
/*---------- shop page start ------*/
.woocommerce-shop .leftproductsec{ padding-bottom:30px;}
.woocommerce-shop .leftproductsec .woof_text_search_container  input[type="search"] {	
	background-color: transparent;
	border: 1px solid #4F4F4F;
	color: #4F4F4F;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	/* width: 220px; */
	padding: .375rem 31px .375rem 15px;

}
.woocommerce-shop .leftproductsec .woof_container_checkbox {
	margin: 0 0 20px 0;	
	padding: 15px 0px 15px 0px;
	/*border: 1px solid #dfdcdc;
	box-shadow: rgb(167 167 168 / 30%) 0px -1px 16px 2px;*/
}
.woocommerce-shop .leftproductsec .woof_container_inner h4 {	
font-size: 20px;
margin: 0 0 20px 0;
font-weight: 600;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #dfdcdc;
}
.woocommerce-shop .leftproductsec .woof_container_inner h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #ed4c2f;
}
.woocommerce-shop .leftproductsec  .woof_submit_search_form_container .woof_reset_search_form{
	border: 1px solid #ed4c2f;
	background-color: transparent !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #0b2239 !important;
	padding: 6px 22px 6px 22px !important;
	line-height: 19px;
	width:100%;
	cursor:pointer;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}
.woocommerce-shop .leftproductsec  .woof_submit_search_form_container .woof_reset_search_form:hover {	
	background-color: #ed4c2f !important;	
	color: #fff !important;	
}
.woof_products_top_panel {	
	z-index: 2 !important;	
}
.woocommerce-shop .righttproductsec .woocommerce .woof_products_top_panel .woof_products_top_panel_ul .woof_reset_button_2 {
	border: 1px solid #ff913a;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #0b2239;
	padding: 6px 22px 6px 22px;
	line-height: 19px;
	cursor:pointer;
}
.woocommerce-shop .righttproductsec .woocommerce .woof_products_top_panel .woof_products_top_panel_ul .woof_reset_button_2:hover {	
	background-color: #ff913a;	
	color: #fff;	
}
.woocommerce-shop .righttproductsec .woocommerce .woocommerce-result-count{ color:#000;}
.woocommerce-shop .righttproductsec .woocommerce .woocommerce-ordering select.orderby {
	
	padding: 6px 10px 6px 10px;
	border-radius: 5px;
	background-color: transparent;
	font-size: 13px;
	border: 1px solid #c5c8cb;
}
.woocommerce-shop .products .product{
	background-color: #fff;
border: 1px solid #c5c8cb;
box-shadow: 0px 24px 33px rgba(197, 205, 216, 0.6);
	-webkit-border-radius: 8px;
-moz-border-radius:8px;
border-radius: 8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;	

}
.woocommerce-shop .products .product .listleftimages{width:33.3333%;}
.woocommerce-shop .products .product .listleftimages img{
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height:260px;
}
.woocommerce-shop .products .product .middletitlesec{ 
width:41.6667%; 
 border-right:1px solid #dddfe2;
 padding:8px 12px;
}
.woocommerce-shop .products .product .middletitlesec h2.woocommerce-loop-product__title{
	font-size: 25px;
line-height: 30px;
font-weight: 500;
margin: 0 0 10px 0;
border-bottom: 1px solid #dfdcdc;
}
.woocommerce-shop .products .product .middletitlesec .facilitysection{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	align-items: center;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	padding-bottom:.5em;
	margin: 0 0 10px 0;
border-bottom: 1px solid #dfdcdc;
}
.woocommerce-shop .products .product .middletitlesec .facilitysection .iconimage{
	margin:0 8px 8px 0;
	display:inline-block;
	text-align:center;
}
.woocommerce-shop .products .product .middletitlesec .facilitysection .iconimage img{ width:30px !important; margin-bottom:2px;}
.woocommerce-shop .products .product .middletitlesec .facilitysection .iconimage p{
	 margin-bottom:0px;
	 font-size:12px;
	 line-height:16px;
	 text-align:center;
	 color:#000;
}
.woocommerce-shop .products .product .listrightpricesec{
	width:25%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
   flex-direction: column;
   padding: 15px 12px;
}
.woocommerce-shop .products .product .listrightpricesec .price {
	display: block;
	margin-top: .5em;
	color: #0b2239;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	font-style: italic;
}
.bookbtnlist a {
	background-color: #ed4c2f;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 8px 20px 8px 20px;
	display: inline-block;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	cursor: pointer;
	border: none;
	outline: none;
	box-shadow: -0.00px -1.00px 16px 2px rgba(153,154,154,0.36);
	width: 100%;
}
.bookbtnlist a:hover {
	background-color: #0b2239;
	color: #ed4c2f;
}
.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em;
}
.woocommerce-shop .products .product .wp-element-button.add_to_cart_button{ display:none;}

/*---------- shop page end ------*/
/*--------- product_details page start ------*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {	
	z-index: 2 !important;	
}
.single-product .woocommerce .single-product .product .woocommerce-product-gallery .flex-viewport{
	margin: 0 0 25px 0;
	position: relative;
	border: 1px solid #d9d9d9;
	
}
.single-product .woocommerce .single-product .product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.wpgs-for .flaticon-back{left:7px;}
.wpgs-for .flaticon-right-arrow {
	right: 6px;
}
.wpgs-nav .slick-prev {
	margin-left: 17px !important;
}
.wpgs-nav .slick-next {
	right: 8px !important;
}

 
body.modal-open{ padding-right:0px !important;}
#vediccalendarModal .modal-content {
	height: auto;
	background-color: #231431;
}
#vediccalendarModal .modal-content .modal-body .calendar .days li {	
	min-height: 55px;
	padding: 4px;
}
#vediccalendarModal .modal-content .modal-body .calendar .days li i img {
	width: 25px;
}
@media (max-width: 500px){
#vediccalendarModal .modal-content .modal-body .calendar ul.days li {
  margin-right: 0px;
}
}
.single-product .woocommerce .product .summary .price{
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #e4e3e3;
}
.single-product .woocommerce .product .summary .price .amount {
	
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #0b2239;
	font-family: 'Roboto', sans-serif;	
	font-style: italic;
}
.single-product .woocommerce .product .summary .woocommerce-product-details__short-description{
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #e4e3e3;
}
.single-product .woocommerce .product .summary .product_meta {
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #e4e3e3;
}
.single-product .detailspagefacilitymain{
	padding: 35px 0;
}
.single-product .detailspagefacilitymain .detailspagefacility {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	  justify-content: center;	
	  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 16px 0 12px 0;
	
}
.single-product .detailspagefacilitymain .detailspagefacility .iconimage {
	padding:5px 7px;
	margin: 0 12px 10px 0;
	display: inline-block;
	text-align: center;
}
.single-product  .detailspagefacilitymain .detailspagefacility .iconimage img {
	width: 40px !important;
	margin-bottom: 2px;
}
.single-product  .detailspagefacilitymain .detailspagefacility .iconimage p {
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #000;
}
/*--------- product_details page end ------*/
/*--------- login start --------*/
.woocommerce-account .woocommerce-form-login{
	max-width:600px;
	margin:25px auto 20px auto !important;
}
.woocommerce-account .lost_reset_password{
	max-width:600px;
	margin:0 auto 20px auto;
	border: 1px solid #d3ced2;
	padding: 20px;
	box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.6);
	text-align: center;
	border-radius: 5px;
}
.woocommerce-account .lost_reset_password .form-row {
	padding: 3px;
	margin: 0 auto 6px auto;
	float:none;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-message {
	border-top-color: #dfdcdc !important;
}
.woocommerce-message {
	border-top-color: #dfdcdc !important;
}
.woocommerce-info {
	border-top-color: #dfdcdc !important;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
	background-color: #ed4c2f;
	border: 1px solid #ed4c2f !important;
	font-family: 'Roboto', sans-serif;
	font-weight:400 !important;
	font-size: 14px;
	line-height: 19px;
	color: #f5d7d7;	
	display: inline-block;
	cursor: pointer;
	padding: 8px 15px;
	text-align: center;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	height: 35px;
	padding:2px 6px;
}

.woocommerce .woocommerce-checkout{
padding:0 0 15px 0;
margin:0 0 15px 0;
}
.woocommerce-checkout-payment .place-order #place_order {
	background-color: #ed4c2f;	
	font-family: 'Roboto', sans-serif;	
	font-size: 15px;
	line-height: 19px;
	color: #f5d7d7 !important;
 font-weight:400 !important;
	cursor: pointer;
	padding: 8px 15px;
	text-align: center;
	border: 1px solid #ed4c2f;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.6);
}

/*------ my_account_page start --------*/
.woocommerce-account .inner_container_holder .woocommerce{ padding-bottom:35px;}  
.woocommerce-account .woocommerce-MyAccount-content{
	margin-bottom:35px;
}
.woocommerce-MyAccount-navigation {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33333%;
	display:inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce-MyAccount-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 66.66667%;
	display:inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce-MyAccount-navigation ul{
list-style-type:none;
padding:0;
margin:0 0 25px 0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	padding: 7px 10px;
	margin-bottom:4px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	color:#e81500;
	
}
.woocommerce-MyAccount-navigation ul li a{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #000;
	
}
.woocommerce-MyAccount-navigation ul li a:hover{
	text-decoration:none;
	color: #e81500;
}

.woocommerce-MyAccount-content p{	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 19px;	
	margin-bottom: 10px;

}
.woocommerce-MyAccount-content a{color: #f1592b ;}
.woocommerce-MyAccount-content a:hover{
	text-decoration:none;
	color: #e81500;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 12px 20px !important;
	font-weight: 400 !important;	
	left: auto;
	color: #fff !important;	
-webkit-border-radius: 26px !important;
-moz-border-radius: 26px !important;
border-radius: 26px !important;
background-color: #f1592b !important;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #e81500 !important;
}
/*.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48% !important;
	max-width:48% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48% !important;
	max-width:48% !important;
}*/
.woocommerce-Address .title h3{	
	color: #000;	
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 15px;

}
address {
	margin: 15px 0 1.5em 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #162c51;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-content h3{
	color: #000;	
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}

.woocommerce-address-fields__field-wrapper textarea{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #597344;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #597344;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: 'Roboto', sans-serif;
	height:110px;
	margin-bottom:6px !important;
}

.woocommerce-address-fields__field-wrapper input.input-text{

	display: block;
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #4f4d4d;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: 'Roboto', sans-serif;
	margin-bottom:6px !important;
}

.edit-account input.input-text{

	display: block;
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #4f4d4d;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: 'Roboto', sans-serif;
	margin-bottom:6px !important;
}
.edit-account fieldset legend{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	color: #000;
	font-weight: 400;
}
/*------ my_account_page end --------*/



/*-------- removed -----*/





/*----------- wpo-subscribe-section start -----------*/
.wpo-subscribe-section{ margin:0 0 40px 0;}
.wpo-subscribe-section .wpo-subscribe-wrap {
	padding: 70px 70px;
	background: #14212b;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	position: relative;
	overflow: hidden;
	z-index: 1;
	max-width: 1100px;
margin: 0 auto;
}
.wpo-subscribe-section .wpo-subscribe-wrap:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/subscrbe-shape.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text{
	flex-basis: 30%;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text span {
	font-size: 21px;
	color: #ff4a17;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3{
	font-size: 36px;
	line-height:40px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form {
	flex-basis: 70%;
	padding-left: 60px;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field {
	position: relative;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input {
	width: 100%;
	padding: 40px;
	padding-right: 190px;
	height: 75px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #263139;
	border: 0;
	color: #fff;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input:focus-visible { outline:none;}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button{
	position: absolute;
	right: 8px;
	top: 8px;
	height: 65px;
	width: 170px;
	border: 0;
	/*background: #ff4a17;*/
	background-image: -moz-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	padding-right: 0px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
	color:#dc3232 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	text-align: center;
	color: #46b450;
}

@media (max-width: 767px){
.wpo-subscribe-section .wpo-subscribe-wrap {
	flex-wrap: wrap;
	padding:30px 20px;
}	
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text{
	flex-basis: 100%;
	margin-bottom: 20px;
}	
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form{
  flex-basis: 100%;
  padding-left: 0;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input {
	
	padding: 10px;
	padding-right: 100px;
	height: 55px;
	font-size:12px;
}
.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button {
	
	height: 40px;
	width: 90px;
	font-size:12px;
}
  }
/*----------- wpo-subscribe-section end -----------*/


/*----------- loding_sreen start ------*/
#ajax-loading-screen {
	background-color: rgba(0,0,0,.1);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;	
	z-index:1000000000;
	
}
.reveal-2{
	position:absolute;
	left:100%;
		width:100%;
	height:100%;
	 -webkit-animation: slide 0.7s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 0.7s forwards;
    animation-delay: 1s;
	background:url(../images/preloder_img.png) center center no-repeat  rgba(0,0,0,.1);

}

.reveal-2:after {
	background:url(../images/preloder_img.png) center center no-repeat  rgba(0,0,0,.1);
	bottom:0;
	content:"";
	display:block;
	left:0;
	position:absolute;
	right:0;
	top:0
	
}
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}



/*----------- loding_sreen end ------*/

/*---------- curser_pointer change -------*/
.waxon_tm_all_wrap {
	width:100%;
	height:auto;
	clear:both;
	/*float:left;*/
	position:relative;
	overflow:hidden;
}
.waxon_tm_all_wrap, .waxon_tm_all_wrap * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mouse-cursor {
	position:fixed;
	left:0;
	top:0;
	pointer-events:none;
	border-radius:50%;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	visibility:hidden;	
	will-change:transform;
}
.cursor-inner {
	margin-left:-3px;
	margin-top:-3px;
	width:30px;
	height:30px;
	z-index:10000001;
	background-color:rgba(0,161,64,0.7);
-webkit-transition:width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
transition:width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
display:none;
pointer-events:none;
}
.cursor-inner.cursor-hover {
	margin-left:-40px;
	margin-top:-40px;
	width:80px;
	height:80px;
	background-color: rgba(0,161,64,0.7);
	opacity:.3;
}
.cursor-outer {
	margin-left:-15px;
	margin-top:-15px;
	width:40px;
	height:40px;
	border:2px solid #fff;
	background: rgba(0,161,64,0.7);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:10000000;
	opacity:.5;
-webkit-transition:all .08s ease-out;
transition:all .08s ease-out;
pointer-events:none;
}
.cursor-outer.cursor-hover {
	margin-left:-40px;
	margin-top:-40px;
	width:80px;
	height:80px;
	background-color: rgba(0,161,64,0.7);
	opacity:.3;
	pointer-events:none;
}
/*.cursor-outer.cursor-hover {
	opacity:0
}*/
.waxon_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
	display:none;
	opacity:0;
	visibility:hidden;
	position:absolute;
	z-index:-1111;
	pointer-events:none;
}

@media(max-width:767px) {
.mouse-cursor {
display:none;
}	
	
	
}

/*---------- curser_pointer change -------*/

