/* Commomn styles */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
a {
  color: #000000;
  font-size: 14px;
  transition-duration: 0.4s;
}
a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition-duration: 0.4s;
  font-size: inherit;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.col-1by5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.pad-none {
  padding-left: 0px;
  padding-right: 0px;
}
.pad-left-none {
  padding-left: 0;
}
.pad-right-none {
  padding-right: 0;
}
.pad-5-row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.pad-5-row > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.white-bg {
  background: #fff;
}
p {
  font-weight: 300;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 23.61px;
  margin-bottom: 25px;
}
p.alt {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
}
/*  Commomn styles end */
/* header styles start */
.header-top {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.top-contact {
  float: right;
}
.top-contact ul {
  list-style: none;
  padding-left: 0px;
}
.top-contact ul li {
  float: left;
  padding-left: 15px;
}
.top-contact ul li a {
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  color: #151515;
}
.top-contact ul li a:hover {
  color: #ec1b25;
}
.top-contact ul li a img {
  width: 25px;
  margin-right: 7px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
  margin-top: -45px;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand > img {
  display: block;
  width: 150px;
}
.navbar-right {
  float: right !important;
  margin-right: -15px;
  margin-top: 7px;
}
.navbar-default .navbar-nav > li > a {
  color: #06377b;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #ed1b24;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #ed1b24;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #ed1c25;
  background-color: transparent;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding: 0;
}
.dropdown-menu > li > a {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  padding: 8px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ec1b25;
}
.btn.calc-btn {
  background-color: #06377a;
  border-radius: 47px;
  color: #fff !important;
  font-weight: 600 !important;
}
.btn.calc-btn:hover {
  background-color: #ec1b25 !important;
  color: #fff !important;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
/*  header styles end  */
/* banner style start */
.carousel-caption {
  right: 50%;
  left: 7%;
  background-color: rgba(6, 55, 122, 0.5);
  padding: 25px 45px;
  text-align: left;
  bottom: 31%;
}
.carousel-caption h3 {
  font-size: 30px;
  font-weight: 600;
  text-shadow: none;
  line-height: 42px;
}
.carousel-caption span {
  font-size: 51px;
  font-weight: 800;
}
.carousel-caption p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 23px;
  margin-bottom: 25px;
}
.carousel-caption .banner-btn {
  background-color: #fff;
  color: #ec1b25;
  padding: 10px 25px;
  border-radius: 32px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
}
.carousel-caption .banner-btn:hover {
  background-color: #ec1b25;
  color: #fff;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
}
.carousel-indicators {
  bottom: 10px;
  right: 0% !important;
  width: 10%;
  left: auto;
}
.carousel-indicators li {
  display: inline-block;
  width: 25px;
  height: 7px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 4px;
}
.carousel-indicators .active {
  width: 25px;
  height: 7px;
  margin: 0;
  background-color: #fff;
  border: none;
}
.whatsapp-icon {
  background-color: #0dc142;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 29px;
  text-align: center;
  line-height: 59px;
  top: 90%;
  z-index: 999;
}
/* banner style end */
/* about section style start*/
.intro_section {
  padding: 50px 0px 0px 0px;
  background-color: #fafafa;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.short-filim.vide-page-list {
  margin-top: -125px;
}
.video-gal .embed-responsive > img:hover + a img, .embed-responsive a:hover img, .about-section:hover .short-filim .embed-responsive a img {
  border: 1px solid #eb3a3b;
  background-color: #eb3a3b;
  border-radius: 45px;
  padding: 10px 10px;
  transition: all .4s;
}
.vide-page-list .embed-responsive a img {
  position: absolute;
  bottom: 243px;
  max-width: 68px;
  left: 45%;
  text-align: center;
}
.vide-page-list .embed-responsive-16by9 {
  height: 555px !important;
}
.video-ht {
  height: 500px;
}
.intro-text-section {
  padding-left: 40px;
  padding-right: 40px;
}
.intro_section h1 {
  font-size: 27px;
  margin-top: 0px;
  line-height: 33px;
  margin-bottom: 24px;
}
.intro_section span {
  font-weight: 800;
  color: #ed1c24;
}
.intro_section p {
  font-weight: 500;
  font-size: 17px;
  text-align: justify;
  color: #151515;
  line-height: 23.61px;
  margin-bottom: 20px;
  font-family: 'Rajdhani', sans-serif;
}
.intro_section .intro-btn {
  background-color: #fdb713;
  color: #fff;
  float: left;
  padding: 10px 30px;
  border-radius: 0px;
  border-bottom: 1px solid #06377a;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.intro-btn:hover {
  background-color: #d42428;
}
.year-exc img {
  width: 160px;
  float: right;
  margin-top: -15px;
}
/* about section style end*/
/* choose-inverter-section style start*/
.choose-inverter-section {
  margin-bottom: 50px;
}
.choose-inverter-section h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}
.inverter-box-section {
  padding-left: 52px;
  background-position: 0px 0px;
  padding-top: -30px;
  margin-bottom: 70px;
  background-repeat: no-repeat !important;
  margin-right: 40px;
  margin-left: 80px;
}
.generate {
  background: url("../img/generate.png");
  margin-top: 70px;
}
.reduce {
  background: url("../img/reduce.png");
  margin-top: 70px;
}
.inverter-box-section h3 {
  font-size: 22px;
  font-family: 'Rajdhani', sans-serif;
  margin-top: 0px;
  margin-bottom: 1px;
  font-weight: 500;
  color: #06377b;
}
.inverter-box-section p {
  font-weight: 500;
  font-size: 22px;
  color: #06377b;
  line-height: 23.61px;
  margin-bottom: 2px;
  font-family: 'Rajdhani', sans-serif;
}
.inverter-box-section span {
  font-weight: 900;
  font-size: 28px;
}
.section-box {
  margin-top: 70px;
}
.calc-btns {
  border: 1px solid #06377b;
  margin-top: 9px;
  border-radius: 0px;
  padding: 5px 28px;
  color: #fff !important;
  background-color:#06377b;
  font-weight: 600;
}
.calc-btns:hover {
  border: 1px solid #06377b;
  margin-top: 9px;
  border-radius: 0px;
  padding: 5px 28px;
  color: #06377b !important;
  background-color: #fff;
  font-weight: 600;
}
/* choose-inverter-section style end*/
/* points-box section style start*/
.points-box {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.points-box h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}
.title {
  background-color: #fafafa;
  color: #06377b !important;
  padding-bottom: 20px;
  padding-top: 20px;
}
.title h3 {
  font-size: 20px;
  color: #06377b !important;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
}
.title:hover {
  background-color: #ec1b25;
}
.title:hover h3 {
  color: #fff !important;
}
/* points-box section style end*/
/* product-section style start */
.product-section {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.product-section h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-section p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #151515;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'Rajdhani', sans-serif;
}
.product-slider {
  border: 1px solid #cddde6;
  border-radius: 5px;
  margin-top: 30px;
}
.product-slider h2 {
  font-size: 21px;
  margin-top: 12px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 12px;
}
.product-slider p {
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #151515;
  line-height: 21px;
  margin-bottom: 30px;
  font-family: 'Rajdhani', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 16px;
}
.prdt-more {
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
}
.prdt-btn {
  background-color: #06377b;
  padding: 8px 25px;
  border-radius: 25px;
  margin-top: -20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
}
.product-slider:hover .prdt-btn {
  background-color: #ed1c24;
}
.product-section .owl-prev {
  position: absolute;
  top: 280px;
  left: 17px;
  z-index: 9;
}
.product-section .owl-next {
  position: absolute;
  top: 280px;
  right: 17px;
  z-index: 9;
}
.owl-nav span {
  color: #fff;
  font-size: 29px;
  display: block;
  cursor: pointer;
  font-weight: 300;
  float: left;
  margin-left: 0px;
  line-height: 49px;
  background-color: #fdb713;
  height: 47px;
  width: 47px;
  text-align: center;
  opacity: 0.5;
}
.owl-nav span:hover {
  opacity: 1;
  transition-duration: 0.4s;
}
/* product-section style end */
/* our-brands style start */
.our-brands {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0px 0px 50px 0px;
  background-color: #fafafa;
}
.our-brands h2 {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.our-brands .item {
  border: 1px solid #cddde6;
  border-radius: 8px;
  overflow: hidden;
}
/* our-brands style end */
/* footer styles start */
.footer-section {
  background-color: #151515;
  padding: 50px 0px;
  position: relative;
}
.footer-section img {
  width: 130px;
  margin-bottom: 20px;
}
.footer-section a {
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 15px;
  font-size: 16px;
}
.footer-section a:hover {
  color: #fdb713;
}
.footer-section p {
  margin-bottom: 16px;
}
.social ul {
  list-style: none;
  padding-left: 0px;
}
.social ul li {
  float: left;
  padding-left: 7px;
}
.social ul li a {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 38px;
  text-align: center;
  border-radius: 29px;
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #fff;
  font-size: 17px !important;
}
.social ul li a:hover {
  border-radius: 29px;
  color: #ed1c24 !important;
  border: 2px solid #ed1c24;
}
.footer-section h2 {
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-top: 50px;
}
.footer-section ul {
  list-style: none;
  padding-left: 0px;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: transparent !important;
}
.footer-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
}
.footer-section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
}
.footer-section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
}
.footer-section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
}
.footer-section option {
 color: #fff;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
}

