/********** Template CSS **********/
:root {
    --primary: #03831c;
    --secondary: #47f550;
    --light: #F7FAFF;
    --dark: #1D1D27;
}

/* COUNTAINER HEADER */


/* END COUNTAINER */

html {
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    padding: 0;
}

/* START DROPDOWN */
.dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
/* END MENU DROPDOWN */

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar{
    width: 100%;
}

.navbar-light {
    background: #198754;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 22px 0;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #ffffff;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

/*** NAVBAR 1 ***/
.navbar1{
    width: 50px;
    position: fixed;
    top: 30%;
    left: 90%;
    z-index: 5;
}

.btn{
    margin: 2px;
}

.text-btn{
    font-size:x-small;
}

.navbar1 .btn:hover{
    background-color: #198754;
}

/* END NAVBAR 1 */



.text-grad {
    width: 65rem;
    text-align: right;
	justify-content: right;
    background: linear-gradient(to right, transparent, transparent, #198754);
    border-radius: 35px;
    padding: 15px 15px 15px 0;
    position: absolute;
    top: 17.5rem;
    z-index: 1;
}

#h1{
	font-size: 2.5rem;
}

#h2{
	font-size: 2rem;
}

#h4{
	font-size: 1.6rem;
}

#h5{
	font-size: 1.2rem;
}

.text-name{
    padding-top: 25px;
    text-align: center;
    color: #000;
}
.text-direct{
    line-height: 2px;
    text-align: center;
    color: #000;
}


/* HIDDEN CONTENT */
#more {
    display: none;
}
/* ============== */

@media screen and (min-width: 992px) {
	
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
	
}

@media screen and (max-width: 912px) {

    .navbar{
        z-index: 2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		background: #fff;
		border-radius: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }

    /* START DROPDOWN */
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 25%;
        top: 100%;
    }
    .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
        display: block;
    }

/* END MENU DROPDOWN */
	 .text-grad {
			width: 50rem;
			text-align: right;
			justify-content: right;
			background: linear-gradient(to right, transparent, transparent, #198754);
			border-radius: 35px;
			padding: 15px 15px 0 0;
			top: 16rem;
			z-index: 1;
		}
		
		#h1{
		font-size: 1.8rem;
		}

		#h2{
			font-size: 1.4rem;
		}

		#h4{
			font-size: 1.2rem;
		}

		#h5{
			font-size: 1rem;
		}
		
		.img-head {
			padding-top: 50px; 
		}

}

@media screen and (max-width: 820px) {
	.text-grad {
        width: 45rem;
        text-align: right;
        justify-content: right;
        background: linear-gradient(to right, transparent, transparent, #198754);
        border-radius: 35px;
        padding: 15px 15px 0 0;
        top: 15rem;
        z-index: 1;
    }
	
	#h1{
	font-size: 1.6rem;
	}

	#h2{
		font-size: 1.3rem;
	}

	#h4{
		font-size: 1rem;
	}

	#h5{
		font-size: 0.8rem;
	}
	.img-head {
		padding-top: 50px; 
    }
}

@media screen and (max-width: 712px) {
	.text-grad {
        width: 39rem;
        text-align: right;
        justify-content: right;
        background: linear-gradient(to right, transparent, transparent, #198754);
        border-radius: 25px;
        padding: 10px 15px 0 0;
        top: 13rem;
        z-index: 1;
    }
	
	#h1{
	font-size: 1.4rem;
	line-height: 1rem;
	}

	#h2{
		font-size: 1.1rem;
	}

	#h4{
		font-size: 0.9rem;
	}

	#h5{
		line-height: 0.5rem;
		font-size: 0.7rem;
	}
}

@media screen and (min-width: 480px) and (max-width: 540px) {
	.text-grad {
        width: 28em;
        top: 11rem;
    }
	
	.spasi{
		line-height: 0.7em;
	}
	
	#h1{
		font-size: 16.5px;
	}

	#h2{
		font-size: 13px;
	}

	#h4{
		font-size: 11.5px;
	}

	#h5{
		font-size: 10px;
	}
	
	.img-head {
		padding-top: 63px; 
    }
}

