/*====RESET=====*/

body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.4;
}

a {
  text-decoration: none!important;
  color: #333;
}

p {
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.back-to-top,
.menu-thumb,
.btn,
.navbar-custom .nav li a,
.filter,
.navbar-default .navbar-toggle:hover {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.form-control {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

.strecth {
  padding: 0!important;
}

.form-control {
  font-size: 14px;
}

.lang-btn img {
  width: 20px;
  height: auto;
}

.back-to-top {
  padding: 5px 2px 8px 2px;
  display: none;
  width: 40px;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 30px;
  border-radius: 50px;
  color: #ddd;
  background-color: rgba(100,100,100,.5);
  font-size: 20px;
  text-align: center;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
  color: #31aaaa;
  background-color: rgba(200,200,200,.8);
}

/*--------RESET END----------*/

/*----------GENERAL---------*/
.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px
}

.margin-bot-10 {
  margin-bottom: 10px;
}

.margin-bot-20 {
  margin-bottom: 20px!important;
}

.margin-bot-30 {
  margin-bottom: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bot-40 {
  margin-bottom: 40px;
}

.pad-top-60 {
  margin-top: 60px;
}

.pad-left-0 {
  padding-left: 0!important;
}

.pad-right-0 {
  padding-right: 0!important;
}

.bg-white {
  background-color: #fff;
}

.absolute {
  position: absolute;
}

.row-custom {
  margin-right: -5px;
  margin-left: -5px;
}

.small {
  font-size: 12px;
  color: #555;
}

.bold {
  font-weight: 700;
}

.img-circle {
  border-radius: 50%;
}

.img-fit {
  width: 100%;
}

.img-xs {
  width: 100px;
}

.bg-gray {
  background-color: #f6f6f6;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  transition: 0.3s;
}
/*--------GENERAL END-------*/


/*=====NAVBAR=====*/
.content {
  border-top: 3px solid #d9b327;
}

.navbar-custom {
  margin-bottom: 0;
  border: none;
  background-color: #fff;
  min-height: 80px;
}

.navbar-custom .navbar-brand {
  width: 200px;
  height: 100%;
  padding: 10px;
  margin-left: 0!important;
}

.navbar-custom .navbar-brand img {
  width: auto;
  height: 100%;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-collapse-custom {
  margin-top: 15px;
}

.navbar-header {
  height: 80px;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav > li > a {
  font-weight: 700;
  color: #333;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-custom .nav > li > a:hover {
  background-color: #f5f5f5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #fff;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:active {
  background-color: transparent;
  color: #703490;
}

.top-nav-collapse .nav > li > a:hover,
.top-nav-collapse .nav > li > a:focus,
.top-nav-collapse .nav > li > a:active {
  background-color: #efefef;
}

.top-nav-collapse .lang-btn a:hover,
.top-nav-collapse .lang-btn a:focus,
.top-nav-collapse .lang-btn a:active {
  background-color: transparent!important;
}

.navbar-nav > li > .dropdown-menu {
  left: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  min-width: 300px;
}

#drop-partner.dropdown-menu {
  min-width: 100px;
}

.dropdown-menu li a {
  padding: 15px 20px;
  font-weight: 400;
  background-color: #f5f5f5;
}

.dropdown:hover {
  background-color: #f5f5f5;
}

.navbar-main-collapse {
  margin-top: 15px;
}

.navbar-custom .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.lang-btn a {
  padding-left: 8px!important;
  padding-right: 8px!important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #703490;
  background-color: transparent;
}

.navbar-custom .nav > li > a.active {
  color: #703490;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.top-nav {
  background: #703490; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #703490, #e80679); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #703490, #e80679); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.pull-left li {
  padding: 10px!important;
}

.pull-left li a {
  color: #fff;
  font-size: 12px;
}

.pull-left li a i{
  color: #fff;
}

.top-nav ul li{
  float: left;
  padding: 5px;
}

.top-sosmed li a,
.footer-sosmed li a {
  padding: 15px;
  display: block;
  position: relative;
  border : 1px solid #fff;
}

.top-sosmed li a:hover,
.footer-sosmed li a:hover {
  background-color: #fff;
  transition: 0.2s;
}

.top-sosmed li a i,
.footer-sosmed li a i {
  padding: 10px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}

.top-sosmed li a i:hover,
.top-sosmed li a i:focus,
.top-sosmed li a i:active,
.top-sosmed li a i:visited,
.footer-sosmed li a i:hover,
.footer-sosmed li a i:focus,
.footer-sosmed li a i:active,
.footer-sosmed li a i:visited {
  color: #703490;
  transition: 0.2s;
}
/*=====NAVBAR END=====*/

/*=======BANNER======*/
.banner {
  position: relative;
  background-color: #000;
}

.small-banner {
  position: relative;
  height: 300px;
  background-color: #000;
}

.item {
  height: 100%;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
}
/*=====BANNER END======*/

/*====SWIPER=======*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#slider .swiper-slide a {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.swiper-pagination-bullet {
  background: #873c99;
}

.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next {
  background: none;
}

.swiper3 .swiper-button-next i,
.swiper3 .swiper-button-prev i {
  font-size: 30px;
  padding: 5px 10px;
}

.swiper3 .swiper-button-next {
    right: 15px;
}

.small-banner .item {
  background-attachment: fixed;
  background-position: top;
}
/*======SWIPER END======*/

/*=====BOX=======*/
.box-standard {
  padding-top: 60px;
  padding-bottom: 60px;
}

.box-in {
  padding: 15px;
}

.box-image {
  height: 100%;
  width: 100%;
}
/*======BOX END======*/

/*======TITLE=======*/
.title {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  margin-bottom: 50px;
  color: #333;
}

.title-white.title {
  color: #fff;
}

.left-title:after,
.center-title:after {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 80px;
  height: 3px;
  content: '';
  background: #703490; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #703490, #e80679); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #703490, #e80679); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.center-title:after {
  left: 50%;
  transform: translate(-50%,0);
}
/*=====TITLE END======*/

/*=======BUTTON=======*/
.btn {
  border-radius: 0;
}

.btn-standard {
  padding: 8px 20px;
  color: #fff;
  background-color: #873c99;
}

.btn-standard:hover,
.btn-standard:active,
.btn-standard:focus {
  color: #fff;
  background-color: #5e2a6b;
}

.btn-blue {
  padding: 8px 20px;
  background-color: #14b5eb;
  color: #fff;
}

.btn-blue:hover,
.btn-blue.active,
.btn-blue:focus {
  color: #fff;
  background-color: #0e7ea4;
}
/*=====BUTTON END=====*/

/*=====HOME======*/
.welcome,
.partner,
.client-testi,
.service .box-shadow,
.testimony,
#about,
.service,
.partner,
.career {
  position: relative;
}

.about-desc {
  margin-bottom: 30px;
}

.box-left-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.box-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: right;
}

.service {
  height: 100%;
}

.service-desc .title {
  content: none;
  font-size: 18px;
  margin-bottom: 10px;
}

.short-desc {
  margin-bottom: 60px;
}

.service .col-md-3,
/*#service .col-md-6,*/
.other-service .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%,0);
}

.partner .box-out:hover,
#partner .box-out:hover,
.other-partner .box-out:hover {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  transition: 0.3s;
}

.partner .box-right-img,
#about .box-right-img,
#about .box-right-img {
  right: -50px;
}