.footer-section select {
 color: #fff;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
}
.footer-section .submit-btn {
  float: right;
  background-color: #ed1c24;
  color: #fff;
  padding: 10px 27px;
  border-radius: 29px;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  margin-top: 30px;
}
.footer-section .submit-btn:hover {
  float: right;
  background-color: #fdb713;
  font-size: 16px;
  font-weight: 600;
}
.footer-bottom {
  text-align: center;
  background-color: #000;
  padding: 13px 0px;
}
.footer-bottom p {
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 15px;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-whatsapp-icon {
  background-color: #36b549;
  position: absolute;
  right: 50px;
  top: -34px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 38px;
  color: #fff;
  border-radius: 50px;
  line-height: 64px;
}
/*  footer styles end  */
/* inner pages style start */
/* inner page banner style */
.inner-banner {
  background-image: url(../img/inner-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 60px 0px;
  text-align: center;
  position: relative;
}
.inner-banner h2 {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  text-shadow: none;
  color: #fff;
  text-align: center;
}
.inner-banner ul {
  padding: 0px;
  text-align: center;
  margin-top: 11px;
}
.inner-banner ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0px 15px;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  border-right: 2px solid #fff;
}
.inner-banner ul li:last-child {
  border-right: none;
}
/* inner page banner style*/
/*calculate-page-section style start*/
.calculate-page-section {
  padding: 50px 0px;
  background-color: #fafafa;
  display: inline-block;
  float: left;
  width: 100%;
}
.calc-box {
  background-color: #06377b;
  padding: 40px 40px;
  display: inline-block;
  float: left;
  width: 100%;
}
.calc-box h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
}
.calc-box .checkbox {
  background-color: #fff;
  padding: 13px 14px;
  border-radius: 2px;
}
.calc-box .checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  line-height: 22px;
}
.calc-box .custom-select {
  background-color: #fff;
  padding: 11px 14px;
  border-radius: 2px;
  border: none;
  margin-top: 9px;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.calc-box .intro-btn {
  background-color: #fdb713;
  color: #fff;
  padding: 12px 57px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin-top: 25px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.calc-box .intro-btn:hover {
  background-color: #ec1b25;
  color: #fff;
}
.pop-calc .modal-lg {
  width: 1172px;
}
.calc-modal-content .modal-body {
  position: relative;
  padding: 15px 30px;
}
.calc-modal-content .modal-header {
  padding: 15px;
  border-bottom: none;
}
.calc-modal-content .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: none;
}
.calc-modal-content .close {
  float: right;
  font-size: 25px;
  font-weight: 700;
  line-height: 14px;
  color: #ed1c24;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
.calc-modal-content .modal-title {
  color: #151515;
  font-weight: 600;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
}
.calc-modal-content .btn-default {
  background-color: #ed1c24;
  color: #fff;
  padding: 8px 27px;
  border-radius: 29px;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  border: none;
}
.calc-modal-content .calc-pop-box {
  border: 1px solid #f4f4f4;
  text-align: center;
  border-radius: 7px;
  padding: 30px 13px;
  background-color: #fff;
  box-shadow: 5px 5px 20px #eee;
  margin-top: 12px;
  margin-bottom: 10px;
}
.calc-pop-box .fa {
  font-size: 32px;
  color: #ed1c24;
  border: 2px solid #ed1c24;
  width: 60px;
  height: 60px;
  line-height: 57px;
  border-radius: 50px;
}
.calc-pop-box h3 {
  color: #151515;
  font-weight: 600;
  font-size: 20px;
  margin-top: 19px;
  margin-bottom: 6px;
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
  line-height: 23px;
}
.calc-pop-box p {
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  line-height: 22px;
  text-align: center;
}
/*calculate-page-section style end*/
/* about-page-section style start */
.about-page-section {
  padding: 45px 0px;
  background-color: #fff;
}
.about-page-section h1 {
  color: #151515;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Rajdhani', sans-serif;
}
.about-page-section p {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #151515;
  line-height: 23.61px;
  margin-bottom: 17px;
  font-family: 'Rajdhani', sans-serif;
}
.abt-box-section {
  border: 1px solid #cddde6;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.about-sub-article {
  text-align: center;
  border: 1px solid #cddde6;
  border-radius: 8px;
  background-color: #fff;
  padding: 31px 35px;
  display: inline-block;
  float: left;
  box-shadow: 5px 5px 20px #eee;
  width: 100%;
}
.about-sub-article h3 {
  color: #BB141A;
  font-weight: 500;
  font-size: 24px;
  margin-top: 11px;
  margin-bottom: 10px;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
}
.about-sub-article p {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #151515;
  line-height: 25px;
  margin-bottom: 17px;
  font-family: 'Rajdhani', sans-serif;
}
.year-growth h2 {
  color: #151515;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rajdhani', sans-serif;
}
.year-growth p {
  color: #BB141A;
  font-weight: 500;
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
}
.growth-box {
  border: 1px solid #f4f4f4;
  text-align: center;
  border-radius: 7px;
  padding: 14px 10px;
  background-color: #fff;
  box-shadow: 5px 5px 20px #eee;
  margin-top: 0px;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.growth-arrow {
  position: absolute;
  right: -9px !important;
  text-align: center;
  top: 42px;
}
.growth-arrow img {
  width: 49px !important;
}
.growth-box img {
  float: left;
  width: 106px;
  padding-right: 15px;
}
.growth-box h2 {
  color: #ed1c24;
  font-weight: 600;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
}
.growth-box p {
  color: #7B7B7B;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
}
/* key_highlights style start */
.key_highlights {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}
.key_highlights h2 {
  color: #151515;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rajdhani', sans-serif;
}
.key_highlights p {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #151515;
  line-height: 25px;
  margin-bottom: 17px;
  font-family: 'Rajdhani', sans-serif;
}
.point-box {
  border: 1px solid #f4f4f4;
  text-align: center;
  border-radius: 7px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 5px 5px 20px #eee;
  margin-top: 30px;
}
.point-box .counting {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0px;
  margin-top: 10px;
}
.counting-new {
    float: left !important;
}
.point-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 17px;
}
.point-box p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #151515;
  line-height: 25px;
  margin-bottom: 17px;
  font-family: 'Rajdhani', sans-serif;
}
/* key_highlights style end */
/* about-page-section style end */
/* contact page style start */
.contact-page-section {
  padding: 50px 0px;
  background: #f2f2f2;
}
.contact-page-section h1 {
  color: #151515;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Rajdhani', sans-serif;
}
.contact-page-section p {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  line-height: 23.61px;
  margin-bottom: 17px;
  font-family: 'Rajdhani', sans-serif;
}
.contact-page-section a {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  line-height: 23.61px;
  margin-bottom: 17px;
  font-family: 'Rajdhani', sans-serif;
}
.text:hover {
  font-weight: 400;
  font-size: 16px;
  color: #bf1e2e;
  line-height: 21.61px;
}
.contact_container .form-control::-moz-placeholder {
  color: #2c2c2c;
  opacity: 1
}
.contact_container .form-control:-ms-input-placeholder {
  color: #2c2c2c
}
.contact_container .form-control::-webkit-input-placeholder {
  color: #2c2c2c
}
.contact_address {
  background: url(../img/address_icn.png);
  margin-top: 35px;
}
.contact_phone {
  background: url(../img/phone_icn.png);
}
.contact_email {
  background: url(../img/email_icn.png);
}
.contact_blocks {
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 5px;
  margin-bottom: 25px;
}
.contact_blocks h3 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  margin: 0;
  margin-bottom: 5px;
}
/* contact page style end */
/* product-setail-page-section style start */
.product-detail-page-section {
  margin: 50px 0px;
}
.product-detail-page-section h2 {
  color: #151515;
  font-weight: 700;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Rajdhani', sans-serif;
}
.product-detail-page-section h3 {
  color: #BB141A;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
}
.product-detail-page-section p {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #151515;
  line-height: 28px;
  margin-bottom: 17px;
  font-family: 'Rajdhani', sans-serif;
}
.product-detail-page-section .download-btn {
  background-color: #ed1c24;
  color: #fff;
  padding: 10px 27px;
  border-radius: 29px;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  margin-top: 5px;
  float: right;
}
.product-detail-sub {
  margin: 50px 0px;
  background-color: #fafafa;
  padding: 40px;
}
.product-detail-sub .tab-content {
  background-color: #fff;
  padding: 30px 30px;
}
.sec-img img{
     margin-bottom: 30px;   
}
.view-list-btn {
    float: left;
    background-color: #ed1c24;
    color: #fff; !important;
    padding: 10px 27px;
    border-radius: 29px;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    margin-top: 30px;
}
.view-list-btn:hover {
    float: left;
    background-color: #06377a;
    font-size: 16px;
    font-weight: 600;
	 color: #fff; !important;
}
.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}
@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .nav-tabs-dropdown {
    display: block;
  }
  #nav-tabs-wrapper {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }
  .nav-tabs-horizontal {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  }
  .nav-tabs-horizontal > li {
    float: none;
  }
  .nav-tabs-horizontal > li + li {
    margin-left: 2px;
  }
  .nav-tabs-horizontal > li, .nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%;
  }
  .nav-tabs-horizontal > li > a {
    border-radius: 4px;
  }
  .nav-tabs-horizontal > li.active > a, .nav-tabs-horizontal > li.active > a:hover, .nav-tabs-horizontal > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
  }
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  cursor: default;
  background-color: #ed1c24 !important;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-color: transparent;
  color: #fff;
  border-radius: 0px;
}
.nav-pills > li > a {
  background-color: #06377a;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.well {
  min-height: 20px;
  padding: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: none;
  display: block !important;
}
.product-detail-sub .tab-content h3 {
  color: #BB141A;
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
}
.product-detail-sub .tab-content ul {
  padding-left: 15px;
  list-style: disclosure-closed;
}
.product-detail-sub .tab-content ul li {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #151515;
  line-height: 23.61px;
  margin-bottom: 3px;
  font-family: 'Rajdhani', sans-serif;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}
