/*

Stimulus Template

http://www.templatemo.com/tm-498-stimulus

*/


/* font reference for gallery */

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot') format('embedded-opentype'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype'),
		url('../fonts/fontawesome.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/app */


body {
	background: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
	font-weight: 400;
    overflow-x: hidden;
}

html,body {
  width: 100%;
  height: 100%;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -200px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}


.break {
	clear: both
}

.row {
	margin-left: 0px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 400;
}

h1,h2 {
  font-weight: 400;
}

h1 {
  font-size: 38px;
  padding-bottom: 5px;
  margin: 0px;
	padding-top: 22px;
	

}

h2 {
  font-size: 26px;
  line-height: 42px;
  margin-top: 0px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
	font-weight: 600;
 
}

h4 {
  font-size: 18px;
  line-height: 24px;
	font-weight: 600;
}

h5 {
  color: #666666;
}


hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

strong {
  color: #232B2B
}

p {
    color: #011c29;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
	text-align: justify;
}

.highlighted-white {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

li{
	font-size: 15px;
	line-height: 1.3em;
	padding-left: 6px;
	margin-left: -3px;
}

.section-btn {
  background-color: transparent;
  border: 3px solid #232B2B;
  border-radius: 60px;
  color: #232B2B;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px 10px 36px;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.section-btn:hover {
  background: #011c29;
  border-color: transparent;
  color: #ffffff;
}

.white-btn {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 60px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px 10px 36px;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}


.white-btn:hover {
  background: #011c29;
  border-color: transparent;
  color: #ffffff;
}

.navy-btn {
  background-color: transparent;
  border: 2px solid #011c29;
  border-radius: 50px;
  color: #011c29;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 10px 28px 8px 28px;
  margin-top: 14px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}


.navy-btn:hover {
  background: #011c29;
  border-color: transparent;
  color: #ffffff;
}

.sm-grey-btn {
  background-color: transparent;
  border: 3px solid #232B2B;
  border-radius: 40px;
  color: #232B2B;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 6px 20px 4px 20px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.sm-grey-btn:hover {
  background: #011c29;
  border-color: transparent;
  color: #ffffff;
}


.sm-white-btn {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 6px 20px 4px 20px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.sm-white-btn:hover {
  background: #011c29;
  border-color: transparent;
  color: #ffffff;
}


.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
	overflow: hidden;
}

.section-title {
  position: relative;
  padding-top: 4px;
}

.home-intro {
  position: relative;
  padding-top: 22px;
	text-align: justify;
}

#about,
#service,
#experience,
#education,
#story,
#contact {
  position: relative;
}

.container {
  width: 95%;
  padding: 0;
  margin: 0;
}

#home .container,
#about .container, 
#experience .container,
#partners .container,
#service .container,
#education .container,
#story .container,
#contact .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#experience .experience-thumb,
#education .education-thumb  {
  padding: 22px;

}

#story .story-thumb
{
	padding: 22px 22px 5px 22px;
	background-color: #7eb3b5;
}

.story-thumb2 {
	padding: 22px 22px 0 22px;
	background-color: #7eb3b5;
}

#education .education2-thumb {
  padding: 0 22px 22px 22px;
	margin-top: -5px;
}



#partners .partners-thumb  {
  padding: 22px;

}

#experience .experience-thumb,
#education .education-thumb,
#about .about-thumb,
#story .story-thumb2{
	min-height: 430px;
}

@media only screen and (min-width: 1400px) {
#experience .experience-thumb,
#education .education-thumb,
#about .about-thumb, .story-thumb2,
#story .story-thumb2{
	min-height: 500px;
	margin: 20px;

}
	
	
p{
	font-size: 20px;
	line-height: 36px;
}
	
h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
	
	li {
    font-size: 20px;
    line-height: 26px;
    padding-left: 10px;
    margin-left: -2px;
}
	
	.contact-image {
		width: 100%;
		height: auto;
	}
}


