@charset "UTF-8";
@font-face {
    font-family: 'Hoefler';
    src: url('fonts/Hoefler-Text.ttc');
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/OpenSans-SemiBold.ttf');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.ttf');
}
body {
  margin: 0;
  font-family: 'OpenSans-Regular';
  font-size: 18px;
  color: #2D2D2D;
  letter-spacing: 0.7px;
  line-height: 1.7;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'OpenSans-Bold';
}
.navbar-brand img{
  max-height: 50px;
}
.carousel-item{
  height: 550px;
}
.carousel-item:before{
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #250E62;
  }
.carousel-caption{
  bottom: 7.25rem;
}
.carousel-caption h1{
  font-family: 'Hoefler';
  font-size: 64px;
  color: #FFCFBE;
  letter-spacing: 7px;
  line-height: 61px;
  font-weight: 700;
  margin-bottom: 20px;
}
.carousel-caption p{
  font-family: 'Hoefler';
  font-size: 44px;
  color: #FFCFBE;
  text-align: left;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 30px;
}
.btn-theme, .nav-btn .nav-link {
  background: #F9423A;
  border-radius: 10px;
  font-size: 25px;
  color: #FFF;
  padding: 10px 40px;
  font-family: OpenSans-Regular;
  transition: .6s all;
}
.btn-theme:hover{
  transition: .6s all;
  color: #FFF;
  background: #bd3630;
}
.nav-btn .nav-link{
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.nav-btn .nav-link img{
  max-height: 16px;
  margin-right: 5px;
}
.customers img{
  max-height: 100px;
  width: auto !important;
  margin: 0 auto;
}
.section{
  padding: 50px 0;
}
.bg-white{
  background: #fff;
}
.customers{
  margin-top: 40px;
}
.customers .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.underline-header{
  font-size: 40px;
  color: #250E62;
  letter-spacing: 1.04px;
    position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(249 66 57);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link{
  color: rgba(0, 0, 0, 0.9);
}
.underline-header.header-left {
  align-items: flex-start;
}
.underline-header:after{
  content: " ";
  width: 210px;
  height: 5px;
  background-color: #250E62;
  margin-top: 8px;
}
.quote-p{
  color: #f94239;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Hoefler';
}
.quote-p:after{
    content: " ";
    width: 210px;
    height: 3px;
    background-color: #f94239;
    margin-top: 8px;
}
.box-white{
  opacity: 0.72;
  background: #FFE9E0;
  box-shadow: 0 2px 8px 2px rgba(0,0,0,0.10);
  padding: 20px 40px;
  line-height: 1.6;
}
.box-white p{
  color: #000000;
  font-weight: 600;
  font-size: 17px;
}
.chooseus-section{
  background-image: url(../assets/image1.jpg);
  background-attachment: fixed;
}
.readmore{
  color: #250E62;
  font-weight: 700;
}
.bg-pink{
  background: #FFE9E0;
}
.img-header{
  font-family: 'OpenSans-SemiBold';
  font-size: 30px;
  margin-bottom: 20px;
}
.img-header img{
  margin-right: 25px;
  max-height: 40px;
}
.mb-high{
  height: 110px;
}
.content-orange{
    background: #FFE9E0;
    border-left: 15px solid #D88B6F;
}
.content-blue{
  background: #FBEEFF;
  border-left: 15px solid #250E62;
}
.success-content{
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  transition: .6s all ease;
}
.success-content p{
  margin-bottom: 0;
  color: #465366;
}
.success-content:hover{
    box-shadow: 0 0 24px 0 rgb(179 197 214 / 38%);
    transition: .6s all ease;
    transform: scale(1.03);
}
.bg-pattern{
  background-image: url(../assets/bg_pattern.jpg);
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.bg-pattern p{
  margin-bottom: 60px;
}
.gallery-slider .center{
  transform: scale(1.15);
}
.gallery-slider .item{
    border-radius: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.gallery-slider img {
    max-width: 100%;
}
.gallery-slider .owl-dots{
  text-align: center;
}
.gallery-slider .owl-dot{
  border-radius: 5px;
  width: 25px;
  height: 5px;
  background: #ADADAD !important;
  margin: 3px;
}
.gallery-slider .owl-dot.active{
  background: #402C75 !important;
}
.owl-prev, .owl-next{
  transform: scale(4);
  display: inline-block;
  top: 45%;
  position: absolute;
}
.owl-prev{
  left: -30px;
}
.owl-next{
  right: -30px;
}
.bg-blue{
  background: #F2F7FB;
}
.map-div{
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 450px;
}
.address-content{
  position: absolute;
  background: rgb(37 14 98 / 80%);
  border-radius: 16px;
  width: 360px;
  color: #fff;
  top: 30%;
  left: 5%;
  padding: 20px 25px 0;
  font-size: 16px;
}
.address-content img{
  max-height: 20px;
  margin-right: 20px;
}
.address-content div{
  display: flex;
  justify-content:left; 
  align-items: flex-start;
}
.address-content p a{
  color: #fff;
  text-decoration: none;
}
.footer-section span{
  font-size: 14px;
  line-height: 1.8;
  display: block;
}
.footer-section p{
  font-size: 20px;
  margin-bottom: 10px;
}
.footer-section .logo-footer{
  max-height: 65px;
  margin-bottom: 10px;
}
.footer-section a{
  font-size: 14px;
  color: #212121;
  text-decoration: none;
}
.footer-section hr{
  margin: 30px 0;
  background-color: #7A7A7A;
}
.bottom-links a{
  margin: 0 10px 0 0;
  display: inline-block;
}
.bottom-links a::after{
  content: " | ";
  margin-left:10px;
  color: #212121;
}
.bottom-links a:last-child::after{
  content: "  ";
}
.social-icons{
  text-align: right;
}
.social-icons a{
  margin-left: 20px;
  color: #212121;
}
.social-icons a svg{
  max-height: 20px;
  transition: .6s all ease;
}
.social-icons a svg:hover{
  fill: red;
  transition: .6s all ease;
  transform: translateY(-5px);
}

/*About Page*/
.hero-section{
      background-image: url(../assets/about_hero.png);
    height: 400px;
    background-size: 100%;
    background-color: #fee9e0;
    background-repeat: no-repeat;
    padding: 40px 0
}
.about-hero h1{
  font-family: 'Hoefler';
  color: #250E62;
  font-weight: 700;
} 
.about-hero img{
  max-height: 350px;
}
.gray-box{
  background: #E9EDF1;
  box-shadow: 0 0 24px 0 #B3C5D6;
  border-radius: 10px;
  padding: 40px 50px;
}

 /*solar page*/
 .solar-img img {
    width: 100%;
    height: auto;
}
.solarenergy h1{
  font-family: 'Hoefler';
    font-size: 64px !important;
    color: #FFCFBE;
    letter-spacing: 6px;
    line-height: 61px;
    font-weight: 700;
    margin-bottom: 20px;
 }
.solarenergy p {
    font-family: 'Hoefler';
    font-size: 44px;
    color: #FFCFBE;
    text-align: left;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}
.service-hero{
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-hero h1{
  font-family: 'Hoefler';
  font-weight: 700;
  font-size: 54px;
  color: #FFCFBE;
}
.solarenergy{
  background: linear-gradient( rgb(37 14 98 / 50%) 5%, rgb(37 14 98 / 50%) 5%),url(../assets/solar.png);
  height: 550px;
  background-position: center bottom;
}
.no-box p{
  font-size:26px;
  font-family: 'OpenSans-SemiBold';
  text-align: center;

}
.solar-service-section h3{
  font-size: 28px;
  color: #250E62;
  font-weight: 600;
    font-family: 'OpenSans-SemiBold';
}
.solar-img{
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}
.plant-desc{
  width: 90%;
  margin: 0 auto;
  margin-top: -50px;
  background: #fee9e0;
  position: relative;
  left: 0;
  right: 0;
  padding: 50px;
  z-index: 1;
}
.plant-desc h3{
  font-size: 32px;
  color: #200663;
}

/*industrial page*/
.industrial-hero{
  background: linear-gradient( rgb(37 14 98 / 60%) 5%, rgb(37 14 98 / 60%) 5%),url(../assets/industrial-view.jpeg);

  height: 500px;
  background-position: center bottom;
  background-size: cover;
}
.whitebg-box{
  color: #2D2D2D;
  letter-spacing: 0.58px;
  text-align: center;
  background: #fff;
  font-size: 16px;
}
.whitebg-box hr{
    background: #250E62;
    width: 220px;
    margin: 30px auto 0;
    opacity: 1;
    height: 4px;
}

/*projectepc page*/
.projectepc-hero{
  background: linear-gradient( rgb(37 14 98 / 50%) 5%, rgb(37 14 98 / 50%) 5%),url(../assets/projectepc.jpg);
  height: 500px;
  background-position: center center;
  background-size: cover;
}
.pink-box-light{
    opacity: 0.8;
    background: #FFE9E0;
    padding: 30px;
    margin-right: -110px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.flex-md-row-reverse .pink-box-light{
  margin-left: -110px;
  margin-right: 0;
}
.pink-box-light h3{
  color: #2D2D2D;
  font-family: 'OpenSans-Bold';
}

/*Contact us*/
.contactus img{
  max-height: 280px;
}
.address-div{
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  font-weight: 600;
}
.address-div div{
  max-width: 45px;
  text-align: center;
  margin-right: 20px;
}
.address-div div+div{
  max-width: 100%;
}
.address-div img{
  max-height: 25px;
  max-width: 25px;
}
.address-div a{
  font-size: 20px;
  color: #2D2D2D;
  text-decoration: none;
  display: inline-block;
}

.contact-form{
  background: #FFE9E0;
  padding: 40px;
  text-align: center;
}
input.form-control {
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 45px;
}
textarea.form-control{
      background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 15px;
    margin-bottom: 20px;
}
input[type="submit"].submit_btn, .submit_btn {
    background: #F9423A;
    border-radius: 16px;
    padding: 5px 40px;
    color: #fff;
    border: none;
    text-decoration: none;
}
a.submit_btn {
    background: #F9423A;
    border-radius: 16px;
    padding: 6px 20px;
    color: #fff;
    border: none;
    text-decoration: none;
    display: inline-block;
}

/*Responsive CSS*/
@media (max-width: 991px){
  .hero-section{
    height: 320px;
  }
  .about-hero img{
    max-height: 270px;
    margin: 30px auto 0;
  }
  .plant-desc {
    margin-top: -100px;
    padding: 30px;
  }
  .solar-service-section h3, .plant-desc h3{
    font-size: 24px;
  }
  .solar-service-section span, .plant-desc span{
    font-size: 16px;
  }
  .no-box p{
    font-size: 20px;
  }
  .pink-box-light{
    
    padding: 15px;
    margin-right: 0px;
    min-height: auto;
    margin-bottom: -50px;
  }
  .flex-md-row-reverse .pink-box-light{
    margin-left: 0;
    margin-right: 0;
  }

}
@media (max-width: 767px){
  body{
    font-size: 16px;
  }
  .bg-pattern h2{
    font-size: 20px;
  }
  .carousel-item {
    height: 440px;
  }
  .carousel-caption h1 {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
  .carousel-caption p{
    font-size: 24px;
    line-height: 30px;
  }
  .underline-header {
    font-size: 30px;
  }
  .quote-p {
    font-size: 28px;
    line-height: 1.3;
  }
  .btn-theme, .nav-btn .nav-link {
    font-size: 20px;
    padding: 7px 20px;
  }
  .img-header{
    font-size: 22px;
  }
  .img-header img {
    margin-right: 15px;
  }
  .mb-high {
    height: 40px;
  }
  .box-white{
    padding: 20px;
  }
  .underline-header:after{
    width: 140px;
  }
  .carousel-caption {
    bottom: 4.25rem;
  }
  .success-content {
    padding: 10px;
  }
  .address-content {
    width: 300px;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 10px 0;
    font-size: 15px;
  }
  .bottom-links{
    text-align: center;
    margin-bottom: 10px;
  }
  .social-icons {
    text-align: center;
  }
  .about-hero img{
    max-height: 200px;
    margin: 30px auto 0;
  }
  .gray-box{
    padding: 20px 15px;
  }
  .solar-img {
    height: auto;
    margin-top: 20px;
    width: 100%;
  }
  .plant-desc {
    margin-top: 20px;
    padding: 20px;
    width: 100%
  }
  .box-white p{
    font-size: 15px;
  }
  .owl-next {
    right: 0;
  }
  .owl-prev {
    left: 0;
  }
  .solarenergy h1{
    font-size: 34px !important;
    margin-bottom: 10px;
    letter-spacing: 5px;
 }
  .solarenergy p {
      font-size: 24px;
      line-height: 30px;
  }
  .contact-form{
    margin-top: 20px;
    padding: 30px 20px;
  }
  .customers {
    margin-top: 40px;
    padding: 0px 50px;
}
}
