body{
	font-family: "Outfit", sans-serif;
}

/* background */
.bg1 {
    background: url(../images/about-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* button */
.ot-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #c72228;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 21px 30px;
    min-width: 142px;
    border-radius: 4px;
}
.ot-btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}
.ot-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #224f88;
    transition: 0.5s;
    z-index: 2;
}
.ot-btn:hover:before {
    left: 0;
}

/* text */
.section_title-subheading {
    font-size: .8rem;
    color: var(--primary);
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.sub-title-shape-left:before {
    position: relative;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 30px;
    background: var(--primary);
    display: inline-block;
    margin-right: 12px;
}

/* image */
.galeri {
	border-radius: .5rem;
}

.idvitech {
    color: #fff;
}
.logo-img {
    width: 100%;
    height: 65px;
}
.home-title{
    margin-top: -16rem;
    text-transform: uppercase;
}
.img-spesifikasi {
    border-radius: 10px 30px 10px;
}
.text-right {
    text-align: right;
}
[data-overlay-dark], [data-overlay-light] {
    position: relative;
}
.section-padding {
    padding: 60px 0;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

[data-overlay-dark] .container, [data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
    opacity: 0.65;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark]:before, [data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
img {
	max-width: 100%;
}
.footer .top .item .logo, .footer .bottom .logo {
    margin-bottom: 20px;
}
.logo {
    padding: 0;
}
.logo-img {
    margin-bottom: 0px;
}

/************************************/
/***    09. Latest Project css    ***/
/************************************/
.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.our-project{
	padding: 100px 0 70px;
}

.our-Project-nav{
	text-align: center;
	margin-bottom: 60px;
}

.our-Project-nav ul{
	list-style: none;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px 30px;
	padding: 0;
	margin: 0;
}

.our-Project-nav ul li a{
	position: relative;
	display: inline-block;
	color: var(--primary-color);
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.our-Project-nav ul li a:after,
.our-Project-nav ul li a:before{
	content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
}

.our-Project-nav ul li a:after{
	top: -8px;
	bottom: auto;
	left: 0px;
}

.our-Project-nav ul li a:hover:before,
.our-Project-nav ul li a.active-btn:before,
.our-Project-nav ul li a:hover:after,
.our-Project-nav ul li a.active-btn:after{
	transform-origin: bottom left;
    transform: scaleX(1);
}

.project-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-featured-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 111.33%);
	z-index: 0;
}

.project-btn{
	position: absolute;	
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(20px);
	border-radius: 50%;
	transform: translate(-50%, -30%);	
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-btn{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);	
}

.project-btn a{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.project-btn img{
	max-width: 24px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-btn a:hover{
	background: var(--primary);
}

.project-btn a:hover img{
	transform: rotate(0deg);
}

.project-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 0.79;
    object-fit: cover;
}

.project-content{
	position: absolute;
	left: 40px;
	bottom: 20px;
	right: 40px;
}

.project-content h3,
.project-content h2{
	color: var(--white-color);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.project-content h3{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.project-content h2{
	font-size: 1rem;
	font-weight: 500;
}

.project-content h2 a{
	color: inherit;
}

/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .section-padding {
    padding: 150px 0;
}
.lets-talk .section-title {
	padding: 15px 0;
    color: #fff;
    font-size: 55px;
    line-height: 1.1em;
}
.lets-talk .section-subtitle {
    color: #aecd23;
}
.lets-talk .wrap {
	margin-top: 60px;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.lets-talk .wrap .social {
    grid-column-gap: 12px;
    display: contents;
}
.lets-talk .wrap .social .icon {
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}
.lets-talk .wrap .dv {
    max-width: 1px;
    min-width: 1px;
    background-color: rgba(255,255,255,0.2);
    align-self: stretch;
    margin-left: 12px;
    margin-right: 12px;
    height: 12px;
    margin-top: 9px;
}
.lets-talk .wrap .dv:first-child{
	display: none;
}
.lets-talk .wrap span{
	padding-left: 10px;
}
.lets-talk .wrap .icon-right {
    margin-left: 6px;
    line-height: 1em;
    display: inline-block;
}
.lets-talk .wrap a {
    color: #fff;
    font-size: 16px;
}
.lets-talk .wrap a:hover {
    color: #c72228;
}
.lets-talk .wrap a i.icon-right {
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.lets-talk .wrap a:hover i.icon-right {
    transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
#gallery {
	background: #F8F8F8;
	padding: 60px 0;
}

/*--------------------------------------------------------------
 #  About Page
 --------------------------------------------------------------*/
.about-tow-section.about-page {
	padding: 60px 0;
}
.about-tow-section.about-page .about-two-sec-image:before{
 display: none;
}
.about-tow-section.about-page .about-two-title-text {
 padding-top: 20px;
}
.about-tow-section.about-page .about-tow-experience-years {
 margin-top: 20px;
 margin-bottom: 30px;
}
.about-tow-section.about-page .about-tow-experience-years-icon {
 font-size: 30px;
 height: 60px;
 width: 60px;
 background: var(--thm-primary);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.about-tow-section.about-page .about-tow-experience-years-icon span{
 color: #ffffff;
}
.about-tow-section.about-page .about-tow-experience-years-text{
 margin-left: 12px;
}
.about-tow-section.about-page .about-tow-experience-years-text h2 {
 font-size: 20px;
 color: var(--thm-black);
 font-weight: 800;
 line-height: 30px;
}
.about-tow-section.about-page .about-tow-experience-years-text h2 p{
 font-size: 20px;
 line-height: 30px;
 margin: 0;
}
.about-tow-section.about-page .about-tow-experience-years-text h2 a{
 color: var(--thm-black);
}
.about-tow-section.about-page .signature {
 margin-top: 24px;
}

.about-two-sec-image {
    position: relative;
    display: block;
    z-index: 5;
}
.about-two-sec-image-bg-1 {
    position: absolute;
    top: -22px;
    left: -22px;
    height: 233px;
    width: 233px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
}
.about-two-sec-image-bg-2 {
    position: absolute;
    bottom: 15px;
    right: 10px;
    height: 210px;
    width: 210px;
    background-repeat: no-repeat;
    background-position: bottom right;
	z-index: -1;
}
.about-two-sec-image img {
    width: 100%;
    border-radius: 6px;
}
/* material */
.about-page .check{
	position: relative;
    padding-left: 2.5rem; /* space for icon plus gap */
}
.about-page .check::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 1rem;
    color: #66BB6A;
	position: absolute;
	left: 0;
	top: 0.25rem;
}
 
/************************************/
/***     09. Our Cta Box css      ***/
/************************************/

.cta-box{
	position: relative;
	background: #12223b url("../images/cta-box-bg.png") no-repeat;
	background-position: right bottom;
	background-size: auto;
	padding: 100px 0;
}

.cta-box .section-title h2{
	color: var(--white-color);
}

.cta-box .section-title p{
	color: var(--white-color);
}

.cta-box-image{
	position: absolute;
	bottom: 0;
	text-align: end;
}

.section-btn .btn-default{
	border: 2px solid transparent;
}

.section-btn .btn-default:hover{
	border: 2px solid var(--white-color);
}


/* ======= Footer style ======= */
.footer {
    position: relative;
	padding: 0;
}
/* footer top */
.footer .top {
    padding: 60px 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer .top .item .logo,
.footer .bottom .logo {
    width: 140px;
    margin-bottom: 20px;
}
.footer .top .item h2 {
    color: #222;
    font-size: 30px;
    margin-bottom: 15px;
}
.footer .top .item h2 span {
    color: #aecd23;
}
.footer .top .item h3 {
    color: #222;
    font-size: 21px;
}
.footer .top .item h3 span {
    color: #aecd23;
}
.footer .top .item p {
    color: #222;
	font-size: 14px;
}
.footer .top .item .language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.footer .top .item .language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
}
.footer .top .item .language select {
    height: 50px;
    background: #aecd23;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
}
.footer .top .item .language select option {
     color: rgba(255,255,255,0.7);
}
select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.footer .top .item .links ul {
    margin: 0;
    padding: 0;
}
.footer .top .item .links ul li {
    margin-bottom: 5px;
}
.footer .top .item .links ul li:hover {
    color: #aecd23;
}
.footer .top .item .links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .top .item .links ul li a {
    color: #222;
    position: relative;
}
.footer .top .item .links ul li:hover a {
    color: #aecd23;
}
.footer .top .item .address { 
    color: #222;
    font-size: 15px;
    margin-bottom: 20px;
}
.footer .top .item .phone {
    font-size: 21px;
    color: #222;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.footer .top .item .mail {
    font-size: 15px;
    color: #222;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .newsletter {
    position: relative;
}
.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid #aecd23;
    border-radius: 30px;
}
.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #aecd23;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.footer .top .item .newsletter input::placeholder {
     color: #555;
}
.footer .top .item .newsletter:hover button {
    background: #aecd23;
    outline: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #fff;
}
.footer {
    border-top: none;
}
/* footer bottom */
.bottom {
	background: #222;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom p {
	text-align: left;
    color: #fff;
    font-size: 13px;
}
.bottom p a {
    background: linear-gradient(to bottom, #aecd23 0%, #aecd23 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.bottom p a:hover {
    color: #aecd23;
}

/* video */
.testimoni {
	padding: 60px 0;
}
.play-button-video {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.play-button-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}
.post-video .post-head .play-button-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.play-button-video:before {
    content: "\f04b";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 1.45rem;
    line-height: 1;
    color: #fff;
}
.play-button-video:before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.45rem;
    line-height: 1;
    color: var(--color-white);
}
.post {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: var(--background);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.hv-zoom {
    position: relative;
    overflow: hidden;
}
.post.hv-zoom .post-head {
    position: relative;
    overflow: hidden;
}
.post .post-head.post-head-169 {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 0.65rem;
    margin-bottom: 0.625rem;
}
.post .post-head {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 1rem;
    margin-bottom: 0.625rem;
}
.post .post-body .post-title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    margin-bottom: 0.5rem;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}
/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    background: #aecd23;
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: #fff;
    color: #1b1b1b;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.footer .bottom {
    border-top: none;
}
.btn-cleaning {
    background: linear-gradient(118deg, #aace22, #FFEB3B);
    border-radius: 7px;
    color: #303030 !important;
	font-family: 'Outfit', sans-serif;
    font-size: 15px;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 0px;
}
.btn-slider {
	margin-top: 150px;
    margin-right: 400px;
    padding: 40px;
    width: 100%;
    text-align: right;
}

.btn-slider-mobile {
    position: absolute;
    margin-top: 250px;
    margin-right: 0;
    padding: 20px;
    width: 100%;
    text-align: right;
}

.btn-slider-mobile .btn {
	margin-right: 50px;
    color: #0e0e0e;
    border-radius: 7px;
    padding: 10px 15px;
    background: linear-gradient(-45deg, #83a500, #e7ff81);
    border: none;
    /* font-family: cursive; */
    font-weight: 400;
    font-size: 12px;
}

/*** 
 ====================================================================
         Features Two Section
 ====================================================================
 
 ***/
 
.features-two-section{
	position: relative;
	display: block;
	padding: 50px 0 60px;
	background: #F8F8F8;
}

.features-two-sec-single {
	position: relative;
	display: block;
	background: #ffffff;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 2%);
	padding: 50px 40px;
}

.features-two-sec-icon{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgb(255 82 3 / 8%);
}
.features-two-sec-icon span {
	font-size: 50px;
	color: var(--primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-two-sec-single h3 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 30px;
	margin-top: 23px;
	margin-bottom: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: capitalize;
}

.features-two-sec-single p{
	font-size: 1rem;
    font-weight: 300;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #555;
}
.features-two-sec-single:hover {
    background: var(--primary);
}

.features-two-sec-icon:hover {
    background: #fff;
}

.features-two-sec-single:hover h3 {
    color: #fff;
}

.features-two-sec-single:hover p {
    color: #fff;
}


@media(max-width:1350px) {
	.btn-slider {
		margin-right: 25%;
	}
}
@media(max-width:1024px) {
	.btn-slider {
		margin-right: 17%;
	}
}
@media(max-width:768px) {
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.logo-img {
		width: 100%;
		height: 60px;
	}
	.offcanvas-collapse {
		position: fixed;
		top: 80px;
		bottom: 0;
		left: 100%;
		width: 100%;
		overflow-y: auto;
		visibility: hidden;
		padding-right: 1rem;
		padding-left: 1rem;
		background-color: #ffffff;
		transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		z-index: 99;
	}
	.navbar-nav .nav-link.btn-cleaning {
		padding: 10px;
		width: 130px;
		text-align: center;
	}
	.btn-slider-mobile {
		margin-top: 28%;
	}
	.btn-slider-mobile .btn {
		margin-right: 25%;
	}
	.footer .top .item {
		margin-bottom: 20px;
	}
	.footer .social-icons {
		margin-top: 15px;
	}
	.footer .top .item .newsletter {
		margin-top: 15px;
	}
	#myBtn {
		bottom: 12%;
		background: linear-gradient(118deg, #aace22, #FFEB3B);
	}
}
@media(max-width: 428px) {
	.home.mobile {
        margin-top: 0;
        display: block !important;
        background-size: contain;
        height: calc(100vh - 250px);
        margin: 0;
        background-position: top;
    }
	.btn-slider-mobile {
		position: absolute;
		margin-top: 0;
		margin-right: 0;
		padding: 20px;
		width: auto;
		bottom: 20%;
		text-align: left;
		left: 40%;
	}
	.btn-slider-mobile .btn {
		margin-right: 0;
	}
	.lets-talk .section-subtitle {
		color: #aecd23;
		font-size: 12px;
		font-family: Poppins;
		font-weight: 400;
		/* margin-bottom: -2px; */
	}
	.lets-talk .section-title {
		padding: 0 0 5px;
		color: #fff;
		font-size: 2rem;
		line-height: 1.1em;
	}
	.lets-talk .wrap {
		display: block;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		text-decoration: none;
	}
	lets-talk .wrap .dv {
		max-width: 0;
		min-width: 0;
		background-color: rgba(255, 255, 255, 0.2);
		align-self: stretch;
		margin-left: 12px;
		margin-right: 12px;
		height: 0;
		margin-top: 10px;
	}
}
