@charset "utf-8";
 CSS Document 
 body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 24px;
    /*text-transform: uppercase;*/
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
 p{ 
 	font-size: 16px;
    font-family: sans-serif;
    line-height: 32px;
    font-weight: 300;
	/*color: #082c3e;*/
	}
.logo {
	padding: 10px 0 8px 15px;/*Top Left Bottom Right*/
  }

.jumbotron {
	background: url(../img/background/kuala-lumpur-1820944_1920.jpg)center no-repeat;
	background-size: cover;
	background-attachment: fixed;
    color: #fff;
    padding: 180px 25px;/*Change height and width of jumbtron*/
    font-family: Montserrat, sans-serif;	
  }
.jumbotron .content{
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color:#FFF;
  width: 100%; /* Full width */ 
  padding: 20px; /* Some padding */
  align-content: center;
  margin-left: 10px;
  margin-right:10px;
}
.jumbotron p{
	font-size: 1.5em;
	font-family: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
}
.jumbotron btn btn-default btn-lg{
    justify-content: center;
    align-items: center;
    padding: 0.5em 1.5em 0.5em 1.5em;
	cursor: pointer;
	}

.jumbotron a:hover{
		/*background-color:#008CBA;*/
		background-color: #ee7c2e;
		color:#FFF;
		}
#about a:hover{
		background-color: #ee7c2e;
		color:#FFF;
		}

.container-fluid {
    /*padding: 60px 50px;*/
	padding: 100px 50px;
  }
  
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e ;
    font-size: 50px;
  }
  .logo {
	 padding: 10px 0 8px 15px;/*Top Left Bottom Right*/
    /*color: #f4511e;
    font-size: 200px;*/
  }
#services {
	/*padding: 140px 0;*/
	/*background: url(file:///E|/1.Company/4.website/img/services/services-bg.jpg);*/
	background:url(../img/services/services-bg.jpg)  center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
 #services .service {
	padding: 20px 10px;
}
#services h2 {
	color: #f6f6f6;
}
#services h3 {
	font-size: 20px;
	font-weight: 500;
	color: #f6f6f6;
	
}
#services p {
	color: rgba(255,255,255,0.7);
}

#services i.fa {
	font-size: 36px;
	color: #E75926;
	transition: all 0.5s;
}
#services i.fa:hover{
	color:white;
	transform:rotate(20deg)}
#services  hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
#testimonials {
	/*background: url(file:///E|/1.Company/4.website/img/testimonials-bg.jpg);*/
	background:url(../img/testimonials-bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 140px 0;
}
#testimonials h2 {
	letter-spacing:3px;
	color: #f6f6f6;
}
#testimonials hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
#testimonials i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}

  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #ee7c2e;
  }
  .carousel-indicators li {
    border-color: #ee7c2e;
  }
  .carousel-indicators li.active {
    background-color: #ee7c2e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }

.zoom {
  padding: 50px;
  /*background-color: green;*/
  transition: transform .2s; /* Animation */
  /*width: 200px;
  height: 200px;*/
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
  
  .panel {
    border: 1px solid #0e76bc;
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #0e76bc;
    background-color: #fff !important;
    color: #0e76bc;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #0e76bc!important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #0e76bc;
    color: #fff;
  }
   
  .navbar {
    margin-bottom: 0;
	background-color: rgb(255,255,255);
	background: rgba(255, 255, 255, 0.9);
	/*background-image: url(../img/background.png);*/
	/*background-repeat:no-repeat;*/
	padding: 1px 15px;/*TopBottom LeftRight*/
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143  !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #000 !important;
	font-size:16px;
	font-weight:600;
	padding-top:27px;
	padding-bottom:27px;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f05a2c !important;
    background-color: #fff!important;
  }
  .navbar-default .navbar-toggle {
	/*background-color:#f4b978;*/
    border-color: transparent;
    color: #fff !important;
  }

  .ts-service-box-bg{
    background: #2e1644;
    color: #fff;
    padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3{
    color: #fff;
}
.ts-service-icon.icon-round i {
    font-size: 24px;
    color: #fff;
    /*background: #ffb600;*/
	background: rgb(146,39,143); /* Fallback color */
  background: rgba(146,39,143, 0.5); /* Black background with 0.5 opacity */
    text-align: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    float: none;
}

  /*Footer Navigation*/
  .list-round,
.list-arrow,
.list-check {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.list-round li {
    line-height: 28px;
}

.list-round li:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 10px;
    color: #ffb600;
    font-size: 12px;
}
  .list-arrow {
    padding: 0;
}

ul.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
    color: #f05a2c;
    font-size: 16px;
}


 footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ee7c2e;
  }
footer .footer-copyright{
	  background-color: #f4b978;
	  color:#000;
	 
}
footer .footer-copyright p{
	font-size: 11px;
	letter-spacing: 1px;
	}

footer .footer{
	background: url(file:///E|/1.Company/4.website/img/background/footer_img.png)center;
	color: #FFF;
	z-index: 9999;
	line-height: 1.42857143  !important;
	padding: 60px 50px;
}
footer .footer li a{
	color: #FFF;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	font-family: Lato, sans-serif;
}
footer .footer li a:hover{
		color: #f05a2c ;}

footer .footer_img{
  background: rgb rgb(255,255,255); /* Fallback color */
  background: rgba(255, 255, 255, 0.2); /* Black background with 0.5 opacity */
  width:30%;
  padding:6px;
	} 
footer .footer h4{
	font-size:18px;
	color:#fcfefd;
	z-index:9999;
	} 
	
  .slideanim {
	  visibility:hidden;
	  }
  .slide {
	  /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
	 /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
	 /* Make the element visible */
    visibility: visible;
  }
  
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 50%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
		padding:25px;
      /*font-size: 150px;*/
    }
  }

