@charset "utf-8";
/* CSS Document */



a {
	outline: none;
	}

.bg_color {
	background-color: #191919;
	padding: 10px 0;
	}
.contact p {
	margin: 0;
	}
.contact p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;	
	text-decoration: none;
	}
.contact p i {
	font-size: 18px;
	padding-right: 10px;	
	}
.social {
	text-align: right;
	}
.social-share{
	 display: inline-block;
	 list-style: none;
	 padding: 0;
	 margin: 0;
}

.social-share li {
 	 display: inline-block;
}

.social-share li a {
	  display: inline-block;
	  color: #fff;
	  background: #404040;
	  width: 25px;
	  height: 25px;
	  line-height: 25px;
	  text-align: center;
}

.social-share li a:hover {
	  background: #079930;
	  color: #fff;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 12px 0 36px !important;
  padding-bottom: 0;
}

.navbar-nav{
  margin-top: 20px;
 }
.nav_pad {
	padding: 0;
	}

.navbar-nav>li{
  /*margin-left: 35px;
  padding-bottom: 28px;*/
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0; 
  color: #191919;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  /*line-height: 24px;
  display: inline-block;*/
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #079930;
 	color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  /*font-size: 36px;
  line-height: 50px;
  color: #fff;*/
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #079930;
  color: #fff;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #000;
  margin: 0 15px 0 0;
  position: relative;
}

.carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  left: -3px;
  top: -3px;
}

.carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #079930;
   margin: 0 15px 0 0;
   border: 1px solid #079930;
   position: relative;
}

.carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #079930;
  border: 1px solid #079930;
  left: -3px;
  top: -3px;
}
.banner {
	position: relative;
	/*margin-top: 88px;*/
	}
.text_bar {
	left: 6%;
    position: absolute;
    top: 25%;
	}
.heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	text-align: left;
	}
.para_head {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	}
.para_head span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	}
.more_but {
	  padding: 8px 20px;
	  background: #079930;
	  color: #fff;
	  display: inline-block;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 15px;
	  text-decoration: none !important;
	  float: left;
	  margin-top: 25px;
	}
.more_but.active,
.more_but:focus,
.more_but:hover {
	background: #000;
	color: #fff;
	}
.aboutus {
	padding: 80px 0;
	}
.about_text h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #191919; 
	position: relative;
	display: inline-block;
	margin: 0;      		
	}
.about_text h2:before {
	background-color: #e5e5e5;
    width: 100%;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.about_text h2:after {
	background-color: #079930;
    width: 66%;
    z-index: 1;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}

.center h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #191919; 
	position: relative;
	display: inline-block;
	margin: 0;      		
	}
.center h2:before {
	background-color: #e5e5e5;
    width: 100%;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.center h2:after {
	background-color: #079930;
    width: 29%;
    z-index: 1;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.whyus h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #191919; 
	position: relative;
	display: inline-block;
	margin: 0;      		
	}
.whyus h2:before {
	background-color: #e5e5e5;
    width: 100%;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.whyus h2:after {
	background-color: #079930;
    width: 19%;
    z-index: 1;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.know_readymix h2,
.know_readymix h2 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #191919; 
	position: relative;
	display: inline-block;
	margin: 0;      		
	}
.know_readymix h2:before,
.know_readymix h2 span:before {
	background-color: #e5e5e5;
    width: 100%;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.know_readymix h2 span:after {
	background-color: #079930;
    width: 50%;
    z-index: 1;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.about_text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #181818;
	margin: 28px 0;
	}
.more {
	  padding: 8px 20px;
	  background: #079930;
	  color: #fff;
	  display: inline-block;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 15px;
	  text-decoration: none !important;
	}
.more.active,
.more:focus,
.more:hover {
	background: #000;
	color: #fff;
	}
	
#services {
  background: url(../image/service_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 80px 0;
}

#services .paragraph,
#services h2{
  color: #fff;
}
#services .paragraph {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin: 34px 0;
	}
.services-wrap {
  padding: 40px 30px;
  background: #fff;
  margin: 0 0 40px;
}
.services-wrap.active,
.services-wrap:focus,
.services-wrap:hover {
	background-color: #079930;
	color: #fff;
	}

.services-wrap h3 {
  font-size: 15px;
  margin: 10px 0;
}
.services-wrap p {
font-size: 12px;
}

.services-wrap .pull-left {
  margin-right: 20px;
}
.head_text {
	text-align: left;
	}
.qualitybar {
	padding: 80px 0;
	}
.qa_qc {
	border: 1px solid #969696;
	overflow: hidden;
	}
.img_box {
	float: left;
    margin: 54px 30px;
    width: 19%;
	}
.qa_text {
	float: left;
    margin: 20px 25px;
    width: 61%;
	}
.qa_text h2 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #e5322d;
	}
