/*@import url("font-awesome.min.css");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#5d5d5d;
	/*color:#313131;*/
	line-height:175%;		
	background-color:#fff;
	background-repeat:repeat;

	/* Disable Select*/
	-webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{ 
	letter-spacing:0px;
	font-weight:normal;
	position: relative;
	/*padding: 0 0 10px 0;*/         
	font-weight:normal;
	font-family: 'Roboto',sans-serif;
	line-height:140% !important;
	color:#222222;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1{
	font-size: 22px; 
}
h2{
	font-size: 20px; 	
}
h3{
	font-size: 18px; 
}
h4{
	font-size: 16px; font-weight: 600;	
}
h5{
	font-size: 14px; 		
}
h6{
	font-size: 13px;  	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#222222 !important;
	text-decoration:none !important; 
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color:#fff !important;
}
img{
	max-width: 100%;
}
a { 
	color:#222222;
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#686868;
}
a.readmore {
	display:block;
	font-style:italic;
}
a.navbar-brand {
	/*background: url(images/logo.png) no-repeat scroll left top rgba(0, 0, 0, 0);*/
	color: #222222 !important;
	font-size: 35px;
	font-weight: 400;
	margin-top: 0;
	/*padding-left: 55px !important;*/
	line-height: 36px;
}
a.remove{
	display:block;
	height:18px;
	width:18px;
	margin:10px;
	padding-left:0 !important;
	text-indent:-9999px;
	background:url(../images/remove.png) #798184;
	border-radius:100px;
	border-style:solid;
	border-width:1px
}
b, strong {
  font-weight: 900;
  color: #313131;
}
ul {
	padding-left:0;
}
.lead {
	font-family: 'Roboto',sans-serif;
	font-size:18px;
}
.hidden{
	display:none
}
.alignleft{
	float:left
}
.alignright{
	float:right
}
.aligncenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:both
}
.text-left {
	text-align:left !important;
}
mark {
	padding: 6px 12px;
}
section::before,
section::after {
	position: absolute;
	content: '';
	pointer-post-wraps: none;
}	
.first {
	clear:both !important
}
.last{
	margin-right:0 !important
}
.nopadding {
	padding: 0 !important;
}
.padding-top {
	padding:30px 0 10px;
}
.margin-top {
	margin-top:12px;
}
.make-center img {
	margin:auto;
}
.vimeo_video {
	border:none;
}
.soundcloud {
	border:none;
	width:100%;
}
.rev_video_slider {
	width:100%;
	height:100%;
}
.rsNav {
	display:block;
	clear:both;
	margin-bottom:80px !important;
}
/* ----------------------------------------------------
TOPBAR & HEADER
------------------------------------------------------- */
.header_center a.navbar-brand {
	margin: 0 auto !important;
	display: inline-block;
	position: relative;
	float: none !important;
}
.dark_header a.navbar-brand {
	color:#fff !important;
}
#header-style-1.affix a.navbar-brand {
	font-size:31px !important;
	margin:5px 0 0;
}
#header-style-1.affix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top:0;
	padding:10px 0;
	/*min-height:inherit;*/
	z-index: 999;
	background:#ffffff;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #efefef;
}	
#header-style-1.affix .navbar {
	margin-top:0px;
}
#header-style-1.affix .navbar-nav > li > .dropdown-menu {
	margin-top:12px !important;
}

#header-style-1.affix .navbar-brand img {
	width:80%;
	margin-top:7px
}
#header-style-1.affix .navbar-brand {
	line-height:38px;
}
.dark_header .arrow-up {
	border-bottom-color:#121214 !important;
}
.dark_header .navbar-nav > li > a {
	color:#fff !important;
}
.dark_header .topbar-email, 
.dark_header .topbar-phone, 
.dark_header .topbar-login, 
.dark_header .topbar-cart {
	border-left: 1px solid #313131 !important;
	border-right: 1px solid #313131 !important;
}
.dark_header .social-icons span.last a {
	border-right-color:#313131 !important
}
.dark_header .social-icons span a {
	border-left-color:#313131 !important
}
.dark_header .navbar-default {
	background:#121214 !important;
}
.dark_header {
	background:#121214 !important;
	border-bottom-color:#212121 !important
}
.header_center .navbar-collapse.collapse {
	text-align: center;
	height: auto !important;
	overflow: visible !important;
}
.header_center .navbar-nav {
	display:inline-block;
	float: none;
	margin: 0;
}
.header_center .logo_center {
	padding:20px 0 30px !important
}
#header-style-1 {
	/*padding:24px 0;*/
	background-color:#ffffff;
	background: rgba(255, 255, 255, 1);
	border-bottom:1px solid #f2f2f2;
}
#header-style-1 .navbar-default {
	background-color:#ffffff;
	background: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 0);
}
#header-style-1 .navbar-brand {
	padding:0;
}
#header-style-1 .navbar {
	margin-bottom:0;
	padding-top: 0;
  padding-bottom: 0;
}
#header-style-1 .yamm .nav,
#header-style-1 .yamm .collapse,
#header-style-1 .yamm .dropup,
#header-style-1 .yamm .dropdown {
	position: static;
}
#header-style-1 .yamm .container {
	position: relative;
}
#header-style-1 .yamm .dropdown-menu {
	left: auto;
	right:auto;
}
.white-wrapper .testimonial h3,
#header-style-1 .yamm-fw .dropdown-menu li a {
	color:#222222 !important;
}
#header-style-1 .yamm-fw .dropdown-menu li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 13px;
	padding-right:5px;
}
#header-style-1 .yamm-fw .dropdown-menu li {
	list-style:none;
	padding:0;
}
#header-style-1 .yamm-fw .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
#header-style-1 .yamm .yamm-content {
	padding: 20px;
}
#header-style-1 a:hover {
	text-decoration:none;
}
#header-style-1 .dropdown-menu li a:focus,
#header-style-1 .dropdown-menu li a:active,
#header-style-1 .dropdown-menu li a:hover {
	background-color:#fafafa;
}
#header-style-1 .yamm img {
	/*margin-bottom:10px;*/
}
#header-style-1 .yamm h3 {
	/*text-transform:uppercase;*/
	font-size:14px;
	color:#222222;
	padding:5px 0;
}
#header-style-1 .dropdown-menu,
#header-style-1 .yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	background-color:#f5f5f5;
	box-shadow:none;
	margin-top:2px;
	border-top:3px solid #fff;
}
#header-style-1 .navbar-nav > li > a {
	/*text-transform:uppercase;*/	
	color:#222222;
	font-family: 'Roboto',sans-serif;
	padding: 7px 10px;
	/*margin-top:8px;*/
}
#header-style-1 .dropdown-menu li a {
	text-decoration:none;  
	display:block;
	position:relative;
	font-family: 'Roboto',sans-serif;
	padding:10px 20px;
}
#header-style-1 .dropdown-menu {
	padding:0 !important;
	border-radius:0 !important;
}
#header-style-1 .yamm-fw .dropdown-menu li a {
	padding:5px 15px;
}
#header-style-1 .dropdown-menu li {
	float:none;
	display:block; 
	margin:0; 
	text-align: left;
	border: 0;
	border-bottom: 1px solid #d5d5d5;
}    
#header-style-1 .dropdown-menu li:last-child{
	border-bottom: 0;  
}    
#topbar {
	background:#fff;
	z-index:99;
	position:relative;
	border-bottom:1px solid #f2f2f2;
	font-family: 'Roboto',sans-serif;
}
.social-icons {
	padding:0;
	display:block; 
	overflow:hidden
}
.social-icons span a {
	border-left:1px solid #f2f2f2;
	font-size:14px;
	text-align:center;
	width:40px;
	height:42px;
	line-height:42px;
	overflow:hidden;
	display:block;
	float:left
}
#header-style-1 .navbar-nav > li > a:hover,
#header-style-1 .navbar-nav > li > a:focus,
#header-style-1 .navbar-nav > li > a:active,
#header-style-1 .navbar-default .navbar-nav > .open > a,
#header-style-1 .navbar-default .navbar-nav > .open > a:hover,
#header-style-1 .navbar-default .navbar-nav > .open > a:focus,
#topbar .social-icons span:hover a {
	color:#fff !important;
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
}
#topbar,
#topbar a {
	color:#888888;
}
#topbar .social-icons span.last a {
	border-right:1px solid #f2f2f2;
}
#topbar .topbar-email,
#topbar .topbar-phone,
#topbar .topbar-login,
#topbar .topbar-cart {
	float:left;
	padding:0 15px;
	line-height:42px;
	border-right:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
}
#topbar .topbar-phone,
#topbar .topbar-email,
#topbar .topbar-login {
	border-right:none;
}
#topbar .col-lg-4 {
	padding-left:0;
}
#topbar .col-lg-8 {
	padding-right:0;
}
#topbar .callus,
#topbar .topmenu {
	display:block; 
	float:right
}
.yamm .dropdown-submenu{
	position:relative;
}
.yamm .dropdown-submenu>.dropdown-menu{
	top:0;
	left:100% !important;
	margin-top:-3px !important;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.yamm .dropdown-submenu:hover>.dropdown-menu{
	display:block;
}
.yamm .dropdown-submenu.pull-left{
	float:none;
}
.yamm .dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
/* ----------------------------------------------------
FOOTER STYLES
------------------------------------------------------- */
#copyrights {
	background-color:#0c0c0c;
	padding:20px 0 10px;
	color:#c3c3c3;
	display:block;
	position:relative;
	line-height: 1.6;
}
#footer-style-2,
#footer-style-3,
#footer-style-1 {
	background-color:#121214;
	padding:40px 0;
	display:block;
	position:relative;
}
#footer-style-2 .widget h3,
#footer-style-3 .widget h3,
#footer-style-1 .widget h3 {
	font-size:18px;
	margin-top: 0px;
}
#footer-style-2 .social-icons span a,
#footer-style-3 .social-icons span a,
#footer-style-1 .social-icons span a {
	border:none;
	color:#686868;
}
.footer-menu ul{
	list-style:none;
	list-style-position:outside;
	float:right;
	display:inline;
	margin:5px;
}   
.footer-menu li{ 
	line-height:12px;
	float:left;
	padding:0 7px; 
}
.footer-menu li a {
	color:#c3c3c3;
	line-height: 1.6;
}
@media (max-width: 767px){
	.footer-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: block;
  }
  .footer-menu li {
    display: inline-block;
    float: none;
    padding: 0 7px;
  }
}
.footer_post li img {
	padding:4px;
	width:80px;
	height:80px;
}
.footer_post li {
	float:left;
	margin:2px;
	list-style:none;
}
#footer-style-2 .widget .title h3,
#footer-style-3 .widget .title h3,
#footer-style-1 .widget .title h3 {
	text-transform:none;
}
/* ----------------------------------------------------
SIDEBAR & WIDGETS
------------------------------------------------------- */
.text-widget p {
	margin-bottom:15px;
}
.text-widget h1 {
	font-family: 'Roboto',sans-serif;
	font-size:36px;
	font-weight:bold;
	letter-spacing:1px;
	/*text-transform:uppercase;*/
}
.custom-widget h2 {
	font-size:24px;
	/*text-transform:uppercase;*/
}
.custom-widget p {
	font-size:18px;
	font-weight:300;
}
.popular_items img{
	width:100px;
	padding-right:10px;
	float:left
}
.popular_items{
	margin:20px 0
}
.popular_items .popular_items_div{
	display:block;
	margin-bottom:25px;
	overflow:hidden;
	position:relative
}
.popular_items .popular_items_div h4{
	margin-bottom:5px !important;
	padding-bottom:0;
}
.popular_items .meta,
.popular_items .meta a {
	color:#222;
}
.popular_items .meta {
	font-size:12px;
} 
.popular_items .meta span,
.popular_items .meta span i {
	padding-right:3px;
}
 .blog-carousel img {
	width:100%;
 }
