/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #277EFF;
    --secondary: #8F12FD;
    --light: #F0F6FF;
    --dark: #222222;
}


body {
    font-family: 'Montserrat' !important;
    color: var(--dark);
}


/*** Heading ***/
h1,
.h1,
h2,
.h2{
    font-weight: 700 !important;
    color: unset;
    text-transform: uppercase;
}

h3,
.h3,
h4,
.h4{
    font-weight: 600;
    color: unset;
    text-transform: uppercase;
}

h5,
.h5,
h6,
.h6 {
    font-weight: 500;
    color: unset;
    text-transform: uppercase;
}

p {
    margin-bottom: 0;
    color: unset;
}



/*** Text & bg Color  ***/
.txt-blue {
    color: var(--primary);
}

.bg-blue {
    background: var(--primary);
    color: #fff;
    font-size: 10px;
    text-align: center;
}




.text-justify {
    text-align: justify;
}

.z-1 {
    z-index: 1;
}

.w-fit {
    width: fit-content;
}

.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fw-900 {
    font-weight: 900 !important;
}


.rounded-10 {
    border-radius: 10px;
}
.rounded-20 {
    border-radius: 20px;
}



.container-1520 {
    max-width: 1520px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 75px;
    z-index: 99;
    border: none;
    background: #FFC700;
    color: #000;
}

/*** Top Menu ***/
.top_menu .top-content {
    background: #1750A6;
    height: 30px;
    line-height: 16px;
}

/* .top_menu .float-left {
    padding: 7px 0;
} */

.top_menu .float-left p {
    display: inline-block;
    line-height: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
    padding: 0px 5px;
  }

  
  .top_menu .top-social {
    justify-content: end;
  }

  .top_menu .btn.btn-social {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1750A6;
    background: #fff;
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
    padding: 0;
  }

  .top_menu .btn.btn-social:hover {
    background: var(--primary);
    color: #fff;
  }
  .top_menu .btn.btn-social i {
    font-size: 14px;
  }

/*** Navbar ***/
.sticky-top.navbar-light {
    position: fixed;
    background: #FFFFFF;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    /* margin-right: 25px; */
    padding: 25px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    outline: none;
    transition: .5s;
    text-transform: uppercase;
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    top: 0;
    color: #fff;
    background: var(--primary);
}

.sticky-top.navbar-light .navbar-nav .nav-link:hover,
.sticky-top.navbar-light .navbar-nav .nav-link.active {
    top: 0;
}

.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;
}

.contact a {
    color: #000;
}