.qa_text p {
	margin: 12px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #292727;
	font-weight: 300;
	}
.read {
	  padding: 8px 20px;
	  background: #e5322d;
	  color: #fff;
	  display: inline-block;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 15px;
	  text-decoration: none !important;
	}
.read.active,
.read:focus,
.read:hover {
	background: #000;
	color: #fff;
	}
.hse_text {
	float: left;
    margin: 20px 25px;
    width: 61%;
	}
.hse_text h2 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	color: #000;
	}
.hse_text p {
	margin: 12px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #292727;
	font-weight: 300;
	}

#content {
	background-color: #f5f5f5;
	padding: 80px 0;	
	}
.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-top: 70px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}
.whyus {
	text-align: center;
	}
.youtube {
	margin-top: 95px;
	}

.know_readymix h2 span {
	display: block;
	}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #181818; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}
.panel_listing {
padding: 0;
}
.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}
.panel-title {
	line-height: 24px;
	font-weight: 400;
	}
.panel-title>a{
  color: #fff;
  text-decoration: none;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #079930;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #079930;
  color: #fff;
}

.panel-heading.active a.accordion-toggle i{
  background: #181818;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #079930;
  color: #fff;
}
.knowus {
	padding: 80px 0;
	}
.help {
	background-color: #181818;
	padding: 30px 0;
	}
.call {
	background-color: #e5322d;
	display: inline;
	float: left;
	padding: 10px;
	margin-right: 22px;
	}
.id h6,
.enquiery h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin: 0;
	}
.id p,
.enquiery p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin: 10px 0;
	}
.id p span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	}
.mail {
	background-color: #349a27;
	display: inline;
	float: left;
	padding: 15px;
	margin-right: 22px;
	}


#back {
	background: url(../image/footer.png);
	background-size: cover;
	padding: 80px 0 40px 0;
	}
.widget h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	}
.widget p,
.widget p a {
	color: #e6e6e6;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 10px 0;
	text-decoration: none;
	}
.menu {
	padding: 0;
	display: inline-block;
	float: left;
	margin-right: 50px;
	}
.menu li,
.menu_right li {
	list-style-type: none;
	}
.menu li  a,
.menu_right li a {
	text-decoration: none;
	color: #e6e6e6;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	}
.menu li  a.active,
.menu li  a:focus,
.menu li  a:hover,
.menu_right li a.active,
.menu_right li a:focus,
.menu_right li a:hover {
	color: #079930;
	}
/*.widget h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #191919; 
	position: relative;
	display: inline-block;
	margin: 0;      		
	}
.widget h3:before {
	background-color: #e5e5e5;
    width: 100%;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}
.widget h3:after {
	background-color: #079930;
    width: 66%;
    z-index: 1;
	bottom: -16px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	}*/

.copyright {
	float: left;	 
	}
.copyright p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #fff;
	}
.copyright p span a {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #079930;
	text-decoration: none;
	}
.sponsor {
	float: right;	
	}
.sponsor p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #fff; 
	}
.sponsor p span a {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	background-color: #079930;
	padding: 3px;
	text-decoration: none;
	color: #fff;
	}
.bottom_foot {
	margin-top: 60px;
	}

/*about*/

.about_ban {
	position: relative;
	}
.about_head {
	position: absolute;
	top: -160px;
	}
.about_us {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	color: #fff; 
	font-weight: 700;	
	}
.over {
	padding: 80px 0;
	}
.overview_head h2 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000;  
	}
.overview_head p {
	color: #666666;
	margin: 10px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	}
	
/*services*/	
.services_head p {
	color: #666666;
	margin: 10px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	}
/*customer support*/	

.faq h2 {
	margin: 0 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #000;  
	}
.faq .ques {
	color: #181818;
	margin: 10px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	}
.faq .ques .question {
	color: #181818;
	margin: 10px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	}
.faq .ans {
	color: #666666;
	margin: 10px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	}
