/*
    Theme Name: Company
    Theme URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap');
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');

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

body {
	font-family: 'Roboto', sans-serif;
	line-height:1.6em;
	overflow-x:hidden;
	margin: 0;
 }
 

h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color:#333;  
	line-height:1.1em;
}

/* p {
	color:#333;
	font-size:13px;
} */

.about-us-text {
  font-size: 1rem;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;
	}

  .breadcrumb li a{
  color: white;
   font-size: 20px;
  }
  .breadcrumb li{
    font-size: 20px;
  }

.btn-primary {
  padding: 8px 20px;
  background: #1BBD36;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}

 
.feature .text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:50px;
	color:white;

}
.btn{
  background-color: #0288D1;
}
.btn:hover{
color: #36454F;
background-color: #fff;

}

.btn-default {
  color: white;
  background-color:#0288D1;
  border-color: #fff;
  text-transform:uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}

#breadcrumb {
	background-color: #0288D1;
	margin-top: -20px;
}

.breadcrumb {
  list-style: none;
  background-color: #0288D1;
  border-radius: 0px;
  padding:0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumb li {
  padding: 10px 5px 10px 5px;
  flex-shrink: 0;
  display: inline-block;
   /* margin-top:120px;
   font-weight:600; */
}
.breadcrumb-item.active, .breadcrumb-item.active::before {
  color: #fff;
}

/*===========================
  Menu and Navigation
============================ */
.navigation {
	background-color:#fff;
	padding:0;
}
#logo img{
  width: 100px;
  padding: 10px;
}

.navbar-brand {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.navbar-brand img {
	max-width: 50px;
	height: auto;
	margin-right: 10px;
}

.navbar-brand:hover {
	text-decoration: none;
}


.navbar-brand h1 {
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	text-transform:uppercase;
	font-weight:700;
	display: inline-block;
	line-height: 1.2;
}
.navbar-brand h1 span {
	color: #0288D1;
}

.menu {
	font-size:20px;
	float:right;
	
	
}

.menu ul.nav-tabs li {
	color:#000;
  font-size: 20px;
  font-weight:500;
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border-radius:0;
	color:#333;
	padding:20px;
  font-family: Muli;
}

.nav-tabs > li > a:hover {
	color: #36454F;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #36454F;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
	.navbar-brand {
		padding-top: 6px;
		max-width: 70%;
	}
	
	.navbar-brand a> h1>span,.navbar-brand a> h1 {
		margin-top: 0;
	}

	#conatcat-info .media-body h2{
		font-size:20px;
	}
	
	/* Services page responsive */
	.services .col-md-5,
	.services .col-md-7 {
		margin-bottom: 20px;
	}
	
	.media {
		margin-left: 0 !important;
	}
	
	.media-body {
		clear: both;
	}
	
	/* Product page responsive */
	#productDetail .col-sm-3,
	#productDetail .col-sm-9 {
		width: 100%;
	}
	
	/* Featured products */
	.img-feature-product {
		max-width: 200px;
	}
	
	/* Footer responsive */
	footer .row {
		text-align: center;
	}
	
	.social-network {
		justify-content: center !important;
		margin-top: 15px;
	}
	
	.social-network li {
		margin: 0 12px;
	}
	
	/* Navbar brand responsive */
	.navbar-brand {
		max-width: 70%;
	}
	
	.navbar-brand img {
		max-width: 45px;
	}
	
	.navbar-brand h1 {
		font-size: 16px !important;
	}
}



/*===========================
  slider
============================ */
#main-slider {
	margin-top:-40px;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 330px;
}

#main-slider .carousel h3 {
  color: white;
  font-size:30px;
  /* text-transform:uppercase; */
  /* font-size: 30px; */
  font-weight:600;
}


@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.client {
  overflow: hidden;
  padding: 20px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.client:before,
.client:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.client:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.client:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.client:hover .client-slide {
  animation-play-state: paused;
}

.client-slide {
  display: inline-block;
  animation: 25s slide infinite linear;
}

.client-slide img {
  height: 70px;
  margin: 0 40px;
}

#main-slider .carousel h span {
  color: #1BBD36;
}

