/*
	File: style.css
	Version: 1.0	
	
	1.Reset
	2.Header
		2.1.Logo
		2.2.Top Header
		2.3.Main Header
		2.4.Menu
		
	3.Element
		3.1. Form
		3.2. Button
		3.3. List
		3.4. Search
		3.5. Box
		3.6. Tooltip
		3.7. Bgn
		3.8. Row
		3.9. Media object
		3.10. Pagination
		3.11. Breadcrumb
		3.12. Timeline
		3.13. Shap
		3.14. bg-pos
		3.15. Images
		3.16. Arrow
		3.17. Alerts
		3.18. Text
		3.19. Line
		3.20. Border
		3.21. After / Before
		3.22. Rating
		3.23. Tag
		3.24. Icn
		3.25. Process
		3.26. Block Title
		3.27. Page Title
		3.28. Slider
		3.29. Accordion
		3.30. Progress
		3.31. Mansory
		3.32. Tabs
		3.33. Dropdown
		3.34. Card
		3.35. Column
		3.36. Banner
		3.37. Blog
		3.38. Product
		3.39. Portfolio
		3.40. Price Table
		3.41. Testimonial
		3.42. Call to action
		3.43. Satistic
		3.44. Newsletter
		3.45. Error 404
		3.46. Team
		3.47. Client
		3.48. Event
		3.49. Logo Brand
		3.50. Other
		
	4.Javascript
		4.1.Owl-coursel
		4.2.Reloader
		4.3.Light Box
		
	5.Footer		
	6.Media Query
---------------------------*/

/*----------------------
	1.Reset
------------------------*/
html{
	font-size:62.5%;
	
}
body{
	overflow-x: hidden!important;
	line-height:1.6;
	font-family: 'Poppins', 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;
}	
h1{
	font-size:7rem;
}
h2{
	font-size:4.5rem;
	font-weight:700;
}
h3{
	font-size:2.5rem;
	font-weight:700;	
}
h4{
	font-size:2rem;
	font-weight:700;	
}
h5{
	font-size:1.8rem;
	font-weight:700;	
}
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{
	position:relative;
	background:#fff;
}
#wrap-body{}
#wrap-body > section:last-child{
	margin-bottom:12rem;
}
#wrap-body > .banner:first-child + section[class*="bg-"]{
	margin-top:0;
}
#wrap-body > :first-child .banner{
	padding:0;
}
#wrap-body > :last-child  section{
	margin-bottom:12rem;
}
#wrap-body > :last-child section[class*="bg-"],#wrap-body > section[class*="bg-"]{
	margin-bottom:0;
}
section,footer,header{
	width:100%;
	clear:both;
}
section,.client.cards{
	position:relative;
	padding-top:12rem;
}
section[class*="bg-"],.client.cards[class*="bg-"]{ 
	margin-top:12rem;
	padding-bottom:12rem;
}
section[class*="bg-"] + section[class*="bg-"],div.client[class*="bg-"] + section[class*="bg-"]{
	margin-top:0;
}
/*--------------
2.2.Section
----------------*/
section,footer,header,.footer-bottom{
	width:100%;
	clear:both;
}
#wrap-body section:last-child{
	margin-bottom:12rem;
}
section{
	position:relative;
	padding-top:12rem;
}
section[class*="bs-"]{ 
	margin-top:12rem;
	padding-bottom:12rem;
}
/*----------------------
	2.Header
------------------------*/
header{
	position:relative;
	z-index:999;
}
/*----------------------
	2.1.Logo
------------------------*/
.logo img{
	margin:2rem 0;
	height:4rem;
}
.header-overlay .logo img{
	margin:2.5rem 0;
}
/*----------------------
	2.2.Top Header
------------------------*/
header .top-header{
	z-index:87;
	position:relative;
	border-bottom:1px solid rgba(225, 225, 225, 0.4);
}
header .top-header p{
	font-size:1.3rem;
	padding:1rem 0;
	margin-bottom:0;
	text-transform:capitalize;
	font-weight:600;
}
header .top-header ul > li{
	padding:1.1rem 1.8rem;
	float:left;
	font-size:1.3rem;
	font-weight:600;
	border-right:1px solid rgba(225, 225, 225, 0.4);
}
header .top-header ul > li > a{
	font-size:inherit;
	text-transform:inherit;
	color:inherit;
}
header .top-header ul.list-top-1  > li{
	border:0!important;
	padding-left:0;
	padding-right:1rem;
}
header .top-header ul.list-top-1  > li:after{
	content:'';
	border-right:1px solid rgba(225, 225, 225, 0.4);
	padding-right:1rem;
}
header .top-header.bg-f{
	border-bottom:0!important;
}
header .top-header ul.list-top-1  > li:last-child:after{
	display:none;
}
header .top-border-f.top-header{
	border-bottom:0;
}
header .top-border-f.top-header ul.list-top-1  > li:after,header .top-border-f.top-header  ul.list-top  > li{
	border-color:rgba(255, 255, 255, 0.4);
}
header .icns .icn i{
	font-size:1.4rem;
}
header .border-bottom{
	border:1px solid rgba(225, 225, 225, 0.4)!important;
}
/*----------------------
	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 .main-header{
	position: fixed;
	top:0;
	z-index:999;
	background:#fff;
}
.header-fixed.smaller .main-header{
	box-shadow:0 .1rem .5rem 0 #eee;
}
.header-fixed + #wrap-body > section:first-child{
	margin-top:8rem!important;
}
header ul.list-li li{
	font-size:1.7rem;
	font-weight:600;
}
/**/
.header-overlay{
	position:absolute;
	top:0;
	z-index:999;
	width:100%;
	color:#fff;
}
/**/
.header-overlay-fixed{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	color:#fff;
}
.header-overlay-fixed.smaller .main-header{
	background:#333;
	color:#fff;
	z-index:999;
}
[class*='header-overlay'] + #wrap-body > .banner .card-img-overlay{
	margin-top:1rem;
}
/**/
.header-right,.header-left{
	position:fixed;
	top:0;
	bottom:0;
	width:22rem;
	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:22rem;
}
.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;
}
/*----------------------
	2.4 Menu
------------------------*/
.menu-nav{
	position:relative;
	z-index:999;
}
.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.4rem;
	font-weight:600;
	-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;
}
/*sub menu*/
.menu-nav ul.menu ul.sub-menu{
	position:absolute;
	top:120%;
	z-index:-9999!important;
	background-color: rgba(0, 0, 0, 0.8);
	text-align:left;
	width:100%;
	visibility:hidden;
	min-width:20rem;
	max-width:auto;
	padding:1rem 0;
	border-radius:0;
	opacity:0;
	-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:hover > ul.sub-menu{
	opacity:1;
	top:100%;
	z-index:999;
	visibility:visible;
}
.menu-nav ul.menu ul.sub-menu li{
	position:relative;
	display:block;
	width:100%;
}
.menu-nav ul.menu ul.sub-menu > li.drp:after{
	content:'+';
	position:absolute;
	right:1rem;
	top:15%;
	color:#fff;
}
.menu-nav ul.menu ul.sub-menu > li.drp:hover:after{
	color:#999;
}
.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{
	top:0!important;
	padding:1rem 0;
	left:100%;
}
.menu-nav ul.menu ul.sub-menu li a{
	border-radius:0;
	padding:.6rem 2rem;
	display:block;
	font-weight:500;
	font-size:1.4rem;
	text-transform:capitalize;
	color:#fff;
	position:relative;
}
.menu-nav ul.menu ul.sub-menu li:hover > a{
	color:#aaa;
}
/*----Sub menu light----*/
.sub-menu-light.menu-nav ul.menu ul.sub-menu > li.drp:after{
	color:#333;
}
.sub-menu-light.menu-nav ul.menu ul.sub-menu li:hover > a{
	color:#999;
}
.sub-menu-light.menu-nav ul.menu li ul.sub-menu,.sub-menu-light.menu-nav ul.menu  ul.sub-menu ul.sub-menu{
	background:#fff;
}
.sub-menu-light.menu-nav ul.menu ul.sub-menu li a{
	color:#333;
}
/*------Menu size----------*/
.mn-sm ul.menu > li > a{
	padding:2.2rem 2rem;
}
.mn-md ul.menu > li > a{
	padding:3rem 2rem;
}
.mn-lg ul.menu > li > a{
	padding:4.5rem 2rem;
}
.mn-xl ul.menu > li > a{
	padding:5.5rem 2rem;
}
/*------Menu-column----------*/
.menu-column{
	padding:3rem!important;
}
.menu-column > li{
	float:left!important;
	width:12.5%!important;
}
.menu-column > li a{
	text-transform:uppercase;
	font-size:1.2rem;
	display:block;
	color:#eee;
	border:1px solid #333;
	margin-bottom:-1px;
	margin-right:-1px;
	padding:.7rem 2rem!important;
}
.sub-menu-light .menu-column > li a{
	border-color:#eee;
}
.menu-column li a:hover{
	color:#ccc;
}
/**/
/*-------menu 2---------*/
.menu-2 .menu-nav ul.menu li ul.sub-menu,.menu-2 .menu-nav ul.menu  ul.sub-menu ul.sub-menu{
	top:0%;
	background-color:#fff;
	display:none;
	z-index:9999;
}
.menu-2{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:30rem;
	background:#fff;
	height:0;
	overflow:hidden;
	z-index:1002;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align:left;
	color:#333;
	
}
.menu-2 .menu-nav ul.menu{
	padding-left:4rem;
	text-align:left;
}
.header-fixed .menu-2{
	top:8rem;
}
.menu-2 .menu-nav ul.menu ul.sub-menu{
	position:static;
	padding:0;
}
.menu-2 .menu-nav ul.menu ul.sub-menu ul.sub-menu{
	padding:.5rem 0;
}
.menu-2 .menu-nav ul.menu ul.sub-menu > li{
	margin-left:1rem;
}
.menu-2 .menu-nav ul.menu li ul.sub-menu li a{
	color:#666;
	font-size:1.8rem;
	display:inline-block;
}
.menu-2 .menu-nav ul.menu li ul.sub-menu li li a{
	color:#888;
	font-size:1.6rem;
	padding-left:1rem;
}
.menu-2 .menu-nav ul.menu li.drp > a:before{
	position:absolute;
	top:22%;
	left:-1rem;
	z-index:1;
	content:'+';
	font-weight:400;
	font-size:2rem;
}
.menu-2 .menu-nav ul.menu li li.drp > a:before{
	position:absolute;
	top:10%;
	left:0;
	z-index:1;
	content:'+';
	font-weight:400;
	font-size:2rem;
}
.menu-2 .menu-nav .menu{
	margin-top:7rem;
	overflow-y:auto;
	overflow-x:hidden;
	max-height:40rem;
}
.menu-2 .menu-nav .menu:after{
	position:absolute;
	width:3rem;
	right:0;
	height:100%;
	top:0;
	background:#fff;
	content:'';
}
.menu-2 .menu-nav ul.menu li{
	display:block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:0;
}
.menu-2 .menu-nav ul.menu li:nth-child(1) {
    transform: translateY(2rem);
}
.menu-2 .menu-nav ul.menu li:nth-child(2) {
    transform: translateY(6rem);
}
.menu-2 .menu-nav ul.menu li:nth-child(3) {
    transform: translateY(12rem);
}
.menu-2 .menu-nav ul.menu li:nth-child(4) {
    transform: translateY(16rem);
}
.menu-2 .menu-nav ul.menu li:nth-child(5) {
    transform: translateY(20rem);
}
.menu-2 .menu-nav ul.menu li:nth-child(6) {
    transform: translateY(24rem);
}
.m-open{
	box-shadow:0 0 .5rem 0 #ccc;
}
.m-open.menu-2 .menu-nav ul.menu li{
    transform: translateY(0) !important;
	opacity:1;
}
.m-open.menu-2{
	height:100%;
}
.m-open.menu-2 .menu-nav ul.menu li.active > ul.sub-menu,.m-open.menu-1 .menu-nav ul.menu li.active > ul.sub-menu{
	display:block;
	visibility:visible;
	opacity:1;
}
.menu-2 .menu-nav ul.menu li a{
	padding:1rem;
	font-size:2rem;
	font-weight:600;
	text-transform:capitalize;
	position:relative;
}
.menu-2 .menu-nav ul.menu li a:after{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	content:'';
	width:0;
	height:.2rem;
	background:#333;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-2 .menu-nav ul.menu li a:hover:after{
	width:100%;
}
.menu-nav .box-close{
	position:fixed;
	top:3rem;
	left:auto;
	right:3rem;
    z-index: 9999;
    cursor: pointer;
    width: 2.5rem;
	display:none;;
    height: 2.5rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border: 0;
}
.m-open .menu-nav .box-close{
	display:block;
}
/*--------menu 2---------*/
.menu-3{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:0;
	visibility:hidden;
	position:relative;
	z-index:-1;
	margin-right:-5rem;
}
.menu-3 .menu-nav ul.menu li{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.menu-3 .menu-nav ul.menu li:nth-child(1) {
    transform: translateX(1rem);
}
.menu-3 .menu-nav ul.menu li:nth-child(2) {
    transform: translateX(2rem);
}
.menu-3 .menu-nav ul.menu li:nth-child(3) {
    transform: translateX(3rem);
}
.menu-3 .menu-nav ul.menu li:nth-child(4) {
    transform: translateX(4rem);
}
.menu-3 .menu-nav ul.menu li:nth-child(5) {
    transform: translateX(5rem);
}
.menu-3 .menu-nav ul.menu li:nth-child(6) {
    transform: translateX(6rem);
}
.m-open.menu-3{
	margin-left:0;
	opacity:1;
}
.m-open.menu-3 .menu-nav{
	z-index:0;
	visibility:visible;
}
.m-open.menu-3 .menu-nav ul.menu li{
    transform: translateX(0) !important;
}

/*----------------------
	3. Element
------------------------*/
/*----------------------
	3.1. Form
------------------------*/
form .btn{}
form label{
	font-size:1.4rem;
	font-weight:600;	
	text-transform:uppercase;
}
.form-control{
	border:.1rem solid #ddd;
	border-radius:0;
	box-shadow:none;
	font-size:1.5rem;
	height:auto;
	padding:1rem 1.5rem;
}
/**/
.form-control-sm{
	padding:.8rem 1.5rem;
}
.form-control-lg{
	padding:1.2rem 1.5rem;
}
.form-control-xl{
	padding:2rem 1.5rem;
}
/**/
.form-sm .form-control{
	padding:.8rem 1.5rem;
}
.form-lg .form-control{
	padding:1.2rem 1.5rem;
}
.form-xl .form-control{
	padding:1.8rem 1.5rem;
}
/**/
form .btn{
	margin-top:1rem;
}
.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;
	font-size:1.3rem;
}
.custom-control-label::after,.custom-control-label::before{
	top:.1rem;
	width:1.8rem;
	height:1.8rem;
	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:.1rem;
	font-size:1.2rem;
	padding:1.2rem 2.5rem;
	outline:none!important;
	font-weight:600;
	cursor:pointer;
	background:#eee;
	position:relative;
	text-transform:uppercase;
	color:#333;
}
.btn[class*="bg-"]{
	color:#fff;
}
/**/
.btn-sm{
	padding:.8rem 1.5rem;
}
.btn-md{
	padding:1.4rem 2.7rem;
}
.btn-lg{
	padding:1.5rem 3rem;
	font-size:1.3rem;
}
.btn-xl{
	padding:1.8rem 4rem;
	font-size:1.5rem;
}
.btn-xll{
	padding:2.2rem 5rem;
}
/**/
.btn[class*="border-"]{
	background:none;
	color:inherit;
}
/**/
.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:1.8rem 5rem;
}
/**/
.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;
	background:none;
}
.btn-shadow-3{
	position:relative;
	border-radius:0;
	border:1px solid #555;
	box-shadow:3px 3px 0 0 #555;
	background:none;
}
.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;
}
.btn.bg-default{
	border:0;
}
/**/
.btn-icon{
	-ms-flex-align: center!important;
    align-items: center!important;
    background-color: white;
	display: -ms-inline-flexbox!important;
    display: inline-flex!important;
	padding:1rem 1rem 1rem 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{}
.btn-l{
	position:relative;
	padding-left:3.5rem!important;
	border-width:1px;
}
.btn-l:after{
	position:absolute;
	left:1rem;
	top:48%;
	width:2rem;
	height:.1rem;
	background:#333;
	content:'';
}
.btn.btn-arrow-icon{
	position:relative;
	padding-right:4rem!important;
}
.btn-lg.btn-arrow-icon{
	position:relative;
	padding-right:5rem!important;
}
.btn-arrow-icon:before{
	position:absolute;
	right:2rem;
	font-family: FontAwesome;
	font-size:1.3rem;
	margin-top:-.2rem;
	content:"\f0a9";
}
.btn-lg.btn-arrow-icon:before{
	right:3rem;
}
a.btn.btn-border-f{
	background:none;
	border:2px solid #fff;
	color:#fff;
	background:none;
}
a.btn.btn-border-3{
	border:2px solid #333;
	color:#333;
	background:none;
}
.btn.btn-reset{
	background:none;
	padding:0;

}
/*----------------------
	3.3. List
------------------------*/
ul{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
ul li a,ul li,ol li,ol li a, ul li label{
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	text-transform:inherit;
}
ul li i{
	width:2.5rem;
	margin:0;
}
ul li span{
	color:#888;
	font-size:1.4rem;
}
ul.list li a{
	padding:.5rem 0;
	display:block;
}
.list-li li{
	padding:.5rem 0;
}
.list.d-flex li a{
	padding:0 .7rem;
}
.list-li.d-flex li{
	padding:0 .7rem;
}
/**/
/*----------------------
	3.4. Search
------------------------*/
.search-box{
	width:100%;
	position:relative;
	z-index:1001;
	box-shadow: 0 0 .5rem 0 #ccc;
	margin-top:.2rem;
	margin-top:.2rem;
}
.search-box > i{
	height:4.5rem;
}
.search-box span.search-open{
	border:0;
	background:none;
	height:4.5rem;
	margin-left:-1px;
	line-height:4.5rem;
	width:4.5rem;
	text-align:center;
	cursor:pointer;
}
.search-box .search-box-hover form{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:9999;
}
.search-box input{
	background:#fff;
	border:0 solid #eee;
	color:#333;
	border-radius:0;
	height:4.5rem;	
}
.search-box-hover input{
	padding-left:0;
	padding-right:0;
	width:0;
	border:0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 1s;
	margin-right:-4.5rem;
}
.search-box-hover.input-active input{
	width:25rem;
	text-align:left;
	padding-left:1.5rem;
	padding-right:1.5rem;
	border:0px solid #eee;	
	
}
.search-box-hover.input-active input.search-border{
	border:1px solid #ddd;
}
.search-box-hover.input-active span.search-open{
	border:0px solid #ddd;
	color:#333;
}
.search-box.search-box-dark i{
	color:#333;
	font-size:2.5rem;
	padding:1.5rem;
}
.search-box.search-box-dark input{
	border:0;
	color:#fff;
	background:#333;
}
.search-box.search-box-dark:hover span.search-open{
	border:0!important;
	background:#333;
}
.search-box.search-box-dark:hover span.search-open i{
	color:#fff!important;
}
/**/
.search-full{
	position:fixed;
	left:0;
	top:-15rem;
	right:0;
	height:15rem;
	width:100%;
	bottom:0;
	background:#fff;
	z-index:9999;
	padding:5rem 0;
	text-align:center;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.search-full form{
	margin-left:auto;
	margin-right:auto;
}
.search-full form input{
	border:none;
	height:5rem;
	font-size:2.5rem;
	box-shadow:none!important;
	outline:none!important;
}
.search-full .search-close{
	padding:1.2rem!important;
	cursor:pointer;
	opacity:.4;
}
.search-full .search-close:hover{
	opacity:1;
}
.search-open{
	cursor:pointer;
}
.s-open.search-full{
	top:0;
}
/*----------------------
	3.5. Box
------------------------*/
.box{
	position:fixed;
	top:0;
	bottom:0;
	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:27rem;
	right:-27rem;
}
.box-overlay{
	left:0;
	right:0;
	background:#111;
	width:100%;
	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-close{
	position:absolute;
	top:2rem;
	left:2rem;
	z-index:9999;
	cursor:pointer;
	width:2.5rem;
	height:2.5rem;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;	
	background:none;
	border:0;
}
.box-close:hover{
	transform: scale(0.9);
}
.box-close::after{
	position:absolute;
	top:1rem;
	right:0;
	content:'';
	width:2.5rem;
	background:#333;
	height:.25rem;
	transform: rotate(45deg);
}
.box-close::before{
	position:absolute;
	top:1rem;
	right:0;
	content:'';
	width:2.5rem;
	background:#333;
	height:.25rem;
	transform: rotate(-45deg);
}
.menu-nav .box-open,.menu-nav .box-close{
	display:none;
}
/*----------------------
	3.7. Bgn
------------------------*/
.bgn,.bgn1,.bgn2,.bgn3,.bgn4,.bgn5{
	position:relative;
	z-index:0;
	padding:1rem 2rem;
	padding-bottom:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.cards .row .bgn{
	display:block;
}
.bgn{
	color:#333;
}
.bgn:before{
	position:absolute;
	top:0;
	left:0;
	bottom:15%;
	content:'';
	z-index:-1;
	width:40%;
}
.bgn1:after{
	position:absolute;
	top:0;
	left:0;
	height:40%;
	border-top:2rem solid #fff;
	border-left:2rem solid #fff;
	content:'';
	z-index:-1;
	width:40%;
}
.bgn1:before{
	position:absolute;
	bottom:-3.5rem;
	right:-3.5rem;
	height:50%;
	border-bottom:3rem solid #fff;
	border-right:3rem solid #fff;
	border-top:0;
	display:none;
	border-left:0;
	content:'';
	z-index:-1;
	width:40%;
}
.bgn2:before{
	position:absolute;
	bottom:0px;
	right:0px;
	top:auto;
	padding:0;
	height:15%;
	content:'';
	z-index:-1;
	width:40%;
}
.bgn3:before{
	position:absolute;
	bottom:0px;
	left:0;
	top:0;
	height:4rem;
	content:'';
	z-index:-1;
	width:40%;
}
.bgn4:before{
	position:absolute;
	top:0;
	left:0;
	background:none!important;
	bottom:0;
	border-bottom:1rem solid #feda00;
	content:'';
	z-index:-1;
	width:40%;
}
.bgn5:before{
	position:absolute;
	top:0;
	left:0;
	bottom:30%;
	content:'';
	z-index:-1;
	width:40%;
}
.mv:before{
	background:#feda00;
	-webkit-animation: mymove 5s infinite;
	animation: mymove 3s infinite;
	animation-iteration-count: 1;
	
}
.mv1:hover:before{
	background:#feda00;
	-webkit-animation: mymove 5s infinite;
	animation: mymove .3s infinite;
	animation-iteration-count: 1;
	
}
.bgn-f:after,.bgn-f:before{
	background:#fff!important;
	border-color:#fff!important;
}
.bgn-f5:after,.bgn-f5:before{
	background:#f5f5f5!important;
	border-color:#f5f5f5!important;
}
.bgn-ffaf38:after,.bgn-ffaf38:before{
	background:#ffaf38!important;
	border-color:#ffaf38!important;
}
.bgn1-yellow:after,.bgn1-yellow:before{
	border-color:#feda00;;
}
.bgn-e:after,.bgn-e:before{
	background:#eee!important;
}
.bgn-cyan:after,.bgn-cyan:before{
	background:cyan!important;
}
@-webkit-keyframes mymove {
  from {width: 0px;}
  to {width: 40%;}
}
@keyframes mymove {
  from {width: 0px;}
  to {width: 40%;}
}
/*shadow*/
.shadow-1{
	position:relative;
	z-index:1;
}
.shadow-1:after{
	position:absolute;
	top:-3rem;
	right:-3rem;
	z-index:-1!important;
	content:'';
	width:100%;
	height:100%;
	background:rgba(238, 238, 238, 0.48);
}
.shadow-2{
	text-shadow: 0 0 1px #122484;
	color:#fff;
}
/*hamburger*/
.hamburger{
	height:3rem;	
}
.header-overlay .is-active{
	
}

.hamburger-dark .hamburger-inner,.hamburger-dark .hamburger-inner::before,.hamburger-dark .hamburger-inner::after,.search-box .is-active .hamburger-inner,.search-box .is-active .hamburger-inner::before,.search-box .is-active .hamburger-inner::after{
	background-color: #333!important;
}
.is-active.hamburger-light .hamburger-inner,.is-active.hamburger-light .hamburger-inner::before,.is-active.hamburger-light .hamburger-inner::after{
	background-color: #fff!important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
	height:0.3rem!important;
}
.hamburger{
	float:right;
	padding:0!important;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}
/**/
/*----------------------
	3.8. Row
------------------------*/
.row-1{
	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;
}
.row-0,.row-0 .card{
	margin:0;
}
.row-ab-1{
	margin:-2px;
}
.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 1.5rem 0;
	font-size:2.2rem;
	font-weight:700;
}
.media .media-body h4{
	margin:0 0 1.5rem 0;
	font-size:2rem;
	font-weight:600;
}
.media .media-body h5{
	margin-top:0;
	margin-bottom:.8rem;
	font-size:1.5rem;
	font-weight:700;
}
.media .media-body p{
	margin-top:0;
}
.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 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{}
.cards.reset-card  .card{
	border:0!important;
	padding:0!important;
	box-shadow:none!important;
}
.medias-sm .card{
	margin-bottom:2rem;
}
.medias-sm .card .card-body h4.card-title{
	font-size:1.5rem;
	font-weight:600;
}
.medias-sm .card .card-body .card-date{
	font-size:1rem;
}
.medias-sm .media-img{
	width:10rem;
	margin-right:1.5rem;
}
.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!important;
	background:#fff;
	height:5.2rem;
	width:9rem;
	line-height:6rem;
	display:inline-block;
	position:relative;
	text-align:center;
	margin:2rem auto!important;
	z-index:1;
}
.shap-hexa i.fa{
	color:#333;
}
.shap-hexa i{
	font-size:4rem;
}
.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-yellow{
	background:#feda00;
}
.shap-hexa-yellow::before{
	border-bottom-color:#feda00;
}
.shap-hexa-yellow::after{
	border-top-color:#feda00;
}


.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;
}
/**/
.rec-img .card{
	height:12rem;
	overflow:hidden;
	border:4px solid #fff;
}
.rec-img-dark .card{
	border:4px solid #333;
}
/**/
.ng{
	background:#fff;
	height:9rem;
	border-bottom-right-radius:.5rem;
	position:relative;
	transform: SkewX(-45deg);
	z-index:2;
}
.ngr{
	background:#fff;

	border-bottom-right-radius:.5rem;

	transform: Skew(-45deg);
	z-index:2;
	color:#333;
}
.ngr:before{
	background:inherit;
	position:absolute;
	width:20rem;
	right:-19rem;
	top:0;
	bottom:0;
	content:'';
}
.ng:after,.nj:after{
	background:inherit;
	position:absolute;
	width:20rem;
	left:-19rem;
	top:0;
	bottom:0;
	content:'';
}
.nj{
	height:12rem;
	background:#fff;
	transform: SkewX(45deg);
	position:relative;
	z-index:2;
}
/**/
.pie-item,.pie-item-1,.pie-item-2,.pie-item-3,.pie-item-4{
	position:relative;
	overflow:hidden;
}
.pie-item::after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 30px solid #434350!important;
    border-right: 30px solid #434350!important;
    content: '';
    z-index: 1;
}
.pie-item::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    border-left: 12px solid #434350!important;
    border-bottom: 12px solid #434350!important;
    content: '';
    z-index: 1;
}
.pie-item-1::before {
    position: absolute;
    top: 0px;
    right: -3rem;
    width: 70%;
    height: 3rem;
    background:#434350;
	 -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    content: '';
    z-index: 1;
}
.pie-item-2::before {
    position: absolute;
    top: 0px;
    right:8rem;
    width: 40%;
    height: 3rem;
    background:#434350;
	 -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    content: '';
    z-index: 1;
}
.pie-item-2::after {
    position: absolute;
    top: 0px;
    left:8rem;
    width: 40%;
    height: 3rem;
    background:#434350;
	 -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    content: '';
    z-index: 1;
}
.pie-item-3::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 #f5f5f5!important;
    border-right: 50px solid #f5f5f5!important;
    content: '';
    z-index: 1;
}
.pie-item-4::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #eee!important;
    border-top: 20px solid transparent;
    border-right: 20px solid #eee!important;
    content: '';
    z-index: 1;
}
.pie-item-e:before,.pie-item-e:after{
	background:#eee!important;
	
}
.pie-item-f5:before,.pie-item-f5:after{
	background:#f5f5f5!important;
	
}
.pie-item-f:before,.pie-item-f:after{
	background:#fff!important;
	
}
.pie-item-yellow:before,.pie-item-yellow:after{
	background:#feda00!important;
	
}
/**/
.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;
}
/*--------------
2.2.Img-hover
----------------*/
.img-hover{
	overflow:hidden;
}
.img-hover{
	background:#000!important;
	position:realtive;
}
.img-hover .card-img-overlay,.img-hover .card-img-overlay .card-align,.img-hover img{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;		
}
.img-hover .card-img-overlay .card-align{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}
/**/
.img-hover-1.img-hover .card-img-overlay{
	opacity:0;	
}
.img-hover-1.img-hover:hover .card-img-overlay{
	opacity:1;
}
.img-hover-1.img-hover:hover img{
	opacity:.7;
}
/**/
.img-hover-2.img-hover .card-img-overlay{
	opacity:0;	
}
.img-hover-2.img-hover:hover .card-img-overlay{
	opacity:1;
}
.img-hover-2.img-hover:hover img{
	opacity:.7;
}
.img-hover-2.img-hover .card-img-overlay{
	top:60%;
}
.img-hover-2.img-hover:hover .card-img-overlay{
	top:50%;
}
/**/
.img-hover-3.img-hover .card-img-overlay{
	opacity:0;
	left:-30%;	
}
.img-hover-3.img-hover:hover .card-img-overlay{
	opacity:1;
}
.img-hover-3.img-hover:hover img{
	transform: scale(1.1);
	opacity:.7;
}
.img-hover-3.img-hover:hover .card-img-overlay{
	left:0;
}
/**/
.img-hover-4.img-hover .card-img-overlay{
	height:100%;
	left:-100%;
	background:#fff;	
	color:#333;
}
.img-hover-4.img-hover .card-img-overlay .card-align{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}
.img-hover-4.img-hover .card-img-overlay{
	background:#f5f5f5;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;	
	
}
.img-hover-4.img-hover:hover .card-img-overlay{
	left:0;
}
.img-hover-4.img-hover:hover img{
	transform: translateX(100%);
}
/**/
.img-hover-5.img-hover{
	background:#f5f5f5;
}
.img-hover-5.img-hover img{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;	
	
}
.img-hover-5.img-hover .card-img-overlay{
	height:100%;
}
.img-hover.img-hover-5 .card-img-overlay .card-align{
	opacity:0;
	-webkit-transform:scale(.5); /* Safari and Chrome */
    -moz-transform:scale(.5); /* Firefox */
    -o-transform:scale(.5); /* Opera */
    transform:scale(.5);
}
.img-hover.img-hover-5:hover .card-img-overlay .card-align{
	opacity:1;
	-webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -o-transform:scale(1); /* Opera */
    transform:scale(1);
}
.img-hover.img-hover-5:hover img{
	transform: translateY(100%);
}
/**/
.img-hover-6.img-hover .card-img-overlay{
	height:100%;
	left:-100%;
	background:#666;	
}
.img-hover-6.img-hover .card-img-overlay .card-align{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
}
.img-hover-6.img-hover:hover .card-img-overlay{
	left:0;
}
/**/
.img-hover-7.img-hover .card-img-overlay{
	top:100%;
	width:100%;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(0%)!important;
	text-align:left;
	padding:1.5rem 2rem;
}
.img-hover-7.img-hover:hover .card-img-overlay{
	transform: translateY(-100%)!important;
	
}
.img-hover-7.img-hover img{
	opacity:1;
}
.img-hover-7.img-hover:hover img{

	opacity:.7;
}
.img-hover-7.img-hover .card-img-overlay .card-title{
	text-align:left;
	margin:0;
	display:inline;
}
.img-hover-7.img-hover .card-img-overlay .card-title a.float-right{
	margin-right:.5rem;
}
/**/
.img-hover-8.img-hover .card-img-overlay{
	background:#666;	
	top:0%;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(-100%)!important;
}
.img-hover-8.img-hover:hover .card-img-overlay{
	transform: translateY(0%)!important;
}
/**/
.img-hover-9.img-hover .card-img-overlay{
	height:100%;
}
.img-hover-9.img-hover .card-img-overlay .card-align{
	z-index:5;
	opacity:0;
}
.img-hover-9.img-hover .card-img-overlay:after{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:50%;
	content:'';
	background:#333;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(-100%)!important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;		
}
.img-hover-9.img-hover .card-img-overlay:before{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:50%;
	content:'';
	background:#333;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(100%)!important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;		
}
.img-hover-9.img-hover:hover .card-img-overlay:after{
		-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(0%)!important;
}
.img-hover-9.img-hover:hover .card-img-overlay:before{
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(0%)!important;
}
.img-hover-9.img-hover:hover .card-img-overlay .card-align{
	opacity:1;
}
/**/
.img-hover-10.img-hover .card-img-overlay{	
	top:100%;
	opacity:0;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	transform: translateY(-100%)!important;
}
/**/
.img-hover-10.img-hover:hover .card-img-overlay{
	opacity:1;
}
.img-hover-10.img-hover:hover img{
	transform: translateY(-20%)!important;
}
/**/
/*----------------------
	3.14. bg-pos
------------------------*/
[class*="b-right-"],[class*="b-left-"]{
	position:absolute;
	top:0;
	bottom:0;
	background:#333;
	z-index:0;
	height:100%;
}
[class*="b-top-"],[class*="b-bottom-"]{
	position:absolute;
	left:0;
	right:0;
	background:#333;
	z-index:0;
	height:100%;
}
.b-right-20{
	right:0;
	width:20%;
}
.b-right-25{
	right:0;
	width:25%;
}
.b-right-33{
	right:0;
	width:33%;
}
.b-right-35{
	right:0;
	width:35%;
}
.b-right-40{
	right:0;
	width:40%;
}
.b-right-45{
	right:0;
	width:45%;
}
.b-right-50{
	right:0;
	width:50%;
}
.b-right-60{
	right:0;
	width:60%;
}
.b-right-70{
	right:0;
	width:70%;
}
.b-right-80{
	right:0;
	width:80%;
}
.b-left-5{
	left:0;
	width:5%;
}
.b-left-10{
	left:0;
	width:10%;
}
.b-left-20{
	left:0;
	width:20%;
}
.b-left-25{
	left:0;
	width:25%;
}
.b-left-30{
	left:0;
	width:30%;
}
.b-left-33{
	left:0;
	width:33%;
}
.b-left-40{
	left:0;
	width:40%;
}
.b-left-45{
	left:0;
	width:45%;
}
.b-left-50{
	left:0;
	width:50%;
}
.b-left-60{
	left:0;
	width:60%;
}
.b-top-30{
	height:30%;
	top:0;
}
.b-top-40{
	height:40%;
	top:0;
}
.b-top-50{
	height:50%;
	top:0;
}
.b-top-60{
	height:60%;
	top:0;
}
.b-bottom-30{
	height:30%;
	bottom:0;
}
.b-bottom-40{
	height:40%;
	bottom:0;
}
.b-bottom-50{
	height:50%;
	bottom:0;
}
.b-bottom-60{
	height:60%;
	bottom:0;
}
/*----------------------
	3.15. Background
------------------------*/
.bg-trans:after{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	z-index:0;
	background:rgba(13, 0, 212, 0.58);
}
.bg-trans-1:after{
	background:rgba(218, 39, 61, 0.6);
}
.bg-trans-2:after{
	background:rgba(124, 6, 197, 0.6);
}