.blog-masonry .blog-carousel {
	margin:20px 0;
	overflow:hidden;
	padding:20px;
	background:#fff;
	border:1px solid #efefef;
}
.blog-carousel-meta span a {
	color:#686868;
}
.blog-carousel-meta span i,
.blog-carousel-meta span {
	font-size:12px;
	padding-right:5px;
}
.blog-carousel-header h3 {
	padding-bottom:0;
	font-size:18px;
	margin-bottom:5px;
}
.blog-carousel-header h1 {
	padding-bottom:0;
	margin-bottom:5px;
	/*text-transform:uppercase;*/
}
.blog-carousel-header {
	position:relative;
	display:block;
	margin-bottom:0;
	padding-bottom:10px;
}
.post-type {
	color: #FFFFFF;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 0;
	z-index:10;
	width: 52px;
	background:#222;
}
.entry:hover .post-type {
	opacity:0
}
.social_like .icon-container {
	color:#222;
	margin:0 15px 0 0;
	background:#fff;
}
.social_like .btn {
	width:86px;
}
.social_like {
	position:relative;
	display: flex;
	margin-bottom: 20px;
}
.social_like h3 {
	font-size: 18px !important;
	margin-bottom: 0;
	padding-bottom: 0;
}
.social_button {
	position:absolute;
	right:0;
	top:10px;
}
#tabbed_widget-1 .nav-tabs > li.active > a, 
#tabbed_widget-1 .nav-tabs > li.active > a:hover, 
#tabbed_widget-1 .nav-tabs > li.active > a:focus, 
#tabbed_widget .nav-tabs > li.active > a, 
#tabbed_widget .nav-tabs > li.active > a:hover,
#tabbed_widget .nav-tabs > li.active > a:focus,
#tabbed_widget-1 .nav > li > a:hover, 
#tabbed_widget-1 .nav > li > a:focus,
#tabbed_widget .nav > li > a:hover, 
#tabbed_widget .nav > li > a:focus {
	border-radius:0;
}
#tabbed_widget-1 .nav-tabs > li > a,
#tabbed_widget .nav-tabs > li > a {
	background:#e1e1e1;
	border:none;
	margin-right:1px;
	border-radius:0;
	color:#222;
}
#two-sidebar .widget,
#sidebar .widget {
	margin-bottom:30px;
	overflow:hidden;
}
.reviews_widget .recent_posts_widget > li img,
#tabbed_widget .recent_posts_widget img {
	max-width:120px !important;
	padding:4px;
}
#tabbed_widget .nav-tabs {
	border-bottom:none;
}
#tabbed_widget .tab-content {
	padding:20px 5px;
	border:none;
}
.reviews_widget .recent_posts_widget a {
	color:#222 !important;
	font-weight:normal;
}
.meta_widget a {
	font-weight:300 !important;
}
.title h2 {
	/*text-transform:uppercase;*/
	font-size:24px;
}
.widget h3 {
	font-size:26px;
	font-weight: 500;
}
.twitter_feed {
	padding-left:0
}
.twitter_feed li {
	list-style:none;
	overflow:hidden;
	margin-bottom:30px;
}
.twitter_feed li p {
	margin-top: -30px;
	padding-left:30px;
}
.twitter_feed li span:before {
	color: #4f4f4f;
	padding-left:0 !important;
	font-family: 'FontAwesome';
	content: "\f099";
	padding:10px;
	vertical-align: text-top;
	font-size:21px;
}
/*.widget .title h3 {
	text-transform:uppercase;
}*/
.newsletter_form .form-control {
	background-color: #e7e7e7;
	border: 1px solid #656565;
	
	background-color: transparent;
	/*border: 1px solid #656565;*/
	border: 0px;
		border-top-color: currentcolor;
		border-top-style: none;
		border-top-width: 0px;
		border-bottom-color: currentcolor;
		border-bottom-style: none;
		border-bottom-width: 0px;
	border-bottom: 1px solid #919191;
	padding: 2px 3px;
	border-top: 0px !important;
	-webkit-box-shadow: none;
	color: #606060;
	
	
}
.newsletter_form .form-control:focus{
	border: 0px;
		border-top-color: currentcolor;
		border-top-style: none;
		border-top-width: 0px;
		border-bottom-color: currentcolor;
		border-bottom-style: none;
		border-bottom-width: 0px;
	border-bottom: 1px solid #646161!important;
}
.newsletter_form .form-control::placeholder{
	color:#939393!important; 
}
#two-sidebar .newsletter_form .form-control,
#sidebar .newsletter_form .form-control {
	background-color: #f5f5f5;
	border: 1px solid #efefef;
}
.newsletter_form .btn {
	margin-top:10px;
}
.tagcloud a { 
	float: left; 
	display: block; 
	margin-bottom: 6px; 
	margin-right: 6px; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding: 3px 10px; 
	color: #C3C3C3 !important; 
	text-decoration: none; 
	border:1px solid #242424;
	background:#323232;
	box-shadow:none !important;
}
.tagcloud a:hover {
	background: #222222;
	border:1px solid inherit;
	color: #fff !important; 
	text-decoration: none; 
}
.buddypress_tabber_widget_member li a,
.buddypress_tabber_widget li a,
#two-sidebar .recent_posts_widget li,
#two-sidebar .recent_posts_widget li a,
#sidebar .recent_posts_widget li,
#sidebar .recent_posts_widget li a {
	color:#333 !important;
	font-weight:normal;
}
#two-sidebar .readmore,
#sidebar .readmore {
	font-weight:300 !important;
}
.recent_posts_widget > li {
	display: table;
	/*height: 60px;*/
	margin-bottom:6px;
	width: 100%;
	background: #f5f5f5;
	padding: 3px 15px;
}
.recent_posts_widget > li:hover {
	background:#f7c221;
}
.recent_posts_widget > li:last-child {
	border-bottom:0 solid #fff;
}
.recent_posts li {
	list-style:none
}	
.buddypress_tabber_widget_member li img,
.recent_posts_widget > li img {
	max-width: 150px !important;
	padding:4px;
}	
.recent_posts_widget img {
	float: left;
	margin: 0px 6px 0 0;
}	
.testimonial_widget {
	padding:20px;
	margin-bottom:20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.testimonial-widget .lead {
	padding-top:30px;
}
.testimonial-wrap {
	background-color: #f5f5f5;
	padding:30px 20px;
	border-bottom: 3px solid #6F6D69;
}
#owl-testimonial-widget .img-circle {
	border:3px solid #fff;
	width:100px;
}
#owl-testimonial-widget h3 {
	font-size: 16px;
	font-weight:600;
	margin: 0;
	padding: 0;
}
.testimonial-wrap .lead {
	font-weight:300 !important;
	font-family:Roboto;
	font-size:18px !important;
}
.testimonial-carousel a {
	color:#222222 !important;
}
.testimonial-carousel .media {
	margin:20px auto 10px !important;
	display:inline-block !important;
}
.overlay .testimonial-widget .img-thumbnail {
	background-color: #7e7c78;
	border: 1px solid #6F6D69;
}
.testimonial-widget {
	color:#222222;
	text-align:center;
}
.testimonial-widget .testimonial .lead:after {
	content: "\f10e" !important;
}
.testimonial-widget .testimonial .lead:after,
.testimonial-widget .testimonial .lead:before {
	color: #222222;
	font-family: 'FontAwesome';
	content: "\f10d";
	padding:10px;
	vertical-align: text-top;
	font-size:21px;
}
/* ----------------------------------------------------
SHOP STYLES
------------------------------------------------------- */
.box {
	padding:20px;
	border:1px solid #ededed;
}
.cart_table img {
	margin-right:10px;
}
.box .price,
.cart_table .price2 {
	font-size:16px;
	margin:10px;
}
.cart_table .price,
.cart_table .cart_title {
	font-size:18px;
	color:#222;
	margin:10px;
}
.cart_table .rating {
	padding:5px 10px 10px !important;
	overflow:hidden !important;
}
div.thumbnails{
	padding-top:10px;
	zoom:1
}
div.thumbnails .entry {
	border:1px solid #ffffff;
	float:left;
	width:30%;
	margin-right:4.9%
}
div.thumbnails .magnifier .buttons {
	top:40%;
}
.btn-shop .form-control:focus {
	box-shadow:none;
}
.btn-shop .form-control {
	width:45px;
	border-radius:0;
	background: #EFEFEF;
	border-color: #DDDDDD;
	height:34px !important;
	margin:0;
	padding-right:0
}
#buddypress_features .nav li,
#shop_features .nav li {
	/*text-transform:uppercase;*/
	font-weight:bold;
	font-size:14px;
} 
#buddypress_features,
#shop_features {
	padding:40px 0;
	margin:20px 0;
	overflow:hidden;
}
.tabbable .nav-tabs {
	background: #E1E1E1;
	border: 1px solid #D7D7D7 !important;
}
#buddypress_features .nav-tabs{
	background:  #222;
	border:none;
}	
#shop_features .nav-tabs {
	background:  #F8F8F8;
	border: 1px solid #DDDDDD;
}
#buddypress_features .nav-tabs > li > a,
#custom_tab .nav-tabs > li > a,
#shop_features .nav-tabs > li > a {
	border-radius:0;
	border-bottom: 1px solid #DDDDDD;
	line-height:2.1;
}
#buddypress_features .tab-content,
#custom_tab .tab-content,
#shop_features .tab-content {
	padding:20px; 
	border-bottom:1px solid #DDDDDD !important; 
	border-right:1px solid #DDDDDD !important; 
	border-left:1px solid #DDDDDD !important;
	overflow:hidden;
}
#buddypress_features .nav-tabs > li > a{
	color:#fff !important;
	border:none !important;
}
#buddypress_features .nav i {
	text-align:center;
	display:block;
	font-size:24px;
}
#custom_tab .tab-content ul li,
#shop_features .tab-content ul li {
	list-style:square;
}
#custom_tab .tab-content ul,
#shop_features .tab-content ul { 
	padding:0 0 10px 20px
}
.btn-shop span {
	background:#181818;    
	-moz-user-select: none;
	background-image: none;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0 -3px;
	color:#ffffff;
	padding: 7px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.shop_item_details ul {
	padding-left:0;
	margin:15px 0;
	overflow:hidden;
}
.shop_item_details strong {
	color:#181818;
	padding-right:10px;
}
.shop_item_details ul li {
	list-style:none;
	margin:0 0 12px;
}
.shop-right .title h2 {
	margin-bottom:5px;
	padding-bottom:0;
	font-size:22px;
}
.shop-right .title .rating {
	margin-bottom:10px;
}
.shop_item {
	margin-bottom:20px;
}
.shop_item .magnifier .buttons {
	top:44%;
	margin-top:0 !important;
}
.shop-banner {
	margin-bottom:17px;
	position:relative;
}
.shop-banner img {
	width:100%;
}
.shop-banner .title h1 {
	color:#ffffff;
	font-size:42px;
	font-weight:bold;
}
.shop-banner .title {
	opacity: 1;
	text-align:center;
	position: absolute;
	top: 27%;
	left:0;
	right:0;
}
.banner-hover {
	background:rgba(255,255,255,.3);
	padding:10px;
	border:10px solid rgba(0,0,0,.1);
	position:absolute;
	top:20px;
	left:20px;
	bottom:20px;
	right:20px;
	opacity:1;
	-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;
}
.banner-hover.big {
	left:30px;
	right:30px;
}
.entry:hover .banner-hover {
	opacity:0;
}
.royalSlider img {
	width:100%;
}
.big_title_onepage {
	font-size:60px;
	font-weight:bold;
	font-family: 'Roboto',sans-serif;
	/*text-transform:uppercase;*/
	border:6px solid #fff;
	padding:40px;
}
.small_thin_grey1 {
	font-size:14px;
}
.small_thin_grey1 i {
	padding:0 5px;
}
.cat_widget {
	border:3px solid #fff;
}
.cat_widget .magnifier .buttons {
	top:38%
}
.cat_widget h3 {
	font-family: 'Roboto',sans-serif;
	font-size:18px;
	/*text-transform:uppercase;*/
}
.cat_widget .entry,
.royalSlider .entry,
.team_member .entry,
.blog-carousel .entry,
.portfolio-carousel .entry,
.portfolio_item .entry,
.shop_item .entry {
	display:block;
	position:relative;	
}
.shop_item .magnifier .st {
	padding:0 10px;
	width:auto;
}
.product_list_widget {
	padding-left:0
}
.shopping-cart-widget li {
	*zoom: 1;
	margin: 0 0 1em;
}
.shopping-cart-widget li:before,
.shopping-cart-widget li:after {
	content: "";
	display: table;
}
.shopping-cart-widget li:after {
	clear: both;
}
.shopping-cart-widget li img {
	width:40px;
	float: right;
	margin-left: 1em;
}
.shopping-cart-widget li .quantity {
	width: auto;
	float: none;
}
.shopping-cart-widget li a {
	display: block;
}
.shopping-cart-widget li:last-child {
	margin: 0;
	border: none;
}
.cart_list li {
	list-style:none;
}
.shop_item .entry {
	border:1px solid #e8e8e8;
}
.shop_item .shop_title span {
	font-size:16px;
	font-weight:500;
	color:#222222;
}
.shop-right .title .price,
.shop_item .price {
	font-size:14px !important;
	font-weight:500;
}
.woo_btn {
	padding:7px 12px !important;
	border-radius:0 !important
}
.shop_item .cats {
	font-weight:lighter !important;
	display: block;
	font-size: 14px !important;
}
.shop_item .cats a {
	color:#777777;
}
.shop_item {
	margin-bottom:20px;
}
.shop_desc {
	padding:14px 0;
	overflow:hidden;
}
.shop_item {
	display:block;
	overflow:hidden;
	position:relative;
}
/* ----------------------------------------------------
BUDDYPRESS STYLES
------------------------------------------------------- */
#content {
	padding-bottom:60px;
}
.tab-pane .buddy_members .item {

	margin:10px
}
.buddy_members .item {
	float:left;
	margin:13px;
	padding:0;
}
.buddypress_content {
	margin:20px 0 40px;
	overflow:hidden;
	display:block;
	position:relative;
}
.buddypress-top h3,
.buddypress-top h2 {
	margin-top:10px;
}
.buddy_desc small {
	display:block;
	color:#222;
	margin:10px 0;
}
.buddy_desc h3 {
	padding:5px 0;
	/*text-transform:uppercase;*/
	font-weight:bold;
	margin:0;
}
.group_box i {
	padding-right:5px;
}
.group_box a {
	color:#222;
}
.buddy_desc {
	padding:15px;
	border:1px solid #d3d3d3;
}
.arrow-left {
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid #d3d3d3;
	border-top: 10px solid rgba(0, 0, 0, 0);
	height: 0;
	left: -10px;
	position: absolute;
	top: 15%;
	width: 0;
}
.group_box {
	width:100%;
	border:1px solid #d3d3d3;
	position:relative;
	display:block;
	text-align:center;
	padding:30px 0 10px;
	font-size:16px;
	font-weight:normal;
	margin:35px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.group_box:hover .circle {
	color:#fff;
}
.buddypress_tabber_widget .group_img {
	left: -10px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 0;
}
.buddypress_tabber_widget .group_box {
	border:none;
	margin:10px 0 25px;
	padding:10px 0;
}
.buddypress_tabber_widget .circle {
	left: 67px !important;
	top: 7px !important;
	right:inherit;
}
.buddypress_tabber_widget .group_timer {
	padding-bottom: 0;
	padding-left: 110px;
	margin:0;
	padding-top: 10px;
	text-align: left;
}
.buddypress_tabber_widget .group_box .title h3 {
	padding-bottom: 0;
	padding-left: 110px;
	margin:0;
	padding-top: 0;
	text-align: left;
}
 .circle {
	top:-53px;
	right:-46px;
	left:0;
	z-index:10;
	font-size:12px;
	width:30px;
	height:30px;
	border:1px solid #d3d3d3;
	margin:auto;
	line-height:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	position:absolute;
	background:#fff;
}
.buddy_members .popover.top > .arrow,
.buddy_carousel .popover.top > .arrow {
	border-top: 5px solid #fff;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	bottom: -12px !important;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0;	
}
.group_box .title h3 {
	padding-bottom:0;
	padding-top:10px;
	font-size:18px;
	font-weight:bold;
}
.group_img {
	left: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	top: -55px;
	text-align: center;
}
.buddy_carousel {
	margin:40px 0 20px;
}
.buddy_carousel .owl-controls {
	padding:20px 0 0;
}
.buddy_carousel .owl-controls .owl-page span {
	width:15px !important;
	height:15px !important;
	border:1px solid #ddd;
}
.buddy_carousel .item {
	margin:auto;
	text-align:center;
}
.buddy_carousel .owl-wrapper-outer  {
	overflow:visible;
}
.buddy_members .popover.top,
.buddy_carousel .popover.top {
	margin-top: -60px;
	z-index:9999;
	overflow:visible;
	position:absolute;
}
.buddy_members .popover,
.buddy_carousel .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: block;
	overflow:visible;
	max-width: 276px;
	padding: 1px;
	text-align: center;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ededed;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: none;
	white-space: normal;
}
.buddy_members .popover-title,
.buddy_carousel .popover-title {
	margin: 0;
	padding: 15px 14px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	/*text-transform:uppercase;*/
	background-color:#fff;
	border-bottom: 1px solid #fff;
}
.buddy_members .popover-content,
.buddy_carousel .popover-content {
	width: 200px;
	padding: 5px 4px 20px;
}
.buddypress_tabber_widget_member li {
	display:block;
	margin:10px 0 20px;
	position:relative;
	overflow:hidden;
}
.buddypress_tabber_widget_member li span {
	padding-left:10px;
	margin-bottom:0;
	font-size:16px !important;
	/*text-transform:uppercase !important;*/
	vertical-align:super;
	padding-bottom:0;
}
.buddypress_tabber_widget_member li .readmore {
	margin-top: -35px;
	padding-left: 90px;
	padding-top: 0;
	position: absolute;
}
/* ----------------------------------------------------
PORTFOLIO STYLES
------------------------------------------------------- */
.single-portfolio .title h2 {
	font-size:24px;
	text-transform:none;
	margin-top:0;
	padding-top:0;	
}
.product_details ul li {
	list-style:none;
	padding-left:2px;
	padding-bottom:5px;
}
.pager li > a, .pager li > span {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	border-radius: 0;
	color:#fff;
	margin:30px 0 0;
	display: inline-block;
	padding: 5px 14px;
}
.pager li > a:hover, .pager li > span:hover {
	background-color:#222;
	color:#fff;
}
.product_details ul li a {
	color:#666;
}
.masonry_wrapper {
	overflow:hidden;
	margin:30px 0;
}
.masonry_wrapper .item {
	margin: 0 2px 4px;
	padding:0;
}
.masonry_wrapper .item img {
	height: auto !important;
	height: 100% !important;
	width: 100%;
	position: relative;
	z-index: -2;
}
#boxed-portfolio .portfolio_item {
	width:100% !important;
	height:auto !important;
	margin:0 0 20px;
	overflow:hidden;
}
#boxed-portfolio {
	display: block !important;
	overflow: visible !important;
	position: relative;
	z-index: 10;
	margin-bottom:20px;
}
.portfolio-filter ul {
	list-style:none; 
	padding-left:10px
}
.portfolio-filter {
	text-align: center;
	overflow:hidden;
	margin: 40px 0 15px;
}
.portfolio-filter li {
	display: inline;
	margin-right: 5px;
	padding: 0;
}
.portfolio-filter li a {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.team_member img,
.portfolio_item img {
	width:100%;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	  -ms-transition-duration: 0.8s;
	   -o-transition-duration: 0.8s;
		  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property:    -moz-transform, opacity;
	  -ms-transition-property:     -ms-transform, opacity;
	   -o-transition-property:      -o-transform, opacity;
		  transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	 -moz-transition-duration: 0s;
	  -ms-transition-duration: 0s;
	   -o-transition-duration: 0s;
		  transition-duration: 0s;
}
.magnifier .btn-default {
	padding:0 20px !important;
	color:#222222 !important;
	width:auto !important;
}
.magnifier .sg,
.magnifier .st,
.magnifier .sf {
	border:1px solid #ffffff;
	color: #fff !important;
	display: block;
	display: inline-block !important;float: none !important;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
	margin: -10px 2px 0 2px;
	text-align: center;
	width: 40px;
}
.magnifier h4 {
	color:#ffffff;
	text-align:center;
	font-size:16px;
	padding:10px 0;
	margin-bottom:20px;
	display:block;
	font-family: 'bariol_lightlight';
}
.magnifier h3 {
	color:#ffffff;
	text-align:center;
}
.portfolio_item .magnifier .buttons {
	top:44%;
}
.magnifier .buttons {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	/*margin-top: -20px;*/
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.magnifier:hover .buttons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.entry:hover .magnifier { 
	opacity: 1;
	visibility: visible;
}
.magnifier {
	background:#000000;
	background:rgba(0,0,0,0.8);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity: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;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* ----------------------------------------------------
PARALLAX & SECTIONS
------------------------------------------------------- */
.custom-wrapper .col-lg-6 {
	padding:0;
}
.custom-wrapper .overlay {
	background-color:rgba(0, 0, 0, 0.4);
	padding:0;
}
.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax.dark-overlay{
	position: relative;
}
.parallax.dark-overlay:before{
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.parallax.dark-overlay div{
	position: relative;
	z-index: 2;
}
.jt-shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.custom-overlay {
	padding: 60px 0;
}
.overlay {
	padding: 60px 0;
	background-color:rgba(0, 0, 0, 0.7);
}
.dark-wrapper {
	background-color:#222222;
	padding:60px 0;
}
.grey-wrapper {
	background-color:#f5f5f5;
	padding:60px 0;
}
.white-wrapper {
	background-color:#ffffff;
	padding:60px 0;
}
.blog-wrapper {
	background-color:#ffffff;
	padding:30px 0;
}
.custom-message {
	padding:90px 0;
}
.custom-message h1 {
	text-align:center;
	font-weight:bold;
	font-size:54px;
}
.custom-wrapper {
  background: url(demos/custom_wrapper_bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.custom-wrapper .testimonial h3 {
	color:#222 !important;
}
#boxed {
  background: url(demos/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#boxed #wrapper {
	background:#fff; 
	margin:50px auto;
}
#boxed .white-wrapper,
#boxed .grey-wrapper {
	margin:0 -15px;
}
#boxed #topbar .social-icons span a,
#boxed #topbar .social-icons span.last a,
#boxed #topbar .topbar-email, 
#boxed #topbar .topbar-phone, 
#boxed #topbar .topbar-login, 
#boxed #topbar .topbar-cart,
#boxed #topbar {
	border:none;
}
.grey-wrapper #accordion-second .accordion-heading .accordion-toggle,
.grey-wrapper #accordion-second .accordion-heading, 
.grey-wrapper #accordion-second .accordion-toggle:hover, 
.grey-wrapper #accordion-second .accordion-heading .accordion-toggle.active,
.grey-wrapper #accordion-second .accordion-inner,
.grey-wrapper .testimonial-wrap {
	background:#fff;
}
.general-title hr {
  width: 30px;
  margin: 0 auto;
  background: #f7c221;
  height: 2px;
  opacity: 1;
}
.general-title h2 {
	font-size:31px;
	text-rendering: optimizeSpeed;
	letter-spacing:0.6px;
	padding-bottom:0;
	font-weight:bold;
}
.general-title,
.messagebox {
	text-align:center;
}
.general-title .lead {
	margin-top:10px !important;
}
/* ----------------------------------------------------
SLIDER STYLES
------------------------------------------------------- */
.rsUni, 
.rsUni .rsOverflow, 
.rsUni .rsSlide, 
.rsUni .rsVideoFrameHolder, 
.rsUni .rsThumbs {
	background:#f5f5f5 !important;
}
#gallery-2 {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
}
.aboutslider-shadow {
	width:100%;
	position:relative;
	z-index:1;
}
.aboutslider-shadow .s1 {
	background:url(../images/flexslider_shadow.png) center no-repeat;
	height:29px;
	margin:0 auto;
	bottom:-28.5px;
	overflow:hidden;
	width:100%;
	position:absolute;
	left:0;
}
.slider-shadow.without {
	margin-top:-20px !important;
}
.slider-shadow {
	background:url(../images/slider-shadow.png) center center no-repeat;
	width:100%;
	height:77px;
	display:block;
	z-index:0;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
	display:none;
}
.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}
.fullwidthbanner-container ul,
.fullscreenbanner-container ul	{
	display:none
}
.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}
#slider-in-laptop {
  width: 100%;
  height: auto;
  padding: 3% 15% 0 16%;
  background: none;
}
#slider-in-laptop .rsOverflow,
#slider-in-laptop .rsSlide,
#slider-in-laptop .rsVideoFrameHolder,
#slider-in-laptop .rsThumbs {
  background: #151515;
}
.imgBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
#slider-in-laptop .rsBullets {
  bottom: -50px;
}
.laptopBg {
  position: relative;
  width: 100%;
  height: auto;
}
#slider-in-laptop .rsBullets {
	bottom: -50px;
}
.shop_title_slider_2 {
	font-size:36px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#222;
}
.shop_title_slider {
	font-size:48px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#fff;
}
.high_title2 {
	font-size:48px;
	font-family: 'Roboto',sans-serif;
	font-weight: normal !important;
	letter-spacing: 0;
	line-height: 120% !important;
	padding: 0 0 10px;
	position: relative;
}
.high_title {
	font-size:70px;
	font-family: 'Roboto',sans-serif;
	font-weight: 100 !important;
	letter-spacing: 0;
	line-height: 140% !important;
	padding: 0 0 10px;
	position: relative;
}
.big_title_slider {
	color: #fff;
	font-size:40px;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 140% !important;
	padding: 0 0 10px;
	position: relative;
}
.big_title {
	color: #222222;
	font-size:36px;
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 140% !important;
	padding: 0 0 10px;
	position: relative;
}
.slider_title_a {
	color: #222222;
	font-size:36px;
	font-family: 'Pacifico',sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 140% !important;
	padding: 0 0 10px;
	position: relative;
}
.upper_title {
	text-transform:uppercase;
	font-size:36px;
	font-weight:bold;
	font-family: 'Roboto',sans-serif;
}
.small_title2 {
	color:#222222 !important;
}
.mini_title2 {
	font-family: 'Roboto',sans-serif;
	font-size:16px !important;
	font-weight:normal !important;
	color:#222222 !important;
}
.light_title {
	color: #ffffff;
	font-family: 'Roboto',sans-serif;
	font-size:18px;
	font-weight:300;
	letter-spacing: 0;
	padding: 0 0 10px;
	position: relative;
	line-height: 140% !important;
}
.small_title2,
.small_title {
	color: #ffffff;
	font-family: 'Roboto',sans-serif;
	font-size:20px;
	letter-spacing: 0;
	padding: 0 0 10px;
	font-weight:lighter;
	position: relative;
	line-height: 140% !important;
}
.mini_title span {
	font-size:24px;
}
.mini_title {
	color: #ffffff;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	font-weight:bold !important;
	letter-spacing: 0;
	padding: 0 0 10px;
	font-weight:lighter;
	position: relative;
	line-height: 140% !important;
}
.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0;
}
.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #efefef !important;
	-webkit-border-radius: 0;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 6px solid rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin-right: 2px !important;
	margin-bottom: 14px !important;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid #111;
}
.tparrows:before {
	font-family: 'revicons';
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: 0;
	margin-top: 17px;
	text-align: center;
	width: 55px;
	font-size: 21px;
}
.slides-navigation a,
.tp-leftarrow, 
.tp-rightarrow{
	opacity:0.6 !important;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.slides-navigation a:hover,
.tp-leftarrow:hover, 
.tp-rightarrow:hover{
	filter:alpha(opacity=100); /* For IE8 and earlier */
	opacity:1 !important;
}
.tparrows {
	border:2px solid #aaaaaa;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 60px !important;
	height: 60px !important;
}
.tparrows:hover {
	color: #fff;
}
.tp-leftarrow:before {
	content: '\e824';
}
.tp-rightarrow:before {
	content: '\e825';
}
.tparrows.tp-rightarrow:before {
	margin-left: 1px;
}
/* ----------------------------------------------------
MODULES
------------------------------------------------------- */
#revvideo {
	with:100%;
	height:100%;
}
.custom-select {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border: 1px solid #E9E9E9 !important;
	box-shadow: 0 0 0 1px #FFFFFF inset, 1px 2px 0 #E9E9E9 !important;
	outline: medium none;
	position: relative;
}
#video {
	border:1px solid #fff;
}
#soundcloud {
	border:1px solid #fff;
	width:100%;
}
.contact_form {
	overflow:hidden;
	margin:50px 0 25px;
}
.overlay .contact_details {
	color:#fff !important;
}
.contact_form textarea {
	height:133px !important;
}
.contact_form .form-control {
	/*margin-bottom:10px;*/
	/*height:62px;*/
	border-color:#dddddd;
	box-shadow:none;
}
#contactform fieldset {
	padding:10px;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contactform legend {
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px;
}
#contactform span.required{ 
	font-size: 13px; 
	color: #ff0000;
}
#message {
	margin: 10px 0; 
	padding: 0;
}
.error_message {
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
	 padding: 3px 10px 3px 35px; 
	 color:#8a1f11;
	 border: 1px solid #FBC2C4; 
	 -webkit-border-radius:5px;
}
.loader {
	padding: 0 10px;
}
#contactform #success_page h1 {
	background: url(../images/success.gif) left no-repeat; 
	padding-left:22px;
}
acronym {
	border-bottom:1px dotted #ccc;
}
#map{
	height:450px;
	width:100%
}
#map img{
	max-width:inherit
}
.map{
	position:relative
}
.map .row .col-lg-4{
	float:right;
	margin-top:-450px;
	z-index:9
}
.contact-icon {
	margin:20px 0;
	overflow:hidden;
}
.map .row{
	position:relative
}
.infobox img {
	width:100% !important;
}
.map .searchmodule {
	padding:18px 10px
}
.infobox {
	display: inline-block;
	padding: 5px;
	position: relative;
	width: 270px;
}
.infobox img {
	width:80px !important;
	padding-right:10px
}
.infobox .title {
	font-size:13px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	/*text-transform:uppercase;*/
	padding-bottom:5px;
}
.infobox .title a {
	font-weight:bold;
}
.search_form {
	position:relative;
}
.search_form:after {
	color: #d9d9d9;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 40px;
	right:0;
	top:0;
	font-family: 'FontAwesome';
	content: "\f002";
}
.grey-wrapper .pricing_detail {
	background:#fff;
}
.grey-wrapper .pricing_detail .priceamount {
	border-color:#f5f5f5;
}
.pricing_detail {
	border:1px solid #e3e3e3;
	padding:30px 20px;
	text-align:center;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.pricing_detail:hover h3,
.pricing_detail:hover ul li {
	color:#fff;
}
.pricing_detail:hover header {
	border-color:#ededed;
}
.pricing_detail header {
	border-bottom:1px solid #e3e3e3;
}
.pricing_detail header h3 {
	font-size:30px;
	margin-top:35px;
	padding:0;
	display:block;
	overflow:hidden;
}
.pricing_info {
	display:block;
}
.pricing_info ul {
	padding-left:0;
}
.pricing_info ul li {
	list-style:none;
	padding:15px 0;
}
.pricing_boxes {
	padding:80px 0;
	display:block;
	overflow:hidden;
	position:relative;
}
.pricing_detail:hover .btn{
	color:#ffffff !important;
	background:#222 !important;
}
.pricing_detail .priceamount {
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
	color: #FFFFFF;;
	background:#222222;
	display: block;
	border:10px solid #fff;
	font-size: 16px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	width: 120px;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	padding-top:23px;
	line-height: 1.6;
}
.banners li {
	list-style:none;
	margin:5px;
	float:left !important;
}
.banners li .img-thumbnail {
	background-color: #bbbbbb;
	border: 1px solid #DDDDDD;
	border-radius: 0;
	padding: 5px;
}
.long-twitter i {
	font-size:31px;
}
.long-twitter a {
	text-decoration:underline;
	color:#ffffff;
}
.long-twitter {
	color:#ffffff;
}
.tab-content {
	border-left:1px solid #efefef;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
}
.nav-tabs > li > a {
	border: 1px solid #EFEFEF;
	line-height: 1.42857;
	margin-right: 0;
}
.nav-stacked li:last-child {
	border-bottom:0 solid #efefef !important;
}
.nav-stacked > li > a {
	color:#222222;
	border:0 solid #efefef !important;
}
.nav-stacked li {
	border-top:0 solid #efefef !important;
	border-left:0 solid #efefef !important;
	border-bottom:1px solid #efefef !important;
	border-right:0 solid #efefef !important;
}
.panel-title:after {
	content: "\f078";
	color: #292723;
	float:right;
	display: block;
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-top:-20px;
	pointer-events: none;
	position:relative;
	line-height: 20px;
	text-transform: none;
}
.panel-body h4 {
	font-size: 16px;
	margin: 10px 0 20px;
	padding:0 !important;
}
.panel-body .form-control {
	margin-bottom:0;
}
.panel-group .panel-heading + .panel-collapse .panel-body,
.panel-default {
   border: 0 solid #FFFFFF !important;
	box-shadow: 0 0 #FFFFFF;
	background: none;
}
.panel-title {
	padding: 0;
}
.panel-default > .panel-heading {
	background-color: #FFFFFF;
	padding:15px 20px;
	border: 1px solid #A9A9A9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.panel-default > .panel-heading a:hover {
	background:none !important; 
	color:#222222 !important;
}
.panel-default > .panel-heading a {
	color: #222222;
	font-size: 18px;
	width: 100%;
	display: block;
}
.stat {
	text-align:center;
}
.highlight {
	color:#ffffff;
	padding:30px 0;
	font-weight:bold;
	display:block;
	overflow:hidden;
	margin-bottom:0;
	font-size:48px;
}
.milestone-details {
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
.dmtop {
	background-color:#161616;
	background-image: url(../images/arrow.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	position: fixed;
	bottom: -100px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	overflow: auto;
}
.progress {
	position:relative;
	overflow:visible
}
.skill_count {
	position:absolute;
	right:0;
	font-weight:bold;
	font-size:16px; 
	color:#222;
	top:-9px
}
.skills_bar {
	margin:10px 0;
	overflow:hidden;
}
.skills_bar small {
	font-size:14px;
	color:#222222;
	margin:10px 0;
}
.progress {
	border-radius:0;
	box-shadow:none;
	border-bottom:1px solid #cbcbcb;
	background:none;
	margin:10px 0;
	height:10px;
}
#accordion-second .accordion-group{
	margin-bottom:10px;
}
#accordion-second .accordion-heading{
	border-bottom:0;
	font-size:16px;
}
#accordion-second .accordion-heading .accordion-toggle{
	display:block;
	cursor:pointer;
	padding:0 !important;
	color:#222222;
	background:#f5f5f5;
	outline:none!important;
	text-decoration:none
}
#accordion-second .accordion-heading,
#accordion-second .accordion-toggle:hover,
#accordion-second .accordion-heading .accordion-toggle.active{
	background:#f5f5f5;
}
#accordion-second .accordion-heading .accordion-toggle > em {
	background-color: #222222;
	border-radius:0;
	color: #FFFFFF;
	font-size:14px;
	height: 37px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}
