@charset "utf-8";
/* CSS Document */
p, h1,h2,h3,h4{margin: 0; padding: 0;}
.nav-fixed{position: fixed;
z-index: 300;
width: 100%;
top: 0;}
.blue-bg{background: #21493a; height: 36px;}
.white-shadow{ background: #ffffff;  box-shadow: 2px 10px 5px -8px rgba(0,0,0,0.63);
-webkit-box-shadow: 2px 10px 5px -8px rgba(0,0,0,0.63);
-moz-box-shadow: 2px 10px 5px -8px rgba(0,0,0,0.63); height: 100px;}
.btn-group-success .dropdown-menu {
  background-color: #51b351 !important;
}
.btn-group-success .dropdown-menu li > a:hover,
.btn-group-success .dropdown-menu li > a:focus {
  background-color: #5cb85c !important;
}
.logo-gap{padding: 11px 0 0 0;}
.btn-group, .btn-group-vertical {
    float: right!important; /*padding-top: 8px;*/
}
.last { margin-bottom: 0 !important; padding-right: 0 !important; }
a.drop-down{ color: #ffffff; padding-left: 20px;}

.banner-bg{background:url(../images/banner-bg.jpg) no-repeat center center; padding: 240px 0 70px 0; margin-top: 139px; background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}
.transparent-bg{background-color: rgba(33, 78, 53, .4); margin: 0 auto; padding: 10px 0; }
.need{color: #ffffff; text-transform: uppercase; text-align: center; font-size: 49px; font-weight: bold; font-family: "Open Sans";}
.turn{ color: #ffffff; text-transform: uppercase; text-align: center; font-size: 38px; font-weight: bold; font-family: "Open Sans";}
.btn-ban {
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  color:#ffffff;
  border-radius: 5px;
  padding: 10px 30px 10px;
  transition: all 0.7s ease-out;
  background:#21493a;
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  margin: 0.625rem;
  border: none;
  border: 1px solid rgba(223,190,106,0.3);
 font-size: 21px; font-weight: bold; font-family: "Open Sans";
}

.btn-ban:hover {
  color: #fff;
  border: 1px solid rgba(223,190,106,0);
	text-decoration: none; background:#33715a; 

  background-position: right center;
}
.ban-button{float: right;}
.services-hd{font-family: "Open Sans"; font-weight: bold; text-align: center; color: #297661; font-size: 41px; padding: 21px 0 0 0; text-transform: uppercase;}
.ser-small-hd{color: #297661; text-align: center; text-transform: uppercase; font-weight: bold; font-size: 16px; padding-bottom: 18px;}
.ser-cir{border-radius: 50%;}
.commercial{color: #0a460c; font-size: 18px; font-weight: bold; text-align: center; text-transform: uppercase;font-family: "Open Sans"; padding: 7px 0 7px 0;}
.commercial-small{color: #0a460c; font-size: 10px; font-weight: bold; text-align: center; text-transform: uppercase;font-family: "Open Sans"; }
.choose-bg{background: #21493a; margin:30px 0 0 0;}
.choose-hd{ text-align: center; color: #ffffff; font-size: 38px; font-weight: bold; font-family: "Open Sans"; padding: 29px 0 0px 0; text-transform: uppercase;}
.home-lines a{ color: #ffffff;}
.home-lines a:hover{ color: #ffffff; text-decoration: underline;}

.choose-hd a {
    
    color: #ffffff;
}

.choose-hd a:hover{
    
    color: #ffffff;
}
.choose-small{text-align: center; color: #ffffff; font-size: 16px; font-weight: bold; font-family: "Open Sans";}
.home-lines{color: #ffffff; font-family: "Open Sans"; font-size: 21px; font-weight: normal; text-align: left; line-height: 29px; padding: 40px 30px 50px 0;}
.home-pic{text-align: center; padding-top: 20px; margin-left: 60px;}
.grey-bg{ background: #e5e8e9; padding: 28px 0;}
.disposing-hd{font-family: "Open Sans"; font-size: 41px; font-weight: bold; text-align: center; text-transform: uppercase; padding-bottom: 10px;}
.disposing-small{font-family: "Open Sans"; font-size: 16px; font-weight: bold; text-align: center; text-transform: uppercase; padding-bottom: 10px;}
.disposing-lines{font-family: "Open Sans"; font-size: 17px; font-weight: normal; text-align: center; text-transform: capitalize; line-height: 20px; padding: 0 100px;}
.disposal-gap{margin-top:34px;}

.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 16px;
    font-family: "Open Sans";
    color: #000000;
    font-size: 15px;
    padding-top: 40px;

	  
  }
.picking-bg{background: url(../images/picking.jpg) no-repeat center center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto;
padding: 63px 0 63px 0;

background-position: center;
background-repeat: no-repeat;
background-size: cover; }

.picking-hd{ text-align: center; color: #ffffff; font-size: 38px; font-weight: bold; font-family: "Open Sans"; padding: 29px 0 0px 0; text-transform: uppercase; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}

.transparent-bg2 {
    background-color: rgba(0, 0, 0, .4);
    margin: 0 auto;
    padding: 10px 0;
}

.specialize-lines{text-align: left;
font-size: 14px;
line-height: 22px; padding-top: 10px;
}

/*============ Service Features style ============*/
.service-heading-block{
	display:block;
	margin-bottom:30px;
	}
.title {
  display: block;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 10px;
}
.sub-title {
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}
.feature-block {
  background-color: #fff;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 15px;
  transition:all ease .5s
}
.ms-feature:hover, 
.ms-feature:focus {
  background-color: #fafafa;
  box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 3px rgba(0, 0, 0, 0.12);
}
.fb-icon {
    /*border-radius: 50%;*/
  /*  display: block;*/
    font-size: 36px;
    height: 54px;
    line-height: 52px;
    text-align: center;
   /* margin: 1rem auto;*/
    width: 54px;
    transition: all 0.5s ease 0s;
}
.feature-block:hover .fb-icon,
.feature-block:focus .fb-icon {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  transform: rotate(360deg);
}
.fb-icon.color-info {
  background-color: #21493a;
  color: #fff; margin: 0 20px 0 0; padding-left: 15px;
}
.feature-block h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 1rem 0 1rem;
	font-family: "Open Sans"; 
	text-align: left;
	
}
.color-info {
  color: #46b8da;
}
.debris-lines{text-align: left; font-size: 14px; font-family: "Open Sans";  padding: 0 28px 0 0; line-height: 21px;}


.box_content {
    text-align: justify;
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    /*padding: 15px;*/
    background: #fff;
    color: #595959;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.number-name{font-size: 25px;
font-weight: bold;}

ol {
    counter-reset: li;
    list-style: none;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-left: -5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.rounded-list p {
    position: relative;
    display: block;
    padding: 10px 20px;
    margin: .5em 0;
    background: #f2f3f3;
    color: #59b95b;
    text-decoration: none;
    
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	font-size: 16px; 
	text-transform: uppercase; font-weight: bold;
}

.rounded-list p:before {
    
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #ffc923;
    height: 39px;
    width: 39px;
    line-height: 31px;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list p:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-list p:hover:before {
    background: #1da7e7;
    color: #fff;
}
.picking-button{text-align: center; padding-bottom: 30px;}

.btn-ban-pick {
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  color:#ffffff;
  border-radius: 5px;
  padding: 10px 30px 10px;
  transition: all 0.7s ease-out;
  background:#162023;
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  margin: 0.625rem;
  border: none;
  border: 1px solid rgba(223,190,106,0.3);
 font-size: 21px; font-weight: bold; font-family: "Open Sans"; 
}

.btn-ban-pick:hover {
  color: #fff;
  border: 1px solid rgba(223,190,106,0);

  background-position: right center;
}
.mak-exc{color: #297661; font-size: 41px; text-align: center; font-weight: bold; font-family: "Open Sans"; text-transform: uppercase;}
.mak-linesec{ color: #297661;
font-size: 15px;
text-align: left;
font-weight: normal;
font-family: "Open Sans";
text-transform: capitalize;
padding-bottom: 15px;
padding-left: 144px;
padding-right: 121px;}
.stay-info{color: #297661; font-size: 16px; text-align: center; font-weight: bold; font-family: "Open Sans"; text-transform: capitalize; font-style: italic;}
.last-line-spl{padding-bottom: 18px;}


.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  /*padding: 50px 0;*/
  /*background-color: #e91c5e;*/
	color: #000000;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 10px 20px;
    margin: auto;
	color: #000000;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #000000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #21493a;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #21493a;
    border-color: #21493a;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #000000;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000000;
    width: 80%;
    margin: auto;
	padding-bottom: 30px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

.profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.blue-bar-low{background: #21493a; margin-top: 3px; padding: 7px 0;}
.copy{color: #ffffff; font-size: 11px; font-family: "Open Sans"; }

/*.dropdown-menu {
  min-width: 260px;
  }
.btn-group-vertical {
float: right;
width: 46%;
margin-right: 10px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky
    pointer-events: none;
}
*/


.dropdown-menu {
  min-width: 350px;
  }
.btn-group-vertical {
float: left;
width: 46%;
margin-right: 10px;
}
.button-follow{background:#21493a;}
.button-follow:hover{background:#21493a; color: #ffffff;}
:focus{outline: 0;}
.turn a{ color: #ffffff;}
.turn a:hover{ color: #ffffff; text-decoration: underline;}


/*...................commercial debris................................*/

.debris-bg {
    background: #21493a;
    margin: 30px 0 0 0;
        margin-top: 30px;
    margin-top: 138px; padding-bottom: 20px;
}
.choose-small a{ color: #ffffff;}
.choose-small a:hover{ color: #ffffff; text-decoration: underline; }

.home-lines-com {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    line-height: 29px;
    padding: 10px 30px 30px 0;
}

.section .row{
    margin-top: 2%;
    margin-bottom: 3%;
}
.section .row .col-md-6{
    
    margin-right: -2%;
    padding: 2%;
}
.section h3{
    color: #004085;
}
.section p{
    margin-top: 2%;
    color: #545b62;
	margin-bottom: 2%;
}
.section img
{
    width: 100%;
}

ul{
    list-style:none;
}

.fa,.sm{
    font-size:11px !important;
}
.home-lines-com a{ color: #ffffff;}
.home-lines-com a:hover{ color: #ffffff; text-decoration: underline;}


/*............................residential..........................*/

.cleaning-hd {
    text-align: left;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    font-family: "Open Sans";
    padding: 29px 0 0px 0;
    text-transform: uppercase;
}

.cleaning-small {
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans";
}

.cleaning-small a {
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans";
}

.cleaning-small a:hover {
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans"; text-decoration: underline;
}

.cleaning-lines-com {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    line-height: 21px;
    padding: 10px 30px 11px 0;
}
.cleaning-lines-com a {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    line-height: 21px;
   
}

.cleaning-lines-com a:hover {text-decoration: underline;}

.help-hd {
    font-family: "Open Sans";
    font-weight: bold;
    text-align: left;
    color: #297661;
    font-size: 30px;
    text-transform: uppercase;
	padding: 20px 0;
}
.list-details{color: #545b62; font-size: 14px;}

/*.....................dumpster............................*/
.services-box {
    padding: 10px;
    background-color: #ffffff;
   
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	border: 1px solid #ccc;
border-radius: 10px;
}

.services-icon {
    font-size: 40px;
    color: #8980fe;
}

.service-name {
   /* margin-bottom: 15px;
    margin-top: 15px;*/
	text-decoration: underline;
font-size: 16px;
}
.text-small {
    font-size: 16px;
    color: #fff;
}
.dumspet-maindiv{margin-top: 140px;}
.we-need{text-align: left;
font-size: 14px;
font-weight: bold;}

.list-details-dump {
    color: #545b62;
    font-size: 14px;
    padding-left: 10px;
}

.service-name2 {
   /* margin-bottom: 15px;
    margin-top: 15px;*/
	text-decoration: none;
font-size: 16px;
}

h5.service-name2 a{ color: #000000; text-decoration: none!important;}
.btn-default-dump {
    color: #fff;
    background-color: transparent;
    border-color: #535353;
}
.btn-dump {
    border-radius: 45px;
    margin-bottom: 1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-ban-dump {
    display: inline-block;
    text-transform: uppercase;
    font-style: normal;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px 10px;
    transition: all 0.7s ease-out;
    background: #21493a;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0.625rem;
    border: none;
    border: 1px solid rgba(223,190,106,0.3);
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans";
	margin-bottom: 20px;
}

.service-name3 {
   /* margin-bottom: 15px;
    margin-top: 15px;*/
	text-decoration: none;
font-size: 16px; font-weight: bold;
}

h5.service-name3 a{ color: #000000; text-decoration: none!important;}
.footer-margin{ margin-bottom: 40px;}

a.btn-ban-dump {color: #fffffff;}

a.btn-ban-dump:hover{color: #ffffff; text-decoration: none;}


/*.............................service.............................*/
.service-map{margin: 30px 0;}


/*............................read our review....................*/
.read-margin{margin: 130px auto 40px auto;}

.testimonial-1 {
    background: #21493a;
    padding: 14px;
    color: #ffffff;
	border: 1px solid #21493a; border-radius: 7px;
}

.name {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: -3px
}

.place {
    font-size: 13px;
    color: #988c8c
}

.place-2 {
    font-size: 13px;
    color: #ffffff
}

.testimonial-2 {
    padding: 14px;
    color: #fff;
		border: 1px solid #21493a; border-radius: 7px;
	background: #ffffff;
}


.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 15px;
line-height: 20px;
  background: #21493a;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  color: #ffffff;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #21493a;
  border-right: 12px solid transparent;
  border-top: 12px solid #21493a;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}



/*...........................contact us...................................*/
.contact-margin{margin: 150px 0 60px 0;}
.help-hd a{color: #297661; text-decoration: none;}
.help-hd a:hover{color: #297661; text-decoration: underline;}
.contact-lines {
    text-align: left;
    font-size: 14px;
    font-family: "Open Sans";
    padding: 0 28px 0 0;
    line-height: 21px;
    padding-bottom: 20px;
}
#contact .card:hover i,#contact .card:hover h4{
	color: #21493a;
}

.fa-icon2{
    font-size:80px !important;
}
.contact-name{font-size: 20px;}
p a{ color: #000000;}

p a:hover{ color: #000000; text-decoration: underline;}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.get-in-touch .title {
  text-align: center;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}
.note .link {
  color: #888;
  text-decoration: none;
}
.note .link:hover {
  text-decoration: underline;
}
.controls{ margin: 40px 0 80px 0;}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 33px;
}
.star{color: red;}















/*.......................Responsive....................*/

@media(max-width:1000px){
	
	.btn-group, .btn-group-vertical {
    float: right!important;
    padding-top: 0px;
}
	.res-menu{ position: absolute;
top: 0px;}
	
	.navbar-expand-md .navbar-nav .nav-link {
    padding-right:22px;
	  padding-top: 4px;
  }
	
	
	
}

@media(max-width:768px){
	
	.number-name {
    font-size: 17px;
    font-weight: bold;
}
	
	.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    background: #226e51;
    padding-left: 20px;
    z-index: 1;
    color: #ffffff;
}
	
	
	
	.navbar-expand-md .navbar-nav .nav-link {
    padding-right:24px;
	  font-family: "Open Sans"; 
	  color: #000000; font-size: 12px;
	  
  }
	
	.dropdown:hover>.dropdown-menu {
  display: block!important;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
	
	.mak-exc {
    color: #297661;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans";
    text-transform: uppercase;
	line-height: 28px;
		padding-bottom: 10px;                                                                             
}
	
	.btn {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

 /* border: 1px solid transparent;*/
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
	
	.btn .btn-default:hover{text-decoration: underline;}
	
	
	.home-lines-com {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    line-height: 29px;
    padding: 10px 0px 10px 0;
}
	
	.services-hd {
    font-family: "Open Sans";
    font-weight: bold;
    text-align: center;
    color: #297661;
    font-size: 27px;
    padding: 21px 0 0 0;
    text-transform: uppercase;
}
	
	
	.debris-lines {
    text-align: left;
    font-size: 14px;
    font-family: "Open Sans";
    padding: 0 11px 0 0;
    line-height: 21px;
}
	.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
	.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
	
	.cleaning-hd {
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    font-family: "Open Sans";
    padding: 29px 0 0px 0;
    text-transform: uppercase;
}
	
	.cleaning-lines-com {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 19px;
    padding: 10px 6px 11px 0;
}
	
	.help-hd {
    font-family: "Open Sans";
    font-weight: bold;
    text-align: left;
    color: #297661;
    font-size: 28px;
    text-transform: uppercase;
}
	.dumpsmall-screen{margin-bottom: 10px;}
	
	.service-map{margin: 30px 0;}
	
	.testimonial-1 {
    background: #21493a;
    padding: 14px;
    color: #ffffff;
    border: 1px solid #21493a;
    border-radius: 7px;
    margin-bottom: 20px;
}
	
	.bubble {
    position: relative;
    font-family: sans-serif;
    font-size: 15px;
line-height: 20px;
    background: #21493a;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}
	.read-margin {
    margin: 130px auto 30px auto;
}

}

@media(max-width:736px){
	
	.navbar-expand-md .navbar-nav .nav-link {
    padding-right:24px;
	  font-family: "Open Sans"; 
	  color: #ffffff; font-size: 12px;
	  
  }
	
	/*.read-margin{margin: 120px 0 30px 0;}*/
}


@media(max-width:740px){
	
	.navbar-expand-md .navbar-nav .nav-link {
    padding-right:24px;
	  font-family: "Open Sans"; 
	  color: #ffffff; font-size: 12px;
	  
  }
	
	.btn-ban-dump {
    display: inline-block;
    text-transform: uppercase;
    font-style: normal;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px 10px;
    transition: all 0.7s ease-out;
    background: #21493a;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0.625rem;
    border: none;
    border: 1px solid rgba(223,190,106,0.3);
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans";
}
}


@media(width:1024px){
	
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 12px;
}
	.btn-ban-dump {
    display: inline-block;
    text-transform: uppercase;
    font-style: normal;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px 10px;
    transition: all 0.7s ease-out;
    background: #21493a;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0.625rem;
    border: none;
    border: 1px solid rgba(223,190,106,0.3);
    font-size: 10px;
    font-weight: bold;
    font-family: "Open Sans";
}
}


@media(max-width:850px){
	
	
	.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    background: #226e51;
    padding-left: 20px;
    z-index: 1;
    color: #ffffff;
}
	
	.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
	.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

	
	
	
	.services-hd {
    font-family: "Open Sans";
    font-weight: bold;
    text-align: center;
    color: #297661;
    font-size: 27px;
    padding: 21px 0 0 0;
    text-transform: uppercase;
}
	
	.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color:#000000; 
}

}

@media(max-width:767px){
	
	.img-fluid2 {
    max-width: 50%;
    height: auto;
}
	
	.white-shadow {
    background: #ffffff;
    box-shadow: 2px 10px 5px -8px rgba(0,0,0,0.63);
    -webkit-box-shadow: 2px 10px 5px -8px rgba(0,0,0,0.63);
    -moz-box-shadow: 2px 10px 5px -8px rgba(0,0,0,0.63);
    height: 98px;
}
	
	.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
	background: #226e51; padding-left: 20px;
	z-index: 1;
		color: #ffffff; padding-bottom: 20px;
}
	.logo-gap {
    padding:10px 0;
}
	.ban-button{float: none;}
	
	
	.banner-bg {
    background-image: url(../images/banner-bg.jpg);
    padding: 40px 0;
    background-repeat: no-repeat;
    margin-top: 137px;
}
	.need {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    font-family: "Open Sans";
}
	
	.nav-link {
    display: block;
    padding: 0;
        padding-top: 0.5rem;
        padding-right: 1rem;
}
	.turn {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: "Open Sans";
}
	
	.choose-hd {
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    font-family: "Open Sans";
    padding: 29px 0 0px 0;
    line-height: 29px;
}
	
	.choose-small {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans";
    padding-top: 14px;
}
	.home-pic {
    text-align: center;
    padding-top: 20px;
		margin: 0 auto;
display: block;
   
}
	
	.home-lines {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 29px;
    padding: 20px 0px 30px 0;
}
	
	.disposing-lines {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    line-height: 20px;
    padding: 0;
}
	
	.disposing-hd {
    font-family: "Open Sans";
    font-size: 27px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 29px;
}
	
	.disposing-small {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 16px;
}
	
	.feature-block h4 {
    font-size: 23px;
    font-weight: bold;
    margin: 1rem 0 1rem;
    font-family: "Open Sans";
}
	
	.choose-hd2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans";
    padding: 29px 0 0px 0;
    line-height: 5px;
}
	.choose-small2 {
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    font-family: "Open Sans";
    padding-top: 14px;
}
	.mak-linesec {
    color: #297661;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    font-family: "Open Sans";
    text-transform: capitalize;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
	
}

@media(max-width:900px){
	
	.home-pic {
    text-align: center;
    padding-top: 20px;
		margin: 0 auto;
display: block;
   
}
	.disposing-hd {
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 35px;
}
	
	.disposing-small {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
	
	.disposing-lines {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    line-height: 20px;
    padding: 0;
}
	
	.feature-block h4 {
    font-size: 23px;
    font-weight: bold;
    margin: 1rem 0 1rem;
    font-family: "Open Sans";
}
	
}


@media(min-width:900px) {
	
	.navbar-dark .navbar-nav .nav-link {
  color: #000000; text-align: center;
	
}
}



/*...........................animation...............................*/

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 


.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 



.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 