.faq .ans .answer {
	color: #666666;
	margin: 10px 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	}

/*contact*/		
.contact_id {
	padding: 0;	
	margin-top: 10px;
	}
.contact_id li {
	list-style-type: none;
	margin-bottom: 7px;
	}
.contact_id li span {
	display: block;
	padding-left: 18px;
	}
.contact_id li i {
	padding-right: 10px;
	}
.contact_id li i.active,
.contact_id li i:focus,
.contact_id li i:hover {
	color: #079930;
	}
.contact_us {
	color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
	}
.map {
	border: 1px solid #000;
	margin-top: 20px;
	}
.hello {
	color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
	}
.contact-form form {
	margin: 0 -15px;
}
.contact-form form .form-control, .contact-form .btn-submit {
	border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.contact-form form textarea {
	resize: vertical;
}
.contact-form .btn-submit {
	margin-left: 15px;
	background-color: #079930;
	color: #fff;
}
.btn-submit.active,
.btn-submit:focus,
.btn-submit:hover {
	background-color: #000;
	}
	
	
	
	

.head_services {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #4e4e4e;
	text-align: center;
	margin: 0;
	}
.serve {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #4e4e4e;
	text-align: center;
	margin: 20px 0;
	}
#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2 {
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4e4e4e;
	margin: 10px 0;
}
.feature-wrap h3 {
	color: #787878;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	}
.serve_section {
	padding: 80px 0 0;
	}
.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #079930;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #079930;
  color: #fff;
  box-shadow: inset 0 0 0 5px #079930;
  -webkit-box-shadow: inset 0 0 0 5px #079930;
  border: 3px solid #079930;
}
	
.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../image/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  padding: 0 40px;
  color: #787878;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

/*career*/

#career{
	padding: 80px 0 0;
	}
.career_services {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #4e4e4e;
	margin: 0;
	}
.job {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #4e4e4e;
	margin: 20px 0;
	}

ul.arrow,ul.arrow-double,ul.tick,ul.cross,ul.star,ul.rss{list-style:none;padding:0;margin:0}ul.arrow li::before,ul.arrow-double li::before,ul.tick li::before,ul.cross li::before,ul.star li::before,ul.rss li::before,ul.arrow li::after,ul.arrow-double li::after,ul.tick li::after,ul.cross li::after,ul.star li::after,ul.rss li::after{font-family:FontAwesome;font-size:11px}ul.arrow li::before,ul.arrow-double li::before,ul.tick li::before,ul.cross li::before,ul.star li::before,ul.rss li::before{margin-right:5px}ul.arrow li::before{content:"\f105"}ul.arrow-double li::before{content:"\f101"}ul.tick li::before{content:"\f00c"}ul.cross li::before{content:"\f00d"}ul.star li::before{content:"\f006"}ul.rss li::before{content:"\f09e"}
.apply {
	  padding: 8px 20px;
	  background: #079930;
	  color: #fff;
	  display: inline-block;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 15px;
	  text-decoration: none !important;
	  margin: 20px 0;
	}
.apply.active,
.apply:focus,
.apply:hover {
	background: #000;
	color: #fff;
	}
.job_desc {
	text-align: center;
	}
.job_desc h2 {
	margin: 0;
	}
.job_desc p {
	margin: 0;
	}
.job_desc p a {
	color: #000;
	text-decoration: none;
	}
.job_desc .text_left {
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #4e4e4e;
	}
.job_desc h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #4e4e4e;
	text-align: center;
	margin: 0;
	}
.job_desc p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #4e4e4e;
	text-align: center;
	margin: 20px 0;
	}
.span6 h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #000;
	font-weight: 700;
	margin: 0;
	}
.job_list {
	text-align: left;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #4e4e4e;
	}
.require {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4e4e4e;
	margin: 20px 0;
	}
.arrow li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 24px;
	}


/*body {
  margin: 0;
  padding-top: 60px;
}
header {
  background: #f07057;
}
.main-nav,
.main {
  position: relative; 
}
.main-nav {
  background-color: #00F;
  height: 80px;
  z-index: 150;
  margin-bottom: -80px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
header,
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 150;
}
.main {
  background: #f2f2e8;
  padding: 110px 50px 50px;
  column-count: 2;
  column-gap: 40px;
}*/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.parasection {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #4e4e4e;
	text-align: center;
	margin: 20px 0 40px; 
	}