@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,500);

/*************************
*******Typography******
**************************/
body {
  padding-top: 58px;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #000;
}
h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.section-header {
  margin-bottom: 20px;
}
.section-header .section-title {
  font-size: 44px;
  color: black;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;  

  border-bottom: 2px solid #0DBFE3;
display: inline-block;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}

#about span {
    color: #0DBFE3
}
.btn.btn-primary {
  background: #0DBFE3;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #357ebd;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%; 
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.navbar-toggle{
  border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #424242;
}
.navbar-nav>li>a {
  text-transform: uppercase;
}
/*************************
*******Header******
**************************/
.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  /* background: url('../img/stary_djinn.mp4') no-repeat center center fixed;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Side Menu */
#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}
.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
  color: #0DBFE3;
}
  
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
  
#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}
  
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
  
.toggle {
  margin: 5px 5px 0 0;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 58px;
}
.navbar-brand {
  position: relative;
  margin-left: 4.8% !important;
  transform: translateY(18%);
  padding: 0px 0px;
  height: auto;
  cursor: pointer;
}
#brand-logo {
  height: 40px;
  display: block;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
}
#main-nav.navbar-default {
  background: #000;
}
@media only screen and (min-width: 768px) {
  #main-nav.navbar-default {
    background: #000;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  }
}

#testimonial {
  background: #19BD9B;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h2{
color:#fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 8px;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#carousel-testimonial a.btn.btn-primary.btn-sm {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 8px;
}

.info {
  padding: 20px 0;
  background: #E5E5E5;
  color: #4F4F4F;
}
.info h2 {
  color: #4F4F4F;
}
.info-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about img{
  width: 100%;
  height: auto;
  float: left;
  border-radius: 50%;
}
#founder img{
  width: 100%;
  height: auto;
  float: right;
  border-radius: 50%;
}

.contact-row {
  margin: 0;
  width: 100%;
  height: auto;
  margin-right: -15px;
  margin-left: -15px;
}

/*Team*/ 
#our-team {
  padding: 100px 0;
}
#our-team .team-member {
  padding: 0;  
}
#our-team .team-member .team-img {
  margin: 0;
}
#our-team .team-member .team-info { 
  color: #19BD9B;
  padding: 0 0 15px;
} 
#our-team .team-member:hover .social-icons > li > a {
  color: #FFFFFF;
}
 
#our-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;  
  -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
  transition: height 1s;
  padding: 0 0 15px;
}
#our-team .social-icons > li {
  display: inline-block;
}
#our-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(25, 189, 155);
  border-radius: 3px;
}
/*Testimonial Area*/

.testimonial-area{
	padding-bottom:60px;
}
.single-testimonial{
	margin-bottom:30px;
}
.single-testimonial blockquote{
	padding:15px 20px;
	margin-bottom:35px;
	position:relative;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  border-radius: 0px;
	border: 1px solid #fff;
}
 
.single-testimonial blockquote:after{
	position:absolute;
	bottom:-19px;
	left:45px;
	content:"";
	border-top: 19px solid rgba(255, 255, 255, 0.86);
border-right: 22px solid transparent;
}
.single-testimonial img{
	border-radius:50%;
}
.single-testimonial h5{
	padding: 8px 0 0px;
	font-size: 16px;
}

#contact-us {
  padding: 100px 0 10px;
}

/*Contact*/
.contact-info{
  padding:20px 0;
}
.contact-info address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 27px;
  font-size: 15px;
}
.contact-info .form-control { 
  padding: 6px 12px;
  border-radius: 0;
}
/***********************
********* Footer ******
************************/

footer {
    color: #ffffff;
    background: #000000;
    padding: 100px 0;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}