/*******************************/
/********* Footer 4 CSS ********/
/*******************************/

a {
    transition: .3s;
  }
  
  a:hover,
  a:active,
  a:focus {
    outline: none;
    text-decoration: none;
  }
  
  .footer {
    position: relative;
    padding-top: 45px;
    background: #1d8fbd;
	     MARGIN-TOP: 32PX;
  }
  
  .footer .footer-about,
  .footer .footer-contact,
  .footer .footer-links,
  .footer .footer-project {
    position: relative;
   /* margin-bottom: 45px;*/
    color: #fff;
  }
  
  .footer .footer-about h3,
  .footer .footer-contact h3,
  .footer .footer-links h3,
  .footer .footer-project h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #eeeeee;
  }
  
  .footer .footer-about h3::after,
  .footer .footer-contact h3::after,
  .footer .footer-links h3::after,
  .footer .footer-project h3::after {
    position: absolute;
    content: "";
    width: 189px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #eeeeee;
  }
  
  .footer .footer-social {
    position: relative;
    margin-top: 20px;
  }
  
  .footer .footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
   /* padding: 2px 0;*/
       padding: 0px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 35px;
  }
  
  .footer .footer-social a:hover {
    color: #ffffff;
    background: #0085ff;
    border-color: #0085ff;
  }
  
  .footer .footer-contact p {
    margin-bottom: 12px;
    font-size: 14px;
    color: white;
	font-weight:bold;
  }
  
  .footer .footer-contact i {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
  }
  
  .footer .footer-contact a:last-child i {
    margin: 0;
  }
  
  .footer .footer-contact a:hover i {
    color: #0085ff;
  }
  
  .footer .footer-links a {
    display: block;
    margin-bottom: -6px;
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
	font-weight:bold;
  }
  
  .footer .footer-links a:last-child {
    margin: 0;
  }
  
  /*.footer .footer-links a:hover {
    color: #0085ff;
  }*/
  
  
  .footer .footer-links a {
    position: relative;
    /*display: inline-block;*/
  }
  .footer .footer-links a:after {
    content: "";
    position: absolute;
    left:0;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width .3s ease-in-out;
  }
  .footer .footer-links a:hover:after {
    width: 40%;
  }
  
  .footer .footer-links a::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
  }
  
  .footer .footer-project {
    float: left;
    font-size: 0;
  }
  
  .footer .footer-project a {
    padding: 0 8px 8px 0;
    display: block;
    width: 33.33%;
    float: left;
  }
  
  .footer .footer-project a img {
    width: 100%;
  }
  
  .footer .footer-newsletter {
    margin-bottom: 35px;
    max-width: 700px;
    text-align: center;
    color: black;
  }
  
  .footer .footer-newsletter input {
    height: 35px;
    border: none;
    border-radius: 5px;
    background: rgba(256, 256, 256, .15);
    margin-bottom: 15px;
  }
  
  .footer .footer-newsletter .btn {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background: #1d8fbd;
    border-radius: 5px;
    border: none;
    transition: .3s;
  }
  
  .footer .footer-newsletter .btn:hover {
    color: #0085ff;
    background: #ffffff;
  }
  
  .footer .footer-newsletter .btn:focus {
    box-shadow: none;
  }
  
  
  .footer .copyright {
    position: relative;
    padding: 25px 0;
    background: #fff;
  }
  
  .footer .copyright .copy-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: black;
  }
  
  .footer .copyright .copy-text p a {
    color: #0085ff;
    text-decoration: none;
  }
  
  .footer .copyright .copy-text p a:hover {
    color: #1d8fbd;
  }
  
  .footer .copyright .copy-menu {
    position: relative;
    font-size: 0;
    text-align: right;
  }
  
  .footer .copyright .copy-menu a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
  }
  
  .footer .copyright .copy-menu a:hover {
    color: #0085ff;
  }
  
  .footer .copyright .copy-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  
  @media (max-width: 767.98px) {
    .footer .copyright .copy-text,
    .footer .copyright .copy-menu {
        text-align: center;
    }
    
    .footer .copyright .copy-text p {
        margin-bottom: 5px;
    }
    
  }
  
  
  
  /* --------------- CONTACT US --------------- */
  
  .gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    background-image: url("../images/backgrounds/photo.jpg");
    color: #fff;
  }
  .contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
  }
  
  @media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
  }
  .contact-info__list span.position-absolute {
    left: 0
  }
  .z-index-101 {
    z-index: 101;
  }
  .list-style--none {
    list-style: none;
  }
  .contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
  }
  
  @media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
  }
  @media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 5rem !important
    }
  }
  .shadow-lg, .shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
  }
  
  
  
  
  
  




 
  





 
  
  
  
  
  
  
  
  

















 