#service,
#quotes,
footer {
  text-align: center;
}

#experience,
#education {
  background: #016b7d;
}

#story {
  background: #7eb3b5;
}


.about-page {
	margin-top: 80px;
}

.contact-page {
	margin-top: 80px;
	padding: 22px;
	color: #011c29;
}



.contact-area {
	height: 310px;
}

@media only screen and (max-width: 480px) {
	
.contact-area {
	width: 95%;
	height: 580px;
}
}




.background-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    min-height: 75vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.color-white {
  color: #ffffff;
}

.color-turq {
  color: #7eb3b5;
}

.bg-turq {
  background: #7eb3b5;
}

.bg-darkturq {
  background: #016b7d;
}

.bg-blue {
  background: #02668a;
}


.bg-dark {
  background: #011c29;
}

.bg-white {
  background: #ffffff;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #7eb3b5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #7eb3b5;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #7eb3b5;
  border-top-color: #f9f9f9;
  animation: spinner .6s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.logobar {
	margin-left: 25px;

	
}


.custom-navbar {
    margin-bottom: 0;
    background-color: #ffffff;
	border-bottom: 2px solid #02668a;
}

.custom-navbar  {
    color: #011c2a;
	text-shadow: 1px 1px #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.custom-navbar .nav li a {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	padding: 10px 0 5px 45px;

}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #13678c;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #7eb3b5;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #7eb3b5;
    border-color: transparent;
}

@media only screen and (max-width: 768px){ 
.logobar img{
    width: 175px;
	height: 60px;	
	margin: 8px 0 8px 8px;

}
}

@media(max-width:980px) {
.custom-navbar .nav li a {
    color: #666;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	padding: 10px 0 5px 25px;

}
}
@media(min-width:1100px) {
.custom-navbar {
    padding: 6px 0;
    background-color: #ffffff;
	border-bottom: 2px solid #02668a;
    }
	
.custom-navbar .nav li a {
	padding: 50px 0 3px 20px;
	}
.custom-navbar.top-nav-collapse {
        background: #ffffff;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        padding: 0; }
	
.logobar {
	margin-left: 20px;
}  

}




.img-responsive  {
    display: block;
    max-width: 100%;
    height: auto;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/

#home h3 {
  padding-bottom: 18px;
		color: #fff;
	text-align: justify;
}

#home p {
	color: #fff;
}

#home .col-md-6 {
  background: #7cb3b5;
  padding-right: 0;
  padding-left: 0;
	color: #fff;
}

#home .home-img {
  background: url('../images/home-img2.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

#home .home-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding: 0 40px 0 40px;
}





/*---------------------------------------
   About section              
-----------------------------------------*/

#about .about-img {
    background: url('../images/about-img.jpg') no-repeat top center;
	max-height: 200px;
	overflow: hidden;
}

.johnny-img {
    background: url('../images/Johnny-img.jpg') no-repeat right top;	
}

.johnny_street-img {
    background: url('../images/Johnny_street-img.jpg') no-repeat right top;	
}

.lady_shower-img {
    background: url('../images/lady_shower-img.jpg') no-repeat right top;	
}

.lady_robe-img {
    background: url('../images/lady_robe-img.jpg') no-repeat right top;	
}

.man_shower-img {
    background: url('../images/man_shower-img.jpg') no-repeat right top;	
}

.man_basin-img {
    background: url('../images/man_basin-img.jpg') no-repeat right top;	
}

.toilet-img {
    background: url('../images/toilet-img.jpg') no-repeat right top;	
}

.full-img {
    background: url('../images/full-img.jpg') no-repeat right top;	
}

.plumber-img {
    background: url('../images/plumber-img.jpg') no-repeat right top;	
}

.gas-img {
    background: url('../images/gas_cage-img.jpg') no-repeat right top;	
}

.gas2-img {
    background: url('../images/gas_cage2-img.jpg') no-repeat right top;	
}