@media (max-width: 991.98px) {


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

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

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

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: gree;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

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

@media (min-width: 992px) {
    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    

    .sticky-top.navbar-light .navbar-nav .nav-link::before {
        border-top-color: var(--primary);
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 0;
    padding: 4rem 0;
    background-image: url(../img/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-header::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, rgba(33, 150, 243, 0.92) 3.04%, rgba(33, 150, 243, 0.92) 18.26%, rgba(33, 150, 243, 0.92) 62.78%, rgba(33, 150, 243, 0.92) 92.34%);
    z-index: 0;
    content: '';
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .img {
    background: #fff;
    padding: 30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}


/* .hero-header .info:focus p{
    display: block;
}

.hero-header .info:focus i {
    transform: rotate(90deg);
} */

.hero-header .info p {
    color: #fff;
    /* display: none; */
}



.hero-header .service .service-box {
    transition: all 0.5s ease;
    border-radius: 10px;
}


.hero-header .service .service-box:hover {
    background: #fff;
    box-shadow: 0px 2px 10.4px 2px rgba(0, 0, 0, 0.25);
    transform: scale(1.15);
}

.hero-header .service .service-box img {
    height: 40px;
}

.hero-header .service .service-box:hover img {
    filter: none;
}



.hero-header .service .service-box .title {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
}

.hero-header .service .service-box:hover .title {
    color: #000 !important;
}

.hero-header .service .service-box p {
    font-size: 10px;
    color: #fff;
    line-height: 12px;
}

.hero-header .service .service-box:hover p {
    color: #000;
}

.hero-header .service .service-box a {
    display: block;
    width: 100%;
    background: var(--dark);
    color: var(--light);
    font-size: 0.7rem;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 20px;
    text-align: center;
    padding: .4rem 0;
}

.hero-header .service .service-box:hover a {
    opacity: 1;
}



@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


.about {
    background: url(../img/bg-about.png) no-repeat center bottom;
    background-size: auto;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 750px;
}

.about::before {
    content: "";
    background: linear-gradient(180deg, #FFF 21.66%, rgba(255, 255, 255, 0.46) 84.99%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about .visi-misi .card-text .d-custom-flex {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-bottom: 1rem;
}

.about .visi-misi .card-text .d-custom-flex > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.about .visi-misi .card-text .d-custom-flex .card-b-image {
    width: 15%;
    flex: 0 0 auto;
}

.about .visi-misi .card-text .d-custom-flex .card-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.about .visi-misi .card-text .d-custom-flex .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about .visi-misi .card-text .d-custom-flex .card-text {
    width: 85%;
    flex: 0 0 auto;
    font-size: .9rem;
}







.visi-misi p {
    font-weight: 600;
}

.why-us {
    position: relative;
}

.why-us::before {
    content: '';
    background: var(--dark);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.why-us .row .card-image img {
    max-width: 85%;
    border-radius: 20px;
}

.why-us .row p {
    font-size: 16px;
}

.why-us .content {
    padding-left: 60px;
}

.why-us .content p {
    margin-top: 40px;
}





.our-services {
    position: relative;
    padding: 60px 0;
}

.our-services .service-box {
    position: relative;
    background: var(--dark);
    height: 100%;
    border-radius: 10px;
}

.our-services .service-box:hover {
    background: var(--primary);
}

.our-services .service-box .card-image {
    width: 100px;
    height: 70px;
    position: relative;
}

.our-services .service-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    
}

.our-services .service-box .btn-klik {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
}

.our-services .service-box a {
    display: block;
    width: 100%;
    border: 1px solid #FFF;
    background: #575757;
    color: var(--light);
    font-size: 0.7rem;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    text-align: center;
    padding: .4rem 0;
}

.our-services .service-box:hover a {
    background: #fff;
    color: var(--primary) !important;
}



.other-services .card-content {
    border-radius: 20px;
    text-align: center;
    padding: 1.5rem 1rem;
    transition: all .3s ease;
}

.other-services .card-content:hover {
    box-shadow: 0px 2px 10.4px 2px rgba(39, 126, 255, 0.21);
}

.other-services .card-content .card-title {
    font-weight: 800;
    line-height: 1.1;
    height: 3.5rem;
    transition: all .3s ease;
}

.other-services .card-content:hover .card-title {
    color: var(--primary);
}







.promo {
    background-image: url(../img/bg-promo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
    overflow: hidden;
}


.promo .row {
    position: relative;
    z-index: 1;
}

.promo h3 {
    font-size: 2rem;
    font-weight: 700;
}


.gallery .gallery-box .gallery-img {
    height: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}

.gallery .gallery-box .gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.5s;
}

.gallery .gallery-box:hover .gallery-img img {
    filter: none;
}

.gallery .gallery-box .gallery-content{
    width:100%;
    padding:7px 10px;
    line-height: 16px;
    position:absolute;
    z-index: -1;
    bottom:-100px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    background: var(--primary);
    transition:all 400ms ease;
    opacity: 0;
}

.gallery .gallery-box:hover .gallery-content{
    bottom:0px;
    z-index: 1;
    opacity: 1;
}

.gallery .gallery-box .gallery-content small {
    font-size: 10px;
    font-style: italic;
}
    

.clients {
    position: relative;
}

.clients .client-side {
    position: relative;
}

.clients .client-side img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.clients .client-side p {
    position: relative;
    color: #fff;
    padding: 60px 50px 80px 80px;
    margin-bottom: 0;
}

.clients .client-img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 3px solid var(--primary);
    padding: 10px;
}

/* .clients .slider-container.mx-auto {
    width: 86%;
    padding-right: 70px;
} */

/* .clients .client-slider .swiper-slide {
    width: 150px !important;
} */

.clients .slider-container {
    position: relative;
    /* margin-left: 8vh; */
}
.clients .swiper-container {
    position: static;
    padding: 30px 0;
}

.clients .swiper-button-prev {
	left: 0px;
	background-image: url("../img/left.svg");
	background-size: 12px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #575757;	
}

.clients .swiper-button-next {
	right: 0;
	background-image: url("../img/right.svg");
	background-size: 12px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #575757;	
}


/*** Footer ***/
.footer {
    /* margin-top: 6rem; */
    /* padding-top: 9rem; */
    background-image: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* background: #4294E3; */
}

.footer::before {
    content: "";
    background: linear-gradient(259deg, rgba(0, 0, 0, 0.00) 4.31%, #000 105.77%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer .container {
    padding-top: 100px;
    padding-bottom: 30px;
}

.footer .text-heading h1 {
    color: #fff;
}

.footer .bg-blue {
    background: var(--primary);
    color: #fff;
    font-size: 16px;
}

.footer .row i {
    font-size: 30px;
}



.footer iframe {
    width: 100%;
    height: 350px;
}

.footer .copyright {
    padding-top: 30px;
}

.copyright .btn.btn-social {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid rgba(256, 256, 256, .1);
    background: #fff;
    border-radius: 40px;
    transition: .3s;
    font-size: 18px;
  }

  .copyright .btn.btn-social:hover {
    background: var(--primary);
    color: #fff;
  }

.copyright p {
    font-size: 14px;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: var(--primary);;
}