/*.dropdown:hover>.dropdown-menu
{
   display:block; 
}*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
Body{
   color:#6c757d;
   font-family: "Roboto", sans-serif;
   font-size:18px;
   background-color: #f2f5f8;
}
.header{
				width:100%;
				height:60px;
				margin-top:20px;
			}
.error-message {
	padding: 7px 10px;
	background: #fff1f2;
	border: #ffd5da 1px solid;
	color: #d6001c;
	border-radius: 4px;
}
.success-message {
	padding: 7px 10px;
	background: #cae0c4;
	border: #c3d0b5 1px solid;
	color: #027506;
	border-radius: 4px;
}
.formset{
	width:70%;
	margin:auto;
	padding:20px;
}

.btnRegister {
	padding: 10px 30px;
	background-color: #3367b2;
	border: 0;
	color: #FFF;
	cursor: pointer;
	border-radius: 4px;
	margin-left: 10px;
}
h1,h2,h3,h4,h5{
    color:black;
}

.navbg{
    background-color: #1f3664;
    border-top: #b4a546 3px solid;
}
.nav-link{
   margin-right: 30px;
    
}
.nav-item a{
	font-size:18px;
}

.nav-item a:hover{
   
    background:
    RGB(202,208,214,0.3);
	
    border-radius:3px;
    color: #ffcc00!important;
     
    }
  	  

.bgimg{
    background-image: url('../img/banner.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 600px;
    opacity: 0.7;
}

.carousel-inner img {
      width: 100%;
      height: 400px;
  }
.carousel-caption{
   
  padding-top: 100px;
    
}


.headerset h3{
    font-size: 42px;
font-weight:500;
    color:aliceblue;
}
.ourservices{
    padding: 100px 0px 60px;
    height:700px;
}
.rowsettings{
    margin:20px 0px;
}
.rowsettings h2{
    padding:10px;
}
.rowsettings p{
    padding:10px;
    color:#6c757d;
    
}
 .logo{
	background-color:white;
}
.rowsettings{
    margin:80px 0px;
}
.imgsetting{
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.fa-cogs{
    margin-top:25px;
}
.fa-desktop{
    margin-top:25px;
}
.fa-lock{
    margin-top:25px;
}
.fa-bug{
    margin-top:25px;
}
.fa-btc{
    margin-top:25px;
}
.about-content{
    padding:15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.card{
    margin-top:30px;
     margin-bottom:30px;
}
.mapsettings{
	padding:20px;
	width: 100%;
	height:350px;
  
}

.social{
	margin-top:30px;
}
.social .fa {
  padding: 10px;
  font-size: 23px;
  width: 123px;
  height:40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:5px;
  
}

.fa:hover {
    opacity: 0.7;
	text-decoration:none;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.breadcrumb{
	
}
.side_location{
	padding:20px;
	
}
#userform{
	padding:10px 180px 30px 180px;
}
input[type=submit], input[type=reset] {
  
  cursor: pointer;
}
footer{
    margin-top:50px;
	background-color:#00316b;
    height:30px;
}
footer h6{
   padding:2px; 
}
 .logo{
	margin-top:60px;
	
}
.welcomepage{
padding:95px;
	
}

table {
  border: 1px solid black;
  margin-left:auto;
  margin-right:auto;
  width:500px;
  text-align:center;
  margin-top:30px;
}
tr,td{
	font-size:12px;
}
 .trainings{
	
	background-color:#e9ecef;
	padding:25px;
}
@media(max-width:992px){
       
  .about-content{
    padding:15px;
    margin-top: 80px;
    margin-bottom: 20px;
    border-radius: 5px;
}
    .nav-link{
   margin-right: 10px;
    
}
 
    } 
  
@media(max-width:768px){
    .navbar-nav{
        background:#4682B4; 
    } 
    .about-content{
    padding:15px;
    margin-top:320px;
    margin-bottom: 20px;
    border-radius: 5px;
}
    .nav-link{
   margin-right: 0px;
    
}
 .mapsettings{
	padding:20px;
	width: 100%;
	height:250px;
  
}  


}
  @media(max-width:575px){
    .navbar-nav{
        background:#4682B4; 
    }   
    .about-content{
    padding:15px;
    margin-top: 500px;
    margin-bottom: 30px;
    border-radius: 5px;
}
      .portfolio{
          margin-top:0px;
    
}
      .card-title{
          font-size: 25px;
      }
      .mapsettings{
	padding:10px;
	width: 100%;
	height:240px;
  
}
}  

@media(max-width:480px){
    .navbar-nav{
        background:#4682B4; 
width:100%;
    }   
   .rowsettings{
   margin-bottom: 400px;
       
}
@media (min-width: 320px) and (max-width: 480px) {
  .navbar-nav{
        background:#4682B4; 
		width:100%;
    } 
  .about-content{
 
    margin-top: 800px;
    margin-bottom: 30px;
   
}
  
}
}  