body {
	background: #ffffff none repeat scroll 0 0;
	/* background: #fafbf3 none repeat scroll 0 0; */
    color:#444;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
	display: flex;
	min-width:320px;
	min-height: 100vh;
	flex-direction: column;
}
main.page-content{
	flex: 1;
}
h1,h2,h3,h4,h5,h6 {
	color: #292b2c;
}
.h1, h1 {
    font-size: 2.0rem;
}
p {
	color:#444;
	padding:0;
	margin:0 0 10px 0;
}
a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	/* color: #0E93D8; */
	color: #e5ad3c;
	text-decoration: none;
	transition: all .5s ease;
}
a:focus {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	height:auto;
}
ul,li,ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow:  none !important;
}
section {
	padding: 100px 0;
	position:relative;
}
.no-padding { 
	padding: 0
}
section.small_pt {
	padding-top: 50px;
}
section.small_pb {
	padding-bottom: 50px;
}
.small_padding {
    padding: 30px;
}
.medium_padding {
    padding: 50px;
}
.large_padding {
    padding: 100px;
}
.small_divider {
	height: 30px;
}
.medium_divider {
	height: 50px;
}
.large_divider {
	height: 100px;
}
.padding_eight_all {
	padding: 8%;
}
.list_none li {
	list-style:none;
}
.order_list,
.disc_list {
	padding-left: 15px;
}
.btn:focus,.btn:hover,.btn.active {
	box-shadow: none;
	outline: medium none;
}
button:focus {
	outline:none;
}
.btn {
	border-width: 2px;
	/* text-transform: capitalize; */
	transition: all 0.5s ease-in-out;
}
.btn.active:focus, .btn:active:focus {
	box-shadow: none !important;
}
.btn-default {
	background-color: #e5ad3c;
	border: 2px solid #e5ad3c;
	color: #000 !important;
	padding: 10px 30px;
}
.btn-default:hover {
	background-color: #000;
	border-color: #000;
	color: #e5ad3c !important;
}
.btn-black {
	border: 2px solid #333;
	background-color: #333;
	color: #ffffff;
	padding: 10px 30px;
}
.btn-black:hover {
	background-color: #ffffff;
	color: #333;
}
.btn-outline-white {
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 30px;
}
.btn-outline-white:hover {
	background-color: #e5ad3c;
	color: #000;
}
.btn-outline-black {
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
	padding: 10px 30px;
}
.btn-outline-black:hover {
	background-color: #333;
	/* color: #fff; */
	color: #e5ad3c;
}
.btn-green {
	background-color: #e5ad3c;
	border: 2px solid #e5ad3c;
	color: #fff;
	padding: 10px 30px;
}
.btn-green:hover {
	background-color: #333;
	border: 2px solid #333;
	color: #e5ad3c;
}
.btn-outline-green {
	background-color: transparent;
	border: 2px solid #f4f4f4;
	color: #000;
	padding: 10px 30px;
}
.btn-outline-green:hover {
/* 	background-color: #e5ad3c;
	border: 2px solid #e5ad3c;
	color: #fff; */
	background-color: #333;
	border: 2px solid #333;
	color: #e5ad3c;
}
.btn-outline-default {
	background-color: transparent;
	border: 2px solid #e5ad3c;
	color: #e5ad3c;
	padding: 10px 30px;
}
.btn-outline-default:hover {
	background-color: #e5ad3c;
	color: #fff;
}
.btn-radius,
.pr-radius {
	border-radius: 40px;
}
.btn + .btn {
	margin-left: 10px;
}
.btn i {
	margin-left: 5px;
	font-size: 26px;
	vertical-align: middle;
	line-height: 1;
}
.btn span {
    font-size: 14px;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 7px 15px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 15px 40px;
}
.btn-xs {
    padding: 4px 15px;
    font-size: 12px;
}
.btn-md {
    padding: 10px 30px;
    font-size: 16px;
}
.btn.btn-xs i {
    font-size: 12px;
}
.btn.btn-sm i {
    font-size: 16px;
}
.btn.btn-lg i {
    font-size: 24px;
}
.btn-aylen,
.btn-aylen2 {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.btn-aylen::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
.btn-aylen:hover:before {
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: -1;
}
.btn-default.btn-aylen:hover {
	color: #e5ad3c !important;
	z-index: 0;
}
.btn-aylen2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.btn-aylen2:hover:before {
    -moz-transform: scale(0);
	-webkit-transform: scale(10);
	transform: scale(0);
}
.btn-horiz,.btn-horiz2 {
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.btn-horiz::before {
	border-radius: 4px;
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    bottom: -2px;
    background-color: rgba(0,0,0,0.1);
    right: 50%;
	visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-horiz:hover::before {
    left: -2px;
    right: -2px;
	visibility: visible;
}
.btn-horiz2::before {
	border-radius: 3px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
    right: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-horiz2:hover::before {
    left: 50%;
    right: 50%;
}
.btn-radius.btn-horiz::before, .btn-radius.btn-horiz2::before {
    border-radius: 40px;
}
.btn-3d {
    position: relative;
	border: 0;
}
.btn-3d::before {
    border-bottom: 3px solid rgba(0,0,0,0.2);
    content: "";
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0;
    position: absolute;
    border-radius: 5px;
}
.btn-3d.rounded-0::before {
    border-radius: 0;
}
.radius3 {
	border-radius: 3px;
}
.radius5 {
	border-radius: 5px;
}
.radius8 {
	border-radius: 8px;
}
.radius_none {
	border-radius: 0;
}
.heading_s1 h1,.heading_s1 h2,.heading_s1 h3,.heading_s1 h4,.heading_s1 h5,.heading_s1 h6,
.heading_s2 h1,.heading_s2 h2,.heading_s2 h3,.heading_s2 h4,.heading_s2 h5,.heading_s2 h6,
.heading_s3 h1,.heading_s3 h2,.heading_s3 h3,.heading_s3 h4,.heading_s3 h5,.heading_s3 h6,
.heading_s4 h1,.heading_s4 h2,.heading_s4 h3,.heading_s4 h4,.heading_s4 h5,.heading_s4 h6, 
.heading_s1 .h1,.heading_s1 .h2,.heading_s1 .h3,.heading_s1 .h4,.heading_s1 .h5,.heading_s1 .h6,
.heading_s2 .h1,.heading_s2 .h2,.heading_s2 .h3,.heading_s2 .h4,.heading_s2 .h5,.heading_s2 .h6,
.heading_s3 .h1,.heading_s3 .h2,.heading_s3 .h3,.heading_s3 .h4,.heading_s3 .h5,.heading_s3 .h6,
.heading_s4 .h1,.heading_s4 .h2,.heading_s4 .h3,.heading_s4 .h4,.heading_s4 .h5,.heading_s4 .h6{
	font-weight: 700;
	margin: 0;
	/* text-transform: capitalize; */
}

h1 span, h2  span, h3 span, h4 span, h5 span, h6 span,
.h1 span, .h2  span, .h3 span, .h4 span, .h5 span, .h6 span{
	color: #e5ad3c;
}


.heading_s1,
.heading_s2 {
	margin-bottom: 30px;
	padding-bottom: 24px;
	position: relative;
}
.heading_s1::before {
	background-color: #e5ad3c;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 80px;
}
.heading_s1.text-center::before {
    margin: 0 auto;
    right: 0;
}
.heading_s1.text-right::before {
    left: auto;
    right: 0;
}
.heading_s2::before {
	background-color: #e5ad3c;
	bottom: 0;
	border-radius: 30px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 60px;
}
.heading_s2::after {
    background-color: #e5ad3c;
    bottom: 0;
    border-radius: 30px;
    content: "";
    height: 4px;
    left: 65px;
    position: absolute;
    width: 4px;
}
.heading_s2.text-center::before {
    margin: 0 auto;
    right: 10px;
}
.heading_s2.text-right::before {
    left: auto;
    right: 0;
}
.heading_s2.text-center::after {
    margin: 0 auto;
    right: 0;
}
.heading_s2.text-right::after {
    left: auto;
    right: 65px;
}
.heading_s3,
.heading_s4 {
	margin-bottom: 30px;
}
.heading_s4 .sub_title {
    font-size: 100px;
    color: #000;
    opacity: 0.09;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -40px;
}
.heading_s4.heading_light .sub_title {
    color: #fff;
    opacity: 0.3;
}
.sub_title {
    color: #e5ad3c;
    /* text-transform: capitalize; */
    margin-bottom: 5px;
    display: block;
}
.heading_light > * {
	color: #fff;
}
.heading_s1.heading_light::before,
.heading_s2.heading_light::before,
.heading_s2.heading_light::after {
	background-color: #ffffff;
}
.heading_uppercase h1,
.heading_uppercase h2,
.heading_uppercase h3,
.heading_uppercase h4,
.heading_uppercase h5,
.heading_uppercase h6 {
	text-transform: uppercase;
}
.form-control,
.form-control:focus,
.custom-file-input:focus ~ .custom-file-label {
	color: #000;
	box-shadow: none;
}
.gray_bg {
	background-color: #f7f7f7;
}
.light_gray_bg {
	background-color: #f2f2f2;
}
.bg_blue {
	background-color: #e5ad3c;
}
.bg_dark_blue {
	background-color: #0C468F;
}
.dark_gray_bg {
	background-color: #5C5C5C;
}
.bg_black {
	background-color: #000;
}
.bg_black2 {
	background-color: #0c0e27;
}
.bg_red {
	background-color: #ee3d43;
}
.bg_light_blue {
	background-color: #68bac0;
}
.bg_light_green {
	background-color: #b6ca2b;
}
.border_dark {
	border-color: #333 !important;
}
.text_white * {
	color: #fff;
}
.text_dark * {
	color: #333 !important;
}
.text_default {
	color: #55bbeb !important;
}
.text_success {
	color: #42b574 !important;
}
.text_danger {
	color: #f54b0f !important;
}
.text_warning {
	color: #f5bf2f !important;
}
.highlight_txt {
	color: #333;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}
.angle_bottom {
	border-bottom: 100px solid #ffffff;
	border-left: 100vw solid rgba(0, 0, 0, 0);
	bottom: 0;
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	z-index: 9;
}
.angle_top {
	border-right: 100vw solid rgba(0, 0, 0, 0);
	border-top: 100px solid #ffffff;
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1;
}

.overflow_hide {
	overflow: hidden;
}
.radius_box_10 {
	border-radius: 10px;
}
.radius_lb_10 {
	border-radius: 10px 0 0 10px;
}
.radius_rb_10 {
	border-radius: 0 10px 10px 0;
}
.box_shadow {
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.scrollup {
	background-color: #4f4f4f;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index:99;
}
.scrollup:hover {
	background-color: #e5ad3c;
	color:#fff;
}
.scrollup:focus {
	color:#fff;
}


.video-hover{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
	z-index:2;
}	
	.video-circle{
		display:inline-block;
		/* border:3px solid rgba(255,255,255,0.5); */
		border:3px solid #fff;
		border-radius:50%;
		width:100px;
		height:100px;
		line-height:92px;
		text-align:center;
		/* color:rgba(255,255,255,0.5); */
		color:#fff;
		font-size:60px;
		padding-left:15px;
		opacity:0.5;
	}	
		.video-hover:hover .video-circle{
			border:3px solid #1f5e83;
			color:#1f5e83;
		}


.preloader {
	background-color: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
	.preloader__spinner {
		width: 40px;
		height: 40px;
		position: relative;
		top:50%;
		margin: -20px auto 0 auto;
	}
		.preloader__spinner:before, .preloader__spinner:after{
			content:"";
			width: 100%;
			height: 100%;
			border-radius: 50%;
			/* background-color: #e5ad3c; */
			opacity: 0.6;
			position: absolute;
			top: 0;
			left: 0;
			-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
			animation: sk-bounce 2.0s infinite ease-in-out;
		}
		
		.preloader__spinner:before{
			/* background-color: #e5ad3c; */
			background-color: #555;
		}
		.preloader__spinner:after{
			/* background-color: #e5ad3c; */
			background-color: #555;
		}		
		
		
		.preloader__spinner:after {
			-webkit-animation-delay: -1.0s;
			animation-delay: -1.0s;
		}
		@-webkit-keyframes sk-bounce {
			0%, 100% { -webkit-transform: scale(0.0) }
			50% { -webkit-transform: scale(1.0) }
		}

		@keyframes sk-bounce {
			0%, 100% { 
				transform: scale(0.0);
				-webkit-transform: scale(0.0);
			} 50% { 
				transform: scale(1.0);
				-webkit-transform: scale(1.0);
			}
		}















.loader_grid{
	position:absolute;
	width:64px;
	height:64px;
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-32px;
}
/* .loader_grid {
	height: 60px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
}
.loader_grid .loader_box {
	width: 33%;
	height: 33%;
	background-color: #0E93D8;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.loader_grid .loader_box1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.loader_grid .loader_box2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; 
}
.loader_grid .loader_box3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s; 
}
.loader_grid .loader_box4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; 
}
.loader_grid .loader_box5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.loader_grid .loader_box6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; 
}
.loader_grid .loader_box7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s; 
}
.loader_grid .loader_box8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; 
}
.loader_grid .loader_box9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; 
} */

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
	-webkit-transform: scale3D(1, 1, 1);
	transform: scale3D(1, 1, 1);
  } 35% {
	-webkit-transform: scale3D(0, 0, 1);
	transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
	-webkit-transform: scale3D(1, 1, 1);
	transform: scale3D(1, 1, 1);
  } 35% {
	-webkit-transform: scale3D(0, 0, 1);
	transform: scale3D(0, 0, 1);
  } 
}







.bg_size_auto {
    background-size: auto !important;
}
.bg_size_contain {
	background-size: contain !important;
}
.bg_norepeat {
    background-repeat: no-repeat !important;
}
.position_center_bottom {
    background-position: center bottom !important;
}
.position_right_bottom {
    background-position: right bottom !important;
}
.position_right_center {
    background-position: right center !important;
}
.fixed_bg {
    background-attachment: fixed !important;
}
/* .font_style2 {
	font-family: 'Courgette', cursive;;
} */
/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
  02. HEADER DESIGN
*===================================*/

@media (min-width: 992px){
	.navbar-expand-lg {
		align-items: stretch;
	}
	.navbar-expand-lg .navbar-collapse {
		align-items: stretch;
	}
}	
.navbar-brand{
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

	.menu-block .navbar-toggler{
		text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	}
	
	.nav-fixed .menu-block .navbar-toggler, .menu-block .navbar-toggler.navbar-toggler__inner{
		/* text-shadow: 0px 1px 3px rgba(0,0,0,0.2); */
		text-shadow: 0px 0px 0px rgba(0,0,0,0);
	}

	.navbar-brand img {
		width:auto;
		height:60px;
	}
	
@media only screen and (min-width: 768px) {
	.navbar-brand img {
		/* max-width: 258px; */
		/* max-width: 200px; */
		width:auto;
		height:60px;
	}
}
@media only screen and (max-width: 768px) {
/* 	.nav-fixed .navbar-brand{
		display:none;
	} */
	.menu-block{
		/* height:0px; */
		position:relative;
	}
	.menu-block .navbar-toggler{
		position:absolute;
		top:-17px;
		left:0;
		margin: 0;
		z-index:1000;
	}
	
/* 	.nav-fixed .menu-block .navbar-toggler{
		top:-5px;
	} */
	.header_wrap .navbar-collapse {
		top:40px;
	}
	.navbar-brand img {
		width:auto;
		height:60px;
	}
}
@media only screen and (max-width: 380px) {
	.navbar-brand img {
		width:auto;
		height:60px;
	}
}


.header_wrap .navbar-collapse {
    position: absolute !important;
    left: 20px;
    right: 0;
	top:40px;
	padding-left:15px;
	z-index: 999 !important;
	background-color:#fff;
	color:#000;
	/* box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3); */
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}

.sec-menu__container{
	list-style:none;
	text-align:center;
}
.sec-menu__black__container{
	background-color:#eee;
}

.nav-fixed .sec-menu__container{
	display:none;
}
.sec-menu{
	list-style:none;
	text-align:center;
}
.sec-menu li{
	display:inline-block;
	padding:0;
}
.sec-menu a{
	color:#fff;
	font-weight:700;
	font-size:16px;
	padding:8px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border-radius: 0 0 3px 3px;
}
.sec-menu > li > a{
	display:block;
}
/* .sec-menu > li > a.dropdown-toggle{
	padding-right:20px;
} */

.sec-menu a.submenu{
	white-space:nowrap;
	font-weight:400;
}

.sec-menu .dropdown-menu li{
	display:block;
	transition: all 0.5s ease 0s;
}
.sec-menu .dropdown-menu li:not(:last-child){
	border-bottom:1px dotted #ccc;
}
.sec-menu .dropdown-menu a{
	font-size: 14px;
	transition: all 0.5s ease 0s;
}
.sec-menu .dropdown-menu li:hover{
	background-color: #e5ad3c;
	transition: all 0.5s ease 0s;
}
.sec-menu .dropdown-menu li:hover a{
	color: #fff;
	padding-left:15px;
	transition: all 0.5s ease 0s;
}

.sec-menu a.submenu.active {
/* 	background-color: #e5ad3c;
    color: #000; */
	font-weight:700;
}

.sec-menu > li:hover > a{
	/* color:#eee; */
	/* background-color: #e4e4e4; */
	background-color: rgba(206,206,206,0.5);
	/* color: #e5ad3c; */
	/* text-decoration:underline; */
}

.sec-menu .submenu{
	color: #333333;
	text-shadow: none;
}

.dark_skin .sec-menu a{
	text-shadow: none;
} 

.sec-menu__bottom a{
	color:#fff;
	font-weight:400;
	font-size:14px;
	padding:3px 0px;
}
.sec-menu__bottom a:hover{
	color: #e5ad3c;
}


.sec-menu__black a{
	color:#000;
}
.sec-menu__black > li > a.active {
	/* color:#e5ad3c; */
	border-bottom:3px solid #e5ad3c;
}
.sec-menu__black a:hover{
	background-color: transparent;
	/* color:#e5ad3c; */
}


.burger-dropdown-menu{
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
	list-style:none;
	font-size:14px;
}

.nav-fixed .top-header .social_icons{
	display:none;
}
.nav-fixed .top-header .navbar-toggler{
	display:block;
}
/* .nav-fixed .top-header .navbar-collapse{
	display:block;
} */
@media only screen and (min-width: 1200px) {
	.top-header .navbar-toggler{
		display:none;
	}
/* 	.top-header .navbar-collapse{
		display:none;
	} */
}
@media only screen and (max-width: 1200px) {
	.sec-menu__container{
		display:none;
	}
	.top-header .social_icons{
		display:none;
	}
}


/* 	.navbar-brand .logo_light{
		width:auto;
		height:120px;
	}
	.navbar-brand .logo_dark{
		width:auto;
		height:60px;
	} */
.logo_light, .logo_dark {
	display: none;
}
.light_skin .logo_default, .light_skin .logo_dark {
	display: none;
}
.light_skin .logo_light {
	display: block;
}
.dark_skin .logo_light, .dark_skin .logo_default {
	display: none;
}
.dark_skin .logo_dark {
	display: block;
}
/* .light_skin .navbar-nav a {
	color: #ffffff;
} */
.light_skin .navbar-toggler {
	color: #ffffff;
}
.dark_skin .navbar-nav a,
.navbar-toggler {
	color: #000000;
}

.dark_skin .navbar-nav a.active, .dark_skin .navbar-nav a.submenu.active {
    color: #e5ad3c;
}
.dark_skin .navbar-nav a:hover, .dark_skin .navbar-nav a:focus{
    color: #e5ad3c;
}

.navbar {
	padding: 0;
}
.navbar-nav {
	padding: 15px 0;
}
.nav-link{
	padding: 0;
}
.header_wrap {
	transition: all 0.5s ease 0s;
}
.navbar-expand-lg .navbar-nav li {
	position: relative;
	list-style: none;
}
.navbar-nav .dropdown-menu {
	background-color: #333333;
	border: 0 none;
	border-radius: 0;
	margin: 0;
	min-width: 12rem;
	padding: 0;
}
.dropdown-toggle::after, .dropdown-toggler::after {
	border: 0 none;
	content: "\f3d0";
	font-family: ionicons;
	height: auto;
	line-height: normal;
	margin-left: 5px;
	vertical-align: middle;
	width: auto;
}
.dd_main_arrow_none .navbar-expand-lg .navbar-nav > li > .nav-link.dropdown-toggle::after {
	content: normal;
}
.dropdown-toggler::after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.dropdown-menu .dropdown-toggler::after {
	position: absolute;
	right: 10px;
	top: 10px;
}
.navbar-expand-lg .navbar-nav > li > .nav-link {
	font-size: 14px;
	font-weight: 600;
	padding: 25px 10px;
	text-transform: uppercase;
}
.bottom-header .navbar-expand-lg .navbar-nav > li > .nav-link {
	padding: 20px 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-item {
	padding: 8px 25px 8px 10px;
	color: #bdbdbd;
	font-size: 14px;
	/* text-transform: capitalize; */
}
.navbar-expand-lg .navbar-nav .dropdown-header {
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-expand-lg .attr-nav li .nav-link {
	font-size: 20px;
	padding: 10px 10px;
}
.hover_menu_style2 .navbar-expand-lg .navbar-nav.attr-nav > li > .nav-link {
	margin: 0;
	padding: 22px 10px;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu li a:hover {
	background-color: rgba(0,0,0,0);
}
.hover_menu_style1.light_skin .navbar-expand-lg .navbar-nav > li:hover > a,
.hover_menu_style1.light_skin .navbar-expand-lg .navbar-nav > li > a.active {
	background-color: #ffffff;
	color: #0073b8;
}
.hover_menu_style1.dark_skin .navbar-expand-lg .navbar-nav > li:hover > a,
.hover_menu_style1.dark_skin .navbar-expand-lg .navbar-nav > li > a.active {
	background-color: #232323;
	color: #fff;
}
.navbar-expand-lg .navbar-nav > li {
	margin-left: 1px;
}
.hover_menu_style1 .navbar-expand-lg .navbar-nav.attr-nav li a.active, 
.hover_menu_style1 .navbar-expand-lg .navbar-nav.attr-nav > li:hover > a {
	background-color:rgba(0,0,0,0);
	color: #707070;
}
.hover_menu_style1.light_skin .navbar-expand-lg .navbar-nav.attr-nav li a.active, 
.hover_menu_style1.light_skin .navbar-expand-lg .navbar-nav.attr-nav > li:hover > a {
	color: #0073b8;
}

/* .hover_menu_style2{
	background-color:rgba(0,0,0,0.2);
}
.hover_menu_style2.nav-fixed{
	background-color:transparent;
} */

.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link {
	margin: 0 10px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.hover_menu_style2 .navbar-expand-lg .navbar-nav.attr-nav > li > .nav-link:before {
	content: normal;
}
.hover_menu_style2 .navbar-expand-lg .navbar-nav.attr-nav li a.active, 
.hover_menu_style2 .navbar-expand-lg .navbar-nav.attr-nav > li:hover > a {
	color: #0073b8;
}
.nav-fixed.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link {
	margin: 0;
}
.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link::before {
	background-color: #000;
	bottom: 15px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	right: 50%;
	transition: all 0.5s ease 0s;
}
.hover_menu_style2.light_skin .navbar-expand-lg .navbar-nav > li > .nav-link::before {
	background-color: #fff;
}
.hover_menu_style2 .navbar-expand-lg .navbar-nav li a.active:before, 
.hover_menu_style2 .navbar-expand-lg .navbar-nav > li:hover > a:before {
	left: 0;
	right: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a.active,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}
.hover_menu_style2.nav-fixed .navbar-expand-lg .navbar-nav > li > .nav-link::before {
	background-color: #333333;
}
.nav-fixed.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link {
	padding-left: 0;
	padding-right: 0;
	/* margin: 0 10px; */
	margin: 5px 10px 0 10px;
}
.hover_menu_style3 .navbar-expand-lg .navbar-nav > li > a.active, 
.hover_menu_style3 .navbar-expand-lg .navbar-nav > li:hover > a {
	color: #e5ad3c;
}
.search-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 0;
	transition: all 0.25s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}
.search-overlay.open {
    visibility: visible;
    opacity: 1;
}
.close-search {
	color: #ffffff;
	cursor: pointer;
	font-size: 50px;
	position: absolute;
	right: 70px;
	top: 30px;
	z-index: 99;
}
.search_wrap {
	left: 0;
	margin: 0 auto;
	max-width: 900px;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search_icon {
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_wrap .form-control {
	border-radius: 0;
	padding: 20px;
	border: 0;
	box-shadow: none;
	height: auto;
}
.search_wrap .form-control:focus {
	border: 0;
	box-shadow: none;
}
.nav-fixed .navbar-expand-lg .navbar-nav > li > .nav-link {
	padding: 20px 10px;
}
.nav-fixed .navbar-expand-lg .attr-nav li .nav-link,
.hover_menu_style2 .navbar-expand-lg .navbar-nav.attr-nav > li > .nav-link {
	padding: 15px 10px;
	margin: 0; 
}
/* .header_wrap {
	background-color: rgba(0,0,0,0.2);	
} */

header.dark_skin{
	background-color:#fff;
}

.header_wrap.nav-fixed {
	background-color: #ffffff;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
}
.header_wrap.nav-fixed.no-sticky {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.light_skin.nav-fixed .logo-block{
		height:60px;
		overflow:hidden;
	}
}
.light_skin.nav-fixed .logo_dark {
	display: block;
	/* margin-top:10px; */
}
.light_skin.nav-fixed .logo_light {
	display: none;
}
.light_skin.nav-fixed .navbar-nav > li > a,
.light_skin.nav-fixed .navbar-toggler {
	color: #333333;
}

.light_skin.nav-fixed .navbar-nav > li > a:hover, .light_skin.nav-fixed .navbar-nav > li > a:focus{
    color: #e5ad3c;
}

.bg-dark.light_skin.nav-fixed .logo_dark {
    display: none;
}
.bg-dark.light_skin.nav-fixed .logo_light {
    display: block;
}
.header_wrap.nav-fixed.bg-dark {
    border-bottom: 0;
}
.bg-dark.light_skin.nav-fixed .navbar-nav > li > a, .bg-dark.light_skin.nav-fixed .navbar-toggler {
    color: #fff; 
}

.bg-dark.hover_menu_style2.nav-fixed .navbar-expand-lg .navbar-nav > li > .nav-link::before {
    background-color: #fff;
}
.header_wrap.nav-fixed[class*="overlay_"]:before {
	content: normal;
}
.mega-menu {
	display: table;
	padding: 15px 0;
	width: 100%;
}
.navbar-expand-lg .navbar-nav li.dropdown-mega-menu {
	position: static;
}
.dropdown-mega-menu .dropdown-menu {
	right: 0;
}
.mega-menu-col {
	border-right: 1px solid #5d5d5d;
}
.mega-menu-col:last-child {
	border-right: 0;
}
.dropdown-menu li a i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
}
.cart_list li {
	list-style: outside none none;
}
.cart_box {
	background-color: #333333;
	width: 300px;
}
.cart_list li {
	border-bottom: 1px solid #777777;
	padding: 20px;
}
.item_remove {
	float: right;
}
.cart_list img {
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	max-width: 60px;
	vertical-align: top;
}
.cart_list a {
	color: #fff !important;
	font-size: 14px;
	vertical-align: top;
}
.cart_list a:hover,.item_remove:hover {
	color: #ddd !important;
}
.cart_quantity {
	color: #ffffff;
	display: inline-block;
	margin-top: 12px;
}
.cart_list {
    display: table;
}
.cart_total {
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
	text-align: right;
}
.cart_total strong {
	float: left;
}
.cart_buttons {
	margin: 0;
	padding: 10px 20px 20px;
	text-align: center;
}
.cart_buttons .view-cart, .cart_buttons .checkout {
	background-color: #e5ad3c;
	color: #fff !important;
	margin: 0 5px;
	padding:.375rem .75rem !important;
}
.cart_buttons .view-cart:hover, .cart_buttons .checkout:hover {
	background-color: #0073b8;
}
.top-header,
.middle-header {
    padding: 3px 0;
}
.top-header-inner{
	background-color:#fff;
}
.light_skin  .top-header,
.light_skin  .middle-header {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dark_skin .top-header,
.dark_skin .middle-header {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.social_icons, .contact-detail {
	font-size: 0;
}
.contact-detail{
	text-align:center;
	padding-top:20px;
}
.nav-fixed .contact-detail{
/*	text-align:center;*/
	text-align:right;
}
.contact-detail__messenger{
	/* margin-right:20px; */
}
.contact-detail__dark .contact-detail__messenger{
	margin-right:0px;
}
.nav-fixed .contact-detail__messenger{
	margin-right:0px;
}
@media only screen and (min-width: 768px) {
	.contact-detail{
		text-align:right;
		padding-top:0px;
	}
	.nav-fixed .contact-detail{
		text-align:right;
	}	
}
.social_icons li,
.contact-detail li {
    display: inline-block;
	padding: 0 3px;
}
.social_icons li a {
	font-size: 18px;
    height: 35px;
    width: 35px;
	line-height: 36px;
    display: inline-block;
    text-align: center;
	vertical-align: middle;
}
.contact-detail .messenger, .contact-detail__dark .messenger {
	display:inline-block;
	width:22px;
	height:22px;
	/* margin-left:5px; */
	text-align:center;
	border-radius:2px;
	/* box-shadow: 1px 1px 1px rgba(0,0,0,0.5); */
	-webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .5));
	filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .5));
}

.mob-menu-contact-detail .messenger {
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	margin-right:10px;
}

.nav-fixed .contact-detail .messenger, .nav-fixed .contact-detail__dark .messenger,
.contact-detail__inner.contact-detail .messenger, .contact-detail__inner.contact-detail__dark .messenger{
/* 	-webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .2));
	filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .2)); */
	-webkit-filter: drop-shadow( 0px 0px 0px rgba(0, 0, 0, 0));
	filter: drop-shadow( 0px 0px 0px rgba(0, 0, 0, 0));
}

	.contact-detail .messenger:hover {
		background-color:#000;
	}
	.nav-fixed .contact-detail .messenger:hover {
		background-color:transparent;
	}
	
	.contact-detail .messenger svg{
		width:16px;
		height:16px;
		fill:#fff;
	}
	.contact-detail .messenger:hover svg{
		fill:#e5ad3c;
	}
	

	.mob-menu-contact-detail .messenger svg{
		width:32px;
		height:32px;
		fill:#323232;
	}
	.mob-menu-contact-detail .messenger:hover svg{
		fill:#e5ad3c;
	}

	.contact-detail__dark .messenger:hover {
		background-color: transparent;
	}
	.contact-detail__dark .messenger svg{
		width:16px;
		height:16px;
		fill:#000;
	}
	.contact-detail__dark .messenger:hover svg{
		fill:#e5ad3c;
	}
	
.contact-detail .phone {
	display:inline-block;
	position:relative;
	height:22px;
	line-height:23px;
	color:#fff;
	padding:0 4px 0 20px;
	border-radius:2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
	.contact-detail .phone:hover {
		background-color:#000;
		color:#e5ad3c;
	}
	.nav-fixed .contact-detail .phone{
		text-shadow: none;
	}	
.contact-detail .phone i, .contact-detail__dark .phone i{
	display: block;
	position: absolute;
	top:4px;
	left:0;
}


.mob-menu-contact-detail .phone {
	display:inline-block;
	position:relative;
	height:22px;
	line-height:23px;
	color:#323232;
	padding:0 4px 0 0;
	text-decoration:none;
	border: none !important;
}
	.mob-menu-contact-detail .phone:hover {
		color:#e5ad3c;
	}
	
.nav-fixed .contact-detail .phone{
	color:#000;
}
	.nav-fixed .contact-detail .phone:hover{
		color:#e5ad3c;
		background-color: transparent;
	}
	
.contact-detail__dark .phone {
	display:inline-block;
	position:relative;
	height:22px;
	line-height:23px;
	color:#000;
	padding:0 4px 0 20px;
	text-shadow: none;
}
	.contact-detail__dark .phone:hover {
		background-color: transparent;
		color:#e5ad3c;
	}
	
.contact-detail i {
    margin-right: 5px;
}

.contact-detail li {
	color: #000;
	font-size: 14px;
	margin-left: 5px;
	vertical-align: middle;
}
/* .contact-detail li:first-child {
	margin-left: 0px;
} */
.light_skin .contact-detail li {
	color: #fff;
}

.light_skin.nav-fixed .contact-detail li  {
	color: #333333;
}
.light_skin.nav-fixed .contact-detail a svg{
	fill:#333333;
}
	.light_skin.nav-fixed .contact-detail a:hover svg{
		fill:#e5ad3c;
	}

header .social_icons li a {
	font-size: 21px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius:2px;
}
/* .nav-fixed .top-header,
.nav-fixed .middle-header {
	display: none !important;
} */
.navbar-toggler {
	float: left;
    /* margin: 10px 0; */
	margin: 0;
    font-size: 28px;
	transition: all 0.5s ease 0s;
}
.navbar-toggler__black{
	margin: 0;
}


.navbar-toggler[aria-expanded="true"] span::before {
    content: "\f129";
    font-size: 20px;
    width: 21px;
    line-height: 28px;
	vertical-align: top;
}

/*overlay menu Css*/
.overlay_menu .navbar-brand {
    padding: 12px 0 0;
}
.overlay_menu .navbar-toggler[aria-expanded="true"],
.overlay_menu .navbar-collapse > .navbar-nav > li > a, 
.overlay_menu.active .navbar-toggler {
	color: #333;
}
.overlay_menu .navbar-collapse > .navbar-nav > li > a:hover {
	color: #e5ad3c;
}
.overlay_menu .navbar-expand-lg .navbar-nav > li > .nav-link::before {
	content: normal;
}
.overlay_menu .navbar-expand-lg .navbar-nav > li:hover > a, 
.overlay_menu .navbar-expand-lg .navbar-nav > li > a.active {
	background-color: transparent !important;
}
.overlay_menu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
}
.overlay_menu .navbar-expand-lg .navbar-collapse > .navbar-nav > li > .nav-link {
	padding: 5px 0;
	margin: 0;
	font-size: 30px;
}
.overlay_menu .navbar-expand-lg .navbar-nav li:hover > .dropdown-menu {
    display: none;
}
.overlay_menu .navbar-expand-lg .navbar-nav li.show:hover > .dropdown-menu,
.overlay_menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu.show,
.overlay_menu.header_wrap .navbar {
    display: block;
}
.overlay_menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu.show {
	left:0;
}
.overlay_menu .dropdown-toggler::after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.overlay_menu .mega-menu.d-lg-flex {
	display: block !important;
}
.overlay_menu .mega-menu-col {
    border-right: 0;
    float: none;
    padding: 0 15px;
    width: 100%;
}
.overlay_menu .mega-menu-col[class*="col-"] {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
}
.overlay_menu .navbar-collapse .navbar-nav {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
	margin-top: -50px;
	transition: all 0.2s ease-in-out;
}
.overlay_menu .navbar-collapse.show .navbar-nav {
	margin-top: 0;
}
.overlay_menu .dropdown-toggle::after {
    content: "\f217";
    float: right;
	font-size: 24px;
	font-weight: normal;
	margin-top: 7px;
}
.overlay_menu .dropdown.show .dropdown-toggle::after {
    content: "\f208";
}
.overlay_menu .navbar-expand-lg .navbar-toggler {
    display: block;
	position: relative;
	z-index: 999;
}
.overlay_menu .navbar-expand-lg .navbar-collapse {
	display: none !important;
}
.overlay_menu .navbar-expand-lg .navbar-collapse {
    display: block !important;
    position: fixed;
    top: 60px;
    left: 0;
    right: -18px;
    bottom: 0;
	height: 80vh;
    z-index: 99;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.overlay_menu .navbar-expand-lg .navbar-collapse.show { 
	opacity: 1;
	visibility: visible;
}
.overlay_menu.active .navbar-collapse::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95);
}
.overlay_menu.header_wrap .navbar-expand-lg .navbar-nav.attr-nav {
    float: right;
}
header .attr-nav + .social_icons {
	border-left: 1px solid #333;
	margin-left: 5px;
	padding-left: 5px;
}
header .attr-nav + .social_icons li {
	padding: 0;
}
header.light_skin .attr-nav + .social_icons {
	border-color: #fff;
}
header.light_skin .social_icons li a {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
header.light_skin.nav-fixed .attr-nav + .social_icons {
	border-color: #333;
}
header.light_skin.nav-fixed .social_icons li a {
	color: #000;
}
header.light_skin.nav-fixed .social_icons li a:hover {
    color: #0E93D8;
}
.navbar .btn {
	padding: 10px 25px;
}
.header_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header_info li {
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
}
.header_info li:first-child {
	padding-left: 0px;
}
.header_info li i {
    width: 30px;
	font-size: 28px;
	height: 30px;
	color: #e5ad3c;
}
.header_info li p{
	margin: 0;
	color: #292b2c;
}
.header_info li .hd_info {
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
}
.lng_dropdown {
	position: relative;
	display: inline-block
}
.lng_dropdown .ddTitleText img, .lng_dropdown .ddChild li img {
	border-radius: 100%;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.lng_dropdown .ddlabel {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
}
.lng_dropdown .dd.ddcommon {
	cursor: pointer;
	padding-right: 10px;
	position: relative;
	width: auto !important;
	outline: none;
}
.lng_dropdown .ddTitleText {
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
}
.lng_dropdown .ddChild {
	background-color: #fff;
}
.lng_dropdown .ddChild li {
	cursor: pointer;
	line-height: normal;
	list-style: outside none none;
	padding: 3px 10px;
}
.ddArrow::before {
	content: "\f3d0";
	font-family: ionicons;
	position: absolute;
	right: 0;
	top: 6px;
}
.lng_dropdown.lng_dropdown_white .ddTitleText ,
.lng_dropdown_white .ddArrow::before {
	color: #fff;
}
.search_box {
	position: relative;
}
.search_box input {
	padding-right: 30px;
}
.search_box button {
	border: 0;
	padding: 0 10px;
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
/*===================================*
  02. END HEADER DESIGN
*===================================*/



/* 3.1 Hero slider */

.heroslider{
	position:relative;
/* 	margin-left:-15px;
	margin-right:-15px; */
}

.heroslider__slide {
	min-height:550px !important;
	height:100vh !important;
	margin-bottom: 0px;
	padding-top: 100px;
	padding-bottom: 50px;
	background-position: center center;
	background-size: cover;
	text-align: center;
	vertical-align: middle;
	position:relative;
	overflow:hidden;
}

.heroslider__slide video{
	position: absolute;
	z-index:0;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	.heroslider__slide {
		min-height:700px !important;
		height:100vh !important;
		margin-bottom: 0px;
		padding-top: 100px;
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 576px) {
	.heroslider__slide {
		min-height:568px !important;
		height:100vh !important;
		margin-bottom: 0px;
		padding-top: 100px;
		padding-bottom: 40px;
	}
}
.heroslider__film{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/* background-color:rgba(0,0,0,0.25); */
	background-color:rgba(0,0,0,0.33);
	z-index:1;
}

.heroslider__content{
	display:table;
	width:100%;
	height:100%;
	position:relative;
	z-index:2;
}

.heroslider__title {
	display:table-cell;
	color: #fff;
	vertical-align:middle;
	text-align:center;
	padding: 0 80px;
/* margin-bottom: 50px;
padding: 0 80px;
box-sizing: content-box;
display: block;
font-size: 32px;
line-height: 36px;
min-height:150px;
font-weight:700; */
}

@media (min-width: 768px) and (max-width: 991px) {
  .heroslider__title {
    /* font-size: 26px; */
  }
}

@media (max-width: 768px) {
  .heroslider__title {
    /* padding: 0 40px; */
    /* font-size: 16px; */
  }
}

@media (max-width: 576px) {
  .heroslider__title {
    padding: 0 20px;
    height: 250px;
  }
}

.heroslider__title.black {
  color: #000 !important;
  /* text-shadow: 0 0 2px #FFFFFF !important; */
}

.heroslider__button-wrapper {
  /* height: 65px; */
  margin-top:75px;
}

.heroslider__title  .h1, .heroslider__title  .h4{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.heroslider__button {
	display: inline-block;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	/* padding:15px 50px; */
	padding: 10px 50px;
    font-size: 14px;
}

@media (max-width: 768px) {
	.heroslider__button {
		display: inline-block;
		border-radius: 3px;
		box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		padding: 7px 30px;
		font-size: 13px;
	}
}

/* 	.heroslider__button-c1 {
		background-color: #bb0050;
	}
	.heroslider__button-c2 {
		background-color: #e5ad3c;
	} */
/* 	.heroslider__button:hover, .heroslider__button:focus {
		color: #fff;
		text-decoration: none;
		filter: brightness(80%);
	} */
	
	
	.heroslider__button-c1 {
		background-color: #e5ad3c;
		color: #000;
		font-weight:700;
		/* border:2px solid #000; */
	}
		.heroslider__button-c1:hover, .heroslider__button-c1:focus {
			background-color: #ffcd67;
			color: #000;
		}
	.heroslider__button-c2 {
		background-color: #e5ad3c;
		color: #000;
		font-weight:700;
		/* border:2px solid #000; */
	}
		.heroslider__button-c2:hover, .heroslider__button-c2:focus, .heroslider__button-c2.active {
			background-color: #ffcd67;
			color: #000;
		}


/* 3.2 Hero */
.container-fluid.top {
	background: url(../../images/hero.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	height: 100vh;
    background-position: bottom;
    position: relative;
    margin: 0;
    padding: 0;
}
.container-fluid.top:before {
	content: '';
	background: rgba(7,7,7,.6);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.container-fluid.top h1 {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-bottom: 0;
	letter-spacing: 3px;
}
.container-fluid.top .container {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex;
}
.container-fluid.top .container .slogan {
	margin: auto;	
	width: 100%;
	height: 20%;
	text-align: center;
}
.slogan p {
	font-size: 18px;
	color: #fff !important;
	text-align: center;
	position: relative;
	font-weight: 400;
}
.social-link a {
	color: #fff;
	position: relative;
}
.social-link a:hover {
	color: #fff; 
}
.social-link {
	position: absolute;
    right: 98px;
    top: 40%;
}
.social-link li {
	margin-bottom: 15px;
}
.typed_wrap h1 {
	display: inline;
}
.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	font-weight: 100;
}
.typed-cursor{
	opacity: 0;
	display: none;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* Animated mouse scroll */
.scroll-down.absolute-center {
  position: absolute;
  bottom: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.scroll-down:hover {
  opacity: 0.8;
}
.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #ededed;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #ededed;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Animated mouse scroll 2 */
.scroll-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 1.2em;
  font-size: 22px;
  color: rgba(#fff, .5);
  border-radius: 2em;
  border: 1px solid #fff;
  transition: .4s;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.scroll-icon:hover {
  background-color: rgba(#fff, .05);
  color: #fff;
}
.scroll-icon::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ed1c24;
  border-radius: 50%;
  animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  display: block;
}
@keyframes scroll-icon {
    0% { transform: translateY(-12px); opacity: 0; }
   30%, 70% { opacity: 1; }
  100% { transform: translateY(12px); opacity: 0; }
}



/*===================================*
  03.1 Breadcrumbs  SECTION
*===================================*/

.breadcrumbs {
	margin: 15px 0 15px 0;
	padding:0;
}

	@media (max-width: 991px) {
		.breadcrumbs {
			margin: 5px 0 5px 0;
		}
	}
	@media (max-width: 768px) {
		.breadcrumbs {
			margin: 30px 0 15px 0;
		}
	}

	.breadcrumbs__item {
	  display: inline-block;
	}

	.breadcrumbs__item:after {
	  /* content:"\f105"; */
	  /* font-family:'FontAwesome'; */
	  content: "\e649";
	  font-family: 'themify';
	  font-size: 11px;
	  display: inline-block;
	  margin-right: 5px;
	  margin-left: 5px;
	  color: #878787;
	}

	.breadcrumbs__item:last-child:after {
	  display: none;
	}

	a.breadcrumbs__link {
	  display: inline-block;
	  color: #878787;
	  font-size: 14px;
	}

	a.breadcrumbs__link:hover {
	  color: #e5ad3c;
	  text-decoration: none;
	}
	
	div.breadcrumbs__link, span.breadcrumbs__link{
	  color: #444;
	  font-size: 14px;
	}

/*===================================*
  04. ABOUT SECTION
*===================================*/

#about_hidden_text{
	display:none;
}
#about_show_text{
	display:block;
	text-align:center;
	font-size:40px;
	color:#333;
	background-color:transparent;
	border:0;
	/* padding:20px 0; */
	padding:0;
	margin:0 auto;
	transition: all 0.25s linear;
	cursor:pointer;
}
	#about_show_text:hover{
		transform: translateY(8px);
		transition: all 0.25s linear;
	}



.list_style_1 li,
.list_style_2 li {
	border-bottom: 1px solid #dddddd;
	list-style: outside none none;
	padding: 10px 10px 10px 25px;
	position: relative;
}
.list_style_3 li {
	list-style: outside none none;
	padding: 5px 5px 5px 25px;
	position: relative;
}
.list_style_4 li {
	list-style: outside none none;
	padding: 5px 5px 5px 25px;
	position: relative;
}
.list_style_1 li::before {
	content: "\f121";
	font-family: ionicons;
	left: 0;
	position: absolute;
	top: 10px;
}
.list_style_2 li::before {
	content: "\f3a7";
	font-family: ionicons;
	left: 0;
	position: absolute;
	top: 10px;
}
.list_style_3 li::before {
    content: "";
    font-family: ionicons;
    left: 0;
    position: absolute;
    top: 17px;
    width: 12px;
    height: 1px;
    background-color: #888888;
}
.list_style_4 li::before {
    content: "\f10b";
    font-family: ionicons;
    left: 0;
    position: absolute;
    top: 5px;
    font-size: 18px;
}
.list_style_1.color_blue li::before,
.list_style_2.color_blue li::before,
.list_style_4.color_blue li::before {
	color: #e5ad3c;
}
.list_style_3.color_blue li::before {
	background-color: #e5ad3c;
}
.sc_icon_left {
    float: left;
    margin-right: 15px;
}
.sc_content_box {
	overflow: hidden;
}
.sc_icon i {
	width: 30px;
	height:30px;
	font-size: 30px;
	text-align: center;
}
.descriptions_wrap {
	position:relative;
}
.slider_images .image {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content_box .descriptions_wrap .description {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.slider_tab {
	display: inline-block;
}
.slider_tab li {
	color: #b9bcc8;
	float: left;
    padding-right: 10px;
    cursor: pointer;
}
.slider_tab li:last-child {
	padding-right: 0;
}
.slider_tab li.active i,
.slider_tab li:hover i {
	color: #e5ad3c;
}
.slider_tab li.active,
.slider_tab li:hover {
	color: #9498ab;
}
.slider_tab li span,.slider_tab li i {
	display: block;
}
.slider_tab li i {
    font-size: 36px;
    margin-bottom: 15px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.about_video_img {
	position: relative;
}
.rounded_icon {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 5px;
}
.fancy_style {
    padding-top: 20px;
    padding-left: 20px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    margin-right: 20px;
}
.video_box {
	position: relative;
	margin-top:20px;
}
.video_play span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	color: #fff;
}
.overlap_video {
	margin-bottom: -50px;
}
.slider_100 .owl-stage-outer, .slider_100 .owl-stage, .slider_100 .owl-item {
	height: 100%;
}
.about_overlap {
	margin-top: -100px;
	position:relative;
	z-index: 9;
}
.zindex_minus1 img {
	z-index: -1;
}
.about_radius {
	border-radius: 10px 0 0 10px;
}
.skill_radius {
	border-radius: 0 10px 10px 0;
}

/*===================================*
  04. END ABOUT SECTION
*===================================*/

/*===================================*
  05. ICON BOX CSS
*===================================*/

.icon_box_style_1 i {
	background-color: #e5ad3c;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
}
.icon_box_style_1 i::after  {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	background-color: #333;
	border-radius: 100%;
	z-index: -1;
	opacity: 0.5;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease-in-out;
}
.icon_box_style_1:hover i{
	background-color: #333;
}
.icon_box_style_1:hover i::after{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.icon_box_style_1:hover i{
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
.box_icon {
	position: relative;
	z-index: 1;
}
.box_icon i {
	font-size: 32px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.icon-box-content{
	text-align:left;
	color: #292b2c;
}
.icon-box-content p:last-child {
	margin: 0;
}

.icon-box-content__heading{
	display:block;
	position:relative;
	font-size: 20px;
    margin-bottom: 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
	padding-left:40px;
	
}
.icon-box-content__heading span{
	display:block;
	position:absolute;
	top:-7px;
	left:0;
	width:32px;
	height:32px;
    background-repeat: no-repeat;
    background-image: url(../images/jdm32.png);
}
.icon-box-content__text{
	font-size:16px;
}
/* .icon_box_style_1 .icon-box-content h5 {
	display:inline-block;
	position:relative;
	z-index:2;
}
.icon_box_style_1 .icon-box-content h5:before { 
	content:"";
	display:block;
	position:absolute;
	top:-3px;
	left:-9px;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#e5ad3c;
	opacity:0.9;
	z-index:-1;
}
@media only screen and (max-width: 1200px) {
	.icon_box_style_1 .icon-box-content h5:before {
		top:-5px;
	}
} */
.icon_box.overlay_bg::before,.icon_box.overlay_bg2::before,.icon_box.overlay_bg3::before {
	z-index: -1;
}
/*===================================*
  05. END ICON BOX CSS
*===================================*/

/*===================================*
  06. COUNTER SECTION
*===================================*/
.box_counter i {
    font-size: 50px;
    color: #fff;
}
.box_counter img {
	margin-bottom: 10px;
}
.box_counter h3,
.box_counter p {
    color: #fff;
}
.counter_dark.box_counter i,
.counter_dark.box_counter h3,
.counter_dark.box_counter p {
    color: #333;
}
.box_counter p {
    margin: 0;
}
.counter_style1 .counter_text {
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.counter_style1 .counter_text:before {
	content: "";
	background-color: #fff;
	height:2px;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.counter_style1.counter_dark .counter_text:before {
	background-color: #333;
}
.counter_style2.box_counter {
	background-color: rgba(255,255,255,0.1);
	padding: 20px;
	border: 3px solid rgba(255,255,255,0.2);
	height: 100%;
}
.couter_border {
    padding: 30px;
}
.couter_border::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
    width: 100%;
}
.couter_border::after {
    background-color: #ffffff;
    content: "";
    height: 100%;
    margin-right: -1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.counter_border_black.couter_border::before,
.counter_border_black.couter_border::after {
	background-color: #333;
}
.pattern_bg::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-repeat: repeat;
    background-image: url(../images/pattren_bg.png);
}

/*===================================*
  06. END COUNTER SECTION
*===================================*/

/*===================================*
  07. PORTFOLIO SECTION
*===================================*/
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio_filter li {
    display: inline-block;
}
.portfolio_filter li a {
	border-bottom: 1px solid transparent;
	padding: 5px 25px;
    display: block;
	font-size: 16px;
    /* text-transform: capitalize; */
}
.portfolio_filter li a.current,
.portfolio_filter li a:hover {
	border-color: #e5ad3c;
	color: #e5ad3c;
}
.filter_tab1 li a {
    border: 1px solid #888888;
    color: #888888;
    border-radius: 40px;
}
.filter_tab1 li a.current,
.filter_tab1 li a:hover {
	background-color: #e5ad3c;
	border-color: #e5ad3c;
	color: #fff;
}
.filter_tab2 li a {
    border: 1px solid #888888;
    color: #888888;
}
.filter_tab3,
.filter_tab4 {
	font-size: 0;
}
.filter_tab3 li a,
.filter_tab4 li a {
    border: 1px solid #888888;
    color: #888888;
	margin-left: -1px;
}
.filter_tab3 li:first-child a {
    border-radius: 40px 0 0 40px;
}
.filter_tab3 li:last-child a {
    border-radius: 0px 40px 40px 0px;
}
.filter_tab3 li a.current,
.filter_tab3 li a:hover,
.filter_tab4 li a.current,
.filter_tab4 li a:hover {
	background-color: #e5ad3c;
	border-color: #e5ad3c;
	color: #fff;
}
.filter_tab2 li a.current,
.filter_tab2 li a:hover {
	background-color: #e5ad3c;
	border-color: #e5ad3c;
	color: #fff;
}
.portfolio_container,
.portfolio_gallery,
.blog_container,
.shop_container {
	list-style: none;
}
.gutter_small {
    margin: 0 -7.5px -15px -7.5px;
}
.gutter_medium {
    margin: 0 -15px -30px -15px;
}
.work_col2 > li {
	width: 50%;
	float: left;
}
.work_col3 > li {
	width: 33.33%;
	float: left;
}
.work_col4 > li {
    width: 25%;
	float: left;
}
.work_col5 > li {
    width: 20%;
	float: left;
}
.portfolio_leaf_bg{
/* 	background-image: url('../images/comb.jpg');
	background-repeat: repeat;
	background-position: center center; */
	background: #f4f4f4;
}
@media only screen and (max-width: 768px) {
	.portfolio_leaf_bg{
		/* background: #fff; */
		background: #f4f4f4;
		/* background: #fafbf3; */
	}
}
	.portfolio_leaf_bg .row{
		/* background-color:rgba(255,255,255,0.95); */
		/* background: #fafbf3; */
	}
.portfolio_item img,
.portfolio-item img {
    width: 100%;
	transition: all 0.5s ease-in-out;
}
.portfolio_hide {
	opacity: 0;
    visibility: hidden;
    height: 0;
	padding-top:0 !important;
	padding-bottom:0 !important
}
.gutter_small > li {
    padding: 0 7.5px 15px 7.5px;
}
.gutter_medium > li {
    padding: 0px 15px 30px 15px;
}
.portfolio_content {
	display:table-cell;
	vertical-align:middle;
	/* display:block; */
    /* padding: 15px; */
	/* padding-bottom:15px; */
}
.portfolio_item {
	display:table;
    overflow: hidden;
    position: relative;
	padding:15px 0;
	min-height:100%;
}


@media (min-width: 768px) AND (max-width: 991px) {
	.portfolio_item {
		padding:0 0 30px 0;
	}
}
@media (max-width: 768px){
	.portfolio_item {
		padding:15px 0 30px 0;
	}
}
/* .portfolio_item a {
	display: block;
} */
.portfolio_style1 .portfolio_content {
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 60px;
	opacity: 0;
	visibility: hidden;
    right: 0;
    left: 0;
    text-align: center;
	transition: all 0.5s ease-in-out;
	z-index: 3;
}
.portfolio_style1 .portfolio_item::before {
    /* background-color: rgba(14,147,216,0.80); */
	background-color: rgba(255,255,255,0.86);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
	opacity: 0;
	visibility: hidden;
    top: 0;
    bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.portfolio_style1 .portfolio_item:hover .portfolio_content {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.portfolio_style1 .portfolio_item:hover:before {
	opacity: 1;
	visibility: visible;
}
.link_container a {
	background-color: #fff;
	border: 2px solid #fff;
    color: #e5ad3c;
    font-size: 22px;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    line-height: 45px;
	margin: 0 2px;
	text-align: center;
}
.link_container a .ion-ios-play {
    position: relative;
    left: 2px;
}
.link_container a:hover {
	background-color: transparent;
	color: #fff;
}
.link_container {
    margin-bottom: 10px;
}
.portfolio_content,
.portfolio_content h5,
.portfolio_content h5 a,
.portfolio_content p {
	color: #333;
}
/* .portfolio_content p {
    margin: 0;
    min-height: 50px;
    overflow: hidden;
    max-height: 50px;
} */

.portfolio_slider.owl-carousel.owl-theme .owl-dots,
.blog_post .owl-carousel.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 10px;
	right: 10px;
	z-index: 9;
}
.portfolio_slider.owl-carousel.owl-theme .owl-dots span,
.blog_post .owl-carousel.owl-theme .owl-dots span {
	margin: 5px 2px;
}
.portfolio_slider.owl-carousel {
    z-index: inherit;
}
.portfolio_slider.owl-carousel.owl-drag .owl-item {
	overflow: hidden;
}
.single_post .owl-carousel.owl-theme .owl-dots {
	margin: 0 !important;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}



/*portfolio popout info*/
.single-portfolio {
  padding: 45px;
  padding-left: 15px;
  max-height: 500px;
}
.single-portfolio-scroll {
  padding: 45px;
  padding-left: 15px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 570px) {
	.single-portfolio-scroll {
	  max-height: 400px;
	}
}
.double-portfolio-scroll{
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
	.mtm{
		padding-left:0;
	}
}
@media (max-width: 768px) {
	.mtm{
		margin: 0 15px;
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width: 570px) {
	.mtm{
		padding-left:0;
		padding-right:0;
	}
}

.white-popup-block {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.white-popup-block .detail-list {
  padding: 0;
  background: none;
  list-style:none;
}
.modal-center {
  position: absolute;
  top: 50%;
  right: 50%;
    padding: 0;
    margin: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  background: #fff;
}
.modal-content {
  background-color: transparent;
}
/* .mfp-auto-cursor .mfp-content {
  height: 100%;
} */
.mfp-container {
    position: fixed;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
}

.mfp-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 1042;
  overflow: hidden;
  /* position: absolute; */
  background: rgba(0,0,0,0.9);
  opacity: 1;
}
.mfp-close {
  width: 42px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 48px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.mfp-close:active {
  top: 20px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: .8;
}
/**
 * Fade-zoom animation for first dialog
 **/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}



.mfp-zoom-in { 
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 700px;
    margin: 0 auto;
}
	.white-popup input[type="text"],
	.white-popup textarea {
		border:1px solid #eaeaea;
	}
	.white-popup h3 {
		margin-top: 0px;
		font-size:26px;
		font-weight:300;
	}
	.white-popup .btn-container{
		margin:10px 15px 0 15px;
	}
	.white-popup label{
		font-size: 12px;
		font-weight:700;
		color:#074d54;
		margin:20px 0 0 0;
	}

@media (max-width: 991px) {
	.white-popup {
		position: relative;
		background: #fff;
		padding: 25px 15px;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
	}
}	

.mfp-close-btn-in .mfp-close {
    color: #000;
}
	
.formtry{
	display:none;
}



.popup-progect-title {
  margin-bottom: 25px;
  font-size: 42px;
}
.detail-list li {
  margin-bottom: 10px;
}
.detail-list li:before {
  content: none;
}
.detail-list span {
  font-weight: 700;
  margin-right: 5px;
  color: #272727;
}
/*popout gallery slider*/

/*===================================*
  07. END PORTFOLIO SECTION
*===================================*/

/*===================================*
  08. TESTIMONIAL SECTION
*===================================*/
/* .testimonial_box__container{
	background-color: #f7f7f7;
} */
.testimonial_box {
	margin:0 15px;
	padding: 20px;
    border: 0;
    position: relative;
}
	.testimonial_meta {
		text-align: left;
		font-size:14px;
		/* font-weight:300; */
		font-weight:400;
		color: #888888;
	}
.testimonial_box__page {
	margin:0 0 30px 0;
	padding: 20px;
    border: 0;
    position: relative;
	background-color: #f7f7f7;
}
	.testimonial_box__page .testimonial_meta {
		text-align: left;
	}
.testimonial_meta a{
	color: #888888;
	font-style:italic;
	font-size:12px;
	text-decoration:underline;
}
.testimonial_slider .slick-center .testimonial_box {
	border-radius: 4px;
/* 	background-color: #e5ad3c;
	color: #fff; */
	background-color: #f4f4f4;
}
.testimonial_slider .slick-center .testimonial_box h6 {
    font-weight:700;
	/* color: #fff; */
	color: #000;
}
.testimonial_slider .slick-center .testimonial_box .testimonial_meta {
    text-align: left;
	font-size:14px;
	/* font-weight:300; */
	font-weight:400;
	/* color: #fff; */
	color: #000;
}
	.testimonial_slider .slick-center .testimonial_box .testimonial_meta p{
		/* color: #fff; */
		color: #000;
	}
.testimonial_slider .slick-center .testimonial_box .testimonial_meta a{
	color: #fff;
	font-style:italic;
	font-size:12px;
	text-decoration:underline;
}
.testimonial_slider .slick-center .testimonial_box::before {
	border-radius: 4px;
	/* background-color: #e5ad3c; */
	background-color: #f4f4f4;
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	top: 40px;
	bottom: 40px;
	z-index: -1;
	opacity: .5;
}


/* 
.testimonial_style4 .testimonial_box {
	border: 0;
    background-color: #f7f7f7;
}

.testimonial_style4 .testi_meta {
    margin-top: 15px;
	text-align: left;
}
.testimonial_style4 .testi_meta p {
    display: inline-block;
}
 */


/* .testimonial_img {
	margin-bottom: 15px;
}
.testimonial_img img {
    max-width: 100px;
}
.owl-theme .owl-nav [class*="owl-"] {
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	color: #000;
    font-size: 18px;
	margin: 0; 
    padding: 6px 16px;
    background: #fff;
    border-radius: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonial_style1 .testimonial_box {
	border: 1px solid rgba(0,0,0,0.1);
}
.owl-theme.nav_style1 .owl-nav [class*="owl-"],
.owl-theme.nav_style1 .owl-nav [class*="owl-"]:hover {
	box-shadow: none;
	background-color: transparent;
	font-size: 26px;
	padding: 0;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
}
.owl-theme .owl-nav .disabled[class*="owl-"]:hover {
	color: #000;
	cursor: not-allowed;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
	color: #e5ad3c;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav .owl-prev {
	left: 0;
}
.owl-theme .owl-nav .owl-next {
	right: 0;
}
.owl-theme.nav_top .owl-nav .owl-prev {
	right: 50px;
	left: auto;
}
.owl-theme.nav_top .owl-nav [class*="owl-"] {
	top: -64px;
	-moz-transform: none;
	-webkittransform: none;
	transform: none;
}
.dot_none .owl-dots {
	display: none;
}
.nav_none .owl-nav {
    display: none;
}
.owl-carousel.owl-theme .owl-dots {
    margin-top: 20px !important;
}
.owl-theme[data-dots="true"] .owl-nav [class*="owl-"] {
	margin-top: -20px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #9a9a9a;
	margin: 5px;
}
.dots_white.owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}
.dots_white.owl-theme .owl-dots .owl-dot.active span, .dots_white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #e5ad3c;
	border-color: #e5ad3c;
}
.testimonial_style1 .testimonial_img {
    float: left;
    margin: 0 15px 0 0;
}
.testimonial_style1 .testi_meta {
    margin-top: 15px;
	text-align: left;
}
.testimonial_style1 .testi_meta p {
    display: inline-block;
}
.testimonial_style2 .testimonial_box {
    border: 0;
    position: relative;
}
.testimonial_style2 .testimonial_img img {
    padding: 4px;
    background-color: #fff;
}
.testimonial_style3 .testimonial_img img {
	max-width: 50px;
}
.testimonial_slider[data-center="true"].testimonial_style3 .owl-item {
	opacity: 1;
}
.testimonial_slider[data-center="true"].testimonial_style3 .owl-item.center .testimonial_box::before {
	content: normal;
}
.testimonial_slider[data-center="true"].testimonial_style3 .owl-item.center .testimonial_box {
	background-color: rgba(0,0,0,0.2);
}
.testimonial_style3 .client_info {
	margin-top: 0px;
}
.testimonial_style4 .testimonial_box {
	border: 0;
    background-color: #f7f7f7;
}
.testimonial_style4 .testimonial_img,
.testimonial_cl_info .testimonial_img {
    float: left;
    margin: 0 15px 0 0;
}
.testimonial_style4 .testi_meta {
    margin-top: 15px;
	text-align: left;
}
.testimonial_style4 .testi_meta p {
    display: inline-block;
}
.testimonial_cl_info {
	display: table;
	margin: 25px auto 0;
}
.owl-carousel .quote img {
	width: auto;
	margin: 0 auto;
}
.owl-carousel.testimonial_style1 .quote img,
.owl-carousel.testimonial_style4 .quote img {
	margin: 0;
}
.testimonial_style1 .testimonial_cl_info,
.testimonial_style4 .testimonial_cl_info {
	display: table;
	margin: 15px 0;
}
.client_info {
	margin-top: 15px;
	overflow: hidden;
}
.testi_meta h6,
.client_info h6 {
	margin-bottom: 0;
}
.testi_meta span,
.client_info span {
	font-size: 14px;
	font-style: italic;
}

.testimonial_slider[data-center="true"] .owl-item.center .testimonial_box {
	border-radius: 4px;
	background-color: #e5ad3c;
	color: #fff;
}
.testimonial_slider[data-center="true"] .owl-item.center .testimonial_box::before {
	border-radius: 4px;
	background-color: #e5ad3c;
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	top: 40px;
	bottom: 40px;
	z-index: -1;
	opacity: .5;
}
.testimonial_slider[data-center="true"] .owl-item.center .testimonial_box * {
	color: #fff;
}
.testimonial_slider[data-center="true"] .owl-item {
	opacity: 0.6;
}
.testimonial_slider[data-center="true"] .owl-item.center {
	opacity: 1;
} */

/*===================================*
  08. END TESTIMONIAL SECTION
*===================================*/

/*===================================*
  09. BLOG SECTION
*===================================*/

.blog_img {
	position: relative;
}
.blog_post .blog_img a {
	display: block;
	overflow: hidden;
}
.blog_content {
	padding-top: 15px;
}
.blog_img a img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.blog_post:hover .blog_img a img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.blog_meta {
	display: inline-block;
	width: 100%;
}
.blog_meta li {
	float: left;
	margin-right: 8px;
}
.blog_meta li:last-child {
    margin: 0;
}
.blog_meta li::before {
    content: "/";
    margin-right: 8px;
}
.blog_meta li:first-child:before {
    content: normal;
}
.blog_meta li a {
	font-size: 14px;
}
.blog_meta li a i {
    font-size: 16px;
    vertical-align: bottom;
    line-height: normal;
    margin-right: 2px;
}
.blog_text p {
	font-size: 14px;
	margin-bottom: 5px;
}
.owl-carousel .blog_style1 {
	margin-bottom: 5px;
}
.blog_style1,
.blog_style2 {
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background-color: #fff;
}
.blog_img_slider.owl-carousel.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    bottom: 10px;
	right: 10px;
	z-index: 9;
}
.blog_thumbs .blog_img {
	float: left;
	width: 40%;
}
.blog_thumbs .blog_content {
    padding: 0 0 0 15px;
    overflow: hidden;
}
.single_post .blog_content .blog_text > h2 {
	color: #000;
}
.single_post .blog_content .blog_text p {
	font-size: 16px;
}
.single_post .blog_meta {
	margin: 10px 0;
}
.single_post blockquote {
    padding: 10px 20px 0;
	margin: 0 0 20px;
	border-left: 3px solid #eee;
	font-style: italic;
	display: inline-block;
}
.single_post blockquote p {
    line-height: 30px;
}
.author_img {
	float: left;
	padding-right: 15px;
}
.author_img img {
    width: 80px;
}
.author_info {
	overflow: hidden;
}
.author_info p {
	font-size: 14px;
}
.related_post {
	padding-top: 30px;
	margin-top:30px;
}
.comment-area {
	padding-top: 30px;
}
.comment-title h5 {
    color: #333;
    display: inline-block;
    width: 100%;
}
.user_img img {
    border-radius: 100%;
    height: auto;
    max-width: 60px;
}
.comment_info {
    background-color: #f7f7f7;
    margin-top: 10px;
    padding: 25px 30px 10px;
}
.comment_content {
    padding-left: 20px;
}
.comment_info.reply {
    padding-left: 60px;
}
.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
	text-transform: uppercase;
}
.comment-reply i {
    margin-right: 5px;
}
.comment_list {
    margin-bottom: 30px;
}
.post_date {
	position: absolute;
	padding: 8px 15px;
	top: 15px;
	left: -8px;
	line-height: normal;
}
.post_date::before {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #075680 transparent transparent;
	left: 0;
}
.blog_style1 .post_date {
	left: -23px;
}
.blog_style2 .post_date:before {
	content: normal;
}
.blog_style2 .post_date {
	left: 15px;
}

/*===================================*
  09. END BLOG SECTION
*===================================*/

/*===================================*
  10. CLIENT LOGO SECTION
*===================================*/
.cl_logo_slider.owl-carousel .owl-item img {
	margin: 0 auto;
	width: auto;
	opacity: 0.7;
}
.cl_logo_slider.owl-carousel .owl-item img:hover {
	opacity: 1;
}
/*===================================*
  10. END CLIENT LOGO SECTION
*===================================*/

/*===================================*
  11. FOOTER SECTION
*===================================*/
.border_top_tran {
	border-top: 1px solid rgba(255,255,255,0.5);
}
footer {
	/* background-color: #202325; */
	background-color: #1d262d;
	position: relative;
}
.pattern_top {
	background-image: url('../images/pattern.png');
	background-repeat: repeat-x;
}
.pattern_bottom {
	background-image: url('../images/pattern2.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
footer p {
	font-size: 14px;
}
.top_footer {
	/* padding: 100px 0; */
	padding: 50px 0;
}
.widget_title {
	margin-bottom: 25px;
	/* text-transform: capitalize; */
}
footer .widget_title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.footer_logo {
	margin-bottom: 15px;
}
.footer_logo img{
	display:inline-block;
	max-width:200px;
	height:auto;
	/* margin:0 auto; */
}
.widget_links li {
    margin: 0;
    padding: 0 0 10px;
}
.widget_links li:last-child {
    padding-bottom: 0;
}
.widget_links li a::before {
    top: 2px;
    left: 0px;
    font-size: 10px;
    content: "\f125";
    position: absolute;
    font-family: "Ionicons";
}
.widget_links li a {
	font-size: 14px;
	position:relative;
	padding-left: 15px;
}
.widget_links_style1 li a {
	font-size: 14px;
}
.widget_links li a:hover,
.widget_links_style1 li a:hover {
	color: #e5ad3c;
}
.widget_links_style1 li {
    float: left;
    width: 50%;
    padding-top: 10px;
}
.widget_links_style1 li:nth-child(-n+2) {
	padding-top: 0;
}
.contact_info li {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.contact_info li:first-child {
	margin-top: 0;
}
.contact_info li span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 18px;
	vertical-align: top;
}
.contact_info span + * {
    overflow: hidden;
    font-size: 14px;
    color: #888888;
	margin: 0;
	vertical-align: middle;
	max-width: 78%;
	display: inline-block;
}
.contact_info_light span + * {
	color: #fff;
}
.contact_info_style1 li span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #888888;
    border-radius: 100%;
    margin-top: 0;
	vertical-align: middle;
}
.post_img {
    float: left;
    margin-right: 10px;
}
.post_content {
	overflow: hidden;
}
.recent_post li {
    display: inline-block;
    width: 100%;
}
.border_bottom_dash li {
    border-bottom: 1px dashed #999;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.border_bottom_dash li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.post_content h6 {
    font-size: 14px;
}
.newsletter_form {
	position: relative;
}
.newsletter_form input {
	padding: 10px 45px 10px 15px;
	width: 100%;
	border: 0;
	color: #777777;
	height: 45px;
}
.outline_input input {
    background-color: transparent;
    border: 1px solid #fff;
	color: #fff;
}
.outline_input-black input {
    background-color: transparent;
    border: 1px solid #dddddd;
}
.newsletter_form .btn.btn-submit {
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	background-color: transparent;
	border-left: 1px solid #fff;
	border-radius: 0;
	height: 45px;
	line-height: 42px;
	text-transform: uppercase;
	padding: 6px 12px;
	top: 0;
	right: 0;
}
.newsletter_form .btn.btn-submit .ion-android-send { 
	line-height: normal;
}
.newsletter_form button {
	position: absolute;
	right: 4px;
	top: 4px;
}
.newsletter_form .btn {
	color: #6f6f6f;
    font-size: 14px;
    padding: 6px 25px;
}
.newsletter_form .btn-submit span {
    font-size: 22px;
}
.newslattter_small {
    margin: 0 auto;
    max-width: 400px;
}
.rounded_input input {
    border-radius: 40px;
}
.radius_input input {
    border-radius: 4px;
}
.bottom_footer {
	padding: 30px 0;
	position: relative;
}
.footer_social li {
	display: inline-block;
	margin-right: 5px;
}
.footer_social li:last-child {
    margin-right: 0;
}
.footer_social li a {
    color: #fff;
    /* border: 1px solid #fff; */
    width: 32px;
    height: 32px;
    line-height: 32px;
	font-size: 20px;
    display: block;
    text-align: center;
    /* border-radius: 100%; */
}
.footer_social li a:hover {
	background-color: #e5ad3c;
	border-color: #e5ad3c;
}
.footer_link li {
	display: inline-block;
	position: relative;
}
.footer_link li a {
	font-size: 14px;
	padding: 0 5px;
}
.contact_info a:hover,
.newsletter_form .btn-submit:hover,
.newsletter_form .btn-submit:hover span,
.post_content h6 a:hover,
.footer_link li a:hover {
	color: #e5ad3c;
}
.custome_select {
	position: relative;
}
.custome_select select {
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.custome_select::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #e5ad3c;
	pointer-events: none;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select[multiple] option {
    padding: 5px;
}
.widget_contact .form-control {
	background-color: #191C1E;
	border: 0;
	color: #6c757d;
	padding: 7px 10px;
}

.widget_contact button {
	padding: 10px 20px;
}
.instafeed {
    display: inline-block;
}
.instafeed li {
	float: left;
	width: 33.33%;
	padding: 2px;
	position: relative;
}
.instafeed li a {
    display: block;
    position: relative;
	overflow: hidden;
}
.instafeed li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	opacity: 0;
    background-color: rgba(17,144,211,0.8);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.instafeed li:hover a:before,
.instafeed li:hover .insta_counter {
	opacity: 1;
}
.instafeed img {
	width: 100%;
    transition: all 0.5s ease-in-out;
}
.instafeed li:hover img {
    transform: scale(1.2);
}
.insta_counter i {
    margin-right: 5px;
	vertical-align: middle;
}
.insta_counter {
	color: #fff;
    font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
	
/*===================================*
  11. END FOOTER SECTION
*===================================*/

/*===================================*
  12. VIDEO SECTION
*===================================*/
.video_play {
    position: absolute;
    right: 0;
	display: table;
    left: 50%;
    top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.video_play img {
	max-width: 100px;
}
.bounce_img {
	-webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
	animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
	transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }

@keyframes bounce_img {
from {
	-webkit-transform: translateY(0px);
	transform: translateY(0px); }
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }
		
/*===================================*
  12. END VIDEO SECTION
*===================================*/

/*===================================*
  13. PROGRESS BAR SECTION
*===================================*/
.progrees_bar_text {
	margin-bottom: 10px;
}
.skill_content {
	position:relative;
	margin-bottom: 15px;
}
.skill_content .progress-bar {
	background-color: #e5ad3c;
	border-radius: 20px;
	width: 0;
	-webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
     transition: all 2s ease-in-out; 
}
.skill_content .progress {
	border-radius: 20px;
	height: 5px;
}
.skill_content .count_pr {
	margin-left: -25px;
    position: absolute;
	left: 0;
    top: 0px;
    background-color: #333;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 24px;
	text-align: center;
	-webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out; 
}
.skill_content .count_pr::before {
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #333 transparent transparent transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    margin: -2px auto;
}
.count_pr_style2 {
    position: absolute;
    top: 5px;
	right: 0;
}
/*===================================*
  13. END PROGRESS BAR SECTION
*===================================*/

/*===================================*
  14. TEAM SECTION
*===================================*/
.team_box {
	padding-bottom: 20px;
}
.team_img img {
    width: 100%;
	transition: all 0.5s ease-in-out;
}
.team_title {
    padding: 15px;
	/* text-transform: capitalize; */
}
/* .border_social li a {
    border: 1px solid #333;
} */
/* .team_social_style1 li a,
.rounded_social li a {
    border-radius: 100%;
} */
.team_hover_style1 .team_img,
.team_hover_style2 .team_img {
	position:relative;
}
.team_hover_style1.team_box,
.team_hover_style2.team_box {
	padding-bottom: 0;
}
.team_hover_style1 .social_icons {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
	opacity: 0;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.team_hover_style1 .team_img::before,
.team_hover_style2 .team_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.social_white .social_icons li a,
.social_white.social_icons li a {
	color: #fff;
}
.social_white .border_social li a:hover,
.social_white.border_social li a:hover {
	color: #e5ad3c;
	background-color: #000;
}
.social_black .social_icons li a,
.social_black.social_icons li a {
	color: #000;
}
.social_black .border_social li a:hover,
.social_black.border_social li a:hover {
	color: #e5ad3c;
}
/* .social_icons li a:hover,
.social_icons.hover_style1 li a {
    background-color: #000;
    color: #fff;
} */
.social_icons.hover_style1 li a:hover {
    background-color: transparent;
    color: #000;
}
.social_icons.hover_style1.social_white li a {
    background-color: #fff;
    color: #000;
}
.social_icons.hover_style1.social_white li a:hover {
    background-color: transparent;
    color: #fff;
}
.social_icons.hover_style2 li a:hover {
	background-color: transparent;
	color: #0073b8;
}
.team_hover_style1.team_box:hover .team_img::before,
.team_hover_style2.team_box:hover .team_img::before {
	opacity: 1;
}
.team_hover_style1.team_box:hover .social_icons {
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.team_hover_style1:hover .team_title {
	background-color: #e5ad3c;
	color: #fff;
}
.team_hover_style1:hover .team_title * {
	color: #fff;
}
.team_hover_style2 .social_icons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	opacity: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.team_hover_style2.team_box:hover .social_icons {
	opacity: 1;
}
.team_hover_style2.team_box .team_img {
	overflow: hidden;
}
.team_hover_style2.team_box:hover .team_img img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*===================================*
  14. END TEAM SECTION
*===================================*/

/*===================================*
  15. ACCORDION DESIGN
*===================================*/
.accordion .card,
.accordion_style1 .card {
	background-color: transparent;
}
.accordion .card-header {
	border: 0;
	background-color: transparent;
	padding: 0px;
}
.accordion .card-header a {
	padding: 10px 40px 10px 10px;
	display: block;
}
.accordion .card-body {
	padding: 10px;
}
.accordion .card-header a::after {
	content: "\f126";
	font-family: "Ionicons";
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
}
.accordion .card-header a.collapsed:after {
    content: "\f123";
}
.accordion_style1 .card {
	border-radius: 0;
}
.accordion_style1 .card-header {
	border-bottom: 0;
}
.accordion_style1 .card-body {
	border-top: 1px solid rgba(0,0,0,.125);
	padding: 10px;
}
.accordion_style1 .card-header a::after {
	content: "\f208";
	font-family: "Ionicons";
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
}
.accordion_style1 .card-header a.collapsed:after {
    content: "\f217";
}
.accordion_style2 .card {
    border: 0;
	margin: 0;
}
.accordion_style2 .card-body {
	padding: 10px 0;
}
.accordion_style2.accordion .card-header a {
	border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 15px 25px 15px 0;
}
.accordion_style2.accordion .card-header a::after {
	right: 0;
    top: 15px;
}
.accordion_style3 .card {
    border: 0;
	margin-bottom: 10px;
}
.accordion_style3 .card:last-child {
	margin-bottom: 0px;
}
.accordion_style3.accordion .card-header a {
    background-color: #000;
    color: #fff;
    padding: 15px 35px 15px 15px;
}
.accordion_style3.accordion .card-header a::after {
    top: 15px;
}
.accordion_style2.accordion_light.accordion .card-header a {
	border-bottom-color: #fff;
}
.accordion_light .card {
    border-color: #fff;
}
.accordion_light.accordion .card-header a,
.accordion_light.accordion .card-body {
	color: #fff;
}
.accordion_light.accordion_style1 .card-body {
	border-top-color: #fff;
}
.accordion_style3.accordion_light.accordion .card-header a {
	background-color: #fff;
	color: #000;
}
/*===================================*
  15. END ACCORDION DESIGN
*===================================*/

/*===================================*
  16. CALL TO ACTION SECTION
*===================================*/
.cta_section_small {
    padding: 50px;
}
/*===================================*
  16. END CALL TO ACTION SECTION
*===================================*/

/*===================================*
  17. CONTACT SECTION
*===================================*/
iframe {
    border: 0;
	display: block;
}
.map {
    display: none;
}
.map iframe {
	width: 100%;
    height: 315px;
    display: block;
}
.contact_map iframe {
    width: 100%;
    height: 430px;
    display: block;
}
.contact_box {
    box-shadow: 0 0 5px rgba(0,0,0,0.16);
}
.contact_box .col-md-4 {
    border-right: 1px solid #dedede;
}
.contact_box .col-md-4:last-child {
    border-right: 0;
}

/*===================================*
  17. END CONTACT SECTION
*===================================*/

/*===================================*
  18. BREADCRUMB SECTION
*===================================*/
.page-title-light *,
.page-title-light .breadcrumb-item,
.page-title-light .breadcrumb-item:before {
	color: #fff;
}
.page-title-light .breadcrumb-item a:hover {
	color: #fff;
	text-decoration: underline;
}
.page-title h1 {
    font-size: 36px;
	margin: 0;
	/* text-transform: capitalize; */
	font-weight: bold;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
}
/*===================================*
  18. END BREADCRUMB SECTION
*===================================*/

/*===================================*
  19. PRICING TABLE SECTION
*===================================*/
.pricing_box {
	border: 1px solid rgba(0,0,0,0.10);
	text-align: center;
}
.pr_title {
	padding: 40px 15px;
}
.pr_list li {
	padding: 12px;
}
.pr_list li:nth-child(even) {
	background-color: #f8fafe;
}
.pr_content {
	background-color: #fff;
}
.pr_footer {
	background-color: #fff;
	padding: 20px;
}
.price_tage h2 {
    font-size: 40px;
    font-weight: bold;
}
.pricing_box.highlight_box {
	box-shadow: 0 0 8px rgba(0,0,0,.1);
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
	z-index: 1;
}
.pricing_style1 .pr_title {
    padding: 0;
}
.pricing_style1 .pr_title h4 {
    background-color: rgba(0,0,0,0.15);
    padding: 10px;
	margin: 0;
}
.pricing_style1 .pr_title .price_tage {
    padding: 25px;
}
.pricing_box.pricing_style2{
    border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	border: 0;
}
.pricing_box.pricing_style2 .pr_title {
    border-radius: 10px 10px 0 0;
}
.pricing_box.pricing_style2 .pr_footer {
    border-radius: 0 0 10px 10px;
}
.pricing_style2 .pr_list li:nth-child(even) {
	background-color: #fff;
}
.pricing_box.pricing_style3 {
    border: 0;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.pricing_style3 .pr_title {
    background-color: #fff;
}
.pricing_box.pricing_style3.highlight_box {
    border: 3px solid #e5ad3c;
}
.pricing_style3 .pr_list li:nth-child(even) {
    background-color: #fff;
}
.pricing_style3 .pr_list li {
    border-top: 1px solid #eee;
}

/*===================================*
  19. END PRICING TABLE SECTION
*===================================*/

/*===================================*
  20. ERROR 404 SECTION
*===================================*/
.error_txt {
	color: #333;
	font-size:240px;
	font-weight: bold;
	line-height: 1.2;
}
.search_form input {
    padding: 15px;
	height: auto;
}
.search_form .search_icon {
    top: 0;
    right: 0;
    padding: 5px 15px;
}
.particle_effect {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.form_border input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form_border input:focus {
    background-color: transparent;
	border-color: #fff;
	color: #fff;
}
/*===================================*
  20. END ERROR 404 SECTION
*===================================*/

/*===================================*
  21. COMMING SOON SECTION
*===================================*/
.countdown_time {
	display: inline-block;
	width: 100%;
}
.countdown_time .countdown_box {
	float: left;
	width: 25%;
	text-align: center;
}
.countdown_time .cd_text {
	display: block;
	color: #333;
}
.countdown_box .countdown {
	color: #333;
	font-size: 40px;
	font-weight: bold;
}
.countdown_white .countdown_box .countdown, .countdown_white .countdown_box .cd_text {
    color: #fff;
}
.countdown_style1 .countdown_box {
    position: relative;
}
.countdown_style1 .countdown_box::before {
    content: ":";
    font-size: 40px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: -6px;
}
.countdown_style1.countdown_white .countdown_box::before {
	color: #fff;
}
.countdown_style1 .countdown_box:last-child:before {
	content: normal;
}
.countdown_style2 .countdown {
    background-color: #000;
    color: #fff;
    padding: 15px;
    line-height: normal;
    border-radius: 5px;
    max-width: 100px;
    display: block;
    text-align: center;
    margin: 0 auto 5px;
}
.countdown_style2.countdown_white .countdown {
	background-color: #fff;
	color: #000;
}

/*===================================*
  21. END COMMING SOON SECTION
*===================================*/

/*===================================*
  22. PAGINATION DESIGN
*===================================*/
/* .pagination .page-item a i {
	font-size: 24px;
	vertical-align: middle;
}
.pagination .page-item a {
	color: #0E93D8;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0px;
	z-index: 1;
}
.page-item.active .page-link,
.page-item .page-link:hover {
    background-color: #0E93D8;
    border-color: #0E93D8;
	color: #fff;
}
.page-link:focus {
    box-shadow: none;
}
.pagination_style2 .page-item:first-child a {
    border-radius: 40px 0 0 40px;
}
.pagination_style2 .page-item:last-child a {
    border-radius: 0 40px 40px 0;
}
.pagination_style3 .page-item a {
	border: 0;
	border-radius: 4px;
	margin-left: 0px;
}
.pagination_style4 .page-item a {
	border: 0;
	border-radius: 100%;
	margin-left: 0px;
}
.pagination_style4 li,
.pagination_style3 li,
.pagination_style5 li,
.pagination_style6 li {
    margin-right: 5px;
}
.pagination_style4 li:last-child,
.pagination_style3 li:last-child,
.pagination_style5 li:last-child,
.pagination_style6 li:last-child {
    margin-right: 0px;
}
.pagination_style4 .page-item:first-child .page-link,
.pagination_style4 .page-item:last-child .page-link,
.pagination_style6 .page-item:first-child .page-link,
.pagination_style6 .page-item:last-child .page-link {
	border-radius: 100%;
}
.pagination_style5 .page-item a {
	border: 2px solid #dee2e6;;
	border-radius: 4px;
	color: #888888;
	line-height: 36px;
	margin-left: 0px;
}
.pagination_style5 .page-item.active .page-link,.pagination_style5 .page-item .page-link:hover {
    background-color: transparent;
    border-color: #0E93D8;
    color: #0E93D8;
}
.pagination_style6 .page-item a {
	border: 2px solid #dee2e6;;
	border-radius: 100%;
	color: #888888;
	line-height: 36px;
	margin-left: 0px;
}
.pagination_style6 .page-item.active .page-link,.pagination_style6 .page-item .page-link:hover {
    background-color: transparent;
    border-color: #0E93D8;
    color: #0E93D8;
} */

.pagination {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f6f6f6;
	height: auto;
	/* border: 1px solid #e4e4e4; */
	/* border-radius: 6px; */
	/* box-shadow: 0 3px 0 0 #e4e4e4; */
	text-align: center;
}

	.pagination .active {
	  background-color: #e5ad3c;
	  border-radius:2px;
	  color:#000;
	}

	.pagination__icon {
	  height: 16px;
	  width: 16px;
	  /* fill: #fd5001; */
	  fill: #444;
	}

	.pagination li {
	  display: inline-block;
	  border-radius: 2px;
	  text-align: center;
	  vertical-align: top;
	  height: 30px;
	  line-height: 30px;
	  font-weight:400;
	}

	.pagination li a {
	  color: #444;
	  height: 30px;
	  display: inline-block;
	  /* font-size: 1.2rem; */
	  padding: 0 10px;
	  line-height: 30px;
	}

/* 	.pagination li a .fa{
	  font-size:21px !important;
	  line-height: 30px;
	} */
	.pagination li a .ti{
	  font-size:21px !important;
	  line-height: 30px;
	}
	 

	.pagination li a.prev, .pagination li a.next {
	  /* padding: 5px 10px 0 10px; */
	}

	.pagination li.active a {
	  color: #fff;
	}

	.pagination li.disabled a {
	  cursor: default;
	  color: #999;
	}

	.pagination li i {
	  font-size: 2rem;
	}

	.pagination li.pages ul li {
	  display: inline-block;
	  float: none;
	}

	@media only screen and (max-width: 992px) {
	  .pagination {
		width: 100%;
	  }
	  .pagination li.prev,
	  .pagination li.next {
		width: 10%;
	  }
	  .pagination li.pages {
		width: 80%;
		overflow: hidden;
		white-space: nowrap;
	  }
	}

/*===================================*
  22. END PAGINATION DESIGN
*===================================*/

/*===================================*
  23. SIDEBAR DESIGN
*===================================*/
.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
    padding-bottom: 30px;
}
.sidebar .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0px;
    padding-bottom: 0px;
}
.tags a {
    border: 1px solid #ddd;
	font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 7px;
}
.tweet_feed {
	padding-left: 25px;
}
.tweet_feed li {
    list-style: none;
    position: relative;
    font-size: 14px;
	padding-bottom: 15px;
}
.tweet_feed li:last-child {
	padding-bottom: 0px;
}
.tweet_feed li::before {
    content: "\e74b";
    font-family: 'themify';
    position: absolute;
    left: -25px;
    top: 0;
    color: #e5ad3c;
}
.tweet_date {
	color:#333;
	margin-bottom: 5px;
	display: block;
}
.tweet_feed a {
	color: #e5ad3c;
}
.widget_categories .categories_num,
.widget_archive .archive_num {
	float: right;
}
/*===================================*
  23. END SIDEBAR DESIGN
*===================================*/

/*===================================*
  24. PORTFOLIO DETAIL PAGE
*===================================*/
.portfolio_info_box > li {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.portfolio_info_box > li:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.portfolio_info_box li span {
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px
}
.post_navigation i {
    font-size: 32px;
}
.post_navigation span {
    display: block;
	font-weight: bold;
	/* text-transform: capitalize; */
}
.post_navigation .nav_meta {
	font-size: 14px;
	color: #999;
	transition: all .5s ease;
}
.post_navigation a:hover .nav_meta {
	color: #0E93D8;
}
.pr_info_text_white, .pr_info_text_white li span {
    color: #fff;
}
.pr_info_text_white.portfolio_info_box > li {
	border-color: rgba(255,255,255,0.5);
}

/*===================================*
  24. END PORTFOLIO DETAIL PAGE
*===================================*/

/*===================================*
  25. GALLERY DESIGN
*===================================*/
.image_gallery_item {
	position: relative;
}
.gallary_hover_box {
	background-color: rgba(0,0,0,0.80);
    bottom: 0px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 0px;
	opacity: 0;
	visibility: hidden;
    right: 0px;
    left: 0px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.gallary_hover_box i {
	color: #fff;
	font-size: 24px;
}
.image_gallery_item:hover .gallary_hover_box {
	opacity: 1;
	visibility: visible;
}
.gallery_img img {
	transition: all 0.5s ease;
}
.gallery_hover_style1 .image_gallery_item,
.gallery_hover_style2 .image_gallery_item {
	overflow: hidden;
}
.gallery_hover_style1 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.gallery_hover_style2 .gallary_hover_box {
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 10px;
}
.gallery_hover_style2 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: blur(5px); 
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
     filter: blur(5px);
}
.gallery_hover_style3 .gallary_hover_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    border: 2px solid rgba(255,255,255,0.5);
    margin: 10px;
}
/*===================================*
  25. END GALLERY DESIGN
*===================================*/

/*===================================*
  26. SHOP DESIGN
*===================================*/

.product_title * {
    font-size: 16px;
}
.product_info {
    padding-top: 15px;
    font-size: 14px;
}
.product_price {
	color: #333;
    font-size: 18px;
    font-weight: 700;
}
.product_price del {
    font-weight: 400;
    font-size: 90%;
	margin-right: 5px;
}
.product_price ins {
    text-decoration: none;
}
.product_action_box {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.product:hover .product_action_box {
	opacity: 1;
	visibility: visible;
}
.product_action_box li {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
    filter: alpha(opacity=0);
	 -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.shop-item:hover .product_action_box li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product_action_box li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.product_action_box li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.product_action_box li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.product_img {
    position: relative;
	overflow: hidden;
}
.product_img > a:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.product:hover .product_img > a:nth-of-type(2) {
    opacity: 1;
    z-index: 0;
}
.product_img a, .product_img a img {
    display: block;
    width: 100%;
}
.pr_action_btn {
    display: table;
    margin: 0 auto;
}
.pr_action_btn li {
	float: left;
	position: relative;
	margin: 0 3px;
}
.pr_action_btn li a {
    background-color: #000;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-in;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pr_action_btn li a:hover {
	color: #0E93D8;
}
.pr_action_btn li a span {
	margin-left: 10px;
	font-size: 14px;
	vertical-align: middle;
}
.pr_action_btn li a i {  
	vertical-align: middle;
}
.mfp-ajax-holder .mfp-content {
	background-color: #fff;
    max-width: 900px;
}
.mfp-ajax-holder .ajax_quick_view {
    padding: 30px;
}
.zoomContainer {
	z-index: 9999;
}
.product-description p {
    width: 100%;
    display: inline-block;
}
.quantity {
    float: left;
    margin-right: 25px;
}
.quantity .minus, .quantity .plus {
    display: block;
    float: left;
    cursor: pointer;
    border: 0 transparent;
    padding: 0;
    width: 36px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background-color: #eee;
    font-size: 20px;
}
.quantity .qty {
    float: left;
    width: 70px;
	height: 44px;
    border: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #eee;
    text-align: center;
    margin-bottom: 0;
}
.btn-addtocart {
	padding: 5px 20px;
	margin-right: 10px;
}
.btn-addtocart i {
	font-size: 20px;
	margin-left: 0;
	margin-right: 5px;
}
.product-meta {
    padding-left: 15px;
}
.product-meta li {
    margin-top: 10px;
}
.product_share {
	margin-top: 15px;
}
.product_share span {
    margin-right: 5px;
    display: block;
}
.add_wishlist, .add_compare {
    padding: 7px 7px;
	font-size: 22px;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
}
.product-rate i {
    color: #ffc300;
	font-size: 18px;
}
.flash {
    position: absolute;
    top: 15px;
    right: -50px;
    background-color: #0E93D8;
    color: #fff;
    padding: 2px 35px;
	max-width: 150px;
	width: 100%;
	/* text-transform: capitalize; */
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.color_box_item {
	border-radius: 3px;
    height: 20px;
    width: 20px;
    display: block;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
	position: relative;
}
.color_box_item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #ddd;
    margin: -3px;
    border-radius: 3px;
}
.color_filter span {
	vertical-align: middle;
}
.color_filter {
    margin: 15px 0;
}
.color_filter_blue {
	background-color: #7CB7FF;
}
.color_filter_yellow {
	background-color: #FCC140;
}
.color_filter_green {
	background-color: #74D265;
}
.color_filter_orange {
	background-color: #F88359;
}
.color_filter_brown {
	background-color: #967669;
}
.color_filter_pink {
	background-color: #D459D8;
}
.color_filter_black {
	background-color: #000000;
}
.product_size, .product_size li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.product_size li a {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 3px;
    line-height: 35px;
}
.ajax_quick_view .product_size li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.sidebar .product_price {
    font-size: 16px;
}
.filter_price .ui-widget.ui-widget-content {
    border: 0;
	border-radius: 0;
    background-color: #ddd;
	height: 4px;
}
.filter_price .ui-slider .ui-slider-range {
	background-color: #e5ad3c;
}
.filter_price .ui-slider {
    margin-bottom: 15px;
}
.filter_price .ui-slider .ui-slider-handle {
	background-color: #e5ad3c;
    border-radius: 100%;
    border: 0;
    height: 15px;
    top: -6px;
    width: 15px;
}
.filter_price .btn {
    padding: 8px 15px;
    font-size: 14px;
}
.filter_price {
	color: #222;
}
#flt_price {
    font-weight: bold;
}
.custom_select {
	position: relative;
}
.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
	border-radius: 4px;
    padding: 5px 30px 5px 10px;
	width: 100%;
}
.custom_select::before {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    font-weight: 900;
    pointer-events: none;
    font-size: 12px;
}
.shorting_icon {
	font-size: 30px;
	vertical-align: middle;
	margin-left: 10px;
}
.owl-thumbs-slider {
	margin-top: 10px;
}
.product_gallery_item a img {
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}
.product_gallery_item a.active img {
	opacity: 1;
}
.tab-content p:last-child {
    margin: 0;
}
.tab-style1 .nav-tabs,
.tab-style2 .nav-tabs {
    border: 0;
}
.tab-style1 .tab-content {
    padding: 20px;
	border: 1px solid #ddd;
}
.shop_info_tab table {
	margin: 0;
}
.tab-style1 .nav-tabs .nav-link,
.tab-style1 .nav-tabs .nav-link:hover {
	background-color: #f7f7f7;
	border: 1px solid #dee2e6;
	border-radius: 0;
	padding: 15px 30px;
	/* text-transform: capitalize; */
	border-right-color: transparent;
}
.tab-style1 .nav-tabs li:first-child .nav-link {
	border-radius: 5px 0 0 0;
}
.tab-style1 .nav-tabs li:last-child .nav-link {
	border-radius: 0 5px 0 0;
	border-right-color: #dee2e6;
}
.tab-style1 .nav-tabs .nav-link.active {
	background-color: #fff;
	border-bottom-color: transparent;
	color: #0E93D8;
}
.tab-style2 .nav-tabs {
	margin-bottom: 20px;
}
.tab-style2 .nav-item {
	margin-right: 40px;
}
.tab-style2 .nav-item:last-child,
.tab-style3 ul li:last-child,
.tab-style4 .nav-tabs li.nav-item:last-child {
    margin-right: 0;
}
.tab-style2 .nav-tabs .nav-link {
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,0);
	border-right: 0;
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	padding: 0 0 5px 0px;
	/* text-transform: capitalize; */
}
.tab-style2 .nav-tabs .nav-link.active {
	border-bottom-color: #0E93D8;
	color: #0E93D8;
}
.tab-style3 ul {
    border: 0;
}
.tab-style3 ul li {
    display: inline-block;
	margin-right: 10px;
}
.tab-style3 li .nav-link {
	background-color: #eee;
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    display: block;
    text-align: center;
}
.tab-style3 .nav-tabs .nav-link.active {
	background-color: #0E93D8;
	color: #fff;
}
.tab-style3 .tab-content,
.tab-style4 .tab-content,
.tab-style5 .tab-content {
	margin-top: 20px;
}
.tab-style4 .nav-tabs {
    border-bottom: 1px solid rgba(14, 147, 216, 0.2);
}
.tab-style4 .nav-tabs li.nav-item {
   margin-right: 20px 
}
.tab-style4 .nav-tabs .nav-link.active {
    border-bottom-color: #0E93D8;
	color: #0E93D8;
}
.tab-style4 .nav-tabs li.nav-item a {
	background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	border-bottom: 2px solid rgba(0,0,0,0);
    text-align: center;
    text-transform: uppercase;
}
.tab-style5 .nav-tabs .nav-link.active {
	border-color: #0E93D8;
    background-color: #0E93D8;
	color: #fff;
}
.tab-style5 .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.tab-style6 .nav-tabs {
    display: block;
	margin-bottom: 20px;
}
.tab-style6 .nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
}
.tab-style6 .nav-tabs .nav-link.active {
	color: #0E93D8;
}
.nav-tabs i {
    margin-right: 5px;
}
.comment_img {
    float: left;
	text-align: center;
}
.comment_img img {
    border-radius: 100%;
	max-width: 60px;
}
.comment_block {
    padding-left: 80px;
}
.comment-date {
    margin-left: 5px;
    border-left: 1px solid #888888;
    padding-left: 10px;
}
.comments li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.rating span {
	cursor: pointer;
	display: inline-block;
}
.rating span i {
	font-size: 30px;
}
.rating > span.selected {
    color: #ffc300;
}
.rating > span.selected i:before {
    content: "\f2fc"
}
.shop_cart_table th,
.shop_cart_table td {
	vertical-align: middle;
	text-align: center;
}
.shop_cart_table th,
.product-subtotal {
    color: #222;
	font-weight: 600;
}
.product-thumbnail img {
	max-width: 70px;
}
.shop_cart_table th.product-name,
.shop_cart_table td.product-name {
    text-align: left;
}
.product-quantity .quantity {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    float: none;
    margin: 0 auto;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-thumbnail {
    width: 1%;
}
.shop_cart_table input {
	height: 45px;
}
.shop_cart_table .btn {
	padding: 10px 25px;
}
.coupon {
    position: relative;
}
.coupon button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0px;
    bottom: 0;
}
.cart_total_amount {
    color: #000;
}
.shop_cart_table tfoot td {
    padding-top: 30px;
}
.toggle_info {
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.toggle_info * {
	font-size: 14px;
	color: #000;
}
.toggle_info a {
	color: #0E93D8;
}
.required {
    color: #f00;
}
.panel-body {
    padding: 15px;
}
.login_footer {
	text-align: left;
}
.login_footer a {
	float: right;
}
.login_form ,
.coupon_form {
	border: 1px solid #ddd;
}
.chek-form .custome-radio:first-child .payment-text {
    display: block;
}
.payment-text {
    display: none;
	margin-top: 5px;
}
.chek-form .custome-radio {
    margin-bottom: 10px;
}
.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #908f8f;
    font-weight: 500;
    padding: 0;
}
.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
    display: none;
}
.chek-form label {
    /* text-transform: capitalize; */
}
.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 14px;
    width: 14px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
.custome-radio input[type="radio"] + .form-check-label::after {
    content: "";
    background-color: #0E93D8;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 4px;
    opacity: 0;
}
.custome-radio input[type="radio"]:checked + .form-check-label::before {
	border-color: #0E93D8;
}
.custome-radio input[type="radio"]:checked + .form-check-label::after {
    opacity: 1;
}
.custome-checkbox .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 17px;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: """";
    width: 11px;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
	background-color: #0E93D8;
	border: 0;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}
.form-check-input:disabled ~ .form-check-label {
    opacity: 0.7;
}
.lead strong {
    font-weight: bold;
}
/*===================================*
  26. END SHOP DESIGN
*===================================*/

/*===================================*
  27. PAGE TITLE DESIGN
*===================================*/

.page_title_video video {
    width: 100%;
}
.page_title_video {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -3;
}
/*===================================*
  27. END PAGE TITLE DESIGN
*===================================*/

/*===================================*
  28. LOGIN REGISTER PAGE DESIGN
*===================================*/

.login_register_wrap {
	padding: 50px 0;
}
.big_logo img {
	max-width: 400px;
}
.lr_form {
    max-width: 400px;
    margin: 30px auto 0;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.different_login span {
    background-color: #fff;
    padding: 0 15px;
	position: relative;
}
.different_login {
    text-align: center;
    position: relative;
	margin: 20px 0;
}
.different_login span {
	text-transform: uppercase;
}
.different_login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ddd;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-login li {
	margin: 20px 10px 0;
	display: inline-block
}
.btn-login li a {
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    display: block;
}
.btn-login li a i {
    margin-right: 6px;
}
.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
    box-shadow: 0px 2px 18px 2px rgba(59,89,152,0.25);
}
.btn-facebook:hover{
    color: #fff;
    background: #344e86;
    border-color: #344e86;
}
.btn-google {
    background: #d85040;
    border-color: #d85040;
    box-shadow: 0px 2px 18px 2px rgba(216,80,64,0.25);
}
.btn-google:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b;
}
.form-note {
	margin-top: 20px;
}
/*===================================*
  28. END LOGIN REGISTER PAGE DESIGN
*===================================*/

/*===================================*
  29. ELEMENT DESIGN
*===================================*/

.alert:last-child {
	margin: 0;
}
.alert > i {
    margin-right: 5px;
	font-size: 18px;
}
.alert.alert_style1 {
    padding: 14px 14px 14px 14px;
    border-radius: 0;
    border-left: 3px solid;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}
.alert_style2 {
    border-radius: 30px;
    border: 0;
    padding: 15px 20px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}
.table-dark > td, .table-dark > th {
    background: transparent;
}
.blockquote {
    font-size: 16px;
    margin: 0;
    padding: 15px;
    background-color: #f5f5f5;
    border-left: 3px solid #0E93D8;
}
.blockquote-footer {
	background-color: transparent;
}
.blockquote.quote_light {
	border-left-color: #fff;
}
.blockquote.quote_style1,
.blockquote.quote_style3 {
    border: 0;
}
.quote_style1:before {
    font-family: "Ionicons";
    content: "\f347";
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    color: #cdcdcd;
}
.blockquote.quote_style2 {
    background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}
.blockquote.quote_style3 {
	background-color: transparent;
	padding: 0;
}
.quote_style3:before {
    font-family: "Ionicons";
    content: "\f347";
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    color: #fff;
}
.quote_light > * {
	color: #fff;
}
.blockquote.quote_style4 {
    background-color: rgba(255,255,255,0.3);
}
.grid_box [class^="col-"] {
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
	color: #212529;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
}
.flip_box{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
}
.front:before,
.back:before {
    border-radius: 10px;
}
.flip_box:hover .front,
.flip_box:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.inner{
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}
.flip_box .inner h5 {
	font-weight: 600;
}
.flip_box * {
	line-height:  inherit;
}
.flip_box .back{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box .front,
.flip_box:hover .back{
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box:hover .front{
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box i {
	font-size: 40px;
	display: inline-block;
}
.flip_vertical.flip_box .back{
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_vertical.flip_box .front,
.flip_vertical.flip_box:hover .back{
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_vertical.flip_box:hover .front{
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*===================================*
  29. END ELEMENT DESIGN
*===================================*/

.alert-msg-failure {
	color: #721c24;
	background-color: #efa0a0;
	border-radius: 3px;
	margin-top: 10px;
}
.alert-msg-success {
	color: #155724;
	background-color: #d4edda;
	border-radius: 3px;
	margin-top: 10px;
}


/* 10. Contact */

/* form ui */
	.ui.form .message:first-child {
		margin-top: 0px;
	}
	.ui.form .success.message, .ui.form .warning.message, .ui.form .error.message {
		display: none;
	}
	.ui.warning.message {
		background-color: #fffaf3;
		color: #573a08;
		box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
	}
	.ui.info.message {
		background-color: #f8ffff;
		color: #276f86;
		box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
	}
	.ui.message {
		text-align:left;
		margin-top: 0;
		font-size: 14px;
		position: relative;
		min-height: 1em;
		margin: 1em 0;
		background: #f8f8f9;
		padding: 1em 1.5em;
		line-height: 1.4285em;
		transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
		border-radius: .28571429rem;
	}
	.ui.info.message .header {
		color: #0e566c;
		font-size: 16px;
	}
	.ui.warning.message .header {
		color: #794b02;
	}
	.ui.message .header {
		display: block;
		font-weight: 700;
		margin: -.14285714em 0 0 0;
		font-size: 1.14285714em;
	}
	
	
	.rcheck-block{
		position:relative;
	}
	.rcheck-block.invalid:before{
		content:"";
		display:block;
		position:absolute;
		top:-8px;
		left:-8px;
		right:-8px;
		bottom:-8px;
		border: 1px solid #cc0000;
	}
	
	.agree-block{
		position:relative;
		display:inline-block;
	}
	.agree-block a{
		text-decoration:underline;
	}
	.agree-block.invalid:before{
		content:"";
		display:block;
		position:absolute;
		top:-8px;
		left:-8px;
		right:-8px;
		bottom:-8px;
		border: 1px solid #cc0000;
	}
	
	.invalid {
		border-color: #cc0000 !important;
		/* background-color: #cc0000 !important; */
		/* color:#fff; */
		/* outline: 1px solid #cc0000; */
	}
/* eof form ui */

.news-card__title{
	display:block;
	color:#fff;
	font-size:16px;
	line-height:20px;
	padding-top:10px;
}

.btn-yellow {
    color: #000;
    background-color: #e5ad3c;
    border-color: #e5ad3c;
}
.btn-green {
    color: #000;
    background-color: #e5ad3c;
    border-color: #e5ad3c;
}

.contact {
	text-align: left;
	padding: 80px 0 100px 0;
	position: relative;
}
/* @media (min-width: 1300px) {
	.contact h2:before {
		content: 'Contact';
		text-transform: uppercase;
		color: #f1f2f2;
		font-size: 175px;
		font-weight: 700;
		position: absolute;
		width: 218%;
		height: 100%;
		right: -85px;
		bottom: 75%;
		z-index: -1;
	}
} */
.contact h3 {
	font-size: 42px !important;
	font-weight: 700 !important;
	margin-bottom: 20px;
}
.contact_info {
	padding: 56px 0 46px;
}
.contact_info p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 22px !important;
	color: #1f1f1f !important;
	padding: 5px 0;
}
.contact p i {
	vertical-align: middle;
}
.contact_datarow{
	display:block;
	position:relative;
	padding-left:24px;
	color: #1f1f1f;
}

.contact_datarow .contact_datarow__icon{
	display:block;
	position:absolute;
	top:4px;
	left:0;
}

.contact_datarow .messenger {
	display:inline-block;
	width:16px;
	height:19px;
	margin-left:10px;
	position:relative;
	top:-2px;
}
	.contact_datarow .messenger svg{
		width:16px;
		height:16px;
		margin-left:5px;
		fill:#1f1f1f;
	}
	.contact_datarow .messenger svg:hover{
		fill:#e5ad3c;
	}


.contact-form .connection-form {
	margin: 0;
	margin-bottom: 30px;
}
.connection-form input[type=text], .connection-form input[type=email], .connection-form input[type=number] {
	width: 100%;
    border: 0;
    border-bottom: 1px solid #252525;
	/* padding-bottom: 10px; */
	padding: 5px 0;
	background-color:transparent;
}
.contact textarea, .connection-form textarea {
	border: 0;
    border-bottom: 1px solid #252525;
	width: 100%;
	height: 135px;
    margin-bottom: 20px;
	background-color:transparent;
}


.connection-form.dark input[type=text], .connection-form.dark input[type=email], .connection-form.dark input[type=number], .connection-form.dark textarea {
    border-bottom: 1px solid #e5ad3c;
	color:#fff;
}
.connection-form.dark textarea {
    height: 199px;
}
.connection-form.dark{
	color:#eee;
}
.connection-form.dark label{
	color:#e5ad3c;
}
.connection-form.dark a{
	color:#e5ad3c;
}


.btn_send {
	border: 0;
    background: #252525;
    border-radius: 20px;
    padding: 5px 40px;
    color: #e7e4e4;
	cursor: pointer;
}
.contact a {
	/* color: #1f1f1f !important; */
	color: #1f1f1f;
	/* color:#007bff; */
}
.contact a:hover {
	/* color: #ed1c24 !important; */
	color:#e5ad3c;
}
.error {
	color: #ed1c24;
}

.column-content__info .text{
	font-size:14px;
	line-height:20px;
}
.column-content__info hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.column-content__date{
	padding-bottom:10px;
	/* color:#aaa; */
	font-size:13px;
}


/* Catalog */

.aside-desktop{
	padding-top:8px;
}
.aside_submenu h3, .aside-desktop h3{
	margin:0;
}

/* 	.aside_submenu{
		background-color:#fff;
		border:1px solid #e4e4e4;
		border-radius:6px;
		box-shadow: 0 3px 0 0 #e4e4e4;
		padding:20px;
	} */
		
	.aside_submenu a{
		font-size: 17px;
		color:#444;
	}
	.aside_submenu a.active{
		font-weight:700;
		/* color:#e5ad3c; */
	}
	.aside_submenu .aside_submenu__plus{
		display:block;
		position:absolute;
		top:0;
		left:2px;
		z-index:2;
		height:23px;
		font-size: 14px;
		line-height:23px;
		color:#999;
	}
	.aside_submenu .aside_submenu__minus{
		display:block;
		position:absolute;
		top:0;
		left:2px;
		z-index:2;
		height:23px;
		font-size: 14px;
		line-height:23px;
		color:#ddd;
	}
	.aside_submenu__check{
		display:block;
		position:absolute;
		top:-1px;
		left:-7px;
		z-index:2;
		width:24px;
		height:24px;
	}
		.aside_submenu__check img{
			width:100%;
			height:auto;
		}
	
@media (max-width: 991px) {
	.aside-desktop{
		display: none;
	}
	.aside_submenu{
		background-color:#fff;
		border:1px solid #e4e4e4;
		border-radius:6px;
		box-shadow: 0 3px 0 0 #e4e4e4;
		padding:20px;
	}
}
@media (max-width: 768px) {
	.aside_submenu{
		/* margin:0px 15px; */
		margin:0px 0px;
	}
}
	
	
	
	.main-aside__searchform{
		position:relative;
		margin-bottom:20px;
	}
		.main-aside__searchform .txt{
			-webkit-border-radius:3px;
			-moz-border-radius:3px;
			-ms-border-radius:3px;
			-o-border-radius:3px;
			border-radius:3px;
			border:1px solid #ddd;
			padding:10px 100px 10px 10px;
			font-size:14px;
			line-height:18px;
			width:100%
		}

		.main-aside__searchform .btn{
			position:absolute;
			top: 5px;
			right: 5px;
			font-weight:bold;
			font-size:13px;
			text-align:center;
			width:90px;
			padding: .25rem .5rem;
		}
			.main-aside__searchform .btn:hover{
				background-color:#e5ad3c;
				color:#000;
			}
	
	.aside_submenu__item{
		display:block;
		position:relative;
		padding-left:20px;
		font-size: 16px;
		color:#444;
	}
	.aside_submenu__item>a{
		display:inline-block;
		padding-left:5px;
	}
	
	.aside_sublayer{
		padding:5px 0 0px 8px;
		margin:0px 0 10px 7px;
		/* border-left:1px dotted #999; */
		border-left:1px solid #ccc;
		display:none;
	}
	.aside_sublayer_active{
		display:block !important;
	}
		.aside_sublayer a{
			display:block;
			/* font-size: 16px; */
			font-size: 14px;
			color:#444;
			padding: 0px 0 0px 10px;
		}
		.aside_sublayer a.active{
			font-weight:bold;
			/* color:#e5ad3c; */
		}
		
.banner__left-container {
    width: 100%;
	overflow:hidden;
}
	.banner__left-container img{
		width: 100%;
		height:auto;
	}

	
.main-content, .main-aside{
	padding-bottom:40px;
}
@media (max-width: 991px) {
	.main-content, .main-aside {
		padding-bottom: 15px;
	}
}
/* .catalog__info{
	display:none;
} */
.catalog__single{
	/* background-color:#f4f4f4; */
	background-color:#fff;
	border:1px solid #e4e4e4;
	/* border-radius:6px; */
	box-shadow: 0 3px 0 0 #e4e4e4;
	margin:0 0 30px 0;
	padding:20px 10px;
}

.catalog__pictures{
	/* margin:0 0 30px 0; */
	margin:0;
}
	.catalog__pictures-item{
		/* border:1px solid #f00; */
		padding:0 10px;
		text-align:center;
		margin-bottom:20px;
	}
	.catalog__pictures img{
		display:inline-block;
		/* border:1px solid #999; */
		border-radius:4px;
		width:100%;
		max-width:100%;
		height:auto;
		/* max-height:200px; */
	}

.catalog__catalog-cost{
	padding:20px 0;
	font-size:19px;
	font-weight:700;
}

.catalog__table	td{
	line-height:24px;
}
	
.catalog__button {
  margin-top: 30px;
  background-color: #e5ad3c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor:pointer;
  transition: all 0.2s ease-in-out;
}
	.catalog__button:hover {
	  background-color: #354278;
	  text-decoration: none;
	  transition: all 0.2s ease-in-out;
	}
	
.catalog__small-button {
  margin-top: 0px;
  background-color: #e5ad3c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight:400;
  font-weight: normal;
  line-height: 22px;
  height: 22px;
  vertical-align:top;
  overflow:hidden;
  text-align: center;
  /* text-transform: uppercase; */
  padding:0px 14px;
  cursor:pointer;
  transition: all 0.2s ease-in-out;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
	.catalog__small-button:hover {
	  /* background-color: #354278; */
	  opacity:0.9;
	  text-decoration: none;
	  transition: all 0.2s ease-in-out;
	}	
	.main-spec__rec-pricing{
		font-size:22px;
		font-weight:700;
		margin-bottom:10px;
	}
.basket__num, .basket__itemnum {
	display:inline-block;
    width: 50px !important;
    border: 1px solid #f4f4f4 !important;
	margin-bottom:10px;
}
.add-to-cart{
	display:inline-block;
	margin-left:10px;
}
	.main-spec__rec-details{
		display:inline-block;
		cursor:pointer;
		height:32px;
		text-align:center;
		line-height:32px;
		color:#fff;
		background-color:#333;
		font-weight:400;
		font-size:14px;
		/* width:100%; */
		padding:0 20px;
		border-radius:4px;
		border:0px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
		.main-spec__rec-details:hover, .main-spec__rec-details:focus {
			color:#000;
			text-decoration:none;
			background-color:#e5ad3c;
			-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			
		}
	.main-spec__rec-buy{
		display:inline-block;
		cursor:pointer;
		height:32px;
		text-align:center;
		line-height:32px;
		color:#000;
		background-color:#e5ad3c;
		font-weight:400;
		font-size:14px;
		/* width:100%; */
		padding:0 20px;
		border-radius:4px;
		border:0px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
		.main-spec__rec-buy:hover, .main-spec__rec-buy:focus {
			color:#e5ad3c;
			text-decoration:none;
			background-color:#000;
			-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
.basket__num-title{
	display:inline-block;
	font-size:15px;
	color:#999;
	font-weight:400;
	/* font-style:italic; */
	padding-right:10px;
	margin-bottom:10px;
}
	
	
	.main-spec__rec-data{
		/* padding:7px 7px; */
	}
/* 	.main-spec__rec-layer{
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		background-color:rgba(255,255,255,0.65);
		padding:7px 7px;
		color:#000;
	} */
	.main-spec__rec-img{
		position:relative;
		/* padding:10px 5px 0 5px; */
		padding:0;
	}
	.main-spec__rec-img img{
		width:100%;
		height:auto;
	}
	.main-spec__rec-img a:hover img{
		-moz-transform: translate(0px, -5px);
		-webkit-transform: translate(0px, -5px);
		-o-transform: translate(0px, -5px);
		-ms-transform: translate(0px, -5px);
		transform: translate(0px, -5px);
		transition: all 0.6s ease-in-out;
	}
	.main-spec__rec-text{
		font-size:14px;
		font-weight:400;
		margin:0 0 20px 0;
		line-height:20px;
		/* height:100px; */
		/* height:170px; */
/* 		height:250px;
		overflow:hidden; */
	}
	.main-spec__rec-heading{
		display:block;
		font-size:14px;
		line-height:20px;
		/* font-size:12px; */
		font-weight:400;
		padding-bottom:10px;
		/* line-height:20px; */
		/* color:#e5ad3c; */
		color:#000;
		text-align:center;
		padding:10px 0 20px 0;
	}
	.main-spec__rec-heading-b{
		display:block;
		font-size:16px;
		line-height:20px;
		font-weight:600;
		padding-bottom:10px;
		color:#000;
		padding:10px 0 20px 0;
	}
	.main-spec__rec-layer .main-spec__rec-heading{
		font-weight:600;
	}
	.main-spec__rec-pricing{
		font-size:22px;
		font-weight:700;
		margin-bottom:10px;
	}
	.main-spec__rec-oldpricing{
		font-size:16px;
		font-weight:700;
		margin-bottom:10px;
		color:#999;
		text-decoration: line-through;
	}	
	.main-spec__rec-more{
		display:block;
		position:absolute;
		cursor:pointer;
		left:0px;
		right:0px;
		bottom:0px;
		height:30px;
		text-align:center;
		line-height:30px;
		color:#fff;
		/* background-color:#e5ad3c; */
		background-color:#333;
		/* font-weight:700; */
		font-weight:400;
		font-size:13px;
	}
	.main-spec__rec-more:hover, .main-spec__rec-more:focus {
		color:#fff;
		text-decoration:none;
		background-color:#e5ad3c;
		/* opacity:0.9; */
	}
	
	.main-spec__rec-more-st{
		display:block;
		cursor:pointer;
		width:100%;
		height:30px;
		text-align:center;
		line-height:30px;
		color:#fff;
		background-color:#333;
		font-weight:400;
		font-size:13px;
	}
	.main-spec__rec-more-st:hover, .main-spec__rec-more-st:focus {
		color:#fff;
		text-decoration:none;
		background-color:#e5ad3c;
	}
	.main-spec__write{
		text-align:right;
	}

@media (max-width: 991px) {
	.similar{
		display:none;
	}
}	
@media (max-width: 768px) {
	.main-spec{
		margin:30px 15px 0 15px;
	}
}
	
	.catalog_filters{
		padding:20px 0;
		margin-bottom:15px;	
		font-size:13px;
		line-height:20px;
	}
		
	.catalog_filters a, .catalog_filters .like_a{
		display:inline-block;
		padding-right:15px;
		white-space:nowrap;
		font-size:13px;
	}
	.catalog_filters .like_a{
		color:#e5ad3c;;
	}	
		.catalog_filters .active{
			font-weight:700;
		}

		.catalog_filters .fa{
			font-size:14px;
		}
		.catalog_filters .subactive{
			color:#e5ad3c;
		}		
		
@media (max-width: 576px) {
	.catalog_filters a, .catalog_filters .like_a{
		display:inline-block;
		padding-right:10px;
		white-space:nowrap;
		font-size:12px;
	}
}
		
	.found{
		display:inline-block;
		padding-right:20px;
		font-weight:700;
	}
	.orderby{
		display:inline-block;
		padding-right:10px;	
	}
@media (max-width: 768px) {
	.found{
		display:block;
	}
}
/* /Catalog */	

 
.heroslider-logo{
	margin-bottom:120px;
}

.heroslider-logo img{
	max-height:300px;
	width:auto;
}

@media (max-width: 1200px) {
	.heroslider-logo{
		margin-bottom:60px;
	}
}
@media (max-width: 768px) {
	.heroslider-logo{
		margin: 0 auto 50px auto;
/*		width: 190px;*/
		width: 250px;
	}
	.heroslider-logo img{
/*		width: 190px;*/
		width: 250px;
		height: auto;
	}
}
@media (max-width: 576px) {
	.heroslider-logo{
/*		margin: 0 auto 100px auto;
		width: 190px;*/
		margin: 0 auto 50px auto;
		width: 250px;
	}
	.heroslider-logo img{
		width: 250px;
		height: auto;
	}
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.header-helper{
	margin-top:30px;
}
@media (max-width: 768px) {
	.header-helper{
		margin-top:60px;
	}
}

.copyright .red{
	display:inline-block;
	color:#c00;
	padding:0 5px;
}

.fs12{font-size:12px; line-height: 16px;}	
.fs13{font-size:13px; line-height: 16px;}
.fs14{font-size:14px; line-height: 20px;}
.fs16{font-size:16px; line-height: 20px;}	
	
.fw300{
	font-weight:300 !important;
}
.fw400{
	font-weight:400 !important;
}		
.fw500{
	font-weight:500 !important;
}
.fw700{
	font-weight:700 !important;
}		
	
.color-white, .color-white p{
	color: #fff !important;
}	
	
.lh48 {line-height:48px;}	
	
.warm{
	/* background-color:#fafbf3; */
	/* background-color:#fff; */
	/* background-color:#f7f7f7; */
}
.white-bg{
	background-color:#fff;
}

.static-bg{	
	position:relative;
	/* background-image: url("img_tree.gif"); */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
} 
	.static-bg:after{
		content:"";
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		/* background-color:rgba(0,0,0,0.75); */
		background-color:rgba(29,38,45,0.80);
		z-index:2;
	}
	.static-bg .container{
		position:relative;
		z-index:3;
	}
	.static-bg h1, .static-bg h2, .static-bg h3, .static-bg h4, .static-bg h5, .static-bg h6 {
		color: #fff;
	}
	
	
.maincarousel{
	padding:0 15px;
}

	.maincarousel .slick-dots{
		bottom: -80px !important;
		left:0;
		right:0;
	}

	.maincarousel_item img{
/* 		width:100%;
		height:auto; */
		display:block !important;
		padding:0 !important;
		/* width:100%; */
		max-width:200px;
		height:auto;
		margin:0 auto;
	}

	.maincarousel-min{
		padding:0 15px;
		text-align:center;
	}
	.maincarousel-min_item{
		display:inline-block;
		width:16.6666% !important;
		max-width:220px;
		text-align:center;
	}
	.maincarousel-min_item img{
		display:block !important;
		padding:0 !important;
		/* width:100%; */
		max-width:200px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	@media (max-width: 991px) {
		.maincarousel-min_item{
			width:50% !important;
		}
	}
	

	
/*===============================================
  D. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}









/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw250 {
  max-width: 250px !important;
  margin: 0 auto;
}
.mw280 {
  max-width: 280px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
  margin: 0 auto;
}
.mw700 {
  max-width: 700px !important;
  margin: 0 auto;
}
.mw760 {
  max-width: 760px !important;
  margin: 0 auto;
}
.mw800 {
  max-width: 800px !important;
  margin: 0 auto;
}
.mw850 {
  max-width: 850px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw980 {
  max-width: 980px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1050 {
  max-width: 1050px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}
 
 
 
 
@media only screen and (min-width: 992px) {
	.md-ml40 {
		margin-left: 40px !important;
	}
	.md-mr40 {
		margin-right: 40px !important;
	} 
} 
 
 
 
/* -------------------------------------------------
  max-width: 1440px
---------------------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.pr_action_btn li a {
		font-size: 16px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.quantity {
		margin-right: 10px;
	}
	.inner {
		padding: 10px;
	}
}

/* -------------------------------------------------
  max-width: 1199px
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	section,
	.top_footer {
		padding: 80px 0;
	}
	.angle_top {
		border-top: 80px solid #ffffff;
	}
	.angle_bottom{
		border-bottom: 80px solid #ffffff;
	}
	section.small_pt {
		padding-top: 40px;
	}
	section.small_pb {
		padding-bottom: 40px;
	}
	.h1, h1 {
		font-size: 34px;
	}
	.h2, h2 {
		font-size: 30px;
	}
	.h3, h3 {
		font-size: 26px;
	}
	.h4, h4 {
		font-size: 22px;
	}
	.h5, h5 {
		font-size: 18px;
	}
	.heading_s4 .sub_title {
		font-size: 90px;
	}
	.large_divider {
		height: 80px;
	}
	.medium_divider {
		height: 40px;
	}
	.small_divider {
		height: 20px;
	}
	.medium_padding {
		padding: 40px;
	}
	.link_container a {
		font-size: 18px;
		width: 36px;
		height: 36px;
		line-height: 35px;
	}
	.work_col4.portfolio_style3 > li,
	.work_col4.portfolio_style5 > li {
		width: 33.33%;
	}
	.work_col5 > li {
		width: 25%;
	}
	.page-title h1 {
		font-size: 36px;
	}
	.pr_action_btn li a i {
		font-size: 20px;
	}
	.pr_action_btn li a span {
		margin-left: 5px;
	}
	.quantity .qty {
		width: 60px;
	}
	.add_wishlist, .add_compare {
		padding: 7px 4px;
		font-size: 20px;
	}
	.navbar .btn {
		padding: 10px 15px;
	}
	.icon_box_style_8 {
		padding: 25px 15px;
	}
}
@media only screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav li:hover > .dropdown-menu,
	.overlay_menu .navbar-expand-lg .navbar-nav li:hover > .dropdown-menu.cart_box {
		display: block;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
		display: none;
		left: 100%;
		top: 0;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu.dropdown-reverse {
		left: auto;
		right: 100%;
	}
	.overlay_menu .navbar-expand-lg .navbar-nav .dropdown-menu.cart_box {
		position: absolute;
	}
	.navbar-nav .dropdown-menu.show {
		display: none;
	}
	.heading_s1.text-lg-left::before {
		margin: 0;
		right: auto;
	}
	.heading_s1.text-lg-center::before {
		margin: 0 auto;
		right: 0;
	}
	.heading_s1.text-lg-right::before {
		margin: 0;
		right: 0;
		left: auto;
	}
	.banner_section .banner_slide_content.banner_content_bottom {
		bottom: 0;
		top: auto;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}
/* -------------------------------------------------
  max-width: 991px
---------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.padding_eight_all {
		padding: 8% 15px;
	}
	.navbar-brand {
		/* padding: 10px 0; */
		padding: 0;
		vertical-align: top;
	}
	.header_wrap .navbar-expand-lg .navbar-nav.attr-nav {
		display: block;
		float: right;
	}
	.header_wrap .navbar {
		display: block;
	}
	.cart_box {
		position: absolute !important;
		right: 0;
		top: 100%;
		left: auto;
	}
	.navbar-toggler {
		margin: 10px 0;
	}
	.navbar-expand-lg .navbar-nav.attr-nav li {
		float: left;
	}
	.header_wrap .navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.navbar-expand-lg .attr-nav li .nav-link {
		padding: 15px 10px !important;
	}
	.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link {
		margin: 0;
		padding: 10px 0px;
	}
	.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link::before {
		bottom: 0;
	}
	.navbar-expand-lg .navbar-nav > li {
		margin-left: 0;
	}
	.header_wrap #navbarSupportedContent .navbar-nav {
		/* background-color: #000; */
		padding: 10px;
	}
	.header_wrap.nav-fixed #navbarSupportedContent .navbar-nav {
		background-color: #fff;
		padding: 10px;
	}
	.header_wrap.dark_skin #navbarSupportedContent .navbar-nav {
		background-color: #fff;
	}
	.mega-menu {
		padding: 0;
	}
	.mega-menu-col {
		border-right: 0;
		float: none;
		width: 100%;
		padding: 0;
	}
	#navbarSupportedContent .navbar-nav {
		max-height: 80vh;
		overflow-y: auto;
	}
	.navbar-expand-lg .navbar-nav > li > .nav-link,
	.nav-fixed .navbar-expand-lg .navbar-nav > li > .nav-link,
	.bottom-header .navbar-expand-lg .navbar-nav > li > .nav-link {
		padding: 10px 10px;
	}
	.dropdown-toggler::after {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.overlay_menu .navbar-expand-lg .navbar-collapse > .navbar-nav > li > .nav-link {
		font-size: 20px;
	}
	.overlay_menu .navbar-collapse .navbar-nav {
		background-color: transparent !important;
		max-width: 240px;
	}
	.nav-fixed.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link {
		margin: 0;
	}
	header .attr-nav + .social_icons {
		border-left: 0;
		padding: 0 5px 0 0;
		float: right;
		margin: 15px 5px 15px 0;
		border-right: 1px solid #333;
	}
	.search_wrap {
		width: 80%;
	}
	.slide_height_700 .carousel-item {
		height: 600px;
	}
	.banner_content h2 {
		font-size: 60px;
	}
	.banner_content2 h2 {
		font-size: 50px;
	}
	.content_overlay_bg {
		padding: 30px;
	}
	.work_col4 > li {
		width: 33.33%;
	}
	.blog_wrap [class^="col-"] {
		margin-top: 30px;
	}
	.blog_wrap [class^="col-"]:nth-child(-n+2) {
		margin-top: 0px;
	}
	.widget_title {
		margin-bottom: 15px;
	}
	.md-height-300 {
		height: 300px !important;
	}
	.slider_tab li {
		font-size: 14px;
	}
	.slider_tab li i {
		font-size: 26px;
	}
	.portfolio_style3 .portfolio_content,
	.portfolio_style5 .portfolio_content {
		bottom: 5px;
		top: 5px;
		right: 5px;
		left: 5px;
	}
	.work_col5 > li {
		width: 33.33%;
	}
	/* .portfolio_content p {
		min-height: 44px;
		max-height: 40px;
		font-size: 14px;
	}
	.portfolio_content {
		padding: 10px;
	} */
	.couter_border {
		padding: 25px;
	}
	.error_txt {
		font-size: 200px;
	}
	.blog_container.work_col3 > li {
		width: 50%;
	}
	.shop_cart_table .btn {
		padding: 10px 15px;
	}
	.counter_style2.box_counter {
		padding: 10px;
	}
	.navbar .btn {
		float: right;
		margin: 8px 0;
		font-size: 14px;
	}
	.header_info li {
		display: block;
		padding-left: 20px;
		text-align: center;
	}
	.header_info li i {
		font-size: 22px;
	}
	.header_info li .hd_info {
		padding-left: 0;
	}
	.search_box {
		max-width: 260px;
		float: right;
		margin: 10px 0;
	}
}
/* -------------------------------------------------
  min-width: 768px
---------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.heading_s1.text-md-left::before {
		margin: 0;
		right: auto;
	}
	.heading_s1.text-md-center::before {
		margin: 0 auto;
		right: 0;
	}
	.heading_s1.text-md-right::before {
		margin: 0;
		right: 0;
		left: auto;
	}
}
/* -------------------------------------------------
  max-width: 767px
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.h1, h1 {
		font-size: 32px;
	}
	.h2, h2 {
		font-size: 28px;
	}
	.h3, h3 {
		font-size: 24px;
	}
	.h4, h4 {
		font-size: 20px;
	}
	.heading_s4 .sub_title {
		font-size: 70px;
		margin-bottom: -30px;
	}
	section,
	.top_footer {
		padding: 50px 0;
	}
	.angle_top {
		border-top: 50px solid #ffffff;
	}
	.angle_bottom{
		border-bottom: 50px solid #ffffff;
	}
	section.small_pt {
		padding-top: 25px;
	}
	section.small_pb {
		padding-bottom: 25px;
	}
	.large_divider {
		height: 50px;
	}
	.medium_divider {
		height: 25px;
	}
	.small_divider {
		height: 15px;
	}
	.medium_padding {
		padding: 25px;
	}
	.padding_eight_all {
		padding: 8% 15px;
	}
	.sm-height-300 {
		height: 300px !important;
	}
	.slide_height_700 .carousel-item {
		height: 500px;
	}
	.banner_content h2 {
		font-size: 50px;
	}
	.banner_content2 h2 {
		font-size: 40px;
	}
	.banner_content p,
	.banner_content2 p {
		font-size: 18px;
	}
	.carousel-control-next, .carousel-control-prev {
		height: 50px;
		width: 50px;
	}
	.carousel-control-prev {
		left: 0px;
	}
	.carousel-control-next {
		right: 0px;
	}
	.heading_s1,
	.heading_s2,
	.heading_s3,
	.heading_s4 {
		margin-bottom: 15px;
	}
	.work_col4 > li,
	.work_col3 > li,
	.work_col4.portfolio_style3 > li, 
	.work_col4.portfolio_style5 > li,
	.work_col5 > li {
		width: 50%;
	}
	/* .portfolio_content p {
		max-height: 45px;
		min-height: 45px;
	} */
	/* .testimonial_box {
		padding: 15px;
	}
	.testimonial_img img {
		max-width: 60px;
	} */
	.testimonial_style1 .testi_meta {
		margin-top: 5px;
	}
	.blog_wrap [class^="col-"]:nth-child(-n+2) {
		margin-top: 30px;
	}
	.blog_wrap [class^="col-"]:first-child {
		margin-top: 0px;
	}
	.copyright {
		margin-bottom: 10px;
	}
	.scrollup {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		right: 10px;
		width: 40px;
	}
	.page-title h1 {
		font-size: 30px;
	}
	.contact_box .col-md-4 {
		border-right: 0;
	}
	.contact_map iframe {
		height: 300px;
	}
	.error_txt {
		font-size: 160px;
	}
	.blog_thumbs .blog_img {
		float: none;
		width: 100%;
	}
	.blog_thumbs .blog_content {
		padding: 15px 0;
		overflow: hidden;
	}
	.user_img img {
		max-width: 70px;
	}
	.mfp-ajax-holder .mfp-content {
		margin: 20px auto;
	}
	.shipping_calculator {
		margin-bottom: 20px;
	}
	.shop_cart_table .product-name {
		white-space: nowrap;
	}
	.pricing_box.highlight_box {
		box-shadow: none;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	.owl-theme.nav_top .owl-nav [class*="owl-"] {
		top: -45px;
		padding: 4px 14px;
		font-size: 16px;
	}
	.owl-theme.nav_top .owl-nav .owl-prev {
		right: 40px;
	}
	.counter_style2.box_counter {
		padding: 10px;
		height: auto;
		margin: 15px 0px;
	}
	.overlap_video {
		margin-bottom: -30px;
	}
	.about_radius {
		border-radius: 10px 10px 0 0px;
	}
	.skill_radius {
		border-radius: 0px 0px 10px 10px;
	}
	.box_counter {
		margin-top: 15px;
	}
	[class*="col-"]:nth-child(-n+2) .box_counter {
		margin-top: 0;
	}
}
/* -------------------------------------------------
  max-width: 640px
---------------------------------------------------*/
@media only screen and (max-width: 640px) {
	.banner_content h2 {
		font-size: 40px;
	}
	.scroll_link {
		font-size: 12px;
		left: -10px;
	}
	.scroll_link span::before {
		width: 50px;
		top: 7px;
	}
}
/* -------------------------------------------------
  max-width: 580px
---------------------------------------------------*/
@media only screen and (max-width: 580px) {

	.contact_datarow{
		font-size:14px;
	}

	.link_container a {
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	/* .portfolio_content p {
		font-size: 14px;
	}
	.portfolio_filter li a {
		padding: 5px 18px;
	} */
	.xs-height-200 {
		height: 200px !important;
	}
	.btn-default,
	.btn-black,
	.btn-outline-white,
	.btn-outline-black,
	.btn-outline-default {
		padding: 10px 25px;
	}
	.btn-outline-white,
	.btn-outline-black {
		padding: 8px 25px;
	}
	.btn-group-sm > .btn, .btn-sm {
		padding: 7px 15px;
	}
	.btn-group-lg > .btn, .btn-lg {
		padding: 15px 40px;
	}
	.btn-xs {
		padding: 4px 15px;
		font-size: 12px;
	}
	.btn-md {
		padding: 10px 30px;
		font-size: 16px;
	}
	.btn.btn-xs i {
		font-size: 12px;
	}
	.btn.btn-sm i {
		font-size: 16px;
	}
	.btn.btn-lg i {
		font-size: 24px;
	}
	.slider_tab li {
		width: 50%;
		padding: 10px;
	}
	.work_col4.portfolio_style3 > li, 
	.work_col4.portfolio_style5 > li,
	.work_col5 > li {
		width: 100%;
	}
	.cta_section_small {
		padding: 40px;
	}
	.breadcrumb {
		padding: 0;
	}
	.breadcrumb-item {
		font-size: 14px;
	}
	.breadcrumb-item + .breadcrumb-item::before {
		padding-right: 5px;
		padding-left: 5px;
	}
	.quantity {
		margin-right: 20px;
	}
	.btn-addtocart {
		margin-right: 5px;
		padding: 5px 20px;
	}
	.add_wishlist, .add_compare {
		font-size: 20px;
	}
	.product-thumbnail img {
		max-width: 50px;
	}
}

/* -------------------------------------------------
  max-width: 576px
---------------------------------------------------*/
@media only screen and (min-width: 576px) {
	.heading_s1.text-sm-left::before {
		margin: 0;
		right: auto;
	}
	.heading_s1.text-sm-center::before {
		margin: 0 auto;
		right: 0;
	}
	.heading_s1.text-sm-right::before {
		margin: 0;
		right: 0;
		left: auto;
	}
}

/* -------------------------------------------------
  max-width: 575px
---------------------------------------------------*/
@media only screen and (max-width: 575px) {
	.page-title h1 {
		margin-bottom: 10px;
	}
	.tab-style1 .nav-tabs .nav-link, .tab-style1 .nav-tabs .nav-link:hover {
		padding: 10px 20px;
	}
	.comment_img img {
		max-width: 50px;
	}
	.comment_block {
		padding-left: 65px;
	}
	.owl-theme.nav_top .owl-nav .owl-prev {
		right: auto;
		left: 0;
	}
	.owl-theme.nav_top .owl-nav [class*="owl-"] {
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkittransform: translateY(-50%);
		transform: translateY(-50%);
	}
	.overlap_video {
		margin: 0;
	}
	.slide_height_700 .carousel-item {
		height: 400px;
	}
	.icon_box_style_8 {
		margin-top: 15px;
	}
}
/* -------------------------------------------------
  max-width: 480px
---------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.h1, h1 {
		font-size: 24px;
	}
	.h2, h2 {
		font-size: 22px;
	}
	.h3, h3 {
		font-size: 20px;
	}
	.h4, h4 {
		font-size: 18px;
	}
	.h5, h5 {
		font-size: 16px;
	}
	.h6, h6 {
		font-size: 14px;
	}
	.heading_s4 .sub_title {
		font-size: 60px;
		margin-bottom: -20px;
	}
	.loader_grid {
		height: 40px;
		width: 40px;
	}
	section,
	.top_footer {
		padding: 30px 0;
	}
	.angle_top {
		border-top: 30px solid #ffffff;
	}
	.angle_bottom{
		border-bottom: 30px solid #ffffff;
	}
	section.small_pt {
		padding-top: 15px;
	}
	section.small_pb {
		padding-bottom: 15px;
	}
	.large_divider {
		height: 30px;
	}
	.medium_divider {
		height: 15px;
	}
	.small_divider {
		height: 10px;
	}
	.medium_padding {
		padding: 15px;
	}
	.padding_ten_all {
		padding: 30px;
	}
	.overlay_menu .dropdown-toggle::after {
		font-size: 18px;
		margin-top: 2px;
	}
	.overlay_menu .navbar-expand-lg .navbar-collapse > .navbar-nav > li > .nav-link {
		font-size: 16px;
	}

	.banner_content h2,
	.banner_head2,
	.banner_content2 h2 {
		font-size: 30px;
	}
	.banner_content p,
	.banner_content2 p {
		font-size: 16px;
		margin: 10px 0 15px !important;
	}
	.content_overlay_bg {
		padding: 20px;
	}
	.btn-default {
		padding: 10px 22px;
	}
	.btn-outline-white {
		padding: 8px 22px;
	}
	.banner_content .btn,
	.btn-default,
	.btn-black,
	.btn-outline-white,
	.btn-outline-black,
	.btn-outline-default {
		font-size: 14px;
	}
	.btn + .btn {
		margin-left: 5px;
	}
	.btn-group-sm > .btn, .btn-sm {
		padding: 7px 15px;
	}
	.btn-group-lg > .btn, .btn-lg {
		padding: 15px 40px;
	}
	.btn-xs {
		padding: 4px 15px;
		font-size: 12px;
	}
	.btn-md {
		padding: 10px 30px;
		font-size: 16px;
	}
	.btn.btn-xs i {
		font-size: 12px;
	}
	.btn.btn-sm i {
		font-size: 16px;
	}
	.btn.btn-lg i {
		font-size: 24px;
	}
	.work_col4 > li,
	.work_col3 > li,
	.work_col2 > li,
	.blog_container.work_col3 > li {
		width: 100%;
	}
	.portfolio_filter li {
		display: block;
		margin: 0 0 10px 0;
	}
	.bottom_footer {
		padding: 15px 0;
	}
	.video_play img {
		max-width: 60px;
	}
	.cta_section_small {
		padding: 30px;
	}
	.icon_box_style_1 i,
	.icon_box_style_3 i {
		font-size: 28px;
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
	.blog_wrap [class^="col-"]:nth-child(-n+2),
	.blog_wrap [class^="col-"] {
		margin-top: 15px;
	}
	.blog_wrap [class^="col-"]:first-child {
		margin-top: 0px;
	}
	.page-title h1 {
		font-size: 22px;
	}
	.error_txt {
		font-size: 80px;
	}
	.countdown_box .countdown {
		font-size: 30px;
	}
	.countdown_time .cd_text {
		font-size: 14px;
	}
	.countdown_style1 .countdown_box::before {
		font-size: 30px;
	}
	.countdown_style2 .countdown {
		padding: 15px 5px;
		max-width: 65px;

	}
	.filter_tab3 li a, .filter_tab3 li:first-child a, .filter_tab3 li:last-child a {
		border-radius: 40px;
	}
	.author_img img {
		width: 50px;
	}
	.user_img img {
		max-width: 50px;
	}
	.comment_info {
		padding: 15px 20px 5px;
	}
	.comment_content {
		padding-left: 10px;
	}
	.card-body {
		padding: 15px;
	}
	.comment_info.reply {
		padding-left: 40px;
	}
	.quantity {
		margin-right: 10px;
		display: inline-block;
		float: none;
	}
	.quantity .qty {
		width: 50px;
	}
	.btn-default.btn-addtocart {
		padding: 5px 20px;
	}
	.btn-addtocart {
		margin-right: 0;
	}
	.comment-date {
		margin-left: 0;
		border-left: 0;
		margin-top: 10px;
		padding-left: 0;
		display: block;
	}
	.comment_block {
		padding-left: 0px;
	}
	.comment_img {
		margin-right: 10px;
	}
	.tab-style1 .tab-content {
		padding: 15px;
	}
	.tab-style1 .nav-tabs .nav-link, .tab-style1 .nav-tabs .nav-link:hover {
		padding: 10px 12px;
		font-size: 15px;
	}
	.tab-style3 li .nav-link {
		padding: 8px 20px;
	}
	.video_play span {
		font-size: 20px;
		padding-top: 5px;
	}
	.widget_title {
		font-size: 18px;
	}
	.signature {
		max-width: 250px;
	}
	.border_shape {
		border: 10px solid rgba(255,255,255,0.5);
		padding: 15px;
	}
}
/* -------------------------------------------------
  max-width: 380px
---------------------------------------------------*/
@media only screen and (max-width: 380px) {
	.heading_s4 .sub_title {
		font-size: 50px;
		margin-bottom: -20px;
	}
	.middle-header {
		padding: 0;
	}
/* 	.navbar-brand {
		padding: 15px 0;
	} */
	.overlay_menu .navbar-brand {
		padding: 15px 0 0;
	}
	.cart_box {
		right: -55px;
	}
	.banner_content h2,
	.banner_head2,
	.banner_content2 h2 {
		font-size: 20px;
	}
	.banner_content .btn {
		font-size: 12px;
	}
	.box_counter i {
		font-size: 40px;
	}
	.box_counter p {
		font-size: 13px;
	}
	.newsletter_form input {
		padding: 10px 15px;
	}
	.newsletter_form .btn {
		padding: 6px 20px;
	}
	.sub_title,
	.comment-reply,
	.comment_content p {
		font-size: 14px;
	}
	.blog_title {
		font-size: 16px;
	}
	.user_img img {
		max-width: 40px;
	}
	.comment_info {
		padding: 15px 15px 5px;
	}
	.comment_info.reply {
		padding-left: 30px;
	}
	.comment-time {
		font-size: 12px;
	}
	.mfp-ajax-holder .ajax_quick_view {
		padding: 30px 20px;
	}
	.tab-style1 .nav-tabs {
		display: block;
	}
	.tab-style1 .nav-tabs .nav-link, .tab-style1 .nav-tabs .nav-link:hover {
		border-right-color: #dee2e6;
	}
	.tab-style1 .nav-tabs li:first-child .nav-link {
		border-radius: 0;
	}
	.tab-style1 .nav-tabs li:last-child .nav-link {
		border-radius: 0;
	}
	.comment-date {
		font-size: 14px;
	}
	.lr_form {
		padding: 20px;
	}
	.btn-login li {
		margin: 20px 3px 0;
	}
	.login_footer a {
		float: none;
		display: block;
	}
	.login_footer {
		text-align: center;
	}
	.alert {
		padding: 10px 15px;
	}
	.tab-style3 li .nav-link {
		padding: 5px 15px;
	}
	.tab-style5 .nav-tabs .nav-link {
		padding: 10px 12px;
	}
	.tab-style4 .nav-tabs li.nav-item {
		margin-right: 5px;
	}
	.icon_box_style_7 i {
		font-size: 40px;
	}
	.pagination .page-item a {
		height: 38px;
		width: 38px;
		line-height: 38px;
	}
	.pagination_style5 .page-item a,
	.pagination_style6 .page-item a {
		 line-height: 34px;
	}
	.signature {
		max-width: 150px;
	}
	.social_banner {
		right: 15px;
	}
	.search_box {
		max-width: 200px;
	}
}

@media (min-width:1400px) {
	.container{
		max-width: 1340px
	}
}
@media (min-width:1400px) {
	.container.container-xl {
		max-width: 1340px
	}
}
@media (min-width:1600px) {
	.container.container-xl {
		max-width: 1540px
	}
}
@media (min-width:1800px) {
	.container.container-xl {
		max-width: 1740px
	}
}

.text img {
	display: block;
	max-width: 100%;
	height: auto
}

.text img.text-left {
	display: inline-block;
	float: left;
	margin: 5px 10px 5px 0
}

.text img.text-center {
	margin: 0 auto
}

.text img.text-right {
	display: inline-block;
	float: right;
	margin: 5px 0 5px 10px
}

.text video {
	max-width: 100%;
	height: auto
}

.text ul {
	margin-bottom: 15px;
	display: block;
	list-style-type: disc;
	margin: 15px 0;
	padding-left: 25px
}

.text ol {
	display: block;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 15px 0;
	padding-left: 15px
}

.text li {
	display: list-item
}

.text p {
	display: block;
	margin: 0 0 15px 0
}

.text p:after {
	content: "";
	display: block;
	clear: both
}

.text a,
.text p a {
	color: #377cc7;
	transition: all .2s
}

.text a:hover,
.text p a:hover {
	color: #33353b;
	transition: all .2s;
	text-decoration: none
}

.text .row {
	margin-bottom: 20px
}

.text .row>div {
	padding-bottom: 15px
}

.text sub,
.text sup {
	vertical-align: baseline;
	position: relative;
	font-size: .7em;
	line-height: 1
}

.text sup {
	bottom: 1.4ex
}

.text sub {
	top: .5ex
}

.text em {
	font-style: italic
}

.text b,
.text strong {
	font-weight: 700
}

.text table {
	border-collapse: collapse;
	max-width: 800px;
	margin: 0 auto 25px auto;
	border-spacing: 0
}

.text table tr:nth-child(even) {
	background-color: #ecf0f3
}

.text table tr:last-child td {
	border-bottom: 1px solid #ccc
}

.text table th {
	padding: 10px 5px;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ecf0f3
}

.text table td {
	padding: 2px 5px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	border: 0
}

@media screen and (max-width:768px) {
	.text table {
		overflow-x: auto;
		display: block;
		font-size: 13px
	}
}

.dropdown-menu {
	transform: translate3d(0, -20px, 0);
	transition: all .1s ease;
	opacity:0;
	visibility: hidden;
	display: block !important;
	padding: 0;
	/* z-index:-10; */
}
.dropdown-menu.show {
	transform: translate3d(0, -1px, 0);
	transition: all .3s ease;
	opacity:1;
	visibility: visible;
	/* z-index:10; */
}

@media screen and (min-width:1200px) {
	.header_wrap:not(.nav-fixed) .navbar-collapse.show{
		display:none !important;
	}
}

@media screen and (max-width:767px) {
/* 	.header-contacts{
		display:none !important;
	} */
	.contact-detail{
		padding-top: 0px;
	}
}

.header-contacts__phonenum-mini{
	display: inline-block !important;
}
.header-contacts__phonenum{
	display:none !important;
}
.contact-detail__messenger{
	display:none !important;
}

.btn-reserve {
	background-color: #e5ad3c;
	color: #000;
	font-weight:700;
	margin-top:0px !important;
	padding:2px 10px !important;
	/* border:2px solid #000; */
	font-size:12px;
}
	.btn-reserve:hover, .btn-reserve:focus {
		background-color: #ffcd67;
		color: #000;
		box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 30%);
	}
	
@media screen and (max-width:567px) {
	.btn-reserve {
		background-color: #e5ad3c;
		color: #000;
		font-weight:700;
		margin-top:0px !important;
		padding:1px 7px !important;
		/* border:2px solid #000; */
		font-size:12px;
	}
	.header-contacts{
		display:block;
		position:absolute;
		top:-12px;
		right:5px;
	}
}	
	
@media screen and (min-width:992px) {
	.contact-detail__messenger{
		display:none !important;
	}
	.header-contacts__phonenum-mini{
		display:none !important;
	}
	.header-contacts__phonenum{
		display: inline-block !important;
	}
}
@media screen and (min-width:1400px) {
	.contact-detail__messenger{
		display:inline-block !important;
	}
}



.breadcrumb {
    padding: 30px 0 20px 0;
}
.breadcrumb .breadcrumb-item{
    font-size:14px;
}



/* basic page navigation */
.basic-pagination ul {
  display: block;
}
.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.basic-pagination ul li.active a {
  border-color: #e5ad3c;
}
.basic-pagination ul li a {
  height: 35px;
  width: 35px;
  background: transparent;
  color: #201f1f;
  font-size: 14px;
  font-weight: 700;
  line-height: 31px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  border: 2px solid #ebebeb;
}
.basic-pagination ul li a:hover {
  border-color: #201f1f;
}


.topnavbar-toggler-btn {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	display: block;
	font-size: 28px;
	cursor:pointer;
	color:#fff;
}
.topnavbar-toggler-btn-black {
    color:#000;
}
.nav-fixed .topnavbar-toggler-btn {
	color:#000;
}
@media (min-width: 1200px) {
	.topnavbar-toggler-btn {
		display: none;
	}
	.nav-fixed .topnavbar-toggler-btn {
		display: block;
	}
}	
	
/* extra__info  */
.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
/* .extra__info {
  display:none;
} */

	.extra__info-close a {
	  color: #000;
	  font-size: 48px;
	}
	.extra__info-close a:hover {
	  color: #e5ad3c;
	}
	.extra__info-inner {
	  position: fixed;
	  right: -370px;
	  top: 0;
	  padding: 0 30px;
	  width: 350px;
	  height: 100%;
	  background: #ffffff;
	  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	  z-index: 9999;
	}
	.extra__info-logo {
	  padding: 30px;
	}
	.extra__info-content {
	  margin-bottom: 30px;
	}
	.extra__info-content h4 {
	  color: #ffffff;
	  font-size: 20px;
	  font-weight: 500;
	  margin-bottom: 20px;
	  /* text-transform: capitalize; */
	}
	.extra__info-content p {
	  color: #ffffff;
	  margin-bottom: 25px;
	}
	.extra__info-content ul li {
	  margin-bottom: 10px;
	  display: flex;
	}
	.extra__info-content ul li .icon i {
	  line-height: 27px;
	  color: #ffffff;
	  margin-right: 15px;
	}
	.extra__info-content ul li .text span {
	  color: #ffffff;
	}
	.extra__info.info-opened {
	  display:block;
	}
	.extra__info.info-opened .extra__info-inner {
	  right: -20px;
	}

	/* side menu area start */
	.side-mobile-menu {
	  /* display: none; */
	}
	.side-mobile-menu ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
	.side-mobile-menu ul li {
	  display: block;
	}
	.side-mobile-menu ul li:last-child a {
	  border-bottom: none;
	}
	.side-mobile-menu ul li > a {
	  padding: 13px 0;
	  display: block;
	  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
	  font-size: 16px;
	  color: #323232;
	  font-weight: 500;
	  text-transform: uppercase;
	  position: relative;
	}
	.side-mobile-menu ul li > a:hover {
	  color: #e5ad3c;
	  padding-left: 5px;
	}
	.side-mobile-menu ul li a[aria-expanded=true] {
	  color: #323232;
	}
	.side-mobile-menu ul li a[aria-expanded=true]:before {
	  background: #323232;
	  border-color: #323232;
	}
	.side-mobile-menu ul li ul {
	  padding-left: 0;
	  list-style: none;
	}
	.side-mobile-menu ul li ul li {
	  padding-left: 15px;
	}
	.side-mobile-menu ul li ul li:hover > a {
	  color: #e5ad3c;
	  padding-left: 20px;
	}
	.side-mobile-menu ul li ul li:hover > a:before {
	  background: #323232;
	  border-color: #323232;
	}
	.side-mobile-menu ul li ul li a {
	  position: relative;
	  padding-left: 15px;
	  /* text-transform: capitalize; */
	  font-size: 16px;
	}
	.side-mobile-menu ul li ul li a:before {
	  content: "";
	  width: 8px;
	  height: 8px;
	  position: absolute;
	  left: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  border: 2px solid #201f1f;
	  border-radius: 50%;
	}
	.side-mobile-menu ul li ul li a[aria-expanded=true] {
	  padding-left: 20px;
	}
	.side-mobile-menu ul li.has-dropdown > a:after {
	  position: absolute;
	  content: "";
	  width: 8px;
	  height: 8px;
	  border-width: 2px 0 0 2px;
	  border-style: solid;
	  border-color: initial;
	  right: 16px;
	  top: 50%;
	  -webkit-transform: rotate(-135deg) translateY(-50%);
	  transform: rotate(-135deg) translateY(-50%);
	  -webkit-transform-origin: top;
	  transform-origin: top;
	  transition: all 0.3s ease-out;
	}
	.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
	  -webkit-transform: rotate(-135deg) translateY(-50%);
	  transform: rotate(-135deg) translateY(-50%);
	}


.nav-pills .nav-link {
	margin-right:30px;
	padding: 10px 50px;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 30%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
	margin-right:30px;
    background-color: #e5ad3c;
	padding: 10px 50px;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 30%);
}

@media (max-width: 768px) {
	.nav-pills .nav-link {
		margin-right:20px;
		padding: 7px 25px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		border-radius: 3px;
		box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 30%);
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
		color: #fff;
		margin-right:20px;
		background-color: #e5ad3c;
		padding: 7px 25px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		border-radius: 3px;
		box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 30%);
	}
}

.dish-row{
	
}
	.dish-row__title{
		font-weight:700;
		font-size:18px;
		color: #000;
	}
	.dish-row__desc{
		font-weight:400;
		font-style:italic;
		font-size:16px;
		color: #666;
	}
	.dish-row__price{
		font-weight:700;
		font-size:22px;
		color: #e5ad3c;
		text-align:right;
	}
	
	.dish-row__delimitter{
		border-bottom:2px dotted #eee;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	
	
/*----------------------------------------*/
/*  ERROR CSS
/*----------------------------------------*/
.error__content{
	margin-top:30px;
}
.error__content > span {
	font-size: 22px;
	text-transform: uppercase;
	color: #7b7b7b;
	font-weight: 500;
}
.error__content h2 {
	font-size: 50px;
	font-weight: 500;
	margin: 40px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.error__content h2 {
		font-size: 45px;
	}
}
@media (max-width: 575px) {
	.error__content h2 {
		font-size: 25px;
	}
}
.error__content p {
	margin-bottom: 70px;
}
.error__number h1 {
	font-size: 300px;
	color: #e5e5e5;
	line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.error__number h1 {
		font-size: 200px;
	}
}
@media (max-width: 575px) {
	.error__number h1 {
		font-size: 100px;
	}
}
.error__search input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ebebeb;
	margin-bottom: 50px;
}
.error__search input::placeholder {
	color: #8c8c8c;
}
.error__search input:focus {
	border-color: #e5ad3c;
}