#accordion-second .accordion-inner{
	padding:9px 10px;
	background:#f5f5f5;
}	
#accordion-first .accordion-group{
	margin-bottom:10px;
}
#accordion-first .accordion-heading{
	border-bottom:0;
	font-size:16px;
}
#accordion-first .accordion-heading .accordion-toggle{
	display:block;
	cursor:pointer;
	padding:5px 0 !important;
	color:#222222;
	outline:none!important;
	text-decoration:none
}
#accordion-first .accordion-heading,
#accordion-first .accordion-toggle:hover,
#accordion-first .accordion-heading .accordion-toggle.active{
	background:none;
}
#accordion-first .accordion-heading .accordion-toggle > em {
	background-color: #222222;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	color: #FFFFFF;
	font-size:14px;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	width: 32px;
}
#accordion-first .accordion-inner{
	padding:9px 10px;
}
.check li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	padding-right:5px;
	position: relative;
	top: 2px;
}
.check li {
	font-size:13px;
	list-style:none;
	margin-bottom:4px;
}
.check {
	margin-left:0; 
	padding-left:0
}
.check li a {
	color:#656565;
}
#services .item {
	padding:15px;
}
.item h3 {
	padding-top:15px;
	padding-bottom:0;
}
.item .icon-container {
	font-size:24px;
	float:left;
	margin:0 20px 0 0;
}
 .servicesbox_content p {
	display:inline-block;
	margin-top:10px;	
}
 .servicesbox_content {
	display:block !important;
	width:100% !important;
	padding:2px
}
.services_lists_boxes .service-icon-circle {
	text-align:center;
}
.services_lists_boxes {
	margin: 20px 0 20px 0;
	display:block;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.services_lists_boxes h4 {
	color:#fff;
	font-size: 21px;
	padding-bottom: 0;
	font-weight:500;
}
.custom-services {
	position:relative !important;
	padding:0;
	margin:20px 0;
	display:block;
	overflow:visible;
}
.ch-item {
	position:relative !important;
	padding:0;
	margin:20px 0;
	height:200px;
	display:block;
	overflow:visible;
}
.ch-info-wrap{
	position: absolute;
	width: 100%;
	height: 200px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #ffffff;
}
.ch-info-back  {
	padding-top:15px;
	text-align:center;
}
.ch-info-front {
	padding-top:15px;
	text-align:center;
}
.ch-info-back h3 {
	font-size:20px;
	margin-bottom:0;
	padding-bottom:0;
	color:#ffffff;
	font-weight:bold;
}
.ch-info-back p {
	color:#ffffff;
}
.ch-info-front h3 {
	font-size:20px;
	color:#222222;
	font-weight:bold;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 200px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
}
.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
.service-with-image .entry {
	position:relative;
}
.service-with-image {
	overflow:hidden;
	margin:20px 0;
}
.service-desc {
	padding:20px 0;
}
.service-title a i {
	padding-right:5px;
}
.service-title a {
	font-weight:bold;
	/*text-transform:uppercase;*/
}
.service-title {
	background:#FFFFFF;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	max-width: 120px;
	margin: auto;
	text-align: center;
	padding: 4px;
}
.service_vertical_box {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.services_vertical .general-title h2 {
	padding:0 !important;
	color:#fff !important;
	text-align:left;
	font-size:30px !important;
}
.services_vertical p {
	padding:0 !important;
	text-align:left;
}
.services_vertical 
 {
	overflow:hidden;
	padding:30px 0;
}
.services_vertical h3 {
	padding: 0 !important;
	font-size:18px;
}
.service_vertical_box .service-icon {
	float:left;
	clear: both;
	display: block;
	height: 60px;
	line-height: 60px;
	margin: 35px 20px;
	width: 60px;
}
.service_vertical_box a.readmore {
	padding-left:98px;
}
.services_vertical .icon-container {
	float:left;
}
.icon-container {
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 21px;
	height: 55px;
	line-height: 55px;
	margin: 38px 20px;
	text-align: center;
	width: 55px;
}
.servicebox {
	margin:20px 0;
}
.servicebox h3 {
	padding:0
}
.border-none {
	-webkit-border-radius:0 !important;
	-moz-border-radius: 0 !important;
	border-radius:0 !important;
}
.border-radius {
	-webkit-border-radius:500px !important;
	-moz-border-radius: 500px !important;
	border-radius:500px !important;
}
.service-icon i {
	color:#666666;
}
.little-padding {
	padding:5px 0 0 !important;
	overflow:hidden;
}
.make-bg {
	line-height:113px !important;
}
.make-bg i{
	font-size:2.6em !important;
	color:#fff !important;
}
.servicebox:hover .make-bg {
	background:#222222 !important;
	border-color:#232323 !important;
}
.servicebox:hover .border-none {
	border-bottom-color:#fff;
}
.service-icon-circle {
	overflow:hidden;
	margin:20px auto;
	display:block;
	position:relative;
	border:1px solid #222;
	height:100px;
	width:100px;
	line-height:107px;
	-webkit-border-radius: 0 100px 100px;
	-moz-border-radius: 0 100px 100px;
	border-radius: 0 100px 100px;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.sr-only {
	display:block !important;
	overflow:visible;
	visibility:visible
}
.service-icon-circle i {
	font-size:24px;
}
.btn {
	font-family: 'Roboto',sans-serif;
}
.btn-dark {
	background-color:#222222;
	color:#ffffff;
	border:none;
}
.btn-lg {
	padding:10px 30px;
	font-size:16px;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-primary {
	color: #ffffff;
	border:none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #ffffff;
	background-color: #222222;
}
.arrow-up {
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	bottom: -1px;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0;
}
.doc li a {
	color:#222 !important;
}
.doc .flexslider a {
	color:#fff !important
}
.doc .blog-carousel {
	padding:15px !important;
}
.doc .highlight {
	margin-top:10px;
	font-size:72px !important;
	font-weight:normal;
	color:#222;
	font-family: 'Roboto', cursive;
}
.doc .green {
	color:#77be32 !important;
}
.doc .red {
	color:#f2333a !important;
}
.doc .yellow {
	color:#F7C221 !important;
}
.doc .milestone-details {
	font-size:21px !important;
	font-weight:100;
	color:#222;
	font-family: 'Roboto', cursive;
	/*text-transform:uppercase;*/
	padding:20px;
}
.tabbed-menu ul {
	list-style:none;
	list-style-position:outside;
	display:inline;
	margin:10px 0;
}    
.tabbed-menu li { 
	line-height:12px;
	float:left;
	padding:10px 7px; 
}
.tabbed-menu li a {
	color:#222;
}
.general-title .lead,
.messagebox .lead {
	font-family: 'Roboto',sans-serif;
	font-weight:300;
	line-height:1.9;
	margin:15px 0;
}
.messagebox h1 {
	color:#fff;
	font-weight:bold;
	font-size:30px;
}
.messagebox .btn-dark,
.messagebox .btn-dark:hover {
	background:#222 !important;
	color:#fff !important;
}
.messagebox h2 {
	font-size:30px;
}
.calloutbox-full-mini .lead,
.calloutbox-full .lead {
	color:#fff;
	margin:10px 0 20px;
}
.calloutbox-full-mini {
	padding:20px 0;
	text-align:center;	
}
.calloutbox-full {
	padding:60px 0;
	text-align:center;
}
.calloutbox .form-control {
	height:35px;
}
#bilding label, 
#bilding .form-control {
	margin:10px 0 0;
}
#payment p.small {
	font-weight:100
}
#payment label {
	border: 1px solid #EDEDED;
	padding: 15px 40px !important;
}
.calloutbox {
	position:relative;
}
.bggrey h2 {
	color:#222222 !important;
	font-weight:bold;
}
.bgdark {
	background:#222222 !important;
}
.bggrey {
	color:#222222 !important;
	background:#f5f5f5 !important;
	border-left:8px solid #fff;
}
.calloutbox-full-mini h2,
.calloutbox-full h2 {
	font-size:36px;
	padding:0;
	margin:0;
	/*text-transform:uppercase;*/
	color:#fff;
}
.calloutbox h2 {
	font-size:28px;
	padding:0;
	margin:0;
	/*text-transform:uppercase;*/
	color:#fff;
}
.calloutbox {
	margin:20px 0;
	color:#fff;
	padding:30px 20px 20px;
	overflow:hidden;
}
.calloutbox .btn-dark:hover {
	background:#232323;
}
.white-clients .client-wrap {
	border-color:#dedede;
}
.client-wrap {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color:#444647;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 30px;
}
.client-wrap.last {
	border-right-width: 0;
}
.client-wrap.no-border {
	border-bottom-width: 0;
}
.not_found h1 {
	margin-bottom:0;
	font-size: 200px;
	padding-bottom:0;
	font-weight: bold;
	line-height: 1;
}
/* ----------------------------------------------------
BLOG SECTIONS
------------------------------------------------------- */
#comments_form .form-control{
	margin-bottom:10px;
}
#comments {padding:20px;}
.comment-list {
	margin: 60px 0;
	list-style:none;
}
.comment-list ul li,
.comment-list ol li {
	list-style:none;
}
.comment-avatar {
	margin: 0 20px 0 0;
	float: left;
	height: 70px; width: 70px;
}
.comment-content {
   background: #ffffff;
	border: 1px solid #efefef;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px;
}
.comment-reply a {
	color:#fff !important;
}
.comment-author {
	margin-bottom: 10px;
}
.comment-meta {
	font-size: 12px;
	color: #aaa;
	padding-left:10px;
}
.comment-reply {
	margin:-10px -5px 0 0;
	float: right;
	font-size: 12px;
	color: #ffffff;
}
.leave-comment textarea {
	height: 150px;
}
.authorbox_wrapper {
	padding:20px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 50px;
}
.authorbox_wrapper img {
	margin:0 20px 20px 0;
	width:100px !important;
}
.authorbox_wrapper h4 {
	margin-bottom:0;
	padding-bottom:0;
}
.authorbox_wrapper p {
	padding-top:5px;
	margin-top:5px;
}
.blog_button {
	-moz-user-select: none;
	background:#fff;
	border: 1px solid #cbcbcb;
	color: #cbcbcb;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 30px;
	padding: 10px 23px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #cecece;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #cecece;
	border-radius: 2px;
	padding: 20px;
	position: relative;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #cecece;
	border-right: 0 solid #cecece;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.post-wrapper-top {
	background:#f5f5f5;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	border-bottom: 3px solid #efefef;
	margin-bottom: 0;
	padding:0;
	position: relative;
	text-align: left;
}
.breadcrumb > li + li:before {
	font-size:13px;
}
.post-wrapper-top h2 {
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size:24px;
	padding: 20px 0;
	color:#222222;
	position: relative;
	margin-bottom:-3px;
	margin-top:0px;
}
.breadcrumb {
	bottom: 0;
	color: #777777;
	background:transparent;
	font-size: 14px;
	font-weight: 400;
	list-style: none outside none;
	padding: 10px 0;
	/*position: absolute;*/
	right: 0;
	display: inline-block;
	border-bottom: 3px solid #f7c221;
	margin-bottom:-3px; 
	border-radius: 0px;
}
.breadcrumb > li + li:before {
	content:"";
	background:url(../images/breadcrumb.png) no-repeat center center;
	margin:0 10px;
	padding:0 10px
}
.breadcrumb > li {
  display: inline-block;
}
.blog-wrapper hr {
	margin-top:10px;
	margin-bottom:20px;
}
.pagination > li > a, 
.pagination > li > span {
	background-color: #f5f5f5;
	color: #222222;
	float: left;
	line-height: 1.82857;
	margin-left: 5px;
	padding: 3px 10px;
	position: relative;
	text-decoration: none;
}
.quote-post {
	background:#f5f5f5;
	position: relative;
	padding:20px 10px 10px;
}
.quote-post:after {
	font-family: 'FontAwesome';
	content: "\f10e";
	padding-right:20px;
	right:0;
	position:absolute;
	top:50px;
	color:#000000;
	font-size:600%;
	opacity: 0.1; -moz-opacity: 0.1; filter: alpha(opacity=10);
}
.quote-post blockquote {
	border-left:0px solid #fff;
}
/* ----------------------------------------------------
ANIMATIONS
------------------------------------------------------- */
.bubble-bottom {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-bottom:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: bottom;
	transition-property: bottom;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
}
.bubble-bottom:hover:before, .bubble-bottom:focus:before, .bubble-bottom:active:before {
	bottom: -10px;
}
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}
.rotating.flip {
  position: relative;
}
.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}
.rotating.flip .front {
  z-index: 1;
}
.rotating .back {
  display: block;
  opacity: 0;
}
.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}
.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}
.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}	
/* ----------------------------------------------------
RESPONSIVE
------------------------------------------------------- */
@media (max-width: 767px) {
.portfolio-filter li a {
	border-radius: 2px;
	margin: -3px;
	padding: 5px !important;
}
.footer-menu,
.slider_title_a,
.tp-caption .btn {padding: 5px 5px; /*display:none !important;*/}
.tparrows{display: none;}
.header_center .navbar-collapse.collapse {
	text-align: left;
	height: auto !important;
	overflow:auto !important;
}
.header_center .navbar-nav {
	display:inherit !important;
	float: inherit !important;
	margin: 0;
}
ul.timeline:before {
	left: 40px;
}
ul.timeline > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 16px;
}
ul.timeline > li > .timeline-panel {
	float: right;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.btn-lg,
.mini_title2 {
	font-size:11px !important;
}
#topbar .topbar-email, 
#topbar .topbar-phone, 
#topbar .topbar-login, 
#topbar .topbar-cart,
.topmenu,
.copyright-text,
.menu,
.callus {
	border:none;
	float:none !important;
	clear:both !important;
	text-align:center !important;
	margin:auto;
} 
}
@media (max-width: 380px) {
#topbar .topbar-email, 
#topbar .topbar-phone, 
#topbar .topbar-login, 
#topbar .topbar-cart,
.topmenu,
.callus{
	display:inline-block
} 
}
/* ----------------------------------------------------
COLOR SCHEMES
------------------------------------------------------- */
.arrow-left {
	border-right-color:#f7c221;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	border-top-color:#f7c221 !important;	
}
.buddy_members .popover.top > .arrow:after,
.buddy_carousel .popover.top > .arrow:after {
	border-top:10px solid #f7c221 !important;	
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected{
	border-color:#f7c221 !important;	
}
.post-wrapper-top h2,
.group_box:hover .circle,
.group_box:hover,
.buddy_carousel .popover,
.buddy_members .popover,
.buddy_desc,
.cat_widget:hover,
.social_like .icon-container,
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > span:focus,
.form-control:focus,
.panel-default > .panel-heading:hover,
.bggrey,
.services_vertical .icon-container,
.item .icon-container,
#owl-testimonial-widget .img-circle,
.testimonial-wrap,
.tparrows:hover,
.blog_button,
.magnifier .btn-default:hover,
blockquote,
.magnifier .btn-default:focus,
.magnifier .btn-default:active,
.service-icon-circle,
.general-title hr {
	border-color:#f7c221;
}
#header-style-1 .dropdown-menu,
#header-style-1 .yamm .dropdown.yamm-fw .dropdown-menu {
	border-top-color: #f7c221 !important;
}
#three-parallax .testimonial h3 {
	color:#f7c221 !important;
}
.blog_button,
.shop_title_slider span,
.cat_widget h3,
.rating i,
.big_title_onepage span,
.small_thin_grey1 i,
.popular_items .meta span i,
.ch-info-front i,
.service_vertical_box:hover .service-icon i,
.bgdark span,
.item .icon-container,
.slider_title_a,
.mini_title2 i,
.team_member span,
.blog-carousel-meta span i,
.high_title2,
.high_title,
.big_title span,
.small_title span,
.mini_title span,
.check li:before,
.service-icon-circle i,
.servicebox:hover .service-icon i,
.shop-right .title .price,
.shop_item .price,
.cart_table .price2,
.widget h3 span,
.big_title_slider span,
a,
.milestone-counter i,
a.readmore,
.tabbed-menu li a:hover,
.footer-menu li a:hover,
.mmode .title span,
.footer-menu li a:focus,
#header-style-1 .yamm h3 i,
#header-style-1 .yamm-fw .dropdown-menu li a:before,
#topbar .topbar-login i,
.group_box i,
#topbar .callus i,
#topbar .topbar-cart i {
	color:#f7c221;
}
.timeline-badge.danger,
.flex-control-paging li a.flex-active,
.tparrows:hover {
	background-color:#f7c221 !important;
}
.demo_changer .demo-icon,
.group_box:hover .circle,
.buddy_carousel .owl-controls .owl-page.active span, 
.buddy_carousel .owl-controls.clickable .owl-page:hover span,
.recent_posts_widget > li img:hover,
.buddypress_tabber_widget_member li img:hover,
#tabbed_widget .nav-tabs > li.active > a, 
#tabbed_widget .nav-tabs > li.active > a:hover,
#tabbed_widget .nav-tabs > li.active > a:focus,
#tabbed_widget .nav > li > a:hover, 
#tabbed_widget .nav > li > a:focus,
#tabbed_widget-1 .nav-tabs > li.active > a, 
#tabbed_widget-1 .nav-tabs > li.active > a:hover,
#tabbed_widget-1 .nav-tabs > li.active > a:focus,
#tabbed_widget-1 .nav > li > a:hover, 
#tabbed_widget-1 .nav > li > a:focus,
#footer-style-1 .social-icons span a:hover,
#footer-style-2 .social-icons span a:hover,
#footer-style-3 .social-icons span a:hover,
.footer_post li img:hover,
#tabbed_widget .recent_posts_widget img:hover,
.pricing_detail:hover,
.pricing_detail:hover .priceamount,
.banners li:hover .img-thumbnail,
.ch-info .ch-info-back,
.service-with-image:hover .service-title,
.calloutbox-full-mini,
.services_vertical .icon-container,
#services .owl-controls .owl-page span,
.item:hover .icon-container,
.white-wrapper #owl-testimonial .owl-controls .owl-page.active span,
.make-bg,
.buddy_image img:hover,
.calloutbox,
#owl_blog_wr_home .owl-controls .owl-prev:hover,
#owl_blog_wr_home .owl-controls .owl-next:hover,
#owl-testimonial-widget .owl-controls .owl-prev:hover, 
#owl-testimonial-widget .owl-controls .owl-next:hover,
#owl_blog_two_line .owl-controls .owl-prev:hover,
#owl_blog_two_line .owl-controls .owl-next:hover,
#owl_blog_three_line .owl-controls .owl-prev:hover,
#owl_blog_three_line .owl-controls .owl-next:hover,
#owl_portfolio_two_line .owl-controls .owl-prev:hover,
#owl_portfolio_two_line .owl-controls .owl-next:hover,
#owl_shop_carousel .owl-controls .owl-prev:hover, 
#owl_shop_carousel .owl-controls .owl-next:hover,
#owl_shop_carousel_1 .owl-controls .owl-prev:hover,
#owl_shop_carousel_1 .owl-controls .owl-next:hover,
#owl-blog .owl-controls .owl-prev:hover, 
#owl-blog .owl-controls .owl-next:hover,
.overlay #owl-testimonial .owl-controls .owl-page.active span,
.progress-bar,
.dmtop,
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
.magnifier .btn-default:hover,
.magnifier .btn-default:focus,
.magnifier .btn-default:active,
.rsDefaultInv .rsBullet.rsNavSelected span,
.service-icon-circle.active,
.servicebox:hover .service-icon-circle,
.btn-primary,
#accordion-first .accordion-heading .accordion-toggle.active em,
#accordion-second .accordion-heading .accordion-toggle.active em,
mark,
.pager li > a, .pager li > span,
.make-bg-full,
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > span:focus,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count:hover,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count:hover,
.tagcloud a:hover,
.nav-stacked > li > a:hover,
.nav-stacked > li > a:focus,
.nav-tabs > li.active > a:hover,
.buddy_members img:hover,
.buddy_carousel img:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a, 
#buddypress_features .nav-tabs > li > a:hover,
#buddypress_features .nav-tabs > li > a:focus,
#header-style-1 .navbar-nav > li > a:hover,
#header-style-1 .navbar-nav > li > a:focus,
#header-style-1 .navbar-nav > li > a:active,
#header-style-1 .navbar-default .navbar-nav > .open > a,
#header-style-1 .navbar-default .navbar-nav > .open > a:hover,
#header-style-1 .navbar-default .navbar-nav > .open > a:focus,
#topbar .social-icons span a:hover {
	background-color:#f7c221;
}
.flex-direction-nav a,
.rsUni .rsThumb.rsNavSelected .thumbIco,
.custom-overlay {
	background-color:rgba(247,194,33,0.82);
}
.custom-overlay-dark {
	background-color:rgba(29, 29, 29, 0.82);
}
#tabbed_widget .nav-tabs > li.active > a, 
#tabbed_widget .nav-tabs > li.active > a:hover,
#tabbed_widget .nav-tabs > li.active > a:focus,
#tabbed_widget .nav > li > a:hover, 
#tabbed_widget .nav > li > a:focus,
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > span:focus,
.big_title_onepage,
.tp-caption .btn,
.small_thin_grey1,
#footer-style-2 .social-icons span a:hover,
#footer-style-3 .social-icons span a:hover,
#footer-style-1 .social-icons span a:hover,
.recent_posts_widget a,
#footer-style-1 .widget,
#footer-style-1 p,
#footer-style-2 .widget,
#footer-style-2 p,
#footer-style-3 .widget,
#footer-style-3 p,
.service-with-image:hover .service-title a,
.item:hover .icon-container,
.overlay h2,
.overlay .lead,
.overlay .testimonial-widget .testimonial .lead:after,
.overlay .testimonial-widget .testimonial .lead:before,
.overlay .testimonial-widget,
.magnifier .btn-default:hover,
.magnifier .btn-default:focus,
.magnifier .btn-default:active,
mark,
.service-icon-circle.active i,
.servicebox:hover .service-icon-circle i,
.testimonial h3,
.nav-stacked > li > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a,
#footer-style-2 .widget .title h3,
#footer-style-3 .widget .title h3,
#footer-style-1 .widget .title h3 {
	color:#ffffff !important;
}
@font-face {
	font-family: 'southern_aire_personal_use_Rg';
	src: url('../fonts/southernaire_personal_use_only.eot');
	src: url('../fonts/southernaire_personal_use_onlyd41d.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/southernaire_personal_use_only.woff') format('woff'),
		 url('../fonts/southernaire_personal_use_only.ttf') format('truetype'),
		 url('../fonts/southernaire_personal_use_only.svg#southern_aire_personal_use_Rg') format('svg');
	font-weight: normal;
	font-style: normal;
}
#maintenance1 {
  background:#fff;
}
#maintenance1 .overlay {
	background-color: rgba(255, 255, 255, 1);
	bottom: 0;
	height: 100%;
	left: 0;
	padding: 60px 0;
	position: absolute;
	right: 0;
}
#maintenance1 .title {
	margin:60px 0;
}
#maintenance1 .title h1 {
	font-size:90px;
	line-height:90px;
	font-weight:400;
	font-family: 'southern_aire_personal_use_Rg', cursive;
	color:#222;
	text-decoration:none;
	padding:20px 0 0;
	border-width:0px;
	border-style:none;
}
#maintenance1 .highlight {
	margin-top:10px;
	font-size:72px !important;
	font-weight:normal;
	color:#222;
	font-family: 'Roboto', cursive;
}
#maintenance1 .green {
	color:#77be32 !important;
}
#maintenance1 .red {
	color:#f2333a !important;
}
#maintenance1 .yellow {
	color:#F7C221 !important;
}
#maintenance1 .subscribe .lead,
#maintenance1 .title .lead {
	font-size:18px !important;
	font-weight:100;
	color:#222 !important;
	font-family: 'Roboto', cursive;
	padding:20px;
}
#maintenance1 .milestone-details {
	font-size:36px !important;
	font-weight:100;
	color:#222;
	font-family: 'Roboto', cursive;
	/*text-transform:uppercase;*/
	padding:20px;
}
#maintenance {
  background: url(demos/maintenance_bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#maintenance .overlay {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	height: 100%;
	left: 0;
	padding: 60px 0;
	position: absolute;
	right: 0;
}
#maintenance .title {
	margin:60px 0;
}
#maintenance .title h1 {
	font-size:90px;
	line-height:90px;
	font-weight:400;
	font-family: 'southern_aire_personal_use_Rg', cursive;
	color:#ffffff;
	text-decoration:none;
	padding:20px 0 0;
	border-width:0px;
	border-style:none;
}
#maintenance .highlight {
	margin-top:10px;
	font-size:72px !important;
	font-weight:normal;
	font-family: 'Roboto', cursive;
}
#maintenance .subscribe .lead,
#maintenance .title .lead {
	font-size:18px !important;
	font-weight:100;
	font-family: 'Roboto', cursive;
	padding:20px;
}
#maintenance .milestone-details {
	font-size:36px !important;
	font-weight:100;
	font-family: 'Roboto', cursive;
	/*text-transform:uppercase;*/
	padding:20px;
}
.animationload {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}
.loader {
	width:200px;
	text-indent:-99999;
	height:200px;
	font-size:0;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#videobgfull {
	width:100% !important;
	height:500px !important;
	position:relative !important;
}
.videooverlay {
	padding: 60px 0;
	background-color:rgba(0, 0, 0, 0.4);
}
.videooverlay .general-title h2 {
	color:#fff;
}
.image-responsive{
	max-width:100%;
}

