body{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505092;
}

.offset:before {
  display: block;
  content: "";
  height: 64px;
  margin-top: -64px;
}

/* Navigation */

.navbar{
  text-transform: uppercase;
  font-weight: 700;
  font-size:  12px;
  letter-spacing: 2px;
  background: rgba(0,0,0)!important; 
}

.navbar-brand img{
  height: 32px;
}

.navbar-nav li{
  padding-right: 10px;
  margin: 0 8px;
}

.navbar-dark .navbar-nav .nav-link{
  color: white;
  padding-top: 13px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #1ebba3;
}

/* effect */
  
  .navbar ul li a{
    transition: 0.5s;
  }
  
  .navbar ul:hover li a{
    transform: scale(1.5);
    opacity: .2;
    filter: blur(5px);
  }
  
  .navbar ul li a:hover{
    transform: scale(2);
    opacity: 1;
    filter: blur(0);
  }
/* end effect */

/* Landing page */

.home-inner img{
  width: 100vw;
  height: 100vh;
}

.caption{
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
  text-transform: uppercase;
  font-family: 'Solway', serif;
}

.caption a{
  font-family: 'Solway', serif;
  margin-top: 25px;
}

.caption h1{
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 6px;
  text-shadow: 2px 2px 14px black;
  padding-bottom: 25px; 
}

.caption h3{
  font-size: 32px;
  text-shadow: 2px 2px 8px black;
}

.btn-lg{
  border-width: medium;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 18px;
}

/* about */

.about-contents {
  width: 75%;
  margin: 24px auto;
  padding-top: 32px;
  display: flex;
}

.about-contents h1 {
    font-size: 38px;
}

.about-underline{
  width: 150px;
  height: 3px;
  background-color: #1ebba3;
  margin: 0 0 32px 0;
    
}

.about-img img{
  border: #189582;
  max-width:100%;
  height:auto;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 100%;
  margin: 40px 0 0 80px;
}

/* Skill section */

.skills{
  display: flex;
  justify-content: center;
}

.mobile_skill{
  display: flex;
}

.adddesign{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fafafa;
  margin: 25px 50px;
}

.adddesign .text{
  font-size: 24px;
  font-weight: 550;
  letter-spacing: 2px;
  color: #CFCFCF;
}


.jumbotron{
  margin-bottom: 0;
  padding: 30px 0 55px;
  border-radius: 0;
}

h3.heading{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}

.heading-underline{
  width: 200px;
  height: 4px;
  background-color: #1ebba3;
  margin: 0 auto 2rem;
}

.my-skill svg.svg-inline--fa{
  color: #1ebba3;
}

.my-skill h3{
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.my-skill p{
  font-size: 18px;
}

/* Works section */
.fixed{
  background-image: url(img/top.png);
  z-index: -1;
}

.dark{
  background-color: rgba(80, 80, 90, 0.75);
  color: white;
  padding: 80px 32px;
}

.fixed-background h3{
  margin-bottom: 16px;
}

.fixed-background p{
  margin-top: 16px;
}


/*slick setting*/

.slick{max-width: 900px; margin: 0 auto 50px; padding: 0; height: auto;}
.slick img{width: 260px; height: 200px; margin: 0 auto;}

.slick-slider{
  margin: 0 auto;
}

.slick-slide {
  transition: .3s ease;
  transform: scale(.85);
}
.slick-current {
  transform: scale(1);
}

.slick-slide:not(.slick-current) {
  opacity: .5;
}

.slick .caption {
	font-size:		130%;
  color:			#fff;
}
.slick .mask {
	width:			260px;
	height:			100%;
  position:		absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  
  z-index: 1;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.slick-current:hover .mask {
  opacity:		1;

}

/* Service section */

.service i{
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #00bbe0;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
}

.service-contents{
  display: flex;
}

blockquote .svg-inline--fa{
  color: #1ebba3;
  margin: 16px;
}

.service-hr{
  border-top: 8px solid #1ebba3;
}

/* Contact section */

.formrun{
  width: 60%;
  max-width: 700px;
	margin: 0 auto 40px;
}

.form-box{
  width: 100%;
  position: relative;
  margin: 15px 0;
  
}

.form-box textarea,input[type='text']{
  font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
  padding: 6px;
  padding-left: 40px;
	border: 1px solid #1b2538;
	border-radius: 4px;
  outline: none;
}

.form-box i{
  position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
  color: #aaaaaa;
}

.formbtn{
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  transition: all ease-out .3s;
  cursor: pointer;
  text-align: center;
  background-color: #999999;
  color: white;
}

/* Footer */

footer{
  background-color: #40474e;
  color: white;
  padding:30px 0 30px;
  margin-top: 15px;
}


/* Media queries */

@media(max-width: 900px){
  .slick img{
    width: 200px; 
    height: 160px;
  }
  .slick .mask {
    width:			200px;
  }

  .mobile_skill{
    display: block;
  }
  
}
@media(max-width: 767px){
  .caption h1{
    font-size: 40px;
    letter-spacing: 3px;
    padding-bottom: 8px;
  }

  .caption h3{
    font-size: 18px;
    padding-bottom: 18px;
  }
  .btn-lg{
    padding: 8px 16px;
    font-size: 16px;
  }
  .narrow h1{
    font-size: 24px;
  }
  .clients img{
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }

  .none{
    display: none;
  }

  .service-contents{
    display: block;
  }
}

@media(max-width: 440px){
  .adddesign{
    margin: 25px 20px;
  }
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
