*{
	padding: 0px;
	margin: 0px;
    box-sizing: border-box;
}
	.topBadding{
	    height:800px;
	    background-color:transparent;
	    display:none;
	}
@media (min-width: 768px){
	.columClient {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
}
@media (max-width: 768px){

	.columClient {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
    .topBadding{
	    display:block;
	}
}
.header {
 background-color: rgba(255,255,255,0.97);
  padding: 20px 0;
  height: 90px;
    width: 100%;
    position: fixed;
    z-index: 1000;
	
	border-bottom: 1px solid rgba(219,219,219,0.30);
}

#header #logo {
  float: left;
}


#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
	margin-top: -15px;
   
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo img {
    max-height: 55px;
      padding-left: 10px;
  }
}

.is-sticky .header {
  background-color: transparent;
}
/*slider*/
.cover-slides{
    height: 100%;
    overflow-x: hidden;
}
.cover-slides img
{
    max-width: 100%;
  height: 100%;
       -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size:cover;
    background-size: cover;
    position: relative;
     background-repeat: no-repeat;
}

.cover-slides .container{

	position: absolute;
	z-index: 20;
    top: 40%;
    padding-left: 100px;
}
.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}

.cover-slides  .btn{
	text-transform: uppercase;
	padding: 19px 36px;
}
.cover-slides  .btn{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.cover-slides  .btn-outline-new-white {
    color: #fff!important;
    background-color: #1d9639!important;
    background-image: none;
    border-color:   #1d9639;
}
.cover-slides  .btn-outline-new-white:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    
}
.cover-slides h1{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
   text-shadow:  2px 2px 3px #000!important;
}
.cover-slides p{
	font-size: 20px!important;
	color: #fff;
    text-shadow:  2px 2px 3px #000!important;
}
@media (max-width : 768px){
    .cover-slides .container{
        padding-left: 50px;
}
}
/*-----------------------------------Start About-----------------------------------------------*/
.about
{
      background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/aboutbc.jpg") fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
    margin-top: 0px;
    background-color: #fff;
   padding: 80px 0 60px 0;
    overflow-x: hidden;
}

.title h1 {
	
	color: #1d9639;
    font-size: 32px;
    font-weight: 700;
	padding-bottom: 10px;
}

.about .title p {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
   line-height: 20px;
}

@media (max-width : 768px){
    
   .about .title h1 {
    font-size: 18px;
   }
    
  .about .title p {
    font-size: 15px;
   }
}
/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-section-box{
	  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/aboutbc.jpg") fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
    margin-top: 0px;
    background-color: #fff;
   padding: 80px 0 60px 0;
    position: relative;
    overflow-x: hidden;

}
/*.about-section-box .img-fluid{
    box-shadow: 20px 20px 0px #92c938;
}*/
.about-section-box img
{
  /*padding-left: 120px;*/
    
}
.inner-column{
	text-align: left;
}
.inner-column h1{
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	color: #010101;
	font-weight: 500;
}
.inner-column h1 span{
	color:  #1d9639;
    font-size: 32px;
    font-weight: 700;
}

.inner-column p{
	font-size: 18px;
	color: #222222;
    font-weight: 400;
  
}
.inner-column ul li p
{
    font-size: 20px;
    font-weight: 500;
     padding-top: 10px;
}
.inner-column p  a
{
   font-size: 20px;
    font-weight: 500!important;
    color:  #1d9639!important;
    text-decoration: none!important;
}

.inner-column ul
{
    list-style: circle;
    color: #1d9639;
}
.inner-pt span
{
    color:  #1d9639;
    font-size: 32px;
    font-weight: 700;
}