@media screen and (max-width: 412px) {
	
	.navbar-light .navbar-collapse {
        margin-top: 5px;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
		font-size: small;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 5px 0;
		font-size: small;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
		
	.text-grad {
        width: 23rem;
        text-align: right;
        justify-content: right;
        background: linear-gradient(to right, transparent, transparent, #198754);
        border-radius: 10px;
        padding: 20px 10px 0 0;
        top: 9.7rem;
        z-index: 1;
    }

    .lb{
        width: 50%;
    }
	
    .kc{
        font-size: small;
    }

    .kc1{
        font-size: 1vh;
        font-weight: bold;
    }

	.spasi{
		line-height: 3px;
	}
	
	#h1{
		font-size: 13px;
	}

	#h2{
		font-size: 10px;
	}

	#h4{
		font-size: 9px;
	}

	#h5{
		font-size: 8px;
		margin: 0;
		padding: 0;

	}
	
	.img-head {
		padding-top: 63px; 
    }
}

@media screen and (max-width: 320px) {
	
	.navbar-light .navbar-collapse {
        margin-top: 5px;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
		font-size: small;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 5px 0;
		font-size: small;
    }

    .navbar-light .navbar-brand img {
        max-height: 35px;
    }
		
	.text-grad {
        width: 18.3em;
        text-align: right;
        justify-content: right;
        background: linear-gradient(to right, transparent, transparent, #198754);
        border-radius: 10px;
        padding: 15px 10px 0 0;
        top: 8.2rem;
        z-index: 1;
    }
	
	.spasi{
		line-height: 0.1em;
	}

    .lb{
        width: 50%;
    }
	
    .kc{
        font-size: small;
    }

    .kc1{
        font-size: 1vh;
        font-weight: bold;
    }
	
	#h1{
		font-size: 9.5px;
	}

	#h2{
		font-size: 7.5px;
	}

	#h4{
		font-size: 6.5px;
	}

	#h5{
		font-size: 6px;
	}
	
	.img-head {
		padding-top: 63px; 
    }
}

/* GALLERY */
.pop {
    transition: transform .5s;
}

.pop:hover {
    transform: scale(1.02);
}

/* SLIDE BERANDA */
.popup {
    transition: transform .5s;
}

.popup:hover {
    transform: scale(0.99);
}

#m1 {
    border-radius: 15px 0 0 0;
}

#m1:hover {
    border-radius: 0;
}

#m2 {
    border-radius: 0 15px 0 0;
}

#m2:hover {
    border-radius: 0;
}

#m3 {
    border-radius: 0 0 0 25px;
}

#m3:hover {
    border-radius: 0;
}

#m4 {
    border-radius: 0 0 25px 0;
}

#m4:hover {
    border-radius: 0;
}

.photo-gallery {
    color:#313437;
    background-color:transparent;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  
  
/* END */

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(38, 177, 33, 0.5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}

/*** Service ***/
.service-item {
    position: relative;
    height: 250px;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}


/*** Testimonial ***/
.newsletter,
.testimonial {
    background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png);
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}
/* SIDE NAV */

/* #mySidenav a {
    position: fixed;
    left: 0;
    transition: 0.3s;
    padding: 15px 0 15px 0;
    width: 75px;
    text-decoration: none;
    color: white;
    border-radius: 0 3px 3px 0;
    text-align: center;
}

#mySidenav a:hover {
    left: 0;
    background-color: #e25a00;
}

#about {
    top: 100px;
    background-color: #198754;
    font-size: x-small;
}

#blog {
    top: 169px;
    background-color: #198754;
    font-size: x-small;
}

#projects {
    top: 253px;
    background-color: #198754;
    font-size: small;
}

#contact {
    top: 307px;
    background-color: #198754;
    font-size: small;
} */
/* END */

/*** Footer ***/
.footer {
    background: url(../img/smbms.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* WA ICON */

.wa {
    position: fixed;
    right: 45px;
    z-index: 99;
    bottom: 100px;
    transition: .5s;
}

.wa:hover {
    bottom: 115px;
}