/*----------------------
	3.15. 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{
	width:80%;
	float:right;
}
.image-group-1 .img-2{
	margin-top:-25rem;
	margin-right:15rem;
	border:2rem solid #fff;
	border-bottom:0;
	width:80%;
}
/**/
[class*="bg-mask"]{
	position:relative;
}
[class*="bg-mask"]:after{
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:0;
}
.bg-mask1:after{
	background:rgba(71, 204, 234, 0.23);
}
.bg-mask2:after{
	background:rgba(247, 230, 34, 0.23);
}
.bg-mask3:after{
	background:rgba(236, 164, 241, 0.23);
}
.img-gn:after{
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	position:absolute;
	z-index:0;
	background:#fff;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.img-gn-reset:after{
	width:0!important;
}
/*----------------------
	3.16. Arrow
------------------------*/
div[class*="arrow-"]{
	position:relative;
}
div[class*="arrow-"]::after,div[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.6rem solid transparent!important;
	border-right: 1.6rem solid transparent!important;
	border-bottom: 1.6rem 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.4rem;
	left:4rem;
	margin-left:-1.2rem;
	border-left: 1.5rem solid transparent!important;
	border-right: 1.5rem 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.17. 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.18. Text
------------------------*/
.text-rotate{
    position: absolute;
	left:0;
	top:50rem;
	width:50rem;
	text-align:right;
	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 > div{
	padding:2.5rem;
	background:#fff;
}
.text-rotate > div a{
	font-weight:500;
	margin-right:1.5rem;
}
.text-rotate h6,.h-lag{
	font-size:12rem;
	line-height:1!important;
	font-weight:700;
	margin:0;
	color:#feda00;
}
.text-rotate-right{
	left:auto;
	right:0;
	top:0;
	-webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: right center 0;
}
.text-rotate p{
	display:inline-block;
	margin:0!important;
	font-size:1.6rem;
	line-height:1!important;
	text-transform:uppercase;
	font-weight:400;
}
.text-rotate-1{
	width:auto!important;
	top:100%!important;
}
.text-rotate-inner{
	padding:1.4rem 2.5rem;
	background:#eee;
	display:inline-block;
}
.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.2);
	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:.07;
	top:20%;
	left:5%;
}
.text-bg.text-bg-blue:before{
	color:#0000ff!important;
	opacity:1!important;
	top:30%;
	left:5%;
	font-size:15rem;
}

