html {
    scroll-behavior: smooth;
}
body{
    font-family: "Sawarabi Gothic", serif;
}
.gradiant{
    background: linear-gradient(90deg,#0F66E3,#EB942F);
    color: transparent;
    background-clip: text;
}
.Logo{
    height: 3.7em !important;
    padding: 0em 0em;
}
.Logo2{
    height: 3em !important;
    border-radius: 5px;
}
.navbar .nav-link{
    padding-top: .6em;
    padding-bottom: .6em;
    padding-right: 1.8em !important;
    padding-left: 0 !important;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar .nav-item .active{
    color: #326DBC !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #E5B807 40%, #fff 40%) 2;
}
.navbar .nav-link:hover{
    color: #326DBC !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #E5B807 40%, #fff 40%) 2;
}
.navbar{
    z-index: 999;
    box-shadow: 0 0 20px #0000001a;
    background: white;
}
.dropdown-menu{
    border-radius: 1px !important;
    border: none !important;
    box-shadow: 0 1px 5px silver;
    padding: 0 !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-menu .dropdown-item{
    border-bottom: 1px solid #EEEEEE;
    padding-top: .7em;
    padding-bottom: .7em;
    color: #444 !important;
    font-size: 1em;
    transition: 0.5s;
}
.dropdown-menu .dropdown-item:hover{
    color: #CB9A40 !important;
}
.dropdown-item i{
    font-size: 1.2em;
    margin-right: .5em;
}
.contact-button{
    /*background: linear-gradient(40deg,rgba(15, 102, 227,0.9),rgba(229, 133, 55,0.9));*/
    background: #FCC40A;
    /*border: 1px solid #FBCB07;*/
    border-radius: 5px;
    padding-top: .6em !important;
    padding-bottom: .6em !important;
    padding-right: 1.2em !important;
    padding-left: 1.2em !important;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.contact-button:hover{
    background: #F59D1E;
}
.contact-button a{
    color: black !important;
    text-decoration: none;
}
.carousel{
    background: black;
}
.carousel img{
    opacity: 0.55;
    height: 40em;
    object-fit: cover;
    object-position: left top;
}
.carousel-caption {
    top: 30%;
    z-index: 2;
    left: 7% !important;
    text-align: left !important;
    text-transform: uppercase;
}
.carousel-caption h1{
    text-shadow: 1px 1px 2px gray;
    font-size: 3.2em;
    font-weight: 700;
}
.carousel-caption p{
    text-transform: capitalize;
    font-size: 1.1em;
}
.carousel-control-prev i {
    background: rgba(1, 136, 202,0.5);
    padding: .4em .69em !important;
    border-radius: 100%;
    font-size: 1.3em;
}
.carousel-control-next i {
    background: rgba(1, 136, 202,0.5);
    padding: .4em .69em !important;
    border-radius: 100%;
    font-size: 1.3em;
}
.carousel-control-next, .carousel-control-prev{
    width: 6% !important;
}
.About{
    background: url(../img/about-left.png),url(../img/about-dot.png),url(../img/about-right.png), url(../img/back-f2f2f2.png);
    background-repeat: no-repeat,no-repeat,no-repeat, no-repeat;
    background-position: top left,99% 3%,bottom right,center center;
    background-size: 8%,12%,12%,cover;
    padding: 4em 0em;

}
.AboutImg img{
    padding-top: 3em;
}
.About a{
    color: #111111;
}
.About .Content{
    padding: 2.8em 1em;
}
.About .Content h1{
    color: #326DBC;
    font-weight: 700;
    margin-bottom: .6em;
}
.About .Content p{
    color: gray;
}
.About .Content b{
    color: gray;
}
.About .Content ul li{
    color: gray;
    font-size: .91em;
}
.About .Content button{
    background: #FCC40A;
    padding: .6em 1.5em;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 1.2em;
    border: none;
    transition: .3s;
}
.About .Content button:hover{
    background: #F59D1E;
}
.Panel-Supply{
    background: url(../img/about-dot.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 99% 3%,center center;
    background-size: 12%,cover;
    padding: 5em 0em;

}
.Panel-Supply a{
    color: #111111;
}
.Panel-Supply .Img img{
    border-radius: 1.5em;
}
.Panel-Supply .Content{
    padding: 0em 1em;
}
.Panel-Supply .Content h1{
    color: #326DBC;
    font-weight: 700;
    margin-bottom: .6em;
}
.Panel-Supply .Content p{
    color: gray;
}
.Panel-Supply .Content b{
    color: gray;
}
.Panel-Supply .Content ul li{
    color: gray;
    font-size: .9em;
}
.Battery-Supply{
    background: url(../img/about-left.png), url(../img/back-f2f2f2.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top left,center center;
    background-size: 8%,cover;
    padding: 5em 0em;

}
.Battery-Supply a{
    color: #111111;
}
.Battery-Supply .Img img{
    border-radius: 1.5em;
}

.Battery-Supply .Content{
    padding: 0em 1em;
}
.Battery-Supply .Content h1{
    color: #326DBC;
    font-weight: 700;
    margin-bottom: .6em;
}
.Battery-Supply .Content p{
    color: gray;
}
.Battery-Supply .Content b{
    color: gray;
}
.Battery-Supply .Content ul li{
    color: gray;
    font-size: .9em;
}

.Services{
    padding: 4em 0em;
    background-image: url(../img/services-shape1.png), url(../img/right-bottom.png),linear-gradient(90deg,rgba(15, 102, 227,0.15),rgba(235, 148, 47,0.15));
    background-position: left top, right bottom,top center;
    background-size: 22%,22%,100%;
    background-repeat: no-repeat, no-repeat, repeat;
    /*    background: #EEEEEE;*/
}
.Services h1{
    font-weight: 700;
    margin-bottom: 1em;
}
.Services .col-sm-4 div{
    background: white;
    padding: 2.5em 2em;
    border-radius: 1em;
    margin: .8em 0em;
    /*height: 25.5em;*/
    transition: .5s;
}
.Services .col-sm-4 div:hover{
    background: #326DBC;
}
.Services .col-sm-4 div:hover i{
    background: white;
    color: #326DBC;
}
.Services .col-sm-4 div:hover h4{
    color: #fff;
}
.Services .col-sm-4 div:hover p{
    color: #fff;
}
.Services .col-sm-4 div:hover button{
    background: #fff;
    color: #326DBC;
}
.Services .col-sm-4 i{
    background: #326DBC;
    padding: .5em .68em;
    color: white;
    font-size: 1.9em;
    transition: .3s;
}
.Services .col-sm-4 h4{
    margin-top: 1.7em !important;
    margin-bottom: .8em !important;
    color: #212529;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    transition: .3s;
}
.Services .col-sm-4 p{
    color: gray;
    transition: .3s;
}
.Services .col-sm-4 button{
    background: #326DBC;
    color: white;
    padding: .5em 1.5em;
    border-radius: 5px;
    font-weight: 400;
    margin-top: 1.2em;
    border: none;
    transition: .3s;
}
.Vision{
    padding: 2em 0em;
}
.Vision .ColorBack{
    padding: 4em 0em;
    /*background: #326DBC;*/
    /*color: white;*/
}
.Vision .ColorBack h2{
    font-weight: 700;
}
.Vision .Vimg img{
    width: 13em;
    padding: 2.5em 0em;
}
.Why-Choose{
    background: rgba(0, 0, 0,1);
    padding: 0em 0em;
}
.Why-Choose img{
    width: 100%;
    height: 33em;
    object-fit: cover;
    opacity: 0.6;
}
.Why-Choose .WC-Content{
    padding: 3em 3em;
    background: rgba(29, 104, 148,1);
    color: white;
    height: 33em;
}
.Why-Choose .WC-Content h2{
    font-weight: 700;
}
.Why-Choose .WC-Content h6{
    font-weight: 500;
}
.Why-Choose .WC-Content .col-sm-11{
    font-weight: 300;
    font-size: .9em;
}
.Contact-Bottom{
    padding: 4em 0em;
    background: #f2f2f2;
}
.Contact-Bottom h1{
    font-weight: 700;
}
.Contact-Bottom button{
    padding: 1em 3em;
    background: #F9BA0E;
    font-size: 1.1em;
    font-weight: 700;
    transition: .3s ease-in-out;
}
.Contact-Bottom button:hover{
    background: #F59D1E;
    color: #fff;
}
.Footer{
    background: #111111;
    padding: 4em 0em;
    color: #888888;
}
.Footer p{
    color: #888888;
}
.Footer h4{
    color: #EEEEEE;
}
.Footer .Quick-links a{
    text-decoration: none;
    display: block;
    line-height: 2;
    color: #888888;
}
.Footer .Quick-links a:hover{
    color: #F9BA0E;
}
.Footer .Address a{
    text-decoration: none;
    color: #888888;
}
.Footer .Address a:hover{
    color: #F9BA0E;
}
.Footer .Address i{
    padding-right: .5em;
}
.Footer .Social-Media{
    margin: 1.7em 0em;
}
.Footer .Social-Media i{
    font-size: 1em;
    padding: .5em .7em;
    margin-right: .5em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}
.Gallery{
    padding: 4em 0em;
}
.Gallery h1{
    font-weight: 700;
    margin-bottom: 1em;
}
.Gallery img{
    height: 16em;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 1em;
}
.Contact-Us{
    background: url(../img/about-left.png),url(../img/about-dot.png),url(../img/about-right.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: top left,99% 3%,bottom right;
    background-size: 8%,12%,12%;
    padding: 4em 0em;
}
.Contact-Us h1{
    font-weight: 700;
    margin-bottom: 1em;
}
.Contact-Us .Address2{
    padding: 2em 0em;
}
.Contact-Us .Address2 .contactImg{
    width: 45%;
    margin-top: 1em;
}
.Contact-Us .Address2 a{
    text-decoration: none;
    color: #111111;
    font-size: 1.02em;
}
.Contact-Us .Address2 a:hover{
    color: #326DBC;
}
.Contact-Us .Address2 i{
    padding-right: .5em;
    font-size: 1.1em;
}
.Contact-Us .Enquiry-Form label{
    padding-left: 1.5em;
}
.Contact-Us .Enquiry-Form input{
    border-radius: 2em;
    padding: .8em 1.5em;
    margin-bottom: 1em;
}
.Contact-Us .Enquiry-Form select{
    border-radius: 2em;
    padding: .8em 1.5em;
    margin-bottom: 1em;
}
.Contact-Us .Enquiry-Form button{
    background: #FCC40A;
    padding: .8em 3em;
    font-weight: 500;
    margin-top: 1.2em;
    border: none;
    transition: .3s;
}
.Contact-Us .Enquiry-Form button:hover{
    background: #F6931B;
    color: white;
}
.Projects{
    padding: 4em 0em;
}
.Projects h1{
    font-weight: 700;
    margin-bottom: 1em;
}
/*Mobile Screen*/
@media only screen and (max-width: 600px) {
    .Logo{
        padding: 0em .3em;
        height: 2.8em !important;
    }
    .Logo2{
        height: 2em !important;
    }
    .contact-button{
        margin-bottom: 1em;
        width: 45%;
    }
    .carousel-caption {
        top: 15%;
        left: 5% !important;
    }
    .carousel-caption h1{
        font-size: 1.9em;
    }
    .carousel-caption p{
        font-size: 1em;
    }
    .carousel img{
        height: 27em;
        object-position: center center !important;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 15% !important;
    }
    .About{
        background-size: 20%,35%,30%,cover;
        background-position: top left,99% 1%,bottom right, center center;
    }
    .Panel-Supply{
        background-position: 96% 2%,center center;
        background-size: 30%,cover;
    }
    .Battery-Supply{
        background-size: 16%,cover;
    }

    .Services{
        background-size: 35%,35%,100%;
    }
    .Vision .ColorBack{
        padding: 1em 1em;
    }
    .Why-Choose img{
        height: 20em;
    }
    .Why-Choose .WC-Content{
        padding: 3em 1em;
        height: auto;
    }
    .Contact-Bottom button{
        margin-top: 2em;
    }
    .Footer .col-sm-4{
        margin-bottom: 1.5em;
    }
    .Contact-Us{
        background-size: 20%,35%,30%;
        background-position: top left,99% 1%,bottom right;
    }
    .Contact-Us .contactImg{
        width: 80%;
    }
    .Footer .Social-Media i{
        padding: .6em .7em;
    }
    .Gallery img{
        height: 7em;
        width: 100%;
    }

}
/*Mobile Screen Landscape*/
@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .container{
        width: 100% !important;
    }
    .Logo {
        height: 1.8em !important;
    }
    .navbar .nav-link{
        font-size: .4em;
    }
    .contact-button{
        font-size: .4em;
        padding-top: .75em !important;
        padding-bottom: .5em !important;
        margin: 0;
    }
}
/*TAB SCREEN*/
@media only screen and (min-width: 1000px) and (max-width: 1200px){
    .Logo{
        height: 3em !important;
        padding: 0em 0em;
    }
    .navbar .nav-link{
        padding-right: 1.5em !important;
        font-size: .87em;
    }
    .contact-button{
        font-size: .8em;
        padding-top: .79em !important;
        padding-bottom: .3em !important;
        margin: 0;
    }
    .carousel img{
        height: 32em;
        object-position: left top;
    }
    .About .Content{
        padding: 0em 1em;
    }
    .Services .col-sm-4 div{
        height: 30em;
    }
    .Services .col-sm-4 i{
        padding: .59em .68em;
    }
    .Why-Choose img{
        height: 53.4em;
    }
    .Why-Choose .WC-Content{
        height: 53.4em;
    }
    .Contact-Bottom h1{
        font-size: 2.1em;
    }
    .About{
        background-position: top left,99% 3%,bottom right,left center;
        background-size: 8%,12%,12%,cover;
    }
    .Gallery img{
        height: 11em;
        width: 100%;
    }
}