
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');


body {
    width: 100%;
    height: 100%;
	margin:0 auto;
	font-weight:300;
	color:#1c1c1c;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:25px;
}


body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	

color:#323232;
}

p{
	color:#1c1c1c;
}

html {
    width: 100%;
    height: 100%;
}

.navbar-default {
    border-color: transparent;

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
	font-weight:700;
    text-transform:uppercase;
}
.fixed_width_carousel_wrapper {
 
}
.fixed_width_carousel_icons {
    font-size: 45px!important;
}
.fixed_width_carousel_control_left:hover, .fixed_width_carousel_control_right:hover {
    color: #c89438  !important;
	background-color:transparent !important;
 
}


.banersep{width:100%;
margin-top:95px;
float:left;
}


.fixed_width_carousel_wrapper>.carousel-inner>.item>img, .fixed_width_carousel_wrapper>.carousel-inner>.item>a>img {
    opacity: 1 !important;
}
.logo{
	 -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;	
		width: 184px;

}

.fixed_width_carousel_caption {
    text-shadow: 0px 1px 3px #8e8e8e;
}
.fixed_width_carousel_caption p{
	    text-shadow: 0px 1px 3px #8e8e8e;
}

.fixed_width_carousel_caption h1 {
    text-shadow: 0px 1px 3px #5d5d5d;
	    margin-bottom: 5px !important;
}
.fixed_width_carousel_button_colored, .fixed_width_carousel_button_colored:visited {
    margin: 15px 10px;
}


.navbar-default .navbar-nav > li > a:hover {
    color:#f28817 !important;
	
	
	border-radius:0px;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		
	
}

.about-content{
	padding-top:35px;
	padding-bottom:25px;	
}
.about-content li{
	    list-style: none;
    font-weight: 400;
    width: 50%;
    float: left;
    margin-bottom: 13px;
    color: #1c012c;
}
.about-content ul{
	margin-top:20px;
	padding-left:0;
	margin-left:0;
}
.about-icon{
	background-color:#f5f5f5;
	color:#333;
	padding:10px;
	font-size:12px;
	border-radius:50%;
	margin-right:3px;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    /*----- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;-----*/
	background:#0e004b;
	
}
 
::-webkit-scrollbar-thumb {
    /*----border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);-----*/ 
	background:#f28817;
}
.service-items img {
    height: 82px;
    /* margin: 22px 13px 15px 10px; */
    margin-top: 10px;
}
.service-items{
	padding-top:20px;
	padding-bottom:20px;
}
.service-items p{
	color:#9595a2;	
}

