html,body{
    height:100%;
}
body {
	font-family: Georgia, serif;
	overflow-x: hidden; /* Hide horizontal scrollbar */
background: #55a1e8; /* Old browsers */
/*
background: -moz-linear-gradient(left, #55a1e8 0%, #418ee0 100%); 
background: -webkit-linear-gradient(left, #55a1e8 0%,#418ee0 100%); 
background: linear-gradient(to right, #55a1e8 0%,#418ee0 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a1e8', endColorstr='#418ee0',GradientType=1 ); */
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: Georgia, serif;
}

p{	color: #202020;
	font-family: Georgia, serif;
	font-size:125%;
	}

h4 {
	font-size: 19px;
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
}

h5{
	
   line-height: 1.375em;
	color: #303030;
	font-weight: 400;
	font-family: Georgia, serif;
}



.row {
	
background-color: transparent;
	padding: 20px 10px;
}

.container-fluid {
background-color: trasparent;
margin-top: 5%;
margin-bottom:-5%;

}


.logo-small {
	color: #b3bead;
	font-size: 50px;
}

.logo {
	color: #b3bead;
	font-size: 200px;
	padding:35px 10px;
}

.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: #b3bead;
}

.carousel-indicators li {
	border-color: #b3bead;
		display: none;
}

.carousel-indicators li.active {
	background-color: #f4511e;
	display: none;
}

.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

 .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 #b3bead;;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #000000 !important;
    background-color: #b3bead; !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: 0x;
background: #efe6ee; /* Old browsers */
background: -moz-linear-gradient(left, #efe6ee 0%, #dfe5d7 49%, #b3bead 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #efe6ee 0%,#dfe5d7 49%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #efe6ee 0%,#dfe5d7 49%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe6ee', endColorstr='#b3bead',GradientType=1 ); /* IE6-9 */
    z-index: 9999;
    border: 0;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Georgia, serif;
   
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !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;
  }
 
  
    .glyphicon:hover {
    color: #f4511e !important;
  
  }
  
  
  .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;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }

.col-sd {
	margin: 0 !important;
	padding: 0 !important;
}

footer {
	margin:auto;
	padding: 2px;
	width:110%;
	text-align: center;	
    letter-spacing: 4px;
    font-family: Georgia, serif;
	background: linear-gradient(to right, #97a68e 0%,#ccd6be 49%,#e7dae6 100%);
    
}



.fa {
  padding: 10px;
  font-size: 20x;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 90%;
}

.fa:hover {
    opacity: 0.7;
}

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

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-skype {
  background: #00aff0;
  color: white;
}



 hr {
   border-color: transparent;
   width:100%;
   height:35px;
   background-color: transparent;
   background-image:url("image/line.png");  
    background-repeat: repeat-x;
   align:center;
  
   
}

.carousel-inner img {
    width: 75%; /* Set width to 100% */
    margin:auto;
  }
  .carousel-caption h3 {
     font-family: Georgia, serif;
      font-size:200%;
      color: #000000;
     text-shadow: 0 0 10px #55a1e8, 0 0 10px #55a1e8;
    
  }
  @media (max-width: 600px) {
    #space{display:none;}
  
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
    
    .carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin:auto;
  }
  
  .container-fluid {
background-color: trasparent;
margin-top: 15%;


}

.logo {
	color: #b3bead;
	font-size: 100px;
	padding:20px 5px;
}




  } //media queries
  
  
  
  .list-group{ background-color:#b3bead;}



.list-group-item{
	 margin: 0 auto;
	width:80%;
	 background-color:#b3bead;
	 opacity:0.9;
	 color: #000000;

}

.list-group-item:hover{
    color: #f4511e !important;
    background-color: #fff !important;
  }
