  .jumbotron {
  background-image: url('images/img.png');

  min-height: 650px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0.8;
  }
  .container-fluid {
    padding: 60px 50px;
    background-color: #006eff;
  }
  @media (max-width: 979px){
.container-fluid  {
    padding: 30px 50px;
    background-color: #006eff;
}
}
  .bg-grey {
    background-color:  #49c3f3;
  }
  .logo-small {
    color: #006eff;
    background-color: transparent;
     width: 220px; 
     padding-top: -15px;
      }
  .logo {
    color: #006eff;
    background-color: transparent;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    padding: 20px;
    background-color: #fff;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    opacity: 0.8;
  }
  
  .navbar li a, .navbar .navbar-brand {
    color: #006eff !important;
    
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
  }
 .input-group{

 	float: right;
 position: relative;
  right: 0;
  margin: 80px 80px 0 0;
  max-width: 400px;
  height: 300px;
  padding: 16px;
  background-color: white;
 }

 @media (max-width: 979px){
.input-group{
  visibility: hidden;
  float: right;
 position: relative;
  right: 0;
  margin: 80px 80px 0 0;
  max-width: 400px;
  height: 300px;
  padding: 16px;
  background-color: white;
}
}

 .centered {
  color: white;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}

@media (max-width: 979px){

.centered {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

}

@media (min-width: 979px){
.centered{
  padding-right: 90px;
}
}


/*counter css */
.counter {
padding: 50px 0px;
}
.counter .count-card {
box-shadow: 25px 27px 10px -24px #e8e8e8;
padding: 30px;
width: 100%;
background: #fff;
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
/*border-bottom-right-radius: 50px;
*/position: relative;
overflow: hidden;
z-index: 99999;
}
.counter .count-card::after {
content: '';
position: absolute;
background: #fff5a0;
left: 0px;
top: 0px;
width: 0px;
height: 100%;
transition: all 0.3s;
z-index: -1;
}
.counter .count-card:hover::after {
background: #fff5a0;
width: 100%;
height: 100%;
}
.counter .count-card i {
display: block;
font-size: 30px;
color: #4caf50;
float: left;
}
.counter .count-card span {
font-size: 42px;
line-height: 24px;
display: block;
font-weight: 700;
color: #006eff;
margin-left: 50px;
}
.counter .count-card p {
font-size: 14px;
text-align: center;
}
.counter .count-card h5 {
font-size: 15px;
margin-top: 36px;
text-transform: uppercase;
text-align: center;
color: #607d8b;
}
.counter .count-card a {
font-weight: 600;
display: block;
border-top: 2px dashed #4caf50;
margin-top: 20px;
padding-top: 20px;
color: #4caf50;
font-size: 18px;
text-decoration: none;
text-align: right;
}
.counter .count-card a:hover {
color: #607d8b;
}

     .b {
  border:thin blue solid;
  border-radius: 4px;

}
.form-control{


    border-radius: 20px;
    margin-top: 20px;
    size: 16px;

}

.cont_form {
border: 2px solid rgb(0, 110, 255);
padding: 30px 60px;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 12px -2px;
}


/*footer css*/
footer{
  position: relative;
  bottom: 0;
}
.footer-distributed{
  background-color: #DCDCDC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font:  16px sans-serif;
 
  padding: 15px 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}
 
.footer-distributed .footer-left{
  width: 40%;
}
 
/*.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}*/
 
/*.footer-distributed h3 span{
  color:  #5383d3;
}*/
 
 
.footer-distributed .footer-links{
  color:  #808080;
  margin: 20px 0 12px;
  padding-left: 40px;
}
 
.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}
 
.footer-distributed .footer-company-name{
  color:  #808080;
  font-size: 14px;
  font-weight: normal;
  margin-left: 50px;
  padding-left: 50px;
}
 
 
.footer-distributed .footer-center{
  width: 35%;
}
 
  /*.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }*/
 
/*.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
  margin: 5px 50px 2px 0;
  border-radius: 50%;
}*/
 
/*.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin:0;
}*/
 
/*.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}*/
 

 
.footer-distributed .footer-right{
  width: 20%;
}
 
/*.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}*/
 
/*.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
 */
.footer-distributed .footer-icons{
  margin-top: 20px;
  margin-left: 90px;
  float: right;

}
 
.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #808080;
  border-radius: 50%;
 
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}
 
 
@media (max-width: 680px) {
 
  .footer-distributed{
    font:  12px sans-serif;
  
  }
 
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
 
  /*.footer-distributed .footer-center i{
    margin-left: 80px;
    padding-left: 80px;
  }*/
  .main {
    line-height: normal;
    font-size: auto;
  }
 
}

/*media 
*/



  #pic{
    padding-left: 0;
    margin: 0;
  }

@media (min-width: 979px){
#pic{
    padding-left: 150px;
    margin: -120px 0 -150px 0;
  }
}









.button {


    color: #fff;
    cursor: pointer;
    padding: 12px 25px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    position: relative;
    background: #006eff;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#baner_text{

  font-size: 16px;  
  margin-left: 50px;
}

@media (max-width: 979px)
{
    #baner_text{

  font-size: 16px;  
  margin-left: 10px;
}
}


#text1{

  color: #666666; 
   font-size: 18px; 
   font-family: lato; 
   text-align: justify;
    padding-right: 220px; 
    padding-left: 30px;"
}

@media (max-width: 979px)
{
    #text1{

  color: #666666; 
   font-size: 18px; 
   font-family: lato; 
   text-align: justify;
    padding-right: 20px; 
    padding-left: 30px;"


}


#text2 {
    padding: 330px 50px;
    background-color: #006eff;
  }

@media (max-width: 979px){
#text2 {
    padding: 330px 50px;
    background-color: #006eff;
  }
}




@media (max-width: 979px){
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
}
}


#button1{

  margin-left: 480px;
  color:#fff;
   border-color: #fff; 
  background-color: #006eff;
}


@media (max-width: 979px){

#button1{

  margin-left: 80px;
  color:#fff;
   border-color: #fff; 
  background-color: #006eff;
}
}

