html {
	position: relative;
}

h1{
	font-family: 'Roboto', sans-serif;
}

h3,h4,h5,h2{
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
}

.jumbotron {
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.1), 
      rgba(0, 0, 0, 0.5)
    ),url('../img/bg4.jpg');
	height: 660px;
	background-attachment: fixed;
	background-size: cover;
	color: #eaeaea;
	overflow: hidden;
}

.header-box{
	background: rgba(74, 92, 168, 0.7);
	height: 620px;
	padding: 250px 100px;
}

.jumbotron h1{
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    font-size: 42px;
	font-family: 'Poppins', sans-serif;
}

.jumbotron h1 span{
	color: #808080;
}

.jumbotron p{
	color: #262626;
}

.navbar-default{
	background-color: #fff;
	border-bottom: 0px;
	border: 0px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	padding-top: 15px;
	height: 80px;
	font-family: 'Archivo Narrow', sans-serif;
}
.navbar-default .navbar-brand{
	font-size: 30px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover{
	color: #fff;
	margin-left: 110px !important;
}

.navbar-right {
    float: right!important;
    margin-right: 63px !important;
}

.shrink{
	background-color: #fff;
	height: 60px;
	padding-top: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	box-shadow: 0px 3px 10px grey;
}

.shrink .navbar-brand{
	font-size: 20px;
}

.navbar-default .navbar-brand span{
	color: #4a5ca8;
}

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

.navbar-default .navbar-nav>li>a{
	color: #262626;
	font-size: 16px;
	font-weight: 500;
}

.navbar-default .navbar-nav>li>a:before{
	content: '';
	width: 0px;
	height: 3px;
	background: #4a5ca8;
	position: absolute;
	top: 90%;
	left: 0;
	transition: .5s;
}

.navbar-default .navbar-nav>li:hover>a:before{
	width: 40%;
	transform: translateX(100%);
}

.shrink .navbar-header img{
	width: 170px;
	margin-top: -13px;
}

.navbar-header img{
	width: 200px;
	margin-top: -25px;
	margin-left: -55px;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
    }
	.collapsing, .in {background-color: #f7f7f7;}
    .collapsing ul li a, .in ul li a {color: #555!important;}
    .collapsing ul li a:hover, .in ul li a:hover {color: #4a5ca8!important;}
}
	
@media only screen and (max-width: 767px) {
.collapsing, .in {background-color: #f7f7f7;}
.collapsing ul li a, .in ul li a {color: #555!important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #4a5ca8!important;}
.shrink .navbar-header img{width: 110px; margin: -10% 0 0 -80%;}
.navbar-header img{width: 110px; margin: -15% 0 0 -80%;}
.about .title-box{height: 300px; padding: 10% 40px;}
.header-box{height: 350px; padding: 50px 30px; margin: 150px 20px 20px;}
.services .title-box2, .contact .title-box2{height: 200px; padding: 10% 40px;}
#team {height: 300px;}
.about #text-box, .services #text-box, .about #text-box{padding: 9% 40px;}
}

@media only screen and (max-width: 479px) {
.collapsing, .in {background-color: #f7f7f7;}
.collapsing ul li a, .in ul li a {color: #555!important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #4a5ca8!important;}
.shrink .navbar-header img{width: 110px; margin: -10% 0 0 -80%;}
.navbar-header img{width: 110px; margin: -15% 0 0 -80%;}
.about .title-box{height: 300px; padding: 10% 40px;}
.header-box{height: 350px; padding: 50px 30px; margin: 150px 20px 20px;}
.services .title-box2, .contact .title-box2{height: 200px; padding: 10% 40px;}
#team {height: 300px;}
.about #text-box, .services #text-box, .about #text-box{padding: 9% 40px;}
}

hr {
	width: 200px;
	border-top: 1px solid #4a5ca8;
	margin-top: -5px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

i{
	color: #4a5ca8;
}

/* about section */
.about{
	margin-top: -30px;
}

.about h1 span, .contact h1 span, .services h1 span{
	color: #808080;
}

.about h4 {
	margin: 14px 0;
}

.about .text-box, .services .text-box, .about .text-box{
	padding: 9% 13%;
}

.services .text-box{
	background: #f7f7f7;
	height: 600px;
}

.title-box{
	background: rgba(74, 92, 168, 0.1);
	height: 600px;
	padding: 22% 16%;
}

.title-box2{
	background: rgba(74, 92, 168, 0.3);
	height: 600px;
	padding: 22% 15%;
}

/* this is for sroll function script.js */
.pkiri, .pkanan{
	opacity: 0;
	transform: translate(-50px, 0);
	transition: 1.5s;
}
/* this is for sroll function script.js */
.pkanan {
	transform: translate(50px, 0);
	transition: 1.5s;
}
/* this is for sroll function script.js */
.pbawah{
	opacity: 0;
	transform: translate(0, 100px);
	transition: 1.5s;
}

.ptengah{
	opacity: 0;
	transition: 1.5s;
}
/* this is for sroll function script.js */
.pkiri.pmuncul, .pkanan.pmuncul , .pbawah.pmuncul, .ptengah.pmuncul {
	opacity: 1;
	transform: translate(0,0);
}

/* ATTORNEYS section */

.services-box{
    padding: 20px 20px 40px;
    text-align: center;
    background: #fff;
	margin: 20px 0;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.services-box .accounting-contact{
	padding: 0 0 0 20%;
}

.services-box img{
	width: 200px;
	height: 120px;
	margin: auto;
}

/* vision section */
.vision{
	background: #4a5ca8;
	height: auto;
	color: #fff;
	padding: 50px 20px 100px;
}

/*large photos prallax */

.team {
	background: linear-gradient(
      rgba(255, 255, 255, 0.3), 
      rgba(255, 255, 255, 0.3)
    ),url(../img/office.jpg);
	height: 600px;
	background-attachment: fixed;
	background-size: cover;
	color: #4a5ca8;
	overflow: hidden;
}

.project{
	padding-top: 50px;
	padding-bottom: 50px;
}

/* contact section */
.contact .text-box{
	margin: 100px 5%;
}

.contact {
	background: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ),url(../img/bg2.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #eaeaea;
	overflow: hidden;
	margin: 0;
}

.form-control {
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	border-radius: 0px;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
	height: 30px;
	margin-bottom: 10px;
}

.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}

/* all of button */
.btn{
  height: 40px;
  width: 150px;
  background: #4a5ca8;
  border: none;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  margin:auto;
  box-sizing: border-box;
  z-index:1;
}

.btn::before,
.btn::after {
  background: rgba(255,255,255,.9);
  content: '';
  border-radius: 20px;
  border: 2px solid #4a5ca8;
  position: absolute;
  z-index: -1;
}

.btn:hover {
  color: #262626;
  text-decoration: none;
}

.btn::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  transition: all 0.5s;
}

.btn:hover:after {
  text-decoration:none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* google map iframe */
.map-container {
	width: 100%;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);

}

/* back top button */
.backtop{
    background: #4a5ca8;
	height: 100px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.backtop i{
	color: #fff;
	font-size: 36px;
}

/* footer */
footer{
	background-color: #fff;
    padding: 50px 0px;
    color: #bbb;
}

footer p{
	color: #bbb;
	font-size: 1em;
	z-index: -1;
}

footer a{
	text-decoration: none;
	color: #bbb;
}

footer .social a {
    width: 32px;
    height: 32px;
    text-decoration: none;
	background: #bbb;
    color: #bbb;
    display: inline-table;
    margin: 15px 5px;
    border: 1px solid #bbb;
    font-size: 12px;
}

footer .social a i {
    display: table-cell;
    vertical-align: middle;
}

/* loader */
.preloader {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 9999;
     width: 100%;
     height: 100%;
     overflow: visible;
     background: #0d0d0d;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
.preloader span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  border: 6px solid #4a5ca8;
  border-radius: 50%;
  border-bottom: 6px solid transparent;
  animation: animate1 1s linear infinite;
}

.preloader span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  border: 6px solid #4a5ca8;
  border-radius: 50%;
  border-top: 6px solid transparent;
  animation: animate2 1s linear infinite;
}

.preloader span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  border: 6px solid #4a5ca8;
  border-radius: 50%;
  border-bottom: 6px solid transparent;
  animation: animate1 1s linear infinite;
}

@keyframes animate1{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
@keyframes animate2{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(-360deg);
	}
}