.mt-5{
	margin-top:5px;
}

.mt-10{
	margin-top:10px;
}

.mt-20{
	margin-top:20px;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px;
}
.mt-50{
	margin-top:50px;
}

.mb-5{
	margin-bottom:5px;
}

.mb-10{
	margin-bottom:10px;
}

.mb-20{
	margin-bottom:20px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-50{
	margin-bottom:50px;
}

.btn-full-width{
	width:100%;
}
.enqfrmheading{
	color: #fff;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.enqfrm_bg{
	background: #f7c221;
	padding: 10px;
	height:100%;
	/*padding-top:15%;*/
}
.pt-0{
	padding-top:0px !important;
}
.pl-0{
	padding-left:0px !important;
}
.pr-0{
	padding-right:0px !important;
}
.ml-0{
	margin-left::0px !important;
}
.mr-0{
	margin-right::0px !important;
}

@media (min-width: 768px) {
.rowsame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.rowsame > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.vertical-align {
    display: flex;
    align-items: center;
}
}

.toplsiderdiv{
	background: #f7c221;
}

.btn-gray{
	color:#fff;
	background:#666;
	font-weight:500;
}
.btn-gray:hover{
	color:#fff;
	background:#000;
}
.text-black{
	color:#000 !important;
}

.sub-tab-div{
	
	/*float: left;
	width: 250px;
	margin-right: 10px;*/
	text-align: center;
	margin-bottom:15px;
}
/*.sub-tab-div:hover{
	background: #f7c221;
}*/
.sub-tab-div a{
	color:#000;
}
.sub-tab-div-inner {
	/*display: flex;
	align-items: center;*/
	background: #f0f0f0;
	height:100%;
	width:100%;
	padding: 10px 10px 10px 10px;
	/*margin-right:5px;
	margin-left:5px;*/
}

.sub-tab-div-para{
	text-align:left; 
	margin:0px; 
	line-height:1.2; 
	display: flex; 
	align-items: center;
}

.blog-carousel-desc ul {
    list-style-image: url('../images/check_1.png');
	margin-left: 20px;
}

.rec-wr-post-head{
	margin: 0px;
	padding: 0px;
	line-height: 1.2 !important;
}
.respost-anchor{
	font-size: 18px;
	font-weight: 600;
}
.respost-para{
	margin: 0px;
	font-weight: 200;
	font-size: 12px;
	line-height: 1.2;
	color:#7d7d7d;
} 

.blog-share-box{
	margin-top: 30px;
	background: #f0f0f0;
	padding: 10px 10px 20px 10px;
}
.bloh-share-head{
	font-size: 21px;
	margin-bottom: 7px;
	margin-left: 2px;
	color: #7b7b7b;
}

.section_a{
	background:#f5f5f5; 
}

.section_a .general-title h2{
	font-size:20px !important;
	font-weight:normal !important;
}

.section_a .general-title p{
	font-family: 'Roboto',sans-serif;
	font-weight:300;
	line-height:1.6;
	margin:10px 0;
	color:#686868;
	font-size: 15px !important;
}

.hovernow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.5s ease-in-out;
}

