
/* =============================================================================
HTML5 CSS Reset Minified - Eric Meyer
========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block
}

nav ul {
list-style: none
}

blockquote,
q {
quotes: none
}
ul{
margin: 0;
padding:0;
list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: none
}

a {text-decoration: none;color: #000}

a:hover{text-decoration: none;}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold
}

del {
text-decoration: line-through
}

abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help
}

table {
border-collapse: collapse;
border-spacing: 0
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0
}



input, select {vertical-align: middle;  font-family: "Poppins", serif;  font-weight:500;}

li {list-style: none}

body {margin: 0;padding: 0;color: #131313;line-height: 1; font-family: "Poppins", sans-serif; font-weight:300;overflow-y: visible;overflow-x: hidden;}

* {box-sizing: border-box;margin: 0;padding: 0;}
::-webkit-input-placeholder {color: #282828;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;font-family: "Poppins", sans-serif;font-weight:400;font-weight: 300;text-transform: uppercase;}
::-moz-placeholder {color: #282828;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;font-family: "Poppins", sans-serif;font-weight:400;font-weight: 300;text-transform: uppercase;}
::-ms-input-placeholder {color: #282828;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;font-family: "Poppins", sans-serif;font-weight:400;font-weight: 300;text-transform: uppercase;}


.form-container .form-field ::-webkit-input-placeholder {color: #676666;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;font-family: "Poppins", sans-serif;font-weight:400;text-transform: uppercase;font-size: 15px}
.form-container .form-field ::-moz-placeholder {color: #676666;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;font-family: "Poppins", sans-serif;font-weight:400;text-transform: uppercase;font-size: 15px}
.form-container .form-field ::-ms-input-placeholder {color: #676666;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;font-family: "Poppins", sans-serif;font-weight:400;text-transform: uppercase;font-size: 15px}

input:focus::-webkit-input-placeholder {opacity: 0.5;}
input:focus::-moz-placeholder {opacity: 0.5;}
input:focus::-ms-input-placeholder {opacity: 0.5;}
textarea{color: #676666;font-family: "Poppins", sans-serif;font-weight:400;text-transform: uppercase;font-size: 15px}
/*.container{width:89%;margin: 0 auto;padding: 0;max-width:1280px}*/
.sprite{background:url(../images/sprite.png) no-repeat top left;display:inline-block; }
.dflex{display:flex; flex-wrap: wrap; justify-content: space-between;}
.dflex-space-btw{display:flex; flex-wrap: wrap;justify-content:space-between}
.align-center {align-items:center}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.dflex-between{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-between{display:flex;justify-content:space-between;align-items: center;flex-wrap:wrap}
.txt-voilet{color: #7c33c0;}
.txt-sky-blue{color: #019eaa;}
.txt-blue{color: #2d79e5 !important;}
.txt-black{color: #000 !important}
.txt-red{ color: #ff3d3d;}
.txt-gray{ color: #787878;}
.txt-white{color: #fff !important;}
.txt-black{color: #000 !important;}
.txt-pink{color: #e7257c;}
.posrel{position: relative;}
.posabs{position: absolute;}
.img-reponsive {width:100%}
.clear{clear:both}
.clearfix:after{content:"";display:block;clear:both}
.ibvt {display:inline-block;vertical-align:top}
.ibvm {display:inline-block;vertical-align:middle}
.ibvb {display:inline-block;vertical-align:bottom}
.sectionpadding {padding:100px 0}
.lnheight {line-height:0}
.img-responsive {width: 100%}
sup {/*vertical-align: super;*/font-size: small;}
table {width: 100%;margin:0;padding:0;border-collapse: collapse;border-spacing: 0;}
.nomargin {margin: 0 !important}
.fl {float: left}
.fr {float: right}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.clear{clear: both;}
.container {width: 90%;margin: 0 auto;padding: 0;max-width: 1300px;}
.headercontainer{width: 96%;margin: 0 auto;max-width: 1300px;padding: 0;}
.sprite{background: url(../images/sprite.png) no-repeat 0 0}
.blackoverlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 9;background: rgba(0, 0, 0, 0.6);display: none;}
.blackoverlay.active {display: block}
.ibvm{display:inline-block;vertical-align:middle}
.ibvt{display:inline-block;vertical-align:top}
.ibvb{display:inline-block;vertical-align:bottom}
.dflex{display: flex}
.clear{clear:both;}
.clearfix:after{content:"";display:block;clear:both;}
.sectionblk {position: relative}
.uppercase {text-transform: uppercase}
.flex-between {display: flex;justify-content: space-between; align-items: flex-start;flex-wrap: wrap;}
.flex-start {display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.flex-between-center {display: flex;justify-content: space-between; align-items: center;flex-wrap: wrap;}
figure img, .img-fluid {width: 100%}
.flex {display: flex;flex-wrap: wrap;}
.flex-end {display: flex;justify-content: space-between;align-items: flex-end;}
.width100 {width: 100% !important}
.box{padding: 0 20px;}
.common-padding {padding:100px 0}
.boxicon{width: 100px;margin-left: -19px;margin-bottom: 30px;}
.headingrr1{font-size:18px; font-weight: 500; margin-bottom: 15px; color: #1f1f1f;}
.boxcontent{font-size: 14px; font-weight: 300; }   
.testing-slider .slick-track{
left: 14%;
}
.video_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo-left-blk{width: 250px;}

header{position: absolute;top:0;z-index: 1;width: 100%;}

.logo-left-blk {
    width: 225px;
    padding: 13px 19px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 10px 2px #00000063;
}
.banner{position: relative;}
.bannertxt{position: absolute;width: 90%;max-width: 1300px;margin: 0 auto;top: 40%;left: 0;right: 0;}
.redtxt{color: #ec1f24;}
.d-flex{display: flex;justify-content: space-between;width: 100%;align-items: anchor-center;}
.menu{background:#ec1f24;width: 49%;padding: 15px 29px;border-radius: 30px;}
.menu ul{display: flex;justify-content: space-around;}
.bannertxt h1, .inner-banner h1{color: #fff;font-size: 45px;line-height: 1.3;font-weight: 400;letter-spacing: 1.2px;font-family: "Anton", sans-serif;}
.banner:before{background: #0000003d;position: absolute;content: '';width: 100%;height: 100%;left: 0;top: 0;}
.menu li a, .menu li span{text-transform: uppercase;font-size: 15px;font-weight: 400;color: #fff;cursor: pointer;}
.dflex-over{display: flex; align-items: center; justify-content: space-between;}
.overimg{width:45%;}
.content-wrapper{width: 45%;}

.counter-section-overview {
    position: relative;
    background: #ec1f24;
    border-radius: 130px 50px;
    padding: 100px 55px;
    margin-block: 70px;
}

.overview-counter-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    object-position: bottom;
    margin-bottom: 20px;
}
.icon-width{width: 22%;}
.counter-section-overview .d-flex{justify-content: space-around;}
.overview-counter h3 {font-size: 35px;color: #fff;font-weight: 700;display: flex;margin-bottom: 15px;}
#counter-section-overview::after {
    content: "";
    background: 0 0;
    border: 2px solid #151515;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    transform: translateY(-10px);
    left: 0;
    border-radius: 130px 50px;
    animation: 5s infinite schoolelement;
}
.cp-global-para {
    font-weight: 300;
    font-size: 19px;
    color: #282828;
    line-height: 1.7;
    margin-bottom: 20px;
}

.cp-newbtn:hover {
    background: 0 0;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cp-newbtn {
    padding: 15px 30px;
    background: #ec1f24;
    border-radius: 100px;
    border: 1px solid #ec1f24;
    color: #fff;
    width: max-content;
    display: block;
    transition: .5s;
}
.main-heading {
    font-family: "Anton", sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #282828;
}
.banner:after{position: absolute;content: '';background: url(../images/banner-before.webp) no-repeat;background-size: cover;width: 100%;height: 120px;bottom: 0;left: 0;}
.pt0{padding-top: 0!important;}
.sub-heading{font-size: 18px;font-weight: 400;font-family: "Anton", sans-serif;margin-bottom: 19px;color: #474747;}
.overview-counter-desc{color: #fff; font-size: 18px;}
.redbg{background: #567F91;}

.products-slider .product-img{margin: 15px;padding: 15px;border-radius: 40px 0 40px 0;background: #fff;}
.whitetxt{color: #fff;}

.products-slider  .slick-next {
    right: 0;
    transform: rotate(180deg);
    background: url(../images/arrow.webp) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    right: -44px;
    transform: rotate(0deg);
}

.products-slider  .slick-prev {
    right: 0;
    transform: rotate(180deg);
    background: url(../images/arrow.webp) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    left: -44px;
    transform: rotate(180deg);
    padding: 10px;
    background-size: 100%;
}
.csrblk{background: url(../images/csr.webp) no-repeat;background-attachment: fixed;width: 100%;height: 600px;background-position: top center;}

footer {
    background: #131313;
    padding: 50px 0;
}
.copywrite {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 300;
    text-align: center;
}

.contactblk-left {
    width: 55%;
}

.address {
    width: 80%;
}
.location {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.location span {
    width: 31px;
    color: #f04b63;
    display: inline-block;
    margin-right: 10px;
    font-size: 19px;
}
.location p, .location a {
    font-size: 18px;
    color: #131313;
    font-weight: 300;
    margin: 0;
    line-height: 1.5;
}

.contact-right {
    width: 35%;
    ;
}

.comblk {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
}

.heading {
    font-size: 45px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 200;
}

.heading span {
    font-weight: 600;
}

.form-group input, .form-group textarea {
    width: 100%;
    border: 1px solid #282828;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    margin-bottom: 20px;
    background: transparent;
}
.submit-button {
    font-weight: 600;
    border: none;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    background: #c3151b;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    height: 50px;
}
header.scrolled {
    position: fixed;
    background: #fdfeff;
    box-shadow: 0px 3px 5px 1px #302e2e99;
    z-index: 11;
}
header.scrolled .logo-left-blk{border-radius: 0; box-shadow: none;}
.whatsappicon{
background: #25d366;
border-radius: 50%;
width: 45px;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
z-index: 111;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
margin-left: 30px;
position: fixed;
bottom: 15%;
right: 2%;
top: auto;
}
.whatsappicon a{color: #fff;}
.csrtext{width:42%; padding-top: 200px;}
.productname{font-size: 22px;margin-bottom: 20px;font-weight: 500;color: #ffffff;text-align: center;margin: 24px 10px 10px 10px;}
.products-slider p{width: 80%; margin: 0 auto; text-align: center; color: #ffffff; line-height: 1.5;}
.products-slider p strong{font-weight: 600;}

.nav-link.active {
    color: #000000;
    font-weight: 500;
}
header.scrolled .logo-img-blk{width: 180px;}
.logo-img-blk{width: 180px;}

.navblk {
    display: none;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    visibility: visible;
    opacity: 1;
    text-shadow: 0px 0px 11px rgb(0 0 0);
}

.navicon {
    background: #ec1f24;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-left: 10px
}
.navicon span {
    display: block;
    background: #fff;
    width: 51%;
    height: 3px;
    margin-bottom: 2px;
    border-radius: 10px;
}
.video_wrapper{height: 100vh;}
.desktop{display: flex;}
.mobile{display: none;}
.cp-newbtn-wrapper{display: flex; justify-self:center; margin-top: 50px;}
.productflex{display: flex; flex-wrap: wrap;}
.product-width{width: 23%;}
.inner-banner{background: #131643; padding: 220px 0 100px 0;}
html { scroll-behavior: smooth;}
.productflex .product-width{width: 33%;}
