/*
	Project Name: deliki
	File: style.css
	Version: 1.0
	
	Date: 24/04/2019
	Author Name: theme3x
	Author URI:themeforest.net/user/theme3x/portfolio
	Email: theme3x@gmail.com
	
	------------------------
	NOTE: PLEASE DO NOT EDIT THIS CSS, IF YOU NEED USE "CUSTOM.CSS" FILE FOR WRITING YOUR CUSTOM CSS.
	I WILL RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE IT'S BETTER USE "CUSTOM.CSS".	
	------------------------
	
	Content of tables
	
		1.Reset
	2.Header
		2.1.Logo / .logo
		2.2.Top Header / .top-header
		2.3.Main Header / .main-header
		2.4.Menu / .menu-nav
	3.Element
		3.1.Form / .form-control
		3.2.Button / .btn
		3.3.List / .list
		3.4.Search / .search-box
		3.5.Aside-box / .box
		3.6.Tooltip / .tooltip-1
		3.7.Popovers
		3.8.Row / .row
		3.9.Media object
		3.10.Pagination / .pagination
		3.11.Breadcrumb / .breadcrumb
		3.12.Timeline / .timeline
		3.13.Shap / .shap
		3.14.Image / .image
		3.15.Arrow / .arrow
		3.16.Alert / .alert
		3.17.Text / .text-1
		3.18.Line / .line
		3.19.After / .line
		3.20. box-border
		3.21. large number
		3.22.Rating / .rating
		3.23. Tag
		3.24. Icn
		3.25. Bg after
		3.26. Process
		3.27. Block Title
		3.28. Page Title
		3.29. Slider
		3.30. Accordion
		3.31.Progress
		3.32. Mansory
		3.33. Utilities
		3.34. Tabs
		3.35. Dropdown
		3.36. Card
		3.37. Banner
		3.38.Blog
		3.39. Product
		3.40. Portfolio
		3.41. Price Table
		3.42. Testimonial
		3.43. Call to action
		3.44. Satistic
		3.45. Newsletter
		3.46. Team
		3.47. Div-grid 
		3.48. Logo Brand
		3.49. Menu food
		3.50. Font
	4.Javascript
		4.1.Owl-coursel / .owl
		4.2.Reloader / .preloader
		4.3. Sideshow
		4.4.Coursel / .coursel
		4.5.Light Box / .lightbox
	5.Footer
		5.1.Footer Top / .footer-top
		5.2.Footer Bottom / .footer-bottom
	6.Media Query
	--------------------------
	
	Font Family
	
	font-family: 'Poppins', serif;
	font-family: 'roboto', serif;
	--------------------------
	
	Color codes
	
	# Orange (button, background,text) #f2552c
	# blue (button, background) #422db9
	
	---------------------------
	
	Background image
	# Background (page_title) : background:url();
	
---------------------------*/
/*----------------------
	1.Reset
------------------------*/
	
