 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
 body {
  padding-top: 75px;
  
  font-family: 'Roboto', sans-serif !important;
}
 h1 {
 	font-family: 'Roboto', sans-serif !important;
 }
 h2 {
 	font-family: 'Roboto', sans-serif !important;
 }
 h3 {
 	font-family: 'Roboto', sans-serif !important;
 }
 h4 {
 	font-family: 'Roboto', sans-serif !important;
 }
 h5 {
 	font-family: 'Roboto', sans-serif !important;
 }
 h6 {
 	font-family: 'Roboto', sans-serif !important;
 }
.theme-dropdown .dropdown-menu {

  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.normal {
/* height: 75px; /* this causes drop down to lose color ??? */ */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
background-color: #fff;
}

.normal .navbar-right {
padding-top: 12px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.navbar-brand {
padding: 0px !important;
}
.navbar-brand img {
max-height: 75px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink {
 height: 61px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
box-shadow: 0 -10px 11px rgba(0,0,0,.25), 0 2px 5px rgba(0,0,0,.22);
}
.shrink .navbar-right {
padding-top: 0px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink .navbar-brand img {
max-height: 50px;
margin-top: 10px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.navbar-brand, .navbar-nav>li>a {
	text-decoration: none;
    /* background-color: #ffffff !important; */
    color: #000;
 /*slider css start*/
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color: #000;	
	height: 24px;
}
.mt50 {
	margin-top: 50px;
}
h1.section-title.title-margin.text-center.test {
    color: #fff;
}
.bs-slider{
    overflow: hidden;
    max-height: 85vh;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40); 
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}
.m25 {
	margin-bottom: 10px;
}
form#contactForm {
    width: 80%;
    margin: 0 auto;
}
form#contactForm-1 {
    width: 80%;
    margin: 0 auto;
}
a.list-group-item.active.cps {
    color: #ffffff;
    font-size: 24px;
    margin-top: 1px;
    margin-bottom: 20px;
    text-align: center;
}
h1.cps {
    color: #127242;
    font-size: 24px;
    margin-top: 1px;
    margin-bottom: 20px;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    margin: 0 auto;
    background: #101010;
    color: #fff;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    font-size: 18px;
	width: 100px;
}
.form-right {
 background: #f1f1f1;
    padding: 20px 0px;
    margin-bottom: 50px;
}
a.list-group-item.active.cps {
    color: #127242;
    font-size: 24px;
    margin-top: 1px;
    margin-bottom: 20px;
    text-align: center;
}
.list-group.list-cust {
    border: 1px solid #f1f1f1;
    border-top: none;
}
.tamil > blockquote  {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 15.5px;
    border-left: 5px solid #127242; !important;
    background: #f1f1f1 !important;
    color: #0e0e0e !important;
}
p {
    line-height: 26px !important;
}
.s2 {
 color: #fff;
}
.s1 {
     color: #fff;
}

.slide-text > h1 {
    
    padding: 0;
     
    font-size: 36px;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
     
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #127242;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

/*.navbar {
    background-color: #70ac27 !important;
}*/
/*slider css end*/
.title-margin {
	    margin: 40px 0px;
	    margin: 40px 0px;
}
.icon-circle {
	width: 200px;
    border-radius: 50%;
    border: 1px dashed #333;
    height: 200px;
    margin: 0 auto;
}
.use-text  {
	text-align: center;
    font-weight: lighter;
}
.trademarks {
	text-align: center;
	margin: 60px;
	padding: 20px 20px;
	background-color: #f5f5f5;
	border-left:  5px solid #6b15a1;
	color:  #6b15a1;
}

/*about-us*/
 p.description-tew {
    text-align: left;
}

.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
       background-color: rgb(222, 222, 222);

}
a.list-group-item p {
    margin: 0px;
}
 
 .border {
    border-bottom: 1px solid #ddd;

 }

.lib-panel .lib-row.lib-header {
        background-color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-top: 25px;
     
}
.mb50 {
    margin-bottom: 50px;
}
.form-control {
    border-radius: 0px;
    height: 40px;
    background: #fff;
}
.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 3px;
    width: 35px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}
.about-desc {
    font-size: 18px;
    line-height: 1.5;

}
.lib-panel .lib-row.lib-desc {
      position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
    text-align: left;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}
/*
.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
*/
 
/*about-us*/
.scale {
	transform: scale(1.1);
}
.overflow {
	overflow: hidden;
}
h1.contact-head {
    font-size: 60px;
}
.address {
    box-shadow: rgb(171, 171, 171) -2px 0px 55px -100px inset, rgb(241, 241, 241) 2px 2px 53px 7px;
   color: #127242;
   padding: 10px;
   margin-bottom: : 40px;
}
.phone_bar {
	color: #127242;
	box-shadow: rgb(171, 171, 171) -2px 0px 55px -100px inset, rgb(241, 241, 241) 2px 2px 53px 7px;
    padding: 10px;
    margin: 40px 0px;
}
.email_bar {
	box-shadow: rgb(171, 171, 171) -2px 0px 55px -100px inset, rgb(241, 241, 241) 2px 2px 53px 7px;
	color: #127242;
    padding: 10px;
    margin: 40px 0px;
}
p.add-details {
    color: #333;
}
p.phone_bar {
	color: #333;
}
p.email_bar {
	color: #333;
}
h1.section-title {
    color: #127242;
}
.shadow {
	box-shadow: rgb(171, 171, 171) -2px 0px 55px -100px inset, rgb(241, 241, 241) 2px 2px 53px 7px;
}
}
.col-xs-12.col-sm-12.col-md-1.col-lg-1.spc {
    width: 5% !important;
}
   .header {
        color: #127242;
   
        padding: 10px;
    }

    .bigicon {
	  color: #127242;
	   font-size: 24px !important;
	   /* padding-right: 6px; */
	   margin: 15px
	}
	.bigicon1 {
    color: #127242;
    font-size: 24px !important;
    padding-right: 1px;
    margin: 5px;
}
    .btn-footer {
    	background-color: #127242;
    border: none;
    border-radius: 0px;
    width: 150px;
    color: #fff;
    }
	.btn-header {
         background-color: #ffffff;
    border-radius: 0px;
    width: 150px;
    height: 40px;
    color: #127242;
    border: 1px solid #3c763d;
    margin-top: 7px;
    padding-top: 12px;
    }
	.btn-header:hover {
     background-color: #127242;
    border-radius: 0px;
    width: 150px;
    color: #ffffff;
    border: 1px solid #3c763d;
    }
    .form-group {
    margin-bottom: 29px;
}
.mb100 {
	margin-bottom: 100px;
}
.our-product {
    border-top: 1px solid #ccc;
}