#customers tr:hover {
  background-color: #ddd;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #06377A;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
}
/* product-setail-page-section style end */
/* inner pages style end */
/* media Query */
/* Define mobile styles */
@media (max-width: 767px) {
  .col-1by5 {
    width: 100%;
  }
  .pad-none {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad-left-none {
    padding-left: 15px;
  }
  .pad-right-none {
    padding-right: 15px;
  }
  .header-top {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
  }
  .navbar-brand > img {
    display: block;
    width: 109px;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
    margin-top: 0px;
  }
  .navbar-default .navbar-toggle {
    border-color: #06377a;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 26px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #06377a;
    background-image: none;
    border: 1px solid #06377a;
    border-top-color: rgb(6, 55, 122);
    border-right-color: rgb(6, 55, 122);
    border-bottom-color: rgb(6, 55, 122);
    border-left-color: rgb(6, 55, 122);
    border-radius: 4px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ec1b25;
  }
  .navbar-right {
    float: left !important;
    margin-right: -15px;
    margin-top: 7px;
  }
  .navbar-nav > li > .dropdown-menu {
    background-color: #f4f4f4;
  }
  .carousel-caption {
    right: 7%;
    left: 7%;
    background-color: rgba(6, 55, 122, 0.8);
    padding: 13px 20px;
    text-align: left;
    bottom: 9%;
  }
  .carousel-caption h3 {
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
    line-height: 19px;
    margin-bottom: 3px;
    margin-top: 0px;
  }
  .carousel-caption span {
    font-size: 22px;
    font-weight: 800;
  }
  .carousel-caption p {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    margin-bottom: 7px;
  }
  .carousel-caption .banner-btn {
    background-color: #fff;
    color: #ec1b25;
    padding: 3px 15px;
    border-radius: 32px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
  }
  .carousel-indicators {
    bottom: -7px;
    right: 0% !important;
    width: 35%;
    left: auto;
  }
  .short-filim.vide-page-list {
    margin-top: 0px;
  }
  .intro_section {
    padding: 16px 0px 0px 0px;
    margin-bottom: 30px;
  }
  .vide-page-list .embed-responsive-16by9 {
    height: 380px !important;
  }
  .vide-page-list .embed-responsive a img {
    position: absolute;
    bottom: 170px;
    max-width: 68px;
    left: 41%;
    text-align: center;
  }
  .intro-text-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro_section h1 {
    font-size: 25px;
    margin-top: 0px;
    line-height: 29px;
    margin-bottom: 24px;
  }
  .year-exc img {
    width: 125px;
    float: right;
    margin-top: -4px;
  }
  .inverter-box-section {
    padding-left: 52px;
    background-position: 0px 0px;
    padding-top: -30px;
    margin-bottom: 25px;
    background-repeat: no-repeat !important;
    margin-right: 41px;
    margin-left: 33px;
  }
  .generate {
    margin-top: 35px;
  }
  .reduce {
    margin-top: 25px;
  }
  .section-box {
    margin-top: 32px;
  }
  .product-section .owl-prev {
    top: 194px;
  }
  .product-section .owl-next {
    top: 194px;
  }
  .inner-banner {
    padding: 30px 0px 30px 0px;
  }
  .product-detail-sub {
    margin: 30px 0px;
    background-color: #fafafa;
    padding: 16px;
  }
  .product-detail-page-section .download-btn {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .year-growth {
    margin-top: 30px;
  }
  .pop-calc .modal-lg {
    width: 351px;
  }
  .calc-modal-content .modal-title {
    font-size: 26px;
    margin-top: 30px;
    text-align: center;
    line-height: 25px;
  }
  .calc-modal-content .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
  }
}
/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
  .header-margin {
    padding-right: 20px !important;
    font-size: 11px !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
    margin-top: 8px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #06377b;
    font-size: 16px;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .carousel-caption {
    right: 19%;
    left: 7%;
    background-color: rgba(6, 55, 122, 0.8);
    padding: 7px 45px;
    text-align: left;
    bottom: 17%;
  }
  .carousel-caption h3 {
    font-size: 22px;
    font-weight: 600;
    text-shadow: none;
    line-height: 32px;
  }
  .carousel-caption span {
    font-size: 38px;
    font-weight: 800;
  }
  .carousel-caption p {
    line-height: 23px;
    margin-bottom: 12px;
  }
  .carousel-indicators {
    bottom: 10px;
    right: 0% !important;
    width: 20%;
    left: auto;
  }
  .short-filim.vide-page-list {
    margin-top: 0px;
  }
  .intro_section {
    padding: 0px 0px 30px 0px;
  }
  .intro_section h1 {
    font-size: 27px;
    margin-top: 20px;
    line-height: 33px;
    margin-bottom: 24px;
  }
  .inverter-box-section {
    padding-top: -30px;
    margin-bottom: 45px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .inverter-box-section h3 {
    font-size: 20px;
  }
  .product-section p {
    font-weight: 500;
    font-size: 17px;
  }
  .year-growth {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
  }
  .pop-calc .modal-lg {
    width: 721px;
  }
  .calc-modal-content .calc-pop-box {
    border-radius: 7px;
    padding: 30px 8px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .calc-pop-box h3 {
    color: #151515;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
  }
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-1by5 {
    width: 20%;
  }
  .carousel-caption {
    right: 35%;
    left: 7%;
    bottom: 26%;
  }
  .intro_section h1 {
    font-size: 25px;
    margin-top: 0px;
    line-height: 29px;
    margin-bottom: 17px;
  }
  .intro-text-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inverter-box-section {
    margin-right: 23px;
    margin-left: 40px;
  }
  .social ul li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 2px solid #fff;
    font-size: 14px !important;
  }
  .year-growth h2 {
    color: #151515;
    font-weight: 700;
    font-size: 28px;
  }
  .pop-calc .modal-lg {
    width: 945px;
  }
}
@media all and (max-width: 980px) {}
/* Large screens*/
@media (min-width: 1200px) {
  .col-1by5 {
    width: 20%;
  }
  .container {
    width: 1200px;
  }
}
/*custom screen media */
@media (max-width: 359px) {}