.box p{
    text-align: left !important;
}
.box{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(112, 107, 114, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.50s ease 0s;
}
.box:hover:after{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
    transform: translateY(0px);
    transition: all 0.50s ease 0s;
}
.box:hover img{
    transform: translateY(-25%);
}
.box .box-content{
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
    background:#a5d924;
    opacity: 0;
	color:#fff;
    transform-origin: center bottom 0;
    transform: perspective(400px) rotateX(90deg);
    transition: all 0.50s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}
.box:hover .text-left{
    color:#fff;
}
.box .title{
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.box .links{
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.box:hover .links{
    bottom: 45%;
    opacity: 1;
}
.box .links li{
    display: inline-block;
}
.box .links li a{
    display: inline-block;
    width: 57px;
    height: 57px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 16px;
    color: #727cb6;
    background: rgba(255,255,255,0.7);
    transition: all 0.3s ease 0s;
}
.box .links li a:hover{
    color: #fff;
    background:#10867a;
}
.service-image-box{
    padding-top: 55px;
    padding-bottom: 65px;
	background-color:#1e1f22;
}
.service-image-box p{
	color:#e8ebef;
	margin-bottom:20px;
	font-weight:100;
}
.service-image-box h3{
    text-transform: uppercase;
    font-weight:400;
	color:#e8ebef;
	font-size:19px;
}
.service-image-box h3 span{
	color:#00867a;	
}

/***
img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
****/



.service-items .col-md-2:hover img{
 cursor: default;
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
	
	-webkit- transition: all 0.3s ease-in-out 0s;
	-ms- transition: all 0.3s ease-in-out 0s;
	-o- transition: all 0.3s ease-in-out 0s;
}
.index-service{
	background-color:#5b575b;
	padding:15px 0px 25px 0px; 	
}
.service-items h3{
	color:#d0d0d0;
	font-size:20px;
	text-align:center;
}


.index-service h1{
	color:#c7c6c7;
    padding-bottom: 12px;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 2px solid #d2ac67;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius:50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width:80px;
    height:80px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.img-thumbnail {
    border:none;
}

.testimonials{
	padding-top:0px;
	padding-bottom:40px;
	background:url(../image/clientsay.jpg) center;
	background-attachment:fixed;
	background-size:cover;
	color:#fff !important;
}
.testimonials h1{

color:#fff !important;
}
.testimonials p{

color:rgba(254, 253, 252, 0.65)  !important;
font-size:16px;
}
#quote-carousel .carousel-control{
	color:#d2ac67;	
}



.servicebg{
	padding-top:13px;
	padding-bottom:39px;
	background:url(../image/servicebg.jpg) center;
	background-attachment:fixed;
	background-size:cover;
	color:#fff !important;
    min-height: 390px;
}

.bgmalasia{
	padding-top:20px;

}

.post-slide{
    margin: 0 10px;
}

.post-slide .post-info {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    background: rgba(129, 129, 129, 0.69);
    width: 94.8%;
}
.post-slide .post-info li{
    display: inline-block;
    margin: 0 5px;
}
.post-slide .post-info li i{
    margin-right: 8px;
	color:#00867a;
}
.fixed_width_carousel_caption {
    bottom: 40%;
}
.post-slide .post-info li a{
    font-size: 11px;
    font-weight: bold;
    color: #f1f1f1;
    text-transform: uppercase;
}
.post-slide .post-info li a:hover{
    color: #1dcfd1;
    text-decoration: none;
}
.post-slide .post-img{
    position: relative;
}
.post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0,0,0.6);
    transition: opacity 0.40s linear 0s;
	
	 border-bottom-right-radius: 20%;
}
.post-slide:hover .post-img:before{
    opacity: 1;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
	    border-bottom-right-radius: 20%;
}

.post-slide .read {
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 14px;
    color: #fff !important;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.40s linear 0s;
    background-color: rgba(255, 255, 255, 0.36);
    padding: 4px 8px;
    border-radius: 2px;
}
.post-slide:hover .read{
    opacity:1;
}
.post-slide .read:hover{
    text-decoration: none;
    color: #1dcfd1;
}
.post-slide .post-content{
    padding: 40px 0;
    position: relative;
}
.post-slide .post-author{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border:4px solid #fff;
}
.post-slide .post-author img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    font-size: 14px;
    font-weight: bold;
    color: #00867a;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transition: all 0.30s linear 0s;
}
.post-slide .post-title:after{
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}
.post-slide .post-description{
    font-size: 13px;
    color: #555;
    margin-bottom:20px;
}

.latest-works{
	padding-top:25px;
	padding-bottom:25px;	
}
.latest-works h1{

margin-bottom:25px;
}
footer {
    min-height: 104px;
    background-color: #0e004b;
    color: #fff !important;
    padding-top: 36px;
    padding-bottom: 34px;
}
.footer-inner {
    background-color: #000000;
    color: #a3a3a3 !important;
    z-index: -1;
    border-top: solid 1px #464646;
}
footer p {
    color: #cecece !important;
    /* padding: 40px 0px 10px; */
    margin-top: 18px;
}
.footer-ad{
	    margin-bottom: -95px;
    background-color: #bbb7bb;
	
}