.text-bg.text-bg-outline:before{
	opacity:1;
	color:#fff;
	text-shadow:0 0 1px #000;
}
/**/
.small-text-1{
	font-size:1.1rem!important;
	text-transform:uppercase;
	color:#888;
	font-weight:600;
	margin-top:.7rem!important;
}
.small-text-1 + .card-title{
	margin-top:.5rem!important;
}
.small-text-2{
	font-size:1.2rem!important;
	text-transform:uppercase;
	opacity:.6;
	letter-spacing:.1rem;
	font-weight:600;
	margin-top:.7rem!important;
	margin-bottom:0px;
}
.small-text-3{
	font-size:1.4rem!important;
	color:#999;
	margin:1.2rem 0;
	font-weight:600!important;
}
.small-text-4{
	font-size:1.4rem!important;
	color:#999;
	margin:1rem 0;
	text-transform:uppercase;
	font-weight:600!important;
}
.small-text-5{}
.small-text-6{}
.small-text-7{}
.small-text-8{}
.text-1{
	font-size:1.9rem;
	font-family: Merriweather, serif;
}
/**/
.box-n{
	border:1.2rem solid #fff;
	padding:3rem;
	display:inline-block;
	text-align:left;
	max-width:21rem;
}
.box-n-1{
	border:0;
	padding:0;
}
.box-border .box-n{
	border:0;
	padding:2rem;
	background:#fff;
}
.box-n h4{
	font-size:10rem;
	line-height:1;
	font-weight:800;
	margin-bottom:1rem;
	margin-top:0;
}
.box-n p{
	font-size:1.4rem;
	opacity:.6;
	margin-bottom:0;
	font-weight:600;
	text-transform:uppercase;
}
/*----------------------
	3.19. Line
------------------------*/

.line-default{
	position:relative;
	margin-bottom:3rem;
	padding-bottom:3rem;
}
.line-default:after{
	position:absolute;
	bottom:0;
	left:50%;
	content:'';
	margin-left:-4rem;
	border-bottom:2px solid #333;
	width:8rem;
}
.color-f .card .line-default:after{
	border-color:#fff!important;
}
.line-default-top:after{
	border-top:2px solid #333;
	border-bottom:0;
	top:-2rem;
	bottom:auto;
	left:0;
	margin-left:0;
}
.card .line-default{
	padding-bottom:2.8rem;
}
.banner .card .line-default{
	padding-bottom:4rem;
}
.cards .card .line-default:after{
	opacity:.6;
	left:0;
	margin-left:0;
}
.text-center.cards .card .line-default:after{
	border-color:#777;
	opacity:.8;
	left:50%;
	margin-left:-4rem;
}
.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.5rem;
	left:50%;
	content:'';
	margin-left:-5rem;
	border-bottom:2px solid #333;
	width:10rem;
}
.line-double:after{
	position:absolute;
	bottom:-3rem;
	left:50%;
	content:'';
	margin-left:-3.5rem;
	border-bottom:1px solid #999;
	width:10rem;
}
.line-double-left:after,.line-double-left:before{
	left:0%;
	margin-left:0;
}
.line-double-left:after{
	margin-left:2rem;
}
.line-default-yellow:after,.line-mix-yellow::before,.line-mix-yellow::after{
	border-bottom:2px solid #feda00!important;
}
.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,.line-double-f:before,.line-double-f:after{
	border-color:#fff!important;
}
.bg-slategray .block-title.line-default:after,.bg-3 .block-title.line-default:after,.bg-offset .block-title.line-default:after{
	border-color:#fff;
}
.bg-f .block-title.line-default:after{
	border-color:#333!important;
}
/**/
.line-mix{
	position:relative;
	display:inline-block;	
}
.line-mix::before,.line-mix::after{
	position:absolute;
	top:55%;
	content:'';
	margin-top:-1px;
	width:4rem;
	border-bottom:2px solid #333;
}
.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;
}
.color-c.line-mix::before,.color-c.line-mix::after{
	border-color:#ccc;	
}
.line-mix-right::before{
	display:none;
}
.line-mix-1{
	
}
.lineg{
	position:relative
}
.lineg:after{
	position:absolute;
	top:3rem;
	left:-10rem;
	content:'';
	width:10rem;
	height:.2rem;
	background:#444;
}
.lineg.lineg-r:after{
	left:auto;
	right:-10rem;
}
.line-mix-2{}
.line-mix-3{}
.line-mix-4{}
.line-mix-5{}

/**/
.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;
	display:inline-block;
}
.line-underline:after{
	height:10px;
	content:'';
	position:absolute;
	bottom:2%;
	left:0;
	right:40%;
	background:#ffcc00;
	z-index:-1;
}
.line-underline-ffcc00:after{
	background:#ffcc00;
}
.line-underline-d9006c:after{
	background:#ffbfff;
}
/*----------------------
	3.20. Border
------------------------*/
.border-after-1,.border-after-2,.border-after-3,.border-after-4{
	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{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:5rem;
	height:5rem;
	border-top:1px solid rgba(255, 255, 255, 0.4);
	border-left:1px solid rgba(255, 255, 255, 0.4);
}
.border-after-2:before{
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	width:5rem;
	height:5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
	border-left:1px solid rgba(255, 255, 255, 0.4);
}
.border-after-3:after{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:5rem;
	height:5rem;
	border-top:1px solid #444;
	border-left:1px solid #444;
}
.border-after-3:before{
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	width:5rem;
	height:5rem;
	border-bottom:1px solid #444;
	border-left:1px solid #444;
}
.border-after-4:after{
	position:absolute;
	top:0;
	right:0;
	content:'';
	width:5rem;
	height:5rem;
	border-top:1px solid #444;
	border-right:1px solid #444;
}
.border-after-4:before{
	position:absolute;
	bottom:0;
	right:0;
	content:'';
	width:5rem;
	height:5rem;
	border-bottom:1px solid #444;
	border-right:1px solid #444;
}
/**/
.box-border{
	position:relative;
	z-index:1;
	padding:3rem;
	display:inline-block;
	margin-left:5rem;
	/* margin-left:5rem; */
}
.box-border:after{
	width:60%;
	height:100%;
	border:.7rem solid #feda00;
	content:'';
	position:absolute;
	top:0;
	left:-5rem;
	z-index:-2;
}
.box-border-1x:after{
	border-width:1rem;;
}
.box-border-2x:after{
	border-width:1.5rem;
}
.box-border-1:after{
	border-width:.3rem;;
	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:#ddd;
}
.box-border-yellow:after{
	border-color:#feda00;
}
.box-border-2{}
.box-border-3{}
/*----------------------
	3.21. After / Before
------------------------*/
.after-none:after{
	display:none;
}
.before-none:before{
	display:none;
}
.after-bg:after{
	background:inherit;
	position:absolute;
	width:40rem;
	right:-39.5rem;
	top:0;
	bottom:0;
	content:'';
}
.before-bg:after{
	background:inherit;
	position:absolute;
	width:40rem;
	left:-39rem;
	top:0;
	bottom:0;
	content:'';
}
/*----------------------
	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:.4rem 1rem;
	border:1px solid #eee;
	font-size:1.4rem;
	background:#fdfdfd;
}

/*----------------------
	3.24. Icn
------------------------*/
.icn{
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-pack: center!important;
    justify-content: center!important;
	ms-flex-align: center!important;
    align-items: center!important;
}
.icn img{
	width:100%!important;
}
.card .icn i,.card .shap-hexa i{
}
.text-center [class*="icns-"]{
	display:inline-block;
}
.icns.d-flex.text-left .icn{
	float:left;
	margin-right:1rem;
}
/**/
.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;
}
/**/
.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;
}
/**/
.icns-bg-dark .icn{
	background:#555;
}
.icns-bg-dark .icn i{
	color:#fff!important;
}
.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;
}
.icns-bg-yellow .icn{
	background:#feda00!important;
	color:#333!important;
}
.cards.icns-bg-light .card .icn i,.cards.icns-bg-white .card .icn i{}
.cards.icns-bg-gray .card .icn i{
	color:#fff;
}
[class*="icns-bg"] .card .icn i{
	font-size:3.5rem;
	color:#fff;
}
.card .media .icn i{
	font-size:4rem;
}
[class*="icns-bg"] .card .media .icn i{
	font-size:3rem;
}
/**/
.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;
}
/**/
.icn-15,.icns-15 .icn{
	width:1.5rem!important;
	height:1.5rem!important;
}
.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;
}
/**/
.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;
}
.icns-1 .icn{
	background:#eee;
	margin-right:.5rem;
	float:left;
	border-radius:.2rem;
}
.icns-skin-2{}
.icns-skin-3{}
/*----------------------
	3.25. Process
------------------------*/
.step-process-item{}
.step-process-item h4{}
.step-process-item p{}
/*----------------------
	3.26. Block Title
------------------------*/
.block-title{
	margin-bottom:6rem;
	text-align:left;
}
.block-title h1,.block-title h2,.block-title h3,.block-title h4,.block-title h5,.block-title h6{
	margin-top:0;
	line-height:.9;
}
.block-title h2{
	font-size:5rem;
	margin:0;
	font-weight:800;
}
.block-title h2.text-uppercase{
	font-size:3.5rem;
}
.block-title h6 + h2{
	margin-top:1.5rem;	
}
h2.line-mix{
	margin-bottom:2rem!important;
}
.block-title h2 strong{
	font-weight:bold;
}
.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 h6{
	font-size:1.6rem;
	font-weight:500;	
	text-transform:uppercase;
	margin-bottom:1.5rem;
}
.block-title h5{
	text-transform:uppercase;
	font-size:1.6rem;
	font-weight:600;	
	margin-bottom:1rem;
	opacity:.5;
}
.block-title h4{
	font-size:1.7rem;
	font-weight:700;	
	text-transform:capitalize;
	margin-bottom:1.5rem;
	color:#0036d9;
	opacity:.7;
}
.block-title .bgn2{
	padding:0;
	margin-bottom:0;
}
.block-title .line-default{
	padding-bottom:3rem!important;
}
.block-title p{
	max-width:65rem;
	margin-left:auto;
	margin-right:auto;
	opacity:.8;
	margin-bottom:0;
	margin-top:2.2rem;
}
.block-title.text-left p{
	margin-left:0;
}
.block-title.text-left.line-default:after,.block-title.text-left.line-double:after,.block-title.text-left.line-double:before{
	left:0;
	margin-left:0;
}
.block-title.text-left.line-double:after{
	margin-left:1rem;
}