.hovernow:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}



.topbar-menu-wr:hover a{
	color:#fff !important;
}

.topbar-menu-wr:hover{
	background:#979797;
}

.contact-widget-wr{
	margin-top: 30px;
	border: #ccc solid 1px;
	border-radius: 10px;
	padding: 20px;
}

.contact-widget-heading{
	color: #666;
	font-size: 18px;
	font-weight: 600;
	border-bottom: #ccc solid 1px;
}

.contact-widget-wr p{
	font-size:18px;
}

.contact-widget-wr p span{
	font-size:14px!important;
}

.newsletter_heading{
	vertical-align: middle;
	font-size: 18px;
	color: #000000;
	/*text-transform: uppercase;*/
	padding: 0 30px 0 0;
	font-weight: 400;
}

.newsletter_text_box{
	border: #d2d2d2 1px solid!important;
	border-radius: 2px!important;
	width: 250px;
	max-height: 50px;
}
@media (max-width: 380px) {
	.newsletter_text_box{
		width: 165px;
		margin: 20px 0px;
	}
	.newsletter_text_button{
		margin: 20px 0px;
	}
}
.newsletter_text_button{
	width:40px;
	height:40px;
}

.follow_text{
	float:left;
}
.follow_links{
	float:left;
}
.follow_text h4{
	font-size:18px;
	font-weight:600;
	margin:0px;
}
.follow_links_icons a{
	vertical-align: baseline;
	padding: 7px;
	font-size: 22px;
	margin-right: 3px;
}

.padding-30-0{
	padding:30px 0px!important;
}

.footer-text-menu strong a{
	color:#000!important;
	font-size:16px;
	text-transform:capitalize!important;
}
.footer-text-menu a{
	color:#808080!important;
	font-size:16px;
	text-transform:capitalize!important;
}
.footer-text-menu a:hover{
	color:#464646!important;
	font-size:16px;
	text-decoration:underline!important;
}

.tab-heading:before{
	content: "";
	position: absolute;
	width: 55px;
	height: 1px;
	bottom: -4px;
	left: 2px;
	border-bottom: 4px solid #f7c221;
}
.tab-heading{
	margin-bottom:15px;
	margin-top: 5px;
	font-weight: 600 !important;
}

.light-gray-glow-box{
	box-shadow: 0 2px 7px rgb(210, 210, 210);
	padding: 25px;
	background: #f5f5f5;
}

.bg-patter-wr-1{
	/*background:url(images/bg.png);*/
}

.blog-carousel h1:before{
	content: "";
	position: absolute;
	width: 55px;
	height: 1px;
	bottom: -4px;
	left: 2px;
	border-bottom: 4px solid #f7c221;
}

.blog-carousel h1{
    font-size:36px;
    font-weight: 600;
}

.blog-carousel h2:before{
	content: "";
	position: absolute;
	width: 65px;
	height: 1px;
	bottom: -1px;
	left: 0px;
	border-bottom: 2px solid #f7c221;
}
.blog-carousel h2{
	font-weight: 500;
}

.wr-h4-home h4{
	font-weight: 600 !important;
	margin-bottom: 0px !important;
	color: #ccc !important;
	font-size: 17px !important;
}
.wr-h4-home h4 a{
	color:#4f4f4f !important;
}
.wr-h3{
	/*font-size: 28px;*/
	margin-bottom: 35px;
}
.wr-h3:before{
	content: "";
	position: absolute;
	width: 55px;
	height: 1px;
	bottom: -14px;
	left: 2px;
	border-bottom: 4px solid #f7c221;
}

.line-height-1-5{
	line-height: 1.5 !important;
}

.home-immi-news{
	border-bottom: #d9d8d8 1px solid;
	margin-bottom: 15px;
}

.font-18{
	font-size:18px!important;
}

.text-white{
	color:#fff !important;
}

.wr-footer-links li{
	padding: 5px 0px;
	list-style: none;
	/*border-bottom: #e7e7e730 1px solid;*/
	text-align: start;
}

.wr-footer-links li:hover{
	/*background:#ccc;*/
}

.wr-footer-links li:hover a{
	color:#e7e7e7;
}

.wr-footer-links li a:hover{
	color:#e7e7e7;
}

.color-light-gray{
	color:#e7e7e7;
}

.tabline:after{
	height: 22px;
	display: block;
	width: 1px;
	background: #888b8f;
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
}

.blog-shadow {
	background: #f7f7f7;
	padding: 20px 20px 20px 20px;
	box-shadow: 0px 7px 15px 0px rgba(10, 50, 50, 0.16);
	border: 1px solid #eee;
	border-radius: 5px;
}

.blog-shadow:hover {
	background: #f0f0f0;
}