.black{color:#fff !important;}
footer a{
color:#0f90e9;
}
footer a:hover{
color:#fff;
text-decoration:none;
}
a:hover{
text-decoration:none;
}
.about-details{
	padding-top:20px;
	padding-bottom:25xp;
	background-color:#1e1f22;		
}
.about-details img{
	max-width:100px;
}

.about-details h3 {
    color: #e2e2e2;
    padding-top: 30px;
    font-size: 30px;
    padding-bottom: 3px;
    text-transform: uppercase;
    color:#10867a;
}
.about-details p{
	color:#e2e2e2;	
}
.about-details ul{
	color:#e2e2e2;
	list-style:url(../image/list-style.png);	
}


    float: left;
    text-align: left;
    padding-top: 14px;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	    padding: 25px 0px 5px;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	/*-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
 background-color: #313131;   
}
.fixed_width_carousel_wrapper {
    max-height:650px !important;
}
.nopadd{
	padding:0 !important;
}
.fixed_width_carousel_caption p{
	border:none !important;	
}

.about-bg-1{
	background:url(../image/about-banner.jpg) no-repeat;
	background-size:100%;
}
.about-bg-2{
	background:url(../image/service-banner.jpg) no-repeat;
	background-size:100%;
}
.about-bg-3{
	background:url(../image/products-banner.jpg) no-repeat;
	background-size:100%;
}
.about-bg-4{
	background:url(../image/portfolio-banner.jpg) no-repeat;
	background-size:100%;
}
.about-bg-5{
	background:url(../image/inquiry-banner.jpg) no-repeat;
	background-size:100%;
}
.about-bg-6{background:url(../image/testimonials-banner.jpg) no-repeat;
	background-size:100%;
}
.about-bg-7{background:url(../image/contact-banner.jpg) no-repeat;
	background-size:100%;
}
marquee{
	padding:0px;
	margin:0px -15px !important;	
}
.about-page-content{
	padding-top:30px;
	padding-bottom:30px;		
}
.about-page-content img{
	margin-top:20px;	
}
.about-page-content li{
	    list-style: none;
    font-weight: 400;
    width: 50%;
    float: left;
    margin-bottom: 13px;
    color: #1c012c;
}
.about-page-content ul{
	margin-top:20px;
	padding-left:0;
	margin-left:0;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
/*  border:1px solid #eee;*/
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #262626;
    text-transform: uppercase;
    font-size: 20px;
}
.tab-content img{
	padding:0px 15px 15px 15px;
}

.about-tab-bg{
	background-color:#def2ff;
	padding-top:35px;
	padding-bottom:35px;	
}
.about-tab{
	background-color:#fff;	
}

.serv-slide-small .post-slide img {
-webkit-filter: invert(100%); /* Chrome, Safari, Opera */
    filter: invert(100%);

-webkit-opacity: 0.6;
	
	    opacity: 0.6;


}
.side-bottom-bg{
 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	
}

.slide-bottom{
	background-color:#010101;
}



.serv-slide-small .post-slide img:hover {
    opacity:.5;
	-webkit-opacity:.5;
	
	   -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
	
}
.about-slide-small img:hover{
-webkit-filter: hue-rotate(90deg); !important;
    filter: hue-rotate(90deg); !important;
}
.stylish-panel {
    padding: 20px 0;
    text-align: center;
}
.stylish-panel > div > div{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
}
.stylish-panel > div:hover > div{
    margin-top: -10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
    float: left;
}

.stylish-panel h3{
    text-align: left;
    color: #10867a;
}

.stylish-panel > div:hover img {

}
.stylish-panel img{
	width:80px;
    float: left;
}
.stylish-panel p{
    color: #1c1c1c;
    text-align: left;
    float: left;
}
.service-page-content{
padding-top:25px;
padding-bottom:25px;	
}
.service-points{
    min-height: 225px;
}
.service-points:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);

    -webkit-transition:all .7s ease-out;
    transition:all .7s ease-out;
}
/*.service-points:hover{
	background-color:#d2d2d2;
}*/
.service-points h2{
	font-size:25px;	
}
.service-points img{
	padding-right:20px;
	max-width:200px;
	    padding-top: 25px;
	
}
.bg-1{
	background: #5bdcca;
	
	 -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.bg-1:hover{
	background: #5bdcca;
	
	 -webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
    filter: grayscale(70%);
}
.bg-2:hover{
	  -webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
    filter: grayscale(70%);
}

.bg-3:hover{
	  -webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
    filter: grayscale(70%);
}

.bg-4:hover{
	  -webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
    filter: grayscale(70%);
}

.bg-2{
    background: #ffbaba;
	
	
	 -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.bg-3{
    background: #f6c367;
	
	
	 -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.bg-4{
    background: #6df864;
	
	
	 -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}
.product-gallery{
	padding-top:50px;
	padding-bottom:35px;	
	

}
.caption-portfolio {
    bottom: 11px;
    background: rgb(34, 183, 94);
    position: absolute;
    left: 39px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    /* border: solid 1px #d2d2d2; */
}
.caption-portfolio h4{color:#FFF;}
.new-pro img{
    margin-bottom: 8px;
}
.contact-item h2{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}
..form-control {
    border: 1px solid #fff;
}

label {
    color: #070026;
}

.contact-item .icon{
    display:block;
    font-size:48px;
    color:#5cc9df;
    text-shadow:-2px 2px 0 rgba(0,0,0,0.1);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.contact-item .icon:hover{
    color:#5cc9df;
    -webkit-transform:scale(1.3) translateY(-10px);
    transform:scale(1.3) translateY(-10px);
}


.bl_form {
    margin: 30px 0 0;
}

.bl_form input {
    padding-top: 15px;
	background: rgba(255,255,255,0.10);
	box-shadow: 0 4px 0px rgba(0,0,0,0.2);
	border: none;
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	outline: none;
}

.lb_wrap .lb_label.top, .lb_wrap .lb_label.bottom {
	left: 66px !important;
}

.lb_wrap .lb_label.left {
	left: 0;
}

.lb_label {
	font-size:18px;
    line-height:32px;
	font-weight: 400;
	color: #ccc;
}

.no-placeholder .lb_label {
	display:none;
}

.lb_label.active {
	color: #aaa;
}

#Highlighted-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

#Highlighted-form.no-placeholder .form-group label{
    display:block;
}

#Highlighted-form .controls {
    padding:0;
    margin-top:40px;
}

#Highlighted-form.no-placeholder .controls {
    margin-top:0;
}

#Highlighted-form .form-control {
	display:inline;
    background:rgb(231, 231, 231);
    border:none;
    border-radius:5px;
    outline:none;
    box-shadow:0 4px 0 rgba(0,0,0,0.05);
    height:52px;
    font-size:18px;
    line-height:32px;
    color:#aaa;
    font-weight:400;
    padding-left:64px;
	vertical-align:top;
}

#Highlighted-form .form-group.half-width{
    width:40%;
    float:left;
}

#Highlighted-form .form-group{
    position:relative;
}

#Highlighted-form .form-group [class*=fa] {
    display:block;
    width:64px;
    position:absolute;
    top:0;
    left:5px;
    color:#c0c0c0;
    font-size:24px;
    line-height:52px;
    text-align:center;
    font-weight:300;
	-webkit-transition:color .3s ease-out;
	transition:color .3s ease-out;
}

#Highlighted-form .form-group [class*=fa].active{
    color:#ccc;
}

#Highlighted-form.no-placeholder .form-group [class*=fa]{
    top:30px;
}

#Highlighted-form textarea.form-control {
    height:auto;
	max-width:100%;
	min-width:100%;
    font-size:18px;
    font-weight:400;
    line-height:24px;
	padding-top:14px;
	vertical-align:top;
}

#Highlighted-form .form-control:focus {
    outline:none;
    box-shadow:0 4px 0 rgba(0,0,0,0.05);
}

#Highlighted-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-35px;
    right:0;
    font-size:15px;
    line-height:24px;
    font-weight:400;
    color:#ff3345;
    z-index:10;
}
.gray-bg{
	padding:25px 0px 35px ;
}
.inquery{
 background:url(../image/product-bg.png);	
 padding-top:35px;/*
 background-attachment:fixed;*/
 padding-bottom:35px;
}

.testimonial{
    margin: 0 15px;
}
.testimonial .pic{
    width:15%;
    float: left;
    margin-right: 15px;
    position: relative;
	margin-top:36px;
}
.testimonial .pic:after{
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 1px solid #fff;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    padding: 6% 0;
    display: table;
}
.testimonial .description{
    font-size: 17px;
    color: #333;
    line-height: 26px;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 22px;
    color: #001822;
    margin: 0 10px;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color: #333;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    float: right;
}
.testimonial .post{
    font-size: 16px;
    color:#28a7bc;
    display: block;
    margin-top: 10px;
}

.demo{
	color:#000 !important;
	padding: 50px 0px 40px 0px;

}
.contact-page{
	padding-top:30px;
	padding-bottom:25px;
}
.contact-page strong {
    color: #00867a;
}
.form-control {
    border-radius: 0px;
}
.btn-success {
    border-radius: 0;
}	
.pro-head{
	text-align:center;
	color:#333;
	display: none;	
}
.about-home{
	background-color:#6f6661;	
	background:url(../image/about-img.png) no-repeat 100% #fff;
	background-position:left bottom;
}

a{color:#00867a;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0b628f;
}
.social-network{
    padding-top: 24px;
}
.btn-success {
    color: #fff;
    background-color: #032e59;
    border-color: #032e59;
}
.btn-success:hover{
	background-color:#666;
	 border-color: #666;
}
.map{
    -webkit-filter: saturate(200%); /* Chrome, Safari, Opera */
    filter: saturate(200%);

    margin-bottom: -6px;
}






.speciality h3{width:100%;
font-size:35px;
color:#FFF;
font-weight:600;
}

.speciality p{width:100%;
padding-left:28px;
min-height:21px;
background-image:url(../image/bullet.png);
background-repeat:no-repeat;
}














































@media only screen and (max-width: 990px) {
	.serv-slide-small .owl-item{
		max-width:150px;
	}
	
    .box{ margin-bottom:15px; }
	
	
}


@media(min-width:767px) {
	
	
	.fixed_width_carousel_wrapper {
 }


    .navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
		    
}
	.top-nav-collapse img{
		
		 -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
	}
}

@media(max-width:768px) {

	
	
	.about-home .fadeInRight{
    background: rgba(241, 241, 241, 0.8);
}
	.nav-tabs-dropdown {
    margin-bottom: 15px;
}
	.pro-head{
	display:block;	
}
	.serv-slide-small .owl-item{
		max-width:150px;
	}
	
	.tab-content img {
    padding: 0px 15px 15px 15px;
    max-width: 260px;
}
	.tabbable-line > .nav-tabs > li > a {
    font-size: 15px;
}
	marquee {
    max-height: 191px;
}
	.navbar-fixed-top, .navbar-fixed-bottom {
     position: inherit; 

    margin-bottom: 0;
    background-color:#000;
	padding:5px;
}
.top-nav-collapse img{
		margin:4px 0px;
		width:70px;	
		}

.fixed_width_carousel_caption h1 {
    font-size: 30px !important;
}

.navbar-default .navbar-toggle {
    border-color: #f6041b;
	background-color:#FFF;
	
}
.navbar-toggle {
    border-radius: 0px;
}
.about-image-home{
	max-height:250px;
		
}


}

