body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #000000;
	}
  /*https://thoughtbot.com/blog/positioning*/
  /*http://templatevisual.com/demo/blue-bird/index.html*/
  
  
  #topBar
  {
		
	  background : #2EAADD;color:#fff;
	  
  }
  #topBar .dropdown {padding :  10px; display:block; }
	
  #topBar .dropdown a {padding :  17px ; color : #fff;  } 
  #topBar .dropdown a:hover { cursor:pointer; background : #4b4438; }
  .dropdown-menu  li a {color : #000 !important; }
  .padding-0{
    padding-right:0;
    padding-left:0;
	
}
  #wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 80px;
}

  #contact
  {
	background : #ACB4BF;
	color : #000;	
  }
  .box { border : 1px solid #A0C7D6 ; padding:10px 20px; background :#fff; border-radius:15px}
  
  .head-section { height : 60px;  }
  .head-section h4 { color : #0C4156;font-size: 14pt;font-weight : 600; }
  
 .centered-element {
  height: 150px;
  width: 150px;
  position: absolute;
  left: 49%;
  margin-left: -75px;
  top: 5px;  	
  z-index : 9999 !important;
  }
 /* .navbar-header {display : none;} */
  .img-responsive
 {
  display: block;
  max-width: 100%;
  height: auto;
}
  
  
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
  }  
  .jumbotron {
    
    color: #fff;
    padding: 60px 25px;
    font-family: Montserrat, sans-serif;
	background: url('../images/back.jpeg') no-repeat center center fixed; 
	 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*-webkit-filter: brightness(30%);filter: brightness(30%);*/
	
  }
  
  #login1
	{
		
		
	}
  
  
  .jumbotron h4 { padding:0px;margin : 0px; color : #FFB600; font-weight : 500; font-size : 16pt;}
  
  .content {
  
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
  
  
  
  
  .container-fluid {
    
  }
  .padding-60-50
  {
	  padding: 60px 50px;
  }
  
  
  
  .module {
  position: relative;
}
.module::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
 /* background-image: url("childt.jpg");
	background-position: left;
  background-repeat: no-repeat;
  background-size: cover; */
  /*filter: grayscale(99%) ;
  filter:blur(2px);
   filter: sepia(100%);*/
}


.module-inside {
  /* This will make it stack on top of the ::before */
  position: relative;
}
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

.breadcrumb {
    padding: 18px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
  .row .rwim{
	  
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    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;
  }
  .list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #FFB286;
    border-color: #ddd
}
  .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 #ddd; 
	border-radius:15px;
    
    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-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;
  }
 .col-lg-12{ 
	position: relative;
	float:left;
	width:100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
 }	  
  
  .panel-default>.panel-heading {
	  border-radius:15px;
    color: #fff;
    background-color: #FFB286;
    border-color: #ddd;
   }
  .navbar {
    margin-bottom: 0;
    background-color: #81a1c1;
    z-index: 9999;
    border: 0;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff !important;
    background-color: #81a1c1 !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  .dropdown-menu{
	 background-color: #5e81ac;
  }
  
  .dropdown-menu a:hover {
	  
  background-color: #DEC83C;
}
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	.navbar-header {display : block;}
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
	.navbar-header {display : block;}
  }
  /*Form CSS*/
  .form-control {
    display: block;
	
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.5rem;
   height : 40px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
 .button
  {
	   background-color: #4CAF50;
  border: none;
  color: white;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  }
/*Flip CARDS*/
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  z-index: 2;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: 1;
}
/*custom by nagesh card design*/
.title
{
	padding-top : 5px; padding-bottom : 5px;
}
.card-footer {padding:10px; border : 1px solid #485e5d; }
.card-footer  button { width:120px; font-size : 12pt;  color : #fff; font-weight : 400; border-radius : 0; }
.btn-green  { background : #8FB800 ;}
.btn-darkblue {background-color :#2EAADD;}

.card-footer  button :hover { color : #fff;}

.title h4 { color : #fff; padding : 0px ;}
.box-shadow { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
/*Modal Position*/
.modal {
   
   top: 80px;
   
}