/* DEFAULT 1.3.0 - 2/2014 copyright (c) templatesuper.com | @templatesuper */
html {
  overflow-x: hidden;
}

body {
  color: #282828;
  color: #282828;
  font-family: 'Questrial', sans-serif;
  font-size: 100%;
  line-height: 28px;
  position: relative;
}

a {
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.full-screen {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

h3 span {
  padding: 0;
  color: #fc490c;
  font-size: 1em;
}

/* Navbar */
.site-navbar {
  min-height: 50px;
  padding: 45px 0 20px;
  transition: all 0.3s;
  border: 0;
  /*background: #2e373c;*/
}

.site-navbar a {
  text-transform: capitalize;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
}

.site-navbar .active a,
.site-navbar .current {
  color: #fc490c;
  background: transparent;
}

.site-navbar li a.current:hover {
  color: #fc490c;
  background: transparent;
}

.site-navbar li a:hover {
  color: #fc490c;
  background: transparent;
}

.site-navbar li a:focus {
  color: #fc490c;
  background: transparent;
}

.site-navbar .navbar-brand {
  padding-top: 0;
}

.site-navbar .navbar-toggle .icon-bar {
  background: #fff;
}

.site-navbar .navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}

.site-navbar a.navbar-brand {
  padding: 0;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  line-height: 45px;
}

.site-navbar a.navbar-brand span {
  color: #fc490c;
}

.sticky {
  z-index: 100000;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Carousel */
.carousel .full-width {
  width: 100%;
}

.carousel .carousel-caption {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  color: #282828;
  text-shadow: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.carousel .carousel-caption h3 {
  display: block;
  margin-bottom: 40px;
  /*padding: 10px 25px;*/
  text-transform: uppercase;
  /*background: rgba(46, 55, 60, 0.8);*/
  font-size: 6em;
}

.carousel .carousel-caption span {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  background: rgba(27, 147, 199, 0.8);
}

.carousel .carousel-indicators .active {
  width: 8px;
  height: 8px;
  background: #282828;
}

.carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  background: #d2d2d2;
}

.carousel .subtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
}

.btn-action {
  height: 50px;
  padding: 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
  background: #fc490c;
  background-image: -moz-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #f54912 0%, rgba(255, 73, 10, 0) 100%);
  box-shadow: 0 18px 31px 0 rgba(255, 73, 10, 0.3);
  font-family: 'Montserrat', sans-serif;
  line-height: 47px;
}

.btn-action:hover {
  color: #fff;
  background: #282828;
  box-shadow: 0 18px 31px 0 rgba(0, 0, 0, 0.3);
}

/* about */
#about,
#blog,
#contact,
#portfolio,
#pricing,
#services,
#team {
  padding: 120px 0 150px;
}

#about h3,
#blog h3,
#contact h3,
#portfolio h3,
#pricing h3,
#services h3,
#team h3 {
  margin-bottom: 60px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 4em;
  font-weight: bold;
}

#about p {
  color: #282828;
  font-size: 1.6em;
  font-weight: 300;
}

#about h3 span,
#services h3 span,
#portfolio h3 span,
#pricing h3 span,
#team h3 span,
#contact h3 span {
  padding: 0;
  color: #fc490c;
  font-size: 1em;
}

/*#########################################################################

# SERVICES

#########################################################################*/
#services {
  background: #f8f8f8;
}

#services h3 {
  margin-bottom: 40px;
  text-align: center;
}

#services p {
  text-align: center;
  font-size: 1.6em;
}

#services .icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
}

#services .icon:hover {
  border: 5px solid #fc490c;
  background: #fc490c;
  cursor: pointer;
}

#services .icon:hover i {
  color: #fff;
}

#services .icon i {
  color: #fc490c;
  text-shadow: 0 18px 31px rgba(255, 73, 10, 0.3);
  font-size: 5em;
  font-weight: 700;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

#services .icon ion-icon {
  color: #fc490c;
  text-shadow: 0 18px 31px rgba(255, 73, 10, 0.3);
  font-size: 5em;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}


#services h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
}

/*#########################################################################

# PORTFOLIO

#########################################################################*/
#portfolio {
  color: #282828;
}

#portfolio .box {
  float: left;
/*   width: 33%; */
  height: 20vw;
  background-color: black;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: contain;
  overflow: hidden;
}

.box-wrapper{
	padding:0px 20%;
	background-color: black;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap:30px;
}

#portfolio h3 {
  text-align: center;
}

#portfolio h3 span {
  padding: 0;
  color: #fc490c;
  font-size: 1em;
}

#portfolio img {
  position: absolute;
  margin-top:5vw;
  max-height: 20vw;
  width:100%;
}

#portfolio h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  font-weight: bold;
}

#portfolio .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  background: #000;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  z-index: 10;
}

#portfolio .box:hover .info {
  opacity: 0.9;
}

#portfolio .imgport {
  position: relative;
  width: 100%;
  height: 100%;
}

#portfolio .imgport:hover {
  cursor: pointer;
}