#main-slider .carousel h2 span spani {
  color: #000;
}

#main-slider .carousel p {
  color: #ddd;
  font-size:25px;
}

#main-slider .carousel .carousel-content .btn-slide {
  padding: 8px 20px;
  background: red;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 550px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media (max-width: 768px) {
	#main-slider .carousel .carousel-content {
	  margin-top: 40px;
		text-align: center;
	}

	#main-slider .carousel .slide-margin{
	  margin-top: 40px;
	}

	#main-slider .carousel p {
	  color: #fff;
	  font-size:18px;
		line-height: 24px;
	}
  #smart-line{
    color:white;
    margin-top: 200px;
  }


}

/* Feature Product Css */
.img-feature-product{
  width: 70%;
  height: auto;
}


.text-center i {
	font-size:40px;
	margin-top:70px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#1BBD36;
	border-radius:50%;
}

 .text-center h1 {
  /* color: #36454F; */
    color:#36454F;
  margin-bottom: 50px;
 }
.text-center h2 {
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:18px;
	color: #36454F;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #1BBD36;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

  .color-overlay {
  background: url(../images/client.jpg) 50% 50% no-repeat;
  background-size: cover;
   
  }
  #client{
    background:rgba(0,0,0,0.2);
  }
  #marquee ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  /*background-color: #fff;*/
  

}
 #marquee ul li {
  float: left;
  width: 200px;

  
}

 #marquee li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

/*  .color-overlay{
    width:100%;
    height: 100%;
    background:black;
    opacity: 0.7;
    position: relative;
     

  }
*/
#client {
  color: #fff;
  text-align: center;
  

}


#client h1 {
  color: #fff;
  font-weight:600;
}

#client p {
  color: #fff;
  font-size:20px;
  

}

.client ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.client ul li{
  float: left;
  width: 20%;
}

.partners ul li a img {
	margin-top:50px;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}
/* .contact-info i{
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
} */

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/* --- about us --- */
.aboutus {
	padding:30px;
}

.aboutus img {
	border-radius:6px;
}

.aboutus h3 {
	margin-bottom:30px;
	font-weight:800;
}

.aboutus h4 {
	margin-top:30px;
	margin-bottom:30px;
	font-weight:700;
}

.skill h2{
	margin-top:-10px;
	margin-bottom: 25px;
}
 .mission p{
  font-size: 18px;
 }
 /* .Vision p{
 font-size: 18px;
 } */

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}


.about {
	background:#eee;
	padding:50px;
}

.about h2 {
	margin-bottom:30px;
}

.about img {
	margin-bottom:30px;
	border-radius:6px;
}
 .what h3{
  margin-left: 70px;
  font-weight: 800;
 }
  .what p{
    font-size: 16px;

  }

.our-team {
	padding:50px;
	background:#ddd;

}

.our-team h3 {
	margin-bottom:30px;
	font-weight:800;
}

.our-team h4 {
	margin-top:20px;
	margin-bottom:20px;
	font-weight:600;
}

.our-team img{
	border-radius:6px;
	margin-top:30px;
}

.lates {
	padding:20px;
}

.lates h2 {
	font-size:20px;
	font-weight:600;
	color:#333;
}

.lates img {
	margin-top:30px;
	border-radius:5px;
}
.lates p{
  font-size: 13px;
}
 
html {
  height: 100%;
}

/* --- footer --- */
footer {
	background:#0288D1;
	left: 0;
	bottom: 0;
	width:100%;
	padding: 15px 0;
}

footer .row {
	align-items: center;
}

footer p {
	margin: 0;
	color: white;
}

ul.social-network {
	list-style:none;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline-block;
	margin: 0 15px;
	font-size:28px;
	line-height: 1;
}

ul.social-network li a {
	color:#fff;
	text-decoration: none;
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0;
	width: auto !important;
	height: auto !important;
	min-width: auto !important;
	min-height: auto !important;
	display: inline-block;
	transition: color 0.3s ease;
	border-radius: 0 !important;
}

ul.social-network li a:hover {
	background: none !important;
	background-color: transparent !important;
}