@media (max-width : 768px){
    .inner-pt p
    {
       font-size: 15px!important; 
        font-weight: 300!important;
        padding-top: 20px !important;
    }
   .inner-column h1 {
    font-size: 15px;
       padding-top: 5px;
   }
    
  .inner-column h1 span {
    font-size: 18px;
   }
   .inner-column p
    {
        font-size: 15px; 
    }
    .about-section-box img
        {
        padding-left: 5px;  
        }
    .inner-column p  a
    {
        font-size: 18px;
    }
    .inner-column ul li p
    {
      font-size: 18px;  
    }
}
.app img
{
    max-width: 100%;
}
/*------------------------------------------------------------------
   Services
-------------------------------------------------------------------*/
#service
{
    overflow-x: hidden;
}
.serv1img
{
   overflow: hidden;
}
.serv1img
{
    background-image: url(../img/sermeasure.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    min-height: 400px;
    
}

.serv1
{
    background-color:#1d9639;;
   
    opacity: 1;
}
.serv2img
{
    background-image: url(../img/194.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    
}

.servicetitle{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 20px;   
    padding-left: 80px;
    padding-right: 80px;
}


.servicedescription{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: justify;
}
@media (max-width : 768px){
    .servicetitle{
       padding-left: 30px;
    padding-right: 30px;  
    }
    .servicedescription{
          padding-left: 30px;
          padding-right: 30px;
    }
    
}
.serv2
{
    background-color:#2f2f2e;
   
    opacity: 1;
}


/*------------------------------------------------------------------
   Products
-------------------------------------------------------------------*/

.product{
	padding:  80px 0 60px 0;
    overflow-x: hidden;
       /* background-color:  #fbeec8;
    background: linear-gradient(45deg, #c0ecc1 ,#fbeec8);*/
}
.product h5,h6
{
    padding-bottom: 10px;
    color: #1d9639;
}
.product .product-description 
{
    color: #1d9639!important;
     text-align: center;
  /* margin-bottom: 50px;*/
    font-weight: 400;
}
@media (max-width : 768px){
    
}
.carousel-inner .carousel-item .img-box{
	width: 350px;
	/*height: 270px;*/
}
.carousel-control-prev{
	/*left: -100px;*/
}
.carousel-control-next{
	/*right: -100px;*/
}
.carousel-indicators{
	top: 320px;
}
.fa-angle-left
{
    top: 30%;
    position: absolute;
    left: 40%;
}
.fa-angle-right
{
    top: 30%;
    position: absolute;
    left: 40%;
}


@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.carousel-control-prev{
		left: -5px;
	}
	.carousel-control-next{
		right: -5px;
	}
 	.carousel-indicators{
		top: 400px;
	}
}

#reviews .carousel-control-prev{
	background: #1d9639;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	border-radius: 4px;
	font-size: 14px;
	opacity: 1;
}
#reviews .carousel-control-prev:hover{
	background: #000;
	color: #ffffff;
}

#reviews .carousel-control-next{
	background: #1d9639;
	color: #ffffff!important;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	border-radius: 4px;
	font-size: 14px;
	opacity: 1;
}
#reviews .carousel-control-next:hover{
	background: #000;
	color: #ffffff;
}
.carousel-item p
{
    padding-bottom: 20px;
}

#doit {
    background: url(../img/redu.jpg) fixed center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  padding: 300px 0 300px 0;
}

/* ------------------------------------------------
      technology Section
--------------------------------*/
#technology {
    background:linear-gradient(rgba(73, 109, 15, .6), #0B6E21), url(../img/12730.jpg) fixed center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  padding: 80px 0 60px 0;
}
.techimage
{
    overflow: hidden;
    width: 100%;
}
.techimage img
{
    max-width: 100%;
}
.techsection-title{
      font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.technology-title
{
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}

.techsection-description
{
   color:  #ffffff;
   text-align: center;
   margin-bottom: 50px;
    font-weight: 400;
    font-size: 18px;
}
.technology-description p
{
    color: #fff!important;
    font-weight: 400;
    font-size: 18px;
}

.techinfo
{
    padding-top: 20px;
}
@media (max-width: 768px) {
  #technology .techsection-title{
     font-weight: 500;
  font-size: 18px;
   
  }
  #technology .techsection-description{
   font-size: 15px;
  }
   .technology-title 
    {
      font-size: 18px!important;  
    }
   .technology-description 
    {
       font-size: 15px!important;    
    }
    
}

/*--------------------------------------- Contact Section-------------------------------------------*/

