/*Style*/
*{
    margin: 0px;
    padding: 0px;
}
body{
    overflow-x:hidden;
    font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
a:hover {
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.header-logo-section {
    padding: 15px 0px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.sticky + .content {
  padding-top: 60px;
}

/*Nave End*/
.logo a img{
    width: 30% !important;
}
/*slider to*/
/*
.carousel, .item {
    height: 800px;
}
*/
.carousel-inner {
  height: 100%;
/*  background: #000;*/
}
.carousel-caption {
    padding-bottom: 230px; 
}
.carousel-caption h2 {
    font-size: 40px;
    font-weight: 700;
    background: #00000057;
    padding: 30px;
    width: max-content;
    margin: auto;
}
h2{font-size: 60px;}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
/*    opacity:0.6;*/
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}
.btn-rounded {
  border-radius: 70px;
}
.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.light-section{
    padding: 30px;
    background: #e7ffe7;
}
.heading-light h1{
    margin: 0;
    font-weight: 700;
    color: #007F00;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}

.light-text {
    color: #fff;
    background: #007f00;
    text-align: center;
    padding: 10px
}
.light-text h5{
    color: #fff;
    background: #007f00;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px; 
    margin: 0px;
}

.light-text p{
    color: #fff;
    text-align: left ;
    padding: 5px 0px; 
}
.lighting-box-section{
    margin: 30px 0px 30px 0px;
}
.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 22px 4px #c4c4c4;
}
.assist-section{
    padding: 30px;
}
.assist-heading h2{
    margin: 0;
    font-weight: 700;
    color: #007F00;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}
.assist-text p {
    padding: 20px 0px 0px 0px;
    text-align: center;
    margin-bottom: 40px;
}
.iocn-bg{
    text-align: center;
    background: #007f00;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
}
.iocn-bg span {
    font-size: 26px;
    color: #fff;
    padding: 27px;
}
.ass-icons {
    text-align: center;
    margin: 20px 0px;
}

.ass-icons h5{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.owl-s{
    border: 1px solid #ccc;
    margin: 20px 0px;
}
.item-h{
    height: auto;
}
.owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 7px;
    border-radius: 3px;
    background: #007f00;
    display: inline-block;
}

.our_c{
     padding: 30px;
}

.our-c-heading h3{
    margin: 0;
    font-weight: 700;
    color: #007F00;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}
.testimonial-heading h2 {
    margin: 0;
    font-weight: 700;
    color: #007F00;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -58px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -58px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #fff;
}
#quote-carousel .carousel-indicators .active 
{
  background: #007f00;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.co-h{
    height: 200px;;
}
.pad-testimonial{
    padding-right: 20px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.footer{
    background: #181a18;
    padding: 20px 0px;
}

.copyright p {
    background: #181a18;
    color: #007f00;
    margin-bottom: 0;
    text-align: center;
}







/* About us section */
.about_info{
    padding: 40px 0px;
}
.about-us-banner{
    background: url(../images/Banner-inner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.aboutus-banner-heading{
    padding: 100px 0px;
    position: relative;
}
.all-pagebanner-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}
.about-text{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 20px 0px;
    margin: 20px 0px;
}
.banner-heading-a h1{
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 52px;
    text-transform: uppercase;
}

.our_pop{
    padding: 6px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #007f00;
}
.our_sub{
    padding: 7px 15px 7px 15px;
    text-align: center;
    background: #007f00;
    color: #fff;
    border-radius: 5px;
    border: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    color: #007f00;
    font-size: 20px;
    font-weight: 600;
}
#btn-enq{
    background: #007f00 !important;
    margin: 20px 0px !important;
}

.brochure {
    margin: 10px auto 0px !important;
    display: block;
    text-align: center;
}
.key-listing ul li, .liststyle-section ul li, {
    list-style: disc;
	padding: 10px 0px;
	}
.multi-list ul li{
    list-style: disc;
}
.multi-right{
    padding-left: 20px;
}
.rov-heading h1{
	font-size: 30px;
	font-weight: 600;
	color: #007F00;
}

.key-heading h2{
	font-size: 30px;
	font-weight: 600;
	color: #007F00;
}

.attachments-heading h3{
	font-size: 30px;
	font-weight: 600;
	color: #007F00;
}
.keyfram-heading, .savior-heading-in {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 30px 0px;
    margin-bottom: 30px;
}
.scitr-h{
    height: auto;
}
.scitr-slider{
    margin: 30px 0px;
}

.tranning-range-heading-sec h3{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
}
.traning-pad{
    padding: 30px 0px
}
.ranning-box{
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 5px;
}
.chart-sec-heading{
    font-size: 20px;
    text-align: center;
    padding: 12px;
    background: #E7FFE7;
    margin: 0px;
    color: #000;
    font-weight: 600;
}
.chart-sec-heading p{
    margin: 0px;
}
.chart-discraption{
    padding: 10px 0px;
    font-weight: 900;
}
.chart-img-sec-top{
    margin: 30px 0px;
    text-align: center;
}
.n-box {
    background: #e7ffe782;
    border-bottom: 3px solid #007f00;
    margin: 20px 0px;
}
.box-over{
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}
.chart-heading h1{
    font-size: 20px;
    color: #007f00;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    padding: 10px 0px;
    width: max-content;
}
.sidebar-navbar-a{
    padding: 15px;
}
.sidebar-navbar-a li a{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.sidebar-navbar-a li :hover {
    color: green;
}
.recessed-box{
    overflow: hidden;
}
.recessed-box-img-sec {
    border: 1px solid #ccc;
    box-shadow: 1px 5px 17px 6px #f3f3f3;
    margin: 30px 0px;
    padding: 10px;
    font-size: 14px;
    height: 370px;
}
.recessed-box-img-sec h5{
    font-size: 20px;
    font-weight: 600;
    font-family: lato;
}
.leds-full-disc{
    padding: 15px;
}
.solar-section-img, .solar-section-img-con, .rsolarled-home-light{
    margin: 30px 0px;
}


/*Tables*/
.open-circuit-section-heading {
    margin: 20px 0px;
}
.open-circuit-section-heading h3{
    font-size: 30px;
    font-weight: 600;
    color: #007F00;
    padding: 30px 0px 0px 0xp;
    text-transform: uppercase;
}
.tablepress .odd td {
    background-color: #f9f9f9;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
table {
    background-color: transparent;
    width: 100%;
}
.odd-new{
    background: #007f00;
    color: #fff;
}
.ied-briefcases-headings, .ied-briefcases-cont-headings{
    padding: 9px;
    text-align: center;
    background: #007f00;
    color: #fff;
}
.listtype-a{
    list-style: lower-alpha;
    margin: 10px 22px;
}
.model-listing{
    list-style: disc;
    margin: 10px 22px;
}
.model-room-img-se{
    margin: 20px 0px;
}
.explor p{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    
}
.ol-list{
    margin: 16px 36px;
}
.contactus-f{
    margin: 30px 0px
}
.contactus-heading h3{
    font-size: 20px;
    font-weight: 800;
}
.ccontact-form{
    width: 600px;
    margin: auto;
}
.contac-form-section{
    margin-bottom: 30px;
}
.contac-form-section h4{
    text-align: center;
    font-weight: 700;
    padding: 21px;
}
.inp_cont{
    padding: 10px 20px;
    color: #fff;
    background: #007f00;
    border: #007f00;
    border-radius: 5px;
}












@media (max-width: 768px){
    .testimonial-heading h2, .our-c-heading h3{
        font-size: 20px;
        text-align: center;
    }
    
	.carousel-caption {
		padding-bottom: 40px;
		width: 100%;
		margin: auto;
		display: block;
		left: 0;
		right: 0;
	}
    .carousel-caption h2{
        font-size: 20px;
        padding: 20px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        width: 25px;
    }
	.ccontact-form {
		width: 100%;
		margin: auto;
	}
	#quote-carousel {
		margin-bottom: 100px;
	}
	.carousel-inner{
		height :auto !important;
	}
	.pad-testimonial {
		font-size: 16px !important;
	}
	mobile-tst{
		display:none;
	}
	#quote-carousel .carousel-control.right {
		right: 0px !important;
	}
	#quote-carousel .carousel-control.left {
		left: 0px !important;
	}
	.design-by{
		margin:30px 0px 0xp 0px;
	}
	.calling-btn-top a {
		float: none !important;
		position: relative !important;
		top: -8px !important;
		font-size: 10px !important;
		font-weight: 800 !important;
		text-align: center !important;
		display: block !important;
	}
}



@media (max-width: 480px){
	.carousel-caption {
		padding-bottom: 40px;
		width: 100%;
		margin: auto;
		display: block;
		left: 0;
		right: 0;
	}
    .carousel-caption h2{
        font-size: 12px;
        padding: 20px;
    }
    .testimonial-heading h2, .our-c-heading h3{
        font-size: 20px;
        text-align: center;
    }
	.ccontact-form {
		width: 100%;
		margin: auto;
	}
	#quote-carousel {
		margin-bottom: 100px;
	}
	h1, h2, h3{
		font-size:20px;
	}
	.carousel-inner{
		height :auto !important;
	}
	.pad-testimonial {
		font-size: 16px !important;
	}
	.mobile-tst{
		display:none;
	}
	#quote-carousel .carousel-control.right {
		right: 0px !important;
	}
	#quote-carousel .carousel-control.left {
		left: 0px !important;
	}
	.design-by{
		margin:30px 0px 0xp 0px;
	}
	.calling-btn-top a {
		float: none !important;
		position: relative !important;
		top: -8px !important;
		font-size: 10px !important;
		font-weight: 800 !important;
		text-align: center !important;
		display: block !important;
	}
}

@media (min-width: 480px) and (max-width:768px){
	h1, h2, h3{
		font-size:20px;
	}
	.carousel-inner{
		height :auto !important;
	}
	.pad-testimonial {
		font-size: 16px !important;
	}
	.calling-btn-top a {
		float: none !important;
		position: relative !important;
		top: -8px !important;
		font-size: 10px !important;
		font-weight: 800 !important;
		text-align: center !important;
		display: block !important;
	}
}