.about {
    border-top: 1px solid #ccc;
}
/*  bhoechie tab */
div.bhoechie-tab-container{
  
  margin-top: 60px;
 
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  border: none;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #7bba30;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  
  padding-left: 20px;
 
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	 background-color: #f1f1f1;
	 border: none;
}
h3.section-title2 {
        color: #127242;
    margin-bottom: 10px;
    font-size: 33px;
    text-align: left;
    margin-top: 0px;
}
.list-group-item {
	border: none;
}

.container-login {
    min-height: 0;
    width: 480px;
    color: #333333;
    margin-top: 40px;
    padding: 0;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-login > section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}
#top-bar {
    display: inherit;
}
.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
}
.container-login .nav-tabs.nav-justified > li > a,
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #ea533f;
    border: medium none;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}
.container-login .nav-tabs.nav-justified > .active > a,
.container-login .nav-tabs.nav-justified > .active > a:hover,
.container-login .nav-tabs.nav-justified > .active > a:focus {
    background: #ffffff;
    color: #333333;
}
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #de2f18;
}
.tabs-login {
    background: #ffffff;
    border: medium none;
    margin-top: -1px;
    padding: 10px 30px;
}
.container-login h2 {
    color: #ea533f;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f1f1f1;;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.container-login .checkbox {
    margin-top: -15px;
}
.list-group.list-cust {
    border: 1px solid #127242;;
}
.container-login button {
    background-color: #ea533f;
    border-color: #e73e28;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 100%;
}
.container-login button:hover,
.container-login button:focus {
    background: #de2f18;
    border-color: #be2815;
}

.quote {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
		  color:#fff;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
.container-fluid.test-monial {
    background: #127242;;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #127242;;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
div.picture1 {
   width:100px; /*width of your image*/
   height:100px; /*height of your image*/
 
   margin:0; /* If you want no margin */
   padding:0; /*if your want to padding */
}
	
	/* footer */
	
	@media (max-width: 768px) and (min-width: 320px)
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #ed1b34;
    z-index: 999;
}
.container-fluid {
    padding-left: 30px;
}
.container-fluid {
 
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
}
@media (max-width: 800px) and (min-width: 320px)
.footer {
    display: block;
}	
.footer.container-fluid {
    background-color: #127242;
    padding: 10px;
	z-index: 999;
	}
.foo-btn {
    background-color: white;
    padding: 13px;
    font-size: 19px;
    width: 129px;
	border: 1px solid #127242;
	color: #127242;
}
	
.fa.fa-phone.f1 {
    font-size: 32px;
    color: white;
	line-height: 58px;
	/* padding-left:42px; */
}
.fa.fa-envelope-open.f2 {
    font-size: 32px;
    color: white;
	line-height: 58px;
	padding-left:42px;
}
@media (max-width: 1920px) and (min-width: 698px)
.footer{
	display:none;
}
@media screen and (min-width: 700px) {
  .footer {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
	.footer {
    position: fixed;
    height: 74;
    bottom: 0;
    width: 100%;
}
/** hide nav menu icon on mobile **/

@media screen and (max-width: 600px) {
	..navbar-nav { display: none; }
}

h1.list-group-item, button.list-group-item {
    color: #555;
	font-size:15px;
}
.list-group-item {
    border: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 1px;
	margin-top: 1px;
    background-color: #fff;
    /* border: 1px solid #ddd; */
}
h1 {
    text-decoration: none;
}
h1.list-group-item:focus, h1.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
	#scrollToBottom {
	background-color:#ffffff;
    border-radius: 0px;
    width: 150px;
	height: 46px;
    color: #127242;
    border: 1px solid #3c763d;
	margin-top: 7px;
	padding-top: 12px;
	text-align:center;
	font-size: 18px;
			}
	#scrollToBottom:hover {
    
			background-color: #127242;
			border-radius: 0px;
			width: 150px;
			height: 46px;
				
			border: 1px solid #3c763d;
			margin-top: 7px;
			padding-top: 12px;
			text-align:center;
			font-size: 18px;
			text-align:center;
} 
/* #scrollToBottom {
	background-color: #127242;
    border-radius: 0px;
    width: 150px;
    height: 40px;
    color: #fffff;
    border: 1px solid #3c763d;
    margin-top: 7px;
    padding-top: 12px;
	text-align:center;
	font-size: 18px;
}
#scrollToBottom:hover {
    
	background-color: #fffff;
    border-radius: 0px;
    width: 150px;
    height: 40px;
    color: #ffff;
    border: 1px solid #3c763d;
    margin-top: 7px;
    padding-top: 12px;
	text-align:center;
	font-size: 18px;
	
} */

span.text1 {
    font-size: 18px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -1px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}