.contact
{
    padding: 80px 0 40px 0;
    width: 100%; 
    background-image: url(../img/3145843.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
    background-size: cover;
	position: relative;
    overflow-x: hidden;
    
}
.contact::before {
   
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

@media (max-width: 768px) {
  .contact .row {
   padding-bottom: 5px!important;
  }
.info
{
  padding-bottom: 5px!important;
    border: none!important;
}
    .contact h2
    {
        font-size: 18px!important;
    }
    .contact p
    {
       font-size: 15px!important; 
    }
    
}
.contact .container{
	position: relative;
	z-index: 1;
}
.contact .row
{
    padding-bottom: 30px;
}
.contact h2
{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.contact p
{
    color: #fff;
}

.info
{
    border-left: 2px dashed  rgba(207, 166, 113, 0.5);
    
 
}
.contact_container
{
    
    padding-left: 20px !important;
}
.info ul {
    list-style: none;
    padding-top: 0px;
}

.info ul li {
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: lighter;
}
.info ul li:hover {
   color: #1d9639;
}
.info ul li i
{
    padding-right: 6px;
}
.company_info li:hover
{
   cursor: pointer!important;  
}
.company_info li a {
    color: #fff!important;
}
.company_info li a:hover {
    color: #1d9639!important;
    cursor: pointer!important;
}
.form-control
{
    
    border-radius: 0px;
    margin-bottom: 30px;
    background-color: transparent!important;
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
}
.form-control:focus
{
    background-color: #fff!important;
    border: 2px solid #1d9639!important;
}
.form-control:active
{
    background-color: #fff!important;
    border: 1px solid #1d9639!important;
}
.btn{
   background-color:  #1d9639!important; 
    padding: 10px 20px!important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}

.btn:hover
{
    background-color: #fff!important;
    color: #1d9639!important;
    border: 1px solid #000;
    
}
.footer
{
  background-color: #000!important;
     padding: 20px 0px 15px 0px;
    overflow: hidden;
}
.footer p
{
    color: #ffffff;
    font-size: 18px;
}
.footer a
{
    text-decoration: none;
    color: #ffffff!important;
}
.footer a:hover
{
    color: #1d9639!important; 
}
.footer col-lg-3:hover p
{
  color: #000!important;   
}
/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/

.contact-imfo-box{
	background: #1d9639;
	padding: 30px 0;
    overflow-x: hidden;
	/*border-radius: 100px;*/
}

.overflow-hidden {
    overflow: hidden;
}
.arrow-right::before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0px;
    top: 0;
    color: #fff;
    font-size: 45px!important;
    line-height: 50px!important;
}
.contact-imfo-box i{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #1d9639;
	font-size: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 18px;
}
.contact-imfo-box h4 {
    margin: 0px;
    margin-top: 5px;
	color: #ffffff;
	font-size: 23px;
	padding-bottom: 5px;
	font-weight: 500;
	line-height: 24px;
}
.contact-imfo-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 400;
    font-size: 18px;
}
.arrow-right {
    position: relative;
    padding-left: 10px;
}
@media (max-width: 768px){
.contact-imfo-box i{
       margin-bottom: 15px;
}
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area{
	padding-top: 50px;
	padding-bottom: 40px;
    overflow-x: hidden;
	background-color:  #1d9639;
}
.bg-f{
	background-image: url("../img/footerbc.jpg");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-f::before {
    background: #010101;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.footer-area .container{
	position: relative;
	z-index: 1;
}
.footer-area h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-area p{
	font-size: 16px;
	color: #ffffff;
	margin: 0;
    font-weight: 350;
	text-align: justify;
}

.footer-area p.lead{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0px;
     font-weight: 400;
    opacity: 1;
}
.footer-area p.lead a{
	color: #ffffff;
	margin-bottom: 15px;
}
.footer-area p.lead a:hover{
	color: #1d9639;
}
.footer-area p a{
	font-size: 18px;
    text-decoration: none;
	color: #ffffff;
}
.footer-area p a:hover{
	color: #1d9639;
}

.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe_form .form_input {
    display: block;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    float: left;
	font-weight: 400;
    width: 100%;
    transition: all 0.5s ease-in-out;
	border: 0px;
}

.subscribe_form .submit {
    background-color: #fff;
    color: #1d9639;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
	border: none;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
	background: #000;
}
.list-inline {
    
    text-align: center;
}


.list-inline-item 
.f-social {
    margin: 0px;
   
}
.f-social li {
	margin: 0px !important;
}

.f-social li a {
    font-size: 14px;
    color: #1d9639;
	width: 25px;
	height: 25px;
    padding-top: 5px;
	display: block;
	text-align: center;
	line-height: 25px;
	background: #000;
	margin: 0px;
}

.f-social li a:hover {
	background: #fff;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.footer-area .copyright{
	margin-top: 20px;
	position: relative;
	display: block;
	background-color: #010101;
	border-top: 1px solid rgba(207, 166, 113);
	padding: 30px 0;
	z-index: 1;
}

.footer-area .copyright .company-name {
	font-size: 18px;
	text-align: center;


}
.footer-area .copyright .company-name a{
	font-size: 18px;
 
}
/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb {
    padding: 180px 0 100px;
    background: url(../img/about.jpg) no-repeat;
    border-bottom: 5px solid #1d9639;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}
.all-page-title .container{
	position: relative;
	z-index: 2;
}
.all-page-title::before{
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;	
}
.all-page-title h1{
	font-size: 32px;
	color:  #ffffff;
	font-family: 'Rubik', sans-serif;
	padding: 0px;
	font-weight: 600;
}
.all-page-title p{
	font-size: 14px;
	color:  #ffffff;
	font-weight: 400;
}
.inner-pt{
	margin-top: 30px;
}
.inner-pt p{
	font-size: 18px;
}

/*-------------------------------Contact page----------------------------------*/
.contact-box .form-control[readonly]{
	background-color: #ffffff;
    
}

.contact-box .form-control{
	border-radius: 0px;
	min-height: 50px;
}
.contact-box .form-control{
	border: 1px solid  #1d9639;
	box-shadow: none;
}

.contact-box .form-group .picker__input.picker__input--active{
	border-color:  #1d9639;
}

.contact-box .submit-button{
	margin-top: 20px;
}
.contact-box .btn {
	color: #ffffff!important;
	background-color:  #1d9639!important;
	background-image: none;
	border-color:  #1d9639;
    opacity: 1;
}
.contact-box .btn:hover{
	color: #ffffff!important;
	background-color: #000000!important;
	border-color: #000000!important;
    opacity: 1;
}

.contact-box{
    	  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/aboutbc.jpg") fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
    margin-top: 0px;
    background-color: #fff;
   padding: 80px 0 60px 0;
    position: relative;
    overflow-x: hidden;
}
.heading-title h2
{
    color: #1d9639!important
}
.heading-title h5
{
    color: #1d9639!important
}
.map-full {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    margin: 0px auto;
}
/*-------------------------------------------Gallery page ---------------------------------*/
.gallery-box
{
   /*padding: 30px 0;*/
     background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/aboutbc.jpg") fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
    margin-top: 0px;
    background-color: #fff;
   padding: 80px 0 60px 0;
    position: relative;
    overflow-x: hidden;
}
.item img
{
    min-height:  100%;
	width: auto;
	cursor: pointer;
	transition: all .5s;
}
.item img:hover
{
	filter: contrast(180%);
  transform: scale(1.2);
	transition: all .5s;
}
.item{
	height: 200px;
	overflow: hidden;
	transition: all .5s;
}
.item:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.30);
	transition: all .5s;
}
.overlay-container{
    
     position:fixed;
    top:0;
    right:0;
    left:0;
   display: none;
    z-index: 1000;
	height: 100%;
	background-color: rgba(29,150,57,.95);
}
.overlay-inner{
    position: relative;
}
.img-container{
    
	height: 90%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#close{
    position: absolute;
    top:50px;
    right: 30px;
    font-size:35px;
	text-shadow: 2px 2px 4px #000000;
	color: rgba(255,255,255,.97);
	cursor: pointer;
}
#next{
     position: absolute;
    top:50%;
    right: 30px;
    font-size:20px;
text-shadow: 2px 2px 4px #000000;
	color: rgba(255,255,255,.97);	
	cursor: pointer;
}
#prev{
     position: absolute;
    top:50%;
    left: 30px;
    font-size:20px;
	text-shadow: 2px 2px 4px #000000;
	color: rgba(255,255,255,.97);
	cursor: pointer;
}
/*__________________________Product page__________________*/