.heater-img {
    background: url('../images/heater-img.jpg') no-repeat right top;	
}

.full-interior1-img {
    background: url('../images/full-inside-shower.jpg') no-repeat right top;	
}
.full-interior2-img {
    background: url('../images/full-inside-shower2.jpg') no-repeat right top;	
}

.showerhead-img {
    background: url('../images/shower-head-pic.jpg') no-repeat right top;	
}

.oupa-img {
    background: url('../images/oupa-pic.jpg') no-repeat right top;	
}

.oupa-fam-img {
    background: url('../images/Mabalane-pic.jpg') no-repeat right top;	
}

.steve-img {
    background: url('../images/steve-pic.jpg') no-repeat right top;	
}

.steve-fam-img {
    background: url('../images/Magapa-pic.jpg') no-repeat top center;	
}

.soweto-img {
    background: url('../images/soweto-pic.jpg') no-repeat right top;	
}

.community-img {
    background: url('../images/community-pic.jpg') no-repeat right top;	
}

#about .about-thumb,
#about .skill-thumb {
  padding: 22px;

}

#about .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#about .progress-bar-primary {
  background: #232B2B;
}

#about strong,
#about span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
}



/*---------------------------------------
    Service section              
-----------------------------------------*/

#service {
  background: #016b7d;
}

#service p {
  font-size: 18px;
  line-height: 30px;
}

#service .service-thumb {
  padding: 22px;
}

#service .service-thumb .fa {
  font-size: 42px;
  
}



/*---------------------------------------
    Experience section              
-----------------------------------------*/

#experience .experience-img {
  background: url('../images/experience-img.jpg') no-repeat;
}

#experience .media-heading {
  margin-bottom: 0px;
}

#experience .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#experience small {
  color: #633;
  font-weight: bold;
}

/*---------------------------------------
    Education section              
-----------------------------------------*/

#education {
  background: #016b7d;
}

#education .education-img {
  background: url('../images/education-img.jpg') no-repeat;
}

#education .media-heading {
  margin-bottom: 0px;
}

#education .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#education small {
  color: #886D1E;
  font-weight: bold;
}


/*---------------------------------------
    Story section              
-----------------------------------------*/

#story {
  background: #7eb3b5;
}

#story .story-img {
  background: url('../images/education-img.jpg') no-repeat;
}

#story .media-heading {
  margin-bottom: 0px;
}

#story .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#story small {
  color: #886D1E;
  font-weight: bold;
}



/*---------------------------------------
   Quotes section              
-----------------------------------------*/

#quotes {
    background: url('../images/quotes-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    padding: 100px 0px;
}

#quotes .overlay {
    background: #121212;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
}

#quotes .fa {
  font-size: 42px;
  margin-top: 32px;
  margin-bottom: 22px;
}

#quotes p {
  padding-top: 32px;
}


/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact {
  background: #fff;
}

#contact .contact-form,
#contact .contact-thumb {
  padding: 22px;
  min-height: 75vh;
}



#contact .contact-info {
  padding-top: 6px;
  padding-bottom: 6px;
}

#contact .form-control::-moz-placeholder{color:#121212;opacity:1}
#contact .form-control:-ms-input-placeholder{color:#121212}
#contact .form-control::-webkit-input-placeholder{color:#121212}

#contact .form-control {
  background: transparent;
  border: none;
  border: 2px solid #7eb3b5;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #ffffff;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #161616;
  padding-bottom: 10px;
}

#contact input[type="submit"]:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .fa {
  padding-right: 0px;
}

/*---------------------------------------
   Contact form        
-----------------------------------------*/


	@media only screen and (max-width: 580px) {
		#contact h3 {
	
			line-height: 30px;
			margin-bottom: 5px;
			
		}
			#contact h1 {
			margin-bottom: -16px;
			margin-top: -20px;
		
			
		}
	
}

