html{scroll-behavior: smooth;}
*{padding: 0px;margin: 0px;box-sizing: border-box;}
a,a:hover{text-decoration: none;}
li{list-style: none;}
h1,h2,h3,h4,h5,h6{font-family: "Roboto Condensed", sans-serif !important;}
p{font-family: "Roboto", sans-serif !important;font-size: 15px;}
input,textarea{font-family: "Roboto", sans-serif !important;}

/* header sec start */
header.header {width: 100%;background: transparent;z-index: 999;transition: .3s ease-in-out all;position: fixed;top: 0;left: 0;right: 0;}
nav.navbar.navbar-expand-lg {padding: 10px 0px;min-height: 95px;}
.container{max-width: 1200px;}
.navbar-brand {width: 300px;overflow: hidden;transition: .3s ease-in-out all;}
.navbar-brand img {width: 100%;height: auto;object-fit: cover;}
.logo_2 {display: block;width: 140px;overflow: hidden;}
.logo_2 img {width: 100%;height: auto;object-fit: cover;}
.logo_3 {display: none;width: 140px;overflow: hidden;}
.logo_3 img {width: 100%;height: auto;object-fit: cover;}
.header_inner {width: 100%;display: flex;align-items: center;}
/* .navbar-expand-lg .navbar-collapse {display: flex !important;flex-basis: auto;justify-content: center;align-items: center;} */
ul.navbar-nav {margin-left: auto;}
ul.navbar-nav a {font-family: "Poppins", sans-serif;font-size: 16px;font-weight: 500;line-height: normal;text-transform: uppercase;color: #fff;}
ul.navbar-nav a:hover {color: #3b5ab5;}
ul.navbar-nav li {margin: 0px 15px;position: relative;}
ul.navbar-nav li.dash::after {content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 40%;height: 2px; background: #fff;}
ul.navbar-nav li.nav-item:nth-last-child(1) {margin-right: 0px;}

header.header.shrink {position: fixed;top: 0;left: 0;right: 0;width: 100%;background: #fff;box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .2);transition: .3s ease-in-out all;}
header.header.shrink nav.navbar.navbar-expand-lg {padding: 5px 0px;}
header.header.shrink ul.navbar-nav a{color: #3b5ab5;}

header.header.shrink ul.navbar-nav li.dash::after {background: #3b5ab5;}
header.header.shrink .navbar-brand{width: 220px;}

/* header sec end */
/* topbar start */
.topbar {background: #3b5ab5;}
.topbarinner a {font-family: "Poppins", sans-serif;font-size: 12px;font-weight: 400;line-height: normal;text-transform: uppercase;color: #fff;margin-left: 25px;}
.topbarinner {display: flex;align-items: center;justify-content: flex-end;padding: 5px 0px;}
.contactbtn {background: #3b5ab5;font-size: 16px !important;text-transform: capitalize !important;padding: 10px 20px !important;color: #fff !important;border-radius: 5px;border: 1px solid #3b5ab5;}
.contactbtn:hover{background-color: #fff;color: #3b5ab5 !important;}
.topbarinner a:nth-child(1) {margin-right: auto;}
/* topbar end */
/* banner sec start */
section.homebanner {width: 100%;height: auto;position: relative;}
section.homebanner:after {content: "";width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, .6);}
.homebannertext {position: absolute;top: 65%;left: 90px;transform: translateY(-50%);width: 510px;z-index: 1;}
.homebannertext h1{font-size: 70px;font-weight: 600;line-height: 70px;color: #fff;font-style: italic;letter-spacing: 1px;}
.homebannertext h1 span{font-weight: 600;color: #3b5ab5;display: inline;min-height: 70px;}
.homebannertext p{font-size: 16px;font-weight: 400;line-height: 24px;color: #fff;letter-spacing: .5px;}

.homebanner video {width: 100%;height: 100vh;object-fit: cover;margin-bottom: -5px;}
/* banner sec end */
/* about sec start */
.aboutsec{width: 100%;padding: 100px 0px 100px;position: relative;background-color: #edededbd;z-index: 1;}
.aboutsecimg{width: 100%;overflow: hidden;height: 450px;border-radius: 5px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);}
.aboutsecimg img{width: 100%;height: 450px;object-fit: cover;}
.aboutsecinner .row {margin: 0px;}
.aboutsecinner .row .col-md-5,.aboutsecinner .row .col-md-7{padding: 0px;}
.aboutsecinner .row .col-md-6,.aboutsecinner .row .col-md-6{padding: 0px;}
.aboutsectext {padding: 50px;margin-left: -100px;background: #fff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);min-height: 450px;margin-top: 100px;border-radius: 5px;}
.aboutsectext h2 {font-size: 45px;font-weight: 700;line-height: 50px;color: #3b5ab5;font-style: italic;margin-bottom: 15px;}
.aboutsectext p {font-size: 15px;font-weight: 500;line-height: 26px;color: rgba(0, 0, 0, 0.6);letter-spacing: .3px;}
.combtn a {padding: 10px 20px;background: #3b5ab5;color: #fff;border-radius: 5px;font-size: 16px;font-weight: 600;display: inline-block;transition: .3s ease-in-out all;border: 1px solid #3b5ab5;}
.combtn a:hover{background: #fff;color: #3b5ab5;}
.battryimg {
    width: 350px;
    overflow: hidden;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 3;
    opacity: 1;
}
.battryimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.battryimg.small {
    width: 200px;
    bottom: -40px;
}
.battryimg3 {
    width: 300px;
    overflow: hidden;
    position: absolute;
    top: -20px;
    right: 0px;
    z-index: -1;
    opacity: 1;
}
.battryimg3.small {
    width: 230px;
    top: -10px;
    z-index: 1;
}
.battryimg3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* about sec end */
/* product sec start */
.productsec{width: 100%;padding: 100px 0px 100px;background-color: #3b5ab5;position: relative;}
.productheading h2{font-size: 45px;font-weight: 700;line-height: 50px;color: #fff;font-style: italic;margin-bottom: 15px;text-align: center;}
.productheading p{font-size: 15px;font-weight: 500;line-height: 26px;color: #fff;letter-spacing: .3px;text-align: center;width: 50%;margin: 0 auto;}

.productcontimg{width: 100%;overflow: hidden;border-radius: 5px 5px 5px 5px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);}
.productcontimg img{width: 100%;height: auto;object-fit: cover;}

/* .productconttext {background: #fff;padding: 2px;position: relative;border-radius: 0px 5px 5px 10px;width: 90%;margin-right: auto;margin-top: -25px;display: flex;justify-content: center;align-items: center;box-shadow: 0px 0px 10px 0px rgba(0,0,0,.8);transition: .3s ease-in-out all;} */
.productconttext {
    background: #fff;
    padding: 25px 10px;
    position: relative;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    margin-right: auto;
    margin-top: -25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
    transition: .3s ease-in-out all;
}

.protext h3{ font-size: 18px;font-weight: 700;line-height: normal;color: #3b5ab5;margin-bottom: 0px;word-spacing: 0px;letter-spacing: .5px;    min-height: 45px;transition: .4s ease-in-out all;}

.producticon{min-width: 60px;max-width: 60px;height: 70px;overflow: hidden;padding: 8px;background: #3b5ab5;border-radius: 5px;display: flex;justify-content: center;align-items: center;margin-top: -100px;transition: .3s ease-in-out all;}
.producticon img{width: 100%;height: auto;object-fit: cover;}
.protext {padding-left: 20px;}

.productcont:hover .productconttext{background-color: #3b5ab5;}
.productcont:hover .protext h3{color: #fff;}
.productcont:hover .producticon{background-color: #fff;}

.productcont {margin-bottom: 40px;}
.productsecinner .row {margin-top: 50px;}

.servicebtn{text-align: center;margin-top: 0px;}
.servicebtn a{color: #3b5ab5;background-color: #fff;border: 1px solid #fff;}
.servicebtn a:hover{color: #fff;background-color: #3b5ab5;}

.battryimg2 {
    width: 200px;
    overflow: hidden;
    position: absolute;
    bottom: -150px;
    right: 50px;
    z-index: 3;
    opacity: 1;
}
.battryimg2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.productsec.productsecpage{background-color: #edededbd;}
.productsec.productsecpage .productheading h2{color: #3b5ab5;}
.productsec.productsecpage .productheading p{color: rgba(0, 0, 0, 0.6);}

/* product sec end */

/* footer sec start */
.footer{width: 100%;padding: 100px 0px 0px;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;z-index: 1;}
.footer::after{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.8);z-index: -1;}
.footertop {padding-bottom: 80px;}
.contactinfo h2{font-size: 24px;font-weight: 600;line-height: 38.4px;color: #3b5ab5;}
.contactinfoinner {padding-right: 35px;}
.contactinfoinner h3{font-size: 20px;font-weight: 600;line-height: 32px;color: #3b5ab5;margin-bottom: 20px;border-bottom: 1px solid #fff;padding-bottom: 5px;width: 120px;}
.contactinfoinner p{font-size: 16px;font-weight: 400;line-height: 25.6px;color: rgba(255, 255, 255, 0.8);margin-bottom: 8px;transition: .3s ease-in-out padding;}
.contactinfoinner p i {color: #3b5ab5;margin-right: 10px;}
.contactinfoinner p a{color: rgba(255, 255, 255, 0.8);}
.contactinfoinner p a:hover{color: #3b5ab5;}
.contactinfoinner p strong{font-weight: 500;color: #fff;}
.sociallinks a {font-size: 24px;display: inline-flex;justify-content: center;align-items: center;width: 30px;height: 30px;color: #3b5ab5;margin-right: 12px;transition: .3s ease-in-out all;}
.sociallinks a:hover {color: #3b5ab5;}
.contactinfoinner p:hover {padding-left: 10px;border-left: 2px solid #3b5ab5;}

.contactformtxt h3{font-size: 45px;font-weight: 700;line-height: 50px;color: #3b5ab5;font-style: italic;margin-bottom: 15px;}
.contactformtxt p{font-size: 15px;font-weight: 500;line-height: 22px;color: rgba(0, 0, 0, 0.6);letter-spacing: .3px;margin-bottom: 8px;}
.contactformtxt p:nth-last-child(1) {font-size: 12px;line-height: normal;color: #3b5ab5;margin-bottom: 30px;}
.contactform {padding: 40px 25px;background-color: #fff;border-radius: 10px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);}
.contactform .contactform_input {font-size: 14px;font-weight: 300;line-height: 16.4px;width: 100%;padding: 10px 0px;border: 0px;border-radius: 0px;margin: 0px 0px 15px 0px;color: #000;border-bottom: 1px solid #F1F1F1 !important;}
.contactform .contactform_input::placeholder{color: rgba(0,0,0,.6);font-size: 14px;font-weight: 400;}
.contactform .contactform_input:focus {border: 0px;outline: 0px;box-shadow: none;}

.contactform_btn input{padding: 10px 20px;background: #3b5ab5;color: #fff;border-radius: 5px;font-size: 16px;font-weight: 600;display: inline-block;transition: .3s ease-in-out all;border: 1px solid #3b5ab5;}
.contactform_btn input:hover{background: #fff;color: #3b5ab5;}

.discbtm.homebigbtncls button.btn-animation:hover {background-color: #3b5ab5;}
.discbtm.homebigbtncls button.btn-animation:hover img {transform: rotate(45deg);}

.footerbottom {padding: 50px 0px;border-top: 1px solid #323232;}
.footerbottom p{font-size: 14px;font-weight: 400;line-height: 22.4px;color: #fff;text-align: center;margin: 0px;}
.footerbottom p a{color: #3b5ab5;text-decoration: underline;}
.footerbottom p a:hover{color: #3b5ab5;text-decoration: none;}
/* footer sec end */
.footerimg {width: 30%;overflow: hidden;margin-bottom: 30px;}
.footerimg img {width: 100%;height: auto;object-fit: cover;}
.productgallimg {width: 95%;overflow: hidden;border: 5px solid #3b5ab5;margin-bottom: 5px;}
.productgallimg img{width: 100%;height: auto;object-fit: cover;}
.productgall .row{margin: 0px;}
.productgall .row .col-md-3{padding: 0px;}
.sociallinks {margin-top: 35px;}




/* ################################## about page ################################## */

/* inner banner sec start */
.innerbanner{width: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;position: relative;z-index: 1;}
.innerbannerinner{width: 100%;height: 450px;position: relative;}
.innerbanner::after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, .6);z-index: -1;}
.innerbannertext {position: absolute;top: 65%;left: 0;transform: translateY(-50%);width: 510px;}
.innerbannertext h2{font-family: "Taviraj", serif;font-size: 50px;font-weight: 400;line-height: 70px;color: #fff;}
.innerbannertext h2 span{font-weight: 600;color: #3b5ab5;}
.innerbannertext p{font-family: "Poppins", sans-serif;font-size: 16px;font-weight: 200;line-height: 24px;color: #fff;}
/* inner banner sec end */
.aboutsec.aboutsecpage{z-index: unset;}

.aboutseccont p:nth-child(2),.aboutseccont p:nth-child(3),.aboutseccont p:nth-child(4){display: none;}
.aboutseccont.fulltext p{display: block !important;}
.aboutseccont p a.readmore {color: #3b5ab5;font-size: 12px;}


/* ################################## contact page ################################## */
/* contact page start */
.contactsec{width: 100%;padding: 100px 0px 100px;overflow: hidden;background: #edededbd;}
.contactform {min-height: 560px;}
.contactmap iframe{width: 100%;min-height: 554px;border-radius: 10px;border: 5px solid #fff !important;}
.contactform_content label {font-size: 14px;font-weight: 500;color: #3b5ab5;}
.contactmap {box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);border-radius: 10px;}
/* contact page end */

/* certificate sec start */
section.certificatesec .aboutsecimg {height: auto;}
section.certificatesec .aboutsecimg img {height: auto;}
section.certificatesec .aboutsectext {margin: 0px 0px 0px -100px;padding: 50px 50px 50px 150px;position: relative;z-index: -1;min-height: auto;}
/* certificate sec end */



/* scroll top animation */
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:2px;
	right:2px;
    z-index:99;	
}
.scroll {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(67, 197, 184, 0.0);
    padding: 4px;
    opacity: 0.7;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.scroll:hover {
	color:#fff;
	background:rgba(67,197,184,0.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
	opacity:1.0;		
}