.partner .col-sm-6 {
  margin-bottom: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.box-out {
  padding: 25px 10px;
}

.testimony .box-left-img,
.testimony .box-right-img {
  z-index: 1;
}

.testimony .box-left-img {
  top: -5px;
}

.testimony .box-right-img {
  bottom: -5px;
}

.testimony .swiper-button-next,
.testimony .swiper-button-prev {
  width: auto;
  height: auto;
}

.text-testimonial {
  padding: 30px 30px;
}

.client p {
  margin: 0;
}

.avatar img {
  height: 120px;
}

.client-testi {
  width: 100%;
}

.testimony .swiper-button-prev,
.testimony .swiper-container-rtl .swiper-button-next,
.testimony .swiper-button-next,
.testimony .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 50px;
  padding: 0 15px;
  background-color: rgba(0,0,0,0.5);
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

span.roll {
  background:center center no-repeat #fff;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;	
}

/* add the font awesome icon */

.roll:before {
  content: "\f00e"; 
  font-family: FontAwesome;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.tagline {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.tagline div {
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.swiper-slide.slider-right .tagline {
  top: 50%;
  left: 150px;
}

.swiper-slide.slider-left .tagline {
  top: 50%;
  left: 10px;
}

.swiper-slide.slider-left .tagline div {
  text-align: left;
}
/*======HOME END=====*/

/*======ABOUT US=======*/
.small-banner .tagline,
#contact .tagline {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0,0,0,0.3);
}

.small-banner .tagline div {
  text-align: center;
}

.small-banner .title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 36px;
}

.small-banner .title:after {
  content: none;
}

.breadcrumb {
  padding: 0px 15px;
  margin-bottom: 0;
  background-color: transparent;
}

.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #fff;
}

.breadcrumb > .active {
  color: #ccc;
}
/*=====ABOUT US END======*/

/*======SERVICE=======*/
.long-desc p {
  margin-bottom: 20px;
}

.long-desc img {
  width: 100px;
}

.long-desc img.left {
  float: left;
  margin-right: 10px!important;
  margin-top: -5px;
}

#service .service .col-md-6 {
  margin-bottom: 30px;
}
  
