

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}



#home-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#home-slider .carousel .carousel-content {
  margin-top: 190px;
}

#home-slider .carousel .carousel-inside {
  margin-top: 90px;
}

#home-slider .carousel .slide-margin{
  margin-top: 40px;
}

#home-slider .carousel p {
  color: #fff;
  text-shadow:2px 2px 3px rgba(0, 0, 0, .8);
  font-size: 25px;
}

#home-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #5AA9DB;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#home-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#home-slider .carousel .item {
 /* background-position: 50%;*/
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 550px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#home-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#home-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}




#home-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#home-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#home-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#home-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


#home-slider #Schedule
{
  position: absolute;
  top: 18%;
background-color: green;
background:#333;

  color: #fff;
  right: 6%;
  display: inline-block;
  margin-top: -25px;
  min-height: 380px;
  border-radius: 4px;
  z-index: 5;
  text-align:center;
 
}
#home-slider .col27{
width:27%;
}

#schedule .contact-forms 
.form-group {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
  padding:5px 0;
  text-align:center;
}

.form-group .form-control {
  border-color:#d6d6d6;
  box-shadow: none;
}

#schedule .contact-wrap {
  margin-top: 0px;
}

a[href^='tel:']:link, a[href^='tel:']:visited {
	text-decoration: none;
	}
	
h4 a[href^='tel:']:link, h4 a[href^='tel:']:visited {
	color: #333333;
	text-decoration: none;
	}
	
a[href^='tel:']:hover, a[href^='tel:']:active {
	color: #6f757c;
	text-decoration: none;
	}

h4 a[href^='tel:']:hover, h4 a[href^='tel:']:active {
	color:#000;
	font-weight:bold;
	text-decoration: none;
	}

	
#Schedule p{
	font-weight:normal;
	font-size:22px;
	color:#fff;
	font-family:OpenSansLight,Helvetica,Arial,sans-serif;
	margin-top:7px;
	}
	
	
	#Schedule p span{
	font-weight:600;
	font-size:22px;
	color:#fff;
	font-family:OpenSansLight,Helvetica,Arial,sans-serif;
	}

.sch_bg{
background:#333;
width: 100%;
padding:5px 0;
float:left;
}

#Schedule .sch_label{padding-bottom:1px;}


.light-grey{
background:#f1f1f1;
}



#home-slider{
background:#222;
top: -20px;
}


.btn-orange {
    color: #ffffff;
    background-color: #f05f40;
}
.btn-small {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.4;
}

/****** fqa *************/
.faq-que {
    padding-top: 20px;
    background-color:#fff;
}
.faq-que1 {
    padding-top: 20px;
}
.faq {
    list-style: none;
    padding-left: 40px;
    padding-right: 20px
}

.faq li {
    margin-bottom: 15px
}

.faq-que h3 {
    font-weight: 700px
}

.faq li.active .answer {
    max-height: 275px!important;
    padding-bottom: 25px;
    transition: max-height .5s ease, padding-bottom .5s ease
}

.faq li.active .question {
    color: grey;
    transition: color .5s ease
}

.faq .answer {
    color: #222;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease, padding-bottom .5s ease
}

.faq .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 100px;
    left: -40px;
    top: 50%;
    z-index: 2
}

.faq .plus-minus-toggle:after,
.faq .plus-minus-toggle:before {
    background: #000;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px;
    transition: transform .5s ease
}

.faq .plus-minus-toggle:after {
    transform-origin: center
}

.faq .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg)
}

.faq .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg)
}

.faq .question {
    color: #555;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    transition: color .5s ease
}

@media screen and (max-width:767px) {
    .faq .question {
        font-size: 18px
    }
}