#portfolio span {
  padding: 5px 25px;
  letter-spacing: 2px;
  color: #000;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
}

.services-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}

@media (min-width: 1044px){
	#services .container {
	    width: 95%;
	}
	
	.services-wrapper {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (min-width: 600px){
	.services-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px){
	#portfolio .box {
	    height: 40vw;
	}
	
	#portfolio img {
	  position: absolute;
	  margin-top:13vw;
	  max-height: 50vw;
	  max-width:100%;
	}
	
	.box-wrapper {
		padding: 0px 5px;
		grid-template-columns: 1fr 1fr;
	}
}
/*#########################################################################

# PRICING

#########################################################################*/
#pricing h3,
#pricing h5 {
  text-align: center;
}

#pricing span {
  font-size: 2em;
}

#pricing li {
  font-size: 1.3em;
}

#pricing p.lead {
  margin-bottom: 5px;
  color: #fc490c;
  text-shadow: 0 18px 31px rgba(255, 73, 10, 0.3);
  font-family: 'Montserrat', sans-serif;
  font-size: 6em;
  font-weight: 700;
}

#pricing p {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
}

#pricing .panel-success > .panel-heading {
  color: #FFFFFF;
  border-color: #EC440B;
  background-color: #FC490C;
}

#pricing .panel-success {
  border-color: #EC440B;
}

#pricing .list-group-item {
  border-color: #e8e8e8;
}

#pricing .ion-ios-checkmark-outline {
  color: #fc490c;
}

#pricing .ion-ios-close-outline {
  color: #dadada;
}

#pricing .panel.panel-success.fav {
  border-color: #282828;
}

#pricing .panel.panel-success.fav .panel-heading {
  border-color: #282828;
  background-color: #282828;
}

#pricing .panel.panel-success.fav p.lead {
  color: #282828;
  text-shadow: 0 18px 31px rgba(80, 80, 80, 0.3);
}

#pricing .panel.panel-success.fav .btn-action {
  background: #282828;
  box-shadow: 0 18px 31px rgba(80, 80, 80, 0.3);
}

#pricing .fav .ion-ios-checkmark-outline {
  color: #282828;
}

/*#########################################################################

# TEAM

#########################################################################*/
#team h4 {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  font-weight: bold;
}

#team p {
  text-align: center;
}

#team img {
  width: 100%;
  margin-bottom: 20px;
}

#team ul {
  position: absolute;
  top: 60%;
  left: 16%;
  display: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

#team ul li {
  display: inline-block;
  padding: 0 10px;
  background: #1b93c7;
}

#team ul li a {
  color: #fff;
  font-size: 1.8em;
}

#team ul li:hover {
  background: #273035;
}

#team .imgteam {
  position: relative;
}

#team .imgteam:hover {
  cursor: pointer;
  opacity: 0.9;
}

#team .imgteam:hover ul {
  display: block;
}

/*#########################################################################

# CONTACT

#########################################################################*/
.fluid-wrapper {
  position: relative;
  height: 350px;
  margin-bottom: 40px;
}

.fluid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#contact .fa {
  color: #8f8f8f;
  font-size: 1.2em;
}

.mail {
  font-size: 1.6em;
}

.frm input[type="email"],
.frm input[type="text"] {
  height: 50px;
  border-radius: 0 !important;
  background: #fcfcfc !important;
}

textarea {
  padding: 10px !important;
  border-radius: 0 !important;
  background: #fcfcfc !important;
  font-size: 1.2em;
}

.btn-biru {
  border: 0 !important;
  border-radius: 0 !important;
  background: #1b93c7;
}

.btn-biru:hover {
  background: #0170a0;
}

#success p {
  padding: 15px;
}

/* footer */
footer {
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  background: #1b2124;
  font-size: 15px;
  font-weight: 300;
}

footer a {
  text-decoration: underline;
  color: #fff;
  text-shadow: 0;
  font-weight: 400;
}

.scroll-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.scroll-to-top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
  opacity: 0;
  border-radius: 4px;
  background: #333;
  filter: alpha(opacity=0);
}

.scroll-to-top.affix {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.affix {
  position: fixed;
}

/* MODAL */
.modal-body img {
  width: 100%;
  height: auto;
}

.modal-body {
  padding: 3px;
}

.modal-content {
  border-radius: 0;
}

button.close {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  padding: 10px !important;
  opacity: 1 !important;
  color: #fff !important;
  background: #1b93c7 !important;
  text-shadow: none !important;
}

/* CUSTOM RESPONSIVE */
@media (max-width: 991px) {
  .site-main {
    margin-top: 90px;
  }
  /*.carousel-caption {
    top: 0;
    padding: 0;
  }*/
  .carousel-caption h3 {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  #about h3,
  #blog h3,
  #contact h3,
  #portfolio h3,
  #services h3,
  #team h3 {
    font-size: 3em;
  }
  .frm .col-md-12,
  .frm .col-md-6 {
    padding: 0;
  }
  .carousel-caption span {
    font-size: 0.7em;
  }
  .alignleft,
  .alignright {
    width: 100%;
  }
}
