
/* 
============================================ 
   2. Global styles
============================================
*/





.social li {
	display: inline-block;
	font-size: 14px;
	margin-top: 6px;
}
.social li a {
	color: #fff;
	-webkit-transition:.5s ease-in-out;
	transition: .5s ease-in-out;
}




/*
===================================================
	27. footer style
===================================================
*/
.footer{
   background:#006e00;
}
.footer:before {
    /*background: url(../images/noksha.png) repeat;*/
    content: "";
    display: block;
    height: 10px;
    position: absolute;
   
    width: 100%;
    z-index: 2;
}

.footer p{
   font-family: 'PT Sans',Arial, Helvetica, sans-serif;
   font-weight:400;
   font-size:14px;
   color:#f5f5f5;
   line-height: 27px;

}
.footer .footer-upper {
       padding: 15px 0px 25px;
}
.footer .footer-widget{
	margin-top: 30px;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    list-style: none;
}

.footer-widget.about-widget img {
    margin-bottom: 27px;
}
.footer-widget.about-widget p {
    margin: 0;
}
.footer-widget h3.title {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}
.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px;
    tranisition: all .3s ease;
}
.footer-widget.quick-links ul li a:hover {
    color: #d62929;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
}
.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.footer-widget.contact-widget button {
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background: #7aba1e;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
   font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #7aba1e;
}
.footer-widget.contact-widget .column{
	padding:0 10px;
}

.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}
.footer.bg-style .footer-widget h3.title {
    margin-bottom: 31px;
    position: relative;
    font-weight: 500;
    color: #ffca2c;
}
.footer.bg-style .footer-widget.quick-links ul li {
   
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #f5f5f5;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 8px;
    position: relative;
    font-weight: 400;
     font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}
.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #ffd24b;
	
}
.footer.bg-style .footer-widget.quick-links ul li a:hover:before{
	color:#ffd24b;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: rgba(119, 119, 119, 0.35);
    color: #fff;
}
.contact-section-btn{
	max-width:170px;
	margin:0 auto;
	
}
.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin-bottom: 10px;
 font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
    margin: 5px 0px 20px;
    font-family:  Raleway;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px;
}
.footer-widget.opening-hour{
	color:#adadad;
}
.footer-widget.opening-hour span{
    font-size: 14px;
    font-weight: 400;
  font-family: 'PT Sans',Arial, Helvetica, sans-serif;
    color: #adadad;

}
.footer-widget.opening-hour .day-time{
    margin-top: -12px;
}
.footer-widget.opening-hour .day-time li{
    font-size: 14px;
    line-height: 22px;
    padding: 13px 0px;
    border-bottom: 1px solid #3b3a4c;
}
.footer-widget.opening-hour .day-time span{
	float:right;
}
.footer-widget.opening-hour .day-time li:last-child{
	border-bottom:none;
}
.footer-widget.opening-hour .day-time li:nth-child(3) span{
	color:#fc7013;
}
.footer-widget.opening-hour .day-time li:nth-child(4) span{
	color:#fc7013;
}

.footer-widget .contact-info{
}

.footer-widget .contact-info li{
  position:relative;
  color:#f5f5f5;
  padding-left:30px;
  margin-bottom:15px;
  line-height:24px;
  font-size:14px;
  font-weight:400;
 font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

.footer-widget .contact-info li .icon{
  position:absolute;
  left:0px;
  top:0px;
  line-height:24px;
  font-size:14px; 
}
.footer-widget.contact{
	margin-left:50px;
}
.footer-widget .widget-content{
	margin-top:-3px;
}
.footer-widget .widget-content p{
	margin-bottom:15px;
}
.footer-widget .social{
	margin-top:10px;
    /*text-align:center;*/
}
.footer-widget .social i {
        margin-right: 0px;
}
.footer-widget .social li{
	padding: 6px 0px;
       background-color: rgb(0, 110, 0);
    background-color: #ffca2c;
    font-size: 16px;
    border-radius: 8px;
    margin: 0px 3px;
    height: 33px;
    width: 33px;
    text-align: center;
    vertical-align: middle;
	
}

.footer-widget .social li a{
	color:#006e00;
}
.footer-widget .social li a:hover{
	color:#fff;
}
.Instagram{
	padding: 6px 0px 0px;
    border-top: 1px solid #ffca2c;
}
.Instagram .sec-title h3{
	font-size:24px;
	font-weight:500;
	color:#fff;
}
.Instagram .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 20px;
}
.Instagram .owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    border: 2px solid #006e00;
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 38px;
    width: 39px;
    /*background: url(../images/footer/border1.png) no-repeat;*/
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.Instagram .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    /*background: url(../images/footer/border2.png) no-repeat;*/
    
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.footer-bottom{
	background:#ffca2c;
	color:#d1d1d1;
	padding: 10px 0px 10px;
}
.footer-bottom .social-links a{
	
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	color: #d1d1d1;
	padding: 0px 15px;
	line-height:26px;
	
}

.footer-bottom a:hover{
	color:#7aba1e;	
}
.footer-bottom .copyright-text {
    font-family: 'PT Sans',Arial, Helvetica, sans-serif;
 /*   font-weight: 600;*/
    font-size: 14px;
    color: #000;
}