html{
	font-size:62.5%;
	
}
body{
	overflow-x: hidden!important;
	line-height:1.7;
	font-family: 'roboto', sans-serif;
}
p,a,span,strong,li,div,aside,b,button{
	font-size:1.6rem;
	
	color:inherit;
}
button.btn,a.btn:hover,a:hover{
	text-decoration:none;
	color:inherit;
}
b, strong{
	font-weight:800;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:2rem 0;
	line-height:1.2;
	font-weight:800;
	font-family: 'Poppins', sans-serif;
}	
h1{
	font-size:7rem;
	font-weight:800;
}
h2{
	font-size:4.5rem;
	
}
h3{
	font-size:2.5rem;
	font-weight:700;	
}
h4{
	font-size:2rem;
	font-weight:700;	
}
h5{
	font-size:1.8rem;
	font-weight:600;	
}
h6{
	font-size:1.6rem;
	font-weight:400;	
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,.f-inherit {
	color:inherit;
	line-height:inherit;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
}
#wrap{
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	position:relative;
}
section,footer,header,.footer-bottom{
	width:100%;
	clear:both;
}
#wrap-body{
	background:#fff;
}
#wrap-body section:last-child{
	margin-bottom:12rem;
}
section{
	position:relative;
	padding-top:12rem;
}
section[class*="bg-"]{ 
	margin-top:12rem;
	padding-bottom:12rem;
}
/*----------------------
	2.Header
------------------------*/
header{
	position:relative;
	z-index:999;
		
}
/*----------------------
		2.1.Logo
------------------------*/
.logo img{
	margin:1.7rem 0;
}
/*----------------------
	2.2.Top Header
------------------------*/
header .top-header{
	z-index:87;
	position:relative;
		
}
header .top-header p{
	font-size:1.3rem;
	padding-top:.95rem;
	padding-bottom:.95em;
	margin-bottom:0;
	font-weight:500;
}
header .top-header-border{
	border-bottom:1px solid rgba(225, 225, 225, 0.3);
}
header .top-header-border ul.list-top  > li{
	border-right:1px solid rgba(225, 225, 225, 0.3);
}
header .top-header-border-1 ul.list-top  > li{
	border-right:2px solid #333;
	padding-top:0;
	padding-bottom:0;
}
header .top-header-border-1 ul.list-top  > li:last-child{
	border:0;
}
header .top-header-border-2{
	border-bottom:1px solid #999;
}
header .top-header-border-2 ul.list-top  > li{
	border-right:1px solid #999;
}
header ul.list-top > li{
	padding:1.2rem 1.5rem;
	float:left;
	font-size:1.3rem;
	font-weight:500;
}
header ul.list-top > li .icn i{
	margin-right:0;
}
header ul.list-top  > li > a{
	font-size:inherit;
	text-transform:inherit;
	color:inherit;
}
header ul.list-top > li > a >i{
	margin-right:.5rem;
}
header  .top-header ul.list-top-1  > li{
	border:0;
	padding:.8rem .25rem;
}
header .top-header ul.list-top-1  > li:after{
	content:'';
	border-right:1px solid #ddd;
	padding-right:.7rem;
}
header .top-header ul.list-top-1  > li:last-child:after{
	display:none;
}
header .top-header .dropdown-menu{
	top:1.5rem!important;
}
header .icns .icn i{
	font-size:1.4rem;
}
nav li{
	float:left;
}
/*----------------------
	2.3.Main Header
------------------------*/
.main-header{
	position:relative;
	width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*----------------------
------------------------*/
.header-fixed{
	position: absolute;
	top:0;
}
.header-fixed.smaller .main-header{
	position: fixed;
	top:0;
	z-index:999;
}
.header-fixed.smaller .main-header.bg-f{
	box-shadow:0 .1rem .5rem 0 #ddd;
}
/*----------------------
------------------------*/
.header-overlay{
	position:absolute;
	top:0;
	z-index:999;
	width:100%;
	color:#fff;
}
/*----------------------
------------------------*/
.header-overlay-fixed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	color:#fff;
}
.header-overlay-fixed.smaller .main-header{
	position: fixed;
	top:0;
	background:#111;
	color:#fff;
	z-index:999;
}
/*----------------------
------------------------*/
.header-right,.header-left{
	position:fixed;
	top:0;
	bottom:0;
	width:20rem;
	background:#fff;
	height:100%;
	padding:1rem;
}
.header-right{
	right:0;
}
.header-left{
	left:0;
}
.header-left + #wrap-body,.header-left + #wrap-body + footer{
	margin-left:20rem;
}
.header-left-1 + #wrap-body,.header-left-1 + #wrap-body + footer{
	margin-left:9rem;
}
.header-left .main-header{
	position:relative;
	z-index:999;
	text-align:right;
	height:100%;
}
.header-left .main-header .menu-nav ul.menu li{
	display:block;
	padding-right:2rem;
}
.header-left .main-header .menu-nav ul.menu li a{
	padding:1rem 0;
}
.header-left .main-header .menu-nav ul.menu li ul{
	left:calc(100%);
	top:0;
	padding:1.5rem 1rem;
}
.header-left .main-header .menu-nav ul.menu ul.sub-menu li a{
	padding:.6rem 0;
}
.header-left-1{
	width:9rem;
	padding:0;
	border:0;
}
.header-fixed + #wrap-body > section:first-child{
	margin-top:8.9rem!important;
}
.header-2 + #wrap-body > section:first-child{
	margin-top:13rem!important;
}
.header-3 + #wrap-body > section:first-child{
	margin-top:4rem!important;
}
/*----------------------
	2.4 Menu
------------------------*/
.menu-nav ul.menu li{
	display:inline-block;
	float:none;
	position:relative;
}
.menu-nav ul.menu > li > a{
	display:inline-block;
	text-transform:uppercase;
	padding:3.5rem 2rem;
	font-size:1.17rem;
	font-weight:700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-nav ul.menu > li > a i{
	margin-left:.5rem;
}
.header-fixed.smaller .main-header .menu-nav ul.menu > li > a,.header-overlay-fixed.smaller .main-header .menu-nav ul.menu > li > a{
	padding:3rem 2rem;
}
.menu-act.menu-nav ul.menu > li:first-child > a,.menu-act.menu-nav ul.menu > li:hover > a{
	border-bottom:5px solid #feda00;
}
.menu-act-1.menu-nav ul.menu > li:first-child > a,.menu-act-1.menu-nav ul.menu > li:hover > a{
	background:#feda00;
	color:#333;
}
/*----------------*/
.menu-nav ul.menu li ul.sub-menu,.menu-nav ul.menu  ul.sub-menu ul.sub-menu-2{
	position:absolute;
	top:100%;
	background:#222;
	text-align:left;
	display:none;
	width:100%;
	z-index:999;
	min-width:20rem;
	max-width:auto;
}
.menu-nav ul.menu ul.sub-menu {
	padding:1rem 0;
	border-radius:0;
}
.menu-nav ul.menu ul.sub-menu > li {
	position:relative;
}
.menu-nav ul.menu ul.sub-menu > li i{
	color:#777;
	font-size:1.6rem;
}
.menu-nav ul.menu ul.sub-menu ul.sub-menu-2{
	top:0!important;
	padding:1.5rem 0;
	left:100%;
}
.menu-nav ul.menu ul.sub-menu li{
	display:block;
	width:100%;
}
.menu-nav ul.menu ul.sub-menu li a{
	border-radius:0;
	padding:.7rem 2rem;
	display:block;
	font-weight:700;
	font-size:1.17rem;
	text-transform:uppercase;
	color:#fff;
	position:relative;
}
.menu-nav ul.menu ul.sub-menu li a:hover{
	color:#ccc;
}
/* .menu-nav ul.menu ul.sub-menu li a:hover:after{
	position:absolute;
	left:.8rem;
	top:1.5rem;
	content:'';
	background:#999;
	width:1rem;
	height:.1rem;
} */
/**/
.menu-nav ul.menu ul.menu-column {
	padding:2rem;
}
/**/
.sub-menu-light.menu-nav ul.menu li ul.sub-menu{
	box-shadow: 0 .1rem .2rem 0 #ccc;
	margin-top:.1rem;
	padding:0;
}
.sub-menu-light.menu-nav ul.menu li ul.sub-menu,.sub-menu-light.menu-nav ul.menu  ul.sub-menu ul.sub-menu-2{
	background:#fff;
	border-radius:0;
}
.sub-menu-light.menu-nav ul.menu ul.sub-menu li a{
	color:#333;
	border-bottom:1px solid #f5f5f5;
	padding:1rem 1.5rem;
}
.sub-menu-light.menu-nav ul.menu ul.sub-menu li:last-child a{
	border:0;
}
.sub-menu-light-border .menu-nav ul.menu ul.sub-menu li a{
	border-bottom:1px dashed #eee;
}
/*----------------*/
.menu-h .menu-nav ul.menu > .sub-menu{
	left:calc(100% + 30px);
	border-radius:0rem;
	padding:2rem 1rem;
	top:0rem!important;
}
.menu-h .menu-nav ul.menu .sub-menu li{
	padding:0 1.5rem;
}
.menu-h .menu-nav ul.menu li{
	display:block;
}
.menu-h .menu-nav ul.menu > li > a{
	padding:1rem 0!important;
}
/*----------------*/
.menu-special .menu-nav{
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
	position:relative;
	padding:.5rem;
}
.menu-special .menu-nav > ul > li > a{
	padding:2rem 3rem!important;
}
.menu-special .menu-nav > ul > li{
	background:#666;
}
.menu-special .menu-nav > ul > li:first-child, .menu-special .menu-nav > ul > li:hover{
	background:#f2552c;
	color:#fff;
}
.menu-special ul.menu > li > a{
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.menu-special .menu-nav ul.sub-menu{
	-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.mn-sm ul.menu > li > a{
	padding:2.2rem 2rem;
}
.mn-md ul.menu > li > a{
	padding:2.7rem 2rem;
}
.mn-lg ul.menu > li > a{
	padding:4.5rem 2rem;
}
.mn-xl ul.menu > li > a{
	padding:5.5rem 2rem;
}
/*----------------------
	menu-link-hover
----------------------*/
.menu-hover  ul.menu  li a{
	position:relative;
	z-index:1;
}
.menu-hover  ul.menu li a:after{
	position:absolute;
	height:10px;
	width:0%;
	bottom:0;
	z-index:-1;
	left:0;
	content:'';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-hover  ul.menu  li:hover a:after{
	position:absolute;
	height:1px;
	width:100%;
	content:'';
}
.menu-hover-1 > ul.menu > li a{
	display:inline-block!important;
	position:relative;
	width:auto!important;
	z-index:1;
}
.menu-hover-1 > ul.menu > li a:after{
	bottom:2rem;
	border-width:10px;
	border-color:#ffefbf ;
}
.menu-hover-1  > ul.menu > li:hover a:after{
	bottom:2rem;
}
/*menu effect*/
.menu-fade{
	opacity:0;
	margin-right:-10rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 1s;
}
/*skin*/
.menu-1{}
.menu-2{}
.menu-3{}
.menu-4{}
.menu-5{}
/*----------------------
	3. Element
------------------------*/
/*----------------------
	3.1. Form
------------------------*/
form .btn{
	margin-top:2rem;
}
.form-control{
	border:.1rem solid #ddd;
	border-radius:0;
	box-shadow:none;
	font-size:1.5rem;
	padding:1rem 1.5rem;
}
/**/
.form-control-sm{
	padding:.6rem 1.5rem;
}
.form-control-lg{
	padding:1.4rem 1.5rem;
}
.form-control-xl{
	padding:1.8rem 1.5rem;
}
/**/
.form-sm .form-control{
	padding:.6rem 1.5rem;
}
.form-lg .form-control{
	padding:1.4rem 1.5rem;
}
.form-xl .form-control{
	padding:1.8rem 1.5rem;
}
/**/
.form-sm .btn{
	padding:.9rem 1.5rem;
}
.form-lg .btn{
	padding:1.5rem 2.5rem;
}
.form-lg .btn{
	padding:1.5rem 2.5rem;
}
/**/
.form-group{
	margin-bottom:2rem;
}
.form-no-border .form-control{
	border:0;
}
.form-no-bg .form-control{
	background:none;
}
/**/
.input-group-prepend span {
	padding-left:1rem;
	padding-right:1rem;
	background:#fdfdfd;
	border-radius: 0;
	border-color:#ddd;
}
.form-sm .input-group-prepend span{
	padding-left:.5rem;
	padding-right:.5rem;
	background:#fdfdfd;
}
.form-lg .input-group-prepend span{
	padding-left:1.5rem;
	padding-right:1.5em;
	background:#fdfdfd;
}
.form-xl .input-group-prepend span{
	padding-left:2rem;
	padding-right:2em;
	background:#fdfdfd;
}
/**/
.input-group-prepend span i{
	font-size:1.8rem;
}
.form-sm .input-group-prepend span i{
	font-size:1.6rem;
}
.form-lg .input-group-prepend span i{
	font-size:2rem;
}
.form-xl .input-group-prepend span i{
	font-size:3rem;
}
/**/
.form-fd .form-control{
	background:#fdfdfd;
}
.form-fa .form-control{
	background:#fafafa;
}
.form-f5 .form-control{
	background:#f5f5f5;
}
/**/
.form-rad-2 .form-control{
	border-radius:.2rem;
}
.form-rad-3 .form-control{
	border-radius:.3rem;
}
.form-rad-4 .form-control{
	border-radius:.4rem;
}
.form-rad-5 .form-control{
	border-radius:.5rem;
}
.form-rad-6 .form-control{
	border-radius:.6rem;
}
.form-rad-7 .form-control{
	border-radius:.7rem;
}
.form-rad-8 .form-control{
	border-radius:.8rem;
}
.form-rad-9 .form-control{
	border-radius:.9rem;
}
.form-rad-10 .form-control{
	border-radius:1rem;
}
/**/
textarea{
	height:20rem;
}
select{
	height:auto!important;
}
/**/
.custom-control-indicator {
	top:.35rem;
    width: 1.5rem;
    height: 1.5rem;
	margin-right:.35rem;
}
.custom-control{
	font-size:1.4rem;
}
.custom-control-description{
	margin-left:1rem;
}
.custom-control-label{
	padding-left:1rem;
}
.custom-control-label::after,.custom-control-label::before{
	top:.1rem;
	width:2rem;
	height:2rem;
	margin-right:1rem;
}
.custom-control-label::before{
	border:1px solid #ddd;
	background:none;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
	background:none!important;
	color:#444;
	content:'\f111';
	font-size:1rem;
	text-align:center;
	line-height:1.8;
	border-color:#333;
	font-family: FontAwesome;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background:none!important;
	color:#444;
	content:'\f00c';
	text-align:center;
	font-size:1.2rem;
	line-height:1.5;
	font-family: FontAwesome;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after,.custom-radio .custom-control-input:checked~.custom-control-label::after{
	background:none;
}
.custom-control-label::after{
	
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background:none;
	color:#444;
}

input[type='checkbox'],input[type='radio']{
	margin-right:.5rem;
}
.input-group-text i.fa{
	width:2.5rem;
}

/*----------------------
	3.2. Button
------------------------*/
.btn{
	border-radius:.3rem;
	font-size:1rem;
	padding:1.2rem 2.5rem;
	font-weight:700;
	font-family: 'montserrat', sans-serif!important;
	background:#eee;
	text-transform:uppercase;
	color:#333;
}
.btn[class*="bg-"]{
	color:#fff;
}
/*---Size---*/
.btn-sm{
	padding:.8rem 1.5rem;
	font-size:.9rem;
}
.btn-md{
	padding:1.4rem 2.5rem;
	font-size:1.1rem;
}
.btn-lg{
	padding:1.6rem 3rem;
	font-size:1.1rem;
}
.btn-xl{
	padding:1.8rem 4rem;
	font-size:1.2rem;
}
.btn-xll{
	padding:2.2rem 5rem;
	font-size:1.2rem;
}
/*---Border---*/
.btn[class*="border-"]{
	background:none;
	color:inherit;
}
/*---Radius---*/
.btn.btn-round{
	border-radius:5rem;	
	padding:1.3rem 3rem;
}
.btn-round.btn-sm{
	padding:.8rem 2rem;
}
.btn-round.btn-lg{
	padding:1.6rem 4.5rem;
}
.btn-round.btn-xl{
	padding:2rem 5rem;
}
/*---Shadow---*/
.btn[class*="btn-shadow"]{}
.btn-shadow-info{
	box-shadow:2px 2px 0 1px #107788;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	border-right:1px solid rgba(255, 255, 255, 0.1);
}
.btn-shadow-primary{
	box-shadow:2px 2px 0 1px #0d5db3;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	border-right:1px solid rgba(255, 255, 255, 0.1);
}
.btn-shadow-warning{
	box-shadow:0px 3px 0 0 #d09f10;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	border-right:1px solid rgba(255, 255, 255, 0.1);
	position:relative;
}
.btn-shadow-warning:after{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:-.5rem;
	content:'';
	box-shadow:0px 0px 10px 0px #ccc;
	border-radius:.5rem;
	z-index:-1;
}
.btn-shadow-danger{
	box-shadow:2px 2px 0 1px #af1b29;
}
.btn-shadow-success{
	box-shadow:2px 2px 0 1px #13842d;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	border-right:1px solid rgba(255, 255, 255, 0.1);
}
.btn-shadow-secondary{
	box-shadow:2px 2px 0 1px #555;
}

.btn-shadow-info-1{
	box-shadow:1px 1px 0px 1px #0e97ad;
}
.btn-shadow-primary-1{
	box-shadow:1px 1px 0px 1px #106bce;
}
.btn-shadow-warning-1{
	box-shadow:1px 1px 0px 1px #f3ba11;
}
.btn-shadow-danger-1{
	box-shadow:1px 1px 0px 1px #af1b29;
}
.btn-shadow-success-1{
	box-shadow:1px 1px 0px 1px #0c9a2c;
}
.btn-shadow-secondary-1{
	box-shadow:1px 1px 0px 1px #555;
}
.btn-shadow-info-2{
	box-shadow:0 0 3rem 0 #a2d0d8;
}
.btn-shadow-primary-2{
	box-shadow:0 0 3rem 0 #91b8e2;
}
.btn-shadow-warning-2{
	box-shadow:0 0 3rem 0 #f3d375;
}
.btn-shadow-danger-2{
	box-shadow:0 0 3rem 0 #af1b29;
}
.btn-shadow-success-2{
	box-shadow:0 0 3rem 0 #8bd69c;
}
.btn-shadow-secondary-2{
	box-shadow:0 0 3rem 0 #555;
}
.btn-shadow-2{
	position:relative;
	border-radius:0;
	border:1px solid #fff;
	box-shadow:3px 3px 0 0 #fff;
	color:#fff;
}
.btn-shadow-3{
	position:relative;
	border-radius:0;
	border:1px solid #555;
	box-shadow:3px 3px 0 0 #555;
}
.btn-shadow-4{
	position:relative;
	border-radius:0;
}
.btn-shadow-4:after{
	position:absolute;
	top:3px;
	left:3px;
	right:-5px;
	bottom:-5px;
	z-index:-1;
	content:'';
	border:1px solid #555;
}
.btn-shadow-5{
	position:relative;
	border-radius:0;
	padding-left:4rem;
	padding-right:4rem;
	box-shadow:4px 4px 0 0 #2693ff;
}
.btn-list .btn{
	margin-right:1.5rem;
}
.btn-group .btn.btn-lg{
	padding:1.5rem 3rem;
}
a.btn-1{
	padding:0;
	background:none;
}
/*-------------*/
.btn-icon{
	-ms-flex-align: center!important;
    align-items: center!important;
    background-color: white;
	display: -ms-inline-flexbox!important;
    display: inline-flex!important;
	padding:.7rem .7rem .7rem 3rem!important;
}
.btn-icon .icn{
	margin-right:0;
	margin-left:1.5rem!important;
	background:#fff;
}
.btn-icon-round{
	border-radius:5rem;
}
.btn-icon-round .icn{
	margin-right:0;
	margin-left:1.5rem;
	border-radius:5rem;
	background:#fff;
}
.btn-icon-skew{
	-ms-flex-align: center!important;
    align-items: center!important;
    background-color: white;
	display: -ms-inline-flexbox!important;
    display: inline-flex!important;
	padding:.7rem .7rem .7rem 2.5rem!important;
}
.btn-icon-skew .icn{
	margin-right:0;
	margin-left:3rem!important;
	background:#fff;
	color:#333;
	text-align:left;
	position:relative;
	overflow:visible;
	padding-left:1rem;
	-ms-flex-pack: left!important;
    justify-content:left!important;
}
.btn-icon-skew .icn:after{
	position:absolute;
	left:-5.8rem;
	top:0;
	content:'';
	border-top: 3.5rem solid transparent!important;
	border-right: 2.3rem solid #fff;
	border-left: 3.5rem solid transparent!important;
}
.btn-icon-yellow .icn{
	background:#feda00;
	color:#fff;
}
.btn-icon-yellow .icn:after{
	border-right: 2.3rem solid #feda00!important;
}
.btn-icon-dark .icn{
	background:#333;
	color:#fff;
}
.btn-icon-dark .icn:after{
	border-right: 2.3rem solid #333!important;
}
.btn-hover{}


/*----------------------
	3.3. List
------------------------*/
ul{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
ul li a,ul li,ol li,ol li a{
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	text-transform:inherit;
}
/*size*/
.list li a,.list-li li{
	display:block;
	padding:.7rem 0;	
}
.list li span{
	color:#888;
	font-size:1.4rem;
}
.list.list-xs li a,.list-li.list-xs li{
	padding:.3rem 0;
}
.list.list-sm li a,.list-li.list-sm li{
	padding:.5rem 0;
}
.list.list-lg  li a,.list-li.list-lg li{
	padding:1rem 0;
}
.list.list-xl  li a,.list-li.list-xl li{
	padding:1.5rem 0;
}
.d-flex.list{
	-ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.d-flex.list li a{
	display:block;
	padding:0 .7rem;
}
.d-flex.list.list-sm li a{
	padding:0 .5rem;
}
.d-flex.list.list-lg  li a{
	padding:0 1rem;
}
.d-flex.list.list-xl  li a{
	padding:0 1.5rem;
}
.list-solid li a{
	padding:1rem 0;
	border-bottom:1px solid #ddd;
}
.list-dashed li a{
	padding:1rem 0;
	border-bottom:1px dashed #ddd;
}
.list-dotted li a{
	padding:1rem 0;
	border-bottom:1px dotted #ddd;
}
.list.list-border li a{
	padding:1rem 1.5rem;
	border:1px solid #ddd;
	margin-bottom:-1px;
}
.d-flex.list.list-border li a{
	border:1px solid #ddd;
	margin-right:-1px;
	padding:.7rem 1rem;
}
.list.list-bg li a{
	background:#ddd;
	padding:1rem 1.5rem;
	margin-bottom:1px;
}
.d-flex.list.list-mr li a{
	margin-right:.3rem;
	margin-bottom:.3rem;
}
.d-flex.list.list-mr-5 li a{
	padding:0;
	margin-right:.5rem;
}
.d-flex.list.list-mr-10 li a{
	padding:0;
	margin-right:1rem;
}
.d-flex.list.list-mr-15 li a{
	padding:0;
	margin-right:1.5rem;
}
.d-flex.list.list-mr-20 li a{
	padding:0;
	margin-right:2rem;
}
.d-flex.list.list-mr-25 li a{
	padding:0;
	margin-right:2.5rem;
}
.d-flex.list.list-mr-30 li a{
	padding:0;
	margin-right:3rem;
}
.list.list-pl-10 li{
	padding:0 0 0 1rem;
}
.list.list-pl-15 li{
	padding:0 0 0 1.5rem;
}
.list.list-pl-20 li{
	padding:0 0 0 2rem;
}
.list.list-pl-25 li{
	padding:0 0 0 2.5rem;
}
.list.list-pl-30 li{
	padding:0 0 0 3rem;
}
/*---------*/
.list li i{
	margin-right:.5rem;
}
.list li  .icn i{
	margin-right:0;
}
.list li .icn{
	margin-right:.7rem;
}
.list-icn li a,.list-icn li,.list-icn h5{
	-ms-flex-align: center!important;
    align-items: center!important;
	display: -ms-flexbox!important;
    display: flex!important;
	font-size:1.4rem;
}
/*------------
	3.4. search
------------*/
.search-box{
	width:100%;
}
.search-box > i{
	height:4.5rem;
}
.search-box button{
	border:0;
	background:none;
	height:4.5rem;
	margin-left:-1px;
	width:4.5rem;
	text-align:center;
	cursor:pointer;
	color:#222;
}
.search-box .search-box-hover form{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:9999;
}
.search-box  input{
	background:#fff;
	border:1px solid #eee;
	color:#fff;
	border-radius:0;
	height:4.5rem;	
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.search-box-hover  input{
	padding-left:0;
	padding-right:0;
	width:0;
	border:0;
}
.search-box-hover :hover input{
	width:25rem;
	text-align:left;
	padding-left:1.5rem;
	padding-right:1.5rem;
	border:1px solid #eee;	
}
.search-box-hover :hover button{
	border:1px solid #ddd;
	background:#fff;
	color:#333!important;
}
.search-close{
	cursor:pointer;
	width:7rem;
	height:6rem;
	color:#fff;
	font-size:2rem;
	line-height:6rem;
	z-index:9999;
}
/**/
.search-dropdown{}
/**/
.search-full-top{
	height:7rem;
	padding:.5rem;
	background:#222;
	margin-top:-7rem;
	text-align:center;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.search-full-top input{
	height:6rem;
	text-align:center;
	font-size:2.5rem;
	color:#fff!important;
	border:none;
	background:none!important;
}
.search-full-top button{
	font-size:2.2rem;
	padding:.5rem 2rem;
	background:none;
	color:#fff;
}
/**/
.search-full{
	position:fixed;
	left:0;
	top:0;
	right:0;
	height:100%;
	width:100%;
	bottom:0;
	background:#222;
	z-index:9999;
	text-align:center;
}
.search-full form{
	margin-top:30rem;
	max-width:60rem;
	margin-left:auto;
	margin-right:auto;
}
.search-full form input{
	border:1px solid #444;
	height:6rem;
}
.search-full form button{
	border:1px solid #444;
	height:6rem;
	margin-left:-1px;
}
/*----------------------
	9.Box
------------------------*/
.box{
	position:fixed;
	top:0;
	bottom:0;
	display:none;
	z-index:9998;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	box-shadow:0 0 .4rem 0 #ccc;
	background:#fff;
	width:25rem;
}
.box-left{
	left:0rem;
}
.box-right{
	right:0rem;
}
.box-overlay{
	left:0;
	right:0;
	background:#111;
	width:100%;
	/* display:none; */
	height:16rem;
	background:rgba(0, 0, 0, 1);
	text-align:center;
}
.box-body{
	padding:2rem;
}
.box-header{
	height:4rem;
}
.box-footer{
	position:absolute;
	bottom:0;
	padding:1rem 2rem;
	width:100%;
	border-top:1px solid #eee;
}
.box-footer p{
	margin:0;
}
.box-push{}
.box-close{
	position:absolute;
	top:2rem;
	right:2rem;
	z-index:9999;
	cursor:pointer;
	width:2.5rem;
	height:2.5rem;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 1s;	
	background:none;
	border:0;
}
.box-close:hover{
	transform: scale(0.8);
}
.box-close::after{
	position:absolute;
	top:1rem;
	right:0;
	content:'';
	font-family: FontAwesome;
	width:2.5rem;
	background:#999;
	height:.2rem;
	transform: rotate(45deg);
}
.box-close::before{
	position:absolute;
	top:1rem;
	right:0;
	content:'';
	font-family: FontAwesome;
	width:2.5rem;
	background:#999;
	height:.2rem;
	transform: rotate(-45deg);
}
/*----------------------
	3.6.Tooltip
------------------------*/
.tooltip .tooltip-inner{
	padding:1rem 2rem ;
	opacity:1;
}
.tooltip{
	padding:1rem;
}
.tooltip.bs-tooltip-top .tooltip-inner{
	background:red;
}
.tooltip.bs-tooltip-right .tooltip-inner{
	background:green;
}
.tooltip.bs-tooltip-left .tooltip-inner{
	background:blue;
}
.tooltip.bs-tooltip-bottom .tooltip-inner{
	background:#ff9900;
}
.tooltip.bs-tooltip-top .arrow::before {
	border-top-color:red;
	border-width:1rem;
	margin-left:-.5rem;
}
.tooltip.bs-tooltip-right .arrow::before {
	border-right-color:green;
	border-width:1rem;
	margin-top:-.5rem;
}
.tooltip.bs-tooltip-left .arrow::before {
	border-left-color:blue;
	border-width:1rem;
	margin-top:-.5rem;
}
.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color:#ff9900;
	border-width:1rem;
	margin-left:-.5rem;
}
/*----------------------
	3.7. Popovers
------------------------*/
.popover{}
/*----------------------
	3.8. Row
------------------------*/
.row-2{
	margin:-.1rem;
}
.row-2{
	margin:-.2rem;
}
.row-3{
	margin:-.3rem;
}
.row-4{
	margin:-.4rem;
}
.row-5{
	margin:-.5rem;
}
.row-10{
	margin:-1rem;
}
.row-15{
	margin:-1.5rem;
}
.row-20{
	margin:-2rem;
}
.row-30{
	margin:-3rem;
}
.row-ab-1 > [class*="col-"]{
	padding:0;
	margin-right:-1px;
	margin-bottom:-1px;
}
.cards [class*="row-"] .card{
	margin-bottom:0!important;
}
.row-0,.row-ab-1,.row-0 .card{
	margin:0;
}
.row-0 > [class*="col-"]{
	padding:0;
}
.row-1 > [class*="col-"]{
	padding:.1rem;
}
.row-2 > [class*="col-"]{
	padding:.2rem;
}
.row-3 > [class*="col-"]{
	padding:.3rem;
}
.row-4 > [class*="col-"]{
	padding:.4rem;
}
.row-5 > [class*="col-"]{
	padding:.5rem;
}
.row-10 > [class*="col-"]{
	padding:1rem;
}
.row-15 > [class*="col-"]{
	padding:1.5rem;
}
.row-20 > [class*="col-"]{
	padding:2rem;
}
.row-30 > [class*="col-"]{
	padding:3rem;
}
.row .owl .card, [class*="row-"] .card{
	margin-bottom:0!important;
}
[class*="row-ab-"] .card{
	margin-bottom:-1px!important;
}
[class*="row-"] [class*="col-"] > .form-group{
	margin-bottom:0!important;
}
/*----------------------
	3.9. Media object
------------------------*/
.media{}
.media .media-body {
	padding:0;
}
.media .media-body h3{
	margin:0 0 1rem 0;
	font-size:2.2rem;
	font-weight:600;
}
.media .media-body h4{
	margin:0 0 1.5rem 0;
	font-size:2rem;
	font-weight:600;
}
.media .media-body h5{
	margin:0 0 .8rem 0;
	font-size:1.5rem;
	font-weight:700;
}
.media .media-body p{
	margin-top:0;
	font-size:1.5rem;
}
.media .media-body .btn{
	margin-top:1.5rem;
}
/**/
.media img{
	margin-right:1.5rem;
}
.medias-img-60 .media img{
	width:6rem;
}
.medias-img-80 .media img{
	width:8rem;
}
.medias-img-100 .media img{
	width:10rem;
}
.medias-img-120 .media img{
	width:12rem;
}
.medias-img-140 .media img{
	width:14rem;
}
.medias-img-160 .media img{
	width:16rem;
}
.medias-img-180 .media img{
	width:18rem;
}
.medias-img-200 .media img{
	width:20rem;
}
.medias-img-250 .media img{
	width:25rem;
}
.media .media-icon i{
	font-size:5rem;
	margin-right:2rem;
}
.media .media-icon.icn i{
	margin:0;
	font-size:3rem;
}
/*media icn*/
.media div.icn{
	margin-right:2rem;
	position:relative;
}
.media .icn h5{
	font-size:3.5rem;
	display:block;
	margin:0;
}
.media .icn p{
	margin-top:0;
	color:#888;
	font-size:1.4rem;
}
.medias-sm{}
.medias-sm .media-img{
	width:10rem;
	margin-right:1.5rem;
}
.medias-sm .media-body .media-heading{
	font-size:1.6rem;
	font-weight:600;
	margin-bottom:1rem;
}
.medias-lg{}
.medias-1x{}
.medias-1x .media .media-body h3{
	margin-bottom:1rem;
	margin-top:0;
}
.medias-1x .media  .media-body  p{
	margin-bottom:1.5rem;
	margin-top:0;
}
.medias-1x .media  .media-body  .btn{
	margin-top:0;
}

.medias-2x{}
.medias-2x .media .media-body h3{
	margin-bottom:1.5rem;
	margin-top:0;
}
.medias-2x .media  .media-body  p{
	margin-bottom:2rem;
	margin-top:0;
}
.medias-2x .media  .media-body  .btn{
	margin-top:0;
}
.medias-3x{}
.medias-3x .media .media-body h3{
	margin-bottom:2rem;
	margin-top:0;
}
.medias-3x .media  .media-body  p{
	margin-bottom:2.5rem;
	margin-top:0;
}
.medias-3x .media  .media-body  .btn{
	margin-top:0;
}

.media-1{}
.media-1 .media-body{
	background:#fff;
	padding:2rem;
	border-radius:.5rem;
	box-shadow:0 .3rem .3rem 0 #ddd;
}
.media-2{}
.media-2 .media-body{
	background:#fff;
	padding:2rem;
	border-radius:.5rem;
	border:1px solid #ddd;
}
/*----------------------
	3.10. Pagination
------------------------*/
.pagination {
}
.pagination li a.active{
	background:#333;
	color:#fff;
	border-color:#333;
}
.pagination  li a{
	padding:1rem 1.7rem;
	color:#333;
	margin-left:.5rem;
	border-radius:.3rem;
	text-align:center;
	border:1px solid #e5e5e5;
}
.pagination-no-bg li a{
	background:none;
}
.pagination-no-border li a{
	border:0;
}
nav ul.pagination-bg-4 li a{
	background:#444;
	color:#fff;
	border:0;
}
nav ul.pagination-bg-e li a{
	background:#eee;
	border:0;
}
nav ul.pagination-1 li a{
	margin-left:-1px;
	border-radius:0;
}
nav ul.pagination-round-1 li:last-child a {
	border-top-right-radius:5rem!important;
	border-bottom-right-radius:5rem!important;
}
nav ul.pagination-round-1 li:first-child a{
	border-top-left-radius:5rem!important;
	border-bottom-left-radius:5rem!important;
}
nav ul.pagination-round li a{
	border-radius:10rem!important;
	height:4.5rem;
	width:4.5rem;
	line-height:4.5rem;
	padding:0;
}
.pagination-sm .page-link{
	padding:.6rem 1.3rem;
	font-size:1.4rem;
}
.pagination-lg .page-link{
	padding:1.5rem 2.3rem;
	font-size:1.6rem;
}
/*----------------------
	3.11. Breadcrumb	
------------------------*/
.breadcrumb{
	background:none;
	margin-left:0;
	border-radius:.3rem;
	overflow:hidden;
	padding:0;
}
.breadcrumb li{
	position:relative;
	padding:1.2rem 2rem;
}
.breadcrumb li.active{
	color:#aaa;
}
.breadcrumb li a{
	font-size:inherit;
}
.breadcrumb li:last-child::after{
	display:none;	
}
.breadcrumb-border li{
	border:1px solid #eee;
	margin-right:-1px;
	text-transform:uppercase;
	font-size:1.1rem;
	padding:1rem 1.5rem;
}
.breadcrumb-skew li:after{
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	border-right:1px solid #eee;
	content:'';
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-25deg);
}
.breadcrumb-rec li:after{
	position:absolute;
	top:50%;
	right:-.4rem;
	width:.8rem;
	margin-top:-.5rem;
	border-radius:1rem;
	height:.8rem;
	background:#ccc;
	content:'';
	z-index:1;
}
.breadcrumb-circle li:after{
	position:absolute;
	top:50%;
	right:-.4rem;
	width:.8rem;
	margin-top:-.5rem;
	height:.8rem;
	background:#ccc;
	content:'';
}
.breadcrumb-line li:after{
	position:absolute;
	top:50%;
	right:-1.5rem;
	width:2rem;
	margin-top:-.1rem;
	height:.1rem;
	background:#ccc;
	content:'';
}
.breadcrumb-skew-2 li:after{
	position:absolute;
	top:50%;
	right:0;
	width:1px;
	margin-top:-.7rem;
	height:1.4rem;
	border-right:1px solid #ddd;
	content:'';
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
}
.breadcrumb-skew-1 li{
	padding:1rem 1rem 1rem 3rem;
}
.breadcrumb-skew-1 li:after{
	position:absolute;
	top:0;
	right:-1rem;
	width:20px;
	height:50%;
	z-index:1;
	background:inherit!important;
	display:block!important;
	border-right:1px solid #eee;
	content:'';
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(35deg);
}
.breadcrumb-skew-1 li:before{
	position:absolute;
	bottom:0;
	display:block!important;
	right:-1rem;
	width:20px;
	height:50%;
	z-index:1;
	background:inherit!important;
	border-right:1px solid #eee;
	content:'';
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-35deg);
}
.breadcrumb-skew-3 li:after{
	position:absolute;
	bottom:49%;
	right:0;
	width:1px;
	height:25%;
	z-index:1;
	display:block!important;
	border-right:1px solid #ddd;
	content:'';
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(35deg);
}
.breadcrumb-skew-3 li:before{
	position:absolute;
	top:50%;
	display:block!important;
	right:0;
	width:1px;
	height:25%;
	z-index:1;
	border-right:1px solid #ddd;
	content:'';
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-35deg);
}
.breadcrumb[class*="bg-"] li{
	color:#fff!important;
	border-color:#fff!important;
}
.breadcrumb[class*="bg-"] li:after,.breadcrumb[class*="bg-"] li:before{
	color:#fff!important;
	border-color:#fff;
	background:#fff;
}
/*----------------------
	3.12. Timeline
------------------------*/
.timeline,.timeline-1,.l-line{
	position:relative;
}
.timeline:after{
	position:absolute;
	top:0;
	left:50%;
	content:'';
	width:.5rem;
	margin-left:-.25rem;
	height:100%;
	background:#eee;
}
.timeline-left:after{
	left:1.4rem;
	margin-left:-.25rem;
}
.timeline-1:before{
	position:absolute;
	top:20%;
	left:0;
	content:'';
	width:100%;
	margin-left:-.25rem;
	height:.5rem;
	background:#ccc;
}
.timeline-1 .timeline-shap-1,.timeline .timeline-shap-1{
	width:2.5rem;
	height:2.5rem;
	border-radius:2.5rem;
	background:#ccc;
	margin:auto;
	position:relative;
	border:.5rem solid #f5f5f5;
	z-index:2;
}
.timeline-shap-1.active{
	background:#fe718b;
}
.l-line:after{
	position:absolute;
	top:50%;
	left:0;
	content:'';
	margin-top:-1rem;
	width:100%;
	height:1rem;
	z-index:0;
	border-radius:3rem;
	background:#fff;
}
.l-line .card{
	position:relative;
	z-index:1;
}

.line_time,.line_time_h{
	position:relative;
	z-index:1;
}
.line_time:after{
	position:absolute;
	top:50%;
	left:0;
	content:'';
	height:.3rem;
	margin-top:-.15rem;
	background:#ccc;
	width:100%;
	z-index:-1;
}
.line_time-white:after{
	background:#fff;
	height:.3rem;
	border-radius:2rem;
}
.line_time_h:after{
	position:absolute;
	top:0;
	left:50%;
	content:'';
	width:.3rem;
	margin-left:-.15rem;
	background:#ccc;
	height:100%;
	z-index:-1;
}
/*----------------------
	3.13. Shap
------------------------*/
.shap-hexa{
	font-size:3rem;
	background:#fff;
	height:5.2rem;
	width:9rem;
	line-height:5.5rem;
	display:inline-block;
	position:relative;
	text-align:center;
	margin:2rem auto!important;
	z-index:1;
}
.shap-hexa::before,.shap-hexa::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	content: "";
}
.shap-hexa::before{
    top: -2.2rem;
    border-left: 4.5rem solid rgba(255, 0, 0, 0);
    border-right: 4.5rem solid rgba(255, 0, 0, 0);
    border-bottom: 2.2rem solid #fff;
}
.shap-hexa::after{
    bottom: -2.2rem;
    border-left: 4.5rem solid rgba(255, 0, 0, 0);
    border-right:4.5rem solid rgba(255, 0, 0, 0);
    border-top: 2.2rem solid #fff;
}
.shap-hexa-f5{
	background:#f5f5f5;
	margin-top:2rem;
}
.shap-hexa-f5::before{
	border-bottom-color:#f5f5f5;
}
.shap-hexa-f5::after{
	border-top-color:#f5f5f5;
}
.shap-hexa-e{
	background:#eee;
}
.shap-hexa-e::before{
	border-bottom-color:#eee;
}
.shap-hexa-e::after{
	border-top-color:#eee;
}
.shap-hexa-90C404{
	background:#90C404;
	color:#fff;
}
.shap-hexa-90C404::before{
	border-bottom-color:#90C404;
}
.shap-hexa-90C404::after{
	border-top-color:#90C404;
}
.shap-hexa-7{
	background:#777;
	color:#fff;
}
.shap-hexa-7::before{
	border-bottom-color:#777;
}
.shap-hexa-7::after{
	border-top-color:#777;
}
.shap-hexa-4f84c4{
	background:#4f84c4;
	color:#fff;
}
.shap-hexa-4f84c4::before{
	border-bottom-color:#4f84c4;
}
.shap-hexa-4f84c4::after{
	border-top-color:#4f84c4;
}
.shap-hexa-ffbf00{
	background:#ffbf00;
	color:#fff;
}
.shap-hexa-ffbf00::before{
	border-bottom-color:#ffbf00;
}
.shap-hexa-ffbf00::after{
	border-top-color:#ffbf00;
}
.shap-hexa-3{
	background:#422db9;
	color:#fff;
}
.shap-hexa-3::before{
	border-bottom-color:#422db9;
}
.shap-hexa-3::after{
	border-top-color:#422db9;
}
.shap-hexa-004b8d{
	background:#004b8d;
	color:#fff;
}
.shap-hexa-004b8d::before{
	border-bottom-color:#004b8d;
}
.shap-hexa-004b8d::after{
	border-top-color:#004b8d;
}
.shap-hexa-9{
	background:#999;
	color:#fff;
}
.shap-hexa-9::before{
	border-bottom-color:#999;
}
.shap-hexa-9::after{
	border-top-color:#999;
}
.shap-hexa.shap-hexa-line{
	background:#fff;
	transform:scale(0.95);
	margin-top:0;
}
.shap-hexa-line::before,.shap-hexa-line::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	z-index:2;
	content: "";
}
.shap-hexa-line::before{
    top: -2.2rem;
    border-left: 4.5rem solid rgba(255, 0, 0, 0);
    border-right: 4.5rem solid rgba(255, 0, 0, 0);
    border-bottom: 2.3rem solid #fff;
	
}
.shap-hexa-line::after{
    bottom: -2.2rem;
    border-left: 4.5rem solid rgba(255, 0, 0, 0);
    border-right:4.5rem solid rgba(255, 0, 0, 0);
    border-top: 2.3rem solid #fff;
}
.shap-rec{
	width:5rem;
	height:5rem;
	line-height:5rem;
	text-align:center;
	font-size:2rem;
	border:.1rem solid #333;
	margin:0 auto;
}
.skew-45{
	transform: SkewX(-45deg);
	height:4.3rem;
	position:relative;
	z-index:2;
}
.skew-ab-45{
	transform: SkewX(45deg);
	height:4.3rem;
	position:relative;
	z-index:2;
}
.srest-ab{
	-ms-transform: SkewX(-45deg)!important;
    -webkit-transform: SkewX(-45deg)!important;
    transform: SkewX(-45deg)!important;
}
.srest{
	-ms-transform: SkewX(45deg)!important;
    -webkit-transform: SkewX(45deg)!important;
    transform: SkewX(45deg)!important;
}
.skew-bg-f:after{
	background:#fff;
}
.skew-bg-g:after{
	background:#549960;
	border:0!important;
	top:-.5rem;
}
.top-header-2{
	border-top:5px solid #fff;
}
.shap-skew{
	transform: SkewY(-3deg);
}
.shap-skew .shap-skew-reset{
	transform: SkewY(3deg);
}
.shap-lg{
	transform: SkewX(-15deg);
	background:#888;
	position:relative;
	z-index:1;
}
.shap-lg-reset{
	transform: SkewX(15deg);
}
.shap-2 .card::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    border-left: 12px solid #fff;
    border-bottom: 12px solid #fff;
    content: '';
    z-index: 1;
}
.shap-2 .card::after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #fff;
    border-right: 50px solid #fff;
    content: '';
    z-index: 1;
}

.top-panel,.top-panel-0,.top-panel-f,.top-panel-e,.top-panel-fe718b{
	position:relative;
}
.top-panel:before{
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 10px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(-135deg,#a181a9 33%,transparent 0) 50px 0,linear-gradient(135deg,#a181a9 33%,transparent 0) -50px 0;
    background-size: 10px 5px;
    background-color: transparent;
    background-repeat: repeat-x;
}
.top-panel-0:before{
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 10px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(-135deg,#000 33%,transparent 0) 50px 0,linear-gradient(135deg,#000  33%,transparent 0) -50px 0;
    background-size: 10px 5px;
    background-color: transparent;
    background-repeat: repeat-x;
}
.top-panel-f:before{
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 10px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(-135deg,#fff 33%,transparent 0) 50px 0,linear-gradient(135deg,#fff 33%,transparent 0) -50px 0;
    background-size: 10px 5px;
    background-color: transparent;
    background-repeat: repeat-x;
}
.top-panel:before{
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 10px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(-135deg,#eee 33%,transparent 0) 50px 0,linear-gradient(135deg,#eee 33%,transparent 0) -50px 0;
    background-size: 10px 5px;
    background-color: transparent;
    background-repeat: repeat-x;
}
.top-panel-fe718b:before{
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 10px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(-135deg,#fe718b 33%,transparent 0) 50px 0,linear-gradient(135deg,#fe718b 33%,transparent 0) -50px 0;
    background-size: 10px 5px;
    background-color: transparent;
    background-repeat: repeat-x;
}
/*----------------------
	3.14. Images
------------------------*/
.img-5side-inner{
	-ms-transform: rotate(-60deg); /* IE 9 */
    -webkit-transform: rotate(-60deg); /* Safari */
    transform: rotate(-60deg);
	overflow:hidden;
}
.img-5side-inner img{
	transform: rotate(-60deg);
	background:#fff;
}
.img-5side{
	-ms-transform: rotate(120deg); /* IE 9 */
    -webkit-transform: rotate(120deg); /* Safari */
    transform: rotate(120deg);
	overflow:hidden;
}
.img-round{
	border-radius:500rem;
}
.image-group-1{}
.image-group-1 .img-1{
	margin-top:-15rem;
	margin-left:-15rem;
	border:2rem solid #fff;
}
/*----------------------
	3.15. Arrow
------------------------*/
[class*="arrow-"]{
	position:relative;
}
[class*="arrow-"]::after,[class*="arrow-"]::before{
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	z-index:1;
}
.arrow-left::after{
	top:4rem;
	left:-1.5rem;
	margin-top:-1.2rem;
	border-top: 1.2rem solid transparent!important;
	border-right: 1.5rem solid #fff!important; 
	border-bottom: 1.2rem solid transparent!important;
	border-color:inherit;
}
.arrow-right::after{
	top:4rem;
	right:-1.5rem;
	margin-top:-1.2rem;
	border-top: 1.2rem solid transparent!important;
	border-left: 1.5rem solid #fff;
	border-bottom: 1.2rem solid transparent!important;
	border-color:inherit;
}
.arrow-top::after{
	top:-1.5rem;
	left:4rem;
	margin-left:-1.2rem;
	border-left: 1.2rem solid transparent!important;
	border-right: 1.2rem solid transparent!important;
	border-bottom: 1.5rem solid #fff;
	border-color:inherit;
}
.arrow-bottom::after{
	bottom:-1.5rem;
	left:4rem;
	margin-left:-1.2rem;
	border-left: 1.2rem solid transparent!important;
	border-right: 1.2rem solid transparent!important;
	border-top: 1.5rem solid #fff;
	border-color:inherit;
}
/**/
.arrow-left::before{
	top:4.1rem;
	left:-1.6rem;
	margin-top:-1.2rem;
	border-top: 1.2rem solid transparent!important;
	border-right: 1.5rem solid #ddd; 
	border-bottom: 1.2rem solid transparent!important;
}
.arrow-right::before{
	top:4.1rem;
	right:-1.6rem;
	margin-top:-1.2rem;
	border-top: 1.2rem solid transparent!important;
	border-left: 1.5rem solid #ddd;
	border-bottom: 1.2rem solid transparent!important;
}
.arrow-top::before{
	top:-1.6rem;
	left:4rem;
	margin-left:-1.2rem;
	border-left: 1.2rem solid transparent!important;
	border-right: 1.2rem solid transparent!important;
	border-bottom: 1.5rem solid #eee;
}
.arrow-bottom::before{
	bottom:-1.6rem;
	left:4.1rem;
	margin-left:-1.2rem;
	border-left: 1.2rem solid transparent!important;
	border-right: 1.2rem solid transparent!important;
	border-top: 1.5rem solid #ddd;
}
/**/
.arrow-left.arrow-skin::after{
	top:4rem;
	left:-2rem;
	margin-top:-1rem;
	border-top: 2rem solid transparent!important;
	border-right: 2rem solid #fff!important; 
	border-bottom: .5rem solid transparent!important;
	border-color:inherit;
}
.arrow-left.arrow-skin::before{
	top:4.1rem;
	left:-2.1rem;
	margin-top:-1rem;
	border-top: 2rem solid transparent!important;
	border-right: 2rem solid #ddd!important; 
	border-bottom: .5rem solid transparent!important;
}
.arrow-right.arrow-skin::after{
	top:4rem;
	right:-2rem;
	margin-top:-1rem;
	border-top: 2rem solid transparent!important;
	border-left: 2rem solid #fff;
	border-bottom: .5rem solid transparent!important;
	border-color:inherit;
}
.arrow-right.arrow-skin::before{
	top:4.1rem;
	right:-2.1rem;
	margin-top:-1rem;
	border-top: 2rem solid transparent!important;
	border-left: 2rem solid #ddd;
	border-bottom: .5rem solid transparent!important;
}
.arrow-top.arrow-skin::after{
	top:-2rem;
	left:4rem;
	margin-left:-1rem;
	border-left: .5rem solid transparent!important;
	border-right: 2rem solid transparent!important;
	border-bottom: 2rem solid #fff;
	border-color:inherit;
}
.arrow-top.arrow-skin::before{
	top:-2.1rem;
	left:4rem;
	margin-left:-1rem;
	border-left: .5rem solid transparent!important;
	border-right: 2rem solid transparent!important;
	border-bottom: 2rem solid #ddd;
}
.arrow-bottom.arrow-skin::after{
	bottom:-2rem;
	left:4rem;
	margin-left:-1rem;
	border-left: .5rem solid transparent!important;
	border-right: 2rem solid transparent!important;
	border-top: 2rem solid #fff;
	border-color:inherit;
}
.arrow-bottom.arrow-skin::before{
	bottom:-2.1rem;
	left:4.1rem;
	margin-left:-1rem;
	border-left: .5rem solid transparent!important;
	border-right: 2rem solid transparent!important;
	border-top: 2rem solid #ddd;
}
/**/
.arrow-left.arrow-center:after,.arrow-left.arrow-center:before{
	top:50%;
	margin-top:-.5rem;
}
.arrow-right.arrow-center:after,.arrow-right.arrow-center:before{
	top:50%;
	margin-top:-.5rem;
}
.arrow-top.arrow-center::after,.arrow-top.arrow-center::before{
	left:50%;
	margin-left:-.5rem;
}
.arrow-bottom.arrow-center::after,.arrow-bottom.arrow-center::before{
	left:50%;
	margin-left:-.5rem;
}

/*----------------------
	3.16. Alerts
------------------------*/
.alert{
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-align: center!important;
    align-items: center!important;
	background:#fff;
	border:0;
	overflow:hidden;
	border-radius:.5rem;
}
.alert button.close span{
	font-size:3rem;
	color:inherit;
	font-weight:normal;
}
.alert .icn{
	margin-right:1.5rem;
}
.alert-custom{}

/*----------------------
	3.17. Text
------------------------*/
.text-rotate{
    position: absolute;
	left:0;
	top:16.4rem;
	font-weight:normal;
	z-index:1;
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.text-rotate-right{
	left:auto;
	right:0;
}
.text-rotate p{
	display:block;
	margin:0!important;
	font-size:1.35rem;
	line-height:1!important;
	text-transform:uppercase;
	font-weight:500;
}
.text-rotate-inner{
	padding:1.2rem 2rem;
	background:#eee;
}
.text-shadow{
	text-shadow:
    -3px -3px 0 #222,
    3px -3px 0 #222,
    -3px 3px 0 #222,
    3px 3px 0 #222,
    2px 2px 0 #fff,
    3px 3px 0 #fff,
    4px 4px 0 #fff,
    5px 5px 0 #fff;
}
.text-bg{
	position:relative;
	z-index:10;
}
.text-bg:before{
	position:absolute;
	top:0;
	left:0;
	content:attr(data-block-title);
	line-height:1;
	font-size:20rem;
	font-family: 'Montserrat', sans-serif;
	color:rgba(44, 44, 44, 0.3);
	opacity:.1;
	font-weight:900;
	text-align:left;
	z-index:-1;
	width:100%;
}
.text-bg-right:before{
	text-align:right!important;
}
.text-bg-center:before{
	text-align:center!important;
}
.text-bg-size-5:before{
	font-size:5rem;
}
.text-bg-size-10:before{
	font-size:10rem;
}
.text-bg-size-15:before{
	font-size:15rem;
}
.text-bg-size-25:before{
	font-size:25rem;
}
.text-bg-size-30:before{
	font-size:30rem;
}
.text-bg-light:before{
	color:#fff;
	opacity:.03;
	top:20%;
	left:5%;
}
.small-text-1{
	font-size:1.2rem;
	text-transform:uppercase;
	color:#999;
	font-weight:500;
	margin-top:.7rem!important
}
.small-text-2{
	font-size:1.1rem;
	text-transform:uppercase;
	color:#999;
	letter-spacing:.1rem;
	font-weight:500;
	margin-top:.7rem!important
}
.small-text-3{
	font-size:1.4rem;
	color:#999;
	margin:1rem 0;
	font-weight:500!important;
}
/*----------------------
	3.18. Line
------------------------*/

.line-default{
	position:relative;
	margin-bottom:3rem;
	padding-bottom:3rem;
}
.line-default:after{
	position:absolute;
	bottom:0;
	left:50%;
	content:'';
	margin-left:-3.5rem;
	border-bottom:3px solid #333;
	width:7rem;
}
.line-default-top:after{
	border-top:2px solid #333;
	border-bottom:0;
	top:-2rem;
	bottom:auto;
	left:0;
	margin-left:0;
}
.line-default-left:after{
	left:0;
	margin-left:0;
}
.line-default-right:after{
	left:auto;
	right:.3rem;
	margin-left:auto;
}
.line-double{
	position:relative;
	margin-bottom:10rem!important;
}
.line-double:before{
	position:absolute;
	bottom:-3.8rem;
	left:50%;
	content:'';
	margin-left:-5rem;
	border-bottom:3px solid #333;
	width:10rem;
}
.line-double:after{
	position:absolute;
	bottom:-3rem;
	left:50%;
	content:'';
	margin-left:-3.5rem;
	border-bottom:2px solid #333;
	width:7rem;
}
.line-mix{
	position:relative;
	display:inline-block;	
	margin-bottom:0!important;
}
.line-mix::before,.line-mix::after{
	position:absolute;
	top:50%;
	content:'';
	margin-top:-1px;
	width:4rem;
	border-bottom:1px solid #999;
}
.line-mix::before{
	left:-4.5rem;
}
.line-mix::after{
	right:-4.5rem;
}
.line-mix-left::after{
	display:none;
}
.line-mix.line-mix-left{
	margin-left:4.5rem;
}
.line-mix-right::before{
	display:none;
}
.line-default-yellow:after,.line-mix-yellow::before,.line-mix-yellow::after{
	border-bottom:4px solid #feda00;
}
.line-default-c:after,.line-mix-c::before,.line-mix-c::after{
	border-color:#ccc;
}
.line-default-f:after,.line-mix-f::before,.line-mix-f::after{
	border-color:#fff;
}
.line-h{
	position:relative;
	margin-bottom:5rem!important;
}
.line-h:after{
	position:absolute;
	bottom:-7rem;
	left:50%;
	content:'';
	margin-left:-.1rem;
	border-right:1px solid #ddd;
	height:5rem;
	width:.1rem;
}
.line-h-5:after{
	border-right:1px solid #555;
}
.line-h-f:after{
	border-right:1px solid #fff;
}
/**/
.line-underline{
	position:relative;
	z-index:1;
}
.line-underline:after{
	height:5px;
	content:'';
	position:absolute;
	bottom:-3px;
	left:0;
	right:30px;
	background:#fff;
	z-index:-1;
}
.line-underline-ffcc00:after{
	background:#ffcc00;
}
.line-underline-d9006c:after{
	background:#ffbfff;
}
/**/
.border-after-1{
	position:relative;
	padding:2rem;
}
.border-after-1:after{
	position:absolute;
	top:-1px;
	left:-1px;
	content:'';
	width:4rem;
	height:4rem;
	border-top:2px solid #feda00;
	border-left:2px solid #feda00;
}
.border-after-1:before{
	position:absolute;
	bottom:-1px;
	right:-1px;
	content:'';
	width:4rem;
	height:4rem;
	border-bottom:2px solid #feda00;
	border-right:2px solid #feda00;
}
.border-after-2:after,.border-after-2:before{
	border-color:#fff;
	border-width:5px;
}
/*----------------------
	3.19. after / before
------------------------*/
.after-none:after{
	display:none;
}
.before-none:before{
	display:none;
}
.after-bg:after{
	background:inherit;
	position:absolute;
	width:20rem;
	right:-20rem;
	top:0;
	bottom:0;
	z-index:-1;
	content:'';
}
.before-bg:after{
	background:inherit;
	position:absolute;
	width:20rem;
	left:-19rem;
	top:0;
	bottom:0;
	content:'';
}
/*----------------------
	3.20. box-border
------------------------*/
.box-border{
	position:relative;
	z-index:1;
}
.box-border:after{
	width:60%;
	height:100%;
	border:1rem solid #fff;
	content:'';
	position:absolute;
	top:0;
	left:-5rem;
	z-index:-2;
}
.box-border-1:after{
	border:.3rem solid #ffbf00;
	width:4rem;
	left:-1rem;
}
.box-border-1:before{
	position:absolute;
	left:2rem;
	top:1rem;
	background:#000;
	width:1rem;
	z-index:-1;
	height:3.5rem;
	content:'';
}
.box-border-dark:after{
	border-color:rgba(0, 0, 0, 0.5);
}
.box-border-light:after{
	border-color:#eee;
}
.box-border-yellow:after{
	border-color:#ffbf00;
}
.box-border-2{}
.box-border-3{}


/*----------------------
	3.21. large number
------------------------*/

.texta-1{
	display:inline-block;
}
.texta-1 h4{
	font-size:9rem;
	font-family: 'Montserrat', sans-serif!important;
	margin:0!important;
	line-height:1;
	font-weight:800;
}
.texta-1 p{
	color:#999;
	font-size:2.5rem;
	margin:0!important;

}
/*----------------------
	3.22. Rating
------------------------*/

.rating{
	margin-left:-1px;
	color:#ccc;
}
.rating li{
	display:inline;
	margin:0;
}
.rating li i{
	color:inherit;
	margin:1px;
	font-size:1.2rem;
}
.rating li.active i{
	color:#ffc926;
}
.rating-sm li i{
	font-size:1.3rem;
}
.rating-lg li i{
	font-size:2.2rem;
}
.rating-dark li.active i{
	color:#333;
}
.rating-green li.active i{
	color:#6fd25d;
}

/*----------------------
	3.23. Tag
------------------------*/
.tag{}
.tag li{
	float:left;
	margin-right:.75rem;
	margin-bottom:.75rem;
}
.tag li a{
	display:block;
	padding:.3rem .75rem;
	border:1px solid #eee;
	font-size:1.4rem;
}

/*----------------------
	3.24. Icn
------------------------*/
.icn{
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-pack: center!important;
    justify-content: center!important;
}
.icn img{
	width:100%!important;
}
.text-center [class*="icns-"]{
	display:inline-block;
}
/*radius*/
.icns-round-3 .icn{
	border-radius:.3rem;
}
.icns-round-5 .icn{
	border-radius:.5rem;
}
.icns-round-7 .icn{
	border-radius:.7rem;
}
.icns-round-10 .icn{
	border-radius:1rem;
}
.icn-round-100,.icns-round-100 .icn{
	border-radius:100rem!important;
	overflow:hidden;
}
.d-flex .col h4{
	margin-top:0;
	font-weight:600;
	font-size:1.8rem;
	margin-bottom:.5rem;
}
/*border*/
.icns-border-light .icn{
	border:1px solid #ddd;
}
.icns-border-white .icn{
	border:1px solid #fff;
}
.icns-border-dark .icn{
	border:1px solid #333;
}
.icns-border-gray .icn{
	border:1px solid #999;
}
/*background*/
.icns-bg-dark .icn{
	background:#333;
	color:#fff;
}
.icns-bg-white .icn{
	background:#fff!important;
	color:#333!important;
}
.icns-bg-light .icn{
	background:#eee!important;
	color:#333!important;
}
.icns-bg-gray .icn{
	background:#888!important;
	color:#fff!important;
}
/*margin*/
.icns-ab .icn{
	margin:0 -.1rem;
	background:#fff;
}
.icns-xs .icn{
	margin:0 .05rem;
}
.icns-sm .icn{
	margin:0 .25rem;
}
.icns-md .icn{
	margin:0 .5rem;
}
.icns-lg .icn{
	margin:0 .75rem;
}
.icns-xl .icn{
	margin:0 1rem;
}
/**/
.icns-mr-ab .icn{
	margin-right:-1px;
}
.icns-mr-xs .icn{
	margin-right:.1rem;
}
.icns-mr-sm .icn{
	margin-right:.5rem;
}
.icns-mr-md .icn{
	margin-right:1rem;
}
.icns-mr-lg .icn{
	margin-right:1.5rem;
}
.icns-mr-xl .icn{
	margin-right:2rem;
}
/**/
.icns-mb-ab .icn{
	margin-bottom:-.1rem;
	background:#fff;
}
.icns-mb-xs .icn{
	margin-bottom:1rem;
}
.icns-mb-sm .icn{
	margin-bottom:.5rem;
}
.icns-mb-md .icn{
	margin-bottom:1rem;
}
.icns-mb-lg .icn{
	margin-bottom:1.5rem;
}
.icns-mb-xl .icn{
	margin-bottom:2rem;
}
/*Size*/
.icn-20,.icns-20 .icn{
	width:2rem!important;
	height:2rem!important;
}
.icn-25,.icns-25 .icn{
	width:2.5rem!important;
	height:2.5rem!important;
}
.icn-30,.icns-30 .icn{
	width:3rem!important;
	height:3rem!important;
}
.icn-35,.icns-35 .icn{
	width:3.5rem!important;
	height:3.5rem!important;
}
.icn-40,.icns-40 .icn{
	width:4rem!important;
	height:4rem!important;
}
.icn-45,.icns-45 .icn{
	width:4.5rem!important;
	height:4.5rem!important;
}
.icn-50,.icns-50 .icn{
	width:5rem!important;
	height:5rem!important;
}
.icn-60,.icns-60 .icn{
	width:6rem!important;
	height:6rem!important;
	
}
.icn-70,.icns-70 .icn{
	width:7rem!important;
	height:7rem!important;
}
.icn-80,.icns-80 .icn{
	width:8rem!important;
	height:8rem!important;
}
.icn-90,.icns-90 .icn{
	width:9rem!important;
	height:9rem!important;
}
.icn-100,.icns-100 .icn{
	width:10rem!important;
	height:10rem!important;
}
.icn-110,.icns-110 .icn{
	width:11rem!important;
	height:11rem!important;
}
.icn-120,.icns-120 .icn{
	width:12rem!important;
	height:12rem!important;
}
.icn-130,.icns-130 .icn{
	width:13rem!important;
	height:13rem!important;
}
.icn-140,.icns-140 .icn{
	width:14rem!important;
	height:14rem!important;
}
.icn-150,.icns-150 .icn{
	width:15rem!important;
	height:15rem!important;
}
.icn-200,.icns-200 .icn{
	width:20rem!important;
	height:20rem!important;
}
.icn-250,.icns-250 .icn{
	width:25rem!important;
	height:25rem!important;
}
.icn-300,.icns-300 .icn{
	width:30rem!important;
	height:30rem!important;
}
.icn-350,.icns-350 .icn{
	width:35rem!important;
	height:35rem!important;
}
.icn-400,.icns-400 .icn{
	width:430rem!important;
	height:40rem!important;
}
.icn-450,.icns-450 .icn{
	width:45rem!important;
	height:45rem!important;
}
.icn-500,.icns-500 .icn{
	width:50rem!important;
	height:50rem!important;
}
/**/
.icns-f-20 .icn i{
	font-size:2rem!important;
}
.icns-f-25 .icn i{
	font-size:2.5rem!important;
}
.icns-f-30 .icn i{
	font-size:3rem!important;
}
.icns-f-35 .icn i{
	font-size:3.5rem!important;
}
.icns-f-40 .icn i{
	font-size:4rem!important;
}
.icns-f-45 .icn i{
	font-size:4.5rem!important;
}
.icns-f-50 .icn i{
	font-size:5rem!important;
}
.icns-f-55 .icn i{
	font-size:5.5rem!important;
}
.icns-f-60 .icn i{
	font-size:6rem!important;
}
/*caption*/
.icn i,.icn span,.icn .icn-caption{
	-ms-flex-item-align: center!important;
    align-self: center!important;
}
.icn .icn-caption h4{
	margin-top:0;
	margin-bottom:1rem;
}
.icn .icn-caption p{
	color:#999;
	margin-bottom:0;
}
.icn p{
	margin-top:1rem;
}
/*----------------------
	3.26. Process
------------------------*/
.step-process-item{}
.step-process-item h4{}
.step-process-item p{}
/*----------------------
	3.27. Block Title
------------------------*/
.block-title{
	margin-bottom:6rem;
	text-align:center;
	margin-top:-.5rem;
}
.block-title h1,.block-title h2,.block-title h3,.block-title h4,.block-title h5,.block-title h6{
	margin-top:0;
}
.block-title h2{
	font-size:3.5rem;
	margin-top:0;
	line-height:1;
	text-transform:uppercase;
	font-weight:500;
}
.block-title h2.text-uppercase{
	font-size:3rem;
}
h2.line-mix{
	margin-bottom:2rem!important;
}
.block-title h2 strong.strong-1{
	font-weight:inherit;
	font-style:italic;
	font-family: 'Playfair Display', serif;
}
.block-title h2 strong.strong-2{
	font-weight:inherit;
	font-style:italic;
	font-family: 'Playfair Display', serif;
}
.block-title h4.block-title-sub-1{
	text-transform:uppercase;
	font-size:1.4rem;
	color:#749fbb;
	font-weight:700;	
	letter-spacing:.1rem;
	font-family: 'Montserrat', sans-serif!important;
	margin-bottom:1.5rem;
}
.block-title h4.block-title-sub-2{
	text-transform:uppercase;
	font-size:1.4rem;
	color:#749fbb;
	font-weight:700;	
	letter-spacing:.1rem;
	font-family: 'Montserrat', sans-serif!important;
	margin-bottom:1.5rem;
}
.block-title p{
	max-width:60rem;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2rem;
	margin-top:2rem;
}
.block-title.text-left p{
	margin-left:0;
}
.block-title-1 h2{
	font-size:4.5rem;
	margin-top:0;
	text-transform:lowercase;
	line-height:1;
	font-family: 'Poppins', sans-serif!important;
	font-weight:800;
}
.block-title-2 h2{
	font-size:4.5rem;
	margin-top:0;
	text-transform:uppercase;
	line-height:1;
	font-family: 'Open Sans Condensed', sans-serif!important;
	font-weight:300;
}

/*----------------------
	3.28. Page Title
------------------------*/

.page-title{
	padding:0!important;
}
.page-title .card{
	height:25rem;
	margin:0;
}
.page-title .card .card-img-overlay{
	text-align:left;
	padding:0;
}
.page-title  .card .card-img-overlay  h1.card-title ,.page-title .card .card-img-overlay h2.card-title{
	font-size:3rem;
	font-weight:400;
	color:#fff;
	margin-top:0;
	text-transform:uppercase;
}
.page-title  .card  p{
	font-size:2.2rem;
	margin-top:0;
}
.page-title-sm{
	height:20rem;
}
.page-title-lg{
	height:40rem;
}
/*----------------------
	3.29. Slider
------------------------*/

.ui-widget-header{
	background:#f5f5f5;
}
.ui-widget.ui-widget-content{
	border-radius:1px;
	background:#eee;
	border:none;
	margin-top:10px;
	margin-bottom:20px;
}
.ui-state-default,.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background:#ccc;
    border:none;
    height:15px;
    width:15px;
}
.ui-slider .ui-slider-handle{
	z-index:1;
}
.ui-slider-horizontal{
	height:7px;
}
.ui-slider-handle{
	outline:none;
}
.slider_amount{
	border:none;
	background:none;
	color:#4dce2e;
	font-weight:500;
}
.price-filter .ht-btn{
	padding:0px 15px;
	height:40px;
	line-height:40px;
	border:2px solid #eee;
}
/*----------------------
	3.30. Accordion
------------------------*/
.accordion .card{}
.accordion .card .card-body{
	padding:2.5rem;
	background:#fff;
}
.accordion .card .card-header{
	border:0;
	padding:2rem;
	background:#fff;
	border-bottom:1px solid #eee;
	margin-bottom:1px;
}
.accordion .card .card-header h5{
	padding:0;
	font-size:2rem;
	margin:0;
	-ms-flex-align: center!important;
    align-items: center!important;
	display: -ms-flexbox!important;
    display: flex!important;
}
.accordion .card .card-header h5 a{
    display:block!important;
	padding:.2rem 0;
    flex-grow: 1;
    max-width: 100%;
	position:relative;
}
.accordion .arrow-bottom::after,.accordion .arrow-bottom::before{
	display:none;
}
.accordion-plus .card .card-header h5 a:after{
	position:absolute;
	top:.9rem;
	right:0rem;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:2rem;
	background:#666;
	height:.2rem;
	text-align:center;
}
.accordion-plus .card .card-header h5 a.collapsed:before{
	position:absolute;
	top:0rem;
	right:.9rem;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:.2rem;
	background:#666;
	height:2rem;
	text-align:center;
}
.accordion-plus-rotate .card .card-header h5 a:after{
	position:absolute;
	top:.9rem;
	right:0rem;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:2rem;
	background:#666;
	height:.2rem;
	text-align:center;
}
.accordion-plus-rotate .card .card-header h5 a:before{
	position:absolute;
	top:0rem;
	right:.9rem;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:.2rem;
	background:#666;
	height:2rem;
	text-align:center;
	
}
.accordion-plus-rotate .card .card-header h5 a:after,.accordion-plus-rotate .card .card-header h5 a:before{
	transform: rotate(45deg);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.accordion-plus-rotate .card .card-header h5 a.collapsed:after,.accordion-plus-rotate .card .card-header h5 a.collapsed:before{
	transform: rotate(0deg);
}

.accordion-arrow .card .card-header h5 a:after{
	position:absolute;
	top:1rem;
	right:0rem;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:1.5rem;
	background:#666;
	height:.2rem;
	text-align:center;
	transform: rotate(-45deg);
}
.accordion-arrow .card .card-header h5 a:before{
	position:absolute;
	top:1rem;
	right:1rem;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:1.5rem;
	background:#666;
	height:.2rem;
	text-align:center;
	transform: rotate(45deg);
}
.accordion-arrow .card .card-header h5 a:after,.accordion-arrow .card .card-header h5 a:before{
	
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.accordion-arrow .card .card-header h5 a.collapsed:after,.accordion-arrow .card .card-header h5 a.collapsed:before{
	transform: rotate(0deg);
}
.accordion-sm{}
.accordion-sm{}
.accordion-lg{}
.accordion-xl{}
.accordion-1{}
.accordion-2{}
.accordion-3{}
.accordion-4{}
.accordion-5{}

/*----------------------
	3.31.Progress
------------------------*/

.progress-bar-thin .progress{
	height:2px;
}
.progress-bar-border .progress{
	border:1px solid #ddd;
	background:none;
	padding:4px;
	height:2rem;
}
.progress-bar-round .progress .progress-bar{
	border-radius:3rem;
}
.progress-bar-round .progress{
	border-radius:3rem;
}
.progress{
	overflow:visible!important
}
.progress-bar{
	position:relative;
}
.progress-desc{
	position:absolute;
	right:0;
	top:-3rem;
	color:#333;
}
.progress-cir{
	width:3rem;
	height:3rem;
	background:#fff;
	border-radius:3rem;
	position:absolute;
	right:-1.5rem;
	border:5px solid #ddd;
	top:50%;
	z-index:1;
	margin-top:-1.5rem;
}
.progress-group .progress-desc{
	right:-4rem;
	width:8rem;
}
.progress-cir.active{
	border-color:#007bff;
	background:#fff;
}
.progress-animate .progress-bar{
    -webkit-animation: anima 4s linear;
    animation: anima 4s linear;
}
@-webkit-keyframes anima {
    from {width: 0;}
}
@keyframes anima {
    from {width: 0;}
}
@-webkit-keyframes
load { 0% 
	{
		stroke-dashoffset:0
	}
}
@-moz-keyframes
07
load { 0% 
	{
		stroke-dashoffset:0
	}
}
@keyframes
load { 0% 
	{
		stroke-dashoffset:0
	}
}

.circle-progress>li {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #93A2AC;
	font-family: Lato;
	font-weight: 100;
	margin: 2rem;
}
.circle-progress>li:before {
	content: attr(data-name);
	position: absolute;
	width: 100%;
	bottom: -2rem;
	font-weight: 400;
}
.circle-progress>li:after {
	content: attr(data-percent);
	position: absolute;
	width: 100%;
	top: 3.7rem;
	left: 0;
	font-size: 2rem;
	text-align: center;
}
.circle-progress svg {
	width: 15rem;
	height: 10rem;
}
.circle-progress svg:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.circle-progress svg:nth-child(2) path {
	fill: none;
	stroke-width: 250;
	stroke-dasharray: 629;
	stroke: #555;
	-webkit-animation: load 10s;
	-moz-animation: load 10s;
	-o-animation: load 10s;
	animation: load 10s;
}
.progress>li {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #93A2AC;
	font-family: Lato;
	font-weight: 100;
	margin: 1rem;
}
.progress>li:before {
	content: attr(data-name);
	position: absolute;
	width: 100%;
	bottom: -2rem;
	font-weight: 400;
}
.progress>li:after {
	content: attr(data-percent);
	position: absolute;
	width: 100%;
	top: 3.7rem;
	left: 0;
	font-size: 2rem;
	text-align: center;
}
.progress svg {
	width: 20rem;
	height: 10rem;
}
.progress svg:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.progress svg:nth-child(2) path {
	fill: none;
    stroke-width: 5;
    stroke-dasharray: 629;
    stroke: rgba(255, 255, 255, 0.9);
    -webkit-animation: load 10s;
    -moz-animation: load 10s;
    -o-animation: load 10s;
    animation: load 10s;
}

/*----------------------
	3.32. Mansory
------------------------*/

.grid .grid-item .card{
	margin-bottom:0;
}
.grid-item { 
	width: 33.3%; 
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	display:inline-block;
}
 .grid-item:after {
  content: '';
  display: block;
  clear: both;
}
.grid-5 .grid-item{
	padding:.25rem;
}
.grid-5{
	margin:-.25rem;
}
.grid-10 .grid-item{
	padding:.5rem;
}
.grid-10{
	margin:-.5rem;
}
.grid-15 .grid-item{
	padding:.75rem;
}
.grid-15{
	margin:-.75rem;
}
.grid-20 .grid-item{
	padding:1rem;
}
.grid-20{
	margin:-1rem;
}
.grid-25 .grid-item{
	padding:12.5rem;
}
.grid-25{
	margin:-12.5rem;
}
.grid-30 .grid-item{
	padding:1.5rem;
}
.grid-30{
	margin:-1.5rem;
}
.grid-40 .grid-item{
	padding:2rem;
}
.grid-40{
	margin:-2rem;
}
.grid-num-1 .grid-item{
	width:100%;
}
.grid-num-2 .grid-item{
	width:50%;
}
.grid-num-3 .grid-item{
	width:33.333%;
}
.grid-num-4 .grid-item{
	width:25%;
}
.grid-num-5 .grid-item{
	width:20%;
}
.grid-item--width1 { 
	width: 40%!important; 
}
.grid-item--width2 { 
	width: 50%!important; 
}
.grid-item--width3 { 
	width: 66.66%!important; 
}
/*----------------------
	3.33. Utilities
------------------------*/

.item-middle{
	position:relative;
	top: 50%;
	bottom:auto;
	width:100%;
	text-align:center;
	z-index:0;
	display:inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*----------------------
	3.34. Tabs
------------------------*/

.nav-tabs{
	border:0;
	margin-bottom:2px;
}
.nav-tabs .nav-item{
	margin-bottom:0;
	border-radius:0;
	font-size:inherit;
	padding:1rem 2rem;
	background:#fff;
	margin-right:.2rem;
	position:relative;
	-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;
}
.nav-tabs .nav-item i{
	margin-right:.35rem;
}
.nav-tabs-center{
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav-tabs-right{
	justify-content: flex-end;
}
nav.nav-tabs .nav-item.show .nav-link,nav.nav-tabs .nav-link.active{
	background:#62c076;
	color:#fff;
	border:none;
}
.nav-tabs-border .nav-item{
	border:1px solid #eee;
}
.nav-tabs-group .nav-item{
	margin-right:-1px!important;
}
.nav-tabs-icon {
	text-align:center;
}
.nav-tabs-icon .nav-item{
	padding:2rem 4rem!important;
}
.tab-content{
	border:1px solid #eee;
	padding:2rem;
	margin-top:0;
	background:#fff;
}
nav.nav-tabs-round-5 .nav-item{
	border-top-right-radius:.5rem!important;
	border-top-left-radius:.5rem!important;
	margin-right:1rem!important;
	box-shadow:0 0 5px 0 #ccc;
}
.nav-tabs-shap1 .nav-item{
	border-bottom: 40px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	height: 0;
	width: 150px;
	padding:0!important;
	text-align:center;
	line-height:2.5;
	background:none!important;
	margin-right:0!important;
}
.tabs-1 .nav-tabs .nav-item{
	border:0;
	padding:1rem 2rem;
	border:1px solid #fff;
	margin-right:1rem;
}
.tabs-1 .nav-tabs .nav-item:hover,.tabs-1 .nav-tabs .nav-item.show .nav-link,.tabs-1 .nav-tabs .nav-link.active{
	border:1px solid #ff9900;
	border-top:5px solid #ff9900;
	background:#fff;
	color:#333;
	border-bottom:0;
	margin-bottom:-3px;
}
.tabs-arrow-bottom .nav-tabs .nav-item.show .nav-link::after,.tabs-arrow-bottom .nav-tabs .nav-link.active::after{
	position:absolute;
	content:'';
	bottom:-1rem;
	left:50%;
	margin-left:-1rem;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid #62c076;
}
.tabs-2 .nav-tabs{}
.tabs-3 .nav-tabs .nav-item{
	border:0;
	background:#fff;
	color:#333;
	margin-right:0;
	border-radius:0;
	padding:1rem 0rem;
	margin-right:3.5rem;
	margin-bottom:1px;
	border-bottom:2px solid #fff;
}
.tabs-3 .nav-tabs .nav-item.show .nav-link,.tabs-3 .nav-tabs .nav-link.active{
	background:#fff;
	border-bottom:2px solid #ddd;
	color:#333;
}

.tabs-5 .nav-tabs .nav-item{
	border:0;
	background:#fff;
	margin-right:-1px;
	padding:1.2rem 2rem;
	border:1px solid #ddd;
}
.tabs-5 .nav-tabs .nav-item.show .nav-link,.tabs-5 .nav-tabs .nav-link.active{
	background:#fafafa;
	color:#333;
	border:1px solid #ddd;
	border-bottom:1px solid #fafafa;
}
.tabs-arrow-right  .nav-tabs .nav-item{
	background:#fff;
	color:#333;
	margin-right:.2rem;
	border-radius:0;
	margin-bottom:2px;
	padding:1rem 2rem;
	position:relative;
}
.tabs-arrow-right .nav-tabs .nav-item.show .nav-link::after,.tabs-arrow-right .nav-tabs .nav-link.active::after{
	position:absolute;
	content:'';
	top:50%;
	right:-1rem;
	margin-top:-1rem;
	border-top: 1rem solid transparent;
	border-left: 1rem solid #62c076;
	border-bottom: 1rem solid transparent;
}
.tabs-arrow-left  .nav-tabs .nav-item{
	background:#fff;
	color:#333;
	margin-left:.2rem;
	border-radius:0;
	margin-bottom:2px;
	padding:1rem 2rem;
	position:relative;
}
.tabs-arrow-left .nav-tabs .nav-item.show .nav-link::after,.tabs-arrow-left .nav-tabs .nav-link.active::after{
	position:absolute;
	content:'';
	top:50%;
	left:-1rem;
	margin-top:-1rem;
	border-top: 1rem solid transparent;
	border-right: 1rem solid #62c076;
	border-bottom: 1rem solid transparent;
}
.tabs-arrow-top  .nav-tabs .nav-item{
	background:#fff;
	color:#333;
	margin-right:.2rem;
	border-radius:0;
	margin-top:2px;
	padding:1rem 2rem;
	position:relative;
}
.tabs-arrow-top.nav-tabs .nav-item.show .nav-link::after,.tabs-arrow-top .nav-tabs .nav-link.active::after{
	position:absolute;
	content:'';
	top:-1rem;
	left:50%;
	margin-left:-1rem;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 1rem solid #62c076;

}
/*----------------------
	3.35. Dropdown
------------------------*/
.dropdown .dropdown-menu{
	border-radius:.4rem;
	padding:0;
	box-shadow:0 .1rem .1rem 0 #ccc;
	border:0;
	min-width:2rem;
	margin-top:0;
}
.dropdown .dropdown-menu a.dropdown-item{
	border-bottom:1px solid #eee;
	padding:1rem 2rem;
	background:#fff;
	color:#333;
	font-size:1.4rem;
	-ms-flex-align: center!important;
    align-items: center!important;
	display: -ms-flexbox!important;
    display: flex!important;
}
.dropdown .dropdown-menu-1{
	background:none;
	box-shadow:0 0 0 0 #ccc;
	margin-top:1px;
	width:100%;
}
.dropdown .dropdown-menu-1 a.dropdown-item{
	border-bottom:0;
	padding:0;
	background:#fff;
	color:#333;
	box-shadow:.1rem .1rem .1rem 0 #ddd;
	margin-bottom:1px!important;
	font-size:1.5rem;
}
.dropdown-menu a.dropdown-item:last-child{
	border:none;
}

/*----------------------
	3.36. Card
------------------------*/
.card{
	border:0;
	position:relative;
	background:none;
	border-radius:0;
	z-index:1;
}
.card p{
	margin-top:1.6rem;
	margin-bottom:0;
}
.card .card-text{
	margin:1.5rem 0 0 0;
	color:inherit;
}
.card .card-text-1{
	margin:1.8rem 0 0 0;
	color:#777;
	font-size:1.5rem;
}
.card .card-small-text{
	margin:1rem 0 0 0;
	color:#777;
	font-weight:500;
	font-size:1.2rem;
	text-transform:uppercase;
}
.card .card-small-text-1{
	margin:1rem 0 0 0;
	color:#777;
	font-size:1.4rem;
}
.card .card-small-text-2{
	margin:1rem 0 0 0;
	color:#777;
	font-size:1.4rem;
}
.card .card-small-text-3{
	margin:1rem 0 0 0;
	color:#777;
	font-size:1.3rem;
	text-transform:uppercase;
}
.cards .card{
	background:#fff;
	margin-bottom:3rem;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cards .card-text{
	color:#777;
}
.cards.color-f .card .card-body p{
	color:#fff;
}

/*----------------------
------------------------*/
.cards.cards-mb-0 .card, div.cards-mb-0 > .card{
	margin-bottom:0!important;
}
.cards.cards-mb-5 .card, div.cards-mb-5 > .card{
	margin-bottom:.5rem!important;
}
.cards.cards-mb-10 .card, div.cards-mb-10 > .card{
	margin-bottom:1rem!important;
}
.cards.cards-mb-15 .card, div.cards-mb-15 > .card{
	margin-bottom:1.5rem!important;
}
.cards.cards-mb-20 .card, div.cards-mb-20 > .card{
	margin-bottom:2rem!important;
}
.cards.cards-mb-30 .card, div.cards-mb-30 > .card{
	margin-bottom:3rem!important;
}
.cards.cards-mb-40 .card, div.cards-mb-40 > .card{
	margin-bottom:4rem!important;
}
.cards.cards-mb-50 .card, div.cards-mb-50 > .card{
	margin-bottom:5rem!important;
}
.cards.cards-mb-60 .card, div.cards-mb-60 > .card{
	margin-bottom:6rem!important;
}
.cards.cards-mb-70 .card, div.cards-mb-70 > .card{
	margin-bottom:7rem!important;
}
.cards.cards-mb-80 .card,div.cards-pad-80 > .card{
	margin-bottom:8rem!important;
}
/*----------------------
------------------------*/
.card .card-header{
	background:none;
	padding:0;
	border:0;
	font-size:2.5rem;
}
.card .card-header-1 h3{
	font-size:inherit;
	font-weight:500;
	font-size:1.8rem;
	text-transform:uppercase;
	margin:0;
}
.card .card-header-2 h3{
	font-size:inherit;
	font-weight:700;
	font-size:2.2rem;
	margin:0;
}
.card .card-header.card-header-3{
	border-bottom:1px solid #ddd;
}
.card .card-header.card-header-3 h3{
	font-size:2rem;
	text-transform: uppercase;
}
.card .card-header-3 h3{
}
.card .card-header-4 h3{
}
.card .card-header-5 h3{
}
/*---------*/
.cards-padd-0 .card .card-header{
	padding:2rem 0rem;
}
.cards-padd-5 .card .card-header{
	padding:1.5rem .5rem;
}
.cards-padd-10 .card .card-header{
	padding:1.5rem 1rem;
}
.cards-padd-15 .card .card-header{
	padding:1.5rem 1.5rem;
}
.cards-padd-20 .card .card-header{
	padding:1.5rem 2rem;
}
.cards-padd-25 .card .card-header{
	padding:2rem 2.5rem;
}
.cards-padd-30 .card .card-header{
	padding:2rem 3rem;
}
.cards-padd-40 .card .card-header{
	padding:3rem 4rem;
}
.cards-padd-50 .card .card-header{
	padding:3rem 5rem;
}
.cards-padd-60 .card .card-header{
	padding:3rem 6rem;
}
[class*="cards-padd-"] .card .card-header h3{
	margin:0;
}
/*----------------------
------------------------*/
.card > i{
	font-size:4.5rem;
}
.card > .icn{
	margin-left:auto;
	margin-right:auto;
	font-size:3rem;
}
.text-left .icn{
	margin-left:0;
	text-align:left;
}
/*----------------------
------------------------*/
.card img{
	width:100%;
}
.card .card-img{
	display:block;
	position:relative;
}
.cards .card .card-img{
	padding:1.5rem;
}
.cards .card .card-img-bg-f{
	padding:2rem;
	background:#fff;
}
.cards .card .card-img-bg-f5{
	padding:1.5rem;
	background:#f5f5f5;
}
.cards-img-round .card img,.cards-img-round .card .card-img,.cards-img-round .card .card-img img,.cards-img-round-bg .card .card-img img,.cards-img-round-bg .card .card-img{
	border-radius:1000rem;
}
.cards-img-round-bg .card .card-img{
	background:#f5f5f5;
}
.cards-padd-0 .card .card-img{
	padding:0;
}
.cards-padd-5 .card .card-img{
	padding:.5rem .5rem 0 .5rem;
}
.cards-padd-10 .card .card-img{
	padding:1rem 1rem 0 1rem;
}
.cards-padd-15 .card .card-img{
	padding:1.5rem 1.5rem 0 1.5rem;
}
.cards-padd-20 .card .card-img{
	padding:2rem 2rem 0 2rem;
}
.cards-padd-25 .card .card-img{
	padding:2.5rem 2.5rem 0 2.5rem;
}
.cards-padd-30 .card .card-img{
	padding:3rem 3rem 0 3rem;
}
.cards-padd-40 .card .card-img{
	padding:4rem 4rem 0 4rem;
}
.cards-padd-50 .card .card-img{
	padding:5rem 5rem 0 5rem;
}
.cards-padd-60 .card .card-img{
	padding:6rem 6rem 0 6rem;
} 
.card-number{
	font-size:7rem!important;
	font-weight:800;
	line-height:1;
	margin-top:0;
	display:block;
	margin-bottom:2rem;
	color:rgba(202, 202, 202, 0.8);
}
.card-number-1{
	font-size:9rem!important;
	font-weight:800;
	line-height:1;
	margin-top:0;
	display:block;
	margin-bottom:2.5rem;
	color:#888;
	font-family: 'Oswald', sans-serif;
}
.card-label{
	position:absolute;
	bottom:0;
	left:0;
	padding:.4rem 1rem;
	background:#444;
	font-size:1.4rem;
}
/*----------------------
------------------------*/
.card .mask-dark{
	position:relative;
}
.card .mask-dark:after{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.4);
	z-index:0;
}
/*----------------------
------------------------*/
.card .card-body{
	padding:0;
}
.card .card-img-overlay,.card .card-body-middle{
	top: 50%;
	bottom:auto;
	width:100%;
	text-align:center;
	z-index:0;
	padding:1.5rem;
	display:inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cards .card .card-body{
	padding:2.5rem 0 0 0;
}
.card .card-body-middle{
	text-align:left;
	position:relative;
}
.cards-padd-0 .card .card-body,div.cards-padd-0 > .card .card-body,div.cards-padd-0 > [class*="col-"] > .card .card-body{
	padding:2rem 0 0 0;
}
.cards-padd-5 .card .card-body,div.cards-padd-5 > .card .card-body,div.cards-padd-5 > [class*="col-"] > .card .card-body{
	padding:1.5rem .5rem .5rem .5rem;
}
.cards-padd-10 .card .card-body,div.cards-padd-10 > .card .card-body,div.cards-padd-10 > [class*="col-"] > .card .card-body{
	padding:2rem 1rem 1rem 1rem;
}
.cards-padd-15 .card .card-body,div.cards-padd-15 > .card .card-body,div.cards-padd-15 > [class*="col-"] > .card .card-body{
	padding:2rem 1.5rem 1.5rem 1.5rem;
}
.cards-padd-20 .card .card-body,div.cards-padd-20 > .card .card-body,div.cards-padd-20 > [class*="col-"] > .card .card-body{
	padding:2.3rem 2rem;
}
.cards-padd-25 .card .card-body,div.cards-padd-25 > .card .card-body,div.cards-padd-25 > [class*="col-"] > .card .card-body{
	padding:2.5rem;
}
.cards-padd-30 .card .card-body,div.cards-padd-30 > .card .card-body,div.cards-padd-30 > [class*="col-"] > .card .card-body{
	padding:3rem;
}
.cards-padd-40 .card .card-body,div.cards-padd-40 > .card .card-body,div.cards-padd-40 > [class*="col-"] > .card .card-body{
	padding:4rem;
}
.cards-padd-50 .card .card-body,div.cards-padd-50 > .card .card-body,div.cards-padd-50 > [class*="col-"] > .card .card-body{
	padding:5rem;
}
.cards-padd-60 .card .card-body,div.cards-padd-60 > .card .card-body,div.cards-padd-60 > [class*="col-"] > .card .card-body{
	padding:6rem;
}
/*----------------------
------------------------*/
.card .card-img-overlay-bottom{
	top:auto;
	left:0;
	right:0;
	bottom:0;
	transform:none;
}
.card .card-img-overlay-top{
	top:0;
	left:0;
	bottom:auto;
	right:0;
	transform:none;
}
/*----------------------
------------------------*/
.card  .card-title{
	margin:0;
}
.card  .card-title strong.strong-1{
	font-style:italic;
	font-weight:600;
	text-transform:capitalize;
}
.cards .card h1.card-title{
	font-size:5rem;
}
.cards .card h2.card-title{
	font-size:2.8rem;
}
.cards .card h3.card-title{
	font-size:2rem;
	font-weight:600;
}
.cards .card h4.card-title{
	font-size:1.8rem;
}
.cards .card h5.card-title{
	font-size:1.6rem;
	margin-bottom:1rem;
	margin-top:0;
}
.cards .card h6.card-title{
	font-size:1.6rem;
	margin-bottom:1rem;
	margin-top:0;
}
/*-----------*/
[class*="card-subtitle-"]{
	margin-bottom:0;
}
.card .card-subtitle{
	
}
.card .card-subtitle-1{
	font-weight:200;
	font-size:3rem;
	letter-spacing:.3rem;
	font-family:'Poppins', sans-serif!important;
}
.card .card-subtitle-2{
	font-weight:400;
	font-size:1.8rem;
	text-transform:uppercase;
	letter-spacing:.1rem;
}
/*----------------------
------------------------*/
.card .card-price{
	font-weight:500;
	color:#f2552c;
	line-height:0.9;
	font-size:2rem;
	margin-bottom:1rem;
	font-family: 'Rubik', sans-serif;
}
.card .card-price-group{
	margin-top:1rem;
}
.card .card-price-group span{
	color:#555;
	font-size:1.8rem;
}
.card .card-price-group .card-price{
	font-size:1.8rem;
	color:#f2552c;
}
.card .card-price-group .card-price-old{
	color:#ccc;
	text-decoration:line-through;
	margin-left:1rem;
	font-weight:500;
}
.card .card-price-1{
	font-family: 'rubik', serif;
	font-size:5rem;
	font-weight:500;
	color:#f2552c;
}
.card .card-price-2{}
.card .card-price-3{}
.card .card-price-4{}
.card .card-price-5{}
.card .card-price-6{}
.card .card-price-7{}
.card .card-price-8{}
.card .card-price-9{}
.card .card-price-10{}

/*----------------------
------------------------*/
.card-label{
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	font-size:1.2rem;
	background:#666;
	color:#fff;
	padding:.4rem 1rem;	
}
/*----------------------
------------------------*/
.cards .card .card-date{
	font-size:1.1rem!important;
	font-weight:500;
	margin-top:2rem;
	margin-bottom:0;
	text-transform:uppercase;
	color:#888;
}
.card .card-date a{
	font-weight:inherit;
	font-size:inherit;
	text-transform:inherit;
}
.card .card-date-1{
	margin-right:1rem;
	width:12rem;
	margin-bottom:2rem;
}
.card .card-date-inner{
	border:3px solid #444;
	text-align:center;
	padding:1.5rem 1rem;
}
.card .card-date-1 h6{
	font-weight:700;
	font-size:6rem;
	margin:0;
}
.card .card-date-1 p{
	font-size:1.1rem;
	text-transform:uppercase;
	font-weight:500;
	color:#888;
	letter-spacing:.1rem;
	margin:0;
}
.card .card-date-2{}
.card .card-date-2 p{
	border-bottom:1px solid #fff;
	font-size:1.1rem;
	font-weight:500;
	margin-top:0;
	display:inline-block;
	margin-bottom:2rem;
	text-transform:uppercase;
}
.card .card-date-2 p strong{
	font-size:inherit;
	font-weight:inherit;
}
.card .card-date-3{}
.card .card-date-4{}
.card .card-date-5{}
/*----------------------
------------------------*/
.card .btn{
	margin-top:2.5rem;
}
.card-btn-group {
	margin-top:0;
}
.card-btn-group .btn{
	margin-right:1.5rem;
}

/*----------------------
------------------------*/
.cards-shadow-xs .card,.cards-shadow-hover-xs .card:hover,.box-shadow-xs{
	-webkit-box-shadow: 0 0 .3rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 0 .3rem rgba(0,0,0,.15)!important;
    -o-box-shadow: 0 0 .3rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .1rem .1rem rgba(0,0,0,.1)!important;
}
.cards-shadow-sm .card,.cards-shadow-hover-sm .card:hover,.box-shadow-sm{
	-webkit-box-shadow: 0 0 .5rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 0 .5rem rgba(0,0,0,.15)!important;
    -o-box-shadow: 0 0 .5rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.1)!important;
}
.cards-shadow-md .card,.cards-shadow-hover-md .card:hover,.box-shadow-md{
	-webkit-box-shadow:0 0 1rem rgba(0,0,0,.075)!important;
    -moz-box-shadow: 0 0 1rem rgba(0,0,0,.075)!important;
    -o-box-shadow: 0 0 1rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.075)!important;
}
.cards-shadow-lg .card,.cards-shadow-hover-lg .card:hover,.box-shadow-lg{
	-webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 2rem rgba(0,0,0,.1)!important;
    -o-box-shadow: 0 0 2rem rgba(0,0,0,.1)!important;
    box-shadow: 0 0 2rem rgba(0,0,0,.1)!important;
}
.cards-shadow-xl .card,.cards-shadow-hover-xl .card:hover,.box-shadow-xl{
	-webkit-box-shadow: 0 0 4rem rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 4rem rgba(0,0,0,.1)!important;
    -o-box-shadow: 0 0 4rem rgba(0,0,0,.1)!important;
    box-shadow: 0 0 4rem rgba(0,0,0,.1)!important;
}
/*----------------------
------------------------*/
.cards-border-1 .card{
	border:.1rem solid #ddd;
}
.cards-border-2 .card{
	border:.2rem solid #ddd;
}
.cards-border-3 .card{
	border:.5rem solid #ddd;
}
/*----------------------
------------------------*/
[class*="cards-round-"] .card{
	overflow:hidden;
}
.cards-round-3 .card{
	border-radius:.3rem;
}
.cards-round-5 .card{
	border-radius:.5rem;
}
.cards-round-7 .card{
	border-radius:.7rem;
}
.cards-round-10 .card{
	border-radius:1rem;
}
.cards-round-100 .card{
	border-radius:10rem;
}
/*----------------------
------------------------*/
.cards-fd .card{
	background:#fdfdfd!important;
}
.cards-fa .card{
	background:#fafafa!important;
}
.cards-f5 .card{
	background:#f5f5f5!important;
}
.cards-fe .card{
	background:#eee!important;
}
.cards-no-bg .card{
	background:none;
}
/*----------------------
------------------------*/
.cards-pad-0 .card,div.cards-pad-0 > .card,div.cards-pad-0 > [class*="col-"] > .card{
	padding:0;
}
.cards-pad-5 .card,div.cards-pad-5 > .card,div.cards-pad-5 > [class*="col-"] > .card{
	padding:.5rem;
}
.cards-pad-10 .card,div.cards-pad-10 > .card,div.cards-pad-10 > [class*="col-"] > .card{
	padding:1rem;
}
.cards-pad-15 .card,div.cards-pad-15 > .card,div.cards-pad-15 > [class*="col-"] > .card{
	padding:1.5rem;
}
.cards-pad-20 .card,div.cards-pad-20 > .card,div.cards-pad-20 > [class*="col-"] > .card{
	padding:2rem;
}
.cards-pad-25 .card,div.cards-pad-25 > .card,div.cards-pad-25 > [class*="col-"] > .card{
	padding:2.5rem;
}
.cards-pad-30 .card,div.cards-pad-30 > .card,div.cards-pad-30 > [class*="col-"] > .card{
	padding:3rem;
}
.cards-pad-40 .card,div.cards-pad-40 > .card,div.cards-pad-40 > [class*="col-"] > .card{
	padding:4rem;
}
.cards-pad-50 .card,div.cards-pad-50 > .card,div.cards-pad-50 > [class*="col-"] > .card{
	padding:5rem;
}
.cards-pad-60 .card,div.cards-pad-60 > .card,div.cards-pad-60 > [class*="col-"] > .card{
	padding:6rem;
}
/*----------------------
------------------------*/
.card-footer{
	padding:0;
	background:#fdfdfd;
}
.card-footer ul li{
	float:left;
}
.card-footer-list-1{
	margin-top:2rem;
	background:#555;
	width:100%;
	display:inline-block;
	margin-bottom:-.5rem;
}
.card-footer-list-1 li{
	border:0;
	color:#fff;
	float:left;
	padding:1rem 2rem;
	border-right:1px solid #999;
	font-size:1.8rem;
}
.card-footer li img{
	width:3rem;
	border-radius:3rem;
}
.card-footer-1{}
.card-footer-2{}
.card-footer-3{}
.card-footer-4{}
.card-footer-5{}
/*---------*/
.cards-padd-0 .card .card-footer{
	padding:2rem 0rem;
}
.cards-padd-5 .card .card-footer{
	padding:1.5rem .5rem;
}
.cards-padd-10 .card .card-footer{
	padding:1.5rem 1rem;
}
.cards-padd-15 .card .card-footer{
	padding:1.5rem 1.5rem;
}
.cards-padd-20 .card .card-footer{
	padding:1.5rem 2rem;
}
.cards-padd-25 .card .card-footer{
	padding:2rem 2.5rem;
}
.cards-padd-30 .card .card-footer{
	padding:2rem 3rem;
}
.cards-padd-40 .card .card-footer{
	padding:2rem 4rem;
}
.cards-padd-50 .card .card-footer{
	padding:2rem 5rem;
}
.cards-padd-60 .card .card-footer{
	padding:2rem 6rem;
}
/*----------------------
------------------------*/
.card.hover-img{
	position:relative;
	overflow:hidden;
	width:100%;
}
.card.hover-img .card-img{
	padding:0;
	background:#000;
}
.card.hover-img:hover .card-img img{
	opacity:.4;
}
.card.hover-img .card-img-overlay{
	color:#fff;
	opacity:0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.5s linear;
}
.card.hover-img-top-bottom .card-img-overlay{
	top:40%;
}
.card.hover-img-bottom-top .card-img-overlay{
	top:60%;
}
.card.hover-img-left-right .card-img-overlay{
	left:-10%;
	right:auto;
}
.card.hover-img-right-left .card-img-overlay{
	right:-10%;
	left:auto;
}
.card.hover-img .card-img-overlay.bg-f{
	opacity:1;
}
.card.hover-img-left-right .card-img-overlay.bg-f{
	left:-100%;
}
.card.hover-img-right-left .card-img-overlay.bg-f{
	right:-100%;
}
.card.hover-img-top-bottom .card-img-overlay.bg-f{
	top:0;
	transform: translateY(-100%);
}
.card.hover-img-bottom-top .card-img-overlay.bg-f{
	bottom:0;
	top:auto;
	transform: translateY(100%);
}
.center-element{
	position:absolute;
	top:50%;
	width:100%;
	transform: translate(0, -50%);
}
.card.hover-img:hover .card-img-overlay{
	top:50%;
	bottom:auto;
	transform: translateY(-50%);
	opacity:1;
}
.card.hover-img img{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.5s linear;
	opacity:1;
}
.card.hover-img-zoom:hover img{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
	opacity:.7;
}
.card.hover-img-left-right.hover-img:hover .card-img-overlay{
	left:0;
}
.card.hover-img-right-left.hover-img:hover .card-img-overlay{
	right:0;
}
.card.hover-border-aimate .card-img-overlay{
	z-index:2;
}
.card.hover-border-aimate .card-img-overlay::after{
	position:absolute;
	top:0;
	left:0;
	right:auto;
	bottom:0;
	height:0;
	width:0;
	content:'';
	z-index:-1;
	border-top:4px solid #fff;
	border-left:4px solid #fff;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.5s linear;
}
.card.hover-border-aimate .card-img-overlay::before{
	position:absolute;
	top:auto;
	left:auto;
	right:0;
	bottom:0;
	height:0;
	width:0;
	content:'';
	z-index:-1;
	border-right:4px solid #fff;
	border-bottom:4px solid #fff;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.5s linear;
}
.card.hover-border-aimate:hover .card-img-overlay::after,.card.hover-border-aimate:hover .card-img-overlay::before{
	height:100%!important;
	height:100%!important;
	width:100%!important;
}

.card.hover-border-aimate1 .card-img-overlay::after{
	position:absolute;
	top:0;
	left:0;
	right:auto;
	bottom:0;
	height:0;
	width:0;
	content:'';
	z-index:-1;
	border-top:4px solid #fff;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.5s linear;
}
.card.hover-border-aimate1 .card-img-overlay::before{
	position:absolute;
	top:auto;
	left:auto;
	right:0;
	bottom:0;
	height:0;
	width:0;
	content:'';
	z-index:-1;
	border-bottom:4px solid #fff;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.5s linear;
}
.card.hover-border-aimate1:hover .card-img-overlay::after,.card.hover-border-aimate1:hover .card-img-overlay::before{
	height:100%!important;
	width:100%!important;
}
.card.hover-display-bottom:hover .card-img-overlay{
	top:auto;
	bottom:0;
	transform: translateY(0%);
}
.card.hover-display-top:hover .card-img-overlay{
	top:0;
	bottom:auto;
	transform: translateY(0%);
}
.card.hover-display-right:hover .card-img-overlay{
	top:0;
	bottom:0;
	right:0;
	transform: translateX(0%);
}
.card.hover-display-left:hover .card-img-overlay{
	top:0;
	bottom:0;
	left:0;
	transform: translatex(0%);
}
.card.hover-img-zoom-100 .card-img-overlay{
	opacity:0;
	-webkit-transform:scale(.5); /* Safari and Chrome */
    -moz-transform:scale(.75); /* Firefox */
    -o-transform:scale(.5); /* Opera */
    transform:scale(.5);
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.cards-hover-shadow .card:hover{
	box-shadow: 0 .3rem .7rem 0 #ddd;
	border:0!important;
}
.cards-hover-border .card:hover{
	border:1px solid #ddd;
}
.cards-hover-up .card:hover{
	margin-top:-1rem;
	border:0!important;
}
/*----------------------
------------------------*/
.cards-shadow-border .card{
	box-shadow:.1rem .1rem .3rem 0 #e5e5e5;
	border:1px solid #ddd;
	border-radius:.7rem;
}
.cards-shadow .card{
	-webkit-box-shadow: 0 .1rem .3rem 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 .1rem .3rem 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 .1rem .3rem 0 rgba(0,0,0,.1);
    box-shadow: 0 .1rem .3rem 0 rgba(0,0,0,.1);
}
.cards-border .card{
	border:1px solid #ddd!important;
}
.cards-border-after .card{
	background:none;
}
.cards-border-after .row{
	overflow:hidden;
}
.cards-border-after .card:after{
	position:absolute;
	right:-2px;
	left:0;
	top:0;
	bottom:-.1rem;
	z-index:-1;
	content:'';
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.cards-bg-body{}
.cards-bg-body .card{
	background:none;
}
.cards-bg-body .card .card-body{
	background:#fff;
	border-radius:.5rem;
	padding:2.5rem;
}
.cards-shadow .card-body,.cards-border.card-body,.cards-shadow-border .card-body{
	padding:2rem 2rem 0 2rem;
}
.card-inline .card-body{
	padding:0!important;
}
.cards-title-upper .card .card-title{
	text-transform:uppercase;
}
.cards.cards-title-800 .card .card-title{
	font-weight:800;
}
.cards.cards-title-700 .card .card-title{
	font-weight:700;
}
.cards.cards-title-600 .card .card-title{
	font-weight:600;
}
.cards.cards-title-500 .card .card-title{
	font-weight:500;
}
.cards.cards-title-400 .card .card-title{
	font-weight:400;
}
.cards.cards-title-300 .card .card-title{
	font-weight:300;
}
.cards-overl .card{
	overflow:hidden;
}
.cards.text-center .card{
	text-align:center!important;
}
.cards.text-left .card{
	text-align:left!important;
}
.cards-3x2 .card{
	padding:3rem 2rem;
}
.cards-4x2 .card{
	padding:4rem 2rem;
	text-align:center;
}
.cards-5x2 .card{
	padding:5rem 2rem;
	text-align:center;
}
.cards-4x3 .card{
	padding:4rem 3rem;
	text-align:center;
}
.cards-5x3 .card{
	padding:5rem 3rem;
	text-align:center;
}
.cards-6x3 .card{
	padding:6rem 3rem;
	text-align:center;
}
/**/
.card-box-default,.card-box-left,.card-box-right,.card-box-top,.card-box-bottom{
	padding:5rem;
	background:#fff;
	color:#333;
	position:relative;
	z-index:1;
}
.card-box-default{
	border-radius:.5rem;
	box-shadow:0 .1rem .2rem 0 #ccc;
}
.card-box-left{
	margin-right:-15rem;
}
.card-box-right{
	margin-left:-15rem;
}
.card-box-top{
	margin-bottom:-15rem;
}
.card-box-bottom{
	margin-top:-15rem;
}
.card-box-sp{
	margin-top:-15rem;
	display:inline-block;
}
/*-------------*/
div.card.card-1x .card-date,div.card.card-1x  .btn{
	margin-top:1rem;
	margin-bottom:0;
}
.cards div.card.card-1x .card-body{
	padding-top:1.5rem!important;
}
div.card.card-1x  [class*="card-text"],div.card.card-1x  [class*="card-subtitle"]{
	margin-top:.8rem;
	margin-bottom:0;
}
.cards div.card.card-2x{}
.cards div.card.card-2x .card-body,.cards-2x div.card .card-body{
	padding-top:2rem!important;
}
div.card.card-2x  .card-date,div.card.card-2x  .btn,.cards-2x div.card .card-date,.cards-2x div.card  .btn{
	margin-top:1.2rem;
	margin-bottom:0;
}
div.card.card-2x  [class*="card-text"],div.card.card-2x  .card-price,div.card.card-2x   [class*="card-subtitle"],.cards-2x div.card [class*="card-text"],.cards-2x div.card  .card-price{
	margin-top:1.3rem;
	margin-bottom:0;
}
.cards div.card.card-3x{}
.cards div.card.card-3x .card-body,.cards-3x div.card .card-body{
	padding-top:2rem;
}
.cards div.card.card-3x .card-price,.cards-3x div.card .card-price{
	padding-top:2rem;
}
div.card.card-3x .btn,.cards-3x div.card .btn{
	margin-top:2rem;
	margin-bottom:0;
}
div.card.card-3x .card-date,.cards-3x div.card .card-date{
	margin-top:1.5rem;
	margin-bottom:0;
}
div.card.card-3x  [class*="card-text"],div.card.card-3x  [class*="card-subtitle"],.cards-3x div.card  [class*="card-text"]{
	margin-top:1.5rem;
	margin-bottom:0;
}
.cards div.card.card-4x{}
.cards div.card.card-4x .card-body{
	padding-top:2.5rem!important;
}
div.card.card-4x  .btn{
	margin-top:2.5rem;
	margin-bottom:0;
}
.card-4x .line-default{
	position:relative;
	margin-bottom:2.5rem;
	padding-bottom:2.5rem;
}
div.card.card-4x .card-date{
	margin-top:2rem;
	margin-bottom:0;
}
div.card.card-4x   [class*="card-text"], div.card.card-4x  [class*="card-subtitle"]{
	margin-top:1.5rem;
	margin-bottom:0;
}
.cards div.card.card-5x{}
.cards div.card.card-5x .card-body{
	padding-top:3rem;
}
.card-5x .line-default{
	position:relative;
	margin-bottom:2.5rem;
	padding-bottom:3rem;
}
div.card.card-5x  .btn{
	margin-top:3.2rem;
	margin-bottom:0;
}
div.card.card-5x .card-date{
	margin-top:2.5rem;
	margin-bottom:0;
}
div.card.card-5x   [class*="card-text"],div.card.card-5x  [class*="card-subtitle"]{
	margin-top:2.2rem;
	margin-bottom:0;
}
.cards div.card.card-6x{}
.cards div.card.card-6x .card-body{
	padding-top:4rem;
}
div.card.card-6x  .btn{
	margin-top:4rem;
	margin-bottom:0;
}
.card-6x .line-default{
	position:relative;
	margin-bottom:3.5rem;
	padding-bottom:4rem;
}
div.card.card-6x .card-date{
	margin-top:3.5rem;
	margin-bottom:0;
}
div.card.card-6x  [class*="card-text"],div.card.card-6x  [class*="card-subtitle"]{
	margin-top:3rem;
	margin-bottom:0;
}
.cards div.card.card-7x{}
.cards div.card.card-7x .card-body{
	padding-top:4.5rem!important;
}
div.card.card-7x  .btn{
	margin-top:5rem;
	margin-bottom:0;
}
div.card.card-7x   [class*="card-text"],div.card.card-7x  [class*="card-subtitle"]{
	margin-top:3.5rem;
	margin-bottom:0;
}
.cards div.card.card-8x{}
.cards div.card.card-8x .card-body{
	padding-top:5rem!important;
}
div.card.card-8x  .btn{
	margin-top:5.5rem;
	margin-bottom:0;
}
div.card.card-8x   [class*="card-text"],div.card.card-8x  [class*="card-subtitle"]{
	margin-top:4rem;
	margin-bottom:0;
}
/*----------------------
------------------------*/
.column-display{
	display:inline-block;
	width:100%;
}
.column-display .card{
	border:0;
	margin-bottom:1.2rem;
}
.column-display .card .card-img-top{
	border-radius:0;
}
.col-count-2{
	column-count:2;
}
.col-count-3{
	column-count:3;
}
.col-count-4{
	column-count:4;
}
.col-count-5{
	column-count:5;
}
.col-count-6{
	column-count:6;
}
.col-count-7{
	column-count:7;
}
.col-count-8{
	column-count:8;
}
.col-count-9{
	column-count:9;
}
.col-count-10{
	column-count:10;
}
.column-gap-0{
	-webkit-column-gap:0;
    -moz-column-gap:0;
	column-gap:0;
}
.column-gap-1{
	-webkit-column-gap:.1rem;
    -moz-column-gap:.1rem;
	column-gap:.1rem;
}
.column-gap-2{
	-webkit-column-gap:.2rem;
    -moz-column-gap:.2rem;
	column-gap:.2rem;
}
.column-gap-3{
	-webkit-column-gap:.3rem;
    -moz-column-gap:.3rem;
	column-gap:.3rem;
}
.column-gap-4{
	-webkit-column-gap:.3rem;
    -moz-column-gap:.4rem;
	column-gap:.4rem;
}
.column-gap-5{
	-webkit-column-gap:.5rem;
    -moz-column-gap:.5rem;
	column-gap:.5rem;
}
.column-gap-10{
	-webkit-column-gap:1rem;
    -moz-column-gap:1rem;
	column-gap:1rem;
}
.column-gap-15{
	-webkit-column-gap:1.5rem;
    -moz-column-gap:1.5rem;
	column-gap:1.5rem;
}
.column-gap-20{
	-webkit-column-gap:2rem;
    -moz-column-gap:2rem;
	column-gap:2rem;
}
.column-gap-25{
	-webkit-column-gap:2.5rem;
    -moz-column-gap:2.5rem;
	column-gap:2.5rem;
}
.column-gap-30{
	-webkit-column-gap:3rem;
    -moz-column-gap:3rem;
	column-gap:3rem;
}
.column-gap-40{
	-webkit-column-gap:4rem;
    -moz-column-gap:4rem;
	column-gap:4rem;
}
.column-gap-50{
	-webkit-column-gap:5rem;
    -moz-column-gap:5rem;
	column-gap:5rem;
}
.column-gap-60{
	-webkit-column-gap:6rem;
    -moz-column-gap:6rem;
	column-gap:6rem;
}
.column-gap-70{
	-webkit-column-gap:7rem;
    -moz-column-gap:7rem;
	column-gap:7rem;
}
.column-gap-80{
	-webkit-column-gap:8rem;
    -moz-column-gap:8rem;
	column-gap:8rem;
}
.column-gap-90{
	-webkit-column-gap:9rem;
    -moz-column-gap:9rem;
	column-gap:9rem;
}
.column-gap-100{
	-webkit-column-gap:10rem;
    -moz-column-gap:10rem;
	column-gap:10rem;
}
.column-gap-150{
	-webkit-column-gap:15rem;
    -moz-column-gap:15rem;
	column-gap:15rem;
}
.column-gap-200{
	-webkit-column-gap:20rem;
    -moz-column-gap:20rem;
	column-gap:20rem;
}
.card-columns.column-gap-ab-1 .card{
	margin-bottom:-1px;
	margin-right:-1px!important;
}
.card-columns.column-gap-0 .card{
	margin-bottom:0;
}
.card-columns.column-gap-1 .card{
	margin-bottom:.1rem;
}
.card-columns.column-gap-2 .card{
	margin-bottom:.2rem;
}
.card-columns.column-gap-5 .card{
	margin-bottom:.5rem;
}
.card-columns.column-gap-10 .card{
	margin-bottom:1rem;
}
.card-columns.column-gap-15 .card{
	margin-bottom:1.5rem;
}
.card-columns.column-gap-20 .card{
	margin-bottom:2rem;
}
.card-columns.column-gap-25 .card{
	margin-bottom:2.5rem;
}
.card-columns.column-gap-30 .card{
	margin-bottom:3rem;
}
.card-columns.column-gap-40 .card{
	margin-bottom:4rem;
}
.card-columns.column-gap-50 .card{
	margin-bottom:5rem;
}
.card-columns.column-gap-60 .card{
	margin-bottom:6rem;
}
.card-columns.column-gap-70 .card{
	margin-bottom:7rem;
}

.card-columns.column-gap-80 .card{
	margin-bottom:8rem;
}


.card-columns.column-gap-90 .card{
	margin-bottom:9rem;
}

.card-columns.column-gap-100 .card{
	margin-bottom:10rem;
}
.card-columns.column-gap-150 .card{
	margin-bottom:15rem;
}
.card-columns.column-gap-200 .card{
	margin-bottom:20rem;
}

/*----------------------
	3.36. Banner
------------------------*/
section.banner{
	color:#fff;  
}
#wrap-body > .banner:first-child{
	padding:0;
	margin-top:0;
}
.banner .card{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	width:100%;
	height:80rem;
	margin:0;
	border:0;
}
.banner  .card .card-img-overlay{
	top: 50%;
	bottom:auto;
	width:100%;
	text-align:center;
	z-index:0;
	padding:2rem;
	display:inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner .card .card-title.line-default{
	padding-bottom:4rem;
}
.banner .card .card-title{
	font-size:7rem;
	font-weight:800;
	line-height:1;
}
.banner .card .card-title-1{
	text-transform:uppercase;
}
.banner .card .card-title-2{
	font-weight:200;
	text-transform:uppercase;
}
.banner .card .card-title-3{
	font-weight:normal;
}
.banner .card .card-title-4{
	font-weight:200;
	font-size:5rem;
	text-transform:uppercase;
	letter-spacing:-.2rem;    
}
.banner .card .card-title-5{
	font-size:10rem;
	text-transform:uppercase; 
	border-bottom:5px solid #fff;
	padding-bottom:2rem;
	display:inline-block;
}
.banner .card .card-title-7{
	font-weight:200;
	text-transform:uppercase;
	letter-spacing:-.5rem;
}
.banner .card .card-title-8{
	font-weight:200;
	font-size:5rem;
	text-transform:uppercase;
	letter-spacing:-.2rem;    
}
.banner .card .card-title-9{
	text-transform:uppercase;
	font-weight:400;
}
.banner .card .card-title-10{
	text-transform:uppercase;
	font-weight:300;
}
.text-center .card-img-overlay,.banner  .card .card-img-overlay.text-left .card-text{
	margin-left:0!important;
	padding:0;
}
.banner .card .card-text{
	max-width:70rem;
	margin:4rem auto 0 auto;
	font-size:1.8rem;
}
.banner .card .card-text-1{
	font-size:2rem;
}
.banner .card .btn{
	margin-top:4rem;
}

/*----------------------
	3.38.Blog
------------------------*/

.blog{}
/**/
.form-comment{}
/**/
.list-comment{}
.list-comment .img{
	margin-right:1.5rem;
}
.list-comment .media-img{
	width:6rem;
}
.list-comment p{
	margin-bottom:.5rem;
}
.list-comment .list li{
	margin-right:1rem;
	color:#4f84c4;
	display:inline;
	font-size:1.4rem;
}
.list-comment  .media{
	margin-bottom:1.5rem;
	border-bottom:1px solid #eee;
}
.list-comment  .media h5{
	font-size:1.7rem;
	margin:0 0 .5rem 0;
}
.list-comment  .media:last-child{
	border:none;
}
.list-comment  .media .media .media-img{
	width:4rem;
}

/*----------------------
	3.39. Product
------------------------*/
.product{}
.product_deal_time{
	text-align:center;
	display:inline-block;
	background:#f5f5f5;
	border-radius:.5rem;
	padding:3rem 2rem 2rem 2rem;
	margin-bottom:2rem;
}
.product_deal_time li{
	display:inline-block;
	text-align:center;
}
.product_deal_time li span{
	display:block;
	width:7.5rem;
	height:7rem;
	line-height:7rem;
	font-size:3rem;
	border-radius:.4rem;
	background:#62c076;
	color:#fff;
	margin:0 1rem;
}
.product_deal_time li  p{
	margin-top:.5rem;
	font-size:1.4rem;
	margin-bottom:0;
}
.product-detail{
	padding-top:6rem;
}
.product-detail h1{
	font-size:3rem;
}
.product-detail .qlt{
	width:8rem;
	border-width:2px;
	height:4.5rem;
	margin-right:1rem;
}
.product-detail .btn{
	background:#f5f5f5;
	margin-right:1rem;
	border-radius:.3rem;
}
.product-detail .share{}
.product-detail .card-price{
	font-size:3rem;
}
.product-detail .rating{}
.product-detail .tag{}
.product-detail .img-desc{
	padding:4rem;
}
.product-detail .nav-tabs{}
.product{
	padding-top:6rem;
	padding-bottom:3rem;
}
.product .card{
	text-align:center;
}
.product .card .card-title{
	font-size:1.8rem;
	font-weight:500;
}
.product-list .card{
	text-align:left;
}
.product-list .card .card-body{
	background:none!important;
	padding-left:0;
	padding-right:0;
}
.iconc{
	width:4.5rem;
	height:4rem;
	background:#fff;
	border:1px solid #eee;
	text-align:center;
	line-height:4rem;
	font-size:1.4rem;
	float:left;
	margin-right:1rem;
	cursor:pointer;
}
.product-filter{
	margin-bottom:3rem;
	border:1px solid #eee;
	background:#fafafa;
	padding:.8rem;
}
.product-filter select{
	height:4rem!important;
	padding:.7rem 1.5rem;
	background:#fff;
	margin:0;
}
.cart .dropdown-menu {
    min-width: 22rem;
    border-radius: 0;
    background: #fff;
	color:#333;
    border: none;
    margin-top:.5rem;
    box-shadow: 1px 1px 2px 0px #ddd;
}
.qly-n .icn{
	height:2.5rem;
	margin-left:-1px;
}
.product-details{}


.cart  .media{
	margin:0;
}
.cart .cart-item{
	position:relative;
	cursor:pointer;
	display:inline-block;
	float:right;
	width:4rem;
	height:4rem;
	font-size:1.8rem;
	text-align:center;
	line-height:4rem;
	margin-top:0rem;
}
.dropdown-toggle::after{
	display:none;
}
.cart .dropdown-menu .media a  img{
	width:5rem;
	margin-right:1rem;
}
.cart .cart-item > span{
	padding:.3rem .5rem;
	line-height:0.9;
	display:inline-block;
	position:absolute;
	top:0px;
	color:#fff;
	font-size:1.3rem;
	border-radius:3rem;
	background:#dc4c46;
	right:-.5rem;
}
.cart  p{
	color:#dc4c46;
	margin-bottom:0;
}
.cart .dropdown-menu .btn{
	padding:1rem 1.5rem;
	color:#fff;
	font-size:1.3rem;
	border-radius:.3rem;
	width:100%;
}
.cart .dropdown-menu li{
	border-bottom:1px solid #eee;
	width:100%;
	padding:1.5rem;
}
.cart .dropdown-menu li span{
	color:#ccc;
}
.cart .dropdown-menu li:last-child{
	border:0;
}
.cart ul  li i{
	background:#f5f5f5;
	padding:.4rem .5rem;
	color:#666;
	font-size:1.3rem;
	cursor:pointer;
	float:right;
	border-radius:.2rem;
	margin-top:.3rem;
}
.cart  strong{
	font-weight:500;
}
.cart-total{
	padding-top:2rem;
	color:#dc4c46;
	font-size:2rem;
	font-weight:bold;
}
.cart .media h4{
	font-size:1.6rem;
	font-weight:500;
	margin-bottom:.7rem;
}

/*----------------------
	3.40. Portfolio
------------------------*/
.portfolio{}

/*----------------------
	3.41. Price Table
------------------------*/

.price-table{}
.price-table .card{
	color:#333;
	text-align:center;
}
.price-table .card .card-header[class*="bg-"]{
	background:none;
	padding:0;
	padding-top:2rem;
	padding-bottom:3rem;
	border:0;
}
.price-table .card .card-header{
	background:none;
	padding:0;
	padding-top:2rem;
	padding-bottom:0;
	border:0;
}
.price-table .card .card-header h3{
	margin-bottom:0;
	margin-top:1rem;
	font-size:2.5rem;
	font-weight:300;
}
.price-table .card .card-header i{
	font-size:4rem;
	margin-top:1rem;
}
.price-table .card .card-header p{
	margin-top:1rem;
}
.price-table .card .card-header .card-price{
	margin-top:1rem;
}
.price-table .card .card-body{
}
.price-table .card  .card-body h3.card-title{
	font-size:2.5rem;
	font-weight:300;
	margin-top:1rem;
}
.price-table .card .card-price{
	font-size:5rem;
	font-weight:300;
	font-family: 'rubik', serif;
	margin-top:0;
}
.price-table .card ul.list li{
	padding:.5rem 0;
	font-size:1.5rem;
}
.price-table .card ul li  strong{
	margin-right:.5rem;
}
.price-table .card ul.list li i{
	color:#00b359;
	margin-right:.5rem;
}
.price-table .card .btn{
	margin-top:3rem;
}
.price-table .card .card-body p{
	font-size:1.5rem;
}
.price-table .card .card-body .btn{
	margin-bottom:.5rem;
}
.price-table .card .card-footer{
	background:none;
	padding:0;
	border:0;
}
.price-table .card .btn{
}
.price-table-1{}
.price-table-1 .card {
	padding:0;
}
.price-table-1 .card .card-header{
	background:none;
	padding:0;
}
.price-table-1 .card .card-header h3{
	background:none;
}
.price-table-1 .card .card-header .card-price-1{
	background:#fafafa;
	padding:1rem;
	border-bottom:1px solid #eee;
}
.price-table-1 .card .card-body{
	padding:2rem;
}
.price-table .arrow-bottom::after{
	margin-left:-1rem;
	margin-right:auto;
	left:50%;
	border-color:#f5f5f5;
}

/*----------------------
	3.42. Testimonial
------------------------*/
.testimonial{
}
.testimonial .card .card-img-overlay,.testimonial.text-center p.card-text {
	max-width:90rem;
	margin: 0 auto;
}
.testimonial .card .card-img {
	margin-bottom:3rem;
}
.testimonial .card .card-img  img{
	max-width:12rem;
	border-radius:50rem;
}
.testimonial .card .card-text{
	font-size:1.8rem;
	margin:0;
}
.testimonial .card .card-text.line-default{
	padding-bottom:3rem;
	margin-bottom:1rem;
}
.quote-after{
	position:relative;
}
.quote-after:before{
	position:absolute;
	top:0;
	left:3rem;
	font-family: 'Abril Fatface', cursive!important;
	content:'\201C';
	font-size:15rem;
	font-weight:200;
	color:rgba(0,0,0,0.2);
	font-weight:900;
}
.author-name-1{
	font-size:1.6rem;
	margin:2.5rem 0 0 0 ;
	font-weight:600;
}
.author-name-2{
	font-size:1.2rem;
	margin:2.5rem 0 0 0 ;
	text-transform:uppercase;
	font-weight:500;
	color:#777;
}
.author-name-3{
	font-size:1.4rem;
	margin:2.5rem 0 0 0;
	font-weight:600;
	color:#999;
	font-style:italic;
}
/**/
.testimonial-1{}
.testimonial-1 .card .card-body{
	background:#fff;
	padding:3rem;
	border-radius:.5rem;
	box-shadow:0 .1rem .2rem 0 #ccc;
}
.testimonial-1 .card .card-body p{
	margin:0;
}
.testimonial-2{}
.testimonial-2 img{
	margin:0;
}
.testimonial-2 .media-body,.testimonial-2 .card-body{
	background:#fff;
	padding:3rem;
	border-radius:.5rem;
	box-shadow:0 .1rem .2rem 0 #ccc;
}
.testimonial-2 .media-body p{ 
	font-size:1.8rem;
	margin:0;
}
/**/
.testimonial-3{}
.testimonial-3 img{
	margin:0;
}
.testimonial-3 .media{
	background:#fff;
	padding:2rem;
	border-radius:.5rem;
	box-shadow:0 .1rem .2rem 0 #ccc;
}
.testimonial-3 .media-body p{ 
	font-size:1.6rem;
}
.testimonial-3 .testimonial-author{
	border-top:1px solid #eee;
	margin-top:1.5rem;
	font-weight:500;
	font-size:1.2rem;
	margin-left:1.5rem;
	text-transform:uppercase;
	padding-top:1.5rem;
	color:#999;
}
/*----------------------
	3.43. Call to action
------------------------*/

section.call_to_action{
	padding:3.5rem 0!important;
}
.banner + .call_to_action{
	margin-top:0;
}
#wrap-body section:last-child.call_to_action,#wrap-body section:last-child.logo-group{
	margin-bottom:0!important;
}
.call_to_action h3{
	font-size:2.8rem;
	font-weight:600;
}
.call_to_action h3 strong{
	font-size:2.5rem;
	font-weight:500;
}
.call_to_action .btn{
	float:right;
}
.call_to_action_inner{
	padding:3rem 4rem;
	border-radius:.4rem;
	margin-top:-6.5rem;
	position:relative;
	z-index:1;
}
.call_to_action_inner_1{
	padding:1.5rem;
	border-radius:.4rem;
	margin-top:-10rem;
	position:relative;
	z-index:1;
	height:10rem;
}
.icn.text-center{
	margin-left:auto!important;
	margin-right:auto!important;
}
.call_to_action_inner_1 h3 .icn{
	float:left;
	background:#fff;
	border-radius:10rem;
	margin-right:1rem;
	margin-left:4rem;
	font-size:2rem;
	margin-top:-.5rem;
}


/*----------------------
	3.44. Satistic
------------------------*/
.cards.statistic{
	text-align:center;
	background:none;
}
.cards.statistic .card{
	background:none;
} 
.cards.statistic .card .card-body{
	padding:0!important;
}
.cards.statistic .card i{
	margin-bottom:2rem;
}
.cards.statistic .card h4.card-title{
	font-weight:600;
	font-size:4.5rem;
	margin:0;
}
.cards.statistic .card p{
	color:#999;
	text-transform:uppercase;
	font-weight:500;
	font-size:1.2rem;
	margin-top:1rem;
}
.cards.statistic-round .card{
	width:20rem;
	height:20rem;
	margin-left:auto;
	background:#fff;
	margin-right:auto;
	border-radius:20rem;
}
.cards.statistic-f .card p{
	color:rgba(255, 255, 255, 0.69);
}
/*----------------------
	3.45. Newsletter
------------------------*/

.newsletetr{}

/*----------------------
	3.46. Team
------------------------*/
.team{}
.team .card .card-body{
	padding-top:2rem;
}
.team  .card h3.card-title{
	font-size:1.8rem;
}
.team  .card p{
	font-size:1.1rem;
	margin-top:1rem;
	font-weight:500;
	margin-bottom:0;
	text-transform:uppercase;
	color:#888;
}
.team  .card .bg-op{
	padding:2rem;
	display:block;
}
.team  .card .bg-op p{
	color:#ccc;
}


/*----------------------
	3.47. Div-grid 
------------------------*/

.div-grid .div-grid-group{
	min-width:90rem;
	background:#fff;
}
.div-grid .div-grid-group-overl{
	min-width:90rem;
	background:#fff;
	height:50rem;
	overflow-y:auto;
	position:relative;
}
.div-grid .row .col-1:first-child{
	text-align:center;
	font-weight:600;
}
.div-grid .card{
	background:none;
}
.div-grid .row{
	margin:0;
	padding-bottom:0;
}
.div-grid .row-0{
	padding-bottom:0!important;
}
.div-grid-border-1 .row [class*="col-"]{
	border:1px solid #eee;
}
.div-grid-border-3 .row{
	border:1px solid #eee;
	margin-bottom:-1px;
}
.div-grid-border-2 .row [class*="col-"] .card{
	border:1px solid #eee;
}
.div-grid  .div-heading .row .card{
	background:#777!important;
	color:#fff;
}
.div-heading [class*="col-"]{
	font-weight:600;
	border:0!important;
}
.list-n-bg .div-body .row:nth-child(2n+2) .card {
    background: #fafafa;
}

/*----------------------
	3.48. Logo Brand
------------------------*/
/*----------------------
	3.49. Menu food
------------------------*/
.menu-food{
	border-bottom:1px solid #888;
	padding-bottom:1.5rem;
}
.menu-food h4{
	font-size:1.6rem;
	font-weight:600;
	margin-bottom:.5rem;
}
.menu-food h4 .col{
	border-bottom:1px dashed #888;
	height:1rem;
	margin-top:.5rem;
	
}
.menu-food h4 span{
	float:right;
	color:#d90000;
}
.menu-food p{
	margin-top:0!important;
	font-size:1.4rem;
	color:#888;
	font-style:italic;
}
.menu-food-1{}
.menu-food-2{}
.menu-food-3{}
.menu-food-4{}
/*menu restaurant*/
.price-ln {
    position: relative;
    width: 100%;
    display: block;
    font-weight:600;
    font-size: 1.8rem;
	margin:0;
}
.price-ln::after {
    position: absolute;
    bottom: .5rem;
    left: 0;
    content: '';
    z-index: 0;
    border-bottom: 1px dashed #ccc;
    height: .2rem;
    width: 100%;
}
.price-ln span, .price-ln a, .price-ln p {
    position: relative;
    top: 0;
    left: 0;
    display: inline;
    background: #fff;
    z-index: 2;
}
.price-ln span {
    float: right;
    font-weight: 600;
    font-family: inherit;
    font-size: 1.8rem;
	color:#dc4c46;
}
.menu-item p{
	color:#999;
	font-size:1.4rem;
}
.menu-item{}
/*----------------------
	3.50.Font
------------------------*/
.font-1{}
.font-1 h1,.font-1 h2,.font-1 h3,.font-1 h4,.font-1 h5,.font-1 h6{
	font-family: 'Montserrat', sans-serif;
}
.font-1 .block-title h2{
	font-size:3rem;
	margin-top:0;
	line-height:1;
	font-weight:800;
	letter-spacing:-.2rem;    
}
/*font-2*/
.font-2{}
.font-2 h1,.font-2 h2,.font-2 h3,.font-2 h4,.font-2 h5,.font-2 h6{
	font-family: 'Oswald', sans-serif;
}
/*font-3*/
.font-3{}
.font-3 h1,.font-3 h2,.font-3 h3,.font-3 h4,.font-3 h5,.font-3 h6{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}
/*font-4*/
.font-4{}
.font-4 h1,.font-4 h2,.font-4 h3,.font-4 h4,.font-4 h5,.font-4 h6{
	font-family: 'Questrial', sans-serif;
	
	line-height:1.3;
}
.font-4 section.cards .card h3.card-title{
	font-size:2rem;
	font-weight:700;
}
.font-4 .block-title h2{
	font-size:3.5rem;
	margin-top:0;
	line-height:1;
	font-weight:800;
}
/*font-5*/
.font-5{}
.font-5 h1,.font-5 h2,.font-5 h3,.font-5 h4,.font-5 h5,.font-5 h6{
	font-family: 'Playfair Display', serif;
}
.font-5 section.cards .card h3.card-title{
	font-size:2.5rem;
}
.font-5 .block-title h2{
	font-size:4rem;
	margin-top:0;
	line-height:1;
	font-weight:600;
}
/*font-6*/
.font-6{}
.font-6 h1,.font-6 h2,.font-6 h3,.font-6 h4,.font-6 h5,.font-6 h6{
	    font-family: 'Muli', sans-serif;
}
.font-6 .block-title h2{
	font-size:3.5rem;
	margin-top:0;
	line-height:1;
	font-weight:700;
}
/*font-7*/
.font-7{}
.font-7 h1,.font-7 h2,.font-7 h3,.font-7 h4,.font-7 h5,.font-7 h6{
	    font-family: 'Open Sans', sans-serif;
}
.font-7 .block-title h2{
	font-size:3.5rem;
	margin-top:0;
	line-height:1;
	font-weight:700;
}
/*font-7*/
.font-8{}
.font-8 h1,.font-8 h2,.font-8 h3,.font-8 h4,.font-8 h5,.font-8 h6{
	    font-family: 'Lora', serif;
}
.font-8 .block-title h2{
	font-size:4rem;
	margin-top:0;
	line-height:1;
	font-weight:600;
}
/*font-9*/
.font-9{}
.font-9 h1,.font-9 h2,.font-9 h3,.font-9 h4,.font-9 h5,.font-9 h6{
	    font-family: 'Rubik', sans-serif;
}
.font-9 .block-title h2{
	font-weight:500;
}
.font-9 .cards .card .card-title{
	font-weight:600;
}
/*font-9*/
.font-10{}
.font-10 h1,.font-10 h2,.font-10 h3,.font-10 h4,.font-10 h5,.font-10 h6{
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.font-10 .block-title h2{
	font-weight:500;
}
.font-10 .cards .card .card-title{
	font-weight:500;
}
.font-11{}
.font-11 h1,.font-11 h2,.font-11 h3,.font-11 h4,.font-11 h5,.font-11 h6{
	    font-family:'Bad Script', cursive;
		font-weight:500;
}
/*----------------------
	4.Javascript
------------------------*/
/*----------------------
	4.1.Owl Coursel
------------------------*/

.owl-carousel .card{
	margin-bottom:0!important;
}
.owl-theme  .owl-nav .owl-prev,.owl-theme  .owl-nav .owl-next{
	height:3.5rem;
	width:3.6rem;
}
.owl-theme  .owl-nav .owl-prev span,.owl-theme  .owl-nav .owl-next span{
	display:none;
}
.owl-theme .owl-nav .owl-prev{
	right:5rem;
}
.owl-theme .owl-nav  .owl-prev::before{
	content:'\f053';
	font-family: FontAwesome;
}
.owl-theme .owl-nav  .owl-next::before{
	content:'\f054';
	font-family: FontAwesome;
}
.owl-nav-1  .owl-nav .owl-prev,.owl-nav-1  .owl-nav .owl-next{
	background:none;
	border-radius:0;
	position:absolute;
	opacity:1;
	padding:.5rem 1.2rem;
	top:-5rem;
	right:1rem;
	height:3.5rem;
	width:3.8rem;
	font-family:FontAwesome;
	text-transform:uppercase;
	color:#999;
	font-size:1.4rem;
	background:#fff!important;
	display:inline-block;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.owl-nav-1  .owl-nav  .owl-prev:after,.owl-nav-1 .owl-nav .owl-prev:before,.owl-nav-1 .owl-nav  .owl-next:after,.owl-nav-1 .owl-nav  .owl-next:before{
	position:absolute;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:1.2rem;
	background:#666;
	height:.2rem;
	text-align:center;
}
.owl-nav-1 .owl-nav .owl-prev{
	right:5rem;
}
.owl-nav-1  .owl-nav  .owl-prev:after{
	top:1.5rem;
	right:1.2rem;
	transform: rotate(-45deg);
}
.owl-nav-1 .owl-nav .owl-prev:before{
	top:2.2rem;
	right:1.2rem;
	transform: rotate(45deg);
}
.owl-nav-1 .owl-nav  .owl-next:after{
	top:1.5rem;
	right:1.2rem;
	transform: rotate(45deg);
}
.owl-nav-1 .owl-nav  .owl-next:before{
	top:2.2rem;
	right:1.2rem;
	transform: rotate(-45deg);
}
.owl-dots-1 .owl-dots {
	margin-top:2rem;
}
.owl-dots-1 .owl-dots button.owl-dot span{
	width:3.5rem;
	height:.5rem;
	border-radius:0;
	margin:.2rem;

}
/*----------------------
	4.2.Preloader
------------------------*/

.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background:#fff;
}
.preloader i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-4rem 0 0 -4rem;
	font-size:3rem;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	} 
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	} 
}
/*----------------------
	4.3. Sideshow
------------------------*/
@-webkit-keyframes zoominout {
    from {
    	-webkit-transform: scale(1.7,1.7);
		-webkit-transform-origin: 10% 10%;
		
	}
    to {
    	-webkit-transform: scale(3,3);
		-webkit-transform-origin: 20% 50%;
		
	}
}

/* Standard syntax */
@keyframes zoominout {
	from{
        transform: scale(1.7,1.7);
		transform-origin: 10% 10%;
		
	}
	to {
        transform: scale(3,3);
		transform-origin: 30% 50%;
		
	}
}

.zoominout  {
    -webkit-animation: zoominout 10s linear infinite; /* Chrome, Safari, Opera */
    animation: zoominout 10s linear infinite;
}
/*----------------------
	4.4.Coursel
------------------------*/

.coursel{}
.active.carousel-item-next.carousel-item-left,
.active.carousel-item-prev.carousel-item-right {
}
.active.carousel-item-left,
.active.carousel-item-right {
}
.carousel-item.active{
	z-index:8;
	
}
.carousel-item-next,
.carousel-item-prev {

}
.carousel-indicators{
	bottom:4rem!important;
}
.carousel-indicators-1{
	position:absolute;
	right:0;
	top:45%;
	left:auto;
	z-index:999!important;
	margin-right:5%;
	display:block!important;
}
.carousel-indicators-1 li{
	display:block!important;
	margin-bottom:1rem;
	width:15px;
	background:none;
	border:1px solid #fff;
	height:15px;
}
.carousel-indicators-2 li{
	display:block!important;
	margin-bottom:1rem;
	width:15px;
	border-radius:10rem;
	height:15px;
}
.carousel-indicators-3{
	position:absolute;
	right:0;
	top:45%;
	left:auto;
	margin-right:5%;
	display:block!important;
}
.carousel-indicators-3 li{
	display:block!important;
	margin-bottom:1rem;
	width:15px;
	background:none;
	border:2px solid #fff;
	border-radius:10rem;
	height:15px;
}
.delay-01s{
	animation-delay: 0.1s;
}
.delay-02s{
	animation-delay: 0.2s;
}
.delay-03s{
	animation-delay: 0.3s;
}
.delay-04s{
	animation-delay: 0.4s;
}
.delay-05s{
	animation-delay: 0.5s;
}
.delay-06s{
	animation-delay: 0.6s;
}
.delay-07s{
	animation-delay: 0.7s;
}
.delay-08s{
	animation-delay: 0.8s;
}
.delay-09s{
	animation-delay: 0.9s;
}
.delay-1s{
	animation-delay: 1s;
}
.delay-11s{
	animation-delay: 1.1s;
}
.delay-12s{
	animation-delay: 1.2s;
}
.delay-13s{
	animation-delay: 1.3s;
}
.delay-14s{
	animation-delay: 1.4s;
}
.delay-15s{
	animation-delay: 1.5s;
}
.delay-16s{
	animation-delay: 1.6s;
}
.delay-17s{
	animation-delay: 1.7s;
}
.delay-18s{
	animation-delay: 1.8s;
}
.delay-19s{
	animation-delay: 1.9s;
}
.delay-2s{
	animation-delay: 2s;
}
.delay-3s{
	animation-delay: 3s;
}
.delay-4s{
	animation-delay: 4s;
}
.delay-41s{
	animation-delay: 4.1s;
}
.delay-42s{
	animation-delay: 4.2s;
}
.delay-5s{
	animation-delay: 5s;
}
/*----------------------
	4.5.Light Box
------------------------*/

.light-box{}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*----------------------
	5.Footer
------------------------*/

footer{
	background:#111;
	position:relative;
}
footer .tag li{
	float:left;
}
/*----------------------
	Footer
------------------------*/

.footer-top{
	padding:7rem 0 6rem 0;
}
footer p{
	margin-bottom:0;
	font-size:1.5rem;	
}
.footer-top .footer-title{
	position:relative;
	margin-bottom:2rem;
}
.footer-top .title{
	font-size:1.6rem;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:3rem;
}
.footer-top .footer-title::after{
	position:absolute;
	bottom:.1rem;
	left:0;
	content:'';
	z-index:0;
	border-bottom:1px solid #555;
	width:100%;
	height:1rem;
}
.footer-top ul.list.list-inline li a{
	padding: 0 1rem;
}
.footer-top ul.list1 li a{
    font-size: 1.5rem;
    border-bottom: 1px dashed #333;
    padding: .7rem 0;
}
.footer-top ul.list1{
	margin-top:-10px;
}
.footer-top ul.list{
	margin-top:-4px;
}
.footer-top ul.list li {
	font-size:1.5rem;
}
.footer-top ul.list li:last-child{
	border:0;
}
.footer-top ul.list li a{
	font-size:inherit;
}
.footer-top .tag li a{
	border:1px solid #666;
	padding:.5rem 1rem;
	text-transform:capitalize;
	font-size:13px;
}
footer.fixed-bottom{
	z-index:0!important;
}
/*----------------------
	Footer bottom
------------------------*/
.footer-bottom {
	background:#0c0c0c;
}
.footer-bottom p{
	padding:1.6rem 0;
	text-transform:uppercase;
	font-size:1.2rem;
	margin-bottom:0;
	font-weight:500;
}
.footer-bottom  a{
	font-size:inherit;
}
.rec-img .card{
	height:12rem;
	overflow:hidden;
	
	border:4px solid #fff;
}
.rec-img-dark .card{
	border:4px solid #333;
}
/*----------------------
	6.Media Query
------------------------*/
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
	.header-left + #wrap-body .container{
			max-width:1040px;
	}
	.header-left + #wrap-body  + footer .container{
			max-width:1040px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
	.menu-nav ul.menu > li  > a{
		padding:2rem 1.5rem!important;
	}
	.rec-img .card{
		height:9rem;
	}

}
@media (max-width: 991px){
	.rec-img .card{
		height:8rem;
	}
	#map{
		height:40rem!important;
	}
	/*logo*/
	.logo img{	}
	.header-1 + #wrap-body > section:first-child{
		margin-top:7rem!important;
	}
	.header-2 + #wrap-body > section:first-child{
		margin-top:10.8rem!important;
	}
	.header-3 + #wrap-body > section:first-child{
		margin-top:3.8rem!important;
	}
	.header-fixed + #wrap-body > section:first-child{
			margin-top:7.4rem!important;
	}
	/*menu*/
	.menu-nav{
		float:right;
	}
	.menu-btn-close{
		position:absolute;
		top:0;
		left:-5rem;
		float:right;
		margin-top:0rem;
		cursor:pointer;
		z-index:9999;
		width:5rem;
		height:5rem;
		text-align:center;
		line-height:5rem;
		display:block;	
		font-size:1.8rem;
		color:#fff;
		background:#222;
	}
	.menu-btn-close::before{
		content:'\f00d';
		color:#fff;
		font-family: FontAwesome;
	}
	.menu-btn{
		float:right;
		margin-top:0rem;
		cursor:pointer;
		z-index:9999;
		width:6rem;
		height:6rem;
		text-align:center;
		line-height:6rem;
		display:block;	
		font-size:1.8rem;
		color:inherit;
		background:inherit;
	}
	.bg-2 .menu-btn,.bg-2 .search-box button{
		color:#fff;
	}
	.bg-md-f{
		background:#fff;
	}
	.menu-btn.active::before{
		content:'\f00d';
	}
	.menu-btn::before{
		content:'\f0c9';
		font-family: FontAwesome;
	}
	.menu-nav .menu-wrap{
		background:#222;
		position:fixed;
		top:0;
		right:-25rem;
		width:20rem;
		z-index:100;
		bottom:0;	
		text-align:left;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	.menu-nav ul.menu{
		overflow-y:auto;
		background:#222;
		height:100%;
	}
	.menu-nav ul li{
		width:100%;
	}
	.menu-nav ul.menu > li a{
		padding:1.2rem 2rem!important;
		color:#fff;
		border-bottom:1px solid #444!important;
		width:100%;
		font-size:1.2rem;
	}
	.menu-nav ul.menu > li > .sub-menu{
		position:relative;
		min-width:100%;
	}
	.menu-nav ul.menu > li > .sub-menu li {
		display:block;
	}
	.menu-nav ul.menu > li > .sub-menu li a{
		background:#333;
		color:#ccc;
		padding:1.2rem 2rem!important;
		border-bottom:1px solid #555;
		display:block;
	}
	.menu-nav ul.menu > li > .sub-menu li a:hover{
		background:#222;
	}
	.menu-drop-arrow .menu-nav ul.menu > li > .sub-menu::after,.menu-style-1{
		display:none!important;
	}
	.menu-nav ul.menu ul.sub-menu {
		padding:0;
		box-shadow:0 0 0 0 #ddd;
	}
	/*banner*/
	.banner .card{
		height:70rem!important;
	}
	.banner .card h1{
		font-size:5rem;
	}
	.banner .card p.card-text{
		font-size:1.6rem!important;
	}
	/*skew*/
	[class*="skew"],.srest {
		-webkit-transform: none!important;
		transform: none!important;
	}
	/*page-title*/
	.page-title .card{
		height:20rem!important;
	}
	/*card*/
	.card-columns{
		column-count:2!important;
	}
	.text-bg:before,.text-rotate{
		display:none;
	}
	div.bg-menu{
		background:none!important;
	}
	div.bg-menu .menu-btn{
		color:#333;
	}
	h2{
		font-size:3rem;
	}
	.block-title h2{
		font-size:3rem;
	}
	.cards .card  .card-body h3.card-title{
		font-size:2rem;
	}
}
@media (max-width: 767px){
	[class*="card-box-"]{
		padding:0;
		box-shadow:0 0 0 #fff!important;
		border:0;
		margin:0!important;
	}
	.page-title .card h1.card-title{
		font-size:3rem!important;
		margin-bottom:1.5rem!important;
	}
	.page-title p{
		font-size:1.8rem!important;
	}
	.block-title{
		margin-bottom:4rem!important;
		margin-top:.5rem;
	}
	.block-title h2{
		font-size:2.5rem!important;
	}
	.banner .card{
		height:60rem!important;
	}
	.banner .card h1.card-title{
		font-size:4rem;
	}
	.banner .card h2.card-title{
		font-size:3rem!important;
	}
	.statistic .card i{
		font-size:3rem;
	}
	.statistic .card h4.card-title{
		font-size:3.5rem!important;
	}
	.statistic .card p{
		font-size:1.1rem!important;
	}
	.card [class*="card-subtitle"]{
		font-size:2rem!important;
	}
	.card .card-text{
		font-size:1.5rem!important;
	}
	[class*="cards-title"] .card h2.card-title{
		font-size:2.2rem!important;
	}
	[class*="spacing-"]{
		letter-spacing:0!important;
	}
	.card-columns{
		column-count:1!important;
	}
	.call_to_action  .btn{
		float:left!important;
		margin-top:1rem;
	}
	.footer-top{
		padding:5rem 0!important;
	}
	.footer-top .container > .row > [class*="col-"]{ 
		margin-bottom:4rem;
	}
	.after-bg:after,.bga:after{
		display:none;
	}
	section{
		position:relative;
		padding-top:7rem;
	}
	section[class*="bg-"]{ 
		margin-top:7rem;
		padding-bottom:7rem;
	}
	#wrap-body section:last-child {
		margin-bottom: 7rem;
	}
	.btn{
		padding:1.2rem 2rem!important;
		font-size:1.1rem!important;
	}
	.btn.btn-lg{
		padding:1.4rem 3.5rem!important;
		font-size:1.1rem!important;
	}
	.texta-1{
		margin-bottom:2rem;
	}
	.texta-1 h4{
		font-size:6rem!important;
	}
	.texta-1 p{
		font-size:1.8rem!important;
	}
	.card h3.card-title{
		font-size:2.2rem!important;
	}
	.text-rotate{
		display:none;
	}
	.card-box-default{
		padding:3rem;
	}
	h1{
		font-size:4rem;
	}
	h2{
		font-size:3rem!important;
		margin-top:-.5rem!important;
	}
	h3{  
		font-size:2.2rem!important;
	}
	h4{
		font-size:1.7rem!important;
	}
	h5{
		font-size:1.6rem!important;
	}
}
@media (max-width: 575px){
	[class*="cards-padd-"] .card .card-body,[class*="cards-pad-"] .card{
		padding:2rem!important;
	}
	
	p{
		font-size:1.5rem!important;
	}
	h1{
		font-size:3.5rem;
	}	
	.mn-xs-1 .menu-btn{
		margin-top:-7.7rem;
	}
	
}