@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Poppins:wght@300;400;500;600&display=swap');
* {margin: 0;padding: 0;box-sizing: border-box;}

body {font-family: 'Poppins', sans-serif;font-size: 16px;}

a, a:hover {text-decoration: none; color: #000; }
ul, ul li, ol, ol li { list-style: none; padding: 0; margin: 0; }
img {max-width: 100%;}

h1, h2, h3, h4, h5, h6 {font-family: 'Oswald', sans-serif; color: #000; }
h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 26px;}
h4 {font-size: 21px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

.container {max-width: 1300px;}
.pt {padding-top: 70px;}
.pb {padding-bottom: 70px;}
.py {padding-top: 70px; padding-bottom: 70px;}

.bg-img {background-size: cover;background-position: center;}

.btn-wrapper {position: relative;width: auto;}
.btn-wrapper a {background: #000;color: #fff;font-size: 18px;padding: 14px 18px;font-weight: 600;border: 2px solid #000;transition: 0.5s all;}
.btn-wrapper a:hover {background: transparent;color: #03132b;}

/* slick slider arrow btn */
button.slick-arrow {position: absolute;left: 20px;top: 50%;transform: translateY(-50%);background: #6b87ff;border: 0;font-size: 0;z-index: 2;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;   border-radius: 5px;transition: 0.5s all;}
button.slick-arrow:before {content: '\f104';font-family: FontAwesome;font-weight: 700;font-size: 24px;display: inline-block; color: #fff; }
button.slick-next.slick-arrow:before {content: '\f105';}
button.slick-next.slick-arrow {left: auto;right: 20px;}
.slick-slider:hover button.slick-arrow.slick-prev {opacity: 1;}
.slick-slider:hover button.slick-arrow.slick-next {  opacity: 1;}

/* slick slider dot btn */
ul.slick-dots li button {font-size: 0;width: 20px;height: 20px;border: 2px solid #6b87ff;background: transparent;border-radius: 100%;}
ul.slick-dots {display: flex;align-items: center;justify-content: center;}
ul.slick-dots li {margin: 0 8px;}
ul.slick-dots li.slick-active button {background-color: #6b87ff;}


.logo {
    padding: 10px 0;
}

.logo img {
    width: 310px;
}

.menu-wrapper {
    background: #A6C311;
    border-bottom: 5px solid #000;
    position: relative;
    z-index: 99;
}
ul.mainmenu {
    position: relative;
    display: flex;
    width: auto;
}

ul.mainmenu > li {
    position: relative;
}

ul.mainmenu > li > a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

ul.mainmenu > li:hover ul.submenu {
    display: block;
}

ul.submenu {
    position: absolute;
    display: none;
    width: 300px;
    top: 100%;
    background: background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-top: 3px solid #fff;
    z-index: 999;
}

ul.submenu li {
    position: relative;
}

ul.submenu li a {
    color: #fff;
    padding: 6px 15px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #525252;
}

.menu-wrapper .btn-wrapper a:hover {
    background: #A6C311;
    color: #fff;
}


.title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.title h2 {
    margin: 0;
}

.title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #d2232a;
}

.about-text p {
    line-height: 34px;
}

.prd-list .single-list {
    width: 33.33333%;
    margin-bottom: 30px;
}

.prd-list .content {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    border-bottom: 5px solid #000;
}

.prd-list .content img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.banner-section .content img {
    width: 100%;
}
.subtext {
    font-size: 18px;
    line-height: 32px;
}











.inquiry-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.inquiry-wrapper .form-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 70px 0;
}

.form-wrapper input {
    height: 50px;
}
ul.prd-point li img {
    width: 25px;
    filter: grayscale(1);
}
.form-wrapper button.btn, .form-wrapper button.btn:hover, .form-wrapper button.btn:focus, .form-wrapper button.btn:active {
    background-color: #d2232a;
    border-color: #d2232a;
    color: #fff;
    font-weight: 600;
}


footer {
    background: #f3f3fa;
    padding: 180px 0 0;
    position: relative;
}

footer .shape {
    position: absolute;
    top: 0;
    z-index: 1;
    transform: rotate(180deg);
}
footer .container {
    z-index: 2;
    position: relative;
}

footer p {
    font-size: 18px;
    line-height: 32px;
    color: #60697b;
}

footer .icon {
    width: 50px;
}

footer .icon i {
    font-size: 24px;
    color: #03132b;
}

footer .text {
    width: calc(100% - 50px);
}

footer .text strong, footer .text span {
    display: block;
    width: 100%;
}

footer .text span {
    color: #56739e;
    line-height: 32px;
    font-weight: 500;
}
.social-icons ul {
    display: inline-flex;
    width: auto !important;
}

.social-icons a {
    font-size: 21px;
    margin: 0 10px;
}

.social-icons li:last-child a {
    margin-right: 0;
}
.copyright-wrapper {
    border-top: 3px solid #d4d4d4;
    margin-top: 30px;
}

.circle
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.6);
	width: 180px;
	height: 180px;
	border: 5px solid #fff;
	box-shadow: 0 0 0 5px #4973ff;
	border-radius: 50%;
	overflow: hidden;
}

.wave
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #4973ff;
	border-radius: 50%;
	box-shadow: inset 0 0 50px rgba(0,0,0.5);
}
.wave:before,
.wave:after
{
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	transform: translate(-50%,-75%);
	background: #000;
}
.wave:before
{
	border-radius: 45%;
	background: rgba(255,255,255,1);
	animation: animate 10s linear infinite;
}
.wave:after
{
	border-radius: 40%;
	background: rgba(255,255,255,.5);
	animation: animate 5s linear infinite;
}
@keyframes animate
{
	0%
	{
		transform: translate(-50%,-70%) rotate(0deg);
	}
	100%
	{
		transform: translate(-50%,-75%) rotate(360deg);
	}
}

.about-img {
    position: relative;
}

.about-img .circle {
    left: 0;
    opacity: 0.3;
    z-index: 9;
    transform: none;
    top: 30px;
    box-shadow: none;
}

.about-img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.product-section {
    position: relative;
    background-color: #f3f3fa;
}

.product-section .circle {
    left: auto;
    right: 20px;
    top: 50px;
    transform: none;
    opacity: 0.50;
    box-shadow: none;
}
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.isi {
    display: inline-block;
    text-transform: uppercase;
}

.isi b {
    display: block;
}

.isi img {
    width: 50px;
}


.whatsapp-icon, .whatsapp-icon:hover, .whatsapp-icon:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00ad4b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 24px;
    z-index: 1000;
}
.other-banner img {
    width: 100%;
}

.other-section {
    padding-top: 50px;
}

.cert-list .img-wrapper {
    border-radius: 5px;
    border: 1px solid #000;
    overflow: hidden;
    margin-bottom: 30px;
}

ul.list li {
    position: relative;
    list-style: auto;
    list-style-position: inside;
    font-size: 18px;
    line-height: 35px;
    width: 50%;
    text-transform: capitalize;
}

ul.list {
    display: flex;
    flex-wrap: wrap;
}

ul.prd-point li {
    list-style: disc;
    list-style-position: inside;
    margin-top: 10px;
}

.single-prd .img-wrapper {
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
}

.m-name {
    font-size: 21px;
    margin-top: 10px;
}
.prd-list .content {
    padding: 0;
}

.prd-list .content h5 {
    display: block;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background: #6b87ff;
    color: #ffff;
}

.client-page .single-list {
    width: calc(100% / 6);
    margin-top: 20px;
}

.client-page .client {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 26px #f4f4f4;
}
.client-page .client span {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 24px;
    text-align: center;
}
.toggleIcon {
    display: none;
}



























/* =========================================================================
                            Respnosive
========================================================================= */


@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1026px;
    }
    ul.mainmenu {
        display: none;
            position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #a6c311;
    }
    .toggleIcon {
        display: inline-flex;
        width: 30px;
        height: 30px;
        color: #fff;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }
}
