/*
    Theme Name: Arsha
    Theme URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === fontawesome === */
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

.phone-link {
		border-radius: 25px;
		background-color: lightblue;
		color: #ffffff;
		padding: 15px 25px;
	}
@media (max-width: 999px) {
		.phone-link {
			display: none;
		}
	}

.dropdown.language {
		position: absolute; 
		right: 200px; 
		width: auto;
		top: 35px;
	}
@media (max-width: 991px) {
		.dropdown.language {
			right: 100px;
			position: absolute; top: 10px;
		}
	}

a:hover {
	text-decoration:none;	
}

.slides {
	margin-top:-21px;	
}

button {
  -webkit-appearance: none;
  padding: 0;	
  background: transparent;
  border: 0;
}

button.btn-primary h2 {
	padding:0;	
}
.btn {
  display: inline-block; 
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
}
.btn-primary {
  color: #fff;
  background-color: #00A54D;
  border:0;
  margin-bottom:10px;
}
.btn-primary:hover {
	background-color: #00A54D;
}

.contents {
	background-color:#fff;
	padding:50px;
	text-align:center;
	color:#00A54D;	
}
.contents p {
	color:#00A54D;
	text-transform:uppercase;
}

.contents h2 {	
	font-size:40px;
}

.recent button.btn-primarys h3 {
	padding:10px;
	font-size:30px;	
	text-decoration:0;
	color:#00A54D;	
}

.content {
	margin-top:30px;
}
.align-center {
	text-align:center;
	background-color:#f9f9f9;
	color:#000;
	padding:60px;
	margin-top:;
	margin-bottom:30px;
	border-bottom: 30px solid transparent;
	border-color:#00A54D;
}
.align-center  p {
	margin-top:10px;
	margin-bottom:30px;
}

.icon {
	margin-top:30px;
	margin-bottom:30px;
	color:#00A54D;
}

.ficon i {
	color:#00A54D;
}

/* --- About --- */
.row-slider {
	margin-bottom:50px;
}

.thumnails {
	color:#a9a9a9;
	margin-bottom:50px;
	margin-top:30px;
}
.thumnails h4 {
	color:#00A54D;
	text-align:center;
	margin-bottom:20px;	
}
.thumnails .ficon {
	text-align:center;
}
.company {
	color:#000;	
}
.responsive-slider .slides ul li .slide-bodys  img {
  max-width: 100%;
}

.slide-bodys {
	margin-top:55px;
	margin-bottom:30px;	
}
section.portfolio {
	margin-top:50px;
}

.box2 {
	margin-top:30px;
	margin-bottom:50px;
}

/* --- Blog --- */

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.blog h5 {
	color:#000;
	margin-left:20px;
	text-transform:uppercase;
	margin-top:10px;
}
.blog img {
	margin-top:10px;
	margin-bottom:10px;	
}

.blog h3,p {
	color:#000;
	padding:15px;
}
.blog .ficon {
	text-align:center;
	margin-bottom:30px;
}
.form-search .form-control {
	margin-top:20px;	
}

.media h4 {
	color:#000;
	margin-bottom:30px;
}
.media-body .ficon {
	float:right;
	margin-right:30px;
}
.media-body h4 {
	color:#000;

}
.media-list {
  padding-left: 0;
  list-style: none;
  margin-left:90px;
  margin-bottom:20px;
}

.panel {
	margin-top:20px;
  margin-bottom: 20px;
  background-color: #fff;
  border:#eee 1px solid transparent;
  border-radius: 0;
   -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align:center; 
}

.panel-default {
  border-color: #eee;
  border-bottom-color:#eee;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #00A54D;
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
   border-bottom-color:#eee;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.list-group {
	margin-top:-80px;
	margin-bottom:30px;
}
.list-group h5 {
	color:#fff;
	text-align:center;
	margin-bottom:-5px;
	background:#00A54D;
	
	padding:15px 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  color:#000;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
  border-radius:0;
  background-color:#fff;
  color:#000;
}
.popular-tags h5 {
	color:#00A54D;
	margin-bottom:30px;
	text-align:center;
}
.popular-tags ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
	
}
.popular-tags ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}
.popular-tags ul.tags li a {
	background:#eee;
	color:#333;
	padding:5px 10px;
}
.popular-tags ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#00A54D;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
    height: 400px;
}

/* --- contact-area --- */

.contact-area  {
	color:#000;
	margin-bottom:30px;
}
.contact-area h4 {
	color:#00A54D;
}

button.btn-default {
	margin-top:10px;
	margin-bottom:30px;
	background-color:#00A54D;
	color:#fff;
}
button.btn-default:hover {
	background-color:#eee;
	color:#00A54D;
}
textarea.form-control {
	border-radius:0;
}

.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;
}

/* --- footer --- */

footer a {
	color:#000;
}

footer a:hover {
	color:#000;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#000;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading {
	position: relative;
	margin-bottom: 30px;
}

/* --- widgets --- */

.widget {
	padding:40px;

}
.widgetheading {
	width:100%;
	padding:0;
	color:#00A54D;
	margin-bottom:30px;
}
.widget address{
	color:#000;

}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{    
    border-bottom: 1px dashed #efefef;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}



ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a {
	color:#000;
}
footer ul.link-list li a:hover {
	color:#00A54D;
}

footer .widget ul li a {
	color:#000;
}




