/* firm power */

/* Round The Clock Start */

@media (max-width: 768px){
	.round-clock-details h2 {
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 20px;
}
	.round-clock-details img {
    height: auto;
}
.firm-power-details .clock-box {
    padding: 39px;
    background: #fff;
    margin-top: -2px;
    position: relative;
    margin-right: 0;
}
.firm-power-details .clock-box h3 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #1B1B1B;
    text-align: left;
    margin-top: 13px;
}
.firm-power-details .clock-box p {
    font-size: 18px;
    color: #666666;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 27px;
}
.firm-power-details .clock-box {
    padding: 15px 0;
    background: #fff;
    margin-top: -2px;
    position: relative;
    margin-right: 0;

}
.firm-power-details {
    padding: 0;
    padding-bottom: 0;
}
}





/* Storage Section Start */

/*.storage-sec{
	padding: 0;
}*/
.storage-details {
    padding: 40px 58px;
}
.storage-sec img{
	height: 541px;
}
.storage-details h3{
	font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #294b9d;
}
.storage-details h3 a{color: #294b9d;}
.storage-details p{
    font-size: 18px;
    color: #666666;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 27px;
}

@media (max-width: 768px) {
	.storage-details {
    padding: 23px 0px !important;
}

.storage-details h3 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: left;
}
.storage-sec img {
    height: auto;
}
.storage-details p{
	display: block;
}
.storage-details p {
    display: block;
    font-size: 14px;
    text-align: left;
    margin-top: 17px;
}
}

/* Peaking Section Start */

/*.peaking-sec{
	padding: 112px 0px 30px;
}	*/
.peaking-sec::before{
	content: '';
	/*background-color: #0072BC;*/
	width: 45%;
	height: 303px;
	position: absolute;
	z-index: -1;
	/*top: 95.6em;*/
}

.peaking-details {
    padding: 10px;
}
.peaking-details h3{
	font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #294b9d;
}
.peaking-details p{
    font-size: 18px;
   color: #666666;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 27px;
}

@media (max-width: 768px) {
	.peaking-sec {
    padding: 44px 0px 0px;
}
.peaking-sec::before{
	display: none;

}
.peaking-details h3 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #1B1B1B;
}
.peaking-details p{
  display: block;
  max-width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
.peaking-details {
    padding: 23px 0px;
}
}

/* Peaking Section Start */
/*.hybird-sec {
    padding:64px 0px 30px;
}*/

.hybrid-details{
	padding: 10px;
}

.hybrid-details h3{
	font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #294b9d;
}
.hybrid-details p{
    font-size: 18px;
    color: #666666;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 27px;
}
/*.hybrid-details .icon-box {
    position: relative;
    margin-top: 5px;
    width: 15%;
}*/

@media(max-width: 768px) {
	.hybrid-details h3 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #1B1B1B;
}
.hybrid-details p{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
.hybrid-details {
    padding: 0px 16px;
}


}
.contact-warea{
	background:#203260;
	position:relative;
	padding:60px;
	overflow:hidden;
	z-index:1;
}
.contact-warea h2{
	color:#fff;
	font-size:35px;
	font-weight:600;
	font-family: 'Montserrat';
	margin:0 0 10px 0;
}
.contact-warea p{
	color:#fff;
}
.contact-warea .image-box {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    width: 100%;
	z-index:-1;
}
.contact-warea .image-box img{
	opacity: 0.3;
    bottom: -30px;
    right: -30px;
    position: absolute;
	
}
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.zoom-fade{
    animation-name: zoom-fade; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: zoom-fade; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: zoom-fade; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: zoom-fade; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.sub-btn {
    background: #73bf44;
    border: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 27px;
    padding: 10px 40px;
    font-weight: 400;
    transition: 0.3s;
}

.sub-btn:hover {
    background: #0072BC;
    color: #fff;
}
.sub-btn:focus{
	box-shadow:none;
}
.contact-modal .modal-body{
	padding:0px;
}
.contact-modal .modal-content{
	border:none;
	border-radius:0;	
}
.modal-dialog {
    max-width: 650px;
}
.contact-modal .modal-body .form-group{
	margin-bottom:15px;
}
.contact-modal .modal-body .form-control{
	border-radius:0;
	font-size:13px;
	
}
.contact-modal .modal-body .con-form{
	padding:20px 20px 0 0;
	width:100%;
}
.contact-modal .modal-body .sub-btn {
    font-size: 15px !important;
	padding:6px 24px !important;
}
.pdf-icon{
	width:inherit !important;
	height:inherit !important;
	margin-right:8px !important;
}
.policy-btn{
	background-color:#0072BC;
	border: 0;
    font-size: 15px;
    color: #fff;
    border-radius: 27px;
    padding: 6px 24px;
    font-weight: 400;
	transition: 0.3s;
	display:inline-block
}
.policy-btn a{
	color:#fff;
}