/**************************************************

Default color theme 
dark-color : #2C2933 ;
primary-color: #1d81f2 ;
secondary-color: #146acb ;

**************************************************/
/*================================================
            Table of contents  
==================================================
 
1.  GENERAL 
2.  PRELOADER   
3.  HEADER
     a. NAVIGATION MENU 
4.  SLIDER
     a. LEFT/RIGHT ROUND CONTROL
     b. INDICATORS CONTROL
     c. SLIDE CAPTION
     d. RESPONSIVE SLIDER
5.  SERVICE
6.  WELCOME SECTION
7.  COUNTER SECTION
8.  GALLERY
     a. GALLERY EFFECT
9.  TEAM
10. FEATURED  
11. TESTIMONIAL
12. NEWS HOMEPAGE
13. CONTACT 
14. FOOTER   
15. INNER PAGE 
     a. SIDEBAR  
16. NEWS SINGLE PAGE 
17. CONTACT SINGLE PAGE
     a. MAP 
18. BACK TO TOP 
19. THEME PANEL 

====================================================
            End table content 
===================================================*/
/*==================================================
    GENERAL 
==================================================*/
@import url("https://fonts.googleapis.com/css?family=Bree+Serif");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
body, html {
  font-family: "Quicksand", sans-serif;
  min-height: 100%;
  color: #303030;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1.8; }

body {
  padding: 0;
  margin: 0; }

a {
  color: #4B4B4B;
  cursor: pointer; }

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #2C2933; }

body .btn-primary.disabled,
body .btn-primary.disabled.active,
body .btn-primary.disabled.focus,
body .btn-primary.disabled:active,
body .btn-primary.disabled:focus,
body .btn-primary.disabled:hover,
body .btn-primary[disabled],
body .btn-primary.active[disabled],
body .btn-primary.focus[disabled],
body .btn-primary[disabled]:active,
body .btn-primary[disabled]:focus,
body .btn-primary[disabled]:hover,
body fieldset[disabled] .btn-primary,
body fieldset[disabled] .btn-primary.active,
body fieldset[disabled] .btn-primary.focus,
body fieldset[disabled] .btn-primary:active,
body fieldset[disabled] .btn-primary:focus,
body fieldset[disabled] .btn-primary:hover {
  background-color: #1d81f2;
  border-color: #1d81f2; }

html {
  position: relative; }

.clear {
  clear: both;
  height: 0px; }

.lineshadow {
  width: 100%;
  line-height: 0px; }

.lineshadow .lineshadow-relative {
  position: relative;
  text-align: center; }

.lineshadow .lineshadow-relative img {
  max-width: 100%; }

.btn-red {
  background: #ff2d00;
  display: inline-block;
  color: #ffffff;
  padding: 5px 50px;
  margin-top: 15px;
  font-size: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #E3E3E3; }

.btn-custom {
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  padding: 5px 20px;
  display: inline-block;
  background: #1d81f2;
  color: #ffffff;
  cursor: pointer; }

.btn-custom:hover {
  background: #146acb; }

.btn-red:hover {
  background: #c20013;
  cursor: pointer; }

.dibikin-center {
  text-align: center; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.breadchrumb {
  font-weight: 700;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 10px; }

.shadow-img {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  opacity: 0.5; }

.shadow-img img {
  max-width: 100%;
  height: auto; }

.heading-title {
  font-size: 35px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-family: "Bree Serif", serif; }

.center-line {
  width: 100px;
  background-color: #1d81f2;
  height: 7px;
  margin: 20px auto; }

.heading-line {
  text-align: center; }

.heading-text {
  max-width: 900px;
  text-align: center;
  margin: 20px auto 0px; }

.readmore {
  background: #2C2933;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 600; }

.readmore:hover {
  background: #ffffff;
  color: #2C2933;
  -webkit-box-shadow: 2px 2px 22px 0px rgba(50, 50, 50, 0.45);
  -moz-box-shadow: 2px 2px 22px 0px rgba(50, 50, 50, 0.45);
  box-shadow: 2px 2px 22px 0px rgba(50, 50, 50, 0.45); }

.heading-section {
  font-size: 30px;
  font-family: "Bree Serif", serif;
  text-align: center;
  padding-bottom: 40px; }

.line-heading {
  width: 70px;
  height: 5px;
  background: #1d81f2;
  margin: 20px auto 0px; }

.line-heading.white {
  background: #ffffff; }

.heading-left {
  text-align: left; }

.line-left {
  width: 70px;
  margin: 20px 0px; }

.line {
  border-left: 100px solid #1d81f2;
  width: 100%;
  height: 7px;
  margin: 20px 0px; }

.text-theme {
  color: #1d81f2; }

.wrap-desktop {
  max-width: 1366px;
  margin: 0 auto; }

.os-animation, .staggered-animation {
  opacity: 0; }

.os-animation.animated, .staggered-animation.animated {
  opacity: 1; }

body .form-control:focus {
  border-color: #1d81f2;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
  box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent; }

body .btn-primary {
  color: #ffffff;
  background-color: #1d81f2;
  border-color: #1d81f2; }

body .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

body .btn-primary:hover {
  color: #fff;
  background-color: #146acb;
  border-color: #146acb; }

/*==================================================
    PRELOADER
==================================================*/
.preloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 999999;
  top: 0px;
  display: table;
  left: 0; }

.preloading .text-preloading {
  color: #000000;
  padding-bottom: 10px;
  letter-spacing: 5px;
  font-size: 12px;
  padding-top: 10px; }

.preloading .wrap-preload {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.preloading .cssload-fond {
  position: relative;
  margin: auto; }

.preloading .cssload-container-general {
  animation: cssload-animball_two 1.15s infinite;
  -o-animation: cssload-animball_two 1.15s infinite;
  -ms-animation: cssload-animball_two 1.15s infinite;
  -webkit-animation: cssload-animball_two 1.15s infinite;
  -moz-animation: cssload-animball_two 1.15s infinite;
  width: 43px;
  height: 43px; }

.preloading .cssload-internal {
  width: 43px;
  height: 43px;
  position: absolute; }

.preloading .cssload-ballcolor {
  width: 19px;
  height: 19px;
  border-radius: 50%; }

.preloading .cssload-ball_1,
.preloading .cssload-ball_2,
.preloading .cssload-ball_3,
.preloading .cssload-ball_4 {
  position: absolute;
  animation: cssload-animball_one 1.15s infinite ease;
  -o-animation: cssload-animball_one 1.15s infinite ease;
  -ms-animation: cssload-animball_one 1.15s infinite ease;
  -webkit-animation: cssload-animball_one 1.15s infinite ease;
  -moz-animation: cssload-animball_one 1.15s infinite ease; }

.preloading .cssload-ball_1 {
  background-color: #cb2025;
  top: 0;
  left: 0; }

.preloading .cssload-ball_2 {
  background-color: #f8b334;
  top: 0;
  left: 23px; }

.preloading .cssload-ball_3 {
  background-color: #00a096;
  top: 23px;
  left: 0; }

.preloading .cssload-ball_4 {
  background-color: #97bf0d;
  top: 23px;
  left: 23px; }

@keyframes cssload-animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@-o-keyframes cssload-animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@-ms-keyframes cssload-animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@-webkit-keyframes cssload-animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@-moz-keyframes cssload-animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }
@keyframes cssload-animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }
@-o-keyframes cssload-animball_two {
  0% {
    -o-transform: rotate(0deg) scale(1); }
  50% {
    -o-transform: rotate(360deg) scale(1.3); }
  100% {
    -o-transform: rotate(720deg) scale(1); } }
@-ms-keyframes cssload-animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1); }
  50% {
    -ms-transform: rotate(360deg) scale(1.3); }
  100% {
    -ms-transform: rotate(720deg) scale(1); } }
@-webkit-keyframes cssload-animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }
@-moz-keyframes cssload-animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1); }
  50% {
    -moz-transform: rotate(360deg) scale(1.3); }
  100% {
    -moz-transform: rotate(720deg) scale(1); } }
/*==================================================
    HEADER
==================================================*/
/* header.header.sticky {
    background: #1d81f2;
}

.sticky .nav-header nav .navbar-nav > li > a {
    color: #b5d3f4 !important;
}

.sticky .nav-header nav .navbar-nav > li > a:hover {
    border-bottom: 5px solid #fff;
} */

.header.sticky .nav-header .nav > li.active > a:hover {
    padding-top: 10px;
    padding-bottom: 15px !important;
    border-bottom: 5px solid #1d81f2; 
} 



@media screen and (min-width: 768px) {
  .sticky .nav-header nav .navbar-nav > li > a:hover {
    border-bottom: 5px solid #1d81f2; }

  .header.sticky .nav-header .nav > li.active > a {
    padding-top: 10px;
    padding-bottom: 15px !important;
    border-bottom: 5px solid #1d81f2; } }
.header .logo {
  padding: 10px 0px;
  height: 80px; }

.header .logo img {
  max-height: 100%;
  width: auto; }

.header .in-header {
  margin: 0 auto; }

.header .in-header .header-bottom {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px; }

.header {
  z-index: 101;
  width: 100%;
  position: absolute; }

/*---------- NAVIGATION MENU ----------*/
.nav-header nav .navbar-nav > li > a {
  background-color: transparent !important;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #ffffff; }

.nav-header .caret {
  margin-left: 5px; }

.nav-header .navbar {
  margin-bottom: 0px;
  border: 0px solid #ffffff; }

.header .nav-header {
  float: right; }

.innerpage .header {
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.27);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.27); }

.licon {
  padding-right: 10px; }

/*==================================================
    SLIDER
==================================================*/
.btn-slide {
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  padding: 10px 20px;
  display: inline-block; }

.bs-slider .btn-layer {
  width: 100%; }

.bs-slider h3 {
  margin: 0px 0px 20px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: normal; }

.bs-slider {
  overflow: hidden;
  max-height: 600px;
  position: relative; }

.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important; }

.fade {
  opacity: 1; }

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

.fade .item:first-child {
  top: auto;
  position: relative; }

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px; }

.control-round:hover .carousel-control {
  opacity: 1; }

.control-round .carousel-control.left {
  left: 1%; }

.control-round .carousel-control.right {
  right: 1%; }

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent; }

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%; }

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%; }

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap; }

