@media (min-width:768px) {
  .navbar{
    border-radius:0px;
  }
}

@media (min-width:360px) {
  .navbar{
    border-radius:0px;
  }
}

@media (max-width:767px) {
  #jumb{
    text-align:center;
    padding:40px;
    height:20%;
    background-color:#eeeeee;
  }
}

#jumb{
  text-align:center;
  background-color:#eeeeee;
}

@media (max-width:1199px) {
  #jumb{
    padding:5px;
  }
}

.page-section{
  text-align:center;
  padding-bottom: 50px;
  padding-top: 50px;
 }

#home .p{
  max-width:800px;
  font-size:30px;
  padding-top:10px;
}

.page-section .h1{
  font-weight:normal;
  margin-bottom:50px;
}

.services-section{
  min-height:700px;
  background-color:#fff;
}

@media (max-width:767px) {
  #services .item{
    margin-top:36px;
    
  }
}

#services .item{
  margin-top:20px;
}

#services .h2{
  font-weight:normal;
  margin-bottom:20px;
}

.about-section{
  background-color:#fff;
}

#contact-us .item{
  margin-top:36px;
}

.carousel{
  position:relative;
  margin-top:35px;
  width:100%;
  min-height:500px;
}

@media (max-width:767px) {
  .carousel{
    position:relative;
    margin-top:35px;
    width:inherit;
    min-height:500px;
  }
}

img.caro{
  max-height:590px;
  width:10000px;
}

@media (max-width:767px) {
  img.caro{
    width:inherit;
    min-height: 500px;
  }
}

h1.color{
  font-weight:normal;
 
}

h2.color{
  font-weight:normal;
}

img{
  border:1px solid #fff;
}

@media (max-width:767px) {
  h2.color{
    text-align:left;
    padding-left:10px;
  }
}

@media (max-width:767px) {
  p.sm-text{
    text-align:left;
    padding-left:10px;
  }
}

#contact-us .item i{
  font-size:20px;
  float:left;
}

p.text-left{
  padding-bottom:10px;
}

@media (max-width:767px) {
  p.text-left{
    padding-bottom:10px;
    padding-left:10px;
  }
}

@media (max-width:767px) {
  h3.text-left{
    padding-left:10px;
  }
}

@media (max-width:767px) {
  iframe{
    padding:10px;
  }
}

#services .item i{
  font-size:70px;
  padding-top:20px;
  color:#fff100;
}

p.goals{
  padding-bottom:15px;
  padding-top:15px;
}

@media (max-width:767px) {
  p.goals{
    padding:10px;
  }
}

h1.home{
  font-weight:normal;
  padding-bottom:20px;
}

p.text-center{
  padding:10px;
}

@media (max-width:767px) {
  img.logo{
    width:84%;
    height:99%;
  }
}

img.logo{
  padding-top:0px;
  border-radius:5px;
  height:50px;
  width:125px;
 
}

#about-us .item p{
  padding:10px;
}

#about-us .item i{
  font-size:30px;
  color:#fff100;
  padding-top:30px;
}

h1.home{
  padding-top:20px;
}

h1{
  padding-top:20px;
}

@media (max-width:767px) {
  p.text-justify{
    padding:10px;
  }
}

@media (max-width:767px) {
  div.thumbnail{
    border-radius:9px;
    height:375px;
    box-shadow:inherit;
    border:3px solid #c1bbbc;
    padding: 2px;
  }
}

div.thumbnail{
  border-radius:9px;
  height:397px;
  box-shadow:inherit;
  border:3px solid #c1bbbc;
}

h4{
  padding-bottom:20px;
}

h2.home strong{
  color:rgb(230,34,79);
}

h2.home{
  font-weight:normal;
  padding:20px;
}

h4{
  color:rgb(230,34,79);
}

h1{
  font-weight:normal;
}

.btn-default{
  border-radius:10px;
  font-weight:bolder;
  background-color:rgb(255,242,0);
  margin-top: 10px;
}

div.progress{
  margin-top:20px;
  width:500px;
  margin-left:90px;
}
div.jumbotron.hero-technology{
  color:#fff;
  text-align:center;
  background:url('../../assets/img/mission.png');
  background-size:cover;
  background-position:center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0px;
}

div.jumbotron.hero-tech{
  color:#fff;
  text-align:center;
  background:url('../../assets/img/vision.jpg');
  background-size:cover;
  background-position:center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0px;
}
div.jumbotron.hero-techs{
  color:#fff;
  text-align:center;
  background:url('../../assets/img/History.jpg');
  background-size:cover;
  background-position:center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0px;
}

h1.hero-title, h2.hero-title, h3.hero-title{
  text-shadow:0 2px 2px rgba(0,0,0,0.3);
  color:#fff;
  font-weight:500;
}

p.hero-subtitle{
  max-width:600px;
  margin:25px auto;
  padding:10px 15px;
  background-color:rgba(0,0,0,0.1);
  color:#fff;
  text-shadow:0 1px 1px rgba(0,0,0,0.7);
  font-weight:500;
}



nav.navbar{
  background-color:rgb(230,34,79);
  color: #fff
}

.dropdown-menu{
  background-color:rgb(230,34,79);
  font-weight: bold;
 }
 strong{
   color: #fff;
 }
 
 .breadcrumb{
   text-align: left;
   background-color: transparent;
   border-top: 1px solid #eee;
   color: rgb(230,34,79);
 }
 
 span.bread{
   color: rgb(230,34,79);
 }
 a.dm {
   color: #fff !important;
   font-weight: bold !important;
  
 }
 div.must{
   padding-top:60px;
   padding-bottom: 0px;
 }
.card{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-clip: border-box;
  height: 400px;

}
.card {
  padding: 10px 10px 10px 10px;
}

@media (max-width:767px) {
  .card {
    max-height: 1000px;
  }
}

.cards{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-clip: border-box;
  height: inherit;

}
.cards {
  padding: 10px 10px 10px 10px;
}

@media (max-width:767px) {
  .cards {
    max-height: 1000px;
  }
}
.cardc{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-clip: border-box;
  max-height: 500px;
  padding: 10px;
  margin-bottom: 20px;

}

@media (max-width:767px) {
  .cardc {
    max-height: 1000px;
    margin-left: 2px !important;
  }
}
input{
  margin-bottom: 2px;

}
textarea {
  height: 100px !important;
}

label {
  text-align: left;
  font-weight: normal;
}
.h h3{
  font-weight: normal;
  text-align: left
}
h3{
  font-weight: normal;
}

