@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    padding: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #212529;
}

.header {
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.call-us {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.call-us div:nth-child(2) {
    margin-left: 10px;
}

.head_btn {
    background: #0098da;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
}

.electric-heading {
    background: #0098da;
    position: relative;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 40px;
}

.electric-content h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.electric-content h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}


.home-slider {
    position: relative;
    overflow: hidden;
}


.product-section {
    position: relative;
    padding: 45px 0px;
    background: #e4fff5;
}

.years-heading h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.years-heading h2:before {
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 3px double #0098da;
    width: 100px;
    border-radius: 0px;
    left: 0;
    right: 0px;
    bottom: -10px;
    margin: auto;
}

.years-heading h2 span {
    color: #0098da;
}

.product-inner {
    background: #fff;
    border: 1px #ddd solid;
    padding: 10px;
}

.product-inner h3 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 9px;
}

.distrubition-section {
    position: relative;
    width: 100%;
    padding: 35px 0px;
}

.distrubition-left h3 {
    font-size: 24px;
    font-weight: 600;
}

.distrubition-left h2 {
    font-size: 24px;
    font-weight: 700;
}

.distrubition-left p {
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 25px;
}

.distrubition-left p span {
    font-weight: 600;
    color: #0098da;
}

.distrubition-left p svg {
    position: absolute;
    top: 4px;
    left: 0px;
    color: #0098da;
}

.distrubition-right img {
    width: 100%;
    border: 1px #bdbaba solid;
    padding: 5px;
}

.distrubition-button {
    background: #0098da;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}

.distrubition-button a {
    color: #fff;
    text-decoration: none;
}

.news-data {
    text-align: center;
    color: #fff;
}

.news-data h3 {
    font-size: 40px;
}

.news-data h2 {
    font-size: 50px;
}

.enquiry_btn {
    background: #0098da;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}


.abt2 {
    padding: 45px 0px;
}

iframe#myVideo {
    width: 100%;
    border: 3px solid #0098da;
    padding: 10px;
}

section.abt3 {
    padding: 70px 0px 45px 0px;
}

.icon-box {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 15px rgb(0 0 0 / 22%);
    padding: 80px 50px 30px 50px;
    position: relative;
}

.img-box {
    width: 112px;
    height: 112px;
    position: absolute;
    top: -66px;
    left: 0;
    right: 0;
    margin: auto;
}

/* .img-box {
    text-align: center;
} */

.img-box img {
    background-color: #017eb6 !important;
    border-radius: 80px;
    /* box-shadow: 2px 2px #a9a1a1; */
    box-shadow: 0 17px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.room-section {
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #e4fff5;
}

.why-icon ul {
    list-style: none;
    margin-bottom: 0px;
}

.why-icon ul li {
    display: inline-block;
    width: 18%;
    margin: 0px 15px 10px 0px;
    background: #fff;
    padding: 15px;
    min-height: 150px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    vertical-align: top;
    border: 1px #ddd solid;
}

.why-icon ul li svg {
    background: #0098da;
    font-size: 34px;
    padding: 15px;
    border-radius: 41px;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    max-width: 70px;
}

.why-icon ul li img {
    max-width: 70px;
}

.comment-section {
    position: relative;
    padding: 45px 0px;
}

.comment-left {
    margin-top: 25px;
}

.comment-right {
    margin-top: 25px;
}

.comment-left p {
    position: relative;
    font-size: 16px;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 25px;
}

.comment-left p svg {
    position: absolute;
    top: 4px;
    left: 0px;
    color: #0098da;
}

.comment-left p span {
    font-weight: 600;
    color: #0098da;
}

/* footer */


.footer-newsletter {
    background-image: url(../images/newsletter-bg.jpg);
    background-attachment: fixed;
    padding: 100px;
    position: relative;
    z-index: 1;
}

.footer-newsletter::before {
    background: rgb(0, 152, 218, 0.8) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}


.footer {
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: url(../images/footer-bg.jpg) no-repeat center top;
    background-size: cover;
    z-index: 1;
}

.footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #0c5cb2;
    z-index: -1;
}

.footer-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.footer-section p {
    /* font-size: 15px; */
    color: #fff;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    padding-top: 6px;
}

.footer-section p svg {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px #fff solid;
    padding: 7px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.footer-section p a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.footer-section h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.footer-section h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.footer-section h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.footer-section input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 35px;
    border-radius: 0px;
    border: 1px #0098da solid;
}

.footer-section select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 35px;
    border-radius: 0px;
    border: 1px #0098da solid;
}

.send_btn1 {
    background: #0098da;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}


.secondary-footer {
    position: relative;
    background: #0098da;
    padding: 15px 0px;
    border-top: 1px #fff dotted;
}

.copyright span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}


@media screen and (min-width: 768px) {
    .logo img{width: 75%;}
    .fixed-hedder.fixed .logo img{width: 60%;}
    .why-icon ul li{min-height: 220px !important;}
    .why-icon ul li img{margin-bottom: 20px;}
}

@media screen and (max-width: 768px) {
    .footer-newsletter{padding: 50px 10px 50px 10px;}
    .why-icon ul li svg {
    background: #0098da !important;
    font-size: 23px !important;
    padding: 15px !important;
    border-radius: 55px !important;
    color: #fff !important;
    width: 32% !important;
    margin-bottom: 20px !important;
    max-width: 70px !important;
    }
    .why-icon ul li {
        width: 47%;
        margin: 0px 5px 10px 0px;
        padding: 7px;
        min-height: 125px;
        font-size: 12px;
    }
}

@media (max-width: 576px){
    .header {
    align-items: center;
    flex-direction: column;
}
.logo {
    margin-bottom: 15px;
}
.head_btn {
    font-size: 12px;
}
.electric-content h3 {
    font-size: 21px;
}
.electric-content h2 {
    font-size: 21px;
}
.electric-heading {
    margin-bottom: 10px;
}
.icon-box {
    margin-top: 100px;
}
}