body {
    font-family: "Poppins", arial, sans-serif;
    /* background-color:#FFF5EA; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", arial, sans-serif;
}

p {
    font-family: "Poppins";
}
h2 {
    font-weight: 700 !important;
}

.title-content {
    margin-bottom: 30px;
}
.title-heading {
    font-weight: 500;
    font-size: 30px;
    display: inline-block;
    padding-top: 5px;
    color: #1e73a7;
}

.title-desc {
    margin: 0;
    font-size: 18px;
}

#logo-navbar {
    width: 170px;
}

#logo-footer {
    width: 100px;
}

.navbar {
    display: block;
}

.navbar-wrapper {
    height: 92px;
}

.navbar-brand {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    display: block;
    margin: 0;
}

.navbar-search {
    border-radius: 8px;
}
.navbar-search:focus {
    border-color: #ced4da !important;
    box-shadow: unset;
}

.input-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding-left: 10px;
    padding: auto 0;
}

.input-group > .input-group-prepend > .input-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.navbar-search {
    border-left: 0;
}

.nav-bottom {
    background-color: #43b4e4;
}

.navbar-custom {
    padding: 0 !important;
    background-color: white !important;
}
.navbar-custom .navbar-nav li a {
    color: white !important;
    font-size: 14px;
    margin: 0;
    padding: 10px 20px !important;
}

.navbar-custom .navbar-nav li .dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.navbar-custom .navbar-nav li .dropdown-item {
    color: #1e73a7 !important;
}

.navbar-custom .navbar-nav li .dropdown-item:hover {
    color: #1e73a7 !important;
}

.navbar-custom .navbar-nav li a.active {
    background-color: #1e73a7 !important;
}

/* #navbar li a:hover{
    color: #eb1978 !important;
} */

.navbar-custom .container .navbar-toggler {
    color: #1e73a7 !important;
}

/* .navbar-custom.sticky-dark, */
.navbar-custom.sticky-dark.nav-sticky {
    background-color: white !important;
}

#nav-tab .nav-item.nav-link.active {
    color: white !important;
}

#nav-tab .nav-item.nav-link {
    color: #1e73a7 !important;
}

.text-primary {
    color: #1e73a7 !important;
}

.text-secondary {
    color: #1e73a7 !important;
}

.bg-secondary {
    background-color: #1e73a7 !important;
}

.bg-primary {
    background-color: #1e73a7 !important;
}

/* .home-3{
    background-image: none !important;
    padding: 0;
    clip-path: none;
    clip-path: polygon(50% 0%, 100% 0, 100% 80%, 0 100%, 0 0);
} */

/* .about-top-3 {
    position: relative;
    top: auto;
    margin-bottom: 0;
} */

.about-top {
    position: relative;
    /* top: -170px;
    margin-bottom: -40px; */
}

.dot {
    background-color: #1e73a7;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.banner-img {
    height: 550px;
    background-position: center;
    background-size: cover;
}

.content-wrapper {
    padding-top: 128px;
}

.bg-slider {
    width: 100% !important;
    /* height: 590px; */
    /* padding-top:67px; */
}

.slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.slider-text-bg {
    width: 70%;
    margin: 0 auto;
    padding: 30px;
    background-color: #43b4e4;
    text-align: center;
    color: white !important;
}

.txt-slider-title {
    color: white;
    text-align: center;
    font-size: 30px !important;
    font-weight: 300;
    line-height: 50px;
}
.txt-slider-subtitle {
    font-size: 18px !important;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: white !important;
}

.slidder-banner .owl-controls {
    position: relative;
    top: -50px;
    /* margin-bottom: -40px; */
}
/* .slidder-banner .owl-controls .owl-pagination .owl-page span{
    background-color: white !important;
} */

.overlay {
    position: relative;
}
.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.7;
    z-index: -1;
}

.btn {
    padding: 12px 38px;
}

.btn-sm {
    padding: 10px 26px;
}
.btn-primary {
    color: #fff !important;
    background-color: #1e73a7;
    border-color: #1e73a7;
    border-width: 2px;
}

.btn-primary:hover {
    color: white !important;
    background-color: #eb1978;
    border-color: #eb1978;
}

.btn-secondary {
    color: #fff !important;
    background-color: #eb1978;
    border-color: #eb1978;
    border-width: 2px;
}

.btn-secondary:hover {
    color: #eb1978 !important;
    background-color: #1e73a7;
    border-color: #1e73a7;
}

.btn-outline-secondary {
    color: #eb1978 !important;
    border-width: 2px;
    border-color: #eb1978;
}

.btn-outline-secondary:hover {
    color: white !important;
    background-color: #eb1978;
    border-color: #eb1978;
}

.btn-outline-primary {
    color: #1e73a7;
    border-width: 2px;
    border-color: #1e73a7;
}

