

/***************/
/***** SVG *****/
/***************/

.svg-wrap {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

/************************/
/***** Sleek Slider *****/
/************************/

.sleekslider {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
  overflow: hidden;
}

.sleekslider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  content: "";
}

.sleekslider .slide.active { z-index: 3; }

.sleekslider .bg-1 { background-image: url("../images/Mentorship.jpg"); }

.sleekslider .bg-2 { background-image: url("../images/Unique.jpg"); }

.sleekslider .bg-3 { background-image: url("../images/Logic.jpg"); }

.sleekslider .bg-4 { background-image: url("../images/Technical_Brilliance.jpg"); }

.sleekslider .bg-5 { background-image: url("../images/case_studies.jpg"); }

.sleekslider .bg-6 { background-image: url("../images/Expertise.jpg"); }

.sleekslider .bg-7 { background-image: url("../images/Dedication.jpg"); }
.sleekslider .bg-8 { background-image: url("../images/Goal.jpg"); }
.sleekslider .bg-9 { background-image: url("../images/Enhance.jpg"); }


.sleekslider .tab-container {
  max-width: 1400px;
  margin: 0 auto;
}

.sleekslider .slide-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.sleekslider .slide-content {
  z-index: 50;
  position: absolute;
  bottom: 40%;
  left: 7%;
  text-align:left;
  padding: 0 20px;

}

.sleekslider .slide-content h1{
	font-weight:bold;
}
.sleekslider .slide-content p{
	font-size:18px;
}
nav.tabs {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
  background-color: #19243c;
}

nav.tabs ul {
  margin: 0;
  list-style: none;
}

nav.tabs ul li {
  float: left;
  width: 10.5%;
  font-size: 34px;
  position: relative;
  padding: 0;
  text-align: left;
  height: 70px;
  font-weight: bold;
  margin: 0;
}

nav.tabs ul li.current a {
  background-color: #fde428;
  top: -25px;
  height: 120px;
  padding-top: 25px;
}

nav.tabs ul li a {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 20;
  width: 100%;
  height: 70px;
  padding-top: 10px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; text-align:center; cursor:pointer
}

nav.tabs ul li a:visited { color: #fff; }

nav.tabs ul li a:focus { color: #fff; }

nav.tabs ul li a:hover { color: #fff; }

nav.tabs ul li a:active { color: #fff; }

nav.tabs ul li a span { color: #a2680c; }

nav.tabs ul li a span:visited { color: #a2680c; }

nav.tabs ul li a span:focus { color: #a2680c; }

nav.tabs ul li a span:hover { color: #a2680c; }

nav.tabs ul li a span:active { color: #a2680c; }

nav.tabs ul li a:hover { background-color: #fde428; }

/*************************/
/***** Slide Content *****/
/*************************/