ul.social-network li a i {
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
	min-width: auto !important;
	min-height: auto !important;
	line-height: 1 !important;
	font-size: inherit;
	display: inline-block !important;
	vertical-align: middle;
}

ul.social-network li a i:before {
	background: none !important;
	background-color: transparent !important;
}

.social-network li:hover .fa-twitter {
	color: #00abf0;
}
.social-network li:hover .fa-facebook {
	color: #39579a;
}
.social-network li:hover .fa-google-plus {
	color: #eb8984;
}
.social-network li:hover .fa-pinterest {
	color: #c9171e;
}
.social-network li:hover .fa-linkedin {
	color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
	color: #C84941;
}
.social-network li:hover .fa-dribbble {
	color: #EA4C89;
}
.social-network li:hover .fa-pinterest-square {
	color: #EA4B49;
}


/* --- services --- */

.partners-block h2{
  color:#36454F;
  font-size:30px;
}

.services {
	padding:15px 25px 5px 25px;
}
.service1{
 float: left;
 margin-left: -50px;
}

.services h2{
  color:#36454F;
  font-size:30px;
}

.services h3 {
	margin-bottom:30px;
	font-weight:800;

}

.services img {
	border-radius:6px;
}

.sub-services img {
	border-radius:6px;
}

.services p {
	margin-top:30px;
	font-size:13px;
}

.sub-services {
	padding:50px;
	/* background:; */
}

.sub-services p {
	margin-top:30px;
	font-size:13px;
}
.media{
  margin-left: -50px;
}
.media-body p {
	margin-bottom:30px;
  margin-top: -5px;
  font-size: 14px;
}

.media ul li {
	list-style:none;
}

.media i {
	color:#36454F;
	font-size:50px;
}

.media h4 {
	font-size:20px;
	font-weight:600;
	/* color:#36454F; */
}

/*product page css*/
.button .btn {
  
 background-color: #0288D1;
 color:white;
}
.button .btn:hover {
  color: #36454F;
background-color: #fff;
}

.overlayp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.overlayp:target {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 30%;
  overflow: auto;

}

@media screen and (max-width: 700px){
  .box{
    width: 50%;
  }
  .popup{
    width: 50%;
  }
}

/* --- portfolio --- */

#portfolio .center p {
	margin-top:50px;
	margin-bottom:50px;
	font-size:18px;
}

 
.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;

}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid orange;
  outline: none;
  border-radius: 3px;
  border-color: orange;
}
.portfolio-filter li a{
border-color: #36454F;
}


.portfolio-filter  li a.active{
  color:white;
  background: #0288D1;
  border: 1px solid;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.portfolio-filter  li a:hover{
  color:#36454F;
  background-color: #fff;
}

.portfolio-filter li a{
 background-color:#fff; 
 color:#36454F;

}

.portfolio-filter li a:hover{
color:white;
background-color: #0288D1;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding:0;
}

.overlay {
	margin-bottom:20px;
}

.overlay a:hover {
	color: #1BBD36;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/* --- Map --- */
.map{
	position:relative;
	margin-bottom:40px;


}
.map iframe {
  width: 1000px;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
    height: 400px;
    width: 100%;
}

/* --- blog --- */
#blog {
	margin-top:50px;
}

a.btn-primary:hover {
	background-color:#ddd;
	color:#36454F;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
  color:#333;
}

.widget .entry-meta span a:hover {
	color:#1BBD36;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #36454F;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#0288D1;
  color: #fff;
}

 .badge:before {
  border-color:  transparent  transparent transparent #0074e1;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #0288D1;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover{
	color:#36454F;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
	margin-bottom: 40px;
	font-weight: 600
 }

.blog .blog-item .blog-content p {
	font-size: 13px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #0288D1;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
  color:#36454F;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #0288D1 !important;
  border-color: #0288D1 !important;
  color: #fff;
}

.search_box {
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#0288D1;
  color: #fff;
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/* --- contact --- */
#contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:50px;
}

#contact-page .contact-form
.form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}
.form-group input:hover{
 border-color: orange;
}
.form-group textarea:hover{
 border-color: orange;
}




.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
     color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
display:block;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align:center;
}
.center p{
   text-align:center;
   font-size: 17px;
}