.mb-0{
	margin-bottom:0px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.mb-40{
	margin-bottom:40px !important;
}
.mt-5{
	margin-top:5px !important;
}
.p-10{
	padding:10px !important;
}
.pb-50{
	padding-bottom:50px !important;
}
.pt-50{
	padding-top:50px !important;
}
.text-color-313131{
	color:#313131 !important;
}
.font-24{
	font-size: 24px !important;
}

.bg-gray{
	background:#f4f4f4;
}
.bg-gray:hover{
	box-shadow: 0px 7px 15px 0px rgba(10, 50, 50, 0.16);
}

.about-more-div{
	font-size: 18px;
	color: #313131;
	padding: 20px !important;
	margin: 0px !important;
}

.border-0{
	border:none!important;
}

.field{
	margin-bottom:3px!important;
}

.dotted-layer {
    position: absolute;
    right: 5%;
    top: 55%;
    width: 150px;
    height: 192px;
    background-repeat: no-repeat;
	background-image: url(../images/dotted-pattern.png);
}

.smallcircle-layer {
    position: absolute;
    right: 5%;
    top: 32%;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
	background-image: url(../images/yellow-circle2.png);
}

.verysmallcircle-layer {
    position: absolute;
    left: 5%;
    bottom: 4%;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
	background-image: url(../images/yellow-circle3.png);
}

.circle-left-bottom-bg{
	background-image: url(../images/yellow-circle3.png);
	background-repeat: no-repeat;
	background-position: 10% 96%;
	background-color: #fbfbfb;
}

.timeline-icons{
	max-width:41.6px; 
	max-height:41.6px; 
	margin-top:-15px;
}

.yellow-border-1px{
	border: 1px solid #f7c221;
}

.m-5{
	margin:5px;
}

.p-5{
	padding:5px !important;
}

.wr-v-h-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    max-height: 300px;
}

.wr-v-h-center-full {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wr-img-bg-div{
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; height:300px;
}

.wr-img-bg-div h2, .wr-img-bg-div p{
	color:#fff;
}

.wdth-hght-100-per{
	width:100%;
	height:100%;
}

@media (min-width: 768px) {
    .row.equal-cols {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
	
	.row.equal-cols:before,
	.row.equal-cols:after {
	  display: block;
	}
	
	.row.equal-cols > [class*='col-'] {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
	
	.row.equal-cols > [class*='col-'] > * {
	  /*-webkit-flex: 1 1 auto;
	  -ms-flex: 1 1 auto;
	  flex: 1 1 auto; */
	}
}

.text-yellow{
	color:#f7c221 !important;
}

label{
	display: inline-block;
	margin-bottom: 0px !important;
	font-weight: bold;
	margin-top: 5px;
}

/* Whatsapp Btn Css */
.wh-api {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 999;
    margin-right: 0px;
    bottom: -7px;
}
.wh-fixed {
    margin-left: 15px;
    margin-bottom: 15px;
}
.wh-fixed > a {
    display: block;
    text-decoration: none;
}
button.wh-ap-btn {
    outline: none;
    width: 45px;
    height: 45px;
    border: 0;
    background-color: #2ecc71;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
    animation: bounce 3s infinite alternate;
}
button.wh-ap-btn:before {
    content: 'Whatsapp';
    display: block;
    position: absolute;
    margin-left: 70px;
    margin-top: 16px;
    height: 25px;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    width: 0;
    opacity: 0;
    padding: 0;
        padding-top: 0px;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top: 7px;
}

button.wh-ap-btn:after {
    content: '';
    background-image: url(../images/whatsapp.png);
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: 48%;*/
    background-size: 65%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

.wr-right-form{
	background: #f7c221;
	padding: 15px 25px;
	border-radius: 10px;
	margin-top: 20px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.row-no-nev{
	margin-left: 0px;
	margin-right: 0px;
}

.position-relative{
	position: relative;
}

.img-responsive{
	max-width: 100%;
}

/* Accourdian CSS */
.accordion-button{
	background-color: #f4f6f8;
}
/*.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0,0,0,.125);
}*/
.accordion-item{
	margin-bottom: 15px;
	border: 0px;
}
.accordion-button:not(.collapsed){
	color: #222;
  background-color: #f4f6f8;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button{
	padding: .60rem 1.25rem;
}
.accordion-button:not(.collapsed):after{
	background-image:'';
}
.accordion-body{
	background: #f4f6f8;
}
.accordion-body p{
	margin: 0px; padding: 0px;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type{
	border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* OWL Crousel CSS */
#owl_blog_wr_home .owl-nav .owl-prev, #owl_blog_wr_home .owl-nav .owl-next{
	color: #fff;
  cursor: pointer;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 28px;
  background: #222;
  border-radius: 3px;
}

.owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: -13%;
  right: 0;
  pointer-events: auto;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
  top: -13%;
  right: 30px;
  pointer-events: auto;
}

.owl-testimonial .owl-item img{
	display: inline !important;
}

.font-21{
	font-size: 21px;
}
.font-bold{
	font-weight: bold;
}
.list{
	margin-left: 15px;
}

.icon-width{
	max-width: 80px;
}

/* Landing Page Logo CSS ************/
.logo-heading {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 21px;
}
.logo-heading a{
	margin-right: 10px;
}
.logo-heading img {
  padding: 20px 0px;
}
.logo-heading div {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .logo-heading {
    font-size: 18px;
    line-height: 1.2;
  }
  .logo-heading img{
  	padding: 10px 0px;
  	width: 100px;
  }
}
@media (max-width: 576px) {
  .logo-heading {
    font-size: 16px;
    line-height: 1.2;
  }
  .logo-heading img{
  	padding: 10px 0px;
  	width: 90px;
  }
}
@media (max-width: 400px) {
  .logo-heading {
    font-size: 14px;
    line-height: 1.2;
  }
  .logo-heading img{
  	padding: 5px 0px;
  	width: 80px;
  }
}

.banner-img-with-bg-color:after{
	content: '';
	position: absolute;
	top: 8%;
	right: 2px;
	background: #000;
	width: 20px;
	height: 150px;
}

.banner-img-with-bg-color.yellow-line:after{
	background: #f7c221;
}	

.banner-img-with-bg-color{
	height: 100%;
}

.banner-img-with-bg-color-2:after{
	content: '';
	position: absolute;
	top: 8%;
	left: 2px;
	background: #000;
	width: 20px;
	height: 150px;
}

.banner-img-with-bg-color-2{
	height: 100%;
}

/* table CSS */
.tv-header-table {
    border-collapse: collapse; /* Ensures borders are collapsed into a single border */
    width: 100%; /* Full width table */
    border: 1px solid #d3d3d3; /* Grayish border for the entire table */
    font-family: Arial, sans-serif; /* Set a common font */
}

/* Style for the table header */
.tv-header-table {
	border-collapse: separate;
	width: 100%;
	border-spacing: 5px;
	border: 0;
	font-family: Arial, sans-serif;
}
.tv-header-table thead th {
    background-color: #f8cd49;
    padding: 15px;
    border: 10px solid #fff;
    text-align: left;
    font-size: 16px;
}
.tv-header-table tbody td {
    padding: 15px;
    border: 10px solid #fff;
    text-align: left; 
    font-size: 14px;
    background-color: #fafafa;
}
.tv-header-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
.tv-header-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.blog-carousel-desc table {
    width: 100%;
    border-collapse: collapse;
}

.blog-carousel-desc table th {
    background-color: #f0cc05;
    color: black;
    padding: 10px;
    border: 1px solid #000;
    text-align: left;
}

.blog-carousel-desc table td {
    padding: 10px;
    border: 1px solid #000;
}

.blog-carousel-desc table tr:nth-child(even) {
    background-color: #eaeaea; /* Light gray for even rows */
}

.blog-carousel-desc table tr:nth-child(odd) {
    background-color: #ffffff; /* White for odd rows */
}

.FixedHeightContent {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
}

.read-more-fxd-cnt-btn {
  display: block;
  background: linear-gradient(to bottom, #b0b0b08c, transparent);
  color: #565656;
  padding: 5px 20px;
  width: 100%;
  z-index: 2;
  border: none;
}

.read-more-fxd-cnt-btn:hover {
  /*background-color: #0056b3;*/
  background: linear-gradient(to bottom, transparent, #b0b0b08c);
}

.content-area ul li::before {
  content: '\f058';
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f8cd49;
}

.content-area ul li, .dash-bullet ul li{
  position: relative;
  padding-left: 25px;
  list-style: none;
}

.content-area ul li:before{
  content: '\f058';
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f8cd49;
}

.dash-bullet ul li:before{
  content: '\f068' !important;
  /*font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f7c221;*/
}

/*.button_style_1{
	background: #000;
  padding: 10px 20px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  position: relative;
}
.button_style_1:after{
	background: #f8cd49;
	content: '';
	width: 6px;
	height: 22.2px;
	right: -3px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  transition: all 3s ease;
}

.button_style_1:hover{
	background: #f8cd49;
	color: #000;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.button_style_1:hover:after{
	background: #000;
	left: -3px;
	right: unset;
}*/

.button_style_1 {
    background: #000;
    padding: 10px 20px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    position: relative;
    color: #f8cd49;
    /*overflow: hidden;*/ /* Ensures pseudo-element stays within bounds */
    font-size: 16px;
    margin-top: 20px;
}

.button_style_1:after {
    background: #f8cd49;
    content: '';
    width: 6px;
    height: 22.2px;
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%); /* Start fully to the right */
    border-radius: 2px;
    transition: transform 0.8s ease; /* Smooth sliding effect */
    right: 3px;
}

.button_style_1:hover {
    background: #f8cd49;
    color: #000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.button_style_1:hover:after {
    background: #000;
    transform: translate(-100%, -50%); /* Slide to the left */
    left: 3px;
}


/* Table CSS For Editor Table */
/* Target the table with specific attributes */
.content-area table[border="1"][cellpadding="1"][cellspacing="1"], .blog-carousel-desc table, .content-area table {
    border-collapse: separate;
    width: 100%;
    border-spacing: 5px;
    border: 0;
    font-family: Arial, sans-serif;
}

/* Style the first row as a header */
.content-area table[border="1"][cellpadding="1"][cellspacing="1"] tr:first-child th, .blog-carousel-desc table tr:first-child th, .content-area table tr:first-child th{
    background-color: #f8cd49;
    padding: 10px;
    border: 5px solid #fff;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

/* Style the body cells */
.content-area table[border="1"][cellpadding="1"][cellspacing="1"] td, .blog-carousel-desc table td, .content-area table td {
    padding: 10px;
    border: 5px solid #fff;
    text-align: left;
    font-size: 14px;
    background-color: #fafafa;
}

/* Alternate row background for the body */
.content-area table[border="1"][cellpadding="1"][cellspacing="1"] tr:nth-child(odd):not(:first-child), .blog-carousel-desc table tr:nth-child(odd):not(:first-child), .content-area table tr:nth-child(odd):not(:first-child){
    background-color: #fafafa;
}

.content-area table[border="1"][cellpadding="1"][cellspacing="1"] tr:nth-child(even):not(:first-child), .blog-carousel-desc table tr:nth-child(even):not(:first-child), .content-area table tr:nth-child(even):not(:first-child){
    background-color: #fafafa;
}

.multibox_design_1{
	padding: 50px 0px;
}
.theme_btn_all {
  position: relative;
}
.theme-btn.one {
  display: inline-block;
  line-height: 42px !important;
  min-height: 42px !important;
  padding: 0px 10px !important;
  font-size: 14px !important;
  border-radius: 10px 0px 10px 0px;
  background: #f7c221;
  color: #fff;
  border: 1px solid #f7c221;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 600;
  margin-right: 10px;
}
.theme-btn.one:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
  border-radius: 0px 10px 0px 10px;
}
.theme-btn.two {
  display: inline-block;
  line-height: 42px !important;
  min-height: 42px !important;
  padding: 0px 10px !important;
  font-size: 14px !important;
  border-radius: 10px 0px 10px 0px;
  background: transparent;
  color: #f7c221;
  border: 1px solid #f7c221;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 600;
  margin-right: 10px;
}
.theme-btn.two:hover {
  background: #f7c221;
  color: #fff;
  border-radius: 0px 10px 0px 10px;
}
.theme-btn.three {
  display: inline-block;
  line-height: 42px !important;
  min-height: 42px !important;
  padding: 0px 10px !important;
  font-size: 14px !important;
  border-radius: 10px 0px 10px 0px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 600;
  margin-right: 10px;
}
.theme-btn.three:hover {
  background: #f7c221;
  border: 1px solid #f7c221;
  color: #fff;
  border-radius: 0px 10px 0px 10px;
}
.vertical-small-line {
	position: absolute;
  background-color: #f7c221;
  width: 20px;
  height: 150px;
  right: -10px;
  top: 15%;
}

@media (max-width: 991px) {
	.vertical-small-line {
		width: 150px;
	  height: 20px;
	  right: calc(50% - 75px);
	  top: -20px;
	}
}

.vertical-small-line-2 {
  background-color: #f7c221;
  width: 20px;
  height: 150px;
  position: absolute;
  left: -10px;
  top: 15%;
}

.vertical-small-line-2.black-color-line{
	background-color: #000;
}

.h-100{
	height: 100%;
}

/* InfoSpotlightPro */ 
.InfoSpotlightPro{
	padding: 50px 0px;
}
.image_boxes.style_six {
  position: relative;
  padding-bottom: 40px;
}
.image_boxes.style_six .image_box {
  position: relative;
}
.image_boxes.style_six .image_box img {
  border-radius: 10px;
}
.image_boxes.style_six .image_box .experience {
  left: 0px;
  position: absolute;
  right: 0;
  bottom: -65px;
}
.image_boxes.style_six .image_box .experience .experience_inner {
  padding: 20px 40px;
  background: #fff;
  margin: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.5);
}
.image_boxes.style_six .image_box .experience .experience_inner h2 {
  font-size: 22px;
  color: #222;
  line-height: 1.2 !important;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  margin: 0px;
}
.title_all_box {
  position: relative;
}
.icon_box_all {
  position: relative;
}
.icon_box_all.style_six .icon_content{
	margin-bottom: 10px;
}
.icon_box_all.style_six .icon_content .icon {
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
}
.icon_box_all.style_six .icon_content .icon img {
  width: 50px;
  height: auto;
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  display: block;
}
.icon_box_all.style_six .icon_content .icon::after {
  background: #f0f3f9;
  position: absolute;
  content: "";
  border-radius: 50px;
  width: 60px;
  height: 60px;
  left: 12px;
  top: -3px;
  z-index: -10;
  opacity: 0.5;
}
.icon_box_all.style_six .icon_content h2, .icon_box_all.style_six .icon_content h2 a {
  display: block;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 32px;
  font-weight: 700;
  color: #222;
  margin-top: 10px;
}
.text-primary{
	color: #f7c221 !important;
}
.title_sections.five h2{
	font-size: 2rem;
	margin-top: 0px;
}
.title_sections.five{
	margin-bottom: 20px;
}

.content-area blockquote, .blog-carousel-desc blockquote{
	border-left: 5px solid #ffc947;
  padding: 10px 1rem 10px 1rem;
  position: relative;
}
.content-area blockquote p, .blog-carousel-desc blockquote p{
	position: relative;
  font-size: 16px;
  line-height: 1.74;
  font-style: italic;
}
.content-area blockquote p:after, , .blog-carousel-desc blockquote p:after{
	content: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23ffc947%22%20d%3D%22M19.1%2012.7c-1.5-1.3-3.5-2-5.5-2-4.8%200-8.7%203.9-8.7%208.7%200%204.6%203.6%208.4%208.1%208.7-.1%201.7-2.1%204.4-4.5%206-.5.2-.9.7-.9%201.3%200%20.8.6%201.4%201.4%201.4.2%200%20.3%200%20.5-.1.1.2%201.9-.5%202.1-.5.8-.3%201.6-.7%202.4-1.2%201.8-1.1%207.3-4.7%208.6-10.4%201.3-5.7-1.3-10.2-3.5-11.9zm20.7%200c-1.5-1.3-3.5-2-5.5-2-4.8%200-8.7%203.9-8.7%208.7%200%204.6%203.6%208.4%208.1%208.7-.1%201.7-2.1%204.4-4.5%206-.5.2-.9.7-.9%201.3%200%20.8.6%201.4%201.4%201.4.2%200%20.3%200%20.5-.1.1.2%201.9-.5%202.1-.5.8-.3%201.6-.7%202.4-1.2%201.8-1.1%207.3-4.7%208.6-10.4%201.3-5.7-1.3-10.2-3.5-11.9z%22%2F%3E%3C%2Fsvg%3E);
	display: inline-block;
  margin-left: 2px;
  margin-top: 0;
  position: absolute;
  height: 44px;
  width: 44px;
}
.project_filter .current a{
	color: #fff;
}

.call-icon {
  margin-top: 8px;
}
.call-icon span {
  border: #f7c221 solid 2px;
  color: #f7c221;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
  vertical-align: bottom;
}

.action-button-section{
	font-size: 20px;
  font-weight: 500;
}

.light-border{
	border: 1px solid #dbdbdb !important;
}

.div-expand-1px{
	margin: -1px;
}

.width-80-per{
	width: 80%;
}
.width-100{
	width: 100% !important;
	min-width: 100% !important;
}

.dsktp-padding {
    padding: 0px 50px;
}
@media screen and (max-width: 379px) {
    .dsktp-padding {
        padding: 0px 20px;
    }
}

@media screen and (min-width: 380px) and (max-width: 1199px) {
    .dsktp-padding {
        padding: 0px 50px;
    }
}

@media screen and (min-width: 1200px) {
    .dsktp-padding {
        padding: 0px 90px;
    }
}

.blog-masonry .blog-carousel {
	margin:20px 0;
	overflow:hidden;
	padding:20px;
	background:#fff;
	border:1px solid #efefef;
}

.blog-carousel-header h2{
	font-size: 32px;
}

.wr-1091-icon-boxes{
	text-align: center;
	position: relative;
}

.wr-1091-icon-boxes h3{
	font-size: 21px;
  margin: 20px 0px 10px 0px;
}

.wr-1091-icon-boxes-text:after{
	position: absolute;
  content: "";
  background: #ccc;
  width: 1px;
  height: 170px;
  top: 70px;
  left: -15px;
}

.wr-1091-icon-boxes-text.first-child:after{
	display: none;
}
.wr-1091-btn{
	margin-top: 40px;
}

.wr-1091-small-icon-boxes{
	margin-top: 20px;
	margin-bottom: 40px;
}
.wr-1091-small-icon-boxes div img{
	width: 80px;
	max-width: 100%;
	margin-bottom: 0px;
}
.wr-1091-small-icon-boxes div{
	margin-bottom: 20px;
}
.wr-1091-small-icon-boxes div a{
	display: block;
	text-align: center;
}
.wr-1091-small-icon-boxes h5{
	line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  color: #000;
}
.wr-1091-small-icon-boxes a h5{
	color: #000;
}
.wr-1091-small-icon-boxes a:hover h5{
	color: #f7c221;
}
@media (max-width: 768px){
	.wr-1091-form-plgn-wraper.pt-60{
		padding-top: 20px !important;
	}
	.wr-1091-form-plgn-wraper.pb-60{
		padding-bottom: 20px !important;
	}
	.wr-1091-form-plgn-wraper .pd_bottom_20{
		padding-bottom: 10px !important;
	}
	.wr-1091-form-plgn-wraper .title{
		padding-bottom: 5px !important;
	}
}

.inner-white-box {
  background: #ffffffc7;
  padding: 15px;
  border-radius: 15px;
}
.wr-1091-bg-type{
	/*background-image: url(../images/bg-1.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}
.title_all_box.style_one .title_sections .title{
	font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  padding: 0px 0px 10px 0px;
}
.title_all_box.style_one .title_sections p{
	font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
}
.inner-white-box p {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
/*.vertical-small-line{
	right: -23px;
}*/

.iti{
  width: 100% !important;
}
/* Hide number input's arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.error {
  color: #e74c3c;
  font-weight: 400;
  font-size: 0.9em;
}
.invalid {
  border-color: red !important;
}

.roundedCornerBorderBox {
  border-radius: 10px 0px 10px 0px;
  border: 1px solid #f7c221;
  overflow: hidden;
}

.pd_right_50 {
  padding-right: 50px !important;
}
.pd_left_50 {
  padding-left: 50px !important;
}
@media (max-width: 992px) {
  .mr_md_top_zero {
    margin-top: 0px !important;
  }
  .mr_md_zero {
    margin: 0px !important;
  }
  .md_pd_left_zero {
    padding-left: 0 !important;
  }
  .md_pd_right_zero {
    padding-right: 0 !important;
  }
  .md_pd_left_15 {
    padding-left: 30px !important;
  }
  .md_pd_right_15 {
    padding-right: 30px !important;
  }
}
.min-height-400{
  min-height: 400px;
}

.bg_op_1 {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.pd_zero {
  padding: 0px !important;
}

/*---==========================================-----
-----==================title_all_box===============-----
-----=========================================-----*/
.title_all_box {
  position: relative;
}
.title_all_box.style_one .title_sections, .title_all_box.style_two .title_sections {
  position: relative;
}
.title_all_box.style_one .title_sections .before_title, .title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #f7c221;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
  font-family: 'Roboto',sans-serif;
}
.title_all_box.style_one .title_sections .title, .title_all_box.style_one .title_sections h1, .title_all_box.style_one .title_sections h2, .title_all_box.style_one .title_sections h3, .title_all_box.style_one .title_sections h4, .title_all_box.style_one .title_sections h5, .title_all_box.style_one .title_sections h6, .title_all_box.style_two .title_sections .title, .title_all_box.style_two .title_sections h1, .title_all_box.style_two .title_sections h2, .title_all_box.style_two .title_sections h3, .title_all_box.style_two .title_sections h4, .title_all_box.style_two .title_sections h5, .title_all_box.style_two .title_sections h6 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  padding: 0px 0px 10px 0px;
  font-family: 'Roboto',sans-serif;
}
.title_all_box.style_one .title_sections p, .title_all_box.style_two .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}
.title_all_box.style_one.light_color .before_title, .title_all_box.style_two.light_color .before_title {
  color: #fff;
}
.title_all_box.style_one.light_color .title, .title_all_box.style_one.light_color h1, .title_all_box.style_one.light_color h2, .title_all_box.style_one.light_color h3, .title_all_box.style_one.light_color h4, .title_all_box.style_one.light_color h5, .title_all_box.style_one.light_color h6, .title_all_box.style_two.light_color .title, .title_all_box.style_two.light_color h1, .title_all_box.style_two.light_color h2, .title_all_box.style_two.light_color h3, .title_all_box.style_two.light_color h4, .title_all_box.style_two.light_color h5, .title_all_box.style_two.light_color h6 {
  color: #fff;
}
.title_all_box.style_one.light_color p, .title_all_box.style_two.light_color p {
  color: #fff;
}
.title_all_box.style_two .title_sections .before_title {
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  font-family: 'Roboto',sans-serif;
  padding: 0px 10px 3px 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 26px;
  margin-bottom: 20px;
}
.title_all_box.style_two.light_color .before_title {
  color: #fff;
  opacity: 0.7;
  border-color: rgba(255, 255, 255, 0.2);
}
.title_all_box.style_two.light_color .title, .title_all_box.style_two.light_color h1, .title_all_box.style_two.light_color h2, .title_all_box.style_two.light_color h3, .title_all_box.style_two.light_color h4, .title_all_box.style_two.light_color h5, .title_all_box.style_two.light_color h6 {
  color: #fff;
}
.title_all_box.style_two.light_color p {
  color: #fff;
}
.title_all_box.style_three .title_sections .before_title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #f7c221;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 38px;
  margin-bottom: 7px;
}
.title_all_box.style_three .title_sections .before_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #f7c221;
  left: 0;
  top: 12px;
}
.title_all_box.style_three .title_sections.center .before_title {
  padding-left: 38px;
  padding-right: 38px;
}
.title_all_box.style_three .title_sections.center .before_title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #f7c221;
  right: 0;
  top: 12px;
}
.title_all_box.style_three .title_sections.right .before_title::before {
  left: inherit;
  right: 0;
}
.title_all_box.style_three .title_sections .title, .title_all_box.style_three .title_sections h1, .title_all_box.style_three .title_sections h2, .title_all_box.style_three .title_sections h3, .title_all_box.style_three .title_sections h4, .title_all_box.style_three .title_sections h5, .title_all_box.style_three .title_sections h6 {
  font-size: 40px;
  font-family: 'Roboto',sans-serif;
  line-height: 48px;
  color: #000;
  font-weight: 700;
}
.title_all_box.style_three .title_sections p {
  margin-top: 12px;
}
.title_all_box.style_three.light_color h2 {
  color: #fff;
}
.title_all_box.style_three.light_color p {
  color: #fff;
  opacity: 0.8;
}
.title_all_box.style_four .title_sections .before_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #f7c221;
  margin-bottom: 17px;
  display: inline-block;
  background: #f7c221;
  padding: 5px 15px;
  border-radius: 5px;
  font-family: 'Roboto',sans-serif;
}
.title_all_box.style_four .title_sections .title, .title_all_box.style_four .title_sections h1, .title_all_box.style_four .title_sections h2, .title_all_box.style_four .title_sections h3, .title_all_box.style_four .title_sections h4, .title_all_box.style_four .title_sections h5, .title_all_box.style_four .title_sections h6 {
  font-size: 40px;
  font-family: 'Roboto',sans-serif;
  line-height: 48px;
  color: #000;
  font-weight: 700;
}
.title_all_box.style_four .title_sections p {
  margin-top: 12px;
}
.title_all_box.style_four.light_color .title, .title_all_box.style_four.light_color h1, .title_all_box.style_four.light_color h2, .title_all_box.style_four.light_color h3, .title_all_box.style_four.light_color h4, .title_all_box.style_four.light_color h5, .title_all_box.style_four.light_color h6 {
  color: #fff;
}
.title_all_box.style_four.light_color p {
  color: #fff;
}
.title_all_box.style_five .title_sections {
  position: relative;
}
.title_all_box.style_five .title_sections .before_title {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #f7c221;
  padding: 0px 0px 12px 0px;
  letter-spacing: 3px;
  font-family: 'Roboto',sans-serif;
}
.title_all_box.style_five .title_sections .title, .title_all_box.style_five .title_sections h1, .title_all_box.style_five .title_sections h2, .title_all_box.style_five .title_sections h3, .title_all_box.style_five .title_sections h4, .title_all_box.style_five .title_sections h5, .title_all_box.style_five .title_sections h6 {
  font-size: 38px;
  line-height: 50px;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  color: #000;
  padding: 0px 0px 10px 0px;
}
.title_all_box.style_five .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}
.title_all_box.style_five.light_color .title, .title_all_box.style_five.light_color h1, .title_all_box.style_five.light_color h2, .title_all_box.style_five.light_color h3, .title_all_box.style_five.light_color h4, .title_all_box.style_five.light_color h5, .title_all_box.style_five.light_color h6 {
  color: #fff;
}
.title_all_box.style_five.light_color p {
  color: #fff;
}
.title_all_box.style_six .title_sections .before_title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto',sans-serif;
  color: #f7c221;
  /*text-transform: uppercase;*/
  padding-bottom: 18px;
  display: inline-block;
}
.title_all_box.style_six .title_sections .before_title span {
  margin-right: 10px;
  font-size: 20px;
}
.title_all_box.style_six .title_sections .title, .title_all_box.style_six .title_sections h1, .title_all_box.style_six .title_sections h2, .title_all_box.style_six .title_sections h3, .title_all_box.style_six .title_sections h4, .title_all_box.style_six .title_sections h5, .title_all_box.style_six .title_sections h6 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  padding: 0px 0px 10px 0px;
  font-family: 'Roboto',sans-serif;
}
.title_all_box.style_six .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}
.title_all_box.style_six.light_color .before_title {
  color: #fff;
}
.title_all_box.style_six.light_color .before_title span {
  color: #fff;
}
.title_all_box.style_six.light_color .title, .title_all_box.style_six.light_color h1, .title_all_box.style_six.light_color h2, .title_all_box.style_six.light_color h3, .title_all_box.style_six.light_color h4, .title_all_box.style_six.light_color h5, .title_all_box.style_six.light_color h6 {
  color: #fff;
}
.title_all_box.style_six.light_color p {
  color: #fff;
}
.title_all_box.style_seven .title, .title_all_box.style_seven h1, .title_all_box.style_seven h2, .title_all_box.style_seven h3, .title_all_box.style_seven h4, .title_all_box.style_seven h5, .title_all_box.style_seven h6 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #000;
  font-family: 'Roboto',sans-serif;
}
.title_all_box.style_seven .title span, .title_all_box.style_seven h1 span, .title_all_box.style_seven h2 span, .title_all_box.style_seven h3 span, .title_all_box.style_seven h4 span, .title_all_box.style_seven h5 span, .title_all_box.style_seven h6 span {
  font-weight: 500;
}
.title_all_box.style_seven .before_title {
  font-size: 18px;
  padding-bottom: 10px;
  color: #f7c221;
  font-family: 'Roboto',sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 500;
  padding-top: 23px;
}
.title_all_box.style_seven .small_text_sub {
  position: absolute;
  color: transparent;
  top: 0px;
  left: 0;
  opacity: 0.1;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 1px #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.title_all_box.style_seven p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.title_all_box.style_seven.light_color .before_title {
  color: #fff;
}
.title_all_box.style_seven.light_color .before_title span {
  color: #fff;
}
.title_all_box.style_seven.light_color .title, .title_all_box.style_seven.light_color h1, .title_all_box.style_seven.light_color h2, .title_all_box.style_seven.light_color h3, .title_all_box.style_seven.light_color h4, .title_all_box.style_seven.light_color h5, .title_all_box.style_seven.light_color h6 {
  color: #fff;
}
.title_all_box.style_seven.light_color .small_text_sub {
  -webkit-text-stroke: 1px #fff;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 1px #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.title_all_box.style_seven.light_color p {
  color: H;
}
.title_all_box.style_seven.text-center .small_text_sub {
  right: 0;
  margin: auto;
}
.title_all_box.style_seven.text-right {
  text-align: right;
}
.title_all_box.style_seven.text-right .small_text_sub {
  left: unset;
  right: 0;
}
.title_all_box .title_sections .title_big {
  font-size: 51px !important;
  font-weight: 800 !important;
  line-height: 66px !important;
}
@media (max-width: 550px) {

	.service_post.style_five .content_box h2 a,
  .project_post.style_eight .content_box h2 a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .service_post.style_five .content_box .read_more {
    font-size: 14px;
  }

}