/*====SERVICE END=====*/

/*=====PARTNER=======*/
.partner-image .img-fit {
  height: 100px;
  width: auto;
}
/*=====PARTNER END=====*/

/*=======CAREER========*/
.career-desc ul li {
  position: relative;
  padding-left: 40px;
}
.career-desc ul li:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 3px;
  color: #9ce0f7;
}

.career-contact {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.career-contact p {
  font-size: 24px;
}

.text-purple {
  color: #5e2a6b;
  font-weight: 600;
}
/*=-====CAREER END=====*/

/*=====CONTACT=====*/
.map {
  position: relative;
}

#map-canvas {
  height: 600px;
}

.map-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  background-color: #333;
}

.map-btn {
  padding: 10px 15px;
}

.map-btn a,
.map-btn a:hover,
.map-btn a:focus{
  color: #fff;
}

.title-map {
  margin-bottom: 10px;
  font-family: 'Lora', serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1s.4;
}

#contact .item {
  position: relative;
}

form .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

#contact form {
  padding: 30px;
}

#contact .form-control {
  height: 45px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

#contact textarea.form-control {
  height: auto!important;
}

#contact .form-group {
  margin-bottom: 30px;
}

#contact .btn-standard {
  border-radius: 5px;
}
/*==CONTACT END==*/

/*=====FOOTER======*/
.footer .box-image {
  height: 80px;
}

.footer .title {
  margin-top: 18px;
}

.box-image .img-fit {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.touch li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.touch li i{
  position: absolute;
  left: 0;
  top: 0;
}

.quick-link li {
  margin-bottom: 10px;
}

.footer .copy {
  border-top: 1px solid #fff;
  padding: 20px;
}

.copy p {
  margin: 0;
}

.footer .box-standard {
  padding-bottom: 20px;
}

.footer-about ul li{
  float: left;
  padding: 5px;
}

.footer-sosmed li a {
  border : 1px solid #333;
}

.footer-sosmed li a:hover {
  background-color: #333;
  transition: 0.2s;
}

.footer-sosmed li a i {
  color: #333;
  color: #333;
}

.footer-sosmed li a i:hover,
.footer-sosmed li a i:focus {
  color: #fff;
  transition: 0.2s;
}
/*====FOOTER END====*/
.caret-up {
  width: 0; 
  height: 0; 
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

/*===ERROR===*/
.error img,
.success img {
  height: 200px;
  width: auto;
}

.error p,
.success p {
  font-size: 20px;
  font-weight: 600;
}

#error,
#success {
  background-color: #f9f9f9;
}
/*===ERROR===*/