.block-title-1{
	text-align:center;
	margin-bottom:6rem;
}
.block-title-1 h2{
	font-size:4rem;
	margin-top:0;
	line-height:1;
	font-weight:800;
	margin-bottom:2.5rem;
}
.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;
}
.block-title-3 h2{
	font-size:9rem;
	line-height:1;
	display:inline-block;
	letter-spacing:-4px;
	margin-bottom:5rem;
	margin-top:-3rem;
}
/*----------------------
	3.27. Page Title
------------------------*/

.page-title{
	padding:0!important;
}
.page-title-1 + section:not([class*="bg-"]),.page-title-2 + section,.page-title-2 + div{
	padding-top:0!important;
}
.page-title .card{
	height:40rem;
	margin:0;
}
.page-title .card .card-img-overlay{
	text-align:left;
	padding:0;
	color:#333;
}
.page-title .card h1.card-title{
	font-size:7rem;
	line-height:1;
	letter-spacing:-2px;
	margin:0;
}
.page-title .card  p{
	font-size:1.8rem;
	font-weight:600;
	margin-top:1rem;
}

/*----------------------
	3.28. 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.29. Accordion
------------------------*/
.accordion .card{}
.accordion .card .card-body{
	padding:2.5rem;
}
.accordion .card .card-body p{}
.accordion .card .card-header{
	border:0;
	padding:2rem;
	border-bottom:1px solid #eee;
	margin-bottom:1px;
}
.accordion .card .card-header h5{
	padding:1.5rem;
	font-size:2rem;
	margin:0!important;
	-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:1.2rem;
	right:0;
	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:.4rem;
	right:1rem;
	content:'';
	font-family: FontAwesome;
	color:#999;
	width:.2rem;
	background:#666;
	height:1.8rem;
	text-align:center;
}
.accordion-plus-left .card .card-header h5 a:after{
	left:0;
	right:auto;
}
.accordion-plus-left .card .card-header h5 a{
	padding-left:3rem;
}
.accordion-plus-left .card .card-header h5 a:before{
	left:.95rem;
	right:auto;
}
.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-1{}
.cards.accordion-1 .card{
	padding:0;	
}
.cards.accordion-1 .card .card-header{
	border:0;
	padding:1.5rem 0 1.7rem 0;
	border-bottom:1px solid #eee;
	background:none;
}
.cards.accordion-1 .card .card-header h5.card-title{
	font-size:1.6rem;
	font-weight:600;
}
.cards.accordion-1 .card .card-body{
	padding:1.5rem 0 0 0;
}
.cards.accordion-1 .card .card-body p{
	font-size:1.5rem;
}
/**/
.accordion-2{}
.cards.accordion-2 .card{
	padding:0;
	margin-bottom:2rem;
}
.cards.accordion-2 .card .card-header{
	padding:2rem 2rem;
	border:0;
}
.cards.accordion-2 .card .card-body{
	border-top:1px solid rgba(0, 0, 0, 0.14);
	padding:2rem 2rem;
}
.cards.accordion-2 .card .card-body p{
	margin-top:0;
}
.accordion-3{}
.accordion-4{}
.accordion-5{}
.accordion-f .card .card-header h5 a:after,.accordion-f .card .card-header h5 a:before{
	background:#fff!important;
}


/*----------------------
	3.30.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.31. Mansory
------------------------*/

.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:1.25rem;
}
.grid-25{
	margin:-1.25rem;
}
.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:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  width: 25%;
  float: left;
  overflow:hidden;
}
.grid-3 .grid-item{
	width:33.333%;
}
.grid-2 .grid-item{
	width:50%;
}
.grid-item--width2 { width: 33%; }
.grid-item--width3 { width: 50%; }
.grid-item--width4 { width: 66%; }
.grid-item--height2 { height: 30rem; }
.grid-item--height3 { height: 40.75rem; }
.grid-item--height4 { height: 50.7rem; }
.grid-item--height5 { height: 60.3rem; }
/*----------------------
	3.32. Tabs
------------------------*/

.nav-tabs{
	border:0;
	margin-bottom:2px;
}
.nav-tabs .nav-item{
	margin-bottom:0;
	border-radius:0;
	font-size:inherit;
	padding:1.2rem 2.5rem;
	background:#eee;
	text-transform:uppercase;
	font-size:1.3rem;
	font-weight:600;
	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-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
	background:#f5bf23;
	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-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 #f5bf23;
}
.tabs-2 .nav-tabs{}
.tabs-3 .nav-tabs .nav-item{
	border:0;
	color:#333;
	background:#fff;
	padding:1rem;
}
.tabs-3 .nav-tabs .nav-item.show .nav-link,.tabs-3 .nav-tabs .nav-link.active{
	color:#333;
	background:#fff;
}

.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.33. 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.34. Card
------------------------*/
.card{
	border:0;
	background:none;
	border-radius:0;
	z-index:1;
	position:realtive;
}
/*------------------
	Card Body
------------------*/
.card .card-body{}
/*------------------
	Card Body
------------------*/
.card .card-img-overlay{
	top: 50%;
	bottom:auto;
	width:100%;
	text-align:center;
	z-index:5;
	color:#fff;
	-webkit-transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
}

/*------------------
	Card Image
------------------*/
.card img{
	width:100%;
}
.cards-img-round .card img,.cards-img-round .card .card-img{
	border-radius:30rem;
}
.cards-img-round .card .card-img{
	border:2rem solid #eee;
}
/*------------------
	Card Icon
------------------*/
.card > i.fa{
	font-size:4rem;
}
.card > i[class*="icon-"],.card .media > i[class*="icon-"]{
	font-size:5rem;
	line-height:.8;
}
.card > i[class*="icon-"],.card .media > i[class*="icon-"],.card .shap-hexa i,.cards .card .icn i{
	color:#2693ff;
}
.card .media > i[class*="icon-"]{
	margin-right:2rem;
}
.text-center .icn{
	margin:0 auto;
}
/*------------------
	Card Title
------------------*/
.card .card-body .card-title{
	margin-top:0;
}
.card .card-body h1.card-title{
	font-size:7rem;
}
.card .card-body h2.card-title{
	font-size:5rem;
	font-weight:800;
}
.card .card-body h3.card-title{
	font-size:2rem;
}
.card .card-body h4.card-title{
	font-size:1.8rem;
}
.card .card-body h5.card-title{
	font-size:1.6rem;
}
.card .card-body h6.card-title{
	font-size:1.4rem;
}
/*------------------
	Card Subtitle
------------------*/
.card .card-body .card-subtitle{}
.card .card-body .card-subtitle-1{}
.card .card-body .card-subtitle-2{}
.card .card-body .card-subtitle-3{}
.card .card-body .card-subtitle-4{}
.card .card-body .card-subtitle-5{}
/*------------------
	Card Price
------------------*/
.card .card-body .card-price-group{}
.card .card-body .card-price{
	font-weight:600;
	font-size:1.7rem;
	margin-right:1.5rem;
}
.card .card-body .card-price-off{
	color:#999;
	font-weight:600;
	font-size:1.7rem;
	text-decoration:line-through;
}

/*------------------
	Card Date
------------------*/
.card .card-body .card-date{
	font-size:1.4rem;
	font-weight:600;
	opacity:.6;
	text-transform:capitalize;
}
.card .card-body .card-date-1 {
    border: 4px solid #444;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-right: 1rem;
    width: 11rem;
    margin-bottom: 3rem;
}
.card .card-body .card-date-1 h6 {
    font-weight: 700;
    font-size: 5rem;
    margin: 0;
}
.card .card-body .card-date-1 p {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
    opacity: .6;
    margin: 0;
}
.card .card-body .card-date-2{}
.card .card-body .card-date-3{}

.card .card-number{
	font-size:6rem;
	font-weight:800;
	margin:0;
}
/*------------------
	Card category
------------------*/
.card .card-body .card-category{
	text-transform:uppercase;
	font-weight:600;
}
/*------------------
	Card Text
------------------*/
.card .card-body .card-text{
	opacity:.8;
}

/*------------------
	Card btn
------------------*/
.card .card-body .btn{
	margin-top:1.8rem;
}

/*------------------
	Card Header
------------------*/
.card .card-header{}
.card .card-header h3{}

/*------------------
	Card Footer
------------------*/
.card .card-footer{}

