/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.container-full {min-width:1300px; width:100%;}

.container-full {width: 1170px; width:100%;}

.container-full.row {margin:0;}


h2 { 
  font-family: 'gothamRoundedMedium';
  font-size:46px;
}

h3 { 
  font-family: 'gothamRoundedMedium';
  font-size:26px;
}

h4 { 
  font-family: 'gothamRoundedMedium';
  font-size:26px;
}


.navbar-inverse {
height: 110px;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* 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: #999999;
}

.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;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  min-width:1170px;
  position: relative;
  background: #73C8D5;

}

.header h1 {
width: 40%;
margin: 0 4%;
float: left;
margin-top: 195px;
font-family: 'gothamRoundedMedium';
color: #fff;
}

.homepage-img {
width: 50%;
float:left;
margin-top: 90px;
padding: 40px 0;
}

/* Intro */

.intro {
  padding: 50px 0;


}

.intro-bg{background:#E36AA5; padding: 15px;}

.quote-bg{background:#FFE14E; padding: 15px;}

.split-quote {
  font-family: 'gothamRoundedMedium';
  color:#fff;
  font-size: 40px;

}

.logo-white {width:380px; margin-left: 215px;}

/* About */

#about h2 {color:#73C8D5;}

#about h3 {
margin: 0px 0px 15px 0;
}

.about-image {

  height:150px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-md-6.text-left.about-para-2 {
margin-top: 40px;
}

.about-para-2 h3 {
color: #73C8D5;
font-size: 28px;
margin-bottom: 60px;
}





/* Services */

.services {
  background: #fff;
  color: #E36AA5;
  padding: 50px 0px
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.service-item {
  margin-bottom: 15px;
}


.service-item:hover {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  margin-bottom: 15px;
  color:#000;
}

i.service-icon {
  border: 3px solid #E36AA5;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}


.black {
  color:#000;
  font-family: 'gothamRoundedMedium';
  font-size:16px;
  margin-top: 20px;
}


.ldn-sil{
   display: block;
    margin-left: auto;
    margin-right: auto;
}



#contact {
padding-top: 50px;
background: #00A19A;
}

#contact h2 {color:#fff; margin-bottom:60px;}

#contact h3 { color:#00A19A;}

#contact p {font-family: 'gothamRoundedMedium'}

#contact address {font-family: 'gothamRoundedMedium'}


.contact-form {background:#fff; border-radius: 5px; margin-left:30px;}


.contact-a {
margin-left: 15px;
}

.contact-p {
margin-left: 60px;
}

.contact-e {
margin-left: 20px;
}

.contact-l {
margin-left: 20px;
}

.contact-t {
margin-left: 20px;
}


.copyright {color:#fff; margin-top:50px;}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 200px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.callout2 {
  color: #ffffff;
  display: table;
  height: 200px;
  width: 100%;
  background: #000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */


