/***********General css**************/
body{
    background:#ffff;
    color: #6f7274;
    font-size: 14px;
    font-family: "Encode Sans", sans-serif;
    line-height: 1.6;
    font-weight: 400;
}
a:hover{
  color: #128458;
}
h1,h2,h3,h4,h5,h6{
    color: #555;
}
header{
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0px 0px 0px 0px;
    margin-bottom: 1px;
}
.top-menu{
  background: #689834;
  padding: 5px 0px 0px 0px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.top-menu p{
  position: relative;
  float: left;
}
.top-menu a{
  color: #fff;
}
.top-menu a:hover{
  text-decoration: none;
}
.top-menu .top-contacts{
  padding: 7px 0px 0px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.top-menu .social-links{
  float: right;
  padding: 5px 5px 3px 0px;
}
.top-menu .social-links a:first-child{
  margin-right: 10px;
}
.top-menu .social-links a:last-child{
  margin-left: 10px;
}
.navbar-brand img{
  max-height: 60px;
}
.navbar{
    background-color: transparent;
    border: none;
}
.navbar .brand, .navbar .nav > li > a {
    color: #392a47;
    font-weight: 400px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.navbar .brand, .navbar .nav > li > a:hover {
    color: #53dcf4;
    border-bottom: 2px solid #53dcf4;
}
.mn{
  display: none;
}
#active{
  color: #34bbd3;
  border-bottom: 2px solid #34bbd3;
  font-weight: bold;
}
.navbar-toggle{
    background: #689834;
}
.navbar-toggle:hover{
    background: #598725;
}
.icon-bar{
  background: #fff;
}
/********************************
 Body
********************************/
section{
  padding-bottom: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
} 
.home{
    margin: 0px 0px 20px 0px;
    padding-top: 2px;
    padding-bottom: 10px;
}
.input-group-addon{
  background: #fff;
}
.intro p{
  text-align: center;
  font-size: 15px;
}
#contactform input{
  border-left: none;
}
.input-group{
  margin: 3px 0px 7px 5px;
}
form .btn{
    background: #1e8c70;
    color: #fff;
}
form .btn:hover{
    color: #fff;
    background: #0b7a5c;
}
label span{
  color: #ff0000;
}
#contactform .input-group-addon{
  color: #777;
}
.title{
  text-align: center;
}
.title h1{  
  font-size: 30px;
  margin-bottom: 4px;
  color: #484059;
}
.borderline{
  display: block;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #fad369;
}

form .btn,.sbtbtn{
    background: #fac122;
    color: #fff;
}
form .btn:hover,.sbtbtn:hover{
    color: #fff;
    background: #c69611;
}

/*****************************************************
  Contact us
******************************************************/
.contact .borderline{
  margin-bottom: 15px;
}
.cntctdetails{
  text-align: center;
  padding-bottom: 20px;
}
.cntctdetails h2{
  font-size: 20px;
}
.cntctdetails span{
  padding: 5px 15px 5px 15px;
}
.cntctdetails span{
  color: #689834;
  font-weight: bolder;
}
.cntctdetails span .fa{
  color: #34bbd5;
}
.contform{
  background: #34bbd5;
}
#contactform .btn{
  padding: 9px 18px 9px 18px;
  border-radius: 20px;
  font-weight: bolder;
  margin: auto;
  display: block;
}
.map{
  padding-top: 25px;
  text-align: center;
}
.map h3{
  font-size: 28px;
}

/*****************************************************
  Blog
******************************************************/
.blog .borderline{
  margin-bottom: 15px;
}
.card-title a{
  color: #34323d;
  font-size: 23px;
}
.post{
  border: 1px solid #eee;
  box-shadow: 1 3px 7px #ddd;
  margin-bottom: 15px;
}
.postlink{
  border: 1px solid #34bbd3;
  padding: 5px 10px 5px 10px;
  border-radius: 7px;
  color: #2f8758;
  text-decoration: none;
}
.postlink:hover{
  background: #34bbd3;
  text-decoration: none;
  color: #fff;
}


/********************************************************
                   Footer
********************************************************/
footer{
    background: #d6d8d8;
    margin-bottom: 0px;
}
.ftop{
  text-align: center;
  padding-top: 25px;
  color: #555;
}
footer .quick{
  padding-bottom: 35px;
}
footer .quick a{
  padding: 0px 7px 0px 7px;
  margin: 3px 0px 3px 0px;
  border-right: 1px solid #999;
  color: #888;
}
footer .quick a:last-child{
  border-right: none;
}
footer a:hover{
    text-decoration: none;
    color: #00aeef;
}
.cntct span{
  padding: 5px 10px 5px 10px;
  border: 2px solid #fad369;
  border-radius: 20px;
  margin: 0px 7px 0px 7px;
}
.cntct span .fa{
  color: #34bbd5;
}
.footer{
    margin-top:25px;
    padding: 15px 0px 10px 0px;
    background: #b7bcbc;
    color: #fff;
    font-weight: bold;
}
.footer a{
  color: #00337e;
  font-weight: bold;
}
.footer button{
  background: #fad369;
}
.footer .fa{  
  color: #fff;
  font-weight: bolder;
}


/*****************************************************
    Media Queries
******************************************************/
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

@media screen and (min-width:1100px){
}
@media screen and (max-width:1099px){}
@media screen and (max-width:960px){  
 .cntct span{
  padding: 7px;
  margin: 5px;
  font-size: 13px;
 }
}
@media screen and (max-width:800px){}
@media screen and (max-width:767px){ 
  .social-links,.welcome-msg{
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .welcome-msg{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  section .container{
    padding: 0px !important;
    margin: 20px !important;
  } 
  section .container-fluid{
    padding: 0px !important;
    margin: 0px !important;
  }
  .part2{
    display: none;
  }
  .navbar-nav,.navbar-default .navbar-brand{
     display: inline;
  }
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar{    
    display: none;
    text-align: left;
  }
  .mn{
    display: block;
    position: absolute;
    right: 70px;
    margin-top: 14px;
    font-size: 18px;
    font-weight: bolder;
    color: #4b751c;
  }
  .cntct span{
    border: none;
    position: relative;
    float: right;
    width: 100% !important;
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
  }
}
@media screen and (max-width:640px){
  header{    
  }
 .top-menu .top-contacts{
  padding: 7px 0px 0px 7px;
  font-size: 12px;
}
.top-menu .social-links{
  float: right;
  padding: 5px 3px 3px 0px;
}
.top-menu .social-links a{
  font-size: 12px;
}
.top-menu .social-links a:first-child{
  margin-right: 2px;
}
.top-menu .social-links a:last-child{
  margin-left: 5px;
}
#logo{
  height: 50px;
  margin-left: -15px;
} 
  section{
    margin-top: 13px;
  }
  .desktp{
    display: none;
  }
  .mobile{
    display: block;
  }
}
@media screen and (max-width:480px){}
@media screen and (max-width:320px){}