.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;
}

/* ======= 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 {
    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 .icon-right {
    margin-left: 6px;
    line-height: 1em;
    display: inline-block;
}
.lets-talk .wrap a {
    font-family: "Noah", sans-serif;
    color: #fff;
    font-size: 16px;
}
.lets-talk .wrap a:hover {
    color: #aecd23;
}
.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;
}


/* ======= 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;
}
/* 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;
}

@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) {
	.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;
	}
}