@media(max-width:650px) {

.about-page-content {
    padding-top:3px;
}
	marquee {
    max-height: 163px;
}
	
}
	
@media(max-width:550px) {	

.contact-page {
    padding-top: 3px; 
    padding-bottom: 5px;
}

marquee {
    max-height: 138px;
}
.about-page-content li {
    width: 100%;
    float: none;
}	
	
}	


@media(max-width:480px) {
	
	.post-slide .post-info {
    width: 100%;
}
	
	.post-slide {
    margin:0px;
}
#quote-carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#quote-carousel .carousel-indicators .active {
    width: 60px;
    height: 60px;
}
#quote-carousel {
    margin-top: 30px;
	float:left;
}

.latest-works h1 {
    margin-bottom: 12px;
    font-size: 28px;
}
	.about-home {
    background-color: #6f6661;
    background: url(../image/about-img.png) cover 100% #fff;
    background-position: left !important;
}
	
	.about-content {
    padding-top:15px;
	}
	
	
	.about-bg-7, .about-bg-6, .about-bg-5, .about-bg-4, .about-bg-3, .about-bg-2, .about-bg-1  {
    background-size: 150%;
    min-height: 160px;
	background-position:bottom left;
}
	.footer-ad {
    margin-bottom:0px;
    background-color: #bbb7bb;
}
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 260px;
}
	.tab-content img {
    padding:0px;
    max-width: 100%;
}
	
	.tabbable-line > .nav-tabs > li {
    border-bottom: 4px solid #ffffff;
}	
.about-content li {
    width: 100%;
}
.fixed_width_carousel_caption {
    bottom: 20px !important;
}	
.fixed_width_carousel_wrapper {
    background: transparent !important;
}
	
marquee {
    max-height: 154px;
}
.testimonial{
        margin: 0 10px;
    }
    .testimonial .pic{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .owl-theme .owl-controls{
        top: -30px;
        right: 0;
    }


}


@media(max-width:360px) {
	
	h1, .h1 {
    font-size: 28px;
}
.service-items h3 {
    color: #d0d0d0;
    font-size: 18px;
    text-align: center;
}
.service-items img {
    height: 70px;
    /* margin: 22px 13px 15px 10px; */
    margin-top: 5px;
}
blockquote {
    font-size: 14.5px;
}
#quote-carousel .carousel-indicators .active {
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: all .2s;
}
.fixed_width_carousel_caption h1 {
    font-size: 20px !important;
}
.fixed_width_carousel_caption p {
    font-size: 13px;
}
.about-details h3 {
    color: #e2e2e2;
    padding-top: 30px;
    font-size: 22px;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #f6ae00;
}
.stylish-panel > div:hover > div{
    margin-top: 0px !important;
}
	
	.caption-portfolio {
    width: 81%;
   margin-bottom:0;
   padding:4px
}
.caption-portfolio h4{
	 font-size: 13px;
}


	#quote-carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
}
	h2, .h2 {
    font-size: 24px;
}
	.fixed_width_carousel_fade .item {
    max-height: 200px;
}
	.about-bg-7, .about-bg-6, .about-bg-5, .about-bg-4, .about-bg-3, .about-bg-2, .about-bg-1  {
    background-size: 185%;
    min-height: 138px;
	background-position:bottom left;
}

	.logo {
    width: 135px;
}
	.latest-works {
    padding-top: 25px;
    padding-bottom: 2px;
}
	.footer-ad {
    margin-bottom: -28px;
    background-color: #bbb7bb;
}
ul.social-network {
    padding: 5px 0px 10px;
	margin:0 auto;
}
.footer-ad{
	display:none;
}
footer .pull-right{
	float:none !important;
	margin-bottom:10px !important;	
}
footer p {
    font-size: 13px;
}	
marquee {
    max-height:130px;
}
.fixed_width_carousel_caption {
    bottom:3px !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 24%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

}

	