/*

Stimulus Template

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

*/

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

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


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

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

h1,h2,h3 {
  font-weight: 300;
  color: #38c8f5;
}

h1 {
  font-size: 42px;
  padding-bottom: 14px;
  margin-bottom: 0px;
  color: #fc7e2b;
}

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

h4 {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 6px;
}

h5 {
  color: #666666;
}
p {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.2px;
}

strong {
    color: #232B2B;
    font-weight: normal;
}
#terms-conditions,
#contact {
  position: relative;
}

#home .container,
#terms-conditions .container, 
#contact .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#terms-conditions .container {
	margin-top: 98px;
}
#data,
#quotes,
footer {
  text-align: center;
}
#terms-conditions .bg-red {
	background: #eb302a
}
#data .bg-violet {
  background: #67328F;
}
#data .bg-dark {
    background: #161616;
}
.bg-white {
  background: #ffffff;
}

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

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

a {
  color: #cd07e1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
  font-weight: normal;
}
a:hover, a:active, a:focus {
  color: #68328f;
  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;
}

/*---------------------------------------
   Terms & Conditions section              
-----------------------------------------*/
#terms-conditions .col-md-6 {
    background: #fff;
    padding-right: 0;
    padding-left: 0;
}
#terms-conditions .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

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

#terms-conditions strong,
#terms-conditions span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
}
#terms-conditions .row {
    padding: 0 15%;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
#terms-conditions .terms-conditions-thumb {
    text-align: center;
    margin: 60px 0;
    font-size: 2.5em;
}
#terms-conditions .terms-conditions-thumb p {
	text-align: left;
}

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

@media only screen and (max-width: 767px) {
  .custom-navbar .navbar-brand {
    line-height: 18px;
  }
#terms-conditions .container {
	height: auto;
	margin-top: 80px;
  }
  #terms-conditions .row {
	padding: 0 4%;
  }
  #terms-conditions .skill-thumb {
	padding: 0px 20px 52px 20px;
  }
  #terms-conditions .terms-conditions-thumb  p {
	text-align: justify;
  }
  #terms-conditions .skill-thumb h1 {
	margin-top: 0px;
    font-size: 37px;
    padding: 45px 0 30px 0;
  }

  #terms-conditions .col-md-3 {
    padding: 0;
    margin: 0;
  }
}

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

  footer {
    padding: 40px 0;
  }
}