/*------------------
	Card Size
------------------*/
.card .card-body{
	padding: 2rem 0 0 0;
}
.card .icn + .card-body,.card .shap-hexa + .card-body,.card > img + .card-body{
	padding: 2.6rem 0 0 0;
}
.card .card-title{
	margin-bottom:1.8rem;
	margin-top:0;
}
/**/
.card .card-date{
	margin-bottom:1.6rem;
	margin-top:0;
}
/*?
.card .card-text{
	margin:0;

}
.card .card-text + .btn{
	margin-top:2.5rem;
}
.card-price-group{
	margin-bottom:1.5rem;
}
/**/
.card-xs{}
.cards-xs .card .card-body{
	padding: 1.4rem 0 0 0;
}
.cards-xs .card .card-title{
	margin-bottom:.8rem;
}
.cards-xs .card .card-date{
	margin-bottom:1rem;
}
.cards-xs .card .card-text{
	margin-bottom:1rem;
}
/**/
.card-sm{}
.cards-sm .card .card-body{
	padding: 1.8rem 0 0 0;
}
.cards-sm .card .card-title{
	margin-bottom:1.2rem;
}
.cards-sm .card .card-date{
	margin-bottom:1rem;
}
.cards.cards-sm .card .card-text + .btn,.card-sm.card .card-text + .btn{
	margin-top:1.7rem;
}
/**/
.card-md{}
.cards.cards-md .card .card-body,.card-md.card .card-body{
	padding: 2.7rem 0 0 0;
}
.cards.cards-md .card .card-title,.card-md.card .card-title{
	margin-bottom:2rem;
}
.cards.cards-md .card .card-date,.card-md.card .card-date{
	margin-bottom:1rem;
}
.cards.cards-md .card .card-text + .btn,.card-md.card .card-text + .btn{
	margin-top:2rem;
}
.cards.cards-md .card .line-default{
	padding-bottom:3rem;
}
/**/
.card-lg{}
.cards-lg .card .card-title,.card-lg.card .card-title{
	margin-bottom:2.5rem;
}
.cards-lg .card [class*='card-subtitle'],.card-lg.card [class*='card-subtitle']{
	margin-bottom:2.5rem;
}
.cards-lg .card .card-text + .btn,.card-lg.card .card-text + .btn{
	margin-top:3rem;
}
/**/
.card-xl{}
.cards-xl .card .card-body,.card-xl.card .card-body{
	padding:0;
}
.cards-xl .card .card-title,.card-xl.card .card-title{
	margin-bottom:4rem;
}
.cards-xl .card [class*='card-subtitle'],.card-xl.card [class*='card-subtitle']{
	margin-bottom:4.5rem;
}
.cards-xl .card .card-title + .card-text,.card-xl.card .card-title + .card-text{
	margin-top:.-8rem;
}
.cards-xl .card .card-text + .btn,.card-xl.card .card-text + .btn{
	margin-top:5rem;
}
/*------------------
	Cards
------------------*/
.cards .card{
	margin-bottom:3rem;
	background-color:#fff;
	color:#333;
}
.cards.cards-no-bg .card{
	background:none;	
}
.cards .card .card-text{
}
/**/
.cards-padd-10 .card .card-body{
	padding:1rem;
}
.cards-padd-15 .card .card-body{
	padding:1.5rem;
}
.cards-padd-20 .card .card-body{
	padding:2rem;
}
.cards-padd-25 .card .card-body{
	padding:2.5rem;
}
.cards-padd-30 .card .card-body{
	padding:3rem;
}
.cards-padd-35 .card .card-body{
	padding:3.5rem;
}
.cards-padd-4 .card .card-body{
	padding:4rem;
}
.cards-padd-45 .card .card-body{
	padding:4.5rem;
}
.cards-padd-50 .card .card-body{
	padding:5rem;
}
/**/
.cards-pad-10 .card{
	padding:1rem;
}
.cards-pad-15 .card{
	padding:1.5rem;
}
.cards-pad-20 .card{
	padding:2rem;
}
.cards-pad-25 .card{
	padding:2.5rem;
}
.cards-pad-30 .card{
	padding:3rem;
}
.cards-pad-35 .card{
	padding:3.5rem;
}
.cards-pad-40 .card{
	padding:4rem;
}
.cards-pad-45 .card{
	padding:4.5rem;
}
.cards-pad-50 .card{
	padding:5rem;
}
.cards-pad-10x0 .card{
	padding:1rem 0;
}
.cards-pad-15x0 .card{
	padding:1.5rem 0;
}
.cards-pad-20x0 .card{
	padding:2rem 0;
}
.cards-pad-30x20 .card{
	padding:3rem 2rem;
}
.cards-pad-40x20 .card{
	padding:4rem 2rem;
}
.cards-pad-40x30 .card{
	padding:4rem 3rem;
}
.cards-pad-50x0 .card{
	padding:5rem 0;
}
.cards-pad-50x20 .card{
	padding:5rem 2rem;
}
.cards-pad-50x30 .card{
	padding:5rem 3rem;
}
/**/
.cards.cards-mb-0 .card{
	margin-bottom:0;
}
.cards.cards-mb-5 .card{
	margin-bottom:.5rem;
}
.cards.cards-mb-10 .card{
	margin-bottom:1rem;
}
.cards.cards-mb-15 .card{
	margin-bottom:1.5rem;
}
.cards.cards-mb-20 .card{
	margin-bottom:2rem;
}
.cards.cards-mb-25 .card{
	margin-bottom:2.5rem;
}
.cards.cards-mb-30 .card{
	margin-bottom:3rem;
}
.cards.cards-mb-35 .card{
	margin-bottom:3.5rem;
}
.cards.cards-mb-40 .card{
	margin-bottom:4rem;
}
.cards.cards-mb-45 .card{
	margin-bottom:4.5rem;
}
.cards.cards-mb-50 .card{
	margin-bottom:5rem;
}
.cards.cards-mb-60 .card{
	margin-bottom:6rem;
}
.cards.cards-mb-70 .card{
	margin-bottom:7rem;
}
.cards.cards-mb-80 .card{
	margin-bottom:8rem;
}
/**/
.cards-border-xs .card{
	border:.1rem solid #eee;
}
.cards-border-sm .card{
	border:.5rem solid #eee;
}
.cards-border-md .card{
	border:1.5rem solid #eee;
}
.cards-border-lg .card{
	border:2rem solid #eee;
}
.cards-border-xl .card{
	border:3rem solid #eee;
}
/**/
.cards-shadow-xs .card{
	box-shadow:0 .2rem .5rem 0 rgba(18, 33, 62, 0.1);
}
.cards-shadow-sm .card{
	box-shadow:0 .3rem .7rem 0 rgba(18, 33, 62, 0.1);
}
.cards-shadow-md .card{
	box-shadow:0 .5rem 1.5rem 0 rgba(18, 33, 62, 0.1);
}
.cards-shadow-lg .card{
	box-shadow:0 1rem 3rem 0 rgba(18, 33, 62, 0.1);
}
.cards-shadow-xl .card{
	box-shadow:0 1.5rem 3rem 0 rgba(18, 33, 62, 0.1);
}
/**/
[class*="card-round-"]{
	overflow:hidden;
}
.cards-round-xs .card{
	border-radius:.3rem;
}
.cards-round-sm .card{
	border-radius:.5rem;
}
.cards-round-md .card{
	border-radius:.7rem;
}
.cards-round-lg .card{
	border-radius:1rem;
}
.cards-round-xl .card{
	border-radius:1.5rem;
}
.cards-round .card{
	border-radius:500rem;
}
/**/
.cards.cards-white .card{
	background:#fff;
	color:#333;
}
.cards.cards-light .card{
	background:#f5f5f5;
}
.cards.cards-dark .card{
	background:#444;
}
/**/
.cards.cards-title-normal .card .card-title{
	font-weight:400;
}
.cards.cards-title-medium .card .card-title{
	font-weight:600;
}
.cards.cards-title-bold .card .card-title{
	font-weight:800;
}
.cards.cards-title-upper .card .card-title{
	text-transform:uppercase;
}
/**/
/*------------------
	Banner
------------------*/
#wrap-body .banner:first-child{
	padding:0;
	margin-top:0;
	color:#fff;  
}
.banner .card{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background:none;
	width:100%;
	z-index:1;
	height:80rem;
	margin:0;
	border:0;
}
.header-overlay + #wrap-body .banner .card{
	height:90rem;
}
.banner .card .card-img-overlay{
	top: 50%;
	bottom:auto;
	width:100%;
	text-align:center;
	z-index:2;
	color:#fff;
	padding:2rem 0;
	display:inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}	
/**/
.banner .card .line-default{
	padding-bottom:4rem;
}
.banner .card [class*="card-title"]{
	padding:0;
	font-size:7rem;
}
.banner .card h2.card-title{
	font-size:5rem;
}
/*--------------------------------------------------------------*/
.banner .card .card-title-1{
	font-size:20rem;
}
.banner .card .card-title-2{
	font-weight:800;
	font-size:20rem;
	line-height:1;
	font-family: 'Playfair Display', serif;
	letter-spacing:-.4rem;
}
.banner .card .card-title-3{
	font-size:12rem;
	font-weight:900;
}
.banner .card .card-title-3 strong{
	font-size:20rem;
}
.banner .card .card-title-4{
	font-weight:600;
	font-size:10rem;
	font-family: 'Playfair Display', serif;
	letter-spacing:-.4rem;
}
.banner .card .card-title-5{
	font-weight:800;
	font-size:15rem;
	line-height:1;
}
/**/
/*-------------------------------------------------------------*/
.banner .card [class*="card-subtitle"]{
	margin-top:0;
	margin-bottom:3rem;
}
.banner .card [class*="card-title"] + [class*="card-subtitle"]{
	margin-top:2.5rem;
	margin-bottom:0;
}
.banner .card h3.card-subtitle{
	font-size:4rem;
	font-weight:600;
}
.banner .card h4.card-subtitle{
	font-size:3rem;
	font-weight:500;
}
.banner .card h5.card-subtitle{
	font-size:2rem;
	font-weight:400;
}
.banner .card h6.card-subtitle{
	font-size:1.8rem;
	font-weight:300;
}
/**/
.banner .card p[class*="card-text"]{
	max-width:80rem;
	margin-left:auto;
	margin-right:auto;
	font-size:2.2rem;
	margin-top:3.5rem;
	opacity:1;
}
.banner .text-left [class*="card-text"]{
	margin-left:0;
	max-width:60rem;
	font-size:1.7rem;
}
/**/
.banner .card a.btn{
	margin-top:4rem;
	padding:1.8rem 4rem;
	background:#fff;
}
.banner .color-3 .btn{
	background:#333;
	color:#fff;
}
.banner .card .btn + .btn{
	margin-left:1.5rem;
}
.banner .card .btn.btn-round{
	padding:1.8rem 5.5rem;
}
.banner .card .btn.btn-border-f{
	border:2px solid #fff;
	color:#fff;
	background:none;
}
.banner .card .btn.btn-border-3{
	border:2px solid #333;
	color:#333;
	background:none;
}
.banner.text-left .card-img-overlay{
	text-align: left!important;
}
.banner.text-left .row {
    -ms-flex-pack: flex-start!important;
    justify-content: flex-start!important;
}
/*----------------------
	3.35. Column
------------------------*/
.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;
}
.column-gap-250{
	-webkit-column-gap:25rem;
    -moz-column-gap:25rem;
	column-gap:25rem;
}
.column-gap-300{
	-webkit-column-gap:30rem;
    -moz-column-gap:30rem;
	column-gap:30rem;
}
.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;
}
.card-columns.column-gap-250 .card{
	margin-bottom:25rem;
}
.card-columns.column-gap-300 .card{
	margin-bottom:30rem;
}
/*----------------------
	3.37. Blog
------------------------*/

.blog{}
.blog-b{
	padding-left:4rem;
	margin-left:1.5rem;
	border-left:1px solid #eee;
}

.blog-1 img{
	width:25rem;
}
.blog-lg .card-date + .card-title{
	margin-top:2rem!important;
}
.blog-lg .card-title + .card-date{
	margin-top:2rem!important;
}
/**/
.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. Portfolio
------------------------*/
.portfolio{}

/*Filter portfolio*/
.port-filter .card{
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.port-filter .card { 
    -webkit-transform: scale(0);
    transform: scale(0);
}
.port-filter .card img {
	max-width:100%;
	position: relative;
	top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
}
.port-filter .scale-anm {
  transform: scale(1);
}
/*----------------------
	3.41. Testimonial
------------------------*/
.testimonial{
}
.testimonial .card .card-img-overlay,.testimonial.text-center p.card-text {
	max-width:90rem;
	margin: 0 auto;
}
.testimonial .card .card-body{
	padding:0;
}
.testimonial .card .card-img {
	margin-bottom:2.5rem;
}
.testimonial .card > img{
	margin:auto;
}
.testimonial .card img.img-2x{
	max-width:12rem;
	border-radius:12rem;
}
.testimonial .card img.img-1x{
	max-width:7rem;
	border-radius:7rem;
}
.testimonial .card h5{
	margin-top:1.5rem;
}
.testimonial .card .card-text{
	font-size:2.5rem;
	margin:0;
}
.testimonial .card .card-text.line-default{
	padding-bottom:2.5rem;
	margin-bottom:0rem;
}
.testimonial-inline .card .line-default:after{
	left:0;
	margin-left:0;
	border-width:1px;
	border-color:#fff;
}
.testimonial .card > i{
	font-size:5rem;
	margin-bottom:2.5rem;
}
.testimonial .owl-dots{
	
}
.testimonial.text-center img{
margin:auto;
}
.testimonial.text-center .owl-dots{
	text-align:center;
}
/**/
.testimonial-1{}
.testimonial-1 .card .card-body{
	background:#fff;
	padding:3rem;
	border-radius:.5rem;
	box-shadow:0 .1rem .2rem 0 #ccc;
	margin-bottom:1rem;
}
.testimonial-1 .card .card-body p{
	margin:0;
}
/**/
.testimonial-2 .card{
	background:none;
}
.testimonial-2 img{
	margin:0;
}
.testimonial-2 .icn{
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-pack: center!important;
    justify-content: center!important;
	width:7rem;
	height:7rem;
	border-radius:10rem;
	overflow:hidden;
	border:5px solid #fff;
	margin-top:.5rem;
}
.testimonial-2 .media-body,.testimonial-2 .card-body{
	background:#fff;
	padding:4rem;
	box-shadow:0 .1rem .5rem 0 #ccc;
}
.testimonial-2 .media-body p.card-text{ 
	font-size:1.7rem;
	margin:0;
}
/**/
.testimonial-3{}
.testimonial-3 img{
	margin:0;
}
.testimonial-3 .media{
	background:#fff;
	padding:2rem;
	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;
}
.testimonial-4 .card{
	background:none;
}
.testimonial-4 img{
	margin:0;
}
.testimonial-4 .icn{
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-pack: center!important;
    justify-content: center!important;
	width:7rem;
	height:7rem;
	border-radius:10rem;
	overflow:hidden;
	border:5px solid #fff;
	margin-top:.5rem;
}
.cards.testimonial-4 .media-body,.cards.testimonial-4 .card-body{
	background:#fff;
	padding:3rem;
	box-shadow:0 .1rem .2rem 0 #ccc;
}
.testimonial-4 .card p.card-text{ 
	font-size:1.7rem!important;
	margin:0;
}
.testimonial-4  .card .card-footer{
	background:none;
	padding:0;
	margin-top:2.5rem;
	border:0;
	margin-left:1rem;
}
.testimonial-4  .card .card-footer img{
	width:6rem;
	height:6rem;
	margin-right:1.5rem;
}
.testimonial-4  .card .card-footer h5{
	margin:1rem 0 0 0;
	font-size:1.8rem;
	font-weight:700;
}
.testimonial-4  .card .card-footer p{
	margin-top:.5rem;
	font-size:1.3rem;
	color:#888;;
}
.testimonial-4  .card .arrow-bottom::after{
	border-color:#fff;
}
.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.3rem;
	margin:2.5rem 0 0 0 ;
	text-transform:uppercase;
	font-weight:600;
}
.author-name-3{
	font-size:1.7rem;
	margin:2.5rem 0 0 0;
	font-weight:600;
	font-style:italic;
	font-family:'Rokkitt', serif!important;
}
.author-name-3.line-mix{
	margin-left:4.5rem;
}
.author-name-3.line-mix:after{
	display:none;
}
.author-name-4{
	font-size:1.4rem;
	margin:2.5rem 0 0 0;
	font-weight:600;
	font-style:italic;
	font-family:'Kalam', cursive!important;
}
.author-name-4.line-mix{
	margin-left:4.5rem;
}
.author-name-4.line-mix:after{
	display:none;
}
.author-name-5{
	font-size:1.4rem;
	margin:2.5rem 0 0 0;
	text-transform:uppercase;
	font-weight:600;
	font-family:'Rokkitt', serif;
}
[class*="author-name-"]{
	opacity:.7;
}
[class*="author-name-"].line-mix{
	margin-left:4.5rem;
	margin-top:1.5rem;
}
[class*="author-name-"].line-mix:after{
	display:none;
}
.text-center [class*="author-name-"].line-mix{
	margin-left:auto;
	margin-top:2.5rem;
}
.text-center [class*="author-name-"].line-mix:after{
	display:block;
}
/*----------------------
	3.42. Call to action
------------------------*/