.service_post.style_five .content_box {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 4;
  padding: 40px 15px 30px;
  overflow: hidden;
}
.service_post.style_five .content_box h2 {
  line-height: normal;
}
.service_post.style_five .content_box h2 a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
  transform: translateY(70px);
}
.service_post.style_five .content_box p {
  transform: translateY(200px);
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  display: none;
}
.service_post.style_five .content_box .read_more {
  display: block;
  color: #fff;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
  font-family: 'Roboto',sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.service_post.style_five .content_box .read_more i {
  margin-right: 8px;
  position: relative;
  top: 1px;
  display: inline-block;
}
.service_post.style_five .icon_box {
  position: absolute;
  left: 0;
  bottom: -26px;
  background: #f7c221;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  line-height: 65px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 10;
  left: 75%;
}
.service_post.style_five .icon_box span {
  position: absolute;
  font-size: 30px;
  line-height: 35px;
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
  top: 0;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.service_post.style_five .icon_box img {
  width: 30px;
  height: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.service_post.style_five:hover .image_box img {
  transform: scale(1.2) rotate(2deg);
}
.service_post.style_five:hover .image_box::before {
  opacity: 0.8;
}
.service_post.style_five:hover .icon_box {
  left: 30px;
}
.service_post.style_five:hover .content_box h2 a {
  transform: translateY(-30px);
}
.service_post.style_five:hover .content_box p {
  display: block;
  transform: translateY(-30px);
}
.service_post.style_five:hover .content_box .read_more {
  transform: translateY(-20px);
}
.three_column .grid_show_case .grid_box {
  /*width: 33.33%;*/
  width: 33%;
  padding: 0px 12px;
  margin-bottom: 25px;
}
.service_post.style_five {
  margin-bottom: 20px;
}
.service_post.style_five .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.service_post.style_five .image_box .gradient {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 6%, rgba(0, 0, 0, 0.09) 122%);
  left: 0;
  top: 0;
  transition: 0.5s;
}
.service_post.style_five .image_box img {
  position: relative;
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.service_post.style_five .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: #f7c221;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
._card {
  position: relative;
  display: inline-block;
  width: 100%;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.service_post.style_five {
  margin-bottom: 20px;
}
.service_post {
  position: relative;
}
@media (max-width: 992px) {
  .grid_show_case .grid_box {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .grid_show_case .grid_box {
    width: 50% !important;
  }
}
@media (max-width: 550px) {
  .grid_show_case .grid_box {
    width: 100% !important;
  }
  .service_post.style_five .content_box h2 a,
  .project_post.style_eight .content_box h2 a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.bg-white-gray-linear-gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 30%, #edf0f7 30%);
  width: 100%;
}
.call-to-action-btn{
  text-align: center;
  display: block;
}
.call-to-action-btn i{
  font-size: 30px;
}
.call-to-action-btn p{
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

/* Box Design Section*/
.box-design-container {
  display: flex;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #ffa500, #ff8c00);
}

.box-design-image-section {
  flex: 1;
  position: relative;
  /*background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
  background-size: cover;
  background-position: center;*/
  position: relative;
}

.box-design-content-section {
  flex: 1;
  /*background: linear-gradient(135deg, #ffa500, #ff8c00);*/
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-design-content-section h1 {
  color: white;
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.box-design-content-section p {
  color: white;
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.5;
}

.box-design-register-btn {
  background-color: white;
  color: #ff8c00;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-size: 1.1em;
  cursor: pointer;
  transition: transform 0.2s;
  align-self: flex-start;
}

.box-design-register-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .box-design-container {
      flex-direction: column;
  }

  .box-design-content-section {
      padding: 40px 20px;
  }

  .box-design-content-section h1 {
      font-size: 2em;
  }
}

/* Three Box Layout */
.service_post {
  position: relative;
}
.service_post.style_one {
  border-top: 2px solid #f7c221;
  margin-bottom: 40px;
  cursor: pointer;
}
.service_post.style_one .image {
  position: relative;
  overflow: hidden;
}
.service_post.style_one .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 100%;
  opacity: 0;
  background: #000;
  z-index: 1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}
.service_post.style_one .image img {
  width: 100%;
  /*height: 220px;*/
  -o-object-fit: cover;
     object-fit: cover;
}
.service_post.style_one .service_content {
  position: relative;
  z-index: 10;
  border-left: 1px solid #f7c221;
  border-right: 1px solid #f7c221;
  border-bottom: 1px solid #f7c221;
  padding: 25px 20px 20px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}
.service_post.style_one .service_content.icon_yes {
  padding: 20px 20px 20px;
}
.service_post.style_one .service_content .icon_box {
  position: absolute;
  top: -33px;
  left: 0px;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f7c221;
  text-align: center;
  right: 0;
  margin: auto;
  z-index: 2;
}
.service_post.style_one .service_content .icon_box span {
  color: #fff;
  font-size: 30px;
  display: block;
  line-height: 60px;
}
.service_post.style_one .service_content .icon_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 30px;
  margin: auto;
}
.service_post.style_one .service_content h2 a {
  display: block;
  color: #000;
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service_post.style_one .service_content h2 a:hover{
	background-color: transparent;
	color: #f7c221 !important;
}
.service_post.style_one .service_content p {
  margin-bottom: 30px;
  min-height: 150px;
}
.service_post.style_one .service_content a.read_more {
  position: absolute;
  width: 150px;
  height: 50px;
  background: #f7c221;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
  left: 0;
  padding-top: 2px;
  right: 0;
  font-size: 11px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin: auto;
  font-family: 'Roboto',sans-serif;
  bottom: -24px;
}
.service_post.style_one .service_content a.read_more:hover{
	background: #000;
}
.service_post.style_one .service_content a.read_more i {
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 15px;
}
.service_post.style_one:hover .image .overlay {
  top: 0%;
  opacity: 0.8;
}

.recent_posts_widget .text-dark a{
	color: #000 !important;
	font-weight: 500;
}
.recent_posts_widget .text-dark a span{
	max-height: 51px;
	display: block;
	overflow: hidden;
}
.recent_posts_widget .text-dark a.text-primary{
	color: #f7c221 !important;
}
.recent_posts_widget .text-dark:hover a.text-primary{
	color: #fff !important;
}

.widgets_grid_box .wp-block-tag-cloud a {
  position: relative;
  padding: 12px 10px 12px 20px;
  border-radius: 5px;
  border: 1px solid #e4e7ee;
  transition: 0.5s ease-in-out !important;
  font-size: 10px !important;
  /*text-transform: uppercase;*/
  font-weight: 600;
  display: inline-block;
  color: #4a4e56;
  margin-bottom: 9px;
  margin-right: 5px;
  line-height: 10px;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.widgets_grid_box .wp-block-tag-cloud a::before {
  position: absolute;
  content: "#";
  left: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
}
.widgets_grid_box .wp-block-tag-cloud a:hover {
  color: #fff;
  background: #f7c221;
  border-color: #f7c221;
  border-radius: 15px 0px 15px 0px;
}
/* ============  footer widgets  css ==================*/
.footer_widgets {
  position: relative;
  margin-bottom: 0px;
  /*----about company-----*/
  /*-----get_in_touch_foo------*/
  /*-----navigation_foo-----*/
}
.footer_widgets .fo_wid_title {
  position: relative;
  margin-bottom: 30px;
}
.footer_widgets .fo_wid_title:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: var(--primary-color-one);
  left: 0;
  bottom: -15px;
}
.footer_widgets .fo_wid_title h2 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer_widgets .fo_wid_title.dark_color h2 {
  color: var(--heading-dark);
}
.footer_widgets.style_two .fo_wid_title {
  position: relative;
}
.footer_widgets.style_two .fo_wid_title:before {
  display: none;
}
.footer_widgets.style_two .fo_wid_title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer_widgets.about_company {
  position: relative;
}
.footer_widgets.about_company .logo {
  position: relative;
  margin-bottom: 25px;
}
.footer_widgets.about_company .content_box {
  position: relative;
}
.footer_widgets.about_company .content_box p {
  color: var(--text-color-light);
  margin-bottom: 30px;
}
.footer_widgets.about_company .content_box .consulting {
  position: relative;
}
.footer_widgets.about_company .content_box .consulting .image {
  float: left;
  width: 60px;
}
.footer_widgets.about_company .content_box .consulting .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_widgets.about_company .content_box .consulting .help_con {
  position: relative;
  margin-left: 70px;
  padding: 7px 0px;
}
.footer_widgets.about_company .content_box .consulting .help_con h6 {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color-one);
  line-height: 22px;
  /*text-transform: uppercase;*/
  margin-bottom: 4px;
}
.footer_widgets.about_company .content_box .consulting .help_con h2 a {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  line-height: 26px;
  margin-bottom: 0px;
  display: block;
}
.footer_widgets.about_company.dark_color .content_box p {
  color: var(--text-color-dark);
}
.footer_widgets.about_company.dark_color .content_box .consulting .help_con h2 a {
  color: var(--text-color-dark);
}
.footer_widgets.get_in_touch_foo {
  position: relative;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner {
  position: relative;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .top, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom {
  position: relative;
  margin-bottom: 20px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .top h6, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom h6 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .top p, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom p {
  color: var(--text-color-light);
  margin-bottom: 0px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom {
  margin-bottom: 0px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content {
  position: relative;
  margin-bottom: 5px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content h5 {
  display: inline-block;
  font-family: var(--creote-family-two);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}
.footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content a {
  color: var(--text-color-light);
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner {
  position: relative;
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .top h6, .footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom h6 {
  color: var(--heading-dark);
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .top p, .footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom p {
  color: var(--text-color-dark);
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom .con_content h5 {
  color: var(--heading-dark);
}
.footer_widgets.get_in_touch_foo.dark_color .foo_cont_inner .bottom .con_content a {
  color: var(--text-color-dark);
}
.footer_widgets.navigation_foo {
  position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner {
  position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li {
  position: relative;
  display: block;
  list-style: none;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
  color: #aaafb8;
  font-weight: 400;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li a:hover{
	color: #fff;
}
.footer_widgets.navigation_foo.style_two .fo_wid_title {
  position: relative;
  margin-bottom: 25px;
}
.footer_widgets.navigation_foo.style_two .fo_wid_title:before {
  display: none;
}
.footer_widgets.navigation_foo .fo_wid_title h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0px !important;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner {
  position: relative;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li {
  position: relative;
  display: block;
  list-style: none;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 9px;
  padding-left: 14px;
  color: var(--text-color-light);
  font-weight: 400;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a:hover {
  color: var(--primary-color-one);
}
.footer_widgets.navigation_foo.style_two .navigation_foo_inner ul li a::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 18px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer_widgets.navigation_foo.style_three {
  position: relative;
}
.footer_widgets.navigation_foo.style_three .left {
  float: left;
  width: 50%;
}
.footer_widgets.navigation_foo.style_three .right {
  float: left;
  width: 50%;
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 26px;
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 6px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a:hover {
  color: var(--primary-color-one);
}
.footer_widgets.navigation_foo.style_three .navigation_foo_inner ul li a:hover::before {
  background: var(--primary-color-one);
}

@media (max-width: 768px) {
    .footer-accordion-content {
        display: none;
    }
    .footer-accordion-toggle{
      cursor: pointer;
    }
    .footer_widgets.footer-accordion-toggle .fo_wid_title:before{
      width: 100%;
      bottom: -5px;
      height: 1px;
    }

    .check-down-icon:before{
      content: "\f107"; 
      font-family: "FontAwesome";
      position: absolute;
      right: 11px;
      color: #fff;
      /*top: -5px;*/
    }
}

@media (min-width: 992px) {
  .footer-right-border{
    position: relative;
  }
  .footer-right-border:before{
    content: "";
    width: 0.5px;
    height: 100%;
    background-color: #f7c221;
    position: absolute;
    right: 20px;
    top: 0px;
  }
}

.footer_widgets .fo_wid_title:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #f7c221;
  left: 0;
  bottom: -15px;
}
@media (min-width: 992px) {
	.footer-right-border {
    position: relative;
  }
  .footer-right-border:before {
    content: "";
    width: 0.5px;
    height: 100%;
    background-color: #f7c221;
    position: absolute;
    right: 20px;
    top: 0px;
  }
}
.footer-social-center:before {
  content: "";
  background-color: #f7c221;
  height: 1px;
  width: 100%;
  top: 50%;
  position: absolute;
  left: 0px;
  z-index: 0;
}
.footer-social-center .social-icons{
	background-color: #121214;
	z-index: 1;
  position: relative;
  display: inline-block;
  top: 2px;
  padding: 0px 20px;
}
.footer-social-center .social-icons span a{
border: 0;
font-size: 16px;
width: 50px !important;
color: #fff !important;
}

.services_lists_boxes2 .service-icon-circle{
	text-align: center;
}
.service-icon-circle {
	background-color: #f7c221;
	border-color: #f7c221;
	overflow:hidden;
	margin:20px auto;
	display:block;
	position:relative;
	border:1px solid #222;
	height:100px;
	width:100px;
	line-height:107px;
	-webkit-border-radius: 0 100px 100px;
	-moz-border-radius: 0 100px 100px;
	border-radius: 0 100px 100px;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.services_lists_boxes2 {
  color: #fff;
}
.services_lists_icons {
  max-width: 41.6px;
  max-height: 41.6px;
  margin-top: -15px;
}
.services_lists_boxes2 h4 {
  color: #fff;
  font-size: 21px;
  padding-bottom: 0;
  font-weight: 500;
}

.img-popup-gallery .col-md-4{
  position: relative;
  margin-bottom: 20px;
}

.img-popup-hover{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.img-popup-icon{
  color: white;
  font-size: 2rem;
}

.img-popup-link:hover .img-popup-hover{
  opacity: 1;
}
.img-popup-gallery-inner{
	margin: 20px 0;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 1px solid #efefef;
}
.img-popup-gallery-inner a{
	position: relative;
	display: block;
}
.img-popup-gallery-inner img{
	border: 1px solid #f7c221;
}

.img-popup-gallery-inner h4{
	padding-bottom: 0;
  font-size: 18px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0px;
}

.light-gray-glow-box {
  box-shadow: 0 2px 7px rgb(210, 210, 210);
  padding: 25px;
  background: #f5f5f5;
}

.three-box-image-setup{
	background-color: #f0f3f9;
	padding: 60px 0px;
}

.three-box-image-setup .service_box {
  position: relative;
}
.three-box-image-setup .service_box.style_four .service_content {
  position: relative;
  padding: 0px 20px 20px 20px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.three-box-image-setup .service_box.style_four .service_content .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  top: -20px;
  text-align: center;
}

.three-box-image-setup .service_box.style_four .service_content .image_box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: #282f3b;
  opacity: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.three-box-image-setup .service_box.style_four .service_content .image_box img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.three-box-image-setup .service_box.style_four .service_content .image_box span {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px 0px 10px 0px;
  background: #fff;
  font-size: 25px;
  color: #f7c221;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}
.three-box-image-setup .service_box.style_four .service_content .content_inner {
  position: relative;
  padding: 5px 0px;
}
.three-box-image-setup .service_box.style_four .service_content .content_inner h2{
	margin: 0px 0px 10px 0px !important;
}
.three-box-image-setup .service_box.style_four .service_content .content_inner h2 a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #f7c221 !important;
  margin-bottom: 8px;
}
.three-box-image-setup .service_box.style_four .service_content .content_inner h2 a:hover{
	background-color: transparent;
	color: #5d5d5d;
}
.three-box-image-setup .service_box.style_four .service_content .content_inner p, .three-box-image-setup .service_box.style_four .service_content .content_inner p a {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 1.6;
}
.resource_cat_img {
  max-width: 25px;
  max-height: 25px;
  vertical-align: sub;
}
.resource_cat_links a {
  display: flex;
  gap: 5px;
  align-items: center;
  background: #e9e9e9;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  margin-bottom: 30px;
  color: #4a4e56;
}
.resource_cat_links a:hover {
  background-color: #f7c221;
  color: #fff !important;
}

.contact_form {
  background-color: #f5f5f5;
  padding: 20px;
}
.overlay .contact_details {
  color: #fff !important;
}
@media (min-width: 991px){
	.contact_info_section{
		padding: 0px 20px;
	}
}
.contact_info_section h2{
	font-size: 28px;
	margin-bottom: 40px;
	margin-top: 0px;
}
.contact_box_content {
  position: relative;
}
.contact_box_inner{
	position: relative;
  padding: 20px 30px;
  display: block;
  border-radius: 0px;
  border: 1px solid #e4e7ee;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background: #fff;
}

.contact_box_inner .icon_bx{
	position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f7c221;
  margin: auto;
  text-align: center;
  line-height: 40px;
}
.contact_box_inner .icon_bx i{
	color: #fff;
  font-size: 16px;
}
.contact_box_inner .contact-info-text{
	margin-left: 55px;
	position: relative;
}
.contact_box_inner .contact-info-text h3{
	font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 26px;
  margin-top: 0px;
}
.contact_box_inner .contact-info-text p{
	margin-bottom: 0px;
}
.gmap-contact{
	margin-bottom: -7px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-item.dropdown .dropdown-menu {
  display: none;
}
#header-style-1 .navbar-nav > li.active{
	background-color: #f7c221;
	border-radius: 03px;
	color: #fff !important;
}
#header-style-1 .navbar-nav > li.active a{
	color: #fff !important;
}

.fs-18{
	font-size:18px;
}

.portfolio-filter-button ul {
  list-style: none;
  padding-left: 10px;
}
.portfolio-filter-button li {
  display: inline;
  margin-right: 5px;
  padding: 0;
}

.fs-16{
	font-size: 16px !important;
}
.lh-1-2{
	line-height: 1.2 !important;
}

.blog-carousel-meta-flex{
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-carousel-meta-flex .readmore{
	color: #f7c221;
  font-weight: 600;
}

.plgn-1033-featured-boxes{
	box-shadow: 0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
	transition-duration: .1s;
	transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  background-color: rgb(253, 249, 235);
  border-radius: .5rem;
  cursor: pointer;
  line-height: 1.5;
  padding: 1.3rem;
}
.plgn-1033-featured-boxes:hover{
	box-shadow: 0 0 #0000,0 0 #0000,0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
  background-color: rgb(255, 255, 255);
}
.plgn-1033-featured-boxes h3{
	font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0px;
}
.plgn-1033-featured-boxes span {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	padding: 13px;
	border: 2px solid #f7c221;
}

.plgn-1033-featured-boxes span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.blog-carousel-desc-smallsec {
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

/* Fade-out effect */
.blog-carousel-desc-smallsec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Controls how much fading you want */
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgb(248, 249, 250));
    pointer-events: none;
}

.wr-content-box{
	background-color: #f4f4f4;
  padding: 20px;
  border-radius: 20px;
}