/*.btn-lg:hover {
	color:#1BBD36;
	background:#ddd;
}
*/
a.scrollup{
    color:#0288D1;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:40px;
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ddd;
	color:blue;
}




.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Additional Mobile Responsive Styles */
@media (max-width: 576px) {
	/* Navbar */
	.navbar-brand {
		max-width: 65%;
	}
	
	.navbar-brand img {
		max-width: 40px !important;
		height: auto !important;
		margin-right: 8px !important;
	}
	
	.navbar-brand h1 {
		font-size: 12px !important;
	}
	
	/* Breadcrumb */
	.breadcrumb {
		flex-wrap: nowrap !important;
		align-items: center !important;
		overflow-x: auto;
		padding: 10px !important;
	}
	
	.breadcrumb li {
		padding: 5px !important;
		font-size: 14px !important;
		flex-shrink: 0;
		white-space: nowrap;
	}
	
	/* Main Slider */
	#main-slider .carousel .item {
		min-height: 250px !important;
		height: auto !important;
	}
	
	#main-slider .carousel-content {
		margin-top: 20px !important;
		padding: 10px !important;
	}
	
	#main-slider .carousel h3 {
		font-size: 20px !important;
	}
	
	/* Services */
	.services {
		padding: 15px 10px !important;
	}
	
	.services img.img-fluid.float-left {
		float: none !important;
		display: block;
		margin: 0 auto 15px !important;
		max-width: 60px !important;
	}
	
	.services .media-body {
		text-align: center;
	}
	
	.services h4 {
		font-size: 18px !important;
	}
	
	.services p {
		font-size: 14px !important;
		text-align: left;
	}
	
	/* Featured Products */
	.feature,
	.lates {
		padding: 15px 10px !important;
	}
	
	.img-feature-product {
		max-width: 150px !important;
	}
	
	/* Client logos */
	.client-slide img {
		max-height: 50px !important;
		max-width: 100px !important;
		margin: 0 10px !important;
	}
	
	/* Footer */
	footer {
		padding: 10px 0 !important;
	}
	
	footer p {
		font-size: 16px !important;
	}
	
	.social-network {
		padding: 0;
		margin-top: 10px !important;
		justify-content: center !important;
	}
	
	.social-network li {
		margin: 0 10px !important;
		font-size: 24px !important;
	}
	
	.social-network li a {
		padding: 0 !important;
		background: none !important;
	}
	
	/* Contact Info */
	#conatcat-info .pull-left {
		display: none !important;
	}
	
	#conatcat-info .media-body h4,
	#conatcat-info .media-body p {
		margin-left: 0 !important;
		font-size: 16px !important;
	}
	
	/* Partners */
	.partners-block {
		padding: 10px !important;
	}
	
	.partners-block h2 {
		font-size: 24px !important;
	}
	
	/* Product Detail */
	#productDetail table th,
	#productDetail table td {
		font-size: 13px !important;
		padding: 5px !important;
	}
	
	/* Scroll to top button */
	a.scrollup {
		bottom: 20px !important;
		right: 20px !important;
		width: 35px !important;
		height: 35px !important;
	}
	
	a.scrollup i {
		font-size: 2em !important;
	}
}

/* Extra Small Devices */
@media (max-width: 400px) {
	.navbar-brand h1 {
		font-size: 10px !important;
	}
	
	.navbar-brand img {
		max-width: 35px !important;
		margin-right: 5px !important;
	}
	
	#main-slider .carousel .item {
		min-height: 200px !important;
	}
	
	.feature .text-center h1,
	.lates .text-center h1,
	.services h2 {
		font-size: 22px !important;
	}
	
	.img-feature-product {
		max-width: 120px !important;
	}
	
	.services img.img-fluid.float-left {
		max-width: 50px !important;
	}
}

/* Landscape Mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {
	#main-slider .carousel .item {
		min-height: 200px !important;
	}
	
	#main-slider .carousel-content {
		margin-top: 10px !important;
	}
}

/* Ensure images don't overflow */
img {
	max-width: 100%;
	height: auto;
}

/* Clearfix utility */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}