h1 {
    font-family: 'Oswald', sans-serif;
    color: white;
}

p {
    font-family: 'Montserrat', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}







/*Analytics capabilities –  */



h1 {
  text-align: center;
  margin: 50px auto 120px;
  color: #fff;
  text-transform: uppercase;
}

.main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.service {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border: 18px solid #1d8fbd;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service h4 {
  height: 35px;
  width: 80%;
  margin: 50px auto;
  background: #fff;
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
 position: absolute;
 z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #1d8fbd);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #1d8fbd, #fff);
  left: -5px;
  bottom: -5px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
/*  box-shadow: 0 0 20px -15px #030380;*/
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
/*  transition: transform 1s;*/
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}















/*Key Focus Areas –  */


.pagination-outer{ text-align: center; }
.pagination{
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
  color: #fff;
  background: #1d8fbd;
  font-size: 21px;
  font-weight: 500;
  line-height: 40px;
  height: 162px;
  width: 142px;
  padding: 0;
  margin: 0 89px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
/*    color: #a213b2;*/
color: #1d8fbd;
    background: #1d8fbd;
    line-height: 37px;
}
.pagination li a.page-link:before{
    content: '';
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 0;
    bottom: 165px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before{
    bottom: 6px;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 10px 80px;
    }
}





 
.demo{ background: linear-gradient(287deg, rgb(213 177 51), rgb(88 96 186)); }
.testimonial{
    padding-left: 150px;
    margin: 50px 0;
}
.testimonial:before,
.testimonial:after{
    content: "";
    display: block;
    clear: both;
}
.testimonial .pic{
    display: inline-block;
    width: 23%;
    float: left;
    margin-right: 5%;
    height: 233px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.testimonial .testimonial-content{
    display: inline-block;
    width: 72%;
    padding-top: 25px;
}
.testimonial-content .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    padding-right: 10px;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 18px;
    color: #f7de44;
}
.testimonial .description{
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-top: 25px;
}
.owl-theme .owl-controls{
  position: absolute;
    top: 0%;
    left: -30px;
}
.owl-theme .owl-controls .owl-buttons div{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0 0 5px 0;
    opacity: 1;
    position: relative;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 60px;
    color: #f7de44;
    position: absolute;
    top: 0;
    left: 20%;
}
.owl-next:before{
    content: "\f105";
}
@media only screen and (max-width:1280px){
    .testimonial{ padding-left: 80px; }
}
@media only screen and (max-width:767px){
    .testimonial{
        text-align: center;
        padding-left: 0;
        margin: 0 15px;
    }
    .testimonial .pic{
        width: 100px;
        height: 100px;
        float: none;
        margin-right: 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
    }
    .owl-theme .owl-controls,
    .owl-prev:before,
    .owl-next:before{
        position: static;
    }
    .owl-theme .owl-controls .owl-buttons div{
        display: inline-block;
        margin-bottom: 0;
    }
}




  @media only screen and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 .service{
	
	   padding: 96px;
 }
}








.responsive-map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media only screen and (min-width: 390px) and (max-width: 767px) { 
.pagination li{
	
	  display: inline-block;
        vertical-align: top;
        margin: 10px 80px;
}
 }
 
 
 
 @media only screen and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 iframe{
    
    
    width:300px;

    }
}