.product-box
{
   
     background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/aboutbc.jpg") fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
    margin-top: 0px;
    background-color: #fff;
   padding: 80px 0 60px 0;
    position: relative;
    overflow-x: hidden;
}
.pro-item
{
    overflow: hidden;
    position: relative;
}
.pro-item img
{
    width: 100%;
    transition: all 0.5s ;
}
.pro-item:hover img
{
    transform:  scale(1.2);
}
.overlay
{
    position: absolute;
    transition: all 1s;
    background-color: white;  
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 100%;
    text-align: center;
    
}
.overlay h5
{
    color: #1d9639;
    font-size: 20px!important;
}
.overlay p
{
    padding-bottom: 5px;
}
.pro-item:hover .overlay
{
   
    top: 60%;
    transform: scale(1.1);
}
.overlay a
{
    text-decoration: none;
    color: #000;
}

@media (max-width: 768px){
    
    .overlay h5
{
    font-size: 18px;
   
}
.overlay p
{
    font-size: 15px;
     padding-bottom: 12px;
   
}
    
}
/*________________________back to up--------------------*/

#btnUp .btn1
{
    background-color: #1d9639;
 
}
#btnUp .btn1:hover
{
    background-color: white;
    color:  #1d9639;
}
#btnUp
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    background-color: #1d9639!important;
    padding: 10px !important;
    font-size: 14px;
    border-radius: 5px;
  
}
#btnUp i
{
      color: white;
}
/*______________________________________Preloader______________________*/
.spinner {
  width: 50px;
  height: 50px;
	top: 25%;
  position: relative;
  margin: 250px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
#loading
{
    width: 100%;
    height: 100%;
    background-color: #1d9639;
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 64764647;
}