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


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

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

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 32px;
  line-height: 46px;
}

h3 {
  font-size: 26px;
}

h4 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
}

p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
}

strong {
  font-weight: 400;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}


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

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

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

/*---------------------------------------
    Main Navigation
-----------------------------------------*/
.navbar-header a img {
    max-width: 240px;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-default {
    background: #ffffff;
    border: none;
    margin-top: 32px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-brand {
  padding-top: 6px;
}

h2 {
	border-bottom: 1px solid #c8c8c8;
	padding: 20px 0;
}
h3 {
	border-left: 3px solid #ef8200;
	padding-left: 15px;
	font-size: 2.46rem;
	color: #ef8200;
	margin-bottom: 15px;
}

/*---------------------------------------
    botimgcap section
-----------------------------------------*/
.botimgcap{
	text-align: center;
	padding: 20px;
}
.botimgcap img{
	max-width: 30%;
	vertical-align: top;
	margin-right: 2%;
}

/*---------------------------------------
    qr-cont section
-----------------------------------------*/
.qr-cont{
	display: -webkit-flex;
	display: flex;
	vertical-align: top;
}
.qr-cont .qr-img{
	font-weight: bold;
	text-align: center;
}
.qr-cont p{
	padding: 30px 0;
}
.qr-img {
  max-width: 300px;
  margin: 0 auto;
}
a.spvlink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ef8200;
  border: 1px solid #ef8200;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.spvlink:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.spvlink:hover {
  background: #fff;
  color: #ef8200;
}
a.spvlink:hover:before {
  border-top: 2px solid #ef8200;
  border-right: 2px solid #ef8200;
}
.pcv a.spvlink {
  max-width: 350px;
	margin: 10px auto 0;
}
.spv{
	display: none;
}

/*---------------------------------------
    flow section
-----------------------------------------*/
.flow li{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}

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

footer {
    padding: 20px 0px 10px;
    position: relative;
}
footer .container{
		text-align: center;
		border-top: 1px solid #c8c8c8;
}

footer .col-md-3 .fa {
  font-size: 42px;
}

footer a {
  color: #555;
}

footer hr {
  border-color: #ffffff;
  margin-top: 42px;
  margin-bottom: 22px;
}

footer .footer-copyright {
  padding-top: 16px;
}



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


@media (max-width: 767px) {

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
		text-align: left;
  }

  h3 {
    font-size: 22px;
  }

	.qr-cont{
		display: block;
	}
	.qr-cont .qr-img{
		text-align: center !important;
		padding: 15px 0 0;
	}
	.pcv p.qr-img{
	display: block !important;
	}

  footer {
    text-align: center;
  }

  footer .col-md-4 {
    padding-top: 42px;
  }
	.pcv{
	display: none;
	}
	.spv{
		display: block !important;
	}

}