section.call_to_action{
	padding:3.5rem 0;
	position:relative;
	z-index:10;
}
.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:2rem;
	font-weight:600;
	margin:0;
}
.call_to_action p{
	margin-top:1rem;
}
.call_to_action h3 strong{
	font-weight:700;
}
.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;
}
.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;
}
/**/
section.call_to_action_1{
	padding:0!important;
}
.call_to_action_1 h3{
	margin-left:5rem;
}
.call_to_action_1  .ct-phone{
	transform: SkewX(-45deg);
	margin-top:4rem;
	font-weight:600;
	font-size:2.2rem;
	position:relative;
	z-index:3;
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-align: center!important;
    align-items: center!important;
}
.call_to_action_1  .ct-phone .icn{
	margin-right:1.5rem;
	border-radius:10rem;
}
section.call_to_action_2{
	padding:0;
}
section.call_to_action_2 .d-flex{
	margin-left:5rem;
}
section.call_to_action_2 .d-flex .icn{
	width:5rem;
	height:5rem;
	font-size:2.5rem;
	border-radius:5rem;
	background:#fff;
}
/*----------------------
	3.43. Satistic
------------------------*/
.statistic{
	text-align:center;
	background:none;
}
.statistic[class*="bg-offset"] .card{
	color:#fff;
}
.statistic .card{
	background:none;
}
.cards.statistic .card .card-body{
	padding:0;
}
.cards.statistic .card .card-icon + .card-body{
	padding-top:2rem;
}
.cards.statistic .card i.fa{
	margin-bottom:2rem;
	font-size:4rem;
}
.cards.statistic .card i[class*="icon-"]{
	margin-bottom:2rem;
	font-size:5rem;
	line-height:.7;
}
.cards.statistic .card .card-title{
	font-weight:800;
	font-size:4.5rem;
}
.cards.statistic .card .card-body p{
	font-weight:600;
	opacity:.5;
	color:inherit;
	margin-bottom:0;
}
.cards.statistic .card svg{
	margin-top:2.5rem;
}
/*----------------------
	3.44. Pricing
------------------------*/
.pricing-table{}
.pricing-table .card{
	border:1px solid #ddd;
	padding:4rem 3rem;
	text-align:center;
	border-radius:.5rem;
}
.pricing-table .card .card-title{
	text-transform:uppercase;
	font-size:3rem;
	margin-top:1rem;
}
.pricing-table .card .card-list{
	margin-top:2.5rem;
}
.pricing-table .card .card-list li{
	padding:.5rem 0;
}
.pricing-table .card .card-list li i{
	color:#00b386;
	margin-right:.5rem;
}
.pricing-table .card .card-price{
	font-size:7rem;
	font-weight:300;
	font-family:'Rubik', sans-serif!important;
	line-height:1;
	margin-top:1.7rem;
	margin-bottom:.5rem;
}
.pricing-table .card .card-price span.cur{
	font-size:3rem;
	color:#999;
}
.pricing-table .card .card-price span.mo{
	font-size:2.5rem;
	color:#999;
}
.pricing-table .card .btn{
	margin-top:2rem;
}
.pricing-table .card .card-footer{}
/*----------------------
	3.44. Newsletter
------------------------*/
.newsletetr{}

/*----------------------
	3.45. Error
------------------------*/
.error_404{}
.error_404 h2{
	font-size:7rem;
	font-weight:800;
	margin-top:3rem;
	text-transform:uppercase;
}
.error_404 p{
	font-size:2rem;
	margin-top:0;
	color:#777;
}
/*--------------
	3.46.Team
----------------*/
.cards.team .card .card-body{
	padding-top:2rem;	
}
.cards.team .card .card-title{
	font-size:2rem;
	margin-bottom:1.2rem;
}
.cards.team .card p{
	opacity:.6;
	font-weight:500;
	margin:0;
	font-size:1.4rem;
}
/*--------------
	3.47.Client
----------------*/
/*----------------------
	3.48. Event
------------------------*/
.box-1{
	background:#fff;
	padding:5rem;
}
.box-1 h3{
	font-weight:700;
	line-height:1.5;
	font-size:2rem;
}
.box-1 p{
	text-transform:uppercase;
	font-size:1.2rem;
	font-weight:600;
}
.box-1 p.card-text{
	text-transform:lowercase;
	font-size:1.8rem;
	font-weight:500;
}
.box-1 .btn{
	background:#fff;
	margin-top:2rem;
	color:#333;
}

