@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

body{
  /*background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/confectionary.png");*/
font-family: 'Roboto Slab', serif;
/*background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/paper_fibers.png");
background:#e8f5f5;*/
background:#fff;
}

h1, h2, h3, h4, h5, h6{
 font-family: 'Fjalla One', sans-serif;
}
blockquote{
      font-size: 15px;
    line-height:25px;
    border-left: 5px solid green;
    color: green;
}
p{
    line-height: 24px;
    font-size: 14px;
}

.padd_10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu_bg{
  background-color: #1A3EBB;
}
.navbar-default{
    background:transparent;
    border-color: transparent;
}
.navbar{
  border:0 none;
}
.navbar-default .navbar-nav>li>a {
    color:#fff ;
    border-top: 5px solid transparent;
   
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover{
        color: #fff;
    border-top: 5px solid #8acc1b !important;
    background: transparent;
}
.navbar{
    margin: 0 auto;
    min-height: 40px;
}
.navbar-collapse{
    padding-right: 0;
    padding-left: 0;
}
.nav>li>a{
    padding:13px 33px 18px;
    font-size: 17px;
     font-family: 'Fjalla One', sans-serif;
}
.slider_img{
  height: 330px !important;
  width: 100%;
}
.mar_10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.add_img{
  height: auto;
  width: 100%;
   border:2px solid #8acc1b;
}
.carousel{
 border:2px solid #8acc1b;
}
.consultations{
  background-color: #fff;
  border:2px solid #8acc1b;
  padding:5px 10px;
}
.heading{
  color: #1A3EBB;
  font-size: 25px;
      border-bottom: 1px solid #C5D3E9;
    margin-top: 7px;
    padding-bottom: 10px;
}
.f_17{
  font-size: 17px;
}
.btn_img{
  width: 80%;
  height: auto;
  border:5px solid #8acc1b;
  border-radius:5px;
  margin-top:15px;
  margin-bottom: 20px;
}
.con_p{
  font-size: 16px;
  margin-top: 51px;
}
.bold{
  font-weight: bold;
}
.soc_fa1{
  font-size: 16px;
  padding:10px 12px;
  background-color: #8acc1b;
  color: #fff;
}
.soc_fa{
  font-size: 16px;
  padding:10px;
  background-color: #8acc1b;
  color: #fff;
}
.social{
  margin-top:51px;
  margin-left:5px;
}
.logo_bag{
 /* background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/paper_fibers.png");*/
}
.white_bg{
  background-color: #fff;
}
.padd{
  padding: 10px;
}
.green_bd{
  border:2px solid #8acc1b;
}
.blue_1{
    color: #1A3EBB;
     border-bottom: 1px solid #C5D3E9;
     padding-bottom: 10px;
}
.green_line{
  color: green;
  border-bottom: 1px solid green;
     padding-bottom: 5px;
     margin-top:20px;
}
.padd_20{
  padding: 20px;
}
.gry_bg{
  background-color: #1A3EBB;
  padding-left: 10px;
  padding-right: 10px;
}
.white, .white:hover{
  color: #fff;
  text-decoration: none;
}
.padd_rgt_0{
  padding-right: 0;
}
.mar_tp_10{
  margin-top:10px;
}

.about_img{
  width: 100%;
  border:1px solid #ccc ;
}
.contact{
  width: 100%; 
}
.panel-heading{
  color: green !important;
}
label{
  font-weight: normal;
}
.error{
  color: red;
}
.mbtext:hover{
text-decoration: none;
}
.logo_img{height:auto;    display: block;
    text-align: center;
    margin: 0 auto;
}
.navbar-default .navbar-brand{
  color: #fff;
}
/***responsive code starts here****/

@media (min-width: 1200px) {
        
}
@media (min-width: 980px) and (max-width: 1199px) {
.nav>li>a {
    padding: 13px 21px 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
 .nav>li>a {
    padding: 13px 29px 18px;
  }
}
@media (min-width:480px) and (max-width:767px){
  .navbar-nav{
    margin: 0;
  }
  .slider_img{
    height: 150px !important;
  }
  .about_img{
    height: 200px !important;
    width: auto !important;
  }
}
@media (min-width:300px) and (max-width:479px){
  .navbar-nav{
    margin: 0;
  }
  .slider_img{
    height: 150px !important;
  }
  .about_img{
    height: 200px !important;
    width: auto !important;
  }
}