.btn-outline-primary:hover {
    color: white;
    background-color: #1e73a7;
    border-color: #1e73a7;
}

.btn-rounded {
    border-radius: 50px !important;
}

.shadow {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
}

.rounded {
    border-radius: 8px !important;
}

.img-cover {
    object-position: center;
    object-fit: cover;
}

.underline-border {
    margin-top: 10px;
    width: 50%;
    border-bottom: 3px solid #1e73a7;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1e73a7;
}

.footer-link a {
    color: inherit;
}

.footer-link li a:hover {
    color: #eb1978 !important;
}

.bg-footer {
    background-color: #1e73a7;
}

.footer-icon {
    width: 40px;
    background-color: #eb1978;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}

.footer-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

/* .product-title {
    font-size: 10px;
    position: absolute;
    top: 10px;
    background: #eb1978;
    color: white;
    left: 0px;
    padding: 5px 20px;
    letter-spacing: 1px;
    border-radius: 0px 3px 3px 0;
    box-shadow: 0 5px 20px 0 rgba(180, 180, 180, 0.1) !important;
    transition: all 0.4s;
} */

.product-box {
    position: relative;
}
.product-box:hover .product-title a {
    color: #eb1978 !important;
}

.product-box:hover {
    /* box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important; */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s;
}

.product-title a {
    color: #1e73a7;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.4s;
}

.blog-box {
    position: relative;
}

.blog-box:hover {
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); */
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 10%);
}

.blog-title {
    margin-bottom: 10px;
}
.blog-title a {
    font-weight: 700;
}

#search-input {
    border-radius: 20px;
    padding: 12px 18px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
    border: 0;
}

.page-item.active .page-link {
    background-color: #1e73a7;
    border-color: #1e73a7;
}
.page-link {
    color: #1e73a7;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
    border: 0;
}

.page-item {
    margin: 0 5px;
}

.badge-primary {
    padding: 5px 8px;
    background-color: #1e73a7;
    color: white;
}

.badge-secondary {
    padding: 5px 8px;
    background-color: #eb1978;
    color: white;
}

.badge-primary:hover {
    background-color: #eb1978 !important;
}

.link-style {
    text-decoration: none;
    color: #1e73a7;
}
.link-style:hover {
    color: #5a578d;
}

.select-orderby {
    border: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
    width: 200px;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    font-size: 15px;
}

.slick-prev {
    left: -40px;
}
.slick-prev:before,
.slick-next:before {
    color: black;
    font-size: 35px;
    /* padding: 10px; */
}

#galeri .slick-center .slider-img img {
    opacity: 1;
}

#galeri .slider-img img {
    opacity: 0.5;
}

.slider-img img {
    width: 100%;
    min-height: 300px;
    max-height: 500px;
    object-fit: cover;
    /* object-position: top; */
}

.img-client {
    /* width:220px; */
    margin: 0 auto;
    object-fit: contain;
}

.service {
    height: 100%;
    padding: 20px;
    padding-right: 25px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.service-title {
    font-weight: 500;
    font-size: 18px;
}

.count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 110px;
    height: 110px;
    padding: 20px 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #1e73a7;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.bg-gradient {
    position: relative;
}

.bg-gradient::before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(
        to right top,
        #1e73a7,
        #4b8fb9,
        #78abca,
        #a5c7dc,
        #d2e3ed
    );
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.902;
}

.slick-prev:before,
.slick-next:before {
    color: #1e73a7;
    font-size: 35px;
}

.fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-border-radius: 50%;
}
.fab a {
    background: #1e73a7;
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.fab a:hover {
    background: #eb1978;
}

.img-article-1 {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.img-article-2 {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    border-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    #logo-navbar {
        width: 130px;
    }
    h2 {
        font-size: 35px !important;
    }
    .txt-slider {
        width: 100%;
        text-align: center;
    }
    .txt-slider-title {
        font-size: 35px !important;
        text-align: center;
        line-height: 40px !important;
    }
    .txt-title {
        font-size: 26px !important;
        font-weight: bold !important;
    }
    .bg-slider {
        height: 700px;
    }
    .content-wrapper {
        padding-top: 72px;
    }

    .navbar-custom {
        background-color: white !important;
        color: #1e73a7 !important;
    }
    .navbar-wrapper {
        height: 72px;
    }
    .slidder-banner .owl-controls {
        top: -10px;
    }

    .title-content {
        margin-bottom: 20px;
    }

    .slick-dots li button:before {
        font-size: 7px;
    }
    .slick-dots li.slick-active button:before {
        font-size: 11px;
    }

    .banner-img {
        height: 730px;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (min-width: 1200px) {
    .bg-slider {
        height: 658px;
    }

    .slidder-banner .owl-controls {
        top: -40px;
    }
}

@media only screen and (max-width: 1950px) {
    /* .bg-slider{
        height: 968px;
    } */
}