.form-area {
	
	margin-bottom: -50px;
	padding-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    
	background-color: #011c29;
	color: #fff;
	
}

.footer-content {padding: 5px 0 20px 0;}

footer h3 {
font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}


.footer-link a:active,.footer-link a:link,.footer-link a:visited {
    color: #fff;
}

.footer-link a:hover{  color: #7cb3b5;}
 


@media only screen and (max-width: 529px){ 
.footer-content {padding: 0;}
	
	
}

/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid transparent;
    color: #999;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 4px 10px 4px;
}

.social-icon li a:hover {
    background: #7eb3b5;
    border-color: #ffffff;
    color: #ffffff;
    transform: scale(1.1);
}

/*---------------------------------------
   Partner section         
-----------------------------------------*/

.partner-logos {
	margin-bottom: -30px
}
	
	@media only screen and (max-width: 580px) {
.partner-logos {
margin-bottom: 0px
}
	
}



/*---------------------------------------
   Media - articles     
-----------------------------------------*/


.classic-title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
    font-weight: 300;
}


.classic-title span {
	padding-bottom: 8px;
	border-bottom: 1px solid;
	font-weight: 400;
}


.latest-posts-classic  {
	margin-bottom: 20px;
}


.post-row {
	margin-left: 55px;

}

.post-content {
	padding-top: 20px;
}

.post-content h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
	font-weight: 600;
}



.latest-posts-classic .left-meta-post {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
}

.latest-posts-classic .left-meta-post .post-date {
	padding: 8px 0;
	width: 42px;
	background-color: #444;
	color: #fff;
}

.latest-posts-classic .left-meta-post .post-date .day {
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-date .month {
	display: block;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-type i {
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	color: #fff;
	font-size: 1.4em;
}

.latest-posts-classic .post-title {
	margin-bottom: 5px;
}

.latest-posts-classic .post-title a {
	color: #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more {
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more:hover {
	color: #444;
}



/*************** Toggles & Accordion ***************/

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #fff;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 0;
    }


.panel-body {
    padding: 0 20px;
}






.panel {box-shadow: 0 1px 1px rgba(0,0,0,0);}




/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 32px;
	  margin-bottom: -16px;
			margin-top: -20px;
  }

  h2 {
    font-size: 28px;
    line-height: inherit;
  }

  h3 {
    font-size: 22px;
    line-height: 22px;
	  margin-bottom: -10px;
	padding-top: 5px;
  }
	
/*	#contact h3{padding-left: 22px;}	  */  
	
.background-image {
		width: 100%;
		margin: 15px 0 15px 0;
	}

	
	#education .education-thumb   {
  padding: 0 22px 0 22px;
}
		#education .education-thumb2   {
  padding: 0 22px 0 22px;
	margin-top: -10px;
}
	
#story .story-thumb   {
   padding: 0 22px 8px 22px;

}
	
		#about .about-thumb   {
  padding: 0 22px 0 22px;
}
	
	#home .home-thumb   {
  padding: 0 22px 0 22px;
}	
	
#home .home-img {
  background: url('../images/home-img2.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 50vh;
}
	
}

@media only screen and (max-width: 767px) {
  .custom-navbar .navbar-brand {
    line-height: 18px;
  }

  #home .home-thumb {
    height: auto;
    padding-top: 32px;
    padding-bottom: 12px;
  }

  #home .container,
  #about .container, 
  #experience .container,
  #service .container,
  #education .container,
	#story .container,
  #contact .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  #about .col-md-3,
  #experience .col-md-6,
  #education .col-md-6,
  #education .col-md-12,
  #story .col-md-6,
  #story .col-md-12,
  #contact .col-md-3 {
    padding: 0;
    margin: 0;
  }

  .background-image {
    position: relative;
    min-height: 300px;
	
  }
}

@media only screen and (max-width: 1024px) {
  .section-title {
    padding-bottom: 12px;
  }

  footer {
    padding: 40px 0;
  }
}