.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer; }

.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0; }

.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
  text-align: left !important; }

.slide_style_right {
  text-align: right !important; }

.slide_style_center {
  text-align: center !important; }

.slide-text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px; }

.slide-text-no-margin {
  left: 0;
  top: 25%;
  right: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px; }

.slider h1 {
  font-family: "Bree Serif", serif;
  padding: 0;
  color: #ffffff;
  font-size: 60px;
  font-style: normal;
  line-height: 70px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  font-weight: 400; }

.slide-text > h3 {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.slide-text > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.slide-text > a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a:hover,
.slide-text > a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

/*-------------------------- RESPONSIVE SLIDER ----------------------------*/
@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px; 
  }

  .slide-text > h3 {
    font-size: 18px; } }
@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px;
    max-width: 400px; }

.slide-text > p {
    font-size: 18px; } }
@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px; }

  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px; }

  .slide-text > h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 400px; }

.slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px; }

  .control-round .carousel-control {
    display: none; } }
@media (max-width: 480px) {

  .carousel-inner {
    height: 200px;
}

  .slide-text {
    padding: 10px 30px; }

  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px; }

  .slide-text > h3 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    max-width: 200px; }

  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px; }

  .indicators-line > .carousel-indicators {
    display: none; } }
/*==================================================
    SERVICE 
==================================================*/
section.section-a {
  padding: 0px 0px 0px;
  position: relative;
  background-repeat: repeat; }

section.section-a .welcome-text {
  text-align: center;
  max-width: 80%;
  margin: 50px auto 50px; }

section.section-a .welcome-text h1 {
  line-height: normal; }

section.section-a .welcome-text h3 {
  padding: 20px 0px; }

section.section-a .welcome-text .line-heading {
  margin-top: 30px; }

section.section-a .groupbox {
  position: absolute;
  top: -50px;
  width: 100%;
  z-index: 5;
  background: #2C2933;
  padding: 10px; }

section.section-a .groupbox-relative {
  width: 100%;
  position: relative; }

section.section-a .first-widget {
  margin-top: 270px; }

section.section-a .groupbox .icons {
  font-size: 40px;
  color: #1d81f2;
  padding: 0px 10px; }

section.section-a .groupbox .pb-center-align {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #2C2933; }

section.section-a .groupbox .ebox {
  width: 100%;
  height: 100%; }

section.section-a .groupbox .ebox .perbox {
  background-image: url(../img/dot.png);
  width: 25%;
  float: left;
  display: table;
  height: 100%;
  padding: 20px 10px; }

section.section-a .groupbox .ebox .perbox .perbox-des {
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  padding: 20px; }

section.section-a .groupbox .ebox .perbox .perbox-des a {
  color: #1d81f2;
  font-weight: 600; }

section.section-a .groupbox .ebox .perbox:hover .pb-wrap {
  opacity: 1;
  cursor: pointer; }

section.section-a .groupbox .ebox .perbox .pb-wrap {
  min-height: 115px;
  padding-top: 25px;
  opacity: 1; }

section.section-a .groupbox .ebox .perbox .perbox-name {
  color: #ffffff;
  font-family: "Bree Serif", serif;
  padding-top: 0px;
  font-size: 20px;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  line-height: normal; }

section.section-a .groupbox .ebox .perbox:nth-of-type(4) .pb-center-align {
  border-right: 0px solid #ffffff; }

section.section-a .qc-bg {
  padding: 0px 6px 20px 0px;
  background-position: 100% 100%;
  background-repeat: no-repeat; }

section.section-a .qc-bg-in {
  background: #f9f9f9;
  padding: 20px 20px 20px 20px;
  border: 1px solid #e6e6e6; }

/*==================================================
    WELCOME SECTION
==================================================*/
section.section-b .wrap-section-b {
  max-width: 1366px;
  margin: 0 auto;
  padding: 300px 0px 0px; }

section.section-b .wrap-section-b .wsb-left {
  width: 50%;
  float: left; }

section.section-b .wrap-section-b .wsb-right {
  width: 50%;
  float: left; }

section.section-b .wrap-section-b .wsb-right h1 {
  font-family: "Bree Serif", serif;
  font-size: 70px; }

section.section-b .wrap-section-b .wsb-left img {
  max-width: 100%;
  width: 100%;
  height: auto; }

section.section-b .wrap-section-b .wsb-right .wsb-about {
  padding: 20px 0px;
  max-width: 450px; }

/*==================================================
    COUNTER SECTION
==================================================*/
section.section-c {
  height: 670px;
  width: 100%;
  background: #000000;
  position: relative; }

section.section-c .sc-bg {
  opacity: 0.3;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/exp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%; }

section.section-c .wrap-section-c {
  height: 100%;
  width: 100%; }

section.section-c .wrap-section-c .wsc-right {
  float: right;
  width: 40%;
  height: 100%;
  background: #1d81f2;
  color: #ffffff;
  position: relative;
  z-index: 2; }

section.section-c .wrap-section-c .wsc-right .wscr-text {
  padding: 40% 90px 20px 30%;
  font-size: 38px;
  font-style: italic;
  line-height: normal; }

section.section-c .wrap-section-c .wsc-left {
  float: left;
  width: 60%;
  height: 100%;
  padding: 130px 0px 130px 120px;
  margin-right: -100px;
  z-index: 3;
  position: relative; }

section.section-c .wrap-section-c .wsc-left .wscl-wrap {
  background: #ffffff;
  height: 100%;
  margin-right: -100px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.29);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.29);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.29); }

section.section-c .wrap-section-c .wsc-left .wscl-wrap .box-count {
  height: 150px;
  width: 100%;
  margin-bottom: 30px; }

section.section-c .wrap-section-c .wsc-left .wscl-wrap .box-count .bcount-left {
  background: #1d81f2;
  color: #ffffff;
  height: 150px;
  width: 150px;
  float: left;
  line-height: normal; }

section.section-c .wrap-section-c .wsc-left .wscl-wrap .box-count .bcount-left .abclin {
  height: 100%;
  width: 100%;
  display: table; }