/********* call button ***********/
.phone{ height: 50px; width: 100%; position: fixed; bottom: 0px; background: #26b864  !important; display: none; z-index: 1000000; padding: 3px 15px;
text-align: center; color: #fff; font-size: 18px; font-family: 'Myriad Pro Bold'; line-height: 40px; }
@media screen and (min-device-width: 320px) and (max-device-width: 730px) {

.phone{  display: block;  }
.phone a{ color: #fff }
.phone img{ margin-right: 20px;  }
    }
.old-content{
  padding-top: 20px;
  padding-bottom: 20px;
}
.old-content1{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
/**************** footer ****************/
   .footer {
    background: #1d1d1d;
    padding: 3em 0;
}
.footer h3 {
    font-size: 2em;
    color: #f05f40;
    margin-bottom: 1em;
    font-weight: 200;
}
.footer-grid li {
    display: block;
    margin-top: 1em;
}
.footer-grid li a {
    font-size: 1em;
    color: #fff;
    display:inline-block;
    text-decoration: none;
    font-weight: 300;
    outline: none;
}
.footer-grid li a:hover {
    margin-left: .5em;
    color: #f05f40;
}  
.footer-grid li a i.fa {
    margin-right: 0.6em; 
}
.footer-grid.footer-tags {
    padding-left: 4em;
}
.footer-grid.w3social  li a i.fa { 
    width: 20px;
} 
.footer-grid form {
    position: relative;
    margin-top: 1em;
}
.footer-grid p {
    color: #fff; 
    font-weight: 300;
}

h1{
  font-size: 30px;
}
/********************** new style ***********************/
  .text-img1{
     background-color:#fff !important;
    padding-top: 30px;
        padding-bottom: 20px;

  }
   
.text-img{
   padding-top: 30px;
        padding-bottom: 20px;
}.section-title {
    padding-top: 20px;}
.service-tabs1{  padding-top: 30px;padding-bottom: 20px;text-align: center;}
.service-tabs{  padding-top: 30px;padding-bottom: 30px;text-align: center;     background-color:#fff !important;
}
.service-brand{
  padding-top: 10px;padding-bottom: 20px; background-color: #fff;
}

    .banner-text img{
width:100%; height:250px;     
border-radius: 28px;
    border-color: black;    }
/*****What makes Green Electronics*****************/
   .main-timeline{
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    padding: 20px 0;
}
.main-timeline .timeline{
    width: 80%;
    margin: 0 auto 20px;
    position: relative;
}
.main-timeline .timeline:after{
    content: '';
    height: 173px;
    width: 173px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 88px;
    top: 50%;
    z-index: 0;
}
.main-timeline .timeline-content{
    color: #333;
    padding: 15px 15px 15px 280px;
    border-radius: 40px;
    display: block;
}
.main-timeline .timeline-content:hover{
    color: #222;
    text-decoration: none;
}
.main-timeline .timeline-icon{
    color: #000;
    font-size: 60px;
    text-align: center;
    line-height: 130px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 100px;
    top: 50%;
    z-index: 1;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even):after{
    left: auto;
    right: 88px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 100px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 280px 15px 30px; }


}



@media only screen and (max-width:1200px){
    .main-timeline .timeline{ width: 100%; }
}
@media only screen and (max-width:767px){
    .main-timeline .timeline{
        padding-top: 109px;
        margin: 0 0 30px;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even):after{
        height: 110px;
        width: 110px;
        left: 50%;
        top: 0;
        transform: translateX(-50%) translateY(0);
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 15px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 35px;
        height: 90px;
        width: 90px;
        line-height: 70px;
        right: auto;
        left: 50%;
        top: 10px;
        transform: translateX(-50%) translateY(0);
    }
    .main-timeline .title{ font-size: 20px; }
}

/************ tabs ********************/
    
   
    a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    padding-left: 60px;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 15px;
    /*background: #f8333c;*/
    font-size: 17px;
    font-weight: 600;
    color: #555;
    border: none;
    /*border-top: 3px solid #f8333c;
    border-bottom: 3px solid #f8333c;*/
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    border: none;
    /*border-top: 3px solid #f8333c;
    border-bottom: 3px solid #f8333c;
    background: #fff;
    color: #f8333c;*/
}
.tab .nav-tabs li a:before{
    content: "";
    /*border-top: 15px solid #f8333c;*/
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{ left: 0; }
.tab .nav-tabs li a:after{
    content: "";
    /*border-bottom: 15px solid #f8333c;*/
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: -50%;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{ right: 0; }
.tab .tab-content{
    padding: 20px 30px;
    /*border-top: 3px solid #384d48;
    border-bottom: 3px solid #384d48;*/
    font-size: 17px;
    color: #555;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}
.tab .tab-content:before{
    content: "";
    /*border-top: 25px solid #384d48;*/
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.tab .tab-content:after{
    content: "";
    /*border-bottom: 25px solid #384d48;*/
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: -66px;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

/**** header ***********/
    <style type="text/css">
            
.contact-bnr-w3-agile {
    float: left;
}
.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
    padding: 13px 20px;
        color: #e15a1f;
  font-size:14px;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile ul li a{
      color: #101010;
  text-decoration:none;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  text-transform: lowercase;
  font-size: 15px;
}
.contact-bnr-w3-agile ul li a:hover{
   color: #0066b2;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile ul li i {
       color: #000000;
    font-size: 16px;
    margin-right: 15px;
}

  .navbar-nav li a{
    font-size: 18px;
  }

 .navbar-inverse{background-color: #fff;
    border-color: #fff;}
.copyright{
  padding-top: 15px;
  padding-bottom: 15px;
}

.social-icon {
    padding: 0;
    font-size: 0;
    height: 28px
}
.social-icon li {
    display: inline-block;
    margin-right: 8px
}

.text-center .social-icon li {
    margin: 0 2px
}

.social-icon li a {
    display: table
}

.social-icon .fa {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 28px!important;
    line-height: 1;
    font-size: 14px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    background: 0 0
}



.social-icon a:hover {
    text-decoration: none
}

.social-icon.circle .fa {
    border-radius: 50%
}

.social-icon.rounded .fa {
    border-radius: 3px;
    color:#fff;
   font-size: 27px;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  color: #fff;
  background-color: #333;


}

.social-bnr-agileits1{
  float:left;
  margin-left:1em;
}
.social-bnr-agileits1 ul li {
        display: inline-block;
    float: left;
    margin: 0px 6px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #e15a1f;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #e15a1f;
}
.social-bnr-agileits1 ul {
    margin-top: 10px;
}
.social-bnr-agileits1 ul li i {
    padding-top: 6px;
    color:#fff;
    font-size: 13px;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-bnr-agileits1 ul li:hover i{
  
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-bnr-agileits1 ul li:hover { 
    border: 2px solid #e15a1f;
   background: #e15a1f;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile1 {
    float: right;
}
.contact-bnr-w3-agile1 ul li {
    list-style: none;
  font-size:14px;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 5px;
}
.contact-bnr-w3-agile1 ul li a{
      color: #333;
  text-decoration:none;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  text-transform: lowercase;
  font-size: 15px;
}
.contact-bnr-w3-agile1 ul li a:hover{
   color: #333;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile1 ul li i {
       color: #333;
    font-size: 16px;
    margin-right: 15px;
}

  /* fixed social*/
#fixed-social {
   position: fixed;
   top: 130px;
   left: 0px;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 50px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 50px;
   margin-bottom: 1px;
   z-index: 2;
   font-size: 20px;
}
#fixed-social a:hover>span{
  visibility: visible;
  left: 0px;
  opacity: 1;
} 
#fixed-social a span {
  line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    height: 50px;
}
 .fixed-facebook{
  background-color: rgb(59, 89, 152);}
 
 .fixed-facebook span{
  background-color: rgb(59, 89, 152);}
 
 .fixed-twitter{
  background-color: rgb(85, 172, 238);
}
 .fixed-twitter span{
  background-color: rgb(85, 172, 238);
 }
 
 .fixed-reddit{
  background-color: rgb(255, 69, 0);

 }
 .fixed-reddit span{
  background-color: rgb(255, 69, 0);
 }
 .fixed-instagrem{
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);


 }
 .fixed-instagrem span{
background: #d6249f; }
 .fixed-pinterest{
  background-color: rgb(203, 32, 39);

 }
 .fixed-pinterest span{
  background-color: rgb(203, 32, 39);
 }
/*end fixed social*/
        @media screen and (max-device-width: 730px) and (min-device-width: 320px){
         .contact-bnr-w3-agile{display: none;} #navbar{padding:47px; padding-top: 5px;}
        .social-icon1{display: none;}}
        @media only screen and (min-width: 992px){
          .social-icon{ display: none;}.contact-bnr-w3-agile1{display: none;}}

          .logo a img{
            margin-top: -18px;
          }.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #333;
}.navbar-inverse .navbar-nav>li>a{
  color: #333;
}

/****** top icons ******/
.social-icon1 li a {
    display: table
}

.social-icon1 .fa {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 28px!important;
    line-height: 1;
    font-size: 14px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    background: 0 0
}

  

.social-icon1 a:hover {
    text-decoration: none
}



.social-icon1 .fa-pinterest {
    border-color: #d8545d;
    color: #d8545d;
    font-size: 20px;
}


.social-icon1 .fa-instagram {
    border-color: #faaa5e;
    color: #faaa5e;
        font-size: 20px;

}

.social-icon1 .fa-facebook {
    border-color: #677fb5;
    color: #677fb5;
        font-size: 20px;

}

.social-icon1 .fa-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
        font-size: 20px;

}



.social-icon1 .fa-reddit {
    border-color: #e299c2;
    color: #e299c2;
        font-size: 20px;

}
.social-icon1 {
    padding: 0;
    font-size: 0;
    height: 28px
}
.social-icon1 li {
    display: inline-block;
    margin-right: 8px
}
.social-icon1 {
    margin: 10px 50px 0px 0px !important;
    
}.logo1 a{
color: #000;
font-size: 30px;
}

      /* fixed social*/
#fixed-social {
   position: fixed;
   top: 130px;
   left: 0px;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 50px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 50px;
   margin-bottom: 1px;
   z-index: 2;
   font-size: 20px;
}
#fixed-social a:hover>span{
  visibility: visible;
  left: 0px;
  opacity: 1;
} 
#fixed-social a span {
  line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    height: 50px;
}
 .fixed-facebook{
  background-color: rgb(59, 89, 152);}
 
 .fixed-facebook span{
  background-color: rgb(59, 89, 152);}
 
 .fixed-twitter{
  background-color: rgb(85, 172, 238);
}
 .fixed-twitter span{
  background-color: rgb(85, 172, 238);
 }
 
 .fixed-reddit{
  background-color: rgb(255, 69, 0);

 }
 .fixed-reddit span{
  background-color: rgb(255, 69, 0);
 }
 .fixed-instagrem{
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);


 }
 .fixed-instagrem span{
background: #d6249f; }
 .fixed-pinterest{
  background-color: rgb(203, 32, 39);

 }
 .fixed-pinterest span{
  background-color: rgb(203, 32, 39);
 }
/*end fixed social*/