.event-item{
	border:1.5rem solid #fff;
	padding:5rem;
	color:#fff;
	text-align:left;
}
.event-item h5{
	letter-spacing:.5rem;
	padding-left:0;
	font-size:1.6rem;
	margin-top:0;
	text-transform:uppercase;
	font-weight:500;
}
.event-item h3{
	font-weight:600;
	font-size:2.5rem;
	line-height:1.3;
}
.event-item p{
	font-size:1.3rem;
	margin-top:2rem;
	font-weight:600;
	padding:0;
	text-transform:uppercase;
}
.event-item .btn{
	margin-top:3rem;
	background:#fff;
}
/*----------------------
	3.49. Logo Brand
------------------------*/
/*----------------------
	3.50.
------------------------*/	
.bm .row{
	position:relative;
	z-index:1;
}
.bp-sm{
	padding:1.7rem 2.5rem!important;
	display:inline-block;
	background-color:#fff;
}
.bgx{
	background:#fff;
	color:#333;	
	height:9rem;
}
.bgx:before{
	position:absolute;
	left:-5rem;
	top:0;
	z-index:2;
	content:'';
	transform: Skew(-45deg);	
	background:#fff;
	height:100%;
	width:10rem;
}
.bgx:after{
	position:absolute;
	right:-30rem;
	top:0;
	z-index:2;
	content:'';	
	background:#fff;
	height:100%;
	width:30rem;
}
.bgx .box-open{
	margin-top:3rem;
}
.add-1{
	float:right;
	padding:1.5rem;
}
.add-1 .add-inner{
	background:#fff;
	padding:5rem;
	display:inline-block;
	color:#333;
}
.add-1 h5{
	margin:1.3rem 0 0 0;
	color:#999;
	font-weight:600;
	text-transform:uppercase;
	font-size:1.3rem;
}
.add-1 h3{
	margin-top:0;
}
.txt-1{
	font-size:1.8rem;
	color:#777;
}
/*heading*/
.heading-1{
	font-size:15rem;
	margin-top:0!important;	
	font-weight:800;
	line-height:1;
	letter-spacing:-.1rem;
}
.heading-2{
	font-size:4.5rem;
	font-weight:800;
	margin-top:0;
}
.heading-3{
	font-size:4rem;
	font-weight:700;
	margin-top:0;
}
.boxd{
	padding:4rem;
	background:#fff;
	position:relative;
	z-index:1;	
}
.boxd1{
	padding:3rem;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	z-index:1;	
}
.boxd2{
	padding:5rem;
	background:#fff;
	box-shadow: 0 .3rem .5rem 0 #ddd;
	position:relative;
	z-index:1;	
}
.boxd3{
	padding:2rem;
	background:#f5f5f5;
}
.project_info{
	margin-top:3rem;
}
.project_info .project_info_item{
	margin-bottom:1.5rem;
	border-bottom:1px dashed #ddd;
	padding-bottom:1.5rem;
}
.project_info h6{
	font-size:1.6rem;
	font-weight:600;
	margin:0 0 .5rem 0;
}
.project_info p{
	margin:0;
	font-size:1.4rem;
	color:#999;
}
.phone-ct{
	background:#f5f5f5;
	padding:2rem;
	font-size:2rem;
	margin-top:2.5rem;
}
.phone-ct strong{
	font-size:3rem;
	font-family:'Rubik', sans-serif;
	font-weight:500;
}
.bg-if{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.hn{

	display:inline-block;
}
.hn img{
	width:auto!important;
}
.card11,.block-title11{
	opacity:0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 	1s ease;
    transition: all 1s ease;
}
.card11.animated,.block-title.animated11{
	opacity:1;
}
.stick-pos:after{
	position:absolute;
	top:1rem;
	right:1rem;
	content:'';
	z-index:999;
	background:url(../images/new-icon-png-17.png);
	background-repeat:no-repeat;
	height:3rem;
	width:3.5rem;
}
/*----------------------
	4.Javascript
------------------------*/
/*----------------------
	4.1.Owl Coursel
------------------------*/
.banner .owl-stage{
	    transition: all 1s ease 0s!important;
		background:#000;
}
.bg-offset  .owl-stage,.container {
	background:none!important;
}

.cards .owl-carousel .owl-stage-outer{
	padding-bottom:.5rem;
}
	
.owl-carousel .card{
	margin-bottom:0!important;
}
.cards .owl-carousel .owl-item {
}
.owl-carousel .owl-stage-outer{
}
.banner .owl-theme .owl-nav{
	margin-top:0;
	position:absolute;
	bottom:4rem;
	left:46.5%;
	z-index:99;
}
.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-theme .owl-nav.disabled + .owl-dots{
	margin-top:1rem;
}
.text-center .owl-theme .owl-nav.disabled + .owl-dots{
	margin-top:3rem;
}
.owl-theme .owl-dots .owl-dot span {
    width: 3rem;
    height: .4rem;
    margin: 0 .4rem;
	margin-bottom:-.5rem;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius:1rem;
}
.owl-theme .owl-dots .owl-dot.active span{
	width:1.5rem;
	background:#feda00;
}
.owl-dots-ab.owl-theme .owl-dots{
	position:absolute;
	right:0;
	top:-7rem;
}	
/**/
.owl-dots-1 .owl-dots{
	position:absolute;
	top:40%;
	right:7%;
}
.owl-dots-1 .owl-dots {
	margin-top:2rem;
}
.owl-dots-1 .owl-dots button.owl-dot{
	display:block;
}
.owl-dots-1 .owl-dots button.owl-dot span{
	width:1.8rem;
	height:1.8rem;
	border:1px solid #fff;
	border-radius:0;
	background:none;
	margin-bottom:.4rem;
}
.owl-dots-1 .owl-dots button.owl-dot span:hover{
	background:#fff;
}
.owl-dots-1 .owl-dots button.owl-dot.active span{
	background:#fff;
}
.owl-dots-left .owl-dots{
	text-align:left;
}
.owl-dots-left.owl-theme .owl-dots .owl-dot span{
	margin-left:0;
}
/**/
.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-nav-2 .owl-nav{
	position:static!important;
	opacity:0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.owl-carousel:hover .owl-nav{
	opacity:1;
}
.owl-nav-2 .owl-nav  .owl-prev,.owl-nav-2 .owl-nav .owl-next{
	position:absolute;
	right:2rem;
	top:47%;
	width:5rem;
	height:5rem;
	z-index:9999;
	background:none!important;
}
.owl-nav-2 .owl-nav .owl-prev{
	left:2rem!important;
	right:auto;
}
.owl-nav-2 .owl-nav .owl-prev:after,.owl-nav-2 .owl-nav .owl-prev:before,.owl-nav-2 .owl-nav .owl-next:after,.owl-nav-2 .owl-nav .owl-next:before{
	position:absolute;
	width:3rem;
	background:#fff;
	height:.3rem;
	text-align:center;
	content:'';
}
.owl-nav-2 .owl-nav .owl-prev:after{
	top:1.5rem;
	right:1.2rem;
	transform: rotate(-50deg);
}
.owl-nav-2 .owl-nav .owl-prev:before{
	top:3.6rem;
	right:1.2rem;
	transform: rotate(50deg);
}
.owl-nav-2 .owl-nav  .owl-next:after{
	top:1.5rem;
	right:1.2rem;
	transform: rotate(50deg);
}
.owl-nav-2 .owl-nav  .owl-next:before{
	top:3.6rem;
	right:1.2rem;
	transform: rotate(-50deg);
}
.slider-1 .owl-item{
	position:absolute!important;
	left:0;
	z-index:0;
	opacity:0;
	-webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.slider-1 .owl-item.active{
	z-index:1;
	opacity:1;
}
.slider-1 .owl-stage{
	transform: translate3d(0px, 0px, 0px)!important;
	height:80rem;
	transition:none!important;
}  

/*----------------------
	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;
}
.mtn i{
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s 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.Light Box
------------------------*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -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: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg img{

}
.mfp-bottom-bar{
	top:auto!important;
	bottom:10rem!important;
	left:3rem;
}
.mfp-counter{
	display:none;
}
.mfp-title{
    font-size: 2rem;
    margin-top: 2rem;
    text-transform: uppercase;
	position:absolute;
	z-index:999;
	font-weight:600;
	top:0;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*----------------------
	5.Footer
------------------------*/
footer{
}
.footer-top{
	padding:7rem 0;
}
.footer-top ul.list li a{
	padding:.2rem;
	padding-left:0;
	font-size:1.4rem;
	display:block;
}
.footer-top ul.list li a i{
	font-size:2.5rem;
	margin:0 .5rem;
}
.footer-top h3{
	font-size:2.2rem;
	margin-top:0;
}
.footer-top p{
	font-weight:500;
	margin-bottom:1rem;
	font-size:1.5rem;
}
.footer-bottom{
	padding:1.5rem 0;
	border-top:1px solid #eee;
}
.footer-bottom p{
	margin:0;
	font-size:1.4rem;
	font-weight:500;
}
/*----------------------
	6.Media Query
------------------------*/
@media (min-width: 1200px){
	.container {
		width:1200px;
		max-width: 1500px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
	h1{
		font-size:6rem;
	}
	h2{
		font-size:4rem;
	}
	h3{
		font-size:1.8rem;
	}
	h4{
		font-size:1.6rem;
	}
	h2.heading-2{
		font-size:6rem;
	}
}
@media (max-width: 991px){
	.page-title h1{
		font-size:7rem!important;
	}
	.aside-box-edit{
		display:none;
	}
	.card-columns img.w500,.card-columns .card.w500{
		width:40rem!important;
		margin:0;
	}
	.card-columns{
		-webkit-column-gap:2rem;
    	-moz-column-gap:2rem;
		column-gap:2rem;
	}
		/*menu*/
	.menu-1 .menu-nav ul.menu li ul.sub-menu,.menu-1 .menu-nav ul.menu  ul.sub-menu ul.sub-menu{
		top:0%;
		background-color:#fff;
		z-index:9999;		
	}
	.menu-1 .menu-nav ul.menu{
		margin-left:auto;
		margin-right:auto;
		padding-left:4rem;
		text-align:left;
	}
	.menu-1{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		width:27rem;
		background:#fff;
		height:0;
		z-index:999;
		overflow:hidden;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		text-align:left;
		color:#333;
	}
	.menu-3{
		margin-right:0;
	}
	.menu-1 .menu-nav ul.menu ul.sub-menu{
		position:static;
		padding:0;
	}
	.menu-1 .menu-nav ul.menu li ul.sub-menu li a{
		color:#666;
		font-size:1.8rem;
		display:inline-block;
	}
	.menu-1 .menu-nav ul.menu li ul.sub-menu li li a{
		color:#888;
		font-size:1.6rem;
		display:inline-block;
		padding-left:1rem;
	}
	.menu-1 .menu-nav ul.menu li.drp > a:before{
		position:absolute;
		top:22%;
		left:-1rem;
		z-index:1;
		content:'+';
		font-weight:400;
		font-size:2rem;
	}
	.menu-1 .menu-nav ul.menu ul.sub-menu li.drp > a:before{
		position:absolute;
		top:7.5%;
		left:0;
		z-index:1;
		content:'+';
		font-weight:400;
		font-size:2rem;
	}
	.menu-1 .menu-nav{
		float:none!important;
	}
	.menu-1 .menu-nav .menu{
		margin-top:7rem;
		overflow-y:auto;
		overflow-x:hidden;
		max-height:40rem;
	}
	.menu-1 .menu-nav .menu:after{
		position:absolute;
		width:3rem;
		right:0;
		height:100%;
		top:0;
		background:#fff;
		content:'';
	}
	.menu-1 .menu-nav ul.menu li{
		display:block;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		opacity:0;
	}
	.menu-1 .menu-hd.menu-nav{
		margin-right:0;
	}
	.menu-1 .menu-hd.menu-nav ul.menu li{
		transform: translateX(0) !important;
	}
	.menu-1 .menu-nav ul.menu li:nth-child(1) {
		transform: translateY(2rem);
	}
	.menu-1 .menu-nav ul.menu li:nth-child(2) {
		transform: translateY(6rem);
	}
	.menu-1 .menu-nav ul.menu li:nth-child(3) {
		transform: translateY(12rem);
	}
	.menu-1 .menu-nav ul.menu li:nth-child(4) {
		transform: translateY(16rem);
	}
	.menu-1 .menu-nav ul.menu li:nth-child(5) {
		transform: translateY(20rem);
	}
	.menu-1 .menu-nav ul.menu li:nth-child(6) {
		transform: translateY(24rem);
	}
	.m-open.menu-1 .menu-nav ul.menu li{
		transform: translateY(0) !important;
		opacity:1;
	}
	.menu-1 .menu-nav ul.menu ul.sub-menu ul.sub-menu{
		padding:.5rem 0;
	}
	.m-open.menu-1{
		height:100%;
	}
	.menu-1 .menu-nav ul.menu li{
		margin-left:1rem;
	}
	.menu-1 .menu-nav ul.menu li a{
		padding:1rem;
		font-size:2rem;
		font-weight:600;
		text-transform:capitalize;
		position:relative;
	}
	.menu-1 .menu-nav ul.menu ul.sub-menu{
		display:none;
		visibility:visible;
	}
	.menu-1 .menu-nav ul.menu li:hover > ul.sub-menu{
		display:none;
		visibility:visible;
	}
	
	.menu-1 .menu-nav ul.menu li a:after{
		position:absolute;
		left:0;
		right:0;
		top:50%;
		content:'';
		width:0;
		height:.2rem;
		background:#333;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all .5s;
	}
	.menu-1 .menu-nav ul.menu li a:hover:after{
		width:100%;
	}
	.menu-1 .box-close {
		z-index: 9999;
		cursor: pointer;
		width: 2.5rem;
		height: 2.5rem;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: none;
		border: 0;
	}
	.is-active.hamburger-light .hamburger-inner,.is-active.hamburger-light .hamburger-inner::before,.is-active.hamburger-light .hamburger-inner::after{
		background-color: #333!important;
	}
	.box-open{
		z-index:999;
		background:#fff;
	}
	.blog-b{
		padding:0;
		margin:0;
		border:0;
	}
	.heading-2{
		font-size:5rem;
	}
	.block-title h2{
		font-size:4rem;
	}
	.card .card-body h2.card-title{
		font-size:4rem;
	}
	section,.client.cards{
		position:relative;
		padding-top:9rem;
	}
	section[class*="bg-"],.client.cards[class*="bg-"]{ 
		margin-top:9rem;
		padding-bottom:9rem;
	}
	#wrap-body section:last-child {
		margin-bottom: 9rem;
	}
	.cards-title-40 .card h3.card-title{
		font-size:3rem!important;
	}
}
@media (max-width: 767px){	
	.page-title h1{
		font-size:6rem!important;
	}
	.banner .card{
		height:60rem!important;
	}
	.page-title .card{
		height:25rem;
	}
	.block-title{
		margin-bottom:4rem!important;
		margin-top:.5rem;
	}
	.card-columns{
		column-count:2!important;
		-webkit-column-gap:3rem;
    	-moz-column-gap:3rem;
		column-gap:3rem;
	}
	.cards .card-columns .card{
		width:100%!important;
		margin-top:0!important;
		margin-right:0!important;
		margin-left:0!important;
		margin-bottom:3rem!important;
	}
	.text-bg:before{
		font-size:15rem!important;
	}
	.heading-2{
		font-size:4rem;
	}
	.card h2.card-title{
		font-size:3rem!important;
	}
	.cards .card h3.card-title{
		font-size:1.8rem;
	}
	
	.testimonial .card .card-text{
		font-size:2rem;
	}
	.block-title h2{
		font-size:4.5rem;
	}
	.card p.card-text,.txt-1{
		font-size:1.6rem!important;
	}
	section,.client.cards{
		position:relative;
		padding-top:7rem;
	}
	section[class*="bg-"],.client.cards[class*="bg-"]{ 
		margin-top:7rem;
		padding-bottom:7rem;
	}
	#wrap-body section:last-child{
		margin-bottom: 7rem;
	}
	.error_404 h2{
		font-size:5rem;
	}
	
}
@media (max-width: 575px){
	.page-title h1{
		font-size:5rem!important;
	}
	.page-title .card p{
		font-size:1.6rem;
	}
	.text-bg:before{
		font-size:12rem!important;
	}
	.menu-sp li a{
		font-size:2.5rem!important;
	}
	.heading-2{
		font-size:3.5rem;
	}
	h2{
		font-size:3rem;
	}
	h3{
		font-size:2rem;
	}
	.cards.cards-title-40 h3.card-title{
		font-size:2.5rem!important;
	}
	.testimonial .card .card-text{
		font-size:1.8rem;
	}
	.block-title h2{
		font-size:4rem;
	}
	.card-columns{
		column-count:1!important;
		-webkit-column-gap:2rem;
    	-moz-column-gap:2rem;
		column-gap:0!important;
	}
	.cards .card-columns .card{
		margin-bottom:2rem!important;
	}
	section,.client.cards{
		position:relative;
		padding-top:5rem;
	}
	section[class*="bg-"],.client.cards[class*="bg-"]{ 
		margin-top:5rem;
		padding-bottom:5rem;
	}
	#wrap-body section:last-child {
		margin-bottom: 5rem;
	}
	.error_404 img{
		width:70%!important;
	}
	.error_404 h2{
		font-size:4rem;		
	}
	.error_404 p{
		font-size:1.8rem;
	}
}
@media (max-width: 400px){
	.menu-1,.menu-2{
		width:100%!important;
	}
	.text-bg:before{
		font-size:7rem!important;
	}
	.menu-sp li a{
		font-size:2rem!important;
	}
	.heading-2{
		font-size:3rem;
	}
	h3{
		font-size:1.8rem;
	}
}