section.section-c .wrap-section-c .wsc-left .wscl-wrap .box-count .bcount-left .bclin {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 20px; }

section.section-c .wrap-section-c .wsc-left .wscl-wrap .box-count .bcount-left .count-value {
  font-size: 50px;
  float: left;
  font-family: "Bree Serif", serif;
  width: 100%; }

section.section-c .wrap-section-c .wsc-left .wscl-wrap .box-count .bcount-right {
  padding: 0px 0px 0px 20px;
  float: left;
  width: 180px;
  line-height: normal; }

section.section-c .wrap-section-c .wsc-left .wscl-wrap .box-count .bcount-right .bc-title {
  font-weight: 700;
  padding-bottom: 10px; }

/*==================================================
    GALLERY
==================================================*/
section.section-d {
  padding: 100px 0px; }

section.section-d.inner-page-content .filter-gallery {
  text-align: center; }

section.section-d .heading-title {
  text-align: left; }

section.section-d .list-image-gallery {
  margin: 0px 0px 0px; }

section.section-d .filter-gallery {
  text-align: right;
  padding-bottom: 0px;
  padding-top: 10px; }

section.section-d .filter-button {
  background: #e7e7e7;
  border: 0px solid #ffffff;
  display: inline-block;
  padding: 5px 10px; }

section.section-d .filter-button.active {
  background-color: #1d81f2;
  color: white; }

section.section-d .filter-button:hover {
  cursor: pointer;
  background: #1d81f2;
  color: #ffffff; }

section.section-d .list-image-gallery {
  margin: 50px 0px; }

section.section-d .list-image-gallery .gallery-img-box {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  float: left;
  overflow: hidden; }

section.section-d .list-image-gallery .gallery-img-box,
section.section-d .list-image-gallery .gallery-img-box * {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

section.section-d .list-image-gallery .gallery-img-box.gallery-hidden {
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  width: 0px;
  opacity: 0; }

section.section-d .list-image-gallery .gallery-img-box-in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  padding: 10px; }

section.section-d .list-image-gallery .gallery-img-box img {
  max-width: 100%;
  max-height: 100%; }

/*---------- GALLERY EFFECT ----------*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  padding: 10%;
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6); }

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.hovereffect p a {
  background: #1d81f2;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff; }

.hovereffect p a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #333333; }

.hovereffect a,
.hovereffect p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*==================================================
  TEAM
==================================================*/
section.section-e {
  width: 100%;
  position: relative;
  padding: 100px 0px 0px; }

section.section-e .owl-item .item {
  position: relative;
  height: 100%; }

section.section-e .layer-img-team {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition: 0.3s ease; }

section.section-e .owl-item:hover .layer-img-team {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

section.section-e .layer-img-team .lit-sosmed {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: table; }

section.section-e .layer-img-team .lit-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #1d81f2;
  opacity: 0.5; }

section.section-e .layer-img-team .lit-sosmed .team-sosmed-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

section.section-e .layer-img-team .lit-sosmed .team-sosmed-icon {
  text-align: center; }

section.section-e .layer-img-team .lit-sosmed .team-sosmed-icon .wrap-circle-sosmed {
  display: inline-block;
  margin-right: 5px; }

section.section-e .layer-img-team .lit-sosmed .team-sosmed-icon .wrap-circle-sosmed .circle-sosmed {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: table;
  border: 1px solid #ffffff;
  color: #ffffff; }

section.section-e .layer-img-team .lit-sosmed .team-sosmed-icon .wrap-circle-sosmed .circle-sosmed:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #1d81f2; }

section.section-e .layer-img-team .lit-sosmed .team-sosmed-icon .circle-sosmed .icons {
  font-size: 16px;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

section.section-e .bg-team {
  background: #000000;
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0px;
  left: 0px; }

section.section-e .bg-team-img {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/bgteam.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3; }

section.section-e .heading-title {
  margin-bottom: 50px;
  color: #ffffff; }

section.section-e .owl-carousel .owl-nav .owl-next:hover,
section.section-e .owl-carousel .owl-nav .owl-prev:hover {
  background: #146acb; }

section.section-e .owl-carousel .owl-nav .owl-next,
section.section-e .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 0;
  padding-top: 9px;
  background: #1d81f2;
  color: #ffffff;
  text-align: center; }

section.section-e .owl-carousel .team-carousel {
  position: relative; }

section.section-e .owl-carousel .owl-nav .owl-next {
  right: -25px;
  top: 40%; }

section.section-e .owl-carousel .owl-nav .owl-prev {
  left: -25px;
  top: 40%; }

section.section-e .team-description {
  text-align: center;
  max-width: 900px;
  margin: 50px auto 0px; }

section.section-e .team-carousel .item .content-img-team {
  position: relative; }

section.section-e .team-carousel .item .content-img-team .info-team-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

section.section-e .team-carousel .item .content-img-team .info-team {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  color: #ffffff; }

section.section-e .team-carousel .item .content-img-team .info-team .it-content {
  line-height: normal;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 10px 0px 0px; }

section.section-e .team-carousel .item .content-img-team .info-team .it-content .it-bottom {
  font-size: 12px;
  padding-top: 5px; }

section.section-e .team-carousel .item .content-img-team .info-team .it-bg {
  height: 100%;
  width: 100%;
  background: #1d81f2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.9; }

/*==================================================
    FEATURED
==================================================*/
section.section-fg {
  position: relative;
  padding: 50px 0px 100px; }

section.section-fg .owl-nav {
  display: none; }

section.section-fg .featured-wrap {
  margin-top: 30px; }

/*==================================================
    TESTIMONIAL
==================================================*/
section.section-f {
  position: relative;
  padding: 100px 0px;
  background: #000000; }

section.section-f .heading-title {
  color: #ffffff; }

section.section-f .tst-bg-out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

section.section-f .tst-bg-out .tst-bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/bgtst.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3; }

section.section-f .wrap-ht {
  position: relative;
  z-index: 2; }

section.section-f .carousel.zoom.landscape .carousel-control.left {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/testimonial_left.png); }

section.section-f .carousel.zoom.landscape .carousel-control.right {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/testimonial_right.png); }

section.section-f .tst-carousel {
  margin: 30px 0px 0px;
  padding: 0px 0px 0px;
  overflow: hidden;
  width: 100%;
  text-align: center; }

section.section-f .tst-carousel .tst-box {
  padding: 40px 50px 20px;
  background: #ffffff; }

section.section-f .tst-carousel .item.active .tst-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.25); }

section.section-f .tst-carousel .tst-box .tst-face {
  border: 1px solid #ffffff;
  margin: 0 auto 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  height: 200px; }

section.section-f .tst-carousel .tst-box .tst-face img {
  width: 100%;
  height: auto; }

section.section-f .tst-carousel .tst-box .tst-text b {
  font-size: 18px; }

section.section-f .tst-carousel .tst-box .tst-text .tjob {
  font-size: 18px;
  padding: 5px 0px 5px;
  display: block; }

section.section-f .carousel.zoom {
  display: inline-block;
  width: 100%; }

section.section-f .testimonial-inner-box {
  position: relative;
  padding: 30px 0px; }

section.section-f .carousel.zoom .carousel-inner {
  position: relative;
  overflow: visible; }

section.section-f .carousel.zoom .carousel-inner > .item {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: all .4s ease-in-out; }

section.section-f .carousel.zoom .carousel-inner > .item.active {
  position: relative;
  opacity: 1;
  z-index: 1; }

section.section-f .carousel.zoom .carousel-inner > .item.active.right,
section.section-f .carousel.zoom .carousel-inner > .item.next {
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
  opacity: 1; }

section.section-f .carousel.zoom .carousel-inner > .item.active.left,
section.section-f .carousel.zoom .carousel-inner > .item.prev {
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  opacity: 1; }

/* carousel.zoom.landscape */
section.section-f .carousel.zoom.landscape .carousel-inner {
  margin: 0 auto;
  max-width: 347px; }

section.section-f .carousel.zoom.landscape .carousel-inner > .item.active.right,
section.section-f .carousel.zoom.landscape .carousel-inner > .item.next {
  -webkit-transform: translate3d(250px, 0, 0) scale(0.8);
  -moz-transform: translate3d(250px, 0, 0) scale(0.8);
  -ms-transform: translate3d(250px, 0, 0) scale(0.8);
  -o-transform: translate3d(250px, 0, 0) scale(0.8);
  transform: translate3d(250px, 0, 0) scale(0.8); }

section.section-f .carousel.zoom.landscape .carousel-inner > .item.active.left,
section.section-f .carousel.zoom.landscape .carousel-inner > .item.prev {
  -webkit-transform: translate3d(-250px, 0, 0) scale(0.8);
  -moz-transform: translate3d(-250px, 0, 0) scale(0.8);
  -ms-transform: translate3d(-250px, 0, 0) scale(0.8);
  -o-transform: translate3d(-250px, 0, 0) scale(0.8);
  transform: translate3d(-250px, 0, 0) scale(0.8); }

section.section-f .carousel.zoom.landscape .carousel-control {
  width: 150px;
  background: transparent; }

/* carousel.zoom.portrait */
section.section-f .carousel.zoom.portrait .carousel-inner {
  margin: 0 50px;
  width: auto; }

section.section-f .carousel.zoom.portrait .carousel-inner > .item.active.right,
section.section-f .carousel.zoom.portrait .carousel-inner > .item.next {
  -webkit-transform: translate3d(50px, 0, 0) scale(0.8);
  -moz-transform: translate3d(50px, 0, 0) scale(0.8);
  -ms-transform: translate3d(50px, 0, 0) scale(0.8);
  -o-transform: translate3d(50px, 0, 0) scale(0.8);
  transform: translate3d(50px, 0, 0) scale(0.8); }

section.section-f .carousel.zoom.portrait .carousel-inner > .item.active.left,
section.section-f .carousel.zoom.portrait .carousel-inner > .item.prev {
  -webkit-transform: translate3d(-50px, 0, 0) scale(0.8);
  -moz-transform: translate3d(-50px, 0, 0) scale(0.8);
  -ms-transform: translate3d(-50px, 0, 0) scale(0.8);
  -o-transform: translate3d(-50px, 0, 0) scale(0.8);
  transform: translate3d(-50px, 0, 0) scale(0.8); }

section.section-f .carousel-indicators {
  bottom: 0px;
  margin-bottom: -60px; }

section.section-f .carousel-indicators li {
  border: 1px solid #1d81f2; }

.carousel-indicators .active {
  background-color: #1d81f2; }

section.section-f .carousel.zoom.portrait .carousel-control {
  width: 50px;
  background: transparent; }

/*==================================================
    NEWS HOMEPAGE
==================================================*/
section.section-g {
  position: relative;
  padding: 100px 0px; }

section.section-g .news-wrap {
  margin: 50px 0px 0px; }

section.section-g .carousel-inner {
  width: 90%;
  margin: 0 auto;
  min-height: 300px; }

section.section-g {
  padding: 80px 0px; }

section.section-g .owl-theme .owl-nav [class*="owl-"] {
  color: #727272; }

section.section-g .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #1d81f2; }

section.section-g .box-on-latest-news .bs-title {
  padding: 20px 0px; }

section.section-g .box-on-latest-news:hover .bs-img img {
  transform: scale(2.2); }

section.section-g .box-on-latest-news .bs-img {
  text-align: center;
  overflow: hidden;
  position: relative; }

section.section-g .box-on-latest-news .bs-img .bs-properties {
  position: absolute;
  top: 10px;
  right: 0px;
  height: 30px;
  width: 30px;
  background: #1d81f2;
  color: #ffffff;
  padding: 2px; }

section.section-g .box-on-latest-news .bs-img .bs-properties:hover {
  opacity: 0.8;
  cursor: pointer; }

section.section-g .box-on-latest-news .bs-img img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out; }

section.section-g .box-on-latest-news .bs-title h4 {
  font-weight: 600; }

section.section-g .box-on-latest-news .bs-title .garis-50 {
  width: 70%;
  margin: 15px 15%;
  clear: both;
  height: 3px;
  background: #1d81f2; }

section.section-g .box-on-latest-news .bs-text {
  text-align: left;
  margin-bottom: 20px; }

section.section-g #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px; }

section.section-g .bs-title.text-center.news-border-merah {
  padding: 20px 0px; }

section.section-g #quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; }

section.section-g #quote-carousel .carousel-control.left {
  top: 20%;
  left: -60px; }

section.section-g #quote-carousel .carousel-control.right {
  top: 20%;
  right: -60px; }

section.section-g #quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; }

section.section-g .item blockquote {
  border-left: none;
  margin: 0; }

section.section-g .item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px; }

/*==================================================
    CONTACT
==================================================*/
section.section-h {
  position: relative;
  padding: 80px 0px 0px;
  background: #f9f9f9; }

body .text-danger {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 14px;
  color: #ff2b2b; }

body .text-success {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 14px; }

body .has-error .form-control:focus {
  border-color: #ff2b2b;
  -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px #ff2b2b;
  box-shadow: inset 0 0px 0px transparent, 0 0 0px #ff2b2b; }

.has-error .form-control {
  border-color: #ff2b2b;
  -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px #ff2b2b;
  box-shadow: inset 0 0px 0px transparent, 0 0 0px #ff2b2b; }

section.section-h .form-map {
  padding: 50px;
  background: #ffffff;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.12);
  position: relative;
  z-index: 2; }

section.section-h .map-area {
  margin-top: 50px; }

section.section-h .map-area #map_canvas {
  height: 300px;
  width: 100%; }

section.section-h .map-area .homepage-map {
  width: 100%;
  overflow: hidden;
  position: relative; }

section.section-h .footer-top {
  padding: 150px 20px 50px;
  background: #262626;
  color: #b3b3b3;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -100px; }

section.section-h .footer-top .footer-p {
  max-width: 1000px;
  margin: 0 auto; }

section.section-h .wrap-h {
  position: relative;
  z-index: 2; }

/*==================================================
    FOOTER
==================================================*/
#inner-page footer {
  padding: 80px 0px 80px; }

footer {
  position: relative;
  padding: 0px 0px 80px;
  background: #262626;
  color: #b3b3b3; }

footer a {
  color: #b3b3b3; }

footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff; }

.footer-wrap {
  padding-top: 40px;
}

footer .footer-wrap .inwrap-footer {
  border-bottom: 1px solid #535353;
  padding-bottom: 30px; }

footer .footer-wrap .inwrap-footer ul {
  padding: 0px 0px; }

footer .footer-wrap .inwrap-footer ul li {
  list-style: none; }

.footer-link-title {
  color: #ffffff;
}

footer .footer-wrap .inwrap-footer {
  font-weight: 600;
  color: #1d81f2; }

footer .footer-wrap .footer-cp {
  padding: 30px 0px 0px; }

footer .footer-wrap .footer-cp .fb-link {
  margin-bottom: 10px; }

footer .footer-wrap .footer-cp .fb-link ul {
  margin-bottom: 0px;
  list-style: none;
  padding: 0px 0px; }

footer .footer-wrap .footer-cp .fb-link ul li {
  display: inline; }

footer .footer-wrap .footer-cp .fb-link ul li a {
  text-decoration: none;
  padding: 0px 20px 0px 0px; }

footer .footer-sosmed-icon {
  text-align: right; }

footer .footer-sosmed-icon .wrap-circle-sosmed {
  display: inline-block;
  margin-right: 5px; }

footer .footer-sosmed-icon .wrap-circle-sosmed .circle-sosmed {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: table;
  border: 1px solid #1d81f2;
  color: #ffffff; }

footer .footer-sosmed-icon .wrap-circle-sosmed .circle-sosmed:hover {
  border: 1px solid #1d81f2;
  background: #1d81f2;
  color: #ffffff; }

footer .footer-sosmed-icon .circle-sosmed .icons {
  font-size: 16px;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

footer .fc-text.fcs-text .mail-subscribe-box {
  position: relative;
  padding-bottom: 35px;
  margin-top: 20px;
  max-width: 300px; }

footer .fc-text.fcs-text .mail-subscribe-box input {
  color: #ffffff;
  border: 1px solid #b3b3b3;
  height: 50px;
  background: transparent;
  border-radius: 0; }

footer .fc-text.fcs-text .mail-subscribe-box i {
  color: #b3b3b3;
  font-size: 18px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 4px 8px 4px 10px;
  cursor: pointer;
  width: 28px;
  height: 28px; }

footer .fc-text.fcs-text button {
  border: 0px solid #333333;
  position: absolute;
  right: 13px;
  top: 11px;
  background: transparent;
  padding: 0px; }

footer .fc-text.fcs-text button:hover i {
  border: 1px solid #1d81f2; }

/*==================================================
    INNER PAGE  
==================================================*/
section .breadcrumb {
  /* margin-bottom: 50px; */
  font-size: 14px; }

section .breadcrumb a {
  text-decoration: none; }

section .breadcrumb a:hover {
  color: #BDBDBD; }

.breadcrumb .wrap-breadcrumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

section.inner-page-content .innerpage-content-wrap {
  margin-bottom: 20px; }

section.inner-page-content .ul-breadcrumb > li {
  display: inline-block; }

section.inner-page-content .ul-breadcrumb > li + li::before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc; }

section.inner-page-content .ul-breadcrumb {
  padding: 0px 0px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px; }

body#inner-page .title-banner {
  height: 390px;
  overflow: hidden;
  position: relative;
  color: #ffffff; }

body#inner-page .title-banner .tb-background-bgoverlay {
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6; }

body#inner-page .title-banner .tb-background-img {
  position: absolute;
  z-index: 0;
  width: 100%; }

body#inner-page .title-banner .tb-background-img img {
  width: 100px;
  background-size: cover;
  height: 400px; }

body#inner-page .title-banner .wrap-tb-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px; }

body#inner-page .title-banner .tb-text {
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  padding: 190px 0px 100px;
  position: relative;
  font-family: 'Bree Serif', serif;
  font-weight: 600; }

body#inner-page .title-banner .tb-text .tb-line {
  width: 50px;
  margin: 30px auto;
  height: 3px;
  background: #ffffff; }

section.inner-page-content {
  padding: 50px 0px 50px; }

/*---------- SIDEBAR ----------*/
.page-sidebar {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #DADADA; }

.page-sidebar .header-sb {
  position: relative;
  padding-top: 10px; }

.page-sidebar .sidebar-menu a:hover {
  padding-left: 10px;
  color: #146acb; }

.page-sidebar .sidebar-menu a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.page-sidebar .header-sb::after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 3px solid #1d81f2;
  margin: 20px auto 25px 0;
  z-index: 1;
  position: relative; }

.page-sidebar .header-sb::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #DADADA; }

.page-sidebar .sidebar-heading {
  font-family: 'Bree Serif', serif;
  width: 200px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  background-color: #FFF;
  margin: auto;
  text-align: center;
  padding: 0px; }

.page-sidebar ul {
  list-style: none;
  padding: 0px; }

.page-sidebar ul li {
  padding: 7px 15px;
  border-bottom: 1px dotted #EDEDED; }

.page-sidebar ul li i {
  margin-right: 10px; }

/*==================================================
    NEWS SINGLE PAGE
==================================================*/
.wrap-news .btn-custom {
  margin: 20px 0px 0px; }

.wrap-news .news {
  max-height: 395px;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
  border: 1px solid #eaeaea; }

.wrap-news .news .img-figure {
  position: relative; }

.wrap-news .news .img-figure img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.wrap-news .news:hover .img-figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.wrap-news .news .title {
  padding: 45px 30px;
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* .wrap-news .news .title h1 {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  text-align: center; } */

  .wrap-news .news .title p {
  margin: 0;
  font-size: 14px;
  text-align: center; }

.wrap-news .news:hover .title {
  margin-top: -90px;
  background: #fff; }

.wrap-news .news p.description {
  position: relative;
  font-weight: normal;
  line-height: 22px;
  opacity: 0;
  text-align: center;
  padding: 15px 30px 0px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.wrap-news .news:hover p.description {
  opacity: 1; }

.wrap-news p.more {
  text-align: center; 

}

.wrap-news .more a {
  position: relative;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  color: #fff; }

.cat-1 {
  background: #78288b;
}

.cat-2 {
  background: #78288b;
}

.cat-3 {
  background: #0082c4;
}

.wrap-news .cat {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  padding: 3px 15px; }

/*==================================================
     CONTACT SINGLE PAGE
==================================================*/
section.inner-page-content .contact-form-content .form-control {
  color: #BCBCBC;
  font-size: 12px; }

section.inner-page-content .contact-form-content #subject.form-control {
  color: #555; }

section.inner-page-content .contact-form-content .container-custom {
  height: 100%; }

section.inner-page-content .contact-form-content #map_canvas {
  width: 100%;
  height: 100%;
  opacity: 0.8; }

section.inner-page-content .contact-form-content .welcome-text-contact {
  padding: 0px 0px 30px; }

section.inner-page-content .contact-form-content .form-control {
  background: transparent;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  padding: 10px 12px;
  font-size: 14px; }

section.inner-page-content .contact-form-content .has-error .form-control {
  border: 1px solid  #ff2b2b; }

section.inner-page-content .contact-form-content textarea {
  min-height: 238px; }

section.inner-page-content .contact-form-content address strong {
  font-size: 14px; }

section.inner-page-content .contact-form-content .contact-address {
  background: #F9F9F9;
  padding: 30px;
  min-height: 260px; }

section.inner-page-content .contact-form-content .btn {
  color: #ffffff;
  background-color: #1d81f2; }

section.inner-page-content .contact-form-content .btn:hover {
  background-color: #146acb; }

section.inner-page-content .contact-form-content #subject option {
  background: #ffffff; }

section.inner-page-content .contact-form-content .form-control:focus {
  border-color: #1d81f2;
  outline: 0px none;
  -webkit-box-shadow: 0px 0px 0px transparent inset, 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent inset, 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent inset, 0px 0px 0px transparent; }

section.inner-page-content .contact-form-content label {
  font-size: 14px; }

section.inner-page-content .contact-form-content legend {
  border-color: #777; }

section.inner-page-content.content-contact-form {
  padding: 80px 0px;
  min-height: 1px; }

/*---------- MAP ----------*/
section.map-contact-page {
  width: 100%;
  height: 300px; }

section.map-contact-page #map_canvas {
  height: 100%; }

/*==================================================
    BACK TO TOP
==================================================*/
.back-to-top {
  padding: 12px 0px;
  font-size: 20px !important;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  border: 0px solid #333;
  background: #1d81f2;
  z-index: 5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px; }

.back-to-top.btn-primary:hover,
.back-to-top.btn-primary:focus,
.back-to-top.btn-primary:active,
.back-to-top.btn-primary.active,
.open .back-to-top.dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #146acb;
  border: 0px solid #333; }

/*==================================================
    THEME PANEL
==================================================*/
.style-option-wrap {
  position: fixed;
  z-index: 100;
  right: -100px;
  bottom: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.style-option-wrap.open-style {
  right: 0px; }

.style-option-wrap .so {
  margin-bottom: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase; }

.style-option-wrap .color-list {
  width: 100%;
  height: 20px;
  clear: both;
  border: 1px solid #F8F8F8;
  cursor: pointer; }

.style-option-wrap .color-list .color-style {
  width: 50%;
  float: left;
  height: 100%; }

.style-option-wrap .so span {
  font-weight: 700; }

.style-option-wrap .theme-panel {
  background: #f2f2f2;
  float: left;
  width: 100px;
  padding: 10px; }

.style-option-wrap .style-btn-class {
  width: 42px;
  height: 42px;
  text-align: center;
  background: #1d81f2;
  cursor: pointer;
  font-size: 24px;
  color: #FFF;
  float: left;
  -moz-border-radius-topleft: 90px;
  -webkit-border-top-left-radius: 90px;
  border-top-left-radius: 90px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 90px;
  -webkit-border-bottom-left-radius: 90px;
  border-bottom-left-radius: 90px; }

.style-option-wrap .style-btn-class .fa {
  padding: 2px 5px;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: ckw;
  -moz-animation-duration: 5s;
  -webkit-animation-name: ckw;
  -webkit-animation-duration: 5s; }

@-webkit-keyframes ckw {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(1440deg);
    -webkit-transform: rotate(1440deg); } }
@-moz-keyframes ckw {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(1440deg);
    -webkit-transform: rotate(1440deg); } }

/*# sourceMappingURL=main.css.map */


.grey-section {
  background: #f2f2f2;
}

section.main-section {
  padding: 30px 0px 50px;
}

.spaced-row {
  margin-top: 20px;
}

p.big-icons {
    font-size: 50px;
    margin-bottom: -15px;
    color: #78288b;
}

p.fem-icons {
    font-size: 40px;
    color: #1d81f2;
}

.anchor-para {
  background: #fff;
  padding: 30px;
}

span.fem-big {
  font-size: 25px;
  text-align: center;
  line-height: 5px;
}

.spaced {
  margin-bottom: 20px;
}

.red-box {
  background-color: #78288b;
  color:  #fff;
  padding: 18px;
}

.blue-box {
    background-color: #1d81f2;
    color: #fff;
    padding-bottom: 16px;
    padding-top: 20px;
}

p.white-icons {
    font-size: 40px;
    color: #fff;
}

.below-info p {
  margin-top: 30px;
}

section.refund-sec {
  background: #fb9902;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fb9902, #0247fe);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fb9902, #0247fe); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

section.call-sec {
  background: #0575E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.price-btn {
  margin-top: 20px;
}

ul.nav-stacked li.active {
  background: #135faf;
}

ul.nav-stacked a {
  color: #135faf;
}

.white-line {
  margin: 10px auto;
  border: 2px solid #fff;
  width: 10%;
}

span.side-text {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.whats {
  padding-left: 20px;
  padding-right: 20px;
}

span.cover-icons {
  margin-right: 16px;
}

.cover-icons {
  color: #32c93c;
}

.cover-para {
  padding-left: 20px;
}

.whats-content {
  padding: 15px 0;
}

.docu {
  border: 2px solid #e50000;
  padding: 10px;
  margin-right: 5px;
}

a.docu {
  color: #e50000;
}

a.docu {
  color: #e50000;
}

.docu-row {
  margin-bottom: 20px;
}

.covers-list li {
  margin-left: 20px;
}

.red-btn {
  background-color: #78288b;
  padding: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.red-btn a {
  color: #fff;
}

.red-btn a:hover {
  color: #fff;
}

.red-btn:hover {
  background-color: #e50000;
  color: #ffffff;
}

.benefits-title {
  font-weight: 600;
}

.allianz-logo {
  margin: 0 auto;
}

.privacy-header {
    font-size: 27px;
    margin: 20px;
}

.contact-list li {
  list-style: none;
}

.contact-list li > i {
  font-size: 20px;
}

p.text-desc {
  max-width: 300px;
}

.get-covered {
  